*, ::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.19 | MIT License | https://tailwindcss.com
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

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

.xe-pointer-events-none {
  pointer-events: none;
}

.xe-fixed {
  position: fixed;
}

.xe-absolute {
  position: absolute;
}

.xe-relative {
  position: relative;
}

.xe-sticky {
  position: sticky;
}

.xe-left-0 {
  left: 0px;
}

.xe-left-\[0\] {
  left: 0;
}

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

.xe-right-0 {
  right: 0px;
}

.xe-right-\[12px\] {
  right: 12px;
}

.xe-right-\[16px\] {
  right: 16px;
}

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

.xe-right-\[4px\] {
  right: 4px;
}

.xe-top-0 {
  top: 0px;
}

.xe-top-\[0\] {
  top: 0;
}

.xe-top-\[100\%\] {
  top: 100%;
}

.xe-top-\[16px\] {
  top: 16px;
}

.xe-top-\[20px\] {
  top: 20px;
}

.xe-top-\[4px\] {
  top: 4px;
}

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

.xe-top-\[calc\(100\%\+8px\)\] {
  top: calc(100% + 8px);
}

.xe-top-full {
  top: 100%;
}

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

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

.xe-z-\[3\] {
  z-index: 3;
}

.xe-z-\[900\] {
  z-index: 900;
}

.xe-z-\[901\] {
  z-index: 901;
}

.xe-z-\[9999\] {
  z-index: 9999;
}

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

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

.xe-mb-\[28px\] {
  margin-bottom: 28px;
}

.xe-ml-\[12px\] {
  margin-left: 12px;
}

.xe-ml-auto {
  margin-left: auto;
}

.xe-mt-\[10px\] {
  margin-top: 10px;
}

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

.xe-flex {
  display: flex;
}

.xe-inline-flex {
  display: inline-flex;
}

.xe-grid {
  display: grid;
}

.xe-hidden {
  display: none;
}

.xe-h-\[100\%\] {
  height: 100%;
}

