/*
! 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)
*/

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

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

#huFriendsRoot html,
#huFriendsRoot :host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  tab-size: 4; /* 3 */
  font-family: "Nunito", 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.
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#huFriendsRoot sub {
  bottom: -0.25em;
}

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

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

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

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

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

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

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

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

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

#huFriendsRoot progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

#huFriendsRoot summary {
  display: list-item;
}

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

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

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

#huFriendsRoot legend {
  padding: 0;
}

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

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

/*
Prevent resizing textareas horizontally by default.
*/

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

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

/*
Set the default cursor for buttons.
*/

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

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

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

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

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

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

#huFriendsRoot ::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:  ;
}
#huFriendsRoot .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;
}
#huFriendsRoot .pointer-events-none {
  pointer-events: none !important;
}
#huFriendsRoot .absolute {
  position: absolute !important;
}
#huFriendsRoot .relative {
  position: relative !important;
}
#huFriendsRoot .-right-24 {
  right: -6rem !important;
}
#huFriendsRoot .-right-5 {
  right: -1.25rem !important;
}
#huFriendsRoot .-top-28 {
  top: -7rem !important;
}
#huFriendsRoot .left-1 {
  left: 0.25rem !important;
}
#huFriendsRoot .left-4 {
  left: 1rem !important;
}
#huFriendsRoot .left-6 {
  left: 1.5rem !important;
}
#huFriendsRoot .right-4 {
  right: 1rem !important;
}
#huFriendsRoot .top-1 {
  top: 0.25rem !important;
}
#huFriendsRoot .top-1\/2 {
  top: 50% !important;
}
#huFriendsRoot .top-4 {
  top: 1rem !important;
}
#huFriendsRoot .z-10 {
  z-index: 10 !important;
}
#huFriendsRoot .row-span-2 {
  grid-row: span 2 / span 2 !important;
}
#huFriendsRoot .mx-5 {
  margin-left: 1.25rem !important;
  margin-right: 1.25rem !important;
}
#huFriendsRoot .mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
#huFriendsRoot .mb-10 {
  margin-bottom: 2.5rem !important;
}
#huFriendsRoot .mb-2 {
  margin-bottom: 0.5rem !important;
}
#huFriendsRoot .ml-auto {
  margin-left: auto !important;
}
#huFriendsRoot .mt-0\.5 {
  margin-top: 0.125rem !important;
}
#huFriendsRoot .mt-1 {
  margin-top: 0.25rem !important;
}
#huFriendsRoot .mt-16 {
  margin-top: 4rem !important;
}
#huFriendsRoot .mt-2 {
  margin-top: 0.5rem !important;
}
#huFriendsRoot .mt-20 {
  margin-top: 5rem !important;
}
#huFriendsRoot .mt-3 {
  margin-top: 0.75rem !important;
}
#huFriendsRoot .mt-4 {
  margin-top: 1rem !important;
}
#huFriendsRoot .mt-5 {
  margin-top: 1.25rem !important;
}
#huFriendsRoot .mt-6 {
  margin-top: 1.5rem !important;
}
#huFriendsRoot .mt-7 {
  margin-top: 1.75rem !important;
}
#huFriendsRoot .mt-8 {
  margin-top: 2rem !important;
}
#huFriendsRoot .block {
  display: block !important;
}
#huFriendsRoot .flex {
  display: flex !important;
}
#huFriendsRoot .inline-flex {
  display: inline-flex !important;
}
#huFriendsRoot .grid {
  display: grid !important;
}
#huFriendsRoot .hidden {
  display: none !important;
}
#huFriendsRoot .aspect-square {
  aspect-ratio: 1 / 1 !important;
}
#huFriendsRoot .h-10 {
  height: 2.5rem !important;
}
#huFriendsRoot .h-11 {
  height: 2.75rem !important;
}
#huFriendsRoot .h-12 {
  height: 3rem !important;
}
#huFriendsRoot .h-14 {
  height: 3.5rem !important;
}
#huFriendsRoot .h-2 {
  height: 0.5rem !important;
}
#huFriendsRoot .h-28 {
  height: 7rem !important;
}
#huFriendsRoot .h-4 {
  height: 1rem !important;
}
#huFriendsRoot .h-5 {
  height: 1.25rem !important;
}
#huFriendsRoot .h-6 {
  height: 1.5rem !important;
}
#huFriendsRoot .h-80 {
  height: 20rem !important;
}
#huFriendsRoot .h-9 {
  height: 2.25rem !important;
}
#huFriendsRoot .h-\[310px\] {
  height: 310px !important;
}
#huFriendsRoot .h-fit {
  height: fit-content !important;
}
#huFriendsRoot .h-full {
  height: 100% !important;
}
#huFriendsRoot .min-h-\[270px\] {
  min-height: 270px !important;
}
#huFriendsRoot .min-h-screen {
  min-height: 100vh !important;
}
#huFriendsRoot .w-10 {
  width: 2.5rem !important;
}
#huFriendsRoot .w-11 {
  width: 2.75rem !important;
}
#huFriendsRoot .w-12 {
  width: 3rem !important;
}
#huFriendsRoot .w-14 {
  width: 3.5rem !important;
}
#huFriendsRoot .w-28 {
  width: 7rem !important;
}
#huFriendsRoot .w-4 {
  width: 1rem !important;
}
#huFriendsRoot .w-5 {
  width: 1.25rem !important;
}
#huFriendsRoot .w-6 {
  width: 1.5rem !important;
}
#huFriendsRoot .w-80 {
  width: 20rem !important;
}
#huFriendsRoot .w-9 {
  width: 2.25rem !important;
}
#huFriendsRoot .w-full {
  width: 100% !important;
}
#huFriendsRoot .min-w-0 {
  min-width: 0px !important;
}
#huFriendsRoot .max-w-2xl {
  max-width: 42rem !important;
}
#huFriendsRoot .max-w-3xl {
  max-width: 48rem !important;
}
#huFriendsRoot .max-w-\[1480px\] {
  max-width: 1480px !important;
}
#huFriendsRoot .max-w-md {
  max-width: 28rem !important;
}
#huFriendsRoot .flex-1 {
  flex: 1 1 0% !important;
}
#huFriendsRoot .shrink-0 {
  flex-shrink: 0 !important;
}
#huFriendsRoot .-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;
}
#huFriendsRoot .cursor-pointer {
  cursor: pointer !important;
}
#huFriendsRoot .appearance-none {
  appearance: none !important;
}
#huFriendsRoot .grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
#huFriendsRoot .grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}
#huFriendsRoot .grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
}
#huFriendsRoot .flex-col {
  flex-direction: column !important;
}
#huFriendsRoot .flex-wrap {
  flex-wrap: wrap !important;
}
#huFriendsRoot .items-start {
  align-items: flex-start !important;
}
#huFriendsRoot .items-center {
  align-items: center !important;
}
#huFriendsRoot .justify-center {
  justify-content: center !important;
}
#huFriendsRoot .justify-between {
  justify-content: space-between !important;
}
#huFriendsRoot .gap-1 {
  gap: 0.25rem !important;
}
#huFriendsRoot .gap-10 {
  gap: 2.5rem !important;
}
#huFriendsRoot .gap-2 {
  gap: 0.5rem !important;
}
#huFriendsRoot .gap-3 {
  gap: 0.75rem !important;
}
#huFriendsRoot .gap-4 {
  gap: 1rem !important;
}
#huFriendsRoot .gap-5 {
  gap: 1.25rem !important;
}
#huFriendsRoot .gap-8 {
  gap: 2rem !important;
}
#huFriendsRoot .-space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-0.5rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
}
#huFriendsRoot .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;
}
#huFriendsRoot .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;
}
#huFriendsRoot .overflow-hidden {
  overflow: hidden !important;
}
#huFriendsRoot .rounded-2xl {
  border-radius: 1rem !important;
}
#huFriendsRoot .rounded-\[22px\] {
  border-radius: 22px !important;
}
#huFriendsRoot .rounded-\[24px\] {
  border-radius: 24px !important;
}
#huFriendsRoot .rounded-\[26px\] {
  border-radius: 26px !important;
}
#huFriendsRoot .rounded-\[28px\] {
  border-radius: 28px !important;
}
#huFriendsRoot .rounded-\[2px\] {
  border-radius: 2px !important;
}
#huFriendsRoot .rounded-\[32px\] {
  border-radius: 32px !important;
}
#huFriendsRoot .rounded-full {
  border-radius: 9999px !important;
}
#huFriendsRoot .rounded-lg {
  border-radius: 0.5rem !important;
}
#huFriendsRoot .rounded-xl {
  border-radius: 0.75rem !important;
}
#huFriendsRoot .border {
  border-width: 1px !important;
}
#huFriendsRoot .border-\[5px\] {
  border-width: 5px !important;
}
#huFriendsRoot .border-t {
  border-top-width: 1px !important;
}
#huFriendsRoot .border-dashed {
  border-style: dashed !important;
}
#huFriendsRoot .border-\[\#6F4E5C\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(111 78 92 / var(--tw-border-opacity)) !important;
}
#huFriendsRoot .border-\[\#9A7483\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(154 116 131 / var(--tw-border-opacity)) !important;
}
#huFriendsRoot .border-\[\#CBB8BF\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(203 184 191 / var(--tw-border-opacity)) !important;
}
#huFriendsRoot .border-\[\#CDBCC2\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(205 188 194 / var(--tw-border-opacity)) !important;
}
#huFriendsRoot .border-\[\#DACCD1\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(218 204 209 / var(--tw-border-opacity)) !important;
}
#huFriendsRoot .border-\[\#DFD3CF\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(223 211 207 / var(--tw-border-opacity)) !important;
}
#huFriendsRoot .border-\[\#E1D5D1\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(225 213 209 / var(--tw-border-opacity)) !important;
}
#huFriendsRoot .border-\[\#E2D6D2\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(226 214 210 / var(--tw-border-opacity)) !important;
}
#huFriendsRoot .border-\[\#E4D9D5\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(228 217 213 / var(--tw-border-opacity)) !important;
}
#huFriendsRoot .border-\[\#E5DCD8\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(229 220 216 / var(--tw-border-opacity)) !important;
}
#huFriendsRoot .border-\[\#E6DDD9\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(230 221 217 / var(--tw-border-opacity)) !important;
}
#huFriendsRoot .border-\[\#E7DADD\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(231 218 221 / var(--tw-border-opacity)) !important;
}
#huFriendsRoot .border-\[\#E7DDD9\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(231 221 217 / var(--tw-border-opacity)) !important;
}
#huFriendsRoot .border-\[\#E7DEDA\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(231 222 218 / var(--tw-border-opacity)) !important;
}
#huFriendsRoot .border-\[\#E8DFDB\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(232 223 219 / var(--tw-border-opacity)) !important;
}
#huFriendsRoot .border-\[\#E9E1DE\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(233 225 222 / var(--tw-border-opacity)) !important;
}
#huFriendsRoot .border-\[\#EEE6E2\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(238 230 226 / var(--tw-border-opacity)) !important;
}
#huFriendsRoot .border-\[\#EFE7E4\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(239 231 228 / var(--tw-border-opacity)) !important;
}
#huFriendsRoot .border-white {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 255 255 / var(--tw-border-opacity)) !important;
}
#huFriendsRoot .border-white\/20 {
  border-color: rgb(255 255 255 / 0.2) !important;
}
#huFriendsRoot .border-white\/70 {
  border-color: rgb(255 255 255 / 0.7) !important;
}
#huFriendsRoot .bg-\[\#624552\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(98 69 82 / var(--tw-bg-opacity)) !important;
}
#huFriendsRoot .bg-\[\#654753\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(101 71 83 / var(--tw-bg-opacity)) !important;
}
#huFriendsRoot .bg-\[\#684A57\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(104 74 87 / var(--tw-bg-opacity)) !important;
}
#huFriendsRoot .bg-\[\#6F4E5C\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(111 78 92 / var(--tw-bg-opacity)) !important;
}
#huFriendsRoot .bg-\[\#765462\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(118 84 98 / var(--tw-bg-opacity)) !important;
}
#huFriendsRoot .bg-\[\#7A5765\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(122 87 101 / var(--tw-bg-opacity)) !important;
}
#huFriendsRoot .bg-\[\#9FAAA2\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(159 170 162 / var(--tw-bg-opacity)) !important;
}
#huFriendsRoot .bg-\[\#B9A4A9\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(185 164 169 / var(--tw-bg-opacity)) !important;
}
#huFriendsRoot .bg-\[\#C9B5A5\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(201 181 165 / var(--tw-bg-opacity)) !important;
}
#huFriendsRoot .bg-\[\#D8CDCA\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(216 205 202 / var(--tw-bg-opacity)) !important;
}
#huFriendsRoot .bg-\[\#E9DFDC\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(233 223 220 / var(--tw-bg-opacity)) !important;
}
#huFriendsRoot .bg-\[\#EADDD8\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(234 221 216 / var(--tw-bg-opacity)) !important;
}
#huFriendsRoot .bg-\[\#EDE4E1\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(237 228 225 / var(--tw-bg-opacity)) !important;
}
#huFriendsRoot .bg-\[\#F1E7E4\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(241 231 228 / var(--tw-bg-opacity)) !important;
}
#huFriendsRoot .bg-\[\#F1E9EC\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(241 233 236 / var(--tw-bg-opacity)) !important;
}
#huFriendsRoot .bg-\[\#F3E8EC\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(243 232 236 / var(--tw-bg-opacity)) !important;
}
#huFriendsRoot .bg-\[\#F4ECE8\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(244 236 232 / var(--tw-bg-opacity)) !important;
}
#huFriendsRoot .bg-\[\#F5ECE9\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(245 236 233 / var(--tw-bg-opacity)) !important;
}
#huFriendsRoot .bg-\[\#F5EEEA\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(245 238 234 / var(--tw-bg-opacity)) !important;
}
#huFriendsRoot .bg-\[\#F5EFEC\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(245 239 236 / var(--tw-bg-opacity)) !important;
}
#huFriendsRoot .bg-\[\#F8F1F3\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(248 241 243 / var(--tw-bg-opacity)) !important;
}
#huFriendsRoot .bg-\[\#F8F3F1\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(248 243 241 / var(--tw-bg-opacity)) !important;
}
#huFriendsRoot .bg-\[\#FCFAF8\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(252 250 248 / var(--tw-bg-opacity)) !important;
}
#huFriendsRoot .bg-white {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}
#huFriendsRoot .bg-white\/10 {
  background-color: rgb(255 255 255 / 0.1) !important;
}
#huFriendsRoot .bg-white\/45 {
  background-color: rgb(255 255 255 / 0.45) !important;
}
#huFriendsRoot .bg-white\/55 {
  background-color: rgb(255 255 255 / 0.55) !important;
}
#huFriendsRoot .bg-white\/70 {
  background-color: rgb(255 255 255 / 0.7) !important;
}
#huFriendsRoot .bg-\[linear-gradient\(135deg\2c \#E8DDD4\2c \#C6A896\)\] {
  background-image: linear-gradient(135deg,#E8DDD4,#C6A896) !important;
}
#huFriendsRoot .p-2 {
  padding: 0.5rem !important;
}
#huFriendsRoot .p-3 {
  padding: 0.75rem !important;
}
#huFriendsRoot .p-4 {
  padding: 1rem !important;
}
#huFriendsRoot .p-5 {
  padding: 1.25rem !important;
}
#huFriendsRoot .p-6 {
  padding: 1.5rem !important;
}
#huFriendsRoot .p-7 {
  padding: 1.75rem !important;
}
#huFriendsRoot .px-12 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}
#huFriendsRoot .px-2\.5 {
  padding-left: 0.625rem !important;
  padding-right: 0.625rem !important;
}
#huFriendsRoot .px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}
#huFriendsRoot .px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
#huFriendsRoot .px-5 {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}
#huFriendsRoot .px-6 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
#huFriendsRoot .py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
#huFriendsRoot .py-1\.5 {
  padding-top: 0.375rem !important;
  padding-bottom: 0.375rem !important;
}
#huFriendsRoot .py-10 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}
#huFriendsRoot .py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
#huFriendsRoot .py-2\.5 {
  padding-top: 0.625rem !important;
  padding-bottom: 0.625rem !important;
}
#huFriendsRoot .py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}
#huFriendsRoot .py-3\.5 {
  padding-top: 0.875rem !important;
  padding-bottom: 0.875rem !important;
}
#huFriendsRoot .py-6 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
#huFriendsRoot .pl-12 {
  padding-left: 3rem !important;
}
#huFriendsRoot .pr-10 {
  padding-right: 2.5rem !important;
}
#huFriendsRoot .pr-4 {
  padding-right: 1rem !important;
}
#huFriendsRoot .pr-8 {
  padding-right: 2rem !important;
}
#huFriendsRoot .pt-4 {
  padding-top: 1rem !important;
}
#huFriendsRoot .text-left {
  text-align: left !important;
}
#huFriendsRoot .text-center {
  text-align: center !important;
}
#huFriendsRoot .font-serif {
  font-family: "Playfair Display", Georgia, serif !important;
}
#huFriendsRoot .text-2xl {
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}
#huFriendsRoot .text-3xl {
  font-size: 1.875rem !important;
  line-height: 2.25rem !important;
}
#huFriendsRoot .text-4xl {
  font-size: 2.25rem !important;
  line-height: 2.5rem !important;
}
#huFriendsRoot .text-\[11px\] {
  font-size: 11px !important;
}
#huFriendsRoot .text-base {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}
#huFriendsRoot .text-sm {
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}
#huFriendsRoot .text-xl {
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}
#huFriendsRoot .text-xs {
  font-size: 0.75rem !important;
  line-height: 1rem !important;
}
#huFriendsRoot .font-medium {
  font-weight: 500 !important;
}
#huFriendsRoot .font-semibold {
  font-weight: 600 !important;
}
#huFriendsRoot .uppercase {
  text-transform: uppercase !important;
}
#huFriendsRoot .leading-6 {
  line-height: 1.5rem !important;
}
#huFriendsRoot .leading-7 {
  line-height: 1.75rem !important;
}
#huFriendsRoot .leading-8 {
  line-height: 2rem !important;
}
#huFriendsRoot .leading-tight {
  line-height: 1.25 !important;
}
#huFriendsRoot .tracking-\[0\.15em\] {
  letter-spacing: 0.15em !important;
}
#huFriendsRoot .tracking-\[0\.16em\] {
  letter-spacing: 0.16em !important;
}
#huFriendsRoot .tracking-\[0\.2em\] {
  letter-spacing: 0.2em !important;
}
#huFriendsRoot .text-\[\#32292C\] {
  --tw-text-opacity: 1 !important;
  color: rgb(50 41 44 / var(--tw-text-opacity)) !important;
}
#huFriendsRoot .text-\[\#33282D\] {
  --tw-text-opacity: 1 !important;
  color: rgb(51 40 45 / var(--tw-text-opacity)) !important;
}
#huFriendsRoot .text-\[\#33292D\] {
  --tw-text-opacity: 1 !important;
  color: rgb(51 41 45 / var(--tw-text-opacity)) !important;
}
#huFriendsRoot .text-\[\#332A2D\] {
  --tw-text-opacity: 1 !important;
  color: rgb(51 42 45 / var(--tw-text-opacity)) !important;
}
#huFriendsRoot .text-\[\#342A2E\] {
  --tw-text-opacity: 1 !important;
  color: rgb(52 42 46 / var(--tw-text-opacity)) !important;
}
#huFriendsRoot .text-\[\#352B2F\] {
  --tw-text-opacity: 1 !important;
  color: rgb(53 43 47 / var(--tw-text-opacity)) !important;
}
#huFriendsRoot .text-\[\#362B30\] {
  --tw-text-opacity: 1 !important;
  color: rgb(54 43 48 / var(--tw-text-opacity)) !important;
}
#huFriendsRoot .text-\[\#362C30\] {
  --tw-text-opacity: 1 !important;
  color: rgb(54 44 48 / var(--tw-text-opacity)) !important;
}
#huFriendsRoot .text-\[\#392F33\] {
  --tw-text-opacity: 1 !important;
  color: rgb(57 47 51 / var(--tw-text-opacity)) !important;
}
#huFriendsRoot .text-\[\#3A2E33\] {
  --tw-text-opacity: 1 !important;
  color: rgb(58 46 51 / var(--tw-text-opacity)) !important;
}
#huFriendsRoot .text-\[\#3B3034\] {
  --tw-text-opacity: 1 !important;
  color: rgb(59 48 52 / var(--tw-text-opacity)) !important;
}
#huFriendsRoot .text-\[\#43343A\] {
  --tw-text-opacity: 1 !important;
  color: rgb(67 52 58 / var(--tw-text-opacity)) !important;
}
#huFriendsRoot .text-\[\#573D48\] {
  --tw-text-opacity: 1 !important;
  color: rgb(87 61 72 / var(--tw-text-opacity)) !important;
}
#huFriendsRoot .text-\[\#59434D\] {
  --tw-text-opacity: 1 !important;
  color: rgb(89 67 77 / var(--tw-text-opacity)) !important;
}
#huFriendsRoot .text-\[\#5E4651\] {
  --tw-text-opacity: 1 !important;
  color: rgb(94 70 81 / var(--tw-text-opacity)) !important;
}
#huFriendsRoot .text-\[\#624955\] {
  --tw-text-opacity: 1 !important;
  color: rgb(98 73 85 / var(--tw-text-opacity)) !important;
}
#huFriendsRoot .text-\[\#624F56\] {
  --tw-text-opacity: 1 !important;
  color: rgb(98 79 86 / var(--tw-text-opacity)) !important;
}
#huFriendsRoot .text-\[\#654A56\] {
  --tw-text-opacity: 1 !important;
  color: rgb(101 74 86 / var(--tw-text-opacity)) !important;
}
#huFriendsRoot .text-\[\#67565C\] {
  --tw-text-opacity: 1 !important;
  color: rgb(103 86 92 / var(--tw-text-opacity)) !important;
}
#huFriendsRoot .text-\[\#684A57\] {
  --tw-text-opacity: 1 !important;
  color: rgb(104 74 87 / var(--tw-text-opacity)) !important;
}
#huFriendsRoot .text-\[\#68575D\] {
  --tw-text-opacity: 1 !important;
  color: rgb(104 87 93 / var(--tw-text-opacity)) !important;
}
#huFriendsRoot .text-\[\#694A57\] {
  --tw-text-opacity: 1 !important;
  color: rgb(105 74 87 / var(--tw-text-opacity)) !important;
}
#huFriendsRoot .text-\[\#6D5B61\] {
  --tw-text-opacity: 1 !important;
  color: rgb(109 91 97 / var(--tw-text-opacity)) !important;
}
#huFriendsRoot .text-\[\#6E4C59\] {
  --tw-text-opacity: 1 !important;
  color: rgb(110 76 89 / var(--tw-text-opacity)) !important;
}
#huFriendsRoot .text-\[\#6E5D63\] {
  --tw-text-opacity: 1 !important;
  color: rgb(110 93 99 / var(--tw-text-opacity)) !important;
}
#huFriendsRoot .text-\[\#705C64\] {
  --tw-text-opacity: 1 !important;
  color: rgb(112 92 100 / var(--tw-text-opacity)) !important;
}
#huFriendsRoot .text-\[\#705D64\] {
  --tw-text-opacity: 1 !important;
  color: rgb(112 93 100 / var(--tw-text-opacity)) !important;
}
#huFriendsRoot .text-\[\#735563\] {
  --tw-text-opacity: 1 !important;
  color: rgb(115 85 99 / var(--tw-text-opacity)) !important;
}
#huFriendsRoot .text-\[\#744F5E\] {
  --tw-text-opacity: 1 !important;
  color: rgb(116 79 94 / var(--tw-text-opacity)) !important;
}
#huFriendsRoot .text-\[\#745462\] {
  --tw-text-opacity: 1 !important;
  color: rgb(116 84 98 / var(--tw-text-opacity)) !important;
}
#huFriendsRoot .text-\[\#746369\] {
  --tw-text-opacity: 1 !important;
  color: rgb(116 99 105 / var(--tw-text-opacity)) !important;
}
#huFriendsRoot .text-\[\#74656A\] {
  --tw-text-opacity: 1 !important;
  color: rgb(116 101 106 / var(--tw-text-opacity)) !important;
}
#huFriendsRoot .text-\[\#755563\] {
  --tw-text-opacity: 1 !important;
  color: rgb(117 85 99 / var(--tw-text-opacity)) !important;
}
#huFriendsRoot .text-\[\#75646A\] {
  --tw-text-opacity: 1 !important;
  color: rgb(117 100 106 / var(--tw-text-opacity)) !important;
}
#huFriendsRoot .text-\[\#76666C\] {
  --tw-text-opacity: 1 !important;
  color: rgb(118 102 108 / var(--tw-text-opacity)) !important;
}
#huFriendsRoot .text-\[\#76676C\] {
  --tw-text-opacity: 1 !important;
  color: rgb(118 103 108 / var(--tw-text-opacity)) !important;
}
#huFriendsRoot .text-\[\#77676D\] {
  --tw-text-opacity: 1 !important;
  color: rgb(119 103 109 / var(--tw-text-opacity)) !important;
}
#huFriendsRoot .text-\[\#78666D\] {
  --tw-text-opacity: 1 !important;
  color: rgb(120 102 109 / var(--tw-text-opacity)) !important;
}
#huFriendsRoot .text-\[\#79686E\] {
  --tw-text-opacity: 1 !important;
  color: rgb(121 104 110 / var(--tw-text-opacity)) !important;
}
#huFriendsRoot .text-\[\#7A6A70\] {
  --tw-text-opacity: 1 !important;
  color: rgb(122 106 112 / var(--tw-text-opacity)) !important;
}
#huFriendsRoot .text-\[\#85767B\] {
  --tw-text-opacity: 1 !important;
  color: rgb(133 118 123 / var(--tw-text-opacity)) !important;
}
#huFriendsRoot .text-\[\#896876\] {
  --tw-text-opacity: 1 !important;
  color: rgb(137 104 118 / var(--tw-text-opacity)) !important;
}
#huFriendsRoot .text-\[\#897A7F\] {
  --tw-text-opacity: 1 !important;
  color: rgb(137 122 127 / var(--tw-text-opacity)) !important;
}
#huFriendsRoot .text-\[\#93858A\] {
  --tw-text-opacity: 1 !important;
  color: rgb(147 133 138 / var(--tw-text-opacity)) !important;
}
#huFriendsRoot .text-\[\#987785\] {
  --tw-text-opacity: 1 !important;
  color: rgb(152 119 133 / var(--tw-text-opacity)) !important;
}
#huFriendsRoot .text-\[\#987985\] {
  --tw-text-opacity: 1 !important;
  color: rgb(152 121 133 / var(--tw-text-opacity)) !important;
}
#huFriendsRoot .text-\[\#9A898F\] {
  --tw-text-opacity: 1 !important;
  color: rgb(154 137 143 / var(--tw-text-opacity)) !important;
}
#huFriendsRoot .text-\[\#A18D94\] {
  --tw-text-opacity: 1 !important;
  color: rgb(161 141 148 / var(--tw-text-opacity)) !important;
}
#huFriendsRoot .text-\[\#A7949B\] {
  --tw-text-opacity: 1 !important;
  color: rgb(167 148 155 / var(--tw-text-opacity)) !important;
}
#huFriendsRoot .text-\[\#AA999F\] {
  --tw-text-opacity: 1 !important;
  color: rgb(170 153 159 / var(--tw-text-opacity)) !important;
}
#huFriendsRoot .text-\[\#AD969F\] {
  --tw-text-opacity: 1 !important;
  color: rgb(173 150 159 / var(--tw-text-opacity)) !important;
}
#huFriendsRoot .text-\[\#B39CA5\] {
  --tw-text-opacity: 1 !important;
  color: rgb(179 156 165 / var(--tw-text-opacity)) !important;
}
#huFriendsRoot .text-\[\#C8B9BE\] {
  --tw-text-opacity: 1 !important;
  color: rgb(200 185 190 / var(--tw-text-opacity)) !important;
}
#huFriendsRoot .text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
#huFriendsRoot .text-white\/65 {
  color: rgb(255 255 255 / 0.65) !important;
}
#huFriendsRoot .text-white\/75 {
  color: rgb(255 255 255 / 0.75) !important;
}
#huFriendsRoot .text-white\/90 {
  color: rgb(255 255 255 / 0.9) !important;
}
#huFriendsRoot .underline {
  text-decoration-line: underline !important;
}
#huFriendsRoot .decoration-white\/35 {
  text-decoration-color: rgb(255 255 255 / 0.35) !important;
}
#huFriendsRoot .underline-offset-4 {
  text-underline-offset: 4px !important;
}
#huFriendsRoot .opacity-90 {
  opacity: 0.9 !important;
}
#huFriendsRoot .shadow-\[0_10px_35px_rgba\(69\2c 48\2c 56\2c 0\.05\)\] {
  --tw-shadow: 0 10px 35px rgba(69,48,56,0.05) !important;
  --tw-shadow-colored: 0 10px 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;
}
#huFriendsRoot .shadow-\[0_14px_42px_rgba\(69\2c 48\2c 56\2c 0\.05\)\] {
  --tw-shadow: 0 14px 42px rgba(69,48,56,0.05) !important;
  --tw-shadow-colored: 0 14px 42px 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;
}
#huFriendsRoot .shadow-\[0_14px_45px_rgba\(69\2c 48\2c 56\2c 0\.055\)\] {
  --tw-shadow: 0 14px 45px rgba(69,48,56,0.055) !important;
  --tw-shadow-colored: 0 14px 45px 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;
}
#huFriendsRoot .shadow-\[0_16px_50px_rgba\(69\2c 48\2c 56\2c 0\.055\)\] {
  --tw-shadow: 0 16px 50px rgba(69,48,56,0.055) !important;
  --tw-shadow-colored: 0 16px 50px 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;
}
#huFriendsRoot .shadow-\[0_18px_60px_rgba\(69\2c 48\2c 56\2c 0\.055\)\] {
  --tw-shadow: 0 18px 60px rgba(69,48,56,0.055) !important;
  --tw-shadow-colored: 0 18px 60px 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;
}
#huFriendsRoot .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;
}
#huFriendsRoot .outline-none {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}
#huFriendsRoot .blur-2xl {
  --tw-blur: blur(40px) !important;
  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;
}
#huFriendsRoot .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;
}
#huFriendsRoot .backdrop-blur {
  --tw-backdrop-blur: blur(8px) !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;
}
#huFriendsRoot .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;
}
#huFriendsRoot .placeholder\:text-\[\#A7989D\]::placeholder {
  --tw-text-opacity: 1 !important;
  color: rgb(167 152 157 / var(--tw-text-opacity)) !important;
}
#huFriendsRoot .hover\:-translate-y-0\.5:hover {
  --tw-translate-y: -0.125rem !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;
}
#huFriendsRoot .hover\:border-\[\#A78391\]:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(167 131 145 / var(--tw-border-opacity)) !important;
}
#huFriendsRoot .hover\:border-\[\#CBB7BE\]:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(203 183 190 / var(--tw-border-opacity)) !important;
}
#huFriendsRoot .hover\:border-\[\#CDBBC1\]:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(205 187 193 / var(--tw-border-opacity)) !important;
}
#huFriendsRoot .hover\:bg-\[\#503743\]:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(80 55 67 / var(--tw-bg-opacity)) !important;
}
#huFriendsRoot .hover\:bg-\[\#573D48\]:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(87 61 72 / var(--tw-bg-opacity)) !important;
}
#huFriendsRoot .hover\:bg-\[\#F7F1EF\]:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(247 241 239 / var(--tw-bg-opacity)) !important;
}
#huFriendsRoot .hover\:bg-\[\#FAF6F4\]:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 246 244 / var(--tw-bg-opacity)) !important;
}
#huFriendsRoot .hover\:bg-\[\#FBF7F5\]:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(251 247 245 / var(--tw-bg-opacity)) !important;
}
#huFriendsRoot .hover\:bg-white:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}
#huFriendsRoot .hover\:text-\[\#3D3035\]:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(61 48 53 / var(--tw-text-opacity)) !important;
}
#huFriendsRoot .hover\:text-\[\#553E47\]:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(85 62 71 / var(--tw-text-opacity)) !important;
}
#huFriendsRoot .focus\:border-\[\#947180\]:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgb(148 113 128 / var(--tw-border-opacity)) !important;
}
#huFriendsRoot .focus\:border-\[\#9D7887\]:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgb(157 120 135 / var(--tw-border-opacity)) !important;
}
#huFriendsRoot .focus\:outline-none:focus {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}
#huFriendsRoot .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;
}
#huFriendsRoot .focus\:ring-4: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(4px + 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;
}
#huFriendsRoot .focus\:ring-\[\#7D5968\]\/30:focus {
  --tw-ring-color: rgb(125 89 104 / 0.3) !important;
}
#huFriendsRoot .focus\:ring-\[\#947180\]\/10:focus {
  --tw-ring-color: rgb(148 113 128 / 0.1) !important;
}
#huFriendsRoot .focus\:ring-\[\#9D7887\]\/10:focus {
  --tw-ring-color: rgb(157 120 135 / 0.1) !important;
}
#huFriendsRoot .focus\:ring-white\/30:focus {
  --tw-ring-color: rgb(255 255 255 / 0.3) !important;
}
#huFriendsRoot .group:hover .group-hover\:translate-x-0\.5 {
  --tw-translate-x: 0.125rem !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;
}
@media (min-width: 640px) {

  #huFriendsRoot .sm\:mx-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

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

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

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

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

  #huFriendsRoot .sm\:p-10 {
    padding: 2.5rem !important;
  }

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

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

  #huFriendsRoot .sm\:p-7 {
    padding: 1.75rem !important;
  }

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

  #huFriendsRoot .sm\:px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

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

  #huFriendsRoot .sm\:text-5xl {
    font-size: 3rem !important;
    line-height: 1 !important;
  }

  #huFriendsRoot .sm\:text-lg {
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
  }
}
@media (min-width: 768px) {

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

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

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

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

  #huFriendsRoot .lg\:grid-cols-\[0\.82fr_1\.18fr\] {
    grid-template-columns: 0.82fr 1.18fr !important;
  }

  #huFriendsRoot .lg\:grid-cols-\[1fr_260px\] {
    grid-template-columns: 1fr 260px !important;
  }

  #huFriendsRoot .lg\:grid-cols-\[1fr_380px\] {
    grid-template-columns: 1fr 380px !important;
  }

  #huFriendsRoot .lg\:items-end {
    align-items: flex-end !important;
  }

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

  #huFriendsRoot .lg\:p-12 {
    padding: 3rem !important;
  }

  #huFriendsRoot .lg\:px-14 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }

  #huFriendsRoot .lg\:px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  #huFriendsRoot .lg\:py-14 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  #huFriendsRoot .lg\:text-\[62px\] {
    font-size: 62px !important;
  }
}
@media (min-width: 1280px) {

  #huFriendsRoot .xl\:sticky {
    position: sticky !important;
  }

  #huFriendsRoot .xl\:top-6 {
    top: 1.5rem !important;
  }

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

  #huFriendsRoot .xl\:grid-cols-\[minmax\(0\2c 1fr\)_330px\] {
    grid-template-columns: minmax(0,1fr) 330px !important;
  }
}

/* --- HU Friends: neutralize global site heading/section overrides inside the island --- */
#huFriendsRoot h1,#huFriendsRoot h2,#huFriendsRoot h3,#huFriendsRoot h4,#huFriendsRoot h5,#huFriendsRoot h6{color:inherit !important}
#huFriendsRoot>section{padding:0}
