@charset "UTF-8";
/* ================================================== */
/* VARIABLES
/* ================================================== */
/* ================================================== */
/* TAILWIND
/* ================================================== */
*, ::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:  ;
}
/* ! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com */
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  tab-size: 4; /* 3 */
  font-family: Le Pavillon, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.container{
  width: 100%;
}
@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}
.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none{
  pointer-events: none;
}
.invisible{
  visibility: hidden;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.-right-\[0\.444rem\]{
  right: -0.444rem;
}
.-top-24{
  top: -6rem;
}
.-top-\[5\.388rem\]{
  top: -5.388rem;
}
.bottom-0{
  bottom: 0px;
}
.left-0{
  left: 0px;
}
.left-1\/2{
  left: 50%;
}
.left-5{
  left: 1.25rem;
}
.left-\[7\.636\%\]{
  left: 7.636%;
}
.right-0{
  right: 0px;
}
.right-2\.5{
  right: 0.625rem;
}
.right-4{
  right: 1rem;
}
.right-5{
  right: 1.25rem;
}
.top-0{
  top: 0px;
}
.top-1\/2{
  top: 50%;
}
.top-14{
  top: 3.5rem;
}
.top-2\.5{
  top: 0.625rem;
}
.top-5{
  top: 1.25rem;
}
.top-\[17\.482\%\]{
  top: 17.482%;
}
.top-full{
  top: 100%;
}
.z-0{
  z-index: 0;
}
.z-10{
  z-index: 10;
}
.z-30{
  z-index: 30;
}
.z-40{
  z-index: 40;
}
.z-50{
  z-index: 50;
}
.z-\[1\]{
  z-index: 1;
}
.z-\[45\]{
  z-index: 45;
}
.order-1{
  order: 1;
}
.order-first{
  order: -9999;
}
.col-span-2{
  grid-column: span 2 / span 2;
}
.col-span-6{
  grid-column: span 6 / span 6;
}
.col-span-8{
  grid-column: span 8 / span 8;
}
.col-span-full{
  grid-column: 1 / -1;
}
.col-start-1{
  grid-column-start: 1;
}
.col-start-3{
  grid-column-start: 3;
}
.col-end-13{
  grid-column-end: 13;
}
.col-end-7{
  grid-column-end: 7;
}
.row-span-2{
  grid-row: span 2 / span 2;
}
.row-span-full{
  grid-row: 1 / -1;
}
.row-start-1{
  grid-row-start: 1;
}
.row-start-2{
  grid-row-start: 2;
}
.row-start-3{
  grid-row-start: 3;
}
.row-start-4{
  grid-row-start: 4;
}
.row-start-5{
  grid-row-start: 5;
}
.row-start-\[8\]{
  grid-row-start: 8;
}
.row-end-6{
  grid-row-end: 6;
}
.row-end-\[10\]{
  grid-row-end: 10;
}
.-m-2\.5{
  margin: -0.625rem;
}
.m-2\.5{
  margin: 0.625rem;
}
.m-auto{
  margin: auto;
}
.-mx-1{
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.-mx-2\.5{
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
.mx-5\.5{
  margin-left: 1.375rem;
  margin-right: 1.375rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.-mb-3\.5{
  margin-bottom: -0.875rem;
}
.-mb-5{
  margin-bottom: -1.25rem;
}
.-ml-3\.5{
  margin-left: -0.875rem;
}
.-ml-\[100vw\]{
  margin-left: -100vw;
}
.-mt-\[100vh\]{
  margin-top: -100vh;
}
.mb-0{
  margin-bottom: 0px;
}
.mb-0\.5{
  margin-bottom: 0.125rem;
}
.mb-0\.75{
  margin-bottom: 0.1875rem;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-1\.5{
  margin-bottom: 0.375rem;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mb-11{
  margin-bottom: 2.75rem;
}
.mb-12{
  margin-bottom: 3rem;
}
.mb-14{
  margin-bottom: 3.5rem;
}
.mb-16{
  margin-bottom: 4rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-2\.5{
  margin-bottom: 0.625rem;
}
.mb-20{
  margin-bottom: 5rem;
}
.mb-22{
  margin-bottom: 5.5rem;
}
.mb-24{
  margin-bottom: 6rem;
}
.mb-25\.75{
  margin-bottom: 25.75px;
}
.mb-28{
  margin-bottom: 7rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-3\.5{
  margin-bottom: 0.875rem;
}
.mb-32{
  margin-bottom: 8rem;
}
.mb-36{
  margin-bottom: 9rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-4\.5{
  margin-bottom: 1.125rem;
}
.mb-40{
  margin-bottom: 10rem;
}
.mb-42{
  margin-bottom: 10.5rem;
}
.mb-44{
  margin-bottom: 11rem;
}
.mb-48{
  margin-bottom: 12rem;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.mb-5\.5{
  margin-bottom: 1.375rem;
}
.mb-52{
  margin-bottom: 13rem;
}
.mb-56{
  margin-bottom: 14rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-60{
  margin-bottom: 15rem;
}
.mb-64{
  margin-bottom: 16rem;
}
.mb-7{
  margin-bottom: 1.75rem;
}
.mb-72{
  margin-bottom: 18rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.mb-80{
  margin-bottom: 20rem;
}
.mb-9{
  margin-bottom: 2.25rem;
}
.mb-96{
  margin-bottom: 24rem;
}
.mb-auto{
  margin-bottom: auto;
}
.mb-px{
  margin-bottom: 1px;
}
.ml-0{
  margin-left: 0px;
}
.ml-0\.5{
  margin-left: 0.125rem;
}
.ml-0\.75{
  margin-left: 0.1875rem;
}
.ml-1{
  margin-left: 0.25rem;
}
.ml-1\.5{
  margin-left: 0.375rem;
}
.ml-10{
  margin-left: 2.5rem;
}
.ml-11{
  margin-left: 2.75rem;
}
.ml-12{
  margin-left: 3rem;
}
.ml-14{
  margin-left: 3.5rem;
}
.ml-16{
  margin-left: 4rem;
}
.ml-2{
  margin-left: 0.5rem;
}
.ml-2\.5{
  margin-left: 0.625rem;
}
.ml-20{
  margin-left: 5rem;
}
.ml-22{
  margin-left: 5.5rem;
}
.ml-24{
  margin-left: 6rem;
}
.ml-25\.75{
  margin-left: 25.75px;
}
.ml-28{
  margin-left: 7rem;
}
.ml-3{
  margin-left: 0.75rem;
}
.ml-3\.5{
  margin-left: 0.875rem;
}
.ml-32{
  margin-left: 8rem;
}
.ml-36{
  margin-left: 9rem;
}
.ml-4{
  margin-left: 1rem;
}
.ml-4\.5{
  margin-left: 1.125rem;
}
.ml-40{
  margin-left: 10rem;
}
.ml-42{
  margin-left: 10.5rem;
}
.ml-44{
  margin-left: 11rem;
}
.ml-48{
  margin-left: 12rem;
}
.ml-5{
  margin-left: 1.25rem;
}
.ml-5\.5{
  margin-left: 1.375rem;
}
.ml-52{
  margin-left: 13rem;
}
.ml-56{
  margin-left: 14rem;
}
.ml-6{
  margin-left: 1.5rem;
}
.ml-60{
  margin-left: 15rem;
}
.ml-64{
  margin-left: 16rem;
}
.ml-7{
  margin-left: 1.75rem;
}
.ml-72{
  margin-left: 18rem;
}
.ml-8{
  margin-left: 2rem;
}
.ml-80{
  margin-left: 20rem;
}
.ml-9{
  margin-left: 2.25rem;
}
.ml-96{
  margin-left: 24rem;
}
.ml-\[0\.888rem\]{
  margin-left: 0.888rem;
}
.ml-\[12\.67\%\]{
  margin-left: 12.67%;
}
.ml-\[3\.09\%\]{
  margin-left: 3.09%;
}
.ml-auto{
  margin-left: auto;
}
.ml-px{
  margin-left: 1px;
}
.mr-1\.5{
  margin-right: 0.375rem;
}
.mr-2{
  margin-right: 0.5rem;
}
.mr-2\.5{
  margin-right: 0.625rem;
}
.mr-3{
  margin-right: 0.75rem;
}
.mr-4{
  margin-right: 1rem;
}
.mr-6{
  margin-right: 1.5rem;
}
.mt-0{
  margin-top: 0px;
}
.mt-0\.5{
  margin-top: 0.125rem;
}
.mt-0\.75{
  margin-top: 0.1875rem;
}
.mt-1{
  margin-top: 0.25rem;
}
.mt-1\.5{
  margin-top: 0.375rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.mt-11{
  margin-top: 2.75rem;
}
.mt-12{
  margin-top: 3rem;
}
.mt-14{
  margin-top: 3.5rem;
}
.mt-16{
  margin-top: 4rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-2\.5{
  margin-top: 0.625rem;
}
.mt-20{
  margin-top: 5rem;
}
.mt-22{
  margin-top: 5.5rem;
}
.mt-24{
  margin-top: 6rem;
}
.mt-25\.75{
  margin-top: 25.75px;
}
.mt-28{
  margin-top: 7rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-3\.5{
  margin-top: 0.875rem;
}
.mt-32{
  margin-top: 8rem;
}
.mt-36{
  margin-top: 9rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-4\.5{
  margin-top: 1.125rem;
}
.mt-40{
  margin-top: 10rem;
}
.mt-42{
  margin-top: 10.5rem;
}
.mt-44{
  margin-top: 11rem;
}
.mt-48{
  margin-top: 12rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.mt-5\.5{
  margin-top: 1.375rem;
}
.mt-52{
  margin-top: 13rem;
}
.mt-56{
  margin-top: 14rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-60{
  margin-top: 15rem;
}
.mt-64{
  margin-top: 16rem;
}
.mt-7{
  margin-top: 1.75rem;
}
.mt-72{
  margin-top: 18rem;
}
.mt-8{
  margin-top: 2rem;
}
.mt-80{
  margin-top: 20rem;
}
.mt-9{
  margin-top: 2.25rem;
}
.mt-96{
  margin-top: 24rem;
}
.mt-auto{
  margin-top: auto;
}
.mt-px{
  margin-top: 1px;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.\!hidden{
  display: none !important;
}
.hidden{
  display: none;
}
.aspect-\[1\/1\]{
  aspect-ratio: 1/1;
}
.aspect-\[1013\/1072\]{
  aspect-ratio: 1013/1072;
}
.aspect-\[13\/12\]{
  aspect-ratio: 13/12;
}
.aspect-\[16\/9\]{
  aspect-ratio: 16/9;
}
.aspect-\[3\/2\]{
  aspect-ratio: 3/2;
}
.aspect-\[360\/160\]{
  aspect-ratio: 360/160;
}
.aspect-\[4\/3\]{
  aspect-ratio: 4/3;
}
.aspect-\[477\/267\]{
  aspect-ratio: 477/267;
}
.aspect-\[618\/346\]{
  aspect-ratio: 618/346;
}
.aspect-\[623\/572\]{
  aspect-ratio: 623/572;
}
.aspect-\[701\/938\]{
  aspect-ratio: 701/938;
}
.aspect-\[720\/816\]{
  aspect-ratio: 720/816;
}
.aspect-\[740\/495\]{
  aspect-ratio: 740/495;
}
.aspect-\[773\/611\]{
  aspect-ratio: 773/611;
}
.aspect-\[798\/743\]{
  aspect-ratio: 798/743;
}
.aspect-\[square\]{
  aspect-ratio: square;
}
.\!h-auto{
  height: auto !important;
}
.h-1\/2{
  height: 50%;
}
.h-10{
  height: 2.5rem;
}
.h-12{
  height: 3rem;
}
.h-14{
  height: 3.5rem;
}
.h-2{
  height: 0.5rem;
}
.h-3{
  height: 0.75rem;
}
.h-3\.75{
  height: 0.8125rem;
}
.h-4{
  height: 1rem;
}
.h-5{
  height: 1.25rem;
}
.h-6{
  height: 1.5rem;
}
.h-7{
  height: 1.75rem;
}
.h-8{
  height: 2rem;
}
.h-\[19rem\]{
  height: 19rem;
}
.h-full{
  height: 100%;
}
.h-screen{
  height: 100vh;
}
.min-h-\[17\.25rem\]{
  min-height: 17.25rem;
}
.min-h-\[81vw\]{
  min-height: 81vw;
}
.min-h-screen{
  min-height: 100vh;
}
.w-1\/2{
  width: 50%;
}
.w-10{
  width: 2.5rem;
}
.w-12{
  width: 3rem;
}
.w-14{
  width: 3.5rem;
}
.w-2{
  width: 0.5rem;
}
.w-24{
  width: 6rem;
}
.w-28{
  width: 7rem;
}
.w-3{
  width: 0.75rem;
}
.w-3\.5{
  width: 0.875rem;
}
.w-36{
  width: 9rem;
}
.w-4{
  width: 1rem;
}
.w-4\/12{
  width: 33.333333%;
}
.w-5{
  width: 1.25rem;
}
.w-5\.5{
  width: 1.3rem;
}
.w-52{
  width: 13rem;
}
.w-6{
  width: 1.5rem;
}
.w-6\.5{
  width: 1.625rem;
}
.w-7{
  width: 1.75rem;
}
.w-8{
  width: 2rem;
}
.w-8\/12{
  width: 66.666667%;
}
.w-\[19rem\]{
  width: 19rem;
}
.w-\[300vw\]{
  width: 300vw;
}
.w-\[34\.333rem\]{
  width: 34.333rem;
}
.w-\[34\.611rem\]{
  width: 34.611rem;
}
.w-\[4\.611rem\]{
  width: 4.611rem;
}
.w-\[86\.727\%\]{
  width: 86.727%;
}
.w-\[94\.9\%\]{
  width: 94.9%;
}
.w-\[max-content\]{
  width: max-content;
}
.w-fit{
  width: fit-content;
}
.w-full{
  width: 100%;
}
.max-w-\[50\%\]{
  max-width: 50%;
}
.max-w-full{
  max-width: 100%;
}
.max-w-screen-lg{
  max-width: 1024px;
}
.flex-1{
  flex: 1 1 0%;
}
.shrink-0{
  flex-shrink: 0;
}
.flex-grow{
  flex-grow: 1;
}
.border-collapse{
  border-collapse: collapse;
}
.border-separate{
  border-collapse: separate;
}
.border-spacing-0{
  --tw-border-spacing-x: 0px;
  --tw-border-spacing-y: 0px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-0\.5{
  --tw-border-spacing-x: 0.125rem;
  --tw-border-spacing-y: 0.125rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-1{
  --tw-border-spacing-x: 0.25rem;
  --tw-border-spacing-y: 0.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-1\.5{
  --tw-border-spacing-x: 0.375rem;
  --tw-border-spacing-y: 0.375rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-10{
  --tw-border-spacing-x: 2.5rem;
  --tw-border-spacing-y: 2.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-11{
  --tw-border-spacing-x: 2.75rem;
  --tw-border-spacing-y: 2.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-12{
  --tw-border-spacing-x: 3rem;
  --tw-border-spacing-y: 3rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-14{
  --tw-border-spacing-x: 3.5rem;
  --tw-border-spacing-y: 3.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-16{
  --tw-border-spacing-x: 4rem;
  --tw-border-spacing-y: 4rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-2{
  --tw-border-spacing-x: 0.5rem;
  --tw-border-spacing-y: 0.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-2\.5{
  --tw-border-spacing-x: 0.625rem;
  --tw-border-spacing-y: 0.625rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-20{
  --tw-border-spacing-x: 5rem;
  --tw-border-spacing-y: 5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-22{
  --tw-border-spacing-x: 5.5rem;
  --tw-border-spacing-y: 5.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-24{
  --tw-border-spacing-x: 6rem;
  --tw-border-spacing-y: 6rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-28{
  --tw-border-spacing-x: 7rem;
  --tw-border-spacing-y: 7rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-3{
  --tw-border-spacing-x: 0.75rem;
  --tw-border-spacing-y: 0.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-3\.5{
  --tw-border-spacing-x: 0.875rem;
  --tw-border-spacing-y: 0.875rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-32{
  --tw-border-spacing-x: 8rem;
  --tw-border-spacing-y: 8rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-36{
  --tw-border-spacing-x: 9rem;
  --tw-border-spacing-y: 9rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-4{
  --tw-border-spacing-x: 1rem;
  --tw-border-spacing-y: 1rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-40{
  --tw-border-spacing-x: 10rem;
  --tw-border-spacing-y: 10rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-42{
  --tw-border-spacing-x: 10.5rem;
  --tw-border-spacing-y: 10.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-44{
  --tw-border-spacing-x: 11rem;
  --tw-border-spacing-y: 11rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-48{
  --tw-border-spacing-x: 12rem;
  --tw-border-spacing-y: 12rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-5{
  --tw-border-spacing-x: 1.25rem;
  --tw-border-spacing-y: 1.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-52{
  --tw-border-spacing-x: 13rem;
  --tw-border-spacing-y: 13rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-56{
  --tw-border-spacing-x: 14rem;
  --tw-border-spacing-y: 14rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-6{
  --tw-border-spacing-x: 1.5rem;
  --tw-border-spacing-y: 1.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-60{
  --tw-border-spacing-x: 15rem;
  --tw-border-spacing-y: 15rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-64{
  --tw-border-spacing-x: 16rem;
  --tw-border-spacing-y: 16rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-7{
  --tw-border-spacing-x: 1.75rem;
  --tw-border-spacing-y: 1.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-72{
  --tw-border-spacing-x: 18rem;
  --tw-border-spacing-y: 18rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-8{
  --tw-border-spacing-x: 2rem;
  --tw-border-spacing-y: 2rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-80{
  --tw-border-spacing-x: 20rem;
  --tw-border-spacing-y: 20rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-9{
  --tw-border-spacing-x: 2.25rem;
  --tw-border-spacing-y: 2.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-96{
  --tw-border-spacing-x: 24rem;
  --tw-border-spacing-y: 24rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-px{
  --tw-border-spacing-x: 1px;
  --tw-border-spacing-y: 1px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-0{
  --tw-border-spacing-x: 0px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-0\.5{
  --tw-border-spacing-x: 0.125rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-1{
  --tw-border-spacing-x: 0.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-1\.5{
  --tw-border-spacing-x: 0.375rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-10{
  --tw-border-spacing-x: 2.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-11{
  --tw-border-spacing-x: 2.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-12{
  --tw-border-spacing-x: 3rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-14{
  --tw-border-spacing-x: 3.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-16{
  --tw-border-spacing-x: 4rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-2{
  --tw-border-spacing-x: 0.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-2\.5{
  --tw-border-spacing-x: 0.625rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-20{
  --tw-border-spacing-x: 5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-22{
  --tw-border-spacing-x: 5.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-24{
  --tw-border-spacing-x: 6rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-28{
  --tw-border-spacing-x: 7rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-3{
  --tw-border-spacing-x: 0.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-3\.5{
  --tw-border-spacing-x: 0.875rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-32{
  --tw-border-spacing-x: 8rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-36{
  --tw-border-spacing-x: 9rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-4{
  --tw-border-spacing-x: 1rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-40{
  --tw-border-spacing-x: 10rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-42{
  --tw-border-spacing-x: 10.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-44{
  --tw-border-spacing-x: 11rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-48{
  --tw-border-spacing-x: 12rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-5{
  --tw-border-spacing-x: 1.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-52{
  --tw-border-spacing-x: 13rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-56{
  --tw-border-spacing-x: 14rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-6{
  --tw-border-spacing-x: 1.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-60{
  --tw-border-spacing-x: 15rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-64{
  --tw-border-spacing-x: 16rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-7{
  --tw-border-spacing-x: 1.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-72{
  --tw-border-spacing-x: 18rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-8{
  --tw-border-spacing-x: 2rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-80{
  --tw-border-spacing-x: 20rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-9{
  --tw-border-spacing-x: 2.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-96{
  --tw-border-spacing-x: 24rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-px{
  --tw-border-spacing-x: 1px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-0{
  --tw-border-spacing-y: 0px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-0\.5{
  --tw-border-spacing-y: 0.125rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-1{
  --tw-border-spacing-y: 0.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-1\.5{
  --tw-border-spacing-y: 0.375rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-10{
  --tw-border-spacing-y: 2.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-11{
  --tw-border-spacing-y: 2.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-12{
  --tw-border-spacing-y: 3rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-14{
  --tw-border-spacing-y: 3.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-16{
  --tw-border-spacing-y: 4rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-2{
  --tw-border-spacing-y: 0.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-2\.5{
  --tw-border-spacing-y: 0.625rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-20{
  --tw-border-spacing-y: 5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-22{
  --tw-border-spacing-y: 5.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-24{
  --tw-border-spacing-y: 6rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-28{
  --tw-border-spacing-y: 7rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-3{
  --tw-border-spacing-y: 0.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-3\.5{
  --tw-border-spacing-y: 0.875rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-32{
  --tw-border-spacing-y: 8rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-36{
  --tw-border-spacing-y: 9rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-4{
  --tw-border-spacing-y: 1rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-40{
  --tw-border-spacing-y: 10rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-42{
  --tw-border-spacing-y: 10.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-44{
  --tw-border-spacing-y: 11rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-48{
  --tw-border-spacing-y: 12rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-5{
  --tw-border-spacing-y: 1.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-52{
  --tw-border-spacing-y: 13rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-56{
  --tw-border-spacing-y: 14rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-6{
  --tw-border-spacing-y: 1.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-60{
  --tw-border-spacing-y: 15rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-64{
  --tw-border-spacing-y: 16rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-7{
  --tw-border-spacing-y: 1.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-72{
  --tw-border-spacing-y: 18rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-8{
  --tw-border-spacing-y: 2rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-80{
  --tw-border-spacing-y: 20rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-9{
  --tw-border-spacing-y: 2.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-96{
  --tw-border-spacing-y: 24rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-px{
  --tw-border-spacing-y: 1px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.-translate-x-1\/2{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-full{
  --tw-translate-y: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-0{
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-2{
  --tw-translate-y: 0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-rotate-10{
  --tw-rotate: -10deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-90{
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-0{
  --tw-scale-x: 0;
  --tw-scale-y: 0;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-100{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-105{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-110{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-125{
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-150{
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-50{
  --tw-scale-x: .5;
  --tw-scale-y: .5;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-75{
  --tw-scale-x: .75;
  --tw-scale-y: .75;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-90{
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-95{
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-x-0{
  --tw-scale-x: 0;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-x-100{
  --tw-scale-x: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-x-105{
  --tw-scale-x: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-x-110{
  --tw-scale-x: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-x-125{
  --tw-scale-x: 1.25;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-x-150{
  --tw-scale-x: 1.5;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-x-50{
  --tw-scale-x: .5;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-x-75{
  --tw-scale-x: .75;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-x-90{
  --tw-scale-x: .9;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-x-95{
  --tw-scale-x: .95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-y-0{
  --tw-scale-y: 0;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-y-100{
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-y-105{
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-y-110{
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-y-125{
  --tw-scale-y: 1.25;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-y-150{
  --tw-scale-y: 1.5;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-y-50{
  --tw-scale-y: .5;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-y-75{
  --tw-scale-y: .75;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-y-90{
  --tw-scale-y: .9;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-y-95{
  --tw-scale-y: .95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer{
  cursor: pointer;
}
.cursor-zoom-in{
  cursor: zoom-in;
}
.scroll-mt-\[calc\(3\.5rem\+1\.5rem\)\]{
  scroll-margin-top: calc(3.5rem + 1.5rem);
}
.list-decimal{
  list-style-type: decimal;
}
.list-disc{
  list-style-type: disc;
}
.appearance-none{
  appearance: none;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-12{
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-rows-10{
  grid-template-rows: repeat(10, minmax(0, 1fr));
}
.grid-rows-4{
  grid-template-rows: repeat(4, minmax(0, 1fr));
}
.grid-rows-5{
  grid-template-rows: repeat(5, minmax(0, 1fr));
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-start{
  align-items: flex-start;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-1{
  gap: 0.25rem;
}
.gap-10{
  gap: 2.5rem;
}
.gap-16{
  gap: 4rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-4{
  gap: 1rem;
}
.gap-5{
  gap: 1.25rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-7{
  gap: 1.75rem;
}
.gap-\[\.84656rem\]{
  gap: .84656rem;
}
.gap-\[1\.26985rem\]{
  gap: 1.26985rem;
}
.gap-x-10{
  column-gap: 2.5rem;
}
.gap-x-5{
  column-gap: 1.25rem;
}
.gap-x-6{
  column-gap: 1.5rem;
}
.gap-y-10{
  row-gap: 2.5rem;
}
.gap-y-3{
  row-gap: 0.75rem;
}
.gap-y-9{
  row-gap: 2.25rem;
}
.divide-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse: 0;
  border-right-width: calc(2px * var(--tw-divide-x-reverse));
  border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
}
.divide-y > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
}
.divide-solid > :not([hidden]) ~ :not([hidden]){
  border-style: solid;
}
.divide-gray > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(215 217 224 / var(--tw-divide-opacity, 1));
}
.divide-white > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-divide-opacity, 1));
}
.self-start{
  align-self: flex-start;
}
.self-center{
  align-self: center;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-x-auto{
  overflow-x: auto;
}
.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-ellipsis{
  text-overflow: ellipsis;
}
.text-clip{
  text-overflow: clip;
}
.text-wrap{
  text-wrap: wrap;
}
.text-nowrap{
  text-wrap: nowrap;
}
.text-balance{
  text-wrap: balance;
}
.text-pretty{
  text-wrap: pretty;
}
.rounded-2xl{
  border-radius: 1rem;
}
.rounded-3xl{
  border-radius: 1.5rem;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded-md{
  border-radius: 0.375rem;
}
.rounded-none{
  border-radius: 0px;
}
.rounded-sm{
  border-radius: 0.166rem;
}
.rounded-xl{
  border-radius: 0.75rem;
}
.rounded-b{
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.rounded-b-2xl{
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}
.rounded-b-3xl{
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}
.rounded-b-full{
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
}
.rounded-b-lg{
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.rounded-b-md{
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.rounded-b-none{
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.rounded-b-sm{
  border-bottom-right-radius: 0.166rem;
  border-bottom-left-radius: 0.166rem;
}
.rounded-b-xl{
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}
.rounded-e{
  border-start-end-radius: 0.25rem;
  border-end-end-radius: 0.25rem;
}
.rounded-e-2xl{
  border-start-end-radius: 1rem;
  border-end-end-radius: 1rem;
}
.rounded-e-3xl{
  border-start-end-radius: 1.5rem;
  border-end-end-radius: 1.5rem;
}
.rounded-e-full{
  border-start-end-radius: 9999px;
  border-end-end-radius: 9999px;
}
.rounded-e-lg{
  border-start-end-radius: 0.5rem;
  border-end-end-radius: 0.5rem;
}
.rounded-e-md{
  border-start-end-radius: 0.375rem;
  border-end-end-radius: 0.375rem;
}
.rounded-e-none{
  border-start-end-radius: 0px;
  border-end-end-radius: 0px;
}
.rounded-e-sm{
  border-start-end-radius: 0.166rem;
  border-end-end-radius: 0.166rem;
}
.rounded-e-xl{
  border-start-end-radius: 0.75rem;
  border-end-end-radius: 0.75rem;
}
.rounded-l{
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.rounded-l-2xl{
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}
.rounded-l-3xl{
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}
.rounded-l-full{
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}
.rounded-l-lg{
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.rounded-l-md{
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.rounded-l-none{
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.rounded-l-sm{
  border-top-left-radius: 0.166rem;
  border-bottom-left-radius: 0.166rem;
}
.rounded-l-xl{
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}
.rounded-r{
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.rounded-r-2xl{
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
.rounded-r-3xl{
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}
.rounded-r-full{
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}
.rounded-r-lg{
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.rounded-r-md{
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.rounded-r-none{
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.rounded-r-sm{
  border-top-right-radius: 0.166rem;
  border-bottom-right-radius: 0.166rem;
}
.rounded-r-xl{
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.rounded-s{
  border-start-start-radius: 0.25rem;
  border-end-start-radius: 0.25rem;
}
.rounded-s-2xl{
  border-start-start-radius: 1rem;
  border-end-start-radius: 1rem;
}
.rounded-s-3xl{
  border-start-start-radius: 1.5rem;
  border-end-start-radius: 1.5rem;
}
.rounded-s-full{
  border-start-start-radius: 9999px;
  border-end-start-radius: 9999px;
}
.rounded-s-lg{
  border-start-start-radius: 0.5rem;
  border-end-start-radius: 0.5rem;
}
.rounded-s-md{
  border-start-start-radius: 0.375rem;
  border-end-start-radius: 0.375rem;
}
.rounded-s-none{
  border-start-start-radius: 0px;
  border-end-start-radius: 0px;
}
.rounded-s-sm{
  border-start-start-radius: 0.166rem;
  border-end-start-radius: 0.166rem;
}
.rounded-s-xl{
  border-start-start-radius: 0.75rem;
  border-end-start-radius: 0.75rem;
}
.rounded-t{
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.rounded-t-2xl{
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.rounded-t-3xl{
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}
.rounded-t-full{
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}
.rounded-t-lg{
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.rounded-t-md{
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}
.rounded-t-none{
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.rounded-t-sm{
  border-top-left-radius: 0.166rem;
  border-top-right-radius: 0.166rem;
}
.rounded-t-xl{
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}
.rounded-bl{
  border-bottom-left-radius: 0.25rem;
}
.rounded-bl-2xl{
  border-bottom-left-radius: 1rem;
}
.rounded-bl-3xl{
  border-bottom-left-radius: 1.5rem;
}
.rounded-bl-full{
  border-bottom-left-radius: 9999px;
}
.rounded-bl-lg{
  border-bottom-left-radius: 0.5rem;
}
.rounded-bl-md{
  border-bottom-left-radius: 0.375rem;
}
.rounded-bl-none{
  border-bottom-left-radius: 0px;
}
.rounded-bl-sm{
  border-bottom-left-radius: 0.166rem;
}
.rounded-bl-xl{
  border-bottom-left-radius: 0.75rem;
}
.rounded-br{
  border-bottom-right-radius: 0.25rem;
}
.rounded-br-2xl{
  border-bottom-right-radius: 1rem;
}
.rounded-br-3xl{
  border-bottom-right-radius: 1.5rem;
}
.rounded-br-full{
  border-bottom-right-radius: 9999px;
}
.rounded-br-lg{
  border-bottom-right-radius: 0.5rem;
}
.rounded-br-md{
  border-bottom-right-radius: 0.375rem;
}
.rounded-br-none{
  border-bottom-right-radius: 0px;
}
.rounded-br-sm{
  border-bottom-right-radius: 0.166rem;
}
.rounded-br-xl{
  border-bottom-right-radius: 0.75rem;
}
.rounded-ee{
  border-end-end-radius: 0.25rem;
}
.rounded-ee-2xl{
  border-end-end-radius: 1rem;
}
.rounded-ee-3xl{
  border-end-end-radius: 1.5rem;
}
.rounded-ee-full{
  border-end-end-radius: 9999px;
}
.rounded-ee-lg{
  border-end-end-radius: 0.5rem;
}
.rounded-ee-md{
  border-end-end-radius: 0.375rem;
}
.rounded-ee-none{
  border-end-end-radius: 0px;
}
.rounded-ee-sm{
  border-end-end-radius: 0.166rem;
}
.rounded-ee-xl{
  border-end-end-radius: 0.75rem;
}
.rounded-es{
  border-end-start-radius: 0.25rem;
}
.rounded-es-2xl{
  border-end-start-radius: 1rem;
}
.rounded-es-3xl{
  border-end-start-radius: 1.5rem;
}
.rounded-es-full{
  border-end-start-radius: 9999px;
}
.rounded-es-lg{
  border-end-start-radius: 0.5rem;
}
.rounded-es-md{
  border-end-start-radius: 0.375rem;
}
.rounded-es-none{
  border-end-start-radius: 0px;
}
.rounded-es-sm{
  border-end-start-radius: 0.166rem;
}
.rounded-es-xl{
  border-end-start-radius: 0.75rem;
}
.rounded-se{
  border-start-end-radius: 0.25rem;
}
.rounded-se-2xl{
  border-start-end-radius: 1rem;
}
.rounded-se-3xl{
  border-start-end-radius: 1.5rem;
}
.rounded-se-full{
  border-start-end-radius: 9999px;
}
.rounded-se-lg{
  border-start-end-radius: 0.5rem;
}
.rounded-se-md{
  border-start-end-radius: 0.375rem;
}
.rounded-se-none{
  border-start-end-radius: 0px;
}
.rounded-se-sm{
  border-start-end-radius: 0.166rem;
}
.rounded-se-xl{
  border-start-end-radius: 0.75rem;
}
.rounded-ss{
  border-start-start-radius: 0.25rem;
}
.rounded-ss-2xl{
  border-start-start-radius: 1rem;
}
.rounded-ss-3xl{
  border-start-start-radius: 1.5rem;
}
.rounded-ss-full{
  border-start-start-radius: 9999px;
}
.rounded-ss-lg{
  border-start-start-radius: 0.5rem;
}
.rounded-ss-md{
  border-start-start-radius: 0.375rem;
}
.rounded-ss-none{
  border-start-start-radius: 0px;
}
.rounded-ss-sm{
  border-start-start-radius: 0.166rem;
}
.rounded-ss-xl{
  border-start-start-radius: 0.75rem;
}
.rounded-tl{
  border-top-left-radius: 0.25rem;
}
.rounded-tl-2xl{
  border-top-left-radius: 1rem;
}
.rounded-tl-3xl{
  border-top-left-radius: 1.5rem;
}
.rounded-tl-full{
  border-top-left-radius: 9999px;
}
.rounded-tl-lg{
  border-top-left-radius: 0.5rem;
}
.rounded-tl-md{
  border-top-left-radius: 0.375rem;
}
.rounded-tl-none{
  border-top-left-radius: 0px;
}
.rounded-tl-sm{
  border-top-left-radius: 0.166rem;
}
.rounded-tl-xl{
  border-top-left-radius: 0.75rem;
}
.rounded-tr{
  border-top-right-radius: 0.25rem;
}
.rounded-tr-2xl{
  border-top-right-radius: 1rem;
}
.rounded-tr-3xl{
  border-top-right-radius: 1.5rem;
}
.rounded-tr-full{
  border-top-right-radius: 9999px;
}
.rounded-tr-lg{
  border-top-right-radius: 0.5rem;
}
.rounded-tr-md{
  border-top-right-radius: 0.375rem;
}
.rounded-tr-none{
  border-top-right-radius: 0px;
}
.rounded-tr-sm{
  border-top-right-radius: 0.166rem;
}
.rounded-tr-xl{
  border-top-right-radius: 0.75rem;
}
.border{
  border-width: 1px;
}
.border-0{
  border-width: 0px;
}
.border-2{
  border-width: 2px;
}
.border-4{
  border-width: 4px;
}
.border-8{
  border-width: 8px;
}
.border-x{
  border-left-width: 1px;
  border-right-width: 1px;
}
.border-x-0{
  border-left-width: 0px;
  border-right-width: 0px;
}
.border-x-2{
  border-left-width: 2px;
  border-right-width: 2px;
}
.border-x-4{
  border-left-width: 4px;
  border-right-width: 4px;
}
.border-x-8{
  border-left-width: 8px;
  border-right-width: 8px;
}
.border-y{
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.border-y-0{
  border-top-width: 0px;
  border-bottom-width: 0px;
}
.border-y-2{
  border-top-width: 2px;
  border-bottom-width: 2px;
}
.border-y-4{
  border-top-width: 4px;
  border-bottom-width: 4px;
}
.border-y-8{
  border-top-width: 8px;
  border-bottom-width: 8px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-b-0{
  border-bottom-width: 0px;
}
.border-b-2{
  border-bottom-width: 2px;
}
.border-b-4{
  border-bottom-width: 4px;
}
.border-b-8{
  border-bottom-width: 8px;
}
.border-e{
  border-inline-end-width: 1px;
}
.border-e-0{
  border-inline-end-width: 0px;
}
.border-e-2{
  border-inline-end-width: 2px;
}
.border-e-4{
  border-inline-end-width: 4px;
}
.border-e-8{
  border-inline-end-width: 8px;
}
.border-l{
  border-left-width: 1px;
}
.border-l-0{
  border-left-width: 0px;
}
.border-l-2{
  border-left-width: 2px;
}
.border-l-4{
  border-left-width: 4px;
}
.border-l-8{
  border-left-width: 8px;
}
.border-r{
  border-right-width: 1px;
}
.border-r-0{
  border-right-width: 0px;
}
.border-r-2{
  border-right-width: 2px;
}
.border-r-4{
  border-right-width: 4px;
}
.border-r-8{
  border-right-width: 8px;
}
.border-s{
  border-inline-start-width: 1px;
}
.border-s-0{
  border-inline-start-width: 0px;
}
.border-s-2{
  border-inline-start-width: 2px;
}
.border-s-4{
  border-inline-start-width: 4px;
}
.border-s-8{
  border-inline-start-width: 8px;
}
.border-t{
  border-top-width: 1px;
}
.border-t-0{
  border-top-width: 0px;
}
.border-t-2{
  border-top-width: 2px;
}
.border-t-4{
  border-top-width: 4px;
}
.border-t-8{
  border-top-width: 8px;
}
.border-solid{
  border-style: solid;
}
.border-dashed{
  border-style: dashed;
}
.border-dotted{
  border-style: dotted;
}
.border-double{
  border-style: double;
}
.border-hidden{
  border-style: hidden;
}
.border-none{
  border-style: none;
}
.border-black{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.border-black\/0{
  border-color: rgb(0 0 0 / 0);
}
.border-black\/10{
  border-color: rgb(0 0 0 / 0.1);
}
.border-black\/100{
  border-color: rgb(0 0 0 / 1);
}
.border-black\/15{
  border-color: rgb(0 0 0 / 0.15);
}
.border-black\/20{
  border-color: rgb(0 0 0 / 0.2);
}
.border-black\/25{
  border-color: rgb(0 0 0 / 0.25);
}
.border-black\/30{
  border-color: rgb(0 0 0 / 0.3);
}
.border-black\/35{
  border-color: rgb(0 0 0 / 0.35);
}
.border-black\/40{
  border-color: rgb(0 0 0 / 0.4);
}
.border-black\/45{
  border-color: rgb(0 0 0 / 0.45);
}
.border-black\/5{
  border-color: rgb(0 0 0 / 0.05);
}
.border-black\/50{
  border-color: rgb(0 0 0 / 0.5);
}
.border-black\/55{
  border-color: rgb(0 0 0 / 0.55);
}
.border-black\/60{
  border-color: rgb(0 0 0 / 0.6);
}
.border-black\/65{
  border-color: rgb(0 0 0 / 0.65);
}
.border-black\/70{
  border-color: rgb(0 0 0 / 0.7);
}
.border-black\/75{
  border-color: rgb(0 0 0 / 0.75);
}
.border-black\/80{
  border-color: rgb(0 0 0 / 0.8);
}
.border-black\/85{
  border-color: rgb(0 0 0 / 0.85);
}
.border-black\/90{
  border-color: rgb(0 0 0 / 0.9);
}
.border-black\/95{
  border-color: rgb(0 0 0 / 0.95);
}
.border-blue{
  --tw-border-opacity: 1;
  border-color: rgb(0 71 187 / var(--tw-border-opacity, 1));
}
.border-blue\/0{
  border-color: rgb(0 71 187 / 0);
}
.border-blue\/10{
  border-color: rgb(0 71 187 / 0.1);
}
.border-blue\/100{
  border-color: rgb(0 71 187 / 1);
}
.border-blue\/15{
  border-color: rgb(0 71 187 / 0.15);
}
.border-blue\/20{
  border-color: rgb(0 71 187 / 0.2);
}
.border-blue\/25{
  border-color: rgb(0 71 187 / 0.25);
}
.border-blue\/30{
  border-color: rgb(0 71 187 / 0.3);
}
.border-blue\/35{
  border-color: rgb(0 71 187 / 0.35);
}
.border-blue\/40{
  border-color: rgb(0 71 187 / 0.4);
}
.border-blue\/45{
  border-color: rgb(0 71 187 / 0.45);
}
.border-blue\/5{
  border-color: rgb(0 71 187 / 0.05);
}
.border-blue\/50{
  border-color: rgb(0 71 187 / 0.5);
}
.border-blue\/55{
  border-color: rgb(0 71 187 / 0.55);
}
.border-blue\/60{
  border-color: rgb(0 71 187 / 0.6);
}
.border-blue\/65{
  border-color: rgb(0 71 187 / 0.65);
}
.border-blue\/70{
  border-color: rgb(0 71 187 / 0.7);
}
.border-blue\/75{
  border-color: rgb(0 71 187 / 0.75);
}
.border-blue\/80{
  border-color: rgb(0 71 187 / 0.8);
}
.border-blue\/85{
  border-color: rgb(0 71 187 / 0.85);
}
.border-blue\/90{
  border-color: rgb(0 71 187 / 0.9);
}
.border-blue\/95{
  border-color: rgb(0 71 187 / 0.95);
}
.border-current{
  border-color: currentColor;
}
.border-dark-pink{
  --tw-border-opacity: 1;
  border-color: rgb(132 11 85 / var(--tw-border-opacity, 1));
}
.border-dark-pink\/0{
  border-color: rgb(132 11 85 / 0);
}
.border-dark-pink\/10{
  border-color: rgb(132 11 85 / 0.1);
}
.border-dark-pink\/100{
  border-color: rgb(132 11 85 / 1);
}
.border-dark-pink\/15{
  border-color: rgb(132 11 85 / 0.15);
}
.border-dark-pink\/20{
  border-color: rgb(132 11 85 / 0.2);
}
.border-dark-pink\/25{
  border-color: rgb(132 11 85 / 0.25);
}
.border-dark-pink\/30{
  border-color: rgb(132 11 85 / 0.3);
}
.border-dark-pink\/35{
  border-color: rgb(132 11 85 / 0.35);
}
.border-dark-pink\/40{
  border-color: rgb(132 11 85 / 0.4);
}
.border-dark-pink\/45{
  border-color: rgb(132 11 85 / 0.45);
}
.border-dark-pink\/5{
  border-color: rgb(132 11 85 / 0.05);
}
.border-dark-pink\/50{
  border-color: rgb(132 11 85 / 0.5);
}
.border-dark-pink\/55{
  border-color: rgb(132 11 85 / 0.55);
}
.border-dark-pink\/60{
  border-color: rgb(132 11 85 / 0.6);
}
.border-dark-pink\/65{
  border-color: rgb(132 11 85 / 0.65);
}
.border-dark-pink\/70{
  border-color: rgb(132 11 85 / 0.7);
}
.border-dark-pink\/75{
  border-color: rgb(132 11 85 / 0.75);
}
.border-dark-pink\/80{
  border-color: rgb(132 11 85 / 0.8);
}
.border-dark-pink\/85{
  border-color: rgb(132 11 85 / 0.85);
}
.border-dark-pink\/90{
  border-color: rgb(132 11 85 / 0.9);
}
.border-dark-pink\/95{
  border-color: rgb(132 11 85 / 0.95);
}
.border-gray{
  --tw-border-opacity: 1;
  border-color: rgb(215 217 224 / var(--tw-border-opacity, 1));
}
.border-gray\/0{
  border-color: rgb(215 217 224 / 0);
}
.border-gray\/10{
  border-color: rgb(215 217 224 / 0.1);
}
.border-gray\/100{
  border-color: rgb(215 217 224 / 1);
}
.border-gray\/15{
  border-color: rgb(215 217 224 / 0.15);
}
.border-gray\/20{
  border-color: rgb(215 217 224 / 0.2);
}
.border-gray\/25{
  border-color: rgb(215 217 224 / 0.25);
}
.border-gray\/30{
  border-color: rgb(215 217 224 / 0.3);
}
.border-gray\/35{
  border-color: rgb(215 217 224 / 0.35);
}
.border-gray\/40{
  border-color: rgb(215 217 224 / 0.4);
}
.border-gray\/45{
  border-color: rgb(215 217 224 / 0.45);
}
.border-gray\/5{
  border-color: rgb(215 217 224 / 0.05);
}
.border-gray\/50{
  border-color: rgb(215 217 224 / 0.5);
}
.border-gray\/55{
  border-color: rgb(215 217 224 / 0.55);
}
.border-gray\/60{
  border-color: rgb(215 217 224 / 0.6);
}
.border-gray\/65{
  border-color: rgb(215 217 224 / 0.65);
}
.border-gray\/70{
  border-color: rgb(215 217 224 / 0.7);
}
.border-gray\/75{
  border-color: rgb(215 217 224 / 0.75);
}
.border-gray\/80{
  border-color: rgb(215 217 224 / 0.8);
}
.border-gray\/85{
  border-color: rgb(215 217 224 / 0.85);
}
.border-gray\/90{
  border-color: rgb(215 217 224 / 0.9);
}
.border-gray\/95{
  border-color: rgb(215 217 224 / 0.95);
}
.border-green{
  --tw-border-opacity: 1;
  border-color: rgb(21 71 52 / var(--tw-border-opacity, 1));
}
.border-green\/0{
  border-color: rgb(21 71 52 / 0);
}
.border-green\/10{
  border-color: rgb(21 71 52 / 0.1);
}
.border-green\/100{
  border-color: rgb(21 71 52 / 1);
}
.border-green\/15{
  border-color: rgb(21 71 52 / 0.15);
}
.border-green\/20{
  border-color: rgb(21 71 52 / 0.2);
}
.border-green\/25{
  border-color: rgb(21 71 52 / 0.25);
}
.border-green\/30{
  border-color: rgb(21 71 52 / 0.3);
}
.border-green\/35{
  border-color: rgb(21 71 52 / 0.35);
}
.border-green\/40{
  border-color: rgb(21 71 52 / 0.4);
}
.border-green\/45{
  border-color: rgb(21 71 52 / 0.45);
}
.border-green\/5{
  border-color: rgb(21 71 52 / 0.05);
}
.border-green\/50{
  border-color: rgb(21 71 52 / 0.5);
}
.border-green\/55{
  border-color: rgb(21 71 52 / 0.55);
}
.border-green\/60{
  border-color: rgb(21 71 52 / 0.6);
}
.border-green\/65{
  border-color: rgb(21 71 52 / 0.65);
}
.border-green\/70{
  border-color: rgb(21 71 52 / 0.7);
}
.border-green\/75{
  border-color: rgb(21 71 52 / 0.75);
}
.border-green\/80{
  border-color: rgb(21 71 52 / 0.8);
}
.border-green\/85{
  border-color: rgb(21 71 52 / 0.85);
}
.border-green\/90{
  border-color: rgb(21 71 52 / 0.9);
}
.border-green\/95{
  border-color: rgb(21 71 52 / 0.95);
}
.border-orange{
  --tw-border-opacity: 1;
  border-color: rgb(255 92 57 / var(--tw-border-opacity, 1));
}
.border-orange\/0{
  border-color: rgb(255 92 57 / 0);
}
.border-orange\/10{
  border-color: rgb(255 92 57 / 0.1);
}
.border-orange\/100{
  border-color: rgb(255 92 57 / 1);
}
.border-orange\/15{
  border-color: rgb(255 92 57 / 0.15);
}
.border-orange\/20{
  border-color: rgb(255 92 57 / 0.2);
}
.border-orange\/25{
  border-color: rgb(255 92 57 / 0.25);
}
.border-orange\/30{
  border-color: rgb(255 92 57 / 0.3);
}
.border-orange\/35{
  border-color: rgb(255 92 57 / 0.35);
}
.border-orange\/40{
  border-color: rgb(255 92 57 / 0.4);
}
.border-orange\/45{
  border-color: rgb(255 92 57 / 0.45);
}
.border-orange\/5{
  border-color: rgb(255 92 57 / 0.05);
}
.border-orange\/50{
  border-color: rgb(255 92 57 / 0.5);
}
.border-orange\/55{
  border-color: rgb(255 92 57 / 0.55);
}
.border-orange\/60{
  border-color: rgb(255 92 57 / 0.6);
}
.border-orange\/65{
  border-color: rgb(255 92 57 / 0.65);
}
.border-orange\/70{
  border-color: rgb(255 92 57 / 0.7);
}
.border-orange\/75{
  border-color: rgb(255 92 57 / 0.75);
}
.border-orange\/80{
  border-color: rgb(255 92 57 / 0.8);
}
.border-orange\/85{
  border-color: rgb(255 92 57 / 0.85);
}
.border-orange\/90{
  border-color: rgb(255 92 57 / 0.9);
}
.border-orange\/95{
  border-color: rgb(255 92 57 / 0.95);
}
.border-pink{
  --tw-border-opacity: 1;
  border-color: rgb(249 159 201 / var(--tw-border-opacity, 1));
}
.border-pink\/0{
  border-color: rgb(249 159 201 / 0);
}
.border-pink\/10{
  border-color: rgb(249 159 201 / 0.1);
}
.border-pink\/100{
  border-color: rgb(249 159 201 / 1);
}
.border-pink\/15{
  border-color: rgb(249 159 201 / 0.15);
}
.border-pink\/20{
  border-color: rgb(249 159 201 / 0.2);
}
.border-pink\/25{
  border-color: rgb(249 159 201 / 0.25);
}
.border-pink\/30{
  border-color: rgb(249 159 201 / 0.3);
}
.border-pink\/35{
  border-color: rgb(249 159 201 / 0.35);
}
.border-pink\/40{
  border-color: rgb(249 159 201 / 0.4);
}
.border-pink\/45{
  border-color: rgb(249 159 201 / 0.45);
}
.border-pink\/5{
  border-color: rgb(249 159 201 / 0.05);
}
.border-pink\/50{
  border-color: rgb(249 159 201 / 0.5);
}
.border-pink\/55{
  border-color: rgb(249 159 201 / 0.55);
}
.border-pink\/60{
  border-color: rgb(249 159 201 / 0.6);
}
.border-pink\/65{
  border-color: rgb(249 159 201 / 0.65);
}
.border-pink\/70{
  border-color: rgb(249 159 201 / 0.7);
}
.border-pink\/75{
  border-color: rgb(249 159 201 / 0.75);
}
.border-pink\/80{
  border-color: rgb(249 159 201 / 0.8);
}
.border-pink\/85{
  border-color: rgb(249 159 201 / 0.85);
}
.border-pink\/90{
  border-color: rgb(249 159 201 / 0.9);
}
.border-pink\/95{
  border-color: rgb(249 159 201 / 0.95);
}
.border-theme{
  --tw-border-opacity: 1;
  border-color: rgba(var(--color-theme), var(--tw-border-opacity, 1));
}
.border-theme\/0{
  border-color: rgba(var(--color-theme), 0);
}
.border-theme\/10{
  border-color: rgba(var(--color-theme), 0.1);
}
.border-theme\/100{
  border-color: rgba(var(--color-theme), 1);
}
.border-theme\/15{
  border-color: rgba(var(--color-theme), 0.15);
}
.border-theme\/20{
  border-color: rgba(var(--color-theme), 0.2);
}
.border-theme\/25{
  border-color: rgba(var(--color-theme), 0.25);
}
.border-theme\/30{
  border-color: rgba(var(--color-theme), 0.3);
}
.border-theme\/35{
  border-color: rgba(var(--color-theme), 0.35);
}
.border-theme\/40{
  border-color: rgba(var(--color-theme), 0.4);
}
.border-theme\/45{
  border-color: rgba(var(--color-theme), 0.45);
}
.border-theme\/5{
  border-color: rgba(var(--color-theme), 0.05);
}
.border-theme\/50{
  border-color: rgba(var(--color-theme), 0.5);
}
.border-theme\/55{
  border-color: rgba(var(--color-theme), 0.55);
}
.border-theme\/60{
  border-color: rgba(var(--color-theme), 0.6);
}
.border-theme\/65{
  border-color: rgba(var(--color-theme), 0.65);
}
.border-theme\/70{
  border-color: rgba(var(--color-theme), 0.7);
}
.border-theme\/75{
  border-color: rgba(var(--color-theme), 0.75);
}
.border-theme\/80{
  border-color: rgba(var(--color-theme), 0.8);
}
.border-theme\/85{
  border-color: rgba(var(--color-theme), 0.85);
}
.border-theme\/90{
  border-color: rgba(var(--color-theme), 0.9);
}
.border-theme\/95{
  border-color: rgba(var(--color-theme), 0.95);
}
.border-transparent{
  border-color: transparent;
}
.border-transparent\/0{
  border-color: rgb(0 0 0 / 0);
}
.border-transparent\/10{
  border-color: rgb(0 0 0 / 0.1);
}
.border-transparent\/100{
  border-color: rgb(0 0 0 / 1);
}
.border-transparent\/15{
  border-color: rgb(0 0 0 / 0.15);
}
.border-transparent\/20{
  border-color: rgb(0 0 0 / 0.2);
}
.border-transparent\/25{
  border-color: rgb(0 0 0 / 0.25);
}
.border-transparent\/30{
  border-color: rgb(0 0 0 / 0.3);
}
.border-transparent\/35{
  border-color: rgb(0 0 0 / 0.35);
}
.border-transparent\/40{
  border-color: rgb(0 0 0 / 0.4);
}
.border-transparent\/45{
  border-color: rgb(0 0 0 / 0.45);
}
.border-transparent\/5{
  border-color: rgb(0 0 0 / 0.05);
}
.border-transparent\/50{
  border-color: rgb(0 0 0 / 0.5);
}
.border-transparent\/55{
  border-color: rgb(0 0 0 / 0.55);
}
.border-transparent\/60{
  border-color: rgb(0 0 0 / 0.6);
}
.border-transparent\/65{
  border-color: rgb(0 0 0 / 0.65);
}
.border-transparent\/70{
  border-color: rgb(0 0 0 / 0.7);
}
.border-transparent\/75{
  border-color: rgb(0 0 0 / 0.75);
}
.border-transparent\/80{
  border-color: rgb(0 0 0 / 0.8);
}
.border-transparent\/85{
  border-color: rgb(0 0 0 / 0.85);
}
.border-transparent\/90{
  border-color: rgb(0 0 0 / 0.9);
}
.border-transparent\/95{
  border-color: rgb(0 0 0 / 0.95);
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-white\/0{
  border-color: rgb(255 255 255 / 0);
}
.border-white\/10{
  border-color: rgb(255 255 255 / 0.1);
}
.border-white\/100{
  border-color: rgb(255 255 255 / 1);
}
.border-white\/15{
  border-color: rgb(255 255 255 / 0.15);
}
.border-white\/20{
  border-color: rgb(255 255 255 / 0.2);
}
.border-white\/25{
  border-color: rgb(255 255 255 / 0.25);
}
.border-white\/30{
  border-color: rgb(255 255 255 / 0.3);
}
.border-white\/35{
  border-color: rgb(255 255 255 / 0.35);
}
.border-white\/40{
  border-color: rgb(255 255 255 / 0.4);
}
.border-white\/45{
  border-color: rgb(255 255 255 / 0.45);
}
.border-white\/5{
  border-color: rgb(255 255 255 / 0.05);
}
.border-white\/50{
  border-color: rgb(255 255 255 / 0.5);
}
.border-white\/55{
  border-color: rgb(255 255 255 / 0.55);
}
.border-white\/60{
  border-color: rgb(255 255 255 / 0.6);
}
.border-white\/65{
  border-color: rgb(255 255 255 / 0.65);
}
.border-white\/70{
  border-color: rgb(255 255 255 / 0.7);
}
.border-white\/75{
  border-color: rgb(255 255 255 / 0.75);
}
.border-white\/80{
  border-color: rgb(255 255 255 / 0.8);
}
.border-white\/85{
  border-color: rgb(255 255 255 / 0.85);
}
.border-white\/90{
  border-color: rgb(255 255 255 / 0.9);
}
.border-white\/95{
  border-color: rgb(255 255 255 / 0.95);
}
.border-yellow{
  --tw-border-opacity: 1;
  border-color: rgb(255 198 88 / var(--tw-border-opacity, 1));
}
.border-yellow\/0{
  border-color: rgb(255 198 88 / 0);
}
.border-yellow\/10{
  border-color: rgb(255 198 88 / 0.1);
}
.border-yellow\/100{
  border-color: rgb(255 198 88 / 1);
}
.border-yellow\/15{
  border-color: rgb(255 198 88 / 0.15);
}
.border-yellow\/20{
  border-color: rgb(255 198 88 / 0.2);
}
.border-yellow\/25{
  border-color: rgb(255 198 88 / 0.25);
}
.border-yellow\/30{
  border-color: rgb(255 198 88 / 0.3);
}
.border-yellow\/35{
  border-color: rgb(255 198 88 / 0.35);
}
.border-yellow\/40{
  border-color: rgb(255 198 88 / 0.4);
}
.border-yellow\/45{
  border-color: rgb(255 198 88 / 0.45);
}
.border-yellow\/5{
  border-color: rgb(255 198 88 / 0.05);
}
.border-yellow\/50{
  border-color: rgb(255 198 88 / 0.5);
}
.border-yellow\/55{
  border-color: rgb(255 198 88 / 0.55);
}
.border-yellow\/60{
  border-color: rgb(255 198 88 / 0.6);
}
.border-yellow\/65{
  border-color: rgb(255 198 88 / 0.65);
}
.border-yellow\/70{
  border-color: rgb(255 198 88 / 0.7);
}
.border-yellow\/75{
  border-color: rgb(255 198 88 / 0.75);
}
.border-yellow\/80{
  border-color: rgb(255 198 88 / 0.8);
}
.border-yellow\/85{
  border-color: rgb(255 198 88 / 0.85);
}
.border-yellow\/90{
  border-color: rgb(255 198 88 / 0.9);
}
.border-yellow\/95{
  border-color: rgb(255 198 88 / 0.95);
}
.border-x-black{
  --tw-border-opacity: 1;
  border-left-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  border-right-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.border-x-black\/0{
  border-left-color: rgb(0 0 0 / 0);
  border-right-color: rgb(0 0 0 / 0);
}
.border-x-black\/10{
  border-left-color: rgb(0 0 0 / 0.1);
  border-right-color: rgb(0 0 0 / 0.1);
}
.border-x-black\/100{
  border-left-color: rgb(0 0 0 / 1);
  border-right-color: rgb(0 0 0 / 1);
}
.border-x-black\/15{
  border-left-color: rgb(0 0 0 / 0.15);
  border-right-color: rgb(0 0 0 / 0.15);
}
.border-x-black\/20{
  border-left-color: rgb(0 0 0 / 0.2);
  border-right-color: rgb(0 0 0 / 0.2);
}
.border-x-black\/25{
  border-left-color: rgb(0 0 0 / 0.25);
  border-right-color: rgb(0 0 0 / 0.25);
}
.border-x-black\/30{
  border-left-color: rgb(0 0 0 / 0.3);
  border-right-color: rgb(0 0 0 / 0.3);
}
.border-x-black\/35{
  border-left-color: rgb(0 0 0 / 0.35);
  border-right-color: rgb(0 0 0 / 0.35);
}
.border-x-black\/40{
  border-left-color: rgb(0 0 0 / 0.4);
  border-right-color: rgb(0 0 0 / 0.4);
}
.border-x-black\/45{
  border-left-color: rgb(0 0 0 / 0.45);
  border-right-color: rgb(0 0 0 / 0.45);
}
.border-x-black\/5{
  border-left-color: rgb(0 0 0 / 0.05);
  border-right-color: rgb(0 0 0 / 0.05);
}
.border-x-black\/50{
  border-left-color: rgb(0 0 0 / 0.5);
  border-right-color: rgb(0 0 0 / 0.5);
}
.border-x-black\/55{
  border-left-color: rgb(0 0 0 / 0.55);
  border-right-color: rgb(0 0 0 / 0.55);
}
.border-x-black\/60{
  border-left-color: rgb(0 0 0 / 0.6);
  border-right-color: rgb(0 0 0 / 0.6);
}
.border-x-black\/65{
  border-left-color: rgb(0 0 0 / 0.65);
  border-right-color: rgb(0 0 0 / 0.65);
}
.border-x-black\/70{
  border-left-color: rgb(0 0 0 / 0.7);
  border-right-color: rgb(0 0 0 / 0.7);
}
.border-x-black\/75{
  border-left-color: rgb(0 0 0 / 0.75);
  border-right-color: rgb(0 0 0 / 0.75);
}
.border-x-black\/80{
  border-left-color: rgb(0 0 0 / 0.8);
  border-right-color: rgb(0 0 0 / 0.8);
}
.border-x-black\/85{
  border-left-color: rgb(0 0 0 / 0.85);
  border-right-color: rgb(0 0 0 / 0.85);
}
.border-x-black\/90{
  border-left-color: rgb(0 0 0 / 0.9);
  border-right-color: rgb(0 0 0 / 0.9);
}
.border-x-black\/95{
  border-left-color: rgb(0 0 0 / 0.95);
  border-right-color: rgb(0 0 0 / 0.95);
}
.border-x-blue{
  --tw-border-opacity: 1;
  border-left-color: rgb(0 71 187 / var(--tw-border-opacity, 1));
  border-right-color: rgb(0 71 187 / var(--tw-border-opacity, 1));
}
.border-x-blue\/0{
  border-left-color: rgb(0 71 187 / 0);
  border-right-color: rgb(0 71 187 / 0);
}
.border-x-blue\/10{
  border-left-color: rgb(0 71 187 / 0.1);
  border-right-color: rgb(0 71 187 / 0.1);
}
.border-x-blue\/100{
  border-left-color: rgb(0 71 187 / 1);
  border-right-color: rgb(0 71 187 / 1);
}
.border-x-blue\/15{
  border-left-color: rgb(0 71 187 / 0.15);
  border-right-color: rgb(0 71 187 / 0.15);
}
.border-x-blue\/20{
  border-left-color: rgb(0 71 187 / 0.2);
  border-right-color: rgb(0 71 187 / 0.2);
}
.border-x-blue\/25{
  border-left-color: rgb(0 71 187 / 0.25);
  border-right-color: rgb(0 71 187 / 0.25);
}
.border-x-blue\/30{
  border-left-color: rgb(0 71 187 / 0.3);
  border-right-color: rgb(0 71 187 / 0.3);
}
.border-x-blue\/35{
  border-left-color: rgb(0 71 187 / 0.35);
  border-right-color: rgb(0 71 187 / 0.35);
}
.border-x-blue\/40{
  border-left-color: rgb(0 71 187 / 0.4);
  border-right-color: rgb(0 71 187 / 0.4);
}
.border-x-blue\/45{
  border-left-color: rgb(0 71 187 / 0.45);
  border-right-color: rgb(0 71 187 / 0.45);
}
.border-x-blue\/5{
  border-left-color: rgb(0 71 187 / 0.05);
  border-right-color: rgb(0 71 187 / 0.05);
}
.border-x-blue\/50{
  border-left-color: rgb(0 71 187 / 0.5);
  border-right-color: rgb(0 71 187 / 0.5);
}
.border-x-blue\/55{
  border-left-color: rgb(0 71 187 / 0.55);
  border-right-color: rgb(0 71 187 / 0.55);
}
.border-x-blue\/60{
  border-left-color: rgb(0 71 187 / 0.6);
  border-right-color: rgb(0 71 187 / 0.6);
}
.border-x-blue\/65{
  border-left-color: rgb(0 71 187 / 0.65);
  border-right-color: rgb(0 71 187 / 0.65);
}
.border-x-blue\/70{
  border-left-color: rgb(0 71 187 / 0.7);
  border-right-color: rgb(0 71 187 / 0.7);
}
.border-x-blue\/75{
  border-left-color: rgb(0 71 187 / 0.75);
  border-right-color: rgb(0 71 187 / 0.75);
}
.border-x-blue\/80{
  border-left-color: rgb(0 71 187 / 0.8);
  border-right-color: rgb(0 71 187 / 0.8);
}
.border-x-blue\/85{
  border-left-color: rgb(0 71 187 / 0.85);
  border-right-color: rgb(0 71 187 / 0.85);
}
.border-x-blue\/90{
  border-left-color: rgb(0 71 187 / 0.9);
  border-right-color: rgb(0 71 187 / 0.9);
}
.border-x-blue\/95{
  border-left-color: rgb(0 71 187 / 0.95);
  border-right-color: rgb(0 71 187 / 0.95);
}
.border-x-current{
  border-left-color: currentColor;
  border-right-color: currentColor;
}
.border-x-dark-pink{
  --tw-border-opacity: 1;
  border-left-color: rgb(132 11 85 / var(--tw-border-opacity, 1));
  border-right-color: rgb(132 11 85 / var(--tw-border-opacity, 1));
}
.border-x-dark-pink\/0{
  border-left-color: rgb(132 11 85 / 0);
  border-right-color: rgb(132 11 85 / 0);
}
.border-x-dark-pink\/10{
  border-left-color: rgb(132 11 85 / 0.1);
  border-right-color: rgb(132 11 85 / 0.1);
}
.border-x-dark-pink\/100{
  border-left-color: rgb(132 11 85 / 1);
  border-right-color: rgb(132 11 85 / 1);
}
.border-x-dark-pink\/15{
  border-left-color: rgb(132 11 85 / 0.15);
  border-right-color: rgb(132 11 85 / 0.15);
}
.border-x-dark-pink\/20{
  border-left-color: rgb(132 11 85 / 0.2);
  border-right-color: rgb(132 11 85 / 0.2);
}
.border-x-dark-pink\/25{
  border-left-color: rgb(132 11 85 / 0.25);
  border-right-color: rgb(132 11 85 / 0.25);
}
.border-x-dark-pink\/30{
  border-left-color: rgb(132 11 85 / 0.3);
  border-right-color: rgb(132 11 85 / 0.3);
}
.border-x-dark-pink\/35{
  border-left-color: rgb(132 11 85 / 0.35);
  border-right-color: rgb(132 11 85 / 0.35);
}
.border-x-dark-pink\/40{
  border-left-color: rgb(132 11 85 / 0.4);
  border-right-color: rgb(132 11 85 / 0.4);
}
.border-x-dark-pink\/45{
  border-left-color: rgb(132 11 85 / 0.45);
  border-right-color: rgb(132 11 85 / 0.45);
}
.border-x-dark-pink\/5{
  border-left-color: rgb(132 11 85 / 0.05);
  border-right-color: rgb(132 11 85 / 0.05);
}
.border-x-dark-pink\/50{
  border-left-color: rgb(132 11 85 / 0.5);
  border-right-color: rgb(132 11 85 / 0.5);
}
.border-x-dark-pink\/55{
  border-left-color: rgb(132 11 85 / 0.55);
  border-right-color: rgb(132 11 85 / 0.55);
}
.border-x-dark-pink\/60{
  border-left-color: rgb(132 11 85 / 0.6);
  border-right-color: rgb(132 11 85 / 0.6);
}
.border-x-dark-pink\/65{
  border-left-color: rgb(132 11 85 / 0.65);
  border-right-color: rgb(132 11 85 / 0.65);
}
.border-x-dark-pink\/70{
  border-left-color: rgb(132 11 85 / 0.7);
  border-right-color: rgb(132 11 85 / 0.7);
}
.border-x-dark-pink\/75{
  border-left-color: rgb(132 11 85 / 0.75);
  border-right-color: rgb(132 11 85 / 0.75);
}
.border-x-dark-pink\/80{
  border-left-color: rgb(132 11 85 / 0.8);
  border-right-color: rgb(132 11 85 / 0.8);
}
.border-x-dark-pink\/85{
  border-left-color: rgb(132 11 85 / 0.85);
  border-right-color: rgb(132 11 85 / 0.85);
}
.border-x-dark-pink\/90{
  border-left-color: rgb(132 11 85 / 0.9);
  border-right-color: rgb(132 11 85 / 0.9);
}
.border-x-dark-pink\/95{
  border-left-color: rgb(132 11 85 / 0.95);
  border-right-color: rgb(132 11 85 / 0.95);
}
.border-x-gray{
  --tw-border-opacity: 1;
  border-left-color: rgb(215 217 224 / var(--tw-border-opacity, 1));
  border-right-color: rgb(215 217 224 / var(--tw-border-opacity, 1));
}
.border-x-gray\/0{
  border-left-color: rgb(215 217 224 / 0);
  border-right-color: rgb(215 217 224 / 0);
}
.border-x-gray\/10{
  border-left-color: rgb(215 217 224 / 0.1);
  border-right-color: rgb(215 217 224 / 0.1);
}
.border-x-gray\/100{
  border-left-color: rgb(215 217 224 / 1);
  border-right-color: rgb(215 217 224 / 1);
}
.border-x-gray\/15{
  border-left-color: rgb(215 217 224 / 0.15);
  border-right-color: rgb(215 217 224 / 0.15);
}
.border-x-gray\/20{
  border-left-color: rgb(215 217 224 / 0.2);
  border-right-color: rgb(215 217 224 / 0.2);
}
.border-x-gray\/25{
  border-left-color: rgb(215 217 224 / 0.25);
  border-right-color: rgb(215 217 224 / 0.25);
}
.border-x-gray\/30{
  border-left-color: rgb(215 217 224 / 0.3);
  border-right-color: rgb(215 217 224 / 0.3);
}
.border-x-gray\/35{
  border-left-color: rgb(215 217 224 / 0.35);
  border-right-color: rgb(215 217 224 / 0.35);
}
.border-x-gray\/40{
  border-left-color: rgb(215 217 224 / 0.4);
  border-right-color: rgb(215 217 224 / 0.4);
}
.border-x-gray\/45{
  border-left-color: rgb(215 217 224 / 0.45);
  border-right-color: rgb(215 217 224 / 0.45);
}
.border-x-gray\/5{
  border-left-color: rgb(215 217 224 / 0.05);
  border-right-color: rgb(215 217 224 / 0.05);
}
.border-x-gray\/50{
  border-left-color: rgb(215 217 224 / 0.5);
  border-right-color: rgb(215 217 224 / 0.5);
}
.border-x-gray\/55{
  border-left-color: rgb(215 217 224 / 0.55);
  border-right-color: rgb(215 217 224 / 0.55);
}
.border-x-gray\/60{
  border-left-color: rgb(215 217 224 / 0.6);
  border-right-color: rgb(215 217 224 / 0.6);
}
.border-x-gray\/65{
  border-left-color: rgb(215 217 224 / 0.65);
  border-right-color: rgb(215 217 224 / 0.65);
}
.border-x-gray\/70{
  border-left-color: rgb(215 217 224 / 0.7);
  border-right-color: rgb(215 217 224 / 0.7);
}
.border-x-gray\/75{
  border-left-color: rgb(215 217 224 / 0.75);
  border-right-color: rgb(215 217 224 / 0.75);
}
.border-x-gray\/80{
  border-left-color: rgb(215 217 224 / 0.8);
  border-right-color: rgb(215 217 224 / 0.8);
}
.border-x-gray\/85{
  border-left-color: rgb(215 217 224 / 0.85);
  border-right-color: rgb(215 217 224 / 0.85);
}
.border-x-gray\/90{
  border-left-color: rgb(215 217 224 / 0.9);
  border-right-color: rgb(215 217 224 / 0.9);
}
.border-x-gray\/95{
  border-left-color: rgb(215 217 224 / 0.95);
  border-right-color: rgb(215 217 224 / 0.95);
}
.border-x-green{
  --tw-border-opacity: 1;
  border-left-color: rgb(21 71 52 / var(--tw-border-opacity, 1));
  border-right-color: rgb(21 71 52 / var(--tw-border-opacity, 1));
}
.border-x-green\/0{
  border-left-color: rgb(21 71 52 / 0);
  border-right-color: rgb(21 71 52 / 0);
}
.border-x-green\/10{
  border-left-color: rgb(21 71 52 / 0.1);
  border-right-color: rgb(21 71 52 / 0.1);
}
.border-x-green\/100{
  border-left-color: rgb(21 71 52 / 1);
  border-right-color: rgb(21 71 52 / 1);
}
.border-x-green\/15{
  border-left-color: rgb(21 71 52 / 0.15);
  border-right-color: rgb(21 71 52 / 0.15);
}
.border-x-green\/20{
  border-left-color: rgb(21 71 52 / 0.2);
  border-right-color: rgb(21 71 52 / 0.2);
}
.border-x-green\/25{
  border-left-color: rgb(21 71 52 / 0.25);
  border-right-color: rgb(21 71 52 / 0.25);
}
.border-x-green\/30{
  border-left-color: rgb(21 71 52 / 0.3);
  border-right-color: rgb(21 71 52 / 0.3);
}
.border-x-green\/35{
  border-left-color: rgb(21 71 52 / 0.35);
  border-right-color: rgb(21 71 52 / 0.35);
}
.border-x-green\/40{
  border-left-color: rgb(21 71 52 / 0.4);
  border-right-color: rgb(21 71 52 / 0.4);
}
.border-x-green\/45{
  border-left-color: rgb(21 71 52 / 0.45);
  border-right-color: rgb(21 71 52 / 0.45);
}
.border-x-green\/5{
  border-left-color: rgb(21 71 52 / 0.05);
  border-right-color: rgb(21 71 52 / 0.05);
}
.border-x-green\/50{
  border-left-color: rgb(21 71 52 / 0.5);
  border-right-color: rgb(21 71 52 / 0.5);
}
.border-x-green\/55{
  border-left-color: rgb(21 71 52 / 0.55);
  border-right-color: rgb(21 71 52 / 0.55);
}
.border-x-green\/60{
  border-left-color: rgb(21 71 52 / 0.6);
  border-right-color: rgb(21 71 52 / 0.6);
}
.border-x-green\/65{
  border-left-color: rgb(21 71 52 / 0.65);
  border-right-color: rgb(21 71 52 / 0.65);
}
.border-x-green\/70{
  border-left-color: rgb(21 71 52 / 0.7);
  border-right-color: rgb(21 71 52 / 0.7);
}
.border-x-green\/75{
  border-left-color: rgb(21 71 52 / 0.75);
  border-right-color: rgb(21 71 52 / 0.75);
}
.border-x-green\/80{
  border-left-color: rgb(21 71 52 / 0.8);
  border-right-color: rgb(21 71 52 / 0.8);
}
.border-x-green\/85{
  border-left-color: rgb(21 71 52 / 0.85);
  border-right-color: rgb(21 71 52 / 0.85);
}
.border-x-green\/90{
  border-left-color: rgb(21 71 52 / 0.9);
  border-right-color: rgb(21 71 52 / 0.9);
}
.border-x-green\/95{
  border-left-color: rgb(21 71 52 / 0.95);
  border-right-color: rgb(21 71 52 / 0.95);
}
.border-x-orange{
  --tw-border-opacity: 1;
  border-left-color: rgb(255 92 57 / var(--tw-border-opacity, 1));
  border-right-color: rgb(255 92 57 / var(--tw-border-opacity, 1));
}
.border-x-orange\/0{
  border-left-color: rgb(255 92 57 / 0);
  border-right-color: rgb(255 92 57 / 0);
}
.border-x-orange\/10{
  border-left-color: rgb(255 92 57 / 0.1);
  border-right-color: rgb(255 92 57 / 0.1);
}
.border-x-orange\/100{
  border-left-color: rgb(255 92 57 / 1);
  border-right-color: rgb(255 92 57 / 1);
}
.border-x-orange\/15{
  border-left-color: rgb(255 92 57 / 0.15);
  border-right-color: rgb(255 92 57 / 0.15);
}
.border-x-orange\/20{
  border-left-color: rgb(255 92 57 / 0.2);
  border-right-color: rgb(255 92 57 / 0.2);
}
.border-x-orange\/25{
  border-left-color: rgb(255 92 57 / 0.25);
  border-right-color: rgb(255 92 57 / 0.25);
}
.border-x-orange\/30{
  border-left-color: rgb(255 92 57 / 0.3);
  border-right-color: rgb(255 92 57 / 0.3);
}
.border-x-orange\/35{
  border-left-color: rgb(255 92 57 / 0.35);
  border-right-color: rgb(255 92 57 / 0.35);
}
.border-x-orange\/40{
  border-left-color: rgb(255 92 57 / 0.4);
  border-right-color: rgb(255 92 57 / 0.4);
}
.border-x-orange\/45{
  border-left-color: rgb(255 92 57 / 0.45);
  border-right-color: rgb(255 92 57 / 0.45);
}
.border-x-orange\/5{
  border-left-color: rgb(255 92 57 / 0.05);
  border-right-color: rgb(255 92 57 / 0.05);
}
.border-x-orange\/50{
  border-left-color: rgb(255 92 57 / 0.5);
  border-right-color: rgb(255 92 57 / 0.5);
}
.border-x-orange\/55{
  border-left-color: rgb(255 92 57 / 0.55);
  border-right-color: rgb(255 92 57 / 0.55);
}
.border-x-orange\/60{
  border-left-color: rgb(255 92 57 / 0.6);
  border-right-color: rgb(255 92 57 / 0.6);
}
.border-x-orange\/65{
  border-left-color: rgb(255 92 57 / 0.65);
  border-right-color: rgb(255 92 57 / 0.65);
}
.border-x-orange\/70{
  border-left-color: rgb(255 92 57 / 0.7);
  border-right-color: rgb(255 92 57 / 0.7);
}
.border-x-orange\/75{
  border-left-color: rgb(255 92 57 / 0.75);
  border-right-color: rgb(255 92 57 / 0.75);
}
.border-x-orange\/80{
  border-left-color: rgb(255 92 57 / 0.8);
  border-right-color: rgb(255 92 57 / 0.8);
}
.border-x-orange\/85{
  border-left-color: rgb(255 92 57 / 0.85);
  border-right-color: rgb(255 92 57 / 0.85);
}
.border-x-orange\/90{
  border-left-color: rgb(255 92 57 / 0.9);
  border-right-color: rgb(255 92 57 / 0.9);
}
.border-x-orange\/95{
  border-left-color: rgb(255 92 57 / 0.95);
  border-right-color: rgb(255 92 57 / 0.95);
}
.border-x-pink{
  --tw-border-opacity: 1;
  border-left-color: rgb(249 159 201 / var(--tw-border-opacity, 1));
  border-right-color: rgb(249 159 201 / var(--tw-border-opacity, 1));
}
.border-x-pink\/0{
  border-left-color: rgb(249 159 201 / 0);
  border-right-color: rgb(249 159 201 / 0);
}
.border-x-pink\/10{
  border-left-color: rgb(249 159 201 / 0.1);
  border-right-color: rgb(249 159 201 / 0.1);
}
.border-x-pink\/100{
  border-left-color: rgb(249 159 201 / 1);
  border-right-color: rgb(249 159 201 / 1);
}
.border-x-pink\/15{
  border-left-color: rgb(249 159 201 / 0.15);
  border-right-color: rgb(249 159 201 / 0.15);
}
.border-x-pink\/20{
  border-left-color: rgb(249 159 201 / 0.2);
  border-right-color: rgb(249 159 201 / 0.2);
}
.border-x-pink\/25{
  border-left-color: rgb(249 159 201 / 0.25);
  border-right-color: rgb(249 159 201 / 0.25);
}
.border-x-pink\/30{
  border-left-color: rgb(249 159 201 / 0.3);
  border-right-color: rgb(249 159 201 / 0.3);
}
.border-x-pink\/35{
  border-left-color: rgb(249 159 201 / 0.35);
  border-right-color: rgb(249 159 201 / 0.35);
}
.border-x-pink\/40{
  border-left-color: rgb(249 159 201 / 0.4);
  border-right-color: rgb(249 159 201 / 0.4);
}
.border-x-pink\/45{
  border-left-color: rgb(249 159 201 / 0.45);
  border-right-color: rgb(249 159 201 / 0.45);
}
.border-x-pink\/5{
  border-left-color: rgb(249 159 201 / 0.05);
  border-right-color: rgb(249 159 201 / 0.05);
}
.border-x-pink\/50{
  border-left-color: rgb(249 159 201 / 0.5);
  border-right-color: rgb(249 159 201 / 0.5);
}
.border-x-pink\/55{
  border-left-color: rgb(249 159 201 / 0.55);
  border-right-color: rgb(249 159 201 / 0.55);
}
.border-x-pink\/60{
  border-left-color: rgb(249 159 201 / 0.6);
  border-right-color: rgb(249 159 201 / 0.6);
}
.border-x-pink\/65{
  border-left-color: rgb(249 159 201 / 0.65);
  border-right-color: rgb(249 159 201 / 0.65);
}
.border-x-pink\/70{
  border-left-color: rgb(249 159 201 / 0.7);
  border-right-color: rgb(249 159 201 / 0.7);
}
.border-x-pink\/75{
  border-left-color: rgb(249 159 201 / 0.75);
  border-right-color: rgb(249 159 201 / 0.75);
}
.border-x-pink\/80{
  border-left-color: rgb(249 159 201 / 0.8);
  border-right-color: rgb(249 159 201 / 0.8);
}
.border-x-pink\/85{
  border-left-color: rgb(249 159 201 / 0.85);
  border-right-color: rgb(249 159 201 / 0.85);
}
.border-x-pink\/90{
  border-left-color: rgb(249 159 201 / 0.9);
  border-right-color: rgb(249 159 201 / 0.9);
}
.border-x-pink\/95{
  border-left-color: rgb(249 159 201 / 0.95);
  border-right-color: rgb(249 159 201 / 0.95);
}
.border-x-theme{
  --tw-border-opacity: 1;
  border-left-color: rgba(var(--color-theme), var(--tw-border-opacity, 1));
  border-right-color: rgba(var(--color-theme), var(--tw-border-opacity, 1));
}
.border-x-theme\/0{
  border-left-color: rgba(var(--color-theme), 0);
  border-right-color: rgba(var(--color-theme), 0);
}
.border-x-theme\/10{
  border-left-color: rgba(var(--color-theme), 0.1);
  border-right-color: rgba(var(--color-theme), 0.1);
}
.border-x-theme\/100{
  border-left-color: rgba(var(--color-theme), 1);
  border-right-color: rgba(var(--color-theme), 1);
}
.border-x-theme\/15{
  border-left-color: rgba(var(--color-theme), 0.15);
  border-right-color: rgba(var(--color-theme), 0.15);
}
.border-x-theme\/20{
  border-left-color: rgba(var(--color-theme), 0.2);
  border-right-color: rgba(var(--color-theme), 0.2);
}
.border-x-theme\/25{
  border-left-color: rgba(var(--color-theme), 0.25);
  border-right-color: rgba(var(--color-theme), 0.25);
}
.border-x-theme\/30{
  border-left-color: rgba(var(--color-theme), 0.3);
  border-right-color: rgba(var(--color-theme), 0.3);
}
.border-x-theme\/35{
  border-left-color: rgba(var(--color-theme), 0.35);
  border-right-color: rgba(var(--color-theme), 0.35);
}
.border-x-theme\/40{
  border-left-color: rgba(var(--color-theme), 0.4);
  border-right-color: rgba(var(--color-theme), 0.4);
}
.border-x-theme\/45{
  border-left-color: rgba(var(--color-theme), 0.45);
  border-right-color: rgba(var(--color-theme), 0.45);
}
.border-x-theme\/5{
  border-left-color: rgba(var(--color-theme), 0.05);
  border-right-color: rgba(var(--color-theme), 0.05);
}
.border-x-theme\/50{
  border-left-color: rgba(var(--color-theme), 0.5);
  border-right-color: rgba(var(--color-theme), 0.5);
}
.border-x-theme\/55{
  border-left-color: rgba(var(--color-theme), 0.55);
  border-right-color: rgba(var(--color-theme), 0.55);
}
.border-x-theme\/60{
  border-left-color: rgba(var(--color-theme), 0.6);
  border-right-color: rgba(var(--color-theme), 0.6);
}
.border-x-theme\/65{
  border-left-color: rgba(var(--color-theme), 0.65);
  border-right-color: rgba(var(--color-theme), 0.65);
}
.border-x-theme\/70{
  border-left-color: rgba(var(--color-theme), 0.7);
  border-right-color: rgba(var(--color-theme), 0.7);
}
.border-x-theme\/75{
  border-left-color: rgba(var(--color-theme), 0.75);
  border-right-color: rgba(var(--color-theme), 0.75);
}
.border-x-theme\/80{
  border-left-color: rgba(var(--color-theme), 0.8);
  border-right-color: rgba(var(--color-theme), 0.8);
}
.border-x-theme\/85{
  border-left-color: rgba(var(--color-theme), 0.85);
  border-right-color: rgba(var(--color-theme), 0.85);
}
.border-x-theme\/90{
  border-left-color: rgba(var(--color-theme), 0.9);
  border-right-color: rgba(var(--color-theme), 0.9);
}
.border-x-theme\/95{
  border-left-color: rgba(var(--color-theme), 0.95);
  border-right-color: rgba(var(--color-theme), 0.95);
}
.border-x-transparent{
  border-left-color: transparent;
  border-right-color: transparent;
}
.border-x-transparent\/0{
  border-left-color: rgb(0 0 0 / 0);
  border-right-color: rgb(0 0 0 / 0);
}
.border-x-transparent\/10{
  border-left-color: rgb(0 0 0 / 0.1);
  border-right-color: rgb(0 0 0 / 0.1);
}
.border-x-transparent\/100{
  border-left-color: rgb(0 0 0 / 1);
  border-right-color: rgb(0 0 0 / 1);
}
.border-x-transparent\/15{
  border-left-color: rgb(0 0 0 / 0.15);
  border-right-color: rgb(0 0 0 / 0.15);
}
.border-x-transparent\/20{
  border-left-color: rgb(0 0 0 / 0.2);
  border-right-color: rgb(0 0 0 / 0.2);
}
.border-x-transparent\/25{
  border-left-color: rgb(0 0 0 / 0.25);
  border-right-color: rgb(0 0 0 / 0.25);
}
.border-x-transparent\/30{
  border-left-color: rgb(0 0 0 / 0.3);
  border-right-color: rgb(0 0 0 / 0.3);
}
.border-x-transparent\/35{
  border-left-color: rgb(0 0 0 / 0.35);
  border-right-color: rgb(0 0 0 / 0.35);
}
.border-x-transparent\/40{
  border-left-color: rgb(0 0 0 / 0.4);
  border-right-color: rgb(0 0 0 / 0.4);
}
.border-x-transparent\/45{
  border-left-color: rgb(0 0 0 / 0.45);
  border-right-color: rgb(0 0 0 / 0.45);
}
.border-x-transparent\/5{
  border-left-color: rgb(0 0 0 / 0.05);
  border-right-color: rgb(0 0 0 / 0.05);
}
.border-x-transparent\/50{
  border-left-color: rgb(0 0 0 / 0.5);
  border-right-color: rgb(0 0 0 / 0.5);
}
.border-x-transparent\/55{
  border-left-color: rgb(0 0 0 / 0.55);
  border-right-color: rgb(0 0 0 / 0.55);
}
.border-x-transparent\/60{
  border-left-color: rgb(0 0 0 / 0.6);
  border-right-color: rgb(0 0 0 / 0.6);
}
.border-x-transparent\/65{
  border-left-color: rgb(0 0 0 / 0.65);
  border-right-color: rgb(0 0 0 / 0.65);
}
.border-x-transparent\/70{
  border-left-color: rgb(0 0 0 / 0.7);
  border-right-color: rgb(0 0 0 / 0.7);
}
.border-x-transparent\/75{
  border-left-color: rgb(0 0 0 / 0.75);
  border-right-color: rgb(0 0 0 / 0.75);
}
.border-x-transparent\/80{
  border-left-color: rgb(0 0 0 / 0.8);
  border-right-color: rgb(0 0 0 / 0.8);
}
.border-x-transparent\/85{
  border-left-color: rgb(0 0 0 / 0.85);
  border-right-color: rgb(0 0 0 / 0.85);
}
.border-x-transparent\/90{
  border-left-color: rgb(0 0 0 / 0.9);
  border-right-color: rgb(0 0 0 / 0.9);
}
.border-x-transparent\/95{
  border-left-color: rgb(0 0 0 / 0.95);
  border-right-color: rgb(0 0 0 / 0.95);
}
.border-x-white{
  --tw-border-opacity: 1;
  border-left-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  border-right-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-x-white\/0{
  border-left-color: rgb(255 255 255 / 0);
  border-right-color: rgb(255 255 255 / 0);
}
.border-x-white\/10{
  border-left-color: rgb(255 255 255 / 0.1);
  border-right-color: rgb(255 255 255 / 0.1);
}
.border-x-white\/100{
  border-left-color: rgb(255 255 255 / 1);
  border-right-color: rgb(255 255 255 / 1);
}
.border-x-white\/15{
  border-left-color: rgb(255 255 255 / 0.15);
  border-right-color: rgb(255 255 255 / 0.15);
}
.border-x-white\/20{
  border-left-color: rgb(255 255 255 / 0.2);
  border-right-color: rgb(255 255 255 / 0.2);
}
.border-x-white\/25{
  border-left-color: rgb(255 255 255 / 0.25);
  border-right-color: rgb(255 255 255 / 0.25);
}
.border-x-white\/30{
  border-left-color: rgb(255 255 255 / 0.3);
  border-right-color: rgb(255 255 255 / 0.3);
}
.border-x-white\/35{
  border-left-color: rgb(255 255 255 / 0.35);
  border-right-color: rgb(255 255 255 / 0.35);
}
.border-x-white\/40{
  border-left-color: rgb(255 255 255 / 0.4);
  border-right-color: rgb(255 255 255 / 0.4);
}
.border-x-white\/45{
  border-left-color: rgb(255 255 255 / 0.45);
  border-right-color: rgb(255 255 255 / 0.45);
}
.border-x-white\/5{
  border-left-color: rgb(255 255 255 / 0.05);
  border-right-color: rgb(255 255 255 / 0.05);
}
.border-x-white\/50{
  border-left-color: rgb(255 255 255 / 0.5);
  border-right-color: rgb(255 255 255 / 0.5);
}
.border-x-white\/55{
  border-left-color: rgb(255 255 255 / 0.55);
  border-right-color: rgb(255 255 255 / 0.55);
}
.border-x-white\/60{
  border-left-color: rgb(255 255 255 / 0.6);
  border-right-color: rgb(255 255 255 / 0.6);
}
.border-x-white\/65{
  border-left-color: rgb(255 255 255 / 0.65);
  border-right-color: rgb(255 255 255 / 0.65);
}
.border-x-white\/70{
  border-left-color: rgb(255 255 255 / 0.7);
  border-right-color: rgb(255 255 255 / 0.7);
}
.border-x-white\/75{
  border-left-color: rgb(255 255 255 / 0.75);
  border-right-color: rgb(255 255 255 / 0.75);
}
.border-x-white\/80{
  border-left-color: rgb(255 255 255 / 0.8);
  border-right-color: rgb(255 255 255 / 0.8);
}
.border-x-white\/85{
  border-left-color: rgb(255 255 255 / 0.85);
  border-right-color: rgb(255 255 255 / 0.85);
}
.border-x-white\/90{
  border-left-color: rgb(255 255 255 / 0.9);
  border-right-color: rgb(255 255 255 / 0.9);
}
.border-x-white\/95{
  border-left-color: rgb(255 255 255 / 0.95);
  border-right-color: rgb(255 255 255 / 0.95);
}
.border-x-yellow{
  --tw-border-opacity: 1;
  border-left-color: rgb(255 198 88 / var(--tw-border-opacity, 1));
  border-right-color: rgb(255 198 88 / var(--tw-border-opacity, 1));
}
.border-x-yellow\/0{
  border-left-color: rgb(255 198 88 / 0);
  border-right-color: rgb(255 198 88 / 0);
}
.border-x-yellow\/10{
  border-left-color: rgb(255 198 88 / 0.1);
  border-right-color: rgb(255 198 88 / 0.1);
}
.border-x-yellow\/100{
  border-left-color: rgb(255 198 88 / 1);
  border-right-color: rgb(255 198 88 / 1);
}
.border-x-yellow\/15{
  border-left-color: rgb(255 198 88 / 0.15);
  border-right-color: rgb(255 198 88 / 0.15);
}
.border-x-yellow\/20{
  border-left-color: rgb(255 198 88 / 0.2);
  border-right-color: rgb(255 198 88 / 0.2);
}
.border-x-yellow\/25{
  border-left-color: rgb(255 198 88 / 0.25);
  border-right-color: rgb(255 198 88 / 0.25);
}
.border-x-yellow\/30{
  border-left-color: rgb(255 198 88 / 0.3);
  border-right-color: rgb(255 198 88 / 0.3);
}
.border-x-yellow\/35{
  border-left-color: rgb(255 198 88 / 0.35);
  border-right-color: rgb(255 198 88 / 0.35);
}
.border-x-yellow\/40{
  border-left-color: rgb(255 198 88 / 0.4);
  border-right-color: rgb(255 198 88 / 0.4);
}
.border-x-yellow\/45{
  border-left-color: rgb(255 198 88 / 0.45);
  border-right-color: rgb(255 198 88 / 0.45);
}
.border-x-yellow\/5{
  border-left-color: rgb(255 198 88 / 0.05);
  border-right-color: rgb(255 198 88 / 0.05);
}
.border-x-yellow\/50{
  border-left-color: rgb(255 198 88 / 0.5);
  border-right-color: rgb(255 198 88 / 0.5);
}
.border-x-yellow\/55{
  border-left-color: rgb(255 198 88 / 0.55);
  border-right-color: rgb(255 198 88 / 0.55);
}
.border-x-yellow\/60{
  border-left-color: rgb(255 198 88 / 0.6);
  border-right-color: rgb(255 198 88 / 0.6);
}
.border-x-yellow\/65{
  border-left-color: rgb(255 198 88 / 0.65);
  border-right-color: rgb(255 198 88 / 0.65);
}
.border-x-yellow\/70{
  border-left-color: rgb(255 198 88 / 0.7);
  border-right-color: rgb(255 198 88 / 0.7);
}
.border-x-yellow\/75{
  border-left-color: rgb(255 198 88 / 0.75);
  border-right-color: rgb(255 198 88 / 0.75);
}
.border-x-yellow\/80{
  border-left-color: rgb(255 198 88 / 0.8);
  border-right-color: rgb(255 198 88 / 0.8);
}
.border-x-yellow\/85{
  border-left-color: rgb(255 198 88 / 0.85);
  border-right-color: rgb(255 198 88 / 0.85);
}
.border-x-yellow\/90{
  border-left-color: rgb(255 198 88 / 0.9);
  border-right-color: rgb(255 198 88 / 0.9);
}
.border-x-yellow\/95{
  border-left-color: rgb(255 198 88 / 0.95);
  border-right-color: rgb(255 198 88 / 0.95);
}
.border-y-black{
  --tw-border-opacity: 1;
  border-top-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.border-y-black\/0{
  border-top-color: rgb(0 0 0 / 0);
  border-bottom-color: rgb(0 0 0 / 0);
}
.border-y-black\/10{
  border-top-color: rgb(0 0 0 / 0.1);
  border-bottom-color: rgb(0 0 0 / 0.1);
}
.border-y-black\/100{
  border-top-color: rgb(0 0 0 / 1);
  border-bottom-color: rgb(0 0 0 / 1);
}
.border-y-black\/15{
  border-top-color: rgb(0 0 0 / 0.15);
  border-bottom-color: rgb(0 0 0 / 0.15);
}
.border-y-black\/20{
  border-top-color: rgb(0 0 0 / 0.2);
  border-bottom-color: rgb(0 0 0 / 0.2);
}
.border-y-black\/25{
  border-top-color: rgb(0 0 0 / 0.25);
  border-bottom-color: rgb(0 0 0 / 0.25);
}
.border-y-black\/30{
  border-top-color: rgb(0 0 0 / 0.3);
  border-bottom-color: rgb(0 0 0 / 0.3);
}
.border-y-black\/35{
  border-top-color: rgb(0 0 0 / 0.35);
  border-bottom-color: rgb(0 0 0 / 0.35);
}
.border-y-black\/40{
  border-top-color: rgb(0 0 0 / 0.4);
  border-bottom-color: rgb(0 0 0 / 0.4);
}
.border-y-black\/45{
  border-top-color: rgb(0 0 0 / 0.45);
  border-bottom-color: rgb(0 0 0 / 0.45);
}
.border-y-black\/5{
  border-top-color: rgb(0 0 0 / 0.05);
  border-bottom-color: rgb(0 0 0 / 0.05);
}
.border-y-black\/50{
  border-top-color: rgb(0 0 0 / 0.5);
  border-bottom-color: rgb(0 0 0 / 0.5);
}
.border-y-black\/55{
  border-top-color: rgb(0 0 0 / 0.55);
  border-bottom-color: rgb(0 0 0 / 0.55);
}
.border-y-black\/60{
  border-top-color: rgb(0 0 0 / 0.6);
  border-bottom-color: rgb(0 0 0 / 0.6);
}
.border-y-black\/65{
  border-top-color: rgb(0 0 0 / 0.65);
  border-bottom-color: rgb(0 0 0 / 0.65);
}
.border-y-black\/70{
  border-top-color: rgb(0 0 0 / 0.7);
  border-bottom-color: rgb(0 0 0 / 0.7);
}
.border-y-black\/75{
  border-top-color: rgb(0 0 0 / 0.75);
  border-bottom-color: rgb(0 0 0 / 0.75);
}
.border-y-black\/80{
  border-top-color: rgb(0 0 0 / 0.8);
  border-bottom-color: rgb(0 0 0 / 0.8);
}
.border-y-black\/85{
  border-top-color: rgb(0 0 0 / 0.85);
  border-bottom-color: rgb(0 0 0 / 0.85);
}
.border-y-black\/90{
  border-top-color: rgb(0 0 0 / 0.9);
  border-bottom-color: rgb(0 0 0 / 0.9);
}
.border-y-black\/95{
  border-top-color: rgb(0 0 0 / 0.95);
  border-bottom-color: rgb(0 0 0 / 0.95);
}
.border-y-blue{
  --tw-border-opacity: 1;
  border-top-color: rgb(0 71 187 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(0 71 187 / var(--tw-border-opacity, 1));
}
.border-y-blue\/0{
  border-top-color: rgb(0 71 187 / 0);
  border-bottom-color: rgb(0 71 187 / 0);
}
.border-y-blue\/10{
  border-top-color: rgb(0 71 187 / 0.1);
  border-bottom-color: rgb(0 71 187 / 0.1);
}
.border-y-blue\/100{
  border-top-color: rgb(0 71 187 / 1);
  border-bottom-color: rgb(0 71 187 / 1);
}
.border-y-blue\/15{
  border-top-color: rgb(0 71 187 / 0.15);
  border-bottom-color: rgb(0 71 187 / 0.15);
}
.border-y-blue\/20{
  border-top-color: rgb(0 71 187 / 0.2);
  border-bottom-color: rgb(0 71 187 / 0.2);
}
.border-y-blue\/25{
  border-top-color: rgb(0 71 187 / 0.25);
  border-bottom-color: rgb(0 71 187 / 0.25);
}
.border-y-blue\/30{
  border-top-color: rgb(0 71 187 / 0.3);
  border-bottom-color: rgb(0 71 187 / 0.3);
}
.border-y-blue\/35{
  border-top-color: rgb(0 71 187 / 0.35);
  border-bottom-color: rgb(0 71 187 / 0.35);
}
.border-y-blue\/40{
  border-top-color: rgb(0 71 187 / 0.4);
  border-bottom-color: rgb(0 71 187 / 0.4);
}
.border-y-blue\/45{
  border-top-color: rgb(0 71 187 / 0.45);
  border-bottom-color: rgb(0 71 187 / 0.45);
}
.border-y-blue\/5{
  border-top-color: rgb(0 71 187 / 0.05);
  border-bottom-color: rgb(0 71 187 / 0.05);
}
.border-y-blue\/50{
  border-top-color: rgb(0 71 187 / 0.5);
  border-bottom-color: rgb(0 71 187 / 0.5);
}
.border-y-blue\/55{
  border-top-color: rgb(0 71 187 / 0.55);
  border-bottom-color: rgb(0 71 187 / 0.55);
}
.border-y-blue\/60{
  border-top-color: rgb(0 71 187 / 0.6);
  border-bottom-color: rgb(0 71 187 / 0.6);
}
.border-y-blue\/65{
  border-top-color: rgb(0 71 187 / 0.65);
  border-bottom-color: rgb(0 71 187 / 0.65);
}
.border-y-blue\/70{
  border-top-color: rgb(0 71 187 / 0.7);
  border-bottom-color: rgb(0 71 187 / 0.7);
}
.border-y-blue\/75{
  border-top-color: rgb(0 71 187 / 0.75);
  border-bottom-color: rgb(0 71 187 / 0.75);
}
.border-y-blue\/80{
  border-top-color: rgb(0 71 187 / 0.8);
  border-bottom-color: rgb(0 71 187 / 0.8);
}
.border-y-blue\/85{
  border-top-color: rgb(0 71 187 / 0.85);
  border-bottom-color: rgb(0 71 187 / 0.85);
}
.border-y-blue\/90{
  border-top-color: rgb(0 71 187 / 0.9);
  border-bottom-color: rgb(0 71 187 / 0.9);
}
.border-y-blue\/95{
  border-top-color: rgb(0 71 187 / 0.95);
  border-bottom-color: rgb(0 71 187 / 0.95);
}
.border-y-current{
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.border-y-dark-pink{
  --tw-border-opacity: 1;
  border-top-color: rgb(132 11 85 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(132 11 85 / var(--tw-border-opacity, 1));
}
.border-y-dark-pink\/0{
  border-top-color: rgb(132 11 85 / 0);
  border-bottom-color: rgb(132 11 85 / 0);
}
.border-y-dark-pink\/10{
  border-top-color: rgb(132 11 85 / 0.1);
  border-bottom-color: rgb(132 11 85 / 0.1);
}
.border-y-dark-pink\/100{
  border-top-color: rgb(132 11 85 / 1);
  border-bottom-color: rgb(132 11 85 / 1);
}
.border-y-dark-pink\/15{
  border-top-color: rgb(132 11 85 / 0.15);
  border-bottom-color: rgb(132 11 85 / 0.15);
}
.border-y-dark-pink\/20{
  border-top-color: rgb(132 11 85 / 0.2);
  border-bottom-color: rgb(132 11 85 / 0.2);
}
.border-y-dark-pink\/25{
  border-top-color: rgb(132 11 85 / 0.25);
  border-bottom-color: rgb(132 11 85 / 0.25);
}
.border-y-dark-pink\/30{
  border-top-color: rgb(132 11 85 / 0.3);
  border-bottom-color: rgb(132 11 85 / 0.3);
}
.border-y-dark-pink\/35{
  border-top-color: rgb(132 11 85 / 0.35);
  border-bottom-color: rgb(132 11 85 / 0.35);
}
.border-y-dark-pink\/40{
  border-top-color: rgb(132 11 85 / 0.4);
  border-bottom-color: rgb(132 11 85 / 0.4);
}
.border-y-dark-pink\/45{
  border-top-color: rgb(132 11 85 / 0.45);
  border-bottom-color: rgb(132 11 85 / 0.45);
}
.border-y-dark-pink\/5{
  border-top-color: rgb(132 11 85 / 0.05);
  border-bottom-color: rgb(132 11 85 / 0.05);
}
.border-y-dark-pink\/50{
  border-top-color: rgb(132 11 85 / 0.5);
  border-bottom-color: rgb(132 11 85 / 0.5);
}
.border-y-dark-pink\/55{
  border-top-color: rgb(132 11 85 / 0.55);
  border-bottom-color: rgb(132 11 85 / 0.55);
}
.border-y-dark-pink\/60{
  border-top-color: rgb(132 11 85 / 0.6);
  border-bottom-color: rgb(132 11 85 / 0.6);
}
.border-y-dark-pink\/65{
  border-top-color: rgb(132 11 85 / 0.65);
  border-bottom-color: rgb(132 11 85 / 0.65);
}
.border-y-dark-pink\/70{
  border-top-color: rgb(132 11 85 / 0.7);
  border-bottom-color: rgb(132 11 85 / 0.7);
}
.border-y-dark-pink\/75{
  border-top-color: rgb(132 11 85 / 0.75);
  border-bottom-color: rgb(132 11 85 / 0.75);
}
.border-y-dark-pink\/80{
  border-top-color: rgb(132 11 85 / 0.8);
  border-bottom-color: rgb(132 11 85 / 0.8);
}
.border-y-dark-pink\/85{
  border-top-color: rgb(132 11 85 / 0.85);
  border-bottom-color: rgb(132 11 85 / 0.85);
}
.border-y-dark-pink\/90{
  border-top-color: rgb(132 11 85 / 0.9);
  border-bottom-color: rgb(132 11 85 / 0.9);
}
.border-y-dark-pink\/95{
  border-top-color: rgb(132 11 85 / 0.95);
  border-bottom-color: rgb(132 11 85 / 0.95);
}
.border-y-gray{
  --tw-border-opacity: 1;
  border-top-color: rgb(215 217 224 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(215 217 224 / var(--tw-border-opacity, 1));
}
.border-y-gray\/0{
  border-top-color: rgb(215 217 224 / 0);
  border-bottom-color: rgb(215 217 224 / 0);
}
.border-y-gray\/10{
  border-top-color: rgb(215 217 224 / 0.1);
  border-bottom-color: rgb(215 217 224 / 0.1);
}
.border-y-gray\/100{
  border-top-color: rgb(215 217 224 / 1);
  border-bottom-color: rgb(215 217 224 / 1);
}
.border-y-gray\/15{
  border-top-color: rgb(215 217 224 / 0.15);
  border-bottom-color: rgb(215 217 224 / 0.15);
}
.border-y-gray\/20{
  border-top-color: rgb(215 217 224 / 0.2);
  border-bottom-color: rgb(215 217 224 / 0.2);
}
.border-y-gray\/25{
  border-top-color: rgb(215 217 224 / 0.25);
  border-bottom-color: rgb(215 217 224 / 0.25);
}
.border-y-gray\/30{
  border-top-color: rgb(215 217 224 / 0.3);
  border-bottom-color: rgb(215 217 224 / 0.3);
}
.border-y-gray\/35{
  border-top-color: rgb(215 217 224 / 0.35);
  border-bottom-color: rgb(215 217 224 / 0.35);
}
.border-y-gray\/40{
  border-top-color: rgb(215 217 224 / 0.4);
  border-bottom-color: rgb(215 217 224 / 0.4);
}
.border-y-gray\/45{
  border-top-color: rgb(215 217 224 / 0.45);
  border-bottom-color: rgb(215 217 224 / 0.45);
}
.border-y-gray\/5{
  border-top-color: rgb(215 217 224 / 0.05);
  border-bottom-color: rgb(215 217 224 / 0.05);
}
.border-y-gray\/50{
  border-top-color: rgb(215 217 224 / 0.5);
  border-bottom-color: rgb(215 217 224 / 0.5);
}
.border-y-gray\/55{
  border-top-color: rgb(215 217 224 / 0.55);
  border-bottom-color: rgb(215 217 224 / 0.55);
}
.border-y-gray\/60{
  border-top-color: rgb(215 217 224 / 0.6);
  border-bottom-color: rgb(215 217 224 / 0.6);
}
.border-y-gray\/65{
  border-top-color: rgb(215 217 224 / 0.65);
  border-bottom-color: rgb(215 217 224 / 0.65);
}
.border-y-gray\/70{
  border-top-color: rgb(215 217 224 / 0.7);
  border-bottom-color: rgb(215 217 224 / 0.7);
}
.border-y-gray\/75{
  border-top-color: rgb(215 217 224 / 0.75);
  border-bottom-color: rgb(215 217 224 / 0.75);
}
.border-y-gray\/80{
  border-top-color: rgb(215 217 224 / 0.8);
  border-bottom-color: rgb(215 217 224 / 0.8);
}
.border-y-gray\/85{
  border-top-color: rgb(215 217 224 / 0.85);
  border-bottom-color: rgb(215 217 224 / 0.85);
}
.border-y-gray\/90{
  border-top-color: rgb(215 217 224 / 0.9);
  border-bottom-color: rgb(215 217 224 / 0.9);
}
.border-y-gray\/95{
  border-top-color: rgb(215 217 224 / 0.95);
  border-bottom-color: rgb(215 217 224 / 0.95);
}
.border-y-green{
  --tw-border-opacity: 1;
  border-top-color: rgb(21 71 52 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(21 71 52 / var(--tw-border-opacity, 1));
}
.border-y-green\/0{
  border-top-color: rgb(21 71 52 / 0);
  border-bottom-color: rgb(21 71 52 / 0);
}
.border-y-green\/10{
  border-top-color: rgb(21 71 52 / 0.1);
  border-bottom-color: rgb(21 71 52 / 0.1);
}
.border-y-green\/100{
  border-top-color: rgb(21 71 52 / 1);
  border-bottom-color: rgb(21 71 52 / 1);
}
.border-y-green\/15{
  border-top-color: rgb(21 71 52 / 0.15);
  border-bottom-color: rgb(21 71 52 / 0.15);
}
.border-y-green\/20{
  border-top-color: rgb(21 71 52 / 0.2);
  border-bottom-color: rgb(21 71 52 / 0.2);
}
.border-y-green\/25{
  border-top-color: rgb(21 71 52 / 0.25);
  border-bottom-color: rgb(21 71 52 / 0.25);
}
.border-y-green\/30{
  border-top-color: rgb(21 71 52 / 0.3);
  border-bottom-color: rgb(21 71 52 / 0.3);
}
.border-y-green\/35{
  border-top-color: rgb(21 71 52 / 0.35);
  border-bottom-color: rgb(21 71 52 / 0.35);
}
.border-y-green\/40{
  border-top-color: rgb(21 71 52 / 0.4);
  border-bottom-color: rgb(21 71 52 / 0.4);
}
.border-y-green\/45{
  border-top-color: rgb(21 71 52 / 0.45);
  border-bottom-color: rgb(21 71 52 / 0.45);
}
.border-y-green\/5{
  border-top-color: rgb(21 71 52 / 0.05);
  border-bottom-color: rgb(21 71 52 / 0.05);
}
.border-y-green\/50{
  border-top-color: rgb(21 71 52 / 0.5);
  border-bottom-color: rgb(21 71 52 / 0.5);
}
.border-y-green\/55{
  border-top-color: rgb(21 71 52 / 0.55);
  border-bottom-color: rgb(21 71 52 / 0.55);
}
.border-y-green\/60{
  border-top-color: rgb(21 71 52 / 0.6);
  border-bottom-color: rgb(21 71 52 / 0.6);
}
.border-y-green\/65{
  border-top-color: rgb(21 71 52 / 0.65);
  border-bottom-color: rgb(21 71 52 / 0.65);
}
.border-y-green\/70{
  border-top-color: rgb(21 71 52 / 0.7);
  border-bottom-color: rgb(21 71 52 / 0.7);
}
.border-y-green\/75{
  border-top-color: rgb(21 71 52 / 0.75);
  border-bottom-color: rgb(21 71 52 / 0.75);
}
.border-y-green\/80{
  border-top-color: rgb(21 71 52 / 0.8);
  border-bottom-color: rgb(21 71 52 / 0.8);
}
.border-y-green\/85{
  border-top-color: rgb(21 71 52 / 0.85);
  border-bottom-color: rgb(21 71 52 / 0.85);
}
.border-y-green\/90{
  border-top-color: rgb(21 71 52 / 0.9);
  border-bottom-color: rgb(21 71 52 / 0.9);
}
.border-y-green\/95{
  border-top-color: rgb(21 71 52 / 0.95);
  border-bottom-color: rgb(21 71 52 / 0.95);
}
.border-y-orange{
  --tw-border-opacity: 1;
  border-top-color: rgb(255 92 57 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(255 92 57 / var(--tw-border-opacity, 1));
}
.border-y-orange\/0{
  border-top-color: rgb(255 92 57 / 0);
  border-bottom-color: rgb(255 92 57 / 0);
}
.border-y-orange\/10{
  border-top-color: rgb(255 92 57 / 0.1);
  border-bottom-color: rgb(255 92 57 / 0.1);
}
.border-y-orange\/100{
  border-top-color: rgb(255 92 57 / 1);
  border-bottom-color: rgb(255 92 57 / 1);
}
.border-y-orange\/15{
  border-top-color: rgb(255 92 57 / 0.15);
  border-bottom-color: rgb(255 92 57 / 0.15);
}
.border-y-orange\/20{
  border-top-color: rgb(255 92 57 / 0.2);
  border-bottom-color: rgb(255 92 57 / 0.2);
}
.border-y-orange\/25{
  border-top-color: rgb(255 92 57 / 0.25);
  border-bottom-color: rgb(255 92 57 / 0.25);
}
.border-y-orange\/30{
  border-top-color: rgb(255 92 57 / 0.3);
  border-bottom-color: rgb(255 92 57 / 0.3);
}
.border-y-orange\/35{
  border-top-color: rgb(255 92 57 / 0.35);
  border-bottom-color: rgb(255 92 57 / 0.35);
}
.border-y-orange\/40{
  border-top-color: rgb(255 92 57 / 0.4);
  border-bottom-color: rgb(255 92 57 / 0.4);
}
.border-y-orange\/45{
  border-top-color: rgb(255 92 57 / 0.45);
  border-bottom-color: rgb(255 92 57 / 0.45);
}
.border-y-orange\/5{
  border-top-color: rgb(255 92 57 / 0.05);
  border-bottom-color: rgb(255 92 57 / 0.05);
}
.border-y-orange\/50{
  border-top-color: rgb(255 92 57 / 0.5);
  border-bottom-color: rgb(255 92 57 / 0.5);
}
.border-y-orange\/55{
  border-top-color: rgb(255 92 57 / 0.55);
  border-bottom-color: rgb(255 92 57 / 0.55);
}
.border-y-orange\/60{
  border-top-color: rgb(255 92 57 / 0.6);
  border-bottom-color: rgb(255 92 57 / 0.6);
}
.border-y-orange\/65{
  border-top-color: rgb(255 92 57 / 0.65);
  border-bottom-color: rgb(255 92 57 / 0.65);
}
.border-y-orange\/70{
  border-top-color: rgb(255 92 57 / 0.7);
  border-bottom-color: rgb(255 92 57 / 0.7);
}
.border-y-orange\/75{
  border-top-color: rgb(255 92 57 / 0.75);
  border-bottom-color: rgb(255 92 57 / 0.75);
}
.border-y-orange\/80{
  border-top-color: rgb(255 92 57 / 0.8);
  border-bottom-color: rgb(255 92 57 / 0.8);
}
.border-y-orange\/85{
  border-top-color: rgb(255 92 57 / 0.85);
  border-bottom-color: rgb(255 92 57 / 0.85);
}
.border-y-orange\/90{
  border-top-color: rgb(255 92 57 / 0.9);
  border-bottom-color: rgb(255 92 57 / 0.9);
}
.border-y-orange\/95{
  border-top-color: rgb(255 92 57 / 0.95);
  border-bottom-color: rgb(255 92 57 / 0.95);
}
.border-y-pink{
  --tw-border-opacity: 1;
  border-top-color: rgb(249 159 201 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(249 159 201 / var(--tw-border-opacity, 1));
}
.border-y-pink\/0{
  border-top-color: rgb(249 159 201 / 0);
  border-bottom-color: rgb(249 159 201 / 0);
}
.border-y-pink\/10{
  border-top-color: rgb(249 159 201 / 0.1);
  border-bottom-color: rgb(249 159 201 / 0.1);
}
.border-y-pink\/100{
  border-top-color: rgb(249 159 201 / 1);
  border-bottom-color: rgb(249 159 201 / 1);
}
.border-y-pink\/15{
  border-top-color: rgb(249 159 201 / 0.15);
  border-bottom-color: rgb(249 159 201 / 0.15);
}
.border-y-pink\/20{
  border-top-color: rgb(249 159 201 / 0.2);
  border-bottom-color: rgb(249 159 201 / 0.2);
}
.border-y-pink\/25{
  border-top-color: rgb(249 159 201 / 0.25);
  border-bottom-color: rgb(249 159 201 / 0.25);
}
.border-y-pink\/30{
  border-top-color: rgb(249 159 201 / 0.3);
  border-bottom-color: rgb(249 159 201 / 0.3);
}
.border-y-pink\/35{
  border-top-color: rgb(249 159 201 / 0.35);
  border-bottom-color: rgb(249 159 201 / 0.35);
}
.border-y-pink\/40{
  border-top-color: rgb(249 159 201 / 0.4);
  border-bottom-color: rgb(249 159 201 / 0.4);
}
.border-y-pink\/45{
  border-top-color: rgb(249 159 201 / 0.45);
  border-bottom-color: rgb(249 159 201 / 0.45);
}
.border-y-pink\/5{
  border-top-color: rgb(249 159 201 / 0.05);
  border-bottom-color: rgb(249 159 201 / 0.05);
}
.border-y-pink\/50{
  border-top-color: rgb(249 159 201 / 0.5);
  border-bottom-color: rgb(249 159 201 / 0.5);
}
.border-y-pink\/55{
  border-top-color: rgb(249 159 201 / 0.55);
  border-bottom-color: rgb(249 159 201 / 0.55);
}
.border-y-pink\/60{
  border-top-color: rgb(249 159 201 / 0.6);
  border-bottom-color: rgb(249 159 201 / 0.6);
}
.border-y-pink\/65{
  border-top-color: rgb(249 159 201 / 0.65);
  border-bottom-color: rgb(249 159 201 / 0.65);
}
.border-y-pink\/70{
  border-top-color: rgb(249 159 201 / 0.7);
  border-bottom-color: rgb(249 159 201 / 0.7);
}
.border-y-pink\/75{
  border-top-color: rgb(249 159 201 / 0.75);
  border-bottom-color: rgb(249 159 201 / 0.75);
}
.border-y-pink\/80{
  border-top-color: rgb(249 159 201 / 0.8);
  border-bottom-color: rgb(249 159 201 / 0.8);
}
.border-y-pink\/85{
  border-top-color: rgb(249 159 201 / 0.85);
  border-bottom-color: rgb(249 159 201 / 0.85);
}
.border-y-pink\/90{
  border-top-color: rgb(249 159 201 / 0.9);
  border-bottom-color: rgb(249 159 201 / 0.9);
}
.border-y-pink\/95{
  border-top-color: rgb(249 159 201 / 0.95);
  border-bottom-color: rgb(249 159 201 / 0.95);
}
.border-y-theme{
  --tw-border-opacity: 1;
  border-top-color: rgba(var(--color-theme), var(--tw-border-opacity, 1));
  border-bottom-color: rgba(var(--color-theme), var(--tw-border-opacity, 1));
}
.border-y-theme\/0{
  border-top-color: rgba(var(--color-theme), 0);
  border-bottom-color: rgba(var(--color-theme), 0);
}
.border-y-theme\/10{
  border-top-color: rgba(var(--color-theme), 0.1);
  border-bottom-color: rgba(var(--color-theme), 0.1);
}
.border-y-theme\/100{
  border-top-color: rgba(var(--color-theme), 1);
  border-bottom-color: rgba(var(--color-theme), 1);
}
.border-y-theme\/15{
  border-top-color: rgba(var(--color-theme), 0.15);
  border-bottom-color: rgba(var(--color-theme), 0.15);
}
.border-y-theme\/20{
  border-top-color: rgba(var(--color-theme), 0.2);
  border-bottom-color: rgba(var(--color-theme), 0.2);
}
.border-y-theme\/25{
  border-top-color: rgba(var(--color-theme), 0.25);
  border-bottom-color: rgba(var(--color-theme), 0.25);
}
.border-y-theme\/30{
  border-top-color: rgba(var(--color-theme), 0.3);
  border-bottom-color: rgba(var(--color-theme), 0.3);
}
.border-y-theme\/35{
  border-top-color: rgba(var(--color-theme), 0.35);
  border-bottom-color: rgba(var(--color-theme), 0.35);
}
.border-y-theme\/40{
  border-top-color: rgba(var(--color-theme), 0.4);
  border-bottom-color: rgba(var(--color-theme), 0.4);
}
.border-y-theme\/45{
  border-top-color: rgba(var(--color-theme), 0.45);
  border-bottom-color: rgba(var(--color-theme), 0.45);
}
.border-y-theme\/5{
  border-top-color: rgba(var(--color-theme), 0.05);
  border-bottom-color: rgba(var(--color-theme), 0.05);
}
.border-y-theme\/50{
  border-top-color: rgba(var(--color-theme), 0.5);
  border-bottom-color: rgba(var(--color-theme), 0.5);
}
.border-y-theme\/55{
  border-top-color: rgba(var(--color-theme), 0.55);
  border-bottom-color: rgba(var(--color-theme), 0.55);
}
.border-y-theme\/60{
  border-top-color: rgba(var(--color-theme), 0.6);
  border-bottom-color: rgba(var(--color-theme), 0.6);
}
.border-y-theme\/65{
  border-top-color: rgba(var(--color-theme), 0.65);
  border-bottom-color: rgba(var(--color-theme), 0.65);
}
.border-y-theme\/70{
  border-top-color: rgba(var(--color-theme), 0.7);
  border-bottom-color: rgba(var(--color-theme), 0.7);
}
.border-y-theme\/75{
  border-top-color: rgba(var(--color-theme), 0.75);
  border-bottom-color: rgba(var(--color-theme), 0.75);
}
.border-y-theme\/80{
  border-top-color: rgba(var(--color-theme), 0.8);
  border-bottom-color: rgba(var(--color-theme), 0.8);
}
.border-y-theme\/85{
  border-top-color: rgba(var(--color-theme), 0.85);
  border-bottom-color: rgba(var(--color-theme), 0.85);
}
.border-y-theme\/90{
  border-top-color: rgba(var(--color-theme), 0.9);
  border-bottom-color: rgba(var(--color-theme), 0.9);
}
.border-y-theme\/95{
  border-top-color: rgba(var(--color-theme), 0.95);
  border-bottom-color: rgba(var(--color-theme), 0.95);
}
.border-y-transparent{
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.border-y-transparent\/0{
  border-top-color: rgb(0 0 0 / 0);
  border-bottom-color: rgb(0 0 0 / 0);
}
.border-y-transparent\/10{
  border-top-color: rgb(0 0 0 / 0.1);
  border-bottom-color: rgb(0 0 0 / 0.1);
}
.border-y-transparent\/100{
  border-top-color: rgb(0 0 0 / 1);
  border-bottom-color: rgb(0 0 0 / 1);
}
.border-y-transparent\/15{
  border-top-color: rgb(0 0 0 / 0.15);
  border-bottom-color: rgb(0 0 0 / 0.15);
}
.border-y-transparent\/20{
  border-top-color: rgb(0 0 0 / 0.2);
  border-bottom-color: rgb(0 0 0 / 0.2);
}
.border-y-transparent\/25{
  border-top-color: rgb(0 0 0 / 0.25);
  border-bottom-color: rgb(0 0 0 / 0.25);
}
.border-y-transparent\/30{
  border-top-color: rgb(0 0 0 / 0.3);
  border-bottom-color: rgb(0 0 0 / 0.3);
}
.border-y-transparent\/35{
  border-top-color: rgb(0 0 0 / 0.35);
  border-bottom-color: rgb(0 0 0 / 0.35);
}
.border-y-transparent\/40{
  border-top-color: rgb(0 0 0 / 0.4);
  border-bottom-color: rgb(0 0 0 / 0.4);
}
.border-y-transparent\/45{
  border-top-color: rgb(0 0 0 / 0.45);
  border-bottom-color: rgb(0 0 0 / 0.45);
}
.border-y-transparent\/5{
  border-top-color: rgb(0 0 0 / 0.05);
  border-bottom-color: rgb(0 0 0 / 0.05);
}
.border-y-transparent\/50{
  border-top-color: rgb(0 0 0 / 0.5);
  border-bottom-color: rgb(0 0 0 / 0.5);
}
.border-y-transparent\/55{
  border-top-color: rgb(0 0 0 / 0.55);
  border-bottom-color: rgb(0 0 0 / 0.55);
}
.border-y-transparent\/60{
  border-top-color: rgb(0 0 0 / 0.6);
  border-bottom-color: rgb(0 0 0 / 0.6);
}
.border-y-transparent\/65{
  border-top-color: rgb(0 0 0 / 0.65);
  border-bottom-color: rgb(0 0 0 / 0.65);
}
.border-y-transparent\/70{
  border-top-color: rgb(0 0 0 / 0.7);
  border-bottom-color: rgb(0 0 0 / 0.7);
}
.border-y-transparent\/75{
  border-top-color: rgb(0 0 0 / 0.75);
  border-bottom-color: rgb(0 0 0 / 0.75);
}
.border-y-transparent\/80{
  border-top-color: rgb(0 0 0 / 0.8);
  border-bottom-color: rgb(0 0 0 / 0.8);
}
.border-y-transparent\/85{
  border-top-color: rgb(0 0 0 / 0.85);
  border-bottom-color: rgb(0 0 0 / 0.85);
}
.border-y-transparent\/90{
  border-top-color: rgb(0 0 0 / 0.9);
  border-bottom-color: rgb(0 0 0 / 0.9);
}
.border-y-transparent\/95{
  border-top-color: rgb(0 0 0 / 0.95);
  border-bottom-color: rgb(0 0 0 / 0.95);
}
.border-y-white{
  --tw-border-opacity: 1;
  border-top-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-y-white\/0{
  border-top-color: rgb(255 255 255 / 0);
  border-bottom-color: rgb(255 255 255 / 0);
}
.border-y-white\/10{
  border-top-color: rgb(255 255 255 / 0.1);
  border-bottom-color: rgb(255 255 255 / 0.1);
}
.border-y-white\/100{
  border-top-color: rgb(255 255 255 / 1);
  border-bottom-color: rgb(255 255 255 / 1);
}
.border-y-white\/15{
  border-top-color: rgb(255 255 255 / 0.15);
  border-bottom-color: rgb(255 255 255 / 0.15);
}
.border-y-white\/20{
  border-top-color: rgb(255 255 255 / 0.2);
  border-bottom-color: rgb(255 255 255 / 0.2);
}
.border-y-white\/25{
  border-top-color: rgb(255 255 255 / 0.25);
  border-bottom-color: rgb(255 255 255 / 0.25);
}
.border-y-white\/30{
  border-top-color: rgb(255 255 255 / 0.3);
  border-bottom-color: rgb(255 255 255 / 0.3);
}
.border-y-white\/35{
  border-top-color: rgb(255 255 255 / 0.35);
  border-bottom-color: rgb(255 255 255 / 0.35);
}
.border-y-white\/40{
  border-top-color: rgb(255 255 255 / 0.4);
  border-bottom-color: rgb(255 255 255 / 0.4);
}
.border-y-white\/45{
  border-top-color: rgb(255 255 255 / 0.45);
  border-bottom-color: rgb(255 255 255 / 0.45);
}
.border-y-white\/5{
  border-top-color: rgb(255 255 255 / 0.05);
  border-bottom-color: rgb(255 255 255 / 0.05);
}
.border-y-white\/50{
  border-top-color: rgb(255 255 255 / 0.5);
  border-bottom-color: rgb(255 255 255 / 0.5);
}
.border-y-white\/55{
  border-top-color: rgb(255 255 255 / 0.55);
  border-bottom-color: rgb(255 255 255 / 0.55);
}
.border-y-white\/60{
  border-top-color: rgb(255 255 255 / 0.6);
  border-bottom-color: rgb(255 255 255 / 0.6);
}
.border-y-white\/65{
  border-top-color: rgb(255 255 255 / 0.65);
  border-bottom-color: rgb(255 255 255 / 0.65);
}
.border-y-white\/70{
  border-top-color: rgb(255 255 255 / 0.7);
  border-bottom-color: rgb(255 255 255 / 0.7);
}
.border-y-white\/75{
  border-top-color: rgb(255 255 255 / 0.75);
  border-bottom-color: rgb(255 255 255 / 0.75);
}
.border-y-white\/80{
  border-top-color: rgb(255 255 255 / 0.8);
  border-bottom-color: rgb(255 255 255 / 0.8);
}
.border-y-white\/85{
  border-top-color: rgb(255 255 255 / 0.85);
  border-bottom-color: rgb(255 255 255 / 0.85);
}
.border-y-white\/90{
  border-top-color: rgb(255 255 255 / 0.9);
  border-bottom-color: rgb(255 255 255 / 0.9);
}
.border-y-white\/95{
  border-top-color: rgb(255 255 255 / 0.95);
  border-bottom-color: rgb(255 255 255 / 0.95);
}
.border-y-yellow{
  --tw-border-opacity: 1;
  border-top-color: rgb(255 198 88 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(255 198 88 / var(--tw-border-opacity, 1));
}
.border-y-yellow\/0{
  border-top-color: rgb(255 198 88 / 0);
  border-bottom-color: rgb(255 198 88 / 0);
}
.border-y-yellow\/10{
  border-top-color: rgb(255 198 88 / 0.1);
  border-bottom-color: rgb(255 198 88 / 0.1);
}
.border-y-yellow\/100{
  border-top-color: rgb(255 198 88 / 1);
  border-bottom-color: rgb(255 198 88 / 1);
}
.border-y-yellow\/15{
  border-top-color: rgb(255 198 88 / 0.15);
  border-bottom-color: rgb(255 198 88 / 0.15);
}
.border-y-yellow\/20{
  border-top-color: rgb(255 198 88 / 0.2);
  border-bottom-color: rgb(255 198 88 / 0.2);
}
.border-y-yellow\/25{
  border-top-color: rgb(255 198 88 / 0.25);
  border-bottom-color: rgb(255 198 88 / 0.25);
}
.border-y-yellow\/30{
  border-top-color: rgb(255 198 88 / 0.3);
  border-bottom-color: rgb(255 198 88 / 0.3);
}
.border-y-yellow\/35{
  border-top-color: rgb(255 198 88 / 0.35);
  border-bottom-color: rgb(255 198 88 / 0.35);
}
.border-y-yellow\/40{
  border-top-color: rgb(255 198 88 / 0.4);
  border-bottom-color: rgb(255 198 88 / 0.4);
}
.border-y-yellow\/45{
  border-top-color: rgb(255 198 88 / 0.45);
  border-bottom-color: rgb(255 198 88 / 0.45);
}
.border-y-yellow\/5{
  border-top-color: rgb(255 198 88 / 0.05);
  border-bottom-color: rgb(255 198 88 / 0.05);
}
.border-y-yellow\/50{
  border-top-color: rgb(255 198 88 / 0.5);
  border-bottom-color: rgb(255 198 88 / 0.5);
}
.border-y-yellow\/55{
  border-top-color: rgb(255 198 88 / 0.55);
  border-bottom-color: rgb(255 198 88 / 0.55);
}
.border-y-yellow\/60{
  border-top-color: rgb(255 198 88 / 0.6);
  border-bottom-color: rgb(255 198 88 / 0.6);
}
.border-y-yellow\/65{
  border-top-color: rgb(255 198 88 / 0.65);
  border-bottom-color: rgb(255 198 88 / 0.65);
}
.border-y-yellow\/70{
  border-top-color: rgb(255 198 88 / 0.7);
  border-bottom-color: rgb(255 198 88 / 0.7);
}
.border-y-yellow\/75{
  border-top-color: rgb(255 198 88 / 0.75);
  border-bottom-color: rgb(255 198 88 / 0.75);
}
.border-y-yellow\/80{
  border-top-color: rgb(255 198 88 / 0.8);
  border-bottom-color: rgb(255 198 88 / 0.8);
}
.border-y-yellow\/85{
  border-top-color: rgb(255 198 88 / 0.85);
  border-bottom-color: rgb(255 198 88 / 0.85);
}
.border-y-yellow\/90{
  border-top-color: rgb(255 198 88 / 0.9);
  border-bottom-color: rgb(255 198 88 / 0.9);
}
.border-y-yellow\/95{
  border-top-color: rgb(255 198 88 / 0.95);
  border-bottom-color: rgb(255 198 88 / 0.95);
}
.border-b-black{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.border-b-black\/0{
  border-bottom-color: rgb(0 0 0 / 0);
}
.border-b-black\/10{
  border-bottom-color: rgb(0 0 0 / 0.1);
}
.border-b-black\/100{
  border-bottom-color: rgb(0 0 0 / 1);
}
.border-b-black\/15{
  border-bottom-color: rgb(0 0 0 / 0.15);
}
.border-b-black\/20{
  border-bottom-color: rgb(0 0 0 / 0.2);
}
.border-b-black\/25{
  border-bottom-color: rgb(0 0 0 / 0.25);
}
.border-b-black\/30{
  border-bottom-color: rgb(0 0 0 / 0.3);
}
.border-b-black\/35{
  border-bottom-color: rgb(0 0 0 / 0.35);
}
.border-b-black\/40{
  border-bottom-color: rgb(0 0 0 / 0.4);
}
.border-b-black\/45{
  border-bottom-color: rgb(0 0 0 / 0.45);
}
.border-b-black\/5{
  border-bottom-color: rgb(0 0 0 / 0.05);
}
.border-b-black\/50{
  border-bottom-color: rgb(0 0 0 / 0.5);
}
.border-b-black\/55{
  border-bottom-color: rgb(0 0 0 / 0.55);
}
.border-b-black\/60{
  border-bottom-color: rgb(0 0 0 / 0.6);
}
.border-b-black\/65{
  border-bottom-color: rgb(0 0 0 / 0.65);
}
.border-b-black\/70{
  border-bottom-color: rgb(0 0 0 / 0.7);
}
.border-b-black\/75{
  border-bottom-color: rgb(0 0 0 / 0.75);
}
.border-b-black\/80{
  border-bottom-color: rgb(0 0 0 / 0.8);
}
.border-b-black\/85{
  border-bottom-color: rgb(0 0 0 / 0.85);
}
.border-b-black\/90{
  border-bottom-color: rgb(0 0 0 / 0.9);
}
.border-b-black\/95{
  border-bottom-color: rgb(0 0 0 / 0.95);
}
.border-b-blue{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(0 71 187 / var(--tw-border-opacity, 1));
}
.border-b-blue\/0{
  border-bottom-color: rgb(0 71 187 / 0);
}
.border-b-blue\/10{
  border-bottom-color: rgb(0 71 187 / 0.1);
}
.border-b-blue\/100{
  border-bottom-color: rgb(0 71 187 / 1);
}
.border-b-blue\/15{
  border-bottom-color: rgb(0 71 187 / 0.15);
}
.border-b-blue\/20{
  border-bottom-color: rgb(0 71 187 / 0.2);
}
.border-b-blue\/25{
  border-bottom-color: rgb(0 71 187 / 0.25);
}
.border-b-blue\/30{
  border-bottom-color: rgb(0 71 187 / 0.3);
}
.border-b-blue\/35{
  border-bottom-color: rgb(0 71 187 / 0.35);
}
.border-b-blue\/40{
  border-bottom-color: rgb(0 71 187 / 0.4);
}
.border-b-blue\/45{
  border-bottom-color: rgb(0 71 187 / 0.45);
}
.border-b-blue\/5{
  border-bottom-color: rgb(0 71 187 / 0.05);
}
.border-b-blue\/50{
  border-bottom-color: rgb(0 71 187 / 0.5);
}
.border-b-blue\/55{
  border-bottom-color: rgb(0 71 187 / 0.55);
}
.border-b-blue\/60{
  border-bottom-color: rgb(0 71 187 / 0.6);
}
.border-b-blue\/65{
  border-bottom-color: rgb(0 71 187 / 0.65);
}
.border-b-blue\/70{
  border-bottom-color: rgb(0 71 187 / 0.7);
}
.border-b-blue\/75{
  border-bottom-color: rgb(0 71 187 / 0.75);
}
.border-b-blue\/80{
  border-bottom-color: rgb(0 71 187 / 0.8);
}
.border-b-blue\/85{
  border-bottom-color: rgb(0 71 187 / 0.85);
}
.border-b-blue\/90{
  border-bottom-color: rgb(0 71 187 / 0.9);
}
.border-b-blue\/95{
  border-bottom-color: rgb(0 71 187 / 0.95);
}
.border-b-current{
  border-bottom-color: currentColor;
}
.border-b-dark-pink{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(132 11 85 / var(--tw-border-opacity, 1));
}
.border-b-dark-pink\/0{
  border-bottom-color: rgb(132 11 85 / 0);
}
.border-b-dark-pink\/10{
  border-bottom-color: rgb(132 11 85 / 0.1);
}
.border-b-dark-pink\/100{
  border-bottom-color: rgb(132 11 85 / 1);
}
.border-b-dark-pink\/15{
  border-bottom-color: rgb(132 11 85 / 0.15);
}
.border-b-dark-pink\/20{
  border-bottom-color: rgb(132 11 85 / 0.2);
}
.border-b-dark-pink\/25{
  border-bottom-color: rgb(132 11 85 / 0.25);
}
.border-b-dark-pink\/30{
  border-bottom-color: rgb(132 11 85 / 0.3);
}
.border-b-dark-pink\/35{
  border-bottom-color: rgb(132 11 85 / 0.35);
}
.border-b-dark-pink\/40{
  border-bottom-color: rgb(132 11 85 / 0.4);
}
.border-b-dark-pink\/45{
  border-bottom-color: rgb(132 11 85 / 0.45);
}
.border-b-dark-pink\/5{
  border-bottom-color: rgb(132 11 85 / 0.05);
}
.border-b-dark-pink\/50{
  border-bottom-color: rgb(132 11 85 / 0.5);
}
.border-b-dark-pink\/55{
  border-bottom-color: rgb(132 11 85 / 0.55);
}
.border-b-dark-pink\/60{
  border-bottom-color: rgb(132 11 85 / 0.6);
}
.border-b-dark-pink\/65{
  border-bottom-color: rgb(132 11 85 / 0.65);
}
.border-b-dark-pink\/70{
  border-bottom-color: rgb(132 11 85 / 0.7);
}
.border-b-dark-pink\/75{
  border-bottom-color: rgb(132 11 85 / 0.75);
}
.border-b-dark-pink\/80{
  border-bottom-color: rgb(132 11 85 / 0.8);
}
.border-b-dark-pink\/85{
  border-bottom-color: rgb(132 11 85 / 0.85);
}
.border-b-dark-pink\/90{
  border-bottom-color: rgb(132 11 85 / 0.9);
}
.border-b-dark-pink\/95{
  border-bottom-color: rgb(132 11 85 / 0.95);
}
.border-b-gray{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(215 217 224 / var(--tw-border-opacity, 1));
}
.border-b-gray\/0{
  border-bottom-color: rgb(215 217 224 / 0);
}
.border-b-gray\/10{
  border-bottom-color: rgb(215 217 224 / 0.1);
}
.border-b-gray\/100{
  border-bottom-color: rgb(215 217 224 / 1);
}
.border-b-gray\/15{
  border-bottom-color: rgb(215 217 224 / 0.15);
}
.border-b-gray\/20{
  border-bottom-color: rgb(215 217 224 / 0.2);
}
.border-b-gray\/25{
  border-bottom-color: rgb(215 217 224 / 0.25);
}
.border-b-gray\/30{
  border-bottom-color: rgb(215 217 224 / 0.3);
}
.border-b-gray\/35{
  border-bottom-color: rgb(215 217 224 / 0.35);
}
.border-b-gray\/40{
  border-bottom-color: rgb(215 217 224 / 0.4);
}
.border-b-gray\/45{
  border-bottom-color: rgb(215 217 224 / 0.45);
}
.border-b-gray\/5{
  border-bottom-color: rgb(215 217 224 / 0.05);
}
.border-b-gray\/50{
  border-bottom-color: rgb(215 217 224 / 0.5);
}
.border-b-gray\/55{
  border-bottom-color: rgb(215 217 224 / 0.55);
}
.border-b-gray\/60{
  border-bottom-color: rgb(215 217 224 / 0.6);
}
.border-b-gray\/65{
  border-bottom-color: rgb(215 217 224 / 0.65);
}
.border-b-gray\/70{
  border-bottom-color: rgb(215 217 224 / 0.7);
}
.border-b-gray\/75{
  border-bottom-color: rgb(215 217 224 / 0.75);
}
.border-b-gray\/80{
  border-bottom-color: rgb(215 217 224 / 0.8);
}
.border-b-gray\/85{
  border-bottom-color: rgb(215 217 224 / 0.85);
}
.border-b-gray\/90{
  border-bottom-color: rgb(215 217 224 / 0.9);
}
.border-b-gray\/95{
  border-bottom-color: rgb(215 217 224 / 0.95);
}
.border-b-green{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(21 71 52 / var(--tw-border-opacity, 1));
}
.border-b-green\/0{
  border-bottom-color: rgb(21 71 52 / 0);
}
.border-b-green\/10{
  border-bottom-color: rgb(21 71 52 / 0.1);
}
.border-b-green\/100{
  border-bottom-color: rgb(21 71 52 / 1);
}
.border-b-green\/15{
  border-bottom-color: rgb(21 71 52 / 0.15);
}
.border-b-green\/20{
  border-bottom-color: rgb(21 71 52 / 0.2);
}
.border-b-green\/25{
  border-bottom-color: rgb(21 71 52 / 0.25);
}
.border-b-green\/30{
  border-bottom-color: rgb(21 71 52 / 0.3);
}
.border-b-green\/35{
  border-bottom-color: rgb(21 71 52 / 0.35);
}
.border-b-green\/40{
  border-bottom-color: rgb(21 71 52 / 0.4);
}
.border-b-green\/45{
  border-bottom-color: rgb(21 71 52 / 0.45);
}
.border-b-green\/5{
  border-bottom-color: rgb(21 71 52 / 0.05);
}
.border-b-green\/50{
  border-bottom-color: rgb(21 71 52 / 0.5);
}
.border-b-green\/55{
  border-bottom-color: rgb(21 71 52 / 0.55);
}
.border-b-green\/60{
  border-bottom-color: rgb(21 71 52 / 0.6);
}
.border-b-green\/65{
  border-bottom-color: rgb(21 71 52 / 0.65);
}
.border-b-green\/70{
  border-bottom-color: rgb(21 71 52 / 0.7);
}
.border-b-green\/75{
  border-bottom-color: rgb(21 71 52 / 0.75);
}
.border-b-green\/80{
  border-bottom-color: rgb(21 71 52 / 0.8);
}
.border-b-green\/85{
  border-bottom-color: rgb(21 71 52 / 0.85);
}
.border-b-green\/90{
  border-bottom-color: rgb(21 71 52 / 0.9);
}
.border-b-green\/95{
  border-bottom-color: rgb(21 71 52 / 0.95);
}
.border-b-orange{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 92 57 / var(--tw-border-opacity, 1));
}
.border-b-orange\/0{
  border-bottom-color: rgb(255 92 57 / 0);
}
.border-b-orange\/10{
  border-bottom-color: rgb(255 92 57 / 0.1);
}
.border-b-orange\/100{
  border-bottom-color: rgb(255 92 57 / 1);
}
.border-b-orange\/15{
  border-bottom-color: rgb(255 92 57 / 0.15);
}
.border-b-orange\/20{
  border-bottom-color: rgb(255 92 57 / 0.2);
}
.border-b-orange\/25{
  border-bottom-color: rgb(255 92 57 / 0.25);
}
.border-b-orange\/30{
  border-bottom-color: rgb(255 92 57 / 0.3);
}
.border-b-orange\/35{
  border-bottom-color: rgb(255 92 57 / 0.35);
}
.border-b-orange\/40{
  border-bottom-color: rgb(255 92 57 / 0.4);
}
.border-b-orange\/45{
  border-bottom-color: rgb(255 92 57 / 0.45);
}
.border-b-orange\/5{
  border-bottom-color: rgb(255 92 57 / 0.05);
}
.border-b-orange\/50{
  border-bottom-color: rgb(255 92 57 / 0.5);
}
.border-b-orange\/55{
  border-bottom-color: rgb(255 92 57 / 0.55);
}
.border-b-orange\/60{
  border-bottom-color: rgb(255 92 57 / 0.6);
}
.border-b-orange\/65{
  border-bottom-color: rgb(255 92 57 / 0.65);
}
.border-b-orange\/70{
  border-bottom-color: rgb(255 92 57 / 0.7);
}
.border-b-orange\/75{
  border-bottom-color: rgb(255 92 57 / 0.75);
}
.border-b-orange\/80{
  border-bottom-color: rgb(255 92 57 / 0.8);
}
.border-b-orange\/85{
  border-bottom-color: rgb(255 92 57 / 0.85);
}
.border-b-orange\/90{
  border-bottom-color: rgb(255 92 57 / 0.9);
}
.border-b-orange\/95{
  border-bottom-color: rgb(255 92 57 / 0.95);
}
.border-b-pink{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(249 159 201 / var(--tw-border-opacity, 1));
}
.border-b-pink\/0{
  border-bottom-color: rgb(249 159 201 / 0);
}
.border-b-pink\/10{
  border-bottom-color: rgb(249 159 201 / 0.1);
}
.border-b-pink\/100{
  border-bottom-color: rgb(249 159 201 / 1);
}
.border-b-pink\/15{
  border-bottom-color: rgb(249 159 201 / 0.15);
}
.border-b-pink\/20{
  border-bottom-color: rgb(249 159 201 / 0.2);
}
.border-b-pink\/25{
  border-bottom-color: rgb(249 159 201 / 0.25);
}
.border-b-pink\/30{
  border-bottom-color: rgb(249 159 201 / 0.3);
}
.border-b-pink\/35{
  border-bottom-color: rgb(249 159 201 / 0.35);
}
.border-b-pink\/40{
  border-bottom-color: rgb(249 159 201 / 0.4);
}
.border-b-pink\/45{
  border-bottom-color: rgb(249 159 201 / 0.45);
}
.border-b-pink\/5{
  border-bottom-color: rgb(249 159 201 / 0.05);
}
.border-b-pink\/50{
  border-bottom-color: rgb(249 159 201 / 0.5);
}
.border-b-pink\/55{
  border-bottom-color: rgb(249 159 201 / 0.55);
}
.border-b-pink\/60{
  border-bottom-color: rgb(249 159 201 / 0.6);
}
.border-b-pink\/65{
  border-bottom-color: rgb(249 159 201 / 0.65);
}
.border-b-pink\/70{
  border-bottom-color: rgb(249 159 201 / 0.7);
}
.border-b-pink\/75{
  border-bottom-color: rgb(249 159 201 / 0.75);
}
.border-b-pink\/80{
  border-bottom-color: rgb(249 159 201 / 0.8);
}
.border-b-pink\/85{
  border-bottom-color: rgb(249 159 201 / 0.85);
}
.border-b-pink\/90{
  border-bottom-color: rgb(249 159 201 / 0.9);
}
.border-b-pink\/95{
  border-bottom-color: rgb(249 159 201 / 0.95);
}
.border-b-theme{
  --tw-border-opacity: 1;
  border-bottom-color: rgba(var(--color-theme), var(--tw-border-opacity, 1));
}
.border-b-theme\/0{
  border-bottom-color: rgba(var(--color-theme), 0);
}
.border-b-theme\/10{
  border-bottom-color: rgba(var(--color-theme), 0.1);
}
.border-b-theme\/100{
  border-bottom-color: rgba(var(--color-theme), 1);
}
.border-b-theme\/15{
  border-bottom-color: rgba(var(--color-theme), 0.15);
}
.border-b-theme\/20{
  border-bottom-color: rgba(var(--color-theme), 0.2);
}
.border-b-theme\/25{
  border-bottom-color: rgba(var(--color-theme), 0.25);
}
.border-b-theme\/30{
  border-bottom-color: rgba(var(--color-theme), 0.3);
}
.border-b-theme\/35{
  border-bottom-color: rgba(var(--color-theme), 0.35);
}
.border-b-theme\/40{
  border-bottom-color: rgba(var(--color-theme), 0.4);
}
.border-b-theme\/45{
  border-bottom-color: rgba(var(--color-theme), 0.45);
}
.border-b-theme\/5{
  border-bottom-color: rgba(var(--color-theme), 0.05);
}
.border-b-theme\/50{
  border-bottom-color: rgba(var(--color-theme), 0.5);
}
.border-b-theme\/55{
  border-bottom-color: rgba(var(--color-theme), 0.55);
}
.border-b-theme\/60{
  border-bottom-color: rgba(var(--color-theme), 0.6);
}
.border-b-theme\/65{
  border-bottom-color: rgba(var(--color-theme), 0.65);
}
.border-b-theme\/70{
  border-bottom-color: rgba(var(--color-theme), 0.7);
}
.border-b-theme\/75{
  border-bottom-color: rgba(var(--color-theme), 0.75);
}
.border-b-theme\/80{
  border-bottom-color: rgba(var(--color-theme), 0.8);
}
.border-b-theme\/85{
  border-bottom-color: rgba(var(--color-theme), 0.85);
}
.border-b-theme\/90{
  border-bottom-color: rgba(var(--color-theme), 0.9);
}
.border-b-theme\/95{
  border-bottom-color: rgba(var(--color-theme), 0.95);
}
.border-b-transparent{
  border-bottom-color: transparent;
}
.border-b-transparent\/0{
  border-bottom-color: rgb(0 0 0 / 0);
}
.border-b-transparent\/10{
  border-bottom-color: rgb(0 0 0 / 0.1);
}
.border-b-transparent\/100{
  border-bottom-color: rgb(0 0 0 / 1);
}
.border-b-transparent\/15{
  border-bottom-color: rgb(0 0 0 / 0.15);
}
.border-b-transparent\/20{
  border-bottom-color: rgb(0 0 0 / 0.2);
}
.border-b-transparent\/25{
  border-bottom-color: rgb(0 0 0 / 0.25);
}
.border-b-transparent\/30{
  border-bottom-color: rgb(0 0 0 / 0.3);
}
.border-b-transparent\/35{
  border-bottom-color: rgb(0 0 0 / 0.35);
}
.border-b-transparent\/40{
  border-bottom-color: rgb(0 0 0 / 0.4);
}
.border-b-transparent\/45{
  border-bottom-color: rgb(0 0 0 / 0.45);
}
.border-b-transparent\/5{
  border-bottom-color: rgb(0 0 0 / 0.05);
}
.border-b-transparent\/50{
  border-bottom-color: rgb(0 0 0 / 0.5);
}
.border-b-transparent\/55{
  border-bottom-color: rgb(0 0 0 / 0.55);
}
.border-b-transparent\/60{
  border-bottom-color: rgb(0 0 0 / 0.6);
}
.border-b-transparent\/65{
  border-bottom-color: rgb(0 0 0 / 0.65);
}
.border-b-transparent\/70{
  border-bottom-color: rgb(0 0 0 / 0.7);
}
.border-b-transparent\/75{
  border-bottom-color: rgb(0 0 0 / 0.75);
}
.border-b-transparent\/80{
  border-bottom-color: rgb(0 0 0 / 0.8);
}
.border-b-transparent\/85{
  border-bottom-color: rgb(0 0 0 / 0.85);
}
.border-b-transparent\/90{
  border-bottom-color: rgb(0 0 0 / 0.9);
}
.border-b-transparent\/95{
  border-bottom-color: rgb(0 0 0 / 0.95);
}
.border-b-white{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-b-white\/0{
  border-bottom-color: rgb(255 255 255 / 0);
}
.border-b-white\/10{
  border-bottom-color: rgb(255 255 255 / 0.1);
}
.border-b-white\/100{
  border-bottom-color: rgb(255 255 255 / 1);
}
.border-b-white\/15{
  border-bottom-color: rgb(255 255 255 / 0.15);
}
.border-b-white\/20{
  border-bottom-color: rgb(255 255 255 / 0.2);
}
.border-b-white\/25{
  border-bottom-color: rgb(255 255 255 / 0.25);
}
.border-b-white\/30{
  border-bottom-color: rgb(255 255 255 / 0.3);
}
.border-b-white\/35{
  border-bottom-color: rgb(255 255 255 / 0.35);
}
.border-b-white\/40{
  border-bottom-color: rgb(255 255 255 / 0.4);
}
.border-b-white\/45{
  border-bottom-color: rgb(255 255 255 / 0.45);
}
.border-b-white\/5{
  border-bottom-color: rgb(255 255 255 / 0.05);
}
.border-b-white\/50{
  border-bottom-color: rgb(255 255 255 / 0.5);
}
.border-b-white\/55{
  border-bottom-color: rgb(255 255 255 / 0.55);
}
.border-b-white\/60{
  border-bottom-color: rgb(255 255 255 / 0.6);
}
.border-b-white\/65{
  border-bottom-color: rgb(255 255 255 / 0.65);
}
.border-b-white\/70{
  border-bottom-color: rgb(255 255 255 / 0.7);
}
.border-b-white\/75{
  border-bottom-color: rgb(255 255 255 / 0.75);
}
.border-b-white\/80{
  border-bottom-color: rgb(255 255 255 / 0.8);
}
.border-b-white\/85{
  border-bottom-color: rgb(255 255 255 / 0.85);
}
.border-b-white\/90{
  border-bottom-color: rgb(255 255 255 / 0.9);
}
.border-b-white\/95{
  border-bottom-color: rgb(255 255 255 / 0.95);
}
.border-b-yellow{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 198 88 / var(--tw-border-opacity, 1));
}
.border-b-yellow\/0{
  border-bottom-color: rgb(255 198 88 / 0);
}
.border-b-yellow\/10{
  border-bottom-color: rgb(255 198 88 / 0.1);
}
.border-b-yellow\/100{
  border-bottom-color: rgb(255 198 88 / 1);
}
.border-b-yellow\/15{
  border-bottom-color: rgb(255 198 88 / 0.15);
}
.border-b-yellow\/20{
  border-bottom-color: rgb(255 198 88 / 0.2);
}
.border-b-yellow\/25{
  border-bottom-color: rgb(255 198 88 / 0.25);
}
.border-b-yellow\/30{
  border-bottom-color: rgb(255 198 88 / 0.3);
}
.border-b-yellow\/35{
  border-bottom-color: rgb(255 198 88 / 0.35);
}
.border-b-yellow\/40{
  border-bottom-color: rgb(255 198 88 / 0.4);
}
.border-b-yellow\/45{
  border-bottom-color: rgb(255 198 88 / 0.45);
}
.border-b-yellow\/5{
  border-bottom-color: rgb(255 198 88 / 0.05);
}
.border-b-yellow\/50{
  border-bottom-color: rgb(255 198 88 / 0.5);
}
.border-b-yellow\/55{
  border-bottom-color: rgb(255 198 88 / 0.55);
}
.border-b-yellow\/60{
  border-bottom-color: rgb(255 198 88 / 0.6);
}
.border-b-yellow\/65{
  border-bottom-color: rgb(255 198 88 / 0.65);
}
.border-b-yellow\/70{
  border-bottom-color: rgb(255 198 88 / 0.7);
}
.border-b-yellow\/75{
  border-bottom-color: rgb(255 198 88 / 0.75);
}
.border-b-yellow\/80{
  border-bottom-color: rgb(255 198 88 / 0.8);
}
.border-b-yellow\/85{
  border-bottom-color: rgb(255 198 88 / 0.85);
}
.border-b-yellow\/90{
  border-bottom-color: rgb(255 198 88 / 0.9);
}
.border-b-yellow\/95{
  border-bottom-color: rgb(255 198 88 / 0.95);
}
.border-e-black{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.border-e-black\/0{
  border-inline-end-color: rgb(0 0 0 / 0);
}
.border-e-black\/10{
  border-inline-end-color: rgb(0 0 0 / 0.1);
}
.border-e-black\/100{
  border-inline-end-color: rgb(0 0 0 / 1);
}
.border-e-black\/15{
  border-inline-end-color: rgb(0 0 0 / 0.15);
}
.border-e-black\/20{
  border-inline-end-color: rgb(0 0 0 / 0.2);
}
.border-e-black\/25{
  border-inline-end-color: rgb(0 0 0 / 0.25);
}
.border-e-black\/30{
  border-inline-end-color: rgb(0 0 0 / 0.3);
}
.border-e-black\/35{
  border-inline-end-color: rgb(0 0 0 / 0.35);
}
.border-e-black\/40{
  border-inline-end-color: rgb(0 0 0 / 0.4);
}
.border-e-black\/45{
  border-inline-end-color: rgb(0 0 0 / 0.45);
}
.border-e-black\/5{
  border-inline-end-color: rgb(0 0 0 / 0.05);
}
.border-e-black\/50{
  border-inline-end-color: rgb(0 0 0 / 0.5);
}
.border-e-black\/55{
  border-inline-end-color: rgb(0 0 0 / 0.55);
}
.border-e-black\/60{
  border-inline-end-color: rgb(0 0 0 / 0.6);
}
.border-e-black\/65{
  border-inline-end-color: rgb(0 0 0 / 0.65);
}
.border-e-black\/70{
  border-inline-end-color: rgb(0 0 0 / 0.7);
}
.border-e-black\/75{
  border-inline-end-color: rgb(0 0 0 / 0.75);
}
.border-e-black\/80{
  border-inline-end-color: rgb(0 0 0 / 0.8);
}
.border-e-black\/85{
  border-inline-end-color: rgb(0 0 0 / 0.85);
}
.border-e-black\/90{
  border-inline-end-color: rgb(0 0 0 / 0.9);
}
.border-e-black\/95{
  border-inline-end-color: rgb(0 0 0 / 0.95);
}
.border-e-blue{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(0 71 187 / var(--tw-border-opacity, 1));
}
.border-e-blue\/0{
  border-inline-end-color: rgb(0 71 187 / 0);
}
.border-e-blue\/10{
  border-inline-end-color: rgb(0 71 187 / 0.1);
}
.border-e-blue\/100{
  border-inline-end-color: rgb(0 71 187 / 1);
}
.border-e-blue\/15{
  border-inline-end-color: rgb(0 71 187 / 0.15);
}
.border-e-blue\/20{
  border-inline-end-color: rgb(0 71 187 / 0.2);
}
.border-e-blue\/25{
  border-inline-end-color: rgb(0 71 187 / 0.25);
}
.border-e-blue\/30{
  border-inline-end-color: rgb(0 71 187 / 0.3);
}
.border-e-blue\/35{
  border-inline-end-color: rgb(0 71 187 / 0.35);
}
.border-e-blue\/40{
  border-inline-end-color: rgb(0 71 187 / 0.4);
}
.border-e-blue\/45{
  border-inline-end-color: rgb(0 71 187 / 0.45);
}
.border-e-blue\/5{
  border-inline-end-color: rgb(0 71 187 / 0.05);
}
.border-e-blue\/50{
  border-inline-end-color: rgb(0 71 187 / 0.5);
}
.border-e-blue\/55{
  border-inline-end-color: rgb(0 71 187 / 0.55);
}
.border-e-blue\/60{
  border-inline-end-color: rgb(0 71 187 / 0.6);
}
.border-e-blue\/65{
  border-inline-end-color: rgb(0 71 187 / 0.65);
}
.border-e-blue\/70{
  border-inline-end-color: rgb(0 71 187 / 0.7);
}
.border-e-blue\/75{
  border-inline-end-color: rgb(0 71 187 / 0.75);
}
.border-e-blue\/80{
  border-inline-end-color: rgb(0 71 187 / 0.8);
}
.border-e-blue\/85{
  border-inline-end-color: rgb(0 71 187 / 0.85);
}
.border-e-blue\/90{
  border-inline-end-color: rgb(0 71 187 / 0.9);
}
.border-e-blue\/95{
  border-inline-end-color: rgb(0 71 187 / 0.95);
}
.border-e-current{
  border-inline-end-color: currentColor;
}
.border-e-dark-pink{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(132 11 85 / var(--tw-border-opacity, 1));
}
.border-e-dark-pink\/0{
  border-inline-end-color: rgb(132 11 85 / 0);
}
.border-e-dark-pink\/10{
  border-inline-end-color: rgb(132 11 85 / 0.1);
}
.border-e-dark-pink\/100{
  border-inline-end-color: rgb(132 11 85 / 1);
}
.border-e-dark-pink\/15{
  border-inline-end-color: rgb(132 11 85 / 0.15);
}
.border-e-dark-pink\/20{
  border-inline-end-color: rgb(132 11 85 / 0.2);
}
.border-e-dark-pink\/25{
  border-inline-end-color: rgb(132 11 85 / 0.25);
}
.border-e-dark-pink\/30{
  border-inline-end-color: rgb(132 11 85 / 0.3);
}
.border-e-dark-pink\/35{
  border-inline-end-color: rgb(132 11 85 / 0.35);
}
.border-e-dark-pink\/40{
  border-inline-end-color: rgb(132 11 85 / 0.4);
}
.border-e-dark-pink\/45{
  border-inline-end-color: rgb(132 11 85 / 0.45);
}
.border-e-dark-pink\/5{
  border-inline-end-color: rgb(132 11 85 / 0.05);
}
.border-e-dark-pink\/50{
  border-inline-end-color: rgb(132 11 85 / 0.5);
}
.border-e-dark-pink\/55{
  border-inline-end-color: rgb(132 11 85 / 0.55);
}
.border-e-dark-pink\/60{
  border-inline-end-color: rgb(132 11 85 / 0.6);
}
.border-e-dark-pink\/65{
  border-inline-end-color: rgb(132 11 85 / 0.65);
}
.border-e-dark-pink\/70{
  border-inline-end-color: rgb(132 11 85 / 0.7);
}
.border-e-dark-pink\/75{
  border-inline-end-color: rgb(132 11 85 / 0.75);
}
.border-e-dark-pink\/80{
  border-inline-end-color: rgb(132 11 85 / 0.8);
}
.border-e-dark-pink\/85{
  border-inline-end-color: rgb(132 11 85 / 0.85);
}
.border-e-dark-pink\/90{
  border-inline-end-color: rgb(132 11 85 / 0.9);
}
.border-e-dark-pink\/95{
  border-inline-end-color: rgb(132 11 85 / 0.95);
}
.border-e-gray{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(215 217 224 / var(--tw-border-opacity, 1));
}
.border-e-gray\/0{
  border-inline-end-color: rgb(215 217 224 / 0);
}
.border-e-gray\/10{
  border-inline-end-color: rgb(215 217 224 / 0.1);
}
.border-e-gray\/100{
  border-inline-end-color: rgb(215 217 224 / 1);
}
.border-e-gray\/15{
  border-inline-end-color: rgb(215 217 224 / 0.15);
}
.border-e-gray\/20{
  border-inline-end-color: rgb(215 217 224 / 0.2);
}
.border-e-gray\/25{
  border-inline-end-color: rgb(215 217 224 / 0.25);
}
.border-e-gray\/30{
  border-inline-end-color: rgb(215 217 224 / 0.3);
}
.border-e-gray\/35{
  border-inline-end-color: rgb(215 217 224 / 0.35);
}
.border-e-gray\/40{
  border-inline-end-color: rgb(215 217 224 / 0.4);
}
.border-e-gray\/45{
  border-inline-end-color: rgb(215 217 224 / 0.45);
}
.border-e-gray\/5{
  border-inline-end-color: rgb(215 217 224 / 0.05);
}
.border-e-gray\/50{
  border-inline-end-color: rgb(215 217 224 / 0.5);
}
.border-e-gray\/55{
  border-inline-end-color: rgb(215 217 224 / 0.55);
}
.border-e-gray\/60{
  border-inline-end-color: rgb(215 217 224 / 0.6);
}
.border-e-gray\/65{
  border-inline-end-color: rgb(215 217 224 / 0.65);
}
.border-e-gray\/70{
  border-inline-end-color: rgb(215 217 224 / 0.7);
}
.border-e-gray\/75{
  border-inline-end-color: rgb(215 217 224 / 0.75);
}
.border-e-gray\/80{
  border-inline-end-color: rgb(215 217 224 / 0.8);
}
.border-e-gray\/85{
  border-inline-end-color: rgb(215 217 224 / 0.85);
}
.border-e-gray\/90{
  border-inline-end-color: rgb(215 217 224 / 0.9);
}
.border-e-gray\/95{
  border-inline-end-color: rgb(215 217 224 / 0.95);
}
.border-e-green{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(21 71 52 / var(--tw-border-opacity, 1));
}
.border-e-green\/0{
  border-inline-end-color: rgb(21 71 52 / 0);
}
.border-e-green\/10{
  border-inline-end-color: rgb(21 71 52 / 0.1);
}
.border-e-green\/100{
  border-inline-end-color: rgb(21 71 52 / 1);
}
.border-e-green\/15{
  border-inline-end-color: rgb(21 71 52 / 0.15);
}
.border-e-green\/20{
  border-inline-end-color: rgb(21 71 52 / 0.2);
}
.border-e-green\/25{
  border-inline-end-color: rgb(21 71 52 / 0.25);
}
.border-e-green\/30{
  border-inline-end-color: rgb(21 71 52 / 0.3);
}
.border-e-green\/35{
  border-inline-end-color: rgb(21 71 52 / 0.35);
}
.border-e-green\/40{
  border-inline-end-color: rgb(21 71 52 / 0.4);
}
.border-e-green\/45{
  border-inline-end-color: rgb(21 71 52 / 0.45);
}
.border-e-green\/5{
  border-inline-end-color: rgb(21 71 52 / 0.05);
}
.border-e-green\/50{
  border-inline-end-color: rgb(21 71 52 / 0.5);
}
.border-e-green\/55{
  border-inline-end-color: rgb(21 71 52 / 0.55);
}
.border-e-green\/60{
  border-inline-end-color: rgb(21 71 52 / 0.6);
}
.border-e-green\/65{
  border-inline-end-color: rgb(21 71 52 / 0.65);
}
.border-e-green\/70{
  border-inline-end-color: rgb(21 71 52 / 0.7);
}
.border-e-green\/75{
  border-inline-end-color: rgb(21 71 52 / 0.75);
}
.border-e-green\/80{
  border-inline-end-color: rgb(21 71 52 / 0.8);
}
.border-e-green\/85{
  border-inline-end-color: rgb(21 71 52 / 0.85);
}
.border-e-green\/90{
  border-inline-end-color: rgb(21 71 52 / 0.9);
}
.border-e-green\/95{
  border-inline-end-color: rgb(21 71 52 / 0.95);
}
.border-e-orange{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(255 92 57 / var(--tw-border-opacity, 1));
}
.border-e-orange\/0{
  border-inline-end-color: rgb(255 92 57 / 0);
}
.border-e-orange\/10{
  border-inline-end-color: rgb(255 92 57 / 0.1);
}
.border-e-orange\/100{
  border-inline-end-color: rgb(255 92 57 / 1);
}
.border-e-orange\/15{
  border-inline-end-color: rgb(255 92 57 / 0.15);
}
.border-e-orange\/20{
  border-inline-end-color: rgb(255 92 57 / 0.2);
}
.border-e-orange\/25{
  border-inline-end-color: rgb(255 92 57 / 0.25);
}
.border-e-orange\/30{
  border-inline-end-color: rgb(255 92 57 / 0.3);
}
.border-e-orange\/35{
  border-inline-end-color: rgb(255 92 57 / 0.35);
}
.border-e-orange\/40{
  border-inline-end-color: rgb(255 92 57 / 0.4);
}
.border-e-orange\/45{
  border-inline-end-color: rgb(255 92 57 / 0.45);
}
.border-e-orange\/5{
  border-inline-end-color: rgb(255 92 57 / 0.05);
}
.border-e-orange\/50{
  border-inline-end-color: rgb(255 92 57 / 0.5);
}
.border-e-orange\/55{
  border-inline-end-color: rgb(255 92 57 / 0.55);
}
.border-e-orange\/60{
  border-inline-end-color: rgb(255 92 57 / 0.6);
}
.border-e-orange\/65{
  border-inline-end-color: rgb(255 92 57 / 0.65);
}
.border-e-orange\/70{
  border-inline-end-color: rgb(255 92 57 / 0.7);
}
.border-e-orange\/75{
  border-inline-end-color: rgb(255 92 57 / 0.75);
}
.border-e-orange\/80{
  border-inline-end-color: rgb(255 92 57 / 0.8);
}
.border-e-orange\/85{
  border-inline-end-color: rgb(255 92 57 / 0.85);
}
.border-e-orange\/90{
  border-inline-end-color: rgb(255 92 57 / 0.9);
}
.border-e-orange\/95{
  border-inline-end-color: rgb(255 92 57 / 0.95);
}
.border-e-pink{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(249 159 201 / var(--tw-border-opacity, 1));
}
.border-e-pink\/0{
  border-inline-end-color: rgb(249 159 201 / 0);
}
.border-e-pink\/10{
  border-inline-end-color: rgb(249 159 201 / 0.1);
}
.border-e-pink\/100{
  border-inline-end-color: rgb(249 159 201 / 1);
}
.border-e-pink\/15{
  border-inline-end-color: rgb(249 159 201 / 0.15);
}
.border-e-pink\/20{
  border-inline-end-color: rgb(249 159 201 / 0.2);
}
.border-e-pink\/25{
  border-inline-end-color: rgb(249 159 201 / 0.25);
}
.border-e-pink\/30{
  border-inline-end-color: rgb(249 159 201 / 0.3);
}
.border-e-pink\/35{
  border-inline-end-color: rgb(249 159 201 / 0.35);
}
.border-e-pink\/40{
  border-inline-end-color: rgb(249 159 201 / 0.4);
}
.border-e-pink\/45{
  border-inline-end-color: rgb(249 159 201 / 0.45);
}
.border-e-pink\/5{
  border-inline-end-color: rgb(249 159 201 / 0.05);
}
.border-e-pink\/50{
  border-inline-end-color: rgb(249 159 201 / 0.5);
}
.border-e-pink\/55{
  border-inline-end-color: rgb(249 159 201 / 0.55);
}
.border-e-pink\/60{
  border-inline-end-color: rgb(249 159 201 / 0.6);
}
.border-e-pink\/65{
  border-inline-end-color: rgb(249 159 201 / 0.65);
}
.border-e-pink\/70{
  border-inline-end-color: rgb(249 159 201 / 0.7);
}
.border-e-pink\/75{
  border-inline-end-color: rgb(249 159 201 / 0.75);
}
.border-e-pink\/80{
  border-inline-end-color: rgb(249 159 201 / 0.8);
}
.border-e-pink\/85{
  border-inline-end-color: rgb(249 159 201 / 0.85);
}
.border-e-pink\/90{
  border-inline-end-color: rgb(249 159 201 / 0.9);
}
.border-e-pink\/95{
  border-inline-end-color: rgb(249 159 201 / 0.95);
}
.border-e-theme{
  --tw-border-opacity: 1;
  border-inline-end-color: rgba(var(--color-theme), var(--tw-border-opacity, 1));
}
.border-e-theme\/0{
  border-inline-end-color: rgba(var(--color-theme), 0);
}
.border-e-theme\/10{
  border-inline-end-color: rgba(var(--color-theme), 0.1);
}
.border-e-theme\/100{
  border-inline-end-color: rgba(var(--color-theme), 1);
}
.border-e-theme\/15{
  border-inline-end-color: rgba(var(--color-theme), 0.15);
}
.border-e-theme\/20{
  border-inline-end-color: rgba(var(--color-theme), 0.2);
}
.border-e-theme\/25{
  border-inline-end-color: rgba(var(--color-theme), 0.25);
}
.border-e-theme\/30{
  border-inline-end-color: rgba(var(--color-theme), 0.3);
}
.border-e-theme\/35{
  border-inline-end-color: rgba(var(--color-theme), 0.35);
}
.border-e-theme\/40{
  border-inline-end-color: rgba(var(--color-theme), 0.4);
}
.border-e-theme\/45{
  border-inline-end-color: rgba(var(--color-theme), 0.45);
}
.border-e-theme\/5{
  border-inline-end-color: rgba(var(--color-theme), 0.05);
}
.border-e-theme\/50{
  border-inline-end-color: rgba(var(--color-theme), 0.5);
}
.border-e-theme\/55{
  border-inline-end-color: rgba(var(--color-theme), 0.55);
}
.border-e-theme\/60{
  border-inline-end-color: rgba(var(--color-theme), 0.6);
}
.border-e-theme\/65{
  border-inline-end-color: rgba(var(--color-theme), 0.65);
}
.border-e-theme\/70{
  border-inline-end-color: rgba(var(--color-theme), 0.7);
}
.border-e-theme\/75{
  border-inline-end-color: rgba(var(--color-theme), 0.75);
}
.border-e-theme\/80{
  border-inline-end-color: rgba(var(--color-theme), 0.8);
}
.border-e-theme\/85{
  border-inline-end-color: rgba(var(--color-theme), 0.85);
}
.border-e-theme\/90{
  border-inline-end-color: rgba(var(--color-theme), 0.9);
}
.border-e-theme\/95{
  border-inline-end-color: rgba(var(--color-theme), 0.95);
}
.border-e-transparent{
  border-inline-end-color: transparent;
}
.border-e-transparent\/0{
  border-inline-end-color: rgb(0 0 0 / 0);
}
.border-e-transparent\/10{
  border-inline-end-color: rgb(0 0 0 / 0.1);
}
.border-e-transparent\/100{
  border-inline-end-color: rgb(0 0 0 / 1);
}
.border-e-transparent\/15{
  border-inline-end-color: rgb(0 0 0 / 0.15);
}
.border-e-transparent\/20{
  border-inline-end-color: rgb(0 0 0 / 0.2);
}
.border-e-transparent\/25{
  border-inline-end-color: rgb(0 0 0 / 0.25);
}
.border-e-transparent\/30{
  border-inline-end-color: rgb(0 0 0 / 0.3);
}
.border-e-transparent\/35{
  border-inline-end-color: rgb(0 0 0 / 0.35);
}
.border-e-transparent\/40{
  border-inline-end-color: rgb(0 0 0 / 0.4);
}
.border-e-transparent\/45{
  border-inline-end-color: rgb(0 0 0 / 0.45);
}
.border-e-transparent\/5{
  border-inline-end-color: rgb(0 0 0 / 0.05);
}
.border-e-transparent\/50{
  border-inline-end-color: rgb(0 0 0 / 0.5);
}
.border-e-transparent\/55{
  border-inline-end-color: rgb(0 0 0 / 0.55);
}
.border-e-transparent\/60{
  border-inline-end-color: rgb(0 0 0 / 0.6);
}
.border-e-transparent\/65{
  border-inline-end-color: rgb(0 0 0 / 0.65);
}
.border-e-transparent\/70{
  border-inline-end-color: rgb(0 0 0 / 0.7);
}
.border-e-transparent\/75{
  border-inline-end-color: rgb(0 0 0 / 0.75);
}
.border-e-transparent\/80{
  border-inline-end-color: rgb(0 0 0 / 0.8);
}
.border-e-transparent\/85{
  border-inline-end-color: rgb(0 0 0 / 0.85);
}
.border-e-transparent\/90{
  border-inline-end-color: rgb(0 0 0 / 0.9);
}
.border-e-transparent\/95{
  border-inline-end-color: rgb(0 0 0 / 0.95);
}
.border-e-white{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-e-white\/0{
  border-inline-end-color: rgb(255 255 255 / 0);
}
.border-e-white\/10{
  border-inline-end-color: rgb(255 255 255 / 0.1);
}
.border-e-white\/100{
  border-inline-end-color: rgb(255 255 255 / 1);
}
.border-e-white\/15{
  border-inline-end-color: rgb(255 255 255 / 0.15);
}
.border-e-white\/20{
  border-inline-end-color: rgb(255 255 255 / 0.2);
}
.border-e-white\/25{
  border-inline-end-color: rgb(255 255 255 / 0.25);
}
.border-e-white\/30{
  border-inline-end-color: rgb(255 255 255 / 0.3);
}
.border-e-white\/35{
  border-inline-end-color: rgb(255 255 255 / 0.35);
}
.border-e-white\/40{
  border-inline-end-color: rgb(255 255 255 / 0.4);
}
.border-e-white\/45{
  border-inline-end-color: rgb(255 255 255 / 0.45);
}
.border-e-white\/5{
  border-inline-end-color: rgb(255 255 255 / 0.05);
}
.border-e-white\/50{
  border-inline-end-color: rgb(255 255 255 / 0.5);
}
.border-e-white\/55{
  border-inline-end-color: rgb(255 255 255 / 0.55);
}
.border-e-white\/60{
  border-inline-end-color: rgb(255 255 255 / 0.6);
}
.border-e-white\/65{
  border-inline-end-color: rgb(255 255 255 / 0.65);
}
.border-e-white\/70{
  border-inline-end-color: rgb(255 255 255 / 0.7);
}
.border-e-white\/75{
  border-inline-end-color: rgb(255 255 255 / 0.75);
}
.border-e-white\/80{
  border-inline-end-color: rgb(255 255 255 / 0.8);
}
.border-e-white\/85{
  border-inline-end-color: rgb(255 255 255 / 0.85);
}
.border-e-white\/90{
  border-inline-end-color: rgb(255 255 255 / 0.9);
}
.border-e-white\/95{
  border-inline-end-color: rgb(255 255 255 / 0.95);
}
.border-e-yellow{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(255 198 88 / var(--tw-border-opacity, 1));
}
.border-e-yellow\/0{
  border-inline-end-color: rgb(255 198 88 / 0);
}
.border-e-yellow\/10{
  border-inline-end-color: rgb(255 198 88 / 0.1);
}
.border-e-yellow\/100{
  border-inline-end-color: rgb(255 198 88 / 1);
}
.border-e-yellow\/15{
  border-inline-end-color: rgb(255 198 88 / 0.15);
}
.border-e-yellow\/20{
  border-inline-end-color: rgb(255 198 88 / 0.2);
}
.border-e-yellow\/25{
  border-inline-end-color: rgb(255 198 88 / 0.25);
}
.border-e-yellow\/30{
  border-inline-end-color: rgb(255 198 88 / 0.3);
}
.border-e-yellow\/35{
  border-inline-end-color: rgb(255 198 88 / 0.35);
}
.border-e-yellow\/40{
  border-inline-end-color: rgb(255 198 88 / 0.4);
}
.border-e-yellow\/45{
  border-inline-end-color: rgb(255 198 88 / 0.45);
}
.border-e-yellow\/5{
  border-inline-end-color: rgb(255 198 88 / 0.05);
}
.border-e-yellow\/50{
  border-inline-end-color: rgb(255 198 88 / 0.5);
}
.border-e-yellow\/55{
  border-inline-end-color: rgb(255 198 88 / 0.55);
}
.border-e-yellow\/60{
  border-inline-end-color: rgb(255 198 88 / 0.6);
}
.border-e-yellow\/65{
  border-inline-end-color: rgb(255 198 88 / 0.65);
}
.border-e-yellow\/70{
  border-inline-end-color: rgb(255 198 88 / 0.7);
}
.border-e-yellow\/75{
  border-inline-end-color: rgb(255 198 88 / 0.75);
}
.border-e-yellow\/80{
  border-inline-end-color: rgb(255 198 88 / 0.8);
}
.border-e-yellow\/85{
  border-inline-end-color: rgb(255 198 88 / 0.85);
}
.border-e-yellow\/90{
  border-inline-end-color: rgb(255 198 88 / 0.9);
}
.border-e-yellow\/95{
  border-inline-end-color: rgb(255 198 88 / 0.95);
}
.border-l-black{
  --tw-border-opacity: 1;
  border-left-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.border-l-black\/0{
  border-left-color: rgb(0 0 0 / 0);
}
.border-l-black\/10{
  border-left-color: rgb(0 0 0 / 0.1);
}
.border-l-black\/100{
  border-left-color: rgb(0 0 0 / 1);
}
.border-l-black\/15{
  border-left-color: rgb(0 0 0 / 0.15);
}
.border-l-black\/20{
  border-left-color: rgb(0 0 0 / 0.2);
}
.border-l-black\/25{
  border-left-color: rgb(0 0 0 / 0.25);
}
.border-l-black\/30{
  border-left-color: rgb(0 0 0 / 0.3);
}
.border-l-black\/35{
  border-left-color: rgb(0 0 0 / 0.35);
}
.border-l-black\/40{
  border-left-color: rgb(0 0 0 / 0.4);
}
.border-l-black\/45{
  border-left-color: rgb(0 0 0 / 0.45);
}
.border-l-black\/5{
  border-left-color: rgb(0 0 0 / 0.05);
}
.border-l-black\/50{
  border-left-color: rgb(0 0 0 / 0.5);
}
.border-l-black\/55{
  border-left-color: rgb(0 0 0 / 0.55);
}
.border-l-black\/60{
  border-left-color: rgb(0 0 0 / 0.6);
}
.border-l-black\/65{
  border-left-color: rgb(0 0 0 / 0.65);
}
.border-l-black\/70{
  border-left-color: rgb(0 0 0 / 0.7);
}
.border-l-black\/75{
  border-left-color: rgb(0 0 0 / 0.75);
}
.border-l-black\/80{
  border-left-color: rgb(0 0 0 / 0.8);
}
.border-l-black\/85{
  border-left-color: rgb(0 0 0 / 0.85);
}
.border-l-black\/90{
  border-left-color: rgb(0 0 0 / 0.9);
}
.border-l-black\/95{
  border-left-color: rgb(0 0 0 / 0.95);
}
.border-l-blue{
  --tw-border-opacity: 1;
  border-left-color: rgb(0 71 187 / var(--tw-border-opacity, 1));
}
.border-l-blue\/0{
  border-left-color: rgb(0 71 187 / 0);
}
.border-l-blue\/10{
  border-left-color: rgb(0 71 187 / 0.1);
}
.border-l-blue\/100{
  border-left-color: rgb(0 71 187 / 1);
}
.border-l-blue\/15{
  border-left-color: rgb(0 71 187 / 0.15);
}
.border-l-blue\/20{
  border-left-color: rgb(0 71 187 / 0.2);
}
.border-l-blue\/25{
  border-left-color: rgb(0 71 187 / 0.25);
}
.border-l-blue\/30{
  border-left-color: rgb(0 71 187 / 0.3);
}
.border-l-blue\/35{
  border-left-color: rgb(0 71 187 / 0.35);
}
.border-l-blue\/40{
  border-left-color: rgb(0 71 187 / 0.4);
}
.border-l-blue\/45{
  border-left-color: rgb(0 71 187 / 0.45);
}
.border-l-blue\/5{
  border-left-color: rgb(0 71 187 / 0.05);
}
.border-l-blue\/50{
  border-left-color: rgb(0 71 187 / 0.5);
}
.border-l-blue\/55{
  border-left-color: rgb(0 71 187 / 0.55);
}
.border-l-blue\/60{
  border-left-color: rgb(0 71 187 / 0.6);
}
.border-l-blue\/65{
  border-left-color: rgb(0 71 187 / 0.65);
}
.border-l-blue\/70{
  border-left-color: rgb(0 71 187 / 0.7);
}
.border-l-blue\/75{
  border-left-color: rgb(0 71 187 / 0.75);
}
.border-l-blue\/80{
  border-left-color: rgb(0 71 187 / 0.8);
}
.border-l-blue\/85{
  border-left-color: rgb(0 71 187 / 0.85);
}
.border-l-blue\/90{
  border-left-color: rgb(0 71 187 / 0.9);
}
.border-l-blue\/95{
  border-left-color: rgb(0 71 187 / 0.95);
}
.border-l-current{
  border-left-color: currentColor;
}
.border-l-dark-pink{
  --tw-border-opacity: 1;
  border-left-color: rgb(132 11 85 / var(--tw-border-opacity, 1));
}
.border-l-dark-pink\/0{
  border-left-color: rgb(132 11 85 / 0);
}
.border-l-dark-pink\/10{
  border-left-color: rgb(132 11 85 / 0.1);
}
.border-l-dark-pink\/100{
  border-left-color: rgb(132 11 85 / 1);
}
.border-l-dark-pink\/15{
  border-left-color: rgb(132 11 85 / 0.15);
}
.border-l-dark-pink\/20{
  border-left-color: rgb(132 11 85 / 0.2);
}
.border-l-dark-pink\/25{
  border-left-color: rgb(132 11 85 / 0.25);
}
.border-l-dark-pink\/30{
  border-left-color: rgb(132 11 85 / 0.3);
}
.border-l-dark-pink\/35{
  border-left-color: rgb(132 11 85 / 0.35);
}
.border-l-dark-pink\/40{
  border-left-color: rgb(132 11 85 / 0.4);
}
.border-l-dark-pink\/45{
  border-left-color: rgb(132 11 85 / 0.45);
}
.border-l-dark-pink\/5{
  border-left-color: rgb(132 11 85 / 0.05);
}
.border-l-dark-pink\/50{
  border-left-color: rgb(132 11 85 / 0.5);
}
.border-l-dark-pink\/55{
  border-left-color: rgb(132 11 85 / 0.55);
}
.border-l-dark-pink\/60{
  border-left-color: rgb(132 11 85 / 0.6);
}
.border-l-dark-pink\/65{
  border-left-color: rgb(132 11 85 / 0.65);
}
.border-l-dark-pink\/70{
  border-left-color: rgb(132 11 85 / 0.7);
}
.border-l-dark-pink\/75{
  border-left-color: rgb(132 11 85 / 0.75);
}
.border-l-dark-pink\/80{
  border-left-color: rgb(132 11 85 / 0.8);
}
.border-l-dark-pink\/85{
  border-left-color: rgb(132 11 85 / 0.85);
}
.border-l-dark-pink\/90{
  border-left-color: rgb(132 11 85 / 0.9);
}
.border-l-dark-pink\/95{
  border-left-color: rgb(132 11 85 / 0.95);
}
.border-l-gray{
  --tw-border-opacity: 1;
  border-left-color: rgb(215 217 224 / var(--tw-border-opacity, 1));
}
.border-l-gray\/0{
  border-left-color: rgb(215 217 224 / 0);
}
.border-l-gray\/10{
  border-left-color: rgb(215 217 224 / 0.1);
}
.border-l-gray\/100{
  border-left-color: rgb(215 217 224 / 1);
}
.border-l-gray\/15{
  border-left-color: rgb(215 217 224 / 0.15);
}
.border-l-gray\/20{
  border-left-color: rgb(215 217 224 / 0.2);
}
.border-l-gray\/25{
  border-left-color: rgb(215 217 224 / 0.25);
}
.border-l-gray\/30{
  border-left-color: rgb(215 217 224 / 0.3);
}
.border-l-gray\/35{
  border-left-color: rgb(215 217 224 / 0.35);
}
.border-l-gray\/40{
  border-left-color: rgb(215 217 224 / 0.4);
}
.border-l-gray\/45{
  border-left-color: rgb(215 217 224 / 0.45);
}
.border-l-gray\/5{
  border-left-color: rgb(215 217 224 / 0.05);
}
.border-l-gray\/50{
  border-left-color: rgb(215 217 224 / 0.5);
}
.border-l-gray\/55{
  border-left-color: rgb(215 217 224 / 0.55);
}
.border-l-gray\/60{
  border-left-color: rgb(215 217 224 / 0.6);
}
.border-l-gray\/65{
  border-left-color: rgb(215 217 224 / 0.65);
}
.border-l-gray\/70{
  border-left-color: rgb(215 217 224 / 0.7);
}
.border-l-gray\/75{
  border-left-color: rgb(215 217 224 / 0.75);
}
.border-l-gray\/80{
  border-left-color: rgb(215 217 224 / 0.8);
}
.border-l-gray\/85{
  border-left-color: rgb(215 217 224 / 0.85);
}
.border-l-gray\/90{
  border-left-color: rgb(215 217 224 / 0.9);
}
.border-l-gray\/95{
  border-left-color: rgb(215 217 224 / 0.95);
}
.border-l-green{
  --tw-border-opacity: 1;
  border-left-color: rgb(21 71 52 / var(--tw-border-opacity, 1));
}
.border-l-green\/0{
  border-left-color: rgb(21 71 52 / 0);
}
.border-l-green\/10{
  border-left-color: rgb(21 71 52 / 0.1);
}
.border-l-green\/100{
  border-left-color: rgb(21 71 52 / 1);
}
.border-l-green\/15{
  border-left-color: rgb(21 71 52 / 0.15);
}
.border-l-green\/20{
  border-left-color: rgb(21 71 52 / 0.2);
}
.border-l-green\/25{
  border-left-color: rgb(21 71 52 / 0.25);
}
.border-l-green\/30{
  border-left-color: rgb(21 71 52 / 0.3);
}
.border-l-green\/35{
  border-left-color: rgb(21 71 52 / 0.35);
}
.border-l-green\/40{
  border-left-color: rgb(21 71 52 / 0.4);
}
.border-l-green\/45{
  border-left-color: rgb(21 71 52 / 0.45);
}
.border-l-green\/5{
  border-left-color: rgb(21 71 52 / 0.05);
}
.border-l-green\/50{
  border-left-color: rgb(21 71 52 / 0.5);
}
.border-l-green\/55{
  border-left-color: rgb(21 71 52 / 0.55);
}
.border-l-green\/60{
  border-left-color: rgb(21 71 52 / 0.6);
}
.border-l-green\/65{
  border-left-color: rgb(21 71 52 / 0.65);
}
.border-l-green\/70{
  border-left-color: rgb(21 71 52 / 0.7);
}
.border-l-green\/75{
  border-left-color: rgb(21 71 52 / 0.75);
}
.border-l-green\/80{
  border-left-color: rgb(21 71 52 / 0.8);
}
.border-l-green\/85{
  border-left-color: rgb(21 71 52 / 0.85);
}
.border-l-green\/90{
  border-left-color: rgb(21 71 52 / 0.9);
}
.border-l-green\/95{
  border-left-color: rgb(21 71 52 / 0.95);
}
.border-l-orange{
  --tw-border-opacity: 1;
  border-left-color: rgb(255 92 57 / var(--tw-border-opacity, 1));
}
.border-l-orange\/0{
  border-left-color: rgb(255 92 57 / 0);
}
.border-l-orange\/10{
  border-left-color: rgb(255 92 57 / 0.1);
}
.border-l-orange\/100{
  border-left-color: rgb(255 92 57 / 1);
}
.border-l-orange\/15{
  border-left-color: rgb(255 92 57 / 0.15);
}
.border-l-orange\/20{
  border-left-color: rgb(255 92 57 / 0.2);
}
.border-l-orange\/25{
  border-left-color: rgb(255 92 57 / 0.25);
}
.border-l-orange\/30{
  border-left-color: rgb(255 92 57 / 0.3);
}
.border-l-orange\/35{
  border-left-color: rgb(255 92 57 / 0.35);
}
.border-l-orange\/40{
  border-left-color: rgb(255 92 57 / 0.4);
}
.border-l-orange\/45{
  border-left-color: rgb(255 92 57 / 0.45);
}
.border-l-orange\/5{
  border-left-color: rgb(255 92 57 / 0.05);
}
.border-l-orange\/50{
  border-left-color: rgb(255 92 57 / 0.5);
}
.border-l-orange\/55{
  border-left-color: rgb(255 92 57 / 0.55);
}
.border-l-orange\/60{
  border-left-color: rgb(255 92 57 / 0.6);
}
.border-l-orange\/65{
  border-left-color: rgb(255 92 57 / 0.65);
}
.border-l-orange\/70{
  border-left-color: rgb(255 92 57 / 0.7);
}
.border-l-orange\/75{
  border-left-color: rgb(255 92 57 / 0.75);
}
.border-l-orange\/80{
  border-left-color: rgb(255 92 57 / 0.8);
}
.border-l-orange\/85{
  border-left-color: rgb(255 92 57 / 0.85);
}
.border-l-orange\/90{
  border-left-color: rgb(255 92 57 / 0.9);
}
.border-l-orange\/95{
  border-left-color: rgb(255 92 57 / 0.95);
}
.border-l-pink{
  --tw-border-opacity: 1;
  border-left-color: rgb(249 159 201 / var(--tw-border-opacity, 1));
}
.border-l-pink\/0{
  border-left-color: rgb(249 159 201 / 0);
}
.border-l-pink\/10{
  border-left-color: rgb(249 159 201 / 0.1);
}
.border-l-pink\/100{
  border-left-color: rgb(249 159 201 / 1);
}
.border-l-pink\/15{
  border-left-color: rgb(249 159 201 / 0.15);
}
.border-l-pink\/20{
  border-left-color: rgb(249 159 201 / 0.2);
}
.border-l-pink\/25{
  border-left-color: rgb(249 159 201 / 0.25);
}
.border-l-pink\/30{
  border-left-color: rgb(249 159 201 / 0.3);
}
.border-l-pink\/35{
  border-left-color: rgb(249 159 201 / 0.35);
}
.border-l-pink\/40{
  border-left-color: rgb(249 159 201 / 0.4);
}
.border-l-pink\/45{
  border-left-color: rgb(249 159 201 / 0.45);
}
.border-l-pink\/5{
  border-left-color: rgb(249 159 201 / 0.05);
}
.border-l-pink\/50{
  border-left-color: rgb(249 159 201 / 0.5);
}
.border-l-pink\/55{
  border-left-color: rgb(249 159 201 / 0.55);
}
.border-l-pink\/60{
  border-left-color: rgb(249 159 201 / 0.6);
}
.border-l-pink\/65{
  border-left-color: rgb(249 159 201 / 0.65);
}
.border-l-pink\/70{
  border-left-color: rgb(249 159 201 / 0.7);
}
.border-l-pink\/75{
  border-left-color: rgb(249 159 201 / 0.75);
}
.border-l-pink\/80{
  border-left-color: rgb(249 159 201 / 0.8);
}
.border-l-pink\/85{
  border-left-color: rgb(249 159 201 / 0.85);
}
.border-l-pink\/90{
  border-left-color: rgb(249 159 201 / 0.9);
}
.border-l-pink\/95{
  border-left-color: rgb(249 159 201 / 0.95);
}
.border-l-theme{
  --tw-border-opacity: 1;
  border-left-color: rgba(var(--color-theme), var(--tw-border-opacity, 1));
}
.border-l-theme\/0{
  border-left-color: rgba(var(--color-theme), 0);
}
.border-l-theme\/10{
  border-left-color: rgba(var(--color-theme), 0.1);
}
.border-l-theme\/100{
  border-left-color: rgba(var(--color-theme), 1);
}
.border-l-theme\/15{
  border-left-color: rgba(var(--color-theme), 0.15);
}
.border-l-theme\/20{
  border-left-color: rgba(var(--color-theme), 0.2);
}
.border-l-theme\/25{
  border-left-color: rgba(var(--color-theme), 0.25);
}
.border-l-theme\/30{
  border-left-color: rgba(var(--color-theme), 0.3);
}
.border-l-theme\/35{
  border-left-color: rgba(var(--color-theme), 0.35);
}
.border-l-theme\/40{
  border-left-color: rgba(var(--color-theme), 0.4);
}
.border-l-theme\/45{
  border-left-color: rgba(var(--color-theme), 0.45);
}
.border-l-theme\/5{
  border-left-color: rgba(var(--color-theme), 0.05);
}
.border-l-theme\/50{
  border-left-color: rgba(var(--color-theme), 0.5);
}
.border-l-theme\/55{
  border-left-color: rgba(var(--color-theme), 0.55);
}
.border-l-theme\/60{
  border-left-color: rgba(var(--color-theme), 0.6);
}
.border-l-theme\/65{
  border-left-color: rgba(var(--color-theme), 0.65);
}
.border-l-theme\/70{
  border-left-color: rgba(var(--color-theme), 0.7);
}
.border-l-theme\/75{
  border-left-color: rgba(var(--color-theme), 0.75);
}
.border-l-theme\/80{
  border-left-color: rgba(var(--color-theme), 0.8);
}
.border-l-theme\/85{
  border-left-color: rgba(var(--color-theme), 0.85);
}
.border-l-theme\/90{
  border-left-color: rgba(var(--color-theme), 0.9);
}
.border-l-theme\/95{
  border-left-color: rgba(var(--color-theme), 0.95);
}
.border-l-transparent{
  border-left-color: transparent;
}
.border-l-transparent\/0{
  border-left-color: rgb(0 0 0 / 0);
}
.border-l-transparent\/10{
  border-left-color: rgb(0 0 0 / 0.1);
}
.border-l-transparent\/100{
  border-left-color: rgb(0 0 0 / 1);
}
.border-l-transparent\/15{
  border-left-color: rgb(0 0 0 / 0.15);
}
.border-l-transparent\/20{
  border-left-color: rgb(0 0 0 / 0.2);
}
.border-l-transparent\/25{
  border-left-color: rgb(0 0 0 / 0.25);
}
.border-l-transparent\/30{
  border-left-color: rgb(0 0 0 / 0.3);
}
.border-l-transparent\/35{
  border-left-color: rgb(0 0 0 / 0.35);
}
.border-l-transparent\/40{
  border-left-color: rgb(0 0 0 / 0.4);
}
.border-l-transparent\/45{
  border-left-color: rgb(0 0 0 / 0.45);
}
.border-l-transparent\/5{
  border-left-color: rgb(0 0 0 / 0.05);
}
.border-l-transparent\/50{
  border-left-color: rgb(0 0 0 / 0.5);
}
.border-l-transparent\/55{
  border-left-color: rgb(0 0 0 / 0.55);
}
.border-l-transparent\/60{
  border-left-color: rgb(0 0 0 / 0.6);
}
.border-l-transparent\/65{
  border-left-color: rgb(0 0 0 / 0.65);
}
.border-l-transparent\/70{
  border-left-color: rgb(0 0 0 / 0.7);
}
.border-l-transparent\/75{
  border-left-color: rgb(0 0 0 / 0.75);
}
.border-l-transparent\/80{
  border-left-color: rgb(0 0 0 / 0.8);
}
.border-l-transparent\/85{
  border-left-color: rgb(0 0 0 / 0.85);
}
.border-l-transparent\/90{
  border-left-color: rgb(0 0 0 / 0.9);
}
.border-l-transparent\/95{
  border-left-color: rgb(0 0 0 / 0.95);
}
.border-l-white{
  --tw-border-opacity: 1;
  border-left-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-l-white\/0{
  border-left-color: rgb(255 255 255 / 0);
}
.border-l-white\/10{
  border-left-color: rgb(255 255 255 / 0.1);
}
.border-l-white\/100{
  border-left-color: rgb(255 255 255 / 1);
}
.border-l-white\/15{
  border-left-color: rgb(255 255 255 / 0.15);
}
.border-l-white\/20{
  border-left-color: rgb(255 255 255 / 0.2);
}
.border-l-white\/25{
  border-left-color: rgb(255 255 255 / 0.25);
}
.border-l-white\/30{
  border-left-color: rgb(255 255 255 / 0.3);
}
.border-l-white\/35{
  border-left-color: rgb(255 255 255 / 0.35);
}
.border-l-white\/40{
  border-left-color: rgb(255 255 255 / 0.4);
}
.border-l-white\/45{
  border-left-color: rgb(255 255 255 / 0.45);
}
.border-l-white\/5{
  border-left-color: rgb(255 255 255 / 0.05);
}
.border-l-white\/50{
  border-left-color: rgb(255 255 255 / 0.5);
}
.border-l-white\/55{
  border-left-color: rgb(255 255 255 / 0.55);
}
.border-l-white\/60{
  border-left-color: rgb(255 255 255 / 0.6);
}
.border-l-white\/65{
  border-left-color: rgb(255 255 255 / 0.65);
}
.border-l-white\/70{
  border-left-color: rgb(255 255 255 / 0.7);
}
.border-l-white\/75{
  border-left-color: rgb(255 255 255 / 0.75);
}
.border-l-white\/80{
  border-left-color: rgb(255 255 255 / 0.8);
}
.border-l-white\/85{
  border-left-color: rgb(255 255 255 / 0.85);
}
.border-l-white\/90{
  border-left-color: rgb(255 255 255 / 0.9);
}
.border-l-white\/95{
  border-left-color: rgb(255 255 255 / 0.95);
}
.border-l-yellow{
  --tw-border-opacity: 1;
  border-left-color: rgb(255 198 88 / var(--tw-border-opacity, 1));
}
.border-l-yellow\/0{
  border-left-color: rgb(255 198 88 / 0);
}
.border-l-yellow\/10{
  border-left-color: rgb(255 198 88 / 0.1);
}
.border-l-yellow\/100{
  border-left-color: rgb(255 198 88 / 1);
}
.border-l-yellow\/15{
  border-left-color: rgb(255 198 88 / 0.15);
}
.border-l-yellow\/20{
  border-left-color: rgb(255 198 88 / 0.2);
}
.border-l-yellow\/25{
  border-left-color: rgb(255 198 88 / 0.25);
}
.border-l-yellow\/30{
  border-left-color: rgb(255 198 88 / 0.3);
}
.border-l-yellow\/35{
  border-left-color: rgb(255 198 88 / 0.35);
}
.border-l-yellow\/40{
  border-left-color: rgb(255 198 88 / 0.4);
}
.border-l-yellow\/45{
  border-left-color: rgb(255 198 88 / 0.45);
}
.border-l-yellow\/5{
  border-left-color: rgb(255 198 88 / 0.05);
}
.border-l-yellow\/50{
  border-left-color: rgb(255 198 88 / 0.5);
}
.border-l-yellow\/55{
  border-left-color: rgb(255 198 88 / 0.55);
}
.border-l-yellow\/60{
  border-left-color: rgb(255 198 88 / 0.6);
}
.border-l-yellow\/65{
  border-left-color: rgb(255 198 88 / 0.65);
}
.border-l-yellow\/70{
  border-left-color: rgb(255 198 88 / 0.7);
}
.border-l-yellow\/75{
  border-left-color: rgb(255 198 88 / 0.75);
}
.border-l-yellow\/80{
  border-left-color: rgb(255 198 88 / 0.8);
}
.border-l-yellow\/85{
  border-left-color: rgb(255 198 88 / 0.85);
}
.border-l-yellow\/90{
  border-left-color: rgb(255 198 88 / 0.9);
}
.border-l-yellow\/95{
  border-left-color: rgb(255 198 88 / 0.95);
}
.border-r-black{
  --tw-border-opacity: 1;
  border-right-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.border-r-black\/0{
  border-right-color: rgb(0 0 0 / 0);
}
.border-r-black\/10{
  border-right-color: rgb(0 0 0 / 0.1);
}
.border-r-black\/100{
  border-right-color: rgb(0 0 0 / 1);
}
.border-r-black\/15{
  border-right-color: rgb(0 0 0 / 0.15);
}
.border-r-black\/20{
  border-right-color: rgb(0 0 0 / 0.2);
}
.border-r-black\/25{
  border-right-color: rgb(0 0 0 / 0.25);
}
.border-r-black\/30{
  border-right-color: rgb(0 0 0 / 0.3);
}
.border-r-black\/35{
  border-right-color: rgb(0 0 0 / 0.35);
}
.border-r-black\/40{
  border-right-color: rgb(0 0 0 / 0.4);
}
.border-r-black\/45{
  border-right-color: rgb(0 0 0 / 0.45);
}
.border-r-black\/5{
  border-right-color: rgb(0 0 0 / 0.05);
}
.border-r-black\/50{
  border-right-color: rgb(0 0 0 / 0.5);
}
.border-r-black\/55{
  border-right-color: rgb(0 0 0 / 0.55);
}
.border-r-black\/60{
  border-right-color: rgb(0 0 0 / 0.6);
}
.border-r-black\/65{
  border-right-color: rgb(0 0 0 / 0.65);
}
.border-r-black\/70{
  border-right-color: rgb(0 0 0 / 0.7);
}
.border-r-black\/75{
  border-right-color: rgb(0 0 0 / 0.75);
}
.border-r-black\/80{
  border-right-color: rgb(0 0 0 / 0.8);
}
.border-r-black\/85{
  border-right-color: rgb(0 0 0 / 0.85);
}
.border-r-black\/90{
  border-right-color: rgb(0 0 0 / 0.9);
}
.border-r-black\/95{
  border-right-color: rgb(0 0 0 / 0.95);
}
.border-r-blue{
  --tw-border-opacity: 1;
  border-right-color: rgb(0 71 187 / var(--tw-border-opacity, 1));
}
.border-r-blue\/0{
  border-right-color: rgb(0 71 187 / 0);
}
.border-r-blue\/10{
  border-right-color: rgb(0 71 187 / 0.1);
}
.border-r-blue\/100{
  border-right-color: rgb(0 71 187 / 1);
}
.border-r-blue\/15{
  border-right-color: rgb(0 71 187 / 0.15);
}
.border-r-blue\/20{
  border-right-color: rgb(0 71 187 / 0.2);
}
.border-r-blue\/25{
  border-right-color: rgb(0 71 187 / 0.25);
}
.border-r-blue\/30{
  border-right-color: rgb(0 71 187 / 0.3);
}
.border-r-blue\/35{
  border-right-color: rgb(0 71 187 / 0.35);
}
.border-r-blue\/40{
  border-right-color: rgb(0 71 187 / 0.4);
}
.border-r-blue\/45{
  border-right-color: rgb(0 71 187 / 0.45);
}
.border-r-blue\/5{
  border-right-color: rgb(0 71 187 / 0.05);
}
.border-r-blue\/50{
  border-right-color: rgb(0 71 187 / 0.5);
}
.border-r-blue\/55{
  border-right-color: rgb(0 71 187 / 0.55);
}
.border-r-blue\/60{
  border-right-color: rgb(0 71 187 / 0.6);
}
.border-r-blue\/65{
  border-right-color: rgb(0 71 187 / 0.65);
}
.border-r-blue\/70{
  border-right-color: rgb(0 71 187 / 0.7);
}
.border-r-blue\/75{
  border-right-color: rgb(0 71 187 / 0.75);
}
.border-r-blue\/80{
  border-right-color: rgb(0 71 187 / 0.8);
}
.border-r-blue\/85{
  border-right-color: rgb(0 71 187 / 0.85);
}
.border-r-blue\/90{
  border-right-color: rgb(0 71 187 / 0.9);
}
.border-r-blue\/95{
  border-right-color: rgb(0 71 187 / 0.95);
}
.border-r-current{
  border-right-color: currentColor;
}
.border-r-dark-pink{
  --tw-border-opacity: 1;
  border-right-color: rgb(132 11 85 / var(--tw-border-opacity, 1));
}
.border-r-dark-pink\/0{
  border-right-color: rgb(132 11 85 / 0);
}
.border-r-dark-pink\/10{
  border-right-color: rgb(132 11 85 / 0.1);
}
.border-r-dark-pink\/100{
  border-right-color: rgb(132 11 85 / 1);
}
.border-r-dark-pink\/15{
  border-right-color: rgb(132 11 85 / 0.15);
}
.border-r-dark-pink\/20{
  border-right-color: rgb(132 11 85 / 0.2);
}
.border-r-dark-pink\/25{
  border-right-color: rgb(132 11 85 / 0.25);
}
.border-r-dark-pink\/30{
  border-right-color: rgb(132 11 85 / 0.3);
}
.border-r-dark-pink\/35{
  border-right-color: rgb(132 11 85 / 0.35);
}
.border-r-dark-pink\/40{
  border-right-color: rgb(132 11 85 / 0.4);
}
.border-r-dark-pink\/45{
  border-right-color: rgb(132 11 85 / 0.45);
}
.border-r-dark-pink\/5{
  border-right-color: rgb(132 11 85 / 0.05);
}
.border-r-dark-pink\/50{
  border-right-color: rgb(132 11 85 / 0.5);
}
.border-r-dark-pink\/55{
  border-right-color: rgb(132 11 85 / 0.55);
}
.border-r-dark-pink\/60{
  border-right-color: rgb(132 11 85 / 0.6);
}
.border-r-dark-pink\/65{
  border-right-color: rgb(132 11 85 / 0.65);
}
.border-r-dark-pink\/70{
  border-right-color: rgb(132 11 85 / 0.7);
}
.border-r-dark-pink\/75{
  border-right-color: rgb(132 11 85 / 0.75);
}
.border-r-dark-pink\/80{
  border-right-color: rgb(132 11 85 / 0.8);
}
.border-r-dark-pink\/85{
  border-right-color: rgb(132 11 85 / 0.85);
}
.border-r-dark-pink\/90{
  border-right-color: rgb(132 11 85 / 0.9);
}
.border-r-dark-pink\/95{
  border-right-color: rgb(132 11 85 / 0.95);
}
.border-r-gray{
  --tw-border-opacity: 1;
  border-right-color: rgb(215 217 224 / var(--tw-border-opacity, 1));
}
.border-r-gray\/0{
  border-right-color: rgb(215 217 224 / 0);
}
.border-r-gray\/10{
  border-right-color: rgb(215 217 224 / 0.1);
}
.border-r-gray\/100{
  border-right-color: rgb(215 217 224 / 1);
}
.border-r-gray\/15{
  border-right-color: rgb(215 217 224 / 0.15);
}
.border-r-gray\/20{
  border-right-color: rgb(215 217 224 / 0.2);
}
.border-r-gray\/25{
  border-right-color: rgb(215 217 224 / 0.25);
}
.border-r-gray\/30{
  border-right-color: rgb(215 217 224 / 0.3);
}
.border-r-gray\/35{
  border-right-color: rgb(215 217 224 / 0.35);
}
.border-r-gray\/40{
  border-right-color: rgb(215 217 224 / 0.4);
}
.border-r-gray\/45{
  border-right-color: rgb(215 217 224 / 0.45);
}
.border-r-gray\/5{
  border-right-color: rgb(215 217 224 / 0.05);
}
.border-r-gray\/50{
  border-right-color: rgb(215 217 224 / 0.5);
}
.border-r-gray\/55{
  border-right-color: rgb(215 217 224 / 0.55);
}
.border-r-gray\/60{
  border-right-color: rgb(215 217 224 / 0.6);
}
.border-r-gray\/65{
  border-right-color: rgb(215 217 224 / 0.65);
}
.border-r-gray\/70{
  border-right-color: rgb(215 217 224 / 0.7);
}
.border-r-gray\/75{
  border-right-color: rgb(215 217 224 / 0.75);
}
.border-r-gray\/80{
  border-right-color: rgb(215 217 224 / 0.8);
}
.border-r-gray\/85{
  border-right-color: rgb(215 217 224 / 0.85);
}
.border-r-gray\/90{
  border-right-color: rgb(215 217 224 / 0.9);
}
.border-r-gray\/95{
  border-right-color: rgb(215 217 224 / 0.95);
}
.border-r-green{
  --tw-border-opacity: 1;
  border-right-color: rgb(21 71 52 / var(--tw-border-opacity, 1));
}
.border-r-green\/0{
  border-right-color: rgb(21 71 52 / 0);
}
.border-r-green\/10{
  border-right-color: rgb(21 71 52 / 0.1);
}
.border-r-green\/100{
  border-right-color: rgb(21 71 52 / 1);
}
.border-r-green\/15{
  border-right-color: rgb(21 71 52 / 0.15);
}
.border-r-green\/20{
  border-right-color: rgb(21 71 52 / 0.2);
}
.border-r-green\/25{
  border-right-color: rgb(21 71 52 / 0.25);
}
.border-r-green\/30{
  border-right-color: rgb(21 71 52 / 0.3);
}
.border-r-green\/35{
  border-right-color: rgb(21 71 52 / 0.35);
}
.border-r-green\/40{
  border-right-color: rgb(21 71 52 / 0.4);
}
.border-r-green\/45{
  border-right-color: rgb(21 71 52 / 0.45);
}
.border-r-green\/5{
  border-right-color: rgb(21 71 52 / 0.05);
}
.border-r-green\/50{
  border-right-color: rgb(21 71 52 / 0.5);
}
.border-r-green\/55{
  border-right-color: rgb(21 71 52 / 0.55);
}
.border-r-green\/60{
  border-right-color: rgb(21 71 52 / 0.6);
}
.border-r-green\/65{
  border-right-color: rgb(21 71 52 / 0.65);
}
.border-r-green\/70{
  border-right-color: rgb(21 71 52 / 0.7);
}
.border-r-green\/75{
  border-right-color: rgb(21 71 52 / 0.75);
}
.border-r-green\/80{
  border-right-color: rgb(21 71 52 / 0.8);
}
.border-r-green\/85{
  border-right-color: rgb(21 71 52 / 0.85);
}
.border-r-green\/90{
  border-right-color: rgb(21 71 52 / 0.9);
}
.border-r-green\/95{
  border-right-color: rgb(21 71 52 / 0.95);
}
.border-r-orange{
  --tw-border-opacity: 1;
  border-right-color: rgb(255 92 57 / var(--tw-border-opacity, 1));
}
.border-r-orange\/0{
  border-right-color: rgb(255 92 57 / 0);
}
.border-r-orange\/10{
  border-right-color: rgb(255 92 57 / 0.1);
}
.border-r-orange\/100{
  border-right-color: rgb(255 92 57 / 1);
}
.border-r-orange\/15{
  border-right-color: rgb(255 92 57 / 0.15);
}
.border-r-orange\/20{
  border-right-color: rgb(255 92 57 / 0.2);
}
.border-r-orange\/25{
  border-right-color: rgb(255 92 57 / 0.25);
}
.border-r-orange\/30{
  border-right-color: rgb(255 92 57 / 0.3);
}
.border-r-orange\/35{
  border-right-color: rgb(255 92 57 / 0.35);
}
.border-r-orange\/40{
  border-right-color: rgb(255 92 57 / 0.4);
}
.border-r-orange\/45{
  border-right-color: rgb(255 92 57 / 0.45);
}
.border-r-orange\/5{
  border-right-color: rgb(255 92 57 / 0.05);
}
.border-r-orange\/50{
  border-right-color: rgb(255 92 57 / 0.5);
}
.border-r-orange\/55{
  border-right-color: rgb(255 92 57 / 0.55);
}
.border-r-orange\/60{
  border-right-color: rgb(255 92 57 / 0.6);
}
.border-r-orange\/65{
  border-right-color: rgb(255 92 57 / 0.65);
}
.border-r-orange\/70{
  border-right-color: rgb(255 92 57 / 0.7);
}
.border-r-orange\/75{
  border-right-color: rgb(255 92 57 / 0.75);
}
.border-r-orange\/80{
  border-right-color: rgb(255 92 57 / 0.8);
}
.border-r-orange\/85{
  border-right-color: rgb(255 92 57 / 0.85);
}
.border-r-orange\/90{
  border-right-color: rgb(255 92 57 / 0.9);
}
.border-r-orange\/95{
  border-right-color: rgb(255 92 57 / 0.95);
}
.border-r-pink{
  --tw-border-opacity: 1;
  border-right-color: rgb(249 159 201 / var(--tw-border-opacity, 1));
}
.border-r-pink\/0{
  border-right-color: rgb(249 159 201 / 0);
}
.border-r-pink\/10{
  border-right-color: rgb(249 159 201 / 0.1);
}
.border-r-pink\/100{
  border-right-color: rgb(249 159 201 / 1);
}
.border-r-pink\/15{
  border-right-color: rgb(249 159 201 / 0.15);
}
.border-r-pink\/20{
  border-right-color: rgb(249 159 201 / 0.2);
}
.border-r-pink\/25{
  border-right-color: rgb(249 159 201 / 0.25);
}
.border-r-pink\/30{
  border-right-color: rgb(249 159 201 / 0.3);
}
.border-r-pink\/35{
  border-right-color: rgb(249 159 201 / 0.35);
}
.border-r-pink\/40{
  border-right-color: rgb(249 159 201 / 0.4);
}
.border-r-pink\/45{
  border-right-color: rgb(249 159 201 / 0.45);
}
.border-r-pink\/5{
  border-right-color: rgb(249 159 201 / 0.05);
}
.border-r-pink\/50{
  border-right-color: rgb(249 159 201 / 0.5);
}
.border-r-pink\/55{
  border-right-color: rgb(249 159 201 / 0.55);
}
.border-r-pink\/60{
  border-right-color: rgb(249 159 201 / 0.6);
}
.border-r-pink\/65{
  border-right-color: rgb(249 159 201 / 0.65);
}
.border-r-pink\/70{
  border-right-color: rgb(249 159 201 / 0.7);
}
.border-r-pink\/75{
  border-right-color: rgb(249 159 201 / 0.75);
}
.border-r-pink\/80{
  border-right-color: rgb(249 159 201 / 0.8);
}
.border-r-pink\/85{
  border-right-color: rgb(249 159 201 / 0.85);
}
.border-r-pink\/90{
  border-right-color: rgb(249 159 201 / 0.9);
}
.border-r-pink\/95{
  border-right-color: rgb(249 159 201 / 0.95);
}
.border-r-theme{
  --tw-border-opacity: 1;
  border-right-color: rgba(var(--color-theme), var(--tw-border-opacity, 1));
}
.border-r-theme\/0{
  border-right-color: rgba(var(--color-theme), 0);
}
.border-r-theme\/10{
  border-right-color: rgba(var(--color-theme), 0.1);
}
.border-r-theme\/100{
  border-right-color: rgba(var(--color-theme), 1);
}
.border-r-theme\/15{
  border-right-color: rgba(var(--color-theme), 0.15);
}
.border-r-theme\/20{
  border-right-color: rgba(var(--color-theme), 0.2);
}
.border-r-theme\/25{
  border-right-color: rgba(var(--color-theme), 0.25);
}
.border-r-theme\/30{
  border-right-color: rgba(var(--color-theme), 0.3);
}
.border-r-theme\/35{
  border-right-color: rgba(var(--color-theme), 0.35);
}
.border-r-theme\/40{
  border-right-color: rgba(var(--color-theme), 0.4);
}
.border-r-theme\/45{
  border-right-color: rgba(var(--color-theme), 0.45);
}
.border-r-theme\/5{
  border-right-color: rgba(var(--color-theme), 0.05);
}
.border-r-theme\/50{
  border-right-color: rgba(var(--color-theme), 0.5);
}
.border-r-theme\/55{
  border-right-color: rgba(var(--color-theme), 0.55);
}
.border-r-theme\/60{
  border-right-color: rgba(var(--color-theme), 0.6);
}
.border-r-theme\/65{
  border-right-color: rgba(var(--color-theme), 0.65);
}
.border-r-theme\/70{
  border-right-color: rgba(var(--color-theme), 0.7);
}
.border-r-theme\/75{
  border-right-color: rgba(var(--color-theme), 0.75);
}
.border-r-theme\/80{
  border-right-color: rgba(var(--color-theme), 0.8);
}
.border-r-theme\/85{
  border-right-color: rgba(var(--color-theme), 0.85);
}
.border-r-theme\/90{
  border-right-color: rgba(var(--color-theme), 0.9);
}
.border-r-theme\/95{
  border-right-color: rgba(var(--color-theme), 0.95);
}
.border-r-transparent{
  border-right-color: transparent;
}
.border-r-transparent\/0{
  border-right-color: rgb(0 0 0 / 0);
}
.border-r-transparent\/10{
  border-right-color: rgb(0 0 0 / 0.1);
}
.border-r-transparent\/100{
  border-right-color: rgb(0 0 0 / 1);
}
.border-r-transparent\/15{
  border-right-color: rgb(0 0 0 / 0.15);
}
.border-r-transparent\/20{
  border-right-color: rgb(0 0 0 / 0.2);
}
.border-r-transparent\/25{
  border-right-color: rgb(0 0 0 / 0.25);
}
.border-r-transparent\/30{
  border-right-color: rgb(0 0 0 / 0.3);
}
.border-r-transparent\/35{
  border-right-color: rgb(0 0 0 / 0.35);
}
.border-r-transparent\/40{
  border-right-color: rgb(0 0 0 / 0.4);
}
.border-r-transparent\/45{
  border-right-color: rgb(0 0 0 / 0.45);
}
.border-r-transparent\/5{
  border-right-color: rgb(0 0 0 / 0.05);
}
.border-r-transparent\/50{
  border-right-color: rgb(0 0 0 / 0.5);
}
.border-r-transparent\/55{
  border-right-color: rgb(0 0 0 / 0.55);
}
.border-r-transparent\/60{
  border-right-color: rgb(0 0 0 / 0.6);
}
.border-r-transparent\/65{
  border-right-color: rgb(0 0 0 / 0.65);
}
.border-r-transparent\/70{
  border-right-color: rgb(0 0 0 / 0.7);
}
.border-r-transparent\/75{
  border-right-color: rgb(0 0 0 / 0.75);
}
.border-r-transparent\/80{
  border-right-color: rgb(0 0 0 / 0.8);
}
.border-r-transparent\/85{
  border-right-color: rgb(0 0 0 / 0.85);
}
.border-r-transparent\/90{
  border-right-color: rgb(0 0 0 / 0.9);
}
.border-r-transparent\/95{
  border-right-color: rgb(0 0 0 / 0.95);
}
.border-r-white{
  --tw-border-opacity: 1;
  border-right-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-r-white\/0{
  border-right-color: rgb(255 255 255 / 0);
}
.border-r-white\/10{
  border-right-color: rgb(255 255 255 / 0.1);
}
.border-r-white\/100{
  border-right-color: rgb(255 255 255 / 1);
}
.border-r-white\/15{
  border-right-color: rgb(255 255 255 / 0.15);
}
.border-r-white\/20{
  border-right-color: rgb(255 255 255 / 0.2);
}
.border-r-white\/25{
  border-right-color: rgb(255 255 255 / 0.25);
}
.border-r-white\/30{
  border-right-color: rgb(255 255 255 / 0.3);
}
.border-r-white\/35{
  border-right-color: rgb(255 255 255 / 0.35);
}
.border-r-white\/40{
  border-right-color: rgb(255 255 255 / 0.4);
}
.border-r-white\/45{
  border-right-color: rgb(255 255 255 / 0.45);
}
.border-r-white\/5{
  border-right-color: rgb(255 255 255 / 0.05);
}
.border-r-white\/50{
  border-right-color: rgb(255 255 255 / 0.5);
}
.border-r-white\/55{
  border-right-color: rgb(255 255 255 / 0.55);
}
.border-r-white\/60{
  border-right-color: rgb(255 255 255 / 0.6);
}
.border-r-white\/65{
  border-right-color: rgb(255 255 255 / 0.65);
}
.border-r-white\/70{
  border-right-color: rgb(255 255 255 / 0.7);
}
.border-r-white\/75{
  border-right-color: rgb(255 255 255 / 0.75);
}
.border-r-white\/80{
  border-right-color: rgb(255 255 255 / 0.8);
}
.border-r-white\/85{
  border-right-color: rgb(255 255 255 / 0.85);
}
.border-r-white\/90{
  border-right-color: rgb(255 255 255 / 0.9);
}
.border-r-white\/95{
  border-right-color: rgb(255 255 255 / 0.95);
}
.border-r-yellow{
  --tw-border-opacity: 1;
  border-right-color: rgb(255 198 88 / var(--tw-border-opacity, 1));
}
.border-r-yellow\/0{
  border-right-color: rgb(255 198 88 / 0);
}
.border-r-yellow\/10{
  border-right-color: rgb(255 198 88 / 0.1);
}
.border-r-yellow\/100{
  border-right-color: rgb(255 198 88 / 1);
}
.border-r-yellow\/15{
  border-right-color: rgb(255 198 88 / 0.15);
}
.border-r-yellow\/20{
  border-right-color: rgb(255 198 88 / 0.2);
}
.border-r-yellow\/25{
  border-right-color: rgb(255 198 88 / 0.25);
}
.border-r-yellow\/30{
  border-right-color: rgb(255 198 88 / 0.3);
}
.border-r-yellow\/35{
  border-right-color: rgb(255 198 88 / 0.35);
}
.border-r-yellow\/40{
  border-right-color: rgb(255 198 88 / 0.4);
}
.border-r-yellow\/45{
  border-right-color: rgb(255 198 88 / 0.45);
}
.border-r-yellow\/5{
  border-right-color: rgb(255 198 88 / 0.05);
}
.border-r-yellow\/50{
  border-right-color: rgb(255 198 88 / 0.5);
}
.border-r-yellow\/55{
  border-right-color: rgb(255 198 88 / 0.55);
}
.border-r-yellow\/60{
  border-right-color: rgb(255 198 88 / 0.6);
}
.border-r-yellow\/65{
  border-right-color: rgb(255 198 88 / 0.65);
}
.border-r-yellow\/70{
  border-right-color: rgb(255 198 88 / 0.7);
}
.border-r-yellow\/75{
  border-right-color: rgb(255 198 88 / 0.75);
}
.border-r-yellow\/80{
  border-right-color: rgb(255 198 88 / 0.8);
}
.border-r-yellow\/85{
  border-right-color: rgb(255 198 88 / 0.85);
}
.border-r-yellow\/90{
  border-right-color: rgb(255 198 88 / 0.9);
}
.border-r-yellow\/95{
  border-right-color: rgb(255 198 88 / 0.95);
}
.border-s-black{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.border-s-black\/0{
  border-inline-start-color: rgb(0 0 0 / 0);
}
.border-s-black\/10{
  border-inline-start-color: rgb(0 0 0 / 0.1);
}
.border-s-black\/100{
  border-inline-start-color: rgb(0 0 0 / 1);
}
.border-s-black\/15{
  border-inline-start-color: rgb(0 0 0 / 0.15);
}
.border-s-black\/20{
  border-inline-start-color: rgb(0 0 0 / 0.2);
}
.border-s-black\/25{
  border-inline-start-color: rgb(0 0 0 / 0.25);
}
.border-s-black\/30{
  border-inline-start-color: rgb(0 0 0 / 0.3);
}
.border-s-black\/35{
  border-inline-start-color: rgb(0 0 0 / 0.35);
}
.border-s-black\/40{
  border-inline-start-color: rgb(0 0 0 / 0.4);
}
.border-s-black\/45{
  border-inline-start-color: rgb(0 0 0 / 0.45);
}
.border-s-black\/5{
  border-inline-start-color: rgb(0 0 0 / 0.05);
}
.border-s-black\/50{
  border-inline-start-color: rgb(0 0 0 / 0.5);
}
.border-s-black\/55{
  border-inline-start-color: rgb(0 0 0 / 0.55);
}
.border-s-black\/60{
  border-inline-start-color: rgb(0 0 0 / 0.6);
}
.border-s-black\/65{
  border-inline-start-color: rgb(0 0 0 / 0.65);
}
.border-s-black\/70{
  border-inline-start-color: rgb(0 0 0 / 0.7);
}
.border-s-black\/75{
  border-inline-start-color: rgb(0 0 0 / 0.75);
}
.border-s-black\/80{
  border-inline-start-color: rgb(0 0 0 / 0.8);
}
.border-s-black\/85{
  border-inline-start-color: rgb(0 0 0 / 0.85);
}
.border-s-black\/90{
  border-inline-start-color: rgb(0 0 0 / 0.9);
}
.border-s-black\/95{
  border-inline-start-color: rgb(0 0 0 / 0.95);
}
.border-s-blue{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(0 71 187 / var(--tw-border-opacity, 1));
}
.border-s-blue\/0{
  border-inline-start-color: rgb(0 71 187 / 0);
}
.border-s-blue\/10{
  border-inline-start-color: rgb(0 71 187 / 0.1);
}
.border-s-blue\/100{
  border-inline-start-color: rgb(0 71 187 / 1);
}
.border-s-blue\/15{
  border-inline-start-color: rgb(0 71 187 / 0.15);
}
.border-s-blue\/20{
  border-inline-start-color: rgb(0 71 187 / 0.2);
}
.border-s-blue\/25{
  border-inline-start-color: rgb(0 71 187 / 0.25);
}
.border-s-blue\/30{
  border-inline-start-color: rgb(0 71 187 / 0.3);
}
.border-s-blue\/35{
  border-inline-start-color: rgb(0 71 187 / 0.35);
}
.border-s-blue\/40{
  border-inline-start-color: rgb(0 71 187 / 0.4);
}
.border-s-blue\/45{
  border-inline-start-color: rgb(0 71 187 / 0.45);
}
.border-s-blue\/5{
  border-inline-start-color: rgb(0 71 187 / 0.05);
}
.border-s-blue\/50{
  border-inline-start-color: rgb(0 71 187 / 0.5);
}
.border-s-blue\/55{
  border-inline-start-color: rgb(0 71 187 / 0.55);
}
.border-s-blue\/60{
  border-inline-start-color: rgb(0 71 187 / 0.6);
}
.border-s-blue\/65{
  border-inline-start-color: rgb(0 71 187 / 0.65);
}
.border-s-blue\/70{
  border-inline-start-color: rgb(0 71 187 / 0.7);
}
.border-s-blue\/75{
  border-inline-start-color: rgb(0 71 187 / 0.75);
}
.border-s-blue\/80{
  border-inline-start-color: rgb(0 71 187 / 0.8);
}
.border-s-blue\/85{
  border-inline-start-color: rgb(0 71 187 / 0.85);
}
.border-s-blue\/90{
  border-inline-start-color: rgb(0 71 187 / 0.9);
}
.border-s-blue\/95{
  border-inline-start-color: rgb(0 71 187 / 0.95);
}
.border-s-current{
  border-inline-start-color: currentColor;
}
.border-s-dark-pink{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(132 11 85 / var(--tw-border-opacity, 1));
}
.border-s-dark-pink\/0{
  border-inline-start-color: rgb(132 11 85 / 0);
}
.border-s-dark-pink\/10{
  border-inline-start-color: rgb(132 11 85 / 0.1);
}
.border-s-dark-pink\/100{
  border-inline-start-color: rgb(132 11 85 / 1);
}
.border-s-dark-pink\/15{
  border-inline-start-color: rgb(132 11 85 / 0.15);
}
.border-s-dark-pink\/20{
  border-inline-start-color: rgb(132 11 85 / 0.2);
}
.border-s-dark-pink\/25{
  border-inline-start-color: rgb(132 11 85 / 0.25);
}
.border-s-dark-pink\/30{
  border-inline-start-color: rgb(132 11 85 / 0.3);
}
.border-s-dark-pink\/35{
  border-inline-start-color: rgb(132 11 85 / 0.35);
}
.border-s-dark-pink\/40{
  border-inline-start-color: rgb(132 11 85 / 0.4);
}
.border-s-dark-pink\/45{
  border-inline-start-color: rgb(132 11 85 / 0.45);
}
.border-s-dark-pink\/5{
  border-inline-start-color: rgb(132 11 85 / 0.05);
}
.border-s-dark-pink\/50{
  border-inline-start-color: rgb(132 11 85 / 0.5);
}
.border-s-dark-pink\/55{
  border-inline-start-color: rgb(132 11 85 / 0.55);
}
.border-s-dark-pink\/60{
  border-inline-start-color: rgb(132 11 85 / 0.6);
}
.border-s-dark-pink\/65{
  border-inline-start-color: rgb(132 11 85 / 0.65);
}
.border-s-dark-pink\/70{
  border-inline-start-color: rgb(132 11 85 / 0.7);
}
.border-s-dark-pink\/75{
  border-inline-start-color: rgb(132 11 85 / 0.75);
}
.border-s-dark-pink\/80{
  border-inline-start-color: rgb(132 11 85 / 0.8);
}
.border-s-dark-pink\/85{
  border-inline-start-color: rgb(132 11 85 / 0.85);
}
.border-s-dark-pink\/90{
  border-inline-start-color: rgb(132 11 85 / 0.9);
}
.border-s-dark-pink\/95{
  border-inline-start-color: rgb(132 11 85 / 0.95);
}
.border-s-gray{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(215 217 224 / var(--tw-border-opacity, 1));
}
.border-s-gray\/0{
  border-inline-start-color: rgb(215 217 224 / 0);
}
.border-s-gray\/10{
  border-inline-start-color: rgb(215 217 224 / 0.1);
}
.border-s-gray\/100{
  border-inline-start-color: rgb(215 217 224 / 1);
}
.border-s-gray\/15{
  border-inline-start-color: rgb(215 217 224 / 0.15);
}
.border-s-gray\/20{
  border-inline-start-color: rgb(215 217 224 / 0.2);
}
.border-s-gray\/25{
  border-inline-start-color: rgb(215 217 224 / 0.25);
}
.border-s-gray\/30{
  border-inline-start-color: rgb(215 217 224 / 0.3);
}
.border-s-gray\/35{
  border-inline-start-color: rgb(215 217 224 / 0.35);
}
.border-s-gray\/40{
  border-inline-start-color: rgb(215 217 224 / 0.4);
}
.border-s-gray\/45{
  border-inline-start-color: rgb(215 217 224 / 0.45);
}
.border-s-gray\/5{
  border-inline-start-color: rgb(215 217 224 / 0.05);
}
.border-s-gray\/50{
  border-inline-start-color: rgb(215 217 224 / 0.5);
}
.border-s-gray\/55{
  border-inline-start-color: rgb(215 217 224 / 0.55);
}
.border-s-gray\/60{
  border-inline-start-color: rgb(215 217 224 / 0.6);
}
.border-s-gray\/65{
  border-inline-start-color: rgb(215 217 224 / 0.65);
}
.border-s-gray\/70{
  border-inline-start-color: rgb(215 217 224 / 0.7);
}
.border-s-gray\/75{
  border-inline-start-color: rgb(215 217 224 / 0.75);
}
.border-s-gray\/80{
  border-inline-start-color: rgb(215 217 224 / 0.8);
}
.border-s-gray\/85{
  border-inline-start-color: rgb(215 217 224 / 0.85);
}
.border-s-gray\/90{
  border-inline-start-color: rgb(215 217 224 / 0.9);
}
.border-s-gray\/95{
  border-inline-start-color: rgb(215 217 224 / 0.95);
}
.border-s-green{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(21 71 52 / var(--tw-border-opacity, 1));
}
.border-s-green\/0{
  border-inline-start-color: rgb(21 71 52 / 0);
}
.border-s-green\/10{
  border-inline-start-color: rgb(21 71 52 / 0.1);
}
.border-s-green\/100{
  border-inline-start-color: rgb(21 71 52 / 1);
}
.border-s-green\/15{
  border-inline-start-color: rgb(21 71 52 / 0.15);
}
.border-s-green\/20{
  border-inline-start-color: rgb(21 71 52 / 0.2);
}
.border-s-green\/25{
  border-inline-start-color: rgb(21 71 52 / 0.25);
}
.border-s-green\/30{
  border-inline-start-color: rgb(21 71 52 / 0.3);
}
.border-s-green\/35{
  border-inline-start-color: rgb(21 71 52 / 0.35);
}
.border-s-green\/40{
  border-inline-start-color: rgb(21 71 52 / 0.4);
}
.border-s-green\/45{
  border-inline-start-color: rgb(21 71 52 / 0.45);
}
.border-s-green\/5{
  border-inline-start-color: rgb(21 71 52 / 0.05);
}
.border-s-green\/50{
  border-inline-start-color: rgb(21 71 52 / 0.5);
}
.border-s-green\/55{
  border-inline-start-color: rgb(21 71 52 / 0.55);
}
.border-s-green\/60{
  border-inline-start-color: rgb(21 71 52 / 0.6);
}
.border-s-green\/65{
  border-inline-start-color: rgb(21 71 52 / 0.65);
}
.border-s-green\/70{
  border-inline-start-color: rgb(21 71 52 / 0.7);
}
.border-s-green\/75{
  border-inline-start-color: rgb(21 71 52 / 0.75);
}
.border-s-green\/80{
  border-inline-start-color: rgb(21 71 52 / 0.8);
}
.border-s-green\/85{
  border-inline-start-color: rgb(21 71 52 / 0.85);
}
.border-s-green\/90{
  border-inline-start-color: rgb(21 71 52 / 0.9);
}
.border-s-green\/95{
  border-inline-start-color: rgb(21 71 52 / 0.95);
}
.border-s-orange{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(255 92 57 / var(--tw-border-opacity, 1));
}
.border-s-orange\/0{
  border-inline-start-color: rgb(255 92 57 / 0);
}
.border-s-orange\/10{
  border-inline-start-color: rgb(255 92 57 / 0.1);
}
.border-s-orange\/100{
  border-inline-start-color: rgb(255 92 57 / 1);
}
.border-s-orange\/15{
  border-inline-start-color: rgb(255 92 57 / 0.15);
}
.border-s-orange\/20{
  border-inline-start-color: rgb(255 92 57 / 0.2);
}
.border-s-orange\/25{
  border-inline-start-color: rgb(255 92 57 / 0.25);
}
.border-s-orange\/30{
  border-inline-start-color: rgb(255 92 57 / 0.3);
}
.border-s-orange\/35{
  border-inline-start-color: rgb(255 92 57 / 0.35);
}
.border-s-orange\/40{
  border-inline-start-color: rgb(255 92 57 / 0.4);
}
.border-s-orange\/45{
  border-inline-start-color: rgb(255 92 57 / 0.45);
}
.border-s-orange\/5{
  border-inline-start-color: rgb(255 92 57 / 0.05);
}
.border-s-orange\/50{
  border-inline-start-color: rgb(255 92 57 / 0.5);
}
.border-s-orange\/55{
  border-inline-start-color: rgb(255 92 57 / 0.55);
}
.border-s-orange\/60{
  border-inline-start-color: rgb(255 92 57 / 0.6);
}
.border-s-orange\/65{
  border-inline-start-color: rgb(255 92 57 / 0.65);
}
.border-s-orange\/70{
  border-inline-start-color: rgb(255 92 57 / 0.7);
}
.border-s-orange\/75{
  border-inline-start-color: rgb(255 92 57 / 0.75);
}
.border-s-orange\/80{
  border-inline-start-color: rgb(255 92 57 / 0.8);
}
.border-s-orange\/85{
  border-inline-start-color: rgb(255 92 57 / 0.85);
}
.border-s-orange\/90{
  border-inline-start-color: rgb(255 92 57 / 0.9);
}
.border-s-orange\/95{
  border-inline-start-color: rgb(255 92 57 / 0.95);
}
.border-s-pink{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(249 159 201 / var(--tw-border-opacity, 1));
}
.border-s-pink\/0{
  border-inline-start-color: rgb(249 159 201 / 0);
}
.border-s-pink\/10{
  border-inline-start-color: rgb(249 159 201 / 0.1);
}
.border-s-pink\/100{
  border-inline-start-color: rgb(249 159 201 / 1);
}
.border-s-pink\/15{
  border-inline-start-color: rgb(249 159 201 / 0.15);
}
.border-s-pink\/20{
  border-inline-start-color: rgb(249 159 201 / 0.2);
}
.border-s-pink\/25{
  border-inline-start-color: rgb(249 159 201 / 0.25);
}
.border-s-pink\/30{
  border-inline-start-color: rgb(249 159 201 / 0.3);
}
.border-s-pink\/35{
  border-inline-start-color: rgb(249 159 201 / 0.35);
}
.border-s-pink\/40{
  border-inline-start-color: rgb(249 159 201 / 0.4);
}
.border-s-pink\/45{
  border-inline-start-color: rgb(249 159 201 / 0.45);
}
.border-s-pink\/5{
  border-inline-start-color: rgb(249 159 201 / 0.05);
}
.border-s-pink\/50{
  border-inline-start-color: rgb(249 159 201 / 0.5);
}
.border-s-pink\/55{
  border-inline-start-color: rgb(249 159 201 / 0.55);
}
.border-s-pink\/60{
  border-inline-start-color: rgb(249 159 201 / 0.6);
}
.border-s-pink\/65{
  border-inline-start-color: rgb(249 159 201 / 0.65);
}
.border-s-pink\/70{
  border-inline-start-color: rgb(249 159 201 / 0.7);
}
.border-s-pink\/75{
  border-inline-start-color: rgb(249 159 201 / 0.75);
}
.border-s-pink\/80{
  border-inline-start-color: rgb(249 159 201 / 0.8);
}
.border-s-pink\/85{
  border-inline-start-color: rgb(249 159 201 / 0.85);
}
.border-s-pink\/90{
  border-inline-start-color: rgb(249 159 201 / 0.9);
}
.border-s-pink\/95{
  border-inline-start-color: rgb(249 159 201 / 0.95);
}
.border-s-theme{
  --tw-border-opacity: 1;
  border-inline-start-color: rgba(var(--color-theme), var(--tw-border-opacity, 1));
}
.border-s-theme\/0{
  border-inline-start-color: rgba(var(--color-theme), 0);
}
.border-s-theme\/10{
  border-inline-start-color: rgba(var(--color-theme), 0.1);
}
.border-s-theme\/100{
  border-inline-start-color: rgba(var(--color-theme), 1);
}
.border-s-theme\/15{
  border-inline-start-color: rgba(var(--color-theme), 0.15);
}
.border-s-theme\/20{
  border-inline-start-color: rgba(var(--color-theme), 0.2);
}
.border-s-theme\/25{
  border-inline-start-color: rgba(var(--color-theme), 0.25);
}
.border-s-theme\/30{
  border-inline-start-color: rgba(var(--color-theme), 0.3);
}
.border-s-theme\/35{
  border-inline-start-color: rgba(var(--color-theme), 0.35);
}
.border-s-theme\/40{
  border-inline-start-color: rgba(var(--color-theme), 0.4);
}
.border-s-theme\/45{
  border-inline-start-color: rgba(var(--color-theme), 0.45);
}
.border-s-theme\/5{
  border-inline-start-color: rgba(var(--color-theme), 0.05);
}
.border-s-theme\/50{
  border-inline-start-color: rgba(var(--color-theme), 0.5);
}
.border-s-theme\/55{
  border-inline-start-color: rgba(var(--color-theme), 0.55);
}
.border-s-theme\/60{
  border-inline-start-color: rgba(var(--color-theme), 0.6);
}
.border-s-theme\/65{
  border-inline-start-color: rgba(var(--color-theme), 0.65);
}
.border-s-theme\/70{
  border-inline-start-color: rgba(var(--color-theme), 0.7);
}
.border-s-theme\/75{
  border-inline-start-color: rgba(var(--color-theme), 0.75);
}
.border-s-theme\/80{
  border-inline-start-color: rgba(var(--color-theme), 0.8);
}
.border-s-theme\/85{
  border-inline-start-color: rgba(var(--color-theme), 0.85);
}
.border-s-theme\/90{
  border-inline-start-color: rgba(var(--color-theme), 0.9);
}
.border-s-theme\/95{
  border-inline-start-color: rgba(var(--color-theme), 0.95);
}
.border-s-transparent{
  border-inline-start-color: transparent;
}
.border-s-transparent\/0{
  border-inline-start-color: rgb(0 0 0 / 0);
}
.border-s-transparent\/10{
  border-inline-start-color: rgb(0 0 0 / 0.1);
}
.border-s-transparent\/100{
  border-inline-start-color: rgb(0 0 0 / 1);
}
.border-s-transparent\/15{
  border-inline-start-color: rgb(0 0 0 / 0.15);
}
.border-s-transparent\/20{
  border-inline-start-color: rgb(0 0 0 / 0.2);
}
.border-s-transparent\/25{
  border-inline-start-color: rgb(0 0 0 / 0.25);
}
.border-s-transparent\/30{
  border-inline-start-color: rgb(0 0 0 / 0.3);
}
.border-s-transparent\/35{
  border-inline-start-color: rgb(0 0 0 / 0.35);
}
.border-s-transparent\/40{
  border-inline-start-color: rgb(0 0 0 / 0.4);
}
.border-s-transparent\/45{
  border-inline-start-color: rgb(0 0 0 / 0.45);
}
.border-s-transparent\/5{
  border-inline-start-color: rgb(0 0 0 / 0.05);
}
.border-s-transparent\/50{
  border-inline-start-color: rgb(0 0 0 / 0.5);
}
.border-s-transparent\/55{
  border-inline-start-color: rgb(0 0 0 / 0.55);
}
.border-s-transparent\/60{
  border-inline-start-color: rgb(0 0 0 / 0.6);
}
.border-s-transparent\/65{
  border-inline-start-color: rgb(0 0 0 / 0.65);
}
.border-s-transparent\/70{
  border-inline-start-color: rgb(0 0 0 / 0.7);
}
.border-s-transparent\/75{
  border-inline-start-color: rgb(0 0 0 / 0.75);
}
.border-s-transparent\/80{
  border-inline-start-color: rgb(0 0 0 / 0.8);
}
.border-s-transparent\/85{
  border-inline-start-color: rgb(0 0 0 / 0.85);
}
.border-s-transparent\/90{
  border-inline-start-color: rgb(0 0 0 / 0.9);
}
.border-s-transparent\/95{
  border-inline-start-color: rgb(0 0 0 / 0.95);
}
.border-s-white{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-s-white\/0{
  border-inline-start-color: rgb(255 255 255 / 0);
}
.border-s-white\/10{
  border-inline-start-color: rgb(255 255 255 / 0.1);
}
.border-s-white\/100{
  border-inline-start-color: rgb(255 255 255 / 1);
}
.border-s-white\/15{
  border-inline-start-color: rgb(255 255 255 / 0.15);
}
.border-s-white\/20{
  border-inline-start-color: rgb(255 255 255 / 0.2);
}
.border-s-white\/25{
  border-inline-start-color: rgb(255 255 255 / 0.25);
}
.border-s-white\/30{
  border-inline-start-color: rgb(255 255 255 / 0.3);
}
.border-s-white\/35{
  border-inline-start-color: rgb(255 255 255 / 0.35);
}
.border-s-white\/40{
  border-inline-start-color: rgb(255 255 255 / 0.4);
}
.border-s-white\/45{
  border-inline-start-color: rgb(255 255 255 / 0.45);
}
.border-s-white\/5{
  border-inline-start-color: rgb(255 255 255 / 0.05);
}
.border-s-white\/50{
  border-inline-start-color: rgb(255 255 255 / 0.5);
}
.border-s-white\/55{
  border-inline-start-color: rgb(255 255 255 / 0.55);
}
.border-s-white\/60{
  border-inline-start-color: rgb(255 255 255 / 0.6);
}
.border-s-white\/65{
  border-inline-start-color: rgb(255 255 255 / 0.65);
}
.border-s-white\/70{
  border-inline-start-color: rgb(255 255 255 / 0.7);
}
.border-s-white\/75{
  border-inline-start-color: rgb(255 255 255 / 0.75);
}
.border-s-white\/80{
  border-inline-start-color: rgb(255 255 255 / 0.8);
}
.border-s-white\/85{
  border-inline-start-color: rgb(255 255 255 / 0.85);
}
.border-s-white\/90{
  border-inline-start-color: rgb(255 255 255 / 0.9);
}
.border-s-white\/95{
  border-inline-start-color: rgb(255 255 255 / 0.95);
}
.border-s-yellow{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(255 198 88 / var(--tw-border-opacity, 1));
}
.border-s-yellow\/0{
  border-inline-start-color: rgb(255 198 88 / 0);
}
.border-s-yellow\/10{
  border-inline-start-color: rgb(255 198 88 / 0.1);
}
.border-s-yellow\/100{
  border-inline-start-color: rgb(255 198 88 / 1);
}
.border-s-yellow\/15{
  border-inline-start-color: rgb(255 198 88 / 0.15);
}
.border-s-yellow\/20{
  border-inline-start-color: rgb(255 198 88 / 0.2);
}
.border-s-yellow\/25{
  border-inline-start-color: rgb(255 198 88 / 0.25);
}
.border-s-yellow\/30{
  border-inline-start-color: rgb(255 198 88 / 0.3);
}
.border-s-yellow\/35{
  border-inline-start-color: rgb(255 198 88 / 0.35);
}
.border-s-yellow\/40{
  border-inline-start-color: rgb(255 198 88 / 0.4);
}
.border-s-yellow\/45{
  border-inline-start-color: rgb(255 198 88 / 0.45);
}
.border-s-yellow\/5{
  border-inline-start-color: rgb(255 198 88 / 0.05);
}
.border-s-yellow\/50{
  border-inline-start-color: rgb(255 198 88 / 0.5);
}
.border-s-yellow\/55{
  border-inline-start-color: rgb(255 198 88 / 0.55);
}
.border-s-yellow\/60{
  border-inline-start-color: rgb(255 198 88 / 0.6);
}
.border-s-yellow\/65{
  border-inline-start-color: rgb(255 198 88 / 0.65);
}
.border-s-yellow\/70{
  border-inline-start-color: rgb(255 198 88 / 0.7);
}
.border-s-yellow\/75{
  border-inline-start-color: rgb(255 198 88 / 0.75);
}
.border-s-yellow\/80{
  border-inline-start-color: rgb(255 198 88 / 0.8);
}
.border-s-yellow\/85{
  border-inline-start-color: rgb(255 198 88 / 0.85);
}
.border-s-yellow\/90{
  border-inline-start-color: rgb(255 198 88 / 0.9);
}
.border-s-yellow\/95{
  border-inline-start-color: rgb(255 198 88 / 0.95);
}
.border-t-black{
  --tw-border-opacity: 1;
  border-top-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.border-t-black\/0{
  border-top-color: rgb(0 0 0 / 0);
}
.border-t-black\/10{
  border-top-color: rgb(0 0 0 / 0.1);
}
.border-t-black\/100{
  border-top-color: rgb(0 0 0 / 1);
}
.border-t-black\/15{
  border-top-color: rgb(0 0 0 / 0.15);
}
.border-t-black\/20{
  border-top-color: rgb(0 0 0 / 0.2);
}
.border-t-black\/25{
  border-top-color: rgb(0 0 0 / 0.25);
}
.border-t-black\/30{
  border-top-color: rgb(0 0 0 / 0.3);
}
.border-t-black\/35{
  border-top-color: rgb(0 0 0 / 0.35);
}
.border-t-black\/40{
  border-top-color: rgb(0 0 0 / 0.4);
}
.border-t-black\/45{
  border-top-color: rgb(0 0 0 / 0.45);
}
.border-t-black\/5{
  border-top-color: rgb(0 0 0 / 0.05);
}
.border-t-black\/50{
  border-top-color: rgb(0 0 0 / 0.5);
}
.border-t-black\/55{
  border-top-color: rgb(0 0 0 / 0.55);
}
.border-t-black\/60{
  border-top-color: rgb(0 0 0 / 0.6);
}
.border-t-black\/65{
  border-top-color: rgb(0 0 0 / 0.65);
}
.border-t-black\/70{
  border-top-color: rgb(0 0 0 / 0.7);
}
.border-t-black\/75{
  border-top-color: rgb(0 0 0 / 0.75);
}
.border-t-black\/80{
  border-top-color: rgb(0 0 0 / 0.8);
}
.border-t-black\/85{
  border-top-color: rgb(0 0 0 / 0.85);
}
.border-t-black\/90{
  border-top-color: rgb(0 0 0 / 0.9);
}
.border-t-black\/95{
  border-top-color: rgb(0 0 0 / 0.95);
}
.border-t-blue{
  --tw-border-opacity: 1;
  border-top-color: rgb(0 71 187 / var(--tw-border-opacity, 1));
}
.border-t-blue\/0{
  border-top-color: rgb(0 71 187 / 0);
}
.border-t-blue\/10{
  border-top-color: rgb(0 71 187 / 0.1);
}
.border-t-blue\/100{
  border-top-color: rgb(0 71 187 / 1);
}
.border-t-blue\/15{
  border-top-color: rgb(0 71 187 / 0.15);
}
.border-t-blue\/20{
  border-top-color: rgb(0 71 187 / 0.2);
}
.border-t-blue\/25{
  border-top-color: rgb(0 71 187 / 0.25);
}
.border-t-blue\/30{
  border-top-color: rgb(0 71 187 / 0.3);
}
.border-t-blue\/35{
  border-top-color: rgb(0 71 187 / 0.35);
}
.border-t-blue\/40{
  border-top-color: rgb(0 71 187 / 0.4);
}
.border-t-blue\/45{
  border-top-color: rgb(0 71 187 / 0.45);
}
.border-t-blue\/5{
  border-top-color: rgb(0 71 187 / 0.05);
}
.border-t-blue\/50{
  border-top-color: rgb(0 71 187 / 0.5);
}
.border-t-blue\/55{
  border-top-color: rgb(0 71 187 / 0.55);
}
.border-t-blue\/60{
  border-top-color: rgb(0 71 187 / 0.6);
}
.border-t-blue\/65{
  border-top-color: rgb(0 71 187 / 0.65);
}
.border-t-blue\/70{
  border-top-color: rgb(0 71 187 / 0.7);
}
.border-t-blue\/75{
  border-top-color: rgb(0 71 187 / 0.75);
}
.border-t-blue\/80{
  border-top-color: rgb(0 71 187 / 0.8);
}
.border-t-blue\/85{
  border-top-color: rgb(0 71 187 / 0.85);
}
.border-t-blue\/90{
  border-top-color: rgb(0 71 187 / 0.9);
}
.border-t-blue\/95{
  border-top-color: rgb(0 71 187 / 0.95);
}
.border-t-current{
  border-top-color: currentColor;
}
.border-t-dark-pink{
  --tw-border-opacity: 1;
  border-top-color: rgb(132 11 85 / var(--tw-border-opacity, 1));
}
.border-t-dark-pink\/0{
  border-top-color: rgb(132 11 85 / 0);
}
.border-t-dark-pink\/10{
  border-top-color: rgb(132 11 85 / 0.1);
}
.border-t-dark-pink\/100{
  border-top-color: rgb(132 11 85 / 1);
}
.border-t-dark-pink\/15{
  border-top-color: rgb(132 11 85 / 0.15);
}
.border-t-dark-pink\/20{
  border-top-color: rgb(132 11 85 / 0.2);
}
.border-t-dark-pink\/25{
  border-top-color: rgb(132 11 85 / 0.25);
}
.border-t-dark-pink\/30{
  border-top-color: rgb(132 11 85 / 0.3);
}
.border-t-dark-pink\/35{
  border-top-color: rgb(132 11 85 / 0.35);
}
.border-t-dark-pink\/40{
  border-top-color: rgb(132 11 85 / 0.4);
}
.border-t-dark-pink\/45{
  border-top-color: rgb(132 11 85 / 0.45);
}
.border-t-dark-pink\/5{
  border-top-color: rgb(132 11 85 / 0.05);
}
.border-t-dark-pink\/50{
  border-top-color: rgb(132 11 85 / 0.5);
}
.border-t-dark-pink\/55{
  border-top-color: rgb(132 11 85 / 0.55);
}
.border-t-dark-pink\/60{
  border-top-color: rgb(132 11 85 / 0.6);
}
.border-t-dark-pink\/65{
  border-top-color: rgb(132 11 85 / 0.65);
}
.border-t-dark-pink\/70{
  border-top-color: rgb(132 11 85 / 0.7);
}
.border-t-dark-pink\/75{
  border-top-color: rgb(132 11 85 / 0.75);
}
.border-t-dark-pink\/80{
  border-top-color: rgb(132 11 85 / 0.8);
}
.border-t-dark-pink\/85{
  border-top-color: rgb(132 11 85 / 0.85);
}
.border-t-dark-pink\/90{
  border-top-color: rgb(132 11 85 / 0.9);
}
.border-t-dark-pink\/95{
  border-top-color: rgb(132 11 85 / 0.95);
}
.border-t-gray{
  --tw-border-opacity: 1;
  border-top-color: rgb(215 217 224 / var(--tw-border-opacity, 1));
}
.border-t-gray\/0{
  border-top-color: rgb(215 217 224 / 0);
}
.border-t-gray\/10{
  border-top-color: rgb(215 217 224 / 0.1);
}
.border-t-gray\/100{
  border-top-color: rgb(215 217 224 / 1);
}
.border-t-gray\/15{
  border-top-color: rgb(215 217 224 / 0.15);
}
.border-t-gray\/20{
  border-top-color: rgb(215 217 224 / 0.2);
}
.border-t-gray\/25{
  border-top-color: rgb(215 217 224 / 0.25);
}
.border-t-gray\/30{
  border-top-color: rgb(215 217 224 / 0.3);
}
.border-t-gray\/35{
  border-top-color: rgb(215 217 224 / 0.35);
}
.border-t-gray\/40{
  border-top-color: rgb(215 217 224 / 0.4);
}
.border-t-gray\/45{
  border-top-color: rgb(215 217 224 / 0.45);
}
.border-t-gray\/5{
  border-top-color: rgb(215 217 224 / 0.05);
}
.border-t-gray\/50{
  border-top-color: rgb(215 217 224 / 0.5);
}
.border-t-gray\/55{
  border-top-color: rgb(215 217 224 / 0.55);
}
.border-t-gray\/60{
  border-top-color: rgb(215 217 224 / 0.6);
}
.border-t-gray\/65{
  border-top-color: rgb(215 217 224 / 0.65);
}
.border-t-gray\/70{
  border-top-color: rgb(215 217 224 / 0.7);
}
.border-t-gray\/75{
  border-top-color: rgb(215 217 224 / 0.75);
}
.border-t-gray\/80{
  border-top-color: rgb(215 217 224 / 0.8);
}
.border-t-gray\/85{
  border-top-color: rgb(215 217 224 / 0.85);
}
.border-t-gray\/90{
  border-top-color: rgb(215 217 224 / 0.9);
}
.border-t-gray\/95{
  border-top-color: rgb(215 217 224 / 0.95);
}
.border-t-green{
  --tw-border-opacity: 1;
  border-top-color: rgb(21 71 52 / var(--tw-border-opacity, 1));
}
.border-t-green\/0{
  border-top-color: rgb(21 71 52 / 0);
}
.border-t-green\/10{
  border-top-color: rgb(21 71 52 / 0.1);
}
.border-t-green\/100{
  border-top-color: rgb(21 71 52 / 1);
}
.border-t-green\/15{
  border-top-color: rgb(21 71 52 / 0.15);
}
.border-t-green\/20{
  border-top-color: rgb(21 71 52 / 0.2);
}
.border-t-green\/25{
  border-top-color: rgb(21 71 52 / 0.25);
}
.border-t-green\/30{
  border-top-color: rgb(21 71 52 / 0.3);
}
.border-t-green\/35{
  border-top-color: rgb(21 71 52 / 0.35);
}
.border-t-green\/40{
  border-top-color: rgb(21 71 52 / 0.4);
}
.border-t-green\/45{
  border-top-color: rgb(21 71 52 / 0.45);
}
.border-t-green\/5{
  border-top-color: rgb(21 71 52 / 0.05);
}
.border-t-green\/50{
  border-top-color: rgb(21 71 52 / 0.5);
}
.border-t-green\/55{
  border-top-color: rgb(21 71 52 / 0.55);
}
.border-t-green\/60{
  border-top-color: rgb(21 71 52 / 0.6);
}
.border-t-green\/65{
  border-top-color: rgb(21 71 52 / 0.65);
}
.border-t-green\/70{
  border-top-color: rgb(21 71 52 / 0.7);
}
.border-t-green\/75{
  border-top-color: rgb(21 71 52 / 0.75);
}
.border-t-green\/80{
  border-top-color: rgb(21 71 52 / 0.8);
}
.border-t-green\/85{
  border-top-color: rgb(21 71 52 / 0.85);
}
.border-t-green\/90{
  border-top-color: rgb(21 71 52 / 0.9);
}
.border-t-green\/95{
  border-top-color: rgb(21 71 52 / 0.95);
}
.border-t-orange{
  --tw-border-opacity: 1;
  border-top-color: rgb(255 92 57 / var(--tw-border-opacity, 1));
}
.border-t-orange\/0{
  border-top-color: rgb(255 92 57 / 0);
}
.border-t-orange\/10{
  border-top-color: rgb(255 92 57 / 0.1);
}
.border-t-orange\/100{
  border-top-color: rgb(255 92 57 / 1);
}
.border-t-orange\/15{
  border-top-color: rgb(255 92 57 / 0.15);
}
.border-t-orange\/20{
  border-top-color: rgb(255 92 57 / 0.2);
}
.border-t-orange\/25{
  border-top-color: rgb(255 92 57 / 0.25);
}
.border-t-orange\/30{
  border-top-color: rgb(255 92 57 / 0.3);
}
.border-t-orange\/35{
  border-top-color: rgb(255 92 57 / 0.35);
}
.border-t-orange\/40{
  border-top-color: rgb(255 92 57 / 0.4);
}
.border-t-orange\/45{
  border-top-color: rgb(255 92 57 / 0.45);
}
.border-t-orange\/5{
  border-top-color: rgb(255 92 57 / 0.05);
}
.border-t-orange\/50{
  border-top-color: rgb(255 92 57 / 0.5);
}
.border-t-orange\/55{
  border-top-color: rgb(255 92 57 / 0.55);
}
.border-t-orange\/60{
  border-top-color: rgb(255 92 57 / 0.6);
}
.border-t-orange\/65{
  border-top-color: rgb(255 92 57 / 0.65);
}
.border-t-orange\/70{
  border-top-color: rgb(255 92 57 / 0.7);
}
.border-t-orange\/75{
  border-top-color: rgb(255 92 57 / 0.75);
}
.border-t-orange\/80{
  border-top-color: rgb(255 92 57 / 0.8);
}
.border-t-orange\/85{
  border-top-color: rgb(255 92 57 / 0.85);
}
.border-t-orange\/90{
  border-top-color: rgb(255 92 57 / 0.9);
}
.border-t-orange\/95{
  border-top-color: rgb(255 92 57 / 0.95);
}
.border-t-pink{
  --tw-border-opacity: 1;
  border-top-color: rgb(249 159 201 / var(--tw-border-opacity, 1));
}
.border-t-pink\/0{
  border-top-color: rgb(249 159 201 / 0);
}
.border-t-pink\/10{
  border-top-color: rgb(249 159 201 / 0.1);
}
.border-t-pink\/100{
  border-top-color: rgb(249 159 201 / 1);
}
.border-t-pink\/15{
  border-top-color: rgb(249 159 201 / 0.15);
}
.border-t-pink\/20{
  border-top-color: rgb(249 159 201 / 0.2);
}
.border-t-pink\/25{
  border-top-color: rgb(249 159 201 / 0.25);
}
.border-t-pink\/30{
  border-top-color: rgb(249 159 201 / 0.3);
}
.border-t-pink\/35{
  border-top-color: rgb(249 159 201 / 0.35);
}
.border-t-pink\/40{
  border-top-color: rgb(249 159 201 / 0.4);
}
.border-t-pink\/45{
  border-top-color: rgb(249 159 201 / 0.45);
}
.border-t-pink\/5{
  border-top-color: rgb(249 159 201 / 0.05);
}
.border-t-pink\/50{
  border-top-color: rgb(249 159 201 / 0.5);
}
.border-t-pink\/55{
  border-top-color: rgb(249 159 201 / 0.55);
}
.border-t-pink\/60{
  border-top-color: rgb(249 159 201 / 0.6);
}
.border-t-pink\/65{
  border-top-color: rgb(249 159 201 / 0.65);
}
.border-t-pink\/70{
  border-top-color: rgb(249 159 201 / 0.7);
}
.border-t-pink\/75{
  border-top-color: rgb(249 159 201 / 0.75);
}
.border-t-pink\/80{
  border-top-color: rgb(249 159 201 / 0.8);
}
.border-t-pink\/85{
  border-top-color: rgb(249 159 201 / 0.85);
}
.border-t-pink\/90{
  border-top-color: rgb(249 159 201 / 0.9);
}
.border-t-pink\/95{
  border-top-color: rgb(249 159 201 / 0.95);
}
.border-t-theme{
  --tw-border-opacity: 1;
  border-top-color: rgba(var(--color-theme), var(--tw-border-opacity, 1));
}
.border-t-theme\/0{
  border-top-color: rgba(var(--color-theme), 0);
}
.border-t-theme\/10{
  border-top-color: rgba(var(--color-theme), 0.1);
}
.border-t-theme\/100{
  border-top-color: rgba(var(--color-theme), 1);
}
.border-t-theme\/15{
  border-top-color: rgba(var(--color-theme), 0.15);
}
.border-t-theme\/20{
  border-top-color: rgba(var(--color-theme), 0.2);
}
.border-t-theme\/25{
  border-top-color: rgba(var(--color-theme), 0.25);
}
.border-t-theme\/30{
  border-top-color: rgba(var(--color-theme), 0.3);
}
.border-t-theme\/35{
  border-top-color: rgba(var(--color-theme), 0.35);
}
.border-t-theme\/40{
  border-top-color: rgba(var(--color-theme), 0.4);
}
.border-t-theme\/45{
  border-top-color: rgba(var(--color-theme), 0.45);
}
.border-t-theme\/5{
  border-top-color: rgba(var(--color-theme), 0.05);
}
.border-t-theme\/50{
  border-top-color: rgba(var(--color-theme), 0.5);
}
.border-t-theme\/55{
  border-top-color: rgba(var(--color-theme), 0.55);
}
.border-t-theme\/60{
  border-top-color: rgba(var(--color-theme), 0.6);
}
.border-t-theme\/65{
  border-top-color: rgba(var(--color-theme), 0.65);
}
.border-t-theme\/70{
  border-top-color: rgba(var(--color-theme), 0.7);
}
.border-t-theme\/75{
  border-top-color: rgba(var(--color-theme), 0.75);
}
.border-t-theme\/80{
  border-top-color: rgba(var(--color-theme), 0.8);
}
.border-t-theme\/85{
  border-top-color: rgba(var(--color-theme), 0.85);
}
.border-t-theme\/90{
  border-top-color: rgba(var(--color-theme), 0.9);
}
.border-t-theme\/95{
  border-top-color: rgba(var(--color-theme), 0.95);
}
.border-t-transparent{
  border-top-color: transparent;
}
.border-t-transparent\/0{
  border-top-color: rgb(0 0 0 / 0);
}
.border-t-transparent\/10{
  border-top-color: rgb(0 0 0 / 0.1);
}
.border-t-transparent\/100{
  border-top-color: rgb(0 0 0 / 1);
}
.border-t-transparent\/15{
  border-top-color: rgb(0 0 0 / 0.15);
}
.border-t-transparent\/20{
  border-top-color: rgb(0 0 0 / 0.2);
}
.border-t-transparent\/25{
  border-top-color: rgb(0 0 0 / 0.25);
}
.border-t-transparent\/30{
  border-top-color: rgb(0 0 0 / 0.3);
}
.border-t-transparent\/35{
  border-top-color: rgb(0 0 0 / 0.35);
}
.border-t-transparent\/40{
  border-top-color: rgb(0 0 0 / 0.4);
}
.border-t-transparent\/45{
  border-top-color: rgb(0 0 0 / 0.45);
}
.border-t-transparent\/5{
  border-top-color: rgb(0 0 0 / 0.05);
}
.border-t-transparent\/50{
  border-top-color: rgb(0 0 0 / 0.5);
}
.border-t-transparent\/55{
  border-top-color: rgb(0 0 0 / 0.55);
}
.border-t-transparent\/60{
  border-top-color: rgb(0 0 0 / 0.6);
}
.border-t-transparent\/65{
  border-top-color: rgb(0 0 0 / 0.65);
}
.border-t-transparent\/70{
  border-top-color: rgb(0 0 0 / 0.7);
}
.border-t-transparent\/75{
  border-top-color: rgb(0 0 0 / 0.75);
}
.border-t-transparent\/80{
  border-top-color: rgb(0 0 0 / 0.8);
}
.border-t-transparent\/85{
  border-top-color: rgb(0 0 0 / 0.85);
}
.border-t-transparent\/90{
  border-top-color: rgb(0 0 0 / 0.9);
}
.border-t-transparent\/95{
  border-top-color: rgb(0 0 0 / 0.95);
}
.border-t-white{
  --tw-border-opacity: 1;
  border-top-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-t-white\/0{
  border-top-color: rgb(255 255 255 / 0);
}
.border-t-white\/10{
  border-top-color: rgb(255 255 255 / 0.1);
}
.border-t-white\/100{
  border-top-color: rgb(255 255 255 / 1);
}
.border-t-white\/15{
  border-top-color: rgb(255 255 255 / 0.15);
}
.border-t-white\/20{
  border-top-color: rgb(255 255 255 / 0.2);
}
.border-t-white\/25{
  border-top-color: rgb(255 255 255 / 0.25);
}
.border-t-white\/30{
  border-top-color: rgb(255 255 255 / 0.3);
}
.border-t-white\/35{
  border-top-color: rgb(255 255 255 / 0.35);
}
.border-t-white\/40{
  border-top-color: rgb(255 255 255 / 0.4);
}
.border-t-white\/45{
  border-top-color: rgb(255 255 255 / 0.45);
}
.border-t-white\/5{
  border-top-color: rgb(255 255 255 / 0.05);
}
.border-t-white\/50{
  border-top-color: rgb(255 255 255 / 0.5);
}
.border-t-white\/55{
  border-top-color: rgb(255 255 255 / 0.55);
}
.border-t-white\/60{
  border-top-color: rgb(255 255 255 / 0.6);
}
.border-t-white\/65{
  border-top-color: rgb(255 255 255 / 0.65);
}
.border-t-white\/70{
  border-top-color: rgb(255 255 255 / 0.7);
}
.border-t-white\/75{
  border-top-color: rgb(255 255 255 / 0.75);
}
.border-t-white\/80{
  border-top-color: rgb(255 255 255 / 0.8);
}
.border-t-white\/85{
  border-top-color: rgb(255 255 255 / 0.85);
}
.border-t-white\/90{
  border-top-color: rgb(255 255 255 / 0.9);
}
.border-t-white\/95{
  border-top-color: rgb(255 255 255 / 0.95);
}
.border-t-yellow{
  --tw-border-opacity: 1;
  border-top-color: rgb(255 198 88 / var(--tw-border-opacity, 1));
}
.border-t-yellow\/0{
  border-top-color: rgb(255 198 88 / 0);
}
.border-t-yellow\/10{
  border-top-color: rgb(255 198 88 / 0.1);
}
.border-t-yellow\/100{
  border-top-color: rgb(255 198 88 / 1);
}
.border-t-yellow\/15{
  border-top-color: rgb(255 198 88 / 0.15);
}
.border-t-yellow\/20{
  border-top-color: rgb(255 198 88 / 0.2);
}
.border-t-yellow\/25{
  border-top-color: rgb(255 198 88 / 0.25);
}
.border-t-yellow\/30{
  border-top-color: rgb(255 198 88 / 0.3);
}
.border-t-yellow\/35{
  border-top-color: rgb(255 198 88 / 0.35);
}
.border-t-yellow\/40{
  border-top-color: rgb(255 198 88 / 0.4);
}
.border-t-yellow\/45{
  border-top-color: rgb(255 198 88 / 0.45);
}
.border-t-yellow\/5{
  border-top-color: rgb(255 198 88 / 0.05);
}
.border-t-yellow\/50{
  border-top-color: rgb(255 198 88 / 0.5);
}
.border-t-yellow\/55{
  border-top-color: rgb(255 198 88 / 0.55);
}
.border-t-yellow\/60{
  border-top-color: rgb(255 198 88 / 0.6);
}
.border-t-yellow\/65{
  border-top-color: rgb(255 198 88 / 0.65);
}
.border-t-yellow\/70{
  border-top-color: rgb(255 198 88 / 0.7);
}
.border-t-yellow\/75{
  border-top-color: rgb(255 198 88 / 0.75);
}
.border-t-yellow\/80{
  border-top-color: rgb(255 198 88 / 0.8);
}
.border-t-yellow\/85{
  border-top-color: rgb(255 198 88 / 0.85);
}
.border-t-yellow\/90{
  border-top-color: rgb(255 198 88 / 0.9);
}
.border-t-yellow\/95{
  border-top-color: rgb(255 198 88 / 0.95);
}
.border-opacity-0{
  --tw-border-opacity: 0;
}
.border-opacity-10{
  --tw-border-opacity: 0.1;
}
.border-opacity-100{
  --tw-border-opacity: 1;
}
.border-opacity-15{
  --tw-border-opacity: 0.15;
}
.border-opacity-20{
  --tw-border-opacity: 0.2;
}
.border-opacity-25{
  --tw-border-opacity: 0.25;
}
.border-opacity-30{
  --tw-border-opacity: 0.3;
}
.border-opacity-35{
  --tw-border-opacity: 0.35;
}
.border-opacity-40{
  --tw-border-opacity: 0.4;
}
.border-opacity-45{
  --tw-border-opacity: 0.45;
}
.border-opacity-5{
  --tw-border-opacity: 0.05;
}
.border-opacity-50{
  --tw-border-opacity: 0.5;
}
.border-opacity-55{
  --tw-border-opacity: 0.55;
}
.border-opacity-60{
  --tw-border-opacity: 0.6;
}
.border-opacity-65{
  --tw-border-opacity: 0.65;
}
.border-opacity-70{
  --tw-border-opacity: 0.7;
}
.border-opacity-75{
  --tw-border-opacity: 0.75;
}
.border-opacity-80{
  --tw-border-opacity: 0.8;
}
.border-opacity-85{
  --tw-border-opacity: 0.85;
}
.border-opacity-90{
  --tw-border-opacity: 0.9;
}
.border-opacity-95{
  --tw-border-opacity: 0.95;
}
.bg-\[\#f1f1f4\]{
  --tw-bg-opacity: 1;
  background-color: rgb(241 241 244 / var(--tw-bg-opacity, 1));
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-black\/0{
  background-color: rgb(0 0 0 / 0);
}
.bg-black\/10{
  background-color: rgb(0 0 0 / 0.1);
}
.bg-black\/100{
  background-color: rgb(0 0 0 / 1);
}
.bg-black\/15{
  background-color: rgb(0 0 0 / 0.15);
}
.bg-black\/20{
  background-color: rgb(0 0 0 / 0.2);
}
.bg-black\/25{
  background-color: rgb(0 0 0 / 0.25);
}
.bg-black\/30{
  background-color: rgb(0 0 0 / 0.3);
}
.bg-black\/35{
  background-color: rgb(0 0 0 / 0.35);
}
.bg-black\/40{
  background-color: rgb(0 0 0 / 0.4);
}
.bg-black\/45{
  background-color: rgb(0 0 0 / 0.45);
}
.bg-black\/5{
  background-color: rgb(0 0 0 / 0.05);
}
.bg-black\/50{
  background-color: rgb(0 0 0 / 0.5);
}
.bg-black\/55{
  background-color: rgb(0 0 0 / 0.55);
}
.bg-black\/60{
  background-color: rgb(0 0 0 / 0.6);
}
.bg-black\/65{
  background-color: rgb(0 0 0 / 0.65);
}
.bg-black\/70{
  background-color: rgb(0 0 0 / 0.7);
}
.bg-black\/75{
  background-color: rgb(0 0 0 / 0.75);
}
.bg-black\/80{
  background-color: rgb(0 0 0 / 0.8);
}
.bg-black\/85{
  background-color: rgb(0 0 0 / 0.85);
}
.bg-black\/90{
  background-color: rgb(0 0 0 / 0.9);
}
.bg-black\/95{
  background-color: rgb(0 0 0 / 0.95);
}
.bg-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(0 71 187 / var(--tw-bg-opacity, 1));
}
.bg-blue\/0{
  background-color: rgb(0 71 187 / 0);
}
.bg-blue\/10{
  background-color: rgb(0 71 187 / 0.1);
}
.bg-blue\/100{
  background-color: rgb(0 71 187 / 1);
}
.bg-blue\/15{
  background-color: rgb(0 71 187 / 0.15);
}
.bg-blue\/20{
  background-color: rgb(0 71 187 / 0.2);
}
.bg-blue\/25{
  background-color: rgb(0 71 187 / 0.25);
}
.bg-blue\/30{
  background-color: rgb(0 71 187 / 0.3);
}
.bg-blue\/35{
  background-color: rgb(0 71 187 / 0.35);
}
.bg-blue\/40{
  background-color: rgb(0 71 187 / 0.4);
}
.bg-blue\/45{
  background-color: rgb(0 71 187 / 0.45);
}
.bg-blue\/5{
  background-color: rgb(0 71 187 / 0.05);
}
.bg-blue\/50{
  background-color: rgb(0 71 187 / 0.5);
}
.bg-blue\/55{
  background-color: rgb(0 71 187 / 0.55);
}
.bg-blue\/60{
  background-color: rgb(0 71 187 / 0.6);
}
.bg-blue\/65{
  background-color: rgb(0 71 187 / 0.65);
}
.bg-blue\/70{
  background-color: rgb(0 71 187 / 0.7);
}
.bg-blue\/75{
  background-color: rgb(0 71 187 / 0.75);
}
.bg-blue\/80{
  background-color: rgb(0 71 187 / 0.8);
}
.bg-blue\/85{
  background-color: rgb(0 71 187 / 0.85);
}
.bg-blue\/90{
  background-color: rgb(0 71 187 / 0.9);
}
.bg-blue\/95{
  background-color: rgb(0 71 187 / 0.95);
}
.bg-current{
  background-color: currentColor;
}
.bg-dark-pink{
  --tw-bg-opacity: 1;
  background-color: rgb(132 11 85 / var(--tw-bg-opacity, 1));
}
.bg-dark-pink\/0{
  background-color: rgb(132 11 85 / 0);
}
.bg-dark-pink\/10{
  background-color: rgb(132 11 85 / 0.1);
}
.bg-dark-pink\/100{
  background-color: rgb(132 11 85 / 1);
}
.bg-dark-pink\/15{
  background-color: rgb(132 11 85 / 0.15);
}
.bg-dark-pink\/20{
  background-color: rgb(132 11 85 / 0.2);
}
.bg-dark-pink\/25{
  background-color: rgb(132 11 85 / 0.25);
}
.bg-dark-pink\/30{
  background-color: rgb(132 11 85 / 0.3);
}
.bg-dark-pink\/35{
  background-color: rgb(132 11 85 / 0.35);
}
.bg-dark-pink\/40{
  background-color: rgb(132 11 85 / 0.4);
}
.bg-dark-pink\/45{
  background-color: rgb(132 11 85 / 0.45);
}
.bg-dark-pink\/5{
  background-color: rgb(132 11 85 / 0.05);
}
.bg-dark-pink\/50{
  background-color: rgb(132 11 85 / 0.5);
}
.bg-dark-pink\/55{
  background-color: rgb(132 11 85 / 0.55);
}
.bg-dark-pink\/60{
  background-color: rgb(132 11 85 / 0.6);
}
.bg-dark-pink\/65{
  background-color: rgb(132 11 85 / 0.65);
}
.bg-dark-pink\/70{
  background-color: rgb(132 11 85 / 0.7);
}
.bg-dark-pink\/75{
  background-color: rgb(132 11 85 / 0.75);
}
.bg-dark-pink\/80{
  background-color: rgb(132 11 85 / 0.8);
}
.bg-dark-pink\/85{
  background-color: rgb(132 11 85 / 0.85);
}
.bg-dark-pink\/90{
  background-color: rgb(132 11 85 / 0.9);
}
.bg-dark-pink\/95{
  background-color: rgb(132 11 85 / 0.95);
}
.bg-gray{
  --tw-bg-opacity: 1;
  background-color: rgb(215 217 224 / var(--tw-bg-opacity, 1));
}
.bg-gray\/0{
  background-color: rgb(215 217 224 / 0);
}
.bg-gray\/10{
  background-color: rgb(215 217 224 / 0.1);
}
.bg-gray\/100{
  background-color: rgb(215 217 224 / 1);
}
.bg-gray\/15{
  background-color: rgb(215 217 224 / 0.15);
}
.bg-gray\/20{
  background-color: rgb(215 217 224 / 0.2);
}
.bg-gray\/25{
  background-color: rgb(215 217 224 / 0.25);
}
.bg-gray\/30{
  background-color: rgb(215 217 224 / 0.3);
}
.bg-gray\/35{
  background-color: rgb(215 217 224 / 0.35);
}
.bg-gray\/40{
  background-color: rgb(215 217 224 / 0.4);
}
.bg-gray\/45{
  background-color: rgb(215 217 224 / 0.45);
}
.bg-gray\/5{
  background-color: rgb(215 217 224 / 0.05);
}
.bg-gray\/50{
  background-color: rgb(215 217 224 / 0.5);
}
.bg-gray\/55{
  background-color: rgb(215 217 224 / 0.55);
}
.bg-gray\/60{
  background-color: rgb(215 217 224 / 0.6);
}
.bg-gray\/65{
  background-color: rgb(215 217 224 / 0.65);
}
.bg-gray\/70{
  background-color: rgb(215 217 224 / 0.7);
}
.bg-gray\/75{
  background-color: rgb(215 217 224 / 0.75);
}
.bg-gray\/80{
  background-color: rgb(215 217 224 / 0.8);
}
.bg-gray\/85{
  background-color: rgb(215 217 224 / 0.85);
}
.bg-gray\/90{
  background-color: rgb(215 217 224 / 0.9);
}
.bg-gray\/95{
  background-color: rgb(215 217 224 / 0.95);
}
.bg-green{
  --tw-bg-opacity: 1;
  background-color: rgb(21 71 52 / var(--tw-bg-opacity, 1));
}
.bg-green\/0{
  background-color: rgb(21 71 52 / 0);
}
.bg-green\/10{
  background-color: rgb(21 71 52 / 0.1);
}
.bg-green\/100{
  background-color: rgb(21 71 52 / 1);
}
.bg-green\/15{
  background-color: rgb(21 71 52 / 0.15);
}
.bg-green\/20{
  background-color: rgb(21 71 52 / 0.2);
}
.bg-green\/25{
  background-color: rgb(21 71 52 / 0.25);
}
.bg-green\/30{
  background-color: rgb(21 71 52 / 0.3);
}
.bg-green\/35{
  background-color: rgb(21 71 52 / 0.35);
}
.bg-green\/40{
  background-color: rgb(21 71 52 / 0.4);
}
.bg-green\/45{
  background-color: rgb(21 71 52 / 0.45);
}
.bg-green\/5{
  background-color: rgb(21 71 52 / 0.05);
}
.bg-green\/50{
  background-color: rgb(21 71 52 / 0.5);
}
.bg-green\/55{
  background-color: rgb(21 71 52 / 0.55);
}
.bg-green\/60{
  background-color: rgb(21 71 52 / 0.6);
}
.bg-green\/65{
  background-color: rgb(21 71 52 / 0.65);
}
.bg-green\/70{
  background-color: rgb(21 71 52 / 0.7);
}
.bg-green\/75{
  background-color: rgb(21 71 52 / 0.75);
}
.bg-green\/80{
  background-color: rgb(21 71 52 / 0.8);
}
.bg-green\/85{
  background-color: rgb(21 71 52 / 0.85);
}
.bg-green\/90{
  background-color: rgb(21 71 52 / 0.9);
}
.bg-green\/95{
  background-color: rgb(21 71 52 / 0.95);
}
.bg-orange{
  --tw-bg-opacity: 1;
  background-color: rgb(255 92 57 / var(--tw-bg-opacity, 1));
}
.bg-orange\/0{
  background-color: rgb(255 92 57 / 0);
}
.bg-orange\/10{
  background-color: rgb(255 92 57 / 0.1);
}
.bg-orange\/100{
  background-color: rgb(255 92 57 / 1);
}
.bg-orange\/15{
  background-color: rgb(255 92 57 / 0.15);
}
.bg-orange\/20{
  background-color: rgb(255 92 57 / 0.2);
}
.bg-orange\/25{
  background-color: rgb(255 92 57 / 0.25);
}
.bg-orange\/30{
  background-color: rgb(255 92 57 / 0.3);
}
.bg-orange\/35{
  background-color: rgb(255 92 57 / 0.35);
}
.bg-orange\/40{
  background-color: rgb(255 92 57 / 0.4);
}
.bg-orange\/45{
  background-color: rgb(255 92 57 / 0.45);
}
.bg-orange\/5{
  background-color: rgb(255 92 57 / 0.05);
}
.bg-orange\/50{
  background-color: rgb(255 92 57 / 0.5);
}
.bg-orange\/55{
  background-color: rgb(255 92 57 / 0.55);
}
.bg-orange\/60{
  background-color: rgb(255 92 57 / 0.6);
}
.bg-orange\/65{
  background-color: rgb(255 92 57 / 0.65);
}
.bg-orange\/70{
  background-color: rgb(255 92 57 / 0.7);
}
.bg-orange\/75{
  background-color: rgb(255 92 57 / 0.75);
}
.bg-orange\/80{
  background-color: rgb(255 92 57 / 0.8);
}
.bg-orange\/85{
  background-color: rgb(255 92 57 / 0.85);
}
.bg-orange\/90{
  background-color: rgb(255 92 57 / 0.9);
}
.bg-orange\/95{
  background-color: rgb(255 92 57 / 0.95);
}
.bg-pink{
  --tw-bg-opacity: 1;
  background-color: rgb(249 159 201 / var(--tw-bg-opacity, 1));
}
.bg-pink\/0{
  background-color: rgb(249 159 201 / 0);
}
.bg-pink\/10{
  background-color: rgb(249 159 201 / 0.1);
}
.bg-pink\/100{
  background-color: rgb(249 159 201 / 1);
}
.bg-pink\/15{
  background-color: rgb(249 159 201 / 0.15);
}
.bg-pink\/20{
  background-color: rgb(249 159 201 / 0.2);
}
.bg-pink\/25{
  background-color: rgb(249 159 201 / 0.25);
}
.bg-pink\/30{
  background-color: rgb(249 159 201 / 0.3);
}
.bg-pink\/35{
  background-color: rgb(249 159 201 / 0.35);
}
.bg-pink\/40{
  background-color: rgb(249 159 201 / 0.4);
}
.bg-pink\/45{
  background-color: rgb(249 159 201 / 0.45);
}
.bg-pink\/5{
  background-color: rgb(249 159 201 / 0.05);
}
.bg-pink\/50{
  background-color: rgb(249 159 201 / 0.5);
}
.bg-pink\/55{
  background-color: rgb(249 159 201 / 0.55);
}
.bg-pink\/60{
  background-color: rgb(249 159 201 / 0.6);
}
.bg-pink\/65{
  background-color: rgb(249 159 201 / 0.65);
}
.bg-pink\/70{
  background-color: rgb(249 159 201 / 0.7);
}
.bg-pink\/75{
  background-color: rgb(249 159 201 / 0.75);
}
.bg-pink\/80{
  background-color: rgb(249 159 201 / 0.8);
}
.bg-pink\/85{
  background-color: rgb(249 159 201 / 0.85);
}
.bg-pink\/90{
  background-color: rgb(249 159 201 / 0.9);
}
.bg-pink\/95{
  background-color: rgb(249 159 201 / 0.95);
}
.bg-theme{
  --tw-bg-opacity: 1;
  background-color: rgba(var(--color-theme), var(--tw-bg-opacity, 1));
}
.bg-theme\/0{
  background-color: rgba(var(--color-theme), 0);
}
.bg-theme\/10{
  background-color: rgba(var(--color-theme), 0.1);
}
.bg-theme\/100{
  background-color: rgba(var(--color-theme), 1);
}
.bg-theme\/15{
  background-color: rgba(var(--color-theme), 0.15);
}
.bg-theme\/20{
  background-color: rgba(var(--color-theme), 0.2);
}
.bg-theme\/25{
  background-color: rgba(var(--color-theme), 0.25);
}
.bg-theme\/30{
  background-color: rgba(var(--color-theme), 0.3);
}
.bg-theme\/35{
  background-color: rgba(var(--color-theme), 0.35);
}
.bg-theme\/40{
  background-color: rgba(var(--color-theme), 0.4);
}
.bg-theme\/45{
  background-color: rgba(var(--color-theme), 0.45);
}
.bg-theme\/5{
  background-color: rgba(var(--color-theme), 0.05);
}
.bg-theme\/50{
  background-color: rgba(var(--color-theme), 0.5);
}
.bg-theme\/55{
  background-color: rgba(var(--color-theme), 0.55);
}
.bg-theme\/60{
  background-color: rgba(var(--color-theme), 0.6);
}
.bg-theme\/65{
  background-color: rgba(var(--color-theme), 0.65);
}
.bg-theme\/70{
  background-color: rgba(var(--color-theme), 0.7);
}
.bg-theme\/75{
  background-color: rgba(var(--color-theme), 0.75);
}
.bg-theme\/80{
  background-color: rgba(var(--color-theme), 0.8);
}
.bg-theme\/85{
  background-color: rgba(var(--color-theme), 0.85);
}
.bg-theme\/90{
  background-color: rgba(var(--color-theme), 0.9);
}
.bg-theme\/95{
  background-color: rgba(var(--color-theme), 0.95);
}
.bg-transparent{
  background-color: transparent;
}
.bg-transparent\/0{
  background-color: rgb(0 0 0 / 0);
}
.bg-transparent\/10{
  background-color: rgb(0 0 0 / 0.1);
}
.bg-transparent\/100{
  background-color: rgb(0 0 0 / 1);
}
.bg-transparent\/15{
  background-color: rgb(0 0 0 / 0.15);
}
.bg-transparent\/20{
  background-color: rgb(0 0 0 / 0.2);
}
.bg-transparent\/25{
  background-color: rgb(0 0 0 / 0.25);
}
.bg-transparent\/30{
  background-color: rgb(0 0 0 / 0.3);
}
.bg-transparent\/35{
  background-color: rgb(0 0 0 / 0.35);
}
.bg-transparent\/40{
  background-color: rgb(0 0 0 / 0.4);
}
.bg-transparent\/45{
  background-color: rgb(0 0 0 / 0.45);
}
.bg-transparent\/5{
  background-color: rgb(0 0 0 / 0.05);
}
.bg-transparent\/50{
  background-color: rgb(0 0 0 / 0.5);
}
.bg-transparent\/55{
  background-color: rgb(0 0 0 / 0.55);
}
.bg-transparent\/60{
  background-color: rgb(0 0 0 / 0.6);
}
.bg-transparent\/65{
  background-color: rgb(0 0 0 / 0.65);
}
.bg-transparent\/70{
  background-color: rgb(0 0 0 / 0.7);
}
.bg-transparent\/75{
  background-color: rgb(0 0 0 / 0.75);
}
.bg-transparent\/80{
  background-color: rgb(0 0 0 / 0.8);
}
.bg-transparent\/85{
  background-color: rgb(0 0 0 / 0.85);
}
.bg-transparent\/90{
  background-color: rgb(0 0 0 / 0.9);
}
.bg-transparent\/95{
  background-color: rgb(0 0 0 / 0.95);
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-white\/0{
  background-color: rgb(255 255 255 / 0);
}
.bg-white\/10{
  background-color: rgb(255 255 255 / 0.1);
}
.bg-white\/100{
  background-color: rgb(255 255 255 / 1);
}
.bg-white\/15{
  background-color: rgb(255 255 255 / 0.15);
}
.bg-white\/20{
  background-color: rgb(255 255 255 / 0.2);
}
.bg-white\/25{
  background-color: rgb(255 255 255 / 0.25);
}
.bg-white\/30{
  background-color: rgb(255 255 255 / 0.3);
}
.bg-white\/35{
  background-color: rgb(255 255 255 / 0.35);
}
.bg-white\/40{
  background-color: rgb(255 255 255 / 0.4);
}
.bg-white\/45{
  background-color: rgb(255 255 255 / 0.45);
}
.bg-white\/5{
  background-color: rgb(255 255 255 / 0.05);
}
.bg-white\/50{
  background-color: rgb(255 255 255 / 0.5);
}
.bg-white\/55{
  background-color: rgb(255 255 255 / 0.55);
}
.bg-white\/60{
  background-color: rgb(255 255 255 / 0.6);
}
.bg-white\/65{
  background-color: rgb(255 255 255 / 0.65);
}
.bg-white\/70{
  background-color: rgb(255 255 255 / 0.7);
}
.bg-white\/75{
  background-color: rgb(255 255 255 / 0.75);
}
.bg-white\/80{
  background-color: rgb(255 255 255 / 0.8);
}
.bg-white\/85{
  background-color: rgb(255 255 255 / 0.85);
}
.bg-white\/90{
  background-color: rgb(255 255 255 / 0.9);
}
.bg-white\/95{
  background-color: rgb(255 255 255 / 0.95);
}
.bg-yellow{
  --tw-bg-opacity: 1;
  background-color: rgb(255 198 88 / var(--tw-bg-opacity, 1));
}
.bg-yellow\/0{
  background-color: rgb(255 198 88 / 0);
}
.bg-yellow\/10{
  background-color: rgb(255 198 88 / 0.1);
}
.bg-yellow\/100{
  background-color: rgb(255 198 88 / 1);
}
.bg-yellow\/15{
  background-color: rgb(255 198 88 / 0.15);
}
.bg-yellow\/20{
  background-color: rgb(255 198 88 / 0.2);
}
.bg-yellow\/25{
  background-color: rgb(255 198 88 / 0.25);
}
.bg-yellow\/30{
  background-color: rgb(255 198 88 / 0.3);
}
.bg-yellow\/35{
  background-color: rgb(255 198 88 / 0.35);
}
.bg-yellow\/40{
  background-color: rgb(255 198 88 / 0.4);
}
.bg-yellow\/45{
  background-color: rgb(255 198 88 / 0.45);
}
.bg-yellow\/5{
  background-color: rgb(255 198 88 / 0.05);
}
.bg-yellow\/50{
  background-color: rgb(255 198 88 / 0.5);
}
.bg-yellow\/55{
  background-color: rgb(255 198 88 / 0.55);
}
.bg-yellow\/60{
  background-color: rgb(255 198 88 / 0.6);
}
.bg-yellow\/65{
  background-color: rgb(255 198 88 / 0.65);
}
.bg-yellow\/70{
  background-color: rgb(255 198 88 / 0.7);
}
.bg-yellow\/75{
  background-color: rgb(255 198 88 / 0.75);
}
.bg-yellow\/80{
  background-color: rgb(255 198 88 / 0.8);
}
.bg-yellow\/85{
  background-color: rgb(255 198 88 / 0.85);
}
.bg-yellow\/90{
  background-color: rgb(255 198 88 / 0.9);
}
.bg-yellow\/95{
  background-color: rgb(255 198 88 / 0.95);
}
.bg-opacity-0{
  --tw-bg-opacity: 0;
}
.bg-opacity-10{
  --tw-bg-opacity: 0.1;
}
.bg-opacity-100{
  --tw-bg-opacity: 1;
}
.bg-opacity-15{
  --tw-bg-opacity: 0.15;
}
.bg-opacity-20{
  --tw-bg-opacity: 0.2;
}
.bg-opacity-25{
  --tw-bg-opacity: 0.25;
}
.bg-opacity-30{
  --tw-bg-opacity: 0.3;
}
.bg-opacity-35{
  --tw-bg-opacity: 0.35;
}
.bg-opacity-40{
  --tw-bg-opacity: 0.4;
}
.bg-opacity-45{
  --tw-bg-opacity: 0.45;
}
.bg-opacity-5{
  --tw-bg-opacity: 0.05;
}
.bg-opacity-50{
  --tw-bg-opacity: 0.5;
}
.bg-opacity-55{
  --tw-bg-opacity: 0.55;
}
.bg-opacity-60{
  --tw-bg-opacity: 0.6;
}
.bg-opacity-65{
  --tw-bg-opacity: 0.65;
}
.bg-opacity-70{
  --tw-bg-opacity: 0.7;
}
.bg-opacity-75{
  --tw-bg-opacity: 0.75;
}
.bg-opacity-80{
  --tw-bg-opacity: 0.8;
}
.bg-opacity-85{
  --tw-bg-opacity: 0.85;
}
.bg-opacity-90{
  --tw-bg-opacity: 0.9;
}
.bg-opacity-95{
  --tw-bg-opacity: 0.95;
}
.bg-gradient-to-b{
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-bl{
  background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
}
.bg-gradient-to-br{
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.bg-gradient-to-l{
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}
.bg-gradient-to-r{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.bg-gradient-to-t{
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.bg-gradient-to-tl{
  background-image: linear-gradient(to top left, var(--tw-gradient-stops));
}
.bg-gradient-to-tr{
  background-image: linear-gradient(to top right, var(--tw-gradient-stops));
}
.bg-none{
  background-image: none;
}
.from-black\/0{
  --tw-gradient-from: rgb(0 0 0 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-black\/50{
  --tw-gradient-to: rgb(0 0 0 / 0.5) var(--tw-gradient-to-position);
}
.bg-auto{
  background-size: auto;
}
.bg-contain{
  background-size: contain;
}
.bg-cover{
  background-size: cover;
}
.bg-fixed{
  background-attachment: fixed;
}
.bg-local{
  background-attachment: local;
}
.bg-scroll{
  background-attachment: scroll;
}
.bg-clip-border{
  background-clip: border-box;
}
.bg-clip-padding{
  background-clip: padding-box;
}
.bg-clip-content{
  background-clip: content-box;
}
.bg-clip-text{
  background-clip: text;
}
.bg-bottom{
  background-position: bottom;
}
.bg-center{
  background-position: center;
}
.bg-left{
  background-position: left;
}
.bg-left-bottom{
  background-position: left bottom;
}
.bg-left-top{
  background-position: left top;
}
.bg-right{
  background-position: right;
}
.bg-right-bottom{
  background-position: right bottom;
}
.bg-right-top{
  background-position: right top;
}
.bg-top{
  background-position: top;
}
.bg-repeat{
  background-repeat: repeat;
}
.bg-no-repeat{
  background-repeat: no-repeat;
}
.bg-repeat-x{
  background-repeat: repeat-x;
}
.bg-repeat-y{
  background-repeat: repeat-y;
}
.bg-repeat-round{
  background-repeat: round;
}
.bg-repeat-space{
  background-repeat: space;
}
.bg-origin-border{
  background-origin: border-box;
}
.bg-origin-padding{
  background-origin: padding-box;
}
.bg-origin-content{
  background-origin: content-box;
}
.\!fill-white{
  fill: #FFF !important;
}
.fill-black{
  fill: #000;
}
.fill-black\/0{
  fill: rgb(0 0 0 / 0);
}
.fill-black\/10{
  fill: rgb(0 0 0 / 0.1);
}
.fill-black\/100{
  fill: rgb(0 0 0 / 1);
}
.fill-black\/15{
  fill: rgb(0 0 0 / 0.15);
}
.fill-black\/20{
  fill: rgb(0 0 0 / 0.2);
}
.fill-black\/25{
  fill: rgb(0 0 0 / 0.25);
}
.fill-black\/30{
  fill: rgb(0 0 0 / 0.3);
}
.fill-black\/35{
  fill: rgb(0 0 0 / 0.35);
}
.fill-black\/40{
  fill: rgb(0 0 0 / 0.4);
}
.fill-black\/45{
  fill: rgb(0 0 0 / 0.45);
}
.fill-black\/5{
  fill: rgb(0 0 0 / 0.05);
}
.fill-black\/50{
  fill: rgb(0 0 0 / 0.5);
}
.fill-black\/55{
  fill: rgb(0 0 0 / 0.55);
}
.fill-black\/60{
  fill: rgb(0 0 0 / 0.6);
}
.fill-black\/65{
  fill: rgb(0 0 0 / 0.65);
}
.fill-black\/70{
  fill: rgb(0 0 0 / 0.7);
}
.fill-black\/75{
  fill: rgb(0 0 0 / 0.75);
}
.fill-black\/80{
  fill: rgb(0 0 0 / 0.8);
}
.fill-black\/85{
  fill: rgb(0 0 0 / 0.85);
}
.fill-black\/90{
  fill: rgb(0 0 0 / 0.9);
}
.fill-black\/95{
  fill: rgb(0 0 0 / 0.95);
}
.fill-blue{
  fill: #0047BB;
}
.fill-blue\/0{
  fill: rgb(0 71 187 / 0);
}
.fill-blue\/10{
  fill: rgb(0 71 187 / 0.1);
}
.fill-blue\/100{
  fill: rgb(0 71 187 / 1);
}
.fill-blue\/15{
  fill: rgb(0 71 187 / 0.15);
}
.fill-blue\/20{
  fill: rgb(0 71 187 / 0.2);
}
.fill-blue\/25{
  fill: rgb(0 71 187 / 0.25);
}
.fill-blue\/30{
  fill: rgb(0 71 187 / 0.3);
}
.fill-blue\/35{
  fill: rgb(0 71 187 / 0.35);
}
.fill-blue\/40{
  fill: rgb(0 71 187 / 0.4);
}
.fill-blue\/45{
  fill: rgb(0 71 187 / 0.45);
}
.fill-blue\/5{
  fill: rgb(0 71 187 / 0.05);
}
.fill-blue\/50{
  fill: rgb(0 71 187 / 0.5);
}
.fill-blue\/55{
  fill: rgb(0 71 187 / 0.55);
}
.fill-blue\/60{
  fill: rgb(0 71 187 / 0.6);
}
.fill-blue\/65{
  fill: rgb(0 71 187 / 0.65);
}
.fill-blue\/70{
  fill: rgb(0 71 187 / 0.7);
}
.fill-blue\/75{
  fill: rgb(0 71 187 / 0.75);
}
.fill-blue\/80{
  fill: rgb(0 71 187 / 0.8);
}
.fill-blue\/85{
  fill: rgb(0 71 187 / 0.85);
}
.fill-blue\/90{
  fill: rgb(0 71 187 / 0.9);
}
.fill-blue\/95{
  fill: rgb(0 71 187 / 0.95);
}
.fill-current{
  fill: currentColor;
}
.fill-dark-pink{
  fill: #840B55;
}
.fill-dark-pink\/0{
  fill: rgb(132 11 85 / 0);
}
.fill-dark-pink\/10{
  fill: rgb(132 11 85 / 0.1);
}
.fill-dark-pink\/100{
  fill: rgb(132 11 85 / 1);
}
.fill-dark-pink\/15{
  fill: rgb(132 11 85 / 0.15);
}
.fill-dark-pink\/20{
  fill: rgb(132 11 85 / 0.2);
}
.fill-dark-pink\/25{
  fill: rgb(132 11 85 / 0.25);
}
.fill-dark-pink\/30{
  fill: rgb(132 11 85 / 0.3);
}
.fill-dark-pink\/35{
  fill: rgb(132 11 85 / 0.35);
}
.fill-dark-pink\/40{
  fill: rgb(132 11 85 / 0.4);
}
.fill-dark-pink\/45{
  fill: rgb(132 11 85 / 0.45);
}
.fill-dark-pink\/5{
  fill: rgb(132 11 85 / 0.05);
}
.fill-dark-pink\/50{
  fill: rgb(132 11 85 / 0.5);
}
.fill-dark-pink\/55{
  fill: rgb(132 11 85 / 0.55);
}
.fill-dark-pink\/60{
  fill: rgb(132 11 85 / 0.6);
}
.fill-dark-pink\/65{
  fill: rgb(132 11 85 / 0.65);
}
.fill-dark-pink\/70{
  fill: rgb(132 11 85 / 0.7);
}
.fill-dark-pink\/75{
  fill: rgb(132 11 85 / 0.75);
}
.fill-dark-pink\/80{
  fill: rgb(132 11 85 / 0.8);
}
.fill-dark-pink\/85{
  fill: rgb(132 11 85 / 0.85);
}
.fill-dark-pink\/90{
  fill: rgb(132 11 85 / 0.9);
}
.fill-dark-pink\/95{
  fill: rgb(132 11 85 / 0.95);
}
.fill-gray{
  fill: #D7D9E0;
}
.fill-gray\/0{
  fill: rgb(215 217 224 / 0);
}
.fill-gray\/10{
  fill: rgb(215 217 224 / 0.1);
}
.fill-gray\/100{
  fill: rgb(215 217 224 / 1);
}
.fill-gray\/15{
  fill: rgb(215 217 224 / 0.15);
}
.fill-gray\/20{
  fill: rgb(215 217 224 / 0.2);
}
.fill-gray\/25{
  fill: rgb(215 217 224 / 0.25);
}
.fill-gray\/30{
  fill: rgb(215 217 224 / 0.3);
}
.fill-gray\/35{
  fill: rgb(215 217 224 / 0.35);
}
.fill-gray\/40{
  fill: rgb(215 217 224 / 0.4);
}
.fill-gray\/45{
  fill: rgb(215 217 224 / 0.45);
}
.fill-gray\/5{
  fill: rgb(215 217 224 / 0.05);
}
.fill-gray\/50{
  fill: rgb(215 217 224 / 0.5);
}
.fill-gray\/55{
  fill: rgb(215 217 224 / 0.55);
}
.fill-gray\/60{
  fill: rgb(215 217 224 / 0.6);
}
.fill-gray\/65{
  fill: rgb(215 217 224 / 0.65);
}
.fill-gray\/70{
  fill: rgb(215 217 224 / 0.7);
}
.fill-gray\/75{
  fill: rgb(215 217 224 / 0.75);
}
.fill-gray\/80{
  fill: rgb(215 217 224 / 0.8);
}
.fill-gray\/85{
  fill: rgb(215 217 224 / 0.85);
}
.fill-gray\/90{
  fill: rgb(215 217 224 / 0.9);
}
.fill-gray\/95{
  fill: rgb(215 217 224 / 0.95);
}
.fill-green{
  fill: #154734;
}
.fill-green\/0{
  fill: rgb(21 71 52 / 0);
}
.fill-green\/10{
  fill: rgb(21 71 52 / 0.1);
}
.fill-green\/100{
  fill: rgb(21 71 52 / 1);
}
.fill-green\/15{
  fill: rgb(21 71 52 / 0.15);
}
.fill-green\/20{
  fill: rgb(21 71 52 / 0.2);
}
.fill-green\/25{
  fill: rgb(21 71 52 / 0.25);
}
.fill-green\/30{
  fill: rgb(21 71 52 / 0.3);
}
.fill-green\/35{
  fill: rgb(21 71 52 / 0.35);
}
.fill-green\/40{
  fill: rgb(21 71 52 / 0.4);
}
.fill-green\/45{
  fill: rgb(21 71 52 / 0.45);
}
.fill-green\/5{
  fill: rgb(21 71 52 / 0.05);
}
.fill-green\/50{
  fill: rgb(21 71 52 / 0.5);
}
.fill-green\/55{
  fill: rgb(21 71 52 / 0.55);
}
.fill-green\/60{
  fill: rgb(21 71 52 / 0.6);
}
.fill-green\/65{
  fill: rgb(21 71 52 / 0.65);
}
.fill-green\/70{
  fill: rgb(21 71 52 / 0.7);
}
.fill-green\/75{
  fill: rgb(21 71 52 / 0.75);
}
.fill-green\/80{
  fill: rgb(21 71 52 / 0.8);
}
.fill-green\/85{
  fill: rgb(21 71 52 / 0.85);
}
.fill-green\/90{
  fill: rgb(21 71 52 / 0.9);
}
.fill-green\/95{
  fill: rgb(21 71 52 / 0.95);
}
.fill-none{
  fill: none;
}
.fill-orange{
  fill: #FF5C39;
}
.fill-orange\/0{
  fill: rgb(255 92 57 / 0);
}
.fill-orange\/10{
  fill: rgb(255 92 57 / 0.1);
}
.fill-orange\/100{
  fill: rgb(255 92 57 / 1);
}
.fill-orange\/15{
  fill: rgb(255 92 57 / 0.15);
}
.fill-orange\/20{
  fill: rgb(255 92 57 / 0.2);
}
.fill-orange\/25{
  fill: rgb(255 92 57 / 0.25);
}
.fill-orange\/30{
  fill: rgb(255 92 57 / 0.3);
}
.fill-orange\/35{
  fill: rgb(255 92 57 / 0.35);
}
.fill-orange\/40{
  fill: rgb(255 92 57 / 0.4);
}
.fill-orange\/45{
  fill: rgb(255 92 57 / 0.45);
}
.fill-orange\/5{
  fill: rgb(255 92 57 / 0.05);
}
.fill-orange\/50{
  fill: rgb(255 92 57 / 0.5);
}
.fill-orange\/55{
  fill: rgb(255 92 57 / 0.55);
}
.fill-orange\/60{
  fill: rgb(255 92 57 / 0.6);
}
.fill-orange\/65{
  fill: rgb(255 92 57 / 0.65);
}
.fill-orange\/70{
  fill: rgb(255 92 57 / 0.7);
}
.fill-orange\/75{
  fill: rgb(255 92 57 / 0.75);
}
.fill-orange\/80{
  fill: rgb(255 92 57 / 0.8);
}
.fill-orange\/85{
  fill: rgb(255 92 57 / 0.85);
}
.fill-orange\/90{
  fill: rgb(255 92 57 / 0.9);
}
.fill-orange\/95{
  fill: rgb(255 92 57 / 0.95);
}
.fill-pink{
  fill: #F99FC9;
}
.fill-pink\/0{
  fill: rgb(249 159 201 / 0);
}
.fill-pink\/10{
  fill: rgb(249 159 201 / 0.1);
}
.fill-pink\/100{
  fill: rgb(249 159 201 / 1);
}
.fill-pink\/15{
  fill: rgb(249 159 201 / 0.15);
}
.fill-pink\/20{
  fill: rgb(249 159 201 / 0.2);
}
.fill-pink\/25{
  fill: rgb(249 159 201 / 0.25);
}
.fill-pink\/30{
  fill: rgb(249 159 201 / 0.3);
}
.fill-pink\/35{
  fill: rgb(249 159 201 / 0.35);
}
.fill-pink\/40{
  fill: rgb(249 159 201 / 0.4);
}
.fill-pink\/45{
  fill: rgb(249 159 201 / 0.45);
}
.fill-pink\/5{
  fill: rgb(249 159 201 / 0.05);
}
.fill-pink\/50{
  fill: rgb(249 159 201 / 0.5);
}
.fill-pink\/55{
  fill: rgb(249 159 201 / 0.55);
}
.fill-pink\/60{
  fill: rgb(249 159 201 / 0.6);
}
.fill-pink\/65{
  fill: rgb(249 159 201 / 0.65);
}
.fill-pink\/70{
  fill: rgb(249 159 201 / 0.7);
}
.fill-pink\/75{
  fill: rgb(249 159 201 / 0.75);
}
.fill-pink\/80{
  fill: rgb(249 159 201 / 0.8);
}
.fill-pink\/85{
  fill: rgb(249 159 201 / 0.85);
}
.fill-pink\/90{
  fill: rgb(249 159 201 / 0.9);
}
.fill-pink\/95{
  fill: rgb(249 159 201 / 0.95);
}
.fill-theme{
  fill: rgb(var(--color-theme));
}
.fill-theme\/0{
  fill: rgba(var(--color-theme), 0);
}
.fill-theme\/10{
  fill: rgba(var(--color-theme), 0.1);
}
.fill-theme\/100{
  fill: rgba(var(--color-theme), 1);
}
.fill-theme\/15{
  fill: rgba(var(--color-theme), 0.15);
}
.fill-theme\/20{
  fill: rgba(var(--color-theme), 0.2);
}
.fill-theme\/25{
  fill: rgba(var(--color-theme), 0.25);
}
.fill-theme\/30{
  fill: rgba(var(--color-theme), 0.3);
}
.fill-theme\/35{
  fill: rgba(var(--color-theme), 0.35);
}
.fill-theme\/40{
  fill: rgba(var(--color-theme), 0.4);
}
.fill-theme\/45{
  fill: rgba(var(--color-theme), 0.45);
}
.fill-theme\/5{
  fill: rgba(var(--color-theme), 0.05);
}
.fill-theme\/50{
  fill: rgba(var(--color-theme), 0.5);
}
.fill-theme\/55{
  fill: rgba(var(--color-theme), 0.55);
}
.fill-theme\/60{
  fill: rgba(var(--color-theme), 0.6);
}
.fill-theme\/65{
  fill: rgba(var(--color-theme), 0.65);
}
.fill-theme\/70{
  fill: rgba(var(--color-theme), 0.7);
}
.fill-theme\/75{
  fill: rgba(var(--color-theme), 0.75);
}
.fill-theme\/80{
  fill: rgba(var(--color-theme), 0.8);
}
.fill-theme\/85{
  fill: rgba(var(--color-theme), 0.85);
}
.fill-theme\/90{
  fill: rgba(var(--color-theme), 0.9);
}
.fill-theme\/95{
  fill: rgba(var(--color-theme), 0.95);
}
.fill-transparent{
  fill: transparent;
}
.fill-transparent\/0{
  fill: rgb(0 0 0 / 0);
}
.fill-transparent\/10{
  fill: rgb(0 0 0 / 0.1);
}
.fill-transparent\/100{
  fill: rgb(0 0 0 / 1);
}
.fill-transparent\/15{
  fill: rgb(0 0 0 / 0.15);
}
.fill-transparent\/20{
  fill: rgb(0 0 0 / 0.2);
}
.fill-transparent\/25{
  fill: rgb(0 0 0 / 0.25);
}
.fill-transparent\/30{
  fill: rgb(0 0 0 / 0.3);
}
.fill-transparent\/35{
  fill: rgb(0 0 0 / 0.35);
}
.fill-transparent\/40{
  fill: rgb(0 0 0 / 0.4);
}
.fill-transparent\/45{
  fill: rgb(0 0 0 / 0.45);
}
.fill-transparent\/5{
  fill: rgb(0 0 0 / 0.05);
}
.fill-transparent\/50{
  fill: rgb(0 0 0 / 0.5);
}
.fill-transparent\/55{
  fill: rgb(0 0 0 / 0.55);
}
.fill-transparent\/60{
  fill: rgb(0 0 0 / 0.6);
}
.fill-transparent\/65{
  fill: rgb(0 0 0 / 0.65);
}
.fill-transparent\/70{
  fill: rgb(0 0 0 / 0.7);
}
.fill-transparent\/75{
  fill: rgb(0 0 0 / 0.75);
}
.fill-transparent\/80{
  fill: rgb(0 0 0 / 0.8);
}
.fill-transparent\/85{
  fill: rgb(0 0 0 / 0.85);
}
.fill-transparent\/90{
  fill: rgb(0 0 0 / 0.9);
}
.fill-transparent\/95{
  fill: rgb(0 0 0 / 0.95);
}
.fill-white{
  fill: #FFF;
}
.fill-white\/0{
  fill: rgb(255 255 255 / 0);
}
.fill-white\/10{
  fill: rgb(255 255 255 / 0.1);
}
.fill-white\/100{
  fill: rgb(255 255 255 / 1);
}
.fill-white\/15{
  fill: rgb(255 255 255 / 0.15);
}
.fill-white\/20{
  fill: rgb(255 255 255 / 0.2);
}
.fill-white\/25{
  fill: rgb(255 255 255 / 0.25);
}
.fill-white\/30{
  fill: rgb(255 255 255 / 0.3);
}
.fill-white\/35{
  fill: rgb(255 255 255 / 0.35);
}
.fill-white\/40{
  fill: rgb(255 255 255 / 0.4);
}
.fill-white\/45{
  fill: rgb(255 255 255 / 0.45);
}
.fill-white\/5{
  fill: rgb(255 255 255 / 0.05);
}
.fill-white\/50{
  fill: rgb(255 255 255 / 0.5);
}
.fill-white\/55{
  fill: rgb(255 255 255 / 0.55);
}
.fill-white\/60{
  fill: rgb(255 255 255 / 0.6);
}
.fill-white\/65{
  fill: rgb(255 255 255 / 0.65);
}
.fill-white\/70{
  fill: rgb(255 255 255 / 0.7);
}
.fill-white\/75{
  fill: rgb(255 255 255 / 0.75);
}
.fill-white\/80{
  fill: rgb(255 255 255 / 0.8);
}
.fill-white\/85{
  fill: rgb(255 255 255 / 0.85);
}
.fill-white\/90{
  fill: rgb(255 255 255 / 0.9);
}
.fill-white\/95{
  fill: rgb(255 255 255 / 0.95);
}
.fill-yellow{
  fill: #FFC658;
}
.fill-yellow\/0{
  fill: rgb(255 198 88 / 0);
}
.fill-yellow\/10{
  fill: rgb(255 198 88 / 0.1);
}
.fill-yellow\/100{
  fill: rgb(255 198 88 / 1);
}
.fill-yellow\/15{
  fill: rgb(255 198 88 / 0.15);
}
.fill-yellow\/20{
  fill: rgb(255 198 88 / 0.2);
}
.fill-yellow\/25{
  fill: rgb(255 198 88 / 0.25);
}
.fill-yellow\/30{
  fill: rgb(255 198 88 / 0.3);
}
.fill-yellow\/35{
  fill: rgb(255 198 88 / 0.35);
}
.fill-yellow\/40{
  fill: rgb(255 198 88 / 0.4);
}
.fill-yellow\/45{
  fill: rgb(255 198 88 / 0.45);
}
.fill-yellow\/5{
  fill: rgb(255 198 88 / 0.05);
}
.fill-yellow\/50{
  fill: rgb(255 198 88 / 0.5);
}
.fill-yellow\/55{
  fill: rgb(255 198 88 / 0.55);
}
.fill-yellow\/60{
  fill: rgb(255 198 88 / 0.6);
}
.fill-yellow\/65{
  fill: rgb(255 198 88 / 0.65);
}
.fill-yellow\/70{
  fill: rgb(255 198 88 / 0.7);
}
.fill-yellow\/75{
  fill: rgb(255 198 88 / 0.75);
}
.fill-yellow\/80{
  fill: rgb(255 198 88 / 0.8);
}
.fill-yellow\/85{
  fill: rgb(255 198 88 / 0.85);
}
.fill-yellow\/90{
  fill: rgb(255 198 88 / 0.9);
}
.fill-yellow\/95{
  fill: rgb(255 198 88 / 0.95);
}
.object-contain{
  object-fit: contain;
}
.object-cover{
  object-fit: cover;
}
.p-2\.5{
  padding: 0.625rem;
}
.p-3{
  padding: 0.75rem;
}
.p-3\.5{
  padding: 0.875rem;
}
.p-4{
  padding: 1rem;
}
.p-5{
  padding: 1.25rem;
}
.p-\[1\.26985rem\]{
  padding: 1.26985rem;
}
.p-\[15\%\]{
  padding: 15%;
}
.p-\[9\.335\%\]{
  padding: 9.335%;
}
.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-1\.5{
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-2\.5{
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-20{
  padding-left: 5rem;
  padding-right: 5rem;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-\[3vw\]{
  padding-left: 3vw;
  padding-right: 3vw;
}
.py-1\.5{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[25vh\]{
  padding-top: 25vh;
  padding-bottom: 25vh;
}
.py-\[4\.5rem\]{
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}
.pb-0\.5{
  padding-bottom: 0.125rem;
}
.pb-10{
  padding-bottom: 2.5rem;
}
.pb-20{
  padding-bottom: 5rem;
}
.pb-30{
  padding-bottom: 7.5rem;
}
.pb-5{
  padding-bottom: 1.25rem;
}
.pl-2\.5{
  padding-left: 0.625rem;
}
.pr-14{
  padding-right: 3.5rem;
}
.pr-4\.5{
  padding-right: 1.125rem;
}
.pt-10{
  padding-top: 2.5rem;
}
.pt-3{
  padding-top: 0.75rem;
}
.pt-44{
  padding-top: 11rem;
}
.pt-5{
  padding-top: 1.25rem;
}
.pt-8{
  padding-top: 2rem;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.text-justify{
  text-align: justify;
}
.text-start{
  text-align: start;
}
.text-end{
  text-align: end;
}
.text-2xl{
  font-size: 1.444rem;
}
.text-3xl{
  font-size: 1.777rem;
}
.text-4xl{
  font-size: 2rem;
}
.text-5xl{
  font-size: 2.666rem;
}
.text-6xl{
  font-size: 3.333rem;
}
.text-7xl{
  font-size: 4rem;
}
.text-8xl{
  font-size: 6.222rem;
}
.text-9xl{
  font-size: 6.666rem;
}
.text-\[\.74074rem\]{
  font-size: .74074rem;
}
.text-\[\.84656rem\]{
  font-size: .84656rem;
}
.text-\[\.952382rem\]{
  font-size: .952382rem;
}
.text-\[1\.11111rem\]{
  font-size: 1.11111rem;
}
.text-\[1\.444445rem\]{
  font-size: 1.444445rem;
}
.text-base{
  font-size: 1rem;
}
.text-lg{
  font-size: 1.166rem;
}
.text-sm{
  font-size: .777rem;
}
.text-tiny{
  font-size: .888rem;
}
.text-xl{
  font-size: 1.333rem;
}
.text-xs{
  font-size: .666rem;
}
.text-xxs{
  font-size: .555rem;
}
.font-bold{
  font-weight: 700;
}
.font-medium{
  font-weight: 500;
}
.uppercase{
  text-transform: uppercase;
}
.lowercase{
  text-transform: lowercase;
}
.italic{
  font-style: italic;
}
.not-italic{
  font-style: normal;
}
.leading-6{
  line-height: 1.5rem;
}
.leading-\[1\.05\]{
  line-height: 1.05;
}
.leading-\[1\.16\]{
  line-height: 1.16;
}
.leading-\[1\.1\]{
  line-height: 1.1;
}
.leading-\[1\.55\]{
  line-height: 1.55;
}
.leading-\[18\/14\]{
  line-height: 18/14;
}
.leading-\[24\/18\]{
  line-height: 24/18;
}
.leading-\[32\/26\]{
  line-height: 32/26;
}
.leading-\[calc\(18\/14\)\]{
  line-height: calc(18 / 14);
}
.leading-\[calc\(24\/16\)\]{
  line-height: calc(24 / 16);
}
.leading-\[calc\(32\/21\)\]{
  line-height: calc(32 / 21);
}
.leading-\[calc\(80\/72\)\]{
  line-height: calc(80 / 72);
}
.leading-none{
  line-height: 1;
}
.leading-normal{
  line-height: 1.5;
}
.leading-relaxed{
  line-height: 1.777;
}
.leading-snug{
  line-height: 1.333;
}
.leading-tight{
  line-height: 1.2;
}
.\!text-white{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-black\/0{
  color: rgb(0 0 0 / 0);
}
.text-black\/10{
  color: rgb(0 0 0 / 0.1);
}
.text-black\/100{
  color: rgb(0 0 0 / 1);
}
.text-black\/15{
  color: rgb(0 0 0 / 0.15);
}
.text-black\/20{
  color: rgb(0 0 0 / 0.2);
}
.text-black\/25{
  color: rgb(0 0 0 / 0.25);
}
.text-black\/30{
  color: rgb(0 0 0 / 0.3);
}
.text-black\/35{
  color: rgb(0 0 0 / 0.35);
}
.text-black\/40{
  color: rgb(0 0 0 / 0.4);
}
.text-black\/45{
  color: rgb(0 0 0 / 0.45);
}
.text-black\/5{
  color: rgb(0 0 0 / 0.05);
}
.text-black\/50{
  color: rgb(0 0 0 / 0.5);
}
.text-black\/55{
  color: rgb(0 0 0 / 0.55);
}
.text-black\/60{
  color: rgb(0 0 0 / 0.6);
}
.text-black\/65{
  color: rgb(0 0 0 / 0.65);
}
.text-black\/70{
  color: rgb(0 0 0 / 0.7);
}
.text-black\/75{
  color: rgb(0 0 0 / 0.75);
}
.text-black\/80{
  color: rgb(0 0 0 / 0.8);
}
.text-black\/85{
  color: rgb(0 0 0 / 0.85);
}
.text-black\/90{
  color: rgb(0 0 0 / 0.9);
}
.text-black\/95{
  color: rgb(0 0 0 / 0.95);
}
.text-blue{
  --tw-text-opacity: 1;
  color: rgb(0 71 187 / var(--tw-text-opacity, 1));
}
.text-blue\/0{
  color: rgb(0 71 187 / 0);
}
.text-blue\/10{
  color: rgb(0 71 187 / 0.1);
}
.text-blue\/100{
  color: rgb(0 71 187 / 1);
}
.text-blue\/15{
  color: rgb(0 71 187 / 0.15);
}
.text-blue\/20{
  color: rgb(0 71 187 / 0.2);
}
.text-blue\/25{
  color: rgb(0 71 187 / 0.25);
}
.text-blue\/30{
  color: rgb(0 71 187 / 0.3);
}
.text-blue\/35{
  color: rgb(0 71 187 / 0.35);
}
.text-blue\/40{
  color: rgb(0 71 187 / 0.4);
}
.text-blue\/45{
  color: rgb(0 71 187 / 0.45);
}
.text-blue\/5{
  color: rgb(0 71 187 / 0.05);
}
.text-blue\/50{
  color: rgb(0 71 187 / 0.5);
}
.text-blue\/55{
  color: rgb(0 71 187 / 0.55);
}
.text-blue\/60{
  color: rgb(0 71 187 / 0.6);
}
.text-blue\/65{
  color: rgb(0 71 187 / 0.65);
}
.text-blue\/70{
  color: rgb(0 71 187 / 0.7);
}
.text-blue\/75{
  color: rgb(0 71 187 / 0.75);
}
.text-blue\/80{
  color: rgb(0 71 187 / 0.8);
}
.text-blue\/85{
  color: rgb(0 71 187 / 0.85);
}
.text-blue\/90{
  color: rgb(0 71 187 / 0.9);
}
.text-blue\/95{
  color: rgb(0 71 187 / 0.95);
}
.text-current{
  color: currentColor;
}
.text-dark-pink{
  --tw-text-opacity: 1;
  color: rgb(132 11 85 / var(--tw-text-opacity, 1));
}
.text-dark-pink\/0{
  color: rgb(132 11 85 / 0);
}
.text-dark-pink\/10{
  color: rgb(132 11 85 / 0.1);
}
.text-dark-pink\/100{
  color: rgb(132 11 85 / 1);
}
.text-dark-pink\/15{
  color: rgb(132 11 85 / 0.15);
}
.text-dark-pink\/20{
  color: rgb(132 11 85 / 0.2);
}
.text-dark-pink\/25{
  color: rgb(132 11 85 / 0.25);
}
.text-dark-pink\/30{
  color: rgb(132 11 85 / 0.3);
}
.text-dark-pink\/35{
  color: rgb(132 11 85 / 0.35);
}
.text-dark-pink\/40{
  color: rgb(132 11 85 / 0.4);
}
.text-dark-pink\/45{
  color: rgb(132 11 85 / 0.45);
}
.text-dark-pink\/5{
  color: rgb(132 11 85 / 0.05);
}
.text-dark-pink\/50{
  color: rgb(132 11 85 / 0.5);
}
.text-dark-pink\/55{
  color: rgb(132 11 85 / 0.55);
}
.text-dark-pink\/60{
  color: rgb(132 11 85 / 0.6);
}
.text-dark-pink\/65{
  color: rgb(132 11 85 / 0.65);
}
.text-dark-pink\/70{
  color: rgb(132 11 85 / 0.7);
}
.text-dark-pink\/75{
  color: rgb(132 11 85 / 0.75);
}
.text-dark-pink\/80{
  color: rgb(132 11 85 / 0.8);
}
.text-dark-pink\/85{
  color: rgb(132 11 85 / 0.85);
}
.text-dark-pink\/90{
  color: rgb(132 11 85 / 0.9);
}
.text-dark-pink\/95{
  color: rgb(132 11 85 / 0.95);
}
.text-gray{
  --tw-text-opacity: 1;
  color: rgb(215 217 224 / var(--tw-text-opacity, 1));
}
.text-gray\/0{
  color: rgb(215 217 224 / 0);
}
.text-gray\/10{
  color: rgb(215 217 224 / 0.1);
}
.text-gray\/100{
  color: rgb(215 217 224 / 1);
}
.text-gray\/15{
  color: rgb(215 217 224 / 0.15);
}
.text-gray\/20{
  color: rgb(215 217 224 / 0.2);
}
.text-gray\/25{
  color: rgb(215 217 224 / 0.25);
}
.text-gray\/30{
  color: rgb(215 217 224 / 0.3);
}
.text-gray\/35{
  color: rgb(215 217 224 / 0.35);
}
.text-gray\/40{
  color: rgb(215 217 224 / 0.4);
}
.text-gray\/45{
  color: rgb(215 217 224 / 0.45);
}
.text-gray\/5{
  color: rgb(215 217 224 / 0.05);
}
.text-gray\/50{
  color: rgb(215 217 224 / 0.5);
}
.text-gray\/55{
  color: rgb(215 217 224 / 0.55);
}
.text-gray\/60{
  color: rgb(215 217 224 / 0.6);
}
.text-gray\/65{
  color: rgb(215 217 224 / 0.65);
}
.text-gray\/70{
  color: rgb(215 217 224 / 0.7);
}
.text-gray\/75{
  color: rgb(215 217 224 / 0.75);
}
.text-gray\/80{
  color: rgb(215 217 224 / 0.8);
}
.text-gray\/85{
  color: rgb(215 217 224 / 0.85);
}
.text-gray\/90{
  color: rgb(215 217 224 / 0.9);
}
.text-gray\/95{
  color: rgb(215 217 224 / 0.95);
}
.text-green{
  --tw-text-opacity: 1;
  color: rgb(21 71 52 / var(--tw-text-opacity, 1));
}
.text-green\/0{
  color: rgb(21 71 52 / 0);
}
.text-green\/10{
  color: rgb(21 71 52 / 0.1);
}
.text-green\/100{
  color: rgb(21 71 52 / 1);
}
.text-green\/15{
  color: rgb(21 71 52 / 0.15);
}
.text-green\/20{
  color: rgb(21 71 52 / 0.2);
}
.text-green\/25{
  color: rgb(21 71 52 / 0.25);
}
.text-green\/30{
  color: rgb(21 71 52 / 0.3);
}
.text-green\/35{
  color: rgb(21 71 52 / 0.35);
}
.text-green\/40{
  color: rgb(21 71 52 / 0.4);
}
.text-green\/45{
  color: rgb(21 71 52 / 0.45);
}
.text-green\/5{
  color: rgb(21 71 52 / 0.05);
}
.text-green\/50{
  color: rgb(21 71 52 / 0.5);
}
.text-green\/55{
  color: rgb(21 71 52 / 0.55);
}
.text-green\/60{
  color: rgb(21 71 52 / 0.6);
}
.text-green\/65{
  color: rgb(21 71 52 / 0.65);
}
.text-green\/70{
  color: rgb(21 71 52 / 0.7);
}
.text-green\/75{
  color: rgb(21 71 52 / 0.75);
}
.text-green\/80{
  color: rgb(21 71 52 / 0.8);
}
.text-green\/85{
  color: rgb(21 71 52 / 0.85);
}
.text-green\/90{
  color: rgb(21 71 52 / 0.9);
}
.text-green\/95{
  color: rgb(21 71 52 / 0.95);
}
.text-orange{
  --tw-text-opacity: 1;
  color: rgb(255 92 57 / var(--tw-text-opacity, 1));
}
.text-orange\/0{
  color: rgb(255 92 57 / 0);
}
.text-orange\/10{
  color: rgb(255 92 57 / 0.1);
}
.text-orange\/100{
  color: rgb(255 92 57 / 1);
}
.text-orange\/15{
  color: rgb(255 92 57 / 0.15);
}
.text-orange\/20{
  color: rgb(255 92 57 / 0.2);
}
.text-orange\/25{
  color: rgb(255 92 57 / 0.25);
}
.text-orange\/30{
  color: rgb(255 92 57 / 0.3);
}
.text-orange\/35{
  color: rgb(255 92 57 / 0.35);
}
.text-orange\/40{
  color: rgb(255 92 57 / 0.4);
}
.text-orange\/45{
  color: rgb(255 92 57 / 0.45);
}
.text-orange\/5{
  color: rgb(255 92 57 / 0.05);
}
.text-orange\/50{
  color: rgb(255 92 57 / 0.5);
}
.text-orange\/55{
  color: rgb(255 92 57 / 0.55);
}
.text-orange\/60{
  color: rgb(255 92 57 / 0.6);
}
.text-orange\/65{
  color: rgb(255 92 57 / 0.65);
}
.text-orange\/70{
  color: rgb(255 92 57 / 0.7);
}
.text-orange\/75{
  color: rgb(255 92 57 / 0.75);
}
.text-orange\/80{
  color: rgb(255 92 57 / 0.8);
}
.text-orange\/85{
  color: rgb(255 92 57 / 0.85);
}
.text-orange\/90{
  color: rgb(255 92 57 / 0.9);
}
.text-orange\/95{
  color: rgb(255 92 57 / 0.95);
}
.text-pink{
  --tw-text-opacity: 1;
  color: rgb(249 159 201 / var(--tw-text-opacity, 1));
}
.text-pink\/0{
  color: rgb(249 159 201 / 0);
}
.text-pink\/10{
  color: rgb(249 159 201 / 0.1);
}
.text-pink\/100{
  color: rgb(249 159 201 / 1);
}
.text-pink\/15{
  color: rgb(249 159 201 / 0.15);
}
.text-pink\/20{
  color: rgb(249 159 201 / 0.2);
}
.text-pink\/25{
  color: rgb(249 159 201 / 0.25);
}
.text-pink\/30{
  color: rgb(249 159 201 / 0.3);
}
.text-pink\/35{
  color: rgb(249 159 201 / 0.35);
}
.text-pink\/40{
  color: rgb(249 159 201 / 0.4);
}
.text-pink\/45{
  color: rgb(249 159 201 / 0.45);
}
.text-pink\/5{
  color: rgb(249 159 201 / 0.05);
}
.text-pink\/50{
  color: rgb(249 159 201 / 0.5);
}
.text-pink\/55{
  color: rgb(249 159 201 / 0.55);
}
.text-pink\/60{
  color: rgb(249 159 201 / 0.6);
}
.text-pink\/65{
  color: rgb(249 159 201 / 0.65);
}
.text-pink\/70{
  color: rgb(249 159 201 / 0.7);
}
.text-pink\/75{
  color: rgb(249 159 201 / 0.75);
}
.text-pink\/80{
  color: rgb(249 159 201 / 0.8);
}
.text-pink\/85{
  color: rgb(249 159 201 / 0.85);
}
.text-pink\/90{
  color: rgb(249 159 201 / 0.9);
}
.text-pink\/95{
  color: rgb(249 159 201 / 0.95);
}
.text-theme{
  --tw-text-opacity: 1;
  color: rgba(var(--color-theme), var(--tw-text-opacity, 1));
}
.text-theme\/0{
  color: rgba(var(--color-theme), 0);
}
.text-theme\/10{
  color: rgba(var(--color-theme), 0.1);
}
.text-theme\/100{
  color: rgba(var(--color-theme), 1);
}
.text-theme\/15{
  color: rgba(var(--color-theme), 0.15);
}
.text-theme\/20{
  color: rgba(var(--color-theme), 0.2);
}
.text-theme\/25{
  color: rgba(var(--color-theme), 0.25);
}
.text-theme\/30{
  color: rgba(var(--color-theme), 0.3);
}
.text-theme\/35{
  color: rgba(var(--color-theme), 0.35);
}
.text-theme\/40{
  color: rgba(var(--color-theme), 0.4);
}
.text-theme\/45{
  color: rgba(var(--color-theme), 0.45);
}
.text-theme\/5{
  color: rgba(var(--color-theme), 0.05);
}
.text-theme\/50{
  color: rgba(var(--color-theme), 0.5);
}
.text-theme\/55{
  color: rgba(var(--color-theme), 0.55);
}
.text-theme\/60{
  color: rgba(var(--color-theme), 0.6);
}
.text-theme\/65{
  color: rgba(var(--color-theme), 0.65);
}
.text-theme\/70{
  color: rgba(var(--color-theme), 0.7);
}
.text-theme\/75{
  color: rgba(var(--color-theme), 0.75);
}
.text-theme\/80{
  color: rgba(var(--color-theme), 0.8);
}
.text-theme\/85{
  color: rgba(var(--color-theme), 0.85);
}
.text-theme\/90{
  color: rgba(var(--color-theme), 0.9);
}
.text-theme\/95{
  color: rgba(var(--color-theme), 0.95);
}
.text-transparent{
  color: transparent;
}
.text-transparent\/0{
  color: rgb(0 0 0 / 0);
}
.text-transparent\/10{
  color: rgb(0 0 0 / 0.1);
}
.text-transparent\/100{
  color: rgb(0 0 0 / 1);
}
.text-transparent\/15{
  color: rgb(0 0 0 / 0.15);
}
.text-transparent\/20{
  color: rgb(0 0 0 / 0.2);
}
.text-transparent\/25{
  color: rgb(0 0 0 / 0.25);
}
.text-transparent\/30{
  color: rgb(0 0 0 / 0.3);
}
.text-transparent\/35{
  color: rgb(0 0 0 / 0.35);
}
.text-transparent\/40{
  color: rgb(0 0 0 / 0.4);
}
.text-transparent\/45{
  color: rgb(0 0 0 / 0.45);
}
.text-transparent\/5{
  color: rgb(0 0 0 / 0.05);
}
.text-transparent\/50{
  color: rgb(0 0 0 / 0.5);
}
.text-transparent\/55{
  color: rgb(0 0 0 / 0.55);
}
.text-transparent\/60{
  color: rgb(0 0 0 / 0.6);
}
.text-transparent\/65{
  color: rgb(0 0 0 / 0.65);
}
.text-transparent\/70{
  color: rgb(0 0 0 / 0.7);
}
.text-transparent\/75{
  color: rgb(0 0 0 / 0.75);
}
.text-transparent\/80{
  color: rgb(0 0 0 / 0.8);
}
.text-transparent\/85{
  color: rgb(0 0 0 / 0.85);
}
.text-transparent\/90{
  color: rgb(0 0 0 / 0.9);
}
.text-transparent\/95{
  color: rgb(0 0 0 / 0.95);
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-white\/0{
  color: rgb(255 255 255 / 0);
}
.text-white\/10{
  color: rgb(255 255 255 / 0.1);
}
.text-white\/100{
  color: rgb(255 255 255 / 1);
}
.text-white\/15{
  color: rgb(255 255 255 / 0.15);
}
.text-white\/20{
  color: rgb(255 255 255 / 0.2);
}
.text-white\/25{
  color: rgb(255 255 255 / 0.25);
}
.text-white\/30{
  color: rgb(255 255 255 / 0.3);
}
.text-white\/35{
  color: rgb(255 255 255 / 0.35);
}
.text-white\/40{
  color: rgb(255 255 255 / 0.4);
}
.text-white\/45{
  color: rgb(255 255 255 / 0.45);
}
.text-white\/5{
  color: rgb(255 255 255 / 0.05);
}
.text-white\/50{
  color: rgb(255 255 255 / 0.5);
}
.text-white\/55{
  color: rgb(255 255 255 / 0.55);
}
.text-white\/60{
  color: rgb(255 255 255 / 0.6);
}
.text-white\/65{
  color: rgb(255 255 255 / 0.65);
}
.text-white\/70{
  color: rgb(255 255 255 / 0.7);
}
.text-white\/75{
  color: rgb(255 255 255 / 0.75);
}
.text-white\/80{
  color: rgb(255 255 255 / 0.8);
}
.text-white\/85{
  color: rgb(255 255 255 / 0.85);
}
.text-white\/90{
  color: rgb(255 255 255 / 0.9);
}
.text-white\/95{
  color: rgb(255 255 255 / 0.95);
}
.text-yellow{
  --tw-text-opacity: 1;
  color: rgb(255 198 88 / var(--tw-text-opacity, 1));
}
.text-yellow\/0{
  color: rgb(255 198 88 / 0);
}
.text-yellow\/10{
  color: rgb(255 198 88 / 0.1);
}
.text-yellow\/100{
  color: rgb(255 198 88 / 1);
}
.text-yellow\/15{
  color: rgb(255 198 88 / 0.15);
}
.text-yellow\/20{
  color: rgb(255 198 88 / 0.2);
}
.text-yellow\/25{
  color: rgb(255 198 88 / 0.25);
}
.text-yellow\/30{
  color: rgb(255 198 88 / 0.3);
}
.text-yellow\/35{
  color: rgb(255 198 88 / 0.35);
}
.text-yellow\/40{
  color: rgb(255 198 88 / 0.4);
}
.text-yellow\/45{
  color: rgb(255 198 88 / 0.45);
}
.text-yellow\/5{
  color: rgb(255 198 88 / 0.05);
}
.text-yellow\/50{
  color: rgb(255 198 88 / 0.5);
}
.text-yellow\/55{
  color: rgb(255 198 88 / 0.55);
}
.text-yellow\/60{
  color: rgb(255 198 88 / 0.6);
}
.text-yellow\/65{
  color: rgb(255 198 88 / 0.65);
}
.text-yellow\/70{
  color: rgb(255 198 88 / 0.7);
}
.text-yellow\/75{
  color: rgb(255 198 88 / 0.75);
}
.text-yellow\/80{
  color: rgb(255 198 88 / 0.8);
}
.text-yellow\/85{
  color: rgb(255 198 88 / 0.85);
}
.text-yellow\/90{
  color: rgb(255 198 88 / 0.9);
}
.text-yellow\/95{
  color: rgb(255 198 88 / 0.95);
}
.text-opacity-0{
  --tw-text-opacity: 0;
}
.text-opacity-10{
  --tw-text-opacity: 0.1;
}
.text-opacity-100{
  --tw-text-opacity: 1;
}
.text-opacity-15{
  --tw-text-opacity: 0.15;
}
.text-opacity-20{
  --tw-text-opacity: 0.2;
}
.text-opacity-25{
  --tw-text-opacity: 0.25;
}
.text-opacity-30{
  --tw-text-opacity: 0.3;
}
.text-opacity-35{
  --tw-text-opacity: 0.35;
}
.text-opacity-40{
  --tw-text-opacity: 0.4;
}
.text-opacity-45{
  --tw-text-opacity: 0.45;
}
.text-opacity-5{
  --tw-text-opacity: 0.05;
}
.text-opacity-50{
  --tw-text-opacity: 0.5;
}
.text-opacity-55{
  --tw-text-opacity: 0.55;
}
.text-opacity-60{
  --tw-text-opacity: 0.6;
}
.text-opacity-65{
  --tw-text-opacity: 0.65;
}
.text-opacity-70{
  --tw-text-opacity: 0.7;
}
.text-opacity-75{
  --tw-text-opacity: 0.75;
}
.text-opacity-80{
  --tw-text-opacity: 0.8;
}
.text-opacity-85{
  --tw-text-opacity: 0.85;
}
.text-opacity-90{
  --tw-text-opacity: 0.9;
}
.text-opacity-95{
  --tw-text-opacity: 0.95;
}
.underline{
  text-decoration-line: underline;
}
.opacity-0{
  opacity: 0;
}
.opacity-100{
  opacity: 1;
}
.opacity-40{
  opacity: 0.4;
}
.bg-blend-normal{
  background-blend-mode: normal;
}
.bg-blend-multiply{
  background-blend-mode: multiply;
}
.bg-blend-screen{
  background-blend-mode: screen;
}
.bg-blend-overlay{
  background-blend-mode: overlay;
}
.bg-blend-darken{
  background-blend-mode: darken;
}
.bg-blend-lighten{
  background-blend-mode: lighten;
}
.bg-blend-color-dodge{
  background-blend-mode: color-dodge;
}
.bg-blend-color-burn{
  background-blend-mode: color-burn;
}
.bg-blend-hard-light{
  background-blend-mode: hard-light;
}
.bg-blend-soft-light{
  background-blend-mode: soft-light;
}
.bg-blend-difference{
  background-blend-mode: difference;
}
.bg-blend-exclusion{
  background-blend-mode: exclusion;
}
.bg-blend-hue{
  background-blend-mode: hue;
}
.bg-blend-saturation{
  background-blend-mode: saturation;
}
.bg-blend-color{
  background-blend-mode: color;
}
.bg-blend-luminosity{
  background-blend-mode: luminosity;
}
.shadow-inner{
  --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline{
  outline-style: solid;
}
.outline-dashed{
  outline-style: dashed;
}
.outline-dotted{
  outline-style: dotted;
}
.outline-double{
  outline-style: double;
}
.outline-0{
  outline-width: 0px;
}
.outline-1{
  outline-width: 1px;
}
.outline-2{
  outline-width: 2px;
}
.outline-4{
  outline-width: 4px;
}
.outline-8{
  outline-width: 8px;
}
.outline-offset-0{
  outline-offset: 0px;
}
.outline-offset-1{
  outline-offset: 1px;
}
.outline-offset-2{
  outline-offset: 2px;
}
.outline-offset-4{
  outline-offset: 4px;
}
.outline-offset-8{
  outline-offset: 8px;
}
.outline-black{
  outline-color: #000;
}
.outline-black\/0{
  outline-color: rgb(0 0 0 / 0);
}
.outline-black\/10{
  outline-color: rgb(0 0 0 / 0.1);
}
.outline-black\/100{
  outline-color: rgb(0 0 0 / 1);
}
.outline-black\/15{
  outline-color: rgb(0 0 0 / 0.15);
}
.outline-black\/20{
  outline-color: rgb(0 0 0 / 0.2);
}
.outline-black\/25{
  outline-color: rgb(0 0 0 / 0.25);
}
.outline-black\/30{
  outline-color: rgb(0 0 0 / 0.3);
}
.outline-black\/35{
  outline-color: rgb(0 0 0 / 0.35);
}
.outline-black\/40{
  outline-color: rgb(0 0 0 / 0.4);
}
.outline-black\/45{
  outline-color: rgb(0 0 0 / 0.45);
}
.outline-black\/5{
  outline-color: rgb(0 0 0 / 0.05);
}
.outline-black\/50{
  outline-color: rgb(0 0 0 / 0.5);
}
.outline-black\/55{
  outline-color: rgb(0 0 0 / 0.55);
}
.outline-black\/60{
  outline-color: rgb(0 0 0 / 0.6);
}
.outline-black\/65{
  outline-color: rgb(0 0 0 / 0.65);
}
.outline-black\/70{
  outline-color: rgb(0 0 0 / 0.7);
}
.outline-black\/75{
  outline-color: rgb(0 0 0 / 0.75);
}
.outline-black\/80{
  outline-color: rgb(0 0 0 / 0.8);
}
.outline-black\/85{
  outline-color: rgb(0 0 0 / 0.85);
}
.outline-black\/90{
  outline-color: rgb(0 0 0 / 0.9);
}
.outline-black\/95{
  outline-color: rgb(0 0 0 / 0.95);
}
.outline-blue{
  outline-color: #0047BB;
}
.outline-blue\/0{
  outline-color: rgb(0 71 187 / 0);
}
.outline-blue\/10{
  outline-color: rgb(0 71 187 / 0.1);
}
.outline-blue\/100{
  outline-color: rgb(0 71 187 / 1);
}
.outline-blue\/15{
  outline-color: rgb(0 71 187 / 0.15);
}
.outline-blue\/20{
  outline-color: rgb(0 71 187 / 0.2);
}
.outline-blue\/25{
  outline-color: rgb(0 71 187 / 0.25);
}
.outline-blue\/30{
  outline-color: rgb(0 71 187 / 0.3);
}
.outline-blue\/35{
  outline-color: rgb(0 71 187 / 0.35);
}
.outline-blue\/40{
  outline-color: rgb(0 71 187 / 0.4);
}
.outline-blue\/45{
  outline-color: rgb(0 71 187 / 0.45);
}
.outline-blue\/5{
  outline-color: rgb(0 71 187 / 0.05);
}
.outline-blue\/50{
  outline-color: rgb(0 71 187 / 0.5);
}
.outline-blue\/55{
  outline-color: rgb(0 71 187 / 0.55);
}
.outline-blue\/60{
  outline-color: rgb(0 71 187 / 0.6);
}
.outline-blue\/65{
  outline-color: rgb(0 71 187 / 0.65);
}
.outline-blue\/70{
  outline-color: rgb(0 71 187 / 0.7);
}
.outline-blue\/75{
  outline-color: rgb(0 71 187 / 0.75);
}
.outline-blue\/80{
  outline-color: rgb(0 71 187 / 0.8);
}
.outline-blue\/85{
  outline-color: rgb(0 71 187 / 0.85);
}
.outline-blue\/90{
  outline-color: rgb(0 71 187 / 0.9);
}
.outline-blue\/95{
  outline-color: rgb(0 71 187 / 0.95);
}
.outline-current{
  outline-color: currentColor;
}
.outline-dark-pink{
  outline-color: #840B55;
}
.outline-dark-pink\/0{
  outline-color: rgb(132 11 85 / 0);
}
.outline-dark-pink\/10{
  outline-color: rgb(132 11 85 / 0.1);
}
.outline-dark-pink\/100{
  outline-color: rgb(132 11 85 / 1);
}
.outline-dark-pink\/15{
  outline-color: rgb(132 11 85 / 0.15);
}
.outline-dark-pink\/20{
  outline-color: rgb(132 11 85 / 0.2);
}
.outline-dark-pink\/25{
  outline-color: rgb(132 11 85 / 0.25);
}
.outline-dark-pink\/30{
  outline-color: rgb(132 11 85 / 0.3);
}
.outline-dark-pink\/35{
  outline-color: rgb(132 11 85 / 0.35);
}
.outline-dark-pink\/40{
  outline-color: rgb(132 11 85 / 0.4);
}
.outline-dark-pink\/45{
  outline-color: rgb(132 11 85 / 0.45);
}
.outline-dark-pink\/5{
  outline-color: rgb(132 11 85 / 0.05);
}
.outline-dark-pink\/50{
  outline-color: rgb(132 11 85 / 0.5);
}
.outline-dark-pink\/55{
  outline-color: rgb(132 11 85 / 0.55);
}
.outline-dark-pink\/60{
  outline-color: rgb(132 11 85 / 0.6);
}
.outline-dark-pink\/65{
  outline-color: rgb(132 11 85 / 0.65);
}
.outline-dark-pink\/70{
  outline-color: rgb(132 11 85 / 0.7);
}
.outline-dark-pink\/75{
  outline-color: rgb(132 11 85 / 0.75);
}
.outline-dark-pink\/80{
  outline-color: rgb(132 11 85 / 0.8);
}
.outline-dark-pink\/85{
  outline-color: rgb(132 11 85 / 0.85);
}
.outline-dark-pink\/90{
  outline-color: rgb(132 11 85 / 0.9);
}
.outline-dark-pink\/95{
  outline-color: rgb(132 11 85 / 0.95);
}
.outline-gray{
  outline-color: #D7D9E0;
}
.outline-gray\/0{
  outline-color: rgb(215 217 224 / 0);
}
.outline-gray\/10{
  outline-color: rgb(215 217 224 / 0.1);
}
.outline-gray\/100{
  outline-color: rgb(215 217 224 / 1);
}
.outline-gray\/15{
  outline-color: rgb(215 217 224 / 0.15);
}
.outline-gray\/20{
  outline-color: rgb(215 217 224 / 0.2);
}
.outline-gray\/25{
  outline-color: rgb(215 217 224 / 0.25);
}
.outline-gray\/30{
  outline-color: rgb(215 217 224 / 0.3);
}
.outline-gray\/35{
  outline-color: rgb(215 217 224 / 0.35);
}
.outline-gray\/40{
  outline-color: rgb(215 217 224 / 0.4);
}
.outline-gray\/45{
  outline-color: rgb(215 217 224 / 0.45);
}
.outline-gray\/5{
  outline-color: rgb(215 217 224 / 0.05);
}
.outline-gray\/50{
  outline-color: rgb(215 217 224 / 0.5);
}
.outline-gray\/55{
  outline-color: rgb(215 217 224 / 0.55);
}
.outline-gray\/60{
  outline-color: rgb(215 217 224 / 0.6);
}
.outline-gray\/65{
  outline-color: rgb(215 217 224 / 0.65);
}
.outline-gray\/70{
  outline-color: rgb(215 217 224 / 0.7);
}
.outline-gray\/75{
  outline-color: rgb(215 217 224 / 0.75);
}
.outline-gray\/80{
  outline-color: rgb(215 217 224 / 0.8);
}
.outline-gray\/85{
  outline-color: rgb(215 217 224 / 0.85);
}
.outline-gray\/90{
  outline-color: rgb(215 217 224 / 0.9);
}
.outline-gray\/95{
  outline-color: rgb(215 217 224 / 0.95);
}
.outline-green{
  outline-color: #154734;
}
.outline-green\/0{
  outline-color: rgb(21 71 52 / 0);
}
.outline-green\/10{
  outline-color: rgb(21 71 52 / 0.1);
}
.outline-green\/100{
  outline-color: rgb(21 71 52 / 1);
}
.outline-green\/15{
  outline-color: rgb(21 71 52 / 0.15);
}
.outline-green\/20{
  outline-color: rgb(21 71 52 / 0.2);
}
.outline-green\/25{
  outline-color: rgb(21 71 52 / 0.25);
}
.outline-green\/30{
  outline-color: rgb(21 71 52 / 0.3);
}
.outline-green\/35{
  outline-color: rgb(21 71 52 / 0.35);
}
.outline-green\/40{
  outline-color: rgb(21 71 52 / 0.4);
}
.outline-green\/45{
  outline-color: rgb(21 71 52 / 0.45);
}
.outline-green\/5{
  outline-color: rgb(21 71 52 / 0.05);
}
.outline-green\/50{
  outline-color: rgb(21 71 52 / 0.5);
}
.outline-green\/55{
  outline-color: rgb(21 71 52 / 0.55);
}
.outline-green\/60{
  outline-color: rgb(21 71 52 / 0.6);
}
.outline-green\/65{
  outline-color: rgb(21 71 52 / 0.65);
}
.outline-green\/70{
  outline-color: rgb(21 71 52 / 0.7);
}
.outline-green\/75{
  outline-color: rgb(21 71 52 / 0.75);
}
.outline-green\/80{
  outline-color: rgb(21 71 52 / 0.8);
}
.outline-green\/85{
  outline-color: rgb(21 71 52 / 0.85);
}
.outline-green\/90{
  outline-color: rgb(21 71 52 / 0.9);
}
.outline-green\/95{
  outline-color: rgb(21 71 52 / 0.95);
}
.outline-orange{
  outline-color: #FF5C39;
}
.outline-orange\/0{
  outline-color: rgb(255 92 57 / 0);
}
.outline-orange\/10{
  outline-color: rgb(255 92 57 / 0.1);
}
.outline-orange\/100{
  outline-color: rgb(255 92 57 / 1);
}
.outline-orange\/15{
  outline-color: rgb(255 92 57 / 0.15);
}
.outline-orange\/20{
  outline-color: rgb(255 92 57 / 0.2);
}
.outline-orange\/25{
  outline-color: rgb(255 92 57 / 0.25);
}
.outline-orange\/30{
  outline-color: rgb(255 92 57 / 0.3);
}
.outline-orange\/35{
  outline-color: rgb(255 92 57 / 0.35);
}
.outline-orange\/40{
  outline-color: rgb(255 92 57 / 0.4);
}
.outline-orange\/45{
  outline-color: rgb(255 92 57 / 0.45);
}
.outline-orange\/5{
  outline-color: rgb(255 92 57 / 0.05);
}
.outline-orange\/50{
  outline-color: rgb(255 92 57 / 0.5);
}
.outline-orange\/55{
  outline-color: rgb(255 92 57 / 0.55);
}
.outline-orange\/60{
  outline-color: rgb(255 92 57 / 0.6);
}
.outline-orange\/65{
  outline-color: rgb(255 92 57 / 0.65);
}
.outline-orange\/70{
  outline-color: rgb(255 92 57 / 0.7);
}
.outline-orange\/75{
  outline-color: rgb(255 92 57 / 0.75);
}
.outline-orange\/80{
  outline-color: rgb(255 92 57 / 0.8);
}
.outline-orange\/85{
  outline-color: rgb(255 92 57 / 0.85);
}
.outline-orange\/90{
  outline-color: rgb(255 92 57 / 0.9);
}
.outline-orange\/95{
  outline-color: rgb(255 92 57 / 0.95);
}
.outline-pink{
  outline-color: #F99FC9;
}
.outline-pink\/0{
  outline-color: rgb(249 159 201 / 0);
}
.outline-pink\/10{
  outline-color: rgb(249 159 201 / 0.1);
}
.outline-pink\/100{
  outline-color: rgb(249 159 201 / 1);
}
.outline-pink\/15{
  outline-color: rgb(249 159 201 / 0.15);
}
.outline-pink\/20{
  outline-color: rgb(249 159 201 / 0.2);
}
.outline-pink\/25{
  outline-color: rgb(249 159 201 / 0.25);
}
.outline-pink\/30{
  outline-color: rgb(249 159 201 / 0.3);
}
.outline-pink\/35{
  outline-color: rgb(249 159 201 / 0.35);
}
.outline-pink\/40{
  outline-color: rgb(249 159 201 / 0.4);
}
.outline-pink\/45{
  outline-color: rgb(249 159 201 / 0.45);
}
.outline-pink\/5{
  outline-color: rgb(249 159 201 / 0.05);
}
.outline-pink\/50{
  outline-color: rgb(249 159 201 / 0.5);
}
.outline-pink\/55{
  outline-color: rgb(249 159 201 / 0.55);
}
.outline-pink\/60{
  outline-color: rgb(249 159 201 / 0.6);
}
.outline-pink\/65{
  outline-color: rgb(249 159 201 / 0.65);
}
.outline-pink\/70{
  outline-color: rgb(249 159 201 / 0.7);
}
.outline-pink\/75{
  outline-color: rgb(249 159 201 / 0.75);
}
.outline-pink\/80{
  outline-color: rgb(249 159 201 / 0.8);
}
.outline-pink\/85{
  outline-color: rgb(249 159 201 / 0.85);
}
.outline-pink\/90{
  outline-color: rgb(249 159 201 / 0.9);
}
.outline-pink\/95{
  outline-color: rgb(249 159 201 / 0.95);
}
.outline-theme{
  outline-color: rgb(var(--color-theme));
}
.outline-theme\/0{
  outline-color: rgba(var(--color-theme), 0);
}
.outline-theme\/10{
  outline-color: rgba(var(--color-theme), 0.1);
}
.outline-theme\/100{
  outline-color: rgba(var(--color-theme), 1);
}
.outline-theme\/15{
  outline-color: rgba(var(--color-theme), 0.15);
}
.outline-theme\/20{
  outline-color: rgba(var(--color-theme), 0.2);
}
.outline-theme\/25{
  outline-color: rgba(var(--color-theme), 0.25);
}
.outline-theme\/30{
  outline-color: rgba(var(--color-theme), 0.3);
}
.outline-theme\/35{
  outline-color: rgba(var(--color-theme), 0.35);
}
.outline-theme\/40{
  outline-color: rgba(var(--color-theme), 0.4);
}
.outline-theme\/45{
  outline-color: rgba(var(--color-theme), 0.45);
}
.outline-theme\/5{
  outline-color: rgba(var(--color-theme), 0.05);
}
.outline-theme\/50{
  outline-color: rgba(var(--color-theme), 0.5);
}
.outline-theme\/55{
  outline-color: rgba(var(--color-theme), 0.55);
}
.outline-theme\/60{
  outline-color: rgba(var(--color-theme), 0.6);
}
.outline-theme\/65{
  outline-color: rgba(var(--color-theme), 0.65);
}
.outline-theme\/70{
  outline-color: rgba(var(--color-theme), 0.7);
}
.outline-theme\/75{
  outline-color: rgba(var(--color-theme), 0.75);
}
.outline-theme\/80{
  outline-color: rgba(var(--color-theme), 0.8);
}
.outline-theme\/85{
  outline-color: rgba(var(--color-theme), 0.85);
}
.outline-theme\/90{
  outline-color: rgba(var(--color-theme), 0.9);
}
.outline-theme\/95{
  outline-color: rgba(var(--color-theme), 0.95);
}
.outline-transparent{
  outline-color: transparent;
}
.outline-transparent\/0{
  outline-color: rgb(0 0 0 / 0);
}
.outline-transparent\/10{
  outline-color: rgb(0 0 0 / 0.1);
}
.outline-transparent\/100{
  outline-color: rgb(0 0 0 / 1);
}
.outline-transparent\/15{
  outline-color: rgb(0 0 0 / 0.15);
}
.outline-transparent\/20{
  outline-color: rgb(0 0 0 / 0.2);
}
.outline-transparent\/25{
  outline-color: rgb(0 0 0 / 0.25);
}
.outline-transparent\/30{
  outline-color: rgb(0 0 0 / 0.3);
}
.outline-transparent\/35{
  outline-color: rgb(0 0 0 / 0.35);
}
.outline-transparent\/40{
  outline-color: rgb(0 0 0 / 0.4);
}
.outline-transparent\/45{
  outline-color: rgb(0 0 0 / 0.45);
}
.outline-transparent\/5{
  outline-color: rgb(0 0 0 / 0.05);
}
.outline-transparent\/50{
  outline-color: rgb(0 0 0 / 0.5);
}
.outline-transparent\/55{
  outline-color: rgb(0 0 0 / 0.55);
}
.outline-transparent\/60{
  outline-color: rgb(0 0 0 / 0.6);
}
.outline-transparent\/65{
  outline-color: rgb(0 0 0 / 0.65);
}
.outline-transparent\/70{
  outline-color: rgb(0 0 0 / 0.7);
}
.outline-transparent\/75{
  outline-color: rgb(0 0 0 / 0.75);
}
.outline-transparent\/80{
  outline-color: rgb(0 0 0 / 0.8);
}
.outline-transparent\/85{
  outline-color: rgb(0 0 0 / 0.85);
}
.outline-transparent\/90{
  outline-color: rgb(0 0 0 / 0.9);
}
.outline-transparent\/95{
  outline-color: rgb(0 0 0 / 0.95);
}
.outline-white{
  outline-color: #FFF;
}
.outline-white\/0{
  outline-color: rgb(255 255 255 / 0);
}
.outline-white\/10{
  outline-color: rgb(255 255 255 / 0.1);
}
.outline-white\/100{
  outline-color: rgb(255 255 255 / 1);
}
.outline-white\/15{
  outline-color: rgb(255 255 255 / 0.15);
}
.outline-white\/20{
  outline-color: rgb(255 255 255 / 0.2);
}
.outline-white\/25{
  outline-color: rgb(255 255 255 / 0.25);
}
.outline-white\/30{
  outline-color: rgb(255 255 255 / 0.3);
}
.outline-white\/35{
  outline-color: rgb(255 255 255 / 0.35);
}
.outline-white\/40{
  outline-color: rgb(255 255 255 / 0.4);
}
.outline-white\/45{
  outline-color: rgb(255 255 255 / 0.45);
}
.outline-white\/5{
  outline-color: rgb(255 255 255 / 0.05);
}
.outline-white\/50{
  outline-color: rgb(255 255 255 / 0.5);
}
.outline-white\/55{
  outline-color: rgb(255 255 255 / 0.55);
}
.outline-white\/60{
  outline-color: rgb(255 255 255 / 0.6);
}
.outline-white\/65{
  outline-color: rgb(255 255 255 / 0.65);
}
.outline-white\/70{
  outline-color: rgb(255 255 255 / 0.7);
}
.outline-white\/75{
  outline-color: rgb(255 255 255 / 0.75);
}
.outline-white\/80{
  outline-color: rgb(255 255 255 / 0.8);
}
.outline-white\/85{
  outline-color: rgb(255 255 255 / 0.85);
}
.outline-white\/90{
  outline-color: rgb(255 255 255 / 0.9);
}
.outline-white\/95{
  outline-color: rgb(255 255 255 / 0.95);
}
.outline-yellow{
  outline-color: #FFC658;
}
.outline-yellow\/0{
  outline-color: rgb(255 198 88 / 0);
}
.outline-yellow\/10{
  outline-color: rgb(255 198 88 / 0.1);
}
.outline-yellow\/100{
  outline-color: rgb(255 198 88 / 1);
}
.outline-yellow\/15{
  outline-color: rgb(255 198 88 / 0.15);
}
.outline-yellow\/20{
  outline-color: rgb(255 198 88 / 0.2);
}
.outline-yellow\/25{
  outline-color: rgb(255 198 88 / 0.25);
}
.outline-yellow\/30{
  outline-color: rgb(255 198 88 / 0.3);
}
.outline-yellow\/35{
  outline-color: rgb(255 198 88 / 0.35);
}
.outline-yellow\/40{
  outline-color: rgb(255 198 88 / 0.4);
}
.outline-yellow\/45{
  outline-color: rgb(255 198 88 / 0.45);
}
.outline-yellow\/5{
  outline-color: rgb(255 198 88 / 0.05);
}
.outline-yellow\/50{
  outline-color: rgb(255 198 88 / 0.5);
}
.outline-yellow\/55{
  outline-color: rgb(255 198 88 / 0.55);
}
.outline-yellow\/60{
  outline-color: rgb(255 198 88 / 0.6);
}
.outline-yellow\/65{
  outline-color: rgb(255 198 88 / 0.65);
}
.outline-yellow\/70{
  outline-color: rgb(255 198 88 / 0.7);
}
.outline-yellow\/75{
  outline-color: rgb(255 198 88 / 0.75);
}
.outline-yellow\/80{
  outline-color: rgb(255 198 88 / 0.8);
}
.outline-yellow\/85{
  outline-color: rgb(255 198 88 / 0.85);
}
.outline-yellow\/90{
  outline-color: rgb(255 198 88 / 0.9);
}
.outline-yellow\/95{
  outline-color: rgb(255 198 88 / 0.95);
}
.drop-shadow{
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.saturate-0{
  --tw-saturate: saturate(0);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.saturate-100{
  --tw-saturate: saturate(1);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.saturate-150{
  --tw-saturate: saturate(1.5);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.saturate-200{
  --tw-saturate: saturate(2);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.saturate-50{
  --tw-saturate: saturate(.5);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[height\]{
  transition-property: height;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[outline\]{
  transition-property: outline;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.delay-150{
  transition-delay: 150ms;
}
.delay-200{
  transition-delay: 200ms;
}
.duration-100{
  transition-duration: 100ms;
}
.duration-200{
  transition-duration: 200ms;
}
.duration-300{
  transition-duration: 300ms;
}
.ease-in{
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
[x-cloak] {
    display: none !important;
  }
/* ================================================== */
/* LAYERS
/* ================================================== */
/* ================================================== */
/* BASE
/* ================================================== */
/* ================================================== */
/* COMPONENTS
/* ================================================== */
/* ================================================== */
/* UTILITIES
/* ================================================== */
/* ================================================== */
/* COMPONENTS
/* ================================================== */
/* ================================================== */
/* HEADER
/* ================================================== */
header svg + div:after{
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0.35) 84%);
}

/* ================================================== */
/* LIST
/* ================================================== */
.list li + li:before{
  display: block;
  content: "";
  position: absolute;
  top: 0px;
  left: 1.5rem;
  width: calc(100% - 3rem);
  height: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(215 217 224 / var(--tw-bg-opacity, 1));
}

/* ================================================== */
/* MASK
/* ================================================== */
[id^=mask-] figure,
[id^=mask-] img {
  animation-play-state: running !important;
}
@media (min-width: 640px) {
  [id^=mask-] figure,
  [id^=mask-] img {
    animation-play-state: paused !important;
  }
}

/* ================================================== */
/* SWIPER
/* ================================================== */
.swiper-container:before, .swiper-container:after{
  display: block;
  content: "";
  position: absolute;
  z-index: 10;
  top: 0px;
  width: 0.625rem;
  height: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.swiper-container:before{
  left: 0px;
}
.swiper-container:after{
  right: 0px;
}

.swiper-slide{
  opacity: 0;
}

.swiper-slide-active,
.swiper-slide-next{
  opacity: 1;
}

[data-entry-type=webpage] [data-element=background]:not(.swiper-slide-active),[data-entry-type=webpage] [data-element=background]:not(
.swiper-slide-next){
  opacity: 0;
}

/* ================================================== */
/* TARTE AU CITRON
/* ================================================== */
#tarteaucitron {
  top: 50% !important;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

#tarteaucitronAlertBig,
#tarteaucitronInfo,
.tarteaucitronName,
button{
  font-size: .666rem;
}

#tarteaucitronAlertBig:focus-visible,
#tarteaucitronInfo:focus-visible,
.tarteaucitronName:focus-visible,
button:focus-visible{
  outline-color: #000;
  outline-offset: 4px;
}

#tarteaucitronAlertBig:focus-visible{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.tarteaucitronAlertBigBottom{
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  left: 50%;
}

@media (min-width: 640px){
  .tarteaucitronAlertBigBottom{
    left: auto;
  }
}

.tarteaucitronAlertBigBottom{
  z-index: 40;
  width: calc(100% - 2.5rem);
}

@media (min-width: 640px){
  .tarteaucitronAlertBigBottom{
    width: 20rem;
    margin-left: 0px;
    margin-right: 0px;
  }
}

.tarteaucitronAlertBigBottom{
  padding: 0.625rem;
}

@media (min-width: 640px){
  .tarteaucitronAlertBigBottom{
    padding: 1.25rem;
  }
}

.tarteaucitronAlertBigBottom{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(215 217 224 / var(--tw-border-opacity, 1));
  --tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05));
  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);
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 640px){
  .tarteaucitronAlertBigBottom{
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}

.tarteaucitronAlertBigBottom{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.tarteaucitronAlertBigBottom #tarteaucitronDisclaimerAlert{
  display: block;
  margin-bottom: 0.5rem;
}

.tarteaucitronCTAButton,
#tarteaucitronCloseAlert,
.tarteaucitronAllow,
.tarteaucitronDeny{
  margin-bottom: 0.25rem;
  margin-right: 0.25rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  line-height: 1.2;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.tarteaucitronCTAButton:hover,
#tarteaucitronCloseAlert:hover,
.tarteaucitronAllow:hover,
.tarteaucitronDeny:hover{
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.tarteaucitronAllow{
  margin-left: 0px;
}

#tarteaucitronCloseAlert{
  margin-right: 0px;
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

#tarteaucitronPrivacyUrl,
#tarteaucitronPrivacyUrlDialog,
.tarteaucitronReadmoreInfo,
.tarteaucitronReadmoreOfficial{
  display: inline-flex;
  align-items: baseline;
  text-decoration: underline;
  margin: 0;
}

#tarteaucitronPrivacyUrl{
  display: block;
  margin-top: 0.25rem;
}

#tarteaucitronBack{
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 40;
  background: rgba(0, 0, 0, 0.6);
}

.tarteaucitronPlus::before {
  content: "✛";
  display: inline-block;
}

.tarteaucitronIsAllowed .tarteaucitronAllow,
.tarteaucitronIsDenied .tarteaucitronDeny,
#tarteaucitronServices_mandatory button.tarteaucitronAllow{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

#tarteaucitronRoot{
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  font-size: .777rem;
}
#tarteaucitronRoot *{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

#tarteaucitron{
  display: none;
  width: 91.666667%;
  max-width: 32rem;
  max-height: 80%;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 41;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  overflow: hidden;
}
#tarteaucitron #tarteaucitronClosePanel{
  position: absolute;
  top: 0.625rem;
  right: 1.25rem;
  z-index: 10;
  text-decoration-line: underline;
}
#tarteaucitron #tarteaucitronServicesTitle_mandatory {
  background-color: rgba(0, 0, 0, 0.05);
}
#tarteaucitron #tarteaucitronServicesTitle_mandatory br,
#tarteaucitron #tarteaucitronServicesTitle_mandatory .tarteaucitronAsk{
  display: none;
}
#tarteaucitron .tarteaucitronMainLine{
  padding-top: 1.875rem;
  padding-right: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1.25rem;
  background-color: rgba(0, 0, 0, 0.05);
}
#tarteaucitron .tarteaucitronMainLine .tarteaucitronName{
  display: none;
}
#tarteaucitron .tarteaucitronAsk,
#tarteaucitron .tarteaucitron-toggle-group{
  margin-top: 0.25rem;
}
#tarteaucitron li{
  padding: 1.25rem;
}
#tarteaucitron li li {
  padding: 0;
  margin: 0;
  border: none;
}
#tarteaucitron ul + ul li{
  margin-top: 0.625rem;
}
#tarteaucitron ul ul li{
  border-width: 1px;
}
#tarteaucitron .tarteaucitronDetails{
  display: none;
}
#tarteaucitron .tarteaucitronH1{
  margin-bottom: 0.5rem;
  font-size: 1.777rem;
  font-weight: 700;
}
#tarteaucitron .tarteaucitronH3{
  display: block;
  font-weight: 700;
}
#tarteaucitron #tarteaucitronInfo br{
  display: none;
}
#tarteaucitron .tarteaucitronHidden{
  display: none;
  position: relative;
}
#tarteaucitron .tarteaucitron-toggle-group{
  display: flex;
  align-items: center;
}
#tarteaucitron .tarteaucitron-toggle-group:before{
  --tw-content: "";
  content: var(--tw-content);
  width: 0px;
  height: 0px;
  margin-right: 0.375rem;
  border-style: solid;
  border-width: 0.3rem 0.3rem 0 0.3rem;
  border-color: #000 transparent transparent transparent;
}

.tac_activate{
  display: flex;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(215 217 224 / var(--tw-bg-opacity, 1));
}

.tac_float .tarteaucitronAllow{
  display: block;
  margin-top: 0.5rem;
  margin-left: auto;
  margin-right: auto;
}

.vimeo_player > *,
.youtube_player > *{
  width: 100%;
  aspect-ratio: 16/9;
}

/* ================================================== */
/* BASE
/* ================================================== */
/* ================================================== */
/* REBOOT
/* ================================================== */
@media (min-width: 1440px) {
  html {
    font-size: 1.25vw;
  }
  .container {
    max-width: 71.1111111111rem;
  }
}
@media (max-width: 1439px) {
  html {
    font-size: 18px;
  }
}
@media (min-width: 1536px) {
  .container {
    max-width: 85.3333333333rem;
  }
}
/* ================================================== */
/* WEBFONTS
/* ================================================== */
@font-face {
  font-family: "Le Pavillon";
  src: url("../fonts/GTHaptikRegular.woff2") format("woff2"), url("../fonts/GTHaptikRegular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Le Pavillon";
  src: url("../fonts/GTHaptikBold.woff2") format("woff2"), url("../fonts/GTHaptikBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Le Pavillon";
  src: url("../fonts/GTHaptikRegular-Oblique.woff2") format("woff2"), url("../fonts/GTHaptikRegular-Oblique.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Le Pavillon";
  src: url("../fonts/GTHaptikBold-Oblique.woff2") format("woff2"), url("../fonts/GTHaptikBold-Oblique.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
/* ================================================== */
/* TYPES
/* ================================================== */
/* ================================================== */
/* EVENTS
/* ================================================== */
[data-entry-type=events] .sticky.border-b + .divide-y:after{
  display: block;
  position: absolute;
  bottom: 1px;
  left: 0px;
  width: 100%;
  height: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(215 217 224 / var(--tw-bg-opacity, 1));
}

/* ================================================== */
/* WEBPAGE
/* ================================================== */
[data-entry-type=webpage] [data-element=background] {
  height: calc(100% - 2.5rem);
}
[data-entry-type=webpage] [data-element=background]:not(.opacity-100){
  opacity: 0;
}
@media (min-width: 1024px){
  .lg\:container{
    width: 100%;
  }
  @media (min-width: 640px){
    .lg\:container{
      max-width: 640px;
    }
  }
  @media (min-width: 768px){
    .lg\:container{
      max-width: 768px;
    }
  }
  @media (min-width: 1024px){
    .lg\:container{
      max-width: 1024px;
    }
  }
  @media (min-width: 1280px){
    .lg\:container{
      max-width: 1280px;
    }
  }
  @media (min-width: 1536px){
    .lg\:container{
      max-width: 1536px;
    }
  }
}
.marker\:text-dark-pink *::marker{
  color: rgb(132 11 85 );
}
.marker\:text-dark-pink::marker{
  color: rgb(132 11 85 );
}
.selection\:text-ellipsis *::selection{
  text-overflow: ellipsis;
}
.selection\:text-clip *::selection{
  text-overflow: clip;
}
.selection\:text-wrap *::selection{
  text-wrap: wrap;
}
.selection\:text-nowrap *::selection{
  text-wrap: nowrap;
}
.selection\:text-balance *::selection{
  text-wrap: balance;
}
.selection\:text-pretty *::selection{
  text-wrap: pretty;
}
.selection\:bg-black *::selection{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.selection\:bg-black\/0 *::selection{
  background-color: rgb(0 0 0 / 0);
}
.selection\:bg-black\/10 *::selection{
  background-color: rgb(0 0 0 / 0.1);
}
.selection\:bg-black\/100 *::selection{
  background-color: rgb(0 0 0 / 1);
}
.selection\:bg-black\/15 *::selection{
  background-color: rgb(0 0 0 / 0.15);
}
.selection\:bg-black\/20 *::selection{
  background-color: rgb(0 0 0 / 0.2);
}
.selection\:bg-black\/25 *::selection{
  background-color: rgb(0 0 0 / 0.25);
}
.selection\:bg-black\/30 *::selection{
  background-color: rgb(0 0 0 / 0.3);
}
.selection\:bg-black\/35 *::selection{
  background-color: rgb(0 0 0 / 0.35);
}
.selection\:bg-black\/40 *::selection{
  background-color: rgb(0 0 0 / 0.4);
}
.selection\:bg-black\/45 *::selection{
  background-color: rgb(0 0 0 / 0.45);
}
.selection\:bg-black\/5 *::selection{
  background-color: rgb(0 0 0 / 0.05);
}
.selection\:bg-black\/50 *::selection{
  background-color: rgb(0 0 0 / 0.5);
}
.selection\:bg-black\/55 *::selection{
  background-color: rgb(0 0 0 / 0.55);
}
.selection\:bg-black\/60 *::selection{
  background-color: rgb(0 0 0 / 0.6);
}
.selection\:bg-black\/65 *::selection{
  background-color: rgb(0 0 0 / 0.65);
}
.selection\:bg-black\/70 *::selection{
  background-color: rgb(0 0 0 / 0.7);
}
.selection\:bg-black\/75 *::selection{
  background-color: rgb(0 0 0 / 0.75);
}
.selection\:bg-black\/80 *::selection{
  background-color: rgb(0 0 0 / 0.8);
}
.selection\:bg-black\/85 *::selection{
  background-color: rgb(0 0 0 / 0.85);
}
.selection\:bg-black\/90 *::selection{
  background-color: rgb(0 0 0 / 0.9);
}
.selection\:bg-black\/95 *::selection{
  background-color: rgb(0 0 0 / 0.95);
}
.selection\:bg-blue *::selection{
  --tw-bg-opacity: 1;
  background-color: rgb(0 71 187 / var(--tw-bg-opacity, 1));
}
.selection\:bg-blue\/0 *::selection{
  background-color: rgb(0 71 187 / 0);
}
.selection\:bg-blue\/10 *::selection{
  background-color: rgb(0 71 187 / 0.1);
}
.selection\:bg-blue\/100 *::selection{
  background-color: rgb(0 71 187 / 1);
}
.selection\:bg-blue\/15 *::selection{
  background-color: rgb(0 71 187 / 0.15);
}
.selection\:bg-blue\/20 *::selection{
  background-color: rgb(0 71 187 / 0.2);
}
.selection\:bg-blue\/25 *::selection{
  background-color: rgb(0 71 187 / 0.25);
}
.selection\:bg-blue\/30 *::selection{
  background-color: rgb(0 71 187 / 0.3);
}
.selection\:bg-blue\/35 *::selection{
  background-color: rgb(0 71 187 / 0.35);
}
.selection\:bg-blue\/40 *::selection{
  background-color: rgb(0 71 187 / 0.4);
}
.selection\:bg-blue\/45 *::selection{
  background-color: rgb(0 71 187 / 0.45);
}
.selection\:bg-blue\/5 *::selection{
  background-color: rgb(0 71 187 / 0.05);
}
.selection\:bg-blue\/50 *::selection{
  background-color: rgb(0 71 187 / 0.5);
}
.selection\:bg-blue\/55 *::selection{
  background-color: rgb(0 71 187 / 0.55);
}
.selection\:bg-blue\/60 *::selection{
  background-color: rgb(0 71 187 / 0.6);
}
.selection\:bg-blue\/65 *::selection{
  background-color: rgb(0 71 187 / 0.65);
}
.selection\:bg-blue\/70 *::selection{
  background-color: rgb(0 71 187 / 0.7);
}
.selection\:bg-blue\/75 *::selection{
  background-color: rgb(0 71 187 / 0.75);
}
.selection\:bg-blue\/80 *::selection{
  background-color: rgb(0 71 187 / 0.8);
}
.selection\:bg-blue\/85 *::selection{
  background-color: rgb(0 71 187 / 0.85);
}
.selection\:bg-blue\/90 *::selection{
  background-color: rgb(0 71 187 / 0.9);
}
.selection\:bg-blue\/95 *::selection{
  background-color: rgb(0 71 187 / 0.95);
}
.selection\:bg-current *::selection{
  background-color: currentColor;
}
.selection\:bg-dark-pink *::selection{
  --tw-bg-opacity: 1;
  background-color: rgb(132 11 85 / var(--tw-bg-opacity, 1));
}
.selection\:bg-dark-pink\/0 *::selection{
  background-color: rgb(132 11 85 / 0);
}
.selection\:bg-dark-pink\/10 *::selection{
  background-color: rgb(132 11 85 / 0.1);
}
.selection\:bg-dark-pink\/100 *::selection{
  background-color: rgb(132 11 85 / 1);
}
.selection\:bg-dark-pink\/15 *::selection{
  background-color: rgb(132 11 85 / 0.15);
}
.selection\:bg-dark-pink\/20 *::selection{
  background-color: rgb(132 11 85 / 0.2);
}
.selection\:bg-dark-pink\/25 *::selection{
  background-color: rgb(132 11 85 / 0.25);
}
.selection\:bg-dark-pink\/30 *::selection{
  background-color: rgb(132 11 85 / 0.3);
}
.selection\:bg-dark-pink\/35 *::selection{
  background-color: rgb(132 11 85 / 0.35);
}
.selection\:bg-dark-pink\/40 *::selection{
  background-color: rgb(132 11 85 / 0.4);
}
.selection\:bg-dark-pink\/45 *::selection{
  background-color: rgb(132 11 85 / 0.45);
}
.selection\:bg-dark-pink\/5 *::selection{
  background-color: rgb(132 11 85 / 0.05);
}
.selection\:bg-dark-pink\/50 *::selection{
  background-color: rgb(132 11 85 / 0.5);
}
.selection\:bg-dark-pink\/55 *::selection{
  background-color: rgb(132 11 85 / 0.55);
}
.selection\:bg-dark-pink\/60 *::selection{
  background-color: rgb(132 11 85 / 0.6);
}
.selection\:bg-dark-pink\/65 *::selection{
  background-color: rgb(132 11 85 / 0.65);
}
.selection\:bg-dark-pink\/70 *::selection{
  background-color: rgb(132 11 85 / 0.7);
}
.selection\:bg-dark-pink\/75 *::selection{
  background-color: rgb(132 11 85 / 0.75);
}
.selection\:bg-dark-pink\/80 *::selection{
  background-color: rgb(132 11 85 / 0.8);
}
.selection\:bg-dark-pink\/85 *::selection{
  background-color: rgb(132 11 85 / 0.85);
}
.selection\:bg-dark-pink\/90 *::selection{
  background-color: rgb(132 11 85 / 0.9);
}
.selection\:bg-dark-pink\/95 *::selection{
  background-color: rgb(132 11 85 / 0.95);
}
.selection\:bg-gray *::selection{
  --tw-bg-opacity: 1;
  background-color: rgb(215 217 224 / var(--tw-bg-opacity, 1));
}
.selection\:bg-gray\/0 *::selection{
  background-color: rgb(215 217 224 / 0);
}
.selection\:bg-gray\/10 *::selection{
  background-color: rgb(215 217 224 / 0.1);
}
.selection\:bg-gray\/100 *::selection{
  background-color: rgb(215 217 224 / 1);
}
.selection\:bg-gray\/15 *::selection{
  background-color: rgb(215 217 224 / 0.15);
}
.selection\:bg-gray\/20 *::selection{
  background-color: rgb(215 217 224 / 0.2);
}
.selection\:bg-gray\/25 *::selection{
  background-color: rgb(215 217 224 / 0.25);
}
.selection\:bg-gray\/30 *::selection{
  background-color: rgb(215 217 224 / 0.3);
}
.selection\:bg-gray\/35 *::selection{
  background-color: rgb(215 217 224 / 0.35);
}
.selection\:bg-gray\/40 *::selection{
  background-color: rgb(215 217 224 / 0.4);
}
.selection\:bg-gray\/45 *::selection{
  background-color: rgb(215 217 224 / 0.45);
}
.selection\:bg-gray\/5 *::selection{
  background-color: rgb(215 217 224 / 0.05);
}
.selection\:bg-gray\/50 *::selection{
  background-color: rgb(215 217 224 / 0.5);
}
.selection\:bg-gray\/55 *::selection{
  background-color: rgb(215 217 224 / 0.55);
}
.selection\:bg-gray\/60 *::selection{
  background-color: rgb(215 217 224 / 0.6);
}
.selection\:bg-gray\/65 *::selection{
  background-color: rgb(215 217 224 / 0.65);
}
.selection\:bg-gray\/70 *::selection{
  background-color: rgb(215 217 224 / 0.7);
}
.selection\:bg-gray\/75 *::selection{
  background-color: rgb(215 217 224 / 0.75);
}
.selection\:bg-gray\/80 *::selection{
  background-color: rgb(215 217 224 / 0.8);
}
.selection\:bg-gray\/85 *::selection{
  background-color: rgb(215 217 224 / 0.85);
}
.selection\:bg-gray\/90 *::selection{
  background-color: rgb(215 217 224 / 0.9);
}
.selection\:bg-gray\/95 *::selection{
  background-color: rgb(215 217 224 / 0.95);
}
.selection\:bg-green *::selection{
  --tw-bg-opacity: 1;
  background-color: rgb(21 71 52 / var(--tw-bg-opacity, 1));
}
.selection\:bg-green\/0 *::selection{
  background-color: rgb(21 71 52 / 0);
}
.selection\:bg-green\/10 *::selection{
  background-color: rgb(21 71 52 / 0.1);
}
.selection\:bg-green\/100 *::selection{
  background-color: rgb(21 71 52 / 1);
}
.selection\:bg-green\/15 *::selection{
  background-color: rgb(21 71 52 / 0.15);
}
.selection\:bg-green\/20 *::selection{
  background-color: rgb(21 71 52 / 0.2);
}
.selection\:bg-green\/25 *::selection{
  background-color: rgb(21 71 52 / 0.25);
}
.selection\:bg-green\/30 *::selection{
  background-color: rgb(21 71 52 / 0.3);
}
.selection\:bg-green\/35 *::selection{
  background-color: rgb(21 71 52 / 0.35);
}
.selection\:bg-green\/40 *::selection{
  background-color: rgb(21 71 52 / 0.4);
}
.selection\:bg-green\/45 *::selection{
  background-color: rgb(21 71 52 / 0.45);
}
.selection\:bg-green\/5 *::selection{
  background-color: rgb(21 71 52 / 0.05);
}
.selection\:bg-green\/50 *::selection{
  background-color: rgb(21 71 52 / 0.5);
}
.selection\:bg-green\/55 *::selection{
  background-color: rgb(21 71 52 / 0.55);
}
.selection\:bg-green\/60 *::selection{
  background-color: rgb(21 71 52 / 0.6);
}
.selection\:bg-green\/65 *::selection{
  background-color: rgb(21 71 52 / 0.65);
}
.selection\:bg-green\/70 *::selection{
  background-color: rgb(21 71 52 / 0.7);
}
.selection\:bg-green\/75 *::selection{
  background-color: rgb(21 71 52 / 0.75);
}
.selection\:bg-green\/80 *::selection{
  background-color: rgb(21 71 52 / 0.8);
}
.selection\:bg-green\/85 *::selection{
  background-color: rgb(21 71 52 / 0.85);
}
.selection\:bg-green\/90 *::selection{
  background-color: rgb(21 71 52 / 0.9);
}
.selection\:bg-green\/95 *::selection{
  background-color: rgb(21 71 52 / 0.95);
}
.selection\:bg-orange *::selection{
  --tw-bg-opacity: 1;
  background-color: rgb(255 92 57 / var(--tw-bg-opacity, 1));
}
.selection\:bg-orange\/0 *::selection{
  background-color: rgb(255 92 57 / 0);
}
.selection\:bg-orange\/10 *::selection{
  background-color: rgb(255 92 57 / 0.1);
}
.selection\:bg-orange\/100 *::selection{
  background-color: rgb(255 92 57 / 1);
}
.selection\:bg-orange\/15 *::selection{
  background-color: rgb(255 92 57 / 0.15);
}
.selection\:bg-orange\/20 *::selection{
  background-color: rgb(255 92 57 / 0.2);
}
.selection\:bg-orange\/25 *::selection{
  background-color: rgb(255 92 57 / 0.25);
}
.selection\:bg-orange\/30 *::selection{
  background-color: rgb(255 92 57 / 0.3);
}
.selection\:bg-orange\/35 *::selection{
  background-color: rgb(255 92 57 / 0.35);
}
.selection\:bg-orange\/40 *::selection{
  background-color: rgb(255 92 57 / 0.4);
}
.selection\:bg-orange\/45 *::selection{
  background-color: rgb(255 92 57 / 0.45);
}
.selection\:bg-orange\/5 *::selection{
  background-color: rgb(255 92 57 / 0.05);
}
.selection\:bg-orange\/50 *::selection{
  background-color: rgb(255 92 57 / 0.5);
}
.selection\:bg-orange\/55 *::selection{
  background-color: rgb(255 92 57 / 0.55);
}
.selection\:bg-orange\/60 *::selection{
  background-color: rgb(255 92 57 / 0.6);
}
.selection\:bg-orange\/65 *::selection{
  background-color: rgb(255 92 57 / 0.65);
}
.selection\:bg-orange\/70 *::selection{
  background-color: rgb(255 92 57 / 0.7);
}
.selection\:bg-orange\/75 *::selection{
  background-color: rgb(255 92 57 / 0.75);
}
.selection\:bg-orange\/80 *::selection{
  background-color: rgb(255 92 57 / 0.8);
}
.selection\:bg-orange\/85 *::selection{
  background-color: rgb(255 92 57 / 0.85);
}
.selection\:bg-orange\/90 *::selection{
  background-color: rgb(255 92 57 / 0.9);
}
.selection\:bg-orange\/95 *::selection{
  background-color: rgb(255 92 57 / 0.95);
}
.selection\:bg-pink *::selection{
  --tw-bg-opacity: 1;
  background-color: rgb(249 159 201 / var(--tw-bg-opacity, 1));
}
.selection\:bg-pink\/0 *::selection{
  background-color: rgb(249 159 201 / 0);
}
.selection\:bg-pink\/10 *::selection{
  background-color: rgb(249 159 201 / 0.1);
}
.selection\:bg-pink\/100 *::selection{
  background-color: rgb(249 159 201 / 1);
}
.selection\:bg-pink\/15 *::selection{
  background-color: rgb(249 159 201 / 0.15);
}
.selection\:bg-pink\/20 *::selection{
  background-color: rgb(249 159 201 / 0.2);
}
.selection\:bg-pink\/25 *::selection{
  background-color: rgb(249 159 201 / 0.25);
}
.selection\:bg-pink\/30 *::selection{
  background-color: rgb(249 159 201 / 0.3);
}
.selection\:bg-pink\/35 *::selection{
  background-color: rgb(249 159 201 / 0.35);
}
.selection\:bg-pink\/40 *::selection{
  background-color: rgb(249 159 201 / 0.4);
}
.selection\:bg-pink\/45 *::selection{
  background-color: rgb(249 159 201 / 0.45);
}
.selection\:bg-pink\/5 *::selection{
  background-color: rgb(249 159 201 / 0.05);
}
.selection\:bg-pink\/50 *::selection{
  background-color: rgb(249 159 201 / 0.5);
}
.selection\:bg-pink\/55 *::selection{
  background-color: rgb(249 159 201 / 0.55);
}
.selection\:bg-pink\/60 *::selection{
  background-color: rgb(249 159 201 / 0.6);
}
.selection\:bg-pink\/65 *::selection{
  background-color: rgb(249 159 201 / 0.65);
}
.selection\:bg-pink\/70 *::selection{
  background-color: rgb(249 159 201 / 0.7);
}
.selection\:bg-pink\/75 *::selection{
  background-color: rgb(249 159 201 / 0.75);
}
.selection\:bg-pink\/80 *::selection{
  background-color: rgb(249 159 201 / 0.8);
}
.selection\:bg-pink\/85 *::selection{
  background-color: rgb(249 159 201 / 0.85);
}
.selection\:bg-pink\/90 *::selection{
  background-color: rgb(249 159 201 / 0.9);
}
.selection\:bg-pink\/95 *::selection{
  background-color: rgb(249 159 201 / 0.95);
}
.selection\:bg-theme *::selection{
  --tw-bg-opacity: 1;
  background-color: rgba(var(--color-theme), var(--tw-bg-opacity, 1));
}
.selection\:bg-theme\/0 *::selection{
  background-color: rgba(var(--color-theme), 0);
}
.selection\:bg-theme\/10 *::selection{
  background-color: rgba(var(--color-theme), 0.1);
}
.selection\:bg-theme\/100 *::selection{
  background-color: rgba(var(--color-theme), 1);
}
.selection\:bg-theme\/15 *::selection{
  background-color: rgba(var(--color-theme), 0.15);
}
.selection\:bg-theme\/20 *::selection{
  background-color: rgba(var(--color-theme), 0.2);
}
.selection\:bg-theme\/25 *::selection{
  background-color: rgba(var(--color-theme), 0.25);
}
.selection\:bg-theme\/30 *::selection{
  background-color: rgba(var(--color-theme), 0.3);
}
.selection\:bg-theme\/35 *::selection{
  background-color: rgba(var(--color-theme), 0.35);
}
.selection\:bg-theme\/40 *::selection{
  background-color: rgba(var(--color-theme), 0.4);
}
.selection\:bg-theme\/45 *::selection{
  background-color: rgba(var(--color-theme), 0.45);
}
.selection\:bg-theme\/5 *::selection{
  background-color: rgba(var(--color-theme), 0.05);
}
.selection\:bg-theme\/50 *::selection{
  background-color: rgba(var(--color-theme), 0.5);
}
.selection\:bg-theme\/55 *::selection{
  background-color: rgba(var(--color-theme), 0.55);
}
.selection\:bg-theme\/60 *::selection{
  background-color: rgba(var(--color-theme), 0.6);
}
.selection\:bg-theme\/65 *::selection{
  background-color: rgba(var(--color-theme), 0.65);
}
.selection\:bg-theme\/70 *::selection{
  background-color: rgba(var(--color-theme), 0.7);
}
.selection\:bg-theme\/75 *::selection{
  background-color: rgba(var(--color-theme), 0.75);
}
.selection\:bg-theme\/80 *::selection{
  background-color: rgba(var(--color-theme), 0.8);
}
.selection\:bg-theme\/85 *::selection{
  background-color: rgba(var(--color-theme), 0.85);
}
.selection\:bg-theme\/90 *::selection{
  background-color: rgba(var(--color-theme), 0.9);
}
.selection\:bg-theme\/95 *::selection{
  background-color: rgba(var(--color-theme), 0.95);
}
.selection\:bg-transparent *::selection{
  background-color: transparent;
}
.selection\:bg-transparent\/0 *::selection{
  background-color: rgb(0 0 0 / 0);
}
.selection\:bg-transparent\/10 *::selection{
  background-color: rgb(0 0 0 / 0.1);
}
.selection\:bg-transparent\/100 *::selection{
  background-color: rgb(0 0 0 / 1);
}
.selection\:bg-transparent\/15 *::selection{
  background-color: rgb(0 0 0 / 0.15);
}
.selection\:bg-transparent\/20 *::selection{
  background-color: rgb(0 0 0 / 0.2);
}
.selection\:bg-transparent\/25 *::selection{
  background-color: rgb(0 0 0 / 0.25);
}
.selection\:bg-transparent\/30 *::selection{
  background-color: rgb(0 0 0 / 0.3);
}
.selection\:bg-transparent\/35 *::selection{
  background-color: rgb(0 0 0 / 0.35);
}
.selection\:bg-transparent\/40 *::selection{
  background-color: rgb(0 0 0 / 0.4);
}
.selection\:bg-transparent\/45 *::selection{
  background-color: rgb(0 0 0 / 0.45);
}
.selection\:bg-transparent\/5 *::selection{
  background-color: rgb(0 0 0 / 0.05);
}
.selection\:bg-transparent\/50 *::selection{
  background-color: rgb(0 0 0 / 0.5);
}
.selection\:bg-transparent\/55 *::selection{
  background-color: rgb(0 0 0 / 0.55);
}
.selection\:bg-transparent\/60 *::selection{
  background-color: rgb(0 0 0 / 0.6);
}
.selection\:bg-transparent\/65 *::selection{
  background-color: rgb(0 0 0 / 0.65);
}
.selection\:bg-transparent\/70 *::selection{
  background-color: rgb(0 0 0 / 0.7);
}
.selection\:bg-transparent\/75 *::selection{
  background-color: rgb(0 0 0 / 0.75);
}
.selection\:bg-transparent\/80 *::selection{
  background-color: rgb(0 0 0 / 0.8);
}
.selection\:bg-transparent\/85 *::selection{
  background-color: rgb(0 0 0 / 0.85);
}
.selection\:bg-transparent\/90 *::selection{
  background-color: rgb(0 0 0 / 0.9);
}
.selection\:bg-transparent\/95 *::selection{
  background-color: rgb(0 0 0 / 0.95);
}
.selection\:bg-white *::selection{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.selection\:bg-white\/0 *::selection{
  background-color: rgb(255 255 255 / 0);
}
.selection\:bg-white\/10 *::selection{
  background-color: rgb(255 255 255 / 0.1);
}
.selection\:bg-white\/100 *::selection{
  background-color: rgb(255 255 255 / 1);
}
.selection\:bg-white\/15 *::selection{
  background-color: rgb(255 255 255 / 0.15);
}
.selection\:bg-white\/20 *::selection{
  background-color: rgb(255 255 255 / 0.2);
}
.selection\:bg-white\/25 *::selection{
  background-color: rgb(255 255 255 / 0.25);
}
.selection\:bg-white\/30 *::selection{
  background-color: rgb(255 255 255 / 0.3);
}
.selection\:bg-white\/35 *::selection{
  background-color: rgb(255 255 255 / 0.35);
}
.selection\:bg-white\/40 *::selection{
  background-color: rgb(255 255 255 / 0.4);
}
.selection\:bg-white\/45 *::selection{
  background-color: rgb(255 255 255 / 0.45);
}
.selection\:bg-white\/5 *::selection{
  background-color: rgb(255 255 255 / 0.05);
}
.selection\:bg-white\/50 *::selection{
  background-color: rgb(255 255 255 / 0.5);
}
.selection\:bg-white\/55 *::selection{
  background-color: rgb(255 255 255 / 0.55);
}
.selection\:bg-white\/60 *::selection{
  background-color: rgb(255 255 255 / 0.6);
}
.selection\:bg-white\/65 *::selection{
  background-color: rgb(255 255 255 / 0.65);
}
.selection\:bg-white\/70 *::selection{
  background-color: rgb(255 255 255 / 0.7);
}
.selection\:bg-white\/75 *::selection{
  background-color: rgb(255 255 255 / 0.75);
}
.selection\:bg-white\/80 *::selection{
  background-color: rgb(255 255 255 / 0.8);
}
.selection\:bg-white\/85 *::selection{
  background-color: rgb(255 255 255 / 0.85);
}
.selection\:bg-white\/90 *::selection{
  background-color: rgb(255 255 255 / 0.9);
}
.selection\:bg-white\/95 *::selection{
  background-color: rgb(255 255 255 / 0.95);
}
.selection\:bg-yellow *::selection{
  --tw-bg-opacity: 1;
  background-color: rgb(255 198 88 / var(--tw-bg-opacity, 1));
}
.selection\:bg-yellow\/0 *::selection{
  background-color: rgb(255 198 88 / 0);
}
.selection\:bg-yellow\/10 *::selection{
  background-color: rgb(255 198 88 / 0.1);
}
.selection\:bg-yellow\/100 *::selection{
  background-color: rgb(255 198 88 / 1);
}
.selection\:bg-yellow\/15 *::selection{
  background-color: rgb(255 198 88 / 0.15);
}
.selection\:bg-yellow\/20 *::selection{
  background-color: rgb(255 198 88 / 0.2);
}
.selection\:bg-yellow\/25 *::selection{
  background-color: rgb(255 198 88 / 0.25);
}
.selection\:bg-yellow\/30 *::selection{
  background-color: rgb(255 198 88 / 0.3);
}
.selection\:bg-yellow\/35 *::selection{
  background-color: rgb(255 198 88 / 0.35);
}
.selection\:bg-yellow\/40 *::selection{
  background-color: rgb(255 198 88 / 0.4);
}
.selection\:bg-yellow\/45 *::selection{
  background-color: rgb(255 198 88 / 0.45);
}
.selection\:bg-yellow\/5 *::selection{
  background-color: rgb(255 198 88 / 0.05);
}
.selection\:bg-yellow\/50 *::selection{
  background-color: rgb(255 198 88 / 0.5);
}
.selection\:bg-yellow\/55 *::selection{
  background-color: rgb(255 198 88 / 0.55);
}
.selection\:bg-yellow\/60 *::selection{
  background-color: rgb(255 198 88 / 0.6);
}
.selection\:bg-yellow\/65 *::selection{
  background-color: rgb(255 198 88 / 0.65);
}
.selection\:bg-yellow\/70 *::selection{
  background-color: rgb(255 198 88 / 0.7);
}
.selection\:bg-yellow\/75 *::selection{
  background-color: rgb(255 198 88 / 0.75);
}
.selection\:bg-yellow\/80 *::selection{
  background-color: rgb(255 198 88 / 0.8);
}
.selection\:bg-yellow\/85 *::selection{
  background-color: rgb(255 198 88 / 0.85);
}
.selection\:bg-yellow\/90 *::selection{
  background-color: rgb(255 198 88 / 0.9);
}
.selection\:bg-yellow\/95 *::selection{
  background-color: rgb(255 198 88 / 0.95);
}
.selection\:bg-opacity-0 *::selection{
  --tw-bg-opacity: 0;
}
.selection\:bg-opacity-10 *::selection{
  --tw-bg-opacity: 0.1;
}
.selection\:bg-opacity-100 *::selection{
  --tw-bg-opacity: 1;
}
.selection\:bg-opacity-15 *::selection{
  --tw-bg-opacity: 0.15;
}
.selection\:bg-opacity-20 *::selection{
  --tw-bg-opacity: 0.2;
}
.selection\:bg-opacity-25 *::selection{
  --tw-bg-opacity: 0.25;
}
.selection\:bg-opacity-30 *::selection{
  --tw-bg-opacity: 0.3;
}
.selection\:bg-opacity-35 *::selection{
  --tw-bg-opacity: 0.35;
}
.selection\:bg-opacity-40 *::selection{
  --tw-bg-opacity: 0.4;
}
.selection\:bg-opacity-45 *::selection{
  --tw-bg-opacity: 0.45;
}
.selection\:bg-opacity-5 *::selection{
  --tw-bg-opacity: 0.05;
}
.selection\:bg-opacity-50 *::selection{
  --tw-bg-opacity: 0.5;
}
.selection\:bg-opacity-55 *::selection{
  --tw-bg-opacity: 0.55;
}
.selection\:bg-opacity-60 *::selection{
  --tw-bg-opacity: 0.6;
}
.selection\:bg-opacity-65 *::selection{
  --tw-bg-opacity: 0.65;
}
.selection\:bg-opacity-70 *::selection{
  --tw-bg-opacity: 0.7;
}
.selection\:bg-opacity-75 *::selection{
  --tw-bg-opacity: 0.75;
}
.selection\:bg-opacity-80 *::selection{
  --tw-bg-opacity: 0.8;
}
.selection\:bg-opacity-85 *::selection{
  --tw-bg-opacity: 0.85;
}
.selection\:bg-opacity-90 *::selection{
  --tw-bg-opacity: 0.9;
}
.selection\:bg-opacity-95 *::selection{
  --tw-bg-opacity: 0.95;
}
.selection\:bg-gradient-to-b *::selection{
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.selection\:bg-gradient-to-bl *::selection{
  background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
}
.selection\:bg-gradient-to-br *::selection{
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.selection\:bg-gradient-to-l *::selection{
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}
.selection\:bg-gradient-to-r *::selection{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.selection\:bg-gradient-to-t *::selection{
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.selection\:bg-gradient-to-tl *::selection{
  background-image: linear-gradient(to top left, var(--tw-gradient-stops));
}
.selection\:bg-gradient-to-tr *::selection{
  background-image: linear-gradient(to top right, var(--tw-gradient-stops));
}
.selection\:bg-none *::selection{
  background-image: none;
}
.selection\:bg-auto *::selection{
  background-size: auto;
}
.selection\:bg-contain *::selection{
  background-size: contain;
}
.selection\:bg-cover *::selection{
  background-size: cover;
}
.selection\:bg-fixed *::selection{
  background-attachment: fixed;
}
.selection\:bg-local *::selection{
  background-attachment: local;
}
.selection\:bg-scroll *::selection{
  background-attachment: scroll;
}
.selection\:bg-clip-border *::selection{
  background-clip: border-box;
}
.selection\:bg-clip-padding *::selection{
  background-clip: padding-box;
}
.selection\:bg-clip-content *::selection{
  background-clip: content-box;
}
.selection\:bg-clip-text *::selection{
  background-clip: text;
}
.selection\:bg-bottom *::selection{
  background-position: bottom;
}
.selection\:bg-center *::selection{
  background-position: center;
}
.selection\:bg-left *::selection{
  background-position: left;
}
.selection\:bg-left-bottom *::selection{
  background-position: left bottom;
}
.selection\:bg-left-top *::selection{
  background-position: left top;
}
.selection\:bg-right *::selection{
  background-position: right;
}
.selection\:bg-right-bottom *::selection{
  background-position: right bottom;
}
.selection\:bg-right-top *::selection{
  background-position: right top;
}
.selection\:bg-top *::selection{
  background-position: top;
}
.selection\:bg-repeat *::selection{
  background-repeat: repeat;
}
.selection\:bg-no-repeat *::selection{
  background-repeat: no-repeat;
}
.selection\:bg-repeat-x *::selection{
  background-repeat: repeat-x;
}
.selection\:bg-repeat-y *::selection{
  background-repeat: repeat-y;
}
.selection\:bg-repeat-round *::selection{
  background-repeat: round;
}
.selection\:bg-repeat-space *::selection{
  background-repeat: space;
}
.selection\:bg-origin-border *::selection{
  background-origin: border-box;
}
.selection\:bg-origin-padding *::selection{
  background-origin: padding-box;
}
.selection\:bg-origin-content *::selection{
  background-origin: content-box;
}
.selection\:text-left *::selection{
  text-align: left;
}
.selection\:text-center *::selection{
  text-align: center;
}
.selection\:text-right *::selection{
  text-align: right;
}
.selection\:text-justify *::selection{
  text-align: justify;
}
.selection\:text-start *::selection{
  text-align: start;
}
.selection\:text-end *::selection{
  text-align: end;
}
.selection\:text-2xl *::selection{
  font-size: 1.444rem;
}
.selection\:text-3xl *::selection{
  font-size: 1.777rem;
}
.selection\:text-4xl *::selection{
  font-size: 2rem;
}
.selection\:text-5xl *::selection{
  font-size: 2.666rem;
}
.selection\:text-6xl *::selection{
  font-size: 3.333rem;
}
.selection\:text-7xl *::selection{
  font-size: 4rem;
}
.selection\:text-8xl *::selection{
  font-size: 6.222rem;
}
.selection\:text-9xl *::selection{
  font-size: 6.666rem;
}
.selection\:text-base *::selection{
  font-size: 1rem;
}
.selection\:text-lg *::selection{
  font-size: 1.166rem;
}
.selection\:text-sm *::selection{
  font-size: .777rem;
}
.selection\:text-tiny *::selection{
  font-size: .888rem;
}
.selection\:text-xl *::selection{
  font-size: 1.333rem;
}
.selection\:text-xs *::selection{
  font-size: .666rem;
}
.selection\:text-xxs *::selection{
  font-size: .555rem;
}
.selection\:text-black *::selection{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.selection\:text-black\/0 *::selection{
  color: rgb(0 0 0 / 0);
}
.selection\:text-black\/10 *::selection{
  color: rgb(0 0 0 / 0.1);
}
.selection\:text-black\/100 *::selection{
  color: rgb(0 0 0 / 1);
}
.selection\:text-black\/15 *::selection{
  color: rgb(0 0 0 / 0.15);
}
.selection\:text-black\/20 *::selection{
  color: rgb(0 0 0 / 0.2);
}
.selection\:text-black\/25 *::selection{
  color: rgb(0 0 0 / 0.25);
}
.selection\:text-black\/30 *::selection{
  color: rgb(0 0 0 / 0.3);
}
.selection\:text-black\/35 *::selection{
  color: rgb(0 0 0 / 0.35);
}
.selection\:text-black\/40 *::selection{
  color: rgb(0 0 0 / 0.4);
}
.selection\:text-black\/45 *::selection{
  color: rgb(0 0 0 / 0.45);
}
.selection\:text-black\/5 *::selection{
  color: rgb(0 0 0 / 0.05);
}
.selection\:text-black\/50 *::selection{
  color: rgb(0 0 0 / 0.5);
}
.selection\:text-black\/55 *::selection{
  color: rgb(0 0 0 / 0.55);
}
.selection\:text-black\/60 *::selection{
  color: rgb(0 0 0 / 0.6);
}
.selection\:text-black\/65 *::selection{
  color: rgb(0 0 0 / 0.65);
}
.selection\:text-black\/70 *::selection{
  color: rgb(0 0 0 / 0.7);
}
.selection\:text-black\/75 *::selection{
  color: rgb(0 0 0 / 0.75);
}
.selection\:text-black\/80 *::selection{
  color: rgb(0 0 0 / 0.8);
}
.selection\:text-black\/85 *::selection{
  color: rgb(0 0 0 / 0.85);
}
.selection\:text-black\/90 *::selection{
  color: rgb(0 0 0 / 0.9);
}
.selection\:text-black\/95 *::selection{
  color: rgb(0 0 0 / 0.95);
}
.selection\:text-blue *::selection{
  --tw-text-opacity: 1;
  color: rgb(0 71 187 / var(--tw-text-opacity, 1));
}
.selection\:text-blue\/0 *::selection{
  color: rgb(0 71 187 / 0);
}
.selection\:text-blue\/10 *::selection{
  color: rgb(0 71 187 / 0.1);
}
.selection\:text-blue\/100 *::selection{
  color: rgb(0 71 187 / 1);
}
.selection\:text-blue\/15 *::selection{
  color: rgb(0 71 187 / 0.15);
}
.selection\:text-blue\/20 *::selection{
  color: rgb(0 71 187 / 0.2);
}
.selection\:text-blue\/25 *::selection{
  color: rgb(0 71 187 / 0.25);
}
.selection\:text-blue\/30 *::selection{
  color: rgb(0 71 187 / 0.3);
}
.selection\:text-blue\/35 *::selection{
  color: rgb(0 71 187 / 0.35);
}
.selection\:text-blue\/40 *::selection{
  color: rgb(0 71 187 / 0.4);
}
.selection\:text-blue\/45 *::selection{
  color: rgb(0 71 187 / 0.45);
}
.selection\:text-blue\/5 *::selection{
  color: rgb(0 71 187 / 0.05);
}
.selection\:text-blue\/50 *::selection{
  color: rgb(0 71 187 / 0.5);
}
.selection\:text-blue\/55 *::selection{
  color: rgb(0 71 187 / 0.55);
}
.selection\:text-blue\/60 *::selection{
  color: rgb(0 71 187 / 0.6);
}
.selection\:text-blue\/65 *::selection{
  color: rgb(0 71 187 / 0.65);
}
.selection\:text-blue\/70 *::selection{
  color: rgb(0 71 187 / 0.7);
}
.selection\:text-blue\/75 *::selection{
  color: rgb(0 71 187 / 0.75);
}
.selection\:text-blue\/80 *::selection{
  color: rgb(0 71 187 / 0.8);
}
.selection\:text-blue\/85 *::selection{
  color: rgb(0 71 187 / 0.85);
}
.selection\:text-blue\/90 *::selection{
  color: rgb(0 71 187 / 0.9);
}
.selection\:text-blue\/95 *::selection{
  color: rgb(0 71 187 / 0.95);
}
.selection\:text-current *::selection{
  color: currentColor;
}
.selection\:text-dark-pink *::selection{
  --tw-text-opacity: 1;
  color: rgb(132 11 85 / var(--tw-text-opacity, 1));
}
.selection\:text-dark-pink\/0 *::selection{
  color: rgb(132 11 85 / 0);
}
.selection\:text-dark-pink\/10 *::selection{
  color: rgb(132 11 85 / 0.1);
}
.selection\:text-dark-pink\/100 *::selection{
  color: rgb(132 11 85 / 1);
}
.selection\:text-dark-pink\/15 *::selection{
  color: rgb(132 11 85 / 0.15);
}
.selection\:text-dark-pink\/20 *::selection{
  color: rgb(132 11 85 / 0.2);
}
.selection\:text-dark-pink\/25 *::selection{
  color: rgb(132 11 85 / 0.25);
}
.selection\:text-dark-pink\/30 *::selection{
  color: rgb(132 11 85 / 0.3);
}
.selection\:text-dark-pink\/35 *::selection{
  color: rgb(132 11 85 / 0.35);
}
.selection\:text-dark-pink\/40 *::selection{
  color: rgb(132 11 85 / 0.4);
}
.selection\:text-dark-pink\/45 *::selection{
  color: rgb(132 11 85 / 0.45);
}
.selection\:text-dark-pink\/5 *::selection{
  color: rgb(132 11 85 / 0.05);
}
.selection\:text-dark-pink\/50 *::selection{
  color: rgb(132 11 85 / 0.5);
}
.selection\:text-dark-pink\/55 *::selection{
  color: rgb(132 11 85 / 0.55);
}
.selection\:text-dark-pink\/60 *::selection{
  color: rgb(132 11 85 / 0.6);
}
.selection\:text-dark-pink\/65 *::selection{
  color: rgb(132 11 85 / 0.65);
}
.selection\:text-dark-pink\/70 *::selection{
  color: rgb(132 11 85 / 0.7);
}
.selection\:text-dark-pink\/75 *::selection{
  color: rgb(132 11 85 / 0.75);
}
.selection\:text-dark-pink\/80 *::selection{
  color: rgb(132 11 85 / 0.8);
}
.selection\:text-dark-pink\/85 *::selection{
  color: rgb(132 11 85 / 0.85);
}
.selection\:text-dark-pink\/90 *::selection{
  color: rgb(132 11 85 / 0.9);
}
.selection\:text-dark-pink\/95 *::selection{
  color: rgb(132 11 85 / 0.95);
}
.selection\:text-gray *::selection{
  --tw-text-opacity: 1;
  color: rgb(215 217 224 / var(--tw-text-opacity, 1));
}
.selection\:text-gray\/0 *::selection{
  color: rgb(215 217 224 / 0);
}
.selection\:text-gray\/10 *::selection{
  color: rgb(215 217 224 / 0.1);
}
.selection\:text-gray\/100 *::selection{
  color: rgb(215 217 224 / 1);
}
.selection\:text-gray\/15 *::selection{
  color: rgb(215 217 224 / 0.15);
}
.selection\:text-gray\/20 *::selection{
  color: rgb(215 217 224 / 0.2);
}
.selection\:text-gray\/25 *::selection{
  color: rgb(215 217 224 / 0.25);
}
.selection\:text-gray\/30 *::selection{
  color: rgb(215 217 224 / 0.3);
}
.selection\:text-gray\/35 *::selection{
  color: rgb(215 217 224 / 0.35);
}
.selection\:text-gray\/40 *::selection{
  color: rgb(215 217 224 / 0.4);
}
.selection\:text-gray\/45 *::selection{
  color: rgb(215 217 224 / 0.45);
}
.selection\:text-gray\/5 *::selection{
  color: rgb(215 217 224 / 0.05);
}
.selection\:text-gray\/50 *::selection{
  color: rgb(215 217 224 / 0.5);
}
.selection\:text-gray\/55 *::selection{
  color: rgb(215 217 224 / 0.55);
}
.selection\:text-gray\/60 *::selection{
  color: rgb(215 217 224 / 0.6);
}
.selection\:text-gray\/65 *::selection{
  color: rgb(215 217 224 / 0.65);
}
.selection\:text-gray\/70 *::selection{
  color: rgb(215 217 224 / 0.7);
}
.selection\:text-gray\/75 *::selection{
  color: rgb(215 217 224 / 0.75);
}
.selection\:text-gray\/80 *::selection{
  color: rgb(215 217 224 / 0.8);
}
.selection\:text-gray\/85 *::selection{
  color: rgb(215 217 224 / 0.85);
}
.selection\:text-gray\/90 *::selection{
  color: rgb(215 217 224 / 0.9);
}
.selection\:text-gray\/95 *::selection{
  color: rgb(215 217 224 / 0.95);
}
.selection\:text-green *::selection{
  --tw-text-opacity: 1;
  color: rgb(21 71 52 / var(--tw-text-opacity, 1));
}
.selection\:text-green\/0 *::selection{
  color: rgb(21 71 52 / 0);
}
.selection\:text-green\/10 *::selection{
  color: rgb(21 71 52 / 0.1);
}
.selection\:text-green\/100 *::selection{
  color: rgb(21 71 52 / 1);
}
.selection\:text-green\/15 *::selection{
  color: rgb(21 71 52 / 0.15);
}
.selection\:text-green\/20 *::selection{
  color: rgb(21 71 52 / 0.2);
}
.selection\:text-green\/25 *::selection{
  color: rgb(21 71 52 / 0.25);
}
.selection\:text-green\/30 *::selection{
  color: rgb(21 71 52 / 0.3);
}
.selection\:text-green\/35 *::selection{
  color: rgb(21 71 52 / 0.35);
}
.selection\:text-green\/40 *::selection{
  color: rgb(21 71 52 / 0.4);
}
.selection\:text-green\/45 *::selection{
  color: rgb(21 71 52 / 0.45);
}
.selection\:text-green\/5 *::selection{
  color: rgb(21 71 52 / 0.05);
}
.selection\:text-green\/50 *::selection{
  color: rgb(21 71 52 / 0.5);
}
.selection\:text-green\/55 *::selection{
  color: rgb(21 71 52 / 0.55);
}
.selection\:text-green\/60 *::selection{
  color: rgb(21 71 52 / 0.6);
}
.selection\:text-green\/65 *::selection{
  color: rgb(21 71 52 / 0.65);
}
.selection\:text-green\/70 *::selection{
  color: rgb(21 71 52 / 0.7);
}
.selection\:text-green\/75 *::selection{
  color: rgb(21 71 52 / 0.75);
}
.selection\:text-green\/80 *::selection{
  color: rgb(21 71 52 / 0.8);
}
.selection\:text-green\/85 *::selection{
  color: rgb(21 71 52 / 0.85);
}
.selection\:text-green\/90 *::selection{
  color: rgb(21 71 52 / 0.9);
}
.selection\:text-green\/95 *::selection{
  color: rgb(21 71 52 / 0.95);
}
.selection\:text-orange *::selection{
  --tw-text-opacity: 1;
  color: rgb(255 92 57 / var(--tw-text-opacity, 1));
}
.selection\:text-orange\/0 *::selection{
  color: rgb(255 92 57 / 0);
}
.selection\:text-orange\/10 *::selection{
  color: rgb(255 92 57 / 0.1);
}
.selection\:text-orange\/100 *::selection{
  color: rgb(255 92 57 / 1);
}
.selection\:text-orange\/15 *::selection{
  color: rgb(255 92 57 / 0.15);
}
.selection\:text-orange\/20 *::selection{
  color: rgb(255 92 57 / 0.2);
}
.selection\:text-orange\/25 *::selection{
  color: rgb(255 92 57 / 0.25);
}
.selection\:text-orange\/30 *::selection{
  color: rgb(255 92 57 / 0.3);
}
.selection\:text-orange\/35 *::selection{
  color: rgb(255 92 57 / 0.35);
}
.selection\:text-orange\/40 *::selection{
  color: rgb(255 92 57 / 0.4);
}
.selection\:text-orange\/45 *::selection{
  color: rgb(255 92 57 / 0.45);
}
.selection\:text-orange\/5 *::selection{
  color: rgb(255 92 57 / 0.05);
}
.selection\:text-orange\/50 *::selection{
  color: rgb(255 92 57 / 0.5);
}
.selection\:text-orange\/55 *::selection{
  color: rgb(255 92 57 / 0.55);
}
.selection\:text-orange\/60 *::selection{
  color: rgb(255 92 57 / 0.6);
}
.selection\:text-orange\/65 *::selection{
  color: rgb(255 92 57 / 0.65);
}
.selection\:text-orange\/70 *::selection{
  color: rgb(255 92 57 / 0.7);
}
.selection\:text-orange\/75 *::selection{
  color: rgb(255 92 57 / 0.75);
}
.selection\:text-orange\/80 *::selection{
  color: rgb(255 92 57 / 0.8);
}
.selection\:text-orange\/85 *::selection{
  color: rgb(255 92 57 / 0.85);
}
.selection\:text-orange\/90 *::selection{
  color: rgb(255 92 57 / 0.9);
}
.selection\:text-orange\/95 *::selection{
  color: rgb(255 92 57 / 0.95);
}
.selection\:text-pink *::selection{
  --tw-text-opacity: 1;
  color: rgb(249 159 201 / var(--tw-text-opacity, 1));
}
.selection\:text-pink\/0 *::selection{
  color: rgb(249 159 201 / 0);
}
.selection\:text-pink\/10 *::selection{
  color: rgb(249 159 201 / 0.1);
}
.selection\:text-pink\/100 *::selection{
  color: rgb(249 159 201 / 1);
}
.selection\:text-pink\/15 *::selection{
  color: rgb(249 159 201 / 0.15);
}
.selection\:text-pink\/20 *::selection{
  color: rgb(249 159 201 / 0.2);
}
.selection\:text-pink\/25 *::selection{
  color: rgb(249 159 201 / 0.25);
}
.selection\:text-pink\/30 *::selection{
  color: rgb(249 159 201 / 0.3);
}
.selection\:text-pink\/35 *::selection{
  color: rgb(249 159 201 / 0.35);
}
.selection\:text-pink\/40 *::selection{
  color: rgb(249 159 201 / 0.4);
}
.selection\:text-pink\/45 *::selection{
  color: rgb(249 159 201 / 0.45);
}
.selection\:text-pink\/5 *::selection{
  color: rgb(249 159 201 / 0.05);
}
.selection\:text-pink\/50 *::selection{
  color: rgb(249 159 201 / 0.5);
}
.selection\:text-pink\/55 *::selection{
  color: rgb(249 159 201 / 0.55);
}
.selection\:text-pink\/60 *::selection{
  color: rgb(249 159 201 / 0.6);
}
.selection\:text-pink\/65 *::selection{
  color: rgb(249 159 201 / 0.65);
}
.selection\:text-pink\/70 *::selection{
  color: rgb(249 159 201 / 0.7);
}
.selection\:text-pink\/75 *::selection{
  color: rgb(249 159 201 / 0.75);
}
.selection\:text-pink\/80 *::selection{
  color: rgb(249 159 201 / 0.8);
}
.selection\:text-pink\/85 *::selection{
  color: rgb(249 159 201 / 0.85);
}
.selection\:text-pink\/90 *::selection{
  color: rgb(249 159 201 / 0.9);
}
.selection\:text-pink\/95 *::selection{
  color: rgb(249 159 201 / 0.95);
}
.selection\:text-theme *::selection{
  --tw-text-opacity: 1;
  color: rgba(var(--color-theme), var(--tw-text-opacity, 1));
}
.selection\:text-theme\/0 *::selection{
  color: rgba(var(--color-theme), 0);
}
.selection\:text-theme\/10 *::selection{
  color: rgba(var(--color-theme), 0.1);
}
.selection\:text-theme\/100 *::selection{
  color: rgba(var(--color-theme), 1);
}
.selection\:text-theme\/15 *::selection{
  color: rgba(var(--color-theme), 0.15);
}
.selection\:text-theme\/20 *::selection{
  color: rgba(var(--color-theme), 0.2);
}
.selection\:text-theme\/25 *::selection{
  color: rgba(var(--color-theme), 0.25);
}
.selection\:text-theme\/30 *::selection{
  color: rgba(var(--color-theme), 0.3);
}
.selection\:text-theme\/35 *::selection{
  color: rgba(var(--color-theme), 0.35);
}
.selection\:text-theme\/40 *::selection{
  color: rgba(var(--color-theme), 0.4);
}
.selection\:text-theme\/45 *::selection{
  color: rgba(var(--color-theme), 0.45);
}
.selection\:text-theme\/5 *::selection{
  color: rgba(var(--color-theme), 0.05);
}
.selection\:text-theme\/50 *::selection{
  color: rgba(var(--color-theme), 0.5);
}
.selection\:text-theme\/55 *::selection{
  color: rgba(var(--color-theme), 0.55);
}
.selection\:text-theme\/60 *::selection{
  color: rgba(var(--color-theme), 0.6);
}
.selection\:text-theme\/65 *::selection{
  color: rgba(var(--color-theme), 0.65);
}
.selection\:text-theme\/70 *::selection{
  color: rgba(var(--color-theme), 0.7);
}
.selection\:text-theme\/75 *::selection{
  color: rgba(var(--color-theme), 0.75);
}
.selection\:text-theme\/80 *::selection{
  color: rgba(var(--color-theme), 0.8);
}
.selection\:text-theme\/85 *::selection{
  color: rgba(var(--color-theme), 0.85);
}
.selection\:text-theme\/90 *::selection{
  color: rgba(var(--color-theme), 0.9);
}
.selection\:text-theme\/95 *::selection{
  color: rgba(var(--color-theme), 0.95);
}
.selection\:text-transparent *::selection{
  color: transparent;
}
.selection\:text-transparent\/0 *::selection{
  color: rgb(0 0 0 / 0);
}
.selection\:text-transparent\/10 *::selection{
  color: rgb(0 0 0 / 0.1);
}
.selection\:text-transparent\/100 *::selection{
  color: rgb(0 0 0 / 1);
}
.selection\:text-transparent\/15 *::selection{
  color: rgb(0 0 0 / 0.15);
}
.selection\:text-transparent\/20 *::selection{
  color: rgb(0 0 0 / 0.2);
}
.selection\:text-transparent\/25 *::selection{
  color: rgb(0 0 0 / 0.25);
}
.selection\:text-transparent\/30 *::selection{
  color: rgb(0 0 0 / 0.3);
}
.selection\:text-transparent\/35 *::selection{
  color: rgb(0 0 0 / 0.35);
}
.selection\:text-transparent\/40 *::selection{
  color: rgb(0 0 0 / 0.4);
}
.selection\:text-transparent\/45 *::selection{
  color: rgb(0 0 0 / 0.45);
}
.selection\:text-transparent\/5 *::selection{
  color: rgb(0 0 0 / 0.05);
}
.selection\:text-transparent\/50 *::selection{
  color: rgb(0 0 0 / 0.5);
}
.selection\:text-transparent\/55 *::selection{
  color: rgb(0 0 0 / 0.55);
}
.selection\:text-transparent\/60 *::selection{
  color: rgb(0 0 0 / 0.6);
}
.selection\:text-transparent\/65 *::selection{
  color: rgb(0 0 0 / 0.65);
}
.selection\:text-transparent\/70 *::selection{
  color: rgb(0 0 0 / 0.7);
}
.selection\:text-transparent\/75 *::selection{
  color: rgb(0 0 0 / 0.75);
}
.selection\:text-transparent\/80 *::selection{
  color: rgb(0 0 0 / 0.8);
}
.selection\:text-transparent\/85 *::selection{
  color: rgb(0 0 0 / 0.85);
}
.selection\:text-transparent\/90 *::selection{
  color: rgb(0 0 0 / 0.9);
}
.selection\:text-transparent\/95 *::selection{
  color: rgb(0 0 0 / 0.95);
}
.selection\:text-white *::selection{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.selection\:text-white\/0 *::selection{
  color: rgb(255 255 255 / 0);
}
.selection\:text-white\/10 *::selection{
  color: rgb(255 255 255 / 0.1);
}
.selection\:text-white\/100 *::selection{
  color: rgb(255 255 255 / 1);
}
.selection\:text-white\/15 *::selection{
  color: rgb(255 255 255 / 0.15);
}
.selection\:text-white\/20 *::selection{
  color: rgb(255 255 255 / 0.2);
}
.selection\:text-white\/25 *::selection{
  color: rgb(255 255 255 / 0.25);
}
.selection\:text-white\/30 *::selection{
  color: rgb(255 255 255 / 0.3);
}
.selection\:text-white\/35 *::selection{
  color: rgb(255 255 255 / 0.35);
}
.selection\:text-white\/40 *::selection{
  color: rgb(255 255 255 / 0.4);
}
.selection\:text-white\/45 *::selection{
  color: rgb(255 255 255 / 0.45);
}
.selection\:text-white\/5 *::selection{
  color: rgb(255 255 255 / 0.05);
}
.selection\:text-white\/50 *::selection{
  color: rgb(255 255 255 / 0.5);
}
.selection\:text-white\/55 *::selection{
  color: rgb(255 255 255 / 0.55);
}
.selection\:text-white\/60 *::selection{
  color: rgb(255 255 255 / 0.6);
}
.selection\:text-white\/65 *::selection{
  color: rgb(255 255 255 / 0.65);
}
.selection\:text-white\/70 *::selection{
  color: rgb(255 255 255 / 0.7);
}
.selection\:text-white\/75 *::selection{
  color: rgb(255 255 255 / 0.75);
}
.selection\:text-white\/80 *::selection{
  color: rgb(255 255 255 / 0.8);
}
.selection\:text-white\/85 *::selection{
  color: rgb(255 255 255 / 0.85);
}
.selection\:text-white\/90 *::selection{
  color: rgb(255 255 255 / 0.9);
}
.selection\:text-white\/95 *::selection{
  color: rgb(255 255 255 / 0.95);
}
.selection\:text-yellow *::selection{
  --tw-text-opacity: 1;
  color: rgb(255 198 88 / var(--tw-text-opacity, 1));
}
.selection\:text-yellow\/0 *::selection{
  color: rgb(255 198 88 / 0);
}
.selection\:text-yellow\/10 *::selection{
  color: rgb(255 198 88 / 0.1);
}
.selection\:text-yellow\/100 *::selection{
  color: rgb(255 198 88 / 1);
}
.selection\:text-yellow\/15 *::selection{
  color: rgb(255 198 88 / 0.15);
}
.selection\:text-yellow\/20 *::selection{
  color: rgb(255 198 88 / 0.2);
}
.selection\:text-yellow\/25 *::selection{
  color: rgb(255 198 88 / 0.25);
}
.selection\:text-yellow\/30 *::selection{
  color: rgb(255 198 88 / 0.3);
}
.selection\:text-yellow\/35 *::selection{
  color: rgb(255 198 88 / 0.35);
}
.selection\:text-yellow\/40 *::selection{
  color: rgb(255 198 88 / 0.4);
}
.selection\:text-yellow\/45 *::selection{
  color: rgb(255 198 88 / 0.45);
}
.selection\:text-yellow\/5 *::selection{
  color: rgb(255 198 88 / 0.05);
}
.selection\:text-yellow\/50 *::selection{
  color: rgb(255 198 88 / 0.5);
}
.selection\:text-yellow\/55 *::selection{
  color: rgb(255 198 88 / 0.55);
}
.selection\:text-yellow\/60 *::selection{
  color: rgb(255 198 88 / 0.6);
}
.selection\:text-yellow\/65 *::selection{
  color: rgb(255 198 88 / 0.65);
}
.selection\:text-yellow\/70 *::selection{
  color: rgb(255 198 88 / 0.7);
}
.selection\:text-yellow\/75 *::selection{
  color: rgb(255 198 88 / 0.75);
}
.selection\:text-yellow\/80 *::selection{
  color: rgb(255 198 88 / 0.8);
}
.selection\:text-yellow\/85 *::selection{
  color: rgb(255 198 88 / 0.85);
}
.selection\:text-yellow\/90 *::selection{
  color: rgb(255 198 88 / 0.9);
}
.selection\:text-yellow\/95 *::selection{
  color: rgb(255 198 88 / 0.95);
}
.selection\:text-opacity-0 *::selection{
  --tw-text-opacity: 0;
}
.selection\:text-opacity-10 *::selection{
  --tw-text-opacity: 0.1;
}
.selection\:text-opacity-100 *::selection{
  --tw-text-opacity: 1;
}
.selection\:text-opacity-15 *::selection{
  --tw-text-opacity: 0.15;
}
.selection\:text-opacity-20 *::selection{
  --tw-text-opacity: 0.2;
}
.selection\:text-opacity-25 *::selection{
  --tw-text-opacity: 0.25;
}
.selection\:text-opacity-30 *::selection{
  --tw-text-opacity: 0.3;
}
.selection\:text-opacity-35 *::selection{
  --tw-text-opacity: 0.35;
}
.selection\:text-opacity-40 *::selection{
  --tw-text-opacity: 0.4;
}
.selection\:text-opacity-45 *::selection{
  --tw-text-opacity: 0.45;
}
.selection\:text-opacity-5 *::selection{
  --tw-text-opacity: 0.05;
}
.selection\:text-opacity-50 *::selection{
  --tw-text-opacity: 0.5;
}
.selection\:text-opacity-55 *::selection{
  --tw-text-opacity: 0.55;
}
.selection\:text-opacity-60 *::selection{
  --tw-text-opacity: 0.6;
}
.selection\:text-opacity-65 *::selection{
  --tw-text-opacity: 0.65;
}
.selection\:text-opacity-70 *::selection{
  --tw-text-opacity: 0.7;
}
.selection\:text-opacity-75 *::selection{
  --tw-text-opacity: 0.75;
}
.selection\:text-opacity-80 *::selection{
  --tw-text-opacity: 0.8;
}
.selection\:text-opacity-85 *::selection{
  --tw-text-opacity: 0.85;
}
.selection\:text-opacity-90 *::selection{
  --tw-text-opacity: 0.9;
}
.selection\:text-opacity-95 *::selection{
  --tw-text-opacity: 0.95;
}
.selection\:bg-blend-normal *::selection{
  background-blend-mode: normal;
}
.selection\:bg-blend-multiply *::selection{
  background-blend-mode: multiply;
}
.selection\:bg-blend-screen *::selection{
  background-blend-mode: screen;
}
.selection\:bg-blend-overlay *::selection{
  background-blend-mode: overlay;
}
.selection\:bg-blend-darken *::selection{
  background-blend-mode: darken;
}
.selection\:bg-blend-lighten *::selection{
  background-blend-mode: lighten;
}
.selection\:bg-blend-color-dodge *::selection{
  background-blend-mode: color-dodge;
}
.selection\:bg-blend-color-burn *::selection{
  background-blend-mode: color-burn;
}
.selection\:bg-blend-hard-light *::selection{
  background-blend-mode: hard-light;
}
.selection\:bg-blend-soft-light *::selection{
  background-blend-mode: soft-light;
}
.selection\:bg-blend-difference *::selection{
  background-blend-mode: difference;
}
.selection\:bg-blend-exclusion *::selection{
  background-blend-mode: exclusion;
}
.selection\:bg-blend-hue *::selection{
  background-blend-mode: hue;
}
.selection\:bg-blend-saturation *::selection{
  background-blend-mode: saturation;
}
.selection\:bg-blend-color *::selection{
  background-blend-mode: color;
}
.selection\:bg-blend-luminosity *::selection{
  background-blend-mode: luminosity;
}
.selection\:text-ellipsis::selection{
  text-overflow: ellipsis;
}
.selection\:text-clip::selection{
  text-overflow: clip;
}
.selection\:text-wrap::selection{
  text-wrap: wrap;
}
.selection\:text-nowrap::selection{
  text-wrap: nowrap;
}
.selection\:text-balance::selection{
  text-wrap: balance;
}
.selection\:text-pretty::selection{
  text-wrap: pretty;
}
.selection\:bg-black::selection{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.selection\:bg-black\/0::selection{
  background-color: rgb(0 0 0 / 0);
}
.selection\:bg-black\/10::selection{
  background-color: rgb(0 0 0 / 0.1);
}
.selection\:bg-black\/100::selection{
  background-color: rgb(0 0 0 / 1);
}
.selection\:bg-black\/15::selection{
  background-color: rgb(0 0 0 / 0.15);
}
.selection\:bg-black\/20::selection{
  background-color: rgb(0 0 0 / 0.2);
}
.selection\:bg-black\/25::selection{
  background-color: rgb(0 0 0 / 0.25);
}
.selection\:bg-black\/30::selection{
  background-color: rgb(0 0 0 / 0.3);
}
.selection\:bg-black\/35::selection{
  background-color: rgb(0 0 0 / 0.35);
}
.selection\:bg-black\/40::selection{
  background-color: rgb(0 0 0 / 0.4);
}
.selection\:bg-black\/45::selection{
  background-color: rgb(0 0 0 / 0.45);
}
.selection\:bg-black\/5::selection{
  background-color: rgb(0 0 0 / 0.05);
}
.selection\:bg-black\/50::selection{
  background-color: rgb(0 0 0 / 0.5);
}
.selection\:bg-black\/55::selection{
  background-color: rgb(0 0 0 / 0.55);
}
.selection\:bg-black\/60::selection{
  background-color: rgb(0 0 0 / 0.6);
}
.selection\:bg-black\/65::selection{
  background-color: rgb(0 0 0 / 0.65);
}
.selection\:bg-black\/70::selection{
  background-color: rgb(0 0 0 / 0.7);
}
.selection\:bg-black\/75::selection{
  background-color: rgb(0 0 0 / 0.75);
}
.selection\:bg-black\/80::selection{
  background-color: rgb(0 0 0 / 0.8);
}
.selection\:bg-black\/85::selection{
  background-color: rgb(0 0 0 / 0.85);
}
.selection\:bg-black\/90::selection{
  background-color: rgb(0 0 0 / 0.9);
}
.selection\:bg-black\/95::selection{
  background-color: rgb(0 0 0 / 0.95);
}
.selection\:bg-blue::selection{
  --tw-bg-opacity: 1;
  background-color: rgb(0 71 187 / var(--tw-bg-opacity, 1));
}
.selection\:bg-blue\/0::selection{
  background-color: rgb(0 71 187 / 0);
}
.selection\:bg-blue\/10::selection{
  background-color: rgb(0 71 187 / 0.1);
}
.selection\:bg-blue\/100::selection{
  background-color: rgb(0 71 187 / 1);
}
.selection\:bg-blue\/15::selection{
  background-color: rgb(0 71 187 / 0.15);
}
.selection\:bg-blue\/20::selection{
  background-color: rgb(0 71 187 / 0.2);
}
.selection\:bg-blue\/25::selection{
  background-color: rgb(0 71 187 / 0.25);
}
.selection\:bg-blue\/30::selection{
  background-color: rgb(0 71 187 / 0.3);
}
.selection\:bg-blue\/35::selection{
  background-color: rgb(0 71 187 / 0.35);
}
.selection\:bg-blue\/40::selection{
  background-color: rgb(0 71 187 / 0.4);
}
.selection\:bg-blue\/45::selection{
  background-color: rgb(0 71 187 / 0.45);
}
.selection\:bg-blue\/5::selection{
  background-color: rgb(0 71 187 / 0.05);
}
.selection\:bg-blue\/50::selection{
  background-color: rgb(0 71 187 / 0.5);
}
.selection\:bg-blue\/55::selection{
  background-color: rgb(0 71 187 / 0.55);
}
.selection\:bg-blue\/60::selection{
  background-color: rgb(0 71 187 / 0.6);
}
.selection\:bg-blue\/65::selection{
  background-color: rgb(0 71 187 / 0.65);
}
.selection\:bg-blue\/70::selection{
  background-color: rgb(0 71 187 / 0.7);
}
.selection\:bg-blue\/75::selection{
  background-color: rgb(0 71 187 / 0.75);
}
.selection\:bg-blue\/80::selection{
  background-color: rgb(0 71 187 / 0.8);
}
.selection\:bg-blue\/85::selection{
  background-color: rgb(0 71 187 / 0.85);
}
.selection\:bg-blue\/90::selection{
  background-color: rgb(0 71 187 / 0.9);
}
.selection\:bg-blue\/95::selection{
  background-color: rgb(0 71 187 / 0.95);
}
.selection\:bg-current::selection{
  background-color: currentColor;
}
.selection\:bg-dark-pink::selection{
  --tw-bg-opacity: 1;
  background-color: rgb(132 11 85 / var(--tw-bg-opacity, 1));
}
.selection\:bg-dark-pink\/0::selection{
  background-color: rgb(132 11 85 / 0);
}
.selection\:bg-dark-pink\/10::selection{
  background-color: rgb(132 11 85 / 0.1);
}
.selection\:bg-dark-pink\/100::selection{
  background-color: rgb(132 11 85 / 1);
}
.selection\:bg-dark-pink\/15::selection{
  background-color: rgb(132 11 85 / 0.15);
}
.selection\:bg-dark-pink\/20::selection{
  background-color: rgb(132 11 85 / 0.2);
}
.selection\:bg-dark-pink\/25::selection{
  background-color: rgb(132 11 85 / 0.25);
}
.selection\:bg-dark-pink\/30::selection{
  background-color: rgb(132 11 85 / 0.3);
}
.selection\:bg-dark-pink\/35::selection{
  background-color: rgb(132 11 85 / 0.35);
}
.selection\:bg-dark-pink\/40::selection{
  background-color: rgb(132 11 85 / 0.4);
}
.selection\:bg-dark-pink\/45::selection{
  background-color: rgb(132 11 85 / 0.45);
}
.selection\:bg-dark-pink\/5::selection{
  background-color: rgb(132 11 85 / 0.05);
}
.selection\:bg-dark-pink\/50::selection{
  background-color: rgb(132 11 85 / 0.5);
}
.selection\:bg-dark-pink\/55::selection{
  background-color: rgb(132 11 85 / 0.55);
}
.selection\:bg-dark-pink\/60::selection{
  background-color: rgb(132 11 85 / 0.6);
}
.selection\:bg-dark-pink\/65::selection{
  background-color: rgb(132 11 85 / 0.65);
}
.selection\:bg-dark-pink\/70::selection{
  background-color: rgb(132 11 85 / 0.7);
}
.selection\:bg-dark-pink\/75::selection{
  background-color: rgb(132 11 85 / 0.75);
}
.selection\:bg-dark-pink\/80::selection{
  background-color: rgb(132 11 85 / 0.8);
}
.selection\:bg-dark-pink\/85::selection{
  background-color: rgb(132 11 85 / 0.85);
}
.selection\:bg-dark-pink\/90::selection{
  background-color: rgb(132 11 85 / 0.9);
}
.selection\:bg-dark-pink\/95::selection{
  background-color: rgb(132 11 85 / 0.95);
}
.selection\:bg-gray::selection{
  --tw-bg-opacity: 1;
  background-color: rgb(215 217 224 / var(--tw-bg-opacity, 1));
}
.selection\:bg-gray\/0::selection{
  background-color: rgb(215 217 224 / 0);
}
.selection\:bg-gray\/10::selection{
  background-color: rgb(215 217 224 / 0.1);
}
.selection\:bg-gray\/100::selection{
  background-color: rgb(215 217 224 / 1);
}
.selection\:bg-gray\/15::selection{
  background-color: rgb(215 217 224 / 0.15);
}
.selection\:bg-gray\/20::selection{
  background-color: rgb(215 217 224 / 0.2);
}
.selection\:bg-gray\/25::selection{
  background-color: rgb(215 217 224 / 0.25);
}
.selection\:bg-gray\/30::selection{
  background-color: rgb(215 217 224 / 0.3);
}
.selection\:bg-gray\/35::selection{
  background-color: rgb(215 217 224 / 0.35);
}
.selection\:bg-gray\/40::selection{
  background-color: rgb(215 217 224 / 0.4);
}
.selection\:bg-gray\/45::selection{
  background-color: rgb(215 217 224 / 0.45);
}
.selection\:bg-gray\/5::selection{
  background-color: rgb(215 217 224 / 0.05);
}
.selection\:bg-gray\/50::selection{
  background-color: rgb(215 217 224 / 0.5);
}
.selection\:bg-gray\/55::selection{
  background-color: rgb(215 217 224 / 0.55);
}
.selection\:bg-gray\/60::selection{
  background-color: rgb(215 217 224 / 0.6);
}
.selection\:bg-gray\/65::selection{
  background-color: rgb(215 217 224 / 0.65);
}
.selection\:bg-gray\/70::selection{
  background-color: rgb(215 217 224 / 0.7);
}
.selection\:bg-gray\/75::selection{
  background-color: rgb(215 217 224 / 0.75);
}
.selection\:bg-gray\/80::selection{
  background-color: rgb(215 217 224 / 0.8);
}
.selection\:bg-gray\/85::selection{
  background-color: rgb(215 217 224 / 0.85);
}
.selection\:bg-gray\/90::selection{
  background-color: rgb(215 217 224 / 0.9);
}
.selection\:bg-gray\/95::selection{
  background-color: rgb(215 217 224 / 0.95);
}
.selection\:bg-green::selection{
  --tw-bg-opacity: 1;
  background-color: rgb(21 71 52 / var(--tw-bg-opacity, 1));
}
.selection\:bg-green\/0::selection{
  background-color: rgb(21 71 52 / 0);
}
.selection\:bg-green\/10::selection{
  background-color: rgb(21 71 52 / 0.1);
}
.selection\:bg-green\/100::selection{
  background-color: rgb(21 71 52 / 1);
}
.selection\:bg-green\/15::selection{
  background-color: rgb(21 71 52 / 0.15);
}
.selection\:bg-green\/20::selection{
  background-color: rgb(21 71 52 / 0.2);
}
.selection\:bg-green\/25::selection{
  background-color: rgb(21 71 52 / 0.25);
}
.selection\:bg-green\/30::selection{
  background-color: rgb(21 71 52 / 0.3);
}
.selection\:bg-green\/35::selection{
  background-color: rgb(21 71 52 / 0.35);
}
.selection\:bg-green\/40::selection{
  background-color: rgb(21 71 52 / 0.4);
}
.selection\:bg-green\/45::selection{
  background-color: rgb(21 71 52 / 0.45);
}
.selection\:bg-green\/5::selection{
  background-color: rgb(21 71 52 / 0.05);
}
.selection\:bg-green\/50::selection{
  background-color: rgb(21 71 52 / 0.5);
}
.selection\:bg-green\/55::selection{
  background-color: rgb(21 71 52 / 0.55);
}
.selection\:bg-green\/60::selection{
  background-color: rgb(21 71 52 / 0.6);
}
.selection\:bg-green\/65::selection{
  background-color: rgb(21 71 52 / 0.65);
}
.selection\:bg-green\/70::selection{
  background-color: rgb(21 71 52 / 0.7);
}
.selection\:bg-green\/75::selection{
  background-color: rgb(21 71 52 / 0.75);
}
.selection\:bg-green\/80::selection{
  background-color: rgb(21 71 52 / 0.8);
}
.selection\:bg-green\/85::selection{
  background-color: rgb(21 71 52 / 0.85);
}
.selection\:bg-green\/90::selection{
  background-color: rgb(21 71 52 / 0.9);
}
.selection\:bg-green\/95::selection{
  background-color: rgb(21 71 52 / 0.95);
}
.selection\:bg-orange::selection{
  --tw-bg-opacity: 1;
  background-color: rgb(255 92 57 / var(--tw-bg-opacity, 1));
}
.selection\:bg-orange\/0::selection{
  background-color: rgb(255 92 57 / 0);
}
.selection\:bg-orange\/10::selection{
  background-color: rgb(255 92 57 / 0.1);
}
.selection\:bg-orange\/100::selection{
  background-color: rgb(255 92 57 / 1);
}
.selection\:bg-orange\/15::selection{
  background-color: rgb(255 92 57 / 0.15);
}
.selection\:bg-orange\/20::selection{
  background-color: rgb(255 92 57 / 0.2);
}
.selection\:bg-orange\/25::selection{
  background-color: rgb(255 92 57 / 0.25);
}
.selection\:bg-orange\/30::selection{
  background-color: rgb(255 92 57 / 0.3);
}
.selection\:bg-orange\/35::selection{
  background-color: rgb(255 92 57 / 0.35);
}
.selection\:bg-orange\/40::selection{
  background-color: rgb(255 92 57 / 0.4);
}
.selection\:bg-orange\/45::selection{
  background-color: rgb(255 92 57 / 0.45);
}
.selection\:bg-orange\/5::selection{
  background-color: rgb(255 92 57 / 0.05);
}
.selection\:bg-orange\/50::selection{
  background-color: rgb(255 92 57 / 0.5);
}
.selection\:bg-orange\/55::selection{
  background-color: rgb(255 92 57 / 0.55);
}
.selection\:bg-orange\/60::selection{
  background-color: rgb(255 92 57 / 0.6);
}
.selection\:bg-orange\/65::selection{
  background-color: rgb(255 92 57 / 0.65);
}
.selection\:bg-orange\/70::selection{
  background-color: rgb(255 92 57 / 0.7);
}
.selection\:bg-orange\/75::selection{
  background-color: rgb(255 92 57 / 0.75);
}
.selection\:bg-orange\/80::selection{
  background-color: rgb(255 92 57 / 0.8);
}
.selection\:bg-orange\/85::selection{
  background-color: rgb(255 92 57 / 0.85);
}
.selection\:bg-orange\/90::selection{
  background-color: rgb(255 92 57 / 0.9);
}
.selection\:bg-orange\/95::selection{
  background-color: rgb(255 92 57 / 0.95);
}
.selection\:bg-pink::selection{
  --tw-bg-opacity: 1;
  background-color: rgb(249 159 201 / var(--tw-bg-opacity, 1));
}
.selection\:bg-pink\/0::selection{
  background-color: rgb(249 159 201 / 0);
}
.selection\:bg-pink\/10::selection{
  background-color: rgb(249 159 201 / 0.1);
}
.selection\:bg-pink\/100::selection{
  background-color: rgb(249 159 201 / 1);
}
.selection\:bg-pink\/15::selection{
  background-color: rgb(249 159 201 / 0.15);
}
.selection\:bg-pink\/20::selection{
  background-color: rgb(249 159 201 / 0.2);
}
.selection\:bg-pink\/25::selection{
  background-color: rgb(249 159 201 / 0.25);
}
.selection\:bg-pink\/30::selection{
  background-color: rgb(249 159 201 / 0.3);
}
.selection\:bg-pink\/35::selection{
  background-color: rgb(249 159 201 / 0.35);
}
.selection\:bg-pink\/40::selection{
  background-color: rgb(249 159 201 / 0.4);
}
.selection\:bg-pink\/45::selection{
  background-color: rgb(249 159 201 / 0.45);
}
.selection\:bg-pink\/5::selection{
  background-color: rgb(249 159 201 / 0.05);
}
.selection\:bg-pink\/50::selection{
  background-color: rgb(249 159 201 / 0.5);
}
.selection\:bg-pink\/55::selection{
  background-color: rgb(249 159 201 / 0.55);
}
.selection\:bg-pink\/60::selection{
  background-color: rgb(249 159 201 / 0.6);
}
.selection\:bg-pink\/65::selection{
  background-color: rgb(249 159 201 / 0.65);
}
.selection\:bg-pink\/70::selection{
  background-color: rgb(249 159 201 / 0.7);
}
.selection\:bg-pink\/75::selection{
  background-color: rgb(249 159 201 / 0.75);
}
.selection\:bg-pink\/80::selection{
  background-color: rgb(249 159 201 / 0.8);
}
.selection\:bg-pink\/85::selection{
  background-color: rgb(249 159 201 / 0.85);
}
.selection\:bg-pink\/90::selection{
  background-color: rgb(249 159 201 / 0.9);
}
.selection\:bg-pink\/95::selection{
  background-color: rgb(249 159 201 / 0.95);
}
.selection\:bg-theme::selection{
  --tw-bg-opacity: 1;
  background-color: rgba(var(--color-theme), var(--tw-bg-opacity, 1));
}
.selection\:bg-theme\/0::selection{
  background-color: rgba(var(--color-theme), 0);
}
.selection\:bg-theme\/10::selection{
  background-color: rgba(var(--color-theme), 0.1);
}
.selection\:bg-theme\/100::selection{
  background-color: rgba(var(--color-theme), 1);
}
.selection\:bg-theme\/15::selection{
  background-color: rgba(var(--color-theme), 0.15);
}
.selection\:bg-theme\/20::selection{
  background-color: rgba(var(--color-theme), 0.2);
}
.selection\:bg-theme\/25::selection{
  background-color: rgba(var(--color-theme), 0.25);
}
.selection\:bg-theme\/30::selection{
  background-color: rgba(var(--color-theme), 0.3);
}
.selection\:bg-theme\/35::selection{
  background-color: rgba(var(--color-theme), 0.35);
}
.selection\:bg-theme\/40::selection{
  background-color: rgba(var(--color-theme), 0.4);
}
.selection\:bg-theme\/45::selection{
  background-color: rgba(var(--color-theme), 0.45);
}
.selection\:bg-theme\/5::selection{
  background-color: rgba(var(--color-theme), 0.05);
}
.selection\:bg-theme\/50::selection{
  background-color: rgba(var(--color-theme), 0.5);
}
.selection\:bg-theme\/55::selection{
  background-color: rgba(var(--color-theme), 0.55);
}
.selection\:bg-theme\/60::selection{
  background-color: rgba(var(--color-theme), 0.6);
}
.selection\:bg-theme\/65::selection{
  background-color: rgba(var(--color-theme), 0.65);
}
.selection\:bg-theme\/70::selection{
  background-color: rgba(var(--color-theme), 0.7);
}
.selection\:bg-theme\/75::selection{
  background-color: rgba(var(--color-theme), 0.75);
}
.selection\:bg-theme\/80::selection{
  background-color: rgba(var(--color-theme), 0.8);
}
.selection\:bg-theme\/85::selection{
  background-color: rgba(var(--color-theme), 0.85);
}
.selection\:bg-theme\/90::selection{
  background-color: rgba(var(--color-theme), 0.9);
}
.selection\:bg-theme\/95::selection{
  background-color: rgba(var(--color-theme), 0.95);
}
.selection\:bg-transparent::selection{
  background-color: transparent;
}
.selection\:bg-transparent\/0::selection{
  background-color: rgb(0 0 0 / 0);
}
.selection\:bg-transparent\/10::selection{
  background-color: rgb(0 0 0 / 0.1);
}
.selection\:bg-transparent\/100::selection{
  background-color: rgb(0 0 0 / 1);
}
.selection\:bg-transparent\/15::selection{
  background-color: rgb(0 0 0 / 0.15);
}
.selection\:bg-transparent\/20::selection{
  background-color: rgb(0 0 0 / 0.2);
}
.selection\:bg-transparent\/25::selection{
  background-color: rgb(0 0 0 / 0.25);
}
.selection\:bg-transparent\/30::selection{
  background-color: rgb(0 0 0 / 0.3);
}
.selection\:bg-transparent\/35::selection{
  background-color: rgb(0 0 0 / 0.35);
}
.selection\:bg-transparent\/40::selection{
  background-color: rgb(0 0 0 / 0.4);
}
.selection\:bg-transparent\/45::selection{
  background-color: rgb(0 0 0 / 0.45);
}
.selection\:bg-transparent\/5::selection{
  background-color: rgb(0 0 0 / 0.05);
}
.selection\:bg-transparent\/50::selection{
  background-color: rgb(0 0 0 / 0.5);
}
.selection\:bg-transparent\/55::selection{
  background-color: rgb(0 0 0 / 0.55);
}
.selection\:bg-transparent\/60::selection{
  background-color: rgb(0 0 0 / 0.6);
}
.selection\:bg-transparent\/65::selection{
  background-color: rgb(0 0 0 / 0.65);
}
.selection\:bg-transparent\/70::selection{
  background-color: rgb(0 0 0 / 0.7);
}
.selection\:bg-transparent\/75::selection{
  background-color: rgb(0 0 0 / 0.75);
}
.selection\:bg-transparent\/80::selection{
  background-color: rgb(0 0 0 / 0.8);
}
.selection\:bg-transparent\/85::selection{
  background-color: rgb(0 0 0 / 0.85);
}
.selection\:bg-transparent\/90::selection{
  background-color: rgb(0 0 0 / 0.9);
}
.selection\:bg-transparent\/95::selection{
  background-color: rgb(0 0 0 / 0.95);
}
.selection\:bg-white::selection{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.selection\:bg-white\/0::selection{
  background-color: rgb(255 255 255 / 0);
}
.selection\:bg-white\/10::selection{
  background-color: rgb(255 255 255 / 0.1);
}
.selection\:bg-white\/100::selection{
  background-color: rgb(255 255 255 / 1);
}
.selection\:bg-white\/15::selection{
  background-color: rgb(255 255 255 / 0.15);
}
.selection\:bg-white\/20::selection{
  background-color: rgb(255 255 255 / 0.2);
}
.selection\:bg-white\/25::selection{
  background-color: rgb(255 255 255 / 0.25);
}
.selection\:bg-white\/30::selection{
  background-color: rgb(255 255 255 / 0.3);
}
.selection\:bg-white\/35::selection{
  background-color: rgb(255 255 255 / 0.35);
}
.selection\:bg-white\/40::selection{
  background-color: rgb(255 255 255 / 0.4);
}
.selection\:bg-white\/45::selection{
  background-color: rgb(255 255 255 / 0.45);
}
.selection\:bg-white\/5::selection{
  background-color: rgb(255 255 255 / 0.05);
}
.selection\:bg-white\/50::selection{
  background-color: rgb(255 255 255 / 0.5);
}
.selection\:bg-white\/55::selection{
  background-color: rgb(255 255 255 / 0.55);
}
.selection\:bg-white\/60::selection{
  background-color: rgb(255 255 255 / 0.6);
}
.selection\:bg-white\/65::selection{
  background-color: rgb(255 255 255 / 0.65);
}
.selection\:bg-white\/70::selection{
  background-color: rgb(255 255 255 / 0.7);
}
.selection\:bg-white\/75::selection{
  background-color: rgb(255 255 255 / 0.75);
}
.selection\:bg-white\/80::selection{
  background-color: rgb(255 255 255 / 0.8);
}
.selection\:bg-white\/85::selection{
  background-color: rgb(255 255 255 / 0.85);
}
.selection\:bg-white\/90::selection{
  background-color: rgb(255 255 255 / 0.9);
}
.selection\:bg-white\/95::selection{
  background-color: rgb(255 255 255 / 0.95);
}
.selection\:bg-yellow::selection{
  --tw-bg-opacity: 1;
  background-color: rgb(255 198 88 / var(--tw-bg-opacity, 1));
}
.selection\:bg-yellow\/0::selection{
  background-color: rgb(255 198 88 / 0);
}
.selection\:bg-yellow\/10::selection{
  background-color: rgb(255 198 88 / 0.1);
}
.selection\:bg-yellow\/100::selection{
  background-color: rgb(255 198 88 / 1);
}
.selection\:bg-yellow\/15::selection{
  background-color: rgb(255 198 88 / 0.15);
}
.selection\:bg-yellow\/20::selection{
  background-color: rgb(255 198 88 / 0.2);
}
.selection\:bg-yellow\/25::selection{
  background-color: rgb(255 198 88 / 0.25);
}
.selection\:bg-yellow\/30::selection{
  background-color: rgb(255 198 88 / 0.3);
}
.selection\:bg-yellow\/35::selection{
  background-color: rgb(255 198 88 / 0.35);
}
.selection\:bg-yellow\/40::selection{
  background-color: rgb(255 198 88 / 0.4);
}
.selection\:bg-yellow\/45::selection{
  background-color: rgb(255 198 88 / 0.45);
}
.selection\:bg-yellow\/5::selection{
  background-color: rgb(255 198 88 / 0.05);
}
.selection\:bg-yellow\/50::selection{
  background-color: rgb(255 198 88 / 0.5);
}
.selection\:bg-yellow\/55::selection{
  background-color: rgb(255 198 88 / 0.55);
}
.selection\:bg-yellow\/60::selection{
  background-color: rgb(255 198 88 / 0.6);
}
.selection\:bg-yellow\/65::selection{
  background-color: rgb(255 198 88 / 0.65);
}
.selection\:bg-yellow\/70::selection{
  background-color: rgb(255 198 88 / 0.7);
}
.selection\:bg-yellow\/75::selection{
  background-color: rgb(255 198 88 / 0.75);
}
.selection\:bg-yellow\/80::selection{
  background-color: rgb(255 198 88 / 0.8);
}
.selection\:bg-yellow\/85::selection{
  background-color: rgb(255 198 88 / 0.85);
}
.selection\:bg-yellow\/90::selection{
  background-color: rgb(255 198 88 / 0.9);
}
.selection\:bg-yellow\/95::selection{
  background-color: rgb(255 198 88 / 0.95);
}
.selection\:bg-opacity-0::selection{
  --tw-bg-opacity: 0;
}
.selection\:bg-opacity-10::selection{
  --tw-bg-opacity: 0.1;
}
.selection\:bg-opacity-100::selection{
  --tw-bg-opacity: 1;
}
.selection\:bg-opacity-15::selection{
  --tw-bg-opacity: 0.15;
}
.selection\:bg-opacity-20::selection{
  --tw-bg-opacity: 0.2;
}
.selection\:bg-opacity-25::selection{
  --tw-bg-opacity: 0.25;
}
.selection\:bg-opacity-30::selection{
  --tw-bg-opacity: 0.3;
}
.selection\:bg-opacity-35::selection{
  --tw-bg-opacity: 0.35;
}
.selection\:bg-opacity-40::selection{
  --tw-bg-opacity: 0.4;
}
.selection\:bg-opacity-45::selection{
  --tw-bg-opacity: 0.45;
}
.selection\:bg-opacity-5::selection{
  --tw-bg-opacity: 0.05;
}
.selection\:bg-opacity-50::selection{
  --tw-bg-opacity: 0.5;
}
.selection\:bg-opacity-55::selection{
  --tw-bg-opacity: 0.55;
}
.selection\:bg-opacity-60::selection{
  --tw-bg-opacity: 0.6;
}
.selection\:bg-opacity-65::selection{
  --tw-bg-opacity: 0.65;
}
.selection\:bg-opacity-70::selection{
  --tw-bg-opacity: 0.7;
}
.selection\:bg-opacity-75::selection{
  --tw-bg-opacity: 0.75;
}
.selection\:bg-opacity-80::selection{
  --tw-bg-opacity: 0.8;
}
.selection\:bg-opacity-85::selection{
  --tw-bg-opacity: 0.85;
}
.selection\:bg-opacity-90::selection{
  --tw-bg-opacity: 0.9;
}
.selection\:bg-opacity-95::selection{
  --tw-bg-opacity: 0.95;
}
.selection\:bg-gradient-to-b::selection{
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.selection\:bg-gradient-to-bl::selection{
  background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
}
.selection\:bg-gradient-to-br::selection{
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.selection\:bg-gradient-to-l::selection{
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}
.selection\:bg-gradient-to-r::selection{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.selection\:bg-gradient-to-t::selection{
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.selection\:bg-gradient-to-tl::selection{
  background-image: linear-gradient(to top left, var(--tw-gradient-stops));
}
.selection\:bg-gradient-to-tr::selection{
  background-image: linear-gradient(to top right, var(--tw-gradient-stops));
}
.selection\:bg-none::selection{
  background-image: none;
}
.selection\:bg-auto::selection{
  background-size: auto;
}
.selection\:bg-contain::selection{
  background-size: contain;
}
.selection\:bg-cover::selection{
  background-size: cover;
}
.selection\:bg-fixed::selection{
  background-attachment: fixed;
}
.selection\:bg-local::selection{
  background-attachment: local;
}
.selection\:bg-scroll::selection{
  background-attachment: scroll;
}
.selection\:bg-clip-border::selection{
  background-clip: border-box;
}
.selection\:bg-clip-padding::selection{
  background-clip: padding-box;
}
.selection\:bg-clip-content::selection{
  background-clip: content-box;
}
.selection\:bg-clip-text::selection{
  background-clip: text;
}
.selection\:bg-bottom::selection{
  background-position: bottom;
}
.selection\:bg-center::selection{
  background-position: center;
}
.selection\:bg-left::selection{
  background-position: left;
}
.selection\:bg-left-bottom::selection{
  background-position: left bottom;
}
.selection\:bg-left-top::selection{
  background-position: left top;
}
.selection\:bg-right::selection{
  background-position: right;
}
.selection\:bg-right-bottom::selection{
  background-position: right bottom;
}
.selection\:bg-right-top::selection{
  background-position: right top;
}
.selection\:bg-top::selection{
  background-position: top;
}
.selection\:bg-repeat::selection{
  background-repeat: repeat;
}
.selection\:bg-no-repeat::selection{
  background-repeat: no-repeat;
}
.selection\:bg-repeat-x::selection{
  background-repeat: repeat-x;
}
.selection\:bg-repeat-y::selection{
  background-repeat: repeat-y;
}
.selection\:bg-repeat-round::selection{
  background-repeat: round;
}
.selection\:bg-repeat-space::selection{
  background-repeat: space;
}
.selection\:bg-origin-border::selection{
  background-origin: border-box;
}
.selection\:bg-origin-padding::selection{
  background-origin: padding-box;
}
.selection\:bg-origin-content::selection{
  background-origin: content-box;
}
.selection\:text-left::selection{
  text-align: left;
}
.selection\:text-center::selection{
  text-align: center;
}
.selection\:text-right::selection{
  text-align: right;
}
.selection\:text-justify::selection{
  text-align: justify;
}
.selection\:text-start::selection{
  text-align: start;
}
.selection\:text-end::selection{
  text-align: end;
}
.selection\:text-2xl::selection{
  font-size: 1.444rem;
}
.selection\:text-3xl::selection{
  font-size: 1.777rem;
}
.selection\:text-4xl::selection{
  font-size: 2rem;
}
.selection\:text-5xl::selection{
  font-size: 2.666rem;
}
.selection\:text-6xl::selection{
  font-size: 3.333rem;
}
.selection\:text-7xl::selection{
  font-size: 4rem;
}
.selection\:text-8xl::selection{
  font-size: 6.222rem;
}
.selection\:text-9xl::selection{
  font-size: 6.666rem;
}
.selection\:text-base::selection{
  font-size: 1rem;
}
.selection\:text-lg::selection{
  font-size: 1.166rem;
}
.selection\:text-sm::selection{
  font-size: .777rem;
}
.selection\:text-tiny::selection{
  font-size: .888rem;
}
.selection\:text-xl::selection{
  font-size: 1.333rem;
}
.selection\:text-xs::selection{
  font-size: .666rem;
}
.selection\:text-xxs::selection{
  font-size: .555rem;
}
.selection\:text-black::selection{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.selection\:text-black\/0::selection{
  color: rgb(0 0 0 / 0);
}
.selection\:text-black\/10::selection{
  color: rgb(0 0 0 / 0.1);
}
.selection\:text-black\/100::selection{
  color: rgb(0 0 0 / 1);
}
.selection\:text-black\/15::selection{
  color: rgb(0 0 0 / 0.15);
}
.selection\:text-black\/20::selection{
  color: rgb(0 0 0 / 0.2);
}
.selection\:text-black\/25::selection{
  color: rgb(0 0 0 / 0.25);
}
.selection\:text-black\/30::selection{
  color: rgb(0 0 0 / 0.3);
}
.selection\:text-black\/35::selection{
  color: rgb(0 0 0 / 0.35);
}
.selection\:text-black\/40::selection{
  color: rgb(0 0 0 / 0.4);
}
.selection\:text-black\/45::selection{
  color: rgb(0 0 0 / 0.45);
}
.selection\:text-black\/5::selection{
  color: rgb(0 0 0 / 0.05);
}
.selection\:text-black\/50::selection{
  color: rgb(0 0 0 / 0.5);
}
.selection\:text-black\/55::selection{
  color: rgb(0 0 0 / 0.55);
}
.selection\:text-black\/60::selection{
  color: rgb(0 0 0 / 0.6);
}
.selection\:text-black\/65::selection{
  color: rgb(0 0 0 / 0.65);
}
.selection\:text-black\/70::selection{
  color: rgb(0 0 0 / 0.7);
}
.selection\:text-black\/75::selection{
  color: rgb(0 0 0 / 0.75);
}
.selection\:text-black\/80::selection{
  color: rgb(0 0 0 / 0.8);
}
.selection\:text-black\/85::selection{
  color: rgb(0 0 0 / 0.85);
}
.selection\:text-black\/90::selection{
  color: rgb(0 0 0 / 0.9);
}
.selection\:text-black\/95::selection{
  color: rgb(0 0 0 / 0.95);
}
.selection\:text-blue::selection{
  --tw-text-opacity: 1;
  color: rgb(0 71 187 / var(--tw-text-opacity, 1));
}
.selection\:text-blue\/0::selection{
  color: rgb(0 71 187 / 0);
}
.selection\:text-blue\/10::selection{
  color: rgb(0 71 187 / 0.1);
}
.selection\:text-blue\/100::selection{
  color: rgb(0 71 187 / 1);
}
.selection\:text-blue\/15::selection{
  color: rgb(0 71 187 / 0.15);
}
.selection\:text-blue\/20::selection{
  color: rgb(0 71 187 / 0.2);
}
.selection\:text-blue\/25::selection{
  color: rgb(0 71 187 / 0.25);
}
.selection\:text-blue\/30::selection{
  color: rgb(0 71 187 / 0.3);
}
.selection\:text-blue\/35::selection{
  color: rgb(0 71 187 / 0.35);
}
.selection\:text-blue\/40::selection{
  color: rgb(0 71 187 / 0.4);
}
.selection\:text-blue\/45::selection{
  color: rgb(0 71 187 / 0.45);
}
.selection\:text-blue\/5::selection{
  color: rgb(0 71 187 / 0.05);
}
.selection\:text-blue\/50::selection{
  color: rgb(0 71 187 / 0.5);
}
.selection\:text-blue\/55::selection{
  color: rgb(0 71 187 / 0.55);
}
.selection\:text-blue\/60::selection{
  color: rgb(0 71 187 / 0.6);
}
.selection\:text-blue\/65::selection{
  color: rgb(0 71 187 / 0.65);
}
.selection\:text-blue\/70::selection{
  color: rgb(0 71 187 / 0.7);
}
.selection\:text-blue\/75::selection{
  color: rgb(0 71 187 / 0.75);
}
.selection\:text-blue\/80::selection{
  color: rgb(0 71 187 / 0.8);
}
.selection\:text-blue\/85::selection{
  color: rgb(0 71 187 / 0.85);
}
.selection\:text-blue\/90::selection{
  color: rgb(0 71 187 / 0.9);
}
.selection\:text-blue\/95::selection{
  color: rgb(0 71 187 / 0.95);
}
.selection\:text-current::selection{
  color: currentColor;
}
.selection\:text-dark-pink::selection{
  --tw-text-opacity: 1;
  color: rgb(132 11 85 / var(--tw-text-opacity, 1));
}
.selection\:text-dark-pink\/0::selection{
  color: rgb(132 11 85 / 0);
}
.selection\:text-dark-pink\/10::selection{
  color: rgb(132 11 85 / 0.1);
}
.selection\:text-dark-pink\/100::selection{
  color: rgb(132 11 85 / 1);
}
.selection\:text-dark-pink\/15::selection{
  color: rgb(132 11 85 / 0.15);
}
.selection\:text-dark-pink\/20::selection{
  color: rgb(132 11 85 / 0.2);
}
.selection\:text-dark-pink\/25::selection{
  color: rgb(132 11 85 / 0.25);
}
.selection\:text-dark-pink\/30::selection{
  color: rgb(132 11 85 / 0.3);
}
.selection\:text-dark-pink\/35::selection{
  color: rgb(132 11 85 / 0.35);
}
.selection\:text-dark-pink\/40::selection{
  color: rgb(132 11 85 / 0.4);
}
.selection\:text-dark-pink\/45::selection{
  color: rgb(132 11 85 / 0.45);
}
.selection\:text-dark-pink\/5::selection{
  color: rgb(132 11 85 / 0.05);
}
.selection\:text-dark-pink\/50::selection{
  color: rgb(132 11 85 / 0.5);
}
.selection\:text-dark-pink\/55::selection{
  color: rgb(132 11 85 / 0.55);
}
.selection\:text-dark-pink\/60::selection{
  color: rgb(132 11 85 / 0.6);
}
.selection\:text-dark-pink\/65::selection{
  color: rgb(132 11 85 / 0.65);
}
.selection\:text-dark-pink\/70::selection{
  color: rgb(132 11 85 / 0.7);
}
.selection\:text-dark-pink\/75::selection{
  color: rgb(132 11 85 / 0.75);
}
.selection\:text-dark-pink\/80::selection{
  color: rgb(132 11 85 / 0.8);
}
.selection\:text-dark-pink\/85::selection{
  color: rgb(132 11 85 / 0.85);
}
.selection\:text-dark-pink\/90::selection{
  color: rgb(132 11 85 / 0.9);
}
.selection\:text-dark-pink\/95::selection{
  color: rgb(132 11 85 / 0.95);
}
.selection\:text-gray::selection{
  --tw-text-opacity: 1;
  color: rgb(215 217 224 / var(--tw-text-opacity, 1));
}
.selection\:text-gray\/0::selection{
  color: rgb(215 217 224 / 0);
}
.selection\:text-gray\/10::selection{
  color: rgb(215 217 224 / 0.1);
}
.selection\:text-gray\/100::selection{
  color: rgb(215 217 224 / 1);
}
.selection\:text-gray\/15::selection{
  color: rgb(215 217 224 / 0.15);
}
.selection\:text-gray\/20::selection{
  color: rgb(215 217 224 / 0.2);
}
.selection\:text-gray\/25::selection{
  color: rgb(215 217 224 / 0.25);
}
.selection\:text-gray\/30::selection{
  color: rgb(215 217 224 / 0.3);
}
.selection\:text-gray\/35::selection{
  color: rgb(215 217 224 / 0.35);
}
.selection\:text-gray\/40::selection{
  color: rgb(215 217 224 / 0.4);
}
.selection\:text-gray\/45::selection{
  color: rgb(215 217 224 / 0.45);
}
.selection\:text-gray\/5::selection{
  color: rgb(215 217 224 / 0.05);
}
.selection\:text-gray\/50::selection{
  color: rgb(215 217 224 / 0.5);
}
.selection\:text-gray\/55::selection{
  color: rgb(215 217 224 / 0.55);
}
.selection\:text-gray\/60::selection{
  color: rgb(215 217 224 / 0.6);
}
.selection\:text-gray\/65::selection{
  color: rgb(215 217 224 / 0.65);
}
.selection\:text-gray\/70::selection{
  color: rgb(215 217 224 / 0.7);
}
.selection\:text-gray\/75::selection{
  color: rgb(215 217 224 / 0.75);
}
.selection\:text-gray\/80::selection{
  color: rgb(215 217 224 / 0.8);
}
.selection\:text-gray\/85::selection{
  color: rgb(215 217 224 / 0.85);
}
.selection\:text-gray\/90::selection{
  color: rgb(215 217 224 / 0.9);
}
.selection\:text-gray\/95::selection{
  color: rgb(215 217 224 / 0.95);
}
.selection\:text-green::selection{
  --tw-text-opacity: 1;
  color: rgb(21 71 52 / var(--tw-text-opacity, 1));
}
.selection\:text-green\/0::selection{
  color: rgb(21 71 52 / 0);
}
.selection\:text-green\/10::selection{
  color: rgb(21 71 52 / 0.1);
}
.selection\:text-green\/100::selection{
  color: rgb(21 71 52 / 1);
}
.selection\:text-green\/15::selection{
  color: rgb(21 71 52 / 0.15);
}
.selection\:text-green\/20::selection{
  color: rgb(21 71 52 / 0.2);
}
.selection\:text-green\/25::selection{
  color: rgb(21 71 52 / 0.25);
}
.selection\:text-green\/30::selection{
  color: rgb(21 71 52 / 0.3);
}
.selection\:text-green\/35::selection{
  color: rgb(21 71 52 / 0.35);
}
.selection\:text-green\/40::selection{
  color: rgb(21 71 52 / 0.4);
}
.selection\:text-green\/45::selection{
  color: rgb(21 71 52 / 0.45);
}
.selection\:text-green\/5::selection{
  color: rgb(21 71 52 / 0.05);
}
.selection\:text-green\/50::selection{
  color: rgb(21 71 52 / 0.5);
}
.selection\:text-green\/55::selection{
  color: rgb(21 71 52 / 0.55);
}
.selection\:text-green\/60::selection{
  color: rgb(21 71 52 / 0.6);
}
.selection\:text-green\/65::selection{
  color: rgb(21 71 52 / 0.65);
}
.selection\:text-green\/70::selection{
  color: rgb(21 71 52 / 0.7);
}
.selection\:text-green\/75::selection{
  color: rgb(21 71 52 / 0.75);
}
.selection\:text-green\/80::selection{
  color: rgb(21 71 52 / 0.8);
}
.selection\:text-green\/85::selection{
  color: rgb(21 71 52 / 0.85);
}
.selection\:text-green\/90::selection{
  color: rgb(21 71 52 / 0.9);
}
.selection\:text-green\/95::selection{
  color: rgb(21 71 52 / 0.95);
}
.selection\:text-orange::selection{
  --tw-text-opacity: 1;
  color: rgb(255 92 57 / var(--tw-text-opacity, 1));
}
.selection\:text-orange\/0::selection{
  color: rgb(255 92 57 / 0);
}
.selection\:text-orange\/10::selection{
  color: rgb(255 92 57 / 0.1);
}
.selection\:text-orange\/100::selection{
  color: rgb(255 92 57 / 1);
}
.selection\:text-orange\/15::selection{
  color: rgb(255 92 57 / 0.15);
}
.selection\:text-orange\/20::selection{
  color: rgb(255 92 57 / 0.2);
}
.selection\:text-orange\/25::selection{
  color: rgb(255 92 57 / 0.25);
}
.selection\:text-orange\/30::selection{
  color: rgb(255 92 57 / 0.3);
}
.selection\:text-orange\/35::selection{
  color: rgb(255 92 57 / 0.35);
}
.selection\:text-orange\/40::selection{
  color: rgb(255 92 57 / 0.4);
}
.selection\:text-orange\/45::selection{
  color: rgb(255 92 57 / 0.45);
}
.selection\:text-orange\/5::selection{
  color: rgb(255 92 57 / 0.05);
}
.selection\:text-orange\/50::selection{
  color: rgb(255 92 57 / 0.5);
}
.selection\:text-orange\/55::selection{
  color: rgb(255 92 57 / 0.55);
}
.selection\:text-orange\/60::selection{
  color: rgb(255 92 57 / 0.6);
}
.selection\:text-orange\/65::selection{
  color: rgb(255 92 57 / 0.65);
}
.selection\:text-orange\/70::selection{
  color: rgb(255 92 57 / 0.7);
}
.selection\:text-orange\/75::selection{
  color: rgb(255 92 57 / 0.75);
}
.selection\:text-orange\/80::selection{
  color: rgb(255 92 57 / 0.8);
}
.selection\:text-orange\/85::selection{
  color: rgb(255 92 57 / 0.85);
}
.selection\:text-orange\/90::selection{
  color: rgb(255 92 57 / 0.9);
}
.selection\:text-orange\/95::selection{
  color: rgb(255 92 57 / 0.95);
}
.selection\:text-pink::selection{
  --tw-text-opacity: 1;
  color: rgb(249 159 201 / var(--tw-text-opacity, 1));
}
.selection\:text-pink\/0::selection{
  color: rgb(249 159 201 / 0);
}
.selection\:text-pink\/10::selection{
  color: rgb(249 159 201 / 0.1);
}
.selection\:text-pink\/100::selection{
  color: rgb(249 159 201 / 1);
}
.selection\:text-pink\/15::selection{
  color: rgb(249 159 201 / 0.15);
}
.selection\:text-pink\/20::selection{
  color: rgb(249 159 201 / 0.2);
}
.selection\:text-pink\/25::selection{
  color: rgb(249 159 201 / 0.25);
}
.selection\:text-pink\/30::selection{
  color: rgb(249 159 201 / 0.3);
}
.selection\:text-pink\/35::selection{
  color: rgb(249 159 201 / 0.35);
}
.selection\:text-pink\/40::selection{
  color: rgb(249 159 201 / 0.4);
}
.selection\:text-pink\/45::selection{
  color: rgb(249 159 201 / 0.45);
}
.selection\:text-pink\/5::selection{
  color: rgb(249 159 201 / 0.05);
}
.selection\:text-pink\/50::selection{
  color: rgb(249 159 201 / 0.5);
}
.selection\:text-pink\/55::selection{
  color: rgb(249 159 201 / 0.55);
}
.selection\:text-pink\/60::selection{
  color: rgb(249 159 201 / 0.6);
}
.selection\:text-pink\/65::selection{
  color: rgb(249 159 201 / 0.65);
}
.selection\:text-pink\/70::selection{
  color: rgb(249 159 201 / 0.7);
}
.selection\:text-pink\/75::selection{
  color: rgb(249 159 201 / 0.75);
}
.selection\:text-pink\/80::selection{
  color: rgb(249 159 201 / 0.8);
}
.selection\:text-pink\/85::selection{
  color: rgb(249 159 201 / 0.85);
}
.selection\:text-pink\/90::selection{
  color: rgb(249 159 201 / 0.9);
}
.selection\:text-pink\/95::selection{
  color: rgb(249 159 201 / 0.95);
}
.selection\:text-theme::selection{
  --tw-text-opacity: 1;
  color: rgba(var(--color-theme), var(--tw-text-opacity, 1));
}
.selection\:text-theme\/0::selection{
  color: rgba(var(--color-theme), 0);
}
.selection\:text-theme\/10::selection{
  color: rgba(var(--color-theme), 0.1);
}
.selection\:text-theme\/100::selection{
  color: rgba(var(--color-theme), 1);
}
.selection\:text-theme\/15::selection{
  color: rgba(var(--color-theme), 0.15);
}
.selection\:text-theme\/20::selection{
  color: rgba(var(--color-theme), 0.2);
}
.selection\:text-theme\/25::selection{
  color: rgba(var(--color-theme), 0.25);
}
.selection\:text-theme\/30::selection{
  color: rgba(var(--color-theme), 0.3);
}
.selection\:text-theme\/35::selection{
  color: rgba(var(--color-theme), 0.35);
}
.selection\:text-theme\/40::selection{
  color: rgba(var(--color-theme), 0.4);
}
.selection\:text-theme\/45::selection{
  color: rgba(var(--color-theme), 0.45);
}
.selection\:text-theme\/5::selection{
  color: rgba(var(--color-theme), 0.05);
}
.selection\:text-theme\/50::selection{
  color: rgba(var(--color-theme), 0.5);
}
.selection\:text-theme\/55::selection{
  color: rgba(var(--color-theme), 0.55);
}
.selection\:text-theme\/60::selection{
  color: rgba(var(--color-theme), 0.6);
}
.selection\:text-theme\/65::selection{
  color: rgba(var(--color-theme), 0.65);
}
.selection\:text-theme\/70::selection{
  color: rgba(var(--color-theme), 0.7);
}
.selection\:text-theme\/75::selection{
  color: rgba(var(--color-theme), 0.75);
}
.selection\:text-theme\/80::selection{
  color: rgba(var(--color-theme), 0.8);
}
.selection\:text-theme\/85::selection{
  color: rgba(var(--color-theme), 0.85);
}
.selection\:text-theme\/90::selection{
  color: rgba(var(--color-theme), 0.9);
}
.selection\:text-theme\/95::selection{
  color: rgba(var(--color-theme), 0.95);
}
.selection\:text-transparent::selection{
  color: transparent;
}
.selection\:text-transparent\/0::selection{
  color: rgb(0 0 0 / 0);
}
.selection\:text-transparent\/10::selection{
  color: rgb(0 0 0 / 0.1);
}
.selection\:text-transparent\/100::selection{
  color: rgb(0 0 0 / 1);
}
.selection\:text-transparent\/15::selection{
  color: rgb(0 0 0 / 0.15);
}
.selection\:text-transparent\/20::selection{
  color: rgb(0 0 0 / 0.2);
}
.selection\:text-transparent\/25::selection{
  color: rgb(0 0 0 / 0.25);
}
.selection\:text-transparent\/30::selection{
  color: rgb(0 0 0 / 0.3);
}
.selection\:text-transparent\/35::selection{
  color: rgb(0 0 0 / 0.35);
}
.selection\:text-transparent\/40::selection{
  color: rgb(0 0 0 / 0.4);
}
.selection\:text-transparent\/45::selection{
  color: rgb(0 0 0 / 0.45);
}
.selection\:text-transparent\/5::selection{
  color: rgb(0 0 0 / 0.05);
}
.selection\:text-transparent\/50::selection{
  color: rgb(0 0 0 / 0.5);
}
.selection\:text-transparent\/55::selection{
  color: rgb(0 0 0 / 0.55);
}
.selection\:text-transparent\/60::selection{
  color: rgb(0 0 0 / 0.6);
}
.selection\:text-transparent\/65::selection{
  color: rgb(0 0 0 / 0.65);
}
.selection\:text-transparent\/70::selection{
  color: rgb(0 0 0 / 0.7);
}
.selection\:text-transparent\/75::selection{
  color: rgb(0 0 0 / 0.75);
}
.selection\:text-transparent\/80::selection{
  color: rgb(0 0 0 / 0.8);
}
.selection\:text-transparent\/85::selection{
  color: rgb(0 0 0 / 0.85);
}
.selection\:text-transparent\/90::selection{
  color: rgb(0 0 0 / 0.9);
}
.selection\:text-transparent\/95::selection{
  color: rgb(0 0 0 / 0.95);
}
.selection\:text-white::selection{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.selection\:text-white\/0::selection{
  color: rgb(255 255 255 / 0);
}
.selection\:text-white\/10::selection{
  color: rgb(255 255 255 / 0.1);
}
.selection\:text-white\/100::selection{
  color: rgb(255 255 255 / 1);
}
.selection\:text-white\/15::selection{
  color: rgb(255 255 255 / 0.15);
}
.selection\:text-white\/20::selection{
  color: rgb(255 255 255 / 0.2);
}
.selection\:text-white\/25::selection{
  color: rgb(255 255 255 / 0.25);
}
.selection\:text-white\/30::selection{
  color: rgb(255 255 255 / 0.3);
}
.selection\:text-white\/35::selection{
  color: rgb(255 255 255 / 0.35);
}
.selection\:text-white\/40::selection{
  color: rgb(255 255 255 / 0.4);
}
.selection\:text-white\/45::selection{
  color: rgb(255 255 255 / 0.45);
}
.selection\:text-white\/5::selection{
  color: rgb(255 255 255 / 0.05);
}
.selection\:text-white\/50::selection{
  color: rgb(255 255 255 / 0.5);
}
.selection\:text-white\/55::selection{
  color: rgb(255 255 255 / 0.55);
}
.selection\:text-white\/60::selection{
  color: rgb(255 255 255 / 0.6);
}
.selection\:text-white\/65::selection{
  color: rgb(255 255 255 / 0.65);
}
.selection\:text-white\/70::selection{
  color: rgb(255 255 255 / 0.7);
}
.selection\:text-white\/75::selection{
  color: rgb(255 255 255 / 0.75);
}
.selection\:text-white\/80::selection{
  color: rgb(255 255 255 / 0.8);
}
.selection\:text-white\/85::selection{
  color: rgb(255 255 255 / 0.85);
}
.selection\:text-white\/90::selection{
  color: rgb(255 255 255 / 0.9);
}
.selection\:text-white\/95::selection{
  color: rgb(255 255 255 / 0.95);
}
.selection\:text-yellow::selection{
  --tw-text-opacity: 1;
  color: rgb(255 198 88 / var(--tw-text-opacity, 1));
}
.selection\:text-yellow\/0::selection{
  color: rgb(255 198 88 / 0);
}
.selection\:text-yellow\/10::selection{
  color: rgb(255 198 88 / 0.1);
}
.selection\:text-yellow\/100::selection{
  color: rgb(255 198 88 / 1);
}
.selection\:text-yellow\/15::selection{
  color: rgb(255 198 88 / 0.15);
}
.selection\:text-yellow\/20::selection{
  color: rgb(255 198 88 / 0.2);
}
.selection\:text-yellow\/25::selection{
  color: rgb(255 198 88 / 0.25);
}
.selection\:text-yellow\/30::selection{
  color: rgb(255 198 88 / 0.3);
}
.selection\:text-yellow\/35::selection{
  color: rgb(255 198 88 / 0.35);
}
.selection\:text-yellow\/40::selection{
  color: rgb(255 198 88 / 0.4);
}
.selection\:text-yellow\/45::selection{
  color: rgb(255 198 88 / 0.45);
}
.selection\:text-yellow\/5::selection{
  color: rgb(255 198 88 / 0.05);
}
.selection\:text-yellow\/50::selection{
  color: rgb(255 198 88 / 0.5);
}
.selection\:text-yellow\/55::selection{
  color: rgb(255 198 88 / 0.55);
}
.selection\:text-yellow\/60::selection{
  color: rgb(255 198 88 / 0.6);
}
.selection\:text-yellow\/65::selection{
  color: rgb(255 198 88 / 0.65);
}
.selection\:text-yellow\/70::selection{
  color: rgb(255 198 88 / 0.7);
}
.selection\:text-yellow\/75::selection{
  color: rgb(255 198 88 / 0.75);
}
.selection\:text-yellow\/80::selection{
  color: rgb(255 198 88 / 0.8);
}
.selection\:text-yellow\/85::selection{
  color: rgb(255 198 88 / 0.85);
}
.selection\:text-yellow\/90::selection{
  color: rgb(255 198 88 / 0.9);
}
.selection\:text-yellow\/95::selection{
  color: rgb(255 198 88 / 0.95);
}
.selection\:text-opacity-0::selection{
  --tw-text-opacity: 0;
}
.selection\:text-opacity-10::selection{
  --tw-text-opacity: 0.1;
}
.selection\:text-opacity-100::selection{
  --tw-text-opacity: 1;
}
.selection\:text-opacity-15::selection{
  --tw-text-opacity: 0.15;
}
.selection\:text-opacity-20::selection{
  --tw-text-opacity: 0.2;
}
.selection\:text-opacity-25::selection{
  --tw-text-opacity: 0.25;
}
.selection\:text-opacity-30::selection{
  --tw-text-opacity: 0.3;
}
.selection\:text-opacity-35::selection{
  --tw-text-opacity: 0.35;
}
.selection\:text-opacity-40::selection{
  --tw-text-opacity: 0.4;
}
.selection\:text-opacity-45::selection{
  --tw-text-opacity: 0.45;
}
.selection\:text-opacity-5::selection{
  --tw-text-opacity: 0.05;
}
.selection\:text-opacity-50::selection{
  --tw-text-opacity: 0.5;
}
.selection\:text-opacity-55::selection{
  --tw-text-opacity: 0.55;
}
.selection\:text-opacity-60::selection{
  --tw-text-opacity: 0.6;
}
.selection\:text-opacity-65::selection{
  --tw-text-opacity: 0.65;
}
.selection\:text-opacity-70::selection{
  --tw-text-opacity: 0.7;
}
.selection\:text-opacity-75::selection{
  --tw-text-opacity: 0.75;
}
.selection\:text-opacity-80::selection{
  --tw-text-opacity: 0.8;
}
.selection\:text-opacity-85::selection{
  --tw-text-opacity: 0.85;
}
.selection\:text-opacity-90::selection{
  --tw-text-opacity: 0.9;
}
.selection\:text-opacity-95::selection{
  --tw-text-opacity: 0.95;
}
.selection\:bg-blend-normal::selection{
  background-blend-mode: normal;
}
.selection\:bg-blend-multiply::selection{
  background-blend-mode: multiply;
}
.selection\:bg-blend-screen::selection{
  background-blend-mode: screen;
}
.selection\:bg-blend-overlay::selection{
  background-blend-mode: overlay;
}
.selection\:bg-blend-darken::selection{
  background-blend-mode: darken;
}
.selection\:bg-blend-lighten::selection{
  background-blend-mode: lighten;
}
.selection\:bg-blend-color-dodge::selection{
  background-blend-mode: color-dodge;
}
.selection\:bg-blend-color-burn::selection{
  background-blend-mode: color-burn;
}
.selection\:bg-blend-hard-light::selection{
  background-blend-mode: hard-light;
}
.selection\:bg-blend-soft-light::selection{
  background-blend-mode: soft-light;
}
.selection\:bg-blend-difference::selection{
  background-blend-mode: difference;
}
.selection\:bg-blend-exclusion::selection{
  background-blend-mode: exclusion;
}
.selection\:bg-blend-hue::selection{
  background-blend-mode: hue;
}
.selection\:bg-blend-saturation::selection{
  background-blend-mode: saturation;
}
.selection\:bg-blend-color::selection{
  background-blend-mode: color;
}
.selection\:bg-blend-luminosity::selection{
  background-blend-mode: luminosity;
}
.after\:absolute::after{
  content: var(--tw-content);
  position: absolute;
}
.after\:-bottom-20::after{
  content: var(--tw-content);
  bottom: -5rem;
}
.after\:left-0::after{
  content: var(--tw-content);
  left: 0px;
}
.after\:h-20::after{
  content: var(--tw-content);
  height: 5rem;
}
.after\:w-full::after{
  content: var(--tw-content);
  width: 100%;
}
.after\:bg-\[\#f1f1f4\]::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(241 241 244 / var(--tw-bg-opacity, 1));
}
.after\:content-\[\'\'\]::after{
  --tw-content: '';
  content: var(--tw-content);
}
.hover\:text-ellipsis:hover{
  text-overflow: ellipsis;
}
.hover\:text-clip:hover{
  text-overflow: clip;
}
.hover\:text-wrap:hover{
  text-wrap: wrap;
}
.hover\:text-nowrap:hover{
  text-wrap: nowrap;
}
.hover\:text-balance:hover{
  text-wrap: balance;
}
.hover\:text-pretty:hover{
  text-wrap: pretty;
}
.hover\:rounded-2xl:hover{
  border-radius: 1rem;
}
.hover\:rounded-3xl:hover{
  border-radius: 1.5rem;
}
.hover\:rounded-full:hover{
  border-radius: 9999px;
}
.hover\:rounded-lg:hover{
  border-radius: 0.5rem;
}
.hover\:rounded-md:hover{
  border-radius: 0.375rem;
}
.hover\:rounded-none:hover{
  border-radius: 0px;
}
.hover\:rounded-sm:hover{
  border-radius: 0.166rem;
}
.hover\:rounded-xl:hover{
  border-radius: 0.75rem;
}
.hover\:rounded-b:hover{
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.hover\:rounded-b-2xl:hover{
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}
.hover\:rounded-b-3xl:hover{
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}
.hover\:rounded-b-full:hover{
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
}
.hover\:rounded-b-lg:hover{
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.hover\:rounded-b-md:hover{
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.hover\:rounded-b-none:hover{
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.hover\:rounded-b-sm:hover{
  border-bottom-right-radius: 0.166rem;
  border-bottom-left-radius: 0.166rem;
}
.hover\:rounded-b-xl:hover{
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}
.hover\:rounded-e:hover{
  border-start-end-radius: 0.25rem;
  border-end-end-radius: 0.25rem;
}
.hover\:rounded-e-2xl:hover{
  border-start-end-radius: 1rem;
  border-end-end-radius: 1rem;
}
.hover\:rounded-e-3xl:hover{
  border-start-end-radius: 1.5rem;
  border-end-end-radius: 1.5rem;
}
.hover\:rounded-e-full:hover{
  border-start-end-radius: 9999px;
  border-end-end-radius: 9999px;
}
.hover\:rounded-e-lg:hover{
  border-start-end-radius: 0.5rem;
  border-end-end-radius: 0.5rem;
}
.hover\:rounded-e-md:hover{
  border-start-end-radius: 0.375rem;
  border-end-end-radius: 0.375rem;
}
.hover\:rounded-e-none:hover{
  border-start-end-radius: 0px;
  border-end-end-radius: 0px;
}
.hover\:rounded-e-sm:hover{
  border-start-end-radius: 0.166rem;
  border-end-end-radius: 0.166rem;
}
.hover\:rounded-e-xl:hover{
  border-start-end-radius: 0.75rem;
  border-end-end-radius: 0.75rem;
}
.hover\:rounded-l:hover{
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.hover\:rounded-l-2xl:hover{
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}
.hover\:rounded-l-3xl:hover{
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}
.hover\:rounded-l-full:hover{
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}
.hover\:rounded-l-lg:hover{
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.hover\:rounded-l-md:hover{
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.hover\:rounded-l-none:hover{
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.hover\:rounded-l-sm:hover{
  border-top-left-radius: 0.166rem;
  border-bottom-left-radius: 0.166rem;
}
.hover\:rounded-l-xl:hover{
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}
.hover\:rounded-r:hover{
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.hover\:rounded-r-2xl:hover{
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
.hover\:rounded-r-3xl:hover{
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}
.hover\:rounded-r-full:hover{
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}
.hover\:rounded-r-lg:hover{
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.hover\:rounded-r-md:hover{
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.hover\:rounded-r-none:hover{
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.hover\:rounded-r-sm:hover{
  border-top-right-radius: 0.166rem;
  border-bottom-right-radius: 0.166rem;
}
.hover\:rounded-r-xl:hover{
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.hover\:rounded-s:hover{
  border-start-start-radius: 0.25rem;
  border-end-start-radius: 0.25rem;
}
.hover\:rounded-s-2xl:hover{
  border-start-start-radius: 1rem;
  border-end-start-radius: 1rem;
}
.hover\:rounded-s-3xl:hover{
  border-start-start-radius: 1.5rem;
  border-end-start-radius: 1.5rem;
}
.hover\:rounded-s-full:hover{
  border-start-start-radius: 9999px;
  border-end-start-radius: 9999px;
}
.hover\:rounded-s-lg:hover{
  border-start-start-radius: 0.5rem;
  border-end-start-radius: 0.5rem;
}
.hover\:rounded-s-md:hover{
  border-start-start-radius: 0.375rem;
  border-end-start-radius: 0.375rem;
}
.hover\:rounded-s-none:hover{
  border-start-start-radius: 0px;
  border-end-start-radius: 0px;
}
.hover\:rounded-s-sm:hover{
  border-start-start-radius: 0.166rem;
  border-end-start-radius: 0.166rem;
}
.hover\:rounded-s-xl:hover{
  border-start-start-radius: 0.75rem;
  border-end-start-radius: 0.75rem;
}
.hover\:rounded-t:hover{
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.hover\:rounded-t-2xl:hover{
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.hover\:rounded-t-3xl:hover{
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}
.hover\:rounded-t-full:hover{
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}
.hover\:rounded-t-lg:hover{
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.hover\:rounded-t-md:hover{
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}
.hover\:rounded-t-none:hover{
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.hover\:rounded-t-sm:hover{
  border-top-left-radius: 0.166rem;
  border-top-right-radius: 0.166rem;
}
.hover\:rounded-t-xl:hover{
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}
.hover\:rounded-bl:hover{
  border-bottom-left-radius: 0.25rem;
}
.hover\:rounded-bl-2xl:hover{
  border-bottom-left-radius: 1rem;
}
.hover\:rounded-bl-3xl:hover{
  border-bottom-left-radius: 1.5rem;
}
.hover\:rounded-bl-full:hover{
  border-bottom-left-radius: 9999px;
}
.hover\:rounded-bl-lg:hover{
  border-bottom-left-radius: 0.5rem;
}
.hover\:rounded-bl-md:hover{
  border-bottom-left-radius: 0.375rem;
}
.hover\:rounded-bl-none:hover{
  border-bottom-left-radius: 0px;
}
.hover\:rounded-bl-sm:hover{
  border-bottom-left-radius: 0.166rem;
}
.hover\:rounded-bl-xl:hover{
  border-bottom-left-radius: 0.75rem;
}
.hover\:rounded-br:hover{
  border-bottom-right-radius: 0.25rem;
}
.hover\:rounded-br-2xl:hover{
  border-bottom-right-radius: 1rem;
}
.hover\:rounded-br-3xl:hover{
  border-bottom-right-radius: 1.5rem;
}
.hover\:rounded-br-full:hover{
  border-bottom-right-radius: 9999px;
}
.hover\:rounded-br-lg:hover{
  border-bottom-right-radius: 0.5rem;
}
.hover\:rounded-br-md:hover{
  border-bottom-right-radius: 0.375rem;
}
.hover\:rounded-br-none:hover{
  border-bottom-right-radius: 0px;
}
.hover\:rounded-br-sm:hover{
  border-bottom-right-radius: 0.166rem;
}
.hover\:rounded-br-xl:hover{
  border-bottom-right-radius: 0.75rem;
}
.hover\:rounded-ee:hover{
  border-end-end-radius: 0.25rem;
}
.hover\:rounded-ee-2xl:hover{
  border-end-end-radius: 1rem;
}
.hover\:rounded-ee-3xl:hover{
  border-end-end-radius: 1.5rem;
}
.hover\:rounded-ee-full:hover{
  border-end-end-radius: 9999px;
}
.hover\:rounded-ee-lg:hover{
  border-end-end-radius: 0.5rem;
}
.hover\:rounded-ee-md:hover{
  border-end-end-radius: 0.375rem;
}
.hover\:rounded-ee-none:hover{
  border-end-end-radius: 0px;
}
.hover\:rounded-ee-sm:hover{
  border-end-end-radius: 0.166rem;
}
.hover\:rounded-ee-xl:hover{
  border-end-end-radius: 0.75rem;
}
.hover\:rounded-es:hover{
  border-end-start-radius: 0.25rem;
}
.hover\:rounded-es-2xl:hover{
  border-end-start-radius: 1rem;
}
.hover\:rounded-es-3xl:hover{
  border-end-start-radius: 1.5rem;
}
.hover\:rounded-es-full:hover{
  border-end-start-radius: 9999px;
}
.hover\:rounded-es-lg:hover{
  border-end-start-radius: 0.5rem;
}
.hover\:rounded-es-md:hover{
  border-end-start-radius: 0.375rem;
}
.hover\:rounded-es-none:hover{
  border-end-start-radius: 0px;
}
.hover\:rounded-es-sm:hover{
  border-end-start-radius: 0.166rem;
}
.hover\:rounded-es-xl:hover{
  border-end-start-radius: 0.75rem;
}
.hover\:rounded-se:hover{
  border-start-end-radius: 0.25rem;
}
.hover\:rounded-se-2xl:hover{
  border-start-end-radius: 1rem;
}
.hover\:rounded-se-3xl:hover{
  border-start-end-radius: 1.5rem;
}
.hover\:rounded-se-full:hover{
  border-start-end-radius: 9999px;
}
.hover\:rounded-se-lg:hover{
  border-start-end-radius: 0.5rem;
}
.hover\:rounded-se-md:hover{
  border-start-end-radius: 0.375rem;
}
.hover\:rounded-se-none:hover{
  border-start-end-radius: 0px;
}
.hover\:rounded-se-sm:hover{
  border-start-end-radius: 0.166rem;
}
.hover\:rounded-se-xl:hover{
  border-start-end-radius: 0.75rem;
}
.hover\:rounded-ss:hover{
  border-start-start-radius: 0.25rem;
}
.hover\:rounded-ss-2xl:hover{
  border-start-start-radius: 1rem;
}
.hover\:rounded-ss-3xl:hover{
  border-start-start-radius: 1.5rem;
}
.hover\:rounded-ss-full:hover{
  border-start-start-radius: 9999px;
}
.hover\:rounded-ss-lg:hover{
  border-start-start-radius: 0.5rem;
}
.hover\:rounded-ss-md:hover{
  border-start-start-radius: 0.375rem;
}
.hover\:rounded-ss-none:hover{
  border-start-start-radius: 0px;
}
.hover\:rounded-ss-sm:hover{
  border-start-start-radius: 0.166rem;
}
.hover\:rounded-ss-xl:hover{
  border-start-start-radius: 0.75rem;
}
.hover\:rounded-tl:hover{
  border-top-left-radius: 0.25rem;
}
.hover\:rounded-tl-2xl:hover{
  border-top-left-radius: 1rem;
}
.hover\:rounded-tl-3xl:hover{
  border-top-left-radius: 1.5rem;
}
.hover\:rounded-tl-full:hover{
  border-top-left-radius: 9999px;
}
.hover\:rounded-tl-lg:hover{
  border-top-left-radius: 0.5rem;
}
.hover\:rounded-tl-md:hover{
  border-top-left-radius: 0.375rem;
}
.hover\:rounded-tl-none:hover{
  border-top-left-radius: 0px;
}
.hover\:rounded-tl-sm:hover{
  border-top-left-radius: 0.166rem;
}
.hover\:rounded-tl-xl:hover{
  border-top-left-radius: 0.75rem;
}
.hover\:rounded-tr:hover{
  border-top-right-radius: 0.25rem;
}
.hover\:rounded-tr-2xl:hover{
  border-top-right-radius: 1rem;
}
.hover\:rounded-tr-3xl:hover{
  border-top-right-radius: 1.5rem;
}
.hover\:rounded-tr-full:hover{
  border-top-right-radius: 9999px;
}
.hover\:rounded-tr-lg:hover{
  border-top-right-radius: 0.5rem;
}
.hover\:rounded-tr-md:hover{
  border-top-right-radius: 0.375rem;
}
.hover\:rounded-tr-none:hover{
  border-top-right-radius: 0px;
}
.hover\:rounded-tr-sm:hover{
  border-top-right-radius: 0.166rem;
}
.hover\:rounded-tr-xl:hover{
  border-top-right-radius: 0.75rem;
}
.hover\:bg-black:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.hover\:bg-black\/0:hover{
  background-color: rgb(0 0 0 / 0);
}
.hover\:bg-black\/10:hover{
  background-color: rgb(0 0 0 / 0.1);
}
.hover\:bg-black\/100:hover{
  background-color: rgb(0 0 0 / 1);
}
.hover\:bg-black\/15:hover{
  background-color: rgb(0 0 0 / 0.15);
}
.hover\:bg-black\/20:hover{
  background-color: rgb(0 0 0 / 0.2);
}
.hover\:bg-black\/25:hover{
  background-color: rgb(0 0 0 / 0.25);
}
.hover\:bg-black\/30:hover{
  background-color: rgb(0 0 0 / 0.3);
}
.hover\:bg-black\/35:hover{
  background-color: rgb(0 0 0 / 0.35);
}
.hover\:bg-black\/40:hover{
  background-color: rgb(0 0 0 / 0.4);
}
.hover\:bg-black\/45:hover{
  background-color: rgb(0 0 0 / 0.45);
}
.hover\:bg-black\/5:hover{
  background-color: rgb(0 0 0 / 0.05);
}
.hover\:bg-black\/50:hover{
  background-color: rgb(0 0 0 / 0.5);
}
.hover\:bg-black\/55:hover{
  background-color: rgb(0 0 0 / 0.55);
}
.hover\:bg-black\/60:hover{
  background-color: rgb(0 0 0 / 0.6);
}
.hover\:bg-black\/65:hover{
  background-color: rgb(0 0 0 / 0.65);
}
.hover\:bg-black\/70:hover{
  background-color: rgb(0 0 0 / 0.7);
}
.hover\:bg-black\/75:hover{
  background-color: rgb(0 0 0 / 0.75);
}
.hover\:bg-black\/80:hover{
  background-color: rgb(0 0 0 / 0.8);
}
.hover\:bg-black\/85:hover{
  background-color: rgb(0 0 0 / 0.85);
}
.hover\:bg-black\/90:hover{
  background-color: rgb(0 0 0 / 0.9);
}
.hover\:bg-black\/95:hover{
  background-color: rgb(0 0 0 / 0.95);
}
.hover\:bg-blue:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 71 187 / var(--tw-bg-opacity, 1));
}
.hover\:bg-blue\/0:hover{
  background-color: rgb(0 71 187 / 0);
}
.hover\:bg-blue\/10:hover{
  background-color: rgb(0 71 187 / 0.1);
}
.hover\:bg-blue\/100:hover{
  background-color: rgb(0 71 187 / 1);
}
.hover\:bg-blue\/15:hover{
  background-color: rgb(0 71 187 / 0.15);
}
.hover\:bg-blue\/20:hover{
  background-color: rgb(0 71 187 / 0.2);
}
.hover\:bg-blue\/25:hover{
  background-color: rgb(0 71 187 / 0.25);
}
.hover\:bg-blue\/30:hover{
  background-color: rgb(0 71 187 / 0.3);
}
.hover\:bg-blue\/35:hover{
  background-color: rgb(0 71 187 / 0.35);
}
.hover\:bg-blue\/40:hover{
  background-color: rgb(0 71 187 / 0.4);
}
.hover\:bg-blue\/45:hover{
  background-color: rgb(0 71 187 / 0.45);
}
.hover\:bg-blue\/5:hover{
  background-color: rgb(0 71 187 / 0.05);
}
.hover\:bg-blue\/50:hover{
  background-color: rgb(0 71 187 / 0.5);
}
.hover\:bg-blue\/55:hover{
  background-color: rgb(0 71 187 / 0.55);
}
.hover\:bg-blue\/60:hover{
  background-color: rgb(0 71 187 / 0.6);
}
.hover\:bg-blue\/65:hover{
  background-color: rgb(0 71 187 / 0.65);
}
.hover\:bg-blue\/70:hover{
  background-color: rgb(0 71 187 / 0.7);
}
.hover\:bg-blue\/75:hover{
  background-color: rgb(0 71 187 / 0.75);
}
.hover\:bg-blue\/80:hover{
  background-color: rgb(0 71 187 / 0.8);
}
.hover\:bg-blue\/85:hover{
  background-color: rgb(0 71 187 / 0.85);
}
.hover\:bg-blue\/90:hover{
  background-color: rgb(0 71 187 / 0.9);
}
.hover\:bg-blue\/95:hover{
  background-color: rgb(0 71 187 / 0.95);
}
.hover\:bg-current:hover{
  background-color: currentColor;
}
.hover\:bg-dark-pink:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(132 11 85 / var(--tw-bg-opacity, 1));
}
.hover\:bg-dark-pink\/0:hover{
  background-color: rgb(132 11 85 / 0);
}
.hover\:bg-dark-pink\/10:hover{
  background-color: rgb(132 11 85 / 0.1);
}
.hover\:bg-dark-pink\/100:hover{
  background-color: rgb(132 11 85 / 1);
}
.hover\:bg-dark-pink\/15:hover{
  background-color: rgb(132 11 85 / 0.15);
}
.hover\:bg-dark-pink\/20:hover{
  background-color: rgb(132 11 85 / 0.2);
}
.hover\:bg-dark-pink\/25:hover{
  background-color: rgb(132 11 85 / 0.25);
}
.hover\:bg-dark-pink\/30:hover{
  background-color: rgb(132 11 85 / 0.3);
}
.hover\:bg-dark-pink\/35:hover{
  background-color: rgb(132 11 85 / 0.35);
}
.hover\:bg-dark-pink\/40:hover{
  background-color: rgb(132 11 85 / 0.4);
}
.hover\:bg-dark-pink\/45:hover{
  background-color: rgb(132 11 85 / 0.45);
}
.hover\:bg-dark-pink\/5:hover{
  background-color: rgb(132 11 85 / 0.05);
}
.hover\:bg-dark-pink\/50:hover{
  background-color: rgb(132 11 85 / 0.5);
}
.hover\:bg-dark-pink\/55:hover{
  background-color: rgb(132 11 85 / 0.55);
}
.hover\:bg-dark-pink\/60:hover{
  background-color: rgb(132 11 85 / 0.6);
}
.hover\:bg-dark-pink\/65:hover{
  background-color: rgb(132 11 85 / 0.65);
}
.hover\:bg-dark-pink\/70:hover{
  background-color: rgb(132 11 85 / 0.7);
}
.hover\:bg-dark-pink\/75:hover{
  background-color: rgb(132 11 85 / 0.75);
}
.hover\:bg-dark-pink\/80:hover{
  background-color: rgb(132 11 85 / 0.8);
}
.hover\:bg-dark-pink\/85:hover{
  background-color: rgb(132 11 85 / 0.85);
}
.hover\:bg-dark-pink\/90:hover{
  background-color: rgb(132 11 85 / 0.9);
}
.hover\:bg-dark-pink\/95:hover{
  background-color: rgb(132 11 85 / 0.95);
}
.hover\:bg-gray:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(215 217 224 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray\/0:hover{
  background-color: rgb(215 217 224 / 0);
}
.hover\:bg-gray\/10:hover{
  background-color: rgb(215 217 224 / 0.1);
}
.hover\:bg-gray\/100:hover{
  background-color: rgb(215 217 224 / 1);
}
.hover\:bg-gray\/15:hover{
  background-color: rgb(215 217 224 / 0.15);
}
.hover\:bg-gray\/20:hover{
  background-color: rgb(215 217 224 / 0.2);
}
.hover\:bg-gray\/25:hover{
  background-color: rgb(215 217 224 / 0.25);
}
.hover\:bg-gray\/30:hover{
  background-color: rgb(215 217 224 / 0.3);
}
.hover\:bg-gray\/35:hover{
  background-color: rgb(215 217 224 / 0.35);
}
.hover\:bg-gray\/40:hover{
  background-color: rgb(215 217 224 / 0.4);
}
.hover\:bg-gray\/45:hover{
  background-color: rgb(215 217 224 / 0.45);
}
.hover\:bg-gray\/5:hover{
  background-color: rgb(215 217 224 / 0.05);
}
.hover\:bg-gray\/50:hover{
  background-color: rgb(215 217 224 / 0.5);
}
.hover\:bg-gray\/55:hover{
  background-color: rgb(215 217 224 / 0.55);
}
.hover\:bg-gray\/60:hover{
  background-color: rgb(215 217 224 / 0.6);
}
.hover\:bg-gray\/65:hover{
  background-color: rgb(215 217 224 / 0.65);
}
.hover\:bg-gray\/70:hover{
  background-color: rgb(215 217 224 / 0.7);
}
.hover\:bg-gray\/75:hover{
  background-color: rgb(215 217 224 / 0.75);
}
.hover\:bg-gray\/80:hover{
  background-color: rgb(215 217 224 / 0.8);
}
.hover\:bg-gray\/85:hover{
  background-color: rgb(215 217 224 / 0.85);
}
.hover\:bg-gray\/90:hover{
  background-color: rgb(215 217 224 / 0.9);
}
.hover\:bg-gray\/95:hover{
  background-color: rgb(215 217 224 / 0.95);
}
.hover\:bg-green:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(21 71 52 / var(--tw-bg-opacity, 1));
}
.hover\:bg-green\/0:hover{
  background-color: rgb(21 71 52 / 0);
}
.hover\:bg-green\/10:hover{
  background-color: rgb(21 71 52 / 0.1);
}
.hover\:bg-green\/100:hover{
  background-color: rgb(21 71 52 / 1);
}
.hover\:bg-green\/15:hover{
  background-color: rgb(21 71 52 / 0.15);
}
.hover\:bg-green\/20:hover{
  background-color: rgb(21 71 52 / 0.2);
}
.hover\:bg-green\/25:hover{
  background-color: rgb(21 71 52 / 0.25);
}
.hover\:bg-green\/30:hover{
  background-color: rgb(21 71 52 / 0.3);
}
.hover\:bg-green\/35:hover{
  background-color: rgb(21 71 52 / 0.35);
}
.hover\:bg-green\/40:hover{
  background-color: rgb(21 71 52 / 0.4);
}
.hover\:bg-green\/45:hover{
  background-color: rgb(21 71 52 / 0.45);
}
.hover\:bg-green\/5:hover{
  background-color: rgb(21 71 52 / 0.05);
}
.hover\:bg-green\/50:hover{
  background-color: rgb(21 71 52 / 0.5);
}
.hover\:bg-green\/55:hover{
  background-color: rgb(21 71 52 / 0.55);
}
.hover\:bg-green\/60:hover{
  background-color: rgb(21 71 52 / 0.6);
}
.hover\:bg-green\/65:hover{
  background-color: rgb(21 71 52 / 0.65);
}
.hover\:bg-green\/70:hover{
  background-color: rgb(21 71 52 / 0.7);
}
.hover\:bg-green\/75:hover{
  background-color: rgb(21 71 52 / 0.75);
}
.hover\:bg-green\/80:hover{
  background-color: rgb(21 71 52 / 0.8);
}
.hover\:bg-green\/85:hover{
  background-color: rgb(21 71 52 / 0.85);
}
.hover\:bg-green\/90:hover{
  background-color: rgb(21 71 52 / 0.9);
}
.hover\:bg-green\/95:hover{
  background-color: rgb(21 71 52 / 0.95);
}
.hover\:bg-orange:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 92 57 / var(--tw-bg-opacity, 1));
}
.hover\:bg-orange\/0:hover{
  background-color: rgb(255 92 57 / 0);
}
.hover\:bg-orange\/10:hover{
  background-color: rgb(255 92 57 / 0.1);
}
.hover\:bg-orange\/100:hover{
  background-color: rgb(255 92 57 / 1);
}
.hover\:bg-orange\/15:hover{
  background-color: rgb(255 92 57 / 0.15);
}
.hover\:bg-orange\/20:hover{
  background-color: rgb(255 92 57 / 0.2);
}
.hover\:bg-orange\/25:hover{
  background-color: rgb(255 92 57 / 0.25);
}
.hover\:bg-orange\/30:hover{
  background-color: rgb(255 92 57 / 0.3);
}
.hover\:bg-orange\/35:hover{
  background-color: rgb(255 92 57 / 0.35);
}
.hover\:bg-orange\/40:hover{
  background-color: rgb(255 92 57 / 0.4);
}
.hover\:bg-orange\/45:hover{
  background-color: rgb(255 92 57 / 0.45);
}
.hover\:bg-orange\/5:hover{
  background-color: rgb(255 92 57 / 0.05);
}
.hover\:bg-orange\/50:hover{
  background-color: rgb(255 92 57 / 0.5);
}
.hover\:bg-orange\/55:hover{
  background-color: rgb(255 92 57 / 0.55);
}
.hover\:bg-orange\/60:hover{
  background-color: rgb(255 92 57 / 0.6);
}
.hover\:bg-orange\/65:hover{
  background-color: rgb(255 92 57 / 0.65);
}
.hover\:bg-orange\/70:hover{
  background-color: rgb(255 92 57 / 0.7);
}
.hover\:bg-orange\/75:hover{
  background-color: rgb(255 92 57 / 0.75);
}
.hover\:bg-orange\/80:hover{
  background-color: rgb(255 92 57 / 0.8);
}
.hover\:bg-orange\/85:hover{
  background-color: rgb(255 92 57 / 0.85);
}
.hover\:bg-orange\/90:hover{
  background-color: rgb(255 92 57 / 0.9);
}
.hover\:bg-orange\/95:hover{
  background-color: rgb(255 92 57 / 0.95);
}
.hover\:bg-pink:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(249 159 201 / var(--tw-bg-opacity, 1));
}
.hover\:bg-pink\/0:hover{
  background-color: rgb(249 159 201 / 0);
}
.hover\:bg-pink\/10:hover{
  background-color: rgb(249 159 201 / 0.1);
}
.hover\:bg-pink\/100:hover{
  background-color: rgb(249 159 201 / 1);
}
.hover\:bg-pink\/15:hover{
  background-color: rgb(249 159 201 / 0.15);
}
.hover\:bg-pink\/20:hover{
  background-color: rgb(249 159 201 / 0.2);
}
.hover\:bg-pink\/25:hover{
  background-color: rgb(249 159 201 / 0.25);
}
.hover\:bg-pink\/30:hover{
  background-color: rgb(249 159 201 / 0.3);
}
.hover\:bg-pink\/35:hover{
  background-color: rgb(249 159 201 / 0.35);
}
.hover\:bg-pink\/40:hover{
  background-color: rgb(249 159 201 / 0.4);
}
.hover\:bg-pink\/45:hover{
  background-color: rgb(249 159 201 / 0.45);
}
.hover\:bg-pink\/5:hover{
  background-color: rgb(249 159 201 / 0.05);
}
.hover\:bg-pink\/50:hover{
  background-color: rgb(249 159 201 / 0.5);
}
.hover\:bg-pink\/55:hover{
  background-color: rgb(249 159 201 / 0.55);
}
.hover\:bg-pink\/60:hover{
  background-color: rgb(249 159 201 / 0.6);
}
.hover\:bg-pink\/65:hover{
  background-color: rgb(249 159 201 / 0.65);
}
.hover\:bg-pink\/70:hover{
  background-color: rgb(249 159 201 / 0.7);
}
.hover\:bg-pink\/75:hover{
  background-color: rgb(249 159 201 / 0.75);
}
.hover\:bg-pink\/80:hover{
  background-color: rgb(249 159 201 / 0.8);
}
.hover\:bg-pink\/85:hover{
  background-color: rgb(249 159 201 / 0.85);
}
.hover\:bg-pink\/90:hover{
  background-color: rgb(249 159 201 / 0.9);
}
.hover\:bg-pink\/95:hover{
  background-color: rgb(249 159 201 / 0.95);
}
.hover\:bg-theme:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(var(--color-theme), var(--tw-bg-opacity, 1));
}
.hover\:bg-theme\/0:hover{
  background-color: rgba(var(--color-theme), 0);
}
.hover\:bg-theme\/10:hover{
  background-color: rgba(var(--color-theme), 0.1);
}
.hover\:bg-theme\/100:hover{
  background-color: rgba(var(--color-theme), 1);
}
.hover\:bg-theme\/15:hover{
  background-color: rgba(var(--color-theme), 0.15);
}
.hover\:bg-theme\/20:hover{
  background-color: rgba(var(--color-theme), 0.2);
}
.hover\:bg-theme\/25:hover{
  background-color: rgba(var(--color-theme), 0.25);
}
.hover\:bg-theme\/30:hover{
  background-color: rgba(var(--color-theme), 0.3);
}
.hover\:bg-theme\/35:hover{
  background-color: rgba(var(--color-theme), 0.35);
}
.hover\:bg-theme\/40:hover{
  background-color: rgba(var(--color-theme), 0.4);
}
.hover\:bg-theme\/45:hover{
  background-color: rgba(var(--color-theme), 0.45);
}
.hover\:bg-theme\/5:hover{
  background-color: rgba(var(--color-theme), 0.05);
}
.hover\:bg-theme\/50:hover{
  background-color: rgba(var(--color-theme), 0.5);
}
.hover\:bg-theme\/55:hover{
  background-color: rgba(var(--color-theme), 0.55);
}
.hover\:bg-theme\/60:hover{
  background-color: rgba(var(--color-theme), 0.6);
}
.hover\:bg-theme\/65:hover{
  background-color: rgba(var(--color-theme), 0.65);
}
.hover\:bg-theme\/70:hover{
  background-color: rgba(var(--color-theme), 0.7);
}
.hover\:bg-theme\/75:hover{
  background-color: rgba(var(--color-theme), 0.75);
}
.hover\:bg-theme\/80:hover{
  background-color: rgba(var(--color-theme), 0.8);
}
.hover\:bg-theme\/85:hover{
  background-color: rgba(var(--color-theme), 0.85);
}
.hover\:bg-theme\/90:hover{
  background-color: rgba(var(--color-theme), 0.9);
}
.hover\:bg-theme\/95:hover{
  background-color: rgba(var(--color-theme), 0.95);
}
.hover\:bg-transparent:hover{
  background-color: transparent;
}
.hover\:bg-transparent\/0:hover{
  background-color: rgb(0 0 0 / 0);
}
.hover\:bg-transparent\/10:hover{
  background-color: rgb(0 0 0 / 0.1);
}
.hover\:bg-transparent\/100:hover{
  background-color: rgb(0 0 0 / 1);
}
.hover\:bg-transparent\/15:hover{
  background-color: rgb(0 0 0 / 0.15);
}
.hover\:bg-transparent\/20:hover{
  background-color: rgb(0 0 0 / 0.2);
}
.hover\:bg-transparent\/25:hover{
  background-color: rgb(0 0 0 / 0.25);
}
.hover\:bg-transparent\/30:hover{
  background-color: rgb(0 0 0 / 0.3);
}
.hover\:bg-transparent\/35:hover{
  background-color: rgb(0 0 0 / 0.35);
}
.hover\:bg-transparent\/40:hover{
  background-color: rgb(0 0 0 / 0.4);
}
.hover\:bg-transparent\/45:hover{
  background-color: rgb(0 0 0 / 0.45);
}
.hover\:bg-transparent\/5:hover{
  background-color: rgb(0 0 0 / 0.05);
}
.hover\:bg-transparent\/50:hover{
  background-color: rgb(0 0 0 / 0.5);
}
.hover\:bg-transparent\/55:hover{
  background-color: rgb(0 0 0 / 0.55);
}
.hover\:bg-transparent\/60:hover{
  background-color: rgb(0 0 0 / 0.6);
}
.hover\:bg-transparent\/65:hover{
  background-color: rgb(0 0 0 / 0.65);
}
.hover\:bg-transparent\/70:hover{
  background-color: rgb(0 0 0 / 0.7);
}
.hover\:bg-transparent\/75:hover{
  background-color: rgb(0 0 0 / 0.75);
}
.hover\:bg-transparent\/80:hover{
  background-color: rgb(0 0 0 / 0.8);
}
.hover\:bg-transparent\/85:hover{
  background-color: rgb(0 0 0 / 0.85);
}
.hover\:bg-transparent\/90:hover{
  background-color: rgb(0 0 0 / 0.9);
}
.hover\:bg-transparent\/95:hover{
  background-color: rgb(0 0 0 / 0.95);
}
.hover\:bg-white:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.hover\:bg-white\/0:hover{
  background-color: rgb(255 255 255 / 0);
}
.hover\:bg-white\/10:hover{
  background-color: rgb(255 255 255 / 0.1);
}
.hover\:bg-white\/100:hover{
  background-color: rgb(255 255 255 / 1);
}
.hover\:bg-white\/15:hover{
  background-color: rgb(255 255 255 / 0.15);
}
.hover\:bg-white\/20:hover{
  background-color: rgb(255 255 255 / 0.2);
}
.hover\:bg-white\/25:hover{
  background-color: rgb(255 255 255 / 0.25);
}
.hover\:bg-white\/30:hover{
  background-color: rgb(255 255 255 / 0.3);
}
.hover\:bg-white\/35:hover{
  background-color: rgb(255 255 255 / 0.35);
}
.hover\:bg-white\/40:hover{
  background-color: rgb(255 255 255 / 0.4);
}
.hover\:bg-white\/45:hover{
  background-color: rgb(255 255 255 / 0.45);
}
.hover\:bg-white\/5:hover{
  background-color: rgb(255 255 255 / 0.05);
}
.hover\:bg-white\/50:hover{
  background-color: rgb(255 255 255 / 0.5);
}
.hover\:bg-white\/55:hover{
  background-color: rgb(255 255 255 / 0.55);
}
.hover\:bg-white\/60:hover{
  background-color: rgb(255 255 255 / 0.6);
}
.hover\:bg-white\/65:hover{
  background-color: rgb(255 255 255 / 0.65);
}
.hover\:bg-white\/70:hover{
  background-color: rgb(255 255 255 / 0.7);
}
.hover\:bg-white\/75:hover{
  background-color: rgb(255 255 255 / 0.75);
}
.hover\:bg-white\/80:hover{
  background-color: rgb(255 255 255 / 0.8);
}
.hover\:bg-white\/85:hover{
  background-color: rgb(255 255 255 / 0.85);
}
.hover\:bg-white\/90:hover{
  background-color: rgb(255 255 255 / 0.9);
}
.hover\:bg-white\/95:hover{
  background-color: rgb(255 255 255 / 0.95);
}
.hover\:bg-yellow:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 198 88 / var(--tw-bg-opacity, 1));
}
.hover\:bg-yellow\/0:hover{
  background-color: rgb(255 198 88 / 0);
}
.hover\:bg-yellow\/10:hover{
  background-color: rgb(255 198 88 / 0.1);
}
.hover\:bg-yellow\/100:hover{
  background-color: rgb(255 198 88 / 1);
}
.hover\:bg-yellow\/15:hover{
  background-color: rgb(255 198 88 / 0.15);
}
.hover\:bg-yellow\/20:hover{
  background-color: rgb(255 198 88 / 0.2);
}
.hover\:bg-yellow\/25:hover{
  background-color: rgb(255 198 88 / 0.25);
}
.hover\:bg-yellow\/30:hover{
  background-color: rgb(255 198 88 / 0.3);
}
.hover\:bg-yellow\/35:hover{
  background-color: rgb(255 198 88 / 0.35);
}
.hover\:bg-yellow\/40:hover{
  background-color: rgb(255 198 88 / 0.4);
}
.hover\:bg-yellow\/45:hover{
  background-color: rgb(255 198 88 / 0.45);
}
.hover\:bg-yellow\/5:hover{
  background-color: rgb(255 198 88 / 0.05);
}
.hover\:bg-yellow\/50:hover{
  background-color: rgb(255 198 88 / 0.5);
}
.hover\:bg-yellow\/55:hover{
  background-color: rgb(255 198 88 / 0.55);
}
.hover\:bg-yellow\/60:hover{
  background-color: rgb(255 198 88 / 0.6);
}
.hover\:bg-yellow\/65:hover{
  background-color: rgb(255 198 88 / 0.65);
}
.hover\:bg-yellow\/70:hover{
  background-color: rgb(255 198 88 / 0.7);
}
.hover\:bg-yellow\/75:hover{
  background-color: rgb(255 198 88 / 0.75);
}
.hover\:bg-yellow\/80:hover{
  background-color: rgb(255 198 88 / 0.8);
}
.hover\:bg-yellow\/85:hover{
  background-color: rgb(255 198 88 / 0.85);
}
.hover\:bg-yellow\/90:hover{
  background-color: rgb(255 198 88 / 0.9);
}
.hover\:bg-yellow\/95:hover{
  background-color: rgb(255 198 88 / 0.95);
}
.hover\:bg-opacity-0:hover{
  --tw-bg-opacity: 0;
}
.hover\:bg-opacity-10:hover{
  --tw-bg-opacity: 0.1;
}
.hover\:bg-opacity-100:hover{
  --tw-bg-opacity: 1;
}
.hover\:bg-opacity-15:hover{
  --tw-bg-opacity: 0.15;
}
.hover\:bg-opacity-20:hover{
  --tw-bg-opacity: 0.2;
}
.hover\:bg-opacity-25:hover{
  --tw-bg-opacity: 0.25;
}
.hover\:bg-opacity-30:hover{
  --tw-bg-opacity: 0.3;
}
.hover\:bg-opacity-35:hover{
  --tw-bg-opacity: 0.35;
}
.hover\:bg-opacity-40:hover{
  --tw-bg-opacity: 0.4;
}
.hover\:bg-opacity-45:hover{
  --tw-bg-opacity: 0.45;
}
.hover\:bg-opacity-5:hover{
  --tw-bg-opacity: 0.05;
}
.hover\:bg-opacity-50:hover{
  --tw-bg-opacity: 0.5;
}
.hover\:bg-opacity-55:hover{
  --tw-bg-opacity: 0.55;
}
.hover\:bg-opacity-60:hover{
  --tw-bg-opacity: 0.6;
}
.hover\:bg-opacity-65:hover{
  --tw-bg-opacity: 0.65;
}
.hover\:bg-opacity-70:hover{
  --tw-bg-opacity: 0.7;
}
.hover\:bg-opacity-75:hover{
  --tw-bg-opacity: 0.75;
}
.hover\:bg-opacity-80:hover{
  --tw-bg-opacity: 0.8;
}
.hover\:bg-opacity-85:hover{
  --tw-bg-opacity: 0.85;
}
.hover\:bg-opacity-90:hover{
  --tw-bg-opacity: 0.9;
}
.hover\:bg-opacity-95:hover{
  --tw-bg-opacity: 0.95;
}
.hover\:bg-gradient-to-b:hover{
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.hover\:bg-gradient-to-bl:hover{
  background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
}
.hover\:bg-gradient-to-br:hover{
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.hover\:bg-gradient-to-l:hover{
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}
.hover\:bg-gradient-to-r:hover{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.hover\:bg-gradient-to-t:hover{
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.hover\:bg-gradient-to-tl:hover{
  background-image: linear-gradient(to top left, var(--tw-gradient-stops));
}
.hover\:bg-gradient-to-tr:hover{
  background-image: linear-gradient(to top right, var(--tw-gradient-stops));
}
.hover\:bg-none:hover{
  background-image: none;
}
.hover\:bg-auto:hover{
  background-size: auto;
}
.hover\:bg-contain:hover{
  background-size: contain;
}
.hover\:bg-cover:hover{
  background-size: cover;
}
.hover\:bg-fixed:hover{
  background-attachment: fixed;
}
.hover\:bg-local:hover{
  background-attachment: local;
}
.hover\:bg-scroll:hover{
  background-attachment: scroll;
}
.hover\:bg-clip-border:hover{
  background-clip: border-box;
}
.hover\:bg-clip-padding:hover{
  background-clip: padding-box;
}
.hover\:bg-clip-content:hover{
  background-clip: content-box;
}
.hover\:bg-clip-text:hover{
  background-clip: text;
}
.hover\:bg-bottom:hover{
  background-position: bottom;
}
.hover\:bg-center:hover{
  background-position: center;
}
.hover\:bg-left:hover{
  background-position: left;
}
.hover\:bg-left-bottom:hover{
  background-position: left bottom;
}
.hover\:bg-left-top:hover{
  background-position: left top;
}
.hover\:bg-right:hover{
  background-position: right;
}
.hover\:bg-right-bottom:hover{
  background-position: right bottom;
}
.hover\:bg-right-top:hover{
  background-position: right top;
}
.hover\:bg-top:hover{
  background-position: top;
}
.hover\:bg-repeat:hover{
  background-repeat: repeat;
}
.hover\:bg-no-repeat:hover{
  background-repeat: no-repeat;
}
.hover\:bg-repeat-x:hover{
  background-repeat: repeat-x;
}
.hover\:bg-repeat-y:hover{
  background-repeat: repeat-y;
}
.hover\:bg-repeat-round:hover{
  background-repeat: round;
}
.hover\:bg-repeat-space:hover{
  background-repeat: space;
}
.hover\:bg-origin-border:hover{
  background-origin: border-box;
}
.hover\:bg-origin-padding:hover{
  background-origin: padding-box;
}
.hover\:bg-origin-content:hover{
  background-origin: content-box;
}
.hover\:text-left:hover{
  text-align: left;
}
.hover\:text-center:hover{
  text-align: center;
}
.hover\:text-right:hover{
  text-align: right;
}
.hover\:text-justify:hover{
  text-align: justify;
}
.hover\:text-start:hover{
  text-align: start;
}
.hover\:text-end:hover{
  text-align: end;
}
.hover\:text-2xl:hover{
  font-size: 1.444rem;
}
.hover\:text-3xl:hover{
  font-size: 1.777rem;
}
.hover\:text-4xl:hover{
  font-size: 2rem;
}
.hover\:text-5xl:hover{
  font-size: 2.666rem;
}
.hover\:text-6xl:hover{
  font-size: 3.333rem;
}
.hover\:text-7xl:hover{
  font-size: 4rem;
}
.hover\:text-8xl:hover{
  font-size: 6.222rem;
}
.hover\:text-9xl:hover{
  font-size: 6.666rem;
}
.hover\:text-base:hover{
  font-size: 1rem;
}
.hover\:text-lg:hover{
  font-size: 1.166rem;
}
.hover\:text-sm:hover{
  font-size: .777rem;
}
.hover\:text-tiny:hover{
  font-size: .888rem;
}
.hover\:text-xl:hover{
  font-size: 1.333rem;
}
.hover\:text-xs:hover{
  font-size: .666rem;
}
.hover\:text-xxs:hover{
  font-size: .555rem;
}
.hover\:text-black:hover{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.hover\:text-black\/0:hover{
  color: rgb(0 0 0 / 0);
}
.hover\:text-black\/10:hover{
  color: rgb(0 0 0 / 0.1);
}
.hover\:text-black\/100:hover{
  color: rgb(0 0 0 / 1);
}
.hover\:text-black\/15:hover{
  color: rgb(0 0 0 / 0.15);
}
.hover\:text-black\/20:hover{
  color: rgb(0 0 0 / 0.2);
}
.hover\:text-black\/25:hover{
  color: rgb(0 0 0 / 0.25);
}
.hover\:text-black\/30:hover{
  color: rgb(0 0 0 / 0.3);
}
.hover\:text-black\/35:hover{
  color: rgb(0 0 0 / 0.35);
}
.hover\:text-black\/40:hover{
  color: rgb(0 0 0 / 0.4);
}
.hover\:text-black\/45:hover{
  color: rgb(0 0 0 / 0.45);
}
.hover\:text-black\/5:hover{
  color: rgb(0 0 0 / 0.05);
}
.hover\:text-black\/50:hover{
  color: rgb(0 0 0 / 0.5);
}
.hover\:text-black\/55:hover{
  color: rgb(0 0 0 / 0.55);
}
.hover\:text-black\/60:hover{
  color: rgb(0 0 0 / 0.6);
}
.hover\:text-black\/65:hover{
  color: rgb(0 0 0 / 0.65);
}
.hover\:text-black\/70:hover{
  color: rgb(0 0 0 / 0.7);
}
.hover\:text-black\/75:hover{
  color: rgb(0 0 0 / 0.75);
}
.hover\:text-black\/80:hover{
  color: rgb(0 0 0 / 0.8);
}
.hover\:text-black\/85:hover{
  color: rgb(0 0 0 / 0.85);
}
.hover\:text-black\/90:hover{
  color: rgb(0 0 0 / 0.9);
}
.hover\:text-black\/95:hover{
  color: rgb(0 0 0 / 0.95);
}
.hover\:text-blue:hover{
  --tw-text-opacity: 1;
  color: rgb(0 71 187 / var(--tw-text-opacity, 1));
}
.hover\:text-blue\/0:hover{
  color: rgb(0 71 187 / 0);
}
.hover\:text-blue\/10:hover{
  color: rgb(0 71 187 / 0.1);
}
.hover\:text-blue\/100:hover{
  color: rgb(0 71 187 / 1);
}
.hover\:text-blue\/15:hover{
  color: rgb(0 71 187 / 0.15);
}
.hover\:text-blue\/20:hover{
  color: rgb(0 71 187 / 0.2);
}
.hover\:text-blue\/25:hover{
  color: rgb(0 71 187 / 0.25);
}
.hover\:text-blue\/30:hover{
  color: rgb(0 71 187 / 0.3);
}
.hover\:text-blue\/35:hover{
  color: rgb(0 71 187 / 0.35);
}
.hover\:text-blue\/40:hover{
  color: rgb(0 71 187 / 0.4);
}
.hover\:text-blue\/45:hover{
  color: rgb(0 71 187 / 0.45);
}
.hover\:text-blue\/5:hover{
  color: rgb(0 71 187 / 0.05);
}
.hover\:text-blue\/50:hover{
  color: rgb(0 71 187 / 0.5);
}
.hover\:text-blue\/55:hover{
  color: rgb(0 71 187 / 0.55);
}
.hover\:text-blue\/60:hover{
  color: rgb(0 71 187 / 0.6);
}
.hover\:text-blue\/65:hover{
  color: rgb(0 71 187 / 0.65);
}
.hover\:text-blue\/70:hover{
  color: rgb(0 71 187 / 0.7);
}
.hover\:text-blue\/75:hover{
  color: rgb(0 71 187 / 0.75);
}
.hover\:text-blue\/80:hover{
  color: rgb(0 71 187 / 0.8);
}
.hover\:text-blue\/85:hover{
  color: rgb(0 71 187 / 0.85);
}
.hover\:text-blue\/90:hover{
  color: rgb(0 71 187 / 0.9);
}
.hover\:text-blue\/95:hover{
  color: rgb(0 71 187 / 0.95);
}
.hover\:text-current:hover{
  color: currentColor;
}
.hover\:text-dark-pink:hover{
  --tw-text-opacity: 1;
  color: rgb(132 11 85 / var(--tw-text-opacity, 1));
}
.hover\:text-dark-pink\/0:hover{
  color: rgb(132 11 85 / 0);
}
.hover\:text-dark-pink\/10:hover{
  color: rgb(132 11 85 / 0.1);
}
.hover\:text-dark-pink\/100:hover{
  color: rgb(132 11 85 / 1);
}
.hover\:text-dark-pink\/15:hover{
  color: rgb(132 11 85 / 0.15);
}
.hover\:text-dark-pink\/20:hover{
  color: rgb(132 11 85 / 0.2);
}
.hover\:text-dark-pink\/25:hover{
  color: rgb(132 11 85 / 0.25);
}
.hover\:text-dark-pink\/30:hover{
  color: rgb(132 11 85 / 0.3);
}
.hover\:text-dark-pink\/35:hover{
  color: rgb(132 11 85 / 0.35);
}
.hover\:text-dark-pink\/40:hover{
  color: rgb(132 11 85 / 0.4);
}
.hover\:text-dark-pink\/45:hover{
  color: rgb(132 11 85 / 0.45);
}
.hover\:text-dark-pink\/5:hover{
  color: rgb(132 11 85 / 0.05);
}
.hover\:text-dark-pink\/50:hover{
  color: rgb(132 11 85 / 0.5);
}
.hover\:text-dark-pink\/55:hover{
  color: rgb(132 11 85 / 0.55);
}
.hover\:text-dark-pink\/60:hover{
  color: rgb(132 11 85 / 0.6);
}
.hover\:text-dark-pink\/65:hover{
  color: rgb(132 11 85 / 0.65);
}
.hover\:text-dark-pink\/70:hover{
  color: rgb(132 11 85 / 0.7);
}
.hover\:text-dark-pink\/75:hover{
  color: rgb(132 11 85 / 0.75);
}
.hover\:text-dark-pink\/80:hover{
  color: rgb(132 11 85 / 0.8);
}
.hover\:text-dark-pink\/85:hover{
  color: rgb(132 11 85 / 0.85);
}
.hover\:text-dark-pink\/90:hover{
  color: rgb(132 11 85 / 0.9);
}
.hover\:text-dark-pink\/95:hover{
  color: rgb(132 11 85 / 0.95);
}
.hover\:text-gray:hover{
  --tw-text-opacity: 1;
  color: rgb(215 217 224 / var(--tw-text-opacity, 1));
}
.hover\:text-gray\/0:hover{
  color: rgb(215 217 224 / 0);
}
.hover\:text-gray\/10:hover{
  color: rgb(215 217 224 / 0.1);
}
.hover\:text-gray\/100:hover{
  color: rgb(215 217 224 / 1);
}
.hover\:text-gray\/15:hover{
  color: rgb(215 217 224 / 0.15);
}
.hover\:text-gray\/20:hover{
  color: rgb(215 217 224 / 0.2);
}
.hover\:text-gray\/25:hover{
  color: rgb(215 217 224 / 0.25);
}
.hover\:text-gray\/30:hover{
  color: rgb(215 217 224 / 0.3);
}
.hover\:text-gray\/35:hover{
  color: rgb(215 217 224 / 0.35);
}
.hover\:text-gray\/40:hover{
  color: rgb(215 217 224 / 0.4);
}
.hover\:text-gray\/45:hover{
  color: rgb(215 217 224 / 0.45);
}
.hover\:text-gray\/5:hover{
  color: rgb(215 217 224 / 0.05);
}
.hover\:text-gray\/50:hover{
  color: rgb(215 217 224 / 0.5);
}
.hover\:text-gray\/55:hover{
  color: rgb(215 217 224 / 0.55);
}
.hover\:text-gray\/60:hover{
  color: rgb(215 217 224 / 0.6);
}
.hover\:text-gray\/65:hover{
  color: rgb(215 217 224 / 0.65);
}
.hover\:text-gray\/70:hover{
  color: rgb(215 217 224 / 0.7);
}
.hover\:text-gray\/75:hover{
  color: rgb(215 217 224 / 0.75);
}
.hover\:text-gray\/80:hover{
  color: rgb(215 217 224 / 0.8);
}
.hover\:text-gray\/85:hover{
  color: rgb(215 217 224 / 0.85);
}
.hover\:text-gray\/90:hover{
  color: rgb(215 217 224 / 0.9);
}
.hover\:text-gray\/95:hover{
  color: rgb(215 217 224 / 0.95);
}
.hover\:text-green:hover{
  --tw-text-opacity: 1;
  color: rgb(21 71 52 / var(--tw-text-opacity, 1));
}
.hover\:text-green\/0:hover{
  color: rgb(21 71 52 / 0);
}
.hover\:text-green\/10:hover{
  color: rgb(21 71 52 / 0.1);
}
.hover\:text-green\/100:hover{
  color: rgb(21 71 52 / 1);
}
.hover\:text-green\/15:hover{
  color: rgb(21 71 52 / 0.15);
}
.hover\:text-green\/20:hover{
  color: rgb(21 71 52 / 0.2);
}
.hover\:text-green\/25:hover{
  color: rgb(21 71 52 / 0.25);
}
.hover\:text-green\/30:hover{
  color: rgb(21 71 52 / 0.3);
}
.hover\:text-green\/35:hover{
  color: rgb(21 71 52 / 0.35);
}
.hover\:text-green\/40:hover{
  color: rgb(21 71 52 / 0.4);
}
.hover\:text-green\/45:hover{
  color: rgb(21 71 52 / 0.45);
}
.hover\:text-green\/5:hover{
  color: rgb(21 71 52 / 0.05);
}
.hover\:text-green\/50:hover{
  color: rgb(21 71 52 / 0.5);
}
.hover\:text-green\/55:hover{
  color: rgb(21 71 52 / 0.55);
}
.hover\:text-green\/60:hover{
  color: rgb(21 71 52 / 0.6);
}
.hover\:text-green\/65:hover{
  color: rgb(21 71 52 / 0.65);
}
.hover\:text-green\/70:hover{
  color: rgb(21 71 52 / 0.7);
}
.hover\:text-green\/75:hover{
  color: rgb(21 71 52 / 0.75);
}
.hover\:text-green\/80:hover{
  color: rgb(21 71 52 / 0.8);
}
.hover\:text-green\/85:hover{
  color: rgb(21 71 52 / 0.85);
}
.hover\:text-green\/90:hover{
  color: rgb(21 71 52 / 0.9);
}
.hover\:text-green\/95:hover{
  color: rgb(21 71 52 / 0.95);
}
.hover\:text-orange:hover{
  --tw-text-opacity: 1;
  color: rgb(255 92 57 / var(--tw-text-opacity, 1));
}
.hover\:text-orange\/0:hover{
  color: rgb(255 92 57 / 0);
}
.hover\:text-orange\/10:hover{
  color: rgb(255 92 57 / 0.1);
}
.hover\:text-orange\/100:hover{
  color: rgb(255 92 57 / 1);
}
.hover\:text-orange\/15:hover{
  color: rgb(255 92 57 / 0.15);
}
.hover\:text-orange\/20:hover{
  color: rgb(255 92 57 / 0.2);
}
.hover\:text-orange\/25:hover{
  color: rgb(255 92 57 / 0.25);
}
.hover\:text-orange\/30:hover{
  color: rgb(255 92 57 / 0.3);
}
.hover\:text-orange\/35:hover{
  color: rgb(255 92 57 / 0.35);
}
.hover\:text-orange\/40:hover{
  color: rgb(255 92 57 / 0.4);
}
.hover\:text-orange\/45:hover{
  color: rgb(255 92 57 / 0.45);
}
.hover\:text-orange\/5:hover{
  color: rgb(255 92 57 / 0.05);
}
.hover\:text-orange\/50:hover{
  color: rgb(255 92 57 / 0.5);
}
.hover\:text-orange\/55:hover{
  color: rgb(255 92 57 / 0.55);
}
.hover\:text-orange\/60:hover{
  color: rgb(255 92 57 / 0.6);
}
.hover\:text-orange\/65:hover{
  color: rgb(255 92 57 / 0.65);
}
.hover\:text-orange\/70:hover{
  color: rgb(255 92 57 / 0.7);
}
.hover\:text-orange\/75:hover{
  color: rgb(255 92 57 / 0.75);
}
.hover\:text-orange\/80:hover{
  color: rgb(255 92 57 / 0.8);
}
.hover\:text-orange\/85:hover{
  color: rgb(255 92 57 / 0.85);
}
.hover\:text-orange\/90:hover{
  color: rgb(255 92 57 / 0.9);
}
.hover\:text-orange\/95:hover{
  color: rgb(255 92 57 / 0.95);
}
.hover\:text-pink:hover{
  --tw-text-opacity: 1;
  color: rgb(249 159 201 / var(--tw-text-opacity, 1));
}
.hover\:text-pink\/0:hover{
  color: rgb(249 159 201 / 0);
}
.hover\:text-pink\/10:hover{
  color: rgb(249 159 201 / 0.1);
}
.hover\:text-pink\/100:hover{
  color: rgb(249 159 201 / 1);
}
.hover\:text-pink\/15:hover{
  color: rgb(249 159 201 / 0.15);
}
.hover\:text-pink\/20:hover{
  color: rgb(249 159 201 / 0.2);
}
.hover\:text-pink\/25:hover{
  color: rgb(249 159 201 / 0.25);
}
.hover\:text-pink\/30:hover{
  color: rgb(249 159 201 / 0.3);
}
.hover\:text-pink\/35:hover{
  color: rgb(249 159 201 / 0.35);
}
.hover\:text-pink\/40:hover{
  color: rgb(249 159 201 / 0.4);
}
.hover\:text-pink\/45:hover{
  color: rgb(249 159 201 / 0.45);
}
.hover\:text-pink\/5:hover{
  color: rgb(249 159 201 / 0.05);
}
.hover\:text-pink\/50:hover{
  color: rgb(249 159 201 / 0.5);
}
.hover\:text-pink\/55:hover{
  color: rgb(249 159 201 / 0.55);
}
.hover\:text-pink\/60:hover{
  color: rgb(249 159 201 / 0.6);
}
.hover\:text-pink\/65:hover{
  color: rgb(249 159 201 / 0.65);
}
.hover\:text-pink\/70:hover{
  color: rgb(249 159 201 / 0.7);
}
.hover\:text-pink\/75:hover{
  color: rgb(249 159 201 / 0.75);
}
.hover\:text-pink\/80:hover{
  color: rgb(249 159 201 / 0.8);
}
.hover\:text-pink\/85:hover{
  color: rgb(249 159 201 / 0.85);
}
.hover\:text-pink\/90:hover{
  color: rgb(249 159 201 / 0.9);
}
.hover\:text-pink\/95:hover{
  color: rgb(249 159 201 / 0.95);
}
.hover\:text-theme:hover{
  --tw-text-opacity: 1;
  color: rgba(var(--color-theme), var(--tw-text-opacity, 1));
}
.hover\:text-theme\/0:hover{
  color: rgba(var(--color-theme), 0);
}
.hover\:text-theme\/10:hover{
  color: rgba(var(--color-theme), 0.1);
}
.hover\:text-theme\/100:hover{
  color: rgba(var(--color-theme), 1);
}
.hover\:text-theme\/15:hover{
  color: rgba(var(--color-theme), 0.15);
}
.hover\:text-theme\/20:hover{
  color: rgba(var(--color-theme), 0.2);
}
.hover\:text-theme\/25:hover{
  color: rgba(var(--color-theme), 0.25);
}
.hover\:text-theme\/30:hover{
  color: rgba(var(--color-theme), 0.3);
}
.hover\:text-theme\/35:hover{
  color: rgba(var(--color-theme), 0.35);
}
.hover\:text-theme\/40:hover{
  color: rgba(var(--color-theme), 0.4);
}
.hover\:text-theme\/45:hover{
  color: rgba(var(--color-theme), 0.45);
}
.hover\:text-theme\/5:hover{
  color: rgba(var(--color-theme), 0.05);
}
.hover\:text-theme\/50:hover{
  color: rgba(var(--color-theme), 0.5);
}
.hover\:text-theme\/55:hover{
  color: rgba(var(--color-theme), 0.55);
}
.hover\:text-theme\/60:hover{
  color: rgba(var(--color-theme), 0.6);
}
.hover\:text-theme\/65:hover{
  color: rgba(var(--color-theme), 0.65);
}
.hover\:text-theme\/70:hover{
  color: rgba(var(--color-theme), 0.7);
}
.hover\:text-theme\/75:hover{
  color: rgba(var(--color-theme), 0.75);
}
.hover\:text-theme\/80:hover{
  color: rgba(var(--color-theme), 0.8);
}
.hover\:text-theme\/85:hover{
  color: rgba(var(--color-theme), 0.85);
}
.hover\:text-theme\/90:hover{
  color: rgba(var(--color-theme), 0.9);
}
.hover\:text-theme\/95:hover{
  color: rgba(var(--color-theme), 0.95);
}
.hover\:text-transparent:hover{
  color: transparent;
}
.hover\:text-transparent\/0:hover{
  color: rgb(0 0 0 / 0);
}
.hover\:text-transparent\/10:hover{
  color: rgb(0 0 0 / 0.1);
}
.hover\:text-transparent\/100:hover{
  color: rgb(0 0 0 / 1);
}
.hover\:text-transparent\/15:hover{
  color: rgb(0 0 0 / 0.15);
}
.hover\:text-transparent\/20:hover{
  color: rgb(0 0 0 / 0.2);
}
.hover\:text-transparent\/25:hover{
  color: rgb(0 0 0 / 0.25);
}
.hover\:text-transparent\/30:hover{
  color: rgb(0 0 0 / 0.3);
}
.hover\:text-transparent\/35:hover{
  color: rgb(0 0 0 / 0.35);
}
.hover\:text-transparent\/40:hover{
  color: rgb(0 0 0 / 0.4);
}
.hover\:text-transparent\/45:hover{
  color: rgb(0 0 0 / 0.45);
}
.hover\:text-transparent\/5:hover{
  color: rgb(0 0 0 / 0.05);
}
.hover\:text-transparent\/50:hover{
  color: rgb(0 0 0 / 0.5);
}
.hover\:text-transparent\/55:hover{
  color: rgb(0 0 0 / 0.55);
}
.hover\:text-transparent\/60:hover{
  color: rgb(0 0 0 / 0.6);
}
.hover\:text-transparent\/65:hover{
  color: rgb(0 0 0 / 0.65);
}
.hover\:text-transparent\/70:hover{
  color: rgb(0 0 0 / 0.7);
}
.hover\:text-transparent\/75:hover{
  color: rgb(0 0 0 / 0.75);
}
.hover\:text-transparent\/80:hover{
  color: rgb(0 0 0 / 0.8);
}
.hover\:text-transparent\/85:hover{
  color: rgb(0 0 0 / 0.85);
}
.hover\:text-transparent\/90:hover{
  color: rgb(0 0 0 / 0.9);
}
.hover\:text-transparent\/95:hover{
  color: rgb(0 0 0 / 0.95);
}
.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.hover\:text-white\/0:hover{
  color: rgb(255 255 255 / 0);
}
.hover\:text-white\/10:hover{
  color: rgb(255 255 255 / 0.1);
}
.hover\:text-white\/100:hover{
  color: rgb(255 255 255 / 1);
}
.hover\:text-white\/15:hover{
  color: rgb(255 255 255 / 0.15);
}
.hover\:text-white\/20:hover{
  color: rgb(255 255 255 / 0.2);
}
.hover\:text-white\/25:hover{
  color: rgb(255 255 255 / 0.25);
}
.hover\:text-white\/30:hover{
  color: rgb(255 255 255 / 0.3);
}
.hover\:text-white\/35:hover{
  color: rgb(255 255 255 / 0.35);
}
.hover\:text-white\/40:hover{
  color: rgb(255 255 255 / 0.4);
}
.hover\:text-white\/45:hover{
  color: rgb(255 255 255 / 0.45);
}
.hover\:text-white\/5:hover{
  color: rgb(255 255 255 / 0.05);
}
.hover\:text-white\/50:hover{
  color: rgb(255 255 255 / 0.5);
}
.hover\:text-white\/55:hover{
  color: rgb(255 255 255 / 0.55);
}
.hover\:text-white\/60:hover{
  color: rgb(255 255 255 / 0.6);
}
.hover\:text-white\/65:hover{
  color: rgb(255 255 255 / 0.65);
}
.hover\:text-white\/70:hover{
  color: rgb(255 255 255 / 0.7);
}
.hover\:text-white\/75:hover{
  color: rgb(255 255 255 / 0.75);
}
.hover\:text-white\/80:hover{
  color: rgb(255 255 255 / 0.8);
}
.hover\:text-white\/85:hover{
  color: rgb(255 255 255 / 0.85);
}
.hover\:text-white\/90:hover{
  color: rgb(255 255 255 / 0.9);
}
.hover\:text-white\/95:hover{
  color: rgb(255 255 255 / 0.95);
}
.hover\:text-yellow:hover{
  --tw-text-opacity: 1;
  color: rgb(255 198 88 / var(--tw-text-opacity, 1));
}
.hover\:text-yellow\/0:hover{
  color: rgb(255 198 88 / 0);
}
.hover\:text-yellow\/10:hover{
  color: rgb(255 198 88 / 0.1);
}
.hover\:text-yellow\/100:hover{
  color: rgb(255 198 88 / 1);
}
.hover\:text-yellow\/15:hover{
  color: rgb(255 198 88 / 0.15);
}
.hover\:text-yellow\/20:hover{
  color: rgb(255 198 88 / 0.2);
}
.hover\:text-yellow\/25:hover{
  color: rgb(255 198 88 / 0.25);
}
.hover\:text-yellow\/30:hover{
  color: rgb(255 198 88 / 0.3);
}
.hover\:text-yellow\/35:hover{
  color: rgb(255 198 88 / 0.35);
}
.hover\:text-yellow\/40:hover{
  color: rgb(255 198 88 / 0.4);
}
.hover\:text-yellow\/45:hover{
  color: rgb(255 198 88 / 0.45);
}
.hover\:text-yellow\/5:hover{
  color: rgb(255 198 88 / 0.05);
}
.hover\:text-yellow\/50:hover{
  color: rgb(255 198 88 / 0.5);
}
.hover\:text-yellow\/55:hover{
  color: rgb(255 198 88 / 0.55);
}
.hover\:text-yellow\/60:hover{
  color: rgb(255 198 88 / 0.6);
}
.hover\:text-yellow\/65:hover{
  color: rgb(255 198 88 / 0.65);
}
.hover\:text-yellow\/70:hover{
  color: rgb(255 198 88 / 0.7);
}
.hover\:text-yellow\/75:hover{
  color: rgb(255 198 88 / 0.75);
}
.hover\:text-yellow\/80:hover{
  color: rgb(255 198 88 / 0.8);
}
.hover\:text-yellow\/85:hover{
  color: rgb(255 198 88 / 0.85);
}
.hover\:text-yellow\/90:hover{
  color: rgb(255 198 88 / 0.9);
}
.hover\:text-yellow\/95:hover{
  color: rgb(255 198 88 / 0.95);
}
.hover\:text-opacity-0:hover{
  --tw-text-opacity: 0;
}
.hover\:text-opacity-10:hover{
  --tw-text-opacity: 0.1;
}
.hover\:text-opacity-100:hover{
  --tw-text-opacity: 1;
}
.hover\:text-opacity-15:hover{
  --tw-text-opacity: 0.15;
}
.hover\:text-opacity-20:hover{
  --tw-text-opacity: 0.2;
}
.hover\:text-opacity-25:hover{
  --tw-text-opacity: 0.25;
}
.hover\:text-opacity-30:hover{
  --tw-text-opacity: 0.3;
}
.hover\:text-opacity-35:hover{
  --tw-text-opacity: 0.35;
}
.hover\:text-opacity-40:hover{
  --tw-text-opacity: 0.4;
}
.hover\:text-opacity-45:hover{
  --tw-text-opacity: 0.45;
}
.hover\:text-opacity-5:hover{
  --tw-text-opacity: 0.05;
}
.hover\:text-opacity-50:hover{
  --tw-text-opacity: 0.5;
}
.hover\:text-opacity-55:hover{
  --tw-text-opacity: 0.55;
}
.hover\:text-opacity-60:hover{
  --tw-text-opacity: 0.6;
}
.hover\:text-opacity-65:hover{
  --tw-text-opacity: 0.65;
}
.hover\:text-opacity-70:hover{
  --tw-text-opacity: 0.7;
}
.hover\:text-opacity-75:hover{
  --tw-text-opacity: 0.75;
}
.hover\:text-opacity-80:hover{
  --tw-text-opacity: 0.8;
}
.hover\:text-opacity-85:hover{
  --tw-text-opacity: 0.85;
}
.hover\:text-opacity-90:hover{
  --tw-text-opacity: 0.9;
}
.hover\:text-opacity-95:hover{
  --tw-text-opacity: 0.95;
}
.hover\:bg-blend-normal:hover{
  background-blend-mode: normal;
}
.hover\:bg-blend-multiply:hover{
  background-blend-mode: multiply;
}
.hover\:bg-blend-screen:hover{
  background-blend-mode: screen;
}
.hover\:bg-blend-overlay:hover{
  background-blend-mode: overlay;
}
.hover\:bg-blend-darken:hover{
  background-blend-mode: darken;
}
.hover\:bg-blend-lighten:hover{
  background-blend-mode: lighten;
}
.hover\:bg-blend-color-dodge:hover{
  background-blend-mode: color-dodge;
}
.hover\:bg-blend-color-burn:hover{
  background-blend-mode: color-burn;
}
.hover\:bg-blend-hard-light:hover{
  background-blend-mode: hard-light;
}
.hover\:bg-blend-soft-light:hover{
  background-blend-mode: soft-light;
}
.hover\:bg-blend-difference:hover{
  background-blend-mode: difference;
}
.hover\:bg-blend-exclusion:hover{
  background-blend-mode: exclusion;
}
.hover\:bg-blend-hue:hover{
  background-blend-mode: hue;
}
.hover\:bg-blend-saturation:hover{
  background-blend-mode: saturation;
}
.hover\:bg-blend-color:hover{
  background-blend-mode: color;
}
.hover\:bg-blend-luminosity:hover{
  background-blend-mode: luminosity;
}
.hover\:outline:hover{
  outline-style: solid;
}
.focus\:bg-green:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(21 71 52 / var(--tw-bg-opacity, 1));
}
.focus\:bg-white:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.focus\:text-white:focus{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.focus\:outline:focus{
  outline-style: solid;
}
.focus\:outline-black:focus{
  outline-color: #000;
}
.focus-visible\:px-2\.5:focus-visible{
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.focus-visible\:outline-none:focus-visible{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus-visible\:outline-dashed:focus-visible{
  outline-style: dashed;
}
.focus-visible\:outline-dotted:focus-visible{
  outline-style: dotted;
}
.focus-visible\:outline-double:focus-visible{
  outline-style: double;
}
.focus-visible\:outline-0:focus-visible{
  outline-width: 0px;
}
.focus-visible\:outline-1:focus-visible{
  outline-width: 1px;
}
.focus-visible\:outline-2:focus-visible{
  outline-width: 2px;
}
.focus-visible\:outline-4:focus-visible{
  outline-width: 4px;
}
.focus-visible\:outline-8:focus-visible{
  outline-width: 8px;
}
.focus-visible\:outline-offset-0:focus-visible{
  outline-offset: 0px;
}
.focus-visible\:outline-offset-1:focus-visible{
  outline-offset: 1px;
}
.focus-visible\:outline-offset-2:focus-visible{
  outline-offset: 2px;
}
.focus-visible\:outline-offset-4:focus-visible{
  outline-offset: 4px;
}
.focus-visible\:outline-offset-8:focus-visible{
  outline-offset: 8px;
}
.focus-visible\:outline-black:focus-visible{
  outline-color: #000;
}
.focus-visible\:outline-black\/0:focus-visible{
  outline-color: rgb(0 0 0 / 0);
}
.focus-visible\:outline-black\/10:focus-visible{
  outline-color: rgb(0 0 0 / 0.1);
}
.focus-visible\:outline-black\/100:focus-visible{
  outline-color: rgb(0 0 0 / 1);
}
.focus-visible\:outline-black\/15:focus-visible{
  outline-color: rgb(0 0 0 / 0.15);
}
.focus-visible\:outline-black\/20:focus-visible{
  outline-color: rgb(0 0 0 / 0.2);
}
.focus-visible\:outline-black\/25:focus-visible{
  outline-color: rgb(0 0 0 / 0.25);
}
.focus-visible\:outline-black\/30:focus-visible{
  outline-color: rgb(0 0 0 / 0.3);
}
.focus-visible\:outline-black\/35:focus-visible{
  outline-color: rgb(0 0 0 / 0.35);
}
.focus-visible\:outline-black\/40:focus-visible{
  outline-color: rgb(0 0 0 / 0.4);
}
.focus-visible\:outline-black\/45:focus-visible{
  outline-color: rgb(0 0 0 / 0.45);
}
.focus-visible\:outline-black\/5:focus-visible{
  outline-color: rgb(0 0 0 / 0.05);
}
.focus-visible\:outline-black\/50:focus-visible{
  outline-color: rgb(0 0 0 / 0.5);
}
.focus-visible\:outline-black\/55:focus-visible{
  outline-color: rgb(0 0 0 / 0.55);
}
.focus-visible\:outline-black\/60:focus-visible{
  outline-color: rgb(0 0 0 / 0.6);
}
.focus-visible\:outline-black\/65:focus-visible{
  outline-color: rgb(0 0 0 / 0.65);
}
.focus-visible\:outline-black\/70:focus-visible{
  outline-color: rgb(0 0 0 / 0.7);
}
.focus-visible\:outline-black\/75:focus-visible{
  outline-color: rgb(0 0 0 / 0.75);
}
.focus-visible\:outline-black\/80:focus-visible{
  outline-color: rgb(0 0 0 / 0.8);
}
.focus-visible\:outline-black\/85:focus-visible{
  outline-color: rgb(0 0 0 / 0.85);
}
.focus-visible\:outline-black\/90:focus-visible{
  outline-color: rgb(0 0 0 / 0.9);
}
.focus-visible\:outline-black\/95:focus-visible{
  outline-color: rgb(0 0 0 / 0.95);
}
.focus-visible\:outline-blue:focus-visible{
  outline-color: #0047BB;
}
.focus-visible\:outline-blue\/0:focus-visible{
  outline-color: rgb(0 71 187 / 0);
}
.focus-visible\:outline-blue\/10:focus-visible{
  outline-color: rgb(0 71 187 / 0.1);
}
.focus-visible\:outline-blue\/100:focus-visible{
  outline-color: rgb(0 71 187 / 1);
}
.focus-visible\:outline-blue\/15:focus-visible{
  outline-color: rgb(0 71 187 / 0.15);
}
.focus-visible\:outline-blue\/20:focus-visible{
  outline-color: rgb(0 71 187 / 0.2);
}
.focus-visible\:outline-blue\/25:focus-visible{
  outline-color: rgb(0 71 187 / 0.25);
}
.focus-visible\:outline-blue\/30:focus-visible{
  outline-color: rgb(0 71 187 / 0.3);
}
.focus-visible\:outline-blue\/35:focus-visible{
  outline-color: rgb(0 71 187 / 0.35);
}
.focus-visible\:outline-blue\/40:focus-visible{
  outline-color: rgb(0 71 187 / 0.4);
}
.focus-visible\:outline-blue\/45:focus-visible{
  outline-color: rgb(0 71 187 / 0.45);
}
.focus-visible\:outline-blue\/5:focus-visible{
  outline-color: rgb(0 71 187 / 0.05);
}
.focus-visible\:outline-blue\/50:focus-visible{
  outline-color: rgb(0 71 187 / 0.5);
}
.focus-visible\:outline-blue\/55:focus-visible{
  outline-color: rgb(0 71 187 / 0.55);
}
.focus-visible\:outline-blue\/60:focus-visible{
  outline-color: rgb(0 71 187 / 0.6);
}
.focus-visible\:outline-blue\/65:focus-visible{
  outline-color: rgb(0 71 187 / 0.65);
}
.focus-visible\:outline-blue\/70:focus-visible{
  outline-color: rgb(0 71 187 / 0.7);
}
.focus-visible\:outline-blue\/75:focus-visible{
  outline-color: rgb(0 71 187 / 0.75);
}
.focus-visible\:outline-blue\/80:focus-visible{
  outline-color: rgb(0 71 187 / 0.8);
}
.focus-visible\:outline-blue\/85:focus-visible{
  outline-color: rgb(0 71 187 / 0.85);
}
.focus-visible\:outline-blue\/90:focus-visible{
  outline-color: rgb(0 71 187 / 0.9);
}
.focus-visible\:outline-blue\/95:focus-visible{
  outline-color: rgb(0 71 187 / 0.95);
}
.focus-visible\:outline-current:focus-visible{
  outline-color: currentColor;
}
.focus-visible\:outline-dark-pink:focus-visible{
  outline-color: #840B55;
}
.focus-visible\:outline-dark-pink\/0:focus-visible{
  outline-color: rgb(132 11 85 / 0);
}
.focus-visible\:outline-dark-pink\/10:focus-visible{
  outline-color: rgb(132 11 85 / 0.1);
}
.focus-visible\:outline-dark-pink\/100:focus-visible{
  outline-color: rgb(132 11 85 / 1);
}
.focus-visible\:outline-dark-pink\/15:focus-visible{
  outline-color: rgb(132 11 85 / 0.15);
}
.focus-visible\:outline-dark-pink\/20:focus-visible{
  outline-color: rgb(132 11 85 / 0.2);
}
.focus-visible\:outline-dark-pink\/25:focus-visible{
  outline-color: rgb(132 11 85 / 0.25);
}
.focus-visible\:outline-dark-pink\/30:focus-visible{
  outline-color: rgb(132 11 85 / 0.3);
}
.focus-visible\:outline-dark-pink\/35:focus-visible{
  outline-color: rgb(132 11 85 / 0.35);
}
.focus-visible\:outline-dark-pink\/40:focus-visible{
  outline-color: rgb(132 11 85 / 0.4);
}
.focus-visible\:outline-dark-pink\/45:focus-visible{
  outline-color: rgb(132 11 85 / 0.45);
}
.focus-visible\:outline-dark-pink\/5:focus-visible{
  outline-color: rgb(132 11 85 / 0.05);
}
.focus-visible\:outline-dark-pink\/50:focus-visible{
  outline-color: rgb(132 11 85 / 0.5);
}
.focus-visible\:outline-dark-pink\/55:focus-visible{
  outline-color: rgb(132 11 85 / 0.55);
}
.focus-visible\:outline-dark-pink\/60:focus-visible{
  outline-color: rgb(132 11 85 / 0.6);
}
.focus-visible\:outline-dark-pink\/65:focus-visible{
  outline-color: rgb(132 11 85 / 0.65);
}
.focus-visible\:outline-dark-pink\/70:focus-visible{
  outline-color: rgb(132 11 85 / 0.7);
}
.focus-visible\:outline-dark-pink\/75:focus-visible{
  outline-color: rgb(132 11 85 / 0.75);
}
.focus-visible\:outline-dark-pink\/80:focus-visible{
  outline-color: rgb(132 11 85 / 0.8);
}
.focus-visible\:outline-dark-pink\/85:focus-visible{
  outline-color: rgb(132 11 85 / 0.85);
}
.focus-visible\:outline-dark-pink\/90:focus-visible{
  outline-color: rgb(132 11 85 / 0.9);
}
.focus-visible\:outline-dark-pink\/95:focus-visible{
  outline-color: rgb(132 11 85 / 0.95);
}
.focus-visible\:outline-gray:focus-visible{
  outline-color: #D7D9E0;
}
.focus-visible\:outline-gray\/0:focus-visible{
  outline-color: rgb(215 217 224 / 0);
}
.focus-visible\:outline-gray\/10:focus-visible{
  outline-color: rgb(215 217 224 / 0.1);
}
.focus-visible\:outline-gray\/100:focus-visible{
  outline-color: rgb(215 217 224 / 1);
}
.focus-visible\:outline-gray\/15:focus-visible{
  outline-color: rgb(215 217 224 / 0.15);
}
.focus-visible\:outline-gray\/20:focus-visible{
  outline-color: rgb(215 217 224 / 0.2);
}
.focus-visible\:outline-gray\/25:focus-visible{
  outline-color: rgb(215 217 224 / 0.25);
}
.focus-visible\:outline-gray\/30:focus-visible{
  outline-color: rgb(215 217 224 / 0.3);
}
.focus-visible\:outline-gray\/35:focus-visible{
  outline-color: rgb(215 217 224 / 0.35);
}
.focus-visible\:outline-gray\/40:focus-visible{
  outline-color: rgb(215 217 224 / 0.4);
}
.focus-visible\:outline-gray\/45:focus-visible{
  outline-color: rgb(215 217 224 / 0.45);
}
.focus-visible\:outline-gray\/5:focus-visible{
  outline-color: rgb(215 217 224 / 0.05);
}
.focus-visible\:outline-gray\/50:focus-visible{
  outline-color: rgb(215 217 224 / 0.5);
}
.focus-visible\:outline-gray\/55:focus-visible{
  outline-color: rgb(215 217 224 / 0.55);
}
.focus-visible\:outline-gray\/60:focus-visible{
  outline-color: rgb(215 217 224 / 0.6);
}
.focus-visible\:outline-gray\/65:focus-visible{
  outline-color: rgb(215 217 224 / 0.65);
}
.focus-visible\:outline-gray\/70:focus-visible{
  outline-color: rgb(215 217 224 / 0.7);
}
.focus-visible\:outline-gray\/75:focus-visible{
  outline-color: rgb(215 217 224 / 0.75);
}
.focus-visible\:outline-gray\/80:focus-visible{
  outline-color: rgb(215 217 224 / 0.8);
}
.focus-visible\:outline-gray\/85:focus-visible{
  outline-color: rgb(215 217 224 / 0.85);
}
.focus-visible\:outline-gray\/90:focus-visible{
  outline-color: rgb(215 217 224 / 0.9);
}
.focus-visible\:outline-gray\/95:focus-visible{
  outline-color: rgb(215 217 224 / 0.95);
}
.focus-visible\:outline-green:focus-visible{
  outline-color: #154734;
}
.focus-visible\:outline-green\/0:focus-visible{
  outline-color: rgb(21 71 52 / 0);
}
.focus-visible\:outline-green\/10:focus-visible{
  outline-color: rgb(21 71 52 / 0.1);
}
.focus-visible\:outline-green\/100:focus-visible{
  outline-color: rgb(21 71 52 / 1);
}
.focus-visible\:outline-green\/15:focus-visible{
  outline-color: rgb(21 71 52 / 0.15);
}
.focus-visible\:outline-green\/20:focus-visible{
  outline-color: rgb(21 71 52 / 0.2);
}
.focus-visible\:outline-green\/25:focus-visible{
  outline-color: rgb(21 71 52 / 0.25);
}
.focus-visible\:outline-green\/30:focus-visible{
  outline-color: rgb(21 71 52 / 0.3);
}
.focus-visible\:outline-green\/35:focus-visible{
  outline-color: rgb(21 71 52 / 0.35);
}
.focus-visible\:outline-green\/40:focus-visible{
  outline-color: rgb(21 71 52 / 0.4);
}
.focus-visible\:outline-green\/45:focus-visible{
  outline-color: rgb(21 71 52 / 0.45);
}
.focus-visible\:outline-green\/5:focus-visible{
  outline-color: rgb(21 71 52 / 0.05);
}
.focus-visible\:outline-green\/50:focus-visible{
  outline-color: rgb(21 71 52 / 0.5);
}
.focus-visible\:outline-green\/55:focus-visible{
  outline-color: rgb(21 71 52 / 0.55);
}
.focus-visible\:outline-green\/60:focus-visible{
  outline-color: rgb(21 71 52 / 0.6);
}
.focus-visible\:outline-green\/65:focus-visible{
  outline-color: rgb(21 71 52 / 0.65);
}
.focus-visible\:outline-green\/70:focus-visible{
  outline-color: rgb(21 71 52 / 0.7);
}
.focus-visible\:outline-green\/75:focus-visible{
  outline-color: rgb(21 71 52 / 0.75);
}
.focus-visible\:outline-green\/80:focus-visible{
  outline-color: rgb(21 71 52 / 0.8);
}
.focus-visible\:outline-green\/85:focus-visible{
  outline-color: rgb(21 71 52 / 0.85);
}
.focus-visible\:outline-green\/90:focus-visible{
  outline-color: rgb(21 71 52 / 0.9);
}
.focus-visible\:outline-green\/95:focus-visible{
  outline-color: rgb(21 71 52 / 0.95);
}
.focus-visible\:outline-orange:focus-visible{
  outline-color: #FF5C39;
}
.focus-visible\:outline-orange\/0:focus-visible{
  outline-color: rgb(255 92 57 / 0);
}
.focus-visible\:outline-orange\/10:focus-visible{
  outline-color: rgb(255 92 57 / 0.1);
}
.focus-visible\:outline-orange\/100:focus-visible{
  outline-color: rgb(255 92 57 / 1);
}
.focus-visible\:outline-orange\/15:focus-visible{
  outline-color: rgb(255 92 57 / 0.15);
}
.focus-visible\:outline-orange\/20:focus-visible{
  outline-color: rgb(255 92 57 / 0.2);
}
.focus-visible\:outline-orange\/25:focus-visible{
  outline-color: rgb(255 92 57 / 0.25);
}
.focus-visible\:outline-orange\/30:focus-visible{
  outline-color: rgb(255 92 57 / 0.3);
}
.focus-visible\:outline-orange\/35:focus-visible{
  outline-color: rgb(255 92 57 / 0.35);
}
.focus-visible\:outline-orange\/40:focus-visible{
  outline-color: rgb(255 92 57 / 0.4);
}
.focus-visible\:outline-orange\/45:focus-visible{
  outline-color: rgb(255 92 57 / 0.45);
}
.focus-visible\:outline-orange\/5:focus-visible{
  outline-color: rgb(255 92 57 / 0.05);
}
.focus-visible\:outline-orange\/50:focus-visible{
  outline-color: rgb(255 92 57 / 0.5);
}
.focus-visible\:outline-orange\/55:focus-visible{
  outline-color: rgb(255 92 57 / 0.55);
}
.focus-visible\:outline-orange\/60:focus-visible{
  outline-color: rgb(255 92 57 / 0.6);
}
.focus-visible\:outline-orange\/65:focus-visible{
  outline-color: rgb(255 92 57 / 0.65);
}
.focus-visible\:outline-orange\/70:focus-visible{
  outline-color: rgb(255 92 57 / 0.7);
}
.focus-visible\:outline-orange\/75:focus-visible{
  outline-color: rgb(255 92 57 / 0.75);
}
.focus-visible\:outline-orange\/80:focus-visible{
  outline-color: rgb(255 92 57 / 0.8);
}
.focus-visible\:outline-orange\/85:focus-visible{
  outline-color: rgb(255 92 57 / 0.85);
}
.focus-visible\:outline-orange\/90:focus-visible{
  outline-color: rgb(255 92 57 / 0.9);
}
.focus-visible\:outline-orange\/95:focus-visible{
  outline-color: rgb(255 92 57 / 0.95);
}
.focus-visible\:outline-pink:focus-visible{
  outline-color: #F99FC9;
}
.focus-visible\:outline-pink\/0:focus-visible{
  outline-color: rgb(249 159 201 / 0);
}
.focus-visible\:outline-pink\/10:focus-visible{
  outline-color: rgb(249 159 201 / 0.1);
}
.focus-visible\:outline-pink\/100:focus-visible{
  outline-color: rgb(249 159 201 / 1);
}
.focus-visible\:outline-pink\/15:focus-visible{
  outline-color: rgb(249 159 201 / 0.15);
}
.focus-visible\:outline-pink\/20:focus-visible{
  outline-color: rgb(249 159 201 / 0.2);
}
.focus-visible\:outline-pink\/25:focus-visible{
  outline-color: rgb(249 159 201 / 0.25);
}
.focus-visible\:outline-pink\/30:focus-visible{
  outline-color: rgb(249 159 201 / 0.3);
}
.focus-visible\:outline-pink\/35:focus-visible{
  outline-color: rgb(249 159 201 / 0.35);
}
.focus-visible\:outline-pink\/40:focus-visible{
  outline-color: rgb(249 159 201 / 0.4);
}
.focus-visible\:outline-pink\/45:focus-visible{
  outline-color: rgb(249 159 201 / 0.45);
}
.focus-visible\:outline-pink\/5:focus-visible{
  outline-color: rgb(249 159 201 / 0.05);
}
.focus-visible\:outline-pink\/50:focus-visible{
  outline-color: rgb(249 159 201 / 0.5);
}
.focus-visible\:outline-pink\/55:focus-visible{
  outline-color: rgb(249 159 201 / 0.55);
}
.focus-visible\:outline-pink\/60:focus-visible{
  outline-color: rgb(249 159 201 / 0.6);
}
.focus-visible\:outline-pink\/65:focus-visible{
  outline-color: rgb(249 159 201 / 0.65);
}
.focus-visible\:outline-pink\/70:focus-visible{
  outline-color: rgb(249 159 201 / 0.7);
}
.focus-visible\:outline-pink\/75:focus-visible{
  outline-color: rgb(249 159 201 / 0.75);
}
.focus-visible\:outline-pink\/80:focus-visible{
  outline-color: rgb(249 159 201 / 0.8);
}
.focus-visible\:outline-pink\/85:focus-visible{
  outline-color: rgb(249 159 201 / 0.85);
}
.focus-visible\:outline-pink\/90:focus-visible{
  outline-color: rgb(249 159 201 / 0.9);
}
.focus-visible\:outline-pink\/95:focus-visible{
  outline-color: rgb(249 159 201 / 0.95);
}
.focus-visible\:outline-theme:focus-visible{
  outline-color: rgb(var(--color-theme));
}
.focus-visible\:outline-theme\/0:focus-visible{
  outline-color: rgba(var(--color-theme), 0);
}
.focus-visible\:outline-theme\/10:focus-visible{
  outline-color: rgba(var(--color-theme), 0.1);
}
.focus-visible\:outline-theme\/100:focus-visible{
  outline-color: rgba(var(--color-theme), 1);
}
.focus-visible\:outline-theme\/15:focus-visible{
  outline-color: rgba(var(--color-theme), 0.15);
}
.focus-visible\:outline-theme\/20:focus-visible{
  outline-color: rgba(var(--color-theme), 0.2);
}
.focus-visible\:outline-theme\/25:focus-visible{
  outline-color: rgba(var(--color-theme), 0.25);
}
.focus-visible\:outline-theme\/30:focus-visible{
  outline-color: rgba(var(--color-theme), 0.3);
}
.focus-visible\:outline-theme\/35:focus-visible{
  outline-color: rgba(var(--color-theme), 0.35);
}
.focus-visible\:outline-theme\/40:focus-visible{
  outline-color: rgba(var(--color-theme), 0.4);
}
.focus-visible\:outline-theme\/45:focus-visible{
  outline-color: rgba(var(--color-theme), 0.45);
}
.focus-visible\:outline-theme\/5:focus-visible{
  outline-color: rgba(var(--color-theme), 0.05);
}
.focus-visible\:outline-theme\/50:focus-visible{
  outline-color: rgba(var(--color-theme), 0.5);
}
.focus-visible\:outline-theme\/55:focus-visible{
  outline-color: rgba(var(--color-theme), 0.55);
}
.focus-visible\:outline-theme\/60:focus-visible{
  outline-color: rgba(var(--color-theme), 0.6);
}
.focus-visible\:outline-theme\/65:focus-visible{
  outline-color: rgba(var(--color-theme), 0.65);
}
.focus-visible\:outline-theme\/70:focus-visible{
  outline-color: rgba(var(--color-theme), 0.7);
}
.focus-visible\:outline-theme\/75:focus-visible{
  outline-color: rgba(var(--color-theme), 0.75);
}
.focus-visible\:outline-theme\/80:focus-visible{
  outline-color: rgba(var(--color-theme), 0.8);
}
.focus-visible\:outline-theme\/85:focus-visible{
  outline-color: rgba(var(--color-theme), 0.85);
}
.focus-visible\:outline-theme\/90:focus-visible{
  outline-color: rgba(var(--color-theme), 0.9);
}
.focus-visible\:outline-theme\/95:focus-visible{
  outline-color: rgba(var(--color-theme), 0.95);
}
.focus-visible\:outline-transparent:focus-visible{
  outline-color: transparent;
}
.focus-visible\:outline-transparent\/0:focus-visible{
  outline-color: rgb(0 0 0 / 0);
}
.focus-visible\:outline-transparent\/10:focus-visible{
  outline-color: rgb(0 0 0 / 0.1);
}
.focus-visible\:outline-transparent\/100:focus-visible{
  outline-color: rgb(0 0 0 / 1);
}
.focus-visible\:outline-transparent\/15:focus-visible{
  outline-color: rgb(0 0 0 / 0.15);
}
.focus-visible\:outline-transparent\/20:focus-visible{
  outline-color: rgb(0 0 0 / 0.2);
}
.focus-visible\:outline-transparent\/25:focus-visible{
  outline-color: rgb(0 0 0 / 0.25);
}
.focus-visible\:outline-transparent\/30:focus-visible{
  outline-color: rgb(0 0 0 / 0.3);
}
.focus-visible\:outline-transparent\/35:focus-visible{
  outline-color: rgb(0 0 0 / 0.35);
}
.focus-visible\:outline-transparent\/40:focus-visible{
  outline-color: rgb(0 0 0 / 0.4);
}
.focus-visible\:outline-transparent\/45:focus-visible{
  outline-color: rgb(0 0 0 / 0.45);
}
.focus-visible\:outline-transparent\/5:focus-visible{
  outline-color: rgb(0 0 0 / 0.05);
}
.focus-visible\:outline-transparent\/50:focus-visible{
  outline-color: rgb(0 0 0 / 0.5);
}
.focus-visible\:outline-transparent\/55:focus-visible{
  outline-color: rgb(0 0 0 / 0.55);
}
.focus-visible\:outline-transparent\/60:focus-visible{
  outline-color: rgb(0 0 0 / 0.6);
}
.focus-visible\:outline-transparent\/65:focus-visible{
  outline-color: rgb(0 0 0 / 0.65);
}
.focus-visible\:outline-transparent\/70:focus-visible{
  outline-color: rgb(0 0 0 / 0.7);
}
.focus-visible\:outline-transparent\/75:focus-visible{
  outline-color: rgb(0 0 0 / 0.75);
}
.focus-visible\:outline-transparent\/80:focus-visible{
  outline-color: rgb(0 0 0 / 0.8);
}
.focus-visible\:outline-transparent\/85:focus-visible{
  outline-color: rgb(0 0 0 / 0.85);
}
.focus-visible\:outline-transparent\/90:focus-visible{
  outline-color: rgb(0 0 0 / 0.9);
}
.focus-visible\:outline-transparent\/95:focus-visible{
  outline-color: rgb(0 0 0 / 0.95);
}
.focus-visible\:outline-white:focus-visible{
  outline-color: #FFF;
}
.focus-visible\:outline-white\/0:focus-visible{
  outline-color: rgb(255 255 255 / 0);
}
.focus-visible\:outline-white\/10:focus-visible{
  outline-color: rgb(255 255 255 / 0.1);
}
.focus-visible\:outline-white\/100:focus-visible{
  outline-color: rgb(255 255 255 / 1);
}
.focus-visible\:outline-white\/15:focus-visible{
  outline-color: rgb(255 255 255 / 0.15);
}
.focus-visible\:outline-white\/20:focus-visible{
  outline-color: rgb(255 255 255 / 0.2);
}
.focus-visible\:outline-white\/25:focus-visible{
  outline-color: rgb(255 255 255 / 0.25);
}
.focus-visible\:outline-white\/30:focus-visible{
  outline-color: rgb(255 255 255 / 0.3);
}
.focus-visible\:outline-white\/35:focus-visible{
  outline-color: rgb(255 255 255 / 0.35);
}
.focus-visible\:outline-white\/40:focus-visible{
  outline-color: rgb(255 255 255 / 0.4);
}
.focus-visible\:outline-white\/45:focus-visible{
  outline-color: rgb(255 255 255 / 0.45);
}
.focus-visible\:outline-white\/5:focus-visible{
  outline-color: rgb(255 255 255 / 0.05);
}
.focus-visible\:outline-white\/50:focus-visible{
  outline-color: rgb(255 255 255 / 0.5);
}
.focus-visible\:outline-white\/55:focus-visible{
  outline-color: rgb(255 255 255 / 0.55);
}
.focus-visible\:outline-white\/60:focus-visible{
  outline-color: rgb(255 255 255 / 0.6);
}
.focus-visible\:outline-white\/65:focus-visible{
  outline-color: rgb(255 255 255 / 0.65);
}
.focus-visible\:outline-white\/70:focus-visible{
  outline-color: rgb(255 255 255 / 0.7);
}
.focus-visible\:outline-white\/75:focus-visible{
  outline-color: rgb(255 255 255 / 0.75);
}
.focus-visible\:outline-white\/80:focus-visible{
  outline-color: rgb(255 255 255 / 0.8);
}
.focus-visible\:outline-white\/85:focus-visible{
  outline-color: rgb(255 255 255 / 0.85);
}
.focus-visible\:outline-white\/90:focus-visible{
  outline-color: rgb(255 255 255 / 0.9);
}
.focus-visible\:outline-white\/95:focus-visible{
  outline-color: rgb(255 255 255 / 0.95);
}
.focus-visible\:outline-yellow:focus-visible{
  outline-color: #FFC658;
}
.focus-visible\:outline-yellow\/0:focus-visible{
  outline-color: rgb(255 198 88 / 0);
}
.focus-visible\:outline-yellow\/10:focus-visible{
  outline-color: rgb(255 198 88 / 0.1);
}
.focus-visible\:outline-yellow\/100:focus-visible{
  outline-color: rgb(255 198 88 / 1);
}
.focus-visible\:outline-yellow\/15:focus-visible{
  outline-color: rgb(255 198 88 / 0.15);
}
.focus-visible\:outline-yellow\/20:focus-visible{
  outline-color: rgb(255 198 88 / 0.2);
}
.focus-visible\:outline-yellow\/25:focus-visible{
  outline-color: rgb(255 198 88 / 0.25);
}
.focus-visible\:outline-yellow\/30:focus-visible{
  outline-color: rgb(255 198 88 / 0.3);
}
.focus-visible\:outline-yellow\/35:focus-visible{
  outline-color: rgb(255 198 88 / 0.35);
}
.focus-visible\:outline-yellow\/40:focus-visible{
  outline-color: rgb(255 198 88 / 0.4);
}
.focus-visible\:outline-yellow\/45:focus-visible{
  outline-color: rgb(255 198 88 / 0.45);
}
.focus-visible\:outline-yellow\/5:focus-visible{
  outline-color: rgb(255 198 88 / 0.05);
}
.focus-visible\:outline-yellow\/50:focus-visible{
  outline-color: rgb(255 198 88 / 0.5);
}
.focus-visible\:outline-yellow\/55:focus-visible{
  outline-color: rgb(255 198 88 / 0.55);
}
.focus-visible\:outline-yellow\/60:focus-visible{
  outline-color: rgb(255 198 88 / 0.6);
}
.focus-visible\:outline-yellow\/65:focus-visible{
  outline-color: rgb(255 198 88 / 0.65);
}
.focus-visible\:outline-yellow\/70:focus-visible{
  outline-color: rgb(255 198 88 / 0.7);
}
.focus-visible\:outline-yellow\/75:focus-visible{
  outline-color: rgb(255 198 88 / 0.75);
}
.focus-visible\:outline-yellow\/80:focus-visible{
  outline-color: rgb(255 198 88 / 0.8);
}
.focus-visible\:outline-yellow\/85:focus-visible{
  outline-color: rgb(255 198 88 / 0.85);
}
.focus-visible\:outline-yellow\/90:focus-visible{
  outline-color: rgb(255 198 88 / 0.9);
}
.focus-visible\:outline-yellow\/95:focus-visible{
  outline-color: rgb(255 198 88 / 0.95);
}
.group:hover .group-hover\:ml-0{
  margin-left: 0px;
}
.group:hover .group-hover\:ml-0\.5{
  margin-left: 0.125rem;
}
.group:hover .group-hover\:ml-0\.75{
  margin-left: 0.1875rem;
}
.group:hover .group-hover\:ml-1{
  margin-left: 0.25rem;
}
.group:hover .group-hover\:ml-1\.5{
  margin-left: 0.375rem;
}
.group:hover .group-hover\:ml-10{
  margin-left: 2.5rem;
}
.group:hover .group-hover\:ml-11{
  margin-left: 2.75rem;
}
.group:hover .group-hover\:ml-12{
  margin-left: 3rem;
}
.group:hover .group-hover\:ml-14{
  margin-left: 3.5rem;
}
.group:hover .group-hover\:ml-16{
  margin-left: 4rem;
}
.group:hover .group-hover\:ml-2{
  margin-left: 0.5rem;
}
.group:hover .group-hover\:ml-2\.5{
  margin-left: 0.625rem;
}
.group:hover .group-hover\:ml-20{
  margin-left: 5rem;
}
.group:hover .group-hover\:ml-22{
  margin-left: 5.5rem;
}
.group:hover .group-hover\:ml-24{
  margin-left: 6rem;
}
.group:hover .group-hover\:ml-25\.75{
  margin-left: 25.75px;
}
.group:hover .group-hover\:ml-28{
  margin-left: 7rem;
}
.group:hover .group-hover\:ml-3{
  margin-left: 0.75rem;
}
.group:hover .group-hover\:ml-3\.5{
  margin-left: 0.875rem;
}
.group:hover .group-hover\:ml-32{
  margin-left: 8rem;
}
.group:hover .group-hover\:ml-36{
  margin-left: 9rem;
}
.group:hover .group-hover\:ml-4{
  margin-left: 1rem;
}
.group:hover .group-hover\:ml-4\.5{
  margin-left: 1.125rem;
}
.group:hover .group-hover\:ml-40{
  margin-left: 10rem;
}
.group:hover .group-hover\:ml-42{
  margin-left: 10.5rem;
}
.group:hover .group-hover\:ml-44{
  margin-left: 11rem;
}
.group:hover .group-hover\:ml-48{
  margin-left: 12rem;
}
.group:hover .group-hover\:ml-5{
  margin-left: 1.25rem;
}
.group:hover .group-hover\:ml-5\.5{
  margin-left: 1.375rem;
}
.group:hover .group-hover\:ml-52{
  margin-left: 13rem;
}
.group:hover .group-hover\:ml-56{
  margin-left: 14rem;
}
.group:hover .group-hover\:ml-6{
  margin-left: 1.5rem;
}
.group:hover .group-hover\:ml-60{
  margin-left: 15rem;
}
.group:hover .group-hover\:ml-64{
  margin-left: 16rem;
}
.group:hover .group-hover\:ml-7{
  margin-left: 1.75rem;
}
.group:hover .group-hover\:ml-72{
  margin-left: 18rem;
}
.group:hover .group-hover\:ml-8{
  margin-left: 2rem;
}
.group:hover .group-hover\:ml-80{
  margin-left: 20rem;
}
.group:hover .group-hover\:ml-9{
  margin-left: 2.25rem;
}
.group:hover .group-hover\:ml-96{
  margin-left: 24rem;
}
.group:hover .group-hover\:ml-auto{
  margin-left: auto;
}
.group:hover .group-hover\:ml-px{
  margin-left: 1px;
}
.group:hover .group-hover\:mt-0{
  margin-top: 0px;
}
.group:hover .group-hover\:mt-0\.5{
  margin-top: 0.125rem;
}
.group:hover .group-hover\:mt-0\.75{
  margin-top: 0.1875rem;
}
.group:hover .group-hover\:mt-1{
  margin-top: 0.25rem;
}
.group:hover .group-hover\:mt-1\.5{
  margin-top: 0.375rem;
}
.group:hover .group-hover\:mt-10{
  margin-top: 2.5rem;
}
.group:hover .group-hover\:mt-11{
  margin-top: 2.75rem;
}
.group:hover .group-hover\:mt-12{
  margin-top: 3rem;
}
.group:hover .group-hover\:mt-14{
  margin-top: 3.5rem;
}
.group:hover .group-hover\:mt-16{
  margin-top: 4rem;
}
.group:hover .group-hover\:mt-2{
  margin-top: 0.5rem;
}
.group:hover .group-hover\:mt-2\.5{
  margin-top: 0.625rem;
}
.group:hover .group-hover\:mt-20{
  margin-top: 5rem;
}
.group:hover .group-hover\:mt-22{
  margin-top: 5.5rem;
}
.group:hover .group-hover\:mt-24{
  margin-top: 6rem;
}
.group:hover .group-hover\:mt-25\.75{
  margin-top: 25.75px;
}
.group:hover .group-hover\:mt-28{
  margin-top: 7rem;
}
.group:hover .group-hover\:mt-3{
  margin-top: 0.75rem;
}
.group:hover .group-hover\:mt-3\.5{
  margin-top: 0.875rem;
}
.group:hover .group-hover\:mt-32{
  margin-top: 8rem;
}
.group:hover .group-hover\:mt-36{
  margin-top: 9rem;
}
.group:hover .group-hover\:mt-4{
  margin-top: 1rem;
}
.group:hover .group-hover\:mt-4\.5{
  margin-top: 1.125rem;
}
.group:hover .group-hover\:mt-40{
  margin-top: 10rem;
}
.group:hover .group-hover\:mt-42{
  margin-top: 10.5rem;
}
.group:hover .group-hover\:mt-44{
  margin-top: 11rem;
}
.group:hover .group-hover\:mt-48{
  margin-top: 12rem;
}
.group:hover .group-hover\:mt-5{
  margin-top: 1.25rem;
}
.group:hover .group-hover\:mt-5\.5{
  margin-top: 1.375rem;
}
.group:hover .group-hover\:mt-52{
  margin-top: 13rem;
}
.group:hover .group-hover\:mt-56{
  margin-top: 14rem;
}
.group:hover .group-hover\:mt-6{
  margin-top: 1.5rem;
}
.group:hover .group-hover\:mt-60{
  margin-top: 15rem;
}
.group:hover .group-hover\:mt-64{
  margin-top: 16rem;
}
.group:hover .group-hover\:mt-7{
  margin-top: 1.75rem;
}
.group:hover .group-hover\:mt-72{
  margin-top: 18rem;
}
.group:hover .group-hover\:mt-8{
  margin-top: 2rem;
}
.group:hover .group-hover\:mt-80{
  margin-top: 20rem;
}
.group:hover .group-hover\:mt-9{
  margin-top: 2.25rem;
}
.group:hover .group-hover\:mt-96{
  margin-top: 24rem;
}
.group:hover .group-hover\:mt-auto{
  margin-top: auto;
}
.group:hover .group-hover\:mt-px{
  margin-top: 1px;
}
.group:hover .group-hover\:block{
  display: block;
}
.group:hover .group-hover\:-translate-x-\[\.125rem\]{
  --tw-translate-x: -.125rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:-translate-x-\[20\%\]{
  --tw-translate-x: -20%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:translate-x-\[\.125rem\]{
  --tw-translate-x: .125rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:translate-x-\[20\%\]{
  --tw-translate-x: 20%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:translate-y-0{
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:rotate-12{
  --tw-rotate: 12deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:scale-0{
  --tw-scale-x: 0;
  --tw-scale-y: 0;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:scale-100{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:scale-105{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:scale-110{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:scale-125{
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:scale-150{
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:scale-50{
  --tw-scale-x: .5;
  --tw-scale-y: .5;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:scale-75{
  --tw-scale-x: .75;
  --tw-scale-y: .75;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:scale-90{
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:scale-95{
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:scale-x-0{
  --tw-scale-x: 0;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:scale-x-100{
  --tw-scale-x: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:scale-x-105{
  --tw-scale-x: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:scale-x-110{
  --tw-scale-x: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:scale-x-125{
  --tw-scale-x: 1.25;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:scale-x-150{
  --tw-scale-x: 1.5;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:scale-x-50{
  --tw-scale-x: .5;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:scale-x-75{
  --tw-scale-x: .75;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:scale-x-90{
  --tw-scale-x: .9;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:scale-x-95{
  --tw-scale-x: .95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:scale-y-0{
  --tw-scale-y: 0;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:scale-y-100{
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:scale-y-105{
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:scale-y-110{
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:scale-y-125{
  --tw-scale-y: 1.25;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:scale-y-150{
  --tw-scale-y: 1.5;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:scale-y-50{
  --tw-scale-y: .5;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:scale-y-75{
  --tw-scale-y: .75;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:scale-y-90{
  --tw-scale-y: .9;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:scale-y-95{
  --tw-scale-y: .95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:rounded-t-sm{
  border-top-left-radius: 0.166rem;
  border-top-right-radius: 0.166rem;
}
.group:hover .group-hover\:bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.group:hover .group-hover\:bg-black\/0{
  background-color: rgb(0 0 0 / 0);
}
.group:hover .group-hover\:bg-black\/10{
  background-color: rgb(0 0 0 / 0.1);
}
.group:hover .group-hover\:bg-black\/100{
  background-color: rgb(0 0 0 / 1);
}
.group:hover .group-hover\:bg-black\/15{
  background-color: rgb(0 0 0 / 0.15);
}
.group:hover .group-hover\:bg-black\/20{
  background-color: rgb(0 0 0 / 0.2);
}
.group:hover .group-hover\:bg-black\/25{
  background-color: rgb(0 0 0 / 0.25);
}
.group:hover .group-hover\:bg-black\/30{
  background-color: rgb(0 0 0 / 0.3);
}
.group:hover .group-hover\:bg-black\/35{
  background-color: rgb(0 0 0 / 0.35);
}
.group:hover .group-hover\:bg-black\/40{
  background-color: rgb(0 0 0 / 0.4);
}
.group:hover .group-hover\:bg-black\/45{
  background-color: rgb(0 0 0 / 0.45);
}
.group:hover .group-hover\:bg-black\/5{
  background-color: rgb(0 0 0 / 0.05);
}
.group:hover .group-hover\:bg-black\/50{
  background-color: rgb(0 0 0 / 0.5);
}
.group:hover .group-hover\:bg-black\/55{
  background-color: rgb(0 0 0 / 0.55);
}
.group:hover .group-hover\:bg-black\/60{
  background-color: rgb(0 0 0 / 0.6);
}
.group:hover .group-hover\:bg-black\/65{
  background-color: rgb(0 0 0 / 0.65);
}
.group:hover .group-hover\:bg-black\/70{
  background-color: rgb(0 0 0 / 0.7);
}
.group:hover .group-hover\:bg-black\/75{
  background-color: rgb(0 0 0 / 0.75);
}
.group:hover .group-hover\:bg-black\/80{
  background-color: rgb(0 0 0 / 0.8);
}
.group:hover .group-hover\:bg-black\/85{
  background-color: rgb(0 0 0 / 0.85);
}
.group:hover .group-hover\:bg-black\/90{
  background-color: rgb(0 0 0 / 0.9);
}
.group:hover .group-hover\:bg-black\/95{
  background-color: rgb(0 0 0 / 0.95);
}
.group:hover .group-hover\:bg-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(0 71 187 / var(--tw-bg-opacity, 1));
}
.group:hover .group-hover\:bg-blue\/0{
  background-color: rgb(0 71 187 / 0);
}
.group:hover .group-hover\:bg-blue\/10{
  background-color: rgb(0 71 187 / 0.1);
}
.group:hover .group-hover\:bg-blue\/100{
  background-color: rgb(0 71 187 / 1);
}
.group:hover .group-hover\:bg-blue\/15{
  background-color: rgb(0 71 187 / 0.15);
}
.group:hover .group-hover\:bg-blue\/20{
  background-color: rgb(0 71 187 / 0.2);
}
.group:hover .group-hover\:bg-blue\/25{
  background-color: rgb(0 71 187 / 0.25);
}
.group:hover .group-hover\:bg-blue\/30{
  background-color: rgb(0 71 187 / 0.3);
}
.group:hover .group-hover\:bg-blue\/35{
  background-color: rgb(0 71 187 / 0.35);
}
.group:hover .group-hover\:bg-blue\/40{
  background-color: rgb(0 71 187 / 0.4);
}
.group:hover .group-hover\:bg-blue\/45{
  background-color: rgb(0 71 187 / 0.45);
}
.group:hover .group-hover\:bg-blue\/5{
  background-color: rgb(0 71 187 / 0.05);
}
.group:hover .group-hover\:bg-blue\/50{
  background-color: rgb(0 71 187 / 0.5);
}
.group:hover .group-hover\:bg-blue\/55{
  background-color: rgb(0 71 187 / 0.55);
}
.group:hover .group-hover\:bg-blue\/60{
  background-color: rgb(0 71 187 / 0.6);
}
.group:hover .group-hover\:bg-blue\/65{
  background-color: rgb(0 71 187 / 0.65);
}
.group:hover .group-hover\:bg-blue\/70{
  background-color: rgb(0 71 187 / 0.7);
}
.group:hover .group-hover\:bg-blue\/75{
  background-color: rgb(0 71 187 / 0.75);
}
.group:hover .group-hover\:bg-blue\/80{
  background-color: rgb(0 71 187 / 0.8);
}
.group:hover .group-hover\:bg-blue\/85{
  background-color: rgb(0 71 187 / 0.85);
}
.group:hover .group-hover\:bg-blue\/90{
  background-color: rgb(0 71 187 / 0.9);
}
.group:hover .group-hover\:bg-blue\/95{
  background-color: rgb(0 71 187 / 0.95);
}
.group:hover .group-hover\:bg-current{
  background-color: currentColor;
}
.group:hover .group-hover\:bg-dark-pink{
  --tw-bg-opacity: 1;
  background-color: rgb(132 11 85 / var(--tw-bg-opacity, 1));
}
.group:hover .group-hover\:bg-dark-pink\/0{
  background-color: rgb(132 11 85 / 0);
}
.group:hover .group-hover\:bg-dark-pink\/10{
  background-color: rgb(132 11 85 / 0.1);
}
.group:hover .group-hover\:bg-dark-pink\/100{
  background-color: rgb(132 11 85 / 1);
}
.group:hover .group-hover\:bg-dark-pink\/15{
  background-color: rgb(132 11 85 / 0.15);
}
.group:hover .group-hover\:bg-dark-pink\/20{
  background-color: rgb(132 11 85 / 0.2);
}
.group:hover .group-hover\:bg-dark-pink\/25{
  background-color: rgb(132 11 85 / 0.25);
}
.group:hover .group-hover\:bg-dark-pink\/30{
  background-color: rgb(132 11 85 / 0.3);
}
.group:hover .group-hover\:bg-dark-pink\/35{
  background-color: rgb(132 11 85 / 0.35);
}
.group:hover .group-hover\:bg-dark-pink\/40{
  background-color: rgb(132 11 85 / 0.4);
}
.group:hover .group-hover\:bg-dark-pink\/45{
  background-color: rgb(132 11 85 / 0.45);
}
.group:hover .group-hover\:bg-dark-pink\/5{
  background-color: rgb(132 11 85 / 0.05);
}
.group:hover .group-hover\:bg-dark-pink\/50{
  background-color: rgb(132 11 85 / 0.5);
}
.group:hover .group-hover\:bg-dark-pink\/55{
  background-color: rgb(132 11 85 / 0.55);
}
.group:hover .group-hover\:bg-dark-pink\/60{
  background-color: rgb(132 11 85 / 0.6);
}
.group:hover .group-hover\:bg-dark-pink\/65{
  background-color: rgb(132 11 85 / 0.65);
}
.group:hover .group-hover\:bg-dark-pink\/70{
  background-color: rgb(132 11 85 / 0.7);
}
.group:hover .group-hover\:bg-dark-pink\/75{
  background-color: rgb(132 11 85 / 0.75);
}
.group:hover .group-hover\:bg-dark-pink\/80{
  background-color: rgb(132 11 85 / 0.8);
}
.group:hover .group-hover\:bg-dark-pink\/85{
  background-color: rgb(132 11 85 / 0.85);
}
.group:hover .group-hover\:bg-dark-pink\/90{
  background-color: rgb(132 11 85 / 0.9);
}
.group:hover .group-hover\:bg-dark-pink\/95{
  background-color: rgb(132 11 85 / 0.95);
}
.group:hover .group-hover\:bg-gray{
  --tw-bg-opacity: 1;
  background-color: rgb(215 217 224 / var(--tw-bg-opacity, 1));
}
.group:hover .group-hover\:bg-gray\/0{
  background-color: rgb(215 217 224 / 0);
}
.group:hover .group-hover\:bg-gray\/10{
  background-color: rgb(215 217 224 / 0.1);
}
.group:hover .group-hover\:bg-gray\/100{
  background-color: rgb(215 217 224 / 1);
}
.group:hover .group-hover\:bg-gray\/15{
  background-color: rgb(215 217 224 / 0.15);
}
.group:hover .group-hover\:bg-gray\/20{
  background-color: rgb(215 217 224 / 0.2);
}
.group:hover .group-hover\:bg-gray\/25{
  background-color: rgb(215 217 224 / 0.25);
}
.group:hover .group-hover\:bg-gray\/30{
  background-color: rgb(215 217 224 / 0.3);
}
.group:hover .group-hover\:bg-gray\/35{
  background-color: rgb(215 217 224 / 0.35);
}
.group:hover .group-hover\:bg-gray\/40{
  background-color: rgb(215 217 224 / 0.4);
}
.group:hover .group-hover\:bg-gray\/45{
  background-color: rgb(215 217 224 / 0.45);
}
.group:hover .group-hover\:bg-gray\/5{
  background-color: rgb(215 217 224 / 0.05);
}
.group:hover .group-hover\:bg-gray\/50{
  background-color: rgb(215 217 224 / 0.5);
}
.group:hover .group-hover\:bg-gray\/55{
  background-color: rgb(215 217 224 / 0.55);
}
.group:hover .group-hover\:bg-gray\/60{
  background-color: rgb(215 217 224 / 0.6);
}
.group:hover .group-hover\:bg-gray\/65{
  background-color: rgb(215 217 224 / 0.65);
}
.group:hover .group-hover\:bg-gray\/70{
  background-color: rgb(215 217 224 / 0.7);
}
.group:hover .group-hover\:bg-gray\/75{
  background-color: rgb(215 217 224 / 0.75);
}
.group:hover .group-hover\:bg-gray\/80{
  background-color: rgb(215 217 224 / 0.8);
}
.group:hover .group-hover\:bg-gray\/85{
  background-color: rgb(215 217 224 / 0.85);
}
.group:hover .group-hover\:bg-gray\/90{
  background-color: rgb(215 217 224 / 0.9);
}
.group:hover .group-hover\:bg-gray\/95{
  background-color: rgb(215 217 224 / 0.95);
}
.group:hover .group-hover\:bg-green{
  --tw-bg-opacity: 1;
  background-color: rgb(21 71 52 / var(--tw-bg-opacity, 1));
}
.group:hover .group-hover\:bg-green\/0{
  background-color: rgb(21 71 52 / 0);
}
.group:hover .group-hover\:bg-green\/10{
  background-color: rgb(21 71 52 / 0.1);
}
.group:hover .group-hover\:bg-green\/100{
  background-color: rgb(21 71 52 / 1);
}
.group:hover .group-hover\:bg-green\/15{
  background-color: rgb(21 71 52 / 0.15);
}
.group:hover .group-hover\:bg-green\/20{
  background-color: rgb(21 71 52 / 0.2);
}
.group:hover .group-hover\:bg-green\/25{
  background-color: rgb(21 71 52 / 0.25);
}
.group:hover .group-hover\:bg-green\/30{
  background-color: rgb(21 71 52 / 0.3);
}
.group:hover .group-hover\:bg-green\/35{
  background-color: rgb(21 71 52 / 0.35);
}
.group:hover .group-hover\:bg-green\/40{
  background-color: rgb(21 71 52 / 0.4);
}
.group:hover .group-hover\:bg-green\/45{
  background-color: rgb(21 71 52 / 0.45);
}
.group:hover .group-hover\:bg-green\/5{
  background-color: rgb(21 71 52 / 0.05);
}
.group:hover .group-hover\:bg-green\/50{
  background-color: rgb(21 71 52 / 0.5);
}
.group:hover .group-hover\:bg-green\/55{
  background-color: rgb(21 71 52 / 0.55);
}
.group:hover .group-hover\:bg-green\/60{
  background-color: rgb(21 71 52 / 0.6);
}
.group:hover .group-hover\:bg-green\/65{
  background-color: rgb(21 71 52 / 0.65);
}
.group:hover .group-hover\:bg-green\/70{
  background-color: rgb(21 71 52 / 0.7);
}
.group:hover .group-hover\:bg-green\/75{
  background-color: rgb(21 71 52 / 0.75);
}
.group:hover .group-hover\:bg-green\/80{
  background-color: rgb(21 71 52 / 0.8);
}
.group:hover .group-hover\:bg-green\/85{
  background-color: rgb(21 71 52 / 0.85);
}
.group:hover .group-hover\:bg-green\/90{
  background-color: rgb(21 71 52 / 0.9);
}
.group:hover .group-hover\:bg-green\/95{
  background-color: rgb(21 71 52 / 0.95);
}
.group:hover .group-hover\:bg-orange{
  --tw-bg-opacity: 1;
  background-color: rgb(255 92 57 / var(--tw-bg-opacity, 1));
}
.group:hover .group-hover\:bg-orange\/0{
  background-color: rgb(255 92 57 / 0);
}
.group:hover .group-hover\:bg-orange\/10{
  background-color: rgb(255 92 57 / 0.1);
}
.group:hover .group-hover\:bg-orange\/100{
  background-color: rgb(255 92 57 / 1);
}
.group:hover .group-hover\:bg-orange\/15{
  background-color: rgb(255 92 57 / 0.15);
}
.group:hover .group-hover\:bg-orange\/20{
  background-color: rgb(255 92 57 / 0.2);
}
.group:hover .group-hover\:bg-orange\/25{
  background-color: rgb(255 92 57 / 0.25);
}
.group:hover .group-hover\:bg-orange\/30{
  background-color: rgb(255 92 57 / 0.3);
}
.group:hover .group-hover\:bg-orange\/35{
  background-color: rgb(255 92 57 / 0.35);
}
.group:hover .group-hover\:bg-orange\/40{
  background-color: rgb(255 92 57 / 0.4);
}
.group:hover .group-hover\:bg-orange\/45{
  background-color: rgb(255 92 57 / 0.45);
}
.group:hover .group-hover\:bg-orange\/5{
  background-color: rgb(255 92 57 / 0.05);
}
.group:hover .group-hover\:bg-orange\/50{
  background-color: rgb(255 92 57 / 0.5);
}
.group:hover .group-hover\:bg-orange\/55{
  background-color: rgb(255 92 57 / 0.55);
}
.group:hover .group-hover\:bg-orange\/60{
  background-color: rgb(255 92 57 / 0.6);
}
.group:hover .group-hover\:bg-orange\/65{
  background-color: rgb(255 92 57 / 0.65);
}
.group:hover .group-hover\:bg-orange\/70{
  background-color: rgb(255 92 57 / 0.7);
}
.group:hover .group-hover\:bg-orange\/75{
  background-color: rgb(255 92 57 / 0.75);
}
.group:hover .group-hover\:bg-orange\/80{
  background-color: rgb(255 92 57 / 0.8);
}
.group:hover .group-hover\:bg-orange\/85{
  background-color: rgb(255 92 57 / 0.85);
}
.group:hover .group-hover\:bg-orange\/90{
  background-color: rgb(255 92 57 / 0.9);
}
.group:hover .group-hover\:bg-orange\/95{
  background-color: rgb(255 92 57 / 0.95);
}
.group:hover .group-hover\:bg-pink{
  --tw-bg-opacity: 1;
  background-color: rgb(249 159 201 / var(--tw-bg-opacity, 1));
}
.group:hover .group-hover\:bg-pink\/0{
  background-color: rgb(249 159 201 / 0);
}
.group:hover .group-hover\:bg-pink\/10{
  background-color: rgb(249 159 201 / 0.1);
}
.group:hover .group-hover\:bg-pink\/100{
  background-color: rgb(249 159 201 / 1);
}
.group:hover .group-hover\:bg-pink\/15{
  background-color: rgb(249 159 201 / 0.15);
}
.group:hover .group-hover\:bg-pink\/20{
  background-color: rgb(249 159 201 / 0.2);
}
.group:hover .group-hover\:bg-pink\/25{
  background-color: rgb(249 159 201 / 0.25);
}
.group:hover .group-hover\:bg-pink\/30{
  background-color: rgb(249 159 201 / 0.3);
}
.group:hover .group-hover\:bg-pink\/35{
  background-color: rgb(249 159 201 / 0.35);
}
.group:hover .group-hover\:bg-pink\/40{
  background-color: rgb(249 159 201 / 0.4);
}
.group:hover .group-hover\:bg-pink\/45{
  background-color: rgb(249 159 201 / 0.45);
}
.group:hover .group-hover\:bg-pink\/5{
  background-color: rgb(249 159 201 / 0.05);
}
.group:hover .group-hover\:bg-pink\/50{
  background-color: rgb(249 159 201 / 0.5);
}
.group:hover .group-hover\:bg-pink\/55{
  background-color: rgb(249 159 201 / 0.55);
}
.group:hover .group-hover\:bg-pink\/60{
  background-color: rgb(249 159 201 / 0.6);
}
.group:hover .group-hover\:bg-pink\/65{
  background-color: rgb(249 159 201 / 0.65);
}
.group:hover .group-hover\:bg-pink\/70{
  background-color: rgb(249 159 201 / 0.7);
}
.group:hover .group-hover\:bg-pink\/75{
  background-color: rgb(249 159 201 / 0.75);
}
.group:hover .group-hover\:bg-pink\/80{
  background-color: rgb(249 159 201 / 0.8);
}
.group:hover .group-hover\:bg-pink\/85{
  background-color: rgb(249 159 201 / 0.85);
}
.group:hover .group-hover\:bg-pink\/90{
  background-color: rgb(249 159 201 / 0.9);
}
.group:hover .group-hover\:bg-pink\/95{
  background-color: rgb(249 159 201 / 0.95);
}
.group:hover .group-hover\:bg-theme{
  --tw-bg-opacity: 1;
  background-color: rgba(var(--color-theme), var(--tw-bg-opacity, 1));
}
.group:hover .group-hover\:bg-theme\/0{
  background-color: rgba(var(--color-theme), 0);
}
.group:hover .group-hover\:bg-theme\/10{
  background-color: rgba(var(--color-theme), 0.1);
}
.group:hover .group-hover\:bg-theme\/100{
  background-color: rgba(var(--color-theme), 1);
}
.group:hover .group-hover\:bg-theme\/15{
  background-color: rgba(var(--color-theme), 0.15);
}
.group:hover .group-hover\:bg-theme\/20{
  background-color: rgba(var(--color-theme), 0.2);
}
.group:hover .group-hover\:bg-theme\/25{
  background-color: rgba(var(--color-theme), 0.25);
}
.group:hover .group-hover\:bg-theme\/30{
  background-color: rgba(var(--color-theme), 0.3);
}
.group:hover .group-hover\:bg-theme\/35{
  background-color: rgba(var(--color-theme), 0.35);
}
.group:hover .group-hover\:bg-theme\/40{
  background-color: rgba(var(--color-theme), 0.4);
}
.group:hover .group-hover\:bg-theme\/45{
  background-color: rgba(var(--color-theme), 0.45);
}
.group:hover .group-hover\:bg-theme\/5{
  background-color: rgba(var(--color-theme), 0.05);
}
.group:hover .group-hover\:bg-theme\/50{
  background-color: rgba(var(--color-theme), 0.5);
}
.group:hover .group-hover\:bg-theme\/55{
  background-color: rgba(var(--color-theme), 0.55);
}
.group:hover .group-hover\:bg-theme\/60{
  background-color: rgba(var(--color-theme), 0.6);
}
.group:hover .group-hover\:bg-theme\/65{
  background-color: rgba(var(--color-theme), 0.65);
}
.group:hover .group-hover\:bg-theme\/70{
  background-color: rgba(var(--color-theme), 0.7);
}
.group:hover .group-hover\:bg-theme\/75{
  background-color: rgba(var(--color-theme), 0.75);
}
.group:hover .group-hover\:bg-theme\/80{
  background-color: rgba(var(--color-theme), 0.8);
}
.group:hover .group-hover\:bg-theme\/85{
  background-color: rgba(var(--color-theme), 0.85);
}
.group:hover .group-hover\:bg-theme\/90{
  background-color: rgba(var(--color-theme), 0.9);
}
.group:hover .group-hover\:bg-theme\/95{
  background-color: rgba(var(--color-theme), 0.95);
}
.group:hover .group-hover\:bg-transparent{
  background-color: transparent;
}
.group:hover .group-hover\:bg-transparent\/0{
  background-color: rgb(0 0 0 / 0);
}
.group:hover .group-hover\:bg-transparent\/10{
  background-color: rgb(0 0 0 / 0.1);
}
.group:hover .group-hover\:bg-transparent\/100{
  background-color: rgb(0 0 0 / 1);
}
.group:hover .group-hover\:bg-transparent\/15{
  background-color: rgb(0 0 0 / 0.15);
}
.group:hover .group-hover\:bg-transparent\/20{
  background-color: rgb(0 0 0 / 0.2);
}
.group:hover .group-hover\:bg-transparent\/25{
  background-color: rgb(0 0 0 / 0.25);
}
.group:hover .group-hover\:bg-transparent\/30{
  background-color: rgb(0 0 0 / 0.3);
}
.group:hover .group-hover\:bg-transparent\/35{
  background-color: rgb(0 0 0 / 0.35);
}
.group:hover .group-hover\:bg-transparent\/40{
  background-color: rgb(0 0 0 / 0.4);
}
.group:hover .group-hover\:bg-transparent\/45{
  background-color: rgb(0 0 0 / 0.45);
}
.group:hover .group-hover\:bg-transparent\/5{
  background-color: rgb(0 0 0 / 0.05);
}
.group:hover .group-hover\:bg-transparent\/50{
  background-color: rgb(0 0 0 / 0.5);
}
.group:hover .group-hover\:bg-transparent\/55{
  background-color: rgb(0 0 0 / 0.55);
}
.group:hover .group-hover\:bg-transparent\/60{
  background-color: rgb(0 0 0 / 0.6);
}
.group:hover .group-hover\:bg-transparent\/65{
  background-color: rgb(0 0 0 / 0.65);
}
.group:hover .group-hover\:bg-transparent\/70{
  background-color: rgb(0 0 0 / 0.7);
}
.group:hover .group-hover\:bg-transparent\/75{
  background-color: rgb(0 0 0 / 0.75);
}
.group:hover .group-hover\:bg-transparent\/80{
  background-color: rgb(0 0 0 / 0.8);
}
.group:hover .group-hover\:bg-transparent\/85{
  background-color: rgb(0 0 0 / 0.85);
}
.group:hover .group-hover\:bg-transparent\/90{
  background-color: rgb(0 0 0 / 0.9);
}
.group:hover .group-hover\:bg-transparent\/95{
  background-color: rgb(0 0 0 / 0.95);
}
.group:hover .group-hover\:bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.group:hover .group-hover\:bg-white\/0{
  background-color: rgb(255 255 255 / 0);
}
.group:hover .group-hover\:bg-white\/10{
  background-color: rgb(255 255 255 / 0.1);
}
.group:hover .group-hover\:bg-white\/100{
  background-color: rgb(255 255 255 / 1);
}
.group:hover .group-hover\:bg-white\/15{
  background-color: rgb(255 255 255 / 0.15);
}
.group:hover .group-hover\:bg-white\/20{
  background-color: rgb(255 255 255 / 0.2);
}
.group:hover .group-hover\:bg-white\/25{
  background-color: rgb(255 255 255 / 0.25);
}
.group:hover .group-hover\:bg-white\/30{
  background-color: rgb(255 255 255 / 0.3);
}
.group:hover .group-hover\:bg-white\/35{
  background-color: rgb(255 255 255 / 0.35);
}
.group:hover .group-hover\:bg-white\/40{
  background-color: rgb(255 255 255 / 0.4);
}
.group:hover .group-hover\:bg-white\/45{
  background-color: rgb(255 255 255 / 0.45);
}
.group:hover .group-hover\:bg-white\/5{
  background-color: rgb(255 255 255 / 0.05);
}
.group:hover .group-hover\:bg-white\/50{
  background-color: rgb(255 255 255 / 0.5);
}
.group:hover .group-hover\:bg-white\/55{
  background-color: rgb(255 255 255 / 0.55);
}
.group:hover .group-hover\:bg-white\/60{
  background-color: rgb(255 255 255 / 0.6);
}
.group:hover .group-hover\:bg-white\/65{
  background-color: rgb(255 255 255 / 0.65);
}
.group:hover .group-hover\:bg-white\/70{
  background-color: rgb(255 255 255 / 0.7);
}
.group:hover .group-hover\:bg-white\/75{
  background-color: rgb(255 255 255 / 0.75);
}
.group:hover .group-hover\:bg-white\/80{
  background-color: rgb(255 255 255 / 0.8);
}
.group:hover .group-hover\:bg-white\/85{
  background-color: rgb(255 255 255 / 0.85);
}
.group:hover .group-hover\:bg-white\/90{
  background-color: rgb(255 255 255 / 0.9);
}
.group:hover .group-hover\:bg-white\/95{
  background-color: rgb(255 255 255 / 0.95);
}
.group:hover .group-hover\:bg-yellow{
  --tw-bg-opacity: 1;
  background-color: rgb(255 198 88 / var(--tw-bg-opacity, 1));
}
.group:hover .group-hover\:bg-yellow\/0{
  background-color: rgb(255 198 88 / 0);
}
.group:hover .group-hover\:bg-yellow\/10{
  background-color: rgb(255 198 88 / 0.1);
}
.group:hover .group-hover\:bg-yellow\/100{
  background-color: rgb(255 198 88 / 1);
}
.group:hover .group-hover\:bg-yellow\/15{
  background-color: rgb(255 198 88 / 0.15);
}
.group:hover .group-hover\:bg-yellow\/20{
  background-color: rgb(255 198 88 / 0.2);
}
.group:hover .group-hover\:bg-yellow\/25{
  background-color: rgb(255 198 88 / 0.25);
}
.group:hover .group-hover\:bg-yellow\/30{
  background-color: rgb(255 198 88 / 0.3);
}
.group:hover .group-hover\:bg-yellow\/35{
  background-color: rgb(255 198 88 / 0.35);
}
.group:hover .group-hover\:bg-yellow\/40{
  background-color: rgb(255 198 88 / 0.4);
}
.group:hover .group-hover\:bg-yellow\/45{
  background-color: rgb(255 198 88 / 0.45);
}
.group:hover .group-hover\:bg-yellow\/5{
  background-color: rgb(255 198 88 / 0.05);
}
.group:hover .group-hover\:bg-yellow\/50{
  background-color: rgb(255 198 88 / 0.5);
}
.group:hover .group-hover\:bg-yellow\/55{
  background-color: rgb(255 198 88 / 0.55);
}
.group:hover .group-hover\:bg-yellow\/60{
  background-color: rgb(255 198 88 / 0.6);
}
.group:hover .group-hover\:bg-yellow\/65{
  background-color: rgb(255 198 88 / 0.65);
}
.group:hover .group-hover\:bg-yellow\/70{
  background-color: rgb(255 198 88 / 0.7);
}
.group:hover .group-hover\:bg-yellow\/75{
  background-color: rgb(255 198 88 / 0.75);
}
.group:hover .group-hover\:bg-yellow\/80{
  background-color: rgb(255 198 88 / 0.8);
}
.group:hover .group-hover\:bg-yellow\/85{
  background-color: rgb(255 198 88 / 0.85);
}
.group:hover .group-hover\:bg-yellow\/90{
  background-color: rgb(255 198 88 / 0.9);
}
.group:hover .group-hover\:bg-yellow\/95{
  background-color: rgb(255 198 88 / 0.95);
}
.group:hover .group-hover\:bg-opacity-0{
  --tw-bg-opacity: 0;
}
.group:hover .group-hover\:bg-opacity-10{
  --tw-bg-opacity: 0.1;
}
.group:hover .group-hover\:bg-opacity-100{
  --tw-bg-opacity: 1;
}
.group:hover .group-hover\:bg-opacity-15{
  --tw-bg-opacity: 0.15;
}
.group:hover .group-hover\:bg-opacity-20{
  --tw-bg-opacity: 0.2;
}
.group:hover .group-hover\:bg-opacity-25{
  --tw-bg-opacity: 0.25;
}
.group:hover .group-hover\:bg-opacity-30{
  --tw-bg-opacity: 0.3;
}
.group:hover .group-hover\:bg-opacity-35{
  --tw-bg-opacity: 0.35;
}
.group:hover .group-hover\:bg-opacity-40{
  --tw-bg-opacity: 0.4;
}
.group:hover .group-hover\:bg-opacity-45{
  --tw-bg-opacity: 0.45;
}
.group:hover .group-hover\:bg-opacity-5{
  --tw-bg-opacity: 0.05;
}
.group:hover .group-hover\:bg-opacity-50{
  --tw-bg-opacity: 0.5;
}
.group:hover .group-hover\:bg-opacity-55{
  --tw-bg-opacity: 0.55;
}
.group:hover .group-hover\:bg-opacity-60{
  --tw-bg-opacity: 0.6;
}
.group:hover .group-hover\:bg-opacity-65{
  --tw-bg-opacity: 0.65;
}
.group:hover .group-hover\:bg-opacity-70{
  --tw-bg-opacity: 0.7;
}
.group:hover .group-hover\:bg-opacity-75{
  --tw-bg-opacity: 0.75;
}
.group:hover .group-hover\:bg-opacity-80{
  --tw-bg-opacity: 0.8;
}
.group:hover .group-hover\:bg-opacity-85{
  --tw-bg-opacity: 0.85;
}
.group:hover .group-hover\:bg-opacity-90{
  --tw-bg-opacity: 0.9;
}
.group:hover .group-hover\:bg-opacity-95{
  --tw-bg-opacity: 0.95;
}
.group:hover .group-hover\:bg-gradient-to-b{
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.group:hover .group-hover\:bg-gradient-to-bl{
  background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
}
.group:hover .group-hover\:bg-gradient-to-br{
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.group:hover .group-hover\:bg-gradient-to-l{
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}
.group:hover .group-hover\:bg-gradient-to-r{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.group:hover .group-hover\:bg-gradient-to-t{
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.group:hover .group-hover\:bg-gradient-to-tl{
  background-image: linear-gradient(to top left, var(--tw-gradient-stops));
}
.group:hover .group-hover\:bg-gradient-to-tr{
  background-image: linear-gradient(to top right, var(--tw-gradient-stops));
}
.group:hover .group-hover\:bg-none{
  background-image: none;
}
.group:hover .group-hover\:bg-auto{
  background-size: auto;
}
.group:hover .group-hover\:bg-contain{
  background-size: contain;
}
.group:hover .group-hover\:bg-cover{
  background-size: cover;
}
.group:hover .group-hover\:bg-fixed{
  background-attachment: fixed;
}
.group:hover .group-hover\:bg-local{
  background-attachment: local;
}
.group:hover .group-hover\:bg-scroll{
  background-attachment: scroll;
}
.group:hover .group-hover\:bg-clip-border{
  background-clip: border-box;
}
.group:hover .group-hover\:bg-clip-padding{
  background-clip: padding-box;
}
.group:hover .group-hover\:bg-clip-content{
  background-clip: content-box;
}
.group:hover .group-hover\:bg-clip-text{
  background-clip: text;
}
.group:hover .group-hover\:bg-bottom{
  background-position: bottom;
}
.group:hover .group-hover\:bg-center{
  background-position: center;
}
.group:hover .group-hover\:bg-left{
  background-position: left;
}
.group:hover .group-hover\:bg-left-bottom{
  background-position: left bottom;
}
.group:hover .group-hover\:bg-left-top{
  background-position: left top;
}
.group:hover .group-hover\:bg-right{
  background-position: right;
}
.group:hover .group-hover\:bg-right-bottom{
  background-position: right bottom;
}
.group:hover .group-hover\:bg-right-top{
  background-position: right top;
}
.group:hover .group-hover\:bg-top{
  background-position: top;
}
.group:hover .group-hover\:bg-repeat{
  background-repeat: repeat;
}
.group:hover .group-hover\:bg-no-repeat{
  background-repeat: no-repeat;
}
.group:hover .group-hover\:bg-repeat-x{
  background-repeat: repeat-x;
}
.group:hover .group-hover\:bg-repeat-y{
  background-repeat: repeat-y;
}
.group:hover .group-hover\:bg-repeat-round{
  background-repeat: round;
}
.group:hover .group-hover\:bg-repeat-space{
  background-repeat: space;
}
.group:hover .group-hover\:bg-origin-border{
  background-origin: border-box;
}
.group:hover .group-hover\:bg-origin-padding{
  background-origin: padding-box;
}
.group:hover .group-hover\:bg-origin-content{
  background-origin: content-box;
}
.group:hover .group-hover\:\!fill-black{
  fill: #000 !important;
}
.group:hover .group-hover\:\!fill-blue{
  fill: #0047BB !important;
}
.group:hover .group-hover\:\!fill-dark-pink{
  fill: #840B55 !important;
}
.group:hover .group-hover\:\!fill-green{
  fill: #154734 !important;
}
.group:hover .group-hover\:\!fill-orange{
  fill: #FF5C39 !important;
}
.group:hover .group-hover\:\!fill-pink{
  fill: #F99FC9 !important;
}
.group:hover .group-hover\:\!fill-white{
  fill: #FFF !important;
}
.group:hover .group-hover\:\!fill-yellow{
  fill: #FFC658 !important;
}
.group:hover .group-hover\:fill-black{
  fill: #000;
}
.group:hover .group-hover\:fill-black\/0{
  fill: rgb(0 0 0 / 0);
}
.group:hover .group-hover\:fill-black\/10{
  fill: rgb(0 0 0 / 0.1);
}
.group:hover .group-hover\:fill-black\/100{
  fill: rgb(0 0 0 / 1);
}
.group:hover .group-hover\:fill-black\/15{
  fill: rgb(0 0 0 / 0.15);
}
.group:hover .group-hover\:fill-black\/20{
  fill: rgb(0 0 0 / 0.2);
}
.group:hover .group-hover\:fill-black\/25{
  fill: rgb(0 0 0 / 0.25);
}
.group:hover .group-hover\:fill-black\/30{
  fill: rgb(0 0 0 / 0.3);
}
.group:hover .group-hover\:fill-black\/35{
  fill: rgb(0 0 0 / 0.35);
}
.group:hover .group-hover\:fill-black\/40{
  fill: rgb(0 0 0 / 0.4);
}
.group:hover .group-hover\:fill-black\/45{
  fill: rgb(0 0 0 / 0.45);
}
.group:hover .group-hover\:fill-black\/5{
  fill: rgb(0 0 0 / 0.05);
}
.group:hover .group-hover\:fill-black\/50{
  fill: rgb(0 0 0 / 0.5);
}
.group:hover .group-hover\:fill-black\/55{
  fill: rgb(0 0 0 / 0.55);
}
.group:hover .group-hover\:fill-black\/60{
  fill: rgb(0 0 0 / 0.6);
}
.group:hover .group-hover\:fill-black\/65{
  fill: rgb(0 0 0 / 0.65);
}
.group:hover .group-hover\:fill-black\/70{
  fill: rgb(0 0 0 / 0.7);
}
.group:hover .group-hover\:fill-black\/75{
  fill: rgb(0 0 0 / 0.75);
}
.group:hover .group-hover\:fill-black\/80{
  fill: rgb(0 0 0 / 0.8);
}
.group:hover .group-hover\:fill-black\/85{
  fill: rgb(0 0 0 / 0.85);
}
.group:hover .group-hover\:fill-black\/90{
  fill: rgb(0 0 0 / 0.9);
}
.group:hover .group-hover\:fill-black\/95{
  fill: rgb(0 0 0 / 0.95);
}
.group:hover .group-hover\:fill-blue{
  fill: #0047BB;
}
.group:hover .group-hover\:fill-blue\/0{
  fill: rgb(0 71 187 / 0);
}
.group:hover .group-hover\:fill-blue\/10{
  fill: rgb(0 71 187 / 0.1);
}
.group:hover .group-hover\:fill-blue\/100{
  fill: rgb(0 71 187 / 1);
}
.group:hover .group-hover\:fill-blue\/15{
  fill: rgb(0 71 187 / 0.15);
}
.group:hover .group-hover\:fill-blue\/20{
  fill: rgb(0 71 187 / 0.2);
}
.group:hover .group-hover\:fill-blue\/25{
  fill: rgb(0 71 187 / 0.25);
}
.group:hover .group-hover\:fill-blue\/30{
  fill: rgb(0 71 187 / 0.3);
}
.group:hover .group-hover\:fill-blue\/35{
  fill: rgb(0 71 187 / 0.35);
}
.group:hover .group-hover\:fill-blue\/40{
  fill: rgb(0 71 187 / 0.4);
}
.group:hover .group-hover\:fill-blue\/45{
  fill: rgb(0 71 187 / 0.45);
}
.group:hover .group-hover\:fill-blue\/5{
  fill: rgb(0 71 187 / 0.05);
}
.group:hover .group-hover\:fill-blue\/50{
  fill: rgb(0 71 187 / 0.5);
}
.group:hover .group-hover\:fill-blue\/55{
  fill: rgb(0 71 187 / 0.55);
}
.group:hover .group-hover\:fill-blue\/60{
  fill: rgb(0 71 187 / 0.6);
}
.group:hover .group-hover\:fill-blue\/65{
  fill: rgb(0 71 187 / 0.65);
}
.group:hover .group-hover\:fill-blue\/70{
  fill: rgb(0 71 187 / 0.7);
}
.group:hover .group-hover\:fill-blue\/75{
  fill: rgb(0 71 187 / 0.75);
}
.group:hover .group-hover\:fill-blue\/80{
  fill: rgb(0 71 187 / 0.8);
}
.group:hover .group-hover\:fill-blue\/85{
  fill: rgb(0 71 187 / 0.85);
}
.group:hover .group-hover\:fill-blue\/90{
  fill: rgb(0 71 187 / 0.9);
}
.group:hover .group-hover\:fill-blue\/95{
  fill: rgb(0 71 187 / 0.95);
}
.group:hover .group-hover\:fill-current{
  fill: currentColor;
}
.group:hover .group-hover\:fill-dark-pink{
  fill: #840B55;
}
.group:hover .group-hover\:fill-dark-pink\/0{
  fill: rgb(132 11 85 / 0);
}
.group:hover .group-hover\:fill-dark-pink\/10{
  fill: rgb(132 11 85 / 0.1);
}
.group:hover .group-hover\:fill-dark-pink\/100{
  fill: rgb(132 11 85 / 1);
}
.group:hover .group-hover\:fill-dark-pink\/15{
  fill: rgb(132 11 85 / 0.15);
}
.group:hover .group-hover\:fill-dark-pink\/20{
  fill: rgb(132 11 85 / 0.2);
}
.group:hover .group-hover\:fill-dark-pink\/25{
  fill: rgb(132 11 85 / 0.25);
}
.group:hover .group-hover\:fill-dark-pink\/30{
  fill: rgb(132 11 85 / 0.3);
}
.group:hover .group-hover\:fill-dark-pink\/35{
  fill: rgb(132 11 85 / 0.35);
}
.group:hover .group-hover\:fill-dark-pink\/40{
  fill: rgb(132 11 85 / 0.4);
}
.group:hover .group-hover\:fill-dark-pink\/45{
  fill: rgb(132 11 85 / 0.45);
}
.group:hover .group-hover\:fill-dark-pink\/5{
  fill: rgb(132 11 85 / 0.05);
}
.group:hover .group-hover\:fill-dark-pink\/50{
  fill: rgb(132 11 85 / 0.5);
}
.group:hover .group-hover\:fill-dark-pink\/55{
  fill: rgb(132 11 85 / 0.55);
}
.group:hover .group-hover\:fill-dark-pink\/60{
  fill: rgb(132 11 85 / 0.6);
}
.group:hover .group-hover\:fill-dark-pink\/65{
  fill: rgb(132 11 85 / 0.65);
}
.group:hover .group-hover\:fill-dark-pink\/70{
  fill: rgb(132 11 85 / 0.7);
}
.group:hover .group-hover\:fill-dark-pink\/75{
  fill: rgb(132 11 85 / 0.75);
}
.group:hover .group-hover\:fill-dark-pink\/80{
  fill: rgb(132 11 85 / 0.8);
}
.group:hover .group-hover\:fill-dark-pink\/85{
  fill: rgb(132 11 85 / 0.85);
}
.group:hover .group-hover\:fill-dark-pink\/90{
  fill: rgb(132 11 85 / 0.9);
}
.group:hover .group-hover\:fill-dark-pink\/95{
  fill: rgb(132 11 85 / 0.95);
}
.group:hover .group-hover\:fill-gray{
  fill: #D7D9E0;
}
.group:hover .group-hover\:fill-gray\/0{
  fill: rgb(215 217 224 / 0);
}
.group:hover .group-hover\:fill-gray\/10{
  fill: rgb(215 217 224 / 0.1);
}
.group:hover .group-hover\:fill-gray\/100{
  fill: rgb(215 217 224 / 1);
}
.group:hover .group-hover\:fill-gray\/15{
  fill: rgb(215 217 224 / 0.15);
}
.group:hover .group-hover\:fill-gray\/20{
  fill: rgb(215 217 224 / 0.2);
}
.group:hover .group-hover\:fill-gray\/25{
  fill: rgb(215 217 224 / 0.25);
}
.group:hover .group-hover\:fill-gray\/30{
  fill: rgb(215 217 224 / 0.3);
}
.group:hover .group-hover\:fill-gray\/35{
  fill: rgb(215 217 224 / 0.35);
}
.group:hover .group-hover\:fill-gray\/40{
  fill: rgb(215 217 224 / 0.4);
}
.group:hover .group-hover\:fill-gray\/45{
  fill: rgb(215 217 224 / 0.45);
}
.group:hover .group-hover\:fill-gray\/5{
  fill: rgb(215 217 224 / 0.05);
}
.group:hover .group-hover\:fill-gray\/50{
  fill: rgb(215 217 224 / 0.5);
}
.group:hover .group-hover\:fill-gray\/55{
  fill: rgb(215 217 224 / 0.55);
}
.group:hover .group-hover\:fill-gray\/60{
  fill: rgb(215 217 224 / 0.6);
}
.group:hover .group-hover\:fill-gray\/65{
  fill: rgb(215 217 224 / 0.65);
}
.group:hover .group-hover\:fill-gray\/70{
  fill: rgb(215 217 224 / 0.7);
}
.group:hover .group-hover\:fill-gray\/75{
  fill: rgb(215 217 224 / 0.75);
}
.group:hover .group-hover\:fill-gray\/80{
  fill: rgb(215 217 224 / 0.8);
}
.group:hover .group-hover\:fill-gray\/85{
  fill: rgb(215 217 224 / 0.85);
}
.group:hover .group-hover\:fill-gray\/90{
  fill: rgb(215 217 224 / 0.9);
}
.group:hover .group-hover\:fill-gray\/95{
  fill: rgb(215 217 224 / 0.95);
}
.group:hover .group-hover\:fill-green{
  fill: #154734;
}
.group:hover .group-hover\:fill-green\/0{
  fill: rgb(21 71 52 / 0);
}
.group:hover .group-hover\:fill-green\/10{
  fill: rgb(21 71 52 / 0.1);
}
.group:hover .group-hover\:fill-green\/100{
  fill: rgb(21 71 52 / 1);
}
.group:hover .group-hover\:fill-green\/15{
  fill: rgb(21 71 52 / 0.15);
}
.group:hover .group-hover\:fill-green\/20{
  fill: rgb(21 71 52 / 0.2);
}
.group:hover .group-hover\:fill-green\/25{
  fill: rgb(21 71 52 / 0.25);
}
.group:hover .group-hover\:fill-green\/30{
  fill: rgb(21 71 52 / 0.3);
}
.group:hover .group-hover\:fill-green\/35{
  fill: rgb(21 71 52 / 0.35);
}
.group:hover .group-hover\:fill-green\/40{
  fill: rgb(21 71 52 / 0.4);
}
.group:hover .group-hover\:fill-green\/45{
  fill: rgb(21 71 52 / 0.45);
}
.group:hover .group-hover\:fill-green\/5{
  fill: rgb(21 71 52 / 0.05);
}
.group:hover .group-hover\:fill-green\/50{
  fill: rgb(21 71 52 / 0.5);
}
.group:hover .group-hover\:fill-green\/55{
  fill: rgb(21 71 52 / 0.55);
}
.group:hover .group-hover\:fill-green\/60{
  fill: rgb(21 71 52 / 0.6);
}
.group:hover .group-hover\:fill-green\/65{
  fill: rgb(21 71 52 / 0.65);
}
.group:hover .group-hover\:fill-green\/70{
  fill: rgb(21 71 52 / 0.7);
}
.group:hover .group-hover\:fill-green\/75{
  fill: rgb(21 71 52 / 0.75);
}
.group:hover .group-hover\:fill-green\/80{
  fill: rgb(21 71 52 / 0.8);
}
.group:hover .group-hover\:fill-green\/85{
  fill: rgb(21 71 52 / 0.85);
}
.group:hover .group-hover\:fill-green\/90{
  fill: rgb(21 71 52 / 0.9);
}
.group:hover .group-hover\:fill-green\/95{
  fill: rgb(21 71 52 / 0.95);
}
.group:hover .group-hover\:fill-none{
  fill: none;
}
.group:hover .group-hover\:fill-orange{
  fill: #FF5C39;
}
.group:hover .group-hover\:fill-orange\/0{
  fill: rgb(255 92 57 / 0);
}
.group:hover .group-hover\:fill-orange\/10{
  fill: rgb(255 92 57 / 0.1);
}
.group:hover .group-hover\:fill-orange\/100{
  fill: rgb(255 92 57 / 1);
}
.group:hover .group-hover\:fill-orange\/15{
  fill: rgb(255 92 57 / 0.15);
}
.group:hover .group-hover\:fill-orange\/20{
  fill: rgb(255 92 57 / 0.2);
}
.group:hover .group-hover\:fill-orange\/25{
  fill: rgb(255 92 57 / 0.25);
}
.group:hover .group-hover\:fill-orange\/30{
  fill: rgb(255 92 57 / 0.3);
}
.group:hover .group-hover\:fill-orange\/35{
  fill: rgb(255 92 57 / 0.35);
}
.group:hover .group-hover\:fill-orange\/40{
  fill: rgb(255 92 57 / 0.4);
}
.group:hover .group-hover\:fill-orange\/45{
  fill: rgb(255 92 57 / 0.45);
}
.group:hover .group-hover\:fill-orange\/5{
  fill: rgb(255 92 57 / 0.05);
}
.group:hover .group-hover\:fill-orange\/50{
  fill: rgb(255 92 57 / 0.5);
}
.group:hover .group-hover\:fill-orange\/55{
  fill: rgb(255 92 57 / 0.55);
}
.group:hover .group-hover\:fill-orange\/60{
  fill: rgb(255 92 57 / 0.6);
}
.group:hover .group-hover\:fill-orange\/65{
  fill: rgb(255 92 57 / 0.65);
}
.group:hover .group-hover\:fill-orange\/70{
  fill: rgb(255 92 57 / 0.7);
}
.group:hover .group-hover\:fill-orange\/75{
  fill: rgb(255 92 57 / 0.75);
}
.group:hover .group-hover\:fill-orange\/80{
  fill: rgb(255 92 57 / 0.8);
}
.group:hover .group-hover\:fill-orange\/85{
  fill: rgb(255 92 57 / 0.85);
}
.group:hover .group-hover\:fill-orange\/90{
  fill: rgb(255 92 57 / 0.9);
}
.group:hover .group-hover\:fill-orange\/95{
  fill: rgb(255 92 57 / 0.95);
}
.group:hover .group-hover\:fill-pink{
  fill: #F99FC9;
}
.group:hover .group-hover\:fill-pink\/0{
  fill: rgb(249 159 201 / 0);
}
.group:hover .group-hover\:fill-pink\/10{
  fill: rgb(249 159 201 / 0.1);
}
.group:hover .group-hover\:fill-pink\/100{
  fill: rgb(249 159 201 / 1);
}
.group:hover .group-hover\:fill-pink\/15{
  fill: rgb(249 159 201 / 0.15);
}
.group:hover .group-hover\:fill-pink\/20{
  fill: rgb(249 159 201 / 0.2);
}
.group:hover .group-hover\:fill-pink\/25{
  fill: rgb(249 159 201 / 0.25);
}
.group:hover .group-hover\:fill-pink\/30{
  fill: rgb(249 159 201 / 0.3);
}
.group:hover .group-hover\:fill-pink\/35{
  fill: rgb(249 159 201 / 0.35);
}
.group:hover .group-hover\:fill-pink\/40{
  fill: rgb(249 159 201 / 0.4);
}
.group:hover .group-hover\:fill-pink\/45{
  fill: rgb(249 159 201 / 0.45);
}
.group:hover .group-hover\:fill-pink\/5{
  fill: rgb(249 159 201 / 0.05);
}
.group:hover .group-hover\:fill-pink\/50{
  fill: rgb(249 159 201 / 0.5);
}
.group:hover .group-hover\:fill-pink\/55{
  fill: rgb(249 159 201 / 0.55);
}
.group:hover .group-hover\:fill-pink\/60{
  fill: rgb(249 159 201 / 0.6);
}
.group:hover .group-hover\:fill-pink\/65{
  fill: rgb(249 159 201 / 0.65);
}
.group:hover .group-hover\:fill-pink\/70{
  fill: rgb(249 159 201 / 0.7);
}
.group:hover .group-hover\:fill-pink\/75{
  fill: rgb(249 159 201 / 0.75);
}
.group:hover .group-hover\:fill-pink\/80{
  fill: rgb(249 159 201 / 0.8);
}
.group:hover .group-hover\:fill-pink\/85{
  fill: rgb(249 159 201 / 0.85);
}
.group:hover .group-hover\:fill-pink\/90{
  fill: rgb(249 159 201 / 0.9);
}
.group:hover .group-hover\:fill-pink\/95{
  fill: rgb(249 159 201 / 0.95);
}
.group:hover .group-hover\:fill-theme{
  fill: rgb(var(--color-theme));
}
.group:hover .group-hover\:fill-theme\/0{
  fill: rgba(var(--color-theme), 0);
}
.group:hover .group-hover\:fill-theme\/10{
  fill: rgba(var(--color-theme), 0.1);
}
.group:hover .group-hover\:fill-theme\/100{
  fill: rgba(var(--color-theme), 1);
}
.group:hover .group-hover\:fill-theme\/15{
  fill: rgba(var(--color-theme), 0.15);
}
.group:hover .group-hover\:fill-theme\/20{
  fill: rgba(var(--color-theme), 0.2);
}
.group:hover .group-hover\:fill-theme\/25{
  fill: rgba(var(--color-theme), 0.25);
}
.group:hover .group-hover\:fill-theme\/30{
  fill: rgba(var(--color-theme), 0.3);
}
.group:hover .group-hover\:fill-theme\/35{
  fill: rgba(var(--color-theme), 0.35);
}
.group:hover .group-hover\:fill-theme\/40{
  fill: rgba(var(--color-theme), 0.4);
}
.group:hover .group-hover\:fill-theme\/45{
  fill: rgba(var(--color-theme), 0.45);
}
.group:hover .group-hover\:fill-theme\/5{
  fill: rgba(var(--color-theme), 0.05);
}
.group:hover .group-hover\:fill-theme\/50{
  fill: rgba(var(--color-theme), 0.5);
}
.group:hover .group-hover\:fill-theme\/55{
  fill: rgba(var(--color-theme), 0.55);
}
.group:hover .group-hover\:fill-theme\/60{
  fill: rgba(var(--color-theme), 0.6);
}
.group:hover .group-hover\:fill-theme\/65{
  fill: rgba(var(--color-theme), 0.65);
}
.group:hover .group-hover\:fill-theme\/70{
  fill: rgba(var(--color-theme), 0.7);
}
.group:hover .group-hover\:fill-theme\/75{
  fill: rgba(var(--color-theme), 0.75);
}
.group:hover .group-hover\:fill-theme\/80{
  fill: rgba(var(--color-theme), 0.8);
}
.group:hover .group-hover\:fill-theme\/85{
  fill: rgba(var(--color-theme), 0.85);
}
.group:hover .group-hover\:fill-theme\/90{
  fill: rgba(var(--color-theme), 0.9);
}
.group:hover .group-hover\:fill-theme\/95{
  fill: rgba(var(--color-theme), 0.95);
}
.group:hover .group-hover\:fill-transparent{
  fill: transparent;
}
.group:hover .group-hover\:fill-transparent\/0{
  fill: rgb(0 0 0 / 0);
}
.group:hover .group-hover\:fill-transparent\/10{
  fill: rgb(0 0 0 / 0.1);
}
.group:hover .group-hover\:fill-transparent\/100{
  fill: rgb(0 0 0 / 1);
}
.group:hover .group-hover\:fill-transparent\/15{
  fill: rgb(0 0 0 / 0.15);
}
.group:hover .group-hover\:fill-transparent\/20{
  fill: rgb(0 0 0 / 0.2);
}
.group:hover .group-hover\:fill-transparent\/25{
  fill: rgb(0 0 0 / 0.25);
}
.group:hover .group-hover\:fill-transparent\/30{
  fill: rgb(0 0 0 / 0.3);
}
.group:hover .group-hover\:fill-transparent\/35{
  fill: rgb(0 0 0 / 0.35);
}
.group:hover .group-hover\:fill-transparent\/40{
  fill: rgb(0 0 0 / 0.4);
}
.group:hover .group-hover\:fill-transparent\/45{
  fill: rgb(0 0 0 / 0.45);
}
.group:hover .group-hover\:fill-transparent\/5{
  fill: rgb(0 0 0 / 0.05);
}
.group:hover .group-hover\:fill-transparent\/50{
  fill: rgb(0 0 0 / 0.5);
}
.group:hover .group-hover\:fill-transparent\/55{
  fill: rgb(0 0 0 / 0.55);
}
.group:hover .group-hover\:fill-transparent\/60{
  fill: rgb(0 0 0 / 0.6);
}
.group:hover .group-hover\:fill-transparent\/65{
  fill: rgb(0 0 0 / 0.65);
}
.group:hover .group-hover\:fill-transparent\/70{
  fill: rgb(0 0 0 / 0.7);
}
.group:hover .group-hover\:fill-transparent\/75{
  fill: rgb(0 0 0 / 0.75);
}
.group:hover .group-hover\:fill-transparent\/80{
  fill: rgb(0 0 0 / 0.8);
}
.group:hover .group-hover\:fill-transparent\/85{
  fill: rgb(0 0 0 / 0.85);
}
.group:hover .group-hover\:fill-transparent\/90{
  fill: rgb(0 0 0 / 0.9);
}
.group:hover .group-hover\:fill-transparent\/95{
  fill: rgb(0 0 0 / 0.95);
}
.group:hover .group-hover\:fill-white{
  fill: #FFF;
}
.group:hover .group-hover\:fill-white\/0{
  fill: rgb(255 255 255 / 0);
}
.group:hover .group-hover\:fill-white\/10{
  fill: rgb(255 255 255 / 0.1);
}
.group:hover .group-hover\:fill-white\/100{
  fill: rgb(255 255 255 / 1);
}
.group:hover .group-hover\:fill-white\/15{
  fill: rgb(255 255 255 / 0.15);
}
.group:hover .group-hover\:fill-white\/20{
  fill: rgb(255 255 255 / 0.2);
}
.group:hover .group-hover\:fill-white\/25{
  fill: rgb(255 255 255 / 0.25);
}
.group:hover .group-hover\:fill-white\/30{
  fill: rgb(255 255 255 / 0.3);
}
.group:hover .group-hover\:fill-white\/35{
  fill: rgb(255 255 255 / 0.35);
}
.group:hover .group-hover\:fill-white\/40{
  fill: rgb(255 255 255 / 0.4);
}
.group:hover .group-hover\:fill-white\/45{
  fill: rgb(255 255 255 / 0.45);
}
.group:hover .group-hover\:fill-white\/5{
  fill: rgb(255 255 255 / 0.05);
}
.group:hover .group-hover\:fill-white\/50{
  fill: rgb(255 255 255 / 0.5);
}
.group:hover .group-hover\:fill-white\/55{
  fill: rgb(255 255 255 / 0.55);
}
.group:hover .group-hover\:fill-white\/60{
  fill: rgb(255 255 255 / 0.6);
}
.group:hover .group-hover\:fill-white\/65{
  fill: rgb(255 255 255 / 0.65);
}
.group:hover .group-hover\:fill-white\/70{
  fill: rgb(255 255 255 / 0.7);
}
.group:hover .group-hover\:fill-white\/75{
  fill: rgb(255 255 255 / 0.75);
}
.group:hover .group-hover\:fill-white\/80{
  fill: rgb(255 255 255 / 0.8);
}
.group:hover .group-hover\:fill-white\/85{
  fill: rgb(255 255 255 / 0.85);
}
.group:hover .group-hover\:fill-white\/90{
  fill: rgb(255 255 255 / 0.9);
}
.group:hover .group-hover\:fill-white\/95{
  fill: rgb(255 255 255 / 0.95);
}
.group:hover .group-hover\:fill-yellow{
  fill: #FFC658;
}
.group:hover .group-hover\:fill-yellow\/0{
  fill: rgb(255 198 88 / 0);
}
.group:hover .group-hover\:fill-yellow\/10{
  fill: rgb(255 198 88 / 0.1);
}
.group:hover .group-hover\:fill-yellow\/100{
  fill: rgb(255 198 88 / 1);
}
.group:hover .group-hover\:fill-yellow\/15{
  fill: rgb(255 198 88 / 0.15);
}
.group:hover .group-hover\:fill-yellow\/20{
  fill: rgb(255 198 88 / 0.2);
}
.group:hover .group-hover\:fill-yellow\/25{
  fill: rgb(255 198 88 / 0.25);
}
.group:hover .group-hover\:fill-yellow\/30{
  fill: rgb(255 198 88 / 0.3);
}
.group:hover .group-hover\:fill-yellow\/35{
  fill: rgb(255 198 88 / 0.35);
}
.group:hover .group-hover\:fill-yellow\/40{
  fill: rgb(255 198 88 / 0.4);
}
.group:hover .group-hover\:fill-yellow\/45{
  fill: rgb(255 198 88 / 0.45);
}
.group:hover .group-hover\:fill-yellow\/5{
  fill: rgb(255 198 88 / 0.05);
}
.group:hover .group-hover\:fill-yellow\/50{
  fill: rgb(255 198 88 / 0.5);
}
.group:hover .group-hover\:fill-yellow\/55{
  fill: rgb(255 198 88 / 0.55);
}
.group:hover .group-hover\:fill-yellow\/60{
  fill: rgb(255 198 88 / 0.6);
}
.group:hover .group-hover\:fill-yellow\/65{
  fill: rgb(255 198 88 / 0.65);
}
.group:hover .group-hover\:fill-yellow\/70{
  fill: rgb(255 198 88 / 0.7);
}
.group:hover .group-hover\:fill-yellow\/75{
  fill: rgb(255 198 88 / 0.75);
}
.group:hover .group-hover\:fill-yellow\/80{
  fill: rgb(255 198 88 / 0.8);
}
.group:hover .group-hover\:fill-yellow\/85{
  fill: rgb(255 198 88 / 0.85);
}
.group:hover .group-hover\:fill-yellow\/90{
  fill: rgb(255 198 88 / 0.9);
}
.group:hover .group-hover\:fill-yellow\/95{
  fill: rgb(255 198 88 / 0.95);
}
.group:hover .group-hover\:font-bold{
  font-weight: 700;
}
.group:hover .group-hover\:text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:opacity-100{
  opacity: 1;
}
.group:hover .group-hover\:bg-blend-normal{
  background-blend-mode: normal;
}
.group:hover .group-hover\:bg-blend-multiply{
  background-blend-mode: multiply;
}
.group:hover .group-hover\:bg-blend-screen{
  background-blend-mode: screen;
}
.group:hover .group-hover\:bg-blend-overlay{
  background-blend-mode: overlay;
}
.group:hover .group-hover\:bg-blend-darken{
  background-blend-mode: darken;
}
.group:hover .group-hover\:bg-blend-lighten{
  background-blend-mode: lighten;
}
.group:hover .group-hover\:bg-blend-color-dodge{
  background-blend-mode: color-dodge;
}
.group:hover .group-hover\:bg-blend-color-burn{
  background-blend-mode: color-burn;
}
.group:hover .group-hover\:bg-blend-hard-light{
  background-blend-mode: hard-light;
}
.group:hover .group-hover\:bg-blend-soft-light{
  background-blend-mode: soft-light;
}
.group:hover .group-hover\:bg-blend-difference{
  background-blend-mode: difference;
}
.group:hover .group-hover\:bg-blend-exclusion{
  background-blend-mode: exclusion;
}
.group:hover .group-hover\:bg-blend-hue{
  background-blend-mode: hue;
}
.group:hover .group-hover\:bg-blend-saturation{
  background-blend-mode: saturation;
}
.group:hover .group-hover\:bg-blend-color{
  background-blend-mode: color;
}
.group:hover .group-hover\:bg-blend-luminosity{
  background-blend-mode: luminosity;
}
.group:hover .group-hover\:saturate-0{
  --tw-saturate: saturate(0);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.group:hover .group-hover\:saturate-100{
  --tw-saturate: saturate(1);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.group:hover .group-hover\:saturate-150{
  --tw-saturate: saturate(1.5);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.group:hover .group-hover\:saturate-200{
  --tw-saturate: saturate(2);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.group:hover .group-hover\:saturate-50{
  --tw-saturate: saturate(.5);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.group:focus .group-focus\:block{
  display: block;
}
.group:focus .group-focus\:-translate-x-\[20\%\]{
  --tw-translate-x: -20%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:focus .group-focus\:translate-x-\[20\%\]{
  --tw-translate-x: 20%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:focus .group-focus\:rotate-12{
  --tw-rotate: 12deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:focus .group-focus\:rounded-t-sm{
  border-top-left-radius: 0.166rem;
  border-top-right-radius: 0.166rem;
}
.group:focus .group-focus\:bg-transparent{
  background-color: transparent;
}
.group:focus .group-focus\:bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.group:focus .group-focus\:\!fill-black{
  fill: #000 !important;
}
.group:focus .group-focus\:\!fill-blue{
  fill: #0047BB !important;
}
.group:focus .group-focus\:\!fill-dark-pink{
  fill: #840B55 !important;
}
.group:focus .group-focus\:\!fill-green{
  fill: #154734 !important;
}
.group:focus .group-focus\:\!fill-orange{
  fill: #FF5C39 !important;
}
.group:focus .group-focus\:\!fill-pink{
  fill: #F99FC9 !important;
}
.group:focus .group-focus\:\!fill-white{
  fill: #FFF !important;
}
.group:focus .group-focus\:\!fill-yellow{
  fill: #FFC658 !important;
}
.group:focus .group-focus\:fill-black{
  fill: #000;
}
.group:focus .group-focus\:fill-black\/0{
  fill: rgb(0 0 0 / 0);
}
.group:focus .group-focus\:fill-black\/10{
  fill: rgb(0 0 0 / 0.1);
}
.group:focus .group-focus\:fill-black\/100{
  fill: rgb(0 0 0 / 1);
}
.group:focus .group-focus\:fill-black\/15{
  fill: rgb(0 0 0 / 0.15);
}
.group:focus .group-focus\:fill-black\/20{
  fill: rgb(0 0 0 / 0.2);
}
.group:focus .group-focus\:fill-black\/25{
  fill: rgb(0 0 0 / 0.25);
}
.group:focus .group-focus\:fill-black\/30{
  fill: rgb(0 0 0 / 0.3);
}
.group:focus .group-focus\:fill-black\/35{
  fill: rgb(0 0 0 / 0.35);
}
.group:focus .group-focus\:fill-black\/40{
  fill: rgb(0 0 0 / 0.4);
}
.group:focus .group-focus\:fill-black\/45{
  fill: rgb(0 0 0 / 0.45);
}
.group:focus .group-focus\:fill-black\/5{
  fill: rgb(0 0 0 / 0.05);
}
.group:focus .group-focus\:fill-black\/50{
  fill: rgb(0 0 0 / 0.5);
}
.group:focus .group-focus\:fill-black\/55{
  fill: rgb(0 0 0 / 0.55);
}
.group:focus .group-focus\:fill-black\/60{
  fill: rgb(0 0 0 / 0.6);
}
.group:focus .group-focus\:fill-black\/65{
  fill: rgb(0 0 0 / 0.65);
}
.group:focus .group-focus\:fill-black\/70{
  fill: rgb(0 0 0 / 0.7);
}
.group:focus .group-focus\:fill-black\/75{
  fill: rgb(0 0 0 / 0.75);
}
.group:focus .group-focus\:fill-black\/80{
  fill: rgb(0 0 0 / 0.8);
}
.group:focus .group-focus\:fill-black\/85{
  fill: rgb(0 0 0 / 0.85);
}
.group:focus .group-focus\:fill-black\/90{
  fill: rgb(0 0 0 / 0.9);
}
.group:focus .group-focus\:fill-black\/95{
  fill: rgb(0 0 0 / 0.95);
}
.group:focus .group-focus\:fill-blue{
  fill: #0047BB;
}
.group:focus .group-focus\:fill-blue\/0{
  fill: rgb(0 71 187 / 0);
}
.group:focus .group-focus\:fill-blue\/10{
  fill: rgb(0 71 187 / 0.1);
}
.group:focus .group-focus\:fill-blue\/100{
  fill: rgb(0 71 187 / 1);
}
.group:focus .group-focus\:fill-blue\/15{
  fill: rgb(0 71 187 / 0.15);
}
.group:focus .group-focus\:fill-blue\/20{
  fill: rgb(0 71 187 / 0.2);
}
.group:focus .group-focus\:fill-blue\/25{
  fill: rgb(0 71 187 / 0.25);
}
.group:focus .group-focus\:fill-blue\/30{
  fill: rgb(0 71 187 / 0.3);
}
.group:focus .group-focus\:fill-blue\/35{
  fill: rgb(0 71 187 / 0.35);
}
.group:focus .group-focus\:fill-blue\/40{
  fill: rgb(0 71 187 / 0.4);
}
.group:focus .group-focus\:fill-blue\/45{
  fill: rgb(0 71 187 / 0.45);
}
.group:focus .group-focus\:fill-blue\/5{
  fill: rgb(0 71 187 / 0.05);
}
.group:focus .group-focus\:fill-blue\/50{
  fill: rgb(0 71 187 / 0.5);
}
.group:focus .group-focus\:fill-blue\/55{
  fill: rgb(0 71 187 / 0.55);
}
.group:focus .group-focus\:fill-blue\/60{
  fill: rgb(0 71 187 / 0.6);
}
.group:focus .group-focus\:fill-blue\/65{
  fill: rgb(0 71 187 / 0.65);
}
.group:focus .group-focus\:fill-blue\/70{
  fill: rgb(0 71 187 / 0.7);
}
.group:focus .group-focus\:fill-blue\/75{
  fill: rgb(0 71 187 / 0.75);
}
.group:focus .group-focus\:fill-blue\/80{
  fill: rgb(0 71 187 / 0.8);
}
.group:focus .group-focus\:fill-blue\/85{
  fill: rgb(0 71 187 / 0.85);
}
.group:focus .group-focus\:fill-blue\/90{
  fill: rgb(0 71 187 / 0.9);
}
.group:focus .group-focus\:fill-blue\/95{
  fill: rgb(0 71 187 / 0.95);
}
.group:focus .group-focus\:fill-current{
  fill: currentColor;
}
.group:focus .group-focus\:fill-dark-pink{
  fill: #840B55;
}
.group:focus .group-focus\:fill-dark-pink\/0{
  fill: rgb(132 11 85 / 0);
}
.group:focus .group-focus\:fill-dark-pink\/10{
  fill: rgb(132 11 85 / 0.1);
}
.group:focus .group-focus\:fill-dark-pink\/100{
  fill: rgb(132 11 85 / 1);
}
.group:focus .group-focus\:fill-dark-pink\/15{
  fill: rgb(132 11 85 / 0.15);
}
.group:focus .group-focus\:fill-dark-pink\/20{
  fill: rgb(132 11 85 / 0.2);
}
.group:focus .group-focus\:fill-dark-pink\/25{
  fill: rgb(132 11 85 / 0.25);
}
.group:focus .group-focus\:fill-dark-pink\/30{
  fill: rgb(132 11 85 / 0.3);
}
.group:focus .group-focus\:fill-dark-pink\/35{
  fill: rgb(132 11 85 / 0.35);
}
.group:focus .group-focus\:fill-dark-pink\/40{
  fill: rgb(132 11 85 / 0.4);
}
.group:focus .group-focus\:fill-dark-pink\/45{
  fill: rgb(132 11 85 / 0.45);
}
.group:focus .group-focus\:fill-dark-pink\/5{
  fill: rgb(132 11 85 / 0.05);
}
.group:focus .group-focus\:fill-dark-pink\/50{
  fill: rgb(132 11 85 / 0.5);
}
.group:focus .group-focus\:fill-dark-pink\/55{
  fill: rgb(132 11 85 / 0.55);
}
.group:focus .group-focus\:fill-dark-pink\/60{
  fill: rgb(132 11 85 / 0.6);
}
.group:focus .group-focus\:fill-dark-pink\/65{
  fill: rgb(132 11 85 / 0.65);
}
.group:focus .group-focus\:fill-dark-pink\/70{
  fill: rgb(132 11 85 / 0.7);
}
.group:focus .group-focus\:fill-dark-pink\/75{
  fill: rgb(132 11 85 / 0.75);
}
.group:focus .group-focus\:fill-dark-pink\/80{
  fill: rgb(132 11 85 / 0.8);
}
.group:focus .group-focus\:fill-dark-pink\/85{
  fill: rgb(132 11 85 / 0.85);
}
.group:focus .group-focus\:fill-dark-pink\/90{
  fill: rgb(132 11 85 / 0.9);
}
.group:focus .group-focus\:fill-dark-pink\/95{
  fill: rgb(132 11 85 / 0.95);
}
.group:focus .group-focus\:fill-gray{
  fill: #D7D9E0;
}
.group:focus .group-focus\:fill-gray\/0{
  fill: rgb(215 217 224 / 0);
}
.group:focus .group-focus\:fill-gray\/10{
  fill: rgb(215 217 224 / 0.1);
}
.group:focus .group-focus\:fill-gray\/100{
  fill: rgb(215 217 224 / 1);
}
.group:focus .group-focus\:fill-gray\/15{
  fill: rgb(215 217 224 / 0.15);
}
.group:focus .group-focus\:fill-gray\/20{
  fill: rgb(215 217 224 / 0.2);
}
.group:focus .group-focus\:fill-gray\/25{
  fill: rgb(215 217 224 / 0.25);
}
.group:focus .group-focus\:fill-gray\/30{
  fill: rgb(215 217 224 / 0.3);
}
.group:focus .group-focus\:fill-gray\/35{
  fill: rgb(215 217 224 / 0.35);
}
.group:focus .group-focus\:fill-gray\/40{
  fill: rgb(215 217 224 / 0.4);
}
.group:focus .group-focus\:fill-gray\/45{
  fill: rgb(215 217 224 / 0.45);
}
.group:focus .group-focus\:fill-gray\/5{
  fill: rgb(215 217 224 / 0.05);
}
.group:focus .group-focus\:fill-gray\/50{
  fill: rgb(215 217 224 / 0.5);
}
.group:focus .group-focus\:fill-gray\/55{
  fill: rgb(215 217 224 / 0.55);
}
.group:focus .group-focus\:fill-gray\/60{
  fill: rgb(215 217 224 / 0.6);
}
.group:focus .group-focus\:fill-gray\/65{
  fill: rgb(215 217 224 / 0.65);
}
.group:focus .group-focus\:fill-gray\/70{
  fill: rgb(215 217 224 / 0.7);
}
.group:focus .group-focus\:fill-gray\/75{
  fill: rgb(215 217 224 / 0.75);
}
.group:focus .group-focus\:fill-gray\/80{
  fill: rgb(215 217 224 / 0.8);
}
.group:focus .group-focus\:fill-gray\/85{
  fill: rgb(215 217 224 / 0.85);
}
.group:focus .group-focus\:fill-gray\/90{
  fill: rgb(215 217 224 / 0.9);
}
.group:focus .group-focus\:fill-gray\/95{
  fill: rgb(215 217 224 / 0.95);
}
.group:focus .group-focus\:fill-green{
  fill: #154734;
}
.group:focus .group-focus\:fill-green\/0{
  fill: rgb(21 71 52 / 0);
}
.group:focus .group-focus\:fill-green\/10{
  fill: rgb(21 71 52 / 0.1);
}
.group:focus .group-focus\:fill-green\/100{
  fill: rgb(21 71 52 / 1);
}
.group:focus .group-focus\:fill-green\/15{
  fill: rgb(21 71 52 / 0.15);
}
.group:focus .group-focus\:fill-green\/20{
  fill: rgb(21 71 52 / 0.2);
}
.group:focus .group-focus\:fill-green\/25{
  fill: rgb(21 71 52 / 0.25);
}
.group:focus .group-focus\:fill-green\/30{
  fill: rgb(21 71 52 / 0.3);
}
.group:focus .group-focus\:fill-green\/35{
  fill: rgb(21 71 52 / 0.35);
}
.group:focus .group-focus\:fill-green\/40{
  fill: rgb(21 71 52 / 0.4);
}
.group:focus .group-focus\:fill-green\/45{
  fill: rgb(21 71 52 / 0.45);
}
.group:focus .group-focus\:fill-green\/5{
  fill: rgb(21 71 52 / 0.05);
}
.group:focus .group-focus\:fill-green\/50{
  fill: rgb(21 71 52 / 0.5);
}
.group:focus .group-focus\:fill-green\/55{
  fill: rgb(21 71 52 / 0.55);
}
.group:focus .group-focus\:fill-green\/60{
  fill: rgb(21 71 52 / 0.6);
}
.group:focus .group-focus\:fill-green\/65{
  fill: rgb(21 71 52 / 0.65);
}
.group:focus .group-focus\:fill-green\/70{
  fill: rgb(21 71 52 / 0.7);
}
.group:focus .group-focus\:fill-green\/75{
  fill: rgb(21 71 52 / 0.75);
}
.group:focus .group-focus\:fill-green\/80{
  fill: rgb(21 71 52 / 0.8);
}
.group:focus .group-focus\:fill-green\/85{
  fill: rgb(21 71 52 / 0.85);
}
.group:focus .group-focus\:fill-green\/90{
  fill: rgb(21 71 52 / 0.9);
}
.group:focus .group-focus\:fill-green\/95{
  fill: rgb(21 71 52 / 0.95);
}
.group:focus .group-focus\:fill-none{
  fill: none;
}
.group:focus .group-focus\:fill-orange{
  fill: #FF5C39;
}
.group:focus .group-focus\:fill-orange\/0{
  fill: rgb(255 92 57 / 0);
}
.group:focus .group-focus\:fill-orange\/10{
  fill: rgb(255 92 57 / 0.1);
}
.group:focus .group-focus\:fill-orange\/100{
  fill: rgb(255 92 57 / 1);
}
.group:focus .group-focus\:fill-orange\/15{
  fill: rgb(255 92 57 / 0.15);
}
.group:focus .group-focus\:fill-orange\/20{
  fill: rgb(255 92 57 / 0.2);
}
.group:focus .group-focus\:fill-orange\/25{
  fill: rgb(255 92 57 / 0.25);
}
.group:focus .group-focus\:fill-orange\/30{
  fill: rgb(255 92 57 / 0.3);
}
.group:focus .group-focus\:fill-orange\/35{
  fill: rgb(255 92 57 / 0.35);
}
.group:focus .group-focus\:fill-orange\/40{
  fill: rgb(255 92 57 / 0.4);
}
.group:focus .group-focus\:fill-orange\/45{
  fill: rgb(255 92 57 / 0.45);
}
.group:focus .group-focus\:fill-orange\/5{
  fill: rgb(255 92 57 / 0.05);
}
.group:focus .group-focus\:fill-orange\/50{
  fill: rgb(255 92 57 / 0.5);
}
.group:focus .group-focus\:fill-orange\/55{
  fill: rgb(255 92 57 / 0.55);
}
.group:focus .group-focus\:fill-orange\/60{
  fill: rgb(255 92 57 / 0.6);
}
.group:focus .group-focus\:fill-orange\/65{
  fill: rgb(255 92 57 / 0.65);
}
.group:focus .group-focus\:fill-orange\/70{
  fill: rgb(255 92 57 / 0.7);
}
.group:focus .group-focus\:fill-orange\/75{
  fill: rgb(255 92 57 / 0.75);
}
.group:focus .group-focus\:fill-orange\/80{
  fill: rgb(255 92 57 / 0.8);
}
.group:focus .group-focus\:fill-orange\/85{
  fill: rgb(255 92 57 / 0.85);
}
.group:focus .group-focus\:fill-orange\/90{
  fill: rgb(255 92 57 / 0.9);
}
.group:focus .group-focus\:fill-orange\/95{
  fill: rgb(255 92 57 / 0.95);
}
.group:focus .group-focus\:fill-pink{
  fill: #F99FC9;
}
.group:focus .group-focus\:fill-pink\/0{
  fill: rgb(249 159 201 / 0);
}
.group:focus .group-focus\:fill-pink\/10{
  fill: rgb(249 159 201 / 0.1);
}
.group:focus .group-focus\:fill-pink\/100{
  fill: rgb(249 159 201 / 1);
}
.group:focus .group-focus\:fill-pink\/15{
  fill: rgb(249 159 201 / 0.15);
}
.group:focus .group-focus\:fill-pink\/20{
  fill: rgb(249 159 201 / 0.2);
}
.group:focus .group-focus\:fill-pink\/25{
  fill: rgb(249 159 201 / 0.25);
}
.group:focus .group-focus\:fill-pink\/30{
  fill: rgb(249 159 201 / 0.3);
}
.group:focus .group-focus\:fill-pink\/35{
  fill: rgb(249 159 201 / 0.35);
}
.group:focus .group-focus\:fill-pink\/40{
  fill: rgb(249 159 201 / 0.4);
}
.group:focus .group-focus\:fill-pink\/45{
  fill: rgb(249 159 201 / 0.45);
}
.group:focus .group-focus\:fill-pink\/5{
  fill: rgb(249 159 201 / 0.05);
}
.group:focus .group-focus\:fill-pink\/50{
  fill: rgb(249 159 201 / 0.5);
}
.group:focus .group-focus\:fill-pink\/55{
  fill: rgb(249 159 201 / 0.55);
}
.group:focus .group-focus\:fill-pink\/60{
  fill: rgb(249 159 201 / 0.6);
}
.group:focus .group-focus\:fill-pink\/65{
  fill: rgb(249 159 201 / 0.65);
}
.group:focus .group-focus\:fill-pink\/70{
  fill: rgb(249 159 201 / 0.7);
}
.group:focus .group-focus\:fill-pink\/75{
  fill: rgb(249 159 201 / 0.75);
}
.group:focus .group-focus\:fill-pink\/80{
  fill: rgb(249 159 201 / 0.8);
}
.group:focus .group-focus\:fill-pink\/85{
  fill: rgb(249 159 201 / 0.85);
}
.group:focus .group-focus\:fill-pink\/90{
  fill: rgb(249 159 201 / 0.9);
}
.group:focus .group-focus\:fill-pink\/95{
  fill: rgb(249 159 201 / 0.95);
}
.group:focus .group-focus\:fill-theme{
  fill: rgb(var(--color-theme));
}
.group:focus .group-focus\:fill-theme\/0{
  fill: rgba(var(--color-theme), 0);
}
.group:focus .group-focus\:fill-theme\/10{
  fill: rgba(var(--color-theme), 0.1);
}
.group:focus .group-focus\:fill-theme\/100{
  fill: rgba(var(--color-theme), 1);
}
.group:focus .group-focus\:fill-theme\/15{
  fill: rgba(var(--color-theme), 0.15);
}
.group:focus .group-focus\:fill-theme\/20{
  fill: rgba(var(--color-theme), 0.2);
}
.group:focus .group-focus\:fill-theme\/25{
  fill: rgba(var(--color-theme), 0.25);
}
.group:focus .group-focus\:fill-theme\/30{
  fill: rgba(var(--color-theme), 0.3);
}
.group:focus .group-focus\:fill-theme\/35{
  fill: rgba(var(--color-theme), 0.35);
}
.group:focus .group-focus\:fill-theme\/40{
  fill: rgba(var(--color-theme), 0.4);
}
.group:focus .group-focus\:fill-theme\/45{
  fill: rgba(var(--color-theme), 0.45);
}
.group:focus .group-focus\:fill-theme\/5{
  fill: rgba(var(--color-theme), 0.05);
}
.group:focus .group-focus\:fill-theme\/50{
  fill: rgba(var(--color-theme), 0.5);
}
.group:focus .group-focus\:fill-theme\/55{
  fill: rgba(var(--color-theme), 0.55);
}
.group:focus .group-focus\:fill-theme\/60{
  fill: rgba(var(--color-theme), 0.6);
}
.group:focus .group-focus\:fill-theme\/65{
  fill: rgba(var(--color-theme), 0.65);
}
.group:focus .group-focus\:fill-theme\/70{
  fill: rgba(var(--color-theme), 0.7);
}
.group:focus .group-focus\:fill-theme\/75{
  fill: rgba(var(--color-theme), 0.75);
}
.group:focus .group-focus\:fill-theme\/80{
  fill: rgba(var(--color-theme), 0.8);
}
.group:focus .group-focus\:fill-theme\/85{
  fill: rgba(var(--color-theme), 0.85);
}
.group:focus .group-focus\:fill-theme\/90{
  fill: rgba(var(--color-theme), 0.9);
}
.group:focus .group-focus\:fill-theme\/95{
  fill: rgba(var(--color-theme), 0.95);
}
.group:focus .group-focus\:fill-transparent{
  fill: transparent;
}
.group:focus .group-focus\:fill-transparent\/0{
  fill: rgb(0 0 0 / 0);
}
.group:focus .group-focus\:fill-transparent\/10{
  fill: rgb(0 0 0 / 0.1);
}
.group:focus .group-focus\:fill-transparent\/100{
  fill: rgb(0 0 0 / 1);
}
.group:focus .group-focus\:fill-transparent\/15{
  fill: rgb(0 0 0 / 0.15);
}
.group:focus .group-focus\:fill-transparent\/20{
  fill: rgb(0 0 0 / 0.2);
}
.group:focus .group-focus\:fill-transparent\/25{
  fill: rgb(0 0 0 / 0.25);
}
.group:focus .group-focus\:fill-transparent\/30{
  fill: rgb(0 0 0 / 0.3);
}
.group:focus .group-focus\:fill-transparent\/35{
  fill: rgb(0 0 0 / 0.35);
}
.group:focus .group-focus\:fill-transparent\/40{
  fill: rgb(0 0 0 / 0.4);
}
.group:focus .group-focus\:fill-transparent\/45{
  fill: rgb(0 0 0 / 0.45);
}
.group:focus .group-focus\:fill-transparent\/5{
  fill: rgb(0 0 0 / 0.05);
}
.group:focus .group-focus\:fill-transparent\/50{
  fill: rgb(0 0 0 / 0.5);
}
.group:focus .group-focus\:fill-transparent\/55{
  fill: rgb(0 0 0 / 0.55);
}
.group:focus .group-focus\:fill-transparent\/60{
  fill: rgb(0 0 0 / 0.6);
}
.group:focus .group-focus\:fill-transparent\/65{
  fill: rgb(0 0 0 / 0.65);
}
.group:focus .group-focus\:fill-transparent\/70{
  fill: rgb(0 0 0 / 0.7);
}
.group:focus .group-focus\:fill-transparent\/75{
  fill: rgb(0 0 0 / 0.75);
}
.group:focus .group-focus\:fill-transparent\/80{
  fill: rgb(0 0 0 / 0.8);
}
.group:focus .group-focus\:fill-transparent\/85{
  fill: rgb(0 0 0 / 0.85);
}
.group:focus .group-focus\:fill-transparent\/90{
  fill: rgb(0 0 0 / 0.9);
}
.group:focus .group-focus\:fill-transparent\/95{
  fill: rgb(0 0 0 / 0.95);
}
.group:focus .group-focus\:fill-white{
  fill: #FFF;
}
.group:focus .group-focus\:fill-white\/0{
  fill: rgb(255 255 255 / 0);
}
.group:focus .group-focus\:fill-white\/10{
  fill: rgb(255 255 255 / 0.1);
}
.group:focus .group-focus\:fill-white\/100{
  fill: rgb(255 255 255 / 1);
}
.group:focus .group-focus\:fill-white\/15{
  fill: rgb(255 255 255 / 0.15);
}
.group:focus .group-focus\:fill-white\/20{
  fill: rgb(255 255 255 / 0.2);
}
.group:focus .group-focus\:fill-white\/25{
  fill: rgb(255 255 255 / 0.25);
}
.group:focus .group-focus\:fill-white\/30{
  fill: rgb(255 255 255 / 0.3);
}
.group:focus .group-focus\:fill-white\/35{
  fill: rgb(255 255 255 / 0.35);
}
.group:focus .group-focus\:fill-white\/40{
  fill: rgb(255 255 255 / 0.4);
}
.group:focus .group-focus\:fill-white\/45{
  fill: rgb(255 255 255 / 0.45);
}
.group:focus .group-focus\:fill-white\/5{
  fill: rgb(255 255 255 / 0.05);
}
.group:focus .group-focus\:fill-white\/50{
  fill: rgb(255 255 255 / 0.5);
}
.group:focus .group-focus\:fill-white\/55{
  fill: rgb(255 255 255 / 0.55);
}
.group:focus .group-focus\:fill-white\/60{
  fill: rgb(255 255 255 / 0.6);
}
.group:focus .group-focus\:fill-white\/65{
  fill: rgb(255 255 255 / 0.65);
}
.group:focus .group-focus\:fill-white\/70{
  fill: rgb(255 255 255 / 0.7);
}
.group:focus .group-focus\:fill-white\/75{
  fill: rgb(255 255 255 / 0.75);
}
.group:focus .group-focus\:fill-white\/80{
  fill: rgb(255 255 255 / 0.8);
}
.group:focus .group-focus\:fill-white\/85{
  fill: rgb(255 255 255 / 0.85);
}
.group:focus .group-focus\:fill-white\/90{
  fill: rgb(255 255 255 / 0.9);
}
.group:focus .group-focus\:fill-white\/95{
  fill: rgb(255 255 255 / 0.95);
}
.group:focus .group-focus\:fill-yellow{
  fill: #FFC658;
}
.group:focus .group-focus\:fill-yellow\/0{
  fill: rgb(255 198 88 / 0);
}
.group:focus .group-focus\:fill-yellow\/10{
  fill: rgb(255 198 88 / 0.1);
}
.group:focus .group-focus\:fill-yellow\/100{
  fill: rgb(255 198 88 / 1);
}
.group:focus .group-focus\:fill-yellow\/15{
  fill: rgb(255 198 88 / 0.15);
}
.group:focus .group-focus\:fill-yellow\/20{
  fill: rgb(255 198 88 / 0.2);
}
.group:focus .group-focus\:fill-yellow\/25{
  fill: rgb(255 198 88 / 0.25);
}
.group:focus .group-focus\:fill-yellow\/30{
  fill: rgb(255 198 88 / 0.3);
}
.group:focus .group-focus\:fill-yellow\/35{
  fill: rgb(255 198 88 / 0.35);
}
.group:focus .group-focus\:fill-yellow\/40{
  fill: rgb(255 198 88 / 0.4);
}
.group:focus .group-focus\:fill-yellow\/45{
  fill: rgb(255 198 88 / 0.45);
}
.group:focus .group-focus\:fill-yellow\/5{
  fill: rgb(255 198 88 / 0.05);
}
.group:focus .group-focus\:fill-yellow\/50{
  fill: rgb(255 198 88 / 0.5);
}
.group:focus .group-focus\:fill-yellow\/55{
  fill: rgb(255 198 88 / 0.55);
}
.group:focus .group-focus\:fill-yellow\/60{
  fill: rgb(255 198 88 / 0.6);
}
.group:focus .group-focus\:fill-yellow\/65{
  fill: rgb(255 198 88 / 0.65);
}
.group:focus .group-focus\:fill-yellow\/70{
  fill: rgb(255 198 88 / 0.7);
}
.group:focus .group-focus\:fill-yellow\/75{
  fill: rgb(255 198 88 / 0.75);
}
.group:focus .group-focus\:fill-yellow\/80{
  fill: rgb(255 198 88 / 0.8);
}
.group:focus .group-focus\:fill-yellow\/85{
  fill: rgb(255 198 88 / 0.85);
}
.group:focus .group-focus\:fill-yellow\/90{
  fill: rgb(255 198 88 / 0.9);
}
.group:focus .group-focus\:fill-yellow\/95{
  fill: rgb(255 198 88 / 0.95);
}
.group:focus .group-focus\:font-bold{
  font-weight: 700;
}
.group:focus .group-focus\:text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.group:focus .group-focus\:text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.group:active .group-active\:-translate-x-\[\.125rem\]{
  --tw-translate-x: -.125rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:active .group-active\:translate-x-\[\.125rem\]{
  --tw-translate-x: .125rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@media (min-width: 640px){
  .sm\:visible{
    visibility: visible;
  }
  .sm\:col-span-2{
    grid-column: span 2 / span 2;
  }
  .sm\:col-span-4{
    grid-column: span 4 / span 4;
  }
  .sm\:col-span-6{
    grid-column: span 6 / span 6;
  }
  .sm\:col-span-8{
    grid-column: span 8 / span 8;
  }
  .sm\:col-start-3{
    grid-column-start: 3;
  }
  .sm\:col-start-4{
    grid-column-start: 4;
  }
  .sm\:col-start-5{
    grid-column-start: 5;
  }
  .sm\:mb-0{
    margin-bottom: 0px;
  }
  .sm\:block{
    display: block;
  }
  .sm\:inline{
    display: inline;
  }
  .sm\:hidden{
    display: none;
  }
  .sm\:min-h-\[78vw\]{
    min-height: 78vw;
  }
  .sm\:max-w-\[75\%\]{
    max-width: 75%;
  }
  .sm\:max-w-\[75vw\]{
    max-width: 75vw;
  }
  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .sm\:text-3xl{
    font-size: 1.777rem;
  }
  .sm\:text-5xl{
    font-size: 2.666rem;
  }
}
@media (min-width: 768px){
  .md\:fixed{
    position: fixed;
  }
  .md\:absolute{
    position: absolute;
  }
  .md\:-top-42{
    top: -10.5rem;
  }
  .md\:left-10{
    left: 2.5rem;
  }
  .md\:right-10{
    right: 2.5rem;
  }
  .md\:top-10{
    top: 2.5rem;
  }
  .md\:order-last{
    order: 9999;
  }
  .md\:order-none{
    order: 0;
  }
  .md\:col-auto{
    grid-column: auto;
  }
  .md\:col-span-10{
    grid-column: span 10 / span 10;
  }
  .md\:col-span-2{
    grid-column: span 2 / span 2;
  }
  .md\:col-span-3{
    grid-column: span 3 / span 3;
  }
  .md\:col-span-4{
    grid-column: span 4 / span 4;
  }
  .md\:col-span-5{
    grid-column: span 5 / span 5;
  }
  .md\:col-span-full{
    grid-column: 1 / -1;
  }
  .md\:col-start-10{
    grid-column-start: 10;
  }
  .md\:col-start-2{
    grid-column-start: 2;
  }
  .md\:col-start-3{
    grid-column-start: 3;
  }
  .md\:col-start-7{
    grid-column-start: 7;
  }
  .md\:col-end-10{
    grid-column-end: 10;
  }
  .md\:col-end-7{
    grid-column-end: 7;
  }
  .md\:col-end-8{
    grid-column-end: 8;
  }
  .md\:ml-auto{
    margin-left: auto;
  }
  .md\:mt-0{
    margin-top: 0px;
  }
  .md\:mt-10{
    margin-top: 2.5rem;
  }
  .md\:grid{
    display: grid;
  }
  .md\:hidden{
    display: none;
  }
  .md\:h-22{
    height: 5.5rem;
  }
  .md\:h-9{
    height: 2.25rem;
  }
  .md\:min-h-\[34\.5rem\]{
    min-height: 34.5rem;
  }
  .md\:w-18{
    width: 4.5rem;
  }
  .md\:w-30{
    width: 7.5rem;
  }
  .md\:w-36{
    width: 9rem;
  }
  .md\:w-9{
    width: 2.25rem;
  }
  .md\:w-9\/12{
    width: 75%;
  }
  .md\:w-auto{
    width: auto;
  }
  .md\:max-w-\[50\%\]{
    max-width: 50%;
  }
  .md\:max-w-none{
    max-width: none;
  }
  .md\:scroll-mt-\[calc\(5\.5rem\+1\.5rem\)\]{
    scroll-margin-top: calc(5.5rem + 1.5rem);
  }
  .md\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .md\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .md\:grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }
  .md\:flex-row{
    flex-direction: row;
  }
  .md\:items-center{
    align-items: center;
  }
  .md\:gap-10{
    gap: 2.5rem;
  }
  .md\:gap-5{
    gap: 1.25rem;
  }
  .md\:gap-x-5{
    column-gap: 1.25rem;
  }
  .md\:p-10{
    padding: 2.5rem;
  }
  .md\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .md\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .md\:pb-0{
    padding-bottom: 0px;
  }
  .md\:pb-10{
    padding-bottom: 2.5rem;
  }
  .md\:pb-20{
    padding-bottom: 5rem;
  }
  .md\:pb-5\.5{
    padding-bottom: 1.375rem;
  }
  .md\:pr-0{
    padding-right: 0px;
  }
  .md\:pt-0{
    padding-top: 0px;
  }
  .md\:pt-10{
    padding-top: 2.5rem;
  }
  .md\:pt-20{
    padding-top: 5rem;
  }
  .md\:text-left{
    text-align: left;
  }
  .md\:text-right{
    text-align: right;
  }
  .md\:text-4xl{
    font-size: 2rem;
  }
  .md\:text-base{
    font-size: 1rem;
  }
}
@media (min-width: 1024px){
  .lg\:col-span-1{
    grid-column: span 1 / span 1;
  }
  .lg\:col-span-3{
    grid-column: span 3 / span 3;
  }
  .lg\:col-span-4{
    grid-column: span 4 / span 4;
  }
  .lg\:col-span-8{
    grid-column: span 8 / span 8;
  }
  .lg\:col-start-2{
    grid-column-start: 2;
  }
  .lg\:col-start-3{
    grid-column-start: 3;
  }
  .lg\:-my-36{
    margin-top: -9rem;
    margin-bottom: -9rem;
  }
  .lg\:mt-16{
    margin-top: 4rem;
  }
  .lg\:block{
    display: block;
  }
  .lg\:hidden{
    display: none;
  }
  .lg\:w-8\/12{
    width: 66.666667%;
  }
  .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .lg\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .lg\:grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }
  .lg\:items-end{
    align-items: flex-end;
  }
  .lg\:gap-10{
    gap: 2.5rem;
  }
  .lg\:p-10{
    padding: 2.5rem;
  }
  .lg\:text-6xl{
    font-size: 3.333rem;
  }
}
@media (min-width: 1280px){
  .xl\:col-span-1{
    grid-column: span 1 / span 1;
  }
  .xl\:col-span-2{
    grid-column: span 2 / span 2;
  }
  .xl\:col-span-4{
    grid-column: span 4 / span 4;
  }
  .xl\:col-span-6{
    grid-column: span 6 / span 6;
  }
  .xl\:col-start-4{
    grid-column-start: 4;
  }
  .xl\:col-start-8{
    grid-column-start: 8;
  }
  .xl\:col-start-9{
    grid-column-start: 9;
  }
  .xl\:w-7\/12{
    width: 58.333333%;
  }
  .xl\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1536px){
  .\32xl\:col-span-2{
    grid-column: span 2 / span 2;
  }
  .\32xl\:col-span-4{
    grid-column: span 4 / span 4;
  }
  .\32xl\:col-span-6{
    grid-column: span 6 / span 6;
  }
  .\32xl\:col-span-8{
    grid-column: span 8 / span 8;
  }
  .\32xl\:col-start-3{
    grid-column-start: 3;
  }
  .\32xl\:col-start-4{
    grid-column-start: 4;
  }
  .\32xl\:col-start-5{
    grid-column-start: 5;
  }
  .\32xl\:col-start-6{
    grid-column-start: 6;
  }
}
@media (orientation: portrait){
  .portrait\:-my-\[12\.5vw\]{
    margin-top: -12.5vw;
    margin-bottom: -12.5vw;
  }
  .portrait\:-mb-\[25\%\]{
    margin-bottom: -25%;
  }
  .portrait\:min-h-\[100vw\]{
    min-height: 100vw;
  }
  .portrait\:min-h-\[51vh\]{
    min-height: 51vh;
  }
  .portrait\:flex-col{
    flex-direction: column;
  }
  .portrait\:gap-2\.5{
    gap: 0.625rem;
  }
  .portrait\:py-\[25vw\]{
    padding-top: 25vw;
    padding-bottom: 25vw;
  }
  .portrait\:pb-\[25vw\]{
    padding-bottom: 25vw;
  }
  .portrait\:text-\[14\.699vw\]{
    font-size: 14.699vw;
  }
}
@media (min-width: 768px){
  @media (orientation: portrait){
    .md\:portrait\:left-\[43\.26vh\]{
      left: 43.26vh;
    }
    .md\:portrait\:h-\[125vw\]{
      height: 125vw;
    }
  }
}
@media (orientation: landscape){
  .landscape\:left-\[43\.26vw\]{
    left: 43.26vw;
  }
  .landscape\:-my-\[12\.5vh\]{
    margin-top: -12.5vh;
    margin-bottom: -12.5vh;
  }
  .landscape\:grid{
    display: grid;
  }
  .landscape\:aspect-\[1440\/720\]{
    aspect-ratio: 1440/720;
  }
  .landscape\:aspect-\[1512\/500\]{
    aspect-ratio: 1512/500;
  }
  .landscape\:h-\[125vh\]{
    height: 125vh;
  }
  .landscape\:h-\[76\.161vh\]{
    height: 76.161vh;
  }
  .landscape\:min-h-screen{
    min-height: 100vh;
  }
  .landscape\:items-end{
    align-items: flex-end;
  }
  .landscape\:py-\[25vh\]{
    padding-top: 25vh;
    padding-bottom: 25vh;
  }
  .landscape\:pb-\[25vh\]{
    padding-bottom: 25vh;
  }
  .landscape\:text-\[8\.333vw\]{
    font-size: 8.333vw;
  }
}
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
/*# sourceMappingURL=maps/styles.css.map */