.xe-h-\[100dvh\] {
  height: 100dvh;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.xe-max-h-\[120px\] {
  max-height: 120px;
}

.xe-max-h-\[160px\] {
  max-height: 160px;
}

.xe-max-h-\[600px\] {
  max-height: 600px;
}

.xe-max-h-\[calc\(100vh-200px\)\] {
  max-height: calc(100vh - 200px);
}

.xe-max-h-\[calc\(100vh-80px\)\] {
  max-height: calc(100vh - 80px);
}

.xe-min-h-0 {
  min-height: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.xe-w-auto {
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

.xe-max-w-\[calc\(100vw-24px\)\] {
  max-width: calc(100vw - 24px);
}

.xe-shrink-0 {
  flex-shrink: 0;
}

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

.xe-table-fixed {
  table-layout: fixed;
}

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

.xe-translate-x-\[-50\%\] {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.xe-translate-y-\[-50\%\] {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.xe-translate-y-\[8px\] {
  --tw-translate-y: 8px;
  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));
}

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

.xe-rotate-\[180deg\] {
  --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));
}

.xe-cursor-pointer {
  cursor: pointer;
}

.xe-resize-none {
  resize: none;
}

.xe-appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

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

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

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

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

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

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

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

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

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

.xe-justify-stretch {
  justify-content: stretch;
}

.xe-gap-\[20px\] {
  gap: 20px;
}

.xe-gap-x-\[10px\] {
  -moz-column-gap: 10px;
       column-gap: 10px;
}

.xe-gap-x-\[12px\] {
  -moz-column-gap: 12px;
       column-gap: 12px;
}

.xe-gap-x-\[16px\] {
  -moz-column-gap: 16px;
       column-gap: 16px;
}

.xe-gap-x-\[20px\] {
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.xe-gap-x-\[24px\] {
  -moz-column-gap: 24px;
       column-gap: 24px;
}

.xe-gap-x-\[3px\] {
  -moz-column-gap: 3px;
       column-gap: 3px;
}

.xe-gap-x-\[48px\] {
  -moz-column-gap: 48px;
       column-gap: 48px;
}

.xe-gap-x-\[4px\] {
  -moz-column-gap: 4px;
       column-gap: 4px;
}

.xe-gap-x-\[6px\] {
  -moz-column-gap: 6px;
       column-gap: 6px;
}

.xe-gap-x-\[8px\] {
  -moz-column-gap: 8px;
       column-gap: 8px;
}

.xe-gap-y-\[12px\] {
  row-gap: 12px;
}

.xe-gap-y-\[16px\] {
  row-gap: 16px;
}

.xe-gap-y-\[20px\] {
  row-gap: 20px;
}

.xe-gap-y-\[24px\] {
  row-gap: 24px;
}

.xe-gap-y-\[28px\] {
  row-gap: 28px;
}

.xe-gap-y-\[40px\] {
  row-gap: 40px;
}

.xe-gap-y-\[4px\] {
  row-gap: 4px;
}

.xe-gap-y-\[6px\] {
  row-gap: 6px;
}

.xe-gap-y-\[8px\] {
  row-gap: 8px;
}

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

.xe-overflow-visible {
  overflow: visible;
}

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

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

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

.xe-break-all {
  word-break: break-all;
}

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

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

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

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

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

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

.xe-border-\[1px\] {
  border-width: 1px;
}

.xe-border-b-\[1px\] {
  border-bottom-width: 1px;
}

.xe-border-l-0 {
  border-left-width: 0px;
}

.xe-border-r-0 {
  border-right-width: 0px;
}

.xe-border-\[\#00D6D3\] {
  --tw-border-opacity: 1;
  border-color: rgb(0 214 211 / var(--tw-border-opacity, 1));
}

.xe-border-\[\#CAD3D3\] {
  --tw-border-opacity: 1;
  border-color: rgb(202 211 211 / var(--tw-border-opacity, 1));
}

.xe-border-\[\#CE1D20\] {
  --tw-border-opacity: 1;
  border-color: rgb(206 29 32 / var(--tw-border-opacity, 1));
}

.xe-border-\[\#fff\] {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.xe-border-b-\[\#E6EAEA\] {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(230 234 234 / var(--tw-border-opacity, 1));
}

.xe-bg-\[\#00D6D3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 214 211 / var(--tw-bg-opacity, 1));
}

.xe-bg-\[\#485656\] {
  --tw-bg-opacity: 1;
  background-color: rgb(72 86 86 / var(--tw-bg-opacity, 1));
}

.xe-bg-\[\#AEBCBC\] {
  --tw-bg-opacity: 1;
  background-color: rgb(174 188 188 / var(--tw-bg-opacity, 1));
}

.xe-bg-\[\#BA70FF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(186 112 255 / var(--tw-bg-opacity, 1));
}

.xe-bg-\[\#C2E3FF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(194 227 255 / var(--tw-bg-opacity, 1));
}

.xe-bg-\[\#D08FFF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(208 143 255 / var(--tw-bg-opacity, 1));
}

.xe-bg-\[\#DBEFFF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(219 239 255 / var(--tw-bg-opacity, 1));
}

.xe-bg-\[\#DBFAF9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(219 250 249 / var(--tw-bg-opacity, 1));
}

.xe-bg-\[\#E9FCFC\] {
  --tw-bg-opacity: 1;
  background-color: rgb(233 252 252 / var(--tw-bg-opacity, 1));
}

.xe-bg-\[\#F1F3F3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(241 243 243 / var(--tw-bg-opacity, 1));
}

.xe-bg-\[\#F4E5FF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(244 229 255 / var(--tw-bg-opacity, 1));
}

.xe-bg-\[\#FBE0E0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(251 224 224 / var(--tw-bg-opacity, 1));
}

.xe-bg-\[\#FEE2E2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}

.xe-bg-\[\#FEF3DC\] {
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 220 / var(--tw-bg-opacity, 1));
}

.xe-bg-\[\#FFF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.xe-bg-\[\#fff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.xe-bg-\[gray\] {
  --tw-bg-opacity: 1;
  background-color: rgb(128 128 128 / var(--tw-bg-opacity, 1));
}

.xe-bg-\[rgba\(0\,0\,0\,0\.5\)\] {
  background-color: rgba(0,0,0,0.5);
}

.xe-bg-\[rgba\(26\,31\,30\,0\.80\)\] {
  background-color: rgba(26,31,30,0.80);
}

.xe-bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.xe-bg-right {
  background-position: right;
}

.xe-stroke-\[\#93A5A5\] {
  stroke: #93A5A5;
}

.xe-object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.xe-p-\[16px\] {
  padding: 16px;
}

.xe-p-\[20px\] {
  padding: 20px;
}

.xe-p-\[24px\] {
  padding: 24px;
}

.xe-p-\[3px\] {
  padding: 3px;
}

.xe-p-\[6px\] {
  padding: 6px;
}

.xe-p-\[8px\] {
  padding: 8px;
}

.xe-px-\[10px\] {
  padding-left: 10px;
  padding-right: 10px;
}

.xe-px-\[12px\] {
  padding-left: 12px;
  padding-right: 12px;
}

.xe-px-\[15px\] {
  padding-left: 15px;
  padding-right: 15px;
}

.xe-px-\[16px\] {
  padding-left: 16px;
  padding-right: 16px;
}

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

.xe-px-\[24px\] {
  padding-left: 24px;
  padding-right: 24px;
}

.xe-px-\[28px\] {
  padding-left: 28px;
  padding-right: 28px;
}

.xe-px-\[8px\] {
  padding-left: 8px;
  padding-right: 8px;
}

.xe-py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}

.xe-py-\[11px\] {
  padding-top: 11px;
  padding-bottom: 11px;
}

.xe-py-\[12px\] {
  padding-top: 12px;
  padding-bottom: 12px;
}

.xe-py-\[16px\] {
  padding-top: 16px;
  padding-bottom: 16px;
}

.xe-py-\[20px\] {
  padding-top: 20px;
  padding-bottom: 20px;
}

.xe-py-\[21px\] {
  padding-top: 21px;
  padding-bottom: 21px;
}

.xe-py-\[2px\] {
  padding-top: 2px;
  padding-bottom: 2px;
}

.xe-py-\[40px\] {
  padding-top: 40px;
  padding-bottom: 40px;
}

.xe-py-\[4px\] {
  padding-top: 4px;
  padding-bottom: 4px;
}

.xe-py-\[7px\] {
  padding-top: 7px;
  padding-bottom: 7px;
}

.xe-py-\[8px\] {
  padding-top: 8px;
  padding-bottom: 8px;
}

.xe-pb-\[20px\] {
  padding-bottom: 20px;
}

.xe-pb-\[24px\] {
  padding-bottom: 24px;
}

.xe-pb-\[32px\] {
  padding-bottom: 32px;
}

.xe-pb-\[40px\] {
  padding-bottom: 40px;
}

.xe-pl-\[1\.5em\] {
  padding-left: 1.5em;
}

.xe-pl-\[12px\] {
  padding-left: 12px;
}

.xe-pl-\[16px\] {
  padding-left: 16px;
}

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

.xe-pr-\[36px\] {
  padding-right: 36px;
}

.xe-pr-\[44px\] {
  padding-right: 44px;
}

.xe-pr-\[8px\] {
  padding-right: 8px;
}

.xe-pt-\[20px\] {
  padding-top: 20px;
}

.xe-text-left {
  text-align: left;
}

.xe-text-center {
  text-align: center;
}

.xe-text-\[14px\] {
  font-size: 14px;
}

.xe-text-\[15px\] {
  font-size: 15px;
}

.xe-text-\[16px\] {
  font-size: 16px;
}

.xe-text-\[17px\] {
  font-size: 17px;
}

.xe-text-\[18px\] {
  font-size: 18px;
}

.xe-text-\[20px\] {
  font-size: 20px;
}

.xe-text-\[24px\] {
  font-size: 24px;
}

.xe-text-\[28px\] {
  font-size: 28px;
}

.xe-font-\[400\] {
  font-weight: 400;
}

.xe-font-\[500\] {
  font-weight: 500;
}

.xe-font-\[600\] {
  font-weight: 600;
}

.xe-leading-\[140\%\] {
  line-height: 140%;
}

.xe-leading-\[20px\] {
  line-height: 20px;
}

.xe-leading-\[normal\] {
  line-height: normal;
}

.xe-text-\[\#000\] {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.xe-text-\[\#0087F5\] {
  --tw-text-opacity: 1;
  color: rgb(0 135 245 / var(--tw-text-opacity, 1));
}

.xe-text-\[\#00A8A5\] {
  --tw-text-opacity: 1;
  color: rgb(0 168 165 / var(--tw-text-opacity, 1));
}

.xe-text-\[\#00C2C2\] {
  --tw-text-opacity: 1;
  color: rgb(0 194 194 / var(--tw-text-opacity, 1));
}

.xe-text-\[\#313A3A\] {
  --tw-text-opacity: 1;
  color: rgb(49 58 58 / var(--tw-text-opacity, 1));
}

.xe-text-\[\#5F7272\] {
  --tw-text-opacity: 1;
  color: rgb(95 114 114 / var(--tw-text-opacity, 1));
}

.xe-text-\[\#8F24DB\] {
  --tw-text-opacity: 1;
  color: rgb(143 36 219 / var(--tw-text-opacity, 1));
}

.xe-text-\[\#93A5A5\] {
  --tw-text-opacity: 1;
  color: rgb(147 165 165 / var(--tw-text-opacity, 1));
}

.xe-text-\[\#CA8C07\] {
  --tw-text-opacity: 1;
  color: rgb(202 140 7 / var(--tw-text-opacity, 1));
}

.xe-text-\[\#CE1D20\] {
  --tw-text-opacity: 1;
  color: rgb(206 29 32 / var(--tw-text-opacity, 1));
}

.xe-text-\[\#DC2626\] {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

.xe-text-\[\#FFF\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.xe-text-\[\#fff\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.xe-shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.xe-shadow-\[0_2px_10px_0_rgba\(49\,58\,58\,0\.25\)\] {
  --tw-shadow: 0 2px 10px 0 rgba(49,58,58,0.25);
  --tw-shadow-colored: 0 2px 10px 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);
}

.xe-shadow-\[0_2px_10px_0_rgba\(49\,58\,58\,0\.70\)\] {
  --tw-shadow: 0 2px 10px 0 rgba(49,58,58,0.70);
  --tw-shadow-colored: 0 2px 10px 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);
}

