*, ::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.13 | 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] {
  display: none;
}
.container {
  width: 100%;
}
@media (min-width: 375px) {

  .container {
    max-width: 375px;
  }
}
@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;
  }
}
@media (min-width: 1760px) {

  .container {
    max-width: 1760px;
  }
}
.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;
}
.pointer-events-auto {
  pointer-events: auto;
}
.visible {
  visibility: visible;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.inset-x-0 {
  left: 0px;
  right: 0px;
}
.inset-y-0 {
  top: 0px;
  bottom: 0px;
}
.-left-0 {
  left: -0px;
}
.-top-6 {
  top: -1.5rem;
}
.bottom-0 {
  bottom: 0px;
}
.left-0 {
  left: 0px;
}
.left-2 {
  left: 0.5rem;
}
.left-\[33\%\] {
  left: 33%;
}
.left-\[50\%\] {
  left: 50%;
}
.right-0 {
  right: 0px;
}
.right-3 {
  right: 0.75rem;
}
.right-4 {
  right: 1rem;
}
.top-0 {
  top: 0px;
}
.top-4 {
  top: 1rem;
}
.top-\[50\%\] {
  top: 50%;
}
.top-\[calc\(50\%-8px\)\] {
  top: calc(50% - 8px);
}
.-z-10 {
  z-index: -10;
}
.z-10 {
  z-index: 10;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.z-\[9999\] {
  z-index: 9999;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.m-0 {
  margin: 0px;
}
.m-8 {
  margin: 2rem;
}
.-mx-1 {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-2\.5 {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.-mt-4 {
  margin-top: -1rem;
}
.mb-0\.5 {
  margin-bottom: 0.125rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-6xl {
  margin-bottom: 48px;
}
.mb-sm {
  margin-bottom: 6px;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-0 {
  margin-right: 0px;
}
.mr-1\.5 {
  margin-right: 0.375rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mr-\[10px\] {
  margin-right: 10px;
}
.mr-\[var\(--edit-panel-width\)\] {
  margin-right: var(--edit-panel-width);
}
.mt-0\.5 {
  margin-top: 0.125rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-14 {
  margin-top: 3.5rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-7 {
  margin-top: 1.75rem;
}
.mt-auto {
  margin-top: auto;
}
.mt-md {
  margin-top: 8px;
}
.box-border {
  box-sizing: border-box;
}
.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;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.table-cell {
  display: table-cell;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.aspect-\[4\/3\] {
  aspect-ratio: 4/3;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.aspect-video {
  aspect-ratio: 16 / 9;
}
.h-0\.5 {
  height: 0.125rem;
}
.h-1 {
  height: 0.25rem;
}
.h-10 {
  height: 2.5rem;
}
.h-11 {
  height: 2.75rem;
}
.h-12 {
  height: 3rem;
}
.h-14 {
  height: 3.5rem;
}
.h-16 {
  height: 4rem;
}
.h-2 {
  height: 0.5rem;
}
.h-2\.5 {
  height: 0.625rem;
}
.h-24 {
  height: 6rem;
}
.h-3\.5 {
  height: 0.875rem;
}
.h-4 {
  height: 1rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-8 {
  height: 2rem;
}
.h-9 {
  height: 2.25rem;
}
.h-\[15\%\] {
  height: 15%;
}
.h-\[300px\] {
  height: 300px;
}
.h-\[64px\] {
  height: 64px;
}
.h-\[72px\] {
  height: 72px;
}
.h-full {
  height: 100%;
}
.h-px {
  height: 1px;
}
.h-screen {
  height: 100vh;
}
.max-h-96 {
  max-height: 24rem;
}
.max-h-\[120px\] {
  max-height: 120px;
}
.max-h-\[90vh\] {
  max-height: 90vh;
}
.max-h-full {
  max-height: 100%;
}
.min-h-4 {
  min-height: 1rem;
}
.min-h-\[80px\] {
  min-height: 80px;
}
.w-0 {
  width: 0px;
}
.w-0\.5 {
  width: 0.125rem;
}
.w-10 {
  width: 2.5rem;
}
.w-11 {
  width: 2.75rem;
}
.w-12 {
  width: 3rem;
}
.w-16 {
  width: 4rem;
}
.w-2 {
  width: 0.5rem;
}
.w-2\.5 {
  width: 0.625rem;
}
.w-3\.5 {
  width: 0.875rem;
}
.w-3\/4 {
  width: 75%;
}
.w-4 {
  width: 1rem;
}
.w-5 {
  width: 1.25rem;
}
.w-56 {
  width: 14rem;
}
.w-6 {
  width: 1.5rem;
}
.w-72 {
  width: 18rem;
}
.w-8 {
  width: 2rem;
}
.w-9 {
  width: 2.25rem;
}
.w-96 {
  width: 24rem;
}
.w-\[250px\] {
  width: 250px;
}
.w-\[380px\] {
  width: 380px;
}
.w-\[400px\] {
  width: 400px;
}
.w-\[40px\] {
  width: 40px;
}
.w-\[700px\] {
  width: 700px;
}
.w-\[75\%\] {
  width: 75%;
}
.w-\[calc\(100vw-32px\)\] {
  width: calc(100vw - 32px);
}
.w-auto {
  width: auto;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.w-max {
  width: -moz-max-content;
  width: max-content;
}
.w-min {
  width: -moz-min-content;
  width: min-content;
}
.w-screen {
  width: 100vw;
}
.min-w-4 {
  min-width: 1rem;
}
.min-w-40 {
  min-width: 10rem;
}
.min-w-6 {
  min-width: 1.5rem;
}
.min-w-\[8rem\] {
  min-width: 8rem;
}
.min-w-\[var\(--radix-select-trigger-width\)\] {
  min-width: var(--radix-select-trigger-width);
}
.min-w-lg {
  min-width: 12px;
}
.max-w-0 {
  max-width: 0px;
}
.max-w-16 {
  max-width: 4rem;
}
.max-w-20 {
  max-width: 5rem;
}
.max-w-\[200px\] {
  max-width: 200px;
}
.max-w-\[400px\] {
  max-width: 400px;
}
.max-w-full {
  max-width: 100%;
}
.max-w-lg {
  max-width: 32rem;
}
.max-w-screen-mobile {
  max-width: 375px;
}
.max-w-screen-sm {
  max-width: 640px;
}
.max-w-screen-wide {
  max-width: 1760px;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink {
  flex-shrink: 1;
}
.shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.grow {
  flex-grow: 1;
}
.table-auto {
  table-layout: auto;
}
.table-fixed {
  table-layout: fixed;
}
.border-collapse {
  border-collapse: collapse;
}
.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);
}
.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));
}
.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));
}
.rotate-45 {
  --tw-rotate: 45deg;
  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));
}
@keyframes pulse {

  50% {
    opacity: .5;
  }
}
.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
@keyframes spin {

  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  animation: spin 1s linear infinite;
}
.cursor-default {
  cursor: default;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-pointer {
  cursor: pointer;
}
.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.select-text {
  -webkit-user-select: text;
     -moz-user-select: text;
          user-select: text;
}
.resize {
  resize: both;
}
.list-disc {
  list-style-type: disc;
}
.auto-rows-min {
  grid-auto-rows: min-content;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, 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-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.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;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.justify-stretch {
  justify-content: stretch;
}
.gap-0 {
  gap: 0px;
}
.gap-0\.5 {
  gap: 0.125rem;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-1\.5 {
  gap: 0.375rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-2xl {
  gap: 20px;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-3xl {
  gap: 24px;
}
.gap-4 {
  gap: 1rem;
}
.gap-4xl {
  gap: 32px;
}
.gap-5xl {
  gap: 40px;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-6xl {
  gap: 48px;
}
.gap-8xl {
  gap: 80px;
}
.gap-lg {
  gap: 12px;
}
.gap-md {
  gap: 8px;
}
.gap-none {
  gap: 0px;
}
.gap-sm {
  gap: 6px;
}
.gap-xl {
  gap: 16px;
}
.gap-xs {
  gap: 4px;
}
.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-x-xl {
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.gap-y-0 {
  row-gap: 0px;
}
.space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-\[12px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(12px * var(--tw-space-x-reverse));
  margin-left: calc(12px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0px * var(--tw-space-y-reverse));
}
.space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
}
.space-y-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--tw-space-y-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));
}
.space-y-2xl > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(20px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(20px * var(--tw-space-y-reverse));
}
.space-y-3xl > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(24px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(24px * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-4xl > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(32px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(32px * var(--tw-space-y-reverse));
}
.space-y-6xl > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(48px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(48px * var(--tw-space-y-reverse));
}
.space-y-lg > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(12px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(12px * var(--tw-space-y-reverse));
}
.space-y-md > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(8px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(8px * var(--tw-space-y-reverse));
}
.space-y-xl > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(16px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(16px * var(--tw-space-y-reverse));
}
.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-secondary > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--border-secondary);
}
.place-self-start {
  place-self: start;
}
.self-center {
  align-self: center;
}
.self-stretch {
  align-self: stretch;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.overflow-x-scroll {
  overflow-x: scroll;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-4xl {
  border-radius: 24px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 10px;
}
.rounded-md {
  border-radius: 8px;
}
.rounded-sm {
  border-radius: 6px;
}
.rounded-xl {
  border-radius: 12px;
}
.rounded-xs {
  border-radius: 4px;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-2 {
  border-width: 2px;
}
.border-x-0 {
  border-left-width: 0px;
  border-right-width: 0px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-l {
  border-left-width: 1px;
}
.border-r {
  border-right-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-t-0 {
  border-top-width: 0px;
}
.border-solid {
  border-style: solid;
}
.border-dashed {
  border-style: dashed;
}
.border-brand-primary-solid {
  border-color: var(--border-brand-primary-solid);
}
.border-brand-secondary-solid {
  border-color: var(--border-brand-secondary-solid);
}
.border-dashboard-blue-500 {
  --tw-border-opacity: 1;
  border-color: rgb(119 148 237 / var(--tw-border-opacity));
}
.border-error {
  border-color: var(--border-error);
}
.border-error-solid {
  border-color: var(--border-error-solid);
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.border-primary {
  border-color: var(--border-primary);
}
.border-secondary {
  border-color: var(--border-secondary);
}
.border-success-solid {
  border-color: var(--border-success-solid);
}
.border-tertiary {
  border-color: var(--border-tertiary);
}
.border-transparent {
  border-color: rgba(255, 255, 255, 0);
}
.border-warning-solid {
  border-color: var(--border-warning-solid);
}
.bg-active {
  background-color: var(--bg-active);
}
.bg-black\/80 {
  background-color: rgb(0 0 0 / 0.8);
}
.bg-brand-primary {
  background-color: var(--bg-brand-primary);
}
.bg-brand-primary-alt {
  background-color: var(--bg-brand-primary-alt);
}
.bg-brand-secondary-alt {
  background-color: var(--bg-brand-secondary-alt);
}
.bg-brand-tertiary {
  background-color: var(--bg-brand-tertiary);
}
.bg-disabled {
  background-color: var(--bg-disabled);
}
.bg-disabled-subtle {
  background-color: var(--bg-disabled-subtle);
}
.bg-error-primary {
  background-color: var(--bg-error-primary);
}
.bg-inherit {
  background-color: inherit;
}
.bg-primary {
  background-color: var(--bg-primary);
}
.bg-primary-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(205 213 223 / var(--tw-bg-opacity));
}
.bg-primary-hover {
  background-color: var(--bg-primary-hover);
}
.bg-quaternary {
  background-color: var(--bg-quaternary);
}
.bg-secondary {
  background-color: var(--bg-secondary);
}
.bg-success-primary {
  background-color: var(--bg-success-primary);
}
.bg-tertiary {
  background-color: var(--bg-tertiary);
}
.bg-transparent {
  background-color: rgba(255, 255, 255, 0);
}
.bg-warning-primary {
  background-color: var(--bg-warning-primary);
}
.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));
}
.from-dashboard-blue-500 {
  --tw-gradient-from: #7794ED var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(119 148 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-dashboard-blue-600 {
  --tw-gradient-from: #577AD9 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(87 122 217 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-dashboard-green-600 {
  --tw-gradient-from: #3D9E38 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(61 158 56 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-dashboard-pink-600 {
  --tw-gradient-from: #D957B8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 87 184 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-dashboard-purple-600 {
  --tw-gradient-from: #9C57D9 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(156 87 217 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-dashboard-purple-700 {
  --tw-gradient-from: #8641C6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(134 65 198 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-dashboard-red-600 {
  --tw-gradient-from: #D96D57 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 109 87 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-dashboard-teal-600 {
  --tw-gradient-from: #389E97 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(56 158 151 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-dashboard-yellow-600 {
  --tw-gradient-from: #C69541 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(198 149 65 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-brand-500 {
  --tw-gradient-from: #4D88F0 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(77 136 240 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-secondary-violet-500 {
  --tw-gradient-to: rgb(153 91 247 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #995BF7 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.to-dashboard-blue-400 {
  --tw-gradient-to: #92A8F6 var(--tw-gradient-to-position);
}
.to-dashboard-blue-500 {
  --tw-gradient-to: #7794ED var(--tw-gradient-to-position);
}
.to-dashboard-green-500 {
  --tw-gradient-to: #43C641 var(--tw-gradient-to-position);
}
.to-dashboard-pink-500 {
  --tw-gradient-to: #ED77CC var(--tw-gradient-to-position);
}
.to-dashboard-purple-500 {
  --tw-gradient-to: #B877ED var(--tw-gradient-to-position);
}
.to-dashboard-red-500 {
  --tw-gradient-to: #ED8D77 var(--tw-gradient-to-position);
}
.to-dashboard-teal-500 {
  --tw-gradient-to: #41C6C2 var(--tw-gradient-to-position);
}
.to-dashboard-yellow-500 {
  --tw-gradient-to: #D9AB57 var(--tw-gradient-to-position);
}
.to-secondary-gold-600 {
  --tw-gradient-to: #D9971E var(--tw-gradient-to-position);
}
.fill-current {
  fill: currentColor;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.p-0 {
  padding: 0px;
}
.p-0\.5 {
  padding: 0.125rem;
}
.p-1 {
  padding: 0.25rem;
}
.p-1\.5 {
  padding: 0.375rem;
}
.p-10xl {
  padding: 128px;
}
.p-2 {
  padding: 0.5rem;
}
.p-20 {
  padding: 5rem;
}
.p-2xl {
  padding: 20px;
}
.p-3xl {
  padding: 24px;
}
.p-4 {
  padding: 1rem;
}
.p-4xl {
  padding: 32px;
}
.p-6 {
  padding: 1.5rem;
}
.p-lg {
  padding: 12px;
}
.p-md {
  padding: 8px;
}
.p-sm {
  padding: 6px;
}
.p-xl {
  padding: 16px;
}
.p-xs {
  padding: 4px;
}
.p-xxs {
  padding: 2px;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-2xl {
  padding-left: 20px;
  padding-right: 20px;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-4xl {
  padding-left: 32px;
  padding-right: 32px;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-\[var\(--layout-padding\)\] {
  padding-left: var(--layout-padding);
  padding-right: var(--layout-padding);
}
.px-lg {
  padding-left: 12px;
  padding-right: 12px;
}
.px-md {
  padding-left: 8px;
  padding-right: 8px;
}
.px-sm {
  padding-left: 6px;
  padding-right: 6px;
}
.px-xl {
  padding-left: 16px;
  padding-right: 16px;
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2xl {
  padding-top: 20px;
  padding-bottom: 20px;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-3xl {
  padding-top: 24px;
  padding-bottom: 24px;
}
.py-4xl {
  padding-top: 32px;
  padding-bottom: 32px;
}
.py-\[var\(--layout-padding\)\] {
  padding-top: var(--layout-padding);
  padding-bottom: var(--layout-padding);
}
.py-lg {
  padding-top: 12px;
  padding-bottom: 12px;
}
.py-md {
  padding-top: 8px;
  padding-bottom: 8px;
}
.py-sm {
  padding-top: 6px;
  padding-bottom: 6px;
}
.py-xl {
  padding-top: 16px;
  padding-bottom: 16px;
}
.py-xs {
  padding-top: 4px;
  padding-bottom: 4px;
}
.py-xxs {
  padding-top: 2px;
  padding-bottom: 2px;
}
.pb-11 {
  padding-bottom: 2.75rem;
}
.pb-24 {
  padding-bottom: 6rem;
}
.pb-3xl {
  padding-bottom: 24px;
}
.pb-6xl {
  padding-bottom: 48px;
}
.pb-7xl {
  padding-bottom: 64px;
}
.pb-md {
  padding-bottom: 8px;
}
.pb-sm {
  padding-bottom: 6px;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pl-8 {
  padding-left: 2rem;
}
.pl-lg {
  padding-left: 12px;
}
.pl-md {
  padding-left: 8px;
}
.pr-1 {
  padding-right: 0.25rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-4xl {
  padding-right: 32px;
}
.pr-sm {
  padding-right: 6px;
}
.pr-xs {
  padding-right: 4px;
}
.pt-0 {
  padding-top: 0px;
}
.pt-1\.5 {
  padding-top: 0.375rem;
}
.pt-12 {
  padding-top: 3rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-3xl {
  padding-top: 24px;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-4xl {
  padding-top: 32px;
}
.pt-\[32px\] {
  padding-top: 32px;
}
.pt-lg {
  padding-top: 12px;
}
.pt-xl {
  padding-top: 16px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 18px;
}
.text-md {
  font-size: 16px;
}
.text-sm {
  font-size: 14px;
}
.text-xl {
  font-size: 20px;
}
.text-xs {
  font-size: 12px;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.leading-none {
  line-height: 1;
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-brand-secondary {
  color: var(--text-brand-secondary);
}
.text-brand-secondary-alt {
  color: var(--text-brand-secondary-alt);
}
.text-current {
  color: currentColor;
}
.text-disabled {
  color: var(--text-disabled);
}
.text-error-primary {
  color: var(--text-error-primary);
}
.text-fg-brand-primary {
  color: var(--fg-brand-primary);
}
.text-fg-brand-secondary-alt {
  color: var(--fg-brand-secondary-alt);
}
.text-fg-error-primary {
  color: var(--fg-error-primary);
}
.text-fg-primary {
  color: var(--fg-primary);
}
.text-fg-quaternary {
  color: var(--fg-quaternary);
}
.text-fg-quinary {
  color: var(--fg-quinary);
}
.text-fg-senary {
  color: var(--fg-senary);
}
.text-fg-success-primary {
  color: var(--fg-success-primary);
}
.text-fg-tertiary {
  color: var(--fg-tertiary);
}
.text-fg-white {
  color: var(--fg-white);
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-primary {
  color: var(--text-primary);
}
.text-quaternary {
  color: var(--text-quaternary);
}
.text-secondary {
  color: var(--text-secondary);
}
.text-secondary-hover {
  color: var(--text-secondary-hover);
}
.text-success-primary {
  color: var(--text-success-primary);
}
.text-tertiary {
  color: var(--text-tertiary);
}
.text-warning-primary {
  color: var(--text-warning-primary);
}
.opacity-40 {
  opacity: 0.4;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-60 {
  opacity: 0.6;
}
.opacity-70 {
  opacity: 0.7;
}
.shadow-lg {
  --tw-shadow: 0px 12px 16px -4px rgba(18, 25, 38, 0.08);
  --tw-shadow-colored: 0px 12px 16px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md {
  --tw-shadow: 0px 4px 8px -2px rgba(18, 25, 38, 0.10);
  --tw-shadow-colored: 0px 4px 8px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm {
  --tw-shadow: 0px 1px 3px rgba(18, 25, 38, 0.10);
  --tw-shadow-colored: 0px 1px 3px 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-xs {
  --tw-shadow: 0px 1px 2px rgba(18, 25, 38, 0.05);
  --tw-shadow-colored: 0px 1px 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);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline {
  outline-style: solid;
}
.drop-shadow-md {
  --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px 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);
}
.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, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  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;
}
.duration-200 {
  transition-duration: 200ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.bv-display-font-md-medium {
  font: 500 36px/44px Rubik;
}
.bv-display-font-md-regular {
  font: 400 36px/44px Rubik;
}
.bv-display-font-sm-medium {
  font: 500 30px/38px Rubik;
}
.bv-display-font-sm-regular {
  font: 400 30px/38px Rubik;
}
.bv-display-font-xs-medium {
  font: 500 24px/32px Rubik;
}
.bv-display-font-xs-regular {
  font: 400 24px/32px Rubik;
}
.bv-text-font-xl-medium {
  font: 500 20px/30px Rubik;
}
.bv-text-font-lg-regular {
  font: 400 18px/28px Rubik;
}
.bv-text-font-md-light {
  font: 300 16px/24px Rubik;
}
.bv-text-font-md-regular {
  font: 400 16px/24px Rubik;
}
.bv-text-font-md-medium {
  font: 500 16px/24px Rubik;
}
.bv-text-font-sm-light {
  font: 300 14px/20px Rubik;
}
.bv-text-font-sm-regular {
  font: 400 14px/20px Rubik;
}
.bv-text-font-sm-medium {
  font: 500 14px/20px Rubik;
}
.bv-text-font-xs-regular {
  font: 400 12px/18px Rubik;
}
.bv-text-font-xs-medium {
  font: 500 12px/18px Rubik;
}
/* inter-cyrillic-ext-700-normal */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url(/inter-cyrillic-ext-700-normal-CMkYcdkw.woff2) format('woff2'), url(/inter-cyrillic-ext-700-normal-CAj4IH3j.woff) format('woff');
  unicode-range: U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;
}
/* inter-cyrillic-700-normal */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url(/inter-cyrillic-700-normal-6zNX8Blf.woff2) format('woff2'), url(/inter-cyrillic-700-normal-DsxIEgNh.woff) format('woff');
  unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
}
/* inter-greek-ext-700-normal */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url(/inter-greek-ext-700-normal-DqOFU2GX.woff2) format('woff2'), url(/inter-greek-ext-700-normal-Cwql_mmq.woff) format('woff');
  unicode-range: U+1F00-1FFF;
}
/* inter-greek-700-normal */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url(/inter-greek-700-normal-4IUP0jwf.woff2) format('woff2'), url(/inter-greek-700-normal-CmOaYR_c.woff) format('woff');
  unicode-range: U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF;
}
/* inter-vietnamese-700-normal */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url(/inter-vietnamese-700-normal-ByO5Ry5o.woff2) format('woff2'), url(/inter-vietnamese-700-normal-Db0hjN_z.woff) format('woff');
  unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB;
}
/* inter-latin-ext-700-normal */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url(/inter-latin-ext-700-normal-CAa3MqUt.woff2) format('woff2'), url(/inter-latin-ext-700-normal-Bu7lG2nd.woff) format('woff');
  unicode-range: U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}
/* inter-latin-700-normal */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url(/inter-latin-700-normal-C2zfFY7I.woff2) format('woff2'), url(/inter-latin-700-normal-CHFldGL2.woff) format('woff');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
/* inter-cyrillic-ext-500-normal */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url(/inter-cyrillic-ext-500-normal-DOnSzjnx.woff2) format('woff2'), url(/inter-cyrillic-ext-500-normal-Xebo2OyJ.woff) format('woff');
  unicode-range: U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;
}
/* inter-cyrillic-500-normal */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url(/inter-cyrillic-500-normal-BRrLR67x.woff2) format('woff2'), url(/inter-cyrillic-500-normal-DskEQOpE.woff) format('woff');
  unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
}
/* inter-greek-ext-500-normal */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url(/inter-greek-ext-500-normal-2pdUafRD.woff2) format('woff2'), url(/inter-greek-ext-500-normal-Dtavx3qw.woff) format('woff');
  unicode-range: U+1F00-1FFF;
}
/* inter-greek-500-normal */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url(/inter-greek-500-normal-CmOavsDc.woff2) format('woff2'), url(/inter-greek-500-normal-BjpBGs91.woff) format('woff');
  unicode-range: U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF;
}
/* inter-vietnamese-500-normal */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url(/inter-vietnamese-500-normal-5IkPJ6Nk.woff2) format('woff2'), url(/inter-vietnamese-500-normal-0i6yoQMg.woff) format('woff');
  unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB;
}
/* inter-latin-ext-500-normal */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url(/inter-latin-ext-500-normal-B9u8Q_zH.woff2) format('woff2'), url(/inter-latin-ext-500-normal-SuUkSNTU.woff) format('woff');
  unicode-range: U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}
/* inter-latin-500-normal */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url(/inter-latin-500-normal-kWhwEdDH.woff2) format('woff2'), url(/inter-latin-500-normal-D4I8BKCx.woff) format('woff');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
/* inter-cyrillic-ext-400-normal */
/* rubik-arabic-300-normal */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-display: swap;
  font-weight: 300;
  src: url(/rubik-arabic-300-normal-Gso4j9lS.woff2) format('woff2'), url(/rubik-arabic-300-normal-tqA25PnQ.woff) format('woff');
  unicode-range: U+0600-06FF,U+0750-077F,U+0870-088E,U+0890-0891,U+0898-08E1,U+08E3-08FF,U+200C-200E,U+2010-2011,U+204F,U+2E41,U+FB50-FDFF,U+FE70-FE74,U+FE76-FEFC,U+102E0-102FB,U+10E60-10E7E,U+10EFD-10EFF,U+1EE00-1EE03,U+1EE05-1EE1F,U+1EE21-1EE22,U+1EE24,U+1EE27,U+1EE29-1EE32,U+1EE34-1EE37,U+1EE39,U+1EE3B,U+1EE42,U+1EE47,U+1EE49,U+1EE4B,U+1EE4D-1EE4F,U+1EE51-1EE52,U+1EE54,U+1EE57,U+1EE59,U+1EE5B,U+1EE5D,U+1EE5F,U+1EE61-1EE62,U+1EE64,U+1EE67-1EE6A,U+1EE6C-1EE72,U+1EE74-1EE77,U+1EE79-1EE7C,U+1EE7E,U+1EE80-1EE89,U+1EE8B-1EE9B,U+1EEA1-1EEA3,U+1EEA5-1EEA9,U+1EEAB-1EEBB,U+1EEF0-1EEF1;
}
/* rubik-cyrillic-ext-300-normal */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-display: swap;
  font-weight: 300;
  src: url(/rubik-cyrillic-ext-300-normal-Dew1xsft.woff2) format('woff2'), url(/rubik-cyrillic-ext-300-normal-yNVS7MPQ.woff) format('woff');
  unicode-range: U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;
}
/* rubik-cyrillic-300-normal */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-display: swap;
  font-weight: 300;
  src: url(/rubik-cyrillic-300-normal-DbN3DB1f.woff2) format('woff2'), url(/rubik-cyrillic-300-normal-D4p7nXPb.woff) format('woff');
  unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
}
/* rubik-hebrew-300-normal */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-display: swap;
  font-weight: 300;
  src: url(/rubik-hebrew-300-normal-SD-LyNmo.woff2) format('woff2'), url(/rubik-hebrew-300-normal-6_6KnTgX.woff) format('woff');
  unicode-range: U+0590-05FF,U+200C-2010,U+20AA,U+25CC,U+FB1D-FB4F;
}
/* rubik-latin-ext-300-normal */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-display: swap;
  font-weight: 300;
  src: url(/rubik-latin-ext-300-normal-D-XaqlM1.woff2) format('woff2'), url(/rubik-latin-ext-300-normal-CPjSNemN.woff) format('woff');
  unicode-range: U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}
/* rubik-latin-300-normal */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-display: swap;
  font-weight: 300;
  src: url(/rubik-latin-300-normal-CnHqEbbs.woff2) format('woff2'), url(/rubik-latin-300-normal-D0gQ3FNc.woff) format('woff');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
/* rubik-arabic-500-normal */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url(/rubik-arabic-500-normal-CIuFrOEg.woff2) format('woff2'), url(/rubik-arabic-500-normal-CB6YDCvE.woff) format('woff');
  unicode-range: U+0600-06FF,U+0750-077F,U+0870-088E,U+0890-0891,U+0898-08E1,U+08E3-08FF,U+200C-200E,U+2010-2011,U+204F,U+2E41,U+FB50-FDFF,U+FE70-FE74,U+FE76-FEFC,U+102E0-102FB,U+10E60-10E7E,U+10EFD-10EFF,U+1EE00-1EE03,U+1EE05-1EE1F,U+1EE21-1EE22,U+1EE24,U+1EE27,U+1EE29-1EE32,U+1EE34-1EE37,U+1EE39,U+1EE3B,U+1EE42,U+1EE47,U+1EE49,U+1EE4B,U+1EE4D-1EE4F,U+1EE51-1EE52,U+1EE54,U+1EE57,U+1EE59,U+1EE5B,U+1EE5D,U+1EE5F,U+1EE61-1EE62,U+1EE64,U+1EE67-1EE6A,U+1EE6C-1EE72,U+1EE74-1EE77,U+1EE79-1EE7C,U+1EE7E,U+1EE80-1EE89,U+1EE8B-1EE9B,U+1EEA1-1EEA3,U+1EEA5-1EEA9,U+1EEAB-1EEBB,U+1EEF0-1EEF1;
}
/* rubik-cyrillic-ext-500-normal */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url(/rubik-cyrillic-ext-500-normal-CYNkIfox.woff2) format('woff2'), url(/rubik-cyrillic-ext-500-normal-nmoKJHwc.woff) format('woff');
  unicode-range: U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;
}
/* rubik-cyrillic-500-normal */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url(/rubik-cyrillic-500-normal-BV4bma5x.woff2) format('woff2'), url(/rubik-cyrillic-500-normal-C7Gn_qby.woff) format('woff');
  unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
}
/* rubik-hebrew-500-normal */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url(/rubik-hebrew-500-normal-DDKUYthM.woff2) format('woff2'), url(/rubik-hebrew-500-normal-CPKiYkJP.woff) format('woff');
  unicode-range: U+0590-05FF,U+200C-2010,U+20AA,U+25CC,U+FB1D-FB4F;
}
/* rubik-latin-ext-500-normal */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url(/rubik-latin-ext-500-normal-DkKfJ6Pe.woff2) format('woff2'), url(/rubik-latin-ext-500-normal-BCdQQ5de.woff) format('woff');
  unicode-range: U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}
/* rubik-latin-500-normal */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url(/rubik-latin-500-normal-u2YmNvkZ.woff2) format('woff2'), url(/rubik-latin-500-normal-BH6pWtAW.woff) format('woff');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
/* rubik-arabic-600-normal */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url(/rubik-arabic-600-normal-CA-1nC9U.woff2) format('woff2'), url(/rubik-arabic-600-normal-DIQFjsrV.woff) format('woff');
  unicode-range: U+0600-06FF,U+0750-077F,U+0870-088E,U+0890-0891,U+0898-08E1,U+08E3-08FF,U+200C-200E,U+2010-2011,U+204F,U+2E41,U+FB50-FDFF,U+FE70-FE74,U+FE76-FEFC,U+102E0-102FB,U+10E60-10E7E,U+10EFD-10EFF,U+1EE00-1EE03,U+1EE05-1EE1F,U+1EE21-1EE22,U+1EE24,U+1EE27,U+1EE29-1EE32,U+1EE34-1EE37,U+1EE39,U+1EE3B,U+1EE42,U+1EE47,U+1EE49,U+1EE4B,U+1EE4D-1EE4F,U+1EE51-1EE52,U+1EE54,U+1EE57,U+1EE59,U+1EE5B,U+1EE5D,U+1EE5F,U+1EE61-1EE62,U+1EE64,U+1EE67-1EE6A,U+1EE6C-1EE72,U+1EE74-1EE77,U+1EE79-1EE7C,U+1EE7E,U+1EE80-1EE89,U+1EE8B-1EE9B,U+1EEA1-1EEA3,U+1EEA5-1EEA9,U+1EEAB-1EEBB,U+1EEF0-1EEF1;
}
/* rubik-cyrillic-ext-600-normal */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url(/rubik-cyrillic-ext-600-normal-D0QttgeF.woff2) format('woff2'), url(/rubik-cyrillic-ext-600-normal-DkSZ61cp.woff) format('woff');
  unicode-range: U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;
}
/* rubik-cyrillic-600-normal */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url(/rubik-cyrillic-600-normal-Bhv6AWrg.woff2) format('woff2'), url(/rubik-cyrillic-600-normal-CxjqTR49.woff) format('woff');
  unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
}
/* rubik-hebrew-600-normal */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url(/rubik-hebrew-600-normal-B4Yt0yNp.woff2) format('woff2'), url(/rubik-hebrew-600-normal-QqLXU8b4.woff) format('woff');
  unicode-range: U+0590-05FF,U+200C-2010,U+20AA,U+25CC,U+FB1D-FB4F;
}
/* rubik-latin-ext-600-normal */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url(/rubik-latin-ext-600-normal-ZJbMVRVo.woff2) format('woff2'), url(/rubik-latin-ext-600-normal-gqY5hKZ6.woff) format('woff');
  unicode-range: U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}
