/*
! tailwindcss v3.4.10 | 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)
*/

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

#huRhythmRoot ::before,
#huRhythmRoot ::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
*/

#huRhythmRoot html,
#huRhythmRoot :host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  tab-size: 4; /* 3 */
  font-family: "DM Sans", Inter, system-ui, sans-serif; /* 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.
*/

#huRhythmRoot 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.
*/

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

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

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

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

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

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

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

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

#huRhythmRoot b,
#huRhythmRoot 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.
*/

#huRhythmRoot code,
#huRhythmRoot kbd,
#huRhythmRoot samp,
#huRhythmRoot 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.
*/

#huRhythmRoot small {
  font-size: 80%;
}

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

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

#huRhythmRoot sub {
  bottom: -0.25em;
}

#huRhythmRoot 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.
*/

#huRhythmRoot 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.
*/

#huRhythmRoot button,
#huRhythmRoot input,
#huRhythmRoot optgroup,
#huRhythmRoot select,
#huRhythmRoot 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.
*/

#huRhythmRoot button,
#huRhythmRoot select {
  text-transform: none;
}

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

#huRhythmRoot button,
#huRhythmRoot input:where([type='button']),
#huRhythmRoot input:where([type='reset']),
#huRhythmRoot 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.
*/

#huRhythmRoot :-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)
*/

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

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

#huRhythmRoot progress {
  vertical-align: baseline;
}

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

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

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

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

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

#huRhythmRoot ::-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.
*/

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

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

#huRhythmRoot summary {
  display: list-item;
}

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

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

#huRhythmRoot fieldset {
  margin: 0;
  padding: 0;
}

#huRhythmRoot legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/
#huRhythmRoot dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

#huRhythmRoot 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.
*/

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/
#huRhythmRoot :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.
*/

#huRhythmRoot img,
#huRhythmRoot svg,
#huRhythmRoot video,
#huRhythmRoot canvas,
#huRhythmRoot audio,
#huRhythmRoot iframe,
#huRhythmRoot embed,
#huRhythmRoot 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)
*/

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

/* Make elements with the HTML hidden attribute stay hidden by default */
#huRhythmRoot [hidden] {
  display: none;
}

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