.xe-shadow-\[0_2px_6px_0_rgba\(49\,58\,58\,0\.25\)\] {
  --tw-shadow: 0 2px 6px 0 rgba(49,58,58,0.25);
  --tw-shadow-colored: 0 2px 6px 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);
}

.\!xe-outline-none {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

.xe-transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.\[text-underline-position\:from-font\] {
  text-underline-position: from-font;
}

.placeholder\:xe-text-\[\#93A5A5\]::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(147 165 165 / var(--tw-text-opacity, 1));
}

.placeholder\:xe-text-\[\#93A5A5\]::placeholder {
  --tw-text-opacity: 1;
  color: rgb(147 165 165 / var(--tw-text-opacity, 1));
}

.before\:xe-absolute::before {
  content: var(--tw-content);
  position: absolute;
}

.before\:xe-left-\[0\.75em\]::before {
  content: var(--tw-content);
  left: 0.75em;
}

.before\:xe-top-\[0\.5em\]::before {
  content: var(--tw-content);
  top: 0.5em;
}

.before\:xe-h-\[4px\]::before {
  content: var(--tw-content);
  height: 4px;
}

.before\:xe-w-\[4px\]::before {
  content: var(--tw-content);
  width: 4px;
}

.before\:xe-translate-x-\[-50\%\]::before {
  content: var(--tw-content);
  --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));
}