/* rubik-latin-600-normal */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url(/rubik-latin-600-normal-DKH4MTrm.woff2) format('woff2'), url(/rubik-latin-600-normal-Cur5zd5D.woff) format('woff');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
._container_5ckk3_1 {
  max-width: 100%;
  max-height: 100%;
}
._themeRoot_5ckk3_6 {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}
/* stylelint-disable scale-unlimited/declaration-strict-value */
._disableTransitions_5ckk3_14 {
  transition: 0s !important;
}
._disableTransitions_5ckk3_14 * {
  transition: 0s !important;
}
/* stylelint-enable scale-unlimited/declaration-strict-value */
._page_zy22u_1 {
  box-sizing: border-box;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
._scroll_zy22u_14 {
  overflow-y: auto;
}
/* TODO stylelint */
/* stylelint-disable */
._snapGrid_xt68s_3 {
  display: grid;
  min-width: 100%;
  max-width: 100%;
  width: 100%;
  height: 100%;
  border-collapse: collapse;
  border-left: 1px dashed var(--background-color-secondary);
  border-top: 1px dashed var(--background-color-secondary);
  background-size: 5px 5px;
  background-image: linear-gradient(to right, grey 1px, transparent 1px), linear-gradient(to bottom, grey 1px, transparent 1px);
}
._grid_cell_xt68s_16 {
  border-right: 1px dashed var(--background-color-secondary);
  border-bottom: 1px dashed var(--background-color-secondary);
}
._cell_hover_xt68s_21 {
  border: 1px solid red;
}
._card_1039o_1 {
  display: flex;
  flex-direction: column;
  border-radius: var(--border-radius-small);
  background-color: var(--background-color-primary);
  overflow: hidden;
  width: auto;
  max-height: 100%;
  height: 100%;
  padding: var(--spacing);
  box-sizing: border-box;
}
._header_1039o_14 {
  min-height: 1em;
  max-height: 1em;
  border-bottom: var(--border-width-small) inherit var(--border-color-tertiary);
  padding-bottom: var(--spacing);
  align-self: stretch;
  overflow: hidden;
  box-sizing: content-box;
  font: var(--text-font-sm-medium);
}
._content_1039o_25 {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  height: auto;
  flex: 1;
}
._content_full_1039o_33 {
  padding: 0;
}
/* TODO stylelint */
/* stylelint-disable */
._wrapper_bjkko_3 {
  transition: 0.3s;
  transition-timing-function: cubic-bezier(0.29, 1.11, 0.46, 1.16);
  box-sizing: border-box;
  border: 2px solid var(--background-color-tertiary);
  background-color: var(--background-color-primary);
  border-radius: 0.5em;
  overflow: hidden;
}
._wrapper_bjkko_3._is_dragging_bjkko_13 {
  transition: 0s;
}
._content_bjkko_17 {
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  box-sizing: border-box;
}
._row_bjkko_23 {
  max-height: calc(100% - 10px);
  height: calc(100% - 10px);
}
._drag_right_bjkko_28,
._drag_bottom_bjkko_29,
._drag_corner_bjkko_30 {
  background-color: var(--background-color-tertiary);
}
._drag_right_bjkko_28 {
  cursor: ew-resize;
  height: 100%;
  max-width: 10px;
  min-width: 10px;
  width: 10px;
}
._drag_bottom_bjkko_29 {
  cursor: ns-resize;
  width: 100%;
  max-height: 10px;
  min-height: 10px;
  height: 10px;
}
._drag_corner_bjkko_30 {
  cursor: nwse-resize;
  max-width: 10px;
  min-width: 10px;
  width: 10px;
  max-height: 10px;
  min-height: 10px;
  height: 10px;
}
._content_1k2lw_1 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  background-color: var(--background-color-primary);
  padding: calc(var(--spacing) * 1.25) calc(var(--spacing) * 1.75);
  box-shadow: var(--box-shadow-large);
  border-radius: var(--border-radius-small);
  color: var(--text-color-primary);
  position: relative;
  border: 1px solid var(--background-color-secondary);
}
._close_1k2lw_15 {
  position: absolute;
  top: 0.25rem;
  right: 0.25rem;
  color: var(--text-color-tertiary);
  font-size: 1.2rem;
  border-radius: 100%;
  cursor: pointer;
}
._close_1k2lw_15:hover {
  filter: brightness(110%);
}
._close_1k2lw_15:focus {
  color: var(--accent-color-primary);
}
._arrow_1k2lw_31 {
  fill: var(--background-color-primary);
  height: 0.5rem;
  width: 1rem;
}
@keyframes _fadeIn_f2cud_1 {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
._content_f2cud_11 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  background-color: var(--background-color-primary);
  padding: calc(var(--spacing) * 0.5) calc(var(--spacing) * 1.2);
  box-shadow: var(--box-shadow-medium);
  border-radius: var(--border-radius-small);
  color: var(--accent-color-secondary);
  position: relative;
  border: 1px solid var(--background-color-secondary);
  opacity: 0;
}
._content_f2cud_11[data-state=delayed-open] {
  animation-name: _fadeIn_f2cud_1;
  animation-duration: var(--transition-default);
  animation-fill-mode: forwards;
}
._close_f2cud_32 {
  position: absolute;
  top: 0.25rem;
  right: 0.25rem;
  color: var(--text-color-tertiary);
  font-size: 1.2rem;
  border-radius: 100%;
  cursor: pointer;
}
._close_f2cud_32:hover {
  filter: brightness(110%);
}
._close_f2cud_32:focus {
  color: var(--accent-color-primary);
}
._arrow_f2cud_48 {
  fill: var(--background-color-primary);
  height: 0.5rem;
  width: 1rem;
}
@keyframes _pickupAnimation_1huro_1 {
  0% {
    transform: scale(1.03);
  }
  10% {
    transform: scale(0.97);
  }
  50% {
    transform: scale(1.01);
  }
  100% {
    transform: scale(1);
  }
}
._dragPreview_1huro_15 {
  pointer-events: none !important;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}
