*, ::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: #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;
}

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

.visible {
  visibility: visible;
}

.static {
  position: static;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.bottom-0 {
  bottom: 0px;
}

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

.right-0 {
  right: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.block {
  display: block;
}

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

.flex {
  display: flex;
}

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

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.h-1 {
  height: 0.25rem;
}

.h-10 {
  height: 2.5rem;
}

.h-14 {
  height: 3.5rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-7 {
  height: 1.75rem;
}

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

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

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

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

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

.h-auto {
  height: auto;
}

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

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

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

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

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

.max-h-\[9rem\] {
  max-height: 9rem;
}

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

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

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

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

.\!w-\[141px\] {
  width: 141px !important;
}

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

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

.w-1 {
  width: 0.25rem;
}

.w-10 {
  width: 2.5rem;
}

.w-14 {
  width: 3.5rem;
}

.w-2 {
  width: 0.5rem;
}

.w-4 {
  width: 1rem;
}

.w-6 {
  width: 1.5rem;
}

.w-60 {
  width: 15rem;
}

.w-7 {
  width: 1.75rem;
}

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

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

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

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

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

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

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

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

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

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

.w-full {
  width: 100%;
}

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

.w-screen {
  width: 100vw;
}

.\!min-w-\[141px\] {
  min-width: 141px !important;
}

.\!min-w-\[592px\] {
  min-width: 592px !important;
}

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

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

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

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

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

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

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

.\!max-w-\[141px\] {
  max-width: 141px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.flex-\[0_1_120px\] {
  flex: 0 1 120px;
}

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

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

.shrink {
  flex-shrink: 1;
}

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

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

.grow {
  flex-grow: 1;
}

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

.cursor-pointer {
  cursor: pointer;
}

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

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

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

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

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

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

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

.\!items-start {
  align-items: flex-start !important;
}

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

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

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

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

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

.\!justify-end {
  justify-content: flex-end !important;
}

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

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

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

.gap-1 {
  gap: 0.25rem;
}

.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-8 {
  gap: 2rem;
}

.space-x-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

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

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

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

.\!overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden;
}

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

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

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

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

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

.\!rounded-none {
  border-radius: 0px !important;
}

.rounded {
  border-radius: 0.25rem;
}

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

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

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

.rounded-none {
  border-radius: 0px;
}

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

.rounded-b-lg {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

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

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

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

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

.\!border-0 {
  border-width: 0px !important;
}

.border {
  border-width: 1px;
}

.border-0 {
  border-width: 0px;
}

.border-2 {
  border-width: 2px;
}

.\!border-b-0 {
  border-bottom-width: 0px !important;
}

.border-b {
  border-bottom-width: 1px;
}

.border-l {
  border-left-width: 1px;
}

.border-t {
  border-top-width: 1px;
}

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

.\!border-transparent {
  border-color: transparent !important;
}

.border-slate-200 {
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
}

.border-uiStroke-tone01 {
  border-color: rgba(var(--colors-uistroke-tone01));
}

.border-uiStroke-tone02 {
  border-color: rgba(var(--colors-uistroke-tone02));
}

.border-uiStroke-tone03 {
  border-color: rgba(var(--colors-uistroke-tone03));
}

.\!bg-uiFill-tone01 {
  background-color: rgba(var(--colors-uifill-tone01)) !important;
}

.bg-uiBg-card00 {
  background-color: rgba(var(--colors-uibg-card00));
}

.bg-uiBg-scr01 {
  background-color: rgba(var(--colors-uibg-scr01));
}

.bg-uiFill-altTone00 {
  background-color: rgba(var(--colors-uifill-alttone00));
}

.bg-uiFill-altTone01 {
  background-color: rgba(var(--colors-uifill-alttone01));
}

.bg-uiFill-prime01\/10 {
  background-color: rgba(var(--colors-uifill-prime01), 0.1);
}

.bg-uiFill-prime02 {
  background-color: rgba(var(--colors-uifill-prime02));
}

.bg-uiFill-prime02\/10 {
  background-color: rgba(var(--colors-uifill-prime02), 0.1);
}

.bg-uiFill-sun01 {
  background-color: rgba(var(--colors-uifill-sun01));
}

.bg-uiFill-tone00 {
  background-color: rgba(var(--colors-uifill-tone00));
}

.bg-uiFill-tone01 {
  background-color: rgba(var(--colors-uifill-tone01));
}

.bg-uiFill-tone03 {
  background-color: rgba(var(--colors-uifill-tone03));
}

.bg-uiInk-prime01 {
  background-color: rgba(var(--colors-uiink-prime01));
}

.bg-cover {
  background-size: cover;
}

.bg-center {
  background-position: center;
}

.\!p-5 {
  padding: 1.25rem !important;
}

.p-1 {
  padding: 0.25rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

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

.pl-3 {
  padding-left: 0.75rem;
}

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

.pt-2 {
  padding-top: 0.5rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

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

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

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

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

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-bold {
  font-weight: 700;
}

.font-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

.italic {
  font-style: italic;
}

.\!text-uiInk-blood01 {
  color: rgba(var(--colors-uiink-blood01)) !important;
}

.\!text-uiInk-prime01 {
  color: rgba(var(--colors-uiink-prime01)) !important;
}

.\!text-uiInk-tone04 {
  color: rgba(var(--colors-uiink-tone04)) !important;
}

.text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity, 1));
}

.text-uiFill-blood01 {
  color: rgba(var(--colors-uifill-blood01));
}

.text-uiFill-prime02 {
  color: rgba(var(--colors-uifill-prime02));
}

.text-uiInk-altPrime01A {
  color: rgba(var(--colors-uiink-altprime01A));
}

.text-uiInk-blood01 {
  color: rgba(var(--colors-uiink-blood01));
}

.text-uiInk-forest01 {
  color: rgba(var(--colors-uiink-forest01));
}

.text-uiInk-prime01 {
  color: rgba(var(--colors-uiink-prime01));
}

.text-uiInk-prime02 {
  color: rgba(var(--colors-uiink-prime02));
}

.text-uiInk-tone01 {
  color: rgba(var(--colors-uiink-tone01));
}

.text-uiInk-tone02 {
  color: rgba(var(--colors-uiink-tone02));
}

.text-uiInk-tone03 {
  color: rgba(var(--colors-uiink-tone03));
}

.text-uiInk-tone04 {
  color: rgba(var(--colors-uiink-tone04));
}

.text-uiInk-void {
  color: rgba(var(--colors-uiink-void));
}

.underline {
  text-decoration-line: underline;
}

.decoration-transparent {
  text-decoration-color: transparent;
}

.placeholder-uiInk-tone01::-moz-placeholder {
  color: rgba(var(--colors-uiink-tone01));
}

.placeholder-uiInk-tone01::placeholder {
  color: rgba(var(--colors-uiink-tone01));
}

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

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

.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-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-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

:root {
  /* BASE TAILWIND COLORS */
  --colors-base-black: 0, 0, 0;
  --colors-base-white: 255, 255, 255;
  --colors-base-transparent: 255, 255, 255, 0;
  --colors-slate-50: 248, 250, 252;
  --colors-slate-100: 241, 245, 249;
  --colors-slate-200: 226, 232, 240;
  --colors-slate-300: 203, 213, 225;
  --colors-slate-400: 148, 163, 184;
  --colors-slate-500: 100, 116, 139;
  --colors-slate-600: 71, 85, 105;
  --colors-slate-700: 51, 65, 85;
  --colors-slate-800: 30, 41, 59;
  --colors-slate-900: 15, 23, 42;
  --colors-slate-950: 2, 6, 23;
  --colors-gray-50: 249, 250, 251;
  --colors-gray-100: 243, 244, 246;
  --colors-gray-200: 229, 231, 235;
  --colors-gray-300: 209, 213, 219;
  --colors-gray-400: 156, 163, 175;
  --colors-gray-500: 107, 114, 128;
  --colors-gray-600: 75, 85, 99;
  --colors-gray-700: 55, 65, 81;
  --colors-gray-800: 31, 41, 55;
  --colors-gray-900: 17, 24, 39;
  --colors-gray-950: 3, 7, 18;
  --colors-zinc-50: 250, 250, 250;
  --colors-zinc-100: 244, 244, 245;
  --colors-zinc-200: 228, 228, 231;
  --colors-zinc-300: 212, 212, 216;
  --colors-zinc-400: 161, 161, 170;
  --colors-zinc-500: 113, 113, 122;
  --colors-zinc-600: 82, 82, 91;
  --colors-zinc-700: 63, 63, 70;
  --colors-zinc-800: 39, 39, 42;
  --colors-zinc-900: 24, 24, 27;
  --colors-zinc-950: 9, 9, 11;
  --colors-neutral-50: 250, 250, 250;
  --colors-neutral-100: 245, 245, 245;
  --colors-neutral-200: 229, 229, 229;
  --colors-neutral-300: 212, 212, 212;
  --colors-neutral-400: 163, 163, 163;
  --colors-neutral-500: 115, 115, 115;
  --colors-neutral-600: 82, 82, 82;
  --colors-neutral-700: 64, 64, 64;
  --colors-neutral-800: 38, 38, 38;
  --colors-neutral-900: 23, 23, 23;
  --colors-neutral-950: 10, 10, 10;
  --colors-stone-50: 250, 250, 249;
  --colors-stone-100: 245, 245, 244;
  --colors-stone-200: 231, 229, 228;
  --colors-stone-300: 214, 211, 209;
  --colors-stone-400: 168, 162, 158;
  --colors-stone-500: 120, 113, 108;
  --colors-stone-600: 87, 83, 78;
  --colors-stone-700: 68, 64, 60;
  --colors-stone-800: 41, 37, 36;
  --colors-stone-900: 28, 25, 23;
  --colors-stone-950: 12, 10, 9;
  --colors-red-50: 254, 242, 242;
  --colors-red-100: 254, 226, 226;
  --colors-red-200: 254, 202, 202;
  --colors-red-300: 252, 165, 165;
  --colors-red-400: 248, 113, 113;
  --colors-red-500: 239, 68, 68;
  --colors-red-600: 220, 38, 38;
  --colors-red-700: 185, 28, 28;
  --colors-red-800: 153, 27, 27;
  --colors-red-900: 127, 29, 29;
  --colors-red-950: 69, 10, 10;
  --colors-orange-50: 255, 247, 237;
  --colors-orange-100: 255, 237, 213;
  --colors-orange-200: 254, 215, 170;
  --colors-orange-300: 253, 186, 116;
  --colors-orange-400: 251, 146, 60;
  --colors-orange-500: 249, 115, 22;
  --colors-orange-600: 234, 88, 12;
  --colors-orange-700: 194, 65, 12;
  --colors-orange-800: 154, 52, 18;
  --colors-orange-900: 124, 45, 18;
  --colors-orange-950: 67, 20, 7;
  --colors-amber-50: 255, 251, 235;
  --colors-amber-100: 254, 243, 199;
  --colors-amber-200: 253, 230, 138;
  --colors-amber-300: 252, 211, 77;
  --colors-amber-400: 251, 191, 36;
  --colors-amber-500: 245, 158, 11;
  --colors-amber-600: 217, 119, 6;
  --colors-amber-700: 180, 83, 9;
  --colors-amber-800: 146, 64, 14;
  --colors-amber-900: 120, 53, 15;
  --colors-amber-950: 69, 26, 3;
  --colors-yellow-50: 254, 252, 232;
  --colors-yellow-100: 254, 249, 195;
  --colors-yellow-200: 254, 240, 138;
  --colors-yellow-300: 253, 224, 71;
  --colors-yellow-400: 250, 204, 21;
  --colors-yellow-500: 234, 179, 8;
  --colors-yellow-600: 202, 138, 4;
  --colors-yellow-700: 161, 98, 7;
  --colors-yellow-800: 133, 77, 14;
  --colors-yellow-900: 113, 63, 18;
  --colors-yellow-950: 66, 32, 6;
  --colors-lime-50: 247, 254, 231;
  --colors-lime-100: 236, 252, 203;
  --colors-lime-200: 217, 249, 157;
  --colors-lime-300: 190, 242, 100;
  --colors-lime-400: 163, 230, 53;
  --colors-lime-500: 132, 204, 22;
  --colors-lime-600: 101, 163, 13;
  --colors-lime-700: 77, 124, 15;
  --colors-lime-800: 63, 98, 18;
  --colors-lime-900: 54, 83, 20;
  --colors-lime-950: 26, 46, 5;
  --colors-green-50: 240, 253, 244;
  --colors-green-100: 220, 252, 231;
  --colors-green-200: 187, 247, 140;
  --colors-green-300: 134, 239, 172;
  --colors-green-400: 74, 222, 128;
  --colors-green-500: 34, 197, 94;
  --colors-green-600: 22, 163, 74;
  --colors-green-700: 21, 128, 61;
  --colors-green-800: 22, 101, 52;
  --colors-green-900: 20, 83, 45;
  --colors-green-950: 5, 46, 22;
  --colors-emerald-50: 236, 253, 245;
  --colors-emerald-100: 209, 250, 229;
  --colors-emerald-200: 167, 243, 208;
  --colors-emerald-300: 110, 231, 183;
  --colors-emerald-400: 52, 211, 153;
  --colors-emerald-500: 16, 185, 129;
  --colors-emerald-600: 5, 150, 105;
  --colors-emerald-700: 4, 120, 87;
  --colors-emerald-800: 6, 95, 70;
  --colors-emerald-900: 6, 78, 59;
  --colors-emerald-950: 2, 44, 34;
  --colors-teal-50: 240, 253, 250;
  --colors-teal-100: 204, 251, 241;
  --colors-teal-200: 153, 246, 212;
  --colors-teal-300: 94, 234, 211;
  --colors-teal-400: 45, 212, 191;
  --colors-teal-500: 20, 184, 166;
  --colors-teal-600: 13, 148, 136;
  --colors-teal-700: 15, 118, 110;
  --colors-teal-800: 17, 94, 89;
  --colors-teal-900: 19, 78, 74;
  --colors-teal-950: 4, 47, 46;
  --colors-cyan-50: 236, 254, 255;
  --colors-cyan-100: 207, 250, 254;
  --colors-cyan-200: 165, 243, 252;
  --colors-cyan-300: 103, 232, 249;
  --colors-cyan-400: 34, 211, 238;
  --colors-cyan-500: 6, 182, 212;
  --colors-cyan-600: 8, 145, 178;
  --colors-cyan-700: 14, 116, 144;
  --colors-cyan-800: 21, 94, 117;
  --colors-cyan-900: 22, 78, 99;
  --colors-cyan-950: 8, 51, 68;
  --colors-sky-50: 240, 249, 255;
  --colors-sky-100: 224, 242, 254;
  --colors-sky-200: 186, 230, 253;
  --colors-sky-300: 125, 211, 252;
  --colors-sky-400: 56, 189, 248;
  --colors-sky-500: 14, 165, 233;
  --colors-sky-600: 2, 132, 199;
  --colors-sky-700: 3, 105, 161;
  --colors-sky-800: 7, 89, 133;
  --colors-sky-900: 12, 74, 110;
  --colors-sky-950: 8, 47, 73;
  --colors-blue-50: 239, 246, 255;
  --colors-blue-100: 219, 234, 254;
  --colors-blue-200: 191, 219, 254;
  --colors-blue-300: 147, 197, 253;
  --colors-blue-400: 96, 165, 250;
  --colors-blue-500: 59, 130, 246;
  --colors-blue-600: 37, 99, 235;
  --colors-blue-700: 29, 78, 216;
  --colors-blue-800: 30, 64, 175;
  --colors-blue-900: 30, 58, 138;
  --colors-blue-950: 23, 37, 84;
  --colors-indigo-50: 238, 242, 255;
  --colors-indigo-100: 224, 231, 255;
  --colors-indigo-200: 199, 210, 254;
  --colors-indigo-300: 165, 180, 252;
  --colors-indigo-400: 129, 140, 248;
  --colors-indigo-500: 99, 102, 241;
  --colors-indigo-600: 79, 70, 229;
  --colors-indigo-700: 67, 56, 202;
  --colors-indigo-800: 55, 48, 163;
  --colors-indigo-900: 49, 46, 129;
  --colors-indigo-950: 30, 27, 75;
  --colors-violet-50: 245, 243, 255;
  --colors-violet-100: 237, 233, 254;
  --colors-violet-200: 221, 214, 254;
  --colors-violet-300: 196, 181, 253;
  --colors-violet-400: 167, 139, 250;
  --colors-violet-500: 139, 92, 246;
  --colors-violet-600: 124, 58, 237;
  --colors-violet-700: 109, 40, 217;
  --colors-violet-800: 91, 33, 182;
  --colors-violet-900: 76, 29, 149;
  --colors-violet-950: 46, 16, 101;
  --colors-purple-50: 250, 245, 255;
  --colors-purple-100: 243, 232, 255;
  --colors-purple-200: 233, 213, 255;
  --colors-purple-300: 216, 180, 254;
  --colors-purple-400: 192, 132, 252;
  --colors-purple-500: 168, 85, 247;
  --colors-purple-600: 147, 51, 234;
  --colors-purple-700: 126, 34, 206;
  --colors-purple-800: 107, 33, 168;
  --colors-purple-900: 88, 28, 135;
  --colors-purple-950: 59, 7, 100;
  --colors-fuchsia-50: 253, 244, 255;
  --colors-fuchsia-100: 250, 232, 255;
  --colors-fuchsia-200: 245, 208, 254;
  --colors-fuchsia-300: 240, 171, 252;
  --colors-fuchsia-400: 232, 121, 249;
  --colors-fuchsia-500: 217, 70, 239;
  --colors-fuchsia-600: 192, 38, 211;
  --colors-fuchsia-700: 162, 28, 175;
  --colors-fuchsia-800: 134, 25, 143;
  --colors-fuchsia-900: 112, 26, 117;
  --colors-fuchsia-950: 74, 4, 78;
  --colors-pink-50: 253, 242, 248;
  --colors-pink-100: 252, 231, 243;
  --colors-pink-200: 251, 207, 232;
  --colors-pink-300: 249, 168, 212;
  --colors-pink-400: 244, 114, 182;
  --colors-pink-500: 236, 72, 153;
  --colors-pink-600: 219, 39, 119;
  --colors-pink-700: 190, 24, 93;
  --colors-pink-800: 157, 23, 77;
  --colors-pink-900: 131, 24, 67;
  --colors-pink-950: 80, 7, 36;
  --colors-rose-50: 255, 241, 242;
  --colors-rose-100: 255, 228, 230;
  --colors-rose-200: 254, 205, 211;
  --colors-rose-300: 253, 164, 175;
  --colors-rose-400: 251, 113, 133;
  --colors-rose-500: 244, 63, 94;
  --colors-rose-600: 225, 29, 72;
  --colors-rose-700: 190, 18, 60;
  --colors-rose-800: 159, 18, 57;
  --colors-rose-900: 136, 19, 55;
  --colors-rose-950: 76, 5, 25;
  /* COLORS - LIGHT MODE */
  /* Corpo Colors - Override this variable if needed */
  --colors-uicorpo-01a: 204, 222, 255;
  --colors-uicorpo-01b: 127, 176, 255;
  --colors-uicorpo-01c: 0, 95, 244;
  --colors-uicorpo-01d: 0, 72, 186;
  --colors-uicorpo-01e: 0, 55, 143;
  --colors-uicorpo-01f: 0, 26, 66;
  --colors-uicorpo-02: 251, 205, 62;
  --colors-uicorpo-03: 234, 43, 31;
  --colors-uicorpo-04: 0, 175, 84;
  --colors-uicorpo-05: 251, 86, 7;
  --colors-uicorpo-06: 251, 146, 35;
  --colors-uicorpo-07: 176, 51, 70;
  --colors-uicorpo-08: 213, 106, 160;
  --colors-uicorpo-09: 0, 124, 135;
  --colors-uicorpo-10: 59, 65, 147;
  --colors-uicorpo-11: 117, 58, 109;
  /* Default Theme Colors - Override this variable if needed */
  --colors-uibg-scr00: var(--colors-base-white);
  --colors-uibg-scr01: var(--colors-slate-50);
  --colors-uibg-card00: var(--colors-base-white);
  --colors-uistroke-tone01: var(--colors-slate-200);
  --colors-uistroke-tone02: var(--colors-slate-300);
  --colors-uistroke-tone03: var(--colors-slate-400);
  --colors-uistroke-tone04: var(--colors-slate-800);
  --colors-uistroke-prime01: var(--colors-uicorpo-01d);
  --colors-uistroke-altPrime01: var(--colors-uicorpo-01d);
  --colors-uistroke-azure01: var(--colors-sky-600);
  --colors-uistroke-forest01: var(--colors-green-600);
  --colors-uistroke-sun01: var(--colors-yellow-600);
  --colors-uistroke-orange01: var(--colors-orange-600);
  --colors-uistroke-blood01: var(--colors-red-600);
  --colors-uiink-void: var(--colors-base-white);
  --colors-uiink-tone00: var(--colors-slate-50);
  --colors-uiink-tone01: var(--colors-slate-400);
  --colors-uiink-tone02: var(--colors-slate-500);
  --colors-uiink-tone03: var(--colors-slate-700);
  --colors-uiink-tone04: var(--colors-slate-950);
  --colors-uiink-prime00: var(--colors-uicorpo-01a);
  --colors-uiink-prime01: var(--colors-uicorpo-01d);
  --colors-uiink-prime02: var(--colors-uicorpo-01e);
  --colors-uiink-azure01: var(--colors-sky-600);
  --colors-uiink-azure02: var(--colors-sky-700);
  --colors-uiink-blood01: var(--colors-red-600);
  --colors-uiink-forest01: var(--colors-green-600);
  --colors-uiink-sun01: var(--colors-yellow-600);
  --colors-uiink-orange01: var(--colors-orange-600);
  --colors-uiink-altprime01A: var(--colors-uicorpo-01d);
  --colors-uiink-altprime01B: var(--colors-uicorpo-01d);
  --colors-uiink-altazure01: var(--colors-sky-600);
  --colors-uiink-altforest01: var(--colors-green-600);
  --colors-uiink-altsun01: var(--colors-yellow-600);
  --colors-uiink-altorange01: var(--colors-orange-600);
  --colors-uiink-altblood01: var(--colors-red-600);
  --colors-uifill-void: var(--colors-base-white);
  --colors-uifill-tone00: var(--colors-base-white);
  --colors-uifill-tone01: var(--colors-slate-100);
  --colors-uifill-tone02: var(--colors-slate-200);
  --colors-uifill-tone03: var(--colors-slate-300);
  --colors-uifill-tone04: var(--colors-slate-700);
  --colors-uifill-tone05: var(--colors-slate-800);
  --colors-uifill-tone06: var(--colors-slate-950);
  --colors-uifill-prime00: var(--colors-uicorpo-01a);
  --colors-uifill-prime01: var(--colors-uicorpo-01b);
  --colors-uifill-prime02: var(--colors-uicorpo-01d);
  --colors-uifill-prime03: var(--colors-uicorpo-01e);
  --colors-uifill-blood00: var(--colors-red-50);
  --colors-uifill-blood01: var(--colors-red-600);
  --colors-uifill-blood02: var(--colors-red-700);
  --colors-uifill-forest00: var(--colors-green-50);
  --colors-uifill-sun00: var(--colors-yellow-50);
  --colors-uifill-sun01: var(--colors-yellow-600);
  --colors-uifill-orange00: var(--colors-orange-100);
  --colors-uifill-orange01: var(--colors-orange-600);
  --colors-uifill-alttone00: var(--colors-base-white);
  --colors-uifill-alttone01: var(--colors-slate-100);
  --colors-uifill-altprime00: var(--colors-uicorpo-01a);
  --colors-uifill-subprime00: var(--colors-uicorpo-01a);
  --colors-uifill-subblood00: var(--colors-red-50);
  --colors-uifill-subforest00: var(--colors-green-50);
  --colors-uifill-subazure00: var(--colors-sky-50);
  --colors-uifill-subsun00: var(--colors-yellow-50);
  --colors-uifill-suborange00: var(--colors-orange-100);
  --colors-uifill-subtone03: var(--colors-slate-300);
  --colors-uialpha-opalight: #f8fafc4c;
  --colors-uialpha-opadark: #02061766;
  --colors-uialpha-opadarkvoid: #02061766;
  --colors-uialpha-opaprime: #0048ba4c;
  --colors-uialpha-opaazure: #0284c74c;
  --colors-uialpha-opaforest: #16a34a4c;
  --colors-uialpha-opasun: #ca8a044c;
  --colors-uialpha-opablood: #dc26264c;
}

.dark {
  /* COLORS - DARK MODE */
  /* Corpo Colors for dark mode - Override this variable if needed */
  --colors-uicorpo-01a: 204, 224, 255;
  --colors-uicorpo-01b: 127, 176, 255;
  --colors-uicorpo-01c: 0, 95, 244;
  --colors-uicorpo-01d: 0, 72, 186;
  --colors-uicorpo-01e: 0, 55, 143;
  --colors-uicorpo-01f: 0, 26, 66;
  --colors-uicorpo-02: 251, 205, 62;
  --colors-uicorpo-03: 234, 43, 31;
  --colors-uicorpo-04: 0, 175, 84;
  --colors-uicorpo-05: 251, 86, 7;
  --colors-uicorpo-06: 251, 146, 35;
  --colors-uicorpo-07: 176, 51, 70;
  --colors-uicorpo-08: 213, 106, 160;
  --colors-uicorpo-09: 0, 124, 135;
  --colors-uicorpo-10: 59, 65, 147;
  --colors-uicorpo-11: 117, 58, 109;
  /* Dark Theme Colors - Override this variable if needed */
  --colors-uibg-scr00: var(--colors-base-black);
  --colors-uibg-scr01: var(--colors-slate-950);
  --colors-uibg-card00: var(--colors-slate-800);
  --colors-uistroke-tone01: var(--colors-slate-700);
  --colors-uistroke-tone02: var(--colors-slate-600);
  --colors-uistroke-tone03: var(--colors-slate-500);
  --colors-uistroke-tone04: var(--colors-slate-200);
  --colors-uistroke-prime01: var(--colors-uicorpo-01a);
  --colors-uistroke-altPrime01: var(--colors-uicorpo-01b);
  --colors-uistroke-azure01: var(--colors-sky-400);
  --colors-uistroke-forest01: var(--colors-green-400);
  --colors-uistroke-sun01: var(--colors-yellow-400);
  --colors-uistroke-orange1: var(--colors-orange-400);
  --colors-uistroke-blood01: var(--colors-red-400);
  --colors-uiink-void: var(--colors-base-white);
  --colors-uiink-tone00: var(--colors-slate-950);
  --colors-uiink-tone01: var(--colors-slate-600);
  --colors-uiink-tone02: var(--colors-slate-500);
  --colors-uiink-tone03: var(--colors-slate-300);
  --colors-uiink-tone04: var(--colors-slate-50);
  --colors-uiink-altprime01A: var(--colors-uicorpo-01b);
  --colors-uiink-altprime01B: var(--colors-uicorpo-01c);
  --colors-uiink-prime00: var(--colors-slate-400);
  --colors-uiink-prime01: var(--colors-uicorpo-01a);
  --colors-uiink-prime02: var(--colors-uicorpo-01c);
  --colors-uiink-azure01: var(--colors-sky-500);
  --colors-uiink-azure02: var(--colors-sky-600);
  --colors-uiink-blood01: var(--colors-red-100);
  --colors-uiink-forest01: var(--colors-green-100);
  --colors-uiink-sun01: var(--colors-yellow-100);
  --colors-uiink-orange01: var(--colors-orange-100);
  --colors-uiink-altazure01: var(--colors-sky-400);
  --colors-uiink-altforest01: var(--colors-green-400);
  --colors-uiink-altsun01: var(--colors-yellow-400);
  --colors-uiink-altorange01: var(--colors-orange-400);
  --colors-uiink-altblood01: var(--colors-red-400);
  --colors-uifill-void: var(--colors-base-white);
  --colors-uifill-tone00: var(--colors-slate-900);
  --colors-uifill-tone01: var(--colors-slate-800);
  --colors-uifill-tone02: var(--colors-slate-700);
  --colors-uifill-tone03: var(--colors-slate-600);
  --colors-uifill-tone04: var(--colors-slate-400);
  --colors-uifill-tone05: var(--colors-slate-200);
  --colors-uifill-tone06: var(--colors-slate-50);
  --colors-uifill-prime00: var(--colors-uicorpo-01e);
  --colors-uifill-prime01: var(--colors-uicorpo-01d);
  --colors-uifill-prime02: var(--colors-uicorpo-01c);
  --colors-uifill-prime03: var(--colors-uicorpo-01b);
  --colors-uifill-blood00: var(--colors-red-600);
  --colors-uifill-blood01: var(--colors-red-500);
  --colors-uifill-blood02: var(--colors-red-600);
  --colors-uifill-forest00: var(--colors-green-600);
  --colors-uifill-sun00: var(--colors-yellow-600);
  --colors-uifill-orange00: var(--colors-orange-600);
  --colors-uifill-alttone00: var(--colors-slate-700);
  --colors-uifill-alttone01: var(--colors-slate-600);
  --colors-uifill-altprime00: var(--colors-uicorpo-01d);
  --colors-uifill-subprime00: var(--colors-gray-800);
  --colors-uifill-subblood00: var(--colors-gray-800);
  --colors-uifill-subforest00: var(--colors-gray-800);
  --colors-uifill-subazure00: var(--colors-gray-800);
  --colors-uifill-subsun00: var(--colors-gray-800);
  --colors-uifill-suborange00: var(--colors-gray-800);
  --colors-uifill-subtone03: var(--colors-gray-800);
  --colors-uialpha-opalight: #0206174c;
  --colors-uialpha-opadark: #f8fafc4c;
  --colors-uialpha-opadarkvoid: #02061766;
  --colors-uialpha-opaprime: #7fb0ff4c;
  --colors-uialpha-opaazure: #38bdf84c;
  --colors-uialpha-opaforest: #4ade804c;
  --colors-uialpha-opasun: #facc154c;
  --colors-uialpha-opablood: #f871714c;
}

/* TYPOGRAPHY */

/*#region TYPOGRAPHY */

.subscript-normal {
  font-size: 0.688rem;
  line-height: 0.875rem;
  font-weight: 400;
}

.subscript-medium {
  font-size: 0.688rem;
  line-height: 0.875rem;
  font-weight: 500;
}

.footnote-light {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 300;
  text-decoration-line: underline;
}

.footnote-normal {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
}

.footnote-medium {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
}

.footnote-semibold {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
}

.footnote-bold {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
}

.footnote-normal-underline {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  text-decoration-line: underline;
}

.body-light {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 300;
  text-decoration-line: underline;
}

.body-normal {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
}

.body-medium {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
}

.body-semibold {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
}

.body-bold {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
}

.body-normal-underline {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  text-decoration-line: underline;
}

.h5-light {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 300;
  text-decoration-line: underline;
}

.h5-normal {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}

.h5-medium {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
}

.h5-semibold {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
}

.h5-bold {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}

.h5-normal-underline {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  text-decoration-line: underline;
}

.h4-light {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 300;
  text-decoration-line: underline;
}

.h4-normal {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
}

.h4-medium {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
}

.h4-semibold {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
}

.h4-bold {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.h4-normal-underline {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
  text-decoration-line: underline;
}

.h3-light {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 300;
  text-decoration-line: underline;
}

.h3-normal {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 400;
}

.h3-medium {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
}

.h3-semibold {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
}

.h3-bold {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.h3-normal-underline {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 400;
  text-decoration-line: underline;
}

.h2-light {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 300;
  text-decoration-line: underline;
}

.h2-normal {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 400;
}

.h2-medium {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
}

.h2-semibold {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
}

.h2-bold {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}

.h2-normal-underline {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 400;
  text-decoration-line: underline;
}

.h1-light {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 300;
  text-decoration-line: underline;
}

.h1-normal {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 400;
}

.h1-medium {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 500;
}

.h1-semibold {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 600;
}

.h1-bold {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
}

.h1-normal-underline {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 400;
  text-decoration-line: underline;
}

.display-light {
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 300;
  text-decoration-line: underline;
}

.display-normal {
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 400;
}

.display-medium {
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 500;
}

.display-semibold {
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 600;
}

.display-bold {
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
}

.display-normal-underline {
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 400;
  text-decoration-line: underline;
}

/*#endregion */

/* ADDITIONAL STYLES */

body {
  font-family: Onest;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgba(var(--colors-uiink-tone03));
}

.custom-scroll ::-webkit-scrollbar {
  width: 14px;
}

.custom-scroll ::-webkit-scrollbar-track,
.custom-scroll ::-webkit-scrollbar-track:horizontal {
  background: transparent;
}

.custom-scroll ::-webkit-scrollbar-thumb,
.custom-scroll ::-webkit-scrollbar-thumb:horizontal,
.custom-scroll ::-webkit-scrollbar-thumb:hover {
  border: 4px solid rgba(0, 0, 0, 0);
  background-clip: padding-box;
  background-color: #c0c0c0;
  border-radius: 15px;
}

.hover\:bg-uiFill-altTone01:hover {
  background-color: rgba(var(--colors-uifill-alttone01));
}

.hover\:text-uiInk-prime02:hover {
  color: rgba(var(--colors-uiink-prime02));
}

.hover\:decoration-uiInk-prime02:hover {
  text-decoration-color: rgba(var(--colors-uiink-prime02));
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring-1:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-uiStroke-azure01:focus {
  --tw-ring-color: rgba(var(--colors-uistroke-azure01));
}

.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}

.disabled\:text-uiInk-tone01:disabled {
  color: rgba(var(--colors-uiink-tone01));
}

.disabled\:decoration-transparent:disabled {
  text-decoration-color: transparent;
}

@media (min-width: 768px) {
  .md\:col-span-6 {
    grid-column: span 6 / span 6;
  }

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

@media (min-width: 1024px) {
  .lg\:block {
    display: block;
  }

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

  .lg\:px-\[100px\] {
    padding-left: 100px;
    padding-right: 100px;
  }

  @media not all and (min-width: 1280px) {
    .lg\:max-xl\:flex {
      display: flex;
    }

    .lg\:max-xl\:flex-wrap {
      flex-wrap: wrap;
    }

    .lg\:max-xl\:justify-around {
      justify-content: space-around;
    }
  }
}

@media (min-width: 1280px) {
  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}