.before\:xe-rounded-full::before {
  content: var(--tw-content);
  border-radius: 9999px;
}

.before\:xe-bg-\[\#5F7272\]::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(95 114 114 / var(--tw-bg-opacity, 1));
}

.before\:xe-content-\[\'\'\]::before {
  --tw-content: '';
  content: var(--tw-content);
}

.first\:xe-border-l-0:first-child {
  border-left-width: 0px;
}

.last\:xe-border-b-0:last-child {
  border-bottom-width: 0px;
}

.last\:xe-border-r-0:last-child {
  border-right-width: 0px;
}

.last\:xe-pb-0:last-child {
  padding-bottom: 0px;
}

.invalid\:xe-text-\[\#93A5A5\]:invalid {
  --tw-text-opacity: 1;
  color: rgb(147 165 165 / var(--tw-text-opacity, 1));
}

.read-only\:xe-bg-\[\#F1F3F3\]:-moz-read-only {
  --tw-bg-opacity: 1;
  background-color: rgb(241 243 243 / var(--tw-bg-opacity, 1));
}

.read-only\:xe-bg-\[\#F1F3F3\]:read-only {
  --tw-bg-opacity: 1;
  background-color: rgb(241 243 243 / var(--tw-bg-opacity, 1));
}

.read-only\:xe-text-\[\#93A5A5\]:-moz-read-only {
  --tw-text-opacity: 1;
  color: rgb(147 165 165 / var(--tw-text-opacity, 1));
}