._dragPreview_1huro_15 * {
  pointer-events: none !important;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}
@keyframes _dropAnimation_1huro_1 {
  0% {
    transform: scale(1.03);
    opacity: 0;
  }
  10% {
    transform: scale(0.97);
  }
  50% {
    transform: scale(1.01);
  }
  100% {
    transform: none;
    opacity: 1;
  }
}
._dropAnim_1huro_40 {
  animation-name: _dropAnimation_1huro_1;
  animation-duration: 0.2s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
  transform-origin: 50% 50%;
  pointer-events: none;
}
._tabBar_h471k_1 {
  display: flex;
  flex-direction: column;
  border-radius: 0;
  background-color: var(--background-color-primary);
  border-bottom: var(--border-width-small) solid var(--background-color-secondary);
}
._innerTabContainer_h471k_9 {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  align-self: stretch;
}
._tabBar_h471k_1 ._tabButton_h471k_16 {
  border-bottom: var(--border-width-large) solid transparent;
  padding: var(--spacing) calc(var(--spacing) * 1.25);
}
._vertical_h471k_21 {
  flex-direction: column;
  align-items: stretch;
  text-align: center;
  border-right: var(--border-width-small) solid var(--background-color-secondary);
  border-bottom: none;
}
._vertical_h471k_21 ._innerTabContainer_h471k_9 {
  flex-direction: column;
}
._vertical_h471k_21 ._tabButton_h471k_16 {
  border-right: var(--border-width-large) solid transparent;
  border-bottom: none;
  padding-left: 0;
  flex: none;
}
._tabButton_h471k_16 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  color: var(--text-color-primary);
  transition: var(--transition-default);
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
}
._tabButton_h471k_16:not(._selected_h471k_48) {
  color: var(--text-color-tertiary);
}
._tabButton_h471k_16:not(._selected_h471k_48):hover {
  color: var(--accent-color-secondary);
}
._tabButton_h471k_16._selected_h471k_48 {
  border-color: var(--accent-color-primary);
}
._independent_h471k_58 {
  border-radius: var(--border-radius-large);
  background-color: var(--background-color-primary);
  padding: calc(var(--spacing) * 0.5);
  border: none;
  gap: var(--spacing);
}
._independent_h471k_58 ._tabButton_h471k_16 {
  padding: calc(var(--spacing) * 0.5) calc(var(--spacing) * 1.25);
  border-radius: calc(var(--border-radius-large) * 0.7);
  box-sizing: border-box;
  border: none;
}
._independent_h471k_58 ._tabButton_h471k_16._selected_h471k_48 {
  box-shadow: var(--box-shadow-small);
  background-color: var(--accent-color-primary);
  color: var(--accent-text-color-primary);
}
._independent_h471k_58 ._tabButton_h471k_16:not(._selected_h471k_48) {
  /* stylelint-disable-next-line scale-unlimited/declaration-strict-value */
  border-color: transparent;
}
._independent_h471k_58 ._tabButton_h471k_16:not(._selected_h471k_48):hover {
  color: var(--accent-color-primary);
  background-color: var(--background-color-secondary);
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/inter-cyrillic-ext-400-normal-tyfMZHQw.woff2) format("woff2"), url(/inter-cyrillic-ext-400-normal-CzG7Kr3z.woff) format("woff");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* inter-cyrillic-400-normal */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/inter-cyrillic-400-normal-Df6ckaLK.woff2) format("woff2"), url(/inter-cyrillic-400-normal-JrS_4yms.woff) format("woff");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* inter-greek-ext-400-normal */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/inter-greek-ext-400-normal-CIdlr5YK.woff2) format("woff2"), url(/inter-greek-ext-400-normal-_Rr29XE2.woff) format("woff");
  unicode-range: U+1F00-1FFF;
}
/* inter-greek-400-normal */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/inter-greek-400-normal-DQXyrmoy.woff2) format("woff2"), url(/inter-greek-400-normal-DvIPHDQ7.woff) format("woff");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* inter-vietnamese-400-normal */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/inter-vietnamese-400-normal-Cnt0N5Vm.woff2) format("woff2"), url(/inter-vietnamese-400-normal-DIOGfGLL.woff) format("woff");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* inter-latin-ext-400-normal */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/inter-latin-ext-400-normal-D3W-OpO-.woff2) format("woff2"), url(/inter-latin-ext-400-normal-8tIzm-yw.woff) format("woff");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* inter-latin-400-normal */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/inter-latin-400-normal-BT1H-PT_.woff2) format("woff2"), url(/inter-latin-400-normal-Cdi8t5Mu.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* rubik-arabic-400-normal */
@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/rubik-arabic-400-normal-C3kpE8kt.woff2) format("woff2"), url(/rubik-arabic-400-normal-irYcn3w0.woff) format("woff");
  unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0898-08E1, U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC, U+102E0-102FB, U+10E60-10E7E, U+10EFD-10EFF, U+1EE00-1EE03, U+1EE05-1EE1F, U+1EE21-1EE22, U+1EE24, U+1EE27, U+1EE29-1EE32, U+1EE34-1EE37, U+1EE39, U+1EE3B, U+1EE42, U+1EE47, U+1EE49, U+1EE4B, U+1EE4D-1EE4F, U+1EE51-1EE52, U+1EE54, U+1EE57, U+1EE59, U+1EE5B, U+1EE5D, U+1EE5F, U+1EE61-1EE62, U+1EE64, U+1EE67-1EE6A, U+1EE6C-1EE72, U+1EE74-1EE77, U+1EE79-1EE7C, U+1EE7E, U+1EE80-1EE89, U+1EE8B-1EE9B, U+1EEA1-1EEA3, U+1EEA5-1EEA9, U+1EEAB-1EEBB, U+1EEF0-1EEF1;
}
/* rubik-cyrillic-ext-400-normal */
@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/rubik-cyrillic-ext-400-normal-CFEw2TAA.woff2) format("woff2"), url(/rubik-cyrillic-ext-400-normal-CivHtLLc.woff) format("woff");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* rubik-cyrillic-400-normal */
@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/rubik-cyrillic-400-normal-CQ8oBEnj.woff2) format("woff2"), url(/rubik-cyrillic-400-normal-B_UJh8st.woff) format("woff");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* rubik-hebrew-400-normal */
@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/rubik-hebrew-400-normal-CU-W3G4s.woff2) format("woff2"), url(/rubik-hebrew-400-normal-CJmvi9hr.woff) format("woff");
  unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* rubik-latin-ext-400-normal */