#huRhythmRoot ::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:  ;
}
#huRhythmRoot .sr-only {
  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-width: 0 !important;
}
#huRhythmRoot .pointer-events-none {
  pointer-events: none !important;
}
#huRhythmRoot .fixed {
  position: fixed !important;
}
#huRhythmRoot .absolute {
  position: absolute !important;
}
#huRhythmRoot .relative {
  position: relative !important;
}
#huRhythmRoot .inset-0 {
  inset: 0px !important;
}
#huRhythmRoot .inset-x-0 {
  left: 0px !important;
  right: 0px !important;
}
#huRhythmRoot .inset-y-0 {
  top: 0px !important;
  bottom: 0px !important;
}
#huRhythmRoot .-bottom-3 {
  bottom: -0.75rem !important;
}
#huRhythmRoot .-left-3 {
  left: -0.75rem !important;
}
#huRhythmRoot .-right-1 {
  right: -0.25rem !important;
}
#huRhythmRoot .-right-3 {
  right: -0.75rem !important;
}
#huRhythmRoot .-top-1 {
  top: -0.25rem !important;
}
#huRhythmRoot .-top-3 {
  top: -0.75rem !important;
}
#huRhythmRoot .bottom-0 {
  bottom: 0px !important;
}
#huRhythmRoot .bottom-6 {
  bottom: 1.5rem !important;
}
#huRhythmRoot .left-0 {
  left: 0px !important;
}
#huRhythmRoot .left-0\.5 {
  left: 0.125rem !important;
}
#huRhythmRoot .left-3\.5 {
  left: 0.875rem !important;
}
#huRhythmRoot .left-4 {
  left: 1rem !important;
}
#huRhythmRoot .left-\[22px\] {
  left: 22px !important;
}
#huRhythmRoot .right-0 {
  right: 0px !important;
}
#huRhythmRoot .right-2\.5 {
  right: 0.625rem !important;
}
#huRhythmRoot .right-3 {
  right: 0.75rem !important;
}
#huRhythmRoot .top-0\.5 {
  top: 0.125rem !important;
}
#huRhythmRoot .top-1\/2 {
  top: 50% !important;
}
#huRhythmRoot .z-10 {
  z-index: 10 !important;
}
#huRhythmRoot .z-20 {
  z-index: 20 !important;
}
#huRhythmRoot .z-40 {
  z-index: 40 !important;
}
#huRhythmRoot .z-50 {
  z-index: 50 !important;
}
#huRhythmRoot .z-\[1000\] {
  z-index: 1000 !important;
}
#huRhythmRoot .z-\[999\] {
  z-index: 999 !important;
}
#huRhythmRoot .mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
#huRhythmRoot .my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
#huRhythmRoot .my-6 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
#huRhythmRoot .-mr-1 {
  margin-right: -0.25rem !important;
}
#huRhythmRoot .mb-1\.5 {
  margin-bottom: 0.375rem !important;
}
#huRhythmRoot .mb-2 {
  margin-bottom: 0.5rem !important;
}
#huRhythmRoot .mb-3 {
  margin-bottom: 0.75rem !important;
}
#huRhythmRoot .mb-7 {
  margin-bottom: 1.75rem !important;
}
#huRhythmRoot .ml-2 {
  margin-left: 0.5rem !important;
}
#huRhythmRoot .ml-auto {
  margin-left: auto !important;
}
#huRhythmRoot .mr-1 {
  margin-right: 0.25rem !important;
}
#huRhythmRoot .mt-0\.5 {
  margin-top: 0.125rem !important;
}
#huRhythmRoot .mt-1 {
  margin-top: 0.25rem !important;
}
#huRhythmRoot .mt-1\.5 {
  margin-top: 0.375rem !important;
}
#huRhythmRoot .mt-2 {
  margin-top: 0.5rem !important;
}
#huRhythmRoot .mt-3 {
  margin-top: 0.75rem !important;
}
#huRhythmRoot .mt-4 {
  margin-top: 1rem !important;
}
#huRhythmRoot .mt-5 {
  margin-top: 1.25rem !important;
}
#huRhythmRoot .mt-6 {
  margin-top: 1.5rem !important;
}
#huRhythmRoot .mt-7 {
  margin-top: 1.75rem !important;
}
#huRhythmRoot .mt-auto {
  margin-top: auto !important;
}
#huRhythmRoot .line-clamp-2 {
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
}
#huRhythmRoot .block {
  display: block !important;
}
#huRhythmRoot .inline {
  display: inline !important;
}
#huRhythmRoot .flex {
  display: flex !important;
}
#huRhythmRoot .inline-flex {
  display: inline-flex !important;
}
#huRhythmRoot .grid {
  display: grid !important;
}
#huRhythmRoot .hidden {
  display: none !important;
}
#huRhythmRoot .h-0\.5 {
  height: 0.125rem !important;
}
#huRhythmRoot .h-1\.5 {
  height: 0.375rem !important;
}
#huRhythmRoot .h-10 {
  height: 2.5rem !important;
}
#huRhythmRoot .h-11 {
  height: 2.75rem !important;
}
#huRhythmRoot .h-12 {
  height: 3rem !important;
}
#huRhythmRoot .h-16 {
  height: 4rem !important;
}
#huRhythmRoot .h-2 {
  height: 0.5rem !important;
}
#huRhythmRoot .h-2\.5 {
  height: 0.625rem !important;
}
#huRhythmRoot .h-20 {
  height: 5rem !important;
}
#huRhythmRoot .h-24 {
  height: 6rem !important;
}
#huRhythmRoot .h-3 {
  height: 0.75rem !important;
}
#huRhythmRoot .h-3\.5 {
  height: 0.875rem !important;
}
#huRhythmRoot .h-32 {
  height: 8rem !important;
}
#huRhythmRoot .h-36 {
  height: 9rem !important;
}
#huRhythmRoot .h-4 {
  height: 1rem !important;
}
#huRhythmRoot .h-40 {
  height: 10rem !important;
}
#huRhythmRoot .h-5 {
  height: 1.25rem !important;
}
#huRhythmRoot .h-6 {
  height: 1.5rem !important;
}
#huRhythmRoot .h-7 {
  height: 1.75rem !important;
}
#huRhythmRoot .h-8 {
  height: 2rem !important;
}
#huRhythmRoot .h-9 {
  height: 2.25rem !important;
}
#huRhythmRoot .h-\[126px\] {
  height: 126px !important;
}
#huRhythmRoot .h-\[18px\] {
  height: 18px !important;
}
#huRhythmRoot .h-full {
  height: 100% !important;
}
#huRhythmRoot .max-h-\[85vh\] {
  max-height: 85vh !important;
}
#huRhythmRoot .max-h-\[92vh\] {
  max-height: 92vh !important;
}
#huRhythmRoot .min-h-11 {
  min-height: 2.75rem !important;
}
#huRhythmRoot .min-h-\[220px\] {
  min-height: 220px !important;
}
#huRhythmRoot .min-h-\[40px\] {
  min-height: 40px !important;
}
#huRhythmRoot .min-h-\[44px\] {
  min-height: 44px !important;
}
#huRhythmRoot .min-h-screen {
  min-height: 100vh !important;
}
#huRhythmRoot .w-1 {
  width: 0.25rem !important;
}
#huRhythmRoot .w-1\.5 {
  width: 0.375rem !important;
}
#huRhythmRoot .w-10 {
  width: 2.5rem !important;
}
#huRhythmRoot .w-11 {
  width: 2.75rem !important;
}
#huRhythmRoot .w-12 {
  width: 3rem !important;
}
#huRhythmRoot .w-16 {
  width: 4rem !important;
}
#huRhythmRoot .w-2\.5 {
  width: 0.625rem !important;
}
#huRhythmRoot .w-20 {
  width: 5rem !important;
}
#huRhythmRoot .w-3 {
  width: 0.75rem !important;
}
#huRhythmRoot .w-3\.5 {
  width: 0.875rem !important;
}
#huRhythmRoot .w-4 {
  width: 1rem !important;
}
#huRhythmRoot .w-40 {
  width: 10rem !important;
}
#huRhythmRoot .w-44 {
  width: 11rem !important;
}
#huRhythmRoot .w-5 {
  width: 1.25rem !important;
}
#huRhythmRoot .w-52 {
  width: 13rem !important;
}
#huRhythmRoot .w-6 {
  width: 1.5rem !important;
}
#huRhythmRoot .w-7 {
  width: 1.75rem !important;
}
#huRhythmRoot .w-8 {
  width: 2rem !important;
}
#huRhythmRoot .w-9 {
  width: 2.25rem !important;
}
#huRhythmRoot .w-\[126px\] {
  width: 126px !important;
}
#huRhythmRoot .w-\[18px\] {
  width: 18px !important;
}
#huRhythmRoot .w-\[280px\] {
  width: 280px !important;
}
#huRhythmRoot .w-\[48\%\] {
  width: 48% !important;
}
#huRhythmRoot .w-\[64\%\] {
  width: 64% !important;
}
#huRhythmRoot .w-\[72\%\] {
  width: 72% !important;
}
#huRhythmRoot .w-\[81\%\] {
  width: 81% !important;
}
#huRhythmRoot .w-fit {
  width: fit-content !important;
}
#huRhythmRoot .w-full {
  width: 100% !important;
}
#huRhythmRoot .w-px {
  width: 1px !important;
}
#huRhythmRoot .min-w-0 {
  min-width: 0px !important;
}
#huRhythmRoot .min-w-5 {
  min-width: 1.25rem !important;
}
#huRhythmRoot .min-w-max {
  min-width: max-content !important;
}
#huRhythmRoot .max-w-2xl {
  max-width: 42rem !important;
}
#huRhythmRoot .max-w-\[1500px\] {
  max-width: 1500px !important;
}
#huRhythmRoot .max-w-md {
  max-width: 28rem !important;
}
#huRhythmRoot .max-w-xl {
  max-width: 36rem !important;
}
#huRhythmRoot .flex-1 {
  flex: 1 1 0% !important;
}
#huRhythmRoot .shrink-0 {
  flex-shrink: 0 !important;
}
#huRhythmRoot .grow {
  flex-grow: 1 !important;
}
#huRhythmRoot .-translate-x-full {
  --tw-translate-x: -100% !important;
  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)) !important;
}
#huRhythmRoot .-translate-y-1\/2 {
  --tw-translate-y: -50% !important;
  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)) !important;
}
#huRhythmRoot .translate-x-0 {
  --tw-translate-x: 0px !important;
  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)) !important;
}
#huRhythmRoot .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)) !important;
}
#huRhythmRoot .cursor-default {
  cursor: default !important;
}
#huRhythmRoot .cursor-pointer {
  cursor: pointer !important;
}
#huRhythmRoot .resize-none {
  resize: none !important;
}
#huRhythmRoot .appearance-none {
  appearance: none !important;
}
#huRhythmRoot .grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
#huRhythmRoot .grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}
#huRhythmRoot .grid-cols-\[66px_18px_1fr_24px\] {
  grid-template-columns: 66px 18px 1fr 24px !important;
}
#huRhythmRoot .flex-col {
  flex-direction: column !important;
}
#huRhythmRoot .flex-wrap {
  flex-wrap: wrap !important;
}
#huRhythmRoot .items-start {
  align-items: flex-start !important;
}
#huRhythmRoot .items-end {
  align-items: flex-end !important;
}
#huRhythmRoot .items-center {
  align-items: center !important;
}
#huRhythmRoot .justify-end {
  justify-content: flex-end !important;
}
#huRhythmRoot .justify-center {
  justify-content: center !important;
}
#huRhythmRoot .justify-between {
  justify-content: space-between !important;
}
#huRhythmRoot .gap-1 {
  gap: 0.25rem !important;
}
#huRhythmRoot .gap-1\.5 {
  gap: 0.375rem !important;
}
#huRhythmRoot .gap-2 {
  gap: 0.5rem !important;
}
#huRhythmRoot .gap-2\.5 {
  gap: 0.625rem !important;
}
#huRhythmRoot .gap-3 {
  gap: 0.75rem !important;
}
#huRhythmRoot .gap-4 {
  gap: 1rem !important;
}
#huRhythmRoot .gap-5 {
  gap: 1.25rem !important;
}
#huRhythmRoot .gap-7 {
  gap: 1.75rem !important;
}
#huRhythmRoot .space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse)) !important;
}
#huRhythmRoot .space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)) !important;
}
#huRhythmRoot .space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse)) !important;
}
#huRhythmRoot .space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(1rem * var(--tw-space-y-reverse)) !important;
}
#huRhythmRoot .space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse)) !important;
}
#huRhythmRoot .divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0 !important;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important;
}
#huRhythmRoot .divide-stone-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgb(245 245 244 / var(--tw-divide-opacity)) !important;
}
#huRhythmRoot .self-start {
  align-self: flex-start !important;
}
#huRhythmRoot .overflow-hidden {
  overflow: hidden !important;
}
#huRhythmRoot .overflow-x-auto {
  overflow-x: auto !important;
}
#huRhythmRoot .overflow-y-auto {
  overflow-y: auto !important;
}
#huRhythmRoot .overflow-x-clip {
  overflow-x: clip !important;
}
#huRhythmRoot .truncate {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}
#huRhythmRoot .whitespace-nowrap {
  white-space: nowrap !important;
}
#huRhythmRoot .whitespace-pre-wrap {
  white-space: pre-wrap !important;
}
#huRhythmRoot .rounded-2xl {
  border-radius: 1rem !important;
}
#huRhythmRoot .rounded-3xl {
  border-radius: 1.5rem !important;
}
#huRhythmRoot .rounded-\[22px\] {
  border-radius: 22px !important;
}
#huRhythmRoot .rounded-\[24px\] {
  border-radius: 24px !important;
}
#huRhythmRoot .rounded-\[26px\] {
  border-radius: 26px !important;
}
#huRhythmRoot .rounded-full {
  border-radius: 9999px !important;
}
#huRhythmRoot .rounded-md {
  border-radius: 0.375rem !important;
}
#huRhythmRoot .rounded-xl {
  border-radius: 0.75rem !important;
}
#huRhythmRoot .rounded-t-2xl {
  border-top-left-radius: 1rem !important;
  border-top-right-radius: 1rem !important;
}
#huRhythmRoot .rounded-t-\[26px\] {
  border-top-left-radius: 26px !important;
  border-top-right-radius: 26px !important;
}
#huRhythmRoot .border {
  border-width: 1px !important;
}
#huRhythmRoot .border-b {
  border-bottom-width: 1px !important;
}
#huRhythmRoot .border-b-2 {
  border-bottom-width: 2px !important;
}
#huRhythmRoot .border-l {
  border-left-width: 1px !important;
}
#huRhythmRoot .border-r {
  border-right-width: 1px !important;
}
#huRhythmRoot .border-t {
  border-top-width: 1px !important;
}
#huRhythmRoot .border-dashed {
  border-style: dashed !important;
}
#huRhythmRoot .border-\[\#E2DAF2\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(226 218 242 / var(--tw-border-opacity)) !important;
}
#huRhythmRoot .border-\[\#ee725f\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(238 114 95 / var(--tw-border-opacity)) !important;
}
#huRhythmRoot .border-\[\#ee725f\]\/60 {
  border-color: rgb(238 114 95 / 0.6) !important;
}
#huRhythmRoot .border-emerald-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(16 185 129 / var(--tw-border-opacity)) !important;
}
#huRhythmRoot .border-stone-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(245 245 244 / var(--tw-border-opacity)) !important;
}
#huRhythmRoot .border-stone-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(231 229 228 / var(--tw-border-opacity)) !important;
}
#huRhythmRoot .border-stone-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(214 211 209 / var(--tw-border-opacity)) !important;
}
#huRhythmRoot .border-stone-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(41 37 36 / var(--tw-border-opacity)) !important;
}
#huRhythmRoot .bg-\[\#F4F0FA\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(244 240 250 / var(--tw-bg-opacity)) !important;
}
#huRhythmRoot .bg-\[\#c99bd8\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(201 155 216 / var(--tw-bg-opacity)) !important;
}
#huRhythmRoot .bg-\[\#ee725f\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(238 114 95 / var(--tw-bg-opacity)) !important;
}
#huRhythmRoot .bg-\[\#eee8ff\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(238 232 255 / var(--tw-bg-opacity)) !important;
}
#huRhythmRoot .bg-\[\#eef4eb\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(238 244 235 / var(--tw-bg-opacity)) !important;
}
#huRhythmRoot .bg-\[\#f1f5ff\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(241 245 255 / var(--tw-bg-opacity)) !important;
}
#huRhythmRoot .bg-\[\#faf7f2\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 247 242 / var(--tw-bg-opacity)) !important;
}
#huRhythmRoot .bg-\[\#fcfbfa\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(252 251 250 / var(--tw-bg-opacity)) !important;
}
#huRhythmRoot .bg-\[\#fff0eb\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 240 235 / var(--tw-bg-opacity)) !important;
}
#huRhythmRoot .bg-\[\#fff1ed\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 241 237 / var(--tw-bg-opacity)) !important;
}
#huRhythmRoot .bg-\[\#fff2ed\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 242 237 / var(--tw-bg-opacity)) !important;
}
#huRhythmRoot .bg-\[\#fff6f3\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 246 243 / var(--tw-bg-opacity)) !important;
}
#huRhythmRoot .bg-\[\#fffdfb\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 253 251 / var(--tw-bg-opacity)) !important;
}
#huRhythmRoot .bg-amber-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity)) !important;
}
#huRhythmRoot .bg-amber-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(252 211 77 / var(--tw-bg-opacity)) !important;
}
#huRhythmRoot .bg-amber-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity)) !important;
}
#huRhythmRoot .bg-black\/30 {
  background-color: rgb(0 0 0 / 0.3) !important;
}
#huRhythmRoot .bg-emerald-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(209 250 229 / var(--tw-bg-opacity)) !important;
}
#huRhythmRoot .bg-emerald-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(52 211 153 / var(--tw-bg-opacity)) !important;
}
#huRhythmRoot .bg-emerald-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity)) !important;
}
#huRhythmRoot .bg-emerald-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity)) !important;
}
#huRhythmRoot .bg-red-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity)) !important;
}
#huRhythmRoot .bg-rose-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 228 230 / var(--tw-bg-opacity)) !important;
}
#huRhythmRoot .bg-rose-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(253 164 175 / var(--tw-bg-opacity)) !important;
}
#huRhythmRoot .bg-rose-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 241 242 / var(--tw-bg-opacity)) !important;
}
#huRhythmRoot .bg-sky-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(224 242 254 / var(--tw-bg-opacity)) !important;
}
#huRhythmRoot .bg-sky-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(56 189 248 / var(--tw-bg-opacity)) !important;
}
#huRhythmRoot .bg-sky-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(240 249 255 / var(--tw-bg-opacity)) !important;
}
#huRhythmRoot .bg-slate-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity)) !important;
}
#huRhythmRoot .bg-slate-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(148 163 184 / var(--tw-bg-opacity)) !important;
}
#huRhythmRoot .bg-stone-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(245 245 244 / var(--tw-bg-opacity)) !important;
}
#huRhythmRoot .bg-stone-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(231 229 228 / var(--tw-bg-opacity)) !important;
}
#huRhythmRoot .bg-stone-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(214 211 209 / var(--tw-bg-opacity)) !important;
}
#huRhythmRoot .bg-stone-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(168 162 158 / var(--tw-bg-opacity)) !important;
}
#huRhythmRoot .bg-stone-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 250 249 / var(--tw-bg-opacity)) !important;
}
#huRhythmRoot .bg-stone-50\/70 {
  background-color: rgb(250 250 249 / 0.7) !important;
}
#huRhythmRoot .bg-stone-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(41 37 36 / var(--tw-bg-opacity)) !important;
}
#huRhythmRoot .bg-stone-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(28 25 23 / var(--tw-bg-opacity)) !important;
}
#huRhythmRoot .bg-stone-900\/40 {
  background-color: rgb(28 25 23 / 0.4) !important;
}
#huRhythmRoot .bg-violet-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(237 233 254 / var(--tw-bg-opacity)) !important;
}
#huRhythmRoot .bg-violet-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(196 181 253 / var(--tw-bg-opacity)) !important;
}
#huRhythmRoot .bg-violet-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(245 243 255 / var(--tw-bg-opacity)) !important;
}
#huRhythmRoot .bg-white {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}
#huRhythmRoot .bg-\[linear-gradient\(135deg\2c \#efe6f5\2c \#dccfe9\)\] {
  background-image: linear-gradient(135deg,#efe6f5,#dccfe9) !important;
}
#huRhythmRoot .bg-\[linear-gradient\(135deg\2c \#fdece7\2c \#f7d9cf_58\%\2c \#efe6f2\)\] {
  background-image: linear-gradient(135deg,#fdece7,#f7d9cf 58%,#efe6f2) !important;
}
#huRhythmRoot .bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)) !important;
}
#huRhythmRoot .bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important;
}
#huRhythmRoot .from-\[\#fff6f3\] {
  --tw-gradient-from: #fff6f3 var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 246 243 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
