*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
} /*
! tailwindcss v3.4.16 | 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: Inter var, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
} /*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
} /*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
} /*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
} /*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
} /*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
} /*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
} /*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
} /*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
} /*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
} /*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
} /*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
} /*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
} /*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
} /*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
} /*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
} /*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
} /*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
} /*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
} /*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
} /*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
} /*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
} /*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
} /*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
} /*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
} /*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
} /*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
} /*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
} /*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
} /*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
} /* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
[type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}
[type='text']:focus, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --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: /*!*/ /*!*/ 0 0 0 0px #fff, /*!*/ /*!*/ 0 0 0 calc(1px + 0px) #2563eb, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}
input::placeholder,textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}
::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}
::-webkit-date-and-time-value {
  min-height: 1.5em;
  text-align: inherit;
}
::-webkit-datetime-edit {
  display: inline-flex;
}
::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}
select {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27none%27 viewBox=%270 0 20 20%27%3e%3cpath stroke=%27%236b7280%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%271.5%27 d=%27M6 8l4 4 4-4%27/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}
[multiple],[size]:where(select:not([size="1"])) {
  background-image: none;
  background-image: initial;
  background-position: 0 0;
  background-position: initial;
  background-repeat: repeat;
  background-repeat: initial;
  background-size: auto auto;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: inherit;
          print-color-adjust: inherit;
}
[type='checkbox'],[type='radio'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}
[type='checkbox'] {
  border-radius: 0px;
}
[type='radio'] {
  border-radius: 100%;
}
[type='checkbox']:focus,[type='radio']:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --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: /*!*/ /*!*/ 0 0 0 2px #fff, /*!*/ /*!*/ 0 0 0 calc(2px + 2px) #2563eb, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
[type='checkbox']:checked,[type='radio']:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
[type='checkbox']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox=%270 0 16 16%27 fill=%27white%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath d=%27M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z%27/%3e%3c/svg%3e");
}
@media (forced-colors: active)  {
  [type='checkbox']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}
[type='radio']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox=%270 0 16 16%27 fill=%27white%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3ccircle cx=%278%27 cy=%278%27 r=%273%27/%3e%3c/svg%3e");
}
@media (forced-colors: active)  {
  [type='radio']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}
[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}
[type='checkbox']:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27none%27 viewBox=%270 0 16 16%27%3e%3cpath stroke=%27white%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27M4 8h8%27/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media (forced-colors: active)  {
  [type='checkbox']:indeterminate {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}
[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}
[type='file'] {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
}
[type='file']:focus {
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}
.aspect-h-10 {
  --tw-aspect-h: 10;
}
.aspect-h-7 {
  --tw-aspect-h: 7;
}
.aspect-w-10 {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / 10 * 100%);
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 10;
}
.aspect-w-10 > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.toggle {
  position: relative;
  display: inline-flex;
  height: 1.5rem;
  width: 2.75rem;
  flex-shrink: 0;
  cursor: pointer;
  border-radius: 9999px;
  border-width: 2px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / 1);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.toggle {
    background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
  }
}
.toggle:focus,.toggle:disabled {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --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-inset) 0 0 0 2px var(--tw-ring-offset-color), var(--tw-ring-inset) 0 0 0 calc(2px + 2px) rgb(4 201 183 / 1), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(4 201 183 / var(--tw-ring-opacity, 1));
  --tw-ring-offset-width: 2px;
}
.toggle--active {
  --tw-bg-opacity: 1;
  background-color: rgb(4 201 183 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.toggle--active {
    background-color: rgb(4 201 183 / var(--tw-bg-opacity, 1));
  }
}
.toggle--error {
  --tw-bg-opacity: 1;
  background-color: rgb(252 165 165 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.toggle--error {
    background-color: rgb(252 165 165 / var(--tw-bg-opacity, 1));
  }
}
.nav__item {
  display: flex;
  align-items: center;
  border-radius: 0.375rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.nav__item {
    color: rgb(209 213 219 / var(--tw-text-opacity, 1));
  }
}
.nav__item:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / 1);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.nav__item:hover {
    background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
}
@media (min-width: 768px) {
  .nav__item {
    justify-content: center;
  }
}
.nav__item:hover .nav__item-svg {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.nav__item:hover .nav__item-svg {
    color: rgb(209 213 219 / var(--tw-text-opacity, 1));
  }
}
.nav__item--active {
  --tw-bg-opacity: 1;
  background-color: rgb(48 41 69 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.nav__item--active {
    background-color: rgb(48 41 69 / var(--tw-bg-opacity, 1));
  }
}
.nav__item--active svg {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.nav__item--active svg {
    color: rgb(209 213 219 / var(--tw-text-opacity, 1));
  }
}
.nav__item-svg {
  margin-right: 0.75rem;
  height: 1.5rem;
  width: 1.5rem;
  stroke: currentColor;
  color: rgb(156 163 175 / 1);
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.nav__item-svg {
    color: rgb(156 163 175 / var(--tw-text-opacity, 1));
  }

@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.nav__item-svg {
      color: rgb(209 213 219 / var(--tw-text-opacity, 1));
    }
}
}
@media (min-width: 768px) {
  .nav__item-svg {
    margin-right: 0px;
  }
}
.mobile-sidebar__btn-open {
  margin-left: -0.125rem;
  margin-top: -0.125rem;
  display: inline-flex;
  height: 3rem;
  width: 3rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.mobile-sidebar__btn-open {
    color: rgb(107 114 128 / var(--tw-text-opacity, 1));
  }
}
.mobile-sidebar__btn-open:hover {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.mobile-sidebar__btn-open:hover {
    color: rgb(17 24 39 / var(--tw-text-opacity, 1));
  }
}
.mobile-sidebar__btn-open:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --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: inset 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color), inset 0 0 0 calc(2px + var(--tw-ring-offset-width)) rgb(99 102 241 / 1), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-inset: inset;
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity, 1));
}
.mobile-sidebar__btn-close {
  margin-left: 0.25rem;
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
}
.mobile-sidebar__btn-close:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --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: inset 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color), inset 0 0 0 calc(2px + var(--tw-ring-offset-width)) rgb(255 255 255 / 1), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-inset: inset;
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity, 1));
}
.bar{display:none}
.control--toggle [type=checkbox]+label {
  position: relative;
  display: block;
  cursor: pointer;
  font-size: 0.875rem;
  line-height: 1.25rem;padding:0 0 0 calc(44px + 1rem);
}
.control--toggle [type=checkbox]+label::before,.control--toggle [type=checkbox]+label::after {
  position: absolute;
  border-radius: 9999px;
  border-width: 2px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / 1);
  transition-property: all;
  transition-duration: 100ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);content:"";height:24px;left:0;top:50%;transform:translateY(-50%);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.control--toggle [type=checkbox]+label::before,.control--toggle [type=checkbox]+label::after {
    background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
  }
}
.control--toggle [type=checkbox]+label::before{border-radius:22px;width:44px}
.control--toggle [type=checkbox]+label::after {
  margin-left: 0.125rem;
  height: 1.25rem;
  width: 1.25rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / 1);
  --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: 0 0 #0000, 0 0 #0000, 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.control--toggle [type=checkbox]+label::after {
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }
}
.control--toggle [type=checkbox]:focus+label::before {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --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-inset) 0 0 0 2px var(--tw-ring-offset-color), var(--tw-ring-inset) 0 0 0 calc(2px + 2px) rgb(4 201 183 / 1), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(4 201 183 / var(--tw-ring-opacity, 1));
  --tw-ring-offset-width: 2px;
}
.control--toggle [type=checkbox]+label:empty{display:inline;display:initial;padding:0 0 0 44px}
.control--toggle [type=checkbox]:checked+label::before {
  --tw-bg-opacity: 1;
  background-color: rgb(4 201 183 / 1);content:"";
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.control--toggle [type=checkbox]:checked+label::before {
    background-color: rgb(4 201 183 / var(--tw-bg-opacity, 1));
  }
}
.control--toggle [type=checkbox]:checked+label::after {
  margin-left: 0px;left:22px;
}
.tooltip {
  font-size: 0.75rem;
  line-height: 1rem;display:block !important;z-index:100;
}
.tooltip .tooltip-inner,.tooltip .popover-inner {
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(48 41 69 / 1);
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.tooltip .tooltip-inner,.tooltip .popover-inner {
    background-color: rgb(48 41 69 / var(--tw-bg-opacity, 1));
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
}
.tooltip .tooltip-arrow,.tooltip .popover-arrow {
  position: absolute;
  margin: 0.25rem;
  height: 0px;
  width: 0px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(31 41 55 / 1);z-index:1;
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.tooltip .tooltip-arrow,.tooltip .popover-arrow {
    border-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
  }
}
.tooltip[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.tooltip[x-placement^=top] .tooltip-arrow,.tooltip[x-placement^=top] .popover-arrow {
  margin-bottom: 0px;
  margin-top: 0px;border-bottom-color:rgba(0,0,0,0) !important;border-left-color:rgba(0,0,0,0) !important;border-right-color:rgba(0,0,0,0) !important;border-width:5px 5px 0 5px;bottom:-5px;left:calc(50% - 5px);
}
.tooltip[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.tooltip[x-placement^=bottom] .tooltip-arrow,.tooltip[x-placement^=bottom] .popover-arrow {
  margin-bottom: 0px;
  margin-top: 0px;border-left-color:rgba(0,0,0,0) !important;border-right-color:rgba(0,0,0,0) !important;border-top-color:rgba(0,0,0,0) !important;border-width:0 5px 5px 5px;left:calc(50% - 5px);top:-5px;
}
.tooltip[x-placement^=right] {
  margin-left: 0.5rem;
}
.tooltip[x-placement^=right] .tooltip-arrow,.tooltip[x-placement^=right] .popover-arrow {
  margin-left: 0px;
  margin-right: 0px;border-bottom-color:rgba(0,0,0,0) !important;border-left-color:rgba(0,0,0,0) !important;border-top-color:rgba(0,0,0,0) !important;border-width:5px 5px 5px 0;left:-5px;top:calc(50% - 5px);
}
.tooltip[x-placement^=left] {
  margin-right: 0.5rem;
}
.tooltip[x-placement^=left] .tooltip-arrow,.tooltip[x-placement^=left] .popover-arrow {
  margin-left: 0px;
  margin-right: 0px;border-bottom-color:rgba(0,0,0,0) !important;border-right-color:rgba(0,0,0,0) !important;border-top-color:rgba(0,0,0,0) !important;border-width:5px 0 5px 5px;right:-5px;top:calc(50% - 5px);
}
.tooltip[aria-hidden=true] {
  visibility: hidden;
  opacity: 0;transition:opacity .15s,visibility .15s;
}
.tooltip[aria-hidden=false] {
  visibility: visible;
  opacity: 1;
  transition-property: opacity;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ui.selection.dropdown.tooltip[aria-hidden=false]{z-index:10}
.ui.selection.tooltip[aria-hidden=false].dropdown>.text:not(.default){color:rgba(0,0,0,.8);font-weight:400}
.ui.tooltip[aria-hidden=false].selection.dropdown>.dropdown.icon{opacity:"";z-index:3}
.ui.search.dropdown.tooltip[aria-hidden=false]>input.search{cursor:auto}
.ui.search.dropdown.tooltip[aria-hidden=false]>.text{pointer-events:none}
.ui.upward.selection.dropdown.tooltip[aria-hidden=false]{border-radius:0 0 .28571429rem .28571429rem;box-shadow:0 0 3px 0 rgba(0,0,0,.08)}
.ui.dropdown>.tooltip[aria-hidden=false].menu .scrolling.menu{display:block}
.ui.simple.tooltip[aria-hidden=false].dropdown>.menu{display:block}
.tooltip.nav-tooltip {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.tooltip.nav-tooltip[x-placement^=right] {
  margin-left: 1rem;
}
.tooltip.app-tooltip {
  font-size: 0.75rem;
  line-height: 1rem;
}
.tooltip.app-tooltip[y-placement^=bottom] {
  margin-top: 1rem;
}
.tooltip.image-tooltip {
  border-radius: 0.375rem;
  background-color: rgb(255 255 255 / 0.75);
  --tw-bg-opacity: 0.75;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.tooltip.image-tooltip {
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    color: rgb(31 41 55 / var(--tw-text-opacity, 1));
  }
}
.tooltip.image-tooltip .tooltip-inner,.tooltip.image-tooltip .popover-inner {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / 1);
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.tooltip.image-tooltip .tooltip-inner,.tooltip.image-tooltip .popover-inner {
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    color: rgb(31 41 55 / var(--tw-text-opacity, 1));
  }
}
.tooltip.image-tooltip .tooltip-arrow,.tooltip.image-tooltip .popover-arrow {
  position: absolute;
  margin: 0.25rem;
  height: 0px;
  width: 0px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / 1);z-index:1;
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.tooltip.image-tooltip .tooltip-arrow,.tooltip.image-tooltip .popover-arrow {
    border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  }
}
.tooltip.image-tooltip[x-placement^=right] {
  margin-left: 0.5rem;
}
.tooltip.image-tooltip[x-placement^=right] .tooltip-arrow,.tooltip.image-tooltip[x-placement^=right] .popover-arrow {
  margin-left: 0px;
  margin-right: 0px;border-bottom-color:rgba(0,0,0,0) !important;border-left-color:rgba(0,0,0,0) !important;border-top-color:rgba(0,0,0,0) !important;border-width:5px 5px 5px 0;left:-5px;top:calc(50% - 5px);
}
.tooltip.image-tooltip[x-placement^=left] {
  margin-right: 0.5rem;
}
.tooltip.image-tooltip[x-placement^=left] .tooltip-arrow,.tooltip.image-tooltip[x-placement^=left] .popover-arrow {
  margin-left: 0px;
  margin-right: 0px;border-bottom-color:rgba(0,0,0,0) !important;border-right-color:rgba(0,0,0,0) !important;border-top-color:rgba(0,0,0,0) !important;border-width:5px 0 5px 5px;right:-5px;top:calc(50% - 5px);
}
[data-tippy-root]{max-width:calc(100vw - 10px)}
.tippy-box {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.tippy-box[data-placement^=top] {
  margin-bottom: 0.375rem;
}
.tippy-box[data-placement^=top]>.tippy-arrow {
  bottom: 0px;
  margin-bottom: 0.375rem;
}
.tippy-box[data-placement^=top]>.tippy-arrow::before{bottom:-5px;left:0;border-width:5px 5px 0;border-top-color:currentColor;border-top-color:initial;transform-origin:center top}
.tippy-box[data-placement^=bottom] {
  margin-top: 0.375rem;
}
.tippy-box[data-placement^=bottom]>.tippy-arrow {
  top: 0px;
  margin-top: 0.375rem;
}
.tippy-box[data-placement^=bottom]>.tippy-arrow::before{top:-5px;left:0;border-width:0 5px 5px;border-bottom-color:currentColor;border-bottom-color:initial;transform-origin:center bottom}
.tippy-box[data-placement^=left] {
  margin-right: 0.375rem;
}
.tippy-box[data-placement^=left]>.tippy-arrow {
  right: 0px;
  margin-right: 0.375rem;
}
.tippy-box[data-placement^=left]>.tippy-arrow::before{border-width:5px 0 5px 5px;border-left-color:currentColor;border-left-color:initial;right:-5px;transform-origin:center left}
.tippy-box[data-placement^=right] {
  margin-left: 0.375rem;
}
.tippy-box[data-placement^=right]>.tippy-arrow {
  left: 0px;
  margin-left: 0.375rem;
}
.tippy-box[data-placement^=right]>.tippy-arrow::before{left:-5px;border-width:5px 5px 5px 0;border-right-color:currentColor;border-right-color:initial;transform-origin:center right}
.tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(0.54, 1.5, 0.38, 1.11)}
.tippy-box[data-animation=fade][data-state=hidden]{opacity:0}
.tippy-arrow {
  --tw-text-opacity: 1;
  color: rgb(48 41 69 / 1);width:10px;height:10px;
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.tippy-arrow {
    color: rgb(48 41 69 / var(--tw-text-opacity, 1));
  }
}
.tippy-arrow::before{content:"";position:absolute;border-color:rgba(0,0,0,0);border-style:solid}
.tippy-content {
  position: relative;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(48 41 69 / 1);
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);z-index:1;
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.tippy-content {
    background-color: rgb(48 41 69 / var(--tw-bg-opacity, 1));
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
}
.btn {
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / 1);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / 1);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / 1);
  --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: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.btn {
    border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    color: rgb(55 65 81 / var(--tw-text-opacity, 1));
  }
}
.btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.btn:hover {
    background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
  }
}
.btn:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --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-inset) 0 0 0 2px var(--tw-ring-offset-color), var(--tw-ring-inset) 0 0 0 calc(2px + 2px) rgb(4 201 183 / 1), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(4 201 183 / var(--tw-ring-opacity, 1));
  --tw-ring-offset-width: 2px;
}
.btn:disabled,.btn.disabled {
  cursor: not-allowed;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / 1);
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / 1);
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.btn:disabled,.btn.disabled {
    border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
    background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
    color: rgb(107 114 128 / var(--tw-text-opacity, 1));
  }
}
.btn:disabled:hover,.btn.disabled:hover {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / 1);
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.btn:disabled:hover,.btn.disabled:hover {
    border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
    background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
  }
}
.btn-primary {
  --tw-border-opacity: 1;
  border-color: rgb(4 201 183 / 1);
  --tw-bg-opacity: 1;
  background-color: rgb(4 201 183 / 1);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.btn-primary {
    border-color: rgb(4 201 183 / var(--tw-border-opacity, 1));
    background-color: rgb(4 201 183 / var(--tw-bg-opacity, 1));
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
}
.btn-primary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(3 146 133 / 1);
  --tw-bg-opacity: 1;
  background-color: rgb(3 146 133 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.btn-primary:hover {
    border-color: rgb(3 146 133 / var(--tw-border-opacity, 1));
    background-color: rgb(3 146 133 / var(--tw-bg-opacity, 1));
  }
}
.btn-danger {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / 1);
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / 1);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.btn-danger {
    border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
    background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
}
.btn-danger:hover {
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / 1);
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.btn-danger:hover {
    border-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
    background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
  }
}
.btn-success {
  --tw-border-opacity: 1;
  border-color: rgb(34 197 94 / 1);
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / 1);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.btn-success {
    border-color: rgb(34 197 94 / var(--tw-border-opacity, 1));
    background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
}
.btn-success:hover {
  --tw-border-opacity: 1;
  border-color: rgb(22 163 74 / 1);
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.btn-success:hover {
    border-color: rgb(22 163 74 / var(--tw-border-opacity, 1));
    background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
  }
}
.btn-stroke {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(4 201 183 / 1);
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(4 201 183 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.btn-stroke {
    border-color: rgb(4 201 183 / var(--tw-border-opacity, 1));
    color: rgb(4 201 183 / var(--tw-text-opacity, 1));
  }
}
.btn-stroke:hover {
  --tw-border-opacity: 1;
  border-color: rgb(4 201 183 / 1);
  --tw-bg-opacity: 1;
  background-color: rgb(4 201 183 / 1);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.btn-stroke:hover {
    border-color: rgb(4 201 183 / var(--tw-border-opacity, 1));
    background-color: rgb(4 201 183 / var(--tw-bg-opacity, 1));
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
}
.btn-danger-stroke {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / 1);
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.btn-danger-stroke {
    border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
    color: rgb(239 68 68 / var(--tw-text-opacity, 1));
  }
}
.btn-danger-stroke:hover {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / 1);
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / 1);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.btn-danger-stroke:hover {
    border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
    background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
}
.btn-white {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(4 201 183 / 1);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / 1);
  --tw-text-opacity: 1;
  color: rgb(4 201 183 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.btn-white {
    border-color: rgb(4 201 183 / var(--tw-border-opacity, 1));
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    color: rgb(4 201 183 / var(--tw-text-opacity, 1));
  }
}
.btn-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.btn-white:hover {
    background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
  }
}
.btn-xs {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 0.75rem;
  line-height: 1rem;
}
.btn-sm {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.btn-lg {
  font-size: 1rem;
  line-height: 1.5rem;
}
.btn-xl {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
}
.button_remove_guest {
  margin-left: 0.125rem;
  display: inline-flex;
  height: 1.5rem;
  width: 1.5rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / 1);
  transition-property: all;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.button_remove_guest {
    color: rgb(248 113 113 / var(--tw-text-opacity, 1));
  }
}
.button_remove_guest:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / 1);
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.button_remove_guest:hover {
    background-color: rgb(254 202 202 / var(--tw-bg-opacity, 1));
    color: rgb(239 68 68 / var(--tw-text-opacity, 1));
  }
}
.button_remove_guest:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / 1);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
  outline: 2px solid transparent;
  outline-offset: 2px;
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.button_remove_guest:focus {
    background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
}
.banner__btn {
  position: relative;
  float: right;
  display: inline-flex;
  align-items: center;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / 1);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / 1);
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / 1);
  --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: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.banner__btn {
    border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    color: rgb(55 65 81 / var(--tw-text-opacity, 1));
  }
}
.banner__btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.banner__btn:hover {
    background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
  }
}
.banner__btn:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --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-inset) 0 0 0 2px var(--tw-ring-offset-color), var(--tw-ring-inset) 0 0 0 calc(2px + 2px) rgb(99 102 241 / 1), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity, 1));
  --tw-ring-offset-width: 2px;
} /*!
 * # Semantic UI 2.4.0 - Dropdown
 */