@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/rubik-latin-ext-400-normal-D8QMPjzI.woff2) format("woff2"), url(/rubik-latin-ext-400-normal-DEDy7jdJ.woff) format("woff");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* rubik-latin-400-normal */
@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/rubik-latin-400-normal-Bd548WEe.woff2) format("woff2"), url(/rubik-latin-400-normal-BUVSATH5.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
:root {
  --edit-panel-width: 380px;
  --layout-padding: var(--spacing-4-xl);
}
#root,
body,
html {
  margin: 0;
  min-width: 100vw;
  max-width: 100vw;
  width: 100vw;
  min-height: 100vh;
  max-height: 100vh;
  height: 100vh;
  padding: 0;
  font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  position: absolute;
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
}
a {
  all: unset;
}
::-webkit-scrollbar {
  height: 12px;
  width: 8px;
  background: transparent;
}
::-webkit-scrollbar-thumb {
  background: var(--bg-quaternary);
  -webkit-border-radius: 1ex;
}
::-webkit-scrollbar-thumb:hover {
  background-color: var(--fg-senary);
}
::-webkit-scrollbar-corner {
  background: transparent;
}
@media (max-width: 767px) {
  ::-webkit-scrollbar {
    height: 6px;
    width: 6px;
    background: transparent;
  }
}
.placeholder\:text-placeholder::-moz-placeholder {
  color: var(--text-placeholder);
}
.placeholder\:text-placeholder::placeholder {
  color: var(--text-placeholder);
}
.first\:pl-3xl:first-child {
  padding-left: 24px;
}
.last\:pr-3xl:last-child {
  padding-right: 24px;
}
.focus-within\:shadow-brand:focus-within {
  --tw-shadow: 0px 0px 0px 2px #4D88F03d;
  --tw-shadow-colored: 0px 0px 0px 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);
}
.hover\:cursor-pointer:hover {
  cursor: pointer;
}
.hover\:overflow-visible:hover {
  overflow: visible;
}
.hover\:whitespace-normal:hover {
  white-space: normal;
}
.hover\:border-brand-primary-solid-hover:hover {
  border-color: var(--border-brand-primary-solid-hover);
}
.hover\:bg-active:hover {
  background-color: var(--bg-active);
}
.hover\:bg-brand-primary:hover {
  background-color: var(--bg-brand-primary);
}
.hover\:bg-disabled:hover {
  background-color: var(--bg-disabled);
}
.hover\:bg-primary:hover {
  background-color: var(--bg-primary);
}
.hover\:bg-primary-hover:hover {
  background-color: var(--bg-primary-hover);
}
.hover\:bg-secondary:hover {
  background-color: var(--bg-secondary);
}
.hover\:bg-secondary-hover:hover {
  background-color: var(--bg-secondary-hover);
}
.hover\:bg-gradient-to-tr:hover {
  background-image: linear-gradient(to top right, var(--tw-gradient-stops));
}
.hover\:text-primary:hover {
  color: var(--text-primary);
}
.hover\:text-primary-brand-700:hover {
  --tw-text-opacity: 1;
  color: rgb(32 105 186 / var(--tw-text-opacity));
}
.hover\:text-tertiary-hover:hover {
  color: var(--text-tertiary-hover);
}
.hover\:underline:hover {
  text-decoration-line: underline;
}
.hover\:opacity-100:hover {
  opacity: 1;
}
.hover\:brightness-95:hover {
  --tw-brightness: brightness(.95);
  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);
}
.focus\:bg-active:focus {
  background-color: var(--bg-active);
}
.focus\:bg-primary-hover:focus {
  background-color: var(--bg-primary-hover);
}
.focus\:text-fg-tertiary-hover:focus {
  color: var(--fg-tertiary-hover);
}
.focus\:shadow-brand:focus {
  --tw-shadow: 0px 0px 0px 2px #4D88F03d;
  --tw-shadow-colored: 0px 0px 0px 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);
}
.focus\:shadow-error:focus {
  --tw-shadow: 0px 0px 0px 2px #ED49403d;
  --tw-shadow-colored: 0px 0px 0px 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);
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px;
}
.focus-visible\:outline-none:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus-visible\:ring-2:focus-visible {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus-visible\:ring-primary-brand-500:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(77 136 240 / var(--tw-ring-opacity));
}
.focus-visible\:ring-opacity-25:focus-visible {
  --tw-ring-opacity: 0.25;
}
.focus-visible\:ring-offset-2:focus-visible {
  --tw-ring-offset-width: 2px;
}
.active\:bg-active:active {
  background-color: var(--bg-active);
}
.active\:bg-brand-primary:active {
  background-color: var(--bg-brand-primary);
}
.disabled\:pointer-events-none:disabled {
  pointer-events: none;
}
.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}
.disabled\:border-disabled:disabled {
  border-color: var(--border-disabled);
}
.disabled\:bg-disabled:disabled {
  background-color: var(--bg-disabled);
}
.disabled\:text-disabled:disabled {
  color: var(--text-disabled);
}
.disabled\:opacity-50:disabled {
  opacity: 0.5;
}
.disabled\:hover\:bg-disabled:hover:disabled {
  background-color: var(--bg-disabled);
}
.group:hover .group-hover\:visible {
  visibility: visible;
}
.peer:disabled ~ .peer-disabled\:cursor-not-allowed {
  cursor: not-allowed;
}
.peer:disabled ~ .peer-disabled\:opacity-70 {
  opacity: 0.7;
}
.data-\[disabled\]\:pointer-events-none[data-disabled] {
  pointer-events: none;
}
.data-\[side\=bottom\]\:translate-y-1[data-side="bottom"] {
  --tw-translate-y: 0.25rem;
  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));
}
.data-\[side\=left\]\:-translate-x-1[data-side="left"] {
  --tw-translate-x: -0.25rem;
  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));
}
.data-\[side\=right\]\:translate-x-1[data-side="right"] {
  --tw-translate-x: 0.25rem;
  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));
}
.data-\[side\=top\]\:-translate-y-1[data-side="top"] {
  --tw-translate-y: -0.25rem;
  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));
}
.data-\[state\=active\]\:border-brand-primary-solid[data-state="active"] {
  border-color: var(--border-brand-primary-solid);
}
.data-\[state\=open\]\:bg-primary-hover[data-state="open"] {
  background-color: var(--bg-primary-hover);
}
.data-\[state\=open\]\:bg-secondary[data-state="open"] {
  background-color: var(--bg-secondary);
}
.data-\[state\=active\]\:text-brand-secondary[data-state="active"] {
  color: var(--text-brand-secondary);
}
.data-\[disabled\]\:opacity-50[data-disabled] {
  opacity: 0.5;
}
.data-\[state\=closed\]\:duration-300[data-state="closed"] {
  transition-duration: 300ms;
}
.data-\[state\=open\]\:duration-500[data-state="open"] {
  transition-duration: 500ms;
}
@media (min-width: 640px) {

  .sm\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .sm\:mt-0 {
    margin-top: 0px;
  }

  .sm\:w-64 {
    width: 16rem;
  }

  .sm\:max-w-screen-md {
    max-width: 768px;
  }

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

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

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

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

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

  .sm\:space-x-md > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(8px * var(--tw-space-x-reverse));
    margin-left: calc(8px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:rounded-lg {
    border-radius: 10px;
  }

  .sm\:rounded-xl {
    border-radius: 12px;
  }

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

  .sm\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 768px) {

  .md\:min-w-\[400px\] {
    min-width: 400px;
  }
}
@media (min-width: 1024px) {

  .lg\:mb-0 {
    margin-bottom: 0px;
  }

  .lg\:mt-0 {
    margin-top: 0px;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-full {
    height: 100%;
  }

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

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

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

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

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

  .lg\:max-w-screen-sm {
    max-width: 640px;
  }

  .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\:items-center {
    align-items: center;
  }

  .lg\:gap-3xl {
    gap: 24px;
  }

  .lg\:gap-md {
    gap: 8px;
  }

  .lg\:px-4xl {
    padding-left: 32px;
    padding-right: 32px;
  }

  .lg\:pt-3 {
    padding-top: 0.75rem;
  }
}
@media (min-width: 1280px) {

  .xl\:left-\[48\%\] {
    left: 48%;
  }

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

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

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

  .xl\:bv-display-font-md-regular {
    font: 400 36px/44px Rubik;
  }

  .xl\:bv-display-font-sm-regular {
    font: 400 30px/38px Rubik;
  }
}
@media (min-width: 1760px) {

  .wide\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
.dark\:border-b:where([data-theme="dark"], [data-theme="dark"] *) {
  border-bottom-width: 1px;
}
.dark\:bg-active:where([data-theme="dark"], [data-theme="dark"] *) {
  background-color: var(--bg-active);
}
.dark\:bg-primary-grayDark-600:where([data-theme="dark"], [data-theme="dark"] *) {
  --tw-bg-opacity: 1;
  background-color: rgb(97 101 108 / var(--tw-bg-opacity));
}
.dark\:bg-primary-warning-600:where([data-theme="dark"], [data-theme="dark"] *) {
  --tw-bg-opacity: 1;
  background-color: rgb(220 115 3 / var(--tw-bg-opacity));
}
.dark\:text-fg-white:where([data-theme="dark"], [data-theme="dark"] *) {
  color: var(--fg-white);
}
.dark\:text-primary-warning-100:where([data-theme="dark"], [data-theme="dark"] *) {
  --tw-text-opacity: 1;
  color: rgb(254 243 199 / var(--tw-text-opacity));
}
.dark\:text-white:where([data-theme="dark"], [data-theme="dark"] *) {
  color: var(--text-white);
}
.dark\:hover\:text-primary-brand-50:hover:where([data-theme="dark"], [data-theme="dark"] *) {
  --tw-text-opacity: 1;
  color: rgb(235 243 255 / var(--tw-text-opacity));
}
.dark\:hover\:brightness-105:hover:where([data-theme="dark"], [data-theme="dark"] *) {
  --tw-brightness: brightness(1.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);
}
.dark\:focus-visible\:ring-primary-brand-700:focus-visible:where([data-theme="dark"], [data-theme="dark"] *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(32 105 186 / var(--tw-ring-opacity));
}
.\[\&\>span\]\:line-clamp-1>span {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}._BaseButton_927dj_1 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow-xs);
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  cursor: pointer;
}
._BaseButton_927dj_1 a {
  color: inherit;
  cursor: inherit;
}
._BaseButton--disabled_927dj_15 {
  cursor: not-allowed;
}
._BaseButton_927dj_1:disabled {
  cursor: not-allowed;
}

._BaseButton--filled_927dj_22 {
  color: var(--text-white);
}
._BaseButton--filled-primary_927dj_25 {
  background: var(--button-primary-bg);
  border-color: var(--button-primary-border);
}
._BaseButton--filled-primary_927dj_25:hover {
  background: var(--button-primary-bg-hover);
  border-color: var(--button-primary-border-hover);
}
._BaseButton--filled-primary_927dj_25:focus {
  box-shadow: var(--ring-brand), var(--shadow-xs);
}
._BaseButton--filled-secondary_927dj_36 {
  background: var(--button-secondary-color-bg);
  border-color: var(--button-secondary-color-border);
}
._BaseButton--filled-secondary_927dj_36:hover {
  background: var(--button-secondary-color-bg-hover);
}
._BaseButton--filled-error_927dj_43 {
  background: var(--button-primary-error-bg);
  border-color: var(--button-primary-error-border);
}
._BaseButton--filled-error_927dj_43:hover {
  background: var(--button-primary-error-bg);
  border-color: var(--button-primary-error-border);
}
._BaseButton--filled-disabled_927dj_51 {
  background: var(--bg-disabled-subtle);
  border: 1px solid var(--border-disabled);
  color: var(--text-disabled);
}
._BaseButton--filled-disabled_927dj_51:hover {
  background: var(--bg-disabled-subtle);
  border-color: var(--border-disabled);
}
._BaseButton--filled-disabled_927dj_51:focus {
  background: var(--bg-disabled-subtle);
}

._BaseButton--outlined-primary_927dj_64 {
  background: var(--button-secondary-brand-bg);
  border-color: var(--button-secondary-brand-border);
  color: var(--button-secondary-brand-fg);
}
._BaseButton--outlined-primary_927dj_64:hover {
  background: var(--button-secondary-brand-bg-hover);
  border-color: var(--button-secondary-brand-border-hover);
  color: var(--button-secondary-brand-fg-hover);
}
._BaseButton--outlined-primary_927dj_64:focus {
  box-shadow: var(--ring-brand), var(--shadow-xs);
}
._BaseButton--outlined-gray_927dj_77 {
  background: var(--button-secondary-gray-bg);
  border-color: var(--button-secondary-gray-border);
  color: var(--button-secondary-gray-fg);
}
._BaseButton--outlined-gray_927dj_77:hover {
  background: var(--button-secondary-gray-bg-hover);
  border-color: var(--button-secondary-gray-border-hover);
  color: var(--button-secondary-gray-fg-hover);
}
._BaseButton--outlined-gray_927dj_77:focus {
  box-shadow: var(--ring-gray), var(--shadow-xs);
}
._BaseButton--outlined-secondary_927dj_90 {
  background: var(--button-secondary-gray-bg);
  border-color: var(--button-secondary-gray-border);
  color: var(--button-secondary-gray-fg);
}
._BaseButton--outlined-secondary_927dj_90:hover {
  background: var(--button-secondary-gray-bg-hover);
  border-color: var(--button-secondary-gray-border-hover);
  color: var(--button-secondary-gray-fg-hover);
}
._BaseButton--outlined-secondary_927dj_90:focus {
  box-shadow: var(--ring-gray), var(--shadow-xs);
}
._BaseButton--outlined-error_927dj_103 {
  background: var(--button-secondary-error-bg);
  border-color: var(--button-secondary-error-border);
  color: var(--button-secondary-error-fg);
}
._BaseButton--outlined-error_927dj_103:hover {
  background: var(--button-secondary-error-bg-hover);
  border-color: var(--button-secondary-error-border-hover);
  color: var(--button-secondary-error-fg-hover);
}
._BaseButton--outlined-error_927dj_103:focus {
  box-shadow: var(--ring-error), var(--shadow-xs);
}
._BaseButton--outlined-disabled_927dj_116 {
  background: var(--button-secondary-brand-bg);
  border-color: var(--border-disabled);
  color: var(--text-disabled);
}
._BaseButton--outlined-disabled_927dj_116:hover {
  background: var(--button-secondary-brand-bg);
  border-color: var(--border-disabled);
  color: var(--text-disabled);
}

._BaseButton--ghost_927dj_127 {
  border: none;
  box-shadow: none;
}
._BaseButton--ghost_927dj_127:hover {
  box-shadow: var(--shadow-xs);
}
._BaseButton--ghost-primary_927dj_134 {
  color: var(--button-tertiary-brand-fg);
  background: var(--button-tertiary-gray-bg);
}
._BaseButton--ghost-primary_927dj_134:hover {
  background: var(--button-tertiary-brand-bg-hover);
  color: var(--button-tertiary-brand-fg-hover);
}
._BaseButton--ghost-gray_927dj_142, ._BaseButton--ghost-secondary_927dj_142 {
  color: var(--button-tertiary-gray-fg);
  background: var(--button-tertiary-gray-bg);
}
._BaseButton--ghost-gray_927dj_142:hover, ._BaseButton--ghost-secondary_927dj_142:hover {
  background: var(--button-tertiary-gray-bg-hover);
  color: var(--button-tertiary-gray-fg-hover);
}
._BaseButton--ghost-error_927dj_150 {
  color: var(--button-tertiary-error-fg);
  background: var(--button-tertiary-gray-bg);
}
._BaseButton--ghost-error_927dj_150:hover {
  background: var(--button-tertiary-error-bg-hover);
  color: var(--button-tertiary-error-fg-hover);
}
._BaseButton--ghost-disabled_927dj_158 {
  color: var(--text-disabled);
}
._BaseButton--ghost-disabled_927dj_158:hover {
  background: var(--button-tertiary-brand-bg);
  color: var(--text-disabled);
}

:root {
  /* -- BACKGROUND COLORS */
  --button-primary-bg: var(--colors-primary-brand-600);
  --button-primary-bg-hover: var(--colors-primary-brand-700);
  --button-primary-error-bg: var(--colors-primary-error-600);
  --button-primary-error-hover: var(--colors-primary-error-700);
  --button-secondary-brand-bg: white;
  --button-secondary-brand-bg-hover: var(--colors-primary-brand-50);
  --button-secondary-error-bg: white;
  --button-secondary-error-bg-hover: var(--colors-primary-error-50);
  --button-secondary-color-bg: var(--colors-secondary-violet-600);
  --button-secondary-color-bg-hover: var(--colors-secondary-violet-700);
  --button-secondary-gray-bg: white;
  --button-secondary-gray-bg-hover: var(--colors-primary-gray-50);
  --button-tertiary-error-bg: var(--colors-base-white);
  --button-tertiary-error-bg-hover: var(--colors-primary-error-50);
  --button-tertiary-brand-bg: var(--colors-base-white);
  --button-tertiary-brand-bg-hover: var(--colors-primary-brand-50);
  --button-tertiary-gray-bg: var(--colors-base-white);
  --button-tertiary-gray-bg-hover: var(--colors-primary-gray-50);
  --button-tertiary-bg-hover: var(--colors-primary-error-50);
  /* -- BORDER COLORS */
  --button-primary-border: var(--colors-primary-brand-600);
  --button-primary-border-hover: var(--colors-primary-brand-700);
  --button-primary-error-border: var(--colors-primary-error-600);
  --button-primary-error-border: var(--colors-primary-error-700);
  --button-secondary-brand-border: var(--colors-primary-brand-300);
  --button-secondary-brand-border-hover: var(--colors-primary-brand-300);
  --button-secondary-gray-border: var(--colors-primary-gray-300);
  --button-secondary-gray-border-hover: var(--colors-primary-gray-300);
  --button-secondary-color-border: var(--colors-secondary-violet-600);
  --button-secondary-color-border-hover: var(--colors-secondary-violet-600);
  --button-secondary-error-border: var(--colors-primary-error-300);
  --button-secondary-error-border-hover: var(--colors-primary-error-300);
  /* -- FOREGROUND COLORS */
  --button-primary-fg: white;
  --button-primary-fg-hover: white;
  --button-secondary-brand-fg: var(--colors-primary-brand-700);
  --button-secondary-brand-fg-hover: var(--colors-primary-brand-700);
  --button-secondary-error-fg: var(--colors-primary-error-700);
  --button-secondary-error-fg-hover: var(--colors-primary-error-800);
  --button-secondary-color-fg: white;
  --button-secondary-color-fg-hover: white;
  --button-secondary-gray-fg: var(--colors-primary-gray-600);
  --button-secondary-gray-fg-hover: var(--colors-primary-gray-700);
  --button-tertiary-brand-fg: var(--colors-primary-brand-700);
  --button-tertiary-brand-fg-hover: var(--colors-primary-brand-800);
  --button-tertiary-gray-fg: var(--colors-primary-gray-600);
  --button-tertiary-gray-fg-hover: var(--colors-primary-gray-800);
  --button-primary-error-fg: white;
  --button-primary-error-fg-hover: white;
  --button-tertiary-error-fg: var(--colors-primary-error-700);
  --button-tertiary-error-fg-hover: var(--colors-primary-error-800);
}

[data-theme=dark] {
  /* -- BACKGROUND COLORS */
  --button-primary-bg: var(--colors-primary-brand-600);
  --button-primary-bg-hover: var(--colors-primary-brand-500);
  --button-primary-error-bg: var(--colors-primary-error-600);
  --button-primary-error-hover: var(--colors-primary-error-500);
  --button-secondary-brand-bg: var(--colors-primary-gray-dark-950);
  --button-secondary-brand-bg-hover: var(--colors-primary-brand-900);
  --button-secondary-error-bg-hover: var(--colors-primary-error-900);
  --button-secondary-color-bg: var(--colors-secondary-violet-800);
  --button-secondary-color-bg-hover: var(--colors-secondary-violet-700);
  --button-secondary-gray-bg: var(--colors-primary-gray-dark-950);
  --button-secondary-gray-bg-hover: var(--colors-primary-gray-dark-800);
  --button-tertiary-brand-bg: var(--colors-primary-gray-dark-950);
  --button-tertiary-brand-bg-hover: var(--colors-primary-brand-900);
  --button-tertiary-error-bg: var(--colors-primary-gray-dark-950);
  --button-tertiary-error-bg-hover: var(--colors-primary-error-900);
  --button-tertiary-gray-bg: var(--colors-primary-gray-dark-950);
  --button-tertiary-gray-bg-hover: var(--colors-primary-gray-dark-800);
  --button-secondary-error-bg: var(--colors-primary-gray-dark-950);
  --button-secondary-bg-hover: var(--colors-primary-error-800);
  --button-tertiary-bg-hover: var(--colors-primary-error-800);
  /* -- BORDER COLORS */
  --button-primary-border: var(--colors-primary-brand-600);
  --button-primary-border-hover: var(--colors-primary-brand-500);
  --button-primary-error-border: var(--colors-primary-error-600);
  --button-primary-error-border: var(--colors-primary-error-500);
  --button-secondary-brand-border: var(--colors-primary-brand-800);
  --button-secondary-brand-border-hover: var(--colors-primary-brand-700);
  --button-secondary-gray-border: var(--colors-primary-gray-600);
  --button-secondary-gray-border-hover: var(--colors-primary-gray-600);
  --button-secondary-error-border: var(--colors-primary-error-700);
  --button-secondary-color-border: var(--colors-secondary-violet-800);
  --button-secondary-color-border-hover: var(--colors-secondary-violet-700);
  --button-secondary-error-border: var(--colors-primary-error-800);
  --button-secondary-error-border-hover: var(--colors-primary-error-700);
  /* -- FOREGROUND -- */
  --button-primary-fg: var(--colors-base-white);
  --button-primary-fg-hover: var(--colors-base-white);
  --button-secondary-brand-fg: var(--colors-base-white);
  --button-secondary-brand-fg-hover: var(--colors-base-white);
  --button-secondary-error-fg: var(--colors-base-white);
  --button-secondary-error-fg-hover: var(--colors-base-white);
  --button-secondary-color-fg: var(--colors-base-white);
  --button-secondary-color-fg-hover: var(--colors-base-white);
  --button-secondary-gray-fg: var(--colors-primary-gray-dark-200);
  --button-secondary-gray-fg-hover: var(--colors-primary-gray-dark-100);
  --button-tertiary-brand-fg: var(--colors-base-white);
  --button-tertiary-brand-fg-hover: var(--colors-base-white);
  --button-tertiary-error-fg: var(--colors-primary-error-100);
  --button-tertiary-error-fg-hover: var(--colors-primary-error-50);
  --button-tertiary-gray-fg: var(--colors-primary-gray-dark-200);
  --button-tertiary-gray-fg-hover: var(--colors-primary-gray-100);
  --button-primary-error-fg: var(--colors-base-white);
  --button-primary-error-fg-hover: var(--colors-base-white);
  --button-tertiary-error-fg: var(--colors-base-white);
  --button-tertiary-error-fg-hover: var(--colors-base-white);
}._Button--sm_yagkk_1 {
  padding: 8px var(--spacing-md);
  font: var(--text-font-sm-medium);
  border-radius: var(--border-radius-sm);
  gap: var(--spacing-xs);
  gap: var(--spacing-sm);
}
._Button--sm_yagkk_1 svg {
  font-size: 16px;
}
._Button--md_yagkk_11 {
  padding: 10px var(--spacing-xl);
  font: var(--text-font-md-medium);
  border-radius: var(--border-radius-sm);
  gap: var(--spacing-sm);
}
._Button--md_yagkk_11 svg {
  font-size: 20px;
}
._Button--lg_yagkk_21 {
  padding: var(--spacing-xl) 22px;
  font: var(--text-font-lg-medium);
  border-radius: var(--border-radius-md);
  gap: var(--spacing-md);
  gap: var(--spacing-sm);
}
._Button--lg_yagkk_21 svg {
  font-size: 24px;
}._ButtonIcon--loading_lsvof_1 {
  animation: _spin_lsvof_1 1s linear infinite;
}

@keyframes _spin_lsvof_1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}._IconButton_tf8o2_1 {
  justify-content: center;
}
._IconButton--xs_tf8o2_4 {
  width: 24px;
  height: 24px;
  border-radius: var(--border-radius-xs);
}
._IconButton--xs_tf8o2_4 svg {
  font-size: 16px;
}
._IconButton--sm_tf8o2_12 {
  width: 32px;
  height: 32px;
  border-radius: var(--border-radius-sm);
}
._IconButton--sm_tf8o2_12 svg {
  font-size: 16px;
}
._IconButton--md_tf8o2_20 {
  width: 44px;
  height: 44px;
  border-radius: var(--border-radius-sm);
}
._IconButton--md_tf8o2_20 svg {
  width: 20px;
  height: 20px;
}
._IconButton--lg_tf8o2_29 {
  width: 56px;
  height: 56px;
  border-radius: var(--border-radius-md);
}
._IconButton--lg_tf8o2_29 svg {
  font-size: 24px;
}._AvatarRoot_u5ni6_1 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: var(--avatar-size);
  height: var(--avatar-size);
  border-radius: var(--border-radius-full);
  background-color: var(--avatar-bg);
  border: 0.5px solid var(--avatar-contrast-border);
  flex-shrink: 0;
}

._AvatarRoot_u5ni6_1:focus {
  border: 2px solid var(--avatar-focus-border);
}

._AvatarImage_u5ni6_20 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: inherit;
}

._AvatarFallback_u5ni6_27 {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--avatar-placeholder-fg);
  font-size: var(--avatar-icon-size);
  line-height: 1;
  font-weight: 500;
}

._AvatarInitials_u5ni6_39 {
  font: var(--avatar-initials-font);
}

._AvatarRoot_u5ni6_1 {
  --avatar-size: 40px;
  --avatar-icon-size: 32px;
  --avatar-initials-font: var(--text-font-md-regular);
}
._AvatarRoot--lg_u5ni6_48 {
  --avatar-size: 48px;
  --avatar-icon-size: 40px;
  --avatar-initials-font: var(--text-font-xl-regular);
}
._AvatarRoot--sm_u5ni6_53 {
  --avatar-size: 32px;
  --avatar-icon-size: 24px;
  --avatar-initials-font: var(--text-font-sm-regular);
}
._AvatarRoot--xs_u5ni6_58 {
  --avatar-size: 24px;
  --avatar-icon-size: 16px;
  --avatar-initials-font: var(--text-font-xs-regular);
}

:root {
  --avatar-bg: var(--colors-primary-gray-50);
  --avatar-contrast-border: var(--colors-primary-gray-200);
  --avatar-focus-border: var(--colors-primary-brand-100);
  --avatar-placeholder-fg: var(--colors-primary-gray-500);
}

[data-theme=dark] {
  --avatar-bg: var(--colors-primary-gray-dark-900);
  --avatar-contrast-border: var(--colors-primary-gray-dark-700);
  --avatar-focus-border: var(--colors-primary-brand-800);
  --avatar-placeholder-fg: var(--colors-primary-gray-dark-400);
}:root {
  --tooltip-bg-color: var(--colors-primary-gray-950);
}

[data-theme=dark] {
  --tooltip-bg-color: var(--colors-primary-gray-dark-700);
}

/* reset */
button {
  all: unset;
}

._TooltipContent_1jmb0_14 {
  max-width: 360px;
  border-radius: var(--border-radius-sm);
  padding: var(--spacing-md) var(--spacing-lg);
  font-size: 15px;
  line-height: 1;
  color: var(--violet-11);
  background-color: var(--tooltip-bg-color);
  box-shadow: var(--shadow-md);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  animation-duration: 400ms;
  animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform, opacity;
  color: var(--text-white);
  z-index: 100;
}

._TooltipContent_1jmb0_14[data-state=delayed-open][data-side=top] {
  animation-name: _slideDownAndFade_1jmb0_1;
}

._TooltipContent_1jmb0_14[data-state=delayed-open][data-side=right] {
  animation-name: _slideLeftAndFade_1jmb0_1;
}

._TooltipContent_1jmb0_14[data-state=delayed-open][data-side=bottom] {
  animation-name: _slideUpAndFade_1jmb0_1;
}

._TooltipContent_1jmb0_14[data-state=delayed-open][data-side=left] {
  animation-name: _slideRightAndFade_1jmb0_1;
}

._TooltipTextWrapper_1jmb0_47 {
  display: flex;
  flex-direction: column;
  max-width: 360px;
  gap: var(--spacing-md);
}

._TooltipTitle_1jmb0_54 {
  font: var(--text-font-xs-medium);
}