#huRhythmRoot .from-white {
  --tw-gradient-from: #fff var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
#huRhythmRoot .via-white\/30 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
#huRhythmRoot .to-\[\#fdeee9\] {
  --tw-gradient-to: #fdeee9 var(--tw-gradient-to-position) !important;
}
#huRhythmRoot .to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position) !important;
}
#huRhythmRoot .fill-current {
  fill: currentColor !important;
}
#huRhythmRoot .p-1\.5 {
  padding: 0.375rem !important;
}
#huRhythmRoot .p-2 {
  padding: 0.5rem !important;
}
#huRhythmRoot .p-2\.5 {
  padding: 0.625rem !important;
}
#huRhythmRoot .p-3 {
  padding: 0.75rem !important;
}
#huRhythmRoot .p-3\.5 {
  padding: 0.875rem !important;
}
#huRhythmRoot .p-4 {
  padding: 1rem !important;
}
#huRhythmRoot .p-5 {
  padding: 1.25rem !important;
}
#huRhythmRoot .p-6 {
  padding: 1.5rem !important;
}
#huRhythmRoot .p-8 {
  padding: 2rem !important;
}
#huRhythmRoot .px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}
#huRhythmRoot .px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
#huRhythmRoot .px-2\.5 {
  padding-left: 0.625rem !important;
  padding-right: 0.625rem !important;
}
#huRhythmRoot .px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}
#huRhythmRoot .px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
#huRhythmRoot .px-5 {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}
#huRhythmRoot .px-6 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
#huRhythmRoot .py-0\.5 {
  padding-top: 0.125rem !important;
  padding-bottom: 0.125rem !important;
}
#huRhythmRoot .py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
#huRhythmRoot .py-1\.5 {
  padding-top: 0.375rem !important;
  padding-bottom: 0.375rem !important;
}
#huRhythmRoot .py-10 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}
#huRhythmRoot .py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
#huRhythmRoot .py-2\.5 {
  padding-top: 0.625rem !important;
  padding-bottom: 0.625rem !important;
}
#huRhythmRoot .py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}
#huRhythmRoot .py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
#huRhythmRoot .py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}
#huRhythmRoot .py-6 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
#huRhythmRoot .pb-10 {
  padding-bottom: 2.5rem !important;
}
#huRhythmRoot .pb-4 {
  padding-bottom: 1rem !important;
}
#huRhythmRoot .pl-10 {
  padding-left: 2.5rem !important;
}
#huRhythmRoot .pl-11 {
  padding-left: 2.75rem !important;
}
#huRhythmRoot .pr-4 {
  padding-right: 1rem !important;
}
#huRhythmRoot .pr-8 {
  padding-right: 2rem !important;
}
#huRhythmRoot .pr-9 {
  padding-right: 2.25rem !important;
}
#huRhythmRoot .pt-1 {
  padding-top: 0.25rem !important;
}
#huRhythmRoot .pt-5 {
  padding-top: 1.25rem !important;
}
#huRhythmRoot .pt-6 {
  padding-top: 1.5rem !important;
}
#huRhythmRoot .text-left {
  text-align: left !important;
}
#huRhythmRoot .text-center {
  text-align: center !important;
}
#huRhythmRoot .text-right {
  text-align: right !important;
}
#huRhythmRoot .font-sans {
  font-family: "DM Sans", Inter, system-ui, sans-serif !important;
}
#huRhythmRoot .font-serif {
  font-family: "Playfair Display", Georgia, serif !important;
}
#huRhythmRoot .text-2xl {
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}
#huRhythmRoot .text-3xl {
  font-size: 1.875rem !important;
  line-height: 2.25rem !important;
}
#huRhythmRoot .text-4xl {
  font-size: 2.25rem !important;
  line-height: 2.5rem !important;
}
#huRhythmRoot .text-\[10px\] {
  font-size: 10px !important;
}
#huRhythmRoot .text-\[11px\] {
  font-size: 11px !important;
}
#huRhythmRoot .text-base {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}
#huRhythmRoot .text-lg {
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
}
#huRhythmRoot .text-sm {
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}
#huRhythmRoot .text-xl {
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}
#huRhythmRoot .text-xs {
  font-size: 0.75rem !important;
  line-height: 1rem !important;
}
#huRhythmRoot .font-medium {
  font-weight: 500 !important;
}
#huRhythmRoot .font-semibold {
  font-weight: 600 !important;
}
#huRhythmRoot .uppercase {
  text-transform: uppercase !important;
}
#huRhythmRoot .italic {
  font-style: italic !important;
}
#huRhythmRoot .leading-5 {
  line-height: 1.25rem !important;
}
#huRhythmRoot .leading-6 {
  line-height: 1.5rem !important;
}
#huRhythmRoot .leading-7 {
  line-height: 1.75rem !important;
}
#huRhythmRoot .leading-8 {
  line-height: 2rem !important;
}
#huRhythmRoot .leading-relaxed {
  line-height: 1.625 !important;
}
#huRhythmRoot .leading-tight {
  line-height: 1.25 !important;
}
#huRhythmRoot .tracking-\[0\.16em\] {
  letter-spacing: 0.16em !important;
}
#huRhythmRoot .tracking-\[0\.18em\] {
  letter-spacing: 0.18em !important;
}
#huRhythmRoot .tracking-tight {
  letter-spacing: -0.025em !important;
}
#huRhythmRoot .tracking-wide {
  letter-spacing: 0.025em !important;
}
#huRhythmRoot .text-\[\#5B4C86\] {
  --tw-text-opacity: 1 !important;
  color: rgb(91 76 134 / var(--tw-text-opacity)) !important;
}
#huRhythmRoot .text-\[\#6078c8\] {
  --tw-text-opacity: 1 !important;
  color: rgb(96 120 200 / var(--tw-text-opacity)) !important;
}
#huRhythmRoot .text-\[\#6A5B90\] {
  --tw-text-opacity: 1 !important;
  color: rgb(106 91 144 / var(--tw-text-opacity)) !important;
}
#huRhythmRoot .text-\[\#7860c6\] {
  --tw-text-opacity: 1 !important;
  color: rgb(120 96 198 / var(--tw-text-opacity)) !important;
}
#huRhythmRoot .text-\[\#c8503d\] {
  --tw-text-opacity: 1 !important;
  color: rgb(200 80 61 / var(--tw-text-opacity)) !important;
}
#huRhythmRoot .text-\[\#c98a7f\] {
  --tw-text-opacity: 1 !important;
  color: rgb(201 138 127 / var(--tw-text-opacity)) !important;
}
#huRhythmRoot .text-\[\#df6654\] {
  --tw-text-opacity: 1 !important;
  color: rgb(223 102 84 / var(--tw-text-opacity)) !important;
}
#huRhythmRoot .text-\[\#ee725f\] {
  --tw-text-opacity: 1 !important;
  color: rgb(238 114 95 / var(--tw-text-opacity)) !important;
}
#huRhythmRoot .text-\[\#ee725f\]\/70 {
  color: rgb(238 114 95 / 0.7) !important;
}
#huRhythmRoot .text-amber-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(251 191 36 / var(--tw-text-opacity)) !important;
}
#huRhythmRoot .text-amber-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(245 158 11 / var(--tw-text-opacity)) !important;
}
#huRhythmRoot .text-amber-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(180 83 9 / var(--tw-text-opacity)) !important;
}
#huRhythmRoot .text-amber-700\/80 {
  color: rgb(180 83 9 / 0.8) !important;
}
#huRhythmRoot .text-emerald-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(5 150 105 / var(--tw-text-opacity)) !important;
}
#huRhythmRoot .text-emerald-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(4 120 87 / var(--tw-text-opacity)) !important;
}
#huRhythmRoot .text-emerald-700\/80 {
  color: rgb(4 120 87 / 0.8) !important;
}
#huRhythmRoot .text-red-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(220 38 38 / var(--tw-text-opacity)) !important;
}
#huRhythmRoot .text-rose-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(251 113 133 / var(--tw-text-opacity)) !important;
}
#huRhythmRoot .text-rose-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(225 29 72 / var(--tw-text-opacity)) !important;
}
#huRhythmRoot .text-rose-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(190 18 60 / var(--tw-text-opacity)) !important;
}
#huRhythmRoot .text-sky-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(3 105 161 / var(--tw-text-opacity)) !important;
}
#huRhythmRoot .text-slate-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(71 85 105 / var(--tw-text-opacity)) !important;
}
#huRhythmRoot .text-stone-300 {
  --tw-text-opacity: 1 !important;
  color: rgb(214 211 209 / var(--tw-text-opacity)) !important;
}
#huRhythmRoot .text-stone-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(168 162 158 / var(--tw-text-opacity)) !important;
}
#huRhythmRoot .text-stone-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(120 113 108 / var(--tw-text-opacity)) !important;
}
#huRhythmRoot .text-stone-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(87 83 78 / var(--tw-text-opacity)) !important;
}
#huRhythmRoot .text-stone-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(68 64 60 / var(--tw-text-opacity)) !important;
}
#huRhythmRoot .text-stone-800 {
  --tw-text-opacity: 1 !important;
  color: rgb(41 37 36 / var(--tw-text-opacity)) !important;
}
#huRhythmRoot .text-stone-900 {
  --tw-text-opacity: 1 !important;
  color: rgb(28 25 23 / var(--tw-text-opacity)) !important;
}
#huRhythmRoot .text-stone-950 {
  --tw-text-opacity: 1 !important;
  color: rgb(12 10 9 / var(--tw-text-opacity)) !important;
}
#huRhythmRoot .text-transparent {
  color: transparent !important;
}
#huRhythmRoot .text-violet-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(109 40 217 / var(--tw-text-opacity)) !important;
}
#huRhythmRoot .text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
#huRhythmRoot .line-through {
  text-decoration-line: line-through !important;
}
#huRhythmRoot .opacity-70 {
  opacity: 0.7 !important;
}
#huRhythmRoot .shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
#huRhythmRoot .shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25) !important;
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
#huRhythmRoot .shadow-\[0_8px_35px_rgba\(28\2c 25\2c 23\2c 0\.035\)\] {
  --tw-shadow: 0 8px 35px rgba(28,25,23,0.035) !important;
  --tw-shadow-colored: 0 8px 35px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