.ui.dropdown{cursor:pointer;display:inline-block;outline:none;position:relative;-webkit-tap-highlight-color:rgba(0,0,0,0);text-align:left;transition:width .1s ease}
.ui.dropdown .menu{background:#fff;border:1px solid rgba(34,36,38,.15);border-radius:.28571429rem;box-shadow:0 2px 3px 0 rgba(34,36,38,.15);cursor:auto;display:none;font-size:1em;margin:0;min-width:-moz-max-content;min-width:max-content;outline:none;padding:0 0;position:absolute;text-align:left;text-shadow:none;top:100%;transition:opacity .1s ease;will-change:transform,opacity;z-index:11}
.ui.dropdown .menu>*{white-space:nowrap}
.ui.dropdown>input:not(.search):first-child,.ui.dropdown>select{display:none !important}
.ui.dropdown>.dropdown.icon{font-size:.85714286em;margin:0 0 0 1em;position:relative}
.ui.dropdown .menu>.item .dropdown.icon{float:right;margin:0 0 0 1em;width:auto}
.ui.dropdown .menu>.item .dropdown.icon+.text{margin-right:1em}
.ui.dropdown>.text{display:inline-block;transition:none}
.ui.dropdown .menu>.item{border:none;border-top:none;box-shadow:none;color:rgba(0,0,0,.87);cursor:pointer;display:block;font-size:1rem;font-weight:400;height:auto;line-height:1em;padding:.78571429rem 1.14285714rem !important;position:relative;text-align:left;text-transform:none;-webkit-touch-callout:none}
.ui.dropdown .menu>.item:first-child{border-top-width:0}
.ui.dropdown .menu .item>[class*="right floated"],.ui.dropdown>.text>[class*="right floated"]{float:right !important;margin-left:1em !important;margin-right:0 !important}
.ui.dropdown .menu .item>[class*="left floated"],.ui.dropdown>.text>[class*="left floated"]{float:left !important;margin-left:0 !important;margin-right:1em !important}
.ui.dropdown .menu .item>.flag.floated,.ui.dropdown .menu .item>.icon.floated,.ui.dropdown .menu .item>.image.floated,.ui.dropdown .menu .item>img.floated{margin-top:0}
.ui.dropdown .menu>.header{color:rgba(0,0,0,.85);font-size:.78571429em;font-weight:700;margin:1rem 0 .75rem;padding:0 1.14285714rem;text-transform:uppercase}
.ui.dropdown .menu>.divider{border-top:1px solid rgba(34,36,38,.1);height:0;margin:.5em 0}
.ui.dropdown.dropdown .menu>.input{display:flex;margin:1.14285714rem .78571429rem;min-width:10rem;width:auto}
.ui.dropdown .menu>.header+.input{margin-top:0}
.ui.dropdown .menu>.input:not(.transparent) input{padding:.5em 1em}
.ui.dropdown .menu>.input:not(.transparent) .button,.ui.dropdown .menu>.input:not(.transparent) .icon,.ui.dropdown .menu>.input:not(.transparent) .label{padding-bottom:.5em;padding-top:.5em}
.ui.dropdown .menu>.item>.description,.ui.dropdown>.text>.description{color:rgba(0,0,0,.4);float:right;margin:0 0 0 1em}
.ui.dropdown .menu>.message{font-weight:400;padding:.78571429rem 1.14285714rem}
.ui.dropdown .menu>.message:not(.ui){color:rgba(0,0,0,.4)}
.ui.dropdown .menu .menu{border-radius:.28571429rem !important;left:100%;margin:0 0 0 -0.5em !important;right:auto;top:0 !important;z-index:21 !important}
.ui.dropdown .menu .menu:after{display:none}
.ui.dropdown .menu>.item>.flag,.ui.dropdown .menu>.item>.icon,.ui.dropdown .menu>.item>.image,.ui.dropdown .menu>.item>.label,.ui.dropdown .menu>.item>img,.ui.dropdown>.text>.flag,.ui.dropdown>.text>.icon,.ui.dropdown>.text>.image,.ui.dropdown>.text>.label,.ui.dropdown>.text>img{margin-top:0;float:none;margin-left:0;margin-right:.78571429rem}
.ui.dropdown .menu>.item>.image,.ui.dropdown .menu>.item>img,.ui.dropdown>.text>.image,.ui.dropdown>.text>img{display:inline-block;margin-bottom:-0.5em;margin-top:-0.5em;max-height:2em;vertical-align:top;width:auto}
.ui.dropdown .ui.menu>.item:before,.ui.menu .ui.dropdown .menu>.item:before{display:none}
.ui.menu .ui.dropdown .menu .active.item{border-left:none}
.ui.buttons>.ui.dropdown:last-child .menu,.ui.menu .right.dropdown.item .menu,.ui.menu .right.menu .dropdown:last-child .menu{left:auto;right:0}
.ui.label.dropdown .menu{min-width:100%}
.ui.dropdown.icon.button>.dropdown.icon{margin:0}
.ui.button.dropdown .menu{min-width:100%}
.ui.selection.dropdown{background:#fff;border:1px solid rgba(34,36,38,.15);border-radius:.28571429rem;box-shadow:none;color:rgba(0,0,0,.87);cursor:pointer;display:inline-block;line-height:1em;min-height:2.71428571em;min-width:14em;outline:0;padding:.78571429em 2.1em .78571429em 1em;transform:rotate(0deg);transition:box-shadow .1s ease,width .1s ease;white-space:normal;word-wrap:break-word}
.ui.selection.dropdown.active,.ui.selection.dropdown.visible{z-index:10}
select.ui.dropdown{border:1px solid rgba(34,36,38,.15);height:38px;padding:.5em;visibility:visible}
.ui.selection.dropdown>.delete.icon,.ui.selection.dropdown>.dropdown.icon,.ui.selection.dropdown>.search.icon{cursor:pointer;height:auto;line-height:1.21428571em;margin:-0.78571429em;opacity:.8;padding:.91666667em;position:absolute;right:1em;top:.78571429em;transition:opacity .1s ease;width:auto;z-index:3}
.ui.compact.selection.dropdown{min-width:0}
.ui.selection.dropdown .menu{backface-visibility:hidden;border-radius:0 0 .28571429rem .28571429rem;border-top-width:0 !important;box-shadow:0 2px 3px 0 rgba(34,36,38,.15);margin:0 -1px;min-width:calc(100% + 2px);outline:none;-webkit-overflow-scrolling:touch;overflow-x:hidden;overflow-y:auto;transition:opacity .1s ease;width:auto;width:calc(100% + 2px)}
.ui.selection.dropdown .menu:after,.ui.selection.dropdown .menu:before{display:none}
.ui.selection.dropdown .menu>.message{padding:.78571429rem 1.14285714rem}
@media only screen and (max-width: 767px){.ui.selection.dropdown .menu{max-height:8.01428571rem}}
@media only screen and (min-width: 768px){.ui.selection.dropdown .menu{max-height:10.68571429rem}}
@media only screen and (min-width: 992px){.ui.selection.dropdown .menu{max-height:16.02857143rem}}
@media only screen and (min-width: 1920px){.ui.selection.dropdown .menu{max-height:21.37142857rem}}
.ui.selection.dropdown .menu>.item{border-top:1px solid #fafafa;padding:.78571429rem 1.14285714rem !important;white-space:normal;word-wrap:normal}
.ui.selection.dropdown .menu>.hidden.addition.item{display:none}
.ui.selection.dropdown:hover{border-color:rgba(34,36,38,.35);box-shadow:none}
.ui.selection.active.dropdown,.ui.selection.active.dropdown .menu{border-color:#96c8da;box-shadow:0 2px 3px 0 rgba(34,36,38,.15)}
.ui.selection.dropdown:focus{border-color:#96c8da;box-shadow:none}
.ui.selection.dropdown:focus .menu{border-color:#96c8da;box-shadow:0 2px 3px 0 rgba(34,36,38,.15)}
.ui.selection.visible.dropdown>.text:not(.default){color:rgba(0,0,0,.8);font-weight:400}
.ui.selection.active.dropdown:hover,.ui.selection.active.dropdown:hover .menu{border-color:#96c8da;box-shadow:0 2px 3px 0 rgba(34,36,38,.15)}
.ui.active.selection.dropdown>.dropdown.icon,.ui.visible.selection.dropdown>.dropdown.icon{opacity:"";z-index:3}
.ui.active.selection.dropdown{border-bottom-left-radius:0 !important;border-bottom-right-radius:0 !important}
.ui.active.empty.selection.dropdown{border-radius:.28571429rem !important;box-shadow:none !important}
.ui.active.empty.selection.dropdown .menu{border:none !important;box-shadow:none !important}
.ui.search.dropdown{min-width:""}
.ui.search.dropdown>input.search{background:none rgba(0,0,0,0) !important;border:none !important;box-shadow:none !important;cursor:text;left:1px;outline:none;padding:inherit;position:absolute;-webkit-tap-highlight-color:rgba(255,255,255,0);top:0;width:100%;z-index:2}
.ui.search.dropdown>.text{cursor:text;left:1px;position:relative;z-index:3}
.ui.search.selection.dropdown>input.search,.ui.search.selection.dropdown>span.sizer{line-height:1.21428571em;padding:.67857143em 2.1em .67857143em 1em}
.ui.search.selection.dropdown>span.sizer{display:none;white-space:pre}
.ui.search.dropdown.active>input.search,.ui.search.dropdown.visible>input.search{cursor:auto}
.ui.search.dropdown.active>.text,.ui.search.dropdown.visible>.text{pointer-events:none}
.ui.active.search.dropdown input.search:focus+.text .flag,.ui.active.search.dropdown input.search:focus+.text .icon{opacity:.45}
.ui.active.search.dropdown input.search:focus+.text{color:rgba(115,115,115,.87) !important}
.ui.search.dropdown .menu{backface-visibility:hidden;-webkit-overflow-scrolling:touch;overflow-x:hidden;overflow-y:auto}
@media only screen and (max-width: 767px){.ui.search.dropdown .menu{max-height:8.01428571rem}}
@media only screen and (min-width: 768px){.ui.search.dropdown .menu{max-height:10.68571429rem}}
@media only screen and (min-width: 992px){.ui.search.dropdown .menu{max-height:16.02857143rem}}
@media only screen and (min-width: 1920px){.ui.search.dropdown .menu{max-height:21.37142857rem}}
.ui.multiple.dropdown{padding:.22619048em 2.1em .22619048em .35714286em}
.ui.multiple.dropdown .menu{cursor:auto}
.ui.multiple.search.dropdown,.ui.multiple.search.dropdown>input.search{cursor:text}
.ui.multiple.dropdown>.label{box-shadow:inset 0 0 0 1px rgba(34,36,38,.15);display:inline-block;font-size:1em;margin:.14285714rem .28571429rem .14285714rem 0;padding:.35714286em .78571429em;-moz-user-select:none;-webkit-user-select:none;user-select:none;vertical-align:top;white-space:normal}
.ui.multiple.dropdown .dropdown.icon{margin:"";padding:""}
.ui.multiple.dropdown>.text{line-height:1.21428571em;margin:.45238095em 0 .45238095em .64285714em;max-width:100%;padding:0;position:static}
.ui.multiple.dropdown>.label~input.search{margin-left:.14285714em !important}
.ui.multiple.dropdown>.label~.text{display:none}
.ui.multiple.search.dropdown>.text{display:inline-block;left:0;line-height:1.21428571em;margin:.45238095em 0 .45238095em .64285714em;padding:inherit;position:absolute;top:0}
.ui.multiple.search.dropdown>.label~.text{display:none}
.ui.multiple.search.dropdown>input.search{line-height:1.21428571em;margin:.45238095em 0 .45238095em .64285714em;max-width:100%;padding:0;position:static;width:2.2em}
.ui.inline.dropdown{color:inherit;cursor:pointer;display:inline-block}
.ui.inline.dropdown .dropdown.icon{margin:0 .21428571em 0 .21428571em;vertical-align:baseline}
.ui.inline.dropdown>.text{font-weight:700}
.ui.inline.dropdown .menu{border-radius:.28571429rem;cursor:auto;margin-top:.21428571em}
.ui.dropdown .menu .active.item{background:rgba(0,0,0,0);box-shadow:none;color:rgba(0,0,0,.95);font-weight:700;z-index:12}
.ui.dropdown .menu>.item:hover{background:rgba(0,0,0,.05);color:rgba(0,0,0,.95);z-index:13}
.ui.loading.dropdown>i.icon{height:1em !important}
.ui.loading.selection.dropdown>i.icon{padding:1.5em 1.28571429em !important}
.ui.loading.dropdown>i.icon:before{border:.2em solid rgba(0,0,0,.1);border-radius:500rem}
.ui.loading.dropdown>i.icon:after,.ui.loading.dropdown>i.icon:before{content:"";height:1.28571429em;left:50%;margin:-0.64285714em 0 0 -0.64285714em;position:absolute;top:50%;width:1.28571429em}
.ui.loading.dropdown>i.icon:after{animation:dropdown-spin .6s linear;animation-iteration-count:infinite;border-color:#767676 rgba(0,0,0,0) rgba(0,0,0,0);border-radius:500rem;border-style:solid;border-width:.2em;box-shadow:0 0 0 1px rgba(0,0,0,0)}
.ui.loading.dropdown.button>i.icon:after,.ui.loading.dropdown.button>i.icon:before{display:none}
@keyframes dropdown-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}
.ui.default.dropdown:not(.button)>.text,.ui.dropdown:not(.button)>.default.text{color:rgba(191,191,191,.87)}
.ui.default.dropdown:not(.button)>input:focus~.text,.ui.dropdown:not(.button)>input:focus~.default.text{color:rgba(115,115,115,.87)}
.ui.loading.dropdown>.text{transition:none}
.ui.dropdown .loading.menu{display:block;visibility:hidden;z-index:-1}
.ui.dropdown>.loading.menu{left:0 !important;right:auto !important}
.ui.dropdown>.menu .loading.menu{left:100% !important;right:auto !important}
.ui.dropdown .menu .selected.item,.ui.dropdown.selected{background:rgba(0,0,0,.03);color:rgba(0,0,0,.95)}
.ui.dropdown>.filtered.text{visibility:hidden}
.ui.dropdown .filtered.item{display:none !important}
.ui.dropdown.error,.ui.dropdown.error>.default.text,.ui.dropdown.error>.text{color:#9f3a38}
.ui.selection.dropdown.error{background:#fff6f6;border-color:#e0b4b4}
.ui.dropdown.error>.menu,.ui.dropdown.error>.menu .menu,.ui.selection.dropdown.error:hover{border-color:#e0b4b4}
.ui.dropdown.error>.menu>.item{color:#9f3a38}
.ui.multiple.selection.error.dropdown>.label{border-color:#e0b4b4}
.ui.dropdown.error>.menu>.item:hover{background-color:#fff2f2}
.ui.dropdown.error>.menu .active.item{background-color:#fdcfcf}
.ui.dropdown>.clear.dropdown.icon{opacity:.8;transition:opacity .1s ease}
.ui.dropdown>.clear.dropdown.icon:hover{opacity:1}
.ui.disabled.dropdown,.ui.dropdown .menu>.disabled.item{cursor:default;opacity:.45;pointer-events:none}
.ui.dropdown .menu{left:0}
.ui.dropdown .menu .right.menu,.ui.dropdown .right.menu>.menu{border-radius:.28571429rem !important;left:100% !important;right:auto !important}
.ui.dropdown>.left.menu{left:auto !important;right:0 !important}
.ui.dropdown .menu .left.menu,.ui.dropdown>.left.menu .menu{border-radius:.28571429rem !important;left:auto;margin:0 -0.5em 0 0 !important;right:100%}
.ui.dropdown .item .left.dropdown.icon,.ui.dropdown .left.menu .item .dropdown.icon{float:left;margin:0 0 0 0;width:auto}
.ui.dropdown .item .left.dropdown.icon+.text,.ui.dropdown .left.menu .item .dropdown.icon+.text{margin-left:1em;margin-right:0}
.ui.upward.dropdown>.menu{border-radius:.28571429rem .28571429rem 0 0;bottom:100%;box-shadow:0 0 3px 0 rgba(0,0,0,.08);top:auto}
.ui.dropdown .upward.menu{bottom:0 !important;top:auto !important}
.ui.simple.upward.active.dropdown,.ui.simple.upward.dropdown:hover{border-radius:.28571429rem .28571429rem 0 0 !important}
.ui.upward.dropdown.button:not(.pointing):not(.floating).active{border-radius:.28571429rem .28571429rem 0 0}
.ui.upward.selection.dropdown .menu{border-bottom-width:0 !important;border-top-width:1px !important;box-shadow:0 -2px 3px 0 rgba(0,0,0,.08)}
.ui.upward.selection.dropdown:hover{box-shadow:0 0 2px 0 rgba(0,0,0,.05)}
.ui.active.upward.selection.dropdown,.ui.upward.selection.dropdown.visible{border-radius:0 0 .28571429rem .28571429rem !important}
.ui.upward.selection.dropdown.visible{box-shadow:0 0 3px 0 rgba(0,0,0,.08)}
.ui.upward.active.selection.dropdown:hover{box-shadow:0 0 3px 0 rgba(0,0,0,.05)}
.ui.upward.active.selection.dropdown:hover .menu{box-shadow:0 -2px 3px 0 rgba(0,0,0,.08)}
.ui.dropdown .scrolling.menu,.ui.scrolling.dropdown .menu{overflow-x:hidden;overflow-y:auto}
.ui.scrolling.dropdown .menu{backface-visibility:hidden;-webkit-overflow-scrolling:touch;overflow-x:hidden}
.ui.dropdown .scrolling.menu,.ui.scrolling.dropdown .menu{min-width:100% !important;overflow-y:auto;width:auto !important}
.ui.dropdown .scrolling.menu{border:none;border-radius:0 !important;border-top:1px solid rgba(34,36,38,.15);box-shadow:none !important;margin:0 !important;position:static}
.ui.dropdown .scrolling.menu .item:first-child,.ui.dropdown .scrolling.menu>.item.item.item,.ui.scrolling.dropdown .menu .item.item.item,.ui.scrolling.dropdown .menu .item:first-child{border-top:none}
.ui.dropdown>.animating.menu .scrolling.menu,.ui.dropdown>.visible.menu .scrolling.menu{display:block}
@media(-ms-high-contrast: none){.ui.dropdown .scrolling.menu,.ui.scrolling.dropdown .menu{min-width:calc(100% - 17px)}}
@media only screen and (max-width: 767px){.ui.dropdown .scrolling.menu,.ui.scrolling.dropdown .menu{max-height:10.28571429rem}}
@media only screen and (min-width: 768px){.ui.dropdown .scrolling.menu,.ui.scrolling.dropdown .menu{max-height:15.42857143rem}}
@media only screen and (min-width: 992px){.ui.dropdown .scrolling.menu,.ui.scrolling.dropdown .menu{max-height:20.57142857rem}}
@media only screen and (min-width: 1920px){.ui.dropdown .scrolling.menu,.ui.scrolling.dropdown .menu{max-height:20.57142857rem}}
.ui.simple.dropdown .menu:after,.ui.simple.dropdown .menu:before{display:none}
.ui.simple.dropdown .menu{display:block;height:0;opacity:0;overflow:hidden;position:absolute;top:-9999px !important;transition:opacity .1s ease;width:0}
.ui.simple.active.dropdown,.ui.simple.dropdown:hover{border-bottom-left-radius:0 !important;border-bottom-right-radius:0 !important}
.ui.simple.active.dropdown>.menu,.ui.simple.dropdown:hover>.menu{height:auto;opacity:1;overflow:visible;top:100% !important;width:auto}
.ui.simple.dropdown:hover>.menu>.item:hover>.menu,.ui.simple.dropdown>.menu>.item:active>.menu{height:auto;left:100% !important;opacity:1;overflow:visible;top:0 !important;width:auto}
.ui.simple.disabled.dropdown:hover .menu{display:none;height:0;overflow:hidden;width:0}
.ui.simple.visible.dropdown>.menu{display:block}
.ui.fluid.dropdown{display:block;min-width:0;width:100%}
.ui.fluid.dropdown>.dropdown.icon{float:right}
.ui.floating.dropdown .menu{border-radius:.28571429rem !important;box-shadow:0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15) !important;left:0;right:auto}
.ui.floating.dropdown>.menu{border-radius:.28571429rem !important;margin-top:.5em !important}
.ui.pointing.dropdown>.menu{border-radius:.28571429rem;margin-top:.78571429rem;top:100%}
.ui.pointing.dropdown>.menu:after{background:#fff;box-shadow:-1px -1px 0 0 rgba(34,36,38,.15);content:"";display:block;height:.5em;left:50%;margin:0 0 0 -0.25em;pointer-events:none;position:absolute;top:-0.25em;transform:rotate(45deg);visibility:visible;width:.5em;z-index:2}
.ui.top.left.pointing.dropdown>.menu{bottom:auto;left:0;margin:1em 0 0;right:auto;top:100%}
.ui.top.left.pointing.dropdown>.menu:after{left:1em;margin:0;right:auto;top:-0.25em;transform:rotate(45deg)}
.ui.top.right.pointing.dropdown>.menu{bottom:auto;left:auto;margin:1em 0 0;right:0;top:100%}
.ui.top.pointing.dropdown>.left.menu:after,.ui.top.right.pointing.dropdown>.menu:after{left:auto !important;margin:0;right:1em !important;top:-0.25em;transform:rotate(45deg)}
.ui.left.pointing.dropdown>.menu{left:100%;margin:0 0 0 1em;right:auto;top:0}
.ui.left.pointing.dropdown>.menu:after{left:-0.25em;margin:0 0 0 0;top:1em;transform:rotate(-45deg)}
.ui.left:not(.top):not(.bottom).pointing.dropdown>.left.menu{left:auto !important;margin:0 1em 0 0;right:100% !important}
.ui.left:not(.top):not(.bottom).pointing.dropdown>.left.menu:after{left:auto;margin:0 0 0 0;right:-0.25em;top:1em;transform:rotate(135deg)}
.ui.right.pointing.dropdown>.menu{left:auto;margin:0 1em 0 0;right:100%;top:0}
.ui.right.pointing.dropdown>.menu:after{left:auto;margin:0 0 0 0;right:-0.25em;top:1em;transform:rotate(135deg)}
.ui.bottom.pointing.dropdown>.menu{bottom:100%;left:0;margin:0 0 1em;right:auto;top:auto}
.ui.bottom.pointing.dropdown>.menu:after{bottom:-0.25em;margin:0;right:auto;top:auto;transform:rotate(-135deg)}
.ui.bottom.pointing.dropdown>.menu .menu{bottom:0 !important;top:auto !important}
.ui.bottom.left.pointing.dropdown>.menu{left:0;right:auto}
.ui.bottom.left.pointing.dropdown>.menu:after{left:1em;right:auto}
.ui.bottom.right.pointing.dropdown>.menu{left:auto;right:0}
.ui.bottom.right.pointing.dropdown>.menu:after{left:auto;right:1em}
.ui.pointing.upward.dropdown .menu,.ui.top.pointing.upward.dropdown .menu{border-radius:.28571429rem;bottom:100% !important;margin:0 0 .78571429rem;top:auto !important}
.ui.pointing.upward.dropdown .menu:after,.ui.top.pointing.upward.dropdown .menu:after{bottom:auto !important;box-shadow:1px 1px 0 0 rgba(34,36,38,.15);margin:-0.25em 0 0;top:100% !important}
.ui.right.pointing.upward.dropdown:not(.top):not(.bottom) .menu{bottom:0 !important;margin:0 1em 0 0;top:auto !important}
.ui.right.pointing.upward.dropdown:not(.top):not(.bottom) .menu:after{bottom:0 !important;box-shadow:-1px -1px 0 0 rgba(34,36,38,.15);margin:0 0 1em 0;top:auto !important}
.ui.left.pointing.upward.dropdown:not(.top):not(.bottom) .menu{bottom:0 !important;margin:0 0 0 1em;top:auto !important}
.ui.left.pointing.upward.dropdown:not(.top):not(.bottom) .menu:after{bottom:0 !important;box-shadow:-1px -1px 0 0 rgba(34,36,38,.15);margin:0 0 1em 0;top:auto !important}
@font-face{font-family:Dropdown;src:url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAAVgAA8AAAAACFAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAABWAAAABwAAAAchGgaq0dERUYAAAF0AAAAHAAAAB4AJwAPT1MvMgAAAZAAAABDAAAAVnW4TJdjbWFwAAAB1AAAAEsAAAFS8CcaqmN2dCAAAAIgAAAABAAAAAQAEQFEZ2FzcAAAAiQAAAAIAAAACP//AANnbHlmAAACLAAAAQoAAAGkrRHP9WhlYWQAAAM4AAAAMAAAADYPK8YyaGhlYQAAA2gAAAAdAAAAJANCAb1obXR4AAADiAAAACIAAAAiCBkAOGxvY2EAAAOsAAAAFAAAABQBnAIybWF4cAAAA8AAAAAfAAAAIAEVAF5uYW1lAAAD4AAAATAAAAKMFGlj5HBvc3QAAAUQAAAARgAAAHJoedjqd2ViZgAABVgAAAAGAAAABrO7W5UAAAABAAAAANXulPUAAAAA1r4hgAAAAADXu2Q1eNpjYGRgYOABYjEgZmJgBEIOIGYB8xgAA/YAN3jaY2BktGOcwMDKwMI4jTGNgYHBHUp/ZZBkaGFgYGJgZWbACgLSXFMYHFT/fLjFeOD/AQY9xjMMbkBhRpAcAN48DQYAeNpjYGBgZoBgGQZGBhDwAfIYwXwWBgMgzQGETAwMqn8+8H649f8/lHX9//9b7Pzf+fWgusCAkY0BzmUE6gHpQwGMDMMeAACbxg7SAAARAUQAAAAB//8AAnjadZBPSsNAGMXfS+yMqYgOhpSuSlKadmUhiVEhEMQzFF22m17BbbvzCh5BXCUn6EG8gjeQ4DepwYo4i+/ffL95j4EDA+CFC7jQuKyIeVHrI3wkleq9F7XrSInKteOeHdda8bOoaeepSc00NWPz/LRec9G8GabyGtEdF7h19z033GAMTK7zbM42xNEZpzYof0RtQ5CUHAQJ73OtVyutc+3b7Ou//b8XNlsPx3jgjUifABdhEohKJJL5iM5p39uqc7X1+sRQSqmGrUVhlsJ4lpmEUVwyT8SUYtg0P9DyNzPADDs+tjrGV6KRCRfsui3eHcL4/p8ZXvfMlcnEU+CLv7hDykOP+AKTPTxbAAB42mNgZGBgAGKuf5KP4vltvjLIMzGAwLV9ig0g+vruFFMQzdjACOJzMIClARh0CTJ42mNgZGBgPPD/AJD8wgAEjA0MjAyogAMAbOQEAQAAAAC7ABEAAAAAAKoAAAH0AAABgAAAAUAACAFAAAgAwAAXAAAAAAAAACoAKgAqADIAbACGAKAAugDSeNpjYGRgYOBkUGFgYgABEMkFhAwM/xn0QAIADdUBdAB42qWQvUoDQRSFv3GjaISUQaymSmGxJoGAsRC0iPYLsU50Y6IxrvlRtPCJJKUPIBb+PIHv4EN4djKuKAqCDHfmu+feOdwZoMCUAJNbAlYUMzaUlM14jjxbngOq7HnOia89z1Pk1vMCa9x7ztPkzfMyJbPj+ZGi6Xp+omxuPD+zaD7meaFg7mb8GrBqHmhwxoAxlm0uiRkpP9X5m26pKRoMxTGR1D49Dv/Yb/91o6l8qL6eu5n2hZQzn68utR9m3FU2cB4t9cdSLG2utI+44Eh/P9bqKO+oJ/WxmXssj77YkrjasZQD6SFddythk3Wtzrf+UF2p076Udla1VNzsERP3kkjVRKel7mp1udXYcHtZSlV7RfmJe1GiFWveluaeKD5/MuJcSk8Tpm/vvwPIbmJleNpjYGKAAFYG7ICTgYGRiZGZkYWRlZGNkZ2Rg5GTLT2nsiDDEEIZsZfmZRqZujmDaDcDAxcI7WIOpS2gtCWUdgQAZkcSmQAAAAFblbO6AAA=) format("woff");font-weight:400;font-style:normal}
.ui.dropdown>.dropdown.icon{backface-visibility:hidden;font-family:Dropdown;font-style:normal;font-weight:400;height:1em;line-height:1;text-align:center;width:1.23em;width:auto}
.ui.dropdown>.dropdown.icon:before{content:""}
.ui.dropdown .menu .item .dropdown.icon:before{content:""}
.ui.dropdown .item .left.dropdown.icon:before,.ui.dropdown .left.menu .item .dropdown.icon:before{content:""}
.ui.vertical.menu .dropdown.item>.dropdown.icon:before{content:""}
.ui.dropdown>.clear.icon:before{content:""} /*!
 * # Semantic UI 2.4.1 - Label
 */
.ui.label{background-color:#e8e8e8;background-image:none;border:0 solid rgba(0,0,0,0);border-radius:.28571429rem;color:rgba(0,0,0,.6);display:inline-block;font-weight:700;line-height:1;margin:0 .14285714em;padding:.5833em .833em;text-transform:none;transition:background .1s ease;vertical-align:baseline}
.ui.label:first-child{margin-left:0}
.ui.label:last-child{margin-right:0}
.ui.label>a,a.ui.label{cursor:pointer}
.ui.label>a{color:inherit;opacity:.5;transition:opacity .1s ease}
.ui.label>a:hover{opacity:1}
.ui.label>img{height:2.1666em !important;vertical-align:middle;width:auto !important}
.ui.label>.icon{margin:0 .75em 0 0;width:auto}
.ui.label>.detail{display:inline-block;font-weight:700;margin-left:1em;opacity:.8;vertical-align:top}
.ui.label>.detail .icon{margin:0 .25em 0 0}
.ui.label>.close.icon,.ui.label>.delete.icon{cursor:pointer;font-size:.92857143em;margin-left:.5em;margin-right:0;opacity:.5;transition:background .1s ease}
.ui.label>.delete.icon:hover{opacity:1}
.ui.dropdown{box-sizing:border-box}
.ui.dropdown,.ui.dropdown input{font-size:14px}
.ui.dropdown .menu{box-sizing:content-box}
.ui.dropdown .menu>.item{font-size:14px}
.ui.selection.dropdown{min-height:14px}
.ui.selection.dropdown .menu{min-width:100%;width:100%}
.ui.multiple.dropdown>.label{padding-right:calc(.78571em + 15px);position:relative}
.ui.multiple.dropdown>.label i.icon.delete:before{content:"×";font-family:Arial,sans-serif}
.ui.multiple.dropdown>.label i.icon.delete{box-sizing:border-box;display:inline-block;height:24px;margin:-5px -10px;position:absolute;right:10px;width:18px}
.ui.multiple.dropdown>.label i.icon.delete:after,.ui.multiple.dropdown>.label i.icon.delete:before{background-color:#333;content:" ";height:12px;left:25%;position:absolute;top:25%;transform:translate(-25%, -25%);width:3px}
.ui.multiple.dropdown>.label i.icon.delete:before{transform:rotate(45deg)}
.ui.multiple.dropdown>.label i.icon.delete:after{transform:rotate(-45deg)}
.items-dropdown {
  display: inline-flex;
  width: 100%;
  justify-content: space-between;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / 1);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / 1);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  text-transform: capitalize;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / 1);
  --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: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.items-dropdown {
    border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    color: rgb(55 65 81 / var(--tw-text-opacity, 1));
  }
}
.items-dropdown:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.items-dropdown:hover {
    background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
  }
}
.items-dropdown:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --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-inset) 0 0 0 2px #f3f4f6, var(--tw-ring-inset) 0 0 0 calc(2px + 2px) rgb(99 102 241 / 1), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity, 1));
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #f3f4f6;
}
.card {
  width: 100%;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / 1);
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  --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: 0 0 #0000, 0 0 #0000, 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.card {
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }
}
@media (min-width: 768px) {
  .card {
    padding: 1.5rem;
  }
}
.onboarding-landing-img {
  position: absolute;
  inset: 0px;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;background-image:url(/public_assets/images/landing2-7f22b8c0c57521bf098c4a768661d541a1df61dea837535df8938cfdb955474d.jpeg);
}
#spaceform-room-img {
  height: 13rem;
  width: 100%;
  border-radius: 0.5rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;background-image:url(/public_assets/images/SpaceForm_Epic_Landscape-0d70df926c7d6a34b398f0bf692f7d51cf098a1ca41e530e520f7151088be5df.jpeg);
}
tr {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
tr {
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }
}
tr:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
tr:nth-child(even) {
    background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
  }
}
.table-header__item {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: left;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.table-header__item {
    color: rgb(107 114 128 / var(--tw-text-opacity, 1));
  }
}
.table-header__item.table-header__item--ransack {
  padding: 0px;
}
.table-header__item.table-header__item--ransack-nested .sort_link {
  padding-top: 1rem;
  padding-bottom: 0px;
}
.table-header__item.table-header__item--ransack-nested .cell-stacked {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 1rem;
  padding-top: 0px;
  font-size: 0.6rem;
}
.table-header__item.table-header__item--ransack-nested .cell-stacked:hover {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.table-header__item.table-header__item--ransack-nested .cell-stacked:hover {
    color: rgb(107 114 128 / var(--tw-text-opacity, 1));
  }
}
.table-header__item.table-header__item--ransack-nested .cell-stacked .t-sortable__caret--default {
  height: 1rem;
  width: 1rem;
}
.sort_link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgb(4 201 183 / 1);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.sort_link {
    color: rgb(4 201 183 / var(--tw-text-opacity, 1));
  }
}
.sort_link:hover {
  --tw-text-opacity: 1;
  color: rgb(3 146 133 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.sort_link:hover {
    color: rgb(3 146 133 / var(--tw-text-opacity, 1));
  }
}
.t-sortable__caret--default {
  float: right;
  display: inline;
  height: 1.25rem;
  width: 1.25rem;
  cursor: pointer;
  stroke: currentColor;
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.t-sortable__caret--default {
    color: rgb(37 99 235 / var(--tw-text-opacity, 1));
  }
}
.ui.t-sortable__caret--default.dropdown{color:inherit;cursor:pointer;display:inline-block}
.ui.t-sortable__caret--default.dropdown .dropdown.icon{margin:0 .21428571em 0 .21428571em;vertical-align:baseline}
.ui.t-sortable__caret--default.dropdown>.text{font-weight:700}
.ui.t-sortable__caret--default.dropdown .menu{border-radius:.28571429rem;cursor:auto;margin-top:.21428571em}
.table-cell {
  white-space: nowrap;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.table-cell {
    color: rgb(107 114 128 / var(--tw-text-opacity, 1));
  }
}
.cell-stacked {
  display: block;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.cell-stacked {
    color: rgb(156 163 175 / var(--tw-text-opacity, 1));
  }
}
.link {
  --tw-text-opacity: 1;
  color: rgb(4 201 183 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.link {
    color: rgb(4 201 183 / var(--tw-text-opacity, 1));
  }
}
.link:hover {
  --tw-text-opacity: 1;
  color: rgb(2 91 83 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.link:hover {
    color: rgb(2 91 83 / var(--tw-text-opacity, 1));
  }
}
.tag {
  display: inline-flex;
  align-items: center;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / 1);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / 1);
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.tag {
    border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    color: rgb(75 85 99 / var(--tw-text-opacity, 1));
  }
}
.tag--green {
  --tw-border-opacity: 1;
  border-color: rgb(187 247 208 / 1);
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / 1);
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.tag--green {
    border-color: rgb(187 247 208 / var(--tw-border-opacity, 1));
    background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
    color: rgb(22 101 52 / var(--tw-text-opacity, 1));
  }
}
.tag--yellow {
  --tw-border-opacity: 1;
  border-color: rgb(254 240 138 / 1);
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / 1);
  --tw-text-opacity: 1;
  color: rgb(133 77 14 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.tag--yellow {
    border-color: rgb(254 240 138 / var(--tw-border-opacity, 1));
    background-color: rgb(254 249 195 / var(--tw-bg-opacity, 1));
    color: rgb(133 77 14 / var(--tw-text-opacity, 1));
  }
}
.existing-file__new .uppy-FileInput-btn,button.uppy-DragDrop-container {
  cursor: pointer;
  border-radius: 0.375rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / 1);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / 1);align-items:center;border-style:dashed;display:flex;flex-direction:column;justify-content:center;min-height:6em;width:100%;
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.existing-file__new .uppy-FileInput-btn,button.uppy-DragDrop-container {
    border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }
}
.existing-file__new .uppy-FileInput-btn:focus,.existing-file__new .uppy-FileInput-btn:hover,button.uppy-DragDrop-container:focus,button.uppy-DragDrop-container:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.existing-file__new .uppy-FileInput-btn:focus,.existing-file__new .uppy-FileInput-btn:hover,button.uppy-DragDrop-container:focus,button.uppy-DragDrop-container:hover {
    background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
  }
}
.existing-file__new .uppy-FileInput-btn:focus a,.existing-file__new .uppy-FileInput-btn:hover a,button.uppy-DragDrop-container:focus a,button.uppy-DragDrop-container:hover a {
  --tw-text-opacity: 1;
  color: rgb(2 91 83 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.existing-file__new .uppy-FileInput-btn:focus a,.existing-file__new .uppy-FileInput-btn:hover a,button.uppy-DragDrop-container:focus a,button.uppy-DragDrop-container:hover a {
    color: rgb(2 91 83 / var(--tw-text-opacity, 1));
  }
}
.uppy-input--onDragOver .existing-file__new .uppy-FileInput-btn,.uppy-input--onDragOver button.uppy-DragDrop-container {
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / 1);
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.uppy-input--onDragOver .existing-file__new .uppy-FileInput-btn,.uppy-input--onDragOver button.uppy-DragDrop-container {
    border-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
    background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
  }
}
[data-controller=upload].field--errors .uppy-FileInput-btn,[data-controller=upload].field--errors .uppy-DragDrop-container,[data-controller=multi-upload].field--errors .uppy-FileInput-btn,[data-controller=multi-upload].field--errors .uppy-DragDrop-container {
  --tw-border-opacity: 1;
  border-color: rgb(252 165 165 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
[data-controller=upload].field--errors .uppy-FileInput-btn,[data-controller=upload].field--errors .uppy-DragDrop-container,[data-controller=multi-upload].field--errors .uppy-FileInput-btn,[data-controller=multi-upload].field--errors .uppy-DragDrop-container {
    border-color: rgb(252 165 165 / var(--tw-border-opacity, 1));
  }
}
[data-controller=upload].field--errors .uppy-FileInput-btn:hover,[data-controller=upload].field--errors .uppy-DragDrop-container:hover,[data-controller=multi-upload].field--errors .uppy-FileInput-btn:hover,[data-controller=multi-upload].field--errors .uppy-DragDrop-container:hover {
  --tw-border-opacity: 1;
  border-color: rgb(252 165 165 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
[data-controller=upload].field--errors .uppy-FileInput-btn:hover,[data-controller=upload].field--errors .uppy-DragDrop-container:hover,[data-controller=multi-upload].field--errors .uppy-FileInput-btn:hover,[data-controller=multi-upload].field--errors .uppy-DragDrop-container:hover {
    border-color: rgb(252 165 165 / var(--tw-border-opacity, 1));
  }
}
[data-controller=upload].disabled .uppy-FileInput-btn,[data-controller=upload].disabled .uppy-DragDrop-container,[data-controller=multi-upload].disabled .uppy-FileInput-btn,[data-controller=multi-upload].disabled .uppy-DragDrop-container{pointer-events:none}
[data-controller=upload].disabled .existing-file__toggle,[data-controller=multi-upload].disabled .existing-file__toggle{display:none;pointer-events:none}
.uppy-Informer-errors{display:block}
.uppy-Informer-errors .uppy-Informer-animated span{cursor:pointer;margin-left:.5em;padding:0 .4em}
.uppy-DragDrop-inner {
  margin: 1rem;
}
.uppy-DragDrop-label {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.uppy-DragDrop-label {
    color: rgb(75 85 99 / var(--tw-text-opacity, 1));
  }
}
.uppy-DragDrop-note {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.uppy-DragDrop-note {
    color: rgb(107 114 128 / var(--tw-text-opacity, 1));
  }
}
.uppy-c-icon{display:none}
.cocoon-multiple-files:not(:empty) {
  margin-top: 0.5rem;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.cocoon-multiple-files:not(:empty) {
    border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  }
}
.nested-fields {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.nested-fields .cocoon__remove {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / 1);
  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;
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.nested-fields .cocoon__remove {
    color: rgb(239 68 68 / var(--tw-text-opacity, 1));
  }
}
.nested-fields .cocoon__remove a svg {
  height: 1.25rem;
  width: 1.25rem;
}
.nested-fields .cocoon__remove:hover {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.nested-fields .cocoon__remove:hover {
    color: rgb(185 28 28 / var(--tw-text-opacity, 1));
  }
}
.nested-fields+.nested-fields,.nested-fields+input+.nested-fields {
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.nested-fields+.nested-fields,.nested-fields+input+.nested-fields {
    border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  }
}
.nested-fields .nested-field__name {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.nested-fields .nested-field__name {
    color: rgb(75 85 99 / var(--tw-text-opacity, 1));
  }
}
.progress {
  height: 0.75rem;
  overflow: hidden;
  border-radius: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / 1);
  --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: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.progress {
    background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
  }
}
.progress-bar {
  height: 100%;
  width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(4 201 183 / 1);
  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;max-width:98%;
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.progress-bar {
    background-color: rgb(4 201 183 / var(--tw-bg-opacity, 1));
  }
}
.progress-bar--complete {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / 1);max-width:none;width:100%;
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.progress-bar--complete {
    background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
  }
}
.form__hint {
  margin-top: 0.5rem;
  display: block;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.form__hint {
    color: rgb(75 85 99 / var(--tw-text-opacity, 1));
  }
}
.form__hint--error {
  margin-top: 0.5rem;
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.form__hint--error {
    color: rgb(220 38 38 / var(--tw-text-opacity, 1));
  }
}
.control input{opacity:0;position:absolute;z-index:-1}
.control input+label{align-items:center;display:flex;-webkit-user-select:none;-moz-user-select:none;user-select:none}
.alert-screen {
  position: fixed;
  inset: 0px;
  z-index: 30;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;min-height:100vh;
}
@media (min-width: 640px) {
  .alert-screen {
    display: block;
    padding: 0px;
    padding-bottom: 5rem;
  }
}
.alert-bg {
  position: absolute;
  inset: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / 1);
  opacity: 0.75;
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.alert-bg {
    background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
  }
}
.alert-autofocus {
  display: none;
}
.ui.selection.dropdown .menu>.alert-autofocus.addition.item{display:none}
@media (min-width: 640px) {
  .alert-autofocus {
    display: inline-block;
    height: 100vh;
    vertical-align: middle;
  }
}
.alert-modal {
  display: inline-block;
  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));
  overflow: hidden;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / 1);
  text-align: left;
  vertical-align: bottom;
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.alert-modal {
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }
}
@media (min-width: 640px) {
  .alert-modal {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    width: 100%;
    max-width: 32rem;
    vertical-align: middle;
  }
}
.alert__main {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.25rem;
  padding-bottom: 1rem;
}
@media (min-width: 640px) {
  .alert__main {
    padding: 1.5rem;
    padding-bottom: 1rem;
  }
}
.alert__icon-wrapper {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  height: 3rem;
  width: 3rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.alert__icon-wrapper {
    background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
  }
}
@media (min-width: 640px) {
  .alert__icon-wrapper {
    margin-left: 0px;
    margin-right: 0px;
    height: 2.5rem;
    width: 2.5rem;
  }
}
.alert__icon {
  margin-top: -1px;
  height: 1.25rem;
  width: 1.25rem;
  stroke: currentColor;
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.alert__icon {
    color: rgb(220 38 38 / var(--tw-text-opacity, 1));
  }
}
.alert__content {
  margin-top: 0.75rem;
  text-align: center;
}
@media (min-width: 640px) {
  .alert__content {
    margin-top: 0px;
    margin-left: 1rem;
    text-align: left;
  }
}
.alert__title {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.alert__title {
    color: rgb(17 24 39 / var(--tw-text-opacity, 1));
  }
}
.alert__actions {
  display: flex;
  justify-content: flex-end;
}
.alert__actions > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * 0);
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - 0));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.alert__actions {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / 1);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.alert__actions {
    background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
  }
}
@media (min-width: 640px) {
  .alert__actions {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.error-modal-wrapper {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / 1);align-items:center;display:flex;justify-content:center;width:100%;
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.error-modal-wrapper {
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }
}
.error-modal {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.error-modal {
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }
}
.error-modal__sidebar--400s .error-modal__code {
  background-image: linear-gradient(to bottom left, #eab308 var(--tw-gradient-from-position), #854d0e var(--tw-gradient-to-position));
  background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  --tw-gradient-from: #eab308 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #854d0e var(--tw-gradient-to-position);
}
.error-modal__sidebar--500s .error-modal__code {
  background-image: linear-gradient(to bottom left, #ef4444 var(--tw-gradient-from-position), #991b1b var(--tw-gradient-to-position));
  background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  --tw-gradient-from: #ef4444 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 68 68 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #991b1b var(--tw-gradient-to-position);
}
.error-modal__code {
  background-image: linear-gradient(to bottom left, #3b82f6 var(--tw-gradient-from-position), #1e40af var(--tw-gradient-to-position));
  background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  --tw-gradient-from: #3b82f6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #1e40af var(--tw-gradient-to-position);
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;-webkit-background-clip:text;background-clip:text;color:rgba(0,0,0,0);margin:0;
}
.error-modal__body {
  padding-top: 0.5rem;
  padding-bottom: 1rem;width:100%;
}
.error-modal__text {
  margin-bottom: 1rem;
  font-weight: 400;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.error-modal__text {
    color: rgb(107 114 128 / var(--tw-text-opacity, 1));
  }
}
.error-modal__button {
  margin-bottom: 1rem;width:100%;justify-content:center;
}
.error-modal__support {
  display: flex;
  align-items: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / 1);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.error-modal__support {
    color: rgb(156 163 175 / var(--tw-text-opacity, 1));
  }
}
.error-modal__support:hover {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.error-modal__support:hover {
    color: rgb(107 114 128 / var(--tw-text-opacity, 1));
  }
}
:root{--td-light: #fff;--td-widget-background: #fff;--td-font-color: #000;--td-timepicker-font-size: 1.2em;--td-active-bg: #0d6efd;--td-range-bg: #01419e;--td-active-color: #fff;--td-active-border-color: #fff;--td-border-radius: 999px;--td-btn-hover-bg: #e9ecef;--td-disabled-color: #6c757d;--td-alternate-color: rgba(0, 0, 0, 0.38);--td-secondary-border-color: #ccc;--td-secondary-border-color-rgba: rgba(0, 0, 0, 0.2);--td-primary-border-color: #fff;--td-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);--td-dow-color: rgba(0, 0, 0, 0.5);--td-dark: #1b1b1b;--td-dark-widget-background: #1b1b1b;--td-dark-font-color: #e3e3e3;--td-dark-active-bg: #4db2ff;--td-dark-range-bg: #0071c7;--td-dark-active-color: #fff;--td-dark-active-border-color: #1b1b1b;--td-dark-btn-hover-bg: rgb(35, 38, 39);--td-dark-disabled-color: #6c757d;--td-dark-alternate-color: rgba(232, 230, 227, 0.38);--td-dark-secondary-border-color: #ccc;--td-dark-secondary-border-color-rgba: rgba(232, 230, 227, 0.2);--td-dark-primary-border-color: #1b1b1b;--td-dark-text-shadow: 0 -1px 0 rgba(232, 230, 227, 0.25);--td-dark-dow-color: rgba(232, 230, 227, 0.5);--td-widget-z-index: 9999}
.visually-hidden,.tempus-dominus-widget [data-action]::after{position:absolute !important;width:1px !important;height:1px !important;padding:0 !important;margin:-1px !important;overflow:hidden !important;clip:rect(0, 0, 0, 0) !important;white-space:nowrap !important;border:0 !important}
.tempus-dominus-widget{list-style:none;padding:4px;width:19rem;border-radius:4px;display:none;z-index:9999;z-index:var(--td-widget-z-index);box-shadow:0 2px 4px -1px rgba(0, 0, 0, 0.2),0 4px 5px 0 rgba(0, 0, 0, 0.14),0 1px 10px 0 rgba(0, 0, 0, 0.12)}
.tempus-dominus-widget :focus{outline:0;box-shadow:0 0 0 .25rem rgba(13, 110, 253, 0.25)}
.tempus-dominus-widget.calendarWeeks{width:21rem}
.tempus-dominus-widget.calendarWeeks .date-container-days{grid-auto-columns:12.5%;grid-template-areas:"a a a a a a a a"}
.tempus-dominus-widget [data-action]{cursor:pointer}
.tempus-dominus-widget [data-action]::after{content:attr(title)}
.tempus-dominus-widget [data-action].disabled,.tempus-dominus-widget [data-action].disabled:hover{background:none;cursor:not-allowed}
.tempus-dominus-widget .arrow{display:none}
.tempus-dominus-widget.show{display:block}
.tempus-dominus-widget.show.date-container{min-height:315px}
.tempus-dominus-widget.show.time-container{min-height:217px}
.tempus-dominus-widget .td-collapse:not(.show){display:none}
.tempus-dominus-widget .td-collapsing{height:0;overflow:hidden;transition:height .35s ease}
@media(min-width: 576px){.tempus-dominus-widget.timepicker-sbs{width:38em}}
@media(min-width: 768px){.tempus-dominus-widget.timepicker-sbs{width:38em}}
@media(min-width: 992px){.tempus-dominus-widget.timepicker-sbs{width:38em}}
.tempus-dominus-widget.timepicker-sbs .td-row{display:flex}
.tempus-dominus-widget.timepicker-sbs .td-row .td-half{flex:0 0 auto;width:50%}
.tempus-dominus-widget div[data-action]:active{box-shadow:none}
.tempus-dominus-widget .timepicker-hour,.tempus-dominus-widget .timepicker-minute,.tempus-dominus-widget .timepicker-second{width:54px;font-weight:bold;font-size:1.2em;margin:0}
.tempus-dominus-widget button[data-action]{padding:6px}
.tempus-dominus-widget .toggleMeridiem{text-align:center;height:38px}
.tempus-dominus-widget .calendar-header{display:grid;grid-template-areas:"a a a";margin-bottom:10px;font-weight:bold}
.tempus-dominus-widget .calendar-header .next{text-align:right;padding-right:10px}
.tempus-dominus-widget .calendar-header .previous{text-align:left;padding-left:10px}
.tempus-dominus-widget .calendar-header .picker-switch{text-align:center}
.tempus-dominus-widget .toolbar{display:grid;grid-auto-flow:column;grid-auto-rows:40px}
.tempus-dominus-widget .toolbar div{border-radius:999px;border-radius:var(--td-border-radius);align-items:center;justify-content:center;box-sizing:border-box;display:flex}
.tempus-dominus-widget .date-container-days{display:grid;grid-template-areas:"a a a a a a a";grid-auto-rows:40px;grid-auto-columns:14.2857142857%}
.tempus-dominus-widget .date-container-days .range-in{background-color:#01419e !important;background-color:var(--td-range-bg) !important;border:none;border-radius:0 !important;box-shadow:-5px 0 0 #01419e,5px 0 0 #01419e;box-shadow:-5px 0 0 var(--td-range-bg),5px 0 0 var(--td-range-bg)}
.tempus-dominus-widget .date-container-days .range-end{border-radius:0 50px 50px 0 !important}
.tempus-dominus-widget .date-container-days .range-start{border-radius:50px 0 0 50px !important}
.tempus-dominus-widget .date-container-days .dow{align-items:center;justify-content:center;text-align:center}
.tempus-dominus-widget .date-container-days .cw{width:90%;height:90%;align-items:center;justify-content:center;display:flex;font-size:.8em;line-height:20px;cursor:default}
.tempus-dominus-widget .date-container-decades,.tempus-dominus-widget .date-container-years,.tempus-dominus-widget .date-container-months{display:grid;grid-template-areas:"a a a";grid-auto-rows:calc((19rem - 8px)/7)}
.tempus-dominus-widget .time-container-hour,.tempus-dominus-widget .time-container-minute,.tempus-dominus-widget .time-container-second{display:grid;grid-template-areas:"a a a a";grid-auto-rows:calc((19rem - 8px)/7)}
.tempus-dominus-widget .time-container-clock{display:grid;grid-auto-rows:calc((19rem - 8px)/7)}
.tempus-dominus-widget .time-container-clock .no-highlight{width:90%;height:90%;align-items:center;justify-content:center;display:flex}
.tempus-dominus-widget .date-container-decades div:not(.no-highlight),.tempus-dominus-widget .date-container-years div:not(.no-highlight),.tempus-dominus-widget .date-container-months div:not(.no-highlight),.tempus-dominus-widget .date-container-days div:not(.no-highlight),.tempus-dominus-widget .time-container-clock div:not(.no-highlight),.tempus-dominus-widget .time-container-hour div:not(.no-highlight),.tempus-dominus-widget .time-container-minute div:not(.no-highlight),.tempus-dominus-widget .time-container-second div:not(.no-highlight){width:90%;height:90%;border-radius:999px;border-radius:var(--td-border-radius);align-items:center;justify-content:center;box-sizing:border-box;display:flex}
.tempus-dominus-widget .date-container-decades div:not(.no-highlight).disabled,.tempus-dominus-widget .date-container-decades div:not(.no-highlight).disabled:hover,.tempus-dominus-widget .date-container-years div:not(.no-highlight).disabled,.tempus-dominus-widget .date-container-years div:not(.no-highlight).disabled:hover,.tempus-dominus-widget .date-container-months div:not(.no-highlight).disabled,.tempus-dominus-widget .date-container-months div:not(.no-highlight).disabled:hover,.tempus-dominus-widget .date-container-days div:not(.no-highlight).disabled,.tempus-dominus-widget .date-container-days div:not(.no-highlight).disabled:hover,.tempus-dominus-widget .time-container-clock div:not(.no-highlight).disabled,.tempus-dominus-widget .time-container-clock div:not(.no-highlight).disabled:hover,.tempus-dominus-widget .time-container-hour div:not(.no-highlight).disabled,.tempus-dominus-widget .time-container-hour div:not(.no-highlight).disabled:hover,.tempus-dominus-widget .time-container-minute div:not(.no-highlight).disabled,.tempus-dominus-widget .time-container-minute div:not(.no-highlight).disabled:hover,.tempus-dominus-widget .time-container-second div:not(.no-highlight).disabled,.tempus-dominus-widget .time-container-second div:not(.no-highlight).disabled:hover{background:none;cursor:not-allowed}
.tempus-dominus-widget .date-container-decades div:not(.no-highlight).today,.tempus-dominus-widget .date-container-years div:not(.no-highlight).today,.tempus-dominus-widget .date-container-months div:not(.no-highlight).today,.tempus-dominus-widget .date-container-days div:not(.no-highlight).today,.tempus-dominus-widget .time-container-clock div:not(.no-highlight).today,.tempus-dominus-widget .time-container-hour div:not(.no-highlight).today,.tempus-dominus-widget .time-container-minute div:not(.no-highlight).today,.tempus-dominus-widget .time-container-second div:not(.no-highlight).today{position:relative}
.tempus-dominus-widget .date-container-decades div:not(.no-highlight).today:before,.tempus-dominus-widget .date-container-years div:not(.no-highlight).today:before,.tempus-dominus-widget .date-container-months div:not(.no-highlight).today:before,.tempus-dominus-widget .date-container-days div:not(.no-highlight).today:before,.tempus-dominus-widget .time-container-clock div:not(.no-highlight).today:before,.tempus-dominus-widget .time-container-hour div:not(.no-highlight).today:before,.tempus-dominus-widget .time-container-minute div:not(.no-highlight).today:before,.tempus-dominus-widget .time-container-second div:not(.no-highlight).today:before{content:"";display:inline-block;border:solid transparent;border-width:0 0 7px 7px;position:absolute;bottom:6px;right:6px}
.tempus-dominus-widget .time-container{margin-bottom:.5rem}
.tempus-dominus-widget button{display:inline-block;font-weight:400;line-height:1.5;text-align:center;text-decoration:none;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;padding:.375rem .75rem;font-size:1rem;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}
.tempus-dominus-widget.tempus-dominus-widget-readonly table td.day,.tempus-dominus-widget.tempus-dominus-widget-readonly table td.hour,.tempus-dominus-widget.tempus-dominus-widget-readonly table td.minute,.tempus-dominus-widget.tempus-dominus-widget-readonly table td.second,.tempus-dominus-widget.tempus-dominus-widget-readonly table td [data-action=incrementHours],.tempus-dominus-widget.tempus-dominus-widget-readonly table td [data-action=incrementMinutes],.tempus-dominus-widget.tempus-dominus-widget-readonly table td [data-action=incrementSeconds],.tempus-dominus-widget.tempus-dominus-widget-readonly table td [data-action=decrementHours],.tempus-dominus-widget.tempus-dominus-widget-readonly table td [data-action=decrementMinutes],.tempus-dominus-widget.tempus-dominus-widget-readonly table td [data-action=decrementSeconds],.tempus-dominus-widget.tempus-dominus-widget-readonly table td [data-action=showHours],.tempus-dominus-widget.tempus-dominus-widget-readonly table td [data-action=showMinutes],.tempus-dominus-widget.tempus-dominus-widget-readonly table td [data-action=showSeconds],.tempus-dominus-widget.tempus-dominus-widget-readonly table td [data-action=togglePeriod]{pointer-events:none;cursor:default}
.tempus-dominus-widget.tempus-dominus-widget-readonly table td.day:hover,.tempus-dominus-widget.tempus-dominus-widget-readonly table td.hour:hover,.tempus-dominus-widget.tempus-dominus-widget-readonly table td.minute:hover,.tempus-dominus-widget.tempus-dominus-widget-readonly table td.second:hover,.tempus-dominus-widget.tempus-dominus-widget-readonly table td [data-action=incrementHours]:hover,.tempus-dominus-widget.tempus-dominus-widget-readonly table td [data-action=incrementMinutes]:hover,.tempus-dominus-widget.tempus-dominus-widget-readonly table td [data-action=incrementSeconds]:hover,.tempus-dominus-widget.tempus-dominus-widget-readonly table td [data-action=decrementHours]:hover,.tempus-dominus-widget.tempus-dominus-widget-readonly table td [data-action=decrementMinutes]:hover,.tempus-dominus-widget.tempus-dominus-widget-readonly table td [data-action=decrementSeconds]:hover,.tempus-dominus-widget.tempus-dominus-widget-readonly table td [data-action=showHours]:hover,.tempus-dominus-widget.tempus-dominus-widget-readonly table td [data-action=showMinutes]:hover,.tempus-dominus-widget.tempus-dominus-widget-readonly table td [data-action=showSeconds]:hover,.tempus-dominus-widget.tempus-dominus-widget-readonly table td [data-action=togglePeriod]:hover{background:none}
.tempus-dominus-widget.light{color:#000;color:var(--td-font-color);background-color:#fff;background-color:var(--td-widget-background)}
.tempus-dominus-widget.light [data-action].disabled,.tempus-dominus-widget.light [data-action].disabled:hover{color:#6c757d;color:var(--td-disabled-color)}
.tempus-dominus-widget.light .toolbar div:hover{background:#e9ecef;background:var(--td-btn-hover-bg)}
.tempus-dominus-widget.light .date-container-days .dow{color:rgba(0, 0, 0, 0.5);color:var(--td-dow-color)}
.tempus-dominus-widget.light .date-container-days .cw{color:rgba(0, 0, 0, 0.38);color:var(--td-alternate-color)}
.tempus-dominus-widget.light .date-container-decades div:not(.no-highlight):hover,.tempus-dominus-widget.light .date-container-years div:not(.no-highlight):hover,.tempus-dominus-widget.light .date-container-months div:not(.no-highlight):hover,.tempus-dominus-widget.light .date-container-days div:not(.no-highlight):hover,.tempus-dominus-widget.light .time-container-clock div:not(.no-highlight):hover,.tempus-dominus-widget.light .time-container-hour div:not(.no-highlight):hover,.tempus-dominus-widget.light .time-container-minute div:not(.no-highlight):hover,.tempus-dominus-widget.light .time-container-second div:not(.no-highlight):hover{background:#e9ecef;background:var(--td-btn-hover-bg)}
.tempus-dominus-widget.light .date-container-decades div:not(.no-highlight).active,.tempus-dominus-widget.light .date-container-years div:not(.no-highlight).active,.tempus-dominus-widget.light .date-container-months div:not(.no-highlight).active,.tempus-dominus-widget.light .date-container-days div:not(.no-highlight).active,.tempus-dominus-widget.light .date-container-days div.range-in:not(.no-highlight),.tempus-dominus-widget.light .date-container-days div.range-end:not(.no-highlight),.tempus-dominus-widget.light .date-container-days div.range-start:not(.no-highlight),.tempus-dominus-widget.light .time-container-clock div:not(.no-highlight).active,.tempus-dominus-widget.light .time-container-hour div:not(.no-highlight).active,.tempus-dominus-widget.light .time-container-minute div:not(.no-highlight).active,.tempus-dominus-widget.light .time-container-second div:not(.no-highlight).active{background-color:#0d6efd;background-color:var(--td-active-bg);color:#fff;color:var(--td-active-color);text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);text-shadow:var(--td-text-shadow)}
.tempus-dominus-widget.light .date-container-decades div:not(.no-highlight).active.old,.tempus-dominus-widget.light .date-container-decades .date-container-days div.range-in:not(.no-highlight).old,.tempus-dominus-widget.light .date-container-days .date-container-decades div.range-in:not(.no-highlight).old,.tempus-dominus-widget.light .date-container-decades .date-container-days div.range-end:not(.no-highlight).old,.tempus-dominus-widget.light .date-container-days .date-container-decades div.range-end:not(.no-highlight).old,.tempus-dominus-widget.light .date-container-decades .date-container-days div.range-start:not(.no-highlight).old,.tempus-dominus-widget.light .date-container-days .date-container-decades div.range-start:not(.no-highlight).old,.tempus-dominus-widget.light .date-container-decades div:not(.no-highlight).active.new,.tempus-dominus-widget.light .date-container-decades .date-container-days div.range-in:not(.no-highlight).new,.tempus-dominus-widget.light .date-container-days .date-container-decades div.range-in:not(.no-highlight).new,.tempus-dominus-widget.light .date-container-decades .date-container-days div.range-end:not(.no-highlight).new,.tempus-dominus-widget.light .date-container-days .date-container-decades div.range-end:not(.no-highlight).new,.tempus-dominus-widget.light .date-container-decades .date-container-days div.range-start:not(.no-highlight).new,.tempus-dominus-widget.light .date-container-days .date-container-decades div.range-start:not(.no-highlight).new,.tempus-dominus-widget.light .date-container-years div:not(.no-highlight).active.old,.tempus-dominus-widget.light .date-container-years .date-container-days div.range-in:not(.no-highlight).old,.tempus-dominus-widget.light .date-container-days .date-container-years div.range-in:not(.no-highlight).old,.tempus-dominus-widget.light .date-container-years .date-container-days div.range-end:not(.no-highlight).old,.tempus-dominus-widget.light .date-container-days .date-container-years div.range-end:not(.no-highlight).old,.tempus-dominus-widget.light .date-container-years .date-container-days div.range-start:not(.no-highlight).old,.tempus-dominus-widget.light .date-container-days .date-container-years div.range-start:not(.no-highlight).old,.tempus-dominus-widget.light .date-container-years div:not(.no-highlight).active.new,.tempus-dominus-widget.light .date-container-years .date-container-days div.range-in:not(.no-highlight).new,.tempus-dominus-widget.light .date-container-days .date-container-years div.range-in:not(.no-highlight).new,.tempus-dominus-widget.light .date-container-years .date-container-days div.range-end:not(.no-highlight).new,.tempus-dominus-widget.light .date-container-days .date-container-years div.range-end:not(.no-highlight).new,.tempus-dominus-widget.light .date-container-years .date-container-days div.range-start:not(.no-highlight).new,.tempus-dominus-widget.light .date-container-days .date-container-years div.range-start:not(.no-highlight).new,.tempus-dominus-widget.light .date-container-months div:not(.no-highlight).active.old,.tempus-dominus-widget.light .date-container-months .date-container-days div.range-in:not(.no-highlight).old,.tempus-dominus-widget.light .date-container-days .date-container-months div.range-in:not(.no-highlight).old,.tempus-dominus-widget.light .date-container-months .date-container-days div.range-end:not(.no-highlight).old,.tempus-dominus-widget.light .date-container-days .date-container-months div.range-end:not(.no-highlight).old,.tempus-dominus-widget.light .date-container-months .date-container-days div.range-start:not(.no-highlight).old,.tempus-dominus-widget.light .date-container-days .date-container-months div.range-start:not(.no-highlight).old,.tempus-dominus-widget.light .date-container-months div:not(.no-highlight).active.new,.tempus-dominus-widget.light .date-container-months .date-container-days div.range-in:not(.no-highlight).new,.tempus-dominus-widget.light .date-container-days .date-container-months div.range-in:not(.no-highlight).new,.tempus-dominus-widget.light .date-container-months .date-container-days div.range-end:not(.no-highlight).new,.tempus-dominus-widget.light .date-container-days .date-container-months div.range-end:not(.no-highlight).new,.tempus-dominus-widget.light .date-container-months .date-container-days div.range-start:not(.no-highlight).new,.tempus-dominus-widget.light .date-container-days .date-container-months div.range-start:not(.no-highlight).new,.tempus-dominus-widget.light .date-container-days div:not(.no-highlight).active.old,.tempus-dominus-widget.light .date-container-days div.range-in:not(.no-highlight).old,.tempus-dominus-widget.light .date-container-days div.range-end:not(.no-highlight).old,.tempus-dominus-widget.light .date-container-days div.range-start:not(.no-highlight).old,.tempus-dominus-widget.light .date-container-days div:not(.no-highlight).active.new,.tempus-dominus-widget.light .date-container-days div.range-in:not(.no-highlight).new,.tempus-dominus-widget.light .date-container-days div.range-end:not(.no-highlight).new,.tempus-dominus-widget.light .date-container-days div.range-start:not(.no-highlight).new,.tempus-dominus-widget.light .time-container-clock div:not(.no-highlight).active.old,.tempus-dominus-widget.light .time-container-clock .date-container-days div.range-in:not(.no-highlight).old,.tempus-dominus-widget.light .date-container-days .time-container-clock div.range-in:not(.no-highlight).old,.tempus-dominus-widget.light .time-container-clock .date-container-days div.range-end:not(.no-highlight).old,.tempus-dominus-widget.light .date-container-days .time-container-clock div.range-end:not(.no-highlight).old,.tempus-dominus-widget.light .time-container-clock .date-container-days div.range-start:not(.no-highlight).old,.tempus-dominus-widget.light .date-container-days .time-container-clock div.range-start:not(.no-highlight).old,.tempus-dominus-widget.light .time-container-clock div:not(.no-highlight).active.new,.tempus-dominus-widget.light .time-container-clock .date-container-days div.range-in:not(.no-highlight).new,.tempus-dominus-widget.light .date-container-days .time-container-clock div.range-in:not(.no-highlight).new,.tempus-dominus-widget.light .time-container-clock .date-container-days div.range-end:not(.no-highlight).new,.tempus-dominus-widget.light .date-container-days .time-container-clock div.range-end:not(.no-highlight).new,.tempus-dominus-widget.light .time-container-clock .date-container-days div.range-start:not(.no-highlight).new,.tempus-dominus-widget.light .date-container-days .time-container-clock div.range-start:not(.no-highlight).new,.tempus-dominus-widget.light .time-container-hour div:not(.no-highlight).active.old,.tempus-dominus-widget.light .time-container-hour .date-container-days div.range-in:not(.no-highlight).old,.tempus-dominus-widget.light .date-container-days .time-container-hour div.range-in:not(.no-highlight).old,.tempus-dominus-widget.light .time-container-hour .date-container-days div.range-end:not(.no-highlight).old,.tempus-dominus-widget.light .date-container-days .time-container-hour div.range-end:not(.no-highlight).old,.tempus-dominus-widget.light .time-container-hour .date-container-days div.range-start:not(.no-highlight).old,.tempus-dominus-widget.light .date-container-days .time-container-hour div.range-start:not(.no-highlight).old,.tempus-dominus-widget.light .time-container-hour div:not(.no-highlight).active.new,.tempus-dominus-widget.light .time-container-hour .date-container-days div.range-in:not(.no-highlight).new,.tempus-dominus-widget.light .date-container-days .time-container-hour div.range-in:not(.no-highlight).new,.tempus-dominus-widget.light .time-container-hour .date-container-days div.range-end:not(.no-highlight).new,.tempus-dominus-widget.light .date-container-days .time-container-hour div.range-end:not(.no-highlight).new,.tempus-dominus-widget.light .time-container-hour .date-container-days div.range-start:not(.no-highlight).new,.tempus-dominus-widget.light .date-container-days .time-container-hour div.range-start:not(.no-highlight).new,.tempus-dominus-widget.light .time-container-minute div:not(.no-highlight).active.old,.tempus-dominus-widget.light .time-container-minute .date-container-days div.range-in:not(.no-highlight).old,.tempus-dominus-widget.light .date-container-days .time-container-minute div.range-in:not(.no-highlight).old,.tempus-dominus-widget.light .time-container-minute .date-container-days div.range-end:not(.no-highlight).old,.tempus-dominus-widget.light .date-container-days .time-container-minute div.range-end:not(.no-highlight).old,.tempus-dominus-widget.light .time-container-minute .date-container-days div.range-start:not(.no-highlight).old,.tempus-dominus-widget.light .date-container-days .time-container-minute div.range-start:not(.no-highlight).old,.tempus-dominus-widget.light .time-container-minute div:not(.no-highlight).active.new,.tempus-dominus-widget.light .time-container-minute .date-container-days div.range-in:not(.no-highlight).new,.tempus-dominus-widget.light .date-container-days .time-container-minute div.range-in:not(.no-highlight).new,.tempus-dominus-widget.light .time-container-minute .date-container-days div.range-end:not(.no-highlight).new,.tempus-dominus-widget.light .date-container-days .time-container-minute div.range-end:not(.no-highlight).new,.tempus-dominus-widget.light .time-container-minute .date-container-days div.range-start:not(.no-highlight).new,.tempus-dominus-widget.light .date-container-days .time-container-minute div.range-start:not(.no-highlight).new,.tempus-dominus-widget.light .time-container-second div:not(.no-highlight).active.old,.tempus-dominus-widget.light .time-container-second .date-container-days div.range-in:not(.no-highlight).old,.tempus-dominus-widget.light .date-container-days .time-container-second div.range-in:not(.no-highlight).old,.tempus-dominus-widget.light .time-container-second .date-container-days div.range-end:not(.no-highlight).old,.tempus-dominus-widget.light .date-container-days .time-container-second div.range-end:not(.no-highlight).old,.tempus-dominus-widget.light .time-container-second .date-container-days div.range-start:not(.no-highlight).old,.tempus-dominus-widget.light .date-container-days .time-container-second div.range-start:not(.no-highlight).old,.tempus-dominus-widget.light .time-container-second div:not(.no-highlight).active.new,.tempus-dominus-widget.light .time-container-second .date-container-days div.range-in:not(.no-highlight).new,.tempus-dominus-widget.light .date-container-days .time-container-second div.range-in:not(.no-highlight).new,.tempus-dominus-widget.light .time-container-second .date-container-days div.range-end:not(.no-highlight).new,.tempus-dominus-widget.light .date-container-days .time-container-second div.range-end:not(.no-highlight).new,.tempus-dominus-widget.light .time-container-second .date-container-days div.range-start:not(.no-highlight).new,.tempus-dominus-widget.light .date-container-days .time-container-second div.range-start:not(.no-highlight).new{color:#fff;color:var(--td-active-color)}
.tempus-dominus-widget.light .date-container-decades div:not(.no-highlight).active.today:before,.tempus-dominus-widget.light .date-container-years div:not(.no-highlight).active.today:before,.tempus-dominus-widget.light .date-container-months div:not(.no-highlight).active.today:before,.tempus-dominus-widget.light .date-container-days div:not(.no-highlight).active.today:before,.tempus-dominus-widget.light .date-container-days div.range-in:not(.no-highlight).today:before,.tempus-dominus-widget.light .date-container-days div.range-end:not(.no-highlight).today:before,.tempus-dominus-widget.light .date-container-days div.range-start:not(.no-highlight).today:before,.tempus-dominus-widget.light .time-container-clock div:not(.no-highlight).active.today:before,.tempus-dominus-widget.light .time-container-hour div:not(.no-highlight).active.today:before,.tempus-dominus-widget.light .time-container-minute div:not(.no-highlight).active.today:before,.tempus-dominus-widget.light .time-container-second div:not(.no-highlight).active.today:before{border-bottom-color:#fff;border-bottom-color:var(--td-active-border-color)}
.tempus-dominus-widget.light .date-container-decades div:not(.no-highlight).old,.tempus-dominus-widget.light .date-container-decades div:not(.no-highlight).new,.tempus-dominus-widget.light .date-container-years div:not(.no-highlight).old,.tempus-dominus-widget.light .date-container-years div:not(.no-highlight).new,.tempus-dominus-widget.light .date-container-months div:not(.no-highlight).old,.tempus-dominus-widget.light .date-container-months div:not(.no-highlight).new,.tempus-dominus-widget.light .date-container-days div:not(.no-highlight).old,.tempus-dominus-widget.light .date-container-days div:not(.no-highlight).new,.tempus-dominus-widget.light .time-container-clock div:not(.no-highlight).old,.tempus-dominus-widget.light .time-container-clock div:not(.no-highlight).new,.tempus-dominus-widget.light .time-container-hour div:not(.no-highlight).old,.tempus-dominus-widget.light .time-container-hour div:not(.no-highlight).new,.tempus-dominus-widget.light .time-container-minute div:not(.no-highlight).old,.tempus-dominus-widget.light .time-container-minute div:not(.no-highlight).new,.tempus-dominus-widget.light .time-container-second div:not(.no-highlight).old,.tempus-dominus-widget.light .time-container-second div:not(.no-highlight).new{color:rgba(0, 0, 0, 0.38);color:var(--td-alternate-color)}
.tempus-dominus-widget.light .date-container-decades div:not(.no-highlight).disabled,.tempus-dominus-widget.light .date-container-decades div:not(.no-highlight).disabled:hover,.tempus-dominus-widget.light .date-container-years div:not(.no-highlight).disabled,.tempus-dominus-widget.light .date-container-years div:not(.no-highlight).disabled:hover,.tempus-dominus-widget.light .date-container-months div:not(.no-highlight).disabled,.tempus-dominus-widget.light .date-container-months div:not(.no-highlight).disabled:hover,.tempus-dominus-widget.light .date-container-days div:not(.no-highlight).disabled,.tempus-dominus-widget.light .date-container-days div:not(.no-highlight).disabled:hover,.tempus-dominus-widget.light .time-container-clock div:not(.no-highlight).disabled,.tempus-dominus-widget.light .time-container-clock div:not(.no-highlight).disabled:hover,.tempus-dominus-widget.light .time-container-hour div:not(.no-highlight).disabled,.tempus-dominus-widget.light .time-container-hour div:not(.no-highlight).disabled:hover,.tempus-dominus-widget.light .time-container-minute div:not(.no-highlight).disabled,.tempus-dominus-widget.light .time-container-minute div:not(.no-highlight).disabled:hover,.tempus-dominus-widget.light .time-container-second div:not(.no-highlight).disabled,.tempus-dominus-widget.light .time-container-second div:not(.no-highlight).disabled:hover{color:#6c757d;color:var(--td-disabled-color)}
.tempus-dominus-widget.light .date-container-decades div:not(.no-highlight).today:before,.tempus-dominus-widget.light .date-container-years div:not(.no-highlight).today:before,.tempus-dominus-widget.light .date-container-months div:not(.no-highlight).today:before,.tempus-dominus-widget.light .date-container-days div:not(.no-highlight).today:before,.tempus-dominus-widget.light .time-container-clock div:not(.no-highlight).today:before,.tempus-dominus-widget.light .time-container-hour div:not(.no-highlight).today:before,.tempus-dominus-widget.light .time-container-minute div:not(.no-highlight).today:before,.tempus-dominus-widget.light .time-container-second div:not(.no-highlight).today:before{border-bottom-color:#0d6efd;border-bottom-color:var(--td-active-bg);border-top-color:rgba(0, 0, 0, 0.2);border-top-color:var(--td-secondary-border-color-rgba)}
.tempus-dominus-widget.light button{color:#fff;color:var(--td-active-color);background-color:#0d6efd;background-color:var(--td-active-bg);border-color:#0d6efd;border-color:var(--td-active-bg)}
.tempus-dominus-widget.dark{color:#e3e3e3;color:var(--td-dark-font-color);background-color:#1b1b1b;background-color:var(--td-dark-widget-background)}
.tempus-dominus-widget.dark [data-action].disabled,.tempus-dominus-widget.dark [data-action].disabled:hover{color:#6c757d;color:var(--td-dark-disabled-color)}
.tempus-dominus-widget.dark .toolbar div:hover{background:rgb(35, 38, 39);background:var(--td-dark-btn-hover-bg)}
.tempus-dominus-widget.dark .date-container-days .dow{color:rgba(232, 230, 227, 0.5);color:var(--td-dark-dow-color)}
.tempus-dominus-widget.dark .date-container-days .range-in{background-color:#0071c7 !important;background-color:var(--td-dark-range-bg) !important;box-shadow:-5px 0 0 #0071c7,5px 0 0 #0071c7;box-shadow:-5px 0 0 var(--td-dark-range-bg),5px 0 0 var(--td-dark-range-bg)}
.tempus-dominus-widget.dark .date-container-days .cw{color:rgba(232, 230, 227, 0.38);color:var(--td-dark-alternate-color)}
.tempus-dominus-widget.dark .date-container-decades div:not(.no-highlight):hover,.tempus-dominus-widget.dark .date-container-years div:not(.no-highlight):hover,.tempus-dominus-widget.dark .date-container-months div:not(.no-highlight):hover,.tempus-dominus-widget.dark .date-container-days div:not(.no-highlight):hover,.tempus-dominus-widget.dark .time-container-clock div:not(.no-highlight):hover,.tempus-dominus-widget.dark .time-container-hour div:not(.no-highlight):hover,.tempus-dominus-widget.dark .time-container-minute div:not(.no-highlight):hover,.tempus-dominus-widget.dark .time-container-second div:not(.no-highlight):hover{background:rgb(35, 38, 39);background:var(--td-dark-btn-hover-bg)}
.tempus-dominus-widget.dark .date-container-decades div:not(.no-highlight).active,.tempus-dominus-widget.dark .date-container-years div:not(.no-highlight).active,.tempus-dominus-widget.dark .date-container-months div:not(.no-highlight).active,.tempus-dominus-widget.dark .date-container-days div:not(.no-highlight).active,.tempus-dominus-widget.dark .date-container-days div.range-in:not(.no-highlight),.tempus-dominus-widget.dark .date-container-days div.range-end:not(.no-highlight),.tempus-dominus-widget.dark .date-container-days div.range-start:not(.no-highlight),.tempus-dominus-widget.dark .time-container-clock div:not(.no-highlight).active,.tempus-dominus-widget.dark .time-container-hour div:not(.no-highlight).active,.tempus-dominus-widget.dark .time-container-minute div:not(.no-highlight).active,.tempus-dominus-widget.dark .time-container-second div:not(.no-highlight).active{background-color:#4db2ff;background-color:var(--td-dark-active-bg);color:#fff;color:var(--td-dark-active-color);text-shadow:0 -1px 0 rgba(232, 230, 227, 0.25);text-shadow:var(--td-dark-text-shadow)}
.tempus-dominus-widget.dark .date-container-decades div:not(.no-highlight).active.old,.tempus-dominus-widget.dark .date-container-decades .date-container-days div.range-in:not(.no-highlight).old,.tempus-dominus-widget.dark .date-container-days .date-container-decades div.range-in:not(.no-highlight).old,.tempus-dominus-widget.dark .date-container-decades .date-container-days div.range-end:not(.no-highlight).old,.tempus-dominus-widget.dark .date-container-days .date-container-decades div.range-end:not(.no-highlight).old,.tempus-dominus-widget.dark .date-container-decades .date-container-days div.range-start:not(.no-highlight).old,.tempus-dominus-widget.dark .date-container-days .date-container-decades div.range-start:not(.no-highlight).old,.tempus-dominus-widget.dark .date-container-decades div:not(.no-highlight).active.new,.tempus-dominus-widget.dark .date-container-decades .date-container-days div.range-in:not(.no-highlight).new,.tempus-dominus-widget.dark .date-container-days .date-container-decades div.range-in:not(.no-highlight).new,.tempus-dominus-widget.dark .date-container-decades .date-container-days div.range-end:not(.no-highlight).new,.tempus-dominus-widget.dark .date-container-days .date-container-decades div.range-end:not(.no-highlight).new,.tempus-dominus-widget.dark .date-container-decades .date-container-days div.range-start:not(.no-highlight).new,.tempus-dominus-widget.dark .date-container-days .date-container-decades div.range-start:not(.no-highlight).new,.tempus-dominus-widget.dark .date-container-years div:not(.no-highlight).active.old,.tempus-dominus-widget.dark .date-container-years .date-container-days div.range-in:not(.no-highlight).old,.tempus-dominus-widget.dark .date-container-days .date-container-years div.range-in:not(.no-highlight).old,.tempus-dominus-widget.dark .date-container-years .date-container-days div.range-end:not(.no-highlight).old,.tempus-dominus-widget.dark .date-container-days .date-container-years div.range-end:not(.no-highlight).old,.tempus-dominus-widget.dark .date-container-years .date-container-days div.range-start:not(.no-highlight).old,.tempus-dominus-widget.dark .date-container-days .date-container-years div.range-start:not(.no-highlight).old,.tempus-dominus-widget.dark .date-container-years div:not(.no-highlight).active.new,.tempus-dominus-widget.dark .date-container-years .date-container-days div.range-in:not(.no-highlight).new,.tempus-dominus-widget.dark .date-container-days .date-container-years div.range-in:not(.no-highlight).new,.tempus-dominus-widget.dark .date-container-years .date-container-days div.range-end:not(.no-highlight).new,.tempus-dominus-widget.dark .date-container-days .date-container-years div.range-end:not(.no-highlight).new,.tempus-dominus-widget.dark .date-container-years .date-container-days div.range-start:not(.no-highlight).new,.tempus-dominus-widget.dark .date-container-days .date-container-years div.range-start:not(.no-highlight).new,.tempus-dominus-widget.dark .date-container-months div:not(.no-highlight).active.old,.tempus-dominus-widget.dark .date-container-months .date-container-days div.range-in:not(.no-highlight).old,.tempus-dominus-widget.dark .date-container-days .date-container-months div.range-in:not(.no-highlight).old,.tempus-dominus-widget.dark .date-container-months .date-container-days div.range-end:not(.no-highlight).old,.tempus-dominus-widget.dark .date-container-days .date-container-months div.range-end:not(.no-highlight).old,.tempus-dominus-widget.dark .date-container-months .date-container-days div.range-start:not(.no-highlight).old,.tempus-dominus-widget.dark .date-container-days .date-container-months div.range-start:not(.no-highlight).old,.tempus-dominus-widget.dark .date-container-months div:not(.no-highlight).active.new,.tempus-dominus-widget.dark .date-container-months .date-container-days div.range-in:not(.no-highlight).new,.tempus-dominus-widget.dark .date-container-days .date-container-months div.range-in:not(.no-highlight).new,.tempus-dominus-widget.dark .date-container-months .date-container-days div.range-end:not(.no-highlight).new,.tempus-dominus-widget.dark .date-container-days .date-container-months div.range-end:not(.no-highlight).new,.tempus-dominus-widget.dark .date-container-months .date-container-days div.range-start:not(.no-highlight).new,.tempus-dominus-widget.dark .date-container-days .date-container-months div.range-start:not(.no-highlight).new,.tempus-dominus-widget.dark .date-container-days div:not(.no-highlight).active.old,.tempus-dominus-widget.dark .date-container-days div.range-in:not(.no-highlight).old,.tempus-dominus-widget.dark .date-container-days div.range-end:not(.no-highlight).old,.tempus-dominus-widget.dark .date-container-days div.range-start:not(.no-highlight).old,.tempus-dominus-widget.dark .date-container-days div:not(.no-highlight).active.new,.tempus-dominus-widget.dark .date-container-days div.range-in:not(.no-highlight).new,.tempus-dominus-widget.dark .date-container-days div.range-end:not(.no-highlight).new,.tempus-dominus-widget.dark .date-container-days div.range-start:not(.no-highlight).new,.tempus-dominus-widget.dark .time-container-clock div:not(.no-highlight).active.old,.tempus-dominus-widget.dark .time-container-clock .date-container-days div.range-in:not(.no-highlight).old,.tempus-dominus-widget.dark .date-container-days .time-container-clock div.range-in:not(.no-highlight).old,.tempus-dominus-widget.dark .time-container-clock .date-container-days div.range-end:not(.no-highlight).old,.tempus-dominus-widget.dark .date-container-days .time-container-clock div.range-end:not(.no-highlight).old,.tempus-dominus-widget.dark .time-container-clock .date-container-days div.range-start:not(.no-highlight).old,.tempus-dominus-widget.dark .date-container-days .time-container-clock div.range-start:not(.no-highlight).old,.tempus-dominus-widget.dark .time-container-clock div:not(.no-highlight).active.new,.tempus-dominus-widget.dark .time-container-clock .date-container-days div.range-in:not(.no-highlight).new,.tempus-dominus-widget.dark .date-container-days .time-container-clock div.range-in:not(.no-highlight).new,.tempus-dominus-widget.dark .time-container-clock .date-container-days div.range-end:not(.no-highlight).new,.tempus-dominus-widget.dark .date-container-days .time-container-clock div.range-end:not(.no-highlight).new,.tempus-dominus-widget.dark .time-container-clock .date-container-days div.range-start:not(.no-highlight).new,.tempus-dominus-widget.dark .date-container-days .time-container-clock div.range-start:not(.no-highlight).new,.tempus-dominus-widget.dark .time-container-hour div:not(.no-highlight).active.old,.tempus-dominus-widget.dark .time-container-hour .date-container-days div.range-in:not(.no-highlight).old,.tempus-dominus-widget.dark .date-container-days .time-container-hour div.range-in:not(.no-highlight).old,.tempus-dominus-widget.dark .time-container-hour .date-container-days div.range-end:not(.no-highlight).old,.tempus-dominus-widget.dark .date-container-days .time-container-hour div.range-end:not(.no-highlight).old,.tempus-dominus-widget.dark .time-container-hour .date-container-days div.range-start:not(.no-highlight).old,.tempus-dominus-widget.dark .date-container-days .time-container-hour div.range-start:not(.no-highlight).old,.tempus-dominus-widget.dark .time-container-hour div:not(.no-highlight).active.new,.tempus-dominus-widget.dark .time-container-hour .date-container-days div.range-in:not(.no-highlight).new,.tempus-dominus-widget.dark .date-container-days .time-container-hour div.range-in:not(.no-highlight).new,.tempus-dominus-widget.dark .time-container-hour .date-container-days div.range-end:not(.no-highlight).new,.tempus-dominus-widget.dark .date-container-days .time-container-hour div.range-end:not(.no-highlight).new,.tempus-dominus-widget.dark .time-container-hour .date-container-days div.range-start:not(.no-highlight).new,.tempus-dominus-widget.dark .date-container-days .time-container-hour div.range-start:not(.no-highlight).new,.tempus-dominus-widget.dark .time-container-minute div:not(.no-highlight).active.old,.tempus-dominus-widget.dark .time-container-minute .date-container-days div.range-in:not(.no-highlight).old,.tempus-dominus-widget.dark .date-container-days .time-container-minute div.range-in:not(.no-highlight).old,.tempus-dominus-widget.dark .time-container-minute .date-container-days div.range-end:not(.no-highlight).old,.tempus-dominus-widget.dark .date-container-days .time-container-minute div.range-end:not(.no-highlight).old,.tempus-dominus-widget.dark .time-container-minute .date-container-days div.range-start:not(.no-highlight).old,.tempus-dominus-widget.dark .date-container-days .time-container-minute div.range-start:not(.no-highlight).old,.tempus-dominus-widget.dark .time-container-minute div:not(.no-highlight).active.new,.tempus-dominus-widget.dark .time-container-minute .date-container-days div.range-in:not(.no-highlight).new,.tempus-dominus-widget.dark .date-container-days .time-container-minute div.range-in:not(.no-highlight).new,.tempus-dominus-widget.dark .time-container-minute .date-container-days div.range-end:not(.no-highlight).new,.tempus-dominus-widget.dark .date-container-days .time-container-minute div.range-end:not(.no-highlight).new,.tempus-dominus-widget.dark .time-container-minute .date-container-days div.range-start:not(.no-highlight).new,.tempus-dominus-widget.dark .date-container-days .time-container-minute div.range-start:not(.no-highlight).new,.tempus-dominus-widget.dark .time-container-second div:not(.no-highlight).active.old,.tempus-dominus-widget.dark .time-container-second .date-container-days div.range-in:not(.no-highlight).old,.tempus-dominus-widget.dark .date-container-days .time-container-second div.range-in:not(.no-highlight).old,.tempus-dominus-widget.dark .time-container-second .date-container-days div.range-end:not(.no-highlight).old,.tempus-dominus-widget.dark .date-container-days .time-container-second div.range-end:not(.no-highlight).old,.tempus-dominus-widget.dark .time-container-second .date-container-days div.range-start:not(.no-highlight).old,.tempus-dominus-widget.dark .date-container-days .time-container-second div.range-start:not(.no-highlight).old,.tempus-dominus-widget.dark .time-container-second div:not(.no-highlight).active.new,.tempus-dominus-widget.dark .time-container-second .date-container-days div.range-in:not(.no-highlight).new,.tempus-dominus-widget.dark .date-container-days .time-container-second div.range-in:not(.no-highlight).new,.tempus-dominus-widget.dark .time-container-second .date-container-days div.range-end:not(.no-highlight).new,.tempus-dominus-widget.dark .date-container-days .time-container-second div.range-end:not(.no-highlight).new,.tempus-dominus-widget.dark .time-container-second .date-container-days div.range-start:not(.no-highlight).new,.tempus-dominus-widget.dark .date-container-days .time-container-second div.range-start:not(.no-highlight).new{color:#fff;color:var(--td-dark-active-color)}
.tempus-dominus-widget.dark .date-container-decades div:not(.no-highlight).active.today:before,.tempus-dominus-widget.dark .date-container-years div:not(.no-highlight).active.today:before,.tempus-dominus-widget.dark .date-container-months div:not(.no-highlight).active.today:before,.tempus-dominus-widget.dark .date-container-days div:not(.no-highlight).active.today:before,.tempus-dominus-widget.dark .date-container-days div.range-in:not(.no-highlight).today:before,.tempus-dominus-widget.dark .date-container-days div.range-end:not(.no-highlight).today:before,.tempus-dominus-widget.dark .date-container-days div.range-start:not(.no-highlight).today:before,.tempus-dominus-widget.dark .time-container-clock div:not(.no-highlight).active.today:before,.tempus-dominus-widget.dark .time-container-hour div:not(.no-highlight).active.today:before,.tempus-dominus-widget.dark .time-container-minute div:not(.no-highlight).active.today:before,.tempus-dominus-widget.dark .time-container-second div:not(.no-highlight).active.today:before{border-bottom-color:#1b1b1b;border-bottom-color:var(--td-dark-active-border-color)}
.tempus-dominus-widget.dark .date-container-decades div:not(.no-highlight).old,.tempus-dominus-widget.dark .date-container-decades div:not(.no-highlight).new,.tempus-dominus-widget.dark .date-container-years div:not(.no-highlight).old,.tempus-dominus-widget.dark .date-container-years div:not(.no-highlight).new,.tempus-dominus-widget.dark .date-container-months div:not(.no-highlight).old,.tempus-dominus-widget.dark .date-container-months div:not(.no-highlight).new,.tempus-dominus-widget.dark .date-container-days div:not(.no-highlight).old,.tempus-dominus-widget.dark .date-container-days div:not(.no-highlight).new,.tempus-dominus-widget.dark .time-container-clock div:not(.no-highlight).old,.tempus-dominus-widget.dark .time-container-clock div:not(.no-highlight).new,.tempus-dominus-widget.dark .time-container-hour div:not(.no-highlight).old,.tempus-dominus-widget.dark .time-container-hour div:not(.no-highlight).new,.tempus-dominus-widget.dark .time-container-minute div:not(.no-highlight).old,.tempus-dominus-widget.dark .time-container-minute div:not(.no-highlight).new,.tempus-dominus-widget.dark .time-container-second div:not(.no-highlight).old,.tempus-dominus-widget.dark .time-container-second div:not(.no-highlight).new{color:rgba(232, 230, 227, 0.38);color:var(--td-dark-alternate-color)}
.tempus-dominus-widget.dark .date-container-decades div:not(.no-highlight).disabled,.tempus-dominus-widget.dark .date-container-decades div:not(.no-highlight).disabled:hover,.tempus-dominus-widget.dark .date-container-years div:not(.no-highlight).disabled,.tempus-dominus-widget.dark .date-container-years div:not(.no-highlight).disabled:hover,.tempus-dominus-widget.dark .date-container-months div:not(.no-highlight).disabled,.tempus-dominus-widget.dark .date-container-months div:not(.no-highlight).disabled:hover,.tempus-dominus-widget.dark .date-container-days div:not(.no-highlight).disabled,.tempus-dominus-widget.dark .date-container-days div:not(.no-highlight).disabled:hover,.tempus-dominus-widget.dark .time-container-clock div:not(.no-highlight).disabled,.tempus-dominus-widget.dark .time-container-clock div:not(.no-highlight).disabled:hover,.tempus-dominus-widget.dark .time-container-hour div:not(.no-highlight).disabled,.tempus-dominus-widget.dark .time-container-hour div:not(.no-highlight).disabled:hover,.tempus-dominus-widget.dark .time-container-minute div:not(.no-highlight).disabled,.tempus-dominus-widget.dark .time-container-minute div:not(.no-highlight).disabled:hover,.tempus-dominus-widget.dark .time-container-second div:not(.no-highlight).disabled,.tempus-dominus-widget.dark .time-container-second div:not(.no-highlight).disabled:hover{color:#6c757d;color:var(--td-dark-disabled-color)}
.tempus-dominus-widget.dark .date-container-decades div:not(.no-highlight).today:before,.tempus-dominus-widget.dark .date-container-years div:not(.no-highlight).today:before,.tempus-dominus-widget.dark .date-container-months div:not(.no-highlight).today:before,.tempus-dominus-widget.dark .date-container-days div:not(.no-highlight).today:before,.tempus-dominus-widget.dark .time-container-clock div:not(.no-highlight).today:before,.tempus-dominus-widget.dark .time-container-hour div:not(.no-highlight).today:before,.tempus-dominus-widget.dark .time-container-minute div:not(.no-highlight).today:before,.tempus-dominus-widget.dark .time-container-second div:not(.no-highlight).today:before{border-bottom-color:#4db2ff;border-bottom-color:var(--td-dark-active-bg);border-top-color:rgba(232, 230, 227, 0.2);border-top-color:var(--td-dark-secondary-border-color-rgba)}
.tempus-dominus-widget.dark button{color:#fff;color:var(--td-dark-active-color);background-color:#4db2ff;background-color:var(--td-dark-active-bg);border-color:#4db2ff;border-color:var(--td-dark-active-bg)}
.tempus-dominus-widget {
  width: 16rem;
  overflow: hidden;
  border-radius: 0.375rem;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.tempus-dominus-widget .picker-switch {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
}
.tempus-dominus-widget svg {
  height: 1.5rem;
  width: 1.5rem;
}
.tempus-dominus-widget .next svg {
  float: right;
}
.tempus-dominus-widget .toolbar svg {
  height: 1rem;
  width: 1rem;
}
.tempus-dominus-widget .toolbar div{border-radius:0}
.tempus-dominus-widget .time-container-clock {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.tempus-dominus-widget .date-container-decades,.tempus-dominus-widget .date-container-years,.tempus-dominus-widget .date-container-months {
  padding-left: 1rem;
}
.tempus-dominus-widget .date-container-days {
  padding-left: 0.5rem;grid-auto-rows:33px;
}
.tempus-dominus-widget.light .date-container-days .dow {
  display: flex;
  font-weight: 600;color:#96a4b8;
}
.tempus-dominus-widget.light {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.tempus-dominus-widget.light .date-container-decades div:not(.no-highlight),.tempus-dominus-widget.light .date-container-years div:not(.no-highlight),.tempus-dominus-widget.light .date-container-months div:not(.no-highlight),.tempus-dominus-widget.light .date-container-days div:not(.no-highlight),.tempus-dominus-widget.light .time-container-clock div:not(.no-highlight),.tempus-dominus-widget.light .time-container-hour div:not(.no-highlight),.tempus-dominus-widget.light .time-container-minute div:not(.no-highlight),.tempus-dominus-widget.light .time-container-second div:not(.no-highlight) {
  border-radius: 9999px;
}
.tempus-dominus-widget.light .date-container-decades div:not(.no-highlight).today,.tempus-dominus-widget.light .date-container-years div:not(.no-highlight).today,.tempus-dominus-widget.light .date-container-months div:not(.no-highlight).today,.tempus-dominus-widget.light .date-container-days div:not(.no-highlight).today,.tempus-dominus-widget.light .time-container-clock div:not(.no-highlight).today,.tempus-dominus-widget.light .time-container-hour div:not(.no-highlight).today,.tempus-dominus-widget.light .time-container-minute div:not(.no-highlight).today,.tempus-dominus-widget.light .time-container-second div:not(.no-highlight).today {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(4 201 183 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.tempus-dominus-widget.light .date-container-decades div:not(.no-highlight).today,.tempus-dominus-widget.light .date-container-years div:not(.no-highlight).today,.tempus-dominus-widget.light .date-container-months div:not(.no-highlight).today,.tempus-dominus-widget.light .date-container-days div:not(.no-highlight).today,.tempus-dominus-widget.light .time-container-clock div:not(.no-highlight).today,.tempus-dominus-widget.light .time-container-hour div:not(.no-highlight).today,.tempus-dominus-widget.light .time-container-minute div:not(.no-highlight).today,.tempus-dominus-widget.light .time-container-second div:not(.no-highlight).today {
    border-color: rgb(4 201 183 / var(--tw-border-opacity, 1));
  }
}
.tempus-dominus-widget.light .date-container-decades div:not(.no-highlight).today:before,.tempus-dominus-widget.light .date-container-years div:not(.no-highlight).today:before,.tempus-dominus-widget.light .date-container-months div:not(.no-highlight).today:before,.tempus-dominus-widget.light .date-container-days div:not(.no-highlight).today:before,.tempus-dominus-widget.light .time-container-clock div:not(.no-highlight).today:before,.tempus-dominus-widget.light .time-container-hour div:not(.no-highlight).today:before,.tempus-dominus-widget.light .time-container-minute div:not(.no-highlight).today:before,.tempus-dominus-widget.light .time-container-second div:not(.no-highlight).today:before{content:normal;content:initial}
.tempus-dominus-widget.light .date-container-decades div:not(.no-highlight).active,.tempus-dominus-widget.light .date-container-years div:not(.no-highlight).active,.tempus-dominus-widget.light .date-container-months div:not(.no-highlight).active,.tempus-dominus-widget.light .date-container-days div:not(.no-highlight).active,.tempus-dominus-widget.light .time-container-clock div:not(.no-highlight).active,.tempus-dominus-widget.light .time-container-hour div:not(.no-highlight).active,.tempus-dominus-widget.light .time-container-minute div:not(.no-highlight).active,.tempus-dominus-widget.light .time-container-second div:not(.no-highlight).active {
  --tw-bg-opacity: 1;
  background-color: rgb(4 201 183 / 1);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.tempus-dominus-widget.light .date-container-decades div:not(.no-highlight).active,.tempus-dominus-widget.light .date-container-years div:not(.no-highlight).active,.tempus-dominus-widget.light .date-container-months div:not(.no-highlight).active,.tempus-dominus-widget.light .date-container-days div:not(.no-highlight).active,.tempus-dominus-widget.light .time-container-clock div:not(.no-highlight).active,.tempus-dominus-widget.light .time-container-hour div:not(.no-highlight).active,.tempus-dominus-widget.light .time-container-minute div:not(.no-highlight).active,.tempus-dominus-widget.light .time-container-second div:not(.no-highlight).active {
    background-color: rgb(4 201 183 / var(--tw-bg-opacity, 1));
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
}
.tempus-dominus-widget.light .date-container-decades div:not(.no-highlight).disabled,.tempus-dominus-widget.light .date-container-years div:not(.no-highlight).disabled,.tempus-dominus-widget.light .date-container-months div:not(.no-highlight).disabled,.tempus-dominus-widget.light .date-container-days div:not(.no-highlight).disabled,.tempus-dominus-widget.light .time-container-clock div:not(.no-highlight).disabled,.tempus-dominus-widget.light .time-container-hour div:not(.no-highlight).disabled,.tempus-dominus-widget.light .time-container-minute div:not(.no-highlight).disabled,.tempus-dominus-widget.light .time-container-second div:not(.no-highlight).disabled {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.tempus-dominus-widget.light .date-container-decades div:not(.no-highlight).disabled,.tempus-dominus-widget.light .date-container-years div:not(.no-highlight).disabled,.tempus-dominus-widget.light .date-container-months div:not(.no-highlight).disabled,.tempus-dominus-widget.light .date-container-days div:not(.no-highlight).disabled,.tempus-dominus-widget.light .time-container-clock div:not(.no-highlight).disabled,.tempus-dominus-widget.light .time-container-hour div:not(.no-highlight).disabled,.tempus-dominus-widget.light .time-container-minute div:not(.no-highlight).disabled,.tempus-dominus-widget.light .time-container-second div:not(.no-highlight).disabled {
    color: rgb(229 231 235 / var(--tw-text-opacity, 1));
  }
}
.tempus-dominus-widget.light .date-container-decades div:not(.no-highlight).disabled:hover,.tempus-dominus-widget.light .date-container-years div:not(.no-highlight).disabled:hover,.tempus-dominus-widget.light .date-container-months div:not(.no-highlight).disabled:hover,.tempus-dominus-widget.light .date-container-days div:not(.no-highlight).disabled:hover,.tempus-dominus-widget.light .time-container-clock div:not(.no-highlight).disabled:hover,.tempus-dominus-widget.light .time-container-hour div:not(.no-highlight).disabled:hover,.tempus-dominus-widget.light .time-container-minute div:not(.no-highlight).disabled:hover,.tempus-dominus-widget.light .time-container-second div:not(.no-highlight).disabled:hover {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.tempus-dominus-widget.light .date-container-decades div:not(.no-highlight).disabled:hover,.tempus-dominus-widget.light .date-container-years div:not(.no-highlight).disabled:hover,.tempus-dominus-widget.light .date-container-months div:not(.no-highlight).disabled:hover,.tempus-dominus-widget.light .date-container-days div:not(.no-highlight).disabled:hover,.tempus-dominus-widget.light .time-container-clock div:not(.no-highlight).disabled:hover,.tempus-dominus-widget.light .time-container-hour div:not(.no-highlight).disabled:hover,.tempus-dominus-widget.light .time-container-minute div:not(.no-highlight).disabled:hover,.tempus-dominus-widget.light .time-container-second div:not(.no-highlight).disabled:hover {
    color: rgb(229 231 235 / var(--tw-text-opacity, 1));
  }
}
.tempus-dominus-widget button {
  --tw-border-opacity: 1;
  border-color: rgb(4 201 183 / 1);
  --tw-bg-opacity: 1;
  background-color: rgb(4 201 183 / 1);
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.tempus-dominus-widget button {
    border-color: rgb(4 201 183 / var(--tw-border-opacity, 1));
    background-color: rgb(4 201 183 / var(--tw-bg-opacity, 1));
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
}
.tempus-dominus-widget button:active,.tempus-dominus-widget button:focus,.tempus-dominus-widget button:hover {
  --tw-border-opacity: 1;
  border-color: rgb(3 146 133 / 1);
  --tw-bg-opacity: 1;
  background-color: rgb(3 146 133 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.tempus-dominus-widget button:active,.tempus-dominus-widget button:focus,.tempus-dominus-widget button:hover {
    border-color: rgb(3 146 133 / var(--tw-border-opacity, 1));
    background-color: rgb(3 146 133 / var(--tw-bg-opacity, 1));
  }
}
.tempus-dominus-widget .calendar-header {
  margin-bottom: 0px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.75rem;
}
.tempus-dominus-widget .toggleMeridiem{width:38px}
.dot {
  display: inline-flex;
  height: 1.25rem;
  width: 1.25rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / 1);
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / 1);
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.dot {
    border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
    background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
    color: rgb(75 85 99 / var(--tw-text-opacity, 1));
  }
}
.dot--green {
  --tw-border-opacity: 1;
  border-color: rgb(187 247 208 / 1);
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / 1);
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.dot--green {
    border-color: rgb(187 247 208 / var(--tw-border-opacity, 1));
    background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
    color: rgb(22 101 52 / var(--tw-text-opacity, 1));
  }
}
.dot--yellow {
  --tw-border-opacity: 1;
  border-color: rgb(254 240 138 / 1);
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / 1);
  --tw-text-opacity: 1;
  color: rgb(133 77 14 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.dot--yellow {
    border-color: rgb(254 240 138 / var(--tw-border-opacity, 1));
    background-color: rgb(254 249 195 / var(--tw-bg-opacity, 1));
    color: rgb(133 77 14 / var(--tw-text-opacity, 1));
  }
}
.pagy.nav a {
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / 1);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / 1);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / 1);
  --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: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.pagy.nav a {
    border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    color: rgb(55 65 81 / var(--tw-text-opacity, 1));
  }
}
.pagy.nav a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.pagy.nav a:hover {
    background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
  }
}
.pagy.nav a:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --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-inset) 0 0 0 2px var(--tw-ring-offset-color), var(--tw-ring-inset) 0 0 0 calc(2px + 2px) rgb(4 201 183 / 1), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(4 201 183 / var(--tw-ring-opacity, 1));
  --tw-ring-offset-width: 2px;
}
.pagy.nav a:disabled,.pagy.nav a.disabled {
  cursor: not-allowed;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / 1);
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / 1);
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.pagy.nav a:disabled,.pagy.nav a.disabled {
    border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
    background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
    color: rgb(107 114 128 / var(--tw-text-opacity, 1));
  }
}
.pagy.nav a:disabled:hover,.pagy.nav a.disabled:hover {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / 1);
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.pagy.nav a:disabled:hover,.pagy.nav a.disabled:hover {
    border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
    background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
  }
}
.pagy.nav a:disabled,.pagy.nav a.disabled {
  cursor: not-allowed;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / 1);
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / 1);
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.pagy.nav a:disabled,.pagy.nav a.disabled {
    border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
    background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
    color: rgb(107 114 128 / var(--tw-text-opacity, 1));
  }
}
.pagy.nav a:disabled:hover,.pagy.nav a.disabled:hover {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / 1);
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.pagy.nav a:disabled:hover,.pagy.nav a.disabled:hover {
    border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
    background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
  }
}
.actions__menu.actions__menu--small .pagy.nav a {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 0.75rem;
  line-height: 1rem;
}
.pagy.nav a[aria-disabled=true] {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / 1);
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / 1);cursor:not-allowed;
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.pagy.nav a[aria-disabled=true] {
    background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
    color: rgb(107 114 128 / var(--tw-text-opacity, 1));
  }
}
.action-menu {
  position: relative;
}
.actions__menu {
  position: absolute;
  z-index: 10;
  margin-top: 0.5rem;
  width: 20rem;
  transform-origin: top right;
  --tw-scale-x: 0;
  --tw-scale-y: 0;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(0) scaleY(0);
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.actions__menu > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - 0));
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * 0);
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  --tw-divide-opacity: 1;
  border-color: rgb(209 213 219 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.actions__menu > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(209 213 219 / var(--tw-divide-opacity, 1));
  }
}
.actions__menu {
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / 1);
  opacity: 0.7;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color), var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) rgb(0 0 0 / 0.05), 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --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);
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity, 1));
  --tw-ring-opacity: 0.05;
  transition-property: all;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.actions__menu {
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }
}
.actions__menu:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.actions__menu .svg-icon {
  height: 1.25rem;
  width: 1.25rem;
  fill: none;
  stroke: currentColor;
}
.action-menu.action-menu--show .actions__menu {
  --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(1) scaleY(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));
  opacity: 1;
}
.actions-menu__row {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.actions__menu.actions__menu--small {
  width: 18rem;
}
.actions__menu.actions__menu--small .actions-menu__row {
  padding: 0.75rem;
  font-size: 0.75rem;
  line-height: 1rem;
}
.actions__menu.actions__menu--small .btn {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 0.75rem;
  line-height: 1rem;
}
.actions__menu.actions__menu--small .svg-icon {
  height: 1rem;
  width: 1rem;
}
.launcher {
  position: fixed;
  inset: 0px;
  z-index: 10;
  overflow-y: auto;
  --tw-bg-opacity: 1;
  background-color: rgb(48 41 69 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.launcher {
    background-color: rgb(48 41 69 / var(--tw-bg-opacity, 1));
  }
}
.launcher .toast {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / 1);
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.launcher .toast {
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  }
}
.search-component {
  position: relative;
}
.search-component:has(.search__input:not(:-moz-placeholder-shown)) .search__icon--inactive {
  --tw-text-opacity: 1;
  color: rgb(20 184 166 / 1);
}
.search-component:has(.search__input:not(:placeholder-shown)) .search__icon--inactive {
  --tw-text-opacity: 1;
  color: rgb(20 184 166 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.search-component:has(.search__input:not(:-moz-placeholder-shown)) .search__icon--inactive {
    color: rgb(20 184 166 / var(--tw-text-opacity, 1));
  }
.search-component:has(.search__input:not(:placeholder-shown)) .search__icon--inactive {
    color: rgb(20 184 166 / var(--tw-text-opacity, 1));
  }
}
.search-component:has(.search__input:not(:-moz-placeholder-shown)) a {
  --tw-border-opacity: 1;
  border-color: rgb(20 184 166 / 1);
}
.search-component:has(.search__input:not(:placeholder-shown)) a {
  --tw-border-opacity: 1;
  border-color: rgb(20 184 166 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.search-component:has(.search__input:not(:-moz-placeholder-shown)) a {
    border-color: rgb(20 184 166 / var(--tw-border-opacity, 1));
  }
.search-component:has(.search__input:not(:placeholder-shown)) a {
    border-color: rgb(20 184 166 / var(--tw-border-opacity, 1));
  }
}
.search__icon--inactive {
  height: 1.25rem;
  width: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / 1);
  opacity: 1;
  transition-property: opacity;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.search__icon--inactive {
    color: rgb(55 65 81 / var(--tw-text-opacity, 1));
  }
}
.search__icon--active {
  height: 0px;
  width: 0px;
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / 1);
  opacity: 0;
  transition-property: opacity;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.search__icon--active {
    color: rgb(185 28 28 / var(--tw-text-opacity, 1));
  }
}
.search__bar {
  position: absolute;
  bottom: -3rem;
  left: 0px;
  z-index: 10;
  opacity: 0;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: opacity;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.search__bar input {
  width: 0px;
  border-radius: 0.375rem;
  border-width: 0px;
  padding: 0px;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.search__bar input:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color), var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.search-bar__icon {
  pointer-events: none;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  align-items: center;
}
.search-component.search-component--show .search__icon--inactive {
  height: 0px;
  width: 0px;
  opacity: 0;
}
.search-component.search-component--show .search__icon--active {
  height: 1.25rem;
  width: 1.25rem;
  opacity: 1;
}
.search-component.search-component--show .search__bar {
  width: 20rem;
  opacity: 1;
}
@media (min-width: 640px) {
  .search-component.search-component--show .search__bar {
    width: 24rem;
  }
}
.search-component.search-component--show .search__bar .search-bar__icon {
  pointer-events: none;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  align-items: center;
  padding-left: 0.75rem;
}
.search-component.search-component--show .search__bar .search-bar__icon svg {
  height: 1.25rem;
  width: 1.25rem;
}
.search-component.search-component--show .search__bar input {
  width: 100%;
  border-radius: 0.375rem;
  border-width: 1px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 2.5rem;
  padding-right: 0.75rem;
}
.search-component.search-component--show .search__bar input:focus {
  --tw-border-opacity: 1;
  border-color: rgb(20 184 166 / 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-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color), var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) rgb(20 184 166 / 1), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(20 184 166 / var(--tw-ring-opacity, 1));
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.search-component.search-component--show .search__bar input:focus {
    border-color: rgb(20 184 166 / var(--tw-border-opacity, 1));
  }
}
.modal-screen {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 10;
  height: 100vh;
  width: 100vw;
}
.modal-bg {
  display: block;
  height: 100%;
  width: 100%;
  overflow: auto;
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / 1);
  opacity: 0.75;
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.modal-bg {
    background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
  }
}
.modal {
  position: relative;
  left: 50%;
  top: -50%;
  display: flex;
  max-width: 32rem;
  --tw-translate-y: -50%;
  --tw-translate-x: -50%;
  transform: translate(-50%, -50%) 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: 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));
  flex-direction: column;
  overflow: hidden;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / 1);
  text-align: left;
  --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: 0 0 #0000, 0 0 #0000, 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);max-height:calc(100vh - 2em);width:calc(100% - 2em);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.modal {
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }
}
.modal__top {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
@media (min-width: 640px) {
  .modal__top {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.modal__top .modal__title {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.modal__top .modal__title {
    color: rgb(55 65 81 / var(--tw-text-opacity, 1));
  }
}
.modal__top .modal__headline {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.modal__top .modal__headline {
    color: rgb(107 114 128 / var(--tw-text-opacity, 1));
  }
}
.modal__middle {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / 1);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.modal__middle {
    background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
  }
}
@media (min-width: 640px) {
  .modal__middle {
    padding: 1.5rem;
  }
}
.modal__middle--split {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 0px;
}
@media (min-width: 768px) {
  .modal__middle--split {
    flex-direction: row;
  }
}
.modal__middle--split{max-height:calc(100vh - 2em)}
.modal__bottom {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}
.modal__bottom > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * 0);
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - 0));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.modal__bottom {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / 1);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 1.25rem;
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.modal__bottom {
    background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
  }
}
@media (min-width: 640px) {
  .modal__bottom {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.modal-split__tabs {
  position: relative;
  margin: 0px;
  display: flex;
  flex: none;
  padding: 1.5rem;
  padding-bottom: 0px;
}
@media (min-width: 768px){.modal-split__tabs {
    padding: 1.5rem;
    padding-right: 0px;
  }}
.modal-split__body {
  display: flex;
  height: auto;
  width: 100%;
  flex: 1 1;
  flex-direction: column;
  overflow-y: scroll;
  padding: 1.5rem;
}
.tab {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 0.5rem;
  border-radius: 0.375rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.tab {
    color: rgb(75 85 99 / var(--tw-text-opacity, 1));
  }
}
.tab:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / 1);
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.tab:hover {
    background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
    color: rgb(17 24 39 / var(--tw-text-opacity, 1));
  }
}
.tab:hover .tab__counter {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.tab:hover .tab__counter {
    background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
  }
}
.tab--active {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / 1);
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.tab--active {
    background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
    color: rgb(17 24 39 / var(--tw-text-opacity, 1));
  }
}
.tab--active .tab__counter {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.tab--active .tab__counter {
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }
}
.tab--active:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.tab--active:hover {
    background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
  }
}
.tab--active:hover .tab__counter {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.tab--active:hover .tab__counter {
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }
}
.tab__counter {
  margin-left: auto;
  display: inline-block;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / 1);
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.tab__counter {
    background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
    color: rgb(75 85 99 / var(--tw-text-opacity, 1));
  }
}
.tab-project-templates-only .show-project {
  display: none;
}
.ui.selection.dropdown .menu>.tab-project-templates-only .show-project.addition.item{display:none}
.tab-project-only .show-project-template {
  display: none;
}
.ui.selection.dropdown .menu>.tab-project-only .show-project-template.addition.item{display:none}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none {
  pointer-events: none;
}
.pointer-events-auto {
  pointer-events: auto;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.inset-x-0 {
  left: 0px;
  right: 0px;
}
.inset-y-0 {
  top: 0px;
  bottom: 0px;
}
.-bottom-12 {
  bottom: -3rem;
}
.-bottom-2\.5 {
  bottom: -0.625rem;
}
.-right-2 {
  right: -0.5rem;
}
.-right-3 {
  right: -0.75rem;
}
.-top-3 {
  top: -0.75rem;
}
.-top-8 {
  top: -2rem;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-2 {
  bottom: 0.5rem;
}
.left-0 {
  left: 0px;
}
.left-1 {
  left: 0.25rem;
}
.left-1\/2 {
  left: 50%;
}
.left-3 {
  left: 0.75rem;
}
.left-5 {
  left: 1.25rem;
}
.right-0 {
  right: 0px;
}
.right-1 {
  right: 0.25rem;
}
.right-14 {
  right: 3.5rem;
}
.right-2 {
  right: 0.5rem;
}
.right-4 {
  right: 1rem;
}
.right-5 {
  right: 1.25rem;
}
.top-0 {
  top: 0px;
}
.top-1 {
  top: 0.25rem;
}
.top-1\/2 {
  top: 50%;
}
.top-1\/3 {
  top: 33.333333%;
}
.top-2 {
  top: 0.5rem;
}
.top-4 {
  top: 1rem;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.col-span-6 {
  grid-column: span 6 / span 6;
}
.col-start-1 {
  grid-column-start: 1;
}
.row-span-2 {
  grid-row: span 2 / span 2;
}
.-m-1 {
  margin: -0.25rem;
}
.m-2 {
  margin: 0.5rem;
}
.-mx-1\.5 {
  margin-left: -0.375rem;
  margin-right: -0.375rem;
}
.-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}
.-my-1\.5 {
  margin-top: -0.375rem;
  margin-bottom: -0.375rem;
}
.-my-2 {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.-my-5 {
  margin-top: -1.25rem;
  margin-bottom: -1.25rem;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.-ml-1 {
  margin-left: -0.25rem;
}
.-ml-px {
  margin-left: -1px;
}
.-mr-1 {
  margin-right: -0.25rem;
}
.-mr-12 {
  margin-right: -3rem;
}
.-mt-0\.5 {
  margin-top: -0.125rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-1\.5 {
  margin-left: 0.375rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-1\.5 {
  margin-right: 0.375rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-6 {
  margin-right: 1.5rem;
}
.mt-0 {
  margin-top: 0px;
}
.mt-0\.5 {
  margin-top: 0.125rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-1\.5 {
  margin-top: 0.375rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-7 {
  margin-top: 1.75rem;
}
.mt-8 {
  margin-top: 2rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.table-cell {
  display: table-cell;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.h-0 {
  height: 0px;
}
.h-0\.5 {
  height: 0.125rem;
}
.h-10 {
  height: 2.5rem;
}
.h-12 {
  height: 3rem;
}
.h-16 {
  height: 4rem;
}
.h-2 {
  height: 0.5rem;
}
.h-20 {
  height: 5rem;
}
.h-24 {
  height: 6rem;
}
.h-28 {
  height: 7rem;
}
.h-3 {
  height: 0.75rem;
}
.h-3\.5 {
  height: 0.875rem;
}
.h-32 {
  height: 8rem;
}
.h-36 {
  height: 9rem;
}
.h-4 {
  height: 1rem;
}
.h-48 {
  height: 12rem;
}
.h-5 {
  height: 1.25rem;
}
.h-56 {
  height: 14rem;
}
.h-6 {
  height: 1.5rem;
}
.h-60 {
  height: 15rem;
}
.h-72 {
  height: 18rem;
}
.h-8 {
  height: 2rem;
}
.h-80 {
  height: 20rem;
}
.h-96 {
  height: 24rem;
}
.h-full {
  height: 100%;
}
.h-px {
  height: 1px;
}
.max-h-96 {
  max-height: 24rem;
}
.max-h-\[90vh\] {
  max-height: 90vh;
}
.min-h-0 {
  min-height: 0px;
}
.min-h-screen {
  min-height: 100vh;
}
.w-0 {
  width: 0px;
}
.w-1\/2 {
  width: 50%;
}
.w-10 {
  width: 2.5rem;
}
.w-11 {
  width: 2.75rem;
}
.w-12 {
  width: 3rem;
}
.w-14 {
  width: 3.5rem;
}
.w-16 {
  width: 4rem;
}
.w-2 {
  width: 0.5rem;
}
.w-20 {
  width: 5rem;
}
.w-24 {
  width: 6rem;
}
.w-3 {
  width: 0.75rem;
}
.w-3\.5 {
  width: 0.875rem;
}
.w-3\/4 {
  width: 75%;
}
.w-32 {
  width: 8rem;
}
.w-4 {
  width: 1rem;
}
.w-40 {
  width: 10rem;
}
.w-48 {
  width: 12rem;
}
.w-5 {
  width: 1.25rem;
}
.w-56 {
  width: 14rem;
}
.w-6 {
  width: 1.5rem;
}
.w-6\/12 {
  width: 50%;
}
.w-8 {
  width: 2rem;
}
.w-80 {
  width: 20rem;
}
.w-96 {
  width: 24rem;
}
.w-full {
  width: 100%;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-full {
  min-width: 100%;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-5xl {
  max-width: 64rem;
}
.max-w-6xl {
  max-width: 72rem;
}
.max-w-lg {
  max-width: 32rem;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-prose {
  max-width: 65ch;
}
.max-w-screen-2xl {
  max-width: 1536px;
}
.max-w-sm {
  max-width: 24rem;
}
.max-w-xl {
  max-width: 36rem;
}
.max-w-xs {
  max-width: 20rem;
}
.flex-1 {
  flex: 1 1;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink {
  flex-shrink: 1;
}
.flex-grow {
  flex-grow: 1;
}
.grow {
  flex-grow: 1;
}
.origin-top-left {
  transform-origin: top left;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(-50%, 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: 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-full {
  --tw-translate-x: -100%;
  transform: translate(-100%, 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: 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), -50%) 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: 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\/4 {
  --tw-translate-y: -25%;
  transform: translate(var(--tw-translate-x), -25%) 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: 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 {
  --tw-translate-x: 0px;
  transform: translate(0px, 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: 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-5 {
  --tw-translate-x: 1.25rem;
  transform: translate(1.25rem, 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: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-0 {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), 0px) 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: 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-3 {
  --tw-translate-y: 0.75rem;
  transform: translate(var(--tw-translate-x), 0.75rem) 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: 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-4 {
  --tw-translate-y: 1rem;
  transform: translate(var(--tw-translate-x), 1rem) 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: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(180deg) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-90 {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(90deg) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  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(1) scaleY(1);
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-75 {
  --tw-scale-x: .75;
  --tw-scale-y: .75;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(.75) scaleY(.75);
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-90 {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(.9) scaleY(.9);
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-95 {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(.95) scaleY(.95);
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes pulse {
  50% {
    opacity: .5;
  }
}
.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  animation: spin 1s linear infinite;
}
.cursor-move {
  cursor: move;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-pointer {
  cursor: pointer;
}
.list-disc {
  list-style-type: disc;
}
.grid-flow-row-dense {
  grid-auto-flow: row dense;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-rows-4 {
  grid-template-rows: repeat(4, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-evenly {
  justify-content: space-evenly;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-y-5 {
  row-gap: 1.25rem;
}
.gap-y-6 {
  row-gap: 1.5rem;
}
.gap-y-8 {
  row-gap: 2rem;
}
.space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * 0);
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - 0));
  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 * 0);
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - 0));
  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 * 0);
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - 0));
  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 * 0);
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - 0));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - 0));
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * 0);
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - 0));
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * 0);
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - 0));
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * 0);
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - 0));
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * 0);
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - 0));
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * 0);
  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 * 0);
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - 0));
  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 - 0));
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * 0);
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(2px * calc(1 - 0));
  border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(2px * 0);
  border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
}
.divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(243 244 246 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(243 244 246 / var(--tw-divide-opacity, 1));
  }
}
.divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(229 231 235 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(229 231 235 / var(--tw-divide-opacity, 1));
  }
}
.self-end {
  align-self: flex-end;
}
.self-center {
  align-self: center;
}
.justify-self-start {
  justify-self: start;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-visible {
  overflow: visible;
}
.overflow-scroll {
  overflow: scroll;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-scroll {
  overflow-x: scroll;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-pre {
  white-space: pre;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.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-b-2xl {
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}
.rounded-b-lg {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.rounded-l-lg {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.rounded-l-md {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.rounded-l-none {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.rounded-r-lg {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.rounded-r-md {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.rounded-tl {
  border-top-left-radius: 0.25rem;
}
.rounded-tr {
  border-top-right-radius: 0.25rem;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-2 {
  border-width: 2px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-l {
  border-left-width: 1px;
}
.border-l-0 {
  border-left-width: 0px;
}
.border-l-4 {
  border-left-width: 4px;
}
.border-r {
  border-right-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-dashed {
  border-style: dashed;
}
.border-none {
  border-style: none;
}
.border-blue-400 {
  --tw-border-opacity: 1;
  border-color: rgb(96 165 250 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.border-blue-400 {
    border-color: rgb(96 165 250 / var(--tw-border-opacity, 1));
  }
}
.border-blue-500 {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.border-blue-500 {
    border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
  }
}
.border-blue-600 {
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.border-blue-600 {
    border-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
  }
}
.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.border-gray-100 {
    border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
  }
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.border-gray-200 {
    border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  }
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.border-gray-300 {
    border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  }
}
.border-gray-600 {
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.border-gray-600 {
    border-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
  }
}
.border-indigo-400 {
  --tw-border-opacity: 1;
  border-color: rgb(129 140 248 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.border-indigo-400 {
    border-color: rgb(129 140 248 / var(--tw-border-opacity, 1));
  }
}
.border-red-300 {
  --tw-border-opacity: 1;
  border-color: rgb(252 165 165 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.border-red-300 {
    border-color: rgb(252 165 165 / var(--tw-border-opacity, 1));
  }
}
.border-red-400 {
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.border-red-400 {
    border-color: rgb(248 113 113 / var(--tw-border-opacity, 1));
  }
}
.border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.border-red-500 {
    border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
  }
}
.border-so-blue-500 {
  --tw-border-opacity: 1;
  border-color: rgb(4 201 183 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.border-so-blue-500 {
    border-color: rgb(4 201 183 / var(--tw-border-opacity, 1));
  }
}
.border-so-blue-600 {
  --tw-border-opacity: 1;
  border-color: rgb(3 146 133 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.border-so-blue-600 {
    border-color: rgb(3 146 133 / var(--tw-border-opacity, 1));
  }
}
.border-transparent {
  border-color: transparent;
}
.border-yellow-400 {
  --tw-border-opacity: 1;
  border-color: rgb(250 204 21 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.border-yellow-400 {
    border-color: rgb(250 204 21 / var(--tw-border-opacity, 1));
  }
}
.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.bg-blue-100 {
    background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
  }
}
.bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.bg-blue-50 {
    background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
  }
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.bg-gray-100 {
    background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
  }
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.bg-gray-200 {
    background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
  }
}
.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.bg-gray-50 {
    background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
  }
}
.bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.bg-gray-500 {
    background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
  }
}
.bg-gray-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.bg-gray-600 {
    background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
  }
}
.bg-gray-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.bg-gray-700 {
    background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
  }
}
.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.bg-gray-900 {
    background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
  }
}
.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.bg-green-100 {
    background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
  }
}
.bg-green-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.bg-green-50 {
    background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1));
  }
}
.bg-indigo-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.bg-indigo-600 {
    background-color: rgb(79 70 229 / var(--tw-bg-opacity, 1));
  }
}
.bg-pink-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 231 243 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.bg-pink-100 {
    background-color: rgb(252 231 243 / var(--tw-bg-opacity, 1));
  }
}
.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.bg-red-100 {
    background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
  }
}
.bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.bg-red-50 {
    background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
  }
}
.bg-so-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(4 201 183 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.bg-so-blue-500 {
    background-color: rgb(4 201 183 / var(--tw-bg-opacity, 1));
  }
}
.bg-so-blue-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(48 41 69 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.bg-so-blue-800 {
    background-color: rgb(48 41 69 / var(--tw-bg-opacity, 1));
  }
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.bg-white {
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }
}
.bg-yellow-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.bg-yellow-50 {
    background-color: rgb(254 252 232 / var(--tw-bg-opacity, 1));
  }
}
.bg-opacity-10 {
  --tw-bg-opacity: 0.1;
}
.bg-opacity-30 {
  --tw-bg-opacity: 0.3;
}
.bg-opacity-75 {
  --tw-bg-opacity: 0.75;
}
.bg-opacity-80 {
  --tw-bg-opacity: 0.8;
}
.bg-gradient-to-bl {
  background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
}
.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.from-gray-900 {
  --tw-gradient-from: #111827 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 24 39 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-400 {
  --tw-gradient-from: #4ade80 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(74 222 128 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-400 {
  --tw-gradient-from: #818cf8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(129 140 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-50 {
  --tw-gradient-from: #eef2ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(238 242 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-so-blue-100 {
  --tw-gradient-from: #74FCF0 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(116 252 240 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-so-blue-300 {
  --tw-gradient-from: #24FBE7 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(36 251 231 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-so-blue-400 {
  --tw-gradient-from: #05F1DB var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(5 241 219 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-so-blue-500 {
  --tw-gradient-from: #04C9B7 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(4 201 183 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-so-blue-400 {
  --tw-gradient-to: rgb(5 241 219 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #05F1DB var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.to-gray-900 {
  --tw-gradient-to: #111827 var(--tw-gradient-to-position);
}
.to-green-600 {
  --tw-gradient-to: #16a34a var(--tw-gradient-to-position);
}
.to-indigo-100 {
  --tw-gradient-to: #e0e7ff var(--tw-gradient-to-position);
}
.to-indigo-700 {
  --tw-gradient-to: #4338ca var(--tw-gradient-to-position);
}
.to-so-blue-300 {
  --tw-gradient-to: #24FBE7 var(--tw-gradient-to-position);
}
.to-so-blue-400 {
  --tw-gradient-to: #05F1DB var(--tw-gradient-to-position);
}
.to-so-blue-500 {
  --tw-gradient-to: #04C9B7 var(--tw-gradient-to-position);
}
.to-so-blue-700 {
  --tw-gradient-to: #025B53 var(--tw-gradient-to-position);
}
.fill-current {
  fill: currentColor;
}
.fill-none {
  fill: none;
}
.stroke-current {
  stroke: currentColor;
}
.stroke-none {
  stroke: none;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-0 {
  padding: 0px;
}
.p-1 {
  padding: 0.25rem;
}
.p-1\.5 {
  padding: 0.375rem;
}
.p-10 {
  padding: 2.5rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-2\.5 {
  padding: 0.625rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.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;
}
.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-11 {
  padding-bottom: 2.75rem;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-7 {
  padding-bottom: 1.75rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pl-0 {
  padding-left: 0px;
}
.pl-1 {
  padding-left: 0.25rem;
}
.pl-10 {
  padding-left: 2.5rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pr-10 {
  padding-right: 2.5rem;
}
.pr-16 {
  padding-right: 4rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pt-0\.5 {
  padding-top: 0.125rem;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-2\.5 {
  padding-top: 0.625rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.align-middle {
  vertical-align: middle;
}
.align-bottom {
  vertical-align: bottom;
}
.font-sans {
  font-family: Inter var, 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-2xs {
  font-size: 0.6rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.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;
}
.font-bold {
  font-weight: 700;
}
.font-extrabold {
  font-weight: 800;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.italic {
  font-style: italic;
}
.leading-4 {
  line-height: 1rem;
}
.leading-5 {
  line-height: 1.25rem;
}
.leading-6 {
  line-height: 1.5rem;
}
.leading-normal {
  line-height: 1.5;
}
.leading-relaxed {
  line-height: 1.625;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.text-blue-400 {
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.text-blue-400 {
    color: rgb(96 165 250 / var(--tw-text-opacity, 1));
  }
}
.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.text-blue-500 {
    color: rgb(59 130 246 / var(--tw-text-opacity, 1));
  }
}
.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.text-blue-600 {
    color: rgb(37 99 235 / var(--tw-text-opacity, 1));
  }
}
.text-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.text-blue-700 {
    color: rgb(29 78 216 / var(--tw-text-opacity, 1));
  }
}
.text-blue-800 {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.text-blue-800 {
    color: rgb(30 64 175 / var(--tw-text-opacity, 1));
  }
}
.text-gray-100 {
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.text-gray-100 {
    color: rgb(243 244 246 / var(--tw-text-opacity, 1));
  }
}
.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.text-gray-200 {
    color: rgb(229 231 235 / var(--tw-text-opacity, 1));
  }
}
.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.text-gray-300 {
    color: rgb(209 213 219 / var(--tw-text-opacity, 1));
  }
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.text-gray-400 {
    color: rgb(156 163 175 / var(--tw-text-opacity, 1));
  }
}
.text-gray-50 {
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.text-gray-50 {
    color: rgb(249 250 251 / var(--tw-text-opacity, 1));
  }
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.text-gray-500 {
    color: rgb(107 114 128 / var(--tw-text-opacity, 1));
  }
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.text-gray-600 {
    color: rgb(75 85 99 / var(--tw-text-opacity, 1));
  }
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.text-gray-700 {
    color: rgb(55 65 81 / var(--tw-text-opacity, 1));
  }
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.text-gray-800 {
    color: rgb(31 41 55 / var(--tw-text-opacity, 1));
  }
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.text-gray-900 {
    color: rgb(17 24 39 / var(--tw-text-opacity, 1));
  }
}
.text-green-400 {
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.text-green-400 {
    color: rgb(74 222 128 / var(--tw-text-opacity, 1));
  }
}
.text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.text-green-500 {
    color: rgb(34 197 94 / var(--tw-text-opacity, 1));
  }
}
.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.text-green-600 {
    color: rgb(22 163 74 / var(--tw-text-opacity, 1));
  }
}
.text-green-800 {
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.text-green-800 {
    color: rgb(22 101 52 / var(--tw-text-opacity, 1));
  }
}
.text-green-900 {
  --tw-text-opacity: 1;
  color: rgb(20 83 45 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.text-green-900 {
    color: rgb(20 83 45 / var(--tw-text-opacity, 1));
  }
}
.text-indigo-400 {
  --tw-text-opacity: 1;
  color: rgb(129 140 248 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.text-indigo-400 {
    color: rgb(129 140 248 / var(--tw-text-opacity, 1));
  }
}
.text-indigo-500 {
  --tw-text-opacity: 1;
  color: rgb(99 102 241 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.text-indigo-500 {
    color: rgb(99 102 241 / var(--tw-text-opacity, 1));
  }
}
.text-pink-400 {
  --tw-text-opacity: 1;
  color: rgb(244 114 182 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.text-pink-400 {
    color: rgb(244 114 182 / var(--tw-text-opacity, 1));
  }
}
.text-pink-800 {
  --tw-text-opacity: 1;
  color: rgb(157 23 77 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.text-pink-800 {
    color: rgb(157 23 77 / var(--tw-text-opacity, 1));
  }
}
.text-red-400 {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.text-red-400 {
    color: rgb(248 113 113 / var(--tw-text-opacity, 1));
  }
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.text-red-500 {
    color: rgb(239 68 68 / var(--tw-text-opacity, 1));
  }
}
.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.text-red-600 {
    color: rgb(220 38 38 / var(--tw-text-opacity, 1));
  }
}
.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.text-red-700 {
    color: rgb(185 28 28 / var(--tw-text-opacity, 1));
  }
}
.text-red-800 {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.text-red-800 {
    color: rgb(153 27 27 / var(--tw-text-opacity, 1));
  }
}
.text-red-900 {
  --tw-text-opacity: 1;
  color: rgb(127 29 29 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.text-red-900 {
    color: rgb(127 29 29 / var(--tw-text-opacity, 1));
  }
}
.text-so-blue-400 {
  --tw-text-opacity: 1;
  color: rgb(5 241 219 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.text-so-blue-400 {
    color: rgb(5 241 219 / var(--tw-text-opacity, 1));
  }
}
.text-so-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(4 201 183 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.text-so-blue-500 {
    color: rgb(4 201 183 / var(--tw-text-opacity, 1));
  }
}
.text-so-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(3 146 133 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.text-so-blue-600 {
    color: rgb(3 146 133 / var(--tw-text-opacity, 1));
  }
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.text-white {
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
}
.text-yellow-400 {
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.text-yellow-400 {
    color: rgb(250 204 21 / var(--tw-text-opacity, 1));
  }
}
.text-yellow-500 {
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.text-yellow-500 {
    color: rgb(234 179 8 / var(--tw-text-opacity, 1));
  }
}
.text-yellow-700 {
  --tw-text-opacity: 1;
  color: rgb(161 98 7 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.text-yellow-700 {
    color: rgb(161 98 7 / var(--tw-text-opacity, 1));
  }
}
.text-yellow-900 {
  --tw-text-opacity: 1;
  color: rgb(113 63 18 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.text-yellow-900 {
    color: rgb(113 63 18 / var(--tw-text-opacity, 1));
  }
}
.underline {
  text-decoration-line: underline;
}
.decoration-dashed {
  text-decoration-style: dashed;
}
.placeholder-gray-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(107 114 128 / 1);
}
.placeholder-gray-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(107 114 128 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.placeholder-gray-500::-moz-placeholder {
    color: rgb(107 114 128 / var(--tw-placeholder-opacity, 1));
  }
.placeholder-gray-500::placeholder {
    color: rgb(107 114 128 / var(--tw-placeholder-opacity, 1));
  }
}
.placeholder-red-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(252 165 165 / 1);
}
.placeholder-red-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(252 165 165 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.placeholder-red-300::-moz-placeholder {
    color: rgb(252 165 165 / var(--tw-placeholder-opacity, 1));
  }
.placeholder-red-300::placeholder {
    color: rgb(252 165 165 / var(--tw-placeholder-opacity, 1));
  }
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-25 {
  opacity: 0.25;
}
.opacity-75 {
  opacity: 0.75;
}
.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: 0 0 #0000, 0 0 #0000, 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-inner {
  --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  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: 0 0 #0000, 0 0 #0000, 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: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.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-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color), var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-0 {
  --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(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color), var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color), 0 0 #0000;
  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-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color), var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color), 0 0 #0000;
  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-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color), var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-black {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity, 1));
}
.ring-blue-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
}
.ring-green-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(134 239 172 / var(--tw-ring-opacity, 1));
}
.ring-red-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(252 165 165 / var(--tw-ring-opacity, 1));
}
.ring-so-blue-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(4 201 183 / var(--tw-ring-opacity, 1));
}
.ring-yellow-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(253 224 71 / var(--tw-ring-opacity, 1));
}
.ring-opacity-5 {
  --tw-ring-opacity: 0.05;
}
.ring-offset-2 {
  --tw-ring-offset-width: 2px;
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-100 {
  transition-duration: 100ms;
}
.duration-150 {
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.duration-75 {
  transition-duration: 75ms;
}
.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-linear {
  transition-timing-function: linear;
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.min-h-screen{min-height:100vh}
.page-container {
  display: flex;
  height: 100vh;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.page-container {
    background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
  }
}
.default-page-height{height:calc(100vh - 5rem)}
.with-masquerade-banner .default-page-height{height:auto}
@media (min-width: 768px){.with-masquerade-banner .default-page-height{height:calc(100vh - 5rem - 30px)}}
.with-masquerade-banner .page-container{min-height:100vh;height:auto}
@media (min-width: 768px){.with-masquerade-banner .page-container{min-height:auto;height:calc(100vh - 54px)}}
.turbo-progress-bar{visibility:hidden}
.focus-within\:text-gray-500:focus-within {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.focus-within\:text-gray-500:focus-within {
    color: rgb(107 114 128 / var(--tw-text-opacity, 1));
  }
}
.focus-within\:ring-2:focus-within {
  --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-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color), var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus-within\:ring-so-blue-500:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(4 201 183 / var(--tw-ring-opacity, 1));
}
.focus-within\:ring-offset-2:focus-within {
  --tw-ring-offset-width: 2px;
}
.focus-within\:ring-offset-gray-100:focus-within {
  --tw-ring-offset-color: #f3f4f6;
}
.hover\:scale-105:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(1.05) scaleY(1.05);
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:scale-125:hover {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(1.25) scaleY(1.25);
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:border-gray-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.hover\:border-gray-300:hover {
    border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  }
}
.hover\:border-so-blue-600:hover {
  --tw-border-opacity: 1;
  border-color: rgb(3 146 133 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.hover\:border-so-blue-600:hover {
    border-color: rgb(3 146 133 / var(--tw-border-opacity, 1));
  }
}
.hover\:border-transparent:hover {
  border-color: transparent;
}
.hover\:bg-blue-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.hover\:bg-blue-100:hover {
    background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
  }
}
.hover\:bg-blue-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.hover\:bg-blue-50:hover {
    background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
  }
}
.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.hover\:bg-gray-100:hover {
    background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
  }
}
.hover\:bg-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.hover\:bg-gray-200:hover {
    background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
  }
}
.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.hover\:bg-gray-50:hover {
    background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
  }
}
.hover\:bg-gray-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.hover\:bg-gray-700:hover {
    background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
  }
}
.hover\:bg-green-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.hover\:bg-green-100:hover {
    background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
  }
}
.hover\:bg-green-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(187 247 208 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.hover\:bg-green-200:hover {
    background-color: rgb(187 247 208 / var(--tw-bg-opacity, 1));
  }
}
.hover\:bg-red-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.hover\:bg-red-200:hover {
    background-color: rgb(254 202 202 / var(--tw-bg-opacity, 1));
  }
}
.hover\:bg-so-blue-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(4 201 183 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.hover\:bg-so-blue-500:hover {
    background-color: rgb(4 201 183 / var(--tw-bg-opacity, 1));
  }
}
.hover\:bg-so-blue-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(3 146 133 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.hover\:bg-so-blue-600:hover {
    background-color: rgb(3 146 133 / var(--tw-bg-opacity, 1));
  }
}
.hover\:bg-so-blue-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(48 41 69 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.hover\:bg-so-blue-800:hover {
    background-color: rgb(48 41 69 / var(--tw-bg-opacity, 1));
  }
}
.hover\:bg-transparent:hover {
  background-color: transparent;
}
.hover\:bg-opacity-100:hover {
  --tw-bg-opacity: 1;
}
.hover\:text-gray-200:hover {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.hover\:text-gray-200:hover {
    color: rgb(229 231 235 / var(--tw-text-opacity, 1));
  }
}
.hover\:text-gray-500:hover {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.hover\:text-gray-500:hover {
    color: rgb(107 114 128 / var(--tw-text-opacity, 1));
  }
}
.hover\:text-gray-600:hover {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.hover\:text-gray-600:hover {
    color: rgb(75 85 99 / var(--tw-text-opacity, 1));
  }
}
.hover\:text-gray-700:hover {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.hover\:text-gray-700:hover {
    color: rgb(55 65 81 / var(--tw-text-opacity, 1));
  }
}
.hover\:text-indigo-300:hover {
  --tw-text-opacity: 1;
  color: rgb(165 180 252 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.hover\:text-indigo-300:hover {
    color: rgb(165 180 252 / var(--tw-text-opacity, 1));
  }
}
.hover\:text-red-500:hover {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.hover\:text-red-500:hover {
    color: rgb(239 68 68 / var(--tw-text-opacity, 1));
  }
}
.hover\:text-so-blue-500:hover {
  --tw-text-opacity: 1;
  color: rgb(4 201 183 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.hover\:text-so-blue-500:hover {
    color: rgb(4 201 183 / var(--tw-text-opacity, 1));
  }
}
.hover\:text-so-blue-600:hover {
  --tw-text-opacity: 1;
  color: rgb(3 146 133 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.hover\:text-so-blue-600:hover {
    color: rgb(3 146 133 / var(--tw-text-opacity, 1));
  }
}
.hover\:text-so-blue-700:hover {
  --tw-text-opacity: 1;
  color: rgb(2 91 83 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.hover\:text-so-blue-700:hover {
    color: rgb(2 91 83 / var(--tw-text-opacity, 1));
  }
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.hover\:text-white:hover {
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
}
.hover\:opacity-80:hover {
  opacity: 0.8;
}
.hover\:ring-2:hover {
  --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-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color), var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.hover\:ring-so-blue-400:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(5 241 219 / var(--tw-ring-opacity, 1));
}
.hover\:ring-offset-2:hover {
  --tw-ring-offset-width: 2px;
}
.focus\:z-10:focus {
  z-index: 10;
}
.focus\:border-blue-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.focus\:border-blue-500:focus {
    border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
  }
}
.focus\:border-indigo-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(99 102 241 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.focus\:border-indigo-500:focus {
    border-color: rgb(99 102 241 / var(--tw-border-opacity, 1));
  }
}
.focus\:border-red-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.focus\:border-red-500:focus {
    border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
  }
}
.focus\:border-so-blue-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(4 201 183 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.focus\:border-so-blue-500:focus {
    border-color: rgb(4 201 183 / var(--tw-border-opacity, 1));
  }
}
.focus\:border-teal-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(20 184 166 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.focus\:border-teal-500:focus {
    border-color: rgb(20 184 166 / var(--tw-border-opacity, 1));
  }
}
.focus\:bg-red-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.focus\:bg-red-500:focus {
    background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
  }
}
.focus\:text-gray-500:focus {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.focus\:text-gray-500:focus {
    color: rgb(107 114 128 / var(--tw-text-opacity, 1));
  }
}
.focus\:text-white:focus {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.focus\:text-white:focus {
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
}
.focus\:underline:focus {
  text-decoration-line: underline;
}
.focus\:placeholder-gray-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(107 114 128 / 1);
}
.focus\:placeholder-gray-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(107 114 128 / 1);
}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.focus\:placeholder-gray-500:focus::-moz-placeholder {
    color: rgb(107 114 128 / var(--tw-placeholder-opacity, 1));
  }