._TooltipDescription_1jmb0_58 {
  font: var(--text-font-xs-regular);
  color: var(--colors-primary-gray-200);
}

._TooltipArrow_1jmb0_63 {
  fill: var(--tooltip-bg-color);
}

._IconButton_1jmb0_67 {
  font-family: inherit;
  border-radius: 100%;
  height: 35px;
  width: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--violet-11);
  background-color: white;
  box-shadow: 0 2px 10px var(--black-a7);
}

._IconButton_1jmb0_67:hover {
  background-color: var(--violet-3);
}

._IconButton_1jmb0_67:focus {
  box-shadow: 0 0 0 2px black;
}

@keyframes _slideUpAndFade_1jmb0_1 {
  from {
    opacity: 0;
    transform: translateY(2px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes _slideRightAndFade_1jmb0_1 {
  from {
    opacity: 0;
    transform: translateX(-2px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes _slideDownAndFade_1jmb0_1 {
  from {
    opacity: 0;
    transform: translateY(-2px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes _slideLeftAndFade_1jmb0_1 {
  from {
    opacity: 0;
    transform: translateX(2px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}._TextGroup_f6gz4_1,
._TextGroup--md_f6gz4_2 {
  font-size: var(--text-size-md);
  line-height: 1.5rem;
}

._TextGroup--sm_f6gz4_7 {
  font-size: var(--text-size-sm);
  line-height: 1.25rem;
}

._MainText_f6gz4_12 {
  font-weight: 500;
}

._SupportingText_f6gz4_16 {
  font-weight: 400;
}/* reset */
button {
  all: unset;
}

._CheckboxRoot_mi79i_6 {
  background-color: white;
  width: 20px;
  height: 20px;
  border-radius: var(--border-radius-xs);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border-primary);
}

._Checkbox_mi79i_6 {
  display: flex;
  justify-items: start;
  gap: 0.75rem;
}

._Checkbox--sm_mi79i_23 {
  gap: var(--spacing-md);
}
._Checkbox--sm_mi79i_23 ._CheckboxRoot_mi79i_6 {
  width: 16px;
  height: 16px;
}
._Checkbox--sm_mi79i_23 ._CheckboxIndicator_mi79i_30 {
  font-size: 12px;
}

._Checkbox--md_mi79i_34 {
  gap: var(--spacing-lg);
}
._Checkbox--md_mi79i_34 ._CheckboxRoot_mi79i_6 {
  width: 20px;
  height: 20px;
}
._Checkbox--md_mi79i_34 ._CheckboxIndicator_mi79i_30 {
  font-size: 16px;
}

._CheckboxRoot_mi79i_6:hover {
  background-color: var(--bg-primary-hover);
}

._CheckboxRoot_mi79i_6:focus {
  box-shadow: 0px 0px 0px 2px rgba(154, 164, 178, 0.14);
}

._CheckboxRoot_mi79i_6[data-state=checked],
._CheckboxRoot_mi79i_6[data-state=indeterminate] {
  background-color: var(--bg-brand-solid-primary);
  border: 1px solid var(--border-brand-primary-solid);
}
._CheckboxRoot_mi79i_6[data-state=checked]:hover,
._CheckboxRoot_mi79i_6[data-state=indeterminate]:hover {
  background-color: var(--bg-brand-solid-primary-hover);
  border: 1px solid var(--border-brand-primary-solid-hover);
}
._CheckboxRoot_mi79i_6[data-state=checked]:focus,
._CheckboxRoot_mi79i_6[data-state=indeterminate]:focus {
  box-shadow: 0px 0px 0px 2px rgba(77, 136, 240, 0.24);
}

._CheckboxRoot_mi79i_6[data-disabled] {
  background-color: var(--bg-disabled);
  border: 1px solid var(--border-disabled);
}
._CheckboxRoot_mi79i_6[data-disabled]:hover {
  background-color: var(--bg-disabled);
  border: 1px solid var(--border-disabled);
}
._CheckboxRoot_mi79i_6[data-disabled]:focus {
  background-color: var(--bg-disabled);
  border: 1px solid var(--border-disabled);
}

._CheckboxIndicator_mi79i_30 {
  display: flex;
  align-items: center;
  color: white;
}

._CheckboxIndicator_mi79i_30[data-disabled] {
  color: var(--gray-color-400);
}

._Label_mi79i_91 {
  color: white;
  padding-left: 15px;
  font-size: 15px;
  line-height: 1;
}._TextFieldRoot_hq2rz_1 {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-sm);
  width: auto;
}

._TextFieldWrapper_hq2rz_8 {
  display: flex;
  width: 100%;
}

._TextFieldInputGroup_hq2rz_13 {
  flex: 1;
  display: flex;
  gap: var(--spacing-md);
  align-items: center;
  border-radius: var(--border-radius-sm);
  background-color: var(--bg-primary);
  border: 1px solid var(--border-primary);
  box-shadow: var(--shadow-xs);
}
._TextFieldInputGroup_hq2rz_13:focus-within {
  box-shadow: var(--ring-brand), var(--shadow-sm);
}

._TextFieldIcon_hq2rz_27 {
  width: 20px;
  height: 20px;
  color: var(--fg-quaternary);
}

._TextFieldInput_hq2rz_13 {
  font: var(--text-font-md-regular);
  color: var(--text-primary);
  width: 100%;
}
._TextFieldInput_hq2rz_13::-moz-placeholder {
  color: var(--text-placeholder);
  font: var(--text-font-md-regular);
}
._TextFieldInput_hq2rz_13::placeholder {
  color: var(--text-placeholder);
  font: var(--text-font-md-regular);
}

._TextFieldLabel_hq2rz_43 {
  color: var(--text-secondary);
  font: var(--text-font-sm-medium);
}

._SupportingText_hq2rz_48 {
  font: var(--text-font-sm-light);
}

._TextFieldRoot--error_hq2rz_52 ._TextFieldInputGroup_hq2rz_13 {
  border: 1px solid var(--border-error);
}
._TextFieldRoot--error_hq2rz_52 ._TextFieldInputGroup_hq2rz_13:focus-within {
  box-shadow: var(--ring-error), var(--shadow-xs);
}
._TextFieldRoot--error_hq2rz_52 ._SupportingText_hq2rz_48 {
  color: var(--text-error-primary);
}

._TextFieldInputGroup_hq2rz_13 {
  width: 100%;
  overflow: hidden;
}
._TextFieldInputGroup--sm_hq2rz_66 {
  padding: var(--spacing-md) var(--spacing-lg);
}
._TextFieldInputGroup--md_hq2rz_69 {
  padding: var(--spacing-lg) var(--spacing-xl);
}
._TextFieldInputGroup--with-action_hq2rz_72 {
  border-top-right-radius: var(--border-radius-none);
  border-bottom-right-radius: var(--border-radius-none);
}

._TextFieldAction_hq2rz_77 {
  border-left: none !important;
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
._TextFieldAction--sm_hq2rz_82 {
  padding: 0 var(--spacing-lg);
}
._TextFieldAction--md_hq2rz_85 {
  padding: 0 var(--spacing-xl);
}

._TextFieldInfo_hq2rz_89 {
  display: flex;
  align-items: center;
}
._TextFieldInfo_hq2rz_89 button {
  height: 16px;
}
._TextFieldInfo--error_hq2rz_96 {
  color: var(--fg-error-primary);
}

[data-disabled] ._TextFieldInputGroup_hq2rz_13 {
  border: 1px solid var(--border-disabled);
  background-color: var(--bg-disabled-subtle);
}
[data-disabled] ._TextFieldInput_hq2rz_13 {
  color: var(--text-disabled);
}._dashboardGridCard_19xpu_1[role=button][data-disabled=true] {
  cursor: not-allowed;
  background: var(--bg-disabled-subtle) !important;
  border: 1px solid var(--border-disabled) !important;
  color: var(--text-disabled) !important;
}/* roboto-mono-cyrillic-ext-400-normal */
@font-face {
  font-family: 'Roboto Mono';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/roboto-mono-cyrillic-ext-400-normal-Q6o0JNvR.woff2) format('woff2'), url(/roboto-mono-cyrillic-ext-400-normal-C4uWV10k.woff) format('woff');
  unicode-range: U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;
}

/* roboto-mono-cyrillic-400-normal */
@font-face {
  font-family: 'Roboto Mono';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/roboto-mono-cyrillic-400-normal-DEN69lup.woff2) format('woff2'), url(/roboto-mono-cyrillic-400-normal-B6g5SoKk.woff) format('woff');
  unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
}

/* roboto-mono-greek-400-normal */
@font-face {
  font-family: 'Roboto Mono';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/roboto-mono-greek-400-normal-BdERMBEW.woff2) format('woff2'), url(/roboto-mono-greek-400-normal-Dp0HotGv.woff) format('woff');
  unicode-range: U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF;
}

/* roboto-mono-vietnamese-400-normal */
@font-face {
  font-family: 'Roboto Mono';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/roboto-mono-vietnamese-400-normal-BJn9WoS4.woff2) format('woff2'), url(/roboto-mono-vietnamese-400-normal-BJbtp2UX.woff) format('woff');
  unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB;
}

/* roboto-mono-latin-ext-400-normal */
@font-face {
  font-family: 'Roboto Mono';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/roboto-mono-latin-ext-400-normal-D_EPU6CM.woff2) format('woff2'), url(/roboto-mono-latin-ext-400-normal-CFnj-Ilb.woff) format('woff');
  unicode-range: U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}

/* roboto-mono-latin-400-normal */
@font-face {
  font-family: 'Roboto Mono';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/roboto-mono-latin-400-normal-C_5wUCW5.woff2) format('woff2'), url(/roboto-mono-latin-400-normal-B0u6u4eV.woff) format('woff');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}/* roboto-mono-cyrillic-ext-400-normal */
@font-face {
  font-family: 'Roboto Mono';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/roboto-mono-cyrillic-ext-400-normal-Q6o0JNvR.woff2) format('woff2'), url(/roboto-mono-cyrillic-ext-400-normal-C4uWV10k.woff) format('woff');
  unicode-range: U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;
}

/* roboto-mono-cyrillic-400-normal */
@font-face {
  font-family: 'Roboto Mono';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/roboto-mono-cyrillic-400-normal-DEN69lup.woff2) format('woff2'), url(/roboto-mono-cyrillic-400-normal-B6g5SoKk.woff) format('woff');
  unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
}

/* roboto-mono-greek-400-normal */
@font-face {
  font-family: 'Roboto Mono';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/roboto-mono-greek-400-normal-BdERMBEW.woff2) format('woff2'), url(/roboto-mono-greek-400-normal-Dp0HotGv.woff) format('woff');
  unicode-range: U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF;
}

/* roboto-mono-vietnamese-400-normal */
@font-face {
  font-family: 'Roboto Mono';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/roboto-mono-vietnamese-400-normal-BJn9WoS4.woff2) format('woff2'), url(/roboto-mono-vietnamese-400-normal-BJbtp2UX.woff) format('woff');
  unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB;
}

/* roboto-mono-latin-ext-400-normal */
@font-face {
  font-family: 'Roboto Mono';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/roboto-mono-latin-ext-400-normal-D_EPU6CM.woff2) format('woff2'), url(/roboto-mono-latin-ext-400-normal-CFnj-Ilb.woff) format('woff');
  unicode-range: U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}

/* roboto-mono-latin-400-normal */
@font-face {
  font-family: 'Roboto Mono';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/roboto-mono-latin-400-normal-C_5wUCW5.woff2) format('woff2'), url(/roboto-mono-latin-400-normal-B0u6u4eV.woff) format('woff');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}/* roboto-mono-cyrillic-ext-500-normal */
@font-face {
  font-family: 'Roboto Mono';
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url(/roboto-mono-cyrillic-ext-500-normal-V6lIZWyR.woff2) format('woff2'), url(/roboto-mono-cyrillic-ext-500-normal-K9sH1Lih.woff) format('woff');
  unicode-range: U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;
}

/* roboto-mono-cyrillic-500-normal */
@font-face {
  font-family: 'Roboto Mono';
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url(/roboto-mono-cyrillic-500-normal-sgHxpMuW.woff2) format('woff2'), url(/roboto-mono-cyrillic-500-normal-C9U8LrJ6.woff) format('woff');
  unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
}

/* roboto-mono-greek-500-normal */
@font-face {
  font-family: 'Roboto Mono';
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url(/roboto-mono-greek-500-normal-CS45SW-6.woff2) format('woff2'), url(/roboto-mono-greek-500-normal-DSxI6GaB.woff) format('woff');
  unicode-range: U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF;
}

/* roboto-mono-vietnamese-500-normal */
@font-face {
  font-family: 'Roboto Mono';
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url(/roboto-mono-vietnamese-500-normal-BX4Zs8Ng.woff2) format('woff2'), url(/roboto-mono-vietnamese-500-normal-C7raSzTD.woff) format('woff');
  unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB;
}

/* roboto-mono-latin-ext-500-normal */
@font-face {
  font-family: 'Roboto Mono';
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url(/roboto-mono-latin-ext-500-normal-zKotpIhb.woff2) format('woff2'), url(/roboto-mono-latin-ext-500-normal-cEEyXqS2.woff) format('woff');
  unicode-range: U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}