.read-only\:xe-text-\[\#93A5A5\]:read-only {
  --tw-text-opacity: 1;
  color: rgb(147 165 165 / var(--tw-text-opacity, 1));
}

.hover\:xe-bg-\[\#E9FCFC\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(233 252 252 / var(--tw-bg-opacity, 1));
}

.hover\:xe-bg-\[\#F1F3F3\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(241 243 243 / var(--tw-bg-opacity, 1));
}

.disabled\:xe-bg-\[\#AEBCBC\]:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(174 188 188 / var(--tw-bg-opacity, 1));
}

.disabled\:xe-bg-\[\#F1F3F3\]:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(241 243 243 / var(--tw-bg-opacity, 1));
}

.disabled\:xe-text-\[\#93A5A5\]:disabled {
  --tw-text-opacity: 1;
  color: rgb(147 165 165 / var(--tw-text-opacity, 1));
}

.disabled\:xe-opacity-\[1\]:disabled {
  opacity: 1;
}

.xe-group:hover .group-hover\:xe-flex {
  display: flex;
}

.xe-group:hover .group-hover\:xe-text-\[\#00C2C2\] {
  --tw-text-opacity: 1;
  color: rgb(0 194 194 / var(--tw-text-opacity, 1));
}

.xe-group:disabled .group-disabled\:xe-text-\[\#93A5A5\] {
  --tw-text-opacity: 1;
  color: rgb(147 165 165 / var(--tw-text-opacity, 1));
}

.xe-group.collapsed .group-\[\&\.collapsed\]\:xe-hidden {
  display: none;
}

.xe-group.collapsed .group-\[\&\.collapsed\]\:xe-h-\[0\] {
  height: 0;
}

.xe-group.collapsed .group-\[\&\.collapsed\]\:xe-w-\[0\] {
  width: 0;
}

.xe-group.collapsed .group-\[\&\.collapsed\]\:xe-w-\[234px\] {
  width: 234px;
}

.xe-group.collapsed .group-\[\&\.collapsed\]\:xe-w-\[48px\] {
  width: 48px;
}

.xe-group.collapsed .group-\[\&\.collapsed\]\:xe-grow-0 {
  flex-grow: 0;
}

.xe-group.active .group-\[\&\.active\]\:xe-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));
}