.focus\:placeholder-gray-500:focus::placeholder {
    color: rgb(107 114 128 / var(--tw-placeholder-opacity, 1));
  }
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring-1:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color), var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color), var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-blue-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
}
.focus\:ring-green-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(22 163 74 / var(--tw-ring-opacity, 1));
}
.focus\:ring-indigo-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity, 1));
}
.focus\:ring-red-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1));
}
.focus\:ring-so-blue-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(4 201 183 / var(--tw-ring-opacity, 1));
}
.focus\:ring-teal-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(20 184 166 / var(--tw-ring-opacity, 1));
}
.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px;
}
.focus\:ring-offset-gray-100:focus {
  --tw-ring-offset-color: #f3f4f6;
}
.focus\:ring-offset-green-50:focus {
  --tw-ring-offset-color: #f0fdf4;
}
.disabled\:opacity-50:disabled {
  opacity: 0.5;
}
.group:hover .group-hover\:block {
  display: block;
}
.group:hover .group-hover\:opacity-75 {
  opacity: 0.75;
}
@media (min-width: 640px) {
  .sm\:not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }
  .sm\:col-span-1 {
    grid-column: span 1 / span 1;
  }
  .sm\:col-span-2 {
    grid-column: span 2 / span 2;
  }
  .sm\:col-span-3 {
    grid-column: span 3 / span 3;
  }
  .sm\:col-span-6 {
    grid-column: span 6 / span 6;
  }
  .sm\:col-start-1 {
    grid-column-start: 1;
  }
  .sm\:col-end-4 {
    grid-column-end: 4;
  }
  .sm\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }
  .sm\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .sm\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .sm\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .sm\:mb-6 {
    margin-bottom: 1.5rem;
  }
  .sm\:ml-10 {
    margin-left: 2.5rem;
  }
  .sm\:mt-0 {
    margin-top: 0px;
  }
  .sm\:mt-4 {
    margin-top: 1rem;
  }
  .sm\:block {
    display: block;
  }
  .sm\:inline-block {
    display: inline-block;
  }
  .sm\:flex {
    display: flex;
  }
  .sm\:grid {
    display: grid;
  }
  .sm\:hidden {
    display: none;
  }
  .sm\:h-10 {
    height: 2.5rem;
  }
  .sm\:h-32 {
    height: 8rem;
  }
  .sm\:h-screen {
    height: 100vh;
  }
  .sm\:w-10 {
    width: 2.5rem;
  }
  .sm\:w-auto {
    width: auto;
  }
  .sm\:w-full {
    width: 100%;
  }
  .sm\:max-w-3xl {
    max-width: 48rem;
  }
  .sm\:max-w-5xl {
    max-width: 64rem;
  }
  .sm\:max-w-lg {
    max-width: 32rem;
  }
  .sm\:max-w-md {
    max-width: 28rem;
  }
  .sm\:max-w-xs {
    max-width: 20rem;
  }
  .sm\:translate-y-0 {
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), 0px) 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: 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));
  }
  .sm\: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(1) scaleY(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));
  }
  .sm\:scale-95 {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(.95) scaleY(.95);
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .sm\:grid-flow-row-dense {
    grid-auto-flow: row dense;
  }
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .sm\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .sm\:flex-row {
    flex-direction: row;
  }
  .sm\:items-start {
    align-items: flex-start;
  }
  .sm\:items-center {
    align-items: center;
  }
  .sm\:justify-start {
    justify-content: flex-start;
  }
  .sm\:justify-end {
    justify-content: flex-end;
  }
  .sm\:gap-3 {
    gap: 0.75rem;
  }
  .sm\:gap-6 {
    gap: 1.5rem;
  }
  .sm\:space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * 0);
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - 0));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .sm\:rounded-lg {
    border-radius: 0.5rem;
  }
  .sm\:p-0 {
    padding: 0px;
  }
  .sm\:p-2 {
    padding: 0.5rem;
  }
  .sm\:p-6 {
    padding: 1.5rem;
  }
  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .sm\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .sm\:pb-20 {
    padding-bottom: 5rem;
  }
  .sm\:pl-3 {
    padding-left: 0.75rem;
  }
  .sm\:pl-4 {
    padding-left: 1rem;
  }
  .sm\:pt-3 {
    padding-top: 0.75rem;
  }
  .sm\:align-top {
    vertical-align: top;
  }
  .sm\:align-middle {
    vertical-align: middle;
  }
  .sm\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .sm\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .sm\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 768px) {
  .md\:col-span-1 {
    grid-column: span 1 / span 1;
  }
  .md\:col-span-4 {
    grid-column: span 4 / span 4;
  }
  .md\:mb-8 {
    margin-bottom: 2rem;
  }
  .md\:mt-0 {
    margin-top: 0px;
  }
  .md\:mt-6 {
    margin-top: 1.5rem;
  }
  .md\:flex {
    display: flex;
  }
  .md\:grid {
    display: grid;
  }
  .md\:hidden {
    display: none;
  }
  .md\:max-w-2xl {
    max-width: 42rem;
  }
  .md\:flex-shrink-0 {
    flex-shrink: 0;
  }
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .md\:flex-col {
    flex-direction: column;
  }
  .md\:flex-nowrap {
    flex-wrap: nowrap;
  }
  .md\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - 0));
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * 0);
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }
  .md\:rounded-tl {
    border-top-left-radius: 0.25rem;
  }
  .md\:rounded-tr {
    border-top-right-radius: 0.25rem;
  }
  .md\:p-8 {
    padding: 2rem;
  }
  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .md\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media (min-width: 1024px) {
  .lg\:left-0 {
    left: 0px;
  }
  .lg\:col-span-1 {
    grid-column: span 1 / span 1;
  }
  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }
  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }
  .lg\:col-span-6 {
    grid-column: span 6 / span 6;
  }
  .lg\:ml-3 {
    margin-left: 0.75rem;
  }
  .lg\:mt-0 {
    margin-top: 0px;
  }
  .lg\:mt-6 {
    margin-top: 1.5rem;
  }
  .lg\:block {
    display: block;
  }
  .lg\:flex {
    display: flex;
  }
  .lg\:hidden {
    display: none;
  }
  .lg\:h-6 {
    height: 1.5rem;
  }
  .lg\:h-full {
    height: 100%;
  }
  .lg\:w-6 {
    width: 1.5rem;
  }
  .lg\:w-96 {
    width: 24rem;
  }
  .lg\:max-w-none {
    max-width: none;
  }
  .lg\:flex-none {
    flex: none;
  }
  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .lg\:flex-col {
    flex-direction: column;
  }
  .lg\:items-center {
    align-items: center;
  }
  .lg\:justify-between {
    justify-content: space-between;
  }
  .lg\:overflow-y-auto {
    overflow-y: auto;
  }
  .lg\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .lg\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .lg\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .lg\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .lg\:pb-4 {
    padding-bottom: 1rem;
  }
  .lg\:pb-5 {
    padding-bottom: 1.25rem;
  }
}
@media (min-width: 1280px) {
  .xl\:sticky {
    position: sticky;
  }
  .xl\:top-0 {
    top: 0px;
  }
  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .xl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .xl\:space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - 0));
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * 0);
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }
  .xl\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .xl\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .group:hover .xl\:group-hover\:block {
    display: block;
  }
}