/* roboto-mono-latin-500-normal */
@font-face {
  font-family: 'Roboto Mono';
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url(/roboto-mono-latin-500-normal-CStvKig-.woff2) format('woff2'), url(/roboto-mono-latin-500-normal-D0Frw1zJ.woff) format('woff');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
  :root {
  	--colors-base-white: #FFFFFF;
	--colors-base-black: #000000;
	--colors-base-transparent: rgba(255, 255, 255, 0);
	--colors-dashboard-blue-25: #FAFBFF;
	--colors-dashboard-blue-50: #F5F7FF;
	--colors-dashboard-blue-100: #EBEEFF;
	--colors-dashboard-blue-200: #D7DCFE;
	--colors-dashboard-blue-300: #BBC6FB;
	--colors-dashboard-blue-400: #92A8F6;
	--colors-dashboard-blue-500: #7794ED;
	--colors-dashboard-blue-600: #577AD9;
	--colors-dashboard-blue-700: #4167C6;
	--colors-dashboard-blue-800: #38589E;
	--colors-dashboard-blue-900: #304B7D;
	--colors-dashboard-blue-950: #1C335F;
	--colors-dashboard-teal-25: #FAFFFF;
	--colors-dashboard-teal-50: #F2FEFF;
	--colors-dashboard-teal-100: #E5FBFE;
	--colors-dashboard-teal-200: #C6F7FB;
	--colors-dashboard-teal-300: #92F3F6;
	--colors-dashboard-teal-400: #57D9D7;
	--colors-dashboard-teal-500: #41C6C2;
	--colors-dashboard-teal-600: #389E97;
	--colors-dashboard-teal-700: #307D75;
	--colors-dashboard-teal-800: #1C5F58;
	--colors-dashboard-teal-900: #184D45;
	--colors-dashboard-teal-950: #113832;
	--colors-dashboard-yellow-25: #FFFEFA;
	--colors-dashboard-yellow-50: #FFFBEB;
	--colors-dashboard-yellow-100: #FEF6D7;
	--colors-dashboard-yellow-200: #FBEBBB;
	--colors-dashboard-yellow-300: #F6D892;
	--colors-dashboard-yellow-400: #EDC677;
	--colors-dashboard-yellow-500: #D9AB57;
	--colors-dashboard-yellow-600: #C69541;
	--colors-dashboard-yellow-700: #946725;
	--colors-dashboard-yellow-800: #7D5C30;
	--colors-dashboard-yellow-850: #B55008;
	--colors-dashboard-yellow-900: #5F421C;
	--colors-dashboard-yellow-950: #523B1D;
	--colors-dashboard-red-25: #FFFBFA;
	--colors-dashboard-red-50: #FFF7F5;
	--colors-dashboard-red-100: #FFF1EB;
	--colors-dashboard-red-200: #FEE3D7;
	--colors-dashboard-red-300: #FBCCBB;
	--colors-dashboard-red-400: #F6A892;
	--colors-dashboard-red-500: #ED8D77;
	--colors-dashboard-red-600: #D96D57;
	--colors-dashboard-red-700: #B5513A;
	--colors-dashboard-red-800: #9E4738;
	--colors-dashboard-red-850: #B3261E;
	--colors-dashboard-red-900: #7D3930;
	--colors-dashboard-red-950: #5F241C;
	--colors-dashboard-purple-25: #FDFAFF;
	--colors-dashboard-purple-50: #FBF5FF;
	--colors-dashboard-purple-100: #F8EBFF;
	--colors-dashboard-purple-200: #F2D7FE;
	--colors-dashboard-purple-300: #E4BBFB;
	--colors-dashboard-purple-400: #CC92F6;
	--colors-dashboard-purple-500: #B877ED;
	--colors-dashboard-purple-600: #9C57D9;
	--colors-dashboard-purple-700: #8641C6;
	--colors-dashboard-purple-800: #69389E;
	--colors-dashboard-purple-900: #53307D;
	--colors-dashboard-purple-950: #3A1C5F;
	--colors-dashboard-pink-25: #FFFAFD;
	--colors-dashboard-pink-50: #FFF5FB;
	--colors-dashboard-pink-100: #FFEBF7;
	--colors-dashboard-pink-200: #FED7EE;
	--colors-dashboard-pink-300: #FBBBE4;
	--colors-dashboard-pink-400: #F692D6;
	--colors-dashboard-pink-500: #ED77CC;
	--colors-dashboard-pink-600: #D957B8;
	--colors-dashboard-pink-700: #B8379E;
	--colors-dashboard-pink-800: #9E3888;
	--colors-dashboard-pink-900: #7D306F;
	--colors-dashboard-pink-950: #5F1C53;
	--colors-dashboard-green-25: #FAFFFA;
	--colors-dashboard-green-50: #EBFFED;
	--colors-dashboard-green-100: #D7FEDC;
	--colors-dashboard-green-200: #BBFBBF;
	--colors-dashboard-green-300: #BBFBBF;
	--colors-dashboard-green-400: #5BD957;
	--colors-dashboard-green-500: #43C641;
	--colors-dashboard-green-600: #3D9E38;
	--colors-dashboard-green-700: #367D30;
	--colors-dashboard-green-800: #24661E;
	--colors-dashboard-green-850: #06763C;
	--colors-dashboard-green-900: #1F521B;
	--colors-dashboard-green-950: #1C4219;
	--colors-primary-gray-25: #FCFCFD;
	--colors-primary-gray-50: #F8FAFC;
	--colors-primary-gray-100: #EEF2F6;
	--colors-primary-gray-200: #E3E8EF;
	--colors-primary-gray-300: #CDD5DF;
	--colors-primary-gray-400: #9AA4B2;
	--colors-primary-gray-500: #697586;
	--colors-primary-gray-600: #4B5565;
	--colors-primary-gray-700: #364152;
	--colors-primary-gray-800: #202939;
	--colors-primary-gray-900: #121926;
	--colors-primary-gray-950: #0D121C;
	--colors-primary-gray-dark-25: #FAFAFA;
	--colors-primary-gray-dark-50: #F5F5F6;
	--colors-primary-gray-dark-100: #F0F1F1;
	--colors-primary-gray-dark-200: #ECECED;
	--colors-primary-gray-dark-300: #CECFD2;
	--colors-primary-gray-dark-400: #94969C;
	--colors-primary-gray-dark-500: #85888E;
	--colors-primary-gray-dark-600: #61656C;
	--colors-primary-gray-dark-700: #333741;
	--colors-primary-gray-dark-800: #1F242F;
	--colors-primary-gray-dark-900: #161B26;
	--colors-primary-gray-dark-950: #0D121C;
	--colors-primary-brand-25: #F7FBFF;
	--colors-primary-brand-50: #EBF3FF;
	--colors-primary-brand-100: #E0EDFF;
	--colors-primary-brand-200: #C9E0FF;
	--colors-primary-brand-300: #9FC3FC;
	--colors-primary-brand-400: #7CA9FC;
	--colors-primary-brand-500: #4D88F0;
	--colors-primary-brand-600: #1F6DDB;
	--colors-primary-brand-700: #2069BA;
	--colors-primary-brand-800: #1F5199;
	--colors-primary-brand-900: #1E457D;
	--colors-primary-brand-950: #133669;
	--colors-primary-error-25: #FFF9F7;
	--colors-primary-error-50: #FEF2F1;
	--colors-primary-error-100: #FEE8E7;
	--colors-primary-error-200: #FFD3D1;
	--colors-primary-error-300: #FAA7A2;
	--colors-primary-error-400: #F7766F;
	--colors-primary-error-500: #ED4940;
	--colors-primary-error-600: #D63129;
	--colors-primary-error-700: #B3261E;
	--colors-primary-error-800: #912018;
	--colors-primary-error-900: #7A271A;
	--colors-primary-error-950: #55160C;
	--colors-primary-warning-25: #FFFDF5;
	--colors-primary-warning-50: #FFFBEB;
	--colors-primary-warning-100: #FEF3C7;
	--colors-primary-warning-200: #FEE589;
	--colors-primary-warning-300: #FED14B;
	--colors-primary-warning-400: #FDBB22;
	--colors-primary-warning-500: #F79C09;
	--colors-primary-warning-600: #DC7303;
	--colors-primary-warning-700: #B55008;
	--colors-primary-warning-800: #933E0D;
	--colors-primary-warning-900: #7A340E;
	--colors-primary-warning-950: #4E2009;
	--colors-primary-success-25: #F6FEF8;
	--colors-primary-success-50: #ECFDF1;
	--colors-primary-success-100: #DCFAE3;
	--colors-primary-success-200: #ABEFBF;
	--colors-primary-success-300: #75E09C;
	--colors-primary-success-400: #47CD7D;
	--colors-primary-success-500: #17B25A;
	--colors-primary-success-600: #079446;
	--colors-primary-success-700: #06763C;
	--colors-primary-success-800: #085D31;
	--colors-primary-success-900: #074D2A;
	--colors-primary-success-950: #05331D;
	--colors-secondary-violet-25: #FBFAFF;
	--colors-secondary-violet-50: #F6F3FF;
	--colors-secondary-violet-100: #EFE9FE;
	--colors-secondary-violet-200: #E1D6FE;
	--colors-secondary-violet-300: #CBB4FE;
	--colors-secondary-violet-400: #B28AFB;
	--colors-secondary-violet-500: #995BF7;
	--colors-secondary-violet-600: #8D39EE;
	--colors-secondary-violet-700: #7422CC;
	--colors-secondary-violet-800: #5D1BA3;
	--colors-secondary-violet-900: #4E1987;
	--colors-secondary-violet-950: #321057;
	--colors-secondary-cherry-25: #FFFAFA;
	--colors-secondary-cherry-50: #FFF3F5;
	--colors-secondary-cherry-100: #FEE9EF;
	--colors-secondary-cherry-200: #FED6E3;
	--colors-secondary-cherry-300: #FEB4C4;
	--colors-secondary-cherry-400: #FB8A9D;
	--colors-secondary-cherry-500: #F05D73;
	--colors-secondary-cherry-600: #D12E62;
	--colors-secondary-cherry-700: #B21E54;
	--colors-secondary-cherry-800: #991A49;
	--colors-secondary-cherry-900: #82183F;
	--colors-secondary-cherry-950: #701E3C;
	--colors-secondary-gold-50: #FCF2E0;
	--colors-secondary-gold-200: #F4E0BC;
	--colors-secondary-gold-600: #D9971E;
	--colors-secondary-gold-700: #996108;
	--text-size-xs: 12px;
	--text-size-sm: 14px;
	--text-size-md: 16px;
	--text-size-lg: 18px;
	--text-size-xl: 20px;
	--text-font-xl-light: 300 20px/3px Rubik;
	--text-font-xl-regular: 400 20px/30px Rubik;
	--text-font-xl-medium: 500 20px/30px Rubik;
	--text-font-lg-light: 300 18px/28px Rubik;
	--text-font-lg-regular: 400 18px/28px Rubik;
	--text-font-lg-medium: 500 18px/28px Rubik;
	--text-font-md-light: 300 16px/24px Rubik;
	--text-font-md-regular: 400 16px/24px Rubik;
	--text-font-md-medium: 500 16px/24px Rubik;
	--text-font-md-semi-bold: 600 16px/24px Rubik;
	--text-font-sm-light: 300 14px/20px Rubik;
	--text-font-sm-regular: 400 14px/20px Rubik;
	--text-font-sm-medium: 500 14px/20px Rubik;
	--text-font-sm-semi-bold: 600 14px/20px Rubik;
	--text-font-xs-regular: 400 12px/18px Rubik;
	--text-font-xs-medium: 500 12px/18px Rubik;
	--text-font-xs-semi-bold: 600 12px/18px Rubik;
	--display-size-2-xl: 72px;
	--display-size-xl: 60px;
	--display-size-lg: 48px;
	--display-size-md: 36px;
	--display-size-sm: 30px;
	--display-size-xs: 24px;
	--display-font-2-xl-medium: 500 72px/90px Rubik;
	--display-font-xl-medium: 500 60px/72px Rubik;
	--display-font-lg-medium: 500 48px/60px Rubik;
	--display-font-md-medium: 500 36px/44px Rubik;
	--display-font-md-regular: 400 36px/44px Rubik;
	--display-font-sm-medium: 500 30px/38px Rubik;
	--display-font-sm-regular: 400 30px/38px Rubik;
	--display-font-xs-medium: 500 24px/32px Rubik;
	--display-font-xs-regular: 400 24px/32px Rubik;
	--display-font-xs-semi-bold: 600 24px/32px Rubik;
	--graph-size-heading: 20px;
	--graph-size-subtitle: 14px;
	--graph-font-heading-medium: 500 20px/30 Rubik;
	--graph-font-subtitle-regular: 400 14px/20 Rubik;
	--graph-font-legend-regular: 400 12px/16 'Roboto Mono';
	--graph-font-legend-medium: 500 12px/16 'Roboto Mono';
	--border-radius-none: 0px;
	--border-radius-xxs: 2px;
	--border-radius-xs: 4px;
	--border-radius-sm: 6px;
	--border-radius-md: 8px;
	--border-radius-lg: 10px;
	--border-radius-xl: 12px;
	--border-radius-2-xl: 16px;
	--border-radius-3-xl: 20px;
	--border-radius-4-xl: 24px;
	--border-radius-full: 9999px;
	--spacing-none: 0px;
	--spacing-xxs: 2px;
	--spacing-xs: 4px;
	--spacing-sm: 6px;
	--spacing-md: 8px;
	--spacing-lg: 12px;
	--spacing-xl: 16px;
	--spacing-2-xl: 20px;
	--spacing-3-xl: 24px;
	--spacing-4-xl: 32px;
	--spacing-5-xl: 40px;
	--spacing-6-xl: 48px;
	--spacing-7-xl: 64px;
	--spacing-8-xl: 80px;
	--spacing-9-xl: 96px;
	--spacing-10-xl: 128px;
	--spacing-11-xl: 160px;
	--width-none: 0px;
	--width-xxs: 2px;
	--width-xs: 4px;
	--width-sm: 6px;
	--width-md: 8px;
	--width-lg: 12px;
	--width-xl: 16px;
	--width-2-xl: 20px;
	--width-3-xl: 24px;
	--width-4-xl: 32px;
	--width-5-xl: 40px;
	--width-6-xl: 48px;
	--width-7-xl: 64px;
	--width-8-xl: 80px;
	--width-9-xl: 96px;
	--width-10-xl: 128px;
	--width-11-xl: 160px;
	--height-none: 0px;
	--height-xxs: 2px;
	--height-xs: 4px;
	--height-sm: 6px;
	--height-md: 8px;
	--height-lg: 12px;
	--height-xl: 16px;
	--height-2-xl: 20px;
	--height-3-xl: 24px;
	--height-4-xl: 32px;
	--height-5-xl: 40px;
	--height-6-xl: 48px;
	--height-7-xl: 64px;
	--height-8-xl: 80px;
	--height-9-xl: 96px;
	--height-10-xl: 128px;
	--height-11-xl: 160px;
	--paragraph-max-width: 720px;
	--shadow-xs: 0px 1px 2px rgba(18, 25, 38, 0.05);
	--shadow-sm: 0px 1px 3px rgba(18, 25, 38, 0.10);
	--shadow-md: 0px 4px 8px -2px rgba(18, 25, 38, 0.10);
	--shadow-lg: 0px 12px 16px -4px rgba(18, 25, 38, 0.08);
	--shadow-xl: 0px 20px 24px -4px rgba(18, 25, 38, 0.08);
	--shadow-2-xl: 0px 24px 48px -12px rgba(18, 25, 38, 0.18);
	--shadow-3-xl: 0px 32px 64px -12px rgba(18, 25, 38, 0.14);
	--ring-brand: 0px 0px 0px 2px #4D88F03d;
	--ring-secondary: 0px 0px 0px 2px #995BF73d;
	--ring-gray: 0px 0px 0px 2px #9AA4B223;
	--ring-gray-secondary: 0px 0px 0px 2px #9AA4B233;
	--ring-error: 0px 0px 0px 2px #ED49403d;
	--breakpoints-mobile: 375px;
	--breakpoints-tablet: 768px;
	--breakpoints-desktop: 1280px;
	--breakpoints-wide: 1760px;
  	--bg-primary: #FFFFFF;
	--bg-primary-alt: #FFFFFF;
	--bg-primary-hover: #F8FAFC;
	--bg-primary-solid: #0D121C;
	--bg-secondary: #F8FAFC;
	--bg-secondary-alt: #FCFCFD;
	--bg-secondary-hover: #EEF2F6;
	--bg-secondary-subtle: #FCFCFD;
	--bg-secondary-solid: #4B5565;
	--bg-tertiary: #EEF2F6;
	--bg-quaternary: #E3E8EF;
	--bg-active: #F8FAFC;
	--bg-disabled: #EEF2F6;
	--bg-disabled-subtle: #F8FAFC;
	--bg-overlay: #0D121C;
	--bg-brand-primary: #EBF3FF;
	--bg-brand-primary-alt: #EBF3FF;
	--bg-brand-secondary: #E0EDFF;
	--bg-brand-secondary-alt: #EFE9FE;
	--bg-brand-tertiary: #FEE9EF;
	--bg-brand-solid-primary: #1F6DDB;
	--bg-brand-solid-primary-hover: #2069BA;
	--bg-brand-solid-secondary: #8D39EE;
	--bg-brand-solid-secondary-hover: #7422CC;
	--bg-brand-solid-tertiary: #D12E62;
	--bg-brand-solid-tertiary-hover: #B21E54;
	--bg-brand-section-primary: #1F5199;
	--bg-brand-section-primary-subtle: #2069BA;
	--bg-brand-section-secondary: #5D1BA3;
	--bg-brand-section-secondary-subtle: #7422CC;
	--bg-brand-section-tertiary: #991A49;
	--bg-brand-section-tertiary-subtle: #7422CC;
	--bg-error-primary: #FEF2F1;
	--bg-error-secondary: #FEE8E7;
	--bg-error-solid: #D63129;
	--bg-warning-primary: #FFFBEB;
	--bg-warning-secondary: #FEF3C7;
	--bg-warning-solid: #DC7303;
	--bg-success-primary: #ECFDF1;
	--bg-success-secondary: #DCFAE3;
	--bg-success-solid: #079446;
	--text-primary: #121926;
	--text-primary-on-brand: #FFFFFF;
	--text-secondary: #364152;
	--text-secondary-hover: #202939;
	--text-secondary-on-brand: #E3E8EF;
	--text-tertiary: #4B5565;
	--text-tertiary-hover: #364152;
	--text-tertiary-on-brand: #E3E8EF;
	--text-quaternary: #697586;
	--text-quaternary-on-brand: #CDD5DF;
	--text-white: #FFFFFF;
	--text-disabled: #9AA4B2;
	--text-placeholder: #697586;
	--text-placeholder-subtle: #CDD5DF;
	--text-brand-primary: #1E457D;
	--text-brand-secondary: #2069BA;
	--text-brand-secondary-alt: #7422CC;
	--text-brand-tertiary: #1F6DDB;
	--text-brand-tertiary-alt: #D12E62;
	--text-error-primary: #B3261E;
	--text-warning-primary: #B55008;
	--text-success-primary: #06763C;
	--fg-primary: #121926;
	--fg-secondary: #364152;
	--fg-secondary-hover: #202939;
	--fg-tertiary: #4B5565;
	--fg-tertiary-hover: #364152;
	--fg-quaternary: #697586;
	--fg-quaternary-hover: #4B5565;
	--fg-quinary: #9AA4B2;
	--fg-quinary-hover: #697586;
	--fg-senary: #CDD5DF;
	--fg-white: #FFFFFF;
	--fg-disabled: #9AA4B2;
	--fg-disabled-subtle: #CDD5DF;
	--fg-brand-primary: #1F6DDB;
	--fg-brand-primary-alt: #1F6DDB;
	--fg-brand-secondary: #4D88F0;
	--fg-brand-secondary-alt: #8D39EE;
	--fg-brand-tertiary: #D12E62;
	--fg-error-primary: #D63129;
	--fg-error-secondary: #ED4940;
	--fg-warning-primary: #DC7303;
	--fg-warning-secondary: #F79C09;
	--fg-success-primary: #079446;
	--fg-success-secondary: #17B25A;
	--border-primary: #CDD5DF;
	--border-secondary: #E3E8EF;
	--border-tertiary: #EEF2F6;
	--border-disabled: #CDD5DF;
	--border-disabled-subtle: #E3E8EF;
	--border-brand-primary: #9FC3FC;
	--border-brand-primary-solid: #1F6DDB;
	--border-brand-primary-solid-alt: #1F6DDB;
	--border-brand-primary-solid-hover: #2069BA;
	--border-brand-secondary: #CBB4FE;
	--border-brand-secondary-solid: #8D39EE;
	--border-brand-secondary-solid-alt: #8D39EE;
	--border-brand-tertiary: #FEB4C4;
	--border-brand-tertiary-tertiary-solid: #D12E62;
	--border-brand-tertiary-tertiary-solid-alt: #D12E62;
	--border-success: #75E09C;
	--border-success-solid: #079446;
	--border-error: #FAA7A2;
	--border-error-solid: #D63129;
	--border-warning: #FED14B;
	--border-warning-solid: #DC7303;
	--db-blue-50: #F5F7FF;
	--db-blue-100: #EBEEFF;
	--db-blue-200: #D7DCFE;
	--db-blue-300: #BBC6FB;
	--db-blue-400: #92A8F6;
	--db-blue-500: #7794ED;
	--db-blue-600: #577AD9;
	--db-blue-700: #4167C6;
	--db-blue-800: #38589E;
	--db-teal-50: #F2FEFF;
	--db-teal-100: #E5FBFE;
	--db-teal-200: #C6F7FB;
	--db-teal-300: #92F3F6;
	--db-teal-400: #57D9D7;
	--db-teal-500: #41C6C2;
	--db-teal-600: #389E97;
	--db-teal-700: #307D75;
	--db-teal-800: #1C5F58;
	--db-yellow-50: #FFFBEB;
	--db-yellow-100: #FEF6D7;
	--db-yellow-200: #FBEBBB;
	--db-yellow-300: #F6D892;
	--db-yellow-400: #EDC677;
	--db-yellow-500: #D9AB57;
	--db-yellow-600: #C69541;
	--db-yellow-700: #946725;
	--db-yellow-800: #7D5C30;
	--db-red-50: #FFF7F5;
	--db-red-100: #FFF1EB;
	--db-red-200: #FEE3D7;
	--db-red-300: #FBCCBB;
	--db-red-400: #F6A892;
	--db-red-500: #ED8D77;
	--db-red-600: #D96D57;
	--db-red-700: #B5513A;
	--db-red-800: #9E4738;
	--db-purple-50: #FBF5FF;
	--db-purple-100: #F8EBFF;
	--db-purple-200: #F2D7FE;
	--db-purple-300: #E4BBFB;
	--db-purple-400: #CC92F6;
	--db-purple-500: #B877ED;
	--db-purple-600: #9C57D9;
	--db-purple-700: #8641C6;
	--db-purple-800: #69389E;
	--db-pink-50: #FFF5FB;
	--db-pink-100: #FFEBF7;
	--db-pink-200: #FED7EE;
	--db-pink-300: #FBBBE4;
	--db-pink-400: #F692D6;
	--db-pink-500: #ED77CC;
	--db-pink-600: #D957B8;
	--db-pink-700: #B8379E;
	--db-pink-800: #9E3888;
	--db-green-50: #EBFFED;
	--db-green-100: #D7FEDC;
	--db-green-200: #BBFBBF;
	--db-green-300: #BBFBBF;
	--db-green-400: #5BD957;
	--db-green-500: #43C641;
	--db-green-600: #3D9E38;
	--db-green-700: #367D30;
	--db-green-800: #24661E;;
  }
  [data-theme="dark"] {
  	--bg-primary: #0D121C;
	--bg-primary-alt: #161B26;
	--bg-primary-hover: #1F242F;
	--bg-primary-solid: #161B26;
	--bg-secondary: #161B26;
	--bg-secondary-alt: #161B26;
	--bg-secondary-hover: #1F242F;
	--bg-secondary-subtle: #161B26;
	--bg-secondary-solid: #61656C;
	--bg-tertiary: #1F242F;
	--bg-quaternary: #333741;
	--bg-active: #1F242F;
	--bg-disabled: #1F242F;
	--bg-disabled-subtle: #161B26;
	--bg-overlay: #1F242F;
	--bg-brand-primary: #133669;
	--bg-brand-primary-alt: #1F242F;
	--bg-brand-secondary: #1F6DDB;
	--bg-brand-secondary-alt: #8D39EE;
	--bg-brand-tertiary: #701E3C;
	--bg-brand-solid-primary: #1F6DDB;
	--bg-brand-solid-primary-hover: #4D88F0;
	--bg-brand-solid-secondary: #8D39EE;
	--bg-brand-solid-secondary-hover: #995BF7;
	--bg-brand-solid-tertiary: #D12E62;
	--bg-brand-solid-tertiary-hover: #F05D73;
	--bg-brand-section-primary: #1F242F;
	--bg-brand-section-primary-subtle: #0D121C;
	--bg-brand-section-secondary: #1F242F;
	--bg-brand-section-secondary-subtle: #0D121C;
	--bg-brand-section-tertiary: #1F242F;
	--bg-brand-section-tertiary-subtle: #0D121C;
	--bg-error-primary: #D63129;
	--bg-error-secondary: #D63129;
	--bg-error-solid: #D63129;
	--bg-warning-primary: #DC7303;
	--bg-warning-secondary: #DC7303;
	--bg-warning-solid: #DC7303;
	--bg-success-primary: #079446;
	--bg-success-secondary: #079446;
	--bg-success-solid: #079446;
	--text-primary: #F5F5F6;
	--text-primary-on-brand: #F5F5F6;
	--text-secondary: #CECFD2;
	--text-secondary-hover: #ECECED;
	--text-secondary-on-brand: #94969C;
	--text-tertiary: #94969C;
	--text-tertiary-hover: #CECFD2;
	--text-tertiary-on-brand: #94969C;
	--text-quaternary: #94969C;
	--text-quaternary-on-brand: #94969C;
	--text-white: #FFFFFF;
	--text-disabled: #85888E;
	--text-placeholder: #94969C;
	--text-placeholder-subtle: #333741;
	--text-brand-primary: #F5F5F6;
	--text-brand-secondary: #E0EDFF;
	--text-brand-secondary-alt: #EFE9FE;
	--text-brand-tertiary: #94969C;
	--text-brand-tertiary-alt: #94969C;
	--text-error-primary: #FEE8E7;
	--text-warning-primary: #FEF3C7;
	--text-success-primary: #DCFAE3;
	--fg-primary: #FFFFFF;
	--fg-secondary: #CECFD2;
	--fg-secondary-hover: #ECECED;
	--fg-tertiary: #94969C;
	--fg-tertiary-hover: #CECFD2;
	--fg-quaternary: #94969C;
	--fg-quaternary-hover: #CECFD2;
	--fg-quinary: #85888E;
	--fg-quinary-hover: #94969C;
	--fg-senary: #61656C;
	--fg-white: #FFFFFF;
	--fg-disabled: #85888E;
	--fg-disabled-subtle: #61656C;
	--fg-brand-primary: #1F6DDB;
	--fg-brand-primary-alt: #CECFD2;
	--fg-brand-secondary: #4D88F0;
	--fg-brand-secondary-alt: #995BF7;
	--fg-brand-tertiary: #F05D73;
	--fg-error-primary: #D63129;
	--fg-error-secondary: #ED4940;
	--fg-warning-primary: #DC7303;
	--fg-warning-secondary: #F79C09;
	--fg-success-primary: #079446;
	--fg-success-secondary: #17B25A;
	--border-primary: #333741;
	--border-secondary: #1F242F;
	--border-tertiary: #1F242F;
	--border-disabled: #333741;
	--border-disabled-subtle: #1F242F;
	--border-brand-primary: #7CA9FC;
	--border-brand-primary-solid: #4D88F0;
	--border-brand-primary-solid-alt: #333741;
	--border-brand-primary-solid-hover: #4D88F0;
	--border-brand-secondary: #B28AFB;
	--border-brand-secondary-solid: #995BF7;
	--border-brand-secondary-solid-alt: #333741;
	--border-brand-tertiary: #FB8A9D;
	--border-brand-tertiary-tertiary-solid: #F05D73;
	--border-brand-tertiary-tertiary-solid-alt: #333741;
	--border-success: #47CD7D;
	--border-success-solid: #17B25A;
	--border-error: #F7766F;
	--border-error-solid: #ED4940;
	--border-warning: #FDBB22;
	--border-warning-solid: #F79C09;
	--db-blue-50: #1C335F;
	--db-blue-100: #304B7D;
	--db-blue-200: #38589E;
	--db-blue-300: #4167C6;
	--db-blue-400: #577AD9;
	--db-blue-500: #7794ED;
	--db-blue-600: #92A8F6;
	--db-blue-700: #BBC6FB;
	--db-blue-800: #D7DCFE;
	--db-teal-50: #113832;
	--db-teal-100: #184D45;
	--db-teal-200: #1C5F58;
	--db-teal-300: #307D75;
	--db-teal-400: #389E97;
	--db-teal-500: #41C6C2;
	--db-teal-600: #57D9D7;
	--db-teal-700: #92F3F6;
	--db-teal-800: #C6F7FB;
	--db-yellow-50: #523B1D;
	--db-yellow-100: #5F421C;
	--db-yellow-200: #7D5C30;
	--db-yellow-300: #946725;
	--db-yellow-400: #C69541;
	--db-yellow-500: #D9AB57;
	--db-yellow-600: #EDC677;
	--db-yellow-700: #F6D892;
	--db-yellow-800: #FBEBBB;
	--db-red-50: #5F241C;
	--db-red-100: #7D3930;
	--db-red-200: #9E4738;
	--db-red-300: #B5513A;
	--db-red-400: #D96D57;
	--db-red-500: #ED8D77;
	--db-red-600: #F6A892;
	--db-red-700: #FBCCBB;
	--db-red-800: #FEE3D7;
	--db-purple-50: #3A1C5F;
	--db-purple-100: #53307D;
	--db-purple-200: #69389E;
	--db-purple-300: #8641C6;
	--db-purple-400: #9C57D9;
	--db-purple-500: #B877ED;
	--db-purple-600: #CC92F6;
	--db-purple-700: #E4BBFB;
	--db-purple-800: #F2D7FE;
	--db-pink-50: #5F1C53;
	--db-pink-100: #7D306F;
	--db-pink-200: #9E3888;
	--db-pink-300: #B8379E;
	--db-pink-400: #D957B8;
	--db-pink-500: #ED77CC;
	--db-pink-600: #F692D6;
	--db-pink-700: #FBBBE4;
	--db-pink-800: #FED7EE;
	--db-green-50: #1C4219;
	--db-green-100: #1F521B;
	--db-green-200: #24661E;
	--db-green-300: #367D30;
	--db-green-400: #3D9E38;
	--db-green-500: #43C641;
	--db-green-600: #5BD957;
	--db-green-700: #BBFBBF;
	--db-green-800: #BBFBBF;;
  }
  @keyframes _animate-in_1od4y_1 {
  0% {
    transform: translateY(2px);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes _animate-out_1od4y_1 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
._tooltip_1od4y_19 {
  pointer-events: none;
  background: none !important;
  box-shadow: none !important;
  max-width: 0;
  max-height: 0 !important;
  padding: 0 !important;
  margin: 0;
  z-index: 100;
  opacity: 0;
  animation-name: _animate-in_1od4y_1;
  animation-duration: 0.1s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-out;
}

._animate_out_1od4y_35 {
  opacity: 1;
  animation-name: _animate-out_1od4y_1;
  animation-duration: 0.15s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-out;
  animation-delay: 0.4s;
}

._tooltip_wrapper_1od4y_44 {
  z-index: 999;
  width: 200px;
  max-width: 200px;
  height: 150px;
  max-height: 150px;
  transform: translate(-100px, -158px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}

._tooltip_box_1od4y_57 {
  display: flex;
  padding: 0.5em 1em;
  border-width: 1px;
  border-style: solid;
  border-radius: 0.5em;
  box-shadow: 0 3px 6px 3px rgba(0, 0, 0, 0.1);
  border-color: var(--border-color-primary);
  color: var(--text-color-primary);
  background-color: var(--background-color-primary);
}

._arrow_container_1od4y_69 {
  display: flex;
  justify-content: center;
  height: 10px;
  z-index: 999;
}

._arrow_1od4y_69,
._arrow_svg_1od4y_77 {
  width: 10px;
  height: 10px;
  overflow: visible;
}._legend_container_19dbg_1 {
  cursor: pointer;
  border-radius: var(--border-radius-small);
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  font: var(--text-font-xs-regular);
  padding: var(--spacing-xs);
  color: var(--text-secondary);
}
._legend_container_19dbg_1:hover {
  background-color: var(--background-color-secondary);
}._tableCell_hjsor_1 {
  height: 24px;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 400;
  color: var(--text-color-primary);
}._headerCell_xgnez_1 {
  height: 28px;
  padding: 4px 8px;
  font-size: 0.875em;
  font-weight: 400;
  color: var(--text-secondary);
  background-color: var(--bg-brand-primary);
  border-bottom: 2px solid var(--bg-brand-solid-primary);
  text-align: left;
}

._sticky_xgnez_12 {
  position: sticky;
  top: 0;
  z-index: 10;
  background-color: var(--bg-primary);
}._table_1utbp_1 {
  border-collapse: collapse;
  border-spacing: 0;
  position: relative;
}._NavigationItem_1e67f_1 {
  display: flex;
  align-items: center;
  list-style-type: none;
  border-radius: var(--border-radius-small);
  cursor: pointer;
  font: var(--text-font-md-medium);
  line-height: var(--text-size-md);
  gap: var(--spacing-lg);
  padding: var(--spacing-md) var(--spacing-lg);
  text-decoration: none;
  transition: width 200ms ease-in-out;
  background-color: var(--bg-primary);
  color: var(--text-secondary);
}
._NavigationItem_1e67f_1:focus {
  box-shadow: var(--ring-gray), var(--shadow-xs);
}
._NavigationItem_1e67f_1 ._NavigationItemIcon_1e67f_19 {
  font-size: 24px;
  color: var(--nav-item-fg);
}
._NavigationItem--active_1e67f_23, ._NavigationItem_1e67f_1:hover {
  background-color: var(--bg-brand-primary);
}
._NavigationItem--active_1e67f_23:focus {
  box-shadow: var(--ring-brand), var(--shadow-xs);
}
._NavigationItem--minified_1e67f_29 {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 0;
}

:root {
  --nav-item-fg: var(--colors-primary-gray-500);
}

[data-theme=dark] {
  --nav-item-fg: var(--colors-primary-gray-dark-50);
}:root {
  --nav-item-fg: #697586;
  --text-quaternary: #697586;
}
:root [data-theme=dark] {
  --nav-item-fg: #94969c;
}

._sidebarNavigationItems_um0nh_9 a svg {
  color: var(--nav-item-fg) !important;
}._root_qnn99_1 {
  color: #fff;
  font-size: 2em;
  height: 100vh;
  background: black;
}

._button_qnn99_8 {
  color: #ffff00;
  cursor: pointer;
  text-decoration: none;
  font-weight: bold;
  border-bottom: 2px solid transparent;
  padding-top: 0.15em;
  transition: 0.2s;
}
._button_qnn99_8:hover {
  border-bottom: 2px solid #ffff00;
  padding-bottom: 0.15em;
  padding-top: 0;
  transform: translateY(-0.15em);
}

@keyframes _move_qnn99_1 {
  100% {
    transform: translate3d(0, 0, 1px) rotate(360deg);
  }
}
._background_qnn99_29 {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--background-color-primary);
  overflow: hidden;
}

._background_qnn99_29 span {
  width: 27vmin;
  height: 27vmin;
  border-radius: 27vmin;
  backface-visibility: hidden;
  position: absolute;
  animation: _move_qnn99_1;
  animation-duration: 32s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  opacity: 0.25;
}

._background_qnn99_29 span:nth-child(0) {
  color: #fff76b;
  top: 46%;
  left: 50%;
  animation-duration: 85s;
  animation-delay: -59s;
  transform-origin: -17vw -13vh;
  box-shadow: -74vmin 0 9.9316614677vmin currentColor;
}

._background_qnn99_29 span:nth-child(1) {
  color: #77bb41;
  top: 16%;
  left: 25%;
  animation-duration: 163s;
  animation-delay: -98s;
  transform-origin: 4vw 20vh;
  box-shadow: 74vmin 0 10.2004243916vmin currentColor;
}

._background_qnn99_29 span:nth-child(2) {
  color: #77bb41;
  top: 22%;
  left: 76%;
  animation-duration: 72s;
  animation-delay: -91s;
  transform-origin: -4vw -17vh;
  box-shadow: 74vmin 0 9.6116719723vmin currentColor;
}

._background_qnn99_29 span:nth-child(3) {
  color: #00c7fc;
  top: 57%;
  left: 14%;
  animation-duration: 112s;
  animation-delay: -151s;
  transform-origin: 22vw 19vh;
  box-shadow: 74vmin 0 10.2025666081vmin currentColor;
}

._background_qnn99_29 span:nth-child(4) {
  color: #00c7fc;
  top: 9%;
  left: 61%;
  animation-duration: 66s;
  animation-delay: -117s;
  transform-origin: -13vw 1vh;
  box-shadow: 74vmin 0 9.7891025431vmin currentColor;
}

._background_qnn99_29 span:nth-child(5) {
  color: #00c7fc;
  top: 26%;
  left: 28%;
  animation-duration: 42s;
  animation-delay: -135s;
  transform-origin: -1vw -1vh;
  box-shadow: -74vmin 0 9.3805288739vmin currentColor;
}

._background_qnn99_29 span:nth-child(6) {
  color: #fff76b;
  top: 81%;
  left: 98%;
  animation-duration: 159s;
  animation-delay: -179s;
  transform-origin: -8vw 11vh;
  box-shadow: -74vmin 0 10.0181065021vmin currentColor;
}

._background_qnn99_29 span:nth-child(7) {
  color: #77bb41;
  top: 25%;
  left: 71%;
  animation-duration: 86s;
  animation-delay: -99s;
  transform-origin: 9vw -1vh;
  box-shadow: 74vmin 0 9.4847168727vmin currentColor;
}

._background_qnn99_29 span:nth-child(8) {
  color: #fff76b;
  top: 7%;
  left: 32%;
  animation-duration: 69s;
  animation-delay: -31s;
  transform-origin: 25vw -18vh;
  box-shadow: -74vmin 0 10.0190917573vmin currentColor;
}

._background_qnn99_29 span:nth-child(9) {
  color: #77bb41;
  top: 9%;
  left: 87%;
  animation-duration: 100s;
  animation-delay: -180s;
  transform-origin: -9vw -13vh;
  box-shadow: -74vmin 0 9.9145317992vmin currentColor;
}

._background_qnn99_29 span:nth-child(10) {
  color: #fff76b;
  top: 56%;
  left: 51%;
  animation-duration: 14s;
  animation-delay: -116s;
  transform-origin: -21vw -17vh;
  box-shadow: -74vmin 0 9.9015879939vmin currentColor;
}

._background_qnn99_29 span:nth-child(11) {
  color: #77bb41;
  top: 74%;
  left: 60%;
  animation-duration: 179s;
  animation-delay: -91s;
  transform-origin: 13vw 9vh;
  box-shadow: -74vmin 0 9.2706050151vmin currentColor;
}

._background_qnn99_29 span:nth-child(12) {
  color: #00c7fc;
  top: 89%;
  left: 21%;
  animation-duration: 94s;
  animation-delay: -24s;
  transform-origin: 5vw 1vh;
  box-shadow: -74vmin 0 10.1912702769vmin currentColor;
}

._background_qnn99_29 span:nth-child(13) {
  color: #00c7fc;
  top: 87%;
  left: 11%;
  animation-duration: 65s;
  animation-delay: -123s;
  transform-origin: -12vw -10vh;
  box-shadow: 74vmin 0 9.9697985061vmin currentColor;
}

._background_qnn99_29 span:nth-child(14) {
  color: #00c7fc;
  top: 82%;
  left: 62%;
  animation-duration: 44s;
  animation-delay: -3s;
  transform-origin: -20vw 6vh;
  box-shadow: -74vmin 0 9.5751157121vmin currentColor;
}

._background_qnn99_29 span:nth-child(15) {
  color: #fff76b;
  top: 15%;
  left: 20%;
  animation-duration: 8s;
  animation-delay: -126s;
  transform-origin: 7vw 2vh;
  box-shadow: 74vmin 0 9.3247075151vmin currentColor;
}

._background_qnn99_29 span:nth-child(16) {
  color: #00c7fc;
  top: 34%;
  left: 61%;
  animation-duration: 173s;
  animation-delay: -102s;
  transform-origin: -4vw 8vh;
  box-shadow: 74vmin 0 10.038651988vmin currentColor;
}

._background_qnn99_29 span:nth-child(17) {
  color: #fff76b;
  top: 45%;
  left: 22%;
  animation-duration: 128s;
  animation-delay: -123s;
  transform-origin: 21vw 17vh;
  box-shadow: 74vmin 0 9.4733000217vmin currentColor;
}

._background_qnn99_29 span:nth-child(18) {
  color: #fff76b;
  top: 3%;
  left: 32%;
  animation-duration: 129s;
  animation-delay: -149s;
  transform-origin: 11vw 13vh;
  box-shadow: -74vmin 0 9.4672251089vmin currentColor;
}

._background_qnn99_29 span:nth-child(19) {
  color: #00c7fc;
  top: 86%;
  left: 17%;
  animation-duration: 142s;
  animation-delay: -58s;
  transform-origin: -14vw -4vh;
  box-shadow: 74vmin 0 9.2863971217vmin currentColor;
}

._background_qnn99_29 span:nth-child(20) {
  color: #fff76b;
  top: 27%;
  left: 84%;
  animation-duration: 15s;
  animation-delay: -10s;
  transform-origin: 14vw 12vh;
  box-shadow: 74vmin 0 9.8607355219vmin currentColor;
}

._background_qnn99_29 span:nth-child(21) {
  color: #00c7fc;
  top: 55%;
  left: 47%;
  animation-duration: 185s;
  animation-delay: -159s;
  transform-origin: -13vw -3vh;
  box-shadow: 74vmin 0 9.4211300711vmin currentColor;
}

._background_qnn99_29 span:nth-child(22) {
  color: #fff76b;
  top: 10%;
  left: 30%;
  animation-duration: 40s;
  animation-delay: -98s;
  transform-origin: 4vw -14vh;
  box-shadow: 74vmin 0 9.4906948818vmin currentColor;
}

._background_qnn99_29 span:nth-child(23) {
  color: #77bb41;
  top: 87%;
  left: 33%;
  animation-duration: 185s;
  animation-delay: -66s;
  transform-origin: -19vw 10vh;
  box-shadow: 74vmin 0 9.433576806vmin currentColor;
}

._background_qnn99_29 span:nth-child(24) {
  color: #00c7fc;
  top: 41%;
  left: 72%;
  animation-duration: 89s;
  animation-delay: -114s;
  transform-origin: -21vw 3vh;
  box-shadow: 74vmin 0 9.5007630734vmin currentColor;
}

._background_qnn99_29 span:nth-child(25) {
  color: #fff76b;
  top: 98%;
  left: 55%;
  animation-duration: 26s;
  animation-delay: -24s;
  transform-origin: 3vw -21vh;
  box-shadow: -74vmin 0 9.2581933066vmin currentColor;
}

._background_qnn99_29 span:nth-child(26) {
  color: #00c7fc;
  top: 34%;
  left: 9%;
  animation-duration: 58s;
  animation-delay: -20s;
  transform-origin: 23vw -17vh;
  box-shadow: -74vmin 0 9.6117226912vmin currentColor;
}._NavigationItem_1e67f_1 {
  display: flex;
  align-items: center;
  list-style-type: none;
  border-radius: var(--border-radius-small);
  cursor: pointer;
  font: var(--text-font-md-medium);
  line-height: var(--text-size-md);
  gap: var(--spacing-lg);
  padding: var(--spacing-md) var(--spacing-lg);
  text-decoration: none;
  transition: width 200ms ease-in-out;
  background-color: var(--bg-primary);
  color: var(--text-secondary);
}
._NavigationItem_1e67f_1:focus {
  box-shadow: var(--ring-gray), var(--shadow-xs);
}
._NavigationItem_1e67f_1 ._NavigationItemIcon_1e67f_19 {
  font-size: 24px;
  color: var(--nav-item-fg);
}
._NavigationItem--active_1e67f_23, ._NavigationItem_1e67f_1:hover {
  background-color: var(--bg-brand-primary);
}
._NavigationItem--active_1e67f_23:focus {
  box-shadow: var(--ring-brand), var(--shadow-xs);
}
._NavigationItem--minified_1e67f_29 {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 0;
}

:root {
  --nav-item-fg: var(--colors-primary-gray-500);
}

[data-theme=dark] {
  --nav-item-fg: var(--colors-primary-gray-dark-50);
}._container_5ckk3_1 {
  max-width: 100%;
  max-height: 100%;
}

._themeRoot_5ckk3_6 {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}

/* stylelint-disable scale-unlimited/declaration-strict-value */
._disableTransitions_5ckk3_14 {
  transition: 0s !important;
}
._disableTransitions_5ckk3_14 * {
  transition: 0s !important;
}

/* stylelint-enable scale-unlimited/declaration-strict-value */._page_zy22u_1 {
  box-sizing: border-box;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

._scroll_zy22u_14 {
  overflow-y: auto;
}/* TODO stylelint */
/* stylelint-disable */
._snapGrid_xt68s_3 {
  display: grid;
  min-width: 100%;
  max-width: 100%;
  width: 100%;
  height: 100%;
  border-collapse: collapse;
  border-left: 1px dashed var(--background-color-secondary);
  border-top: 1px dashed var(--background-color-secondary);
  background-size: 5px 5px;
  background-image: linear-gradient(to right, grey 1px, transparent 1px), linear-gradient(to bottom, grey 1px, transparent 1px);
}

._grid_cell_xt68s_16 {
  border-right: 1px dashed var(--background-color-secondary);
  border-bottom: 1px dashed var(--background-color-secondary);
}

._cell_hover_xt68s_21 {
  border: 1px solid red;
}._card_1039o_1 {
  display: flex;
  flex-direction: column;
  border-radius: var(--border-radius-small);
  background-color: var(--background-color-primary);
  overflow: hidden;
  width: auto;
  max-height: 100%;
  height: 100%;
  padding: var(--spacing);
  box-sizing: border-box;
}

._header_1039o_14 {
  min-height: 1em;
  max-height: 1em;
  border-bottom: var(--border-width-small) inherit var(--border-color-tertiary);
  padding-bottom: var(--spacing);
  align-self: stretch;
  overflow: hidden;
  box-sizing: content-box;
  font: var(--text-font-sm-medium);
}

._content_1039o_25 {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  height: auto;
  flex: 1;
}

._content_full_1039o_33 {
  padding: 0;
}/* TODO stylelint */
/* stylelint-disable */
._wrapper_bjkko_3 {
  transition: 0.3s;
  transition-timing-function: cubic-bezier(0.29, 1.11, 0.46, 1.16);
  box-sizing: border-box;
  border: 2px solid var(--background-color-tertiary);
  background-color: var(--background-color-primary);
  border-radius: 0.5em;
  overflow: hidden;
}

._wrapper_bjkko_3._is_dragging_bjkko_13 {
  transition: 0s;
}

._content_bjkko_17 {
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  box-sizing: border-box;
}

._row_bjkko_23 {
  max-height: calc(100% - 10px);
  height: calc(100% - 10px);
}

._drag_right_bjkko_28,
._drag_bottom_bjkko_29,
._drag_corner_bjkko_30 {
  background-color: var(--background-color-tertiary);
}

._drag_right_bjkko_28 {
  cursor: ew-resize;
  height: 100%;
  max-width: 10px;
  min-width: 10px;
  width: 10px;
}

._drag_bottom_bjkko_29 {
  cursor: ns-resize;
  width: 100%;
  max-height: 10px;
  min-height: 10px;
  height: 10px;
}

._drag_corner_bjkko_30 {
  cursor: nwse-resize;
  max-width: 10px;
  min-width: 10px;
  width: 10px;
  max-height: 10px;
  min-height: 10px;
  height: 10px;
}._content_1k2lw_1 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  background-color: var(--background-color-primary);
  padding: calc(var(--spacing) * 1.25) calc(var(--spacing) * 1.75);
  box-shadow: var(--box-shadow-large);
  border-radius: var(--border-radius-small);
  color: var(--text-color-primary);
  position: relative;
  border: 1px solid var(--background-color-secondary);
}

._close_1k2lw_15 {
  position: absolute;
  top: 0.25rem;
  right: 0.25rem;
  color: var(--text-color-tertiary);
  font-size: 1.2rem;
  border-radius: 100%;
  cursor: pointer;
}
._close_1k2lw_15:hover {
  filter: brightness(110%);
}
._close_1k2lw_15:focus {
  color: var(--accent-color-primary);
}

._arrow_1k2lw_31 {
  fill: var(--background-color-primary);
  height: 0.5rem;
  width: 1rem;
}@keyframes _fadeIn_f2cud_1 {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
._content_f2cud_11 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  background-color: var(--background-color-primary);
  padding: calc(var(--spacing) * 0.5) calc(var(--spacing) * 1.2);
  box-shadow: var(--box-shadow-medium);
  border-radius: var(--border-radius-small);
  color: var(--accent-color-secondary);
  position: relative;
  border: 1px solid var(--background-color-secondary);
  opacity: 0;
}

._content_f2cud_11[data-state=delayed-open] {
  animation-name: _fadeIn_f2cud_1;
  animation-duration: var(--transition-default);
  animation-fill-mode: forwards;
}

._close_f2cud_32 {
  position: absolute;
  top: 0.25rem;
  right: 0.25rem;
  color: var(--text-color-tertiary);
  font-size: 1.2rem;
  border-radius: 100%;
  cursor: pointer;
}
._close_f2cud_32:hover {
  filter: brightness(110%);
}
._close_f2cud_32:focus {
  color: var(--accent-color-primary);
}

._arrow_f2cud_48 {
  fill: var(--background-color-primary);
  height: 0.5rem;
  width: 1rem;
}@keyframes _pickupAnimation_1huro_1 {
  0% {
    transform: scale(1.03);
  }
  10% {
    transform: scale(0.97);
  }
  50% {
    transform: scale(1.01);
  }
  100% {
    transform: scale(1);
  }
}
._dragPreview_1huro_15 {
  pointer-events: none !important;
  -webkit-user-select: none !important;
          user-select: none !important;
}
._dragPreview_1huro_15 * {
  pointer-events: none !important;
  -webkit-user-select: none !important;
          user-select: none !important;
}

@keyframes _dropAnimation_1huro_1 {
  0% {
    transform: scale(1.03);
    opacity: 0;
  }
  10% {
    transform: scale(0.97);
  }
  50% {
    transform: scale(1.01);
  }
  100% {
    transform: none;
    opacity: 1;
  }
}
._dropAnim_1huro_40 {
  animation-name: _dropAnimation_1huro_1;
  animation-duration: 0.2s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
  transform-origin: 50% 50%;
  pointer-events: none;
}._tabBar_h471k_1 {
  display: flex;
  flex-direction: column;
  border-radius: 0;
  background-color: var(--background-color-primary);
  border-bottom: var(--border-width-small) solid var(--background-color-secondary);
}

._innerTabContainer_h471k_9 {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  align-self: stretch;
}

._tabBar_h471k_1 ._tabButton_h471k_16 {
  border-bottom: var(--border-width-large) solid transparent;
  padding: var(--spacing) calc(var(--spacing) * 1.25);
}

._vertical_h471k_21 {
  flex-direction: column;
  align-items: stretch;
  text-align: center;
  border-right: var(--border-width-small) solid var(--background-color-secondary);
  border-bottom: none;
}

._vertical_h471k_21 ._innerTabContainer_h471k_9 {
  flex-direction: column;
}

._vertical_h471k_21 ._tabButton_h471k_16 {
  border-right: var(--border-width-large) solid transparent;
  border-bottom: none;
  padding-left: 0;
  flex: none;
}

._tabButton_h471k_16 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  color: var(--text-color-primary);
  transition: var(--transition-default);
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
}

._tabButton_h471k_16:not(._selected_h471k_48) {
  color: var(--text-color-tertiary);
}

._tabButton_h471k_16:not(._selected_h471k_48):hover {
  color: var(--accent-color-secondary);
}

._tabButton_h471k_16._selected_h471k_48 {
  border-color: var(--accent-color-primary);
}

._independent_h471k_58 {
  border-radius: var(--border-radius-large);
  background-color: var(--background-color-primary);
  padding: calc(var(--spacing) * 0.5);
  border: none;
  gap: var(--spacing);
}

._independent_h471k_58 ._tabButton_h471k_16 {
  padding: calc(var(--spacing) * 0.5) calc(var(--spacing) * 1.25);
  border-radius: calc(var(--border-radius-large) * 0.7);
  box-sizing: border-box;
  border: none;
}

._independent_h471k_58 ._tabButton_h471k_16._selected_h471k_48 {
  box-shadow: var(--box-shadow-small);
  background-color: var(--accent-color-primary);
  color: var(--accent-text-color-primary);
}

._independent_h471k_58 ._tabButton_h471k_16:not(._selected_h471k_48) {
  /* stylelint-disable-next-line scale-unlimited/declaration-strict-value */
  border-color: transparent;
}

._independent_h471k_58 ._tabButton_h471k_16:not(._selected_h471k_48):hover {
  color: var(--accent-color-primary);
  background-color: var(--background-color-secondary);
}/* Global SCSS sets many variables directly, so no strict declaration check here */
/* stylelint-disable scale-unlimited/declaration-strict-value */
html {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  font-weight: 500;
  /* stylelint-disable unit-allowed-list */
  max-height: 100vh;
  min-height: 100vh;
  height: 100vh;
  max-width: 100vw;
  min-width: 100vw;
  width: 100vw;
  /* stylelint-enable unit-allowed-list */
  overflow: hidden;
}

#root {
  overflow: hidden;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3 {
  font-weight: 700;
}

a {
  text-decoration: none;
}

button,
input,
select {
  all: unset;
}:root {
  --resize-border-color: var(--colors-primary-brand-600);
}

[data-theme=dark] {
  --resize-border-color: var(--colors-primary-brand-800);
}

.react-grid-layout {
  position: relative;
  transition: height 200ms ease;
}
.react-grid-layout.noTransition {
  transition: none !important;
}
.react-grid-layout.noTransition * {
  transition: none !important;
}

.react-grid-item {
  transition: all 200ms ease;
  transition-property: left, top, width, height;
}

.react-grid-item img {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.react-grid-item.cssTransforms {
  transition-property: transform, width, height;
}

.react-grid-item.resizing {
  transition: none;
  z-index: 2;
  will-change: width, height;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.react-grid-item.resizing > * {
  pointer-events: none;
}

.react-grid-item.react-draggable-dragging {
  transition: none;
  z-index: 3;
  will-change: transform;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.react-grid-item.react-draggable-dragging > * {
  pointer-events: none;
}

.react-grid-item.dropping {
  visibility: hidden;
}

.react-grid-item.react-grid-placeholder {
  transition-duration: 100ms;
  z-index: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  background: var(--bg-primary);
  opacity: 0.6;
  border-radius: 1em;
}

.react-grid-item.react-grid-placeholder.placeholder-resizing {
  transition: none;
}

.react-grid-item > .react-resizable-handle {
  position: absolute;
  width: 32px;
  height: 32px;
  background: var(--bg-primary);
  border: 1px solid var(--border-primary);
  border-radius: 100%;
  bottom: -10px;
  right: -10px;
  cursor: nwse-resize;
}
.react-grid-item > .react-resizable-handle:hover {
  background: var(--bg-primary-hover);
}

.react-grid-item > .react-resizable-handle::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14px' height='14px' viewBox='0 0 14 14' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.9359 1.92323L12.0767 11.0642V9.17376C12.0767 9.08032 12.0952 8.98779 12.1309 8.90145C12.1667 8.81512 12.2191 8.73668 12.2852 8.6706C12.3512 8.60453 12.4297 8.55211 12.516 8.51635C12.6023 8.48059 12.6949 8.46219 12.7883 8.46219C12.8818 8.46219 12.9743 8.48059 13.0606 8.51635C13.1469 8.55211 13.2254 8.60453 13.2915 8.6706C13.3575 8.73668 13.4099 8.81512 13.4457 8.90145C13.4815 8.98779 13.4999 9.08032 13.4999 9.17376V12.731L13.4995 12.7563C13.5031 12.8539 13.4865 12.9512 13.4507 13.0421C13.4149 13.133 13.3607 13.2155 13.2915 13.2845C13.1725 13.4038 13.0148 13.4769 12.8468 13.4904C12.8085 13.4968 12.7697 13.5 12.7308 13.5L9.17371 13.5C8.98499 13.5 8.804 13.425 8.67056 13.2916C8.53711 13.1581 8.46214 12.9771 8.46214 12.7884C8.46214 12.5997 8.53711 12.4187 8.67056 12.2853C8.804 12.1518 8.98499 12.0769 9.17371 12.0769H11.0782L1.92295 2.92217L1.92295 4.82631C1.92503 4.92105 1.90817 5.01525 1.87335 5.10338C1.83853 5.19151 1.78646 5.27179 1.7202 5.33953C1.65393 5.40726 1.57481 5.46108 1.48747 5.49782C1.40012 5.53456 1.30632 5.55349 1.21156 5.55349C1.11681 5.55349 1.023 5.53456 0.93566 5.49782C0.848316 5.46108 0.76919 5.40726 0.702926 5.33953C0.636661 5.27179 0.584593 5.19151 0.549776 5.10338C0.514958 5.01525 0.498094 4.92105 0.500171 4.82631L0.500171 1.26912C0.500171 1.22944 0.503592 1.19078 0.50975 1.15281C0.522749 0.990995 0.591511 0.832602 0.715692 0.708418C0.860742 0.563025 1.05334 0.493918 1.24389 0.500419L1.26921 0.500076H4.82633C5.01505 0.500077 5.19604 0.575047 5.32948 0.708492C5.46293 0.841939 5.5379 1.02293 5.5379 1.21165C5.5379 1.40037 5.46293 1.58136 5.32948 1.71481C5.19604 1.84826 5.01505 1.92323 4.82633 1.92323H2.9359Z' fill='%23697586'/%3E%3C/svg%3E");
  position: absolute;
  width: 14px;
  height: 14px;
  top: 4px;
  left: 8px;
}

.react-resizable-hide > .react-resizable-handle {
  display: none;
  position: relative;
}

.react-grid-item > .react-resizable-handle.react-resizable-handle-sw {
  bottom: 0;
  left: 0;
  cursor: sw-resize;
  transform: rotate(90deg);
}

/* ======== THIS ONE IS USED ========= */
.react-grid-item > .react-resizable-handle.react-resizable-handle-se {
  bottom: -10px;
  right: -10px;
}

/* ======== ========= */
.react-grid-item > .react-resizable-handle.react-resizable-handle-nw {
  top: 0;
  left: 0;
  cursor: nw-resize;
  transform: rotate(180deg);
}

.react-grid-item > .react-resizable-handle.react-resizable-handle-ne {
  top: 0;
  right: 0;
  cursor: ne-resize;
  transform: rotate(270deg);
}

.react-grid-item > .react-resizable-handle.react-resizable-handle-w,
.react-grid-item > .react-resizable-handle.react-resizable-handle-e {
  top: 50%;
  margin-top: -10px;
  cursor: ew-resize;
}

.react-grid-item > .react-resizable-handle.react-resizable-handle-w {
  left: 0;
  transform: rotate(135deg);
}

.react-grid-item > .react-resizable-handle.react-resizable-handle-e {
  right: 0;
  transform: rotate(315deg);
}

.react-grid-item > .react-resizable-handle.react-resizable-handle-n,
.react-grid-item > .react-resizable-handle.react-resizable-handle-s {
  left: 50%;
  margin-left: -10px;
  cursor: ns-resize;
}

.react-grid-item > .react-resizable-handle.react-resizable-handle-n {
  top: 0;
  transform: rotate(225deg);
}

.react-grid-item > .react-resizable-handle.react-resizable-handle-s {
  bottom: 0;
  transform: rotate(45deg);
}