@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&family=Open+Sans:ital,wght@0,400;0,500;0,700;1,400&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Koulen&display=swap);
/*
! tailwindcss v3.4.7 | 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;
}:root{
  --wg-font-smooth--webkit: antialiased;
  --wg-font-smooth--moz: grayscale;
}html{
  color: hsl(var(--wg-foreground));
  background-color: hsl(var(--wg-background));
}*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}.container{
  width: 100%;
}@media (min-width: 480px){.container{
    max-width: 480px;
  }
}@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;
  }
}.pointer-events-none{
  pointer-events: none;
}.visible{
  visibility: visible;
}.fixed{
  position: fixed;
}.absolute{
  position: absolute;
}.relative{
  position: relative;
}.inset-0{
  inset: 0px;
}.-bottom-14{
  bottom: -3.5rem;
}.-left-4{
  left: -1rem;
}.-right-\[20px\]{
  right: -20px;
}.-top-2{
  top: -0.5rem;
}.-top-3{
  top: -0.75rem;
}.-top-\[0\.65rem\]{
  top: -0.65rem;
}.-top-\[28px\]{
  top: -28px;
}.bottom-0{
  bottom: 0px;
}.bottom-6{
  bottom: 1.5rem;
}.left-0{
  left: 0px;
}.left-1\/2{
  left: 50%;
}.left-2{
  left: 0.5rem;
}.left-3{
  left: 0.75rem;
}.left-\[18px\]{
  left: 18px;
}.right-0{
  right: 0px;
}.right-1{
  right: 0.25rem;
}.right-2{
  right: 0.5rem;
}.right-4{
  right: 1rem;
}.right-5{
  right: 1.25rem;
}.right-6{
  right: 1.5rem;
}.top-0{
  top: 0px;
}.top-1\.5{
  top: 0.375rem;
}.top-1\/2{
  top: 50%;
}.top-2{
  top: 0.5rem;
}.top-2\.5{
  top: 0.625rem;
}.top-3{
  top: 0.75rem;
}.top-9{
  top: 2.25rem;
}.top-\[50px\]{
  top: 50px;
}.top-\[8px\]{
  top: 8px;
}.z-0{
  z-index: 0;
}.z-10{
  z-index: 10;
}.z-20{
  z-index: 20;
}.z-40{
  z-index: 40;
}.z-50{
  z-index: 50;
}.z-\[9991\]{
  z-index: 9991;
}.order-3{
  order: 3;
}.col-span-full{
  grid-column: 1 / -1;
}.col-start-1{
  grid-column-start: 1;
}.col-start-2{
  grid-column-start: 2;
}.col-start-3{
  grid-column-start: 3;
}.col-start-4{
  grid-column-start: 4;
}.col-start-5{
  grid-column-start: 5;
}.col-start-6{
  grid-column-start: 6;
}.col-start-7{
  grid-column-start: 7;
}.row-start-2{
  grid-row-start: 2;
}.m-auto{
  margin: auto;
}.-mx-4{
  margin-left: -1rem;
  margin-right: -1rem;
}.mx-1{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}.mx-\[2px\]{
  margin-left: 2px;
  margin-right: 2px;
}.mx-auto{
  margin-left: auto;
  margin-right: auto;
}.my-0\.5{
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
}.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}.-mb-px{
  margin-bottom: -1px;
}.mb-10{
  margin-bottom: 2.5rem;
}.mb-20{
  margin-bottom: 5rem;
}.mb-3{
  margin-bottom: 0.75rem;
}.mb-4{
  margin-bottom: 1rem;
}.ml-1{
  margin-left: 0.25rem;
}.ml-2{
  margin-left: 0.5rem;
}.ml-auto{
  margin-left: auto;
}.mr-1{
  margin-right: 0.25rem;
}.mr-\[-4\.5\%\]{
  margin-right: -4.5%;
}.ms-auto{
  margin-inline-start: auto;
}.mt-1{
  margin-top: 0.25rem;
}.mt-10{
  margin-top: 2.5rem;
}.mt-16{
  margin-top: 4rem;
}.mt-3{
  margin-top: 0.75rem;
}.mt-4{
  margin-top: 1rem;
}.mt-5{
  margin-top: 1.25rem;
}.mt-6{
  margin-top: 1.5rem;
}.mt-8{
  margin-top: 2rem;
}.mt-\[30px\]{
  margin-top: 30px;
}.mt-auto{
  margin-top: auto;
}.block{
  display: block;
}.inline-block{
  display: inline-block;
}.inline{
  display: inline;
}.flex{
  display: flex;
}.inline-flex{
  display: inline-flex;
}.table{
  display: table;
}.grid{
  display: grid;
}.hidden{
  display: none;
}.aspect-auto{
  aspect-ratio: auto;
}.aspect-square{
  aspect-ratio: 1 / 1;
}.size-10{
  width: 2.5rem;
  height: 2.5rem;
}.size-12{
  width: 3rem;
  height: 3rem;
}.size-14{
  width: 3.5rem;
  height: 3.5rem;
}.size-16{
  width: 4rem;
  height: 4rem;
}.size-3{
  width: 0.75rem;
  height: 0.75rem;
}.size-4{
  width: 1rem;
  height: 1rem;
}.size-5{
  width: 1.25rem;
  height: 1.25rem;
}.size-6{
  width: 1.5rem;
  height: 1.5rem;
}.size-7{
  width: 1.75rem;
  height: 1.75rem;
}.size-8{
  width: 2rem;
  height: 2rem;
}.size-\[88px\]{
  width: 88px;
  height: 88px;
}.size-auto{
  width: auto;
  height: auto;
}.size-full{
  width: 100%;
  height: 100%;
}.h-0\.5{
  height: 0.125rem;
}.h-1{
  height: 0.25rem;
}.h-10{
  height: 2.5rem;
}.h-12{
  height: 3rem;
}.h-14{
  height: 3.5rem;
}.h-16{
  height: 4rem;
}.h-2{
  height: 0.5rem;
}.h-3{
  height: 0.75rem;
}.h-32{
  height: 8rem;
}.h-4{
  height: 1rem;
}.h-5{
  height: 1.25rem;
}.h-52{
  height: 13rem;
}.h-6{
  height: 1.5rem;
}.h-8{
  height: 2rem;
}.h-\[100px\]{
  height: 100px;
}.h-\[159px\]{
  height: 159px;
}.h-\[320px\]{
  height: 320px;
}.h-\[40px\]{
  height: 40px;
}.h-\[42px\]{
  height: 42px;
}.h-\[50px\]{
  height: 50px;
}.h-\[72px\]{
  height: 72px;
}.h-\[var\(--wg-notification-size\2c 10px\)\]{
  height: var(--wg-notification-size,10px);
}.h-auto{
  height: auto;
}.h-dvh{
  height: 100dvh;
}.h-full{
  height: 100%;
}.h-px{
  height: 1px;
}.max-h-44{
  max-height: 11rem;
}.max-h-64{
  max-height: 16rem;
}.max-h-\[30px\]{
  max-height: 30px;
}.min-h-28{
  min-height: 7rem;
}.min-h-44{
  min-height: 11rem;
}.min-h-6{
  min-height: 24px;
}.min-h-\[112px\]{
  min-height: 112px;
}.min-h-\[139px\]{
  min-height: 139px;
}.min-h-\[159px\]{
  min-height: 159px;
}.min-h-\[300px\]{
  min-height: 300px;
}.min-h-\[72px\]{
  min-height: 72px;
}.w-1{
  width: 0.25rem;
}.w-1\/3{
  width: 33.333333%;
}.w-10{
  width: 2.5rem;
}.w-14{
  width: 3.5rem;
}.w-16{
  width: 4rem;
}.w-2\/4{
  width: 50%;
}.w-2\/5{
  width: 40%;
}.w-20{
  width: 5rem;
}.w-3\/4{
  width: 75%;
}.w-4{
  width: 1rem;
}.w-5{
  width: 1.25rem;
}.w-52{
  width: 13rem;
}.w-56{
  width: 14rem;
}.w-6{
  width: 1.5rem;
}.w-60{
  width: 15rem;
}.w-64{
  width: 16rem;
}.w-7{
  width: 1.75rem;
}.w-72{
  width: 18rem;
}.w-96{
  width: 24rem;
}.w-\[114px\]{
  width: 114px;
}.w-\[140px\]{
  width: 140px;
}.w-\[15\.5rem\]{
  width: 15.5rem;
}.w-\[165px\]{
  width: 165px;
}.w-\[200px\]{
  width: 200px;
}.w-\[280px\]{
  width: 280px;
}.w-\[300px\]{
  width: 300px;
}.w-\[400px\]{
  width: 400px;
}.w-\[72px\]{
  width: 72px;
}.w-\[98\%\]{
  width: 98%;
}.w-\[calc\(100\%\+4\.25rem\)\]{
  width: calc(100% + 4.25rem);
}.w-auto{
  width: auto;
}.w-dvw{
  width: 100dvw;
}.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}.w-full{
  width: 100%;
}.\!min-w-72{
  min-width: 18rem !important;
}.\!min-w-\[300px\]{
  min-width: 300px !important;
}.min-w-10{
  min-width: 40px;
}.min-w-12{
  min-width: 48px;
}.min-w-14{
  min-width: 56px;
}.min-w-16{
  min-width: 64px;
}.min-w-4{
  min-width: 16px;
}.min-w-6{
  min-width: 24px;
}.min-w-64{
  min-width: 16rem;
}.min-w-72{
  min-width: 18rem;
}.min-w-8{
  min-width: 32px;
}.min-w-80{
  min-width: 20rem;
}.min-w-\[140px\]{
  min-width: 140px;
}.min-w-\[200px\]{
  min-width: 200px;
}.min-w-\[250px\]{
  min-width: 250px;
}.min-w-\[9rem\]{
  min-width: 9rem;
}.\!max-w-72{
  max-width: 18rem !important;
}.max-w-56{
  max-width: 14rem;
}.max-w-64{
  max-width: 16rem;
}.max-w-72{
  max-width: 18rem;
}.max-w-96{
  max-width: 24rem;
}.max-w-\[18\.5rem\]{
  max-width: 18.5rem;
}.max-w-\[290px\]{
  max-width: 290px;
}.max-w-\[300px\]{
  max-width: 300px;
}.max-w-\[350px\]{
  max-width: 350px;
}.max-w-\[420px\]{
  max-width: 420px;
}.max-w-\[600px\]{
  max-width: 600px;
}.max-w-sm{
  max-width: 24rem;
}.max-w-xs{
  max-width: 20rem;
}.flex-shrink{
  flex-shrink: 1;
}.flex-shrink-0{
  flex-shrink: 0;
}.shrink-0{
  flex-shrink: 0;
}.flex-grow{
  flex-grow: 1;
}.grow{
  flex-grow: 1;
}.grow-0{
  flex-grow: 0;
}.origin-\[var\(--radix-popper-transform-origin\)\]{
  transform-origin: var(--radix-popper-transform-origin);
}.origin-center{
  transform-origin: center;
}.-translate-x-1\/2{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.translate-x-0\.5{
  --tw-translate-x: 0.125rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.-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));
}.scale-100{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.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));
}.\!animate-none{
  animation: none !important;
}@keyframes spin{to{
    transform: rotate(360deg);
  }
}.animate-\[spin_\.6s_ease-in-out_infinite\]{
  animation: spin .6s ease-in-out infinite;
}@keyframes spin{to{
    transform: rotate(360deg);
  }
}.animate-\[spin_1\.25s_linear_infinite\]{
  animation: spin 1.25s linear infinite;
}@keyframes bounce{0%, 100%{
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8,0,1,1);
  }50%{
    transform: none;
    animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}.animate-bounce{
  animation: bounce 1s infinite;
}@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;
}@keyframes fadeOut{0%{
    opacity: 1;
    transform: scale(1);
  }100%{
    opacity: 0;
    transform: scale(.97);
  }
}.animate-wg-fade-out{
  animation: fadeOut 0.15s cubic-bezier(.2,1,.4,1);
}@keyframes lineSpinner{0%, 25%{
    stroke-dashoffset: var(--wg-dashoffset-97);
    transform: rotate(0);
  }50%, 75%{
    stroke-dashoffset: var(--wg-dashoffset-25);
    transform: rotate(45deg);
  }100%{
    stroke-dashoffset: var(--wg-dashoffset-97);
    transform: rotate(360deg);
  }
}.animate-wg-line-spinner{
  animation: lineSpinner 1.5s ease-in-out infinite both;
}.cursor-auto{
  cursor: auto;
}.cursor-default{
  cursor: default;
}.cursor-grab{
  cursor: grab;
}.cursor-not-allowed{
  cursor: not-allowed;
}.cursor-pointer{
  cursor: pointer;
}.cursor-text{
  cursor: text;
}.cursor-wait{
  cursor: wait;
}.touch-none{
  touch-action: none;
}.select-none{
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}.auto-cols-auto{
  grid-auto-columns: auto;
}.grid-flow-dense{
  grid-auto-flow: dense;
}.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-7{
  grid-template-columns: repeat(7, minmax(0, 1fr));
}.grid-cols-\[1fr_auto\]{
  grid-template-columns: 1fr auto;
}.grid-cols-\[1fr_auto_auto_auto_auto_auto\]{
  grid-template-columns: 1fr auto auto auto auto auto;
}.grid-cols-\[auto_1fr\]{
  grid-template-columns: auto 1fr;
}.grid-cols-subgrid{
  grid-template-columns: subgrid;
}.grid-rows-6{
  grid-template-rows: repeat(6, minmax(0, 1fr));
}.flex-row{
  flex-direction: row;
}.flex-col{
  flex-direction: column;
}.flex-wrap{
  flex-wrap: wrap;
}.flex-nowrap{
  flex-wrap: nowrap;
}.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;
}.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-12{
  gap: 3rem;
}.gap-14{
  gap: 3.5rem;
}.gap-16{
  gap: 4rem;
}.gap-2{
  gap: 0.5rem;
}.gap-2\.5{
  gap: 0.625rem;
}.gap-24{
  gap: 6rem;
}.gap-28{
  gap: 7rem;
}.gap-3{
  gap: 0.75rem;
}.gap-4{
  gap: 1rem;
}.gap-5{
  gap: 1.25rem;
}.gap-6{
  gap: 1.5rem;
}.gap-8{
  gap: 2rem;
}.gap-\[25px\]{
  gap: 25px;
}.gap-x-4{
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}.gap-y-0{
  row-gap: 0px;
}.gap-y-1{
  row-gap: 0.25rem;
}.-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-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse)));
}.-space-x-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-1rem * var(--tw-space-x-reverse));
  margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse)));
}.-space-x-5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-1.25rem * var(--tw-space-x-reverse));
  margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse)));
}.-space-x-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse)));
}.space-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-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}.space-x-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}.space-y-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}.divide-x > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}.divide-y > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}.divide-surface-100 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: hsl(var(--wg-surface-100) / var(--wg-surface-100-opacity, var(--tw-divide-opacity)));
}.self-stretch{
  align-self: stretch;
}.overflow-auto{
  overflow: auto;
}.overflow-hidden{
  overflow: hidden;
}.overflow-visible{
  overflow: visible;
}.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}.whitespace-nowrap{
  white-space: nowrap;
}.text-nowrap{
  text-wrap: nowrap;
}.rounded{
  border-radius: 0.25rem;
}.rounded-2xl{
  border-radius: 1rem;
}.rounded-3xl{
  border-radius: 1.5rem;
}.rounded-\[9px\]{
  border-radius: 9px;
}.rounded-full{
  border-radius: 9999px;
}.rounded-lg{
  border-radius: 0.5rem;
}.rounded-md{
  border-radius: 0.375rem;
}.rounded-none{
  border-radius: 0px;
}.rounded-sm{
  border-radius: 0.125rem;
}.rounded-xl{
  border-radius: 0.75rem;
}.rounded-b-none{
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}.rounded-e-full{
  border-start-end-radius: 9999px;
  border-end-end-radius: 9999px;
}.rounded-r-lg{
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}.rounded-t-md{
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}.rounded-t-xl{
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}.border{
  border-width: 1px;
}.border-0{
  border-width: 0px;
}.border-\[1px\]{
  border-width: 1px;
}.border-b{
  border-bottom-width: 1px;
}.border-b-2{
  border-bottom-width: 2px;
}.border-b-4{
  border-bottom-width: 4px;
}.border-b-\[1px\]{
  border-bottom-width: 1px;
}.border-l-2{
  border-left-width: 2px;
}.border-r{
  border-right-width: 1px;
}.border-t-2{
  border-top-width: 2px;
}.border-t-\[1px\]{
  border-top-width: 1px;
}.border-none{
  border-style: none;
}.border-destructive{
  --tw-border-opacity: 1;
  border-color: hsl(var(--wg-destructive) / var(--wg-destructive-opacity, var(--tw-border-opacity)));
}.border-primary{
  --tw-border-opacity: 1;
  border-color: rgb(60 32 172 / var(--tw-border-opacity));
}.border-surface{
  --tw-border-opacity: 1;
  border-color: hsl(var(--wg-surface) / var(--wg-surface-opacity, var(--tw-border-opacity)));
}.border-surface-100{
  --tw-border-opacity: 1;
  border-color: hsl(var(--wg-surface-100) / var(--wg-surface-100-opacity, var(--tw-border-opacity)));
}.border-surface-200{
  --tw-border-opacity: 1;
  border-color: hsl(var(--wg-surface-200) / var(--wg-surface-200-opacity, var(--tw-border-opacity)));
}.border-surface-50{
  --tw-border-opacity: 1;
  border-color: hsl(var(--wg-surface-50) / var(--wg-surface-50-opacity, var(--tw-border-opacity)));
}.border-surface-600{
  --tw-border-opacity: 1;
  border-color: hsl(var(--wg-surface-600) / var(--wg-surface-600-opacity, var(--tw-border-opacity)));
}.border-transparent{
  border-color: transparent;
}.border-wg-blue{
  --tw-border-opacity: 1;
  border-color: rgb(60 32 172 / var(--tw-border-opacity));
}.border-wg-green{
  --tw-border-opacity: 1;
  border-color: rgb(45 202 114 / var(--tw-border-opacity));
}.border-wg-red{
  --tw-border-opacity: 1;
  border-color: rgb(245 61 107 / var(--tw-border-opacity));
}.border-wg-red-500{
  --tw-border-opacity: 1;
  border-color: rgb(245 61 107 / var(--tw-border-opacity));
}.border-wg-yellow{
  --tw-border-opacity: 1;
  border-color: rgb(255 196 58 / var(--tw-border-opacity));
}.border-wg-yellow-100{
  --tw-border-opacity: 1;
  border-color: rgb(255 248 215 / var(--tw-border-opacity));
}.border-wg-yellow-500{
  --tw-border-opacity: 1;
  border-color: rgb(255 196 58 / var(--tw-border-opacity));
}.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}.border-b-primary{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(60 32 172 / var(--tw-border-opacity));
}.border-b-surface-200{
  --tw-border-opacity: 1;
  border-bottom-color: hsl(var(--wg-surface-200) / var(--wg-surface-200-opacity, var(--tw-border-opacity)));
}.border-r-surface-100{
  --tw-border-opacity: 1;
  border-right-color: hsl(var(--wg-surface-100) / var(--wg-surface-100-opacity, var(--tw-border-opacity)));
}.border-t-primary{
  --tw-border-opacity: 1;
  border-top-color: rgb(60 32 172 / var(--tw-border-opacity));
}.bg-\[rgba\(0\2c 0\2c 0\2c 0\.1\)\]{
  background-color: rgba(0,0,0,0.1);
}.bg-background{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--wg-background) / var(--wg-background-opacity, var(--tw-bg-opacity)));
}.bg-destructive{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--wg-destructive) / var(--wg-destructive-opacity, var(--tw-bg-opacity)));
}.bg-destructive-50{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--wg-destructive-50) / var(--wg-destructive-50-opacity, var(--tw-bg-opacity)));
}.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}.bg-green-50{
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity));
}.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(60 32 172 / var(--tw-bg-opacity));
}.bg-primary-100{
  --tw-bg-opacity: 1;
  background-color: rgb(221 210 250 / var(--tw-bg-opacity));
}.bg-primary-100\/30{
  background-color: rgb(221 210 250 / 0.3);
}.bg-primary-100\/70{
  background-color: rgb(221 210 250 / 0.7);
}.bg-primary-50\/50{
  background-color: hsl(var(--wg-primary-50) / 0.5);
}.bg-primary-50\/75{
  background-color: hsl(var(--wg-primary-50) / 0.75);
}.bg-primary-500\/60{
  background-color: rgb(60 32 172 / 0.6);
}.bg-red-50{
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity));
}.bg-secondary{
  --tw-bg-opacity: 1;
  background-color: rgb(255 196 58 / var(--tw-bg-opacity));
}.bg-secondary-100\/0{
  background-color: rgb(255 248 215 / 0);
}.bg-secondary-100\/50{
  background-color: rgb(255 248 215 / 0.5);
}.bg-surface{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--wg-surface) / var(--wg-surface-opacity, var(--tw-bg-opacity)));
}.bg-surface-100{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--wg-surface-100) / var(--wg-surface-100-opacity, var(--tw-bg-opacity)));
}.bg-surface-100\/70{
  background-color: hsl(var(--wg-surface-100) / 0.7);
}.bg-surface-200{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--wg-surface-200) / var(--wg-surface-200-opacity, var(--tw-bg-opacity)));
}.bg-surface-200\/25{
  background-color: hsl(var(--wg-surface-200) / 0.25);
}.bg-surface-200\/50{
  background-color: hsl(var(--wg-surface-200) / 0.5);
}.bg-surface-50{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--wg-surface-50) / var(--wg-surface-50-opacity, var(--tw-bg-opacity)));
}.bg-surface-50\/50{
  background-color: hsl(var(--wg-surface-50) / 0.5);
}.bg-transparent{
  background-color: transparent;
}.bg-wg-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(60 32 172 / var(--tw-bg-opacity));
}.bg-wg-blue-50{
  --tw-bg-opacity: 1;
  background-color: rgb(240 250 255 / var(--tw-bg-opacity));
}.bg-wg-gray{
  --tw-bg-opacity: 1;
  background-color: rgb(108 108 137 / var(--tw-bg-opacity));
}.bg-wg-gray-300{
  --tw-bg-opacity: 1;
  background-color: rgb(169 169 188 / var(--tw-bg-opacity));
}.bg-wg-green{
  --tw-bg-opacity: 1;
  background-color: rgb(45 202 114 / var(--tw-bg-opacity));
}.bg-wg-green-50{
  --tw-bg-opacity: 1;
  background-color: rgb(238 251 244 / var(--tw-bg-opacity));
}.bg-wg-green-500{
  --tw-bg-opacity: 1;
  background-color: rgb(45 202 114 / var(--tw-bg-opacity));
}.bg-wg-orange{
  --tw-bg-opacity: 1;
  background-color: rgb(255 125 82 / var(--tw-bg-opacity));
}.bg-wg-pink{
  --tw-bg-opacity: 1;
  background-color: rgb(247 95 222 / var(--tw-bg-opacity));
}.bg-wg-purple{
  --tw-bg-opacity: 1;
  background-color: rgb(112 71 235 / var(--tw-bg-opacity));
}.bg-wg-red{
  --tw-bg-opacity: 1;
  background-color: rgb(245 61 107 / var(--tw-bg-opacity));
}.bg-wg-red-50{
  --tw-bg-opacity: 1;
  background-color: rgb(254 240 244 / var(--tw-bg-opacity));
}.bg-wg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}.bg-wg-yellow{
  --tw-bg-opacity: 1;
  background-color: rgb(255 196 58 / var(--tw-bg-opacity));
}.bg-wg-yellow-100{
  --tw-bg-opacity: 1;
  background-color: rgb(255 248 215 / var(--tw-bg-opacity));
}.bg-wg-yellow-50{
  --tw-bg-opacity: 1;
  background-color: rgb(255 249 235 / var(--tw-bg-opacity));
}.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}.bg-white\/5{
  background-color: rgb(255 255 255 / 0.05);
}.bg-cover{
  background-size: cover;
}.bg-clip-padding{
  background-clip: padding-box;
}.bg-center{
  background-position: center;
}.fill-current{
  fill: currentColor;
}.fill-none{
  fill: none;
}.fill-secondary-500{
  fill: #FFC43A;
}.fill-surface-50{
  fill: hsl(var(--wg-surface-50) / var(--wg-surface-50-opacity, 1));
}.stroke-current{
  stroke: currentColor;
}.stroke-inherit{
  stroke: inherit;
}.stroke-none{
  stroke: none;
}.stroke-surface-100{
  stroke: hsl(var(--wg-surface-100) / var(--wg-surface-100-opacity, 1));
}.stroke-1{
  stroke-width: 1;
}.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}.object-center{
  -o-object-position: center;
     object-position: center;
}.p-0{
  padding: 0px;
}.p-0\.5{
  padding: 0.125rem;
}.p-1{
  padding: 0.25rem;
}.p-2{
  padding: 0.5rem;
}.p-2px{
  padding: calc(2px - var(--wg-border-width, 0px));
}.p-3{
  padding: 0.75rem;
}.p-4{
  padding: 1rem;
}.p-5{
  padding: 1.25rem;
}.p-6px{
  padding: calc(6px - var(--wg-border-width, 0px));
}.p-8px{
  padding: calc(8px - var(--wg-border-width, 0px));
}.p-\[6px\]{
  padding: 6px;
}.px-0{
  padding-left: 0px;
  padding-right: 0px;
}.px-0\.5{
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}.px-1\.5{
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}.px-12px{
  padding-left: calc(12px - var(--wg-border-width, 0px));
  padding-right: calc(12px - var(--wg-border-width, 0px));
}.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}.px-3\.5{
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}.px-8px{
  padding-left: calc(8px - var(--wg-border-width, 0px));
  padding-right: calc(8px - var(--wg-border-width, 0px));
}.px-\[6px\]{
  padding-left: 6px;
  padding-right: 6px;
}.py-0\.5{
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}.py-14px{
  padding-top: 14px;
  padding-bottom: 14px;
}.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}.py-4px{
  padding-top: calc(4px - var(--wg-border-width, 0px));
  padding-bottom: calc(4px - var(--wg-border-width, 0px));
}.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}.py-6px{
  padding-top: calc(6px - var(--wg-border-width, 0px));
  padding-bottom: calc(6px - var(--wg-border-width, 0px));
}.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}.py-8px{
  padding-top: calc(8px - var(--wg-border-width, 0px));
  padding-bottom: calc(8px - var(--wg-border-width, 0px));
}.pb-1{
  padding-bottom: 0.25rem;
}.pb-16{
  padding-bottom: 4rem;
}.pb-2{
  padding-bottom: 0.5rem;
}.pb-24{
  padding-bottom: 6rem;
}.pb-3{
  padding-bottom: 0.75rem;
}.pb-6{
  padding-bottom: 1.5rem;
}.pl-1{
  padding-left: 0.25rem;
}.pl-10{
  padding-left: 2.5rem;
}.pl-14px{
  padding-left: 14px;
}.pl-\[var\(--wg-offset-padding-left\2c 1rem\)\]{
  padding-left: var(--wg-offset-padding-left,1rem);
}.pr-1{
  padding-right: 0.25rem;
}.pr-10{
  padding-right: 2.5rem;
}.pr-20{
  padding-right: 5rem;
}.ps-4{
  padding-inline-start: 1rem;
}.pt-1{
  padding-top: 0.25rem;
}.pt-2{
  padding-top: 0.5rem;
}.pt-4{
  padding-top: 1rem;
}.pt-5{
  padding-top: 1.25rem;
}.text-left{
  text-align: left;
}.text-center{
  text-align: center;
}.text-right{
  text-align: right;
}.text-start{
  text-align: start;
}.font-sans{
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}.text-\[72px\]{
  font-size: 72px;
}.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}.text-xxs{
  font-size: 0.625rem;
  line-height: 1rem;
}.font-medium{
  font-weight: 500;
}.font-normal{
  font-weight: 400;
}.font-semibold{
  font-weight: 600;
}.uppercase{
  text-transform: uppercase;
}.italic{
  font-style: italic;
}.\!leading-\[0\]{
  line-height: 0 !important;
}.leading-4{
  line-height: 1rem;
}.leading-5{
  line-height: 1.25rem;
}.leading-6{
  line-height: 1.5rem;
}.leading-\[80px\]{
  line-height: 80px;
}.leading-tight{
  line-height: 1.25;
}.tracking-tighter{
  letter-spacing: -0.05em;
}.tracking-wider{
  letter-spacing: 0.05em;
}.\!text-blue-500{
  --tw-text-opacity: 1 !important;
  color: rgb(59 130 246 / var(--tw-text-opacity)) !important;
}.\!text-green-500{
  --tw-text-opacity: 1 !important;
  color: rgb(34 197 94 / var(--tw-text-opacity)) !important;
}.\!text-primary-500{
  --tw-text-opacity: 1 !important;
  color: rgb(60 32 172 / var(--tw-text-opacity)) !important;
}.\!text-red-500{
  --tw-text-opacity: 1 !important;
  color: rgb(239 68 68 / var(--tw-text-opacity)) !important;
}.\!text-secondary{
  --tw-text-opacity: 1 !important;
  color: rgb(255 196 58 / var(--tw-text-opacity)) !important;
}.\!text-surface-900{
  --tw-text-opacity: 1 !important;
  color: hsl(var(--wg-surface-900) / var(--wg-surface-900-opacity, var(--tw-text-opacity))) !important;
}.\!text-wg-red{
  --tw-text-opacity: 1 !important;
  color: rgb(245 61 107 / var(--tw-text-opacity)) !important;
}.\!text-wg-red-500{
  --tw-text-opacity: 1 !important;
  color: rgb(245 61 107 / var(--tw-text-opacity)) !important;
}.text-\[\#E67613\]{
  --tw-text-opacity: 1;
  color: rgb(230 118 19 / var(--tw-text-opacity));
}.text-\[\#bd9400\]{
  --tw-text-opacity: 1;
  color: rgb(189 148 0 / var(--tw-text-opacity));
}.text-background{
  --tw-text-opacity: 1;
  color: hsl(var(--wg-background) / var(--wg-background-opacity, var(--tw-text-opacity)));
}.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}.text-body{
  --tw-text-opacity: 1;
  color: rgb(18 18 23 / var(--tw-text-opacity));
}.text-current{
  color: currentColor;
}.text-destructive{
  --tw-text-opacity: 1;
  color: hsl(var(--wg-destructive) / var(--wg-destructive-opacity, var(--tw-text-opacity)));
}.text-destructive-700{
  --tw-text-opacity: 1;
  color: hsl(var(--wg-destructive-700) / var(--wg-destructive-700-opacity, var(--tw-text-opacity)));
}.text-destructive\/50{
  color: hsl(var(--wg-destructive) / 0.5);
}.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-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}.text-inherit{
  color: inherit;
}.text-primary{
  --tw-text-opacity: 1;
  color: rgb(60 32 172 / var(--tw-text-opacity));
}.text-primary-300{
  --tw-text-opacity: 1;
  color: rgb(144 117 230 / var(--tw-text-opacity));
}.text-primary-500{
  --tw-text-opacity: 1;
  color: rgb(60 32 172 / var(--tw-text-opacity));
}.text-primary-700{
  --tw-text-opacity: 1;
  color: rgb(33 16 123 / var(--tw-text-opacity));
}.text-primary-800{
  --tw-text-opacity: 1;
  color: rgb(22 10 99 / var(--tw-text-opacity));
}.text-secondary{
  --tw-text-opacity: 1;
  color: rgb(255 196 58 / var(--tw-text-opacity));
}.text-secondary-500{
  --tw-text-opacity: 1;
  color: rgb(255 196 58 / var(--tw-text-opacity));
}.text-secondary-800{
  --tw-text-opacity: 1;
  color: rgb(147 97 18 / var(--tw-text-opacity));
}.text-secondary-900{
  --tw-text-opacity: 1;
  color: rgb(122 75 11 / var(--tw-text-opacity));
}.text-slate-400{
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity));
}.text-slate-500{
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}.text-slate-700{
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity));
}.text-surface{
  --tw-text-opacity: 1;
  color: hsl(var(--wg-surface) / var(--wg-surface-opacity, var(--tw-text-opacity)));
}.text-surface-100{
  --tw-text-opacity: 1;
  color: hsl(var(--wg-surface-100) / var(--wg-surface-100-opacity, var(--tw-text-opacity)));
}.text-surface-200{
  --tw-text-opacity: 1;
  color: hsl(var(--wg-surface-200) / var(--wg-surface-200-opacity, var(--tw-text-opacity)));
}.text-surface-300{
  --tw-text-opacity: 1;
  color: hsl(var(--wg-surface-300) / var(--wg-surface-300-opacity, var(--tw-text-opacity)));
}.text-surface-400{
  --tw-text-opacity: 1;
  color: hsl(var(--wg-surface-400) / var(--wg-surface-400-opacity, var(--tw-text-opacity)));
}.text-surface-50{
  --tw-text-opacity: 1;
  color: hsl(var(--wg-surface-50) / var(--wg-surface-50-opacity, var(--tw-text-opacity)));
}.text-surface-500{
  --tw-text-opacity: 1;
  color: hsl(var(--wg-surface-500) / var(--wg-surface-500-opacity, var(--tw-text-opacity)));
}.text-surface-600{
  --tw-text-opacity: 1;
  color: hsl(var(--wg-surface-600) / var(--wg-surface-600-opacity, var(--tw-text-opacity)));
}.text-surface-700{
  --tw-text-opacity: 1;
  color: hsl(var(--wg-surface-700) / var(--wg-surface-700-opacity, var(--tw-text-opacity)));
}.text-surface-900{
  --tw-text-opacity: 1;
  color: hsl(var(--wg-surface-900) / var(--wg-surface-900-opacity, var(--tw-text-opacity)));
}.text-wg-blue{
  --tw-text-opacity: 1;
  color: rgb(60 32 172 / var(--tw-text-opacity));
}.text-wg-blue-300{
  --tw-text-opacity: 1;
  color: rgb(144 117 230 / var(--tw-text-opacity));
}.text-wg-blue-400{
  --tw-text-opacity: 1;
  color: rgb(107 79 205 / var(--tw-text-opacity));
}.text-wg-blue-700{
  --tw-text-opacity: 1;
  color: rgb(33 16 123 / var(--tw-text-opacity));
}.text-wg-blue-800{
  --tw-text-opacity: 1;
  color: rgb(22 10 99 / var(--tw-text-opacity));
}.text-wg-gray-400{
  --tw-text-opacity: 1;
  color: rgb(138 138 163 / var(--tw-text-opacity));
}.text-wg-gray-700{
  --tw-text-opacity: 1;
  color: rgb(63 63 80 / var(--tw-text-opacity));
}.text-wg-green{
  --tw-text-opacity: 1;
  color: rgb(45 202 114 / var(--tw-text-opacity));
}.text-wg-green-500{
  --tw-text-opacity: 1;
  color: rgb(45 202 114 / var(--tw-text-opacity));
}.text-wg-green-600{
  --tw-text-opacity: 1;
  color: rgb(38 169 95 / var(--tw-text-opacity));
}.text-wg-green-700{
  --tw-text-opacity: 1;
  color: rgb(30 135 76 / var(--tw-text-opacity));
}.text-wg-green-800{
  --tw-text-opacity: 1;
  color: rgb(23 102 58 / var(--tw-text-opacity));
}.text-wg-green\/50{
  color: rgb(45 202 114 / 0.5);
}.text-wg-orange{
  --tw-text-opacity: 1;
  color: rgb(255 125 82 / var(--tw-text-opacity));
}.text-wg-orange-700{
  --tw-text-opacity: 1;
  color: rgb(235 58 0 / var(--tw-text-opacity));
}.text-wg-orange-800{
  --tw-text-opacity: 1;
  color: rgb(184 46 0 / var(--tw-text-opacity));
}.text-wg-pink{
  --tw-text-opacity: 1;
  color: rgb(247 95 222 / var(--tw-text-opacity));
}.text-wg-pink-700{
  --tw-text-opacity: 1;
  color: rgb(219 11 185 / var(--tw-text-opacity));
}.text-wg-pink-800{
  --tw-text-opacity: 1;
  color: rgb(165 8 140 / var(--tw-text-opacity));
}.text-wg-purple{
  --tw-text-opacity: 1;
  color: rgb(112 71 235 / var(--tw-text-opacity));
}.text-wg-purple-400{
  --tw-text-opacity: 1;
  color: rgb(141 108 239 / var(--tw-text-opacity));
}.text-wg-purple-700{
  --tw-text-opacity: 1;
  color: rgb(67 22 202 / var(--tw-text-opacity));
}.text-wg-red{
  --tw-text-opacity: 1;
  color: rgb(245 61 107 / var(--tw-text-opacity));
}.text-wg-red-300{
  --tw-text-opacity: 1;
  color: rgb(249 139 166 / var(--tw-text-opacity));
}.text-wg-red-500{
  --tw-text-opacity: 1;
  color: rgb(245 61 107 / var(--tw-text-opacity));
}.text-wg-red-600{
  --tw-text-opacity: 1;
  color: rgb(243 22 78 / var(--tw-text-opacity));
}.text-wg-red-700{
  --tw-text-opacity: 1;
  color: rgb(213 11 62 / var(--tw-text-opacity));
}.text-wg-red-800{
  --tw-text-opacity: 1;
  color: rgb(175 9 50 / var(--tw-text-opacity));
}.text-wg-white-500{
  color: rgba(255,255,255, 0.5);
}.text-wg-yellow{
  --tw-text-opacity: 1;
  color: rgb(255 196 58 / var(--tw-text-opacity));
}.text-wg-yellow-500{
  --tw-text-opacity: 1;
  color: rgb(255 196 58 / var(--tw-text-opacity));
}.text-wg-yellow-700{
  --tw-text-opacity: 1;
  color: rgb(183 127 29 / var(--tw-text-opacity));
}.text-wg-yellow-800{
  --tw-text-opacity: 1;
  color: rgb(147 97 18 / var(--tw-text-opacity));
}.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.underline{
  text-decoration-line: underline;
}.line-through{
  text-decoration-line: line-through;
}.no-underline{
  text-decoration-line: none;
}.decoration-secondary-500{
  text-decoration-color: #FFC43A;
}.decoration-wavy{
  text-decoration-style: wavy;
}.underline-offset-3{
  text-underline-offset: 3px;
}.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}.\!opacity-100{
  opacity: 1 !important;
}.\!opacity-35{
  opacity: 0.35 !important;
}.opacity-0{
  opacity: 0;
}.opacity-100{
  opacity: 1;
}.opacity-40{
  opacity: 0.4;
}.opacity-50{
  opacity: 0.5;
}.opacity-90{
  opacity: 0.9;
}.\!shadow-none{
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.shadow-nakama{
  --tw-shadow: 0 9px 25px -5px rgba(18,18,23,0.1), 0 10px 10px -5px rgba(18, 18, 23, 0.04);
  --tw-shadow-colored: 0 9px 25px -5px var(--tw-shadow-color), 0 10px 10px -5px 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-none{
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.shadow-wg-lg{
  --tw-shadow: 0px 4px 6px -2px rgba(18, 18, 23, 0.05), 0px 10px 15px -3px rgba(18, 18, 23, 0.08);
  --tw-shadow-colored: 0px 4px 6px -2px var(--tw-shadow-color), 0px 10px 15px -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-wg-overlay{
  --tw-shadow: 0px 2px 4px 0px rgba(18, 18, 23, 0.04), 0px 5px 8px 0px rgba(18, 18, 23, 0.04), 0px 10px 18px 0px rgba(18, 18, 23, 0.03), 0px 24px 48px 0px rgba(18, 18, 23, 0.03), 0px 0px 0px 1px rgba(18, 18, 23, 0.10);
  --tw-shadow-colored: 0px 2px 4px 0px var(--tw-shadow-color), 0px 5px 8px 0px var(--tw-shadow-color), 0px 10px 18px 0px var(--tw-shadow-color), 0px 24px 48px 0px var(--tw-shadow-color), 0px 0px 0px 1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.shadow-wg-sm{
  --tw-shadow: 0 1px 3px 0 rgba(18, 18, 23, 0.1), 0 1px 2px 0 rgba(18, 18, 23, 0.06);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.shadow-wg-xs{
  --tw-shadow: 0 1px 2px 0 rgba(18, 18, 23, 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}.outline{
  outline-style: solid;
}.outline-1{
  outline-width: 1px;
}.outline-2{
  outline-width: 2px;
}.-outline-offset-1{
  outline-offset: -1px;
}.outline-destructive{
  outline-color: hsl(var(--wg-destructive) / var(--wg-destructive-opacity, 1));
}.outline-primary{
  outline-color: #3C20AC;
}.outline-primary-200{
  outline-color: #BBA6F6;
}.outline-secondary{
  outline-color: #FFC43A;
}.outline-surface-100{
  outline-color: hsl(var(--wg-surface-100) / var(--wg-surface-100-opacity, 1));
}.outline-surface-200{
  outline-color: hsl(var(--wg-surface-200) / var(--wg-surface-200-opacity, 1));
}.outline-surface-50{
  outline-color: hsl(var(--wg-surface-50) / var(--wg-surface-50-opacity, 1));
}.outline-transparent{
  outline-color: transparent;
}.outline-wg-blue-200{
  outline-color: #BBA6F6;
}.outline-wg-green-200{
  outline-color: #B2EECC;
}.outline-wg-orange-200{
  outline-color: #FFCDBD;
}.outline-wg-pink-200{
  outline-color: #FCC5F3;
}.outline-wg-purple-200{
  outline-color: #C6B6F7;
}.outline-wg-red-200{
  outline-color: #FBB1C4;
}.outline-wg-yellow-300{
  outline-color: #FFE288;
}.ring{
  --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(3px + 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);
}.ring-1{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}.ring-2{
  --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);
}.ring-background{
  --tw-ring-opacity: 1;
  --tw-ring-color: hsl(var(--wg-background) / var(--wg-background-opacity, var(--tw-ring-opacity)));
}.blur-0{
  --tw-blur: blur(0);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}.blur-\[0\.85px\]{
  --tw-blur: blur(0.85px);
  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);
}.blur-\[2px\]{
  --tw-blur: blur(2px);
  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);
}.grayscale{
  --tw-grayscale: grayscale(100%);
  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);
}.backdrop-blur-3xl{
  --tw-backdrop-blur: blur(64px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}.backdrop-blur-md{
  --tw-backdrop-blur: blur(12px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}.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;
}.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.delay-200{
  transition-delay: 200ms;
}.duration-100{
  transition-duration: 100ms;
}.duration-150{
  transition-duration: 150ms;
}.duration-200{
  transition-duration: 200ms;
}.duration-300{
  transition-duration: 300ms;
}.duration-75{
  transition-duration: 75ms;
}.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}.ease-linear{
  transition-timing-function: linear;
}.will-change-transform{
  will-change: transform;
}:where(:root){
  color-scheme: light;
  --wg-background: 0 0% 100%;
  --wg-background-opacity: 1.00;
  --wg-foreground: 240 12% 8%;
  --wg-foreground-opacity: 1.00;
  --wg-primary-50: 255 75% 97%;
  --wg-primary-50-opacity: 1.00;
  --wg-primary-100: 255 80% 92%;
  --wg-primary-100-opacity: 1.00;
  --wg-primary-200: 255 80% 84%;
  --wg-primary-200-opacity: 1.00;
  --wg-primary-300: 255 80% 76%;
  --wg-primary-300-opacity: 1.00;
  --wg-primary-400: 255 80% 68%;
  --wg-primary-400-opacity: 1.00;
  --wg-primary-500: 255 80% 60%;
  --wg-primary-500-opacity: 1.00;
  --wg-primary-600: 255 80% 52%;
  --wg-primary-600-opacity: 1.00;
  --wg-primary-700: 255 80% 44%;
  --wg-primary-700-opacity: 1.00;
  --wg-primary-800: 255 80% 36%;
  --wg-primary-800-opacity: 1.00;
  --wg-primary-900: 255 80% 28%;
  --wg-primary-900-opacity: 1.00;
  --wg-primary: 255 80% 60%;
  --wg-primary-opacity: 1.00;
  --wg-secondary-50: 240 7% 97%;
  --wg-secondary-50-opacity: 1.00;
  --wg-secondary-100: 240 11% 93%;
  --wg-secondary-100-opacity: 1.00;
  --wg-secondary-200: 240 12% 84%;
  --wg-secondary-200-opacity: 1.00;
  --wg-secondary-300: 240 12% 70%;
  --wg-secondary-300-opacity: 1.00;
  --wg-secondary-400: 240 12% 59%;
  --wg-secondary-400-opacity: 1.00;
  --wg-secondary-500: 240 12% 48%;
  --wg-secondary-500-opacity: 1.00;
  --wg-secondary-600: 240 12% 38%;
  --wg-secondary-600-opacity: 1.00;
  --wg-secondary-700: 240 12% 28%;
  --wg-secondary-700-opacity: 1.00;
  --wg-secondary-800: 240 12% 18%;
  --wg-secondary-800-opacity: 1.00;
  --wg-secondary-900: 240 12% 8%;
  --wg-secondary-900-opacity: 1.00;
  --wg-secondary: 240 12% 8%;
  --wg-secondary-opacity: 1.00;
  --wg-surface-50: 240 7% 97%;
  --wg-surface-50-opacity: 1.00;
  --wg-surface-100: 240 11% 93%;
  --wg-surface-100-opacity: 1.00;
  --wg-surface-200: 240 12% 84%;
  --wg-surface-200-opacity: 1.00;
  --wg-surface-300: 240 12% 70%;
  --wg-surface-300-opacity: 1.00;
  --wg-surface-400: 240 12% 59%;
  --wg-surface-400-opacity: 1.00;
  --wg-surface-500: 240 12% 48%;
  --wg-surface-500-opacity: 1.00;
  --wg-surface-600: 240 12% 38%;
  --wg-surface-600-opacity: 1.00;
  --wg-surface-700: 240 12% 28%;
  --wg-surface-700-opacity: 1.00;
  --wg-surface-800: 240 12% 18%;
  --wg-surface-800-opacity: 1.00;
  --wg-surface-900: 240 12% 8%;
  --wg-surface-900-opacity: 1.00;
  --wg-surface: 240 7% 97%;
  --wg-surface-opacity: 1.00;
  --wg-destructive-50: 343 88% 97%;
  --wg-destructive-50-opacity: 1.00;
  --wg-destructive-100: 345 90% 92%;
  --wg-destructive-100-opacity: 1.00;
  --wg-destructive-200: 345 90% 84%;
  --wg-destructive-200-opacity: 1.00;
  --wg-destructive-300: 345 90% 76%;
  --wg-destructive-300-opacity: 1.00;
  --wg-destructive-400: 345 90% 68%;
  --wg-destructive-400-opacity: 1.00;
  --wg-destructive-500: 345 90% 60%;
  --wg-destructive-500-opacity: 1.00;
  --wg-destructive-600: 345 90% 52%;
  --wg-destructive-600-opacity: 1.00;
  --wg-destructive-700: 345 90% 44%;
  --wg-destructive-700-opacity: 1.00;
  --wg-destructive-800: 345 90% 36%;
  --wg-destructive-800-opacity: 1.00;
  --wg-destructive-900: 345 90% 28%;
  --wg-destructive-900-opacity: 1.00;
  --wg-destructive: 345 90% 60%;
  --wg-destructive-opacity: 1.00;
}.dark,[data-theme="dark"]{
  color-scheme: dark;
  --wg-background: 240 12% 8%;
  --wg-background-opacity: 1.00;
  --wg-foreground: 0 0% 100%;
  --wg-foreground-opacity: 1.00;
  --wg-primary-50: 255 75% 97%;
  --wg-primary-50-opacity: 1.00;
  --wg-primary-100: 255 80% 92%;
  --wg-primary-100-opacity: 1.00;
  --wg-primary-200: 255 80% 84%;
  --wg-primary-200-opacity: 1.00;
  --wg-primary-300: 255 80% 76%;
  --wg-primary-300-opacity: 1.00;
  --wg-primary-400: 255 80% 68%;
  --wg-primary-400-opacity: 1.00;
  --wg-primary-500: 255 80% 60%;
  --wg-primary-500-opacity: 1.00;
  --wg-primary-600: 255 80% 60%;
  --wg-primary-600-opacity: 1.00;
  --wg-primary-700: 255 80% 44%;
  --wg-primary-700-opacity: 1.00;
  --wg-primary-800: 255 80% 36%;
  --wg-primary-800-opacity: 1.00;
  --wg-primary-900: 255 80% 28%;
  --wg-primary-900-opacity: 1.00;
  --wg-primary: 255 80% 68%;
  --wg-primary-opacity: 1.00;
  --wg-secondary-50: 0 0% 100%;
  --wg-secondary-50-opacity: 0.05;
  --wg-secondary-100: 0 0% 100%;
  --wg-secondary-100-opacity: 0.10;
  --wg-secondary-200: 0 0% 100%;
  --wg-secondary-200-opacity: 0.20;
  --wg-secondary-300: 0 0% 100%;
  --wg-secondary-300-opacity: 0.30;
  --wg-secondary-400: 0 0% 100%;
  --wg-secondary-400-opacity: 0.40;
  --wg-secondary-500: 0 0% 100%;
  --wg-secondary-500-opacity: 0.50;
  --wg-secondary-600: 0 0% 100%;
  --wg-secondary-600-opacity: 0.60;
  --wg-secondary-700: 0 0% 100%;
  --wg-secondary-700-opacity: 0.80;
  --wg-secondary-800: 0 0% 100%;
  --wg-secondary-800-opacity: 0.90;
  --wg-secondary-900: 240 12% 8%;
  --wg-secondary-900-opacity: 1.00;
  --wg-secondary: 0 0% 100%;
  --wg-secondary-opacity: 1.00;
  --wg-surface-50: 0 0% 100%;
  --wg-surface-50-opacity: 0.10;
  --wg-surface-100: 0 0% 100%;
  --wg-surface-100-opacity: 0.20;
  --wg-surface-200: 0 0% 100%;
  --wg-surface-200-opacity: 0.30;
  --wg-surface-300: 0 0% 100%;
  --wg-surface-300-opacity: 0.40;
  --wg-surface-400: 0 0% 100%;
  --wg-surface-400-opacity: 0.50;
  --wg-surface-500: 0 0% 100%;
  --wg-surface-500-opacity: 0.50;
  --wg-surface-600: 0 0% 100%;
  --wg-surface-600-opacity: 0.70;
  --wg-surface-700: 0 0% 100%;
  --wg-surface-700-opacity: 0.80;
  --wg-surface-800: 0 0% 100%;
  --wg-surface-800-opacity: 0.90;
  --wg-surface-900: 0 0% 100%;
  --wg-surface-900-opacity: 1.00;
  --wg-surface: 0 0% 100%;
  --wg-surface-opacity: 0.10;
  --wg-destructive-50: 343 88% 97%;
  --wg-destructive-50-opacity: 1.00;
  --wg-destructive-100: 345 90% 92%;
  --wg-destructive-100-opacity: 1.00;
  --wg-destructive-200: 345 90% 84%;
  --wg-destructive-200-opacity: 1.00;
  --wg-destructive-300: 345 90% 76%;
  --wg-destructive-300-opacity: 1.00;
  --wg-destructive-400: 345 90% 68%;
  --wg-destructive-400-opacity: 1.00;
  --wg-destructive-500: 345 90% 60%;
  --wg-destructive-500-opacity: 1.00;
  --wg-destructive-600: 345 90% 52%;
  --wg-destructive-600-opacity: 1.00;
  --wg-destructive-700: 345 90% 44%;
  --wg-destructive-700-opacity: 1.00;
  --wg-destructive-800: 345 90% 36%;
  --wg-destructive-800-opacity: 1.00;
  --wg-destructive-900: 345 90% 28%;
  --wg-destructive-900-opacity: 1.00;
  --wg-destructive: 345 90% 60%;
  --wg-destructive-opacity: 1.00;
}.wg-antialiased{
  -webkit-font-smoothing: var(--wg-font-smooth--webkit);
  -moz-osx-font-smoothing: var(--wg-font-smooth--moz);
}.wg-bg-primary{
  background: hsl(var(--wg-background) / var(--wg-background-opacity, 1));
  --wg-background: 252 69% 40%;
}.wg-bg-primary-50{
  background: hsl(var(--wg-primary-50) / var(--wg-primary-50-opacity, 1));
  --wg-background: var(--wg-primary-50);
}.wg-bg-secondary{
  background: hsl(var(--wg-background) / var(--wg-background-opacity, 1));
  --wg-background: 42 100% 61%;
}.wg-bg-surface{
  background: hsl(var(--wg-surface) / var(--wg-surface-opacity, 1));
  --wg-background: var(--wg-surface);
}.wg-bg-wg-blue-50{
  background: hsl(var(--wg-background) / var(--wg-background-opacity, 1));
  --wg-background: 200 100% 97%;
}.wg-bg-wg-green-50{
  background: hsl(var(--wg-background) / var(--wg-background-opacity, 1));
  --wg-background: 148 62% 96%;
}.wg-bg-wg-orange-50{
  background: hsl(var(--wg-background) / var(--wg-background-opacity, 1));
  --wg-background: 14 100% 97%;
}.wg-bg-wg-pink-50{
  background: hsl(var(--wg-background) / var(--wg-background-opacity, 1));
  --wg-background: 310 90% 96%;
}.wg-bg-wg-purple-50{
  background: hsl(var(--wg-background) / var(--wg-background-opacity, 1));
  --wg-background: 255 75% 97%;
}.wg-bg-wg-red-50{
  background: hsl(var(--wg-background) / var(--wg-background-opacity, 1));
  --wg-background: 343 88% 97%;
}.wg-bg-wg-yellow-50{
  background: hsl(var(--wg-background) / var(--wg-background-opacity, 1));
  --wg-background: 42 100% 96%;
}.wg-bg-white{
  background: hsl(var(--wg-background) / var(--wg-background-opacity, 1));
  --wg-background: 0 0% 100%;
}.\[--wg-border-width\:1px\]{
  --wg-border-width: 1px;
}.\[--wg-loading-stroke-width\:6px\]{
  --wg-loading-stroke-width: 6px;
}.\[--wg-notification-size\:10px\]{
  --wg-notification-size: 10px;
}.\[--wg-notification-size\:12px\]{
  --wg-notification-size: 12px;
}.\[--wg-notification-size\:14px\]{
  --wg-notification-size: 14px;
}.\[--wg-notification-size\:16px\]{
  --wg-notification-size: 16px;
}.\[--wg-notification-size\:4px\]{
  --wg-notification-size: 4px;
}.\[--wg-notification-size\:6px\]{
  --wg-notification-size: 6px;
}.\[--wg-notification-size\:8px\]{
  --wg-notification-size: 8px;
}.\[--wg-offset-padding-left\:32px\]{
  --wg-offset-padding-left: 32px;
}.\[--wg-offset-padding-left\:34px\]{
  --wg-offset-padding-left: 34px;
}html,body{background-color:#f0f0f0}.progress-line-animation::before,.progress-line-animation::after{animation-name:lines;animation-duration:8s;animation-iteration-count:infinite;transition:transform .35s}@keyframes lines{0%{opacity:0;transform:scale(0)}55%{opacity:.5;transform:scale(1)}100%{opacity:0;transform:scale(0)}}.components-external-link__icon{display:inline-block !important;margin-left:4px !important;vertical-align:super !important}.components-modal__content{padding:0 !important}#wpnakama-admin-footerText a{
  --tw-text-opacity: 1;
  color: rgb(60 32 172 / var(--tw-text-opacity));
}#wpnakama-admin-footerText span{
  --tw-text-opacity: 1;
  color: rgb(255 196 58 / var(--tw-text-opacity));
}.placeholder\:text-surface-300::-moz-placeholder{
  --tw-text-opacity: 1;
  color: hsl(var(--wg-surface-300) / var(--wg-surface-300-opacity, var(--tw-text-opacity)));
}.placeholder\:text-surface-300::placeholder{
  --tw-text-opacity: 1;
  color: hsl(var(--wg-surface-300) / var(--wg-surface-300-opacity, var(--tw-text-opacity)));
}.placeholder\:text-surface-500::-moz-placeholder{
  --tw-text-opacity: 1;
  color: hsl(var(--wg-surface-500) / var(--wg-surface-500-opacity, var(--tw-text-opacity)));
}.placeholder\:text-surface-500::placeholder{
  --tw-text-opacity: 1;
  color: hsl(var(--wg-surface-500) / var(--wg-surface-500-opacity, var(--tw-text-opacity)));
}.before\:absolute::before{
  content: var(--tw-content);
  position: absolute;
}.before\:left-0::before{
  content: var(--tw-content);
  left: 0px;
}.before\:right-0::before{
  content: var(--tw-content);
  right: 0px;
}.before\:top-\[25\%\]::before{
  content: var(--tw-content);
  top: 25%;
}.before\:top-\[50\%\]::before{
  content: var(--tw-content);
  top: 50%;
}.before\:top-\[75\%\]::before{
  content: var(--tw-content);
  top: 75%;
}.before\:z-0::before{
  content: var(--tw-content);
  z-index: 0;
}.before\:h-\[1px\]::before{
  content: var(--tw-content);
  height: 1px;
}.before\:bg-surface-100::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: hsl(var(--wg-surface-100) / var(--wg-surface-100-opacity, var(--tw-bg-opacity)));
}.before\:bg-surface-50::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: hsl(var(--wg-surface-50) / var(--wg-surface-50-opacity, var(--tw-bg-opacity)));
}.before\:transition-transform::before{
  content: var(--tw-content);
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.before\:delay-\[35ms\]::before{
  content: var(--tw-content);
  transition-delay: 35ms;
}.before\:delay-\[75ms\]::before{
  content: var(--tw-content);
  transition-delay: 75ms;
}.before\:duration-75::before{
  content: var(--tw-content);
  transition-duration: 75ms;
}.after\:absolute::after{
  content: var(--tw-content);
  position: absolute;
}.after\:bottom-0::after{
  content: var(--tw-content);
  bottom: 0px;
}.after\:left-\[25\%\]::after{
  content: var(--tw-content);
  left: 25%;
}.after\:left-\[50\%\]::after{
  content: var(--tw-content);
  left: 50%;
}.after\:left-\[75\%\]::after{
  content: var(--tw-content);
  left: 75%;
}.after\:top-0::after{
  content: var(--tw-content);
  top: 0px;
}.after\:z-0::after{
  content: var(--tw-content);
  z-index: 0;
}.after\:w-\[1px\]::after{
  content: var(--tw-content);
  width: 1px;
}.after\:bg-surface-100::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: hsl(var(--wg-surface-100) / var(--wg-surface-100-opacity, var(--tw-bg-opacity)));
}.after\:bg-surface-50::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: hsl(var(--wg-surface-50) / var(--wg-surface-50-opacity, var(--tw-bg-opacity)));
}.after\:transition-transform::after{
  content: var(--tw-content);
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.after\:delay-\[35ms\]::after{
  content: var(--tw-content);
  transition-delay: 35ms;
}.after\:delay-\[75ms\]::after{
  content: var(--tw-content);
  transition-delay: 75ms;
}.after\:duration-75::after{
  content: var(--tw-content);
  transition-duration: 75ms;
}.last\:border-r-0:last-child{
  border-right-width: 0px;
}.first-of-type\:rounded-s-lg:first-of-type{
  border-start-start-radius: 0.5rem;
  border-end-start-radius: 0.5rem;
}.first-of-type\:rounded-t-lg:first-of-type{
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}.last-of-type\:rounded-b-lg:last-of-type{
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}.last-of-type\:rounded-e-lg:last-of-type{
  border-start-end-radius: 0.5rem;
  border-end-end-radius: 0.5rem;
}.hover\:cursor-pointer:hover{
  cursor: pointer;
}.hover\:\!border-wg-yellow-200:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 238 176 / var(--tw-border-opacity)) !important;
}.hover\:border-destructive:hover{
  --tw-border-opacity: 1;
  border-color: hsl(var(--wg-destructive) / var(--wg-destructive-opacity, var(--tw-border-opacity)));
}.hover\:border-primary-100:hover{
  --tw-border-opacity: 1;
  border-color: rgb(221 210 250 / var(--tw-border-opacity));
}.hover\:border-surface-200:hover{
  --tw-border-opacity: 1;
  border-color: hsl(var(--wg-surface-200) / var(--wg-surface-200-opacity, var(--tw-border-opacity)));
}.hover\:border-surface-300:hover{
  --tw-border-opacity: 1;
  border-color: hsl(var(--wg-surface-300) / var(--wg-surface-300-opacity, var(--tw-border-opacity)));
}.hover\:border-wg-red-500:hover{
  --tw-border-opacity: 1;
  border-color: rgb(245 61 107 / var(--tw-border-opacity));
}.hover\:border-b-surface:hover{
  --tw-border-opacity: 1;
  border-bottom-color: hsl(var(--wg-surface) / var(--wg-surface-opacity, var(--tw-border-opacity)));
}.hover\:border-t-surface:hover{
  --tw-border-opacity: 1;
  border-top-color: hsl(var(--wg-surface) / var(--wg-surface-opacity, var(--tw-border-opacity)));
}.hover\:\!bg-wg-yellow-200:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 238 176 / var(--tw-bg-opacity)) !important;
}.hover\:bg-destructive-100:hover{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--wg-destructive-100) / var(--wg-destructive-100-opacity, var(--tw-bg-opacity)));
}.hover\:bg-destructive-50:hover{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--wg-destructive-50) / var(--wg-destructive-50-opacity, var(--tw-bg-opacity)));
}.hover\:bg-destructive-600:hover{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--wg-destructive-600) / var(--wg-destructive-600-opacity, var(--tw-bg-opacity)));
}.hover\:bg-primary-50:hover{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--wg-primary-50) / var(--wg-primary-50-opacity, var(--tw-bg-opacity)));
}.hover\:bg-primary-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(45 23 147 / var(--tw-bg-opacity));
}.hover\:bg-secondary-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(183 127 29 / var(--tw-bg-opacity));
}.hover\:bg-surface:hover{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--wg-surface) / var(--wg-surface-opacity, var(--tw-bg-opacity)));
}.hover\:bg-surface-100:hover{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--wg-surface-100) / var(--wg-surface-100-opacity, var(--tw-bg-opacity)));
}.hover\:bg-surface-100\/50:hover{
  background-color: hsl(var(--wg-surface-100) / 0.5);
}.hover\:bg-surface-200\/50:hover{
  background-color: hsl(var(--wg-surface-200) / 0.5);
}.hover\:bg-surface-300:hover{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--wg-surface-300) / var(--wg-surface-300-opacity, var(--tw-bg-opacity)));
}.hover\:bg-surface-50:hover{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--wg-surface-50) / var(--wg-surface-50-opacity, var(--tw-bg-opacity)));
}.hover\:bg-wg-green-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(38 169 95 / var(--tw-bg-opacity));
}.hover\:bg-wg-yellow-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 249 235 / var(--tw-bg-opacity));
}.hover\:\!text-wg-yellow-900:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(122 75 11 / var(--tw-text-opacity)) !important;
}.hover\:text-destructive-800:hover{
  --tw-text-opacity: 1;
  color: hsl(var(--wg-destructive-800) / var(--wg-destructive-800-opacity, var(--tw-text-opacity)));
}.hover\:text-primary:hover{
  --tw-text-opacity: 1;
  color: rgb(60 32 172 / var(--tw-text-opacity));
}.hover\:text-primary-600:hover{
  --tw-text-opacity: 1;
  color: rgb(45 23 147 / var(--tw-text-opacity));
}.hover\:text-primary-700:hover{
  --tw-text-opacity: 1;
  color: rgb(33 16 123 / var(--tw-text-opacity));
}.hover\:text-surface-300:hover{
  --tw-text-opacity: 1;
  color: hsl(var(--wg-surface-300) / var(--wg-surface-300-opacity, var(--tw-text-opacity)));
}.hover\:text-surface-500:hover{
  --tw-text-opacity: 1;
  color: hsl(var(--wg-surface-500) / var(--wg-surface-500-opacity, var(--tw-text-opacity)));
}.hover\:text-surface-600:hover{
  --tw-text-opacity: 1;
  color: hsl(var(--wg-surface-600) / var(--wg-surface-600-opacity, var(--tw-text-opacity)));
}.hover\:text-surface-700:hover{
  --tw-text-opacity: 1;
  color: hsl(var(--wg-surface-700) / var(--wg-surface-700-opacity, var(--tw-text-opacity)));
}.hover\:text-surface-900:hover{
  --tw-text-opacity: 1;
  color: hsl(var(--wg-surface-900) / var(--wg-surface-900-opacity, var(--tw-text-opacity)));
}.hover\:text-wg-gray-600:hover{
  --tw-text-opacity: 1;
  color: rgb(85 85 109 / var(--tw-text-opacity));
}.hover\:text-wg-yellow-700:hover{
  --tw-text-opacity: 1;
  color: rgb(183 127 29 / var(--tw-text-opacity));
}.focus\:bg-surface:focus{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--wg-surface) / var(--wg-surface-opacity, var(--tw-bg-opacity)));
}.focus\:text-surface-400:focus{
  --tw-text-opacity: 1;
  color: hsl(var(--wg-surface-400) / var(--wg-surface-400-opacity, var(--tw-text-opacity)));
}.focus\:shadow-primary:focus{
  --tw-shadow-color: #3C20AC;
  --tw-shadow: var(--tw-shadow-colored);
}.focus\:shadow-wg-red-500:focus{
  --tw-shadow-color: #F53D6B;
  --tw-shadow: var(--tw-shadow-colored);
}.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}.focus\:outline:focus{
  outline-style: solid;
}.focus\:outline-0:focus{
  outline-width: 0px;
}.focus\:outline-1:focus{
  outline-width: 1px;
}.focus\:outline-2:focus{
  outline-width: 2px;
}.focus\:-outline-offset-1:focus{
  outline-offset: -1px;
}.focus\:outline-primary:focus{
  outline-color: #3C20AC;
}.focus\:outline-surface:focus{
  outline-color: hsl(var(--wg-surface) / var(--wg-surface-opacity, 1));
}.focus\:outline-wg-red-500:focus{
  outline-color: #F53D6B;
}.focus-visible\:z-10:focus-visible{
  z-index: 10;
}.focus-visible\:border-primary:focus-visible{
  --tw-border-opacity: 1;
  border-color: rgb(60 32 172 / var(--tw-border-opacity));
}.focus-visible\:text-destructive-400:focus-visible{
  --tw-text-opacity: 1;
  color: hsl(var(--wg-destructive-400) / var(--wg-destructive-400-opacity, var(--tw-text-opacity)));
}.focus-visible\:text-destructive-800:focus-visible{
  --tw-text-opacity: 1;
  color: hsl(var(--wg-destructive-800) / var(--wg-destructive-800-opacity, var(--tw-text-opacity)));
}.focus-visible\:text-primary:focus-visible{
  --tw-text-opacity: 1;
  color: rgb(60 32 172 / var(--tw-text-opacity));
}.focus-visible\:outline:focus-visible{
  outline-style: solid;
}.focus-visible\:outline-0:focus-visible{
  outline-width: 0px;
}.focus-visible\:outline-2:focus-visible{
  outline-width: 2px;
}.focus-visible\:-outline-offset-1:focus-visible{
  outline-offset: -1px;
}.focus-visible\:-outline-offset-2:focus-visible{
  outline-offset: -2px;
}.focus-visible\:outline-offset-2:focus-visible{
  outline-offset: 2px;
}.focus-visible\:outline-primary:focus-visible{
  outline-color: #3C20AC;
}.first\:focus-visible\:rounded-s-\[7px\]:focus-visible:first-child{
  border-start-start-radius: 7px;
  border-end-start-radius: 7px;
}.last\:focus-visible\:rounded-r-\[7px\]:focus-visible:last-child{
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
}.disabled\:pointer-events-none:disabled{
  pointer-events: none;
}.disabled\:hidden:disabled{
  display: none;
}.disabled\:cursor-text:disabled{
  cursor: text;
}.disabled\:border-destructive-100:disabled{
  --tw-border-opacity: 1;
  border-color: hsl(var(--wg-destructive-100) / var(--wg-destructive-100-opacity, var(--tw-border-opacity)));
}.disabled\:border-surface-50:disabled{
  --tw-border-opacity: 1;
  border-color: hsl(var(--wg-surface-50) / var(--wg-surface-50-opacity, var(--tw-border-opacity)));
}.disabled\:bg-destructive:disabled{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--wg-destructive) / var(--wg-destructive-opacity, var(--tw-bg-opacity)));
}.disabled\:bg-destructive-50:disabled{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--wg-destructive-50) / var(--wg-destructive-50-opacity, var(--tw-bg-opacity)));
}.disabled\:bg-secondary-200:disabled{
  --tw-bg-opacity: 1;
  background-color: rgb(255 238 176 / var(--tw-bg-opacity));
}.disabled\:text-destructive-300:disabled{
  --tw-text-opacity: 1;
  color: hsl(var(--wg-destructive-300) / var(--wg-destructive-300-opacity, var(--tw-text-opacity)));
}.disabled\:text-surface-300:disabled{
  --tw-text-opacity: 1;
  color: hsl(var(--wg-surface-300) / var(--wg-surface-300-opacity, var(--tw-text-opacity)));
}.disabled\:text-surface-400:disabled{
  --tw-text-opacity: 1;
  color: hsl(var(--wg-surface-400) / var(--wg-surface-400-opacity, var(--tw-text-opacity)));
}.disabled\:opacity-50:disabled{
  opacity: 0.5;
}.disabled\:opacity-60:disabled{
  opacity: 0.6;
}.group:hover .group-hover\:opacity-100{
  opacity: 1;
}.group:hover .group-hover\:opacity-70{
  opacity: 0.7;
}.data-\[disabled\]\:pointer-events-none[data-disabled]{
  pointer-events: none;
}.data-\[orientation\=vertical\]\:left-0[data-orientation="vertical"]{
  left: 0px;
}.data-\[orientation\=horizontal\]\:h-full[data-orientation="horizontal"]{
  height: 100%;
}.data-\[orientation\=vertical\]\:h-72[data-orientation="vertical"]{
  height: 18rem;
}.data-\[orientation\=horizontal\]\:min-h-6[data-orientation="horizontal"]{
  min-height: 24px;
}.data-\[orientation\=vertical\]\:w-2[data-orientation="vertical"]{
  width: 0.5rem;
}.data-\[orientation\=vertical\]\:w-full[data-orientation="vertical"]{
  width: 100%;
}.data-\[state\=checked\]\:translate-x-\[14px\][data-state="checked"]{
  --tw-translate-x: 14px;
  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\=unchecked\]\:translate-x-0\.5[data-state="unchecked"]{
  --tw-translate-x: 0.125rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}@keyframes fadeInDown{0%{
    opacity: 0;
    transform: translateY(-5px) scale(.97);
  }100%{
    opacity: 1;
    transform: translateY(0px) scale(1);
  }
}.data-\[side\=bottom\]\:animate-wg-fade-in-down[data-side="bottom"]{
  animation: fadeInDown 0.3s cubic-bezier(.2,1,.4,1);
}@keyframes fadeInUp{0%{
    opacity: 0;
    transform: translateY(5px) scale(.97);
  }100%{
    opacity: 1;
    transform: translateY(0px) scale(1);
  }
}.data-\[side\=bottom\]\:animate-wg-fade-in-up[data-side="bottom"]{
  animation: fadeInUp 0.3s cubic-bezier(.2,1,.4,1);
}@keyframes fadeInLeft{0%{
    opacity: 0;
    transform: translateX(5px) scale(.97);
  }100%{
    opacity: 1;
    transform: translateX(0px) scale(1);
  }
}.data-\[side\=left\]\:animate-wg-fade-in-left[data-side="left"]{
  animation: fadeInLeft 0.3s cubic-bezier(.2,1,.4,1);
}@keyframes fadeInRight{0%{
    opacity: 0;
    transform: translateX(-5px) scale(.97);
  }100%{
    opacity: 1;
    transform: translateX(0px) scale(1);
  }
}.data-\[side\=right\]\:animate-wg-fade-in-right[data-side="right"]{
  animation: fadeInRight 0.3s cubic-bezier(.2,1,.4,1);
}@keyframes fadeInUp{0%{
    opacity: 0;
    transform: translateY(5px) scale(.97);
  }100%{
    opacity: 1;
    transform: translateY(0px) scale(1);
  }
}.data-\[side\=top\]\:animate-wg-fade-in-up[data-side="top"]{
  animation: fadeInUp 0.3s cubic-bezier(.2,1,.4,1);
}@keyframes fadeOut{0%{
    opacity: 1;
    transform: scale(1);
  }100%{
    opacity: 0;
    transform: scale(.97);
  }
}.data-\[state\=closed\]\:animate-wg-fade-out[data-state="closed"]{
  animation: fadeOut 0.15s cubic-bezier(.2,1,.4,1);
}.data-\[state\=instant-open\]\:\!animate-none[data-state="instant-open"]{
  animation: none !important;
}.data-\[state\=active\]\:cursor-grabbing[data-state="active"]{
  cursor: grabbing;
}.data-\[orientation\=vertical\]\:flex-col[data-orientation="vertical"]{
  flex-direction: column;
}.data-\[orientation\=vertical\]\:justify-center[data-orientation="vertical"]{
  justify-content: center;
}.data-\[state\=active\]\:border-primary[data-state="active"]{
  --tw-border-opacity: 1;
  border-color: rgb(60 32 172 / var(--tw-border-opacity));
}.data-\[state\=active\]\:border-b-primary[data-state="active"]{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(60 32 172 / var(--tw-border-opacity));
}.data-\[state\=active\]\:border-t-primary[data-state="active"]{
  --tw-border-opacity: 1;
  border-top-color: rgb(60 32 172 / var(--tw-border-opacity));
}.data-\[state\=active\]\:bg-surface[data-state="active"]{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--wg-surface) / var(--wg-surface-opacity, var(--tw-bg-opacity)));
}.data-\[state\=checked\]\:bg-primary[data-state="checked"]{
  --tw-bg-opacity: 1;
  background-color: rgb(60 32 172 / var(--tw-bg-opacity));
}.data-\[state\=checked\]\:bg-surface-100[data-state="checked"]{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--wg-surface-100) / var(--wg-surface-100-opacity, var(--tw-bg-opacity)));
}.data-\[state\=on\]\:bg-surface-50[data-state="on"]{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--wg-surface-50) / var(--wg-surface-50-opacity, var(--tw-bg-opacity)));
}.data-\[state\=open\]\:bg-surface[data-state="open"]{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--wg-surface) / var(--wg-surface-opacity, var(--tw-bg-opacity)));
}.data-\[orientation\=vertical\]\:px-3[data-orientation="vertical"]{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}.data-\[state\=active\]\:font-medium[data-state="active"]{
  font-weight: 500;
}.data-\[state\=on\]\:font-medium[data-state="on"]{
  font-weight: 500;
}.data-\[state\=active\]\:text-primary[data-state="active"]{
  --tw-text-opacity: 1;
  color: rgb(60 32 172 / var(--tw-text-opacity));
}.data-\[state\=active\]\:text-surface-500[data-state="active"]{
  --tw-text-opacity: 1;
  color: hsl(var(--wg-surface-500) / var(--wg-surface-500-opacity, var(--tw-text-opacity)));
}.data-\[state\=active\]\:text-surface-900[data-state="active"]{
  --tw-text-opacity: 1;
  color: hsl(var(--wg-surface-900) / var(--wg-surface-900-opacity, var(--tw-text-opacity)));
}.data-\[state\=checked\]\:text-primary[data-state="checked"]{
  --tw-text-opacity: 1;
  color: rgb(60 32 172 / var(--tw-text-opacity));
}.data-\[state\=delayed-open\]\:text-primary[data-state="delayed-open"]{
  --tw-text-opacity: 1;
  color: rgb(60 32 172 / var(--tw-text-opacity));
}.data-\[disabled\]\:opacity-40[data-disabled]{
  opacity: 0.4;
}.data-\[disabled\]\:opacity-50[data-disabled]{
  opacity: 0.5;
}.data-\[state\=instant-open\]\:\!transition-none[data-state="instant-open"]{
  transition-property: none !important;
}.group\/end[data-state="open"] .group-data-\[state\=open\]\/end\:outline{
  outline-style: solid;
}.group\/start[data-state="open"] .group-data-\[state\=open\]\/start\:outline{
  outline-style: solid;
}.group\/end[data-state="open"] .group-data-\[state\=open\]\/end\:outline-2{
  outline-width: 2px;
}.group\/start[data-state="open"] .group-data-\[state\=open\]\/start\:outline-2{
  outline-width: 2px;
}.group\/end[data-state="open"] .group-data-\[state\=open\]\/end\:outline-primary-500{
  outline-color: #3C20AC;
}.group\/end[data-state="open"] .group-data-\[state\=open\]\/end\:outline-wg-yellow-500{
  outline-color: #FFC43A;
}.group\/start[data-state="open"] .group-data-\[state\=open\]\/start\:outline-primary-500{
  outline-color: #3C20AC;
}.dark\:border:is(.dark *){
  border-width: 1px;
}.dark\:border-none:is(.dark *){
  border-style: none;
}.dark\:border-destructive:is(.dark *){
  --tw-border-opacity: 1;
  border-color: hsl(var(--wg-destructive) / var(--wg-destructive-opacity, var(--tw-border-opacity)));
}.dark\:border-surface:is(.dark *){
  --tw-border-opacity: 1;
  border-color: hsl(var(--wg-surface) / var(--wg-surface-opacity, var(--tw-border-opacity)));
}.dark\:border-surface-100:is(.dark *){
  --tw-border-opacity: 1;
  border-color: hsl(var(--wg-surface-100) / var(--wg-surface-100-opacity, var(--tw-border-opacity)));
}.dark\:border-surface-50:is(.dark *){
  --tw-border-opacity: 1;
  border-color: hsl(var(--wg-surface-50) / var(--wg-surface-50-opacity, var(--tw-border-opacity)));
}.dark\:bg-neutral-800:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(38 38 38 / var(--tw-bg-opacity));
}.dark\:bg-surface:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: hsl(var(--wg-surface) / var(--wg-surface-opacity, var(--tw-bg-opacity)));
}.dark\:bg-surface-200:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: hsl(var(--wg-surface-200) / var(--wg-surface-200-opacity, var(--tw-bg-opacity)));
}.dark\:bg-transparent:is(.dark *){
  background-color: transparent;
}.dark\:bg-white\/5:is(.dark *){
  background-color: rgb(255 255 255 / 0.05);
}.dark\:text-current:is(.dark *){
  color: currentColor;
}.dark\:text-destructive-500:is(.dark *){
  --tw-text-opacity: 1;
  color: hsl(var(--wg-destructive-500) / var(--wg-destructive-500-opacity, var(--tw-text-opacity)));
}.dark\:text-primary-300:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(144 117 230 / var(--tw-text-opacity));
}.dark\:text-secondary-900:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(122 75 11 / var(--tw-text-opacity));
}.dark\:text-surface-100:is(.dark *){
  --tw-text-opacity: 1;
  color: hsl(var(--wg-surface-100) / var(--wg-surface-100-opacity, var(--tw-text-opacity)));
}.dark\:text-surface-200:is(.dark *){
  --tw-text-opacity: 1;
  color: hsl(var(--wg-surface-200) / var(--wg-surface-200-opacity, var(--tw-text-opacity)));
}.dark\:text-surface-50:is(.dark *){
  --tw-text-opacity: 1;
  color: hsl(var(--wg-surface-50) / var(--wg-surface-50-opacity, var(--tw-text-opacity)));
}.dark\:text-surface-500:is(.dark *){
  --tw-text-opacity: 1;
  color: hsl(var(--wg-surface-500) / var(--wg-surface-500-opacity, var(--tw-text-opacity)));
}.dark\:text-surface-700:is(.dark *){
  --tw-text-opacity: 1;
  color: hsl(var(--wg-surface-700) / var(--wg-surface-700-opacity, var(--tw-text-opacity)));
}.dark\:text-surface-800:is(.dark *){
  --tw-text-opacity: 1;
  color: hsl(var(--wg-surface-800) / var(--wg-surface-800-opacity, var(--tw-text-opacity)));
}.dark\:text-wg-blue:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(60 32 172 / var(--tw-text-opacity));
}.dark\:text-wg-green:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(45 202 114 / var(--tw-text-opacity));
}.dark\:text-wg-orange:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(255 125 82 / var(--tw-text-opacity));
}.dark\:text-wg-pink:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(247 95 222 / var(--tw-text-opacity));
}.dark\:text-wg-purple-400:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(141 108 239 / var(--tw-text-opacity));
}.dark\:text-wg-red:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(245 61 107 / var(--tw-text-opacity));
}.dark\:text-wg-white-500:is(.dark *){
  color: rgba(255,255,255, 0.5);
}.dark\:text-wg-yellow:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(255 196 58 / var(--tw-text-opacity));
}.dark\:text-wg-yellow-500:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(255 196 58 / var(--tw-text-opacity));
}.dark\:text-white:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.dark\:shadow-none:is(.dark *){
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.dark\:outline-surface-100:is(.dark *){
  outline-color: hsl(var(--wg-surface-100) / var(--wg-surface-100-opacity, 1));
}.dark\:outline-surface-50:is(.dark *){
  outline-color: hsl(var(--wg-surface-50) / var(--wg-surface-50-opacity, 1));
}.dark\:wg-bg-surface\/5:is(.dark *){
  background: hsl(var(--wg-surface) / 0.05);
  --wg-background: var(--wg-surface);
}.dark\:placeholder\:text-surface-200:is(.dark *)::-moz-placeholder{
  --tw-text-opacity: 1;
  color: hsl(var(--wg-surface-200) / var(--wg-surface-200-opacity, var(--tw-text-opacity)));
}.dark\:placeholder\:text-surface-200:is(.dark *)::placeholder{
  --tw-text-opacity: 1;
  color: hsl(var(--wg-surface-200) / var(--wg-surface-200-opacity, var(--tw-text-opacity)));
}.dark\:hover\:border-destructive:hover:is(.dark *){
  --tw-border-opacity: 1;
  border-color: hsl(var(--wg-destructive) / var(--wg-destructive-opacity, var(--tw-border-opacity)));
}.dark\:hover\:border-surface-100:hover:is(.dark *){
  --tw-border-opacity: 1;
  border-color: hsl(var(--wg-surface-100) / var(--wg-surface-100-opacity, var(--tw-border-opacity)));
}.dark\:hover\:border-surface-200:hover:is(.dark *){
  --tw-border-opacity: 1;
  border-color: hsl(var(--wg-surface-200) / var(--wg-surface-200-opacity, var(--tw-border-opacity)));
}.dark\:hover\:bg-destructive-600:hover:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: hsl(var(--wg-destructive-600) / var(--wg-destructive-600-opacity, var(--tw-bg-opacity)));
}.dark\:hover\:bg-secondary-800:hover:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(147 97 18 / var(--tw-bg-opacity));
}.dark\:hover\:bg-surface:hover:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: hsl(var(--wg-surface) / var(--wg-surface-opacity, var(--tw-bg-opacity)));
}.dark\:hover\:bg-surface-200:hover:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: hsl(var(--wg-surface-200) / var(--wg-surface-200-opacity, var(--tw-bg-opacity)));
}.dark\:hover\:text-destructive-400:hover:is(.dark *){
  --tw-text-opacity: 1;
  color: hsl(var(--wg-destructive-400) / var(--wg-destructive-400-opacity, var(--tw-text-opacity)));
}.dark\:hover\:text-primary:hover:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(60 32 172 / var(--tw-text-opacity));
}.dark\:hover\:text-wg-white-700:hover:is(.dark *){
  color: rgba(255,255,255, 0.8);
}.dark\:hover\:text-yellow-300:hover:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(255 226 136 / var(--tw-text-opacity));
}.dark\:focus\:bg-white\/5:focus:is(.dark *){
  background-color: rgb(255 255 255 / 0.05);
}.dark\:focus-visible\:border-white:focus-visible:is(.dark *){
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}.dark\:focus-visible\:text-destructive-400:focus-visible:is(.dark *){
  --tw-text-opacity: 1;
  color: hsl(var(--wg-destructive-400) / var(--wg-destructive-400-opacity, var(--tw-text-opacity)));
}.dark\:focus-visible\:text-primary:focus-visible:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(60 32 172 / var(--tw-text-opacity));
}.dark\:disabled\:border-destructive-900:disabled:is(.dark *){
  --tw-border-opacity: 1;
  border-color: hsl(var(--wg-destructive-900) / var(--wg-destructive-900-opacity, var(--tw-border-opacity)));
}.dark\:disabled\:text-destructive\/50:disabled:is(.dark *){
  color: hsl(var(--wg-destructive) / 0.5);
}.dark\:disabled\:text-wg-white-500:disabled:is(.dark *){
  color: rgba(255,255,255, 0.5);
}.dark\:disabled\:text-white:disabled:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.dark\:data-\[state\=active\]\:border-primary[data-state="active"]:is(.dark *){
  --tw-border-opacity: 1;
  border-color: rgb(60 32 172 / var(--tw-border-opacity));
}.dark\:data-\[state\=active\]\:border-white[data-state="active"]:is(.dark *){
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}.dark\:data-\[state\=open\]\:bg-white\/5[data-state="open"]:is(.dark *){
  background-color: rgb(255 255 255 / 0.05);
}@media (min-width: 480px){.xs\:flex-nowrap{
    flex-wrap: nowrap;
  }.xs\:gap-4{
    gap: 1rem;
  }
}@media (min-width: 640px){.sm\:ml-auto{
    margin-left: auto;
  }.sm\:mt-0{
    margin-top: 0px;
  }.sm\:flex-row{
    flex-direction: row;
  }.sm\:items-center{
    align-items: center;
  }.sm\:gap-2{
    gap: 0.5rem;
  }
}@media (min-width: 768px){.md\:w-\[calc\(100\%\+5\.25rem\)\]{
    width: calc(100% + 5.25rem);
  }.md\:px-9{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }.md\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}.last-of-type\:\[\&\+span\]\:hidden+span:last-of-type{
  display: none;
}.\[\&\:has\(\:focus-visible\)\]\:overflow-visible:has(:focus-visible){
  overflow: visible;
}.\[\&\:has\(\>svg\:first-child\)\]\:pl-3:has(>svg:first-child){
  padding-left: 0.75rem;
}.\[\&\:has\(\[data-state\=checked\]\)\]\:outline:has([data-state=checked]){
  outline-style: solid;
}.\[\&\:has\(\[data-state\=checked\]\)_\.wg-unchecked\]\:hidden:has([data-state=checked]) .wg-unchecked{
  display: none;
}.\[\&\:has\(\[data-state\=unchecked\]\)_\.wg-label\]\:text-surface-700:has([data-state=unchecked]) .wg-label{
  --tw-text-opacity: 1;
  color: hsl(var(--wg-surface-700) / var(--wg-surface-700-opacity, var(--tw-text-opacity)));
}.hover\:\[\&\:not\(\:disabled\)\]\:bg-surface:not(:disabled):hover{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--wg-surface) / var(--wg-surface-opacity, var(--tw-bg-opacity)));
}.hover\:\[\&\:not\(\:disabled\)\]\:text-surface-900:not(:disabled):hover{
  --tw-text-opacity: 1;
  color: hsl(var(--wg-surface-900) / var(--wg-surface-900-opacity, var(--tw-text-opacity)));
}.\[\&\:not\(\[data-state\=closed\]\)\]\:text-primary:not([data-state=closed]){
  --tw-text-opacity: 1;
  color: rgb(60 32 172 / var(--tw-text-opacity));
}.\[\&\>\*\]\:grow>*{
  flex-grow: 1;
}.\[\&\>abbr\]\:no-underline>abbr{
  text-decoration-line: none;
}.\[\&\>svg\]\:\!opacity-100>svg{
  opacity: 1 !important;
}.\[\&_svg\]\:text-surface-900 svg{
  --tw-text-opacity: 1;
  color: hsl(var(--wg-surface-900) / var(--wg-surface-900-opacity, var(--tw-text-opacity)));
}.\[\&_svg\]\:opacity-40 svg{
  opacity: 0.4;
}