.xe-group.active .group-\[\&\.active\]\:xe-rotate-\[180deg\] {
  --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));
}

.xe-group.collapsed .group-\[\&\.collapsed\]\:xe-justify-start {
  justify-content: flex-start;
}

.xe-group.collapsed .group-\[\&\.collapsed\]\:xe-justify-center {
  justify-content: center;
}

.xe-group.collapsed .group-\[\&\.collapsed\]\:xe-gap-x-\[0\] {
  -moz-column-gap: 0;
       column-gap: 0;
}

.xe-group.collapsed .group-\[\&\.collapsed\]\:xe-overflow-hidden {
  overflow: hidden;
}

.xe-group.collapsed .group-\[\&\.collapsed\]\:xe-text-ellipsis {
  text-overflow: ellipsis;
}

.xe-group.active .group-\[\&\.active\]\:xe-stroke-\[\#313A3A\] {
  stroke: #313A3A;
}

.xe-group.collapsed .group-\[\&\.collapsed\]\:xe-p-\[8px\] {
  padding: 8px;
}

.xe-group.collapsed .group-\[\&\.collapsed\]\:xe-pl-\[8px\] {
  padding-left: 8px;
}

.xe-group.collapsed .group-\[\&\.collapsed\]\:xe-text-\[0\] {
  font-size: 0;
}

.xe-group.active .group-\[\&\.active\]\:xe-text-\[\#009494\] {
  --tw-text-opacity: 1;
  color: rgb(0 148 148 / var(--tw-text-opacity, 1));
}

.xe-group.active .group-\[\&\.active\]\:xe-text-\[\#FFF\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.xe-group.active .group-\[\&\.active\]\:xe-underline {
  text-decoration-line: underline;
}

.xe-group.collapsed .group-\[\&\.collapsed\]\:xe-opacity-0 {
  opacity: 0;
}

.xe-group.active .group-\[\&\.active\]\:before\:xe-bg-\[\#009494\]::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(0 148 148 / var(--tw-bg-opacity, 1));
}

.has-\[\:checked\]\:xe-justify-end:has(:checked) {
  justify-content: flex-end;
}

.has-\[\:checked\]\:xe-bg-\[\#00D6D3\]:has(:checked) {
  --tw-bg-opacity: 1;
  background-color: rgb(0 214 211 / var(--tw-bg-opacity, 1));
}

.\[\&\.active\]\:xe-pointer-events-none.active {
  pointer-events: none;
}

.\[\&\.active\]\:xe-pointer-events-auto.active {
  pointer-events: auto;
}

.\[\&\.active\]\:xe-border-0.active {
  border-width: 0px;
}

.\[\&\.active\]\:xe-border-\[\#00D6D3\].active {
  --tw-border-opacity: 1;
  border-color: rgb(0 214 211 / var(--tw-border-opacity, 1));
}

.\[\&\.active\]\:xe-bg-\[\#00D6D3\].active {
  --tw-bg-opacity: 1;
  background-color: rgb(0 214 211 / var(--tw-bg-opacity, 1));
}

.\[\&\.active\]\:xe-bg-\[\#DBFAF9\].active {
  --tw-bg-opacity: 1;
  background-color: rgb(219 250 249 / var(--tw-bg-opacity, 1));
}

.\[\&\.active\]\:xe-text-\[\#313A3A\].active {
  --tw-text-opacity: 1;
  color: rgb(49 58 58 / var(--tw-text-opacity, 1));
}

.\[\&\.active\]\:xe-shadow-\[0_2px_6px_0_rgba\(49\2c 58\2c 58\2c 0\.15\)\].active {
  --tw-shadow: 0 2px 6px 0 rgba(49,58,58,0.15);
  --tw-shadow-colored: 0 2px 6px 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);
}

.\[\&\.collapsed\]\:xe-w-\[84px\].collapsed {
  width: 84px;
}

.open>.\[\.open\>\&\]\:xe-flex {
  display: flex;
}