#huRhythmRoot .shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05) !important;
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
#huRhythmRoot .shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
#huRhythmRoot .outline-none {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}
#huRhythmRoot .ring-2 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}
#huRhythmRoot .ring-\[\#ee725f\]\/10 {
  --tw-ring-color: rgb(238 114 95 / 0.1) !important;
}
#huRhythmRoot .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) !important;
}
#huRhythmRoot .backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px) !important;
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
}
#huRhythmRoot .transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}
#huRhythmRoot .transition-all {
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}
#huRhythmRoot .transition-transform {
  transition-property: transform !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}
#huRhythmRoot .duration-300 {
  transition-duration: 300ms !important;
}
#huRhythmRoot .hover\:border-\[\#ee725f\]:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(238 114 95 / var(--tw-border-opacity)) !important;
}
#huRhythmRoot .hover\:border-\[\#ee725f\]\/50:hover {
  border-color: rgb(238 114 95 / 0.5) !important;
}
#huRhythmRoot .hover\:border-\[\#ee725f\]\/60:hover {
  border-color: rgb(238 114 95 / 0.6) !important;
}
#huRhythmRoot .hover\:border-stone-300:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(214 211 209 / var(--tw-border-opacity)) !important;
}
#huRhythmRoot .hover\:bg-\[\#EAE3F6\]:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(234 227 246 / var(--tw-bg-opacity)) !important;
}
#huRhythmRoot .hover\:bg-\[\#df6654\]:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(223 102 84 / var(--tw-bg-opacity)) !important;
}
#huRhythmRoot .hover\:bg-\[\#ffe4da\]:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 228 218 / var(--tw-bg-opacity)) !important;
}
#huRhythmRoot .hover\:bg-\[\#fff0eb\]:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 240 235 / var(--tw-bg-opacity)) !important;
}
#huRhythmRoot .hover\:bg-red-100:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity)) !important;
}
#huRhythmRoot .hover\:bg-stone-100:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(245 245 244 / var(--tw-bg-opacity)) !important;
}
#huRhythmRoot .hover\:bg-stone-200:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(231 229 228 / var(--tw-bg-opacity)) !important;
}
#huRhythmRoot .hover\:bg-stone-50:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 250 249 / var(--tw-bg-opacity)) !important;
}
#huRhythmRoot .hover\:text-\[\#df6654\]:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(223 102 84 / var(--tw-text-opacity)) !important;
}
#huRhythmRoot .hover\:text-\[\#ee725f\]:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(238 114 95 / var(--tw-text-opacity)) !important;
}
#huRhythmRoot .hover\:text-stone-500:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(120 113 108 / var(--tw-text-opacity)) !important;
}
#huRhythmRoot .hover\:text-stone-700:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(68 64 60 / var(--tw-text-opacity)) !important;
}
#huRhythmRoot .hover\:text-stone-800:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(41 37 36 / var(--tw-text-opacity)) !important;
}
#huRhythmRoot .hover\:text-stone-900:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(28 25 23 / var(--tw-text-opacity)) !important;
}
#huRhythmRoot .hover\:opacity-70:hover {
  opacity: 0.7 !important;
}
#huRhythmRoot .focus\:border-\[\#ee725f\]:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgb(238 114 95 / var(--tw-border-opacity)) !important;
}
#huRhythmRoot .focus\:bg-white:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}
#huRhythmRoot .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) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}
#huRhythmRoot .focus\:ring-\[\#ee725f\]\/15:focus {
  --tw-ring-color: rgb(238 114 95 / 0.15) !important;
}
#huRhythmRoot .focus-visible\:ring-2:focus-visible {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}
#huRhythmRoot .focus-visible\:ring-\[\#ee725f\]\/20:focus-visible {
  --tw-ring-color: rgb(238 114 95 / 0.2) !important;
}
#huRhythmRoot .focus-visible\:ring-\[\#ee725f\]\/30:focus-visible {
  --tw-ring-color: rgb(238 114 95 / 0.3) !important;
}
#huRhythmRoot .focus-visible\:ring-\[\#ee725f\]\/40:focus-visible {
  --tw-ring-color: rgb(238 114 95 / 0.4) !important;
}
#huRhythmRoot .focus-visible\:ring-red-300:focus-visible {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(252 165 165 / var(--tw-ring-opacity)) !important;
}
#huRhythmRoot .focus-visible\:ring-stone-300:focus-visible {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(214 211 209 / var(--tw-ring-opacity)) !important;
}
@media (prefers-reduced-motion: reduce) {

  #huRhythmRoot .motion-reduce\:transition-none {
    transition-property: none !important;
  }
}
@media (min-width: 640px) {

  #huRhythmRoot .sm\:block {
    display: block !important;
  }

  #huRhythmRoot .sm\:h-full {
    height: 100% !important;
  }

  #huRhythmRoot .sm\:max-w-2xl {
    max-width: 42rem !important;
  }

  #huRhythmRoot .sm\:max-w-md {
    max-width: 28rem !important;
  }

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

  #huRhythmRoot .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  #huRhythmRoot .sm\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  #huRhythmRoot .sm\:grid-cols-\[1fr_140px\] {
    grid-template-columns: 1fr 140px !important;
  }

  #huRhythmRoot .sm\:flex-row {
    flex-direction: row !important;
  }

  #huRhythmRoot .sm\:items-end {
    align-items: flex-end !important;
  }

  #huRhythmRoot .sm\:items-center {
    align-items: center !important;
  }

  #huRhythmRoot .sm\:justify-between {
    justify-content: space-between !important;
  }

  #huRhythmRoot .sm\:rounded-\[26px\] {
    border-radius: 26px !important;
  }

  #huRhythmRoot .sm\:p-4 {
    padding: 1rem !important;
  }

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

  #huRhythmRoot .sm\:p-6 {
    padding: 1.5rem !important;
  }

  #huRhythmRoot .sm\:p-8 {
    padding: 2rem !important;
  }

  #huRhythmRoot .sm\:px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  #huRhythmRoot .sm\:text-4xl {
    font-size: 2.25rem !important;
    line-height: 2.5rem !important;
  }
}
@media (min-width: 768px) {

  #huRhythmRoot .md\:block {
    display: block !important;
  }

  #huRhythmRoot .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  #huRhythmRoot .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media (min-width: 1024px) {

  #huRhythmRoot .lg\:static {
    position: static !important;
  }

  #huRhythmRoot .lg\:z-auto {
    z-index: auto !important;
  }

  #huRhythmRoot .lg\:col-span-2 {
    grid-column: span 2 / span 2 !important;
  }

  #huRhythmRoot .lg\:block {
    display: block !important;
  }

  #huRhythmRoot .lg\:hidden {
    display: none !important;
  }

  #huRhythmRoot .lg\:translate-x-0 {
    --tw-translate-x: 0px !important;
    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)) !important;
  }

  #huRhythmRoot .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  #huRhythmRoot .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  #huRhythmRoot .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  #huRhythmRoot .lg\:flex-row {
    flex-direction: row !important;
  }

  #huRhythmRoot .lg\:items-center {
    align-items: center !important;
  }

  #huRhythmRoot .lg\:justify-between {
    justify-content: space-between !important;
  }

  #huRhythmRoot .lg\:px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}
@media (min-width: 1280px) {

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

  #huRhythmRoot .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

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

  #huRhythmRoot .xl\:grid-cols-\[1\.5fr_1fr\] {
    grid-template-columns: 1.5fr 1fr !important;
  }

  #huRhythmRoot .xl\:grid-cols-\[1fr_300px\] {
    grid-template-columns: 1fr 300px !important;
  }

  #huRhythmRoot .xl\:grid-cols-\[1fr_340px\] {
    grid-template-columns: 1fr 340px !important;
  }
}
