@myelmut/design-system 0.1.43 → 0.1.44

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1 +1 @@
1
- {"version":3,"file":"index.cjs","sources":["../src/lib/i18n.ts","../node_modules/.pnpm/clsx@2.1.1/node_modules/clsx/dist/clsx.mjs","../src/components/Navigation/Footer/Footer.tsx","../src/components/Navigation/FooterTips/FooterTips.tsx","../src/helpers/accordions.ts","../src/helpers/clickoutside.ts","../src/helpers/debounce.ts","../src/helpers/intersectionObserver.ts","../src/helpers/keyboardControl.ts","../src/helpers/responsive.ts","../src/helpers/scroll.ts","../src/components/Navigation/Navbar/Navbar.tsx","../src/components/Navigation/MobileMenu/MobileMenu.tsx","../src/components/Navigation/NavbarDesktop/NavbarDesktop.tsx","../src/components/Navigation/NavbarMobile/NavbarMobile.tsx","../src/components/Navigation/Stepper/Stepper.tsx","../src/components/Navigation/Tabs/Tabs.tsx","../src/components/Navigation/WizardNavbar/WizardNavbar.tsx","../src/components/Base/Banner/Banner.tsx","../src/components/Base/Emblem/Emblem.tsx","../src/components/Base/Logo/Logo.tsx","../src/components/Base/ResponsiveImage/ResponsiveImage.tsx","../src/components/Base/Text/Text.tsx","../src/components/Base/Title/Title.tsx","../src/components/Base/VideoPlayer/VideoPlayer.tsx","../src/components/Buttons/Button/Button.tsx","../src/components/Buttons/CardButton/CardButton.tsx","../src/components/Buttons/ClearButton/ClearButton.tsx","../src/components/Buttons/FAQButton/FAQButton.tsx","../src/components/Buttons/IllustratedCardButton/IllustratedCardButton.tsx","../src/components/Buttons/SimpleIllustratedCardButton/SimpleIllustratedCardButton.tsx","../src/components/Buttons/SocialButton/SocialButton.tsx","../src/components/Buttons/Toggle/Toggle.tsx","../src/components/Inputs/ButtonSelect/ButtonSelect.tsx","../src/components/Inputs/Checkbox/Checkbox.tsx","../src/components/Inputs/Dropdown/Dropdown.tsx","../src/components/Inputs/DropdownMenu/DropdownMenu.tsx","../src/components/Inputs/ErrorMessage/ErrorMessage.tsx","../src/components/Inputs/Filters/Filters.tsx","../src/components/Inputs/Label/Label.tsx","../src/components/Inputs/Newsletter/Newsletter.tsx","../src/components/Inputs/QuantityInput/QuantityInput.tsx","../src/components/Inputs/Tag/Tag.tsx","../src/components/Inputs/TagSelect/TagSelect.tsx","../src/components/Inputs/TextInput/TextInput.tsx","../src/components/Inputs/WizardDropdown/WizardDropdown.tsx","../src/components/Inputs/WizardTextInput/WizardTextInput.tsx","../src/components/Accordions/FAQ/FaqItem.tsx","../src/components/Accordions/Ingredient/Ingredient.tsx","../src/components/Cards/CTACard/CTACard.tsx","../src/components/Cards/FeatureCard/FeatureCard.tsx","../src/components/Cards/FeatureIllustration/FeatureIllustration.tsx","../src/components/Cards/FoodCard/FoodCard.tsx","../src/components/SVG/arrow-plain.svg","../src/components/SVG/arrow.svg","../src/components/SVG/calendar.svg","../src/components/SVG/check.svg","../src/components/SVG/cross-rounded.svg","../src/components/SVG/cross.svg","../src/components/SVG/Facebook.svg","../src/components/SVG/filters.svg","../src/components/SVG/hat-cook.svg","../src/components/SVG/home-hero-shape-mobile.svg","../src/components/SVG/home-hero-shape-small.svg","../src/components/SVG/home-hero-shape.svg","../src/components/SVG/info.svg","../src/components/SVG/Instagram.svg","../src/components/SVG/Linkedin.svg","../src/components/SVG/magic-wand.svg","../src/components/SVG/menu.svg","../src/components/SVG/minus.svg","../src/components/SVG/mute.svg","../src/components/SVG/pause.svg","../src/components/SVG/play.svg","../src/components/SVG/plus.svg","../src/components/SVG/polaroid-thread.svg","../src/components/SVG/profil.svg","../src/components/SVG/quote.svg","../src/components/SVG/recipe-bg-shape.svg","../src/components/SVG/star.svg","../src/components/SVG/subtract.svg","../src/components/SVG/Tiktok.svg","../src/components/SVG/trustpilot.svg","../src/components/SVG/unmute.svg","../src/components/SVG/check-rounded.svg","../src/components/SVG/check-circle.svg","../src/components/SVG/dollar-rounded.svg","../src/components/Cards/FrequencySelectorCard/FrequencySelectorCard.tsx","../src/components/Cards/IllustratedCard/IllustratedCard.tsx","../src/components/Cards/PaymentCard/PaymentCard.tsx","../src/components/Cards/PlanCard/PlanCard.tsx","../src/components/Cards/Polaroid/Polaroid.tsx","../src/components/Cards/RecetteCard/RecetteCard.tsx","../src/components/Cards/StatCard/StatCard.tsx","../src/components/Cards/Testimonial/Testimonial.tsx","../src/components/Cards/TestimonialSlider/TestimonialSlider.tsx","../src/components/Cards/Tips/Tips.tsx","../src/components/Cards/TransitionCard/TransitionCard.tsx","../src/components/Cards/UpCard/UpCard.tsx","../src/components/Cards/WizardTips/WizardTips.tsx"],"sourcesContent":["'use client';\n\nimport i18n from 'i18next';\nimport { initReactI18next } from 'react-i18next';\n\nimport fr from './locales/fr/design.json';\n\nif (!i18n.isInitialized) {\n i18n.use(initReactI18next).init({\n resources: { fr: { design: fr } },\n lng: 'fr',\n ns: ['design'],\n defaultNS: 'design',\n interpolation: { escapeValue: false },\n });\n}\n\nexport default i18n;\n\nexport { default as frDesign } from './locales/fr/design.json';\n","function r(e){var t,f,n=\"\";if(\"string\"==typeof e||\"number\"==typeof e)n+=e;else if(\"object\"==typeof e)if(Array.isArray(e)){var o=e.length;for(t=0;t<o;t++)e[t]&&(f=r(e[t]))&&(n&&(n+=\" \"),n+=f)}else for(f in e)e[f]&&(n&&(n+=\" \"),n+=f);return n}export function clsx(){for(var e,t,f=0,n=\"\",o=arguments.length;f<o;f++)(e=arguments[f])&&(t=r(e))&&(n&&(n+=\" \"),n+=t);return n}export default clsx;","'use client';\n\nimport clsx from 'clsx';\nimport { useTranslation } from 'react-i18next';\n\nimport { Button, FooterTips, Logo, Newsletter, SocialButton, Text } from '../../../components';\nimport { SocialButtonProps } from '../../Buttons/SocialButton/SocialButton';\n\nexport type FooterProps = {\n className?: string;\n};\n\nconst socialLinks: SocialButtonProps['variant'][] = ['Facebook', 'Instagram', 'LinkedIn', 'Tiktok'];\n\nexport const Footer = ({ className }: FooterProps) => {\n const { t } = useTranslation('design');\n\n //todo update nav links and add newsletter logic\n const linksColumns = [\n {\n links: [\n { label: t('navigation.home'), href: '/' },\n { label: t('navigation.ourStory'), href: '/notre-histoire' },\n { label: t('navigation.whyElmut'), href: '/pourquoi-elmut' },\n { label: t('navigation.faq'), href: 'https://elmuthelp.zendesk.com/hc/fr' },\n ],\n className: 'col-1',\n name: 'elmut',\n },\n {\n links: [\n { label: t('navigation.dog'), href: '/chiens' },\n { label: t('navigation.recipes'), href: '/recettes-chien' },\n { label: t('navigation.blog'), href: '/blog/chiens' },\n { label: t('navigation.homemadeRation'), href: '/ration-menagere-chien' },\n ],\n className: 'col-1 row-2 md:col-2 md:row-1',\n name: 'doc',\n },\n {\n links: [\n { label: t('navigation.cat'), href: '/chats' },\n { label: t('navigation.recipes'), href: '/recettes-chat' },\n { label: t('navigation.blog'), href: '/blog/chats' },\n { label: t('navigation.homemadeRation'), href: '/ration-menagere-chat' },\n ],\n className: 'col-2 row-2 md:col-3 md:row-1',\n name: 'cat',\n },\n {\n links: [\n { label: t('navigation.contact'), href: 'https://elmuthelp.zendesk.com/hc/fr/requests/new' },\n { label: t('navigation.signIn'), href: '/auth/sign-in' },\n { label: t('navigation.sponsorship'), href: '/parrainage' },\n { label: t('navigation.help'), href: '/aide' },\n ],\n className: 'col-2 md:col-4',\n name: 'account',\n },\n ];\n\n const legalLinks = [\n {\n label: t('navigation.legal'),\n href: '/mentions-legales',\n },\n {\n label: t('navigation.terms'),\n href: '/cgv',\n },\n {\n label: t('navigation.sitemap'),\n href: '/plan-du-site',\n },\n ];\n\n return (\n <footer className={clsx('', className)}>\n <div className={clsx('bg-lavender-blue-light py-10')}>\n <div className=\"container mx-auto\">\n <Logo className=\"mb-9 w-25 md:w-51\" />\n <div className=\"flex items-stretch justify-between max-xl:gap-15 max-md:flex-col-reverse md:flex-col xl:flex-row\">\n <nav className=\"-ms-2.5 grid min-w-2/3 grid-cols-2 gap-y-15 md:grid-cols-5\">\n {linksColumns.map((column) => (\n <ul key={column.name} className={clsx('grid grid-cols-subgrid gap-1 md:py-3', column.className)}>\n {column.links.map((link) => (\n <li key={link.href} className=\"w-max\">\n <Button variant=\"terciary\" color=\"dark\" href={link.href}>\n {link.label}\n </Button>\n </li>\n ))}\n </ul>\n ))}\n <ul className=\"col-span-1 flex gap-3.5 md:flex-col md:gap-1 md:py-3\">\n {socialLinks.map((link) => (\n <li key={link} className=\"flex h-11 items-center\">\n <SocialButton variant={link} labelVisible={true} />\n </li>\n ))}\n </ul>\n </nav>\n <div className=\"flex flex-col justify-between gap-4 md:flex-row md:gap-6 xl:-mb-1.5 xl:w-1/3 xl:flex-col xl:gap-0\">\n <FooterTips className=\"md:w-1/2 xl:w-full\" />\n <Newsletter onSubscribe={() => {}} variant=\"footer\" className=\"md:w-1/2 xl:w-full\" />\n </div>\n </div>\n </div>\n </div>\n <div className=\"bg-claret-violet-dark text-beige-light px-6 py-8 md:px-0 md:py-6.5\">\n <div className=\"container mx-auto flex justify-between max-md:flex-col max-md:gap-4 md:items-center\">\n <nav>\n <ul className=\"-ms-2.5 flex gap-1 max-md:flex-col md:gap-10\">\n {legalLinks.map((link) => (\n <li key={link.href}>\n <Button variant=\"terciary\" href={link.href}>\n {link.label}\n </Button>\n </li>\n ))}\n </ul>\n </nav>\n <Text size=\"button\">\n {t('footer.copyright')} {new Date().getFullYear()}\n </Text>\n </div>\n </div>\n </footer>\n );\n};\n","'use client';\n\nimport clsx from 'clsx';\nimport { useTranslation } from 'react-i18next';\n\nimport { Text } from '../../../components';\n\nexport const FooterTips = ({ className }: { className?: string }) => {\n const { t } = useTranslation('design');\n\n return (\n <div className={clsx('flex items-center gap-5', className)}>\n <div className=\"bg-pink-oyster-light h-9 w-9 shrink-0 overflow-hidden rounded-full md:h-17 md:w-17\">\n <img src=\"/design-system/images/tips/claudine-head.webp\" alt={t('tips.claudineAlt')} loading=\"lazy\" decoding=\"async\" className=\"h-full w-full object-cover\" />\n </div>\n <div className={clsx('text-claret-violet-dark')}>\n <Text size=\"md\" className=\"max-md:not-italic\">\n \"&nbsp;{t('tips.footerMessage')}&nbsp;\"\n </Text>\n </div>\n </div>\n );\n};\n","'use client';\n\nexport const closeOthersAccordions = (details: HTMLDetailsElement) => {\n document.querySelectorAll<HTMLDetailsElement>('details[data-accordion]').forEach((other) => {\n if (other !== details) {\n other.removeAttribute('data-open');\n other.removeAttribute('open');\n const content = other.querySelector<HTMLElement>('[data-accordion-content]');\n if (content) {\n content.style.maxHeight = '0px';\n }\n }\n });\n};\n\nexport const accordionAnimation = (e: Event, details: HTMLDetailsElement, content: HTMLElement, delay: number = 300) => {\n e.preventDefault();\n\n const isOpening = !details.hasAttribute('open');\n if (isOpening) {\n closeOthersAccordions(details);\n\n details.setAttribute('open', '');\n\n requestAnimationFrame(() => {\n const contentHeight = content.scrollHeight;\n content.style.transition = 'max-height 0.3s ease';\n content.style.maxHeight = `${contentHeight}px`;\n });\n details.setAttribute('data-open', 'true');\n } else {\n content.style.transition = 'max-height 0.15s ease';\n content.style.maxHeight = '0px';\n details.removeAttribute('data-open');\n setTimeout(() => {\n details.removeAttribute('open');\n }, delay);\n }\n};\n","'use client';\n\nimport { useEffect, useRef } from 'react';\n\n/**\n * Calls `handler` when a pointer interaction finishes outside the element referenced by `ref`.\n *\n * The hook ensures the most recent `handler` is invoked even if it changes between renders.\n *\n * @param ref - React ref of the element to detect outside interactions for\n * @param handler - Callback invoked with the originating `MouseEvent` or `TouchEvent` when a `pointerup` occurs outside the referenced element\n */\nexport function useClickOutside<T extends HTMLElement>(ref: React.RefObject<T>, handler: (event: MouseEvent | TouchEvent) => void) {\n const handlerRef = useRef(handler);\n useEffect(() => {\n handlerRef.current = handler;\n }, [handler]);\n\n useEffect(() => {\n function listener(event: MouseEvent | TouchEvent) {\n const el = ref.current;\n if (!el || el.contains(event.target as Node)) return;\n handlerRef.current(event);\n }\n\n document.addEventListener('pointerup', listener);\n return () => {\n document.removeEventListener('pointerup', listener);\n };\n }, [ref]);\n}\n","export const debounce = (func: (...args: any[]) => void, wait: number) => {\n let timeout: ReturnType<typeof setTimeout>;\n return function executedFunction(...args: any[]) {\n const later = () => {\n func(...args);\n };\n clearTimeout(timeout);\n timeout = setTimeout(later, wait);\n };\n};\n","'use client';\n\nimport { useEffect } from 'react';\nimport type { RefObject } from 'react';\n\ntype UseSingleObserverOptions = {\n ref: RefObject<HTMLElement>;\n onAppear: () => void;\n onDisappear: () => void;\n threshold?: number;\n};\n\ntype UseMultiObserverOptions = {\n targets: Element[];\n callback: (entry: IntersectionObserverEntry, element: HTMLElement) => void;\n root?: Element | null;\n threshold?: number;\n rootMargin?: string;\n};\n\n/**\n * Observes a single element and invokes callbacks when it enters or leaves the viewport threshold.\n *\n * @param ref - RefObject pointing to the target HTMLElement to observe\n * @param onAppear - Callback invoked when the element becomes intersecting\n * @param onDisappear - Callback invoked when the element stops being intersecting\n * @param threshold - Intersection ratio threshold between 0 and 1 that determines when callbacks fire\n */\nexport function useIntersectionObserver({ ref, onAppear, onDisappear, threshold = 0.5 }: UseSingleObserverOptions) {\n const element = ref.current;\n\n useEffect(() => {\n if (!element) return;\n\n const observer = new IntersectionObserver(\n (entries) => {\n entries.forEach((entry) => {\n if (entry.isIntersecting) {\n onAppear();\n } else {\n onDisappear();\n }\n });\n },\n { threshold },\n );\n\n observer.observe(element);\n\n return () => {\n observer.disconnect();\n };\n }, [element, onAppear, onDisappear, threshold]);\n}\n\n/**\n * Observe all elements matching a CSS selector and invoke a callback for each element when it becomes visible.\n *\n * Observers are created for the currently matched elements and re-created on window resize to account for layout changes; observers are cleaned up on unmount or when inputs change.\n *\n * @param selector - CSS selector used to find elements to observe. If falsy, no observer is created.\n * @param callback - Invoked for each intersecting entry as `callback(entry, element)`, where `entry` is the IntersectionObserverEntry and `element` is the observed HTMLElement.\n * @param root - Optional ancestor element used as the viewport for intersection; `null` means the browser viewport.\n * @param threshold - Intersection ratio at which the callback is triggered (e.g., `0.1`).\n * @param rootMargin - Margin around the root bounding box (e.g., `'0px'`, `'10px 0px'`).\n */\nexport function useMultiIntersectionObserver({ targets, callback, root = null, threshold = 0.1, rootMargin = '0px' }: UseMultiObserverOptions) {\n useEffect(() => {\n if (!targets?.length) return;\n\n const createObserver = () => {\n const observer = new IntersectionObserver(\n (entries) => {\n entries.forEach((entry) => {\n if (entry.isIntersecting) {\n const el = entry.target as HTMLElement;\n callback(entry, el);\n }\n });\n },\n { root, threshold, rootMargin },\n );\n\n targets.forEach((el) => observer.observe(el));\n return observer;\n };\n\n let observer = createObserver();\n\n const handleResize = () => {\n observer.disconnect();\n observer = createObserver();\n };\n\n window.addEventListener('resize', handleResize);\n\n return () => {\n window.removeEventListener('resize', handleResize);\n observer.disconnect();\n };\n }, [targets, root, threshold, rootMargin, callback]);\n}\n","'use client';\n\nimport { useEffect, useRef } from 'react';\n\nexport const onKeyDown = (e: React.KeyboardEvent<HTMLLIElement | HTMLLabelElement | HTMLDivElement>, callback: () => void) => {\n if (e.key === 'Enter' || e.key === ' ') {\n callback();\n }\n};\n\nexport function useArrowNavigation<T extends HTMLElement = HTMLElement>(selector: string) {\n const containerRef = useRef<T | null>(null);\n\n useEffect(() => {\n const container = containerRef.current;\n if (!container) return;\n\n const handleKeyDown = (e: KeyboardEvent) => {\n const items = Array.from(container.querySelectorAll<HTMLElement>(selector));\n const currentIndex = items.indexOf(document.activeElement as HTMLElement);\n\n if (items.length === 0) return;\n\n switch (e.key) {\n case 'ArrowDown': {\n e.preventDefault();\n const nextIndex = (currentIndex + 1) % items.length;\n items[nextIndex].focus();\n break;\n }\n case 'ArrowUp': {\n e.preventDefault();\n const prevIndex = (currentIndex - 1 + items.length) % items.length;\n items[prevIndex].focus();\n break;\n }\n }\n };\n\n container.addEventListener('keydown', handleKeyDown as EventListener);\n return () => container.removeEventListener('keydown', handleKeyDown as EventListener);\n }, [selector]);\n\n return containerRef;\n}\n\nexport const onNumericInput = (e: React.KeyboardEvent<HTMLInputElement>) => {\n const allowed = ['Backspace', 'Delete', 'Tab', 'Escape', 'Enter', 'ArrowLeft', 'ArrowRight'];\n\n if (allowed.includes(e.key)) {\n return;\n }\n\n // Block everything except numbers\n if (!/^[0-9]$/.test(e.key)) {\n e.preventDefault();\n }\n};\n","'use client';\n\nimport { useEffect, useState } from 'react';\n\nexport function useIsMobile() {\n const [isMobile, setIsMobile] = useState(false);\n\n useEffect(() => {\n const check = () => setIsMobile(window.innerWidth < 768);\n check();\n window.addEventListener('resize', check);\n return () => window.removeEventListener('resize', check);\n }, []);\n\n return isMobile;\n}\n\nexport function useIsDesktop() {\n const [isDesktop, setIsDesktop] = useState(false);\n\n useEffect(() => {\n const check = () => setIsDesktop(window.innerWidth >= 1024);\n check();\n window.addEventListener('resize', check);\n return () => window.removeEventListener('resize', check);\n }, []);\n\n return isDesktop;\n}\n","'use client';\n\nexport const disableScroll = () => {\n const scrollY = window.scrollY;\n document.body.style.position = 'fixed';\n document.body.style.top = `-${scrollY}px`;\n document.body.style.width = '100%';\n};\n\nexport const enableScroll = () => {\n const scrollY = document.body.style.top;\n document.body.style.position = '';\n document.body.style.top = '';\n document.body.style.width = '';\n window.scrollTo(0, parseInt(scrollY || '0') * -1);\n};\n","'use client';\n\nimport { useEffect, useRef, useState } from 'react';\n\nimport clsx from 'clsx';\n\nimport { NavbarDesktop, NavbarMobile } from '../../../components';\nimport { debounce } from '../../../helpers';\n\nexport type NavbarProps = {\n variant: 'light' | 'dark';\n activeNavLink: string;\n voucher?: string;\n connected?: boolean;\n className?: string;\n};\n\nexport const menuNavLinks = [\n {\n label: 'recipes',\n href: '/recettes',\n },\n {\n label: 'history',\n href: '/notre-histoire',\n },\n {\n label: 'blog',\n href: '/blog',\n },\n {\n label: 'sponsorship',\n href: '/parrainage',\n },\n];\n\n//todo update nav links\n//todo connected style when design ready\n//todo dog/Cat menu when design ready\n//todo manage analytics events on buttons\n\nexport const Navbar = (props: NavbarProps) => {\n const [variant, setVariant] = useState<'light' | 'dark'>(props.variant);\n const navRef = useRef<HTMLDivElement | null>(null);\n\n // GSAP system to manage navbar variant changes\n useEffect(() => {\n const handleNavbarChange = debounce((event: CustomEvent) => {\n const newVariant = event.detail as 'light' | 'dark';\n setVariant(newVariant);\n }, 10);\n\n window.addEventListener('navbar-change', handleNavbarChange as EventListener);\n\n return () => {\n window.removeEventListener('navbar-change', handleNavbarChange as EventListener);\n };\n }, []);\n\n return (\n <div id=\"navbar\" ref={navRef} className={clsx('w-full', variant === 'light' ? 'bg-claret-violet-dark' : 'bg-beige-light', props.voucher ? 'h-36 lg:h-36.5' : 'h-21 lg:h-27.5')}>\n <NavbarDesktop {...props} variant={variant} />\n <NavbarMobile {...props} variant={variant} />\n </div>\n );\n};\n","'use client';\n\nimport clsx from 'clsx';\nimport { useTranslation } from 'react-i18next';\n\nimport { ProfilIcon } from '../../../components';\nimport { menuNavLinks } from '../Navbar/Navbar';\n\ntype MobileMenuProps = {\n variant: 'dark' | 'light';\n className?: string;\n activeNavLink: string;\n};\n\nconst variantStyles = {\n light: 'text-claret-violet-dark bg-beige-light',\n dark: 'text-beige-light bg-claret-violet-dark',\n};\n\nexport const MobileMenu = ({ variant, className, activeNavLink }: MobileMenuProps) => {\n const { t } = useTranslation();\n\n //prettier-ignore\n const linkStyles = clsx(\n 'w-full border-t px-6 py-4.5', \n variant === 'light' ? 'border-claret-violet-light/30' : 'border-beige-light/30', \n );\n\n return (\n <ul className={clsx('absolute top-0 right-0 left-0 z-1 w-full -translate-y-full transition-transform duration-300 ease-in-out group-data-[open=false]:duration-150 group-data-[open=true]:translate-y-0', variantStyles[variant], className)}>\n {menuNavLinks.map((item) => (\n <li key={item.label} className={clsx(linkStyles, activeNavLink === item.href && 'font-semibold')}>\n <a href={item.href} aria-current={activeNavLink === item.href ? 'page' : undefined}>\n {t(`navigation.${item.label}`)}\n </a>\n </li>\n ))}\n <li>\n <a href=\"/auth/sign-in\" className={clsx('flex items-center gap-2.5 font-semibold', linkStyles, variant === 'light' ? 'bg-beige-dark' : 'bg-claret-violet-light')}>\n <ProfilIcon className=\"w-2.5\" /> {t('navigation.signIn')}\n </a>\n </li>\n </ul>\n );\n};\n","'use client';\n\nimport clsx from 'clsx';\nimport { useTranslation } from 'react-i18next';\n\nimport { Banner, Button, Logo } from '../../../components';\nimport { menuNavLinks, NavbarProps } from '../Navbar/Navbar';\n\nconst variantStyles = {\n light: 'text-claret-violet-dark from-claret-violet-dark to-claret-violet-dark/0',\n dark: 'text-beige-light from-beige-light to-beige-light/0 ',\n};\n\nexport const NavbarDesktop = ({ variant = 'dark', className, voucher, activeNavLink }: NavbarProps) => {\n const { t } = useTranslation('design');\n\n return (\n <nav className={clsx('group fixed top-0 right-0 left-0 z-100 bg-linear-to-b from-60% px-0 py-7.5 transition-colors duration-300 max-lg:hidden', voucher ? 'pt-16.5' : 'pt-7.5', variantStyles[variant], className)}>\n {!!voucher && <Banner content={voucher} className={clsx('top-0 z-100')} />}\n\n <div className={clsx('relative z-20 container mx-auto flex flex-1 items-center justify-between')}>\n <div className=\"flex items-center md:gap-10 xl:gap-20\">\n <a href=\"/\" className=\"me-auto\">\n <Logo className=\"w-18 xl:w-36\" variant={variant === 'dark' ? 'primary' : 'secondary'} />\n </a>\n <ul className=\"flex items-center justify-between md:gap-2.5 xl:gap-5\">\n {menuNavLinks.map((link) => (\n <li key={link.label}>\n <Button variant=\"terciary\" as=\"a\" href={link.href} color={variant} active={activeNavLink === link.href}>\n {t(`navigation.${link.label}`)}\n </Button>\n </li>\n ))}\n </ul>\n </div>\n\n <div className=\"flex items-center gap-6\">\n <Button variant=\"secondary\" color={variant} as=\"a\" href=\"/auth/sign-in\" size=\"md\">\n {t('navigation.signIn')}\n </Button>\n <Button variant=\"primary\" color={variant} as=\"a\" href=\"/wizard/type\" size=\"md\">\n {t('navigation.tryTwoWeeks')}\n </Button>\n </div>\n </div>\n </nav>\n );\n};\n","'use client';\n\nimport { useCallback, useEffect, useMemo, useRef, useState } from 'react';\n\nimport clsx from 'clsx';\n\nimport { Banner, CrossIcon, Logo, MenuIcon, MobileMenu } from '../../../components';\nimport { disableScroll, enableScroll } from '../../../helpers';\nimport { NavbarProps } from '../Navbar/Navbar';\n\nconst variantStyles = {\n light: 'text-claret-violet-dark from-claret-violet-dark to-claret-violet-dark/0 group-data-[open=true]:from-claret-violet-dark/0 group-data-[open=true]:text-claret-violet-dark',\n dark: 'text-beige-light from-beige-light to-beige-light/0 group-data-[open=true]:from-beige-light/0 group-data-[open=true]:text-beige-light',\n};\n\nconst overlayStyles = {\n dark: 'bg-claret-violet-dark/30',\n light: 'bg-beige-light/30',\n};\n\nexport const NavbarMobile = ({ variant = 'dark', className, voucher, activeNavLink }: NavbarProps) => {\n const [isOpen, setIsOpen] = useState(false);\n const [isClosing, setIsClosing] = useState(false);\n const closingTimerRef = useRef<number | null>(null);\n\n const handleClickMenu = useCallback(() => {\n if (isOpen) {\n enableScroll();\n setIsClosing(true);\n setIsOpen(false);\n closingTimerRef.current = window.setTimeout(() => {\n setIsClosing(false);\n }, 300);\n } else {\n disableScroll();\n setIsOpen(true);\n }\n }, [isOpen]);\n\n useEffect(() => {\n return () => {\n if (closingTimerRef.current !== null) {\n clearTimeout(closingTimerRef.current);\n }\n };\n }, []);\n\n const logoVariant: 'primary' | 'secondary' = useMemo(() => {\n return (variant === 'dark' && !isOpen) || (variant === 'light' && isOpen) ? 'primary' : 'secondary';\n }, [variant, isOpen]);\n\n const mobileMenuStyles = useMemo(() => {\n return clsx({\n 'text-claret-violet-dark': (variant === 'dark' && !isOpen) || (variant === 'light' && isOpen),\n 'text-beige-light': (variant === 'dark' && isOpen) || (variant === 'light' && !isOpen),\n });\n }, [variant, isOpen]);\n\n return (\n <nav data-open={isOpen} className={clsx('group fixed top-0 right-0 left-0 z-20 block lg:hidden', className)}>\n {!!voucher && <Banner content={voucher} className={clsx('z-100', isOpen ? 'top-0' : 'top-7')} />}\n <div className={clsx('relative z-10 flex items-center justify-between bg-linear-to-b from-60% p-6 pe-3 transition-colors duration-150', voucher ? (isOpen ? 'h-29.5 pt-13.5' : 'h-36 pt-20.5') : 'h-21.5 pt-6', variantStyles[variant])}>\n <a href=\"/\" className=\"me-auto\">\n <Logo className=\"w-18 md:w-36\" variant={logoVariant} />\n </a>\n\n <button onClick={handleClickMenu} className={clsx('p-3', mobileMenuStyles)}>\n {isOpen ? <CrossIcon className=\"w-4\" /> : <MenuIcon className=\"w-4\" />}\n </button>\n </div>\n <MobileMenu variant={variant} className={voucher ? 'pt-29.5' : 'pt-21.5'} activeNavLink={activeNavLink} />\n {(isOpen || isClosing) && <div onClick={handleClickMenu} className={clsx('fixed inset-0 z-0', overlayStyles[variant], isClosing ? 'animate-fade-out' : 'animate-fade-in')}></div>}\n </nav>\n );\n};\n","import clsx from 'clsx';\n\nexport type StepperProps = {\n totalSteps: number;\n currentStep: number;\n className?: string;\n};\n\nexport const Stepper = ({ totalSteps, currentStep, className }: StepperProps) => {\n return (\n <div className={clsx('relative flex items-center justify-between gap-2', className)}>\n {Array.from({ length: totalSteps }).map((_, index) => (\n <div key={index} className={clsx('bg-beige-light border-claret-violet-dark/40 z-2 h-1.5 w-1.5 rounded-full border transition-colors duration-200 md:h-2.5 md:w-2.5', index <= currentStep - 1 && 'bg-claret-violet-dark delay-150')}></div>\n ))}\n <div className=\"bg-claret-violet-dark/30 absolute right-0 left-0 z-0 h-0.25 md:h-0.5\"></div>\n <div style={{ width: `${((currentStep - 1) / (totalSteps - 1)) * 100}%` }} className={clsx('bg-claret-violet-dark transition-width absolute left-0 z-1 block h-0.25 w-0 max-w-full shrink-0 duration-300 md:h-0.5')}></div>\n </div>\n );\n};\n","'use client';\n\nimport React, { useState } from 'react';\n\nimport clsx from 'clsx';\n\nimport { CheckRoundedIcon, Text } from '../../../components';\n\nexport interface TabItem {\n id: string;\n label: string;\n content: React.ReactNode;\n disabled?: boolean;\n}\n\nexport interface TabsProps {\n tabs: TabItem[];\n defaultActiveTab?: string;\n onTabChange?: (tabId: string) => void;\n className?: string;\n tabClassName?: string;\n activeTabClassName?: string;\n contentClassName?: string;\n variant?: 'default';\n}\n\nexport const Tabs = ({ tabs, defaultActiveTab, onTabChange, className = '', tabClassName = '', activeTabClassName = '', contentClassName = '', variant = 'default' }: TabsProps) => {\n const [activeTab, setActiveTab] = useState(defaultActiveTab || tabs[0]?.id);\n\n const handleTabClick = (tabId: string) => {\n if (tabs.find((tab) => tab.id === tabId)?.disabled) return;\n\n setActiveTab(tabId);\n onTabChange?.(tabId);\n };\n\n const activeTabContent = tabs.find((tab) => tab.id === activeTab)?.content;\n\n const baseTabStyles = {\n default: 'px-6 py-3 rounded-t-2xl transition-all duration-200 font-medium relative cursor-pointer',\n };\n\n const activeTabStyles = {\n default: `bg-beige-dark text-claret-violet-dark cursor-pointer transition-all duration-200 hover:bg-beige-light`,\n };\n\n const inactiveTabStyles = {\n default: `bg-claret-violet-dark/30 text-claret-violet-dark `,\n };\n\n\n return (\n <div className={clsx('w-full', className)}>\n {/* Tab Navigation */}\n <div className={clsx('flex', variant === 'default' ? 'border-b border-gray-200' : 'gap-1')}>\n {tabs.map((tab, index) => {\n const isActive = activeTab === tab.id;\n const isDisabled = tab.disabled;\n const isLastIndex = index === tabs.length - 1;\n\n return (\n <button\n key={tab.id}\n onClick={() => handleTabClick(tab.id)}\n disabled={isDisabled}\n className={clsx(\n \"w-full\",\n baseTabStyles[variant],\n {\n [activeTabStyles[variant]]: isActive,\n [inactiveTabStyles[variant]]: !isActive,\n },\n tabClassName,\n {\n [activeTabClassName]: isActive,\n },\n )}\n >\n <div className=\"flex items-center gap-[16px]\">\n <div className=\"w-6\">{isActive ? <CheckRoundedIcon className=\"w-6\" /> : null}</div>\n <Text size=\"xl\">{tab.label}</Text>\n </div>\n </button>\n );\n })}\n </div>\n\n {/* Tab Content */}\n {activeTabContent ? <div className={clsx(contentClassName)}>{activeTabContent}</div> : null}\n </div>\n );\n};\n","'use client';\n\nimport clsx from 'clsx';\nimport { useTranslation } from 'react-i18next';\n\nimport { Banner, Button, Logo, Stepper, Text } from '../../../components';\n\nexport type WizardNavbarProps = {\n variant: 'default' | 'form' | 'payment';\n totalSteps?: number;\n currentStep?: number;\n className?: string;\n};\n\nconst variantStyles = {\n default: 'bg-beige-light text-claret-violet-dark pt-20 md:pt-9.5 pb-6',\n form: 'bg-beige-light text-claret-violet-dark pt-5',\n payment: 'bg-claret-violet-dark text-beige-light pt-5',\n};\n\nconst containerStyles = {\n default: 'justify-center ',\n form: '',\n payment: 'justify-center',\n};\n\nconst tagStyles = {\n default: 'hidden',\n form: 'bg-claret-violet-dark/30',\n payment: 'bg-beige-light/30',\n};\n\nconst TagDesktop = ({ variant, totalSteps, currentStep, className }: { variant: WizardNavbarProps['variant']; totalSteps: number; currentStep: number; className?: string }) => {\n const { t } = useTranslation('design');\n\n return (\n <div className={clsx('flex items-center gap-4 max-md:invisible max-md:w-21', className)}>\n <Text size=\"legend\">{t('wizard.myPet')}</Text>\n <Text size=\"button\" className={clsx('min-w-9 rounded-full p-1.5 text-center leading-none', tagStyles[variant])}>\n {currentStep}/{totalSteps}\n </Text>\n </div>\n );\n};\n\nconst TagMobile = ({ variant, totalSteps, currentStep, className }: { variant: WizardNavbarProps['variant']; totalSteps: number; currentStep: number; className?: string }) => {\n const { t } = useTranslation('design');\n\n return (\n <div className={clsx('mx-auto mt-6 flex h-6 w-fit items-center gap-2.5 rounded-full px-1.5 md:hidden', tagStyles[variant], className)}>\n <Text size=\"md\" className={clsx('text-center leading-none max-md:not-italic')}>\n {currentStep}/{totalSteps}\n </Text>\n <Text size=\"md\" className=\"leading-none\">\n {t('wizard.myPet')}\n </Text>\n </div>\n );\n};\n\n//todo update button actions or links\nexport const WizardNavbar = ({ variant = 'default', totalSteps = 8, currentStep = 1, className }: WizardNavbarProps) => {\n const { t } = useTranslation('design');\n\n return (\n <nav className={clsx('fixed top-0 right-0 left-0 z-10', variantStyles[variant], className)}>\n <div className={clsx('container mx-auto flex items-center', containerStyles[variant])}>\n <Button as=\"a\" href=\"/\" variant=\"terciary\" color={variant === 'payment' ? 'light' : 'dark'} className={clsx(variant === 'default' && 'hidden')}>\n {t('navigation.back')}\n </Button>\n <Logo variant={variant === 'payment' ? 'secondary' : 'primary'} className=\"mx-auto w-28\" />\n {variant != 'default' && <TagDesktop variant={variant} totalSteps={totalSteps} currentStep={currentStep} />}\n </div>\n {variant != 'default' && (\n <div className=\"container mx-auto px-6 pb-5 md:px-0\">\n <TagMobile variant={variant} totalSteps={totalSteps} currentStep={currentStep} />\n {variant === 'form' && <Stepper totalSteps={totalSteps} currentStep={currentStep} className=\"mx-auto mt-6 w-full md:mt-3.5 md:w-3/4\" />}\n </div>\n )}\n {variant === 'payment' && <Banner content={t('wizard.promotionBanner')} className=\"top-full\" />}\n </nav>\n );\n};\n","import clsx from 'clsx';\n\nimport { Text } from '../../../components';\n\nexport type BannerProps = {\n content: string;\n className?: string;\n};\n\nexport const Banner = ({ content, className }: BannerProps) => {\n return (\n <div data-banner className={clsx('bg-lavender-blue-light text-claret-violet-dark absolute right-0 left-0 overflow-hidden py-2.5 transition-all duration-300', className)}>\n <div className=\"max-md:animate-banner flex items-center justify-start leading-none max-lg:min-w-max max-lg:will-change-transform md:container md:mx-auto md:justify-center\">\n <Text size=\"button\" className=\"max-lg:!text-sm-mobile max-lg:px-3 max-lg:whitespace-nowrap md:text-center\">\n {content}\n </Text>\n <Text size=\"button\" className=\"!text-sm-mobile px-3 max-lg:whitespace-nowrap md:hidden\" aria-hidden=\"true\">\n {content}\n </Text>\n </div>\n </div>\n );\n};\n","import clsx from 'clsx';\n\nexport interface EmblemProps {\n variant?: 'primary' | 'secondary';\n className?: string;\n}\n\nconst variantStyles = {\n primary: 'var(--color-claret-violet-dark)',\n secondary: 'var(--color-beige-light)',\n};\n\nexport const Emblem = ({ variant = 'primary', className = '' }: EmblemProps) => {\n return (\n <svg className={clsx('h-auto', className)} viewBox=\"0 0 200 176\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <path\n d=\"M199.461 47.7402C199.323 30.8016 199.738 15.1765 198.563 4.18366C198.355 2.52437 198.424 0.381105 195.106 0.381105C190.888 0.381105 183.975 -0.241131 176.508 0.104556C168.903 0.450243 155.698 1.21075 138.621 0.657655C136.339 0.588518 125.415 0.588518 121.198 0.588518C119.608 0.588518 118.64 1.97127 118.709 3.56143C121.544 78.3681 108.2 105.608 87.1823 125.105C85.1082 127.041 81.2365 125.105 82.8267 120.542C98.3826 76.3631 89.8787 20.9841 85.4539 3.97625C85.2141 3.0286 84.6592 2.19067 83.8802 1.60015C83.1012 1.00963 82.1445 0.701645 81.1673 0.726792H69.5522C65.1966 0.726792 43.6948 0.588518 37.2651 0.588518C22.2622 0.588518 12.7213 0.726792 5.46186 1.00334C2.41982 1.07248 0.0691374 3.56143 0 6.60347C0 8.81587 1.47709e-05 11.4431 0.0691522 14.0012C0.345702 21.3297 0.622264 25.6163 0.622264 36.54V91.5042C0.622264 119.228 9.95579 134.577 17.7683 145.708C22.4697 152.414 26.4797 156.632 34.4305 161.61C52.4062 172.81 66.925 175.852 102.807 175.852C138.69 175.852 148.3 168.938 155.352 166.587C183.629 157.323 198.908 130.152 198.908 102.704C198.908 89.8449 199.462 57.0738 199.392 47.6711L199.461 47.7402Z\"\n fill={variantStyles[variant]}\n />\n </svg>\n );\n};\n","import clsx from 'clsx';\n\nexport interface LogoProps {\n variant?: 'primary' | 'secondary';\n className?: string;\n}\n\nconst variantStyles = {\n primary: 'var(--color-claret-violet-dark)',\n secondary: 'var(--color-beige-light)',\n};\n\nexport const Logo: React.FC<LogoProps> = ({ variant = 'primary', className = '' }) => {\n return (\n <svg className={clsx('h-auto', className)} viewBox=\"0 0 1024 176\" fill=\"none\">\n <path\n d=\"M610.659 139.071C610.659 128.354 609.622 113.559 609.484 100.008C609.415 93.44 609.069 75.7408 609.484 59.7701C609.622 55.4144 608.931 22.9889 609.276 8.40095C609.3 7.50521 609.137 6.61434 608.799 5.78466C608.46 4.95498 607.953 4.20453 607.31 3.58075C606.667 2.95697 605.901 2.47342 605.061 2.16067C604.222 1.84792 603.326 1.71277 602.432 1.76376C591.093 2.386 582.797 1.69462 563.853 1.69462C560.12 1.69462 526.45 2.59341 513.175 1.69462C510.755 1.55635 508.612 3.07737 507.921 5.3589C505.639 13.2406 500.523 30.5249 499.279 34.3275C497.896 38.5449 488.839 67.1678 486.35 75.1877C486.143 75.8791 485.106 75.9482 484.829 75.2568C482.962 70.9703 475.841 50.7822 473.076 41.5178C470.034 31.2854 464.019 12.7566 461.253 5.56632C460.907 4.59839 460.562 1.90203 457.451 1.90203C453.994 1.90203 440.719 2.24772 437.608 2.24772C417.351 2.24772 407.395 2.80082 398.822 2.80082C379.256 2.80082 373.034 2.17858 362.94 2.52427C359.414 2.66255 356.579 5.3589 356.233 8.88491C355.749 13.9319 355.888 20.8457 355.888 25.0631C355.819 41.3104 355.888 62.1207 356.441 77.7458C356.856 89.8448 356.717 147.16 356.925 164.652C356.925 168.039 359.69 170.805 363.078 170.874C372.481 171.081 390.387 170.39 397.785 171.22C403.869 171.911 411.474 171.427 416.659 171.22C420.047 171.081 422.744 169.837 422.744 164.859V151.792C422.744 147.021 422.536 139.278 422.398 134.577C422.19 125.935 422.674 117.016 422.744 106.3C422.744 103.534 423.089 96.0672 423.02 91.0202C423.02 87.2867 424.472 89.43 424.749 90.1214C426.892 95.5141 430.556 105.124 431.386 108.305C432.492 112.66 436.64 122.409 439.06 132.088C440.65 138.379 448.117 158.567 450.952 166.518C451.92 169.284 454.478 171.15 457.451 171.289C460.147 171.358 469.342 171.842 471.555 171.842H491.328C494.024 171.842 496.997 170.943 503.634 170.736C506.676 170.666 509.304 168.661 510.272 165.758C511.723 161.333 513.798 156.355 514.143 154.972C514.696 152.829 522.509 130.014 523.753 123.722C524.306 120.888 529.976 99.5932 534.055 89.0152C534.608 87.5633 536.751 87.909 536.889 89.43C537.097 91.7807 537.235 94.0622 537.235 95.2375C537.235 97.9339 536.889 117.569 537.581 126.349C538.203 133.609 537.097 155.802 536.889 164.306C536.877 165.207 537.053 166.102 537.405 166.932C537.757 167.762 538.278 168.509 538.935 169.127C539.592 169.745 540.37 170.219 541.22 170.52C542.07 170.821 542.973 170.941 543.872 170.874C544.979 170.805 546.085 170.736 546.984 170.736C550.786 170.736 565.72 170.321 574.154 170.736C584.041 171.22 595.103 169.837 603.884 170.321C607.617 170.528 610.728 167.555 610.659 163.822V139.209V139.071ZM164.723 120.196C164.68 119.367 164.317 118.587 163.711 118.02C163.105 117.453 162.303 117.142 161.473 117.154C156.081 117.292 144.258 117.915 140.317 117.915C134.994 117.915 120.544 117.915 114.806 117.5C110.173 117.154 90.3309 117.638 83.1406 117.845C81.7578 117.845 81.1356 116.67 80.7208 115.357C80.2368 113.836 80.5134 111.139 80.4442 109.203V105.608C80.4442 104.295 81.5504 103.327 82.7949 103.327C85.8369 103.327 91.0914 103.327 93.3729 103.257C101.324 103.119 112.109 103.603 117.917 103.603C125.107 103.603 119.922 103.257 124.001 102.981C126.351 102.843 128.218 100.769 128.011 98.4179C127.803 95.1684 127.527 89.0152 127.527 86.7336C127.527 84.9361 127.458 79.3359 127.319 76.5013C127.181 72.9062 126.421 70.0024 122.825 70.1407C122.341 70.1407 116.465 70.2098 110.242 70.2098H102.153C98.7656 70.2098 90.1235 70.5555 84.1085 70.4172C83.0387 70.3794 82.023 69.9375 81.266 69.1806C80.5091 68.4236 80.0672 67.4079 80.0294 66.3381C80.0294 64.0566 79.8911 63.8492 79.6837 62.5355C79.4763 61.0837 79.4763 58.3182 79.5454 56.244C79.5454 54.723 80.7899 53.5477 82.3109 53.5477C87.0123 53.4786 96.7606 53.2711 101.255 53.5477C107.339 53.9625 114.045 53.5477 123.448 53.5477C130.431 53.5477 150.411 53.2711 158.846 53.202C161.404 53.202 163.409 51.0587 163.34 48.5007C163.271 44.6981 163.478 39.5128 163.478 37.5769V15.1764C163.478 13.8628 163.271 12.2726 163.271 10.6825C163.271 6.32683 159.745 2.73168 155.32 2.66255C146.194 2.52427 129.532 2.386 125.522 2.80082C119.438 3.49219 84.5233 3.35392 55.2091 3.35392C45.8064 3.35392 18.9119 2.9391 6.81287 3.21564C3.49428 3.28478 0.867054 5.98114 0.936191 9.29974C0.936191 14.1394 0.936191 20.8457 0.452229 24.9248C-0.37742 31.8385 0.037405 66.4072 0.867054 86.8028C1.55843 104.433 1.07447 154.557 0.867054 167.694C0.867054 169.491 2.2498 170.874 4.04737 170.874C11.2377 170.874 28.4529 171.081 32.6703 171.081C37.9247 171.081 64.75 171.081 75.9503 170.874C86.5283 170.666 105.749 170.666 115.289 170.666C123.309 170.666 152.624 170.874 160.574 171.081C162.165 171.081 164.792 170.113 164.792 167.555V155.733C164.792 145.639 164.515 146.33 164.515 134.162C164.515 129.806 164.93 124.275 164.723 120.127V120.196ZM342.544 140.384C343.097 134.853 343.028 129.599 342.475 122.132C342.386 120.915 341.821 119.782 340.902 118.98C339.983 118.177 338.784 117.769 337.566 117.845C331.897 118.122 327.403 118.122 322.978 117.638C319.936 117.292 306.109 117.016 298.365 117.431C292.696 117.707 272.231 117.569 263.105 117.431C260.132 117.431 257.713 114.942 257.851 111.9C258.127 105.332 256.33 94.4079 257.09 81.3409C257.298 77.331 257.92 56.244 257.574 52.1649C257.229 48.8463 257.436 17.7345 257.574 6.32683C257.574 4.11443 255.777 2.31686 253.495 2.386C251.075 2.45513 238.216 2.10945 236.28 1.97117C232.201 1.69462 217.267 3.21564 210.768 2.80082C206.067 2.52427 194.659 1.97117 185.187 2.04031C181.731 2.04031 178.965 4.87494 178.896 8.26268C178.758 15.1764 178.55 26.1001 178.481 32.2534C178.343 41.6561 178.827 59.4244 179.034 73.6667C179.172 86.5262 177.79 116.186 179.034 137.411C179.311 142.113 179.172 159.397 179.034 167.417C179.034 169.629 180.832 171.427 183.113 171.358C185.879 171.289 189.405 171.22 191.202 171.358C200.674 172.118 221.415 170.597 229.574 170.597C237.732 170.597 253.91 171.289 262.483 171.358C271.056 171.427 274.029 169.975 300.232 170.459C317.793 170.805 330.86 171.358 337.705 170.943C340.747 170.736 343.097 168.178 343.097 165.135V154.834C343.097 154.834 341.991 147.92 342.682 140.523L342.544 140.384ZM1023.62 28.1051C1023.2 17.1814 1023.41 10.7516 1023.41 10.7516V6.67252C1023.55 4.73667 1022.03 3.21564 1020.09 3.21564C1012.21 2.73168 976.258 2.24772 958.489 2.66255C953.65 2.80082 944.385 2.66255 940.583 2.66255C899.723 2.9391 899.377 3.42306 886.656 2.9391C873.934 2.45513 836.047 3.28478 836.047 3.28478C834.872 3.28478 833.835 4.25271 833.835 5.49718V7.98613C833.835 9.36888 833.835 10.7516 834.042 12.0652C834.319 15.1073 834.803 21.5371 834.803 28.1743V65.5776C834.803 67.306 836.116 68.6888 837.845 68.6888C842.339 68.7579 852.847 68.8962 854.991 68.8962C859.346 68.8962 864.877 69.2419 872.621 68.827C878.912 68.4814 887.001 68.3431 890.458 68.274C891.15 68.274 891.703 68.8271 891.703 69.5184C891.564 73.8741 891.91 81.2718 891.91 88.0473V121.51C891.91 125.105 891.979 161.333 891.91 169.837C891.91 170.805 892.671 171.634 893.639 171.634C893.639 171.634 915.97 171.22 928.138 171.22C940.306 171.22 944.316 172.257 949.847 171.773C955.447 171.22 965.818 171.773 965.818 171.773C968.722 171.773 968.653 170.528 968.653 168.247C968.653 157.461 968.376 125.036 968.653 121.648C969.067 117.569 968.307 87.6324 968.03 83.5533C967.616 78.0223 967.892 71.8691 967.823 70.2098C967.823 69.5184 968.307 68.8962 969.067 68.8962C972.801 68.8271 981.581 68.6196 987.942 68.8962C995.685 69.311 998.727 68.6888 1001.7 68.6888C1005.5 68.6888 1015.32 68.274 1020.16 68.4814C1021.89 68.5505 1023.34 67.1678 1023.34 65.4393C1023.41 57.0737 1023.55 34.6732 1023.34 28.1743L1023.62 28.1051Z\"\n fill={variantStyles[variant]}\n />\n <path\n d=\"M1015.18 155.248C1015.18 152.552 1013.38 150.616 1010 150.616H1004.47V164.029H1007.78V159.535H1009.86L1012.14 164.029H1015.8L1012.9 158.913C1014.28 158.221 1015.18 156.977 1015.18 155.179V155.248ZM1010 156.769H1007.78V153.727H1010C1011.1 153.727 1011.86 154.28 1011.86 155.248C1011.86 156.424 1010.96 156.769 1010 156.769Z\"\n fill={variantStyles[variant]}\n />\n <path\n d=\"M1009.44 143.288C1001.56 143.288 995.201 149.648 995.201 157.53C995.201 165.412 1001.56 171.842 1009.44 171.842C1017.33 171.842 1023.76 165.412 1023.76 157.53C1023.76 149.648 1017.33 143.288 1009.44 143.288ZM1020.64 157.53C1020.64 163.683 1015.67 168.661 1009.44 168.661C1003.22 168.661 998.313 163.683 998.313 157.53C998.313 151.377 1003.29 146.399 1009.44 146.399C1015.6 146.399 1020.64 151.377 1020.64 157.53Z\"\n fill={variantStyles[variant]}\n />\n <path\n d=\"M822.012 47.7404C821.874 30.8017 822.289 15.1767 821.113 4.18382C820.906 2.52452 820.975 0.381258 817.657 0.381258C813.439 0.381258 806.525 -0.240979 799.059 0.104708C791.454 0.450395 778.248 1.21091 761.171 0.657808C758.89 0.58867 747.966 0.58867 743.749 0.58867C742.159 0.58867 741.191 1.97142 741.26 3.56158C744.094 78.3683 730.751 105.608 709.733 125.105C707.659 127.041 703.787 125.105 705.377 120.542C720.933 76.3633 712.429 20.9842 708.005 3.9764C707.765 3.02875 707.21 2.19082 706.431 1.6003C705.652 1.00979 704.695 0.701798 703.718 0.726945H692.103C687.747 0.726945 666.246 0.58867 659.816 0.58867C644.813 0.58867 635.272 0.726945 628.013 1.00349C624.971 1.07263 622.62 3.56158 622.551 6.60363C622.551 8.81602 622.551 11.4432 622.62 14.0013C622.896 21.3299 623.173 25.6164 623.173 36.5401V91.5044C623.173 119.228 632.507 134.577 640.319 145.708C645.02 152.414 649.03 156.632 656.981 161.61C674.957 172.81 689.476 175.852 725.358 175.852C761.24 175.852 770.851 168.938 777.903 166.588C806.18 157.323 821.459 130.152 821.459 102.705C821.459 89.8451 822.012 57.0739 821.943 47.6713L822.012 47.7404Z\"\n fill={variantStyles[variant]}\n />\n </svg>\n );\n};\n","'use client';\n\nimport React from 'react';\n\nimport clsx from 'clsx';\n\nexport interface ResponsiveImageProps {\n alt: string;\n className?: string;\n mobile: string;\n desktop: string;\n mobile2x?: string;\n desktop2x?: string;\n type?: 'image/webp' | 'image/jpeg' | 'image/png' | 'image/svg+xml';\n loading?: 'lazy' | 'eager';\n decoding?: 'async' | 'auto' | 'sync';\n fadeOnLoad?: boolean;\n}\n\nexport const ResponsiveImage = React.forwardRef<HTMLImageElement, ResponsiveImageProps>(({ mobile, desktop, mobile2x, desktop2x, type = 'image/webp', loading = 'lazy', decoding = 'async', alt, className, fadeOnLoad = true }, ref) => {\n const setRefs = (el: HTMLImageElement | null) => {\n if (el && el.complete && fadeOnLoad) el.classList.add('opacity-100');\n\n if (typeof ref === 'function') ref(el);\n else if (ref && typeof ref !== 'function') (ref as React.RefObject<HTMLImageElement | null>).current = el;\n };\n\n return (\n <picture>\n <source srcSet={mobile2x ? `${mobile} 1x, ${mobile2x} 2x` : mobile} media=\"(max-width: 767px)\" type={type} />\n <source srcSet={desktop2x ? `${desktop} 1x, ${desktop2x} 2x` : desktop} media=\"(min-width: 768px)\" type={type} />\n <img\n ref={setRefs}\n src={mobile}\n alt={alt}\n className={clsx('h-auto w-full transition-opacity duration-300', className, fadeOnLoad ? 'opacity-0' : '')}\n loading={loading}\n decoding={decoding}\n onLoad={(e) => {\n if (fadeOnLoad) {\n e.currentTarget.classList.remove('opacity-0');\n e.currentTarget.classList.add('opacity-100');\n }\n }}\n onError={(e) => {\n if (fadeOnLoad) {\n e.currentTarget.classList.remove('opacity-0');\n e.currentTarget.classList.add('opacity-100');\n }\n }}\n />\n </picture>\n );\n});\n\nResponsiveImage.displayName = 'ResponsiveImage';\n","'use client';\n\nimport clsx from 'clsx';\nimport { Trans } from 'react-i18next';\n\nexport interface TextProps extends React.HTMLAttributes<HTMLParagraphElement | HTMLSpanElement> {\n size?: 'button' | 'legend' | 'sm' | 'md' | 'lg' | 'xl';\n variant?: 'p' | 'span';\n children: React.ReactNode;\n className?: string;\n}\n\nconst sizeStyles = {\n xl: 'text-xl-mobile md:text-xl font-semibold leading-[1.5]',\n lg: 'text-lg-mobile md:text-lg max-md:font-semibold leading-[1.5]',\n md: 'max-md:italic text-md-mobile md:text-md leading-[1.5]',\n sm: 'max-md:uppercase text-sm-mobile md:text-sm leading-[1.5]',\n legend: 'text-legend italic leading-[1.5]',\n button: 'text-button-mobile md:text-button font-semibold leading-[1.5]',\n};\n\nexport const Text = ({ variant = 'p', size = 'md', children, className = '', ...props }: TextProps) => {\n const isString = typeof children === 'string';\n if (variant === 'p') {\n return (\n <p className={clsx(sizeStyles[size], className)} {...props}>\n {isString ? (\n <Trans\n i18nKey={children}\n components={{\n br: <br />,\n b: <b />,\n i: <i />,\n }}\n />\n ) : (\n children\n )}\n </p>\n );\n }\n if (variant === 'span') {\n return (\n <span className={clsx(sizeStyles[size], className)} {...props}>\n {isString ? (\n <Trans\n i18nKey={children}\n components={{\n br: <br />,\n b: <b />,\n i: <i />,\n }}\n />\n ) : (\n children\n )}\n </span>\n );\n }\n};\n","'use client';\n\nimport React, { forwardRef } from 'react';\n\nimport clsx from 'clsx';\nimport { Trans } from 'react-i18next';\n\ntype TitleProps = {\n variant?: 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6' | 'p' | 'span';\n size?: 'display-md' | 'display-lg' | 'display-xl' | 'heading-md' | 'heading-lg' | 'heading-xl';\n italic?: boolean;\n children: React.ReactNode;\n className?: string;\n};\n\nconst sizeStyles = {\n 'display-xl': 'font-pangaia text-display-xl-mobile md:text-display-lg xl:text-display-xl font-medium md:font-light leading-none md:leading-[0.9]',\n 'display-lg': 'font-pangaia text-display-lg-mobile md:text-display-md xl:text-display-lg font-medium leading-none',\n 'display-md': 'font-pangaia text-display-md-mobile md:text-heading-lg xl:text-display-md font-medium max-md:italic leading-none',\n 'heading-xl': 'font-pangaia text-heading-xl-mobile md:text-heading-lg xl:text-heading-xl font-medium leading-none',\n 'heading-lg': 'max-md:leading-[1.2] max-md:italic font-pangaia text-heading-lg-mobile md:text-heading-md xl:text-heading-lg font-semibold leading-[1.2] md:font-medium md:leading-none',\n 'heading-md': 'md:font-pangaia text-heading-md-mobile md:text-heading-md font-regular xl:font-medium leading-[1.5] md:leading-none',\n};\n\nexport const Title = forwardRef<HTMLElement, TitleProps>(({ variant = 'h1', size = 'display-lg', italic = false, children, className = '' }: TitleProps, ref) => {\n const isString = typeof children === 'string';\n const classes = clsx(\n sizeStyles[size],\n {\n italic: italic && size === 'heading-xl',\n 'max-md:font-mori max-md:normal font-medium italic max-md:leading-[1.5]': italic && size === 'heading-lg',\n 'max-md:font-semibold md:leading-[1.2] md:italic': italic && (size === 'display-md' || size === 'heading-md'),\n },\n className,\n );\n\n const content = isString ? (\n <Trans\n i18nKey={children}\n components={{\n br: <br />,\n b: <b />,\n i: <i />,\n highlight: <span className=\"text-lavender-blue-light italic\" />,\n }}\n />\n ) : (\n children\n );\n\n return React.createElement(variant, { ref, className: classes }, content);\n});\nTitle.displayName = 'Title';\n\nexport const H1 = forwardRef<HTMLHeadingElement, Omit<TitleProps, 'variant'>>((props, ref) => <Title variant=\"h1\" ref={ref} {...props} />);\nH1.displayName = 'H1';\n\nexport const H2 = forwardRef<HTMLHeadingElement, Omit<TitleProps, 'variant'>>((props, ref) => <Title variant=\"h2\" ref={ref} {...props} />);\nH2.displayName = 'H2';\n\nexport const H3 = forwardRef<HTMLHeadingElement, Omit<TitleProps, 'variant'>>((props, ref) => <Title variant=\"h3\" ref={ref} {...props} />);\nH3.displayName = 'H3';\n\nexport const H4 = forwardRef<HTMLHeadingElement, Omit<TitleProps, 'variant'>>((props, ref) => <Title variant=\"h4\" ref={ref} {...props} />);\nH4.displayName = 'H4';\n\nexport const H5 = forwardRef<HTMLHeadingElement, Omit<TitleProps, 'variant'>>((props, ref) => <Title variant=\"h5\" ref={ref} {...props} />);\nH5.displayName = 'H5';\n\nexport const H6 = forwardRef<HTMLHeadingElement, Omit<TitleProps, 'variant'>>((props, ref) => <Title variant=\"h6\" ref={ref} {...props} />);\nH6.displayName = 'H6';\n\nexport const SpanTitle = forwardRef<HTMLSpanElement, Omit<TitleProps, 'variant'>>((props, ref) => <Title variant=\"span\" ref={ref} {...props} />);\nSpanTitle.displayName = 'SpanTitle';\n\nexport const ParagraphTitle = forwardRef<HTMLParagraphElement, Omit<TitleProps, 'variant'>>((props, ref) => <Title variant=\"p\" ref={ref} {...props} />);\nParagraphTitle.displayName = 'ParagraphTitle';\n","'use client';\n\nimport { useCallback, useRef, useState } from 'react';\n\nimport clsx from 'clsx';\n\nimport { MuteIcon, PauseIcon, PlayIcon, ResponsiveImage, UnmuteIcon } from '../../../components';\nimport { useIntersectionObserver } from '../../../helpers';\n\ninterface VideoPlayerProps {\n videoId: string;\n alt: string;\n className?: string;\n placeholderImageMobile: string;\n placeholderImageDesktop: string;\n placeholderImageMobile2x: string;\n placeholderImageDesktop2x: string;\n hasSound?: boolean;\n}\n\nexport const VideoPlayer = ({ videoId, alt, className, placeholderImageMobile, hasSound = true, placeholderImageDesktop, placeholderImageMobile2x, placeholderImageDesktop2x }: VideoPlayerProps) => {\n const iframeRef = useRef<HTMLIFrameElement | null>(null);\n const [isMuted, setIsMuted] = useState(true);\n const [isPlaying, setIsPlaying] = useState(false);\n const [isInviewport, setIsInviewport] = useState(false);\n\n const post = useCallback(\n (method: string, value?: number) => {\n iframeRef.current?.contentWindow?.postMessage(JSON.stringify({ method, value }), '*');\n },\n [iframeRef],\n );\n\n const onAppear = useCallback(() => {\n post('play');\n setIsInviewport(true);\n setIsPlaying(true);\n }, [post]);\n\n const onDisappear = useCallback(() => {\n post('pause');\n setIsPlaying(false);\n setIsInviewport(false);\n }, [post]);\n\n useIntersectionObserver({ ref: iframeRef as React.RefObject<HTMLIFrameElement>, onAppear, onDisappear });\n const toggleMute = useCallback(() => {\n if (isMuted) {\n post('setVolume', 1);\n } else {\n post('setVolume', 0);\n }\n setIsMuted(!isMuted);\n }, [post, isMuted]);\n\n const togglePlay = useCallback(() => {\n post(isPlaying ? 'pause' : 'play');\n setIsPlaying(!isPlaying);\n }, [post, isPlaying]);\n\n const iconClass = 'text-beige-light z-10 w-10 opacity-0 transition-opacity duration-300 ease-in-out group-hover:opacity-100';\n\n return (\n <div className={clsx('border-claret-violet-dark rounded-input md:rounded-card relative z-0 col-span-full mb-7.5 flex aspect-video cursor-pointer items-center justify-center overflow-hidden border md:mb-15 xl:col-span-10 xl:col-start-2', className)}>\n <ResponsiveImage\n mobile={placeholderImageMobile}\n desktop={placeholderImageDesktop}\n mobile2x={placeholderImageMobile2x}\n desktop2x={placeholderImageDesktop2x}\n alt={alt}\n fadeOnLoad={false}\n className={clsx('pointer-events-none absolute inset-0 z-20 transition-opacity duration-600 ease-in-out', isInviewport ? 'opacity-0' : 'opacity-100')}\n />\n <iframe\n ref={iframeRef}\n src={`https://player.vimeo.com/video/${videoId}?h=b729df6122&badge=0&autoplay=1&muted=1&loop=1&background=1&title=0&byline=0&player_id=0&app_id=58479`}\n className=\"absolute top-0 left-0 h-full w-full\"\n frameBorder=\"0\"\n allow=\"autoplay; fullscreen; picture-in-picture; encrypted-media\"\n allowFullScreen\n title=\"Vimeo player\"\n referrerPolicy=\"strict-origin-when-cross-origin\"\n />\n <div onClick={togglePlay} onKeyDown={(e) => e.key === 'Enter' && togglePlay()} tabIndex={0} className=\"group absolute inset-0 z-10 flex items-center justify-center\">\n {isPlaying ? <PauseIcon className={iconClass} /> : <PlayIcon className={iconClass} />}\n </div>\n\n {hasSound && (\n <button className=\"bg-beige-light text-claret-violet-dark hover:bg-beige-light/80 absolute right-4 bottom-4 z-10 cursor-pointer rounded-full p-1 transition-colors duration-300 md:p-2\" onClick={toggleMute}>\n {isMuted ? <MuteIcon className=\"w-4 md:w-6\" /> : <UnmuteIcon className=\"w-4 md:w-6\" />}\n </button>\n )}\n </div>\n );\n};\n","import { memo } from 'react';\n\nimport clsx from 'clsx';\n\ntype CommonProps = {\n variant?: 'primary' | 'secondary' | 'terciary';\n color?: 'light' | 'dark';\n size?: 'sm' | 'md';\n children: React.ReactNode;\n disabled?: boolean;\n className?: string;\n active?: boolean;\n};\n\ntype ButtonAsButtonProps = CommonProps &\n React.ButtonHTMLAttributes<HTMLButtonElement> & {\n as?: 'button';\n };\n\ntype ButtonAsLinkProps = CommonProps &\n React.AnchorHTMLAttributes<HTMLAnchorElement> & {\n as: 'a';\n href: string;\n };\n\ntype ButtonProps = ButtonAsButtonProps | ButtonAsLinkProps;\n\nconst ButtonComponent = ({ as = 'button', variant = 'primary', color = 'light', active = false, children, disabled = false, className = '', size = 'md', ...props }: ButtonProps) => {\n const containedVariants = variant === 'primary' || variant === 'secondary';\n\n // prettier-ignore\n const classes = clsx(\n 'text-button-mobile md:text-button font-semibold cursor-pointer transition-all duration-300 disabled:cursor-not-allowed disabled:opacity-30 w-fit',\n { \n 'inline-flex min-w-18 md:min-w-26.5 px-6 md:px-8 flex items-center justify-center rounded-full border': containedVariants,\n 'relative leading-none flex items-center p-2.5 pe-7.5 hover:pe-2.5 hover:ps-7.5': variant === 'terciary',\n 'before:content-[\"\"] before:inline-flex before:absolute before:left-2.5 before:w-2.75 before:h-2.75 before:rounded-full before:opacity-0 before:transition-opacity hover:before:opacity-100 before:duration-200': variant === 'terciary',\n 'before:opacity-100 ps-7.5 pe-2.5': variant === 'terciary' && active, \n 'bg-claret-violet-dark hover:bg-claret-violet-light text-beige-light border-claret-violet-dark hover:border-claret-violet-light': variant === 'primary' && color === 'dark',\n 'bg-beige-light text-claret-violet-dark hover:bg-beige-dark border-beige-light hover:border-beige-dark': variant === 'primary' && color === 'light',\n 'bg-beige-light text-claret-violet-dark hover:bg-beige-dark border-claret-violet-dark': variant === 'secondary' && color === 'dark',\n 'bg-claret-violet-dark text-beige-light hover:bg-claret-violet-light border-beige-light': variant === 'secondary' && color === 'light',\n \"h-8.5 md:h-10\": size === 'sm' && containedVariants,\n \"h-10.5 md:h-13\": size === 'md' && containedVariants,\n 'text-claret-violet-dark before:bg-claret-violet-dark': variant === 'terciary' && color === 'dark',\n 'text-beige-light before:bg-beige-light': variant === 'terciary' && color === 'light',\n 'pointer-events-none': disabled,\n\n },\n className,\n );\n\n if (as === 'a') {\n const { href, ...rest } = props as ButtonAsLinkProps;\n return (\n <a href={disabled ? undefined : href} {...rest} className={classes} aria-current={active} aria-disabled={disabled || undefined} tabIndex={disabled ? -1 : 0}>\n {children}\n </a>\n );\n }\n return (\n <button tabIndex={0} className={classes} {...(props as ButtonAsButtonProps)} disabled={disabled}>\n {children}\n </button>\n );\n};\n\nexport const Button = memo(ButtonComponent);\n","import clsx from 'clsx';\n\nexport type CardButtonProps = React.ButtonHTMLAttributes<HTMLButtonElement> & {\n label: string;\n description: string;\n className?: string;\n};\n\nexport const CardButton = ({ label, description, disabled, className = '', ...props }: CardButtonProps) => {\n // prettier-ignore\n const buttonClasses = clsx(\n \"relative flex flex-col w-32 md:w-51.25 aspect-32/25 md:aspect-41/30 px-2.5 py-4 md:px-5 md:py-6 items-center overflow-hidden rounded-input md:rounded-card bg-beige-dark text-claret-violet-dark transition-all duration-300 focus:outline-none cursor-pointer disabled:cursor-not-allowed disabled:pointer-events-none disabled:opacity-50\", \n \"after:absolute after:content-[''] after:border after:rounded-input md:after:rounded-card after:border-beige-ultra-dark after:inset-0 after:z-0 hover:after:border-claret-violet-dark after:transition-colors after:duration-300 focus-visible:after:border-claret-violet-dark\",\n className,\n );\n\n return (\n <button className={buttonClasses} disabled={disabled} {...props} tabIndex={disabled ? -1 : 0}>\n <span className=\"flex flex-col gap-2.5\">\n <span className=\"text-sm-mobile w-full font-semibold md:text-xl\">{label}</span>\n <span className=\"text-sm-mobile md:text-md w-full\">{description}</span>\n </span>\n </button>\n );\n};\n","import { memo } from 'react';\n\nimport clsx from 'clsx';\n\nimport { CrossRoundedIcon } from '../../../components';\n\nexport interface ClearButtonProps extends React.ButtonHTMLAttributes<HTMLButtonElement> {\n className?: string;\n onClick: (e: React.MouseEvent<HTMLButtonElement>) => void;\n}\n\nconst ClearButtonComponent = ({ className, onClick, ...props }: ClearButtonProps) => (\n <button tabIndex={0} {...props} onClick={onClick} className={clsx('text-claret-violet-dark outline-beige-light hover:text-claret-violet-light disabled:pointer-none: h-5 w-5 cursor-pointer rounded-full transition-colors duration-300', className)}>\n <CrossRoundedIcon className=\"h-full w-full\" />\n </button>\n);\n\nexport const ClearButton = memo(ClearButtonComponent);\n","import clsx from 'clsx';\n\nimport { MinusIcon, PlusIcon } from '../../../components';\n\nexport interface FAQButtonProps extends React.ButtonHTMLAttributes<HTMLButtonElement> {\n variant: 'plus' | 'minus';\n disabled?: boolean;\n className?: string;\n}\n\nexport const FAQButton = ({ variant, disabled = false, className, ...props }: FAQButtonProps) => {\n return (\n <button\n tabIndex={0}\n type=\"button\"\n disabled={disabled}\n className={clsx(\n 'border-claret-violet-dark text-claret-violet-dark text-md hover:text-beige-light hover:bg-claret-violet-dark focus-visible:bg-claret-violet-dark focus-visible:text-beige-light flex h-6.5 w-6.5 cursor-pointer items-center justify-center rounded-full border bg-transparent transition-all duration-300 focus:outline-none disabled:pointer-events-none disabled:opacity-50',\n className,\n )}\n {...props}\n >\n {variant === 'plus' && <PlusIcon className=\"w-4\" />}\n {variant === 'minus' && <MinusIcon className=\"w-4\" />}\n </button>\n );\n};\n","import clsx from 'clsx';\n\nexport type IllustratedCardButtonProps = React.ButtonHTMLAttributes<HTMLButtonElement> & {\n label: string;\n illustration: string;\n description: string;\n layout?: 'vertical' | 'horizontal';\n className?: string;\n};\n\nconst layoutStyles = {\n vertical: 'max-md:w-38 px-2.5 py-4 max-md:flex-col items-center',\n horizontal: 'p-3 gap-4',\n};\n\nconst textLayoutStyles = {\n vertical: '',\n horizontal: 'max-md:gap-2 max-md:text-start',\n};\n\nconst illustrationLayoutStyles = {\n vertical: 'mb-2 w-18',\n horizontal: 'w-15',\n};\n\nexport const IllustratedCardButton = ({ label, layout = 'vertical', description, illustration, disabled, className = '', ...props }: IllustratedCardButtonProps) => {\n // prettier-ignore\n const buttonClasses = clsx(\n \"relative md:px-5 md:py-6 flex md:flex-col items-center overflow-hidden rounded-input bg-beige-dark text-claret-violet-dark transition-all duration-300 focus:outline-none cursor-pointer disabled:cursor-not-allowed disabled:pointer-events-none disabled:opacity-50\", \n \"after:absolute after:content-[''] after:border after:rounded-input after:border-beige-ultra-dark after:inset-0 after:z-0 hover:after:border-claret-violet-dark after:transition-colors after:duration-300 focus-visible:after:border-claret-violet-dark\",\n \"md:rounded-card md:after:rounded-card gap-3 md:p-6 justify-center md:aspect-5/6 md:w-70.5\",\n layoutStyles[layout],\n className,\n );\n\n return (\n <button className={buttonClasses} disabled={disabled} {...props} tabIndex={disabled ? -1 : 0}>\n <img src={illustration} alt={label} className={clsx('md:mb-6 md:w-25', illustrationLayoutStyles[layout])} loading=\"lazy\" decoding=\"async\" />\n <span className={clsx('flex flex-col gap-2.5', textLayoutStyles[layout])}>\n <span className=\"text-sm-mobile w-full font-semibold md:text-xl\">{label}</span>\n <span className=\"text-sm-mobile md:text-md w-full\">{description}</span>\n </span>\n </button>\n );\n};\n","import clsx from 'clsx';\n\nexport type SimpleIllustratedCardButtonProps = React.ButtonHTMLAttributes<HTMLButtonElement> & {\n label: string;\n illustration: string;\n layout?: 'vertical' | 'horizontal';\n className?: string;\n illustrationClassName?: string;\n};\n\nconst layoutStyles = {\n vertical: 'px-2.5 py-4 max-md:flex-col w-32 aspect-4/5',\n horizontal: 'max-md:pt-1 max-md:ps-1 max-md:h-14 max-md:flex-row-reverse max-md:justify-end max-md:gap-9.5',\n};\n\nconst illustrationLayoutStyles = {\n vertical: 'absolute right-0 bottom-0 left-0 z-1 max-h-34 w-full',\n horizontal: 'max-md:h-full max-md:w-19 md:w-full',\n};\n\nexport const SimpleIllustratedCardButton = ({ label, layout = 'vertical', illustration, disabled, className = '', illustrationClassName = '', ...props }: SimpleIllustratedCardButtonProps) => {\n // prettier-ignore\n const buttonClasses = clsx(\n \"relative md:px-5 md:py-6 flex md:flex-col items-center overflow-hidden rounded-input bg-beige-dark text-claret-violet-dark transition-all duration-300 focus:outline-none cursor-pointer disabled:cursor-not-allowed disabled:pointer-events-none disabled:opacity-50\", \n \"after:absolute after:content-[''] after:border after:rounded-input after:border-beige-ultra-dark after:inset-0 after:z-0 hover:after:border-claret-violet-dark after:transition-colors after:duration-300 focus-visible:after:border-claret-violet-dark\",\n \"md:rounded-illustrated-card-button md:after:rounded-illustrated-card-button md:w-51.25 md:aspect-4/5\",\n layoutStyles[layout],\n className,\n );\n\n return (\n <button className={buttonClasses} disabled={disabled} {...props} tabIndex={disabled ? -1 : 0}>\n <span className=\"flex flex-col gap-2.5\">\n <span className=\"text-sm-mobile w-full font-semibold md:text-xl\">{label}</span>\n </span>\n <div className={clsx('md:absolute md:right-0 md:bottom-0 md:left-0 md:z-1 md:h-34 md:w-full', illustrationLayoutStyles[layout])}>\n <img src={illustration} alt={label} className={clsx('w-full origin-top object-contain md:absolute md:top-0 md:right-0 md:left-0 md:z-1 md:scale-120', illustrationLayoutStyles[layout], illustrationClassName)} loading=\"lazy\" decoding=\"async\" />\n </div>\n </button>\n );\n};\n","import clsx from 'clsx';\n\nimport { FacebookIcon, InstagramIcon, LinkedinIcon, TiktokIcon } from '../../../components';\n\nexport type SocialButtonProps = {\n variant: 'Facebook' | 'Instagram' | 'LinkedIn' | 'Tiktok';\n labelVisible?: boolean;\n className?: string;\n};\n\nconst variantUrls = {\n Facebook: 'https://www.facebook.com/myelmut/',\n Instagram: 'https://instagram.com/myelmut',\n LinkedIn: 'https://www.linkedin.com/company/elmut/',\n Tiktok: 'https://www.tiktok.com/@myelmut',\n};\n\nexport const SocialButton = ({ variant, labelVisible = false, className }: SocialButtonProps) => (\n <a tabIndex={0} href={variantUrls[variant]} target=\"_blank\" rel=\"noopener noreferrer\" className={clsx('group flex items-center gap-2', className)}>\n <span className=\"bg-claret-violet-dark text-beige-light group-hover:bg-claret-violet-light flex h-6 w-6 cursor-pointer items-center justify-center rounded-md transition-colors duration-300\">\n {variant === 'Facebook' && <FacebookIcon className=\"h-3\" />}\n {variant === 'Instagram' && <InstagramIcon className=\"h-3\" />}\n {variant === 'LinkedIn' && <LinkedinIcon className=\"h-3\" />}\n {variant === 'Tiktok' && <TiktokIcon className=\"h-3\" />}\n </span>\n {labelVisible && <span className=\"text-claret-violet-dark text-button-mobile md:text-button font-semibold max-md:hidden\">{variant}</span>}\n </a>\n);\n","import clsx from 'clsx';\n\nimport { Text } from '../../../components';\n\ninterface ToggleData {\n label: string;\n labelMobile?: string;\n value: string;\n image?: string;\n}\n\ninterface ToggleProps {\n data: ToggleData[];\n onChange: (value: string) => void;\n value: string;\n disabled?: boolean;\n className?: string;\n 'aria-label'?: string;\n}\n\nexport const Toggle = ({ data = [], onChange, value = '', disabled = false, className = '', 'aria-label': ariaLabel = 'Toggle selection' }: ToggleProps) => {\n // Validation\n if (data.length !== 2) {\n console.warn('Toggle component expects exactly 2 items in data array');\n return null;\n }\n\n const handleClick = (selectedValue: string) => {\n if (disabled || selectedValue === value) return;\n onChange(selectedValue);\n };\n\n const containerClasses = clsx('bg-beige-dark relative z-0 flex h-11.25 items-center rounded-full md:h-20', disabled && 'pointer-events-none cursor-not-allowed opacity-30', className);\n const activeIndicatorClasses = clsx('bg-claret-violet-dark absolute top-0 -z-1 h-11.25 w-1/2 rounded-full transition-transform duration-600 ease-in-out will-change-transform md:h-20', value === data[0]?.value ? 'translate-x-0' : 'translate-x-full');\n const labelClasses = 'min-w-fit font-semibold';\n\n return (\n <div className={containerClasses} aria-label={ariaLabel}>\n <div className={activeIndicatorClasses} aria-hidden=\"true\" />\n {data.map((item, index) => (\n <button\n tabIndex={0}\n key={item.value}\n type=\"button\"\n disabled={disabled}\n className={clsx(\n 'focus-visible:outline-claret-violet-dark relative z-1 flex h-full flex-1 cursor-pointer items-center gap-3 rounded-full p-1 transition-colors duration-600 ease-in-out focus-visible:outline-2 md:gap-6 md:p-1.5',\n index === 0 ? 'pe-6 md:pe-11' : 'flex-row-reverse ps-6 md:ps-11',\n value === item.value && 'text-beige-dark',\n )}\n onClick={() => handleClick(item.value)}\n >\n <span className=\"bg-lavender-blue-dark block h-9 w-9 flex-shrink-0 overflow-hidden rounded-full md:h-17 md:w-17\">{item.image && <img src={item.image} alt={item.label} className=\"h-full w-full object-cover\" loading=\"lazy\" decoding=\"async\" />}</span>\n <Text size=\"button\" variant=\"span\" className={clsx(labelClasses, item.labelMobile && 'hidden md:block')}>\n {item.label}\n </Text>\n <Text size=\"button\" variant=\"span\" className={clsx(labelClasses, item.labelMobile && 'block md:hidden')}>\n {item.labelMobile}\n </Text>\n </button>\n ))}\n </div>\n );\n};\n","import { Button, ErrorMessage, Label } from '../../../components';\n\nexport interface ButtonSelectProps {\n label?: string;\n options: { label: string; value: string }[];\n value: string;\n required?: boolean;\n onChange: (value: string) => void;\n hasError?: boolean;\n error?: string;\n id: string;\n className?: string;\n}\n\nexport const ButtonSelect = ({ label = '', id, options, value, onChange, required, hasError = false, error = '', className = '' }: ButtonSelectProps) => {\n const handleChange = (e: React.MouseEvent<HTMLButtonElement>, value: string) => {\n e.preventDefault();\n onChange(value);\n };\n\n return (\n <div className={className}>\n {label.length > 0 && <Label label={label} required={required} className=\"mb-6\" id={id} />}\n <div className=\"flex flex-wrap justify-center gap-4 md:gap-3 lg:justify-start\">\n {options.map((option) => (\n <Button type=\"button\" variant={value === option.value ? 'primary' : 'secondary'} size=\"sm\" color=\"dark\" key={option.value} onClick={(e) => handleChange(e, option.value)}>\n {option.label}\n </Button>\n ))}\n </div>\n <ErrorMessage id={`${id}-error`} hasError={hasError} message={error} />\n </div>\n );\n};\n","'use client';\n\nimport { useCallback } from 'react';\n\nimport clsx from 'clsx';\n\nimport { CheckIcon } from '../../../components';\nimport { onKeyDown } from '../../../helpers';\n\nexport interface CheckboxProps {\n children?: React.ReactNode;\n checked: boolean;\n name: string;\n onChange: (value: boolean) => void;\n className?: string;\n}\n\nexport const Checkbox = ({ children, checked, name, onChange, className }: CheckboxProps) => {\n const handleKeyDown = useCallback(\n (e: React.KeyboardEvent<HTMLLabelElement>) => {\n onKeyDown(e, () => onChange(!checked));\n },\n [onChange, checked],\n );\n\n return (\n <label tabIndex={0} htmlFor={name} className={clsx('outline-claret-violet-dark flex cursor-pointer items-center gap-2.5 px-2 py-4', className)} onKeyDown={handleKeyDown}>\n <input type=\"checkbox\" className=\"peer hidden\" id={name} checked={checked} onChange={() => onChange(!checked)} />\n <span tabIndex={-1} className=\"peer-checked:bg-claret-violet-dark border-claret-violet-dark relative flex h-4 w-4 shrink-0 items-center justify-center overflow-hidden rounded-xs border text-white transition-colors duration-300 *:opacity-0 peer-checked:*:opacity-100\">\n <CheckIcon className=\"w-2 transition-opacity duration-300\" />\n </span>\n {children}\n </label>\n );\n};\n","'use client';\n\nimport { useCallback, useEffect, useMemo, useRef, useState } from 'react';\n\nimport clsx from 'clsx';\n\nimport { ArrowIcon, DropdownMenu, ErrorMessage, Label } from '../../../components';\nimport { useClickOutside } from '../../../helpers';\n\ninterface DropdownOption {\n value: string;\n label: string;\n}\n\nexport interface DropdownProps {\n label?: string;\n placeholder: string;\n id: string;\n name: string;\n options: DropdownOption[];\n className?: string;\n disabled?: boolean;\n onChange: (value: string) => void;\n value: string;\n required?: boolean;\n hasError?: boolean;\n error?: string;\n searchable?: boolean;\n}\n\nexport const Dropdown = ({ label = '', id, options, placeholder, name, className, error = '', hasError = false, disabled = false, onChange = () => {}, value, required, searchable = false }: DropdownProps) => {\n const [isOpen, setIsOpen] = useState(false);\n const [searchValue, setSearchValue] = useState('');\n const ref = useRef<HTMLDivElement>(null);\n const selectedLabel = useMemo(() => options.find((option) => option.value === value)?.label, [options, value]);\n\n const handleBlur = useCallback(() => {\n setIsOpen(false);\n if ((!value || searchValue !== selectedLabel) && searchable) {\n setSearchValue('');\n onChange('');\n }\n }, [value, onChange, selectedLabel, searchValue]);\n\n useClickOutside(ref as React.RefObject<HTMLDivElement>, handleBlur);\n\n const filteredOptions = useMemo(() => (searchable ? options.filter((option) => option.label.toLowerCase().includes(searchValue.toLowerCase())) : options), [options, searchValue, searchable]);\n\n const handleChange = useCallback(\n (selection: string) => {\n onChange(selection);\n setSearchValue(options.find((option) => option.value === selection)?.label || '');\n setIsOpen(false);\n },\n [onChange, selectedLabel],\n );\n\n useEffect(() => {\n if (!value && searchable) {\n setSearchValue('');\n }\n }, [value, searchable]);\n\n // prettier-ignore\n const containerClasses = clsx(\n 'w-full', \n className,\n );\n const dropdownClasses = clsx(\n 'will-change-height hover:border-claret-violet-dark/40 bg-beige-light rounded-input text-md border-claret-violet-dark absolute relative inset-0 flex h-11 max-h-11 flex-col items-center overflow-hidden border transition-all duration-300',\n isOpen && 'z-30 h-auto max-h-38 items-start bg-white',\n disabled && 'border-claret-violet-dark/40',\n );\n\n return (\n <div className={containerClasses}>\n {label.length > 0 && <Label label={label} id={id} required={required} />}\n <div className=\"relative h-11 w-full\" ref={ref}>\n <input type=\"hidden\" name={name} id={id} value={value} />\n <div className={dropdownClasses}>\n {searchable ? (\n <input type=\"text\" name=\"search\" disabled={disabled} onFocus={() => setIsOpen(true)} value={searchValue} placeholder={placeholder} onChange={(e) => setSearchValue(e.target.value)} className=\"w-full px-3 py-2.5 focus:outline-none\" />\n ) : (\n !isOpen && (\n <button\n type=\"button\"\n tabIndex={disabled ? -1 : 0}\n aria-expanded={isOpen}\n aria-haspopup=\"listbox\"\n aria-labelledby={id}\n disabled={disabled}\n onClick={() => setIsOpen(!isOpen)}\n className={clsx('text-md focus-visible:ring-claret-violet-dark w-full cursor-pointer px-3 py-2.5 text-left focus-visible:ring-2 focus-visible:outline-none focus-visible:ring-inset disabled:cursor-not-allowed')}\n >\n <span className={clsx(value && 'hidden', 'opacity-40')}>{disabled ? '-' : placeholder}</span>\n <span className={clsx(value && 'block')}>{selectedLabel}</span>\n </button>\n )\n )}\n <DropdownMenu name={name} options={filteredOptions} value={value} onChange={handleChange} disabled={disabled} isOpen={isOpen} className={clsx('border-0 pe-9.5', isOpen && 'h-full', searchable && 'pt-0')} />\n\n <ArrowIcon className={clsx('absolute top-4.5 right-3 z-20 w-3 transition-transform duration-300', isOpen && 'rotate-180', disabled && 'opacity-40')} />\n </div>\n </div>\n <ErrorMessage id={`${id}-error`} hasError={hasError} message={error} />\n </div>\n );\n};\n","'use client';\n\nimport { useCallback } from 'react';\n\nimport clsx from 'clsx';\nimport { useTranslation } from 'react-i18next';\n\nimport { Checkbox } from '../../../components';\nimport { onKeyDown, useArrowNavigation } from '../../../helpers';\n\ntype CommonProps = {\n isOpen: boolean;\n options: { label: string; value: string }[];\n name: string;\n value?: string;\n values?: string[];\n disabled?: boolean;\n className?: string;\n};\n\ntype SingleDropdownMenuProps = CommonProps & {\n multiple?: false;\n onChange: (value: string) => void;\n onChangeMultiple?: (values: string[]) => void;\n};\n\ntype MultipleDropdownMenuProps = CommonProps & {\n multiple: true;\n onChange?: (value: string) => void;\n onChangeMultiple: (values: string[]) => void;\n};\n\ntype DropdownMenuProps = SingleDropdownMenuProps | MultipleDropdownMenuProps;\n\nexport const DropdownMenu = ({ name, options, value = '', values = [], disabled = false, className = '', onChange = () => {}, onChangeMultiple = () => {}, isOpen, multiple = false }: DropdownMenuProps) => {\n const menuRef = useArrowNavigation<HTMLUListElement>(multiple ? 'label' : '[role=\"option\"]');\n const { t } = useTranslation('design');\n const handleOptionClick = useCallback(\n (selection: string) => {\n onChange(selection);\n },\n [onChange],\n );\n\n const handleOptionClickMultiple = useCallback(\n (selection: string) => {\n if (values.includes(selection)) {\n onChangeMultiple(values.filter((value) => value !== selection));\n } else {\n onChangeMultiple([...values, selection]);\n }\n },\n [onChangeMultiple, values],\n );\n\n const handleKeyDown = useCallback(\n (e: React.KeyboardEvent<HTMLLIElement>, selection: string) => {\n onKeyDown(e, () => handleOptionClick(selection));\n },\n [handleOptionClick],\n );\n\n const activeDescendantId = value ? `${name}-option-${value}` : undefined;\n\n // prettier-ignore\n const menuClasses = clsx(\n 'rounded-input border-claret-violet-dark transition-duration-3000 will-change-height max-h-0 h-0 w-full overflow-auto border bg-white px-3 py-2.5 opacity-0 transition-all md:min-w-max',\n isOpen && 'max-h-33 h-auto opacity-100',\n className,\n );\n\n return (\n <ul tabIndex={-1} aria-activedescendant={activeDescendantId} role=\"listbox\" className={menuClasses} ref={menuRef}>\n {options.map((option) =>\n multiple ? (\n <li\n id={`${name}-option-${option.value}`}\n aria-disabled={disabled}\n aria-selected={option.value === value}\n role=\"option\"\n tabIndex={-1}\n key={option.value}\n className={clsx('text-md hover:bg-beige-light transition-duration-300 cursor-pointer rounded-md transition-colors', option.value === value && 'bg-beige-light/40')}\n >\n <Checkbox name={option.value} checked={values.includes(option.value)} onChange={() => handleOptionClickMultiple(option.value)}>\n <span>{option.label}</span>\n </Checkbox>\n </li>\n ) : (\n <li\n id={`${name}-option-${option.value}`}\n aria-disabled={disabled}\n aria-selected={option.value === value}\n role=\"option\"\n onClick={() => handleOptionClick(option.value)}\n onKeyDown={(e) => handleKeyDown(e, option.value)}\n tabIndex={isOpen ? 0 : -1}\n key={option.value}\n className={clsx('text-md hover:bg-beige-light transition-duration-300 outline-claret-violet-dark cursor-pointer rounded-md px-2 py-4 transition-colors', option.value === value && 'bg-beige-light/40')}\n >\n {option.label}\n </li>\n ),\n )}\n {options.length <= 0 && <li className=\"text-claret-violet-dark/50 text-legend cursor-default\">{t('dropdown.noResults')}</li>}\n </ul>\n );\n};\n","import clsx from 'clsx';\n\nimport { Text } from '../../../components';\n\nexport interface ErrorMessageProps {\n hasError: boolean;\n message: string;\n id?: string;\n className?: string;\n}\n\nexport const ErrorMessage = ({ message, hasError, className, id = '' }: ErrorMessageProps) => {\n return (\n <Text aria-live=\"polite\" id={id} role={hasError ? 'alert' : undefined} size=\"legend\" className={clsx('text-red-error mt-2 min-h-5 opacity-0 transition-opacity duration-300', hasError && 'opacity-100', className)}>\n {message || ''}\n </Text>\n );\n};\n","'use client';\n\nimport { useCallback, useMemo, useRef, useState } from 'react';\n\nimport clsx from 'clsx';\n\nimport { ClearButton, FiltersIcon } from '../../../components';\nimport { onKeyDown, useClickOutside } from '../../../helpers';\nimport { DropdownMenu } from '../DropdownMenu/DropdownMenu';\n\nexport interface FiltersProps {\n placeholder: string;\n label: string;\n options: { label: string; value: string }[];\n values: string[];\n onChange: (values: string[]) => void;\n disabled: boolean;\n name: string;\n className?: string;\n}\n\nexport const Filters = ({ placeholder, label, options, values, onChange, disabled, name, className }: FiltersProps) => {\n const [isOpen, setIsOpen] = useState(false);\n const ref = useRef<HTMLDivElement>(null);\n useClickOutside(ref as React.RefObject<HTMLDivElement>, () => setIsOpen(false));\n\n const handleChange = useCallback(\n (selection: string[]) => {\n onChange(selection);\n },\n [onChange],\n );\n\n const handleKeyDown = useCallback(\n (e: React.KeyboardEvent<HTMLDivElement>) => {\n onKeyDown(e, () => setIsOpen(!isOpen));\n },\n [setIsOpen],\n );\n\n const clearFilters = useCallback(\n (e: React.MouseEvent<HTMLButtonElement>) => {\n e.stopPropagation();\n onChange([]);\n },\n [onChange],\n );\n\n const buttonLabel = useMemo(() => {\n return values?.length > 0 ? `${label} (${values.length})` : placeholder;\n }, [values, label, placeholder]);\n\n return (\n <div className={clsx('relative', className)} ref={ref}>\n <div\n role=\"button\"\n tabIndex={0}\n onClick={() => setIsOpen(!isOpen)}\n onKeyDown={handleKeyDown}\n className={clsx(\n 'rounded-input bg-pink-oyster-dark text-claret-violet-dark border-claret-violet-dark outline-claret-violet-dark relative flex cursor-pointer items-center justify-between gap-4 border p-2.5 transition-colors duration-300 md:w-54 md:px-3 md:py-4',\n 'max-md:after:bg-claret-violet-dark max-md:after:border-pink-oyster-dark max-md:after:absolute max-md:after:-top-[2px] max-md:after:-right-[2px] max-md:after:h-2 max-md:after:w-2 max-md:after:rounded-full max-md:after:border max-md:after:opacity-0 max-md:after:transition-opacity max-md:after:duration-300 max-md:after:content-[\"\"]',\n values.length > 0 && 'max-md:bg-claret-violet-dark max-md:text-pink-oyster-dark max-md:after:opacity-100',\n )}\n >\n <span className=\"text-md flex items-center gap-2 max-md:hidden\">\n {buttonLabel}\n {values.length > 0 && <ClearButton onClick={clearFilters} className=\"max-md:hidden\" />}\n </span>\n <FiltersIcon className=\"w-6\" />\n </div>\n <DropdownMenu name={name} options={options} multiple={true} values={values} onChangeMultiple={handleChange} disabled={disabled} isOpen={isOpen} className=\"absolute top-full right-0 mt-2.5 max-md:w-54\" />\n </div>\n );\n};\n","import clsx from 'clsx';\n\nexport interface LabelProps extends React.LabelHTMLAttributes<HTMLLabelElement> {\n label: string;\n required?: boolean;\n className?: string;\n}\n\nexport const Label = ({ label, id, className = 'mb-4', required = false, ...props }: LabelProps) => {\n return (\n <label htmlFor={id} {...props} className={clsx('text-md block', className)}>\n {label}\n {!required && <>&nbsp;*</>}\n </label>\n );\n};\n","'use client';\n\nimport clsx from 'clsx';\nimport { useTranslation } from 'react-i18next';\n\nimport { Button, ErrorMessage } from '../../../components';\n\nexport interface NewsletterProps {\n placeholder?: string;\n label?: string;\n variant?: 'light' | 'dark' | 'footer';\n disabled?: boolean;\n className?: string;\n onSubscribe: (email: string) => void;\n hasError?: boolean;\n error?: string;\n}\n\nexport const Newsletter = ({ variant = 'light', className, placeholder, label, disabled = false, onSubscribe = () => {}, hasError = false, error = '' }: NewsletterProps) => {\n const { t } = useTranslation('design');\n const defaultPlaceholder = placeholder || t('newsletter.emailPlaceholder');\n const defaultLabel = label || t('newsletter.subscribeLabel');\n\n const handleSubmit = (e: React.FormEvent<HTMLFormElement>) => {\n e.preventDefault();\n const data = new FormData(e.currentTarget);\n const rawEmail = (data.get('email') as string) ?? '';\n const email = rawEmail.trim();\n if (email.length === 0) return;\n onSubscribe(email);\n };\n\n return (\n <form onSubmit={handleSubmit} className={className}>\n <div\n className={clsx(\n 'flex w-full items-center justify-between gap-3 max-lg:flex-col lg:gap-4 lg:rounded-full',\n variant === 'light' && 'lg:bg-beige-dark lg:text-claret-violet-dark',\n variant === 'dark' && 'lg:bg-beige-light/20 lg:text-beige-light',\n variant === 'footer' && 'lg:bg-claret-violet-dark/10 lg:text-claret-violet-dark',\n )}\n >\n <input\n aria-label={defaultPlaceholder}\n aria-invalid={hasError || undefined}\n aria-describedby={hasError ? 'newsletter-error' : undefined}\n autoComplete=\"email\"\n inputMode=\"email\"\n enterKeyHint=\"go\"\n data-invalid={hasError}\n required\n disabled={disabled}\n name=\"email\"\n type=\"email\"\n placeholder={defaultPlaceholder}\n className={clsx(\n 'text-button-mobile lg:text-button w-full ps-8 font-semibold transition-opacity duration-300 placeholder:opacity-50 focus:outline-none disabled:opacity-50 max-lg:h-13.5 max-lg:rounded-full',\n variant === 'light' && 'max-lg:bg-beige-dark max-lg:text-claret-violet-dark',\n variant === 'dark' && 'max-lg:bg-beige-light/20 max-lg:text-beige-light',\n variant === 'footer' && 'max-lg:bg-claret-violet-dark/10 max-lg:text-claret-violet-dark',\n )}\n />\n <Button type=\"submit\" variant=\"primary\" disabled={disabled} color={variant === 'dark' ? 'light' : 'dark'} className=\"max-lg:w-full\">\n {defaultLabel}\n </Button>\n </div>\n <ErrorMessage id=\"newsletter-error\" hasError={hasError} message={error} className={variant === 'light' ? '!text-claret-violet-dark ps-8' : '!text-beige-light ps-8'} />\n </form>\n );\n};\n","'use client';\n\nimport { ErrorMessage, FAQButton, Label } from '../../../components';\nimport { onNumericInput } from '../../../helpers';\n\nexport interface QuantityInputProps {\n label: string;\n id: string;\n value: number;\n onChange: (value: number) => void;\n required: boolean;\n metric: string;\n min?: number;\n max?: number;\n hasError?: boolean;\n error?: string;\n disabled?: boolean;\n}\n\nexport const QuantityInput = ({ label = '', id, value, onChange, required, metric, min = 0, max = 99, hasError = false, error = '', disabled = false }: QuantityInputProps) => {\n return (\n <div className=\"flex items-center gap-4 max-md:flex-col max-md:items-start md:gap-8\">\n {label.length > 0 && <Label label={label} required={required} id={id} className=\"mb-0\" />}\n <div className=\"flex items-center gap-4\">\n <FAQButton variant=\"minus\" onClick={() => onChange(value - 1)} disabled={value === min} />\n <div className=\"flex items-center gap-1.5\">\n <input\n disabled={disabled}\n required={required}\n type=\"number\"\n placeholder=\"0\"\n min={min}\n max={max}\n value={value == 0 ? '' : value}\n onChange={(e) => onChange(Number(e.target.value))}\n onKeyDown={onNumericInput}\n className=\"border-claret-violet-dark rounded-input bg-beige-light text-claret-violet-dark text-md placeholder:text-claret-violet-dark/40 h-8.5 w-12 border px-3 focus:outline-none\"\n />\n <span className=\"text-md\">{metric}</span>\n </div>\n <FAQButton variant=\"plus\" onClick={() => onChange(value + 1)} disabled={value === max} />\n </div>\n <ErrorMessage id={`${id}-error`} hasError={hasError} message={error} />\n </div>\n );\n};\n","import clsx from 'clsx';\n\nimport { ClearButton } from '../../../components';\n\nexport interface TagProps {\n label: string;\n value: string;\n onRemove: (value: string) => void;\n className?: string;\n}\n\nexport const Tag = ({ label, value, onRemove, className }: TagProps) => {\n return (\n <div key={value} className={clsx('bg-claret-violet-dark/10 border-claret-violet-light text-button-mobile md:text-button rounded-input flex cursor-default items-center justify-between gap-2.5 border p-2.5 font-semibold', className)}>\n {label}\n <ClearButton onClick={() => onRemove(value)} />\n </div>\n );\n};\n","'use client';\n\nimport { useCallback, useMemo } from 'react';\n\nimport clsx from 'clsx';\n\nimport { Dropdown } from '../Dropdown/Dropdown';\nimport { Tag } from '../Tag/Tag';\n\nexport interface TagSelectProps {\n label: string;\n id: string;\n options: { label: string; value: string }[];\n onChange: (values: string[]) => void;\n values: string[];\n required: boolean;\n placeholder: string;\n className?: string;\n}\n\nexport const TagSelect = ({ label, id, options, onChange, values, required, placeholder, className }: TagSelectProps) => {\n const handleChange = useCallback(\n (value: string) => {\n onChange([...values, value]);\n },\n [onChange],\n );\n\n const handleClear = useCallback(\n (value: string) => {\n onChange(values.filter((v) => v != value));\n },\n [onChange],\n );\n\n const filteredOptions = useMemo(() => options.filter((option) => !values.includes(option.value)), [options, values]);\n\n return (\n <div className={clsx('w-full', className)}>\n <Dropdown disabled={!filteredOptions.length} placeholder={placeholder} label={label} id={id} name={id} options={filteredOptions} onChange={handleChange} value={''} required={required} />\n <div className=\"mt-1 flex flex-wrap gap-2\">\n {values.map((value) => (\n <Tag key={value} label={options.find((option) => option.value === value)?.label ?? ''} value={value} onRemove={handleClear} />\n ))}\n </div>\n </div>\n );\n};\n","import clsx from 'clsx';\n\nimport { ErrorMessage } from '../ErrorMessage/ErrorMessage';\nimport { Label } from '../Label/Label';\n\nexport interface TextInputProps extends React.InputHTMLAttributes<HTMLInputElement> {\n label?: string;\n placeholder: string;\n id: string;\n name: string;\n type?: string;\n disabled?: boolean;\n hasError?: boolean;\n error?: string;\n required?: boolean;\n className?: string;\n}\n\nexport const TextInput = ({ label = '', placeholder, id, name, type = 'text', className, disabled, error = '', required = false, hasError = false, ...props }: TextInputProps) => {\n // prettier-ignore\n const containerClasses = clsx(\n 'md:max-w-98', \n className,\n );\n\n const inputClasses = clsx(\n 'border-claret-violet-dark hover:border-claret-violet-dark/40 focus:border-claret-violet-dark/40 bg-beige-light rounded-input text-md placeholder:text-md block w-full border px-3 py-2.5 transition-all duration-300 placeholder:opacity-30 placeholder:transition-opacity placeholder:duration-300 focus:outline-none disabled:pointer-events-none disabled:cursor-not-allowed disabled:opacity-40 disabled:placeholder:opacity-100',\n hasError && 'border-red-error bg-red-error/10',\n );\n\n return (\n <div className={containerClasses}>\n {label.length > 0 && <Label label={label} id={id} required={required} />}\n <input type={type} placeholder={placeholder} id={id} name={name} disabled={disabled} required={required} {...props} className={inputClasses} aria-invalid={hasError} aria-required={required} />\n <ErrorMessage id={`${id}-error`} hasError={hasError} message={error} className={clsx('text-red-error mt-2 min-h-5 opacity-0 transition-opacity duration-300', hasError && 'opacity-100')} />\n </div>\n );\n};\n","'use client';\n\nimport { useCallback, useEffect, useMemo, useRef, useState } from 'react';\n\nimport clsx from 'clsx';\n\nimport { ArrowPlainIcon, DropdownMenu, SpanTitle } from '../../../components';\nimport { useClickOutside } from '../../../helpers';\n\nexport interface WizardDropdownProps {\n placeholder?: string;\n options: { label: string; value: string }[];\n value: string;\n name: string;\n onChange: (value: string) => void;\n disabled?: boolean;\n className?: string;\n searchable?: boolean;\n}\n\nexport const WizardDropdown = ({ placeholder = '', options, value, onChange, name, disabled = false, className, searchable = false }: WizardDropdownProps) => {\n const [isOpen, setIsOpen] = useState(false);\n const [searchValue, setSearchValue] = useState('');\n const ref = useRef<HTMLDivElement>(null);\n\n const selectedLabel = useMemo(() => options.find((option) => option.value === value)?.label, [options, value]);\n\n const handleBlur = useCallback(() => {\n setIsOpen(false);\n if ((!value || searchValue !== selectedLabel) && searchable) {\n setSearchValue('');\n onChange('');\n }\n }, [value, onChange, selectedLabel, searchValue]);\n\n useClickOutside(ref as React.RefObject<HTMLDivElement>, handleBlur);\n\n const handleChange = useCallback(\n (selection: string) => {\n onChange(selection);\n setIsOpen(false);\n setSearchValue(options.find((option) => option.value === selection)?.label || '');\n },\n [onChange, options],\n );\n\n useEffect(() => {\n if (!value && searchable) {\n setSearchValue('');\n }\n }, [value, searchable]);\n\n const inputClasses = clsx(\n 'border-claret-violet-dark outline-claret-violet-dark flex min-h-19.25 w-full cursor-pointer items-center justify-between gap-4 border-b py-0.5 disabled:cursor-not-allowed disabled:opacity-40',\n disabled && 'opacity-40',\n (isOpen || value) && 'border-claret-violet-dark/50',\n );\n\n const filteredOptions = useMemo(() => (searchable ? options.filter((option) => option.label.toLowerCase().includes(searchValue.toLowerCase())) : options), [options, searchValue, searchable]);\n\n return (\n <div className={clsx('text-claret-violet-dark relative w-full md:w-max md:min-w-66', className)} ref={ref}>\n <input type=\"hidden\" name={name} value={value} />\n {searchable ? (\n <div className={clsx(inputClasses)}>\n <input\n type=\"text\"\n name=\"search\"\n disabled={disabled}\n onFocus={() => setIsOpen(true)}\n value={searchValue}\n placeholder={placeholder}\n onChange={(e) => setSearchValue(e.target.value)}\n className=\"text-display-xl-mobile md:text-heading-lg font-pangaia w-full max-w-0 min-w-56 font-medium italic focus:outline-none\"\n />\n <ArrowPlainIcon className={clsx('transition-duration-300 w-4.5 transition-transform will-change-transform md:w-6', isOpen && 'rotate-180')} />\n </div>\n ) : (\n <button tabIndex={disabled ? -1 : 0} disabled={disabled} onClick={() => setIsOpen(!isOpen)} type=\"button\" className={clsx(inputClasses)}>\n <SpanTitle size=\"display-xl\" className=\"block md:hidden\">\n {selectedLabel || placeholder}\n </SpanTitle>\n <SpanTitle size=\"heading-lg\" className=\"hidden md:block\">\n {selectedLabel || placeholder}\n </SpanTitle>\n <ArrowPlainIcon className={clsx('transition-duration-300 w-4.5 transition-transform will-change-transform md:w-6', isOpen && 'rotate-180')} />\n </button>\n )}\n\n <DropdownMenu name={name} options={filteredOptions} value={value} onChange={handleChange} disabled={disabled} className=\"absolute top-full left-0 mt-3\" isOpen={isOpen} />\n </div>\n );\n};\n","import clsx from 'clsx';\n\nimport { ErrorMessage } from '../ErrorMessage/ErrorMessage';\n\nexport interface WizardTextInputProps extends React.InputHTMLAttributes<HTMLInputElement> {\n placeholder: string;\n name: string;\n disabled: boolean;\n error: string;\n hasError: boolean;\n className?: string;\n}\n\nexport const WizardTextInput = ({ placeholder, name, disabled, className, hasError, error, ...props }: WizardTextInputProps) => {\n return (\n <div className={className}>\n <input\n type=\"text\"\n placeholder={placeholder}\n name={name}\n disabled={disabled}\n className={clsx(\n 'font-pangaia text-display-md-mobile md:text-display-md outline-claret-violet-dark placeholder:text-claret-violet-dark/20 font-medium transition-opacity duration-300 focus:outline-none focus-visible:outline-2 disabled:opacity-40 disabled:placeholder:opacity-100 max-md:italic',\n className,\n )}\n {...props}\n />\n <ErrorMessage id={`${name}-error`} hasError={hasError} message={error} />\n </div>\n );\n};\n","'use client';\n\nimport { useEffect, useRef } from 'react';\n\nimport clsx from 'clsx';\n\nimport { FAQButton, ParagraphTitle, Text } from '../../../components';\nimport { accordionAnimation } from '../../../helpers';\n\ntype FaqItemProps = {\n question: string;\n answer: string;\n className?: string;\n};\n\nexport const FaqItem = ({ question, answer, className }: FaqItemProps) => {\n const detailsRef = useRef<HTMLDetailsElement>(null);\n const contentRef = useRef<HTMLDivElement>(null);\n\n useEffect(() => {\n const details = detailsRef.current;\n const content = contentRef.current;\n if (!details || !content) return;\n\n const handleAnimation = (e: Event) => {\n accordionAnimation(e, details, content);\n };\n\n details.addEventListener('click', handleAnimation);\n return () => details.removeEventListener('click', handleAnimation);\n }, []);\n\n return (\n <details data-accordion ref={detailsRef} className={clsx('bg-beige-dark group open:bg-beige-light hover:bg-beige-light rounded-input md:rounded-card border-claret-violet-dark w-full cursor-pointer border p-4 transition-colors duration-300 md:p-6', className)}>\n <summary className=\"flex list-none items-center justify-between gap-2\">\n <ParagraphTitle size=\"heading-md\" className=\"font-semibold md:hidden\">\n {question}\n </ParagraphTitle>\n <Text size=\"xl\" className=\"hidden md:block\">\n {question}\n </Text>\n <FAQButton variant={'plus'} className=\"flex shrink-0 group-data-[open=true]:hidden\" />\n <FAQButton variant={'minus'} className=\"hidden shrink-0 group-data-[open=true]:flex\" />\n </summary>\n <div data-accordion-content ref={contentRef} style={{ maxHeight: '0px', transitionDuration: '300ms' }} className=\"overflow-hidden transition-[max-height] will-change-[max-height]\">\n <ParagraphTitle size=\"heading-md\" className=\"mt-2.5 md:hidden\">\n {answer}\n </ParagraphTitle>\n <Text size=\"md\" className=\"mt-2.5 hidden md:block\">\n {answer}\n </Text>\n </div>\n </details>\n );\n};\n","'use client';\n\nimport { useEffect, useRef } from 'react';\n\nimport clsx from 'clsx';\n\nimport { ArrowIcon, Text } from '../../../components';\nimport { accordionAnimation } from '../../../helpers';\n\nexport interface IngredientProps {\n label: string;\n description: string;\n image: 'carrot' | 'quinoa' | 'potato' | 'dry-apple' | 'dry-carrot' | 'beef' | 'chicken' | 'courgette' | 'duck' | 'fish' | 'liquid' | 'oil' | 'pork' | 'turkey' | 'vitamins' | 'seaweed' | 'rice' | 'beer-yeast' | 'calcium';\n className?: string;\n}\n\nexport const Ingredient = ({ label, description, image, className }: IngredientProps) => {\n const detailsRef = useRef<HTMLDetailsElement>(null);\n const contentRef = useRef<HTMLDivElement>(null);\n\n useEffect(() => {\n const details = detailsRef.current;\n const content = contentRef.current;\n if (!details || !content) return;\n\n const handleAnimation = (e: Event) => {\n accordionAnimation(e, details, content);\n };\n\n details.addEventListener('click', handleAnimation);\n return () => details.removeEventListener('click', handleAnimation);\n }, []);\n\n return (\n <details data-accordion ref={detailsRef} className={clsx('bg-beige-light group hover:bg-beige-dark rounded-input min-h-15 cursor-pointer px-3 transition-colors duration-300 max-md:py-3 md:min-h-18 md:px-6', className)}>\n <summary className=\"flex list-none items-center justify-between gap-2\">\n <div className=\"flex items-center gap-4\">\n <img src={`/design-system/images/ingredients/${image}.webp`} alt={label} className=\"w-14 object-contain md:w-25\" loading=\"lazy\" decoding=\"async\" />\n <Text size=\"button\">{label}</Text>\n </div>\n <div className={clsx('group-hover:bg-claret-violet-dark group-hover:text-beige-light flex h-5 w-5 items-center justify-center rounded-sm transition-colors duration-300', 'bg-claret-violet-dark/50 text-claret-violet-dark group-open:bg-claret-violet-dark group-open:text-beige-light')}>\n <ArrowIcon className={clsx('w-2 rotate-0 transition-transform duration-300 group-data-[open=true]:rotate-180')} />\n </div>\n </summary>\n <div data-accordion-content ref={contentRef} style={{ maxHeight: '0px', transitionDuration: '300ms' }} className=\"transition-height overflow-hidden\">\n <Text size=\"md\" className=\"mt-3 md:pb-6\">\n {description}\n </Text>\n </div>\n </details>\n );\n};\n","import clsx from 'clsx';\n\nimport { Button, ParagraphTitle, Text } from '../../../components';\n\ninterface CTACardProps {\n title: string;\n description: string;\n ctaText: string;\n secondaryCtaText?: string;\n onClick: () => void;\n secondaryCtaOnClick?: () => void;\n illustration: string;\n variant: 'light' | 'dark';\n className?: string;\n}\n\nconst variantStyles = {\n light: 'bg-beige-dark text-claret-violet-dark',\n dark: 'bg-claret-violet-light text-beige-light',\n};\n\nexport const CTACard = ({ title, description, ctaText, onClick, illustration, variant, className, secondaryCtaText, secondaryCtaOnClick }: CTACardProps) => {\n return (\n <div className={clsx('rounded-card flex flex-col items-center justify-center px-4 pt-6 pb-7.5 lg:px-2 lg:pt-5 lg:pb-15', variantStyles[variant], className)}>\n <div className=\"mb-7 aspect-square w-28.5 lg:mb-4 lg:w-43\">\n <img src={`/design-system/illustrations/${illustration}${variant === 'dark' ? '-light' : ''}.webp`} alt={title} className=\"h-full w-full object-contain\" />\n </div>\n <ParagraphTitle size=\"display-md\" className=\"mb-4 text-center !not-italic lg:mb-8\">\n {title}\n </ParagraphTitle>\n <ParagraphTitle size=\"heading-md\" className=\"mb-6 text-center md:hidden\">\n {description}\n </ParagraphTitle>\n <Text size=\"md\" className=\"mb-10 hidden max-w-70 text-center md:block\">\n {description}\n </Text>\n <Button variant={variant === 'light' ? 'secondary' : 'primary'} onClick={onClick}>\n {ctaText}\n </Button>\n {secondaryCtaText && secondaryCtaOnClick && (\n <button onClick={secondaryCtaOnClick} className=\"text-md-mobile mt-6 font-semibold lg:hidden\">\n {secondaryCtaText}\n </button>\n )}\n </div>\n );\n};\n","'use client';\n\nimport React from 'react';\n\nimport clsx from 'clsx';\n\nimport { ResponsiveImage, Text } from '../../Base';\nimport { CheckRoundedIcon } from '../../../components';\n\nexport interface FeatureItem {\n id: string;\n text: string;\n icon?: React.ReactNode;\n}\n\nexport interface FeatureCardProps {\n features: FeatureItem[];\n className?: string;\n backgroundColor?: 'lavender' | 'beige' | 'white';\n}\n\nconst backgroundStyles = {\n lavender: 'bg-lavender-blue-light',\n beige: 'bg-beige-light',\n white: 'bg-white',\n};\n\nexport const FeatureCard = ({\n features,\n className = '',\n backgroundColor = 'lavender',\n}: FeatureCardProps) => {\n return (\n <div className={clsx(\n 'w-full lg:rounded-2xl p-6 md:p-10 lg:p-[40px] flex items-center gap-[16px] lg:gap-[32px] relative overflow-hidden',\n backgroundStyles[backgroundColor],\n 'flex-col md:flex-row',\n className\n )}>\n {/* Features List */}\n <div className={clsx(\n 'flex-1 space-y-4',\n 'md:pr-4'\n )}>\n {features.map((feature) => (\n <div key={feature.id} className=\"flex items-start gap-[8px]\">\n {feature.icon || <CheckRoundedIcon className=\"w-6 text-claret-violet-light shrink-0\" />}\n <Text\n size=\"xl\"\n >\n {feature.text}\n </Text>\n </div>\n ))}\n </div>\n\n <div className={clsx(\n 'flex-shrink-0 relative',\n 'w-32 h-32 md:w-40 md:h-40',\n 'self-end',\n 'hidden md:block'\n )}>\n <ResponsiveImage \n mobile=\"design-system/images/tips/claudine-tips-mobile.webp\" \n desktop=\"design-system/images/tips/claudine-tips.webp\" \n mobile2x=\"design-system//images/tips/claudine-tips-mobile@2x.webp\" \n desktop2x=\"design-system//images/tips/claudine-tips@2x.webp\" \n alt=\"Claudine\" \n className=\"absolute -bottom-6 right-0 w-full h-full object-cover object-bottom\"\n />\n </div>\n\n </div>\n );\n};\n","'use client';\n\nimport React from 'react';\nimport clsx from 'clsx';\nimport { Text } from '../../Base';\n\nexport interface FeatureIllustrationProps {\n src: string;\n alt: string;\n title: string;\n className?: string;\n illustrationClassName?: string;\n titleClassName?: string;\n}\n\nexport const FeatureIllustration = ({\n src,\n alt,\n title,\n className = '',\n illustrationClassName = '',\n titleClassName = '',\n}: FeatureIllustrationProps) => {\n return (\n <div className={clsx(\n 'flex flex-col items-center text-center gap-[24px]',\n 'p-4',\n className\n )}>\n {/* Illustration */}\n <div className={clsx(\n 'flex items-center justify-center',\n illustrationClassName\n )}>\n <img \n src={src}\n alt={alt}\n className='w-16 h-16 object-contain'\n />\n </div>\n\n {/* Title */}\n <Text\n variant=\"p\"\n size=\"md\"\n className={clsx(\n 'text-claret-violet leading-relaxed',\n 'max-w-xs',\n titleClassName\n )}\n >\n {title}\n </Text>\n </div>\n );\n};\n","import { forwardRef } from 'react';\n\nimport clsx from 'clsx';\n\nimport { Text } from '../../../components';\n\nexport interface FoodCardProps {\n title: string;\n description: string;\n illustration: string;\n className?: string;\n}\n\nexport const FoodCard = forwardRef<HTMLDivElement, FoodCardProps>(({ title, description, illustration, className }, ref) => {\n return (\n <div ref={ref} className={clsx('bg-lavender-blue-light text-claret-violet-dark rounded-food-card min-h-25 w-68 p-4', className)}>\n <div key={`food-card-${title}`} className=\"flex animate-[fade-in_600ms_ease-in] gap-2.5\">\n <div className=\"w-12 shrink-0\">\n <img src={`/design-system/illustrations/${illustration}.webp`} alt={title} className=\"object-contain\" />\n </div>\n <div>\n <Text size=\"sm\" className=\"mb-2 font-semibold\">\n {title}\n </Text>\n <Text size=\"sm\" className=\"hidden md:block\">\n {description}\n </Text>\n <Text size=\"md\" className=\"block md:hidden\">\n {description}\n </Text>\n </div>\n </div>\n </div>\n );\n});\n\nFoodCard.displayName = 'FoodCard';\n","import * as React from \"react\";\nimport { forwardRef } from \"react\";\nconst SvgArrowPlain = ({\n title,\n titleId,\n ...props\n}, ref) => /* @__PURE__ */ React.createElement(\"svg\", { viewBox: \"0 0 19 13\", fill: \"none\", xmlns: \"http://www.w3.org/2000/svg\", ref, \"aria-labelledby\": titleId, ...props }, title ? /* @__PURE__ */ React.createElement(\"title\", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M7.93969 12.0542C8.74031 13.0526 10.2597 13.0526 11.0603 12.0542L17.7183 3.75117C18.7681 2.44202 17.8361 0.500002 16.158 0.500002H2.84203C1.16395 0.500002 0.231937 2.44202 1.28172 3.75117L7.93969 12.0542Z\", fill: \"currentColor\" }));\nconst ForwardRef = forwardRef(SvgArrowPlain);\nexport { ForwardRef as ReactComponent };\n","import * as React from \"react\";\nimport { forwardRef } from \"react\";\nconst SvgArrow = ({\n title,\n titleId,\n ...props\n}, ref) => /* @__PURE__ */ React.createElement(\"svg\", { viewBox: \"0 0 16 10\", fill: \"none\", xmlns: \"http://www.w3.org/2000/svg\", ref, \"aria-labelledby\": titleId, ...props }, title ? /* @__PURE__ */ React.createElement(\"title\", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M1 1.5L8 8.5L15 1.5\", stroke: \"currentColor\", strokeWidth: 2, strokeLinecap: \"round\", strokeLinejoin: \"round\" }));\nconst ForwardRef = forwardRef(SvgArrow);\nexport { ForwardRef as ReactComponent };\n","import * as React from \"react\";\nimport { forwardRef } from \"react\";\nconst SvgCalendar = ({\n title,\n titleId,\n ...props\n}, ref) => /* @__PURE__ */ React.createElement(\"svg\", { viewBox: \"0 0 20 21\", fill: \"none\", xmlns: \"http://www.w3.org/2000/svg\", ref, \"aria-labelledby\": titleId, ...props }, title ? /* @__PURE__ */ React.createElement(\"title\", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M5.75 0.75C5.75 0.335786 5.41421 0 5 0C4.58579 0 4.25 0.335786 4.25 0.75V2.32926C2.81067 2.44451 1.86577 2.72737 1.17157 3.42157C0.477375 4.11577 0.194513 5.06067 0.0792572 6.5H19.9207C19.8055 5.06067 19.5226 4.11577 18.8284 3.42157C18.1342 2.72737 17.1893 2.44451 15.75 2.32926V0.75C15.75 0.335786 15.4142 0 15 0C14.5858 0 14.25 0.335786 14.25 0.75V2.2629C13.5847 2.25 12.839 2.25 12 2.25H8C7.16097 2.25 6.41527 2.25 5.75 2.2629V0.75Z\", fill: \"currentColor\" }), /* @__PURE__ */ React.createElement(\"path\", { fillRule: \"evenodd\", clipRule: \"evenodd\", d: \"M20 10.25V12.25C20 16.0212 20 17.9069 18.8284 19.0784C17.6569 20.25 15.7712 20.25 12 20.25H8C4.22876 20.25 2.34315 20.25 1.17157 19.0784C0 17.9069 0 16.0212 0 12.25V10.25C0 9.41096 0 8.66527 0.012902 8H19.9871C20 8.66527 20 9.41096 20 10.25ZM14.5 16.25C15.3284 16.25 16 15.5784 16 14.75C16 13.9216 15.3284 13.25 14.5 13.25C13.6716 13.25 13 13.9216 13 14.75C13 15.5784 13.6716 16.25 14.5 16.25Z\", fill: \"currentColor\" }));\nconst ForwardRef = forwardRef(SvgCalendar);\nexport { ForwardRef as ReactComponent };\n","import * as React from \"react\";\nimport { forwardRef } from \"react\";\nconst SvgCheck = ({\n title,\n titleId,\n ...props\n}, ref) => /* @__PURE__ */ React.createElement(\"svg\", { viewBox: \"0 0 9 7\", fill: \"none\", xmlns: \"http://www.w3.org/2000/svg\", ref, \"aria-labelledby\": titleId, ...props }, title ? /* @__PURE__ */ React.createElement(\"title\", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M8.28033 0.21967C8.57322 0.512563 8.57322 0.987437 8.28033 1.28033L3.28033 6.28033C2.98744 6.57322 2.51256 6.57322 2.21967 6.28033L0.21967 4.28033C-0.0732233 3.98744 -0.0732233 3.51256 0.21967 3.21967C0.512563 2.92678 0.987437 2.92678 1.28033 3.21967L2.75 4.68934L4.98483 2.4545L7.21967 0.21967C7.51256 -0.0732233 7.98744 -0.0732233 8.28033 0.21967Z\", fill: \"currentColor\" }));\nconst ForwardRef = forwardRef(SvgCheck);\nexport { ForwardRef as ReactComponent };\n","import * as React from \"react\";\nimport { forwardRef } from \"react\";\nconst SvgCrossRounded = ({\n title,\n titleId,\n ...props\n}, ref) => /* @__PURE__ */ React.createElement(\"svg\", { viewBox: \"0 0 20 20\", fill: \"none\", xmlns: \"http://www.w3.org/2000/svg\", ref, \"aria-labelledby\": titleId, ...props }, title ? /* @__PURE__ */ React.createElement(\"title\", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement(\"path\", { fillRule: \"evenodd\", clipRule: \"evenodd\", d: \"M20 10C20 15.5228 15.5228 20 10 20C4.47715 20 0 15.5228 0 10C0 4.47715 4.47715 0 10 0C15.5228 0 20 4.47715 20 10ZM6.96963 6.96965C7.26252 6.67676 7.73739 6.67676 8.03029 6.96965L9.99997 8.93933L11.9696 6.96967C12.2625 6.67678 12.7374 6.67678 13.0303 6.96967C13.3232 7.26256 13.3232 7.73744 13.0303 8.03033L11.0606 9.99999L13.0303 11.9696C13.3232 12.2625 13.3232 12.7374 13.0303 13.0303C12.7374 13.3232 12.2625 13.3232 11.9696 13.0303L9.99997 11.0607L8.03031 13.0303C7.73742 13.3232 7.26254 13.3232 6.96965 13.0303C6.67676 12.7374 6.67676 12.2625 6.96965 11.9697L8.93931 9.99999L6.96963 8.03031C6.67673 7.73742 6.67673 7.26254 6.96963 6.96965Z\", fill: \"currentColor\" }));\nconst ForwardRef = forwardRef(SvgCrossRounded);\nexport { ForwardRef as ReactComponent };\n","import * as React from \"react\";\nimport { forwardRef } from \"react\";\nconst SvgCross = ({\n title,\n titleId,\n ...props\n}, ref) => /* @__PURE__ */ React.createElement(\"svg\", { viewBox: \"0 0 14 14\", fill: \"none\", xmlns: \"http://www.w3.org/2000/svg\", ref, \"aria-labelledby\": titleId, ...props }, title ? /* @__PURE__ */ React.createElement(\"title\", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M1.68628 12.6509L13 1.33723\", stroke: \"currentColor\", strokeWidth: 2, strokeLinecap: \"round\" }), /* @__PURE__ */ React.createElement(\"path\", { d: \"M1.68628 1.65094L13 12.9646\", stroke: \"currentColor\", strokeWidth: 2, strokeLinecap: \"round\" }));\nconst ForwardRef = forwardRef(SvgCross);\nexport { ForwardRef as ReactComponent };\n","import * as React from \"react\";\nimport { forwardRef } from \"react\";\nconst SvgFacebook = ({\n title,\n titleId,\n ...props\n}, ref) => /* @__PURE__ */ React.createElement(\"svg\", { viewBox: \"0 0 6 13\", fill: \"currentColor\", xmlns: \"http://www.w3.org/2000/svg\", ref, \"aria-labelledby\": titleId, ...props }, title ? /* @__PURE__ */ React.createElement(\"title\", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M5.57593 3.95036H3.67694V2.69668C3.67694 2.22587 3.98694 2.1161 4.20528 2.1161C4.42312 2.1161 5.54537 2.1161 5.54537 2.1161V0.0463135L3.69979 0.0390625C1.65103 0.0390625 1.18479 1.58278 1.18479 2.57066V3.95036H-6.10352e-05V6.08315H1.18479C1.18479 8.82028 1.18479 12.1182 1.18479 12.1182H3.67694C3.67694 12.1182 3.67694 8.78778 3.67694 6.08315H5.35858L5.57593 3.95036Z\" }));\nconst ForwardRef = forwardRef(SvgFacebook);\nexport { ForwardRef as ReactComponent };\n","import * as React from \"react\";\nimport { forwardRef } from \"react\";\nconst SvgFilters = ({\n title,\n titleId,\n ...props\n}, ref) => /* @__PURE__ */ React.createElement(\"svg\", { viewBox: \"0 0 24 24\", fill: \"none\", xmlns: \"http://www.w3.org/2000/svg\", ref, \"aria-labelledby\": titleId, ...props }, title ? /* @__PURE__ */ React.createElement(\"title\", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M16.9585 11.75C16.5443 11.75 16.2085 11.4142 16.2085 11L16.2085 2C16.2085 1.58579 16.5443 1.25 16.9585 1.25C17.3727 1.25 17.7085 1.58579 17.7085 2L17.7085 11C17.7085 11.4142 17.3727 11.75 16.9585 11.75Z\", fill: \"currentColor\" }), /* @__PURE__ */ React.createElement(\"path\", { fillRule: \"evenodd\", clipRule: \"evenodd\", d: \"M6.99997 5.75C9.07104 5.75 10.75 7.42893 10.75 9.5C10.75 11.5711 9.07104 13.25 6.99997 13.25C4.92891 13.25 3.24998 11.5711 3.24998 9.5C3.24998 7.42893 4.92891 5.75 6.99997 5.75ZM9.24997 9.5C9.24997 8.25736 8.24262 7.25 6.99997 7.25C5.75733 7.25 4.74998 8.25736 4.74998 9.5C4.74998 10.7426 5.75733 11.75 6.99997 11.75C8.24262 11.75 9.24997 10.7426 9.24997 9.5Z\", fill: \"currentColor\" }), /* @__PURE__ */ React.createElement(\"path\", { fillRule: \"evenodd\", clipRule: \"evenodd\", d: \"M17 18.25C19.071 18.25 20.75 16.5711 20.75 14.5C20.75 12.4289 19.071 10.75 17 10.75C14.9289 10.75 13.25 12.4289 13.25 14.5C13.25 16.5711 14.9289 18.25 17 18.25ZM19.25 14.5C19.25 15.7426 18.2426 16.75 17 16.75C15.7573 16.75 14.75 15.7426 14.75 14.5C14.75 13.2574 15.7573 12.25 17 12.25C18.2426 12.25 19.25 13.2574 19.25 14.5Z\", fill: \"currentColor\" }), /* @__PURE__ */ React.createElement(\"path\", { d: \"M6.2085 13C6.2085 12.5858 6.54428 12.25 6.9585 12.25C7.37271 12.25 7.7085 12.5858 7.7085 13V22C7.7085 22.4142 7.37271 22.75 6.9585 22.75C6.54428 22.75 6.2085 22.4142 6.2085 22V13Z\", fill: \"currentColor\" }), /* @__PURE__ */ React.createElement(\"path\", { d: \"M16.9585 22.75C16.5443 22.75 16.2085 22.4142 16.2085 22V18C16.2085 17.5858 16.5443 17.25 16.9585 17.25C17.3727 17.25 17.7085 17.5858 17.7085 18V22C17.7085 22.4142 17.3727 22.75 16.9585 22.75Z\", fill: \"currentColor\" }), /* @__PURE__ */ React.createElement(\"path\", { d: \"M6.2085 2C6.2085 1.58579 6.54428 1.25 6.9585 1.25C7.37271 1.25 7.7085 1.58579 7.7085 2V6C7.7085 6.41421 7.37271 6.75 6.9585 6.75C6.54428 6.75 6.2085 6.41421 6.2085 6V2Z\", fill: \"currentColor\" }));\nconst ForwardRef = forwardRef(SvgFilters);\nexport { ForwardRef as ReactComponent };\n","import * as React from \"react\";\nimport { forwardRef } from \"react\";\nconst SvgHatCook = ({\n title,\n titleId,\n ...props\n}, ref) => /* @__PURE__ */ React.createElement(\"svg\", { viewBox: \"0 0 20 20\", fill: \"none\", xmlns: \"http://www.w3.org/2000/svg\", ref, \"aria-labelledby\": titleId, ...props }, title ? /* @__PURE__ */ React.createElement(\"title\", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement(\"path\", { fillRule: \"evenodd\", clipRule: \"evenodd\", d: \"M0 8C0 5.23858 2.23858 3 5 3C5.25052 3 5.49673 3.01842 5.73736 3.05399C6.33961 1.27806 8.02055 0 10 0C11.9794 0 13.6604 1.27806 14.2626 3.05399C14.5033 3.01842 14.7495 3 15 3C17.7614 3 20 5.23858 20 8C20 10.0503 18.7659 11.8124 17 12.584L17 15.25H3V12.584C1.2341 11.8124 0 10.0503 0 8ZM9.04286 11.6693C8.16485 11.0251 7 9.98486 7 9.00044C7 7.32721 8.65005 6.7025 10 7.99506C11.35 6.7025 13 7.32721 13 9.00043C13 9.98488 11.8352 11.0251 10.9571 11.6693C10.5374 11.9773 10.3275 12.1313 10 12.1313C9.67249 12.1313 9.46261 11.9773 9.04286 11.6693Z\", fill: \"currentColor\" }), /* @__PURE__ */ React.createElement(\"path\", { d: \"M3.58579 19.4142C3.08343 18.9119 3.01188 18.1469 3.00169 16.75H16.9983C16.9881 18.1469 16.9166 18.9119 16.4142 19.4142C15.8284 20 14.8856 20 13 20H7C5.11438 20 4.17157 20 3.58579 19.4142Z\", fill: \"currentColor\" }));\nconst ForwardRef = forwardRef(SvgHatCook);\nexport { ForwardRef as ReactComponent };\n","import * as React from \"react\";\nimport { forwardRef } from \"react\";\nconst SvgHomeHeroShapeMobile = ({\n title,\n titleId,\n ...props\n}, ref) => /* @__PURE__ */ React.createElement(\"svg\", { viewBox: \"0 0 320 248\", fill: \"none\", xmlns: \"http://www.w3.org/2000/svg\", preserveAspectRatio: \"none\", ref, \"aria-labelledby\": titleId, ...props }, title ? /* @__PURE__ */ React.createElement(\"title\", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M320 248C319.064 245.878 320 72.5001 320 9.76575C276.096 2.6226 223.055 0.000113595 151.741 0.000107361C82.7763 0.000101332 34.8277 5.57396 -9.96192e-06 12.8706C-9.96192e-06 12.8706 -1.88904e-05 115 0 248L320 248Z\", fill: \"#802948\" }));\nconst ForwardRef = forwardRef(SvgHomeHeroShapeMobile);\nexport { ForwardRef as ReactComponent };\n","import * as React from \"react\";\nimport { forwardRef } from \"react\";\nconst SvgHomeHeroShapeSmall = ({\n title,\n titleId,\n ...props\n}, ref) => /* @__PURE__ */ React.createElement(\"svg\", { viewBox: \"0 0 641 164\", fill: \"none\", xmlns: \"http://www.w3.org/2000/svg\", ref, \"aria-labelledby\": titleId, ...props }, title ? /* @__PURE__ */ React.createElement(\"title\", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M641 163.5C630.623 139.904 618.387 121.021 607.079 104.736C590.917 81.4347 577.132 66.7815 549.799 49.4857C488.004 10.5702 438.093 0.00062313 314.74 0.000612347C191.388 0.000601563 158.351 24.0224 134.108 32.1899C68.5206 53.9084 23.2739 103.95 0.777588 163.5L641 163.5Z\", fill: \"#671A36\" }));\nconst ForwardRef = forwardRef(SvgHomeHeroShapeSmall);\nexport { ForwardRef as ReactComponent };\n","import * as React from \"react\";\nimport { forwardRef } from \"react\";\nconst SvgHomeHeroShape = ({\n title,\n titleId,\n ...props\n}, ref) => /* @__PURE__ */ React.createElement(\"svg\", { viewBox: \"0 0 1512 549\", fill: \"none\", xmlns: \"http://www.w3.org/2000/svg\", preserveAspectRatio: \"none\", ref, \"aria-labelledby\": titleId, ...props }, title ? /* @__PURE__ */ React.createElement(\"title\", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M1830 549C1795.18 469.766 1754.13 406.361 1716.19 351.68C1661.97 273.439 1615.72 224.237 1524.01 166.161C1316.69 35.4907 1149.23 0.000123591 735.372 8.741e-05C321.513 5.12294e-05 210.672 80.6606 129.336 108.085C-90.7166 181.012 -242.523 349.042 -318 549L1830 549Z\", fill: \"#802948\" }));\nconst ForwardRef = forwardRef(SvgHomeHeroShape);\nexport { ForwardRef as ReactComponent };\n","import * as React from \"react\";\nimport { forwardRef } from \"react\";\nconst SvgInfo = ({\n title,\n titleId,\n ...props\n}, ref) => /* @__PURE__ */ React.createElement(\"svg\", { viewBox: \"0 0 16 16\", fill: \"none\", xmlns: \"http://www.w3.org/2000/svg\", ref, \"aria-labelledby\": titleId, ...props }, title ? /* @__PURE__ */ React.createElement(\"title\", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement(\"path\", { fillRule: \"evenodd\", clipRule: \"evenodd\", d: \"M16 8C16 12.4183 12.4183 16 8 16C3.58172 16 0 12.4183 0 8C0 3.58172 3.58172 0 8 0C12.4183 0 16 3.58172 16 8ZM8 12.6C8.33137 12.6 8.6 12.3314 8.6 12V7.2C8.6 6.86863 8.33137 6.6 8 6.6C7.66863 6.6 7.4 6.86863 7.4 7.2V12C7.4 12.3314 7.66863 12.6 8 12.6ZM8 4C8.44183 4 8.8 4.35817 8.8 4.8C8.8 5.24183 8.44183 5.6 8 5.6C7.55817 5.6 7.2 5.24183 7.2 4.8C7.2 4.35817 7.55817 4 8 4Z\", fill: \"currentColor\" }));\nconst ForwardRef = forwardRef(SvgInfo);\nexport { ForwardRef as ReactComponent };\n","import * as React from \"react\";\nimport { forwardRef } from \"react\";\nconst SvgInstagram = ({\n title,\n titleId,\n ...props\n}, ref) => /* @__PURE__ */ React.createElement(\"svg\", { viewBox: \"0 0 14 14\", fill: \"currentColor\", xmlns: \"http://www.w3.org/2000/svg\", ref, \"aria-labelledby\": titleId, ...props }, title ? /* @__PURE__ */ React.createElement(\"title\", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M10.7955 4.03931C10.7955 4.10896 10.7955 4.10896 10.7955 4.03931C11.2831 4.03931 11.6314 3.62137 11.6314 3.20343C11.6314 2.71584 11.2135 2.36755 10.7955 2.36755C10.308 2.36755 9.95966 2.78549 9.95966 3.20343C9.89001 3.69102 10.308 4.03931 10.7955 4.03931Z\" }), /* @__PURE__ */ React.createElement(\"path\", { d: \"M6.96452 10.4477C8.84525 10.4477 10.4473 8.91526 10.4473 6.96488C10.4473 5.08415 8.9149 3.48206 6.96452 3.48206C5.01414 3.48206 3.4817 5.0145 3.4817 6.96488C3.4817 8.91526 5.01414 10.4477 6.96452 10.4477ZM6.96452 4.73587C8.21834 4.73587 9.26318 5.78072 9.26318 7.03453C9.26318 8.28835 8.21834 9.3332 6.96452 9.3332C5.71071 9.3332 4.66586 8.28835 4.66586 7.03453C4.66586 5.78072 5.71071 4.73587 6.96452 4.73587Z\" }), /* @__PURE__ */ React.createElement(\"path\", { d: \"M-0.000930786 4.31809V9.68163C-0.000930786 12.05 1.94945 14.0003 4.31776 14.0003H9.68131C12.0496 14.0003 14 12.05 14 9.68163V4.31809C14 1.94977 12.0496 -0.000610352 9.68131 -0.000610352H4.31776C1.87979 0.0690461 -0.000930786 1.94977 -0.000930786 4.31809ZM4.31776 1.25321H9.68131C11.4227 1.25321 12.8158 2.64633 12.8158 4.38774V9.75129C12.8158 11.4927 11.4227 12.8858 9.68131 12.8858H4.31776C2.57635 12.8858 1.18323 11.4927 1.18323 9.75129V4.38774C1.18323 2.64633 2.57635 1.25321 4.31776 1.25321Z\" }));\nconst ForwardRef = forwardRef(SvgInstagram);\nexport { ForwardRef as ReactComponent };\n","import * as React from \"react\";\nimport { forwardRef } from \"react\";\nconst SvgLinkedin = ({\n title,\n titleId,\n ...props\n}, ref) => /* @__PURE__ */ React.createElement(\"svg\", { viewBox: \"0 0 11 11\", fill: \"currentColor\", xmlns: \"http://www.w3.org/2000/svg\", ref, \"aria-labelledby\": titleId, ...props }, title ? /* @__PURE__ */ React.createElement(\"title\", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M2.4314 3.16846H0.20015V10.4997H2.4314V3.16846Z\" }), /* @__PURE__ */ React.createElement(\"path\", { d: \"M7.85126 3.16846C6.5753 3.16846 6.22149 3.58666 5.9378 4.12471V3.16846H3.70655V10.4997H5.9378V6.35596C5.9378 5.71846 5.9378 5.08096 7.05343 5.08096C8.16905 5.08096 8.16905 5.71846 8.16905 6.35596V10.4997H10.4003V6.35596C10.4003 4.44346 10.0816 3.16846 7.85126 3.16846Z\" }), /* @__PURE__ */ React.createElement(\"path\", { d: \"M1.31577 2.53191C1.93192 2.53191 2.4314 2.03243 2.4314 1.41628C2.4314 0.800141 1.93192 0.300659 1.31577 0.300659C0.699632 0.300659 0.20015 0.800141 0.20015 1.41628C0.20015 2.03243 0.699632 2.53191 1.31577 2.53191Z\" }));\nconst ForwardRef = forwardRef(SvgLinkedin);\nexport { ForwardRef as ReactComponent };\n","import * as React from \"react\";\nimport { forwardRef } from \"react\";\nconst SvgMagicWand = ({\n title,\n titleId,\n ...props\n}, ref) => /* @__PURE__ */ React.createElement(\"svg\", { viewBox: \"0 0 16 16\", fill: \"none\", xmlns: \"http://www.w3.org/2000/svg\", ref, \"aria-labelledby\": titleId, ...props }, title ? /* @__PURE__ */ React.createElement(\"title\", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement(\"g\", { opacity: 0.5 }, /* @__PURE__ */ React.createElement(\"path\", { d: \"M1.16674 1.55329C0.277754 2.50153 0.277754 4.03893 1.16674 4.98717L2.42023 6.32421C2.42964 6.3126 2.43951 6.30127 2.44985 6.29025L5.60778 2.92183C5.61808 2.91084 5.62867 2.90033 5.63952 2.89032L4.38604 1.55329C3.49705 0.605045 2.05572 0.605045 1.16674 1.55329Z\", fill: \"currentColor\" }), /* @__PURE__ */ React.createElement(\"path\", { d: \"M6.47469 3.78115C6.4653 3.79273 6.45546 3.80402 6.44515 3.81501L3.28722 7.18344C3.27689 7.19446 3.26626 7.20499 3.25538 7.21503L10.8246 15.2888C11.7136 16.2371 13.155 16.2371 14.0439 15.2888C14.9329 14.3406 14.9329 12.8032 14.0439 11.8549L6.47469 3.78115Z\", fill: \"currentColor\" }), /* @__PURE__ */ React.createElement(\"path\", { d: \"M10.8422 0.258686C10.9693 -0.0862283 11.4253 -0.0862286 11.5523 0.258685L11.8921 1.18103C11.9309 1.28634 12.0087 1.36969 12.1071 1.41122L12.9686 1.77499C13.2908 1.91102 13.2908 2.39916 12.9686 2.53519L12.1071 2.89896C12.0087 2.94049 11.9309 3.02385 11.8921 3.12915L11.5523 4.0515C11.4253 4.39641 10.9693 4.39641 10.8422 4.0515L10.5025 3.12915C10.4637 3.02385 10.3858 2.94049 10.2875 2.89896L9.42593 2.53519C9.10376 2.39916 9.10376 1.91102 9.42593 1.77499L10.2875 1.41122C10.3858 1.36969 10.4637 1.28634 10.5025 1.18103L10.8422 0.258686Z\", fill: \"currentColor\" }), /* @__PURE__ */ React.createElement(\"path\", { d: \"M13.8953 6.00375C14.0224 5.65884 14.4783 5.65884 14.6054 6.00375L14.7292 6.34004C14.768 6.44535 14.8459 6.5287 14.9443 6.57024L15.2584 6.70287C15.5805 6.8389 15.5805 7.32704 15.2584 7.46307L14.9443 7.5957C14.8459 7.63723 14.768 7.72059 14.7292 7.82589L14.6054 8.16219C14.4783 8.5071 14.0224 8.5071 13.8953 8.16219L13.7714 7.82589C13.7326 7.72059 13.6548 7.63723 13.5564 7.5957L13.2423 7.46307C12.9201 7.32704 12.9201 6.8389 13.2423 6.70287L13.5564 6.57024C13.6548 6.5287 13.7326 6.44535 13.7714 6.34004L13.8953 6.00375Z\", fill: \"currentColor\" }), /* @__PURE__ */ React.createElement(\"path\", { d: \"M2.18412 11.2061C2.31118 10.8611 2.76713 10.8611 2.89419 11.2061L3.01808 11.5423C3.05687 11.6477 3.13473 11.731 3.23309 11.7725L3.54721 11.9052C3.86937 12.0412 3.86937 12.5293 3.54721 12.6654L3.23309 12.798C3.13473 12.8395 3.05687 12.9229 3.01808 13.0282L2.89419 13.3645C2.76713 13.7094 2.31118 13.7094 2.18412 13.3645L2.06024 13.0282C2.02144 12.9229 1.94358 12.8395 1.84522 12.798L1.53111 12.6654C1.20894 12.5293 1.20894 12.0412 1.53111 11.9052L1.84522 11.7725C1.94358 11.731 2.02144 11.6477 2.06024 11.5423L2.18412 11.2061Z\", fill: \"currentColor\" })));\nconst ForwardRef = forwardRef(SvgMagicWand);\nexport { ForwardRef as ReactComponent };\n","import * as React from \"react\";\nimport { forwardRef } from \"react\";\nconst SvgMenu = ({\n title,\n titleId,\n ...props\n}, ref) => /* @__PURE__ */ React.createElement(\"svg\", { viewBox: \"0 0 18 15\", fill: \"none\", xmlns: \"http://www.w3.org/2000/svg\", ref, \"aria-labelledby\": titleId, ...props }, title ? /* @__PURE__ */ React.createElement(\"title\", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M1 1.15092H17\", stroke: \"currentColor\", strokeWidth: 2, strokeLinecap: \"round\" }), /* @__PURE__ */ React.createElement(\"path\", { d: \"M1 7.15092H17\", stroke: \"currentColor\", strokeWidth: 2, strokeLinecap: \"round\" }), /* @__PURE__ */ React.createElement(\"path\", { d: \"M1 13.1509H17\", stroke: \"currentColor\", strokeWidth: 2, strokeLinecap: \"round\" }));\nconst ForwardRef = forwardRef(SvgMenu);\nexport { ForwardRef as ReactComponent };\n","import * as React from \"react\";\nimport { forwardRef } from \"react\";\nconst SvgMinus = ({\n title,\n titleId,\n ...props\n}, ref) => /* @__PURE__ */ React.createElement(\"svg\", { viewBox: \"0 0 16 2\", fill: \"none\", xmlns: \"http://www.w3.org/2000/svg\", ref, \"aria-labelledby\": titleId, ...props }, title ? /* @__PURE__ */ React.createElement(\"title\", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M15.5264 0.993286L0.473735 0.993285M15.5264 0.993286L0.473735 0.993285\", stroke: \"currentColor\" }));\nconst ForwardRef = forwardRef(SvgMinus);\nexport { ForwardRef as ReactComponent };\n","import * as React from \"react\";\nimport { forwardRef } from \"react\";\nconst SvgMute = ({\n title,\n titleId,\n ...props\n}, ref) => /* @__PURE__ */ React.createElement(\"svg\", { xmlns: \"http://www.w3.org/2000/svg\", viewBox: \"0 0 24 24\", fill: \"none\", stroke: \"currentColor\", strokeWidth: 1.5, strokeLinecap: \"round\", strokeLinejoin: \"round\", role: \"img\", \"aria-label\": \"Mute\", ref, \"aria-labelledby\": titleId, ...props }, title ? /* @__PURE__ */ React.createElement(\"title\", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M11.25 5.25 6.75 9H4.5A2.25 2.25 0 0 0 2.25 11.25v1.5A2.25 2.25 0 0 0 4.5 15h2.25l4.5 3.75a.75.75 0 0 0 1.23-.58V5.83a.75.75 0 0 0-1.23-.58Z\" }), /* @__PURE__ */ React.createElement(\"path\", { d: \"M16.5 10.5l3 3m0-3l-3 3\" }));\nconst ForwardRef = forwardRef(SvgMute);\nexport { ForwardRef as ReactComponent };\n","import * as React from \"react\";\nimport { forwardRef } from \"react\";\nconst SvgPause = ({\n title,\n titleId,\n ...props\n}, ref) => /* @__PURE__ */ React.createElement(\"svg\", { xmlns: \"http://www.w3.org/2000/svg\", viewBox: \"0 0 24 24\", fill: \"currentColor\", role: \"img\", \"aria-label\": \"Pause\", ref, \"aria-labelledby\": titleId, ...props }, title ? /* @__PURE__ */ React.createElement(\"title\", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M6 4h4v16H6V4zm8 0h4v16h-4V4z\" }));\nconst ForwardRef = forwardRef(SvgPause);\nexport { ForwardRef as ReactComponent };\n","import * as React from \"react\";\nimport { forwardRef } from \"react\";\nconst SvgPlay = ({\n title,\n titleId,\n ...props\n}, ref) => /* @__PURE__ */ React.createElement(\"svg\", { xmlns: \"http://www.w3.org/2000/svg\", viewBox: \"0 0 24 24\", fill: \"currentColor\", role: \"img\", \"aria-label\": \"Play\", ref, \"aria-labelledby\": titleId, ...props }, title ? /* @__PURE__ */ React.createElement(\"title\", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M5 3v18l15-9L5 3z\" }));\nconst ForwardRef = forwardRef(SvgPlay);\nexport { ForwardRef as ReactComponent };\n","import * as React from \"react\";\nimport { forwardRef } from \"react\";\nconst SvgPlus = ({\n title,\n titleId,\n ...props\n}, ref) => /* @__PURE__ */ React.createElement(\"svg\", { viewBox: \"0 0 16 16\", fill: \"none\", xmlns: \"http://www.w3.org/2000/svg\", ref, \"aria-labelledby\": titleId, ...props }, title ? /* @__PURE__ */ React.createElement(\"title\", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M7.99337 0.473633V15.5263M7.99337 0.473633V15.5263\", stroke: \"currentColor\" }), /* @__PURE__ */ React.createElement(\"path\", { d: \"M15.5264 7.99329L0.473735 7.99329M15.5264 7.99329L0.473735 7.99329\", stroke: \"currentColor\" }));\nconst ForwardRef = forwardRef(SvgPlus);\nexport { ForwardRef as ReactComponent };\n","import * as React from \"react\";\nimport { forwardRef } from \"react\";\nconst SvgPolaroidThread = ({\n title,\n titleId,\n ...props\n}, ref) => /* @__PURE__ */ React.createElement(\"svg\", { viewBox: \"0 0 36 47\", fill: \"none\", xmlns: \"http://www.w3.org/2000/svg\", ref, \"aria-labelledby\": titleId, ...props }, title ? /* @__PURE__ */ React.createElement(\"title\", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement(\"g\", { filter: \"url(#filter0_g_1682_441)\" }, /* @__PURE__ */ React.createElement(\"path\", { d: \"M30.7629 40.8408C31.3152 40.8408 31.7629 40.3931 31.7629 39.8408C31.7629 39.2885 31.3152 38.8408 30.7629 38.8408V39.8408V40.8408ZM10.0864 3.30746L9.70431 2.38335L10.0864 3.30746ZM33.1529 24.2639L33.1204 25.2634L35.1193 25.3284L35.1518 24.3289L34.1523 24.2964L33.1529 24.2639ZM30.7629 39.8408V38.8408C27.1629 38.8408 22.7762 37.2192 18.504 34.5414C14.2501 31.8751 10.2184 28.229 7.32983 24.329C4.42396 20.4057 2.76947 16.3567 3.0261 12.8578C3.27435 9.47312 5.33374 6.35477 10.4685 4.23158L10.0864 3.30746L9.70431 2.38335C4.03656 4.72691 1.34706 8.4086 1.03146 12.7115C0.72424 16.9001 2.69093 21.4261 5.72265 25.5194C8.7717 29.6361 12.994 33.4482 17.4418 36.2361C21.8714 39.0125 26.6342 40.8408 30.7629 40.8408V39.8408ZM10.0864 3.30746L10.4685 4.23158C15.7891 2.03159 21.5683 2.82709 25.957 6.23235C30.3388 9.63225 33.4307 15.7173 33.1529 24.2639L34.1523 24.2964L35.1518 24.3289C35.4469 15.2537 32.1536 8.50895 27.183 4.65222C22.2194 0.800831 15.6792 -0.0872049 9.70431 2.38335L10.0864 3.30746Z\", fill: \"currentColor\" }), /* @__PURE__ */ React.createElement(\"path\", { d: \"M30.4133 35.2615C30.6452 36.1309 30.9675 37.5931 31.2749 39.6661C31.5658 41.6285 31.3976 43.1543 30.6627 44.9205\", stroke: \"currentColor\", strokeWidth: 2, strokeLinecap: \"round\" })), /* @__PURE__ */ React.createElement(\"defs\", null, /* @__PURE__ */ React.createElement(\"filter\", { id: \"filter0_g_1682_441\", x: 0.499939, y: 0.5, width: 35.1702, height: 45.9207, filterUnits: \"userSpaceOnUse\", colorInterpolationFilters: \"sRGB\" }, /* @__PURE__ */ React.createElement(\"feFlood\", { floodOpacity: 0, result: \"BackgroundImageFix\" }), /* @__PURE__ */ React.createElement(\"feBlend\", { mode: \"normal\", in: \"SourceGraphic\", in2: \"BackgroundImageFix\", result: \"shape\" }), /* @__PURE__ */ React.createElement(\"feTurbulence\", { type: \"fractalNoise\", baseFrequency: \"0.3333333432674408 0.3333333432674408\", numOctaves: 3, seed: 3005 }), /* @__PURE__ */ React.createElement(\"feDisplacementMap\", { in: \"shape\", scale: 1, xChannelSelector: \"R\", yChannelSelector: \"G\", result: \"displacedImage\", width: \"100%\", height: \"100%\" }), /* @__PURE__ */ React.createElement(\"feMerge\", { result: \"effect1_texture_1682_441\" }, /* @__PURE__ */ React.createElement(\"feMergeNode\", { in: \"displacedImage\" })))));\nconst ForwardRef = forwardRef(SvgPolaroidThread);\nexport { ForwardRef as ReactComponent };\n","import * as React from \"react\";\nimport { forwardRef } from \"react\";\nconst SvgProfil = ({\n title,\n titleId,\n ...props\n}, ref) => /* @__PURE__ */ React.createElement(\"svg\", { viewBox: \"0 0 10 14\", fill: \"none\", xmlns: \"http://www.w3.org/2000/svg\", ref, \"aria-labelledby\": titleId, ...props }, title ? /* @__PURE__ */ React.createElement(\"title\", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M7.85714 3.07144C7.85714 4.64939 6.57796 5.92858 5 5.92858C3.42204 5.92858 2.14286 4.64939 2.14286 3.07144C2.14286 1.49348 3.42204 0.214294 5 0.214294C6.57796 0.214294 7.85714 1.49348 7.85714 3.07144Z\", fill: \"currentColor\" }), /* @__PURE__ */ React.createElement(\"path\", { d: \"M10 10.9286C10 12.5065 7.76142 13.7857 5 13.7857C2.23858 13.7857 0 12.5065 0 10.9286C0 9.35062 2.23858 8.07144 5 8.07144C7.76142 8.07144 10 9.35062 10 10.9286Z\", fill: \"currentColor\" }));\nconst ForwardRef = forwardRef(SvgProfil);\nexport { ForwardRef as ReactComponent };\n","import * as React from \"react\";\nimport { forwardRef } from \"react\";\nconst SvgQuote = ({\n title,\n titleId,\n ...props\n}, ref) => /* @__PURE__ */ React.createElement(\"svg\", { viewBox: \"0 0 14 13\", fill: \"none\", xmlns: \"http://www.w3.org/2000/svg\", ref, \"aria-labelledby\": titleId, ...props }, title ? /* @__PURE__ */ React.createElement(\"title\", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M13.0317 0.647687C11.0886 1.88909 9.46937 4.156 9.63129 5.88317C9.90116 8.20405 13.1396 6.63881 13.7873 9.66135C14.0572 11.2266 13.0856 12.6299 11.5204 12.8998C9.63129 13.2776 8.17399 11.8203 7.7422 9.5534C6.98657 5.18151 10.0631 1.4573 12.6538 0L13.0317 0.647687ZM0.131863 9.5534C-0.677748 5.23548 2.39877 1.51127 5.0435 0L5.42132 0.701663C3.42428 1.88909 1.80506 4.20998 2.02095 5.93715C2.29082 8.20405 5.52927 6.69278 6.12298 9.71533C6.44683 11.2806 5.47529 12.6839 3.91005 12.9538C2.02095 13.2776 0.563655 11.8743 0.131863 9.5534Z\", fill: \"currentColor\" }));\nconst ForwardRef = forwardRef(SvgQuote);\nexport { ForwardRef as ReactComponent };\n","import * as React from \"react\";\nimport { forwardRef } from \"react\";\nconst SvgRecipeBgShape = ({\n title,\n titleId,\n ...props\n}, ref) => /* @__PURE__ */ React.createElement(\"svg\", { viewBox: \"0 0 1051 549\", fill: \"none\", xmlns: \"http://www.w3.org/2000/svg\", ref, \"aria-labelledby\": titleId, ...props }, title ? /* @__PURE__ */ React.createElement(\"title\", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M2148 549C2113.18 469.766 2072.13 406.361 2034.19 351.68C1979.97 273.439 1933.72 224.237 1842.01 166.161C1634.69 35.4907 1467.23 0.000123591 1053.37 8.741e-05C639.513 5.12294e-05 528.672 80.6606 447.336 108.085C227.283 181.012 75.4773 349.042 0 549L2148 549Z\", fill: \"#802948\" }));\nconst ForwardRef = forwardRef(SvgRecipeBgShape);\nexport { ForwardRef as ReactComponent };\n","import * as React from \"react\";\nimport { forwardRef } from \"react\";\nconst SvgStar = ({\n title,\n titleId,\n ...props\n}, ref) => /* @__PURE__ */ React.createElement(\"svg\", { viewBox: \"0 0 18 17\", fill: \"none\", xmlns: \"http://www.w3.org/2000/svg\", ref, \"aria-labelledby\": titleId, ...props }, title ? /* @__PURE__ */ React.createElement(\"title\", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M8.38169 0.440751C8.61486 -0.102569 9.38514 -0.102569 9.61831 0.440751L11.5399 4.91842C11.6373 5.14529 11.8511 5.30062 12.0969 5.32311L16.9493 5.767C17.538 5.82086 17.7761 6.55344 17.3314 6.94309L13.6667 10.1543C13.481 10.317 13.3993 10.5684 13.4539 10.8091L14.5312 15.5611C14.6619 16.1378 14.0388 16.5905 13.5308 16.288L9.34425 13.795C9.13213 13.6687 8.86787 13.6687 8.65575 13.795L4.46922 16.288C3.96123 16.5905 3.33806 16.1378 3.46878 15.5611L4.54607 10.8091C4.60065 10.5684 4.51899 10.317 4.33331 10.1543L0.668603 6.94309C0.223928 6.55344 0.461957 5.82086 1.05074 5.767L5.90307 5.32311C6.14892 5.30062 6.36271 5.14529 6.46008 4.91842L8.38169 0.440751Z\", fill: \"currentColor\" }));\nconst ForwardRef = forwardRef(SvgStar);\nexport { ForwardRef as ReactComponent };\n","import * as React from \"react\";\nimport { forwardRef } from \"react\";\nconst SvgSubtract = ({\n title,\n titleId,\n ...props\n}, ref) => /* @__PURE__ */ React.createElement(\"svg\", { viewBox: \"0 0 20 20\", fill: \"none\", xmlns: \"http://www.w3.org/2000/svg\", ref, \"aria-labelledby\": titleId, ...props }, title ? /* @__PURE__ */ React.createElement(\"title\", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement(\"path\", { fillRule: \"evenodd\", clipRule: \"evenodd\", d: \"M7.5924 1.20027C7.34888 1.4078 7.22711 1.51158 7.09706 1.59874C6.79896 1.79854 6.46417 1.93721 6.1121 2.00672C5.95851 2.03705 5.79903 2.04977 5.48008 2.07522C4.6787 2.13918 4.278 2.17115 3.94371 2.28923C3.17051 2.56233 2.56233 3.17051 2.28923 3.94371C2.17115 4.278 2.13918 4.6787 2.07522 5.48008C2.04977 5.79903 2.03705 5.95851 2.00672 6.1121C1.93721 6.46417 1.79854 6.79896 1.59874 7.09706C1.51158 7.22711 1.40781 7.34887 1.20027 7.5924C0.678835 8.20428 0.418104 8.51023 0.265216 8.83011C-0.0884052 9.56995 -0.0884052 10.43 0.265216 11.1699C0.418105 11.4898 0.678827 11.7957 1.20027 12.4076C1.40778 12.6511 1.51158 12.7729 1.59874 12.9029C1.79854 13.201 1.93721 13.5358 2.00672 13.8879C2.03705 14.0415 2.04977 14.201 2.07522 14.5199C2.13918 15.3213 2.17115 15.722 2.28923 16.0563C2.56233 16.8295 3.17051 17.4377 3.94371 17.7108C4.278 17.8288 4.6787 17.8608 5.48008 17.9248C5.79903 17.9502 5.95851 17.963 6.1121 17.9933C6.46417 18.0628 6.79896 18.2015 7.09706 18.4013C7.22711 18.4884 7.34887 18.5922 7.5924 18.7997C8.20429 19.3212 8.51023 19.5819 8.83011 19.7348C9.56995 20.0884 10.43 20.0884 11.1699 19.7348C11.4898 19.5819 11.7957 19.3212 12.4076 18.7997C12.6511 18.5922 12.7729 18.4884 12.9029 18.4013C13.201 18.2015 13.5358 18.0628 13.8879 17.9933C14.0415 17.963 14.201 17.9502 14.5199 17.9248C15.3213 17.8608 15.722 17.8288 16.0563 17.7108C16.8295 17.4377 17.4377 16.8295 17.7108 16.0563C17.8288 15.722 17.8608 15.3213 17.9248 14.5199C17.9502 14.201 17.963 14.0415 17.9933 13.8879C18.0628 13.5358 18.2015 13.201 18.4013 12.9029C18.4884 12.7729 18.5922 12.6511 18.7997 12.4076C19.3212 11.7957 19.5819 11.4898 19.7348 11.1699C20.0884 10.43 20.0884 9.56995 19.7348 8.83011C19.5819 8.51023 19.3212 8.20429 18.7997 7.5924C18.5922 7.34887 18.4884 7.22711 18.4013 7.09706C18.2015 6.79896 18.0628 6.46417 17.9933 6.1121C17.963 5.95851 17.9502 5.79903 17.9248 5.48008C17.8608 4.6787 17.8288 4.278 17.7108 3.94371C17.4377 3.17051 16.8295 2.56233 16.0563 2.28923C15.722 2.17115 15.3213 2.13918 14.5199 2.07522C14.201 2.04977 14.0415 2.03705 13.8879 2.00672C13.5358 1.93721 13.201 1.79854 12.9029 1.59874C12.7729 1.51158 12.6511 1.40781 12.4076 1.20027C11.7957 0.678828 11.4898 0.418105 11.1699 0.265216C10.43 -0.0884052 9.56995 -0.0884052 8.83011 0.265216C8.51023 0.418105 8.20428 0.678833 7.5924 1.20027ZM13.8309 6.16959C14.1487 6.48742 14.1487 7.00273 13.8309 7.32056L7.32003 13.8314C7.0022 14.1493 6.48689 14.1493 6.16906 13.8314C5.85123 13.5136 5.85123 12.9983 6.16906 12.6805L12.6799 6.16959C12.9978 5.85176 13.5131 5.85176 13.8309 6.16959ZM13.798 12.7134C13.798 13.3127 13.3122 13.7985 12.7129 13.7985C12.1135 13.7985 11.6277 13.3127 11.6277 12.7134C11.6277 12.1141 12.1135 11.6282 12.7129 11.6282C13.3122 11.6282 13.798 12.1141 13.798 12.7134ZM7.28712 8.3728C7.88643 8.3728 8.37227 7.88696 8.37227 7.28765C8.37227 6.68834 7.88643 6.2025 7.28712 6.2025C6.68781 6.2025 6.20197 6.68834 6.20197 7.28765C6.20197 7.88696 6.68781 8.3728 7.28712 8.3728Z\", fill: \"currentColor\" }));\nconst ForwardRef = forwardRef(SvgSubtract);\nexport { ForwardRef as ReactComponent };\n","import * as React from \"react\";\nimport { forwardRef } from \"react\";\nconst SvgTiktok = ({\n title,\n titleId,\n ...props\n}, ref) => /* @__PURE__ */ React.createElement(\"svg\", { viewBox: \"0 0 12 15\", fill: \"none\", xmlns: \"http://www.w3.org/2000/svg\", ref, \"aria-labelledby\": titleId, ...props }, title ? /* @__PURE__ */ React.createElement(\"title\", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M11.3226 5.90273V3.62555C8.34598 3.49986 8.25022 0.794932 8.25022 0.540759V0.521606H5.94949V9.39052C5.94924 9.77378 5.82814 10.1472 5.60341 10.4576C5.37868 10.7681 5.06178 10.9998 4.69778 11.1197C4.33378 11.2397 3.94123 11.2418 3.57597 11.1257C3.21071 11.0097 2.89134 10.7814 2.6633 10.4734C2.43526 10.1654 2.31016 9.79328 2.3058 9.41005C2.30144 9.02682 2.41804 8.65198 2.63902 8.33885C2.85999 8.02572 3.17409 7.79025 3.53662 7.66593C3.89915 7.54162 4.29165 7.53479 4.65828 7.64643V5.29782C4.48202 5.27521 4.30449 5.26388 4.12679 5.26391C3.31062 5.26391 2.51278 5.50593 1.83416 5.95937C1.15554 6.41281 0.626624 7.05729 0.31429 7.81134C0.00195587 8.56538 -0.079765 9.3951 0.0794615 10.1956C0.238688 10.9961 0.63171 11.7314 1.20883 12.3085C1.78595 12.8856 2.52124 13.2786 3.32173 13.4379C4.12221 13.5971 4.95194 13.5154 5.70598 13.203C6.46002 12.8907 7.10451 12.3618 7.55795 11.6832C8.01139 11.0045 8.25341 10.2067 8.25341 9.39052C8.25341 9.33267 8.25341 9.27521 8.24942 9.21815V4.85092C9.3088 5.82013 11.3226 5.90273 11.3226 5.90273Z\", fill: \"#F7C8CC\" }), /* @__PURE__ */ React.createElement(\"path\", { d: \"M12.0002 6.46508V4.18671C9.02313 4.06102 8.92777 1.35609 8.92777 1.10192V1.08276H6.62704V9.95168C6.62687 10.335 6.50584 10.7084 6.28117 11.0189C6.05649 11.3294 5.73961 11.5612 5.37562 11.6812C5.01162 11.8012 4.61905 11.8033 4.25376 11.6874C3.88846 11.5714 3.56905 11.3431 3.34097 11.0351C3.11288 10.7271 2.98774 10.355 2.98335 9.97176C2.97896 9.58851 3.09554 9.21365 3.31651 8.90049C3.53748 8.58733 3.85158 8.35184 4.21412 8.22751C4.57666 8.10318 4.96918 8.09634 5.33583 8.20798V5.85898C5.15914 5.83685 4.98121 5.82606 4.80314 5.82666C3.98696 5.8269 3.18917 6.06916 2.51068 6.52281C1.83218 6.97647 1.30345 7.62113 0.991345 8.37529C0.679242 9.12944 0.597785 9.95921 0.757276 10.7597C0.916767 11.5601 1.31004 12.2953 1.88737 12.8722C2.46469 13.4492 3.20014 13.8419 4.00069 14.0009C4.80125 14.1598 5.63097 14.0778 6.38491 13.7652C7.13885 13.4526 7.78316 12.9234 8.23636 12.2446C8.68955 11.5658 8.93127 10.7679 8.93096 9.95168C8.93096 9.89383 8.93096 9.83637 8.92697 9.77931V5.41208C9.98635 6.38129 12.0002 6.46508 12.0002 6.46508Z\", fill: \"#F7EFDC\" }), /* @__PURE__ */ React.createElement(\"path\", { d: \"M8.30717 1.08276C8.4181 1.68687 8.7421 2.63134 9.68657 3.18398C8.96475 2.34325 8.92844 1.25833 8.92844 1.10192V1.08276H8.30717Z\", fill: \"#F7EFDC\" }), /* @__PURE__ */ React.createElement(\"path\", { d: \"M11.9998 6.46487V4.18649C11.7719 4.17814 11.5451 4.15145 11.3215 4.10669V5.90026C11.3215 5.90026 9.30766 5.81767 8.24907 4.84846V9.21449C8.25147 9.27155 8.25307 9.329 8.25307 9.38686C8.25296 10.1335 8.05033 10.8661 7.66676 11.5066C7.28318 12.1471 6.73303 12.6716 6.07491 13.0242C5.4168 13.3767 4.67537 13.5442 3.92961 13.5086C3.18385 13.4731 2.4617 13.2359 1.84009 12.8224C2.41176 13.4128 3.14669 13.819 3.95071 13.989C4.75474 14.159 5.59121 14.0851 6.35294 13.7767C7.11467 13.4683 7.76695 12.9394 8.2262 12.2579C8.68544 11.5764 8.93071 10.7733 8.93059 9.95147C8.93059 9.89361 8.93059 9.83615 8.9266 9.77909V5.41187C9.98599 6.38108 11.9998 6.46487 11.9998 6.46487Z\", fill: \"#F7EFDC\" }), /* @__PURE__ */ React.createElement(\"path\", { d: \"M4.65799 7.64316C4.21868 7.50917 3.74498 7.54594 3.3316 7.74611C2.91823 7.94628 2.59564 8.2951 2.42832 8.72284C2.26101 9.15057 2.26131 9.62569 2.42916 10.0532C2.597 10.4807 2.92003 10.8292 3.33366 11.0288C3.10762 10.72 2.98446 10.348 2.98163 9.96536C2.9788 9.58271 3.09644 9.20888 3.31789 8.89682C3.53934 8.58475 3.85336 8.35028 4.21548 8.22661C4.5776 8.10294 4.96945 8.09635 5.33552 8.20776V5.85876C5.15883 5.83663 4.9809 5.82584 4.80283 5.82644C4.75375 5.82644 4.70547 5.82644 4.65679 5.82923L4.65799 7.64316Z\", fill: \"#F7EFDC\" }));\nconst ForwardRef = forwardRef(SvgTiktok);\nexport { ForwardRef as ReactComponent };\n","import * as React from \"react\";\nimport { forwardRef } from \"react\";\nconst SvgTrustpilot = ({\n title,\n titleId,\n ...props\n}, ref) => /* @__PURE__ */ React.createElement(\"svg\", { viewBox: \"0 0 95 59\", fill: \"none\", xmlns: \"http://www.w3.org/2000/svg\", ref, \"aria-labelledby\": titleId, ...props }, title ? /* @__PURE__ */ React.createElement(\"title\", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M23.6782 58.0245V49.7689H28.8026V50.9955H24.9048V52.9886H28.0419V54.2152H24.9048V56.798H28.8026V58.0245H23.6782ZM29.4171 58.0245L31.5753 55.0643L29.4288 52.1159H30.9443L32.3301 54.0147L33.7217 52.1159H35.2313L33.0908 55.0643L35.249 58.0245H33.7335L32.3301 56.1021L30.9325 58.0245H29.4171ZM39.6049 56.3498L40.7018 56.9454C40.4344 57.3189 40.0944 57.6176 39.6816 57.8417C39.2728 58.0658 38.8285 58.1778 38.3489 58.1778C37.8064 58.1778 37.3111 58.0383 36.8629 57.7592C36.4187 57.48 36.0629 57.1066 35.7956 56.6388C35.5322 56.167 35.4005 55.6461 35.4005 55.0761C35.4005 54.6437 35.4772 54.2407 35.6305 53.8672C35.7838 53.4898 35.9941 53.1596 36.2614 52.8766C36.5327 52.5896 36.8472 52.3655 37.2049 52.2043C37.5627 52.0432 37.944 51.9626 38.3489 51.9626C38.8285 51.9626 39.2728 52.0746 39.6816 52.2987C40.0944 52.5228 40.4344 52.8235 40.7018 53.2009L39.6049 53.7965C39.4398 53.5999 39.2472 53.4505 39.0271 53.3483C38.8069 53.2422 38.5809 53.1891 38.3489 53.1891C38.0266 53.1891 37.7337 53.2776 37.4703 53.4545C37.2108 53.6274 37.0044 53.8574 36.8511 54.1444C36.7017 54.4274 36.627 54.738 36.627 55.0761C36.627 55.4102 36.7037 55.7208 36.857 56.0078C37.0103 56.2908 37.2167 56.5189 37.4762 56.6918C37.7396 56.8648 38.0305 56.9513 38.3489 56.9513C38.5927 56.9513 38.8246 56.8963 39.0447 56.7862C39.2649 56.6761 39.4516 56.5306 39.6049 56.3498ZM44.1048 58.1778C43.5623 58.1778 43.0669 58.0383 42.6188 57.7592C42.1746 57.48 41.8188 57.1066 41.5515 56.6388C41.2881 56.167 41.1564 55.6461 41.1564 55.0761C41.1564 54.6437 41.233 54.2407 41.3863 53.8672C41.5397 53.4898 41.75 53.1596 42.0173 52.8766C42.2886 52.5896 42.6031 52.3655 42.9608 52.2043C43.3185 52.0432 43.6999 51.9626 44.1048 51.9626C44.5569 51.9626 44.9716 52.0569 45.349 52.2456C45.7264 52.4304 46.0488 52.6879 46.3161 53.0181C46.5834 53.3444 46.78 53.7218 46.9058 54.1503C47.0316 54.5749 47.0689 55.027 47.0178 55.5066H42.4714C42.5225 55.7778 42.6208 56.0235 42.7662 56.2437C42.9156 56.4599 43.1043 56.6309 43.3323 56.7567C43.5642 56.8825 43.8217 56.9474 44.1048 56.9513C44.4036 56.9513 44.6748 56.8766 44.9186 56.7272C45.1662 56.5778 45.3687 56.3714 45.5259 56.108L46.7702 56.397C46.5343 56.9198 46.1785 57.3483 45.7028 57.6825C45.2272 58.0127 44.6945 58.1778 44.1048 58.1778ZM42.4301 54.569H45.7795C45.7402 54.2859 45.6399 54.0304 45.4788 53.8024C45.3215 53.5704 45.123 53.3876 44.8832 53.254C44.6473 53.1164 44.3878 53.0476 44.1048 53.0476C43.8257 53.0476 43.5662 53.1144 43.3264 53.2481C43.0905 53.3817 42.894 53.5645 42.7367 53.7965C42.5834 54.0245 42.4812 54.282 42.4301 54.569ZM47.7958 58.0245V49.1793H49.0224V58.0245H47.7958ZM50.3154 58.0245V49.1793H51.5419V58.0245H50.3154ZM55.3489 58.1778C54.8064 58.1778 54.311 58.0383 53.8629 57.7592C53.4186 57.48 53.0629 57.1066 52.7955 56.6388C52.5321 56.167 52.4004 55.6461 52.4004 55.0761C52.4004 54.6437 52.4771 54.2407 52.6304 53.8672C52.7837 53.4898 52.9941 53.1596 53.2614 52.8766C53.5326 52.5896 53.8471 52.3655 54.2049 52.2043C54.5626 52.0432 54.944 51.9626 55.3489 51.9626C55.801 51.9626 56.2157 52.0569 56.5931 52.2456C56.9705 52.4304 57.2929 52.6879 57.5602 53.0181C57.8275 53.3444 58.0241 53.7218 58.1499 54.1503C58.2757 54.5749 58.313 55.027 58.2619 55.5066H53.7154C53.7665 55.7778 53.8648 56.0235 54.0103 56.2437C54.1597 56.4599 54.3484 56.6309 54.5764 56.7567C54.8083 56.8825 55.0658 56.9474 55.3489 56.9513C55.6476 56.9513 55.9189 56.8766 56.1626 56.7272C56.4103 56.5778 56.6128 56.3714 56.77 56.108L58.0142 56.397C57.7784 56.9198 57.4226 57.3483 56.9469 57.6825C56.4712 58.0127 55.9386 58.1778 55.3489 58.1778ZM53.6742 54.569H57.0236C56.9843 54.2859 56.884 54.0304 56.7228 53.8024C56.5656 53.5704 56.3671 53.3876 56.1273 53.254C55.8914 53.1164 55.6319 53.0476 55.3489 53.0476C55.0698 53.0476 54.8103 53.1144 54.5705 53.2481C54.3346 53.3817 54.138 53.5645 53.9808 53.7965C53.8275 54.0245 53.7253 54.282 53.6742 54.569ZM64.4277 54.3272V58.0245H63.2012V54.6279C63.2012 54.3645 63.1363 54.1247 63.0066 53.9085C62.8808 53.6923 62.7098 53.5213 62.4935 53.3955C62.2812 53.2658 62.0414 53.2009 61.7741 53.2009C61.5147 53.2009 61.2768 53.2658 61.0606 53.3955C60.8444 53.5213 60.6714 53.6923 60.5417 53.9085C60.412 54.1247 60.3471 54.3645 60.3471 54.6279V58.0245H59.1205V52.1277H60.3471V52.7527C60.5515 52.509 60.8031 52.3164 61.1019 52.1748C61.4007 52.0333 61.723 51.9626 62.069 51.9626C62.5053 51.9626 62.9024 52.0687 63.2601 52.281C63.6179 52.4933 63.9009 52.7783 64.1093 53.136C64.3216 53.4938 64.4277 53.8908 64.4277 54.3272ZM68.6004 53.3542H67.362L67.3561 58.0245H66.1296L66.1355 53.3542H65.1979V52.1277H66.1355L66.1296 50.2761H67.3561L67.362 52.1277H68.6004V53.3542Z\", fill: \"#F7EFDC\", fillOpacity: 0.6 }), /* @__PURE__ */ React.createElement(\"path\", { d: \"M88.1498 4.55424H90.1039V1.03242H92.681V4.53248H95V6.44393H92.681V12.6711C92.681 12.9504 92.7022 13.165 92.724 13.3797C92.7454 13.5731 92.8098 13.7448 92.8742 13.8736C92.9601 14.0024 93.0888 14.11 93.2391 14.1744C93.4108 14.2388 93.6257 14.2817 93.9265 14.2817C94.0982 14.2817 94.2914 14.2817 94.4631 14.2603C94.6351 14.2388 94.8283 14.2173 95 14.1744V16.1714C94.721 16.2143 94.4417 16.2358 94.1626 16.2573C93.8833 16.3002 93.6257 16.3002 93.3249 16.3002C92.6378 16.3002 92.1012 16.2358 91.6931 16.107C91.285 15.9782 90.9631 15.7851 90.7267 15.5487C90.4906 15.2911 90.3403 14.9903 90.2542 14.6251C90.1683 14.2603 90.1254 13.8092 90.1039 13.337V6.4654H88.1498V4.51131V4.55424ZM81.4931 14.4964C82.0512 14.4964 82.5666 14.3676 82.9747 14.1315C83.4043 13.8954 83.7262 13.5731 84.0056 13.1865C84.2846 12.8001 84.4781 12.3491 84.6068 11.8766C84.7356 11.3829 84.8 10.889 84.8 10.3736C84.8 9.8796 84.7356 9.38564 84.6068 8.89167C84.4781 8.39802 84.2846 7.96844 84.0056 7.5818C83.7262 7.19546 83.3828 6.89467 82.9747 6.65857C82.5452 6.42217 82.0512 6.29339 81.4931 6.29339C80.9348 6.29339 80.4194 6.42217 80.0112 6.65857C79.582 6.89467 79.2597 7.21692 78.9807 7.5818C78.7014 7.96844 78.5082 8.39802 78.3794 8.89167C78.2503 9.38564 78.186 9.8796 78.186 10.3736C78.186 10.889 78.2503 11.3829 78.3794 11.8766C78.5082 12.3706 78.7014 12.8001 78.9807 13.1865C79.2597 13.5731 79.6034 13.8954 80.0112 14.1315C80.4408 14.389 80.9348 14.4964 81.4931 14.4964ZM81.4931 16.5366C80.5696 16.5366 79.7322 16.3861 79.0022 16.0641C78.2718 15.7418 77.6708 15.334 77.1554 14.7971C76.6614 14.2603 76.2751 13.5946 76.0172 12.8431C75.7597 12.0912 75.6091 11.2539 75.6091 10.3736C75.6091 9.49295 75.7379 8.67704 76.0172 7.92552C76.2751 7.17399 76.6614 6.52979 77.1554 5.97143C77.6491 5.43455 78.2718 5.00497 79.0022 4.70449C79.7322 4.4037 80.5696 4.23199 81.4931 4.23199C82.4164 4.23199 83.2537 4.38223 83.9841 4.70449C84.7142 5.00497 85.3154 5.43455 85.8306 5.97143C86.3245 6.50832 86.7112 7.17399 86.9687 7.92552C87.2266 8.67704 87.3768 9.49295 87.3768 10.3736C87.3768 11.2753 87.2481 12.0912 86.9687 12.8431C86.6897 13.5946 86.3245 14.2388 85.8306 14.7971C85.3369 15.334 84.7142 15.7633 83.9841 16.0641C83.2537 16.3646 82.4378 16.5366 81.4931 16.5366ZM71.0568 0.108887H73.6336V16.2143H71.0568V0.108887ZM66.1821 4.55424H68.7593V16.2143H66.1821V4.55424ZM66.1821 0.108887H68.7593V2.53547H66.1821V0.108887ZM61.6512 10.395C61.6512 9.8796 61.5868 9.36417 61.4366 8.87021C61.3078 8.37655 61.0929 7.94698 60.8138 7.56034C60.5345 7.17399 60.1911 6.8732 59.8045 6.6371C59.3964 6.40101 58.9242 6.29339 58.4087 6.29339C57.3349 6.29339 56.519 6.65857 55.9607 7.41009C55.4238 8.16161 55.1448 9.171 55.1448 10.4165C55.1448 11.0178 55.2092 11.5547 55.3594 12.0483C55.5097 12.5423 55.7031 12.9718 56.0036 13.337C56.2829 13.7019 56.6264 13.9809 57.0345 14.1959C57.4423 14.4105 57.8933 14.5181 58.4302 14.5181C59.0315 14.5181 59.504 14.389 59.9118 14.1529C60.3199 13.9165 60.6421 13.5946 60.9212 13.2294C61.1787 12.8431 61.3722 12.4135 61.4795 11.9195C61.5868 11.4041 61.6512 10.9104 61.6512 10.395ZM52.6538 4.55424H55.0804V6.14314H55.1233C55.4882 5.45601 55.9821 4.98351 56.6264 4.68302C57.2706 4.38223 57.9577 4.23199 58.7307 4.23199C59.6542 4.23199 60.4487 4.38223 61.1358 4.72595C61.8229 5.0479 62.3813 5.47747 62.8323 6.05729C63.2834 6.61564 63.6268 7.28131 63.8417 8.03283C64.0563 8.78436 64.1851 9.60057 64.1851 10.438C64.1851 11.2324 64.0778 11.9839 63.8846 12.7143C63.67 13.4443 63.3692 14.11 62.9611 14.6684C62.5533 15.2267 62.0379 15.6775 61.3937 16.0212C60.7495 16.3646 60.0194 16.5366 59.1603 16.5366C58.7954 16.5366 58.4087 16.4937 58.0438 16.4293C57.6787 16.3646 57.3135 16.2573 56.9701 16.107C56.6264 15.9568 56.3044 15.7633 56.0251 15.5272C55.7246 15.2911 55.4882 15.0118 55.295 14.7113H55.2521V20.5306H52.6753V4.55424H52.6538ZM43.9998 4.55424H45.9539V1.03242H48.531V4.53248H50.85V6.44393H48.531V12.6711C48.531 12.9504 48.5522 13.165 48.5736 13.3797C48.5954 13.5731 48.6598 13.7448 48.7242 13.8736C48.81 14.0024 48.9388 14.11 49.0891 14.1744C49.2608 14.2388 49.4757 14.2817 49.7762 14.2817C49.9482 14.2817 50.1414 14.2817 50.3131 14.2603C50.4851 14.2388 50.6783 14.2173 50.85 14.1744V16.1714C50.5709 16.2143 50.2916 16.2358 50.0126 16.2573C49.7333 16.3002 49.4757 16.3002 49.1752 16.3002C48.4878 16.3002 47.9509 16.2358 47.5431 16.107C47.135 15.9782 46.813 15.7848 46.5766 15.5487C46.3405 15.2911 46.1903 14.9903 46.1041 14.6251C46.0186 14.2603 45.9753 13.8092 45.9539 13.337V6.4654H43.9998V4.51131V4.55424ZM35.5178 12.4779C35.6036 13.2294 35.8827 13.7448 36.3766 14.0671C36.8706 14.3676 37.4719 14.5181 38.159 14.5181C38.3951 14.5181 38.6744 14.4964 38.9749 14.4534C39.2757 14.4105 39.5762 14.3461 39.8341 14.2388C40.1131 14.1315 40.3277 13.9809 40.4994 13.7663C40.6714 13.5517 40.7573 13.2938 40.7358 12.9718C40.7144 12.6499 40.6071 12.3706 40.3707 12.1559C40.1346 11.941 39.8552 11.7908 39.5118 11.6405C39.1681 11.5117 38.7603 11.4041 38.3093 11.3183C37.8582 11.2324 37.4075 11.1251 36.935 11.0178C36.4625 10.9104 35.9903 10.7814 35.5393 10.6311C35.0882 10.4809 34.7016 10.2877 34.3367 10.0084C33.993 9.75082 33.6925 9.42856 33.499 9.02076C33.2844 8.61265 33.1771 8.14015 33.1771 7.53887C33.1771 6.89467 33.3273 6.37924 33.6496 5.94997C33.9501 5.5204 34.3582 5.17698 34.8304 4.91912C35.3032 4.66156 35.8397 4.46809 36.4196 4.36077C36.9994 4.25345 37.5577 4.21052 38.0732 4.21052C38.6744 4.21052 39.2543 4.27491 39.7908 4.4037C40.3277 4.53248 40.8432 4.72595 41.2727 5.02644C41.7238 5.30577 42.0886 5.69211 42.368 6.14314C42.6685 6.59418 42.8402 7.15253 42.9263 7.79674H40.2419C40.1131 7.17399 39.8341 6.76588 39.4045 6.55125C38.9535 6.33662 38.4598 6.229 37.88 6.229C37.708 6.229 37.4719 6.25046 37.2358 6.27192C36.9779 6.31485 36.7633 6.35778 36.5269 6.44393C36.3122 6.52979 36.1191 6.65857 35.9685 6.80881C35.8183 6.95936 35.7324 7.17399 35.7324 7.43155C35.7324 7.75381 35.8397 7.98991 36.0547 8.18308C36.2693 8.37655 36.5483 8.5268 36.9135 8.67704C37.2572 8.80582 37.6651 8.91344 38.1161 8.99929C38.5671 9.08515 39.0393 9.19247 39.5118 9.29978C39.9843 9.4071 40.435 9.53618 40.8861 9.68643C41.3371 9.83667 41.7449 10.0298 42.0886 10.3092C42.4324 10.5667 42.7328 10.889 42.9475 11.2753C43.1624 11.662 43.2697 12.1559 43.2697 12.7143C43.2697 13.4014 43.1195 13.9809 42.7972 14.4749C42.4753 14.9474 42.0672 15.3555 41.5732 15.656C41.0796 15.9568 40.4994 16.1714 39.8985 16.3217C39.2757 16.4504 38.6744 16.5366 38.0732 16.5366C37.3428 16.5366 36.6557 16.4504 36.0329 16.2787C35.4105 16.107 34.8521 15.8495 34.4011 15.5272C33.9501 15.1835 33.5852 14.7757 33.3273 14.2603C33.0698 13.7663 32.9192 13.165 32.898 12.4564H35.4963V12.4779H35.5178ZM31.1371 16.2143H28.6032V14.5825H28.5603C28.2381 15.1835 27.7656 15.6345 27.1428 15.9997C26.5204 16.3646 25.8759 16.5366 25.2317 16.5366C23.7071 16.5366 22.5904 16.1714 21.9033 15.3984C21.2162 14.6469 20.8725 13.4873 20.8725 11.9625V4.55424H23.4496V11.7049C23.4496 12.7354 23.6428 13.4658 24.0506 13.8736C24.4372 14.3032 24.9956 14.5181 25.7042 14.5181C26.241 14.5181 26.6921 14.432 27.057 14.2603C27.4221 14.0886 27.7226 13.8736 27.9376 13.5946C28.1737 13.3153 28.3239 12.9718 28.4315 12.5852C28.5388 12.1989 28.5818 11.7693 28.5818 11.3183V4.55424H31.1586V16.2143H31.1371ZM12.4978 4.55424H14.9029V6.80881H14.9458C15.0317 6.48686 15.1822 6.18607 15.3969 5.88558C15.6115 5.58479 15.8694 5.30577 16.1913 5.06936C16.4921 4.8118 16.8355 4.61863 17.2222 4.46809C17.587 4.31784 17.9737 4.23199 18.36 4.23199C18.6608 4.23199 18.8755 4.25345 18.9828 4.25345C19.0904 4.27491 19.2192 4.29638 19.3265 4.29638V6.76588C19.1548 6.72296 18.9616 6.70149 18.7681 6.68003C18.575 6.65857 18.4033 6.6371 18.2098 6.6371C17.7802 6.6371 17.3724 6.72296 16.9858 6.89467C16.5994 7.06668 16.2772 7.32424 15.9767 7.64649C15.6973 7.98991 15.4612 8.39802 15.2895 8.89167C15.1175 9.38564 15.0317 9.96545 15.0317 10.6097V16.15H12.4549L12.4978 4.55424ZM0.0214635 0.108887H13.0561V2.53547H7.92395V16.2143H5.11072V2.53547H0L0.0214635 0.108887Z\", fill: \"#F7EFDC\", fillOpacity: 0.6 }), /* @__PURE__ */ React.createElement(\"path\", { d: \"M16.6891 27.7664H11.3863L9.7539 22.7246L8.11186 27.7664L2.80922 27.7569L7.09775 30.8767L5.45571 35.9185L9.74424 32.7987L14.0328 35.9185L12.4004 30.8767L16.6891 27.7664Z\", fill: \"#00C075\" }), /* @__PURE__ */ React.createElement(\"path\", { d: \"M12.7676 32.0164L12.4006 30.8767L9.75393 32.7987L12.7676 32.0164Z\", fill: \"#076042\" }), /* @__PURE__ */ React.createElement(\"path\", { d: \"M36.041 27.896H30.7382L29.1059 22.8542L27.4638 27.896L22.1612 27.8865L26.4497 31.0063L24.8077 36.0481L29.0962 32.9283L33.3847 36.0481L31.7523 31.0063L36.041 27.896Z\", fill: \"#00C075\" }), /* @__PURE__ */ React.createElement(\"path\", { d: \"M32.1195 32.1461L31.7525 31.0063L29.1059 32.9283L32.1195 32.1461Z\", fill: \"#076042\" }), /* @__PURE__ */ React.createElement(\"path\", { d: \"M55.6022 27.896H50.2994L48.667 22.8542L47.025 27.896L41.7223 27.8865L46.0108 31.0063L44.3688 36.0481L48.6573 32.9283L52.9459 36.0481L51.3135 31.0063L55.6022 27.896Z\", fill: \"#00C075\" }), /* @__PURE__ */ React.createElement(\"path\", { d: \"M51.6807 32.1461L51.3137 31.0063L48.667 32.9283L51.6807 32.1461Z\", fill: \"#076042\" }), /* @__PURE__ */ React.createElement(\"path\", { d: \"M75.3724 27.7664H70.0696L68.4372 22.7246L66.7952 27.7664L61.4926 27.7569L65.7811 30.8767L64.1391 35.9185L68.4276 32.7987L72.7161 35.9185L71.0837 30.8767L75.3724 27.7664Z\", fill: \"#00C075\" }), /* @__PURE__ */ React.createElement(\"path\", { d: \"M71.4509 32.0164L71.0839 30.8767L68.4373 32.7987L71.4509 32.0164Z\", fill: \"#076042\" }), /* @__PURE__ */ React.createElement(\"path\", { d: \"M94.9335 27.7664H89.6308L87.9984 22.7246L86.3563 27.7664L81.0537 27.7569L85.3422 30.8767L83.7002 35.9185L87.9887 32.7987L92.2773 35.9185L90.6449 30.8767L94.9335 27.7664Z\", fill: \"#00C075\" }), /* @__PURE__ */ React.createElement(\"path\", { d: \"M91.012 32.0164L90.645 30.8767L87.9983 32.7987L91.012 32.0164Z\", fill: \"#076042\" }));\nconst ForwardRef = forwardRef(SvgTrustpilot);\nexport { ForwardRef as ReactComponent };\n","import * as React from \"react\";\nimport { forwardRef } from \"react\";\nconst SvgUnmute = ({\n title,\n titleId,\n ...props\n}, ref) => /* @__PURE__ */ React.createElement(\"svg\", { xmlns: \"http://www.w3.org/2000/svg\", viewBox: \"0 0 24 24\", fill: \"none\", stroke: \"currentColor\", strokeWidth: 1.5, strokeLinecap: \"round\", strokeLinejoin: \"round\", role: \"img\", \"aria-label\": \"Unmute\", ref, \"aria-labelledby\": titleId, ...props }, title ? /* @__PURE__ */ React.createElement(\"title\", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M11.25 5.25 6.75 9H4.5A2.25 2.25 0 0 0 2.25 11.25v1.5A2.25 2.25 0 0 0 4.5 15h2.25l4.5 3.75a.75.75 0 0 0 1.23-.58V5.83a.75.75 0 0 0-1.23-.58Z\" }), /* @__PURE__ */ React.createElement(\"path\", { d: \"M15.75 8.25a6.75 6.75 0 0 1 0 7.5\" }), /* @__PURE__ */ React.createElement(\"path\", { d: \"M17.64 7.5A9 9 0 0 1 19.5 12a9 9 0 0 1-1.86 4.5\" }));\nconst ForwardRef = forwardRef(SvgUnmute);\nexport { ForwardRef as ReactComponent };\n","import * as React from \"react\";\nimport { forwardRef } from \"react\";\nconst SvgCheckRounded = ({\n title,\n titleId,\n ...props\n}, ref) => /* @__PURE__ */ React.createElement(\"svg\", { viewBox: \"0 0 24 24\", fill: \"none\", xmlns: \"http://www.w3.org/2000/svg\", ref, \"aria-labelledby\": titleId, ...props }, title ? /* @__PURE__ */ React.createElement(\"title\", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement(\"path\", { fillRule: \"evenodd\", clipRule: \"evenodd\", d: \"M12 1C5.92487 1 1 5.92487 1 12C1 18.0751 5.92487 23 12 23C18.0751 23 23 18.0751 23 12C23 5.92487 18.0751 1 12 1ZM16.7682 10.1402C17.1218 9.7159 17.0645 9.08534 16.6402 8.73177C16.2159 8.37821 15.5853 8.43553 15.2318 8.85981L10.9328 14.0186L8.70711 11.7929C8.31658 11.4024 7.68342 11.4024 7.29289 11.7929C6.90237 12.1834 6.90237 12.8166 7.29289 13.2071L10.2929 16.2071C10.4916 16.4058 10.7646 16.5117 11.0453 16.499C11.326 16.4862 11.5884 16.356 11.7682 16.1402L16.7682 10.1402Z\", fill: \"currentColor\" }));\nconst ForwardRef = forwardRef(SvgCheckRounded);\nexport { ForwardRef as ReactComponent };\n","import * as React from \"react\";\nimport { forwardRef } from \"react\";\nconst SvgCheckCircle = ({\n title,\n titleId,\n ...props\n}, ref) => /* @__PURE__ */ React.createElement(\"svg\", { viewBox: \"0 0 24 24\", fill: \"none\", xmlns: \"http://www.w3.org/2000/svg\", ref, \"aria-labelledby\": titleId, ...props }, title ? /* @__PURE__ */ React.createElement(\"title\", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement(\"circle\", { cx: 12, cy: 12, r: 10, stroke: \"currentColor\", strokeWidth: 1.5 }), /* @__PURE__ */ React.createElement(\"path\", { d: \"M8.5 12.5L10.5 14.5L15.5 9.5\", stroke: \"currentColor\", strokeWidth: 1.5, strokeLinecap: \"round\", strokeLinejoin: \"round\" }));\nconst ForwardRef = forwardRef(SvgCheckCircle);\nexport { ForwardRef as ReactComponent };\n","import * as React from \"react\";\nimport { forwardRef } from \"react\";\nconst SvgDollarRounded = ({\n title,\n titleId,\n ...props\n}, ref) => /* @__PURE__ */ React.createElement(\"svg\", { viewBox: \"0 0 24 24\", fill: \"none\", xmlns: \"http://www.w3.org/2000/svg\", ref, \"aria-labelledby\": titleId, ...props }, title ? /* @__PURE__ */ React.createElement(\"title\", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M11.25 7.84748C10.3141 8.10339 9.75 8.82154 9.75 9.5C9.75 10.1785 10.3141 10.8966 11.25 11.1525V7.84748Z\", fill: \"currentColor\" }), /* @__PURE__ */ React.createElement(\"path\", { d: \"M12.75 12.8475V16.1525C13.6859 15.8966 14.25 15.1785 14.25 14.5C14.25 13.8215 13.6859 13.1034 12.75 12.8475Z\", fill: \"currentColor\" }), /* @__PURE__ */ React.createElement(\"path\", { fillRule: \"evenodd\", clipRule: \"evenodd\", d: \"M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12ZM12 5.25C12.4142 5.25 12.75 5.58579 12.75 6V6.31673C14.3804 6.60867 15.75 7.83361 15.75 9.5C15.75 9.91421 15.4142 10.25 15 10.25C14.5858 10.25 14.25 9.91421 14.25 9.5C14.25 8.82154 13.6859 8.10339 12.75 7.84748V11.3167C14.3804 11.6087 15.75 12.8336 15.75 14.5C15.75 16.1664 14.3804 17.3913 12.75 17.6833V18C12.75 18.4142 12.4142 18.75 12 18.75C11.5858 18.75 11.25 18.4142 11.25 18V17.6833C9.61957 17.3913 8.25 16.1664 8.25 14.5C8.25 14.0858 8.58579 13.75 9 13.75C9.41421 13.75 9.75 14.0858 9.75 14.5C9.75 15.1785 10.3141 15.8966 11.25 16.1525V12.6833C9.61957 12.3913 8.25 11.1664 8.25 9.5C8.25 7.83361 9.61957 6.60867 11.25 6.31673V6C11.25 5.58579 11.5858 5.25 12 5.25Z\", fill: \"currentColor\" }));\nconst ForwardRef = forwardRef(SvgDollarRounded);\nexport { ForwardRef as ReactComponent };\n","'use client';\n\nimport clsx from 'clsx';\n\nimport { CheckIcon, DollarRoundedIcon } from '../../SVG';\nimport { ResponsiveImage, Text } from '../../Base';\n\nexport interface FrequencySelectorCardProps {\n title: string;\n description: string;\n priceLabel: string;\n isSelected?: boolean;\n badgeLabel?: string;\n onClick?: () => void;\n className?: string;\n}\n\nexport const FrequencySelectorCard = ({ title, description, priceLabel, isSelected = false, badgeLabel, onClick, className = '' }: FrequencySelectorCardProps) => {\n return (\n <div className={clsx('relative cursor-pointer rounded-2xl transition-all duration-200 hover:shadow-lg', 'bg-beige-light', isSelected && 'ring-claret-violet-dark bg-lavender-blue-light ring-[3px]', className)} onClick={onClick}>\n {/* Fridge Image - Full Width */}\n <div className=\"relative h-40 w-full overflow-hidden rounded-t-2xl\">\n <ResponsiveImage\n mobile=\"/design-system/images/frequency/food-in-fridge.webp\"\n desktop=\"/design-system/images/frequency/food-in-fridge.webp\"\n mobile2x=\"/design-system/images/frequency/food-in-fridge.webp\"\n desktop2x=\"/design-system/images/frequency/food-in-fridge.webp\"\n alt=\"Nourriture dans le frigo\"\n className=\"h-full w-full object-cover\"\n />\n \n {/* Badge - Overlaid on Image */}\n {badgeLabel ? (\n <div className=\"absolute top-0 left-1/2 transform -translate-x-1/2 z-10\">\n <div className=\"bg-claret-violet-dark rounded-card-[20px] px-6 py-3 text-sm font-medium text-white whitespace-nowrap\">\n {badgeLabel}\n </div>\n </div>\n ): null}\n </div>\n\n {/* Content Container */}\n <div className=\"p-[24px] gap-[24px] md:gap-[12px] md:p-[12px]\">\n\n <div className=\"gap-[24px] md:gap-[4.61px]\">\n {/* Title */}\n <Text size=\"xl\" className=\"text-claret-violet-dark mb-3\">\n {title}\n </Text>\n {/* Description */}\n <Text size=\"md\" className=\"mb-4 leading-relaxed text-claret-violet-dark\">\n {description}\n </Text>\n </div>\n\n\n {/* Price Label with Icon */}\n <div className=\"flex items-center gap-[10px] md:gap-[4.61px]\">\n <DollarRoundedIcon className=\"w-6\" />\n <Text size=\"md\" className=\"text-claret-violet-dark font-medium italic\">\n {priceLabel}\n </Text>\n </div>\n\n {/* Selected Check Icon */}\n {isSelected ? (\n <div className=\"bg-beige-light border-claret-violet-dark absolute -bottom-4 left-1/2 flex h-8 w-8 -translate-x-1/2 transform items-center justify-center rounded-full border-[2px]\">\n <CheckIcon className=\"w-4\" />\n </div>\n ) : null}\n </div>\n </div>\n );\n};\n","import { forwardRef } from 'react';\n\nimport clsx from 'clsx';\n\nimport { ParagraphTitle, Text } from '../../../components';\n\nexport interface IllustratedCardProps {\n variant?: 'primary' | 'secondary' | 'tertiary';\n title: string;\n description: string;\n illustration: string;\n className?: string;\n illustrationClassName?: string;\n value?: string;\n}\n\nconst variantStyles = {\n primary: 'bg-lavender-blue-light',\n secondary: 'bg-pink-oyster-light',\n tertiary: 'bg-beige-light',\n};\n\nexport const IllustratedCard = forwardRef<HTMLDivElement, IllustratedCardProps>(({ variant = 'primary', title, description, illustration, className, illustrationClassName, value = '' }: IllustratedCardProps, ref) => {\n return (\n <div ref={ref} className={clsx('border-claret-violet-dark text-claret-violet-dark rounded-card flex w-full flex-col justify-between gap-2 overflow-hidden border pt-6 max-md:aspect-17/15 max-md:max-w-68 md:h-75 md:max-h-75 md:w-51.25 md:pt-8', variantStyles[variant], className)}>\n <div key={`card-text-${value}`} className=\"flex animate-[fade-in_600ms_ease-in] flex-col items-center gap-3\">\n <Text size=\"xl\" className=\"px-6 text-center\">\n {title}\n </Text>\n <ParagraphTitle size=\"heading-md\" className=\"px-6 text-center md:hidden\">\n {description}\n </ParagraphTitle>\n <Text size=\"md\" className=\"hidden px-6 text-center md:block\">\n {description}\n </Text>\n </div>\n <div key={`card-img-${value}`} className=\"h-full max-h-3/4 w-full animate-[fade-in_600ms_ease-in] overflow-visible md:max-h-55/100\">\n <img src={`/design-system/illustrations/${illustration}.webp`} alt={title} className={clsx('origin-top md:scale-132', illustrationClassName)} />\n </div>\n </div>\n );\n});\n\nIllustratedCard.displayName = 'IllustratedCard';\n","import clsx from 'clsx';\n\nimport { QuoteIcon, ResponsiveImage, Text } from '../../../components';\n\ninterface PaymentCardProps {\n content: string;\n className?: string;\n}\n\nexport const PaymentCard = ({ content, className }: PaymentCardProps) => {\n return (\n <div className={clsx('rounded-input md:rounded-card bg-pink-oyster-light border-claret-violet-dark flex gap-3 border p-4 max-md:flex-row-reverse md:h-69 md:gap-10 md:p-6', className)}>\n <div className=\"flex flex-col justify-between gap-4\">\n <QuoteIcon className=\"hidden w-8 md:block\" />\n <Text size=\"xl\" className=\"hidden md:block\">\n {content}\n </Text>\n <Text size=\"lg\" className=\"block not-italic md:hidden\">\n “{content}“\n </Text>\n </div>\n <div className={clsx('md:rounded-card rounded-input relative h-10 w-10 shrink-0 overflow-hidden md:aspect-89/115 md:h-full md:w-auto')}>\n <ResponsiveImage\n desktop=\"/design-system/images/tips/payment.webp\"\n mobile=\"/design-system/images/tips/payment-mobile.webp\"\n mobile2x=\"/design-system/images/tips/payment-mobile@2x.webp\"\n desktop2x=\"/design-system/images/tips/payment@2x.webp\"\n alt=\"Client\"\n className=\"absolute inset-0 object-cover\"\n />\n </div>\n </div>\n );\n};\n","'use client';\n\nimport React from 'react';\n\nimport clsx from 'clsx';\n\nimport { Text, Title, ResponsiveImage } from '../../Base';\nimport { HatCookIcon, SubtractIcon } from '../../../components';\n\n\nexport interface PlanCardProps {\n title: string;\n description: string;\n dailyAmount?: string;\n price: string;\n originalPrice?: string;\n discountPercentage?: string;\n planImage: string;\n planImageAlt?: string;\n className?: string;\n pricePrefix?: string;\n priceSuffix?: string;\n originalPriceSuffix?: string;\n}\n\nexport const PlanCard = ({\n title,\n description,\n dailyAmount,\n price,\n originalPrice,\n discountPercentage,\n planImage,\n planImageAlt,\n className = '',\n pricePrefix = 'A partir de',\n priceSuffix = '/jour',\n originalPriceSuffix = '/jour',\n}: PlanCardProps) => {\n return (\n <div className={clsx(\n 'bg-beige-dark rounded-tr-2xl rounded-br-2xl rounded-bl-2xl border-2 border-beige-dark p-6 flex flex-col md:flex-row gap-6 relative overflow-visible',\n className\n )}>\n {/* Product Image */}\n <div className=\"flex-shrink-0 relative\">\n <div className=\"w-15 h-15 md:w-66 md:h-66 rounded-full overflow-hidden bg-gray-50 border-4 border-white shadow-lg transform md:-translate-x-16\">\n <ResponsiveImage \n mobile={planImage} \n desktop={planImage}\n mobile2x={planImage}\n desktop2x={planImage}\n alt={planImageAlt || title}\n className=\"w-full h-full object-cover\"\n />\n </div>\n </div>\n\n {/* Content */}\n <div className=\"flex-1 flex flex-col justify-center\">\n {/* Title */}\n <Title variant=\"h2\" size=\"heading-lg\" className=\"text-claret-violet-dark mb-4\">\n {title}\n </Title>\n\n {/* Description */}\n <Text size=\"lg\" className=\"text-claret-violet-dark mb-6 leading-relaxed\">\n {description}\n </Text>\n\n {/* Pet Info */}\n {dailyAmount ? (\n <>\n <div className=\"flex items-center gap-2 mb-4\">\n <div className=\"w-6\">\n <HatCookIcon />\n </div>\n <Text size=\"md\" className=\"font-semibold text-claret-violet-dark\">\n {dailyAmount}\n </Text>\n </div>\n <hr className=\"border-claret-violet-dark mb-6\" />\n </>\n ): null}\n\n {/* Pricing */}\n <div className=\"flex items-center justify-between\">\n <div className=\"flex flex-col\">\n <Text size=\"sm\" className=\"text-claret-violet-dark mb-1\">\n {pricePrefix}\n </Text>\n <div className=\"flex items-baseline gap-3\">\n <Text size=\"xl\" className=\"font-bold text-claret-violet-dark\">\n {price}\n <span className=\"text-sm font-normal ml-1\">{priceSuffix}</span>\n </Text>\n {originalPrice && (\n <Text size=\"md\" className=\"text-claret-violet-dark line-through opacity-50\">\n {originalPrice}\n <span className=\"text-sm ml-1\">{originalPriceSuffix}</span>\n </Text>\n )}\n </div>\n </div>\n\n {/* Discount Badge */}\n {discountPercentage ? (\n <div className=\"bg-lavender-blue-light text-claret-violet-dark px-3 py-2 rounded-lg flex items-center gap-1\">\n <SubtractIcon className=\"w-4 h-4\" />\n <Text size=\"sm\" className=\"font-semibold\">\n {discountPercentage}\n </Text>\n </div>\n ): null}\n </div>\n </div>\n </div>\n );\n};\n","import clsx from 'clsx';\n\nimport { Emblem, PolaroidThreadIcon, ResponsiveImage } from '../../../components';\n\nexport interface PolaroidProps {\n size: 'sm' | 'md' | 'lg';\n variant?: 'neutral' | 'primary' | 'secondary' | 'tertiary';\n title: string;\n mobileImage: string;\n desktopImage: string;\n mobileImage2x?: string;\n desktopImage2x?: string;\n overflow?: 'hidden' | 'visible';\n className?: string;\n showThread?: boolean;\n imageClassName?: string;\n}\n\nconst variantStyles = {\n primary: 'bg-claret-violet-dark',\n secondary: 'bg-pink-oyster-light',\n tertiary: 'bg-lavender-blue-light',\n neutral: 'bg-beige-dark',\n};\n\nconst sizeStyles = {\n sm: 'w-30 h-36.5 px-2 pt-2 md:w-62 md:pb-3.5 md:pt-4.5 md:px-3.75 md:h-76 gap-0 md:gap-3.5',\n md: 'w-53.5 md:w-111 h-65 md:h-135.5 px-3 pt-4 md:pt-8 md:px-6.5 md:pb-6 gap-1 md:gap-5',\n lg: 'w-53.5 h-65 px-3 pt-4 gap-1 md:w-152 md:h-185 md:px-9 md:pt-11 md:pb-9.5 md:gap-7',\n};\n\nconst imageStyles = {\n sm: 'h-27 md:h-56',\n md: 'h-48 md:h-99.5',\n lg: 'h-48 md:h-136',\n};\n\nconst titleStyles = {\n sm: 'text-heading-lg-mobile max-md:opacity-0 max-md:h-0',\n md: 'md-mobile md:text-display-md-mobile md:mt-2.5',\n lg: 'md-mobile md:text-heading-md md:mt-2.5',\n};\n\nconst svgStyles = {\n sm: 'w-2.5 top-[-7px] left-[-5px] md:w-8 md:top-[-23px] md:left-[-21px]',\n md: 'w-5 top-[-15px] left-[-11px] md:w-10 md:top-[-29px] md:left-[-21px]',\n lg: 'w-5 top-[-15px] left-[-11px] md:w-13.5 md:top-[-39px] md:left-[-31px]',\n};\nconst emblemStyles = {\n sm: 'w-3.5 max-md:opacity-0 max-md:h-0',\n md: 'w-2.5 md:w-5.5',\n lg: 'w-2.5 md:w-7.5',\n};\n\nexport const Polaroid = ({ size = 'sm', overflow = 'hidden', variant = 'neutral', title, mobileImage, desktopImage, mobileImage2x, desktopImage2x, showThread = true, className, imageClassName }: PolaroidProps) => {\n return (\n <div className={clsx('bg-beige-dark ext-claret-violet-dark relative flex flex-col items-center justify-start', sizeStyles[size], className)}>\n {showThread && <PolaroidThreadIcon className={clsx('absolute z-10', svgStyles[size])} />}\n <div className={clsx('bg-claret-violet-dark relative w-full', imageStyles[size], variantStyles[variant], overflow === 'hidden' && 'overflow-hidden', imageClassName)}>\n <ResponsiveImage alt={title} mobile={mobileImage} desktop={desktopImage} mobile2x={mobileImage2x} desktop2x={desktopImage2x} className={clsx('absolute', overflow === 'hidden' ? 'inset-0 object-cover' : 'right-0 bottom-0 left-0 object-contain')} />\n </div>\n <p className={clsx('font-pangaia font-semibold italic', titleStyles[size])}>{title}</p>\n <Emblem className={emblemStyles[size]} />\n </div>\n );\n};\n","import clsx from 'clsx';\n\nimport { Button, ResponsiveImage, Text } from '../../../components';\n\nexport interface RecetteCardProps {\n variant?: 'violet' | 'pink' | 'beige' | 'lavender';\n title: string;\n description: string;\n imageMobile: string;\n imageDesktop: string;\n imageMobile2x?: string;\n imageDesktop2x?: string;\n className?: string;\n href: string;\n}\n\nconst variantStyles = {\n violet: 'bg-claret-violet-dark text-beige-light ',\n pink: 'bg-pink-oyster-light text-claret-violet-dark ',\n beige: 'bg-beige-light text-claret-violet-dark',\n lavender: 'bg-lavender-blue-light text-claret-violet-dark ',\n};\n\nexport const RecetteCard = ({ className, variant = 'violet', title, description, imageMobile, imageDesktop, imageMobile2x, imageDesktop2x, href = '' }: RecetteCardProps) => {\n return (\n <div tabIndex={0} className={clsx('group rounded-card outline-claret-violet-dark relative flex aspect-20/23 w-50 cursor-default flex-col justify-end overflow-hidden transition-colors duration-300 md:aspect-125/174 md:w-62.5', className)}>\n <div className={clsx('absolute inset-0 z-0 overflow-hidden')}>\n <ResponsiveImage alt={title} mobile={imageMobile} desktop={imageDesktop} mobile2x={imageMobile2x} desktop2x={imageDesktop2x} className=\"h-full object-cover\" />\n </div>\n <div\n className={clsx(\n 'z-1 flex flex-col gap-4 p-4 transition-all duration-300 ease-in-out lg:translate-y-[calc(100%-72px)] lg:items-center lg:gap-7 lg:px-3 lg:py-6 lg:group-focus-within:translate-y-[0] lg:group-focus-within:gap-4 lg:group-hover:translate-y-[0] lg:group-hover:gap-4 xl:px-6',\n variantStyles[variant],\n )}\n >\n <Text size=\"xl\">{title}</Text>\n <Text size=\"md\" className=\"text-center max-lg:hidden\">\n {description}\n </Text>\n\n <Button as=\"a\" href={href} size=\"sm\" variant={variant === 'violet' ? 'primary' : 'secondary'} className=\"inline-block shrink-0\">\n Voir la recette\n </Button>\n </div>\n </div>\n );\n};\n","import clsx from 'clsx';\n\nimport { ParagraphTitle, SpanTitle, Text } from '../../../components';\n\nexport interface StatCardProps {\n variant?: 'primary' | 'secondary' | 'tertiary';\n size?: 'small' | 'large';\n value: string;\n metric: string;\n description: string;\n className?: string;\n}\n\nconst variantStyles = {\n primary: 'bg-lavender-blue-light',\n secondary: 'bg-pink-oyster-light',\n tertiary: 'bg-beige-light',\n};\n\nconst sizeStyles = {\n small: 'px-3 py-8.5 md:py-6 md:px-8 2xl:px-10 justify-center items-center text-center gap-1 md:gap-2 rounded-input w-full',\n large: 'p-6 h-80 md:h-112.5 justify-between rounded-card w-60',\n};\n\nexport const StatCard = ({ variant = 'primary', size = 'large', value, metric, description, className }: StatCardProps) => {\n return (\n <div className={clsx('border-claret-violet-dark flex flex-col border', variantStyles[variant], sizeStyles[size], className)}>\n <p className=\"leading-none\">\n <SpanTitle size=\"display-lg\" className=\"hidden md:inline\">\n {value}\n </SpanTitle>\n <SpanTitle size=\"display-xl\" className=\"inline md:hidden\">\n {value}\n </SpanTitle>\n <SpanTitle size=\"display-md\">{metric}</SpanTitle>\n </p>\n <Text size=\"md\" className=\"hidden md:block\">\n {description}\n </Text>\n <ParagraphTitle size=\"heading-md\" className=\"block md:hidden\">\n {description}\n </ParagraphTitle>\n </div>\n );\n};\n","import { forwardRef } from 'react';\n\nimport clsx from 'clsx';\n\nimport { ParagraphTitle, QuoteIcon, ResponsiveImage, Text } from '../../../components';\n\nexport interface TestimonialProps {\n variant: 'primary' | 'secondary';\n quote: string;\n author: string;\n role: string;\n imageMobile: string;\n imageDesktop: string;\n imageMobile2x?: string;\n imageDesktop2x?: string;\n className?: string;\n}\n\nconst variantStyles = {\n primary: 'bg-beige-light gap-6',\n secondary: 'bg-pink-oyster-light gap-10',\n};\n\nconst imagesStyles = {\n primary: 'w-22/100',\n secondary: 'w-36/100',\n};\n\nexport const Testimonial = forwardRef<HTMLDivElement, TestimonialProps>(({ variant, quote, author, role, imageMobile, imageDesktop, imageMobile2x, imageDesktop2x, className }, ref) => {\n return (\n <div ref={ref} className={clsx('rounded-card border-claret-violet-dark text-claret-violet-dark flex w-full items-stretch border p-3 max-md:flex-col md:p-6', variantStyles[variant], className)}>\n <blockquote className=\"flex flex-1 flex-col gap-3 md:gap-5\">\n <QuoteIcon className=\"w-3.5 md:mb-14.5 md:w-8\" />\n <ParagraphTitle size=\"heading-md\" italic={true} className=\"hidden md:block\">\n {quote}\n </ParagraphTitle>\n <ParagraphTitle size=\"heading-lg\" className=\"block md:hidden\">\n {quote}\n </ParagraphTitle>\n <footer className=\"flex max-md:items-center max-md:gap-3 md:flex-col\">\n <div className={clsx('block h-8 w-8 shrink-0 overflow-hidden rounded-sm md:hidden')}>\n <ResponsiveImage desktop={imageDesktop} mobile={imageMobile} desktop2x={imageDesktop2x} mobile2x={imageMobile2x} alt={author} className=\"object-cover\" />\n </div>\n <div>\n <cite className=\"text-md-mobile md:text-md block leading-none lg:mb-2.5\">{author}</cite>\n <Text variant=\"span\" size=\"md\" className=\"!leading-none !not-italic md:hidden\">\n {role}\n </Text>\n <Text variant=\"span\" size=\"legend\" className=\"hidden !leading-none md:block\">\n {role}\n </Text>\n </div>\n </footer>\n </blockquote>\n <div className={clsx('rounded-card relative hidden shrink-0 overflow-hidden md:block', imagesStyles[variant])}>\n <ResponsiveImage desktop={imageDesktop} mobile={imageMobile} desktop2x={imageDesktop2x} mobile2x={imageMobile2x} alt={author} className=\"absolute inset-0 h-full object-cover\" />\n </div>\n </div>\n );\n});\n\nTestimonial.displayName = 'Testimonial';\n","import { forwardRef } from 'react';\n\nimport clsx from 'clsx';\n\nimport { ParagraphTitle, StarIcon, Text } from '../..';\n\ninterface TestimonialSliderCardProps {\n variant?: 'dark' | 'light';\n quote: string;\n author: string;\n role: string;\n image: string;\n score: number;\n className?: string;\n}\n\nconst variantStyles = {\n dark: 'bg-claret-violet-light text-beige-light',\n light: 'bg-beige-light text-claret-violet-light',\n};\n\nexport const TestimonialSliderCard = forwardRef<HTMLQuoteElement, TestimonialSliderCardProps>(({ quote, author, role, image, score, className, variant = 'dark' }, ref) => {\n return (\n <blockquote ref={ref} className={clsx('border-beige-light rounded-card flex shrink-0 flex-col gap-5 border p-6 xl:w-full', className, variantStyles[variant])}>\n <div className=\"flex items-center gap-0.5\">\n {Array.from({ length: score }).map((_, index) => (\n <div key={index}>\n <StarIcon className={clsx('w-5', variant === 'dark' ? 'text-lavender-blue-light' : 'text-claret-violet-light')} />\n </div>\n ))}\n </div>\n <ParagraphTitle size=\"heading-md\" className=\"text-left md:hidden\">\n {quote}\n </ParagraphTitle>\n <Text size=\"md\" className=\"hidden text-left md:block\">\n {quote}\n </Text>\n <footer className=\"flex items-center gap-2 md:gap-3\">\n <div className=\"h-8 w-8 overflow-hidden rounded-full md:h-11 md:w-11\">\n <img src={image} alt=\"Testimonial Card\" width={44} height={44} className=\"h-full w-full object-cover\" />\n </div>\n <div>\n <cite className=\"text-lg-mobile md:text-md block text-left leading-none font-semibold not-italic md:mb-2.5\">{author}</cite>\n <p className=\"text-lg-mobile md:text-legend text-left leading-none md:italic\">{role}</p>\n </div>\n </footer>\n </blockquote>\n );\n});\nTestimonialSliderCard.displayName = 'TestimonialCard';\n","import { forwardRef } from 'react';\n\nimport clsx from 'clsx';\n\nimport { ParagraphTitle, ResponsiveImage, Text } from '../../../components';\n\nexport interface TipsProps {\n content: string;\n className?: string;\n}\n\nexport const Tips = forwardRef<HTMLDivElement, TipsProps>(({ content, className }, ref) => {\n return (\n <div ref={ref} className={clsx('text-claret-violet-dark bg-lavender-blue-light rounded-card flex w-full items-stretch justify-center gap-4 max-md:ps-3.5 md:h-95 md:items-center md:gap-21.5', className)}>\n <div className=\"relative flex w-26 shrink-0 items-end justify-center object-contain md:h-full md:w-88.5\">\n <img id=\"crown-illustration\" src=\"/design-system/illustrations/crown.webp\" alt=\"Crown illustration\" className=\"absolute top-3 w-7 -translate-x-1/4 max-md:scale-x-[-1] md:top-6 md:w-23 md:translate-x-1/4\" />\n <ResponsiveImage\n mobile=\"/design-system/images/tips/claudine-tips-head-mobile.webp\"\n desktop=\"/design-system/images/tips/claudine-tips-head.webp\"\n mobile2x=\"/design-system/images/tips/claudine-tips-head-mobile@2x.webp\"\n desktop2x=\"/design-system/images/tips/claudine-tips-head@2x.webp\"\n alt=\"Claudine\"\n />\n </div>\n <div className=\"me-2.5 flex h-full flex-col justify-center gap-3 max-md:py-3.5 md:me-16 md:max-w-120\">\n <p className=\"font-md hidden font-semibold uppercase md:block\">Les conseils de Claudine</p>\n <Text size=\"sm\" className=\"block md:hidden\">\n Les conseils de Claudine\n </Text>\n <ParagraphTitle size=\"heading-md\" italic={true} className=\"hidden md:block\">\n \"&nbsp;{content}&nbsp;\"\n </ParagraphTitle>\n <ParagraphTitle size=\"heading-lg\" className=\"block md:hidden\">\n \"&nbsp;{content}&nbsp;\"\n </ParagraphTitle>\n </div>\n </div>\n );\n});\n\nTips.displayName = 'Tips';\n","import { Fragment } from 'react';\n\nimport clsx from 'clsx';\n\nimport { CheckIcon, ParagraphTitle, Text } from '../../../components';\n\nexport interface TransitionCardProps {\n id: string;\n variant: '25%' | '50%' | '75%' | '100%';\n active?: boolean;\n className?: string;\n}\n\nconst variantsContent = {\n '25%': {\n title: 'Jour 1 & 2',\n description: ['75% de l’ancienne alimentation', '25% de Elmut. '],\n },\n '50%': {\n title: 'Jour 3 & 4',\n description: ['50% de l’ancienne alimentation', '50% de Elmut. '],\n },\n '75%': {\n title: 'Jour 5 & 6',\n description: ['25% de l’ancienne alimentation', '75% de Elmut. '],\n },\n '100%': {\n title: 'Jour 7 et +',\n description: ['100% de Elmut. '],\n },\n};\nexport const TransitionCard = ({ id, variant = '25%', active, className }: TransitionCardProps) => {\n const { title, description } = variantsContent[variant];\n\n return (\n <div\n className={clsx(\n 'bg-claret-violet-light text-beige-light rounded-card border-claret-violet-light flex h-86 w-full flex-col gap-3 border p-4 transition-all duration-300 max-md:items-center md:h-29 md:w-80 md:gap-4',\n !active && 'text-beige-light/10 border-claret-violet-light border-dashed bg-transparent',\n className,\n )}\n >\n <div className=\"flex items-center gap-4 max-md:justify-center\">\n <div className={clsx('bg-beige-light/50 flex h-5 w-5 shrink-0 items-center justify-center rounded-full transition-opacity duration-300 max-md:hidden', !active && 'text-beige-light opacity-10')}>\n <CheckIcon className=\"w-2\" />\n </div>\n <ParagraphTitle size=\"heading-lg\" italic={true} className=\"leading-none !not-italic md:hidden\">\n {title}\n </ParagraphTitle>\n <Text size=\"xl\" className=\"hidden leading-none md:block\">\n {title}\n </Text>\n </div>\n {description.map((item) => (\n <Fragment key={`${id}-${item}`}>\n <ParagraphTitle size=\"heading-md\" className=\"leading-none md:hidden\">\n {item}\n </ParagraphTitle>\n <Text size=\"md\" className=\"hidden leading-none md:block\">\n {item}\n </Text>\n </Fragment>\n ))}\n </div>\n );\n};\n","import clsx from 'clsx';\n\nimport { ParagraphTitle, Text } from '../../../components';\n\nexport interface UpCardProps {\n title1: string;\n description1: string;\n title2: string;\n description2: string;\n step: string;\n illustration: string;\n align?: 'top' | 'bottom';\n className?: string;\n illustrationClassName?: string;\n}\n\nexport const UpCard = ({ title1, description1, title2, description2, step, illustration, className, illustrationClassName, align = 'bottom' }: UpCardProps) => {\n return (\n <div className={clsx('flex max-md:flex-col max-md:gap-4', align === 'top' ? 'items-start' : 'md:items-end', className)}>\n <div className=\"bg-lavender-blue-light text-claret-violet-dark flex w-63 -rotate-2 flex-col gap-4 p-4 max-md:-translate-x-10 md:w-87.5 md:px-11 md:py-8\">\n <ParagraphTitle size=\"heading-xl\" className=\"hidden md:block\">\n {step}\n </ParagraphTitle>\n <ParagraphTitle size=\"heading-md\" className=\"hidden md:block\">\n {title1}\n </ParagraphTitle>\n <ParagraphTitle size=\"heading-lg\" className=\"block max-md:not-italic md:hidden\">\n {step}.&nbsp;{title1}\n </ParagraphTitle>\n <Text size=\"md\" className=\"whitespace-pre-line max-md:not-italic\">\n {description1}\n </Text>\n </div>\n <div className={clsx('bg-pink-oyster-light text-claret-violet-dark relative flex w-63.5 -rotate-2 flex-col gap-2 p-6 md:z-1 md:w-85.5 md:-translate-x-8 md:rotate-2 md:px-11 md:py-8', align === 'top' ? 'md:translate-y-26' : 'md:translate-y-18')}>\n <div className={clsx('relative w-11.5 shrink-0 md:w-18', illustrationClassName)}>\n <img src={`/design-system/illustrations/${illustration}.webp`} alt={title2} className=\"w-full\" />\n </div>\n <ParagraphTitle size=\"heading-md\" className=\"hidden md:block\">\n {title2}\n </ParagraphTitle>\n <ParagraphTitle size=\"heading-lg\" className=\"block max-md:not-italic md:hidden\">\n {step}.&nbsp;{title2}\n </ParagraphTitle>\n <Text size=\"md\" className=\"whitespace-pre-line max-md:not-italic\">\n {description2}\n </Text>\n </div>\n </div>\n );\n};\n","import clsx from 'clsx';\n\nimport { Checkbox, Text } from '../../../components';\n\nexport interface WizardTipsProps {\n content: string;\n checkbox?: boolean;\n onChange?: (value: boolean) => void;\n checked?: boolean;\n className?: string;\n}\n\nexport const WizardTips = ({ content, className, checkbox = false, onChange = () => {}, checked = false }: WizardTipsProps) => {\n return (\n <div className={clsx('flex items-start', className)}>\n <div className=\"border-beige-light bg-pink-oyster-light z-1 -me-3 h-17 w-17 shrink-0 overflow-hidden rounded-full border-5\">\n <img src=\"/design-system/images/tips/claudine-head.webp\" alt=\"Claudine\" loading=\"lazy\" decoding=\"async\" className=\"h-full w-full object-cover\" />\n </div>\n <div className={clsx('bg-lavender-blue-light rounded-input text-claret-violet-dark p-5', checkbox && 'w-full', !checkbox && 'w-75')}>\n {checkbox ? (\n <Checkbox checked={checked} name=\"wizard-tips\" onChange={onChange} className=\"items-start gap-3\">\n <Text size=\"legend\" variant=\"span\" className=\"whitespace-pre-line\">\n {content}\n </Text>\n </Checkbox>\n ) : (\n <Text size=\"button\">“&nbsp;{content}&nbsp;“</Text>\n )}\n </div>\n </div>\n );\n};\n"],"names":["i18n","initReactI18next","fr","r","e","t","f","n","o","clsx","socialLinks","Footer","className","useTranslation","linksColumns","legalLinks","jsx","jsxs","Logo","column","link","Button","SocialButton","FooterTips","Newsletter","Text","closeOthersAccordions","details","other","content","accordionAnimation","delay","contentHeight","useClickOutside","ref","handler","handlerRef","useRef","useEffect","listener","event","el","debounce","func","wait","timeout","args","later","useIntersectionObserver","onAppear","onDisappear","threshold","element","observer","entries","entry","useMultiIntersectionObserver","targets","callback","root","rootMargin","createObserver","handleResize","onKeyDown","useArrowNavigation","selector","containerRef","container","handleKeyDown","items","currentIndex","nextIndex","prevIndex","onNumericInput","useIsMobile","isMobile","setIsMobile","useState","check","useIsDesktop","isDesktop","setIsDesktop","disableScroll","scrollY","enableScroll","menuNavLinks","Navbar","props","variant","setVariant","navRef","handleNavbarChange","newVariant","NavbarDesktop","NavbarMobile","variantStyles","MobileMenu","activeNavLink","linkStyles","item","ProfilIcon","voucher","Banner","overlayStyles","isOpen","setIsOpen","isClosing","setIsClosing","closingTimerRef","handleClickMenu","useCallback","logoVariant","useMemo","mobileMenuStyles","CrossIcon","MenuIcon","Stepper","totalSteps","currentStep","_","index","Tabs","tabs","defaultActiveTab","onTabChange","tabClassName","activeTabClassName","contentClassName","activeTab","setActiveTab","handleTabClick","tabId","tab","activeTabContent","baseTabStyles","activeTabStyles","inactiveTabStyles","isActive","isDisabled","CheckRoundedIcon","containerStyles","tagStyles","TagDesktop","TagMobile","WizardNavbar","Emblem","ResponsiveImage","React","mobile","desktop","mobile2x","desktop2x","type","loading","decoding","alt","fadeOnLoad","setRefs","sizeStyles","size","children","isString","Trans","Title","forwardRef","italic","classes","H1","H2","H3","H4","H5","H6","SpanTitle","ParagraphTitle","VideoPlayer","videoId","placeholderImageMobile","hasSound","placeholderImageDesktop","placeholderImageMobile2x","placeholderImageDesktop2x","iframeRef","isMuted","setIsMuted","isPlaying","setIsPlaying","isInviewport","setIsInviewport","post","method","value","toggleMute","togglePlay","iconClass","PauseIcon","PlayIcon","MuteIcon","UnmuteIcon","ButtonComponent","as","color","active","disabled","containedVariants","href","rest","memo","CardButton","label","description","buttonClasses","ClearButtonComponent","onClick","CrossRoundedIcon","ClearButton","FAQButton","PlusIcon","MinusIcon","layoutStyles","textLayoutStyles","illustrationLayoutStyles","IllustratedCardButton","layout","illustration","SimpleIllustratedCardButton","illustrationClassName","variantUrls","labelVisible","FacebookIcon","InstagramIcon","LinkedinIcon","TiktokIcon","Toggle","data","onChange","ariaLabel","handleClick","selectedValue","containerClasses","activeIndicatorClasses","labelClasses","ButtonSelect","id","options","required","hasError","error","handleChange","Label","option","ErrorMessage","Checkbox","checked","name","CheckIcon","Dropdown","placeholder","searchable","searchValue","setSearchValue","selectedLabel","handleBlur","filteredOptions","selection","dropdownClasses","DropdownMenu","ArrowIcon","values","onChangeMultiple","multiple","menuRef","handleOptionClick","handleOptionClickMultiple","activeDescendantId","menuClasses","message","Filters","clearFilters","buttonLabel","FiltersIcon","Fragment","onSubscribe","defaultPlaceholder","defaultLabel","handleSubmit","email","QuantityInput","metric","min","max","Tag","onRemove","TagSelect","handleClear","v","TextInput","inputClasses","WizardDropdown","ArrowPlainIcon","WizardTextInput","FaqItem","question","answer","detailsRef","contentRef","handleAnimation","Ingredient","image","CTACard","title","ctaText","secondaryCtaText","secondaryCtaOnClick","backgroundStyles","FeatureCard","features","backgroundColor","feature","FeatureIllustration","src","titleClassName","FoodCard","SvgArrowPlain","titleId","ForwardRef","SvgArrow","SvgCalendar","SvgCheck","SvgCrossRounded","SvgCross","SvgFacebook","SvgFilters","SvgHatCook","SvgHomeHeroShapeMobile","SvgHomeHeroShapeSmall","SvgHomeHeroShape","SvgInfo","SvgInstagram","SvgLinkedin","SvgMagicWand","SvgMenu","SvgMinus","SvgMute","SvgPause","SvgPlay","SvgPlus","SvgPolaroidThread","SvgProfil","SvgQuote","SvgRecipeBgShape","SvgStar","SvgSubtract","SvgTiktok","SvgTrustpilot","SvgUnmute","SvgCheckRounded","SvgCheckCircle","SvgDollarRounded","FrequencySelectorCard","priceLabel","isSelected","badgeLabel","DollarRoundedIcon","IllustratedCard","PaymentCard","QuoteIcon","PlanCard","dailyAmount","price","originalPrice","discountPercentage","planImage","planImageAlt","pricePrefix","priceSuffix","originalPriceSuffix","HatCookIcon","SubtractIcon","imageStyles","titleStyles","svgStyles","emblemStyles","Polaroid","overflow","mobileImage","desktopImage","mobileImage2x","desktopImage2x","showThread","imageClassName","PolaroidThreadIcon","RecetteCard","imageMobile","imageDesktop","imageMobile2x","imageDesktop2x","StatCard","imagesStyles","Testimonial","quote","author","role","TestimonialSliderCard","score","StarIcon","Tips","variantsContent","TransitionCard","UpCard","title1","description1","title2","description2","step","align","WizardTips","checkbox"],"mappings":"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","x_google_ignoreList":[1]}
1
+ {"version":3,"file":"index.cjs","sources":["../src/lib/i18n.ts","../node_modules/.pnpm/clsx@2.1.1/node_modules/clsx/dist/clsx.mjs","../src/components/Navigation/Footer/Footer.tsx","../src/components/Navigation/FooterTips/FooterTips.tsx","../src/helpers/accordions.ts","../src/helpers/clickoutside.ts","../src/helpers/debounce.ts","../src/helpers/intersectionObserver.ts","../src/helpers/keyboardControl.ts","../src/helpers/responsive.ts","../src/helpers/scroll.ts","../src/components/Navigation/Navbar/Navbar.tsx","../src/components/Navigation/MobileMenu/MobileMenu.tsx","../src/components/Navigation/NavbarDesktop/NavbarDesktop.tsx","../src/components/Navigation/NavbarMobile/NavbarMobile.tsx","../src/components/Navigation/Stepper/Stepper.tsx","../src/components/Navigation/Tabs/Tabs.tsx","../src/components/Navigation/WizardNavbar/WizardNavbar.tsx","../src/components/Base/Banner/Banner.tsx","../src/components/Base/Emblem/Emblem.tsx","../src/components/Base/Logo/Logo.tsx","../src/components/Base/ResponsiveImage/ResponsiveImage.tsx","../src/components/Base/Text/Text.tsx","../src/components/Base/Title/Title.tsx","../src/components/Base/VideoPlayer/VideoPlayer.tsx","../src/components/Buttons/Button/Button.tsx","../src/components/Buttons/CardButton/CardButton.tsx","../src/components/Buttons/ClearButton/ClearButton.tsx","../src/components/Buttons/FAQButton/FAQButton.tsx","../src/components/Buttons/IllustratedCardButton/IllustratedCardButton.tsx","../src/components/Buttons/SimpleIllustratedCardButton/SimpleIllustratedCardButton.tsx","../src/components/Buttons/SocialButton/SocialButton.tsx","../src/components/Buttons/Toggle/Toggle.tsx","../src/components/Inputs/ButtonSelect/ButtonSelect.tsx","../src/components/Inputs/Checkbox/Checkbox.tsx","../src/components/Inputs/Dropdown/Dropdown.tsx","../src/components/Inputs/DropdownMenu/DropdownMenu.tsx","../src/components/Inputs/ErrorMessage/ErrorMessage.tsx","../src/components/Inputs/Filters/Filters.tsx","../src/components/Inputs/Label/Label.tsx","../src/components/Inputs/Newsletter/Newsletter.tsx","../src/components/Inputs/QuantityInput/QuantityInput.tsx","../src/components/Inputs/Tag/Tag.tsx","../src/components/Inputs/TagSelect/TagSelect.tsx","../src/components/Inputs/TextInput/TextInput.tsx","../src/components/Inputs/WizardDropdown/WizardDropdown.tsx","../src/components/Inputs/WizardTextInput/WizardTextInput.tsx","../src/components/Accordions/FAQ/FaqItem.tsx","../src/components/Accordions/Ingredient/Ingredient.tsx","../src/components/Cards/CTACard/CTACard.tsx","../src/components/Cards/FeatureCard/FeatureCard.tsx","../src/components/Cards/FeatureIllustration/FeatureIllustration.tsx","../src/components/Cards/FoodCard/FoodCard.tsx","../src/components/SVG/arrow-plain.svg","../src/components/SVG/arrow.svg","../src/components/SVG/calendar.svg","../src/components/SVG/check.svg","../src/components/SVG/cross-rounded.svg","../src/components/SVG/cross.svg","../src/components/SVG/Facebook.svg","../src/components/SVG/filters.svg","../src/components/SVG/hat-cook.svg","../src/components/SVG/home-hero-shape-mobile.svg","../src/components/SVG/home-hero-shape-small.svg","../src/components/SVG/home-hero-shape.svg","../src/components/SVG/info.svg","../src/components/SVG/Instagram.svg","../src/components/SVG/Linkedin.svg","../src/components/SVG/magic-wand.svg","../src/components/SVG/menu.svg","../src/components/SVG/minus.svg","../src/components/SVG/mute.svg","../src/components/SVG/pause.svg","../src/components/SVG/play.svg","../src/components/SVG/plus.svg","../src/components/SVG/polaroid-thread.svg","../src/components/SVG/profil.svg","../src/components/SVG/quote.svg","../src/components/SVG/recipe-bg-shape.svg","../src/components/SVG/star.svg","../src/components/SVG/subtract.svg","../src/components/SVG/Tiktok.svg","../src/components/SVG/trustpilot.svg","../src/components/SVG/unmute.svg","../src/components/SVG/check-rounded.svg","../src/components/SVG/check-circle.svg","../src/components/SVG/dollar-rounded.svg","../src/components/Cards/FrequencySelectorCard/FrequencySelectorCard.tsx","../src/components/Cards/IllustratedCard/IllustratedCard.tsx","../src/components/Cards/PaymentCard/PaymentCard.tsx","../src/components/Cards/PlanCard/PlanCard.tsx","../src/components/Cards/Polaroid/Polaroid.tsx","../src/components/Cards/RecetteCard/RecetteCard.tsx","../src/components/Cards/StatCard/StatCard.tsx","../src/components/Cards/Testimonial/Testimonial.tsx","../src/components/Cards/TestimonialSlider/TestimonialSlider.tsx","../src/components/Cards/Tips/Tips.tsx","../src/components/Cards/TransitionCard/TransitionCard.tsx","../src/components/Cards/UpCard/UpCard.tsx","../src/components/Cards/WizardTips/WizardTips.tsx"],"sourcesContent":["'use client';\n\nimport i18n from 'i18next';\nimport { initReactI18next } from 'react-i18next';\n\nimport fr from './locales/fr/design.json';\n\nif (!i18n.isInitialized) {\n i18n.use(initReactI18next).init({\n resources: { fr: { design: fr } },\n lng: 'fr',\n ns: ['design'],\n defaultNS: 'design',\n interpolation: { escapeValue: false },\n });\n}\n\nexport default i18n;\n\nexport { default as frDesign } from './locales/fr/design.json';\n","function r(e){var t,f,n=\"\";if(\"string\"==typeof e||\"number\"==typeof e)n+=e;else if(\"object\"==typeof e)if(Array.isArray(e)){var o=e.length;for(t=0;t<o;t++)e[t]&&(f=r(e[t]))&&(n&&(n+=\" \"),n+=f)}else for(f in e)e[f]&&(n&&(n+=\" \"),n+=f);return n}export function clsx(){for(var e,t,f=0,n=\"\",o=arguments.length;f<o;f++)(e=arguments[f])&&(t=r(e))&&(n&&(n+=\" \"),n+=t);return n}export default clsx;","'use client';\n\nimport clsx from 'clsx';\nimport { useTranslation } from 'react-i18next';\n\nimport { Button, FooterTips, Logo, Newsletter, SocialButton, Text } from '../../../components';\nimport { SocialButtonProps } from '../../Buttons/SocialButton/SocialButton';\n\nexport type FooterProps = {\n className?: string;\n};\n\nconst socialLinks: SocialButtonProps['variant'][] = ['Facebook', 'Instagram', 'LinkedIn', 'Tiktok'];\n\nexport const Footer = ({ className }: FooterProps) => {\n const { t } = useTranslation('design');\n\n //todo update nav links and add newsletter logic\n const linksColumns = [\n {\n links: [\n { label: t('navigation.home'), href: '/' },\n { label: t('navigation.ourStory'), href: '/notre-histoire' },\n { label: t('navigation.whyElmut'), href: '/pourquoi-elmut' },\n { label: t('navigation.faq'), href: 'https://elmuthelp.zendesk.com/hc/fr' },\n ],\n className: 'col-1',\n name: 'elmut',\n },\n {\n links: [\n { label: t('navigation.dog'), href: '/chiens' },\n { label: t('navigation.recipes'), href: '/recettes-chien' },\n { label: t('navigation.blog'), href: '/blog/chiens' },\n { label: t('navigation.homemadeRation'), href: '/ration-menagere-chien' },\n ],\n className: 'col-1 row-2 md:col-2 md:row-1',\n name: 'doc',\n },\n {\n links: [\n { label: t('navigation.cat'), href: '/chats' },\n { label: t('navigation.recipes'), href: '/recettes-chat' },\n { label: t('navigation.blog'), href: '/blog/chats' },\n { label: t('navigation.homemadeRation'), href: '/ration-menagere-chat' },\n ],\n className: 'col-2 row-2 md:col-3 md:row-1',\n name: 'cat',\n },\n {\n links: [\n { label: t('navigation.contact'), href: 'https://elmuthelp.zendesk.com/hc/fr/requests/new' },\n { label: t('navigation.signIn'), href: '/auth/sign-in' },\n { label: t('navigation.sponsorship'), href: '/parrainage' },\n { label: t('navigation.help'), href: '/aide' },\n ],\n className: 'col-2 md:col-4',\n name: 'account',\n },\n ];\n\n const legalLinks = [\n {\n label: t('navigation.legal'),\n href: '/mentions-legales',\n },\n {\n label: t('navigation.terms'),\n href: '/cgv',\n },\n {\n label: t('navigation.sitemap'),\n href: '/plan-du-site',\n },\n ];\n\n return (\n <footer className={clsx('', className)}>\n <div className={clsx('bg-lavender-blue-light py-10')}>\n <div className=\"container mx-auto\">\n <Logo className=\"mb-9 w-25 md:w-51\" />\n <div className=\"flex items-stretch justify-between max-xl:gap-15 max-md:flex-col-reverse md:flex-col xl:flex-row\">\n <nav className=\"-ms-2.5 grid min-w-2/3 grid-cols-2 gap-y-15 md:grid-cols-5\">\n {linksColumns.map((column) => (\n <ul key={column.name} className={clsx('grid grid-cols-subgrid gap-1 md:py-3', column.className)}>\n {column.links.map((link) => (\n <li key={link.href} className=\"w-max\">\n <Button variant=\"terciary\" color=\"dark\" href={link.href}>\n {link.label}\n </Button>\n </li>\n ))}\n </ul>\n ))}\n <ul className=\"col-span-1 flex gap-3.5 md:flex-col md:gap-1 md:py-3\">\n {socialLinks.map((link) => (\n <li key={link} className=\"flex h-11 items-center\">\n <SocialButton variant={link} labelVisible={true} />\n </li>\n ))}\n </ul>\n </nav>\n <div className=\"flex flex-col justify-between gap-4 md:flex-row md:gap-6 xl:-mb-1.5 xl:w-1/3 xl:flex-col xl:gap-0\">\n <FooterTips className=\"md:w-1/2 xl:w-full\" />\n <Newsletter onSubscribe={() => {}} variant=\"footer\" className=\"md:w-1/2 xl:w-full\" />\n </div>\n </div>\n </div>\n </div>\n <div className=\"bg-claret-violet-dark text-beige-light px-6 py-8 md:px-0 md:py-6.5\">\n <div className=\"container mx-auto flex justify-between max-md:flex-col max-md:gap-4 md:items-center\">\n <nav>\n <ul className=\"-ms-2.5 flex gap-1 max-md:flex-col md:gap-10\">\n {legalLinks.map((link) => (\n <li key={link.href}>\n <Button variant=\"terciary\" href={link.href}>\n {link.label}\n </Button>\n </li>\n ))}\n </ul>\n </nav>\n <Text size=\"button\">\n {t('footer.copyright')} {new Date().getFullYear()}\n </Text>\n </div>\n </div>\n </footer>\n );\n};\n","'use client';\n\nimport clsx from 'clsx';\nimport { useTranslation } from 'react-i18next';\n\nimport { Text } from '../../../components';\n\nexport const FooterTips = ({ className }: { className?: string }) => {\n const { t } = useTranslation('design');\n\n return (\n <div className={clsx('flex items-center gap-5', className)}>\n <div className=\"bg-pink-oyster-light h-9 w-9 shrink-0 overflow-hidden rounded-full md:h-17 md:w-17\">\n <img src=\"/design-system/images/tips/claudine-head.webp\" alt={t('tips.claudineAlt')} loading=\"lazy\" decoding=\"async\" className=\"h-full w-full object-cover\" />\n </div>\n <div className={clsx('text-claret-violet-dark')}>\n <Text size=\"md\" className=\"max-md:not-italic\">\n \"&nbsp;{t('tips.footerMessage')}&nbsp;\"\n </Text>\n </div>\n </div>\n );\n};\n","'use client';\n\nexport const closeOthersAccordions = (details: HTMLDetailsElement) => {\n document.querySelectorAll<HTMLDetailsElement>('details[data-accordion]').forEach((other) => {\n if (other !== details) {\n other.removeAttribute('data-open');\n other.removeAttribute('open');\n const content = other.querySelector<HTMLElement>('[data-accordion-content]');\n if (content) {\n content.style.maxHeight = '0px';\n }\n }\n });\n};\n\nexport const accordionAnimation = (e: Event, details: HTMLDetailsElement, content: HTMLElement, delay: number = 300) => {\n e.preventDefault();\n\n const isOpening = !details.hasAttribute('open');\n if (isOpening) {\n closeOthersAccordions(details);\n\n details.setAttribute('open', '');\n\n requestAnimationFrame(() => {\n const contentHeight = content.scrollHeight;\n content.style.transition = 'max-height 0.3s ease';\n content.style.maxHeight = `${contentHeight}px`;\n });\n details.setAttribute('data-open', 'true');\n } else {\n content.style.transition = 'max-height 0.15s ease';\n content.style.maxHeight = '0px';\n details.removeAttribute('data-open');\n setTimeout(() => {\n details.removeAttribute('open');\n }, delay);\n }\n};\n","'use client';\n\nimport { useEffect, useRef } from 'react';\n\n/**\n * Calls `handler` when a pointer interaction finishes outside the element referenced by `ref`.\n *\n * The hook ensures the most recent `handler` is invoked even if it changes between renders.\n *\n * @param ref - React ref of the element to detect outside interactions for\n * @param handler - Callback invoked with the originating `MouseEvent` or `TouchEvent` when a `pointerup` occurs outside the referenced element\n */\nexport function useClickOutside<T extends HTMLElement>(ref: React.RefObject<T>, handler: (event: MouseEvent | TouchEvent) => void) {\n const handlerRef = useRef(handler);\n useEffect(() => {\n handlerRef.current = handler;\n }, [handler]);\n\n useEffect(() => {\n function listener(event: MouseEvent | TouchEvent) {\n const el = ref.current;\n if (!el || el.contains(event.target as Node)) return;\n handlerRef.current(event);\n }\n\n document.addEventListener('pointerup', listener);\n return () => {\n document.removeEventListener('pointerup', listener);\n };\n }, [ref]);\n}\n","export const debounce = (func: (...args: any[]) => void, wait: number) => {\n let timeout: ReturnType<typeof setTimeout>;\n return function executedFunction(...args: any[]) {\n const later = () => {\n func(...args);\n };\n clearTimeout(timeout);\n timeout = setTimeout(later, wait);\n };\n};\n","'use client';\n\nimport { useEffect } from 'react';\nimport type { RefObject } from 'react';\n\ntype UseSingleObserverOptions = {\n ref: RefObject<HTMLElement>;\n onAppear: () => void;\n onDisappear: () => void;\n threshold?: number;\n};\n\ntype UseMultiObserverOptions = {\n targets: Element[];\n callback: (entry: IntersectionObserverEntry, element: HTMLElement) => void;\n root?: Element | null;\n threshold?: number;\n rootMargin?: string;\n};\n\n/**\n * Observes a single element and invokes callbacks when it enters or leaves the viewport threshold.\n *\n * @param ref - RefObject pointing to the target HTMLElement to observe\n * @param onAppear - Callback invoked when the element becomes intersecting\n * @param onDisappear - Callback invoked when the element stops being intersecting\n * @param threshold - Intersection ratio threshold between 0 and 1 that determines when callbacks fire\n */\nexport function useIntersectionObserver({ ref, onAppear, onDisappear, threshold = 0.5 }: UseSingleObserverOptions) {\n const element = ref.current;\n\n useEffect(() => {\n if (!element) return;\n\n const observer = new IntersectionObserver(\n (entries) => {\n entries.forEach((entry) => {\n if (entry.isIntersecting) {\n onAppear();\n } else {\n onDisappear();\n }\n });\n },\n { threshold },\n );\n\n observer.observe(element);\n\n return () => {\n observer.disconnect();\n };\n }, [element, onAppear, onDisappear, threshold]);\n}\n\n/**\n * Observe all elements matching a CSS selector and invoke a callback for each element when it becomes visible.\n *\n * Observers are created for the currently matched elements and re-created on window resize to account for layout changes; observers are cleaned up on unmount or when inputs change.\n *\n * @param selector - CSS selector used to find elements to observe. If falsy, no observer is created.\n * @param callback - Invoked for each intersecting entry as `callback(entry, element)`, where `entry` is the IntersectionObserverEntry and `element` is the observed HTMLElement.\n * @param root - Optional ancestor element used as the viewport for intersection; `null` means the browser viewport.\n * @param threshold - Intersection ratio at which the callback is triggered (e.g., `0.1`).\n * @param rootMargin - Margin around the root bounding box (e.g., `'0px'`, `'10px 0px'`).\n */\nexport function useMultiIntersectionObserver({ targets, callback, root = null, threshold = 0.1, rootMargin = '0px' }: UseMultiObserverOptions) {\n useEffect(() => {\n if (!targets?.length) return;\n\n const createObserver = () => {\n const observer = new IntersectionObserver(\n (entries) => {\n entries.forEach((entry) => {\n if (entry.isIntersecting) {\n const el = entry.target as HTMLElement;\n callback(entry, el);\n }\n });\n },\n { root, threshold, rootMargin },\n );\n\n targets.forEach((el) => observer.observe(el));\n return observer;\n };\n\n let observer = createObserver();\n\n const handleResize = () => {\n observer.disconnect();\n observer = createObserver();\n };\n\n window.addEventListener('resize', handleResize);\n\n return () => {\n window.removeEventListener('resize', handleResize);\n observer.disconnect();\n };\n }, [targets, root, threshold, rootMargin, callback]);\n}\n","'use client';\n\nimport { useEffect, useRef } from 'react';\n\nexport const onKeyDown = (e: React.KeyboardEvent<HTMLLIElement | HTMLLabelElement | HTMLDivElement>, callback: () => void) => {\n if (e.key === 'Enter' || e.key === ' ') {\n callback();\n }\n};\n\nexport function useArrowNavigation<T extends HTMLElement = HTMLElement>(selector: string) {\n const containerRef = useRef<T | null>(null);\n\n useEffect(() => {\n const container = containerRef.current;\n if (!container) return;\n\n const handleKeyDown = (e: KeyboardEvent) => {\n const items = Array.from(container.querySelectorAll<HTMLElement>(selector));\n const currentIndex = items.indexOf(document.activeElement as HTMLElement);\n\n if (items.length === 0) return;\n\n switch (e.key) {\n case 'ArrowDown': {\n e.preventDefault();\n const nextIndex = (currentIndex + 1) % items.length;\n items[nextIndex].focus();\n break;\n }\n case 'ArrowUp': {\n e.preventDefault();\n const prevIndex = (currentIndex - 1 + items.length) % items.length;\n items[prevIndex].focus();\n break;\n }\n }\n };\n\n container.addEventListener('keydown', handleKeyDown as EventListener);\n return () => container.removeEventListener('keydown', handleKeyDown as EventListener);\n }, [selector]);\n\n return containerRef;\n}\n\nexport const onNumericInput = (e: React.KeyboardEvent<HTMLInputElement>) => {\n const allowed = ['Backspace', 'Delete', 'Tab', 'Escape', 'Enter', 'ArrowLeft', 'ArrowRight'];\n\n if (allowed.includes(e.key)) {\n return;\n }\n\n // Block everything except numbers\n if (!/^[0-9]$/.test(e.key)) {\n e.preventDefault();\n }\n};\n","'use client';\n\nimport { useEffect, useState } from 'react';\n\nexport function useIsMobile() {\n const [isMobile, setIsMobile] = useState(false);\n\n useEffect(() => {\n const check = () => setIsMobile(window.innerWidth < 768);\n check();\n window.addEventListener('resize', check);\n return () => window.removeEventListener('resize', check);\n }, []);\n\n return isMobile;\n}\n\nexport function useIsDesktop() {\n const [isDesktop, setIsDesktop] = useState(false);\n\n useEffect(() => {\n const check = () => setIsDesktop(window.innerWidth >= 1024);\n check();\n window.addEventListener('resize', check);\n return () => window.removeEventListener('resize', check);\n }, []);\n\n return isDesktop;\n}\n","'use client';\n\nexport const disableScroll = () => {\n const scrollY = window.scrollY;\n document.body.style.position = 'fixed';\n document.body.style.top = `-${scrollY}px`;\n document.body.style.width = '100%';\n};\n\nexport const enableScroll = () => {\n const scrollY = document.body.style.top;\n document.body.style.position = '';\n document.body.style.top = '';\n document.body.style.width = '';\n window.scrollTo(0, parseInt(scrollY || '0') * -1);\n};\n","'use client';\n\nimport { useEffect, useRef, useState } from 'react';\n\nimport clsx from 'clsx';\n\nimport { NavbarDesktop, NavbarMobile } from '../../../components';\nimport { debounce } from '../../../helpers';\n\nexport type NavbarProps = {\n variant: 'light' | 'dark';\n activeNavLink: string;\n voucher?: string;\n connected?: boolean;\n className?: string;\n};\n\nexport const menuNavLinks = [\n {\n label: 'recipes',\n href: '/recettes',\n },\n {\n label: 'history',\n href: '/notre-histoire',\n },\n {\n label: 'blog',\n href: '/blog',\n },\n {\n label: 'sponsorship',\n href: '/parrainage',\n },\n];\n\n//todo update nav links\n//todo connected style when design ready\n//todo dog/Cat menu when design ready\n//todo manage analytics events on buttons\n\nexport const Navbar = (props: NavbarProps) => {\n const [variant, setVariant] = useState<'light' | 'dark'>(props.variant);\n const navRef = useRef<HTMLDivElement | null>(null);\n\n // GSAP system to manage navbar variant changes\n useEffect(() => {\n const handleNavbarChange = debounce((event: CustomEvent) => {\n const newVariant = event.detail as 'light' | 'dark';\n setVariant(newVariant);\n }, 10);\n\n window.addEventListener('navbar-change', handleNavbarChange as EventListener);\n\n return () => {\n window.removeEventListener('navbar-change', handleNavbarChange as EventListener);\n };\n }, []);\n\n return (\n <div id=\"navbar\" ref={navRef} className={clsx('w-full', variant === 'light' ? 'bg-claret-violet-dark' : 'bg-beige-light', props.voucher ? 'h-36 lg:h-36.5' : 'h-21 lg:h-27.5')}>\n <NavbarDesktop {...props} variant={variant} />\n <NavbarMobile {...props} variant={variant} />\n </div>\n );\n};\n","'use client';\n\nimport clsx from 'clsx';\nimport { useTranslation } from 'react-i18next';\n\nimport { ProfilIcon } from '../../../components';\nimport { menuNavLinks } from '../Navbar/Navbar';\n\ntype MobileMenuProps = {\n variant: 'dark' | 'light';\n className?: string;\n activeNavLink: string;\n};\n\nconst variantStyles = {\n light: 'text-claret-violet-dark bg-beige-light',\n dark: 'text-beige-light bg-claret-violet-dark',\n};\n\nexport const MobileMenu = ({ variant, className, activeNavLink }: MobileMenuProps) => {\n const { t } = useTranslation();\n\n //prettier-ignore\n const linkStyles = clsx(\n 'w-full border-t px-6 py-4.5', \n variant === 'light' ? 'border-claret-violet-light/30' : 'border-beige-light/30', \n );\n\n return (\n <ul className={clsx('absolute top-0 right-0 left-0 z-1 w-full -translate-y-full transition-transform duration-300 ease-in-out group-data-[open=false]:duration-150 group-data-[open=true]:translate-y-0', variantStyles[variant], className)}>\n {menuNavLinks.map((item) => (\n <li key={item.label} className={clsx(linkStyles, activeNavLink === item.href && 'font-semibold')}>\n <a href={item.href} aria-current={activeNavLink === item.href ? 'page' : undefined}>\n {t(`navigation.${item.label}`)}\n </a>\n </li>\n ))}\n <li>\n <a href=\"/auth/sign-in\" className={clsx('flex items-center gap-2.5 font-semibold', linkStyles, variant === 'light' ? 'bg-beige-dark' : 'bg-claret-violet-light')}>\n <ProfilIcon className=\"w-2.5\" /> {t('navigation.signIn')}\n </a>\n </li>\n </ul>\n );\n};\n","'use client';\n\nimport clsx from 'clsx';\nimport { useTranslation } from 'react-i18next';\n\nimport { Banner, Button, Logo } from '../../../components';\nimport { menuNavLinks, NavbarProps } from '../Navbar/Navbar';\n\nconst variantStyles = {\n light: 'text-claret-violet-dark from-claret-violet-dark to-claret-violet-dark/0',\n dark: 'text-beige-light from-beige-light to-beige-light/0 ',\n};\n\nexport const NavbarDesktop = ({ variant = 'dark', className, voucher, activeNavLink }: NavbarProps) => {\n const { t } = useTranslation('design');\n\n return (\n <nav className={clsx('group fixed top-0 right-0 left-0 z-100 bg-linear-to-b from-60% px-0 py-7.5 transition-colors duration-300 max-lg:hidden', voucher ? 'pt-16.5' : 'pt-7.5', variantStyles[variant], className)}>\n {!!voucher && <Banner content={voucher} className={clsx('top-0 z-100')} />}\n\n <div className={clsx('relative z-20 container mx-auto flex flex-1 items-center justify-between')}>\n <div className=\"flex items-center md:gap-10 xl:gap-20\">\n <a href=\"/\" className=\"me-auto\">\n <Logo className=\"w-18 xl:w-36\" variant={variant === 'dark' ? 'primary' : 'secondary'} />\n </a>\n <ul className=\"flex items-center justify-between md:gap-2.5 xl:gap-5\">\n {menuNavLinks.map((link) => (\n <li key={link.label}>\n <Button variant=\"terciary\" as=\"a\" href={link.href} color={variant} active={activeNavLink === link.href}>\n {t(`navigation.${link.label}`)}\n </Button>\n </li>\n ))}\n </ul>\n </div>\n\n <div className=\"flex items-center gap-6\">\n <Button variant=\"secondary\" color={variant} as=\"a\" href=\"/auth/sign-in\" size=\"md\">\n {t('navigation.signIn')}\n </Button>\n <Button variant=\"primary\" color={variant} as=\"a\" href=\"/wizard/type\" size=\"md\">\n {t('navigation.tryTwoWeeks')}\n </Button>\n </div>\n </div>\n </nav>\n );\n};\n","'use client';\n\nimport { useCallback, useEffect, useMemo, useRef, useState } from 'react';\n\nimport clsx from 'clsx';\n\nimport { Banner, CrossIcon, Logo, MenuIcon, MobileMenu } from '../../../components';\nimport { disableScroll, enableScroll } from '../../../helpers';\nimport { NavbarProps } from '../Navbar/Navbar';\n\nconst variantStyles = {\n light: 'text-claret-violet-dark from-claret-violet-dark to-claret-violet-dark/0 group-data-[open=true]:from-claret-violet-dark/0 group-data-[open=true]:text-claret-violet-dark',\n dark: 'text-beige-light from-beige-light to-beige-light/0 group-data-[open=true]:from-beige-light/0 group-data-[open=true]:text-beige-light',\n};\n\nconst overlayStyles = {\n dark: 'bg-claret-violet-dark/30',\n light: 'bg-beige-light/30',\n};\n\nexport const NavbarMobile = ({ variant = 'dark', className, voucher, activeNavLink }: NavbarProps) => {\n const [isOpen, setIsOpen] = useState(false);\n const [isClosing, setIsClosing] = useState(false);\n const closingTimerRef = useRef<number | null>(null);\n\n const handleClickMenu = useCallback(() => {\n if (isOpen) {\n enableScroll();\n setIsClosing(true);\n setIsOpen(false);\n closingTimerRef.current = window.setTimeout(() => {\n setIsClosing(false);\n }, 300);\n } else {\n disableScroll();\n setIsOpen(true);\n }\n }, [isOpen]);\n\n useEffect(() => {\n return () => {\n if (closingTimerRef.current !== null) {\n clearTimeout(closingTimerRef.current);\n }\n };\n }, []);\n\n const logoVariant: 'primary' | 'secondary' = useMemo(() => {\n return (variant === 'dark' && !isOpen) || (variant === 'light' && isOpen) ? 'primary' : 'secondary';\n }, [variant, isOpen]);\n\n const mobileMenuStyles = useMemo(() => {\n return clsx({\n 'text-claret-violet-dark': (variant === 'dark' && !isOpen) || (variant === 'light' && isOpen),\n 'text-beige-light': (variant === 'dark' && isOpen) || (variant === 'light' && !isOpen),\n });\n }, [variant, isOpen]);\n\n return (\n <nav data-open={isOpen} className={clsx('group fixed top-0 right-0 left-0 z-20 block lg:hidden', className)}>\n {!!voucher && <Banner content={voucher} className={clsx('z-100', isOpen ? 'top-0' : 'top-7')} />}\n <div className={clsx('relative z-10 flex items-center justify-between bg-linear-to-b from-60% p-6 pe-3 transition-colors duration-150', voucher ? (isOpen ? 'h-29.5 pt-13.5' : 'h-36 pt-20.5') : 'h-21.5 pt-6', variantStyles[variant])}>\n <a href=\"/\" className=\"me-auto\">\n <Logo className=\"w-18 md:w-36\" variant={logoVariant} />\n </a>\n\n <button onClick={handleClickMenu} className={clsx('p-3', mobileMenuStyles)}>\n {isOpen ? <CrossIcon className=\"w-4\" /> : <MenuIcon className=\"w-4\" />}\n </button>\n </div>\n <MobileMenu variant={variant} className={voucher ? 'pt-29.5' : 'pt-21.5'} activeNavLink={activeNavLink} />\n {(isOpen || isClosing) && <div onClick={handleClickMenu} className={clsx('fixed inset-0 z-0', overlayStyles[variant], isClosing ? 'animate-fade-out' : 'animate-fade-in')}></div>}\n </nav>\n );\n};\n","import clsx from 'clsx';\n\nexport type StepperProps = {\n totalSteps: number;\n currentStep: number;\n className?: string;\n};\n\nexport const Stepper = ({ totalSteps, currentStep, className }: StepperProps) => {\n return (\n <div className={clsx('relative flex items-center justify-between gap-2', className)}>\n {Array.from({ length: totalSteps }).map((_, index) => (\n <div key={index} className={clsx('bg-beige-light border-claret-violet-dark/40 z-2 h-1.5 w-1.5 rounded-full border transition-colors duration-200 md:h-2.5 md:w-2.5', index <= currentStep - 1 && 'bg-claret-violet-dark delay-150')}></div>\n ))}\n <div className=\"bg-claret-violet-dark/30 absolute right-0 left-0 z-0 h-0.25 md:h-0.5\"></div>\n <div style={{ width: `${((currentStep - 1) / (totalSteps - 1)) * 100}%` }} className={clsx('bg-claret-violet-dark transition-width absolute left-0 z-1 block h-0.25 w-0 max-w-full shrink-0 duration-300 md:h-0.5')}></div>\n </div>\n );\n};\n","'use client';\n\nimport React, { useState } from 'react';\n\nimport clsx from 'clsx';\n\nimport { CheckRoundedIcon, Text } from '../../../components';\n\nexport interface TabItem {\n id: string;\n label: string;\n content: React.ReactNode;\n disabled?: boolean;\n}\n\nexport interface TabsProps {\n tabs: TabItem[];\n defaultActiveTab?: string;\n onTabChange?: (tabId: string) => void;\n className?: string;\n tabClassName?: string;\n activeTabClassName?: string;\n contentClassName?: string;\n variant?: 'default';\n}\n\nexport const Tabs = ({ tabs, defaultActiveTab, onTabChange, className = '', tabClassName = '', activeTabClassName = '', contentClassName = '', variant = 'default' }: TabsProps) => {\n const [activeTab, setActiveTab] = useState(defaultActiveTab || tabs[0]?.id);\n\n const handleTabClick = (tabId: string) => {\n if (tabs.find((tab) => tab.id === tabId)?.disabled) return;\n\n setActiveTab(tabId);\n onTabChange?.(tabId);\n };\n\n const activeTabContent = tabs.find((tab) => tab.id === activeTab)?.content;\n\n const baseTabStyles = {\n default: 'px-6 py-3 rounded-t-2xl transition-all duration-200 font-medium relative cursor-pointer',\n };\n\n const activeTabStyles = {\n default: `bg-beige-dark text-claret-violet-dark cursor-pointer transition-all duration-200 hover:bg-beige-light`,\n };\n\n const inactiveTabStyles = {\n default: `bg-claret-violet-dark/30 text-claret-violet-dark `,\n };\n\n\n return (\n <div className={clsx('w-full', className)}>\n {/* Tab Navigation */}\n <div className={clsx('flex', variant === 'default' ? 'border-b border-gray-200' : 'gap-1')}>\n {tabs.map((tab, index) => {\n const isActive = activeTab === tab.id;\n const isDisabled = tab.disabled;\n const isLastIndex = index === tabs.length - 1;\n\n return (\n <button\n key={tab.id}\n onClick={() => handleTabClick(tab.id)}\n disabled={isDisabled}\n className={clsx(\n \"w-full\",\n baseTabStyles[variant],\n {\n [activeTabStyles[variant]]: isActive,\n [inactiveTabStyles[variant]]: !isActive,\n },\n tabClassName,\n {\n [activeTabClassName]: isActive,\n },\n )}\n >\n <div className=\"flex items-center gap-[16px]\">\n <div className=\"w-6\">{isActive ? <CheckRoundedIcon className=\"w-6\" /> : null}</div>\n <Text size=\"xl\">{tab.label}</Text>\n </div>\n </button>\n );\n })}\n </div>\n\n {/* Tab Content */}\n {activeTabContent ? <div className={clsx(contentClassName)}>{activeTabContent}</div> : null}\n </div>\n );\n};\n","'use client';\n\nimport clsx from 'clsx';\nimport { useTranslation } from 'react-i18next';\n\nimport { Banner, Button, Logo, Stepper, Text } from '../../../components';\n\nexport type WizardNavbarProps = {\n variant: 'default' | 'form' | 'payment';\n totalSteps?: number;\n currentStep?: number;\n className?: string;\n};\n\nconst variantStyles = {\n default: 'bg-beige-light text-claret-violet-dark pt-20 md:pt-9.5 pb-6',\n form: 'bg-beige-light text-claret-violet-dark pt-5',\n payment: 'bg-claret-violet-dark text-beige-light pt-5',\n};\n\nconst containerStyles = {\n default: 'justify-center ',\n form: '',\n payment: 'justify-center',\n};\n\nconst tagStyles = {\n default: 'hidden',\n form: 'bg-claret-violet-dark/30',\n payment: 'bg-beige-light/30',\n};\n\nconst TagDesktop = ({ variant, totalSteps, currentStep, className }: { variant: WizardNavbarProps['variant']; totalSteps: number; currentStep: number; className?: string }) => {\n const { t } = useTranslation('design');\n\n return (\n <div className={clsx('flex items-center gap-4 max-md:invisible max-md:w-21', className)}>\n <Text size=\"legend\">{t('wizard.myPet')}</Text>\n <Text size=\"button\" className={clsx('min-w-9 rounded-full p-1.5 text-center leading-none', tagStyles[variant])}>\n {currentStep}/{totalSteps}\n </Text>\n </div>\n );\n};\n\nconst TagMobile = ({ variant, totalSteps, currentStep, className }: { variant: WizardNavbarProps['variant']; totalSteps: number; currentStep: number; className?: string }) => {\n const { t } = useTranslation('design');\n\n return (\n <div className={clsx('mx-auto mt-6 flex h-6 w-fit items-center gap-2.5 rounded-full px-1.5 md:hidden', tagStyles[variant], className)}>\n <Text size=\"md\" className={clsx('text-center leading-none max-md:not-italic')}>\n {currentStep}/{totalSteps}\n </Text>\n <Text size=\"md\" className=\"leading-none\">\n {t('wizard.myPet')}\n </Text>\n </div>\n );\n};\n\n//todo update button actions or links\nexport const WizardNavbar = ({ variant = 'default', totalSteps = 8, currentStep = 1, className }: WizardNavbarProps) => {\n const { t } = useTranslation('design');\n\n return (\n <nav className={clsx('fixed top-0 right-0 left-0 z-10', variantStyles[variant], className)}>\n <div className={clsx('container mx-auto flex items-center', containerStyles[variant])}>\n <Button as=\"a\" href=\"/\" variant=\"terciary\" color={variant === 'payment' ? 'light' : 'dark'} className={clsx(variant === 'default' && 'hidden')}>\n {t('navigation.back')}\n </Button>\n <Logo variant={variant === 'payment' ? 'secondary' : 'primary'} className=\"mx-auto w-28\" />\n {variant != 'default' && <TagDesktop variant={variant} totalSteps={totalSteps} currentStep={currentStep} />}\n </div>\n {variant != 'default' && (\n <div className=\"container mx-auto px-6 pb-5 md:px-0\">\n <TagMobile variant={variant} totalSteps={totalSteps} currentStep={currentStep} />\n {variant === 'form' && <Stepper totalSteps={totalSteps} currentStep={currentStep} className=\"mx-auto mt-6 w-full md:mt-3.5 md:w-3/4\" />}\n </div>\n )}\n {variant === 'payment' && <Banner content={t('wizard.promotionBanner')} className=\"top-full\" />}\n </nav>\n );\n};\n","import clsx from 'clsx';\n\nimport { Text } from '../../../components';\n\nexport type BannerProps = {\n content: string;\n className?: string;\n};\n\nexport const Banner = ({ content, className }: BannerProps) => {\n return (\n <div data-banner className={clsx('bg-lavender-blue-light text-claret-violet-dark absolute right-0 left-0 overflow-hidden py-2.5 transition-all duration-300', className)}>\n <div className=\"max-md:animate-banner flex items-center justify-start leading-none max-lg:min-w-max max-lg:will-change-transform md:container md:mx-auto md:justify-center\">\n <Text size=\"button\" className=\"max-lg:!text-sm-mobile max-lg:px-3 max-lg:whitespace-nowrap md:text-center\">\n {content}\n </Text>\n <Text size=\"button\" className=\"!text-sm-mobile px-3 max-lg:whitespace-nowrap md:hidden\" aria-hidden=\"true\">\n {content}\n </Text>\n </div>\n </div>\n );\n};\n","import clsx from 'clsx';\n\nexport interface EmblemProps {\n variant?: 'primary' | 'secondary';\n className?: string;\n}\n\nconst variantStyles = {\n primary: 'var(--color-claret-violet-dark)',\n secondary: 'var(--color-beige-light)',\n};\n\nexport const Emblem = ({ variant = 'primary', className = '' }: EmblemProps) => {\n return (\n <svg className={clsx('h-auto', className)} viewBox=\"0 0 200 176\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <path\n d=\"M199.461 47.7402C199.323 30.8016 199.738 15.1765 198.563 4.18366C198.355 2.52437 198.424 0.381105 195.106 0.381105C190.888 0.381105 183.975 -0.241131 176.508 0.104556C168.903 0.450243 155.698 1.21075 138.621 0.657655C136.339 0.588518 125.415 0.588518 121.198 0.588518C119.608 0.588518 118.64 1.97127 118.709 3.56143C121.544 78.3681 108.2 105.608 87.1823 125.105C85.1082 127.041 81.2365 125.105 82.8267 120.542C98.3826 76.3631 89.8787 20.9841 85.4539 3.97625C85.2141 3.0286 84.6592 2.19067 83.8802 1.60015C83.1012 1.00963 82.1445 0.701645 81.1673 0.726792H69.5522C65.1966 0.726792 43.6948 0.588518 37.2651 0.588518C22.2622 0.588518 12.7213 0.726792 5.46186 1.00334C2.41982 1.07248 0.0691374 3.56143 0 6.60347C0 8.81587 1.47709e-05 11.4431 0.0691522 14.0012C0.345702 21.3297 0.622264 25.6163 0.622264 36.54V91.5042C0.622264 119.228 9.95579 134.577 17.7683 145.708C22.4697 152.414 26.4797 156.632 34.4305 161.61C52.4062 172.81 66.925 175.852 102.807 175.852C138.69 175.852 148.3 168.938 155.352 166.587C183.629 157.323 198.908 130.152 198.908 102.704C198.908 89.8449 199.462 57.0738 199.392 47.6711L199.461 47.7402Z\"\n fill={variantStyles[variant]}\n />\n </svg>\n );\n};\n","import clsx from 'clsx';\n\nexport interface LogoProps {\n variant?: 'primary' | 'secondary';\n className?: string;\n}\n\nconst variantStyles = {\n primary: 'var(--color-claret-violet-dark)',\n secondary: 'var(--color-beige-light)',\n};\n\nexport const Logo: React.FC<LogoProps> = ({ variant = 'primary', className = '' }) => {\n return (\n <svg className={clsx('h-auto', className)} viewBox=\"0 0 1024 176\" fill=\"none\">\n <path\n d=\"M610.659 139.071C610.659 128.354 609.622 113.559 609.484 100.008C609.415 93.44 609.069 75.7408 609.484 59.7701C609.622 55.4144 608.931 22.9889 609.276 8.40095C609.3 7.50521 609.137 6.61434 608.799 5.78466C608.46 4.95498 607.953 4.20453 607.31 3.58075C606.667 2.95697 605.901 2.47342 605.061 2.16067C604.222 1.84792 603.326 1.71277 602.432 1.76376C591.093 2.386 582.797 1.69462 563.853 1.69462C560.12 1.69462 526.45 2.59341 513.175 1.69462C510.755 1.55635 508.612 3.07737 507.921 5.3589C505.639 13.2406 500.523 30.5249 499.279 34.3275C497.896 38.5449 488.839 67.1678 486.35 75.1877C486.143 75.8791 485.106 75.9482 484.829 75.2568C482.962 70.9703 475.841 50.7822 473.076 41.5178C470.034 31.2854 464.019 12.7566 461.253 5.56632C460.907 4.59839 460.562 1.90203 457.451 1.90203C453.994 1.90203 440.719 2.24772 437.608 2.24772C417.351 2.24772 407.395 2.80082 398.822 2.80082C379.256 2.80082 373.034 2.17858 362.94 2.52427C359.414 2.66255 356.579 5.3589 356.233 8.88491C355.749 13.9319 355.888 20.8457 355.888 25.0631C355.819 41.3104 355.888 62.1207 356.441 77.7458C356.856 89.8448 356.717 147.16 356.925 164.652C356.925 168.039 359.69 170.805 363.078 170.874C372.481 171.081 390.387 170.39 397.785 171.22C403.869 171.911 411.474 171.427 416.659 171.22C420.047 171.081 422.744 169.837 422.744 164.859V151.792C422.744 147.021 422.536 139.278 422.398 134.577C422.19 125.935 422.674 117.016 422.744 106.3C422.744 103.534 423.089 96.0672 423.02 91.0202C423.02 87.2867 424.472 89.43 424.749 90.1214C426.892 95.5141 430.556 105.124 431.386 108.305C432.492 112.66 436.64 122.409 439.06 132.088C440.65 138.379 448.117 158.567 450.952 166.518C451.92 169.284 454.478 171.15 457.451 171.289C460.147 171.358 469.342 171.842 471.555 171.842H491.328C494.024 171.842 496.997 170.943 503.634 170.736C506.676 170.666 509.304 168.661 510.272 165.758C511.723 161.333 513.798 156.355 514.143 154.972C514.696 152.829 522.509 130.014 523.753 123.722C524.306 120.888 529.976 99.5932 534.055 89.0152C534.608 87.5633 536.751 87.909 536.889 89.43C537.097 91.7807 537.235 94.0622 537.235 95.2375C537.235 97.9339 536.889 117.569 537.581 126.349C538.203 133.609 537.097 155.802 536.889 164.306C536.877 165.207 537.053 166.102 537.405 166.932C537.757 167.762 538.278 168.509 538.935 169.127C539.592 169.745 540.37 170.219 541.22 170.52C542.07 170.821 542.973 170.941 543.872 170.874C544.979 170.805 546.085 170.736 546.984 170.736C550.786 170.736 565.72 170.321 574.154 170.736C584.041 171.22 595.103 169.837 603.884 170.321C607.617 170.528 610.728 167.555 610.659 163.822V139.209V139.071ZM164.723 120.196C164.68 119.367 164.317 118.587 163.711 118.02C163.105 117.453 162.303 117.142 161.473 117.154C156.081 117.292 144.258 117.915 140.317 117.915C134.994 117.915 120.544 117.915 114.806 117.5C110.173 117.154 90.3309 117.638 83.1406 117.845C81.7578 117.845 81.1356 116.67 80.7208 115.357C80.2368 113.836 80.5134 111.139 80.4442 109.203V105.608C80.4442 104.295 81.5504 103.327 82.7949 103.327C85.8369 103.327 91.0914 103.327 93.3729 103.257C101.324 103.119 112.109 103.603 117.917 103.603C125.107 103.603 119.922 103.257 124.001 102.981C126.351 102.843 128.218 100.769 128.011 98.4179C127.803 95.1684 127.527 89.0152 127.527 86.7336C127.527 84.9361 127.458 79.3359 127.319 76.5013C127.181 72.9062 126.421 70.0024 122.825 70.1407C122.341 70.1407 116.465 70.2098 110.242 70.2098H102.153C98.7656 70.2098 90.1235 70.5555 84.1085 70.4172C83.0387 70.3794 82.023 69.9375 81.266 69.1806C80.5091 68.4236 80.0672 67.4079 80.0294 66.3381C80.0294 64.0566 79.8911 63.8492 79.6837 62.5355C79.4763 61.0837 79.4763 58.3182 79.5454 56.244C79.5454 54.723 80.7899 53.5477 82.3109 53.5477C87.0123 53.4786 96.7606 53.2711 101.255 53.5477C107.339 53.9625 114.045 53.5477 123.448 53.5477C130.431 53.5477 150.411 53.2711 158.846 53.202C161.404 53.202 163.409 51.0587 163.34 48.5007C163.271 44.6981 163.478 39.5128 163.478 37.5769V15.1764C163.478 13.8628 163.271 12.2726 163.271 10.6825C163.271 6.32683 159.745 2.73168 155.32 2.66255C146.194 2.52427 129.532 2.386 125.522 2.80082C119.438 3.49219 84.5233 3.35392 55.2091 3.35392C45.8064 3.35392 18.9119 2.9391 6.81287 3.21564C3.49428 3.28478 0.867054 5.98114 0.936191 9.29974C0.936191 14.1394 0.936191 20.8457 0.452229 24.9248C-0.37742 31.8385 0.037405 66.4072 0.867054 86.8028C1.55843 104.433 1.07447 154.557 0.867054 167.694C0.867054 169.491 2.2498 170.874 4.04737 170.874C11.2377 170.874 28.4529 171.081 32.6703 171.081C37.9247 171.081 64.75 171.081 75.9503 170.874C86.5283 170.666 105.749 170.666 115.289 170.666C123.309 170.666 152.624 170.874 160.574 171.081C162.165 171.081 164.792 170.113 164.792 167.555V155.733C164.792 145.639 164.515 146.33 164.515 134.162C164.515 129.806 164.93 124.275 164.723 120.127V120.196ZM342.544 140.384C343.097 134.853 343.028 129.599 342.475 122.132C342.386 120.915 341.821 119.782 340.902 118.98C339.983 118.177 338.784 117.769 337.566 117.845C331.897 118.122 327.403 118.122 322.978 117.638C319.936 117.292 306.109 117.016 298.365 117.431C292.696 117.707 272.231 117.569 263.105 117.431C260.132 117.431 257.713 114.942 257.851 111.9C258.127 105.332 256.33 94.4079 257.09 81.3409C257.298 77.331 257.92 56.244 257.574 52.1649C257.229 48.8463 257.436 17.7345 257.574 6.32683C257.574 4.11443 255.777 2.31686 253.495 2.386C251.075 2.45513 238.216 2.10945 236.28 1.97117C232.201 1.69462 217.267 3.21564 210.768 2.80082C206.067 2.52427 194.659 1.97117 185.187 2.04031C181.731 2.04031 178.965 4.87494 178.896 8.26268C178.758 15.1764 178.55 26.1001 178.481 32.2534C178.343 41.6561 178.827 59.4244 179.034 73.6667C179.172 86.5262 177.79 116.186 179.034 137.411C179.311 142.113 179.172 159.397 179.034 167.417C179.034 169.629 180.832 171.427 183.113 171.358C185.879 171.289 189.405 171.22 191.202 171.358C200.674 172.118 221.415 170.597 229.574 170.597C237.732 170.597 253.91 171.289 262.483 171.358C271.056 171.427 274.029 169.975 300.232 170.459C317.793 170.805 330.86 171.358 337.705 170.943C340.747 170.736 343.097 168.178 343.097 165.135V154.834C343.097 154.834 341.991 147.92 342.682 140.523L342.544 140.384ZM1023.62 28.1051C1023.2 17.1814 1023.41 10.7516 1023.41 10.7516V6.67252C1023.55 4.73667 1022.03 3.21564 1020.09 3.21564C1012.21 2.73168 976.258 2.24772 958.489 2.66255C953.65 2.80082 944.385 2.66255 940.583 2.66255C899.723 2.9391 899.377 3.42306 886.656 2.9391C873.934 2.45513 836.047 3.28478 836.047 3.28478C834.872 3.28478 833.835 4.25271 833.835 5.49718V7.98613C833.835 9.36888 833.835 10.7516 834.042 12.0652C834.319 15.1073 834.803 21.5371 834.803 28.1743V65.5776C834.803 67.306 836.116 68.6888 837.845 68.6888C842.339 68.7579 852.847 68.8962 854.991 68.8962C859.346 68.8962 864.877 69.2419 872.621 68.827C878.912 68.4814 887.001 68.3431 890.458 68.274C891.15 68.274 891.703 68.8271 891.703 69.5184C891.564 73.8741 891.91 81.2718 891.91 88.0473V121.51C891.91 125.105 891.979 161.333 891.91 169.837C891.91 170.805 892.671 171.634 893.639 171.634C893.639 171.634 915.97 171.22 928.138 171.22C940.306 171.22 944.316 172.257 949.847 171.773C955.447 171.22 965.818 171.773 965.818 171.773C968.722 171.773 968.653 170.528 968.653 168.247C968.653 157.461 968.376 125.036 968.653 121.648C969.067 117.569 968.307 87.6324 968.03 83.5533C967.616 78.0223 967.892 71.8691 967.823 70.2098C967.823 69.5184 968.307 68.8962 969.067 68.8962C972.801 68.8271 981.581 68.6196 987.942 68.8962C995.685 69.311 998.727 68.6888 1001.7 68.6888C1005.5 68.6888 1015.32 68.274 1020.16 68.4814C1021.89 68.5505 1023.34 67.1678 1023.34 65.4393C1023.41 57.0737 1023.55 34.6732 1023.34 28.1743L1023.62 28.1051Z\"\n fill={variantStyles[variant]}\n />\n <path\n d=\"M1015.18 155.248C1015.18 152.552 1013.38 150.616 1010 150.616H1004.47V164.029H1007.78V159.535H1009.86L1012.14 164.029H1015.8L1012.9 158.913C1014.28 158.221 1015.18 156.977 1015.18 155.179V155.248ZM1010 156.769H1007.78V153.727H1010C1011.1 153.727 1011.86 154.28 1011.86 155.248C1011.86 156.424 1010.96 156.769 1010 156.769Z\"\n fill={variantStyles[variant]}\n />\n <path\n d=\"M1009.44 143.288C1001.56 143.288 995.201 149.648 995.201 157.53C995.201 165.412 1001.56 171.842 1009.44 171.842C1017.33 171.842 1023.76 165.412 1023.76 157.53C1023.76 149.648 1017.33 143.288 1009.44 143.288ZM1020.64 157.53C1020.64 163.683 1015.67 168.661 1009.44 168.661C1003.22 168.661 998.313 163.683 998.313 157.53C998.313 151.377 1003.29 146.399 1009.44 146.399C1015.6 146.399 1020.64 151.377 1020.64 157.53Z\"\n fill={variantStyles[variant]}\n />\n <path\n d=\"M822.012 47.7404C821.874 30.8017 822.289 15.1767 821.113 4.18382C820.906 2.52452 820.975 0.381258 817.657 0.381258C813.439 0.381258 806.525 -0.240979 799.059 0.104708C791.454 0.450395 778.248 1.21091 761.171 0.657808C758.89 0.58867 747.966 0.58867 743.749 0.58867C742.159 0.58867 741.191 1.97142 741.26 3.56158C744.094 78.3683 730.751 105.608 709.733 125.105C707.659 127.041 703.787 125.105 705.377 120.542C720.933 76.3633 712.429 20.9842 708.005 3.9764C707.765 3.02875 707.21 2.19082 706.431 1.6003C705.652 1.00979 704.695 0.701798 703.718 0.726945H692.103C687.747 0.726945 666.246 0.58867 659.816 0.58867C644.813 0.58867 635.272 0.726945 628.013 1.00349C624.971 1.07263 622.62 3.56158 622.551 6.60363C622.551 8.81602 622.551 11.4432 622.62 14.0013C622.896 21.3299 623.173 25.6164 623.173 36.5401V91.5044C623.173 119.228 632.507 134.577 640.319 145.708C645.02 152.414 649.03 156.632 656.981 161.61C674.957 172.81 689.476 175.852 725.358 175.852C761.24 175.852 770.851 168.938 777.903 166.588C806.18 157.323 821.459 130.152 821.459 102.705C821.459 89.8451 822.012 57.0739 821.943 47.6713L822.012 47.7404Z\"\n fill={variantStyles[variant]}\n />\n </svg>\n );\n};\n","'use client';\n\nimport React from 'react';\n\nimport clsx from 'clsx';\n\nexport interface ResponsiveImageProps {\n alt: string;\n className?: string;\n mobile: string;\n desktop: string;\n mobile2x?: string;\n desktop2x?: string;\n type?: 'image/webp' | 'image/jpeg' | 'image/png' | 'image/svg+xml';\n loading?: 'lazy' | 'eager';\n decoding?: 'async' | 'auto' | 'sync';\n fadeOnLoad?: boolean;\n}\n\nexport const ResponsiveImage = React.forwardRef<HTMLImageElement, ResponsiveImageProps>(({ mobile, desktop, mobile2x, desktop2x, type = 'image/webp', loading = 'lazy', decoding = 'async', alt, className, fadeOnLoad = true }, ref) => {\n const setRefs = (el: HTMLImageElement | null) => {\n if (el && el.complete && fadeOnLoad) el.classList.add('opacity-100');\n\n if (typeof ref === 'function') ref(el);\n else if (ref && typeof ref !== 'function') (ref as React.RefObject<HTMLImageElement | null>).current = el;\n };\n\n return (\n <picture>\n <source srcSet={mobile2x ? `${mobile} 1x, ${mobile2x} 2x` : mobile} media=\"(max-width: 767px)\" type={type} />\n <source srcSet={desktop2x ? `${desktop} 1x, ${desktop2x} 2x` : desktop} media=\"(min-width: 768px)\" type={type} />\n <img\n ref={setRefs}\n src={mobile}\n alt={alt}\n className={clsx('h-auto w-full transition-opacity duration-300', className, fadeOnLoad ? 'opacity-0' : '')}\n loading={loading}\n decoding={decoding}\n onLoad={(e) => {\n if (fadeOnLoad) {\n e.currentTarget.classList.remove('opacity-0');\n e.currentTarget.classList.add('opacity-100');\n }\n }}\n onError={(e) => {\n if (fadeOnLoad) {\n e.currentTarget.classList.remove('opacity-0');\n e.currentTarget.classList.add('opacity-100');\n }\n }}\n />\n </picture>\n );\n});\n\nResponsiveImage.displayName = 'ResponsiveImage';\n","'use client';\n\nimport clsx from 'clsx';\nimport { Trans } from 'react-i18next';\n\nexport interface TextProps extends React.HTMLAttributes<HTMLParagraphElement | HTMLSpanElement> {\n size?: 'button' | 'legend' | 'sm' | 'md' | 'lg' | 'xl';\n variant?: 'p' | 'span';\n children: React.ReactNode;\n className?: string;\n}\n\nconst sizeStyles = {\n xl: 'text-xl-mobile md:text-xl font-semibold leading-[1.5]',\n lg: 'text-lg-mobile md:text-lg max-md:font-semibold leading-[1.5]',\n md: 'max-md:italic text-md-mobile md:text-md leading-[1.5]',\n sm: 'max-md:uppercase text-sm-mobile md:text-sm leading-[1.5]',\n legend: 'text-legend italic leading-[1.5]',\n button: 'text-button-mobile md:text-button font-semibold leading-[1.5]',\n};\n\nexport const Text = ({ variant = 'p', size = 'md', children, className = '', ...props }: TextProps) => {\n const isString = typeof children === 'string';\n if (variant === 'p') {\n return (\n <p className={clsx(sizeStyles[size], className)} {...props}>\n {isString ? (\n <Trans\n i18nKey={children}\n components={{\n br: <br />,\n b: <b />,\n i: <i />,\n }}\n />\n ) : (\n children\n )}\n </p>\n );\n }\n if (variant === 'span') {\n return (\n <span className={clsx(sizeStyles[size], className)} {...props}>\n {isString ? (\n <Trans\n i18nKey={children}\n components={{\n br: <br />,\n b: <b />,\n i: <i />,\n }}\n />\n ) : (\n children\n )}\n </span>\n );\n }\n};\n","'use client';\n\nimport React, { forwardRef } from 'react';\n\nimport clsx from 'clsx';\nimport { Trans } from 'react-i18next';\n\ntype TitleProps = {\n variant?: 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6' | 'p' | 'span';\n size?: 'display-md' | 'display-lg' | 'display-xl' | 'heading-md' | 'heading-lg' | 'heading-xl';\n italic?: boolean;\n children: React.ReactNode;\n className?: string;\n};\n\nconst sizeStyles = {\n 'display-xl': 'font-pangaia text-display-xl-mobile md:text-display-lg xl:text-display-xl font-medium md:font-light leading-none md:leading-[0.9]',\n 'display-lg': 'font-pangaia text-display-lg-mobile md:text-display-md xl:text-display-lg font-medium leading-none',\n 'display-md': 'font-pangaia text-display-md-mobile md:text-heading-lg xl:text-display-md font-medium max-md:italic leading-none',\n 'heading-xl': 'font-pangaia text-heading-xl-mobile md:text-heading-lg xl:text-heading-xl font-medium leading-none',\n 'heading-lg': 'max-md:leading-[1.2] max-md:italic font-pangaia text-heading-lg-mobile md:text-heading-md xl:text-heading-lg font-semibold leading-[1.2] md:font-medium md:leading-none',\n 'heading-md': 'md:font-pangaia text-heading-md-mobile md:text-heading-md font-regular xl:font-medium leading-[1.5] md:leading-none',\n};\n\nexport const Title = forwardRef<HTMLElement, TitleProps>(({ variant = 'h1', size = 'display-lg', italic = false, children, className = '' }: TitleProps, ref) => {\n const isString = typeof children === 'string';\n const classes = clsx(\n sizeStyles[size],\n {\n italic: italic && size === 'heading-xl',\n 'max-md:font-mori max-md:normal font-medium italic max-md:leading-[1.5]': italic && size === 'heading-lg',\n 'max-md:font-semibold md:leading-[1.2] md:italic': italic && (size === 'display-md' || size === 'heading-md'),\n },\n className,\n );\n\n const content = isString ? (\n <Trans\n i18nKey={children}\n components={{\n br: <br />,\n b: <b />,\n i: <i />,\n highlight: <span className=\"text-lavender-blue-light italic\" />,\n }}\n />\n ) : (\n children\n );\n\n return React.createElement(variant, { ref, className: classes }, content);\n});\nTitle.displayName = 'Title';\n\nexport const H1 = forwardRef<HTMLHeadingElement, Omit<TitleProps, 'variant'>>((props, ref) => <Title variant=\"h1\" ref={ref} {...props} />);\nH1.displayName = 'H1';\n\nexport const H2 = forwardRef<HTMLHeadingElement, Omit<TitleProps, 'variant'>>((props, ref) => <Title variant=\"h2\" ref={ref} {...props} />);\nH2.displayName = 'H2';\n\nexport const H3 = forwardRef<HTMLHeadingElement, Omit<TitleProps, 'variant'>>((props, ref) => <Title variant=\"h3\" ref={ref} {...props} />);\nH3.displayName = 'H3';\n\nexport const H4 = forwardRef<HTMLHeadingElement, Omit<TitleProps, 'variant'>>((props, ref) => <Title variant=\"h4\" ref={ref} {...props} />);\nH4.displayName = 'H4';\n\nexport const H5 = forwardRef<HTMLHeadingElement, Omit<TitleProps, 'variant'>>((props, ref) => <Title variant=\"h5\" ref={ref} {...props} />);\nH5.displayName = 'H5';\n\nexport const H6 = forwardRef<HTMLHeadingElement, Omit<TitleProps, 'variant'>>((props, ref) => <Title variant=\"h6\" ref={ref} {...props} />);\nH6.displayName = 'H6';\n\nexport const SpanTitle = forwardRef<HTMLSpanElement, Omit<TitleProps, 'variant'>>((props, ref) => <Title variant=\"span\" ref={ref} {...props} />);\nSpanTitle.displayName = 'SpanTitle';\n\nexport const ParagraphTitle = forwardRef<HTMLParagraphElement, Omit<TitleProps, 'variant'>>((props, ref) => <Title variant=\"p\" ref={ref} {...props} />);\nParagraphTitle.displayName = 'ParagraphTitle';\n","'use client';\n\nimport { useCallback, useRef, useState } from 'react';\n\nimport clsx from 'clsx';\n\nimport { MuteIcon, PauseIcon, PlayIcon, ResponsiveImage, UnmuteIcon } from '../../../components';\nimport { useIntersectionObserver } from '../../../helpers';\n\ninterface VideoPlayerProps {\n videoId: string;\n alt: string;\n className?: string;\n placeholderImageMobile: string;\n placeholderImageDesktop: string;\n placeholderImageMobile2x: string;\n placeholderImageDesktop2x: string;\n hasSound?: boolean;\n}\n\nexport const VideoPlayer = ({ videoId, alt, className, placeholderImageMobile, hasSound = true, placeholderImageDesktop, placeholderImageMobile2x, placeholderImageDesktop2x }: VideoPlayerProps) => {\n const iframeRef = useRef<HTMLIFrameElement | null>(null);\n const [isMuted, setIsMuted] = useState(true);\n const [isPlaying, setIsPlaying] = useState(false);\n const [isInviewport, setIsInviewport] = useState(false);\n\n const post = useCallback(\n (method: string, value?: number) => {\n iframeRef.current?.contentWindow?.postMessage(JSON.stringify({ method, value }), '*');\n },\n [iframeRef],\n );\n\n const onAppear = useCallback(() => {\n post('play');\n setIsInviewport(true);\n setIsPlaying(true);\n }, [post]);\n\n const onDisappear = useCallback(() => {\n post('pause');\n setIsPlaying(false);\n setIsInviewport(false);\n }, [post]);\n\n useIntersectionObserver({ ref: iframeRef as React.RefObject<HTMLIFrameElement>, onAppear, onDisappear });\n const toggleMute = useCallback(() => {\n if (isMuted) {\n post('setVolume', 1);\n } else {\n post('setVolume', 0);\n }\n setIsMuted(!isMuted);\n }, [post, isMuted]);\n\n const togglePlay = useCallback(() => {\n post(isPlaying ? 'pause' : 'play');\n setIsPlaying(!isPlaying);\n }, [post, isPlaying]);\n\n const iconClass = 'text-beige-light z-10 w-10 opacity-0 transition-opacity duration-300 ease-in-out group-hover:opacity-100';\n\n return (\n <div className={clsx('border-claret-violet-dark rounded-input md:rounded-card relative z-0 col-span-full mb-7.5 flex aspect-video cursor-pointer items-center justify-center overflow-hidden border md:mb-15 xl:col-span-10 xl:col-start-2', className)}>\n <ResponsiveImage\n mobile={placeholderImageMobile}\n desktop={placeholderImageDesktop}\n mobile2x={placeholderImageMobile2x}\n desktop2x={placeholderImageDesktop2x}\n alt={alt}\n fadeOnLoad={false}\n className={clsx('pointer-events-none absolute inset-0 z-20 transition-opacity duration-600 ease-in-out', isInviewport ? 'opacity-0' : 'opacity-100')}\n />\n <iframe\n ref={iframeRef}\n src={`https://player.vimeo.com/video/${videoId}?h=b729df6122&badge=0&autoplay=1&muted=1&loop=1&background=1&title=0&byline=0&player_id=0&app_id=58479`}\n className=\"absolute top-0 left-0 h-full w-full\"\n frameBorder=\"0\"\n allow=\"autoplay; fullscreen; picture-in-picture; encrypted-media\"\n allowFullScreen\n title=\"Vimeo player\"\n referrerPolicy=\"strict-origin-when-cross-origin\"\n />\n <div onClick={togglePlay} onKeyDown={(e) => e.key === 'Enter' && togglePlay()} tabIndex={0} className=\"group absolute inset-0 z-10 flex items-center justify-center\">\n {isPlaying ? <PauseIcon className={iconClass} /> : <PlayIcon className={iconClass} />}\n </div>\n\n {hasSound && (\n <button className=\"bg-beige-light text-claret-violet-dark hover:bg-beige-light/80 absolute right-4 bottom-4 z-10 cursor-pointer rounded-full p-1 transition-colors duration-300 md:p-2\" onClick={toggleMute}>\n {isMuted ? <MuteIcon className=\"w-4 md:w-6\" /> : <UnmuteIcon className=\"w-4 md:w-6\" />}\n </button>\n )}\n </div>\n );\n};\n","import { memo } from 'react';\n\nimport clsx from 'clsx';\n\ntype CommonProps = {\n variant?: 'primary' | 'secondary' | 'terciary';\n color?: 'light' | 'dark';\n size?: 'sm' | 'md';\n children: React.ReactNode;\n disabled?: boolean;\n className?: string;\n active?: boolean;\n};\n\ntype ButtonAsButtonProps = CommonProps &\n React.ButtonHTMLAttributes<HTMLButtonElement> & {\n as?: 'button';\n };\n\ntype ButtonAsLinkProps = CommonProps &\n React.AnchorHTMLAttributes<HTMLAnchorElement> & {\n as: 'a';\n href: string;\n };\n\ntype ButtonProps = ButtonAsButtonProps | ButtonAsLinkProps;\n\nconst ButtonComponent = ({ as = 'button', variant = 'primary', color = 'light', active = false, children, disabled = false, className = '', size = 'md', ...props }: ButtonProps) => {\n const containedVariants = variant === 'primary' || variant === 'secondary';\n\n // prettier-ignore\n const classes = clsx(\n 'text-button-mobile md:text-button font-semibold cursor-pointer transition-all duration-300 disabled:cursor-not-allowed disabled:opacity-30 w-fit',\n { \n 'inline-flex min-w-18 md:min-w-26.5 px-6 md:px-8 flex items-center justify-center rounded-full border': containedVariants,\n 'relative leading-none flex items-center p-2.5 pe-7.5 hover:pe-2.5 hover:ps-7.5': variant === 'terciary',\n 'before:content-[\"\"] before:inline-flex before:absolute before:left-2.5 before:w-2.75 before:h-2.75 before:rounded-full before:opacity-0 before:transition-opacity hover:before:opacity-100 before:duration-200': variant === 'terciary',\n 'before:opacity-100 ps-7.5 pe-2.5': variant === 'terciary' && active, \n 'bg-claret-violet-dark hover:bg-claret-violet-light text-beige-light border-claret-violet-dark hover:border-claret-violet-light': variant === 'primary' && color === 'dark',\n 'bg-beige-light text-claret-violet-dark hover:bg-beige-dark border-beige-light hover:border-beige-dark': variant === 'primary' && color === 'light',\n 'bg-beige-light text-claret-violet-dark hover:bg-beige-dark border-claret-violet-dark': variant === 'secondary' && color === 'dark',\n 'bg-claret-violet-dark text-beige-light hover:bg-claret-violet-light border-beige-light': variant === 'secondary' && color === 'light',\n \"h-8.5 md:h-10\": size === 'sm' && containedVariants,\n \"h-10.5 md:h-13\": size === 'md' && containedVariants,\n 'text-claret-violet-dark before:bg-claret-violet-dark': variant === 'terciary' && color === 'dark',\n 'text-beige-light before:bg-beige-light': variant === 'terciary' && color === 'light',\n 'pointer-events-none': disabled,\n\n },\n className,\n );\n\n if (as === 'a') {\n const { href, ...rest } = props as ButtonAsLinkProps;\n return (\n <a href={disabled ? undefined : href} {...rest} className={classes} aria-current={active} aria-disabled={disabled || undefined} tabIndex={disabled ? -1 : 0}>\n {children}\n </a>\n );\n }\n return (\n <button tabIndex={0} className={classes} {...(props as ButtonAsButtonProps)} disabled={disabled}>\n {children}\n </button>\n );\n};\n\nexport const Button = memo(ButtonComponent);\n","import clsx from 'clsx';\n\nexport type CardButtonProps = React.ButtonHTMLAttributes<HTMLButtonElement> & {\n label: string;\n description: string;\n className?: string;\n};\n\nexport const CardButton = ({ label, description, disabled, className = '', ...props }: CardButtonProps) => {\n // prettier-ignore\n const buttonClasses = clsx(\n \"relative flex flex-col w-32 md:w-51.25 aspect-32/25 md:aspect-41/30 px-2.5 py-4 md:px-5 md:py-6 items-center overflow-hidden rounded-input md:rounded-card bg-beige-dark text-claret-violet-dark transition-all duration-300 focus:outline-none cursor-pointer disabled:cursor-not-allowed disabled:pointer-events-none disabled:opacity-50\", \n \"after:absolute after:content-[''] after:border after:rounded-input md:after:rounded-card after:border-beige-ultra-dark after:inset-0 after:z-0 hover:after:border-claret-violet-dark after:transition-colors after:duration-300 focus-visible:after:border-claret-violet-dark\",\n className,\n );\n\n return (\n <button className={buttonClasses} disabled={disabled} {...props} tabIndex={disabled ? -1 : 0}>\n <span className=\"flex flex-col gap-2.5\">\n <span className=\"text-sm-mobile w-full font-semibold md:text-xl\">{label}</span>\n <span className=\"text-sm-mobile md:text-md w-full\">{description}</span>\n </span>\n </button>\n );\n};\n","import { memo } from 'react';\n\nimport clsx from 'clsx';\n\nimport { CrossRoundedIcon } from '../../../components';\n\nexport interface ClearButtonProps extends React.ButtonHTMLAttributes<HTMLButtonElement> {\n className?: string;\n onClick: (e: React.MouseEvent<HTMLButtonElement>) => void;\n}\n\nconst ClearButtonComponent = ({ className, onClick, ...props }: ClearButtonProps) => (\n <button tabIndex={0} {...props} onClick={onClick} className={clsx('text-claret-violet-dark outline-beige-light hover:text-claret-violet-light disabled:pointer-none: h-5 w-5 cursor-pointer rounded-full transition-colors duration-300', className)}>\n <CrossRoundedIcon className=\"h-full w-full\" />\n </button>\n);\n\nexport const ClearButton = memo(ClearButtonComponent);\n","import clsx from 'clsx';\n\nimport { MinusIcon, PlusIcon } from '../../../components';\n\nexport interface FAQButtonProps extends React.ButtonHTMLAttributes<HTMLButtonElement> {\n variant: 'plus' | 'minus';\n disabled?: boolean;\n className?: string;\n}\n\nexport const FAQButton = ({ variant, disabled = false, className, ...props }: FAQButtonProps) => {\n return (\n <button\n tabIndex={0}\n type=\"button\"\n disabled={disabled}\n className={clsx(\n 'border-claret-violet-dark text-claret-violet-dark text-md hover:text-beige-light hover:bg-claret-violet-dark focus-visible:bg-claret-violet-dark focus-visible:text-beige-light flex h-6.5 w-6.5 cursor-pointer items-center justify-center rounded-full border bg-transparent transition-all duration-300 focus:outline-none disabled:pointer-events-none disabled:opacity-50',\n className,\n )}\n {...props}\n >\n {variant === 'plus' && <PlusIcon className=\"w-4\" />}\n {variant === 'minus' && <MinusIcon className=\"w-4\" />}\n </button>\n );\n};\n","import clsx from 'clsx';\n\nexport type IllustratedCardButtonProps = React.ButtonHTMLAttributes<HTMLButtonElement> & {\n label: string;\n illustration: string;\n description: string;\n layout?: 'vertical' | 'horizontal';\n className?: string;\n};\n\nconst layoutStyles = {\n vertical: 'max-md:w-38 px-2.5 py-4 max-md:flex-col items-center',\n horizontal: 'p-3 gap-4',\n};\n\nconst textLayoutStyles = {\n vertical: '',\n horizontal: 'max-md:gap-2 max-md:text-start',\n};\n\nconst illustrationLayoutStyles = {\n vertical: 'mb-2 w-18',\n horizontal: 'w-15',\n};\n\nexport const IllustratedCardButton = ({ label, layout = 'vertical', description, illustration, disabled, className = '', ...props }: IllustratedCardButtonProps) => {\n // prettier-ignore\n const buttonClasses = clsx(\n \"relative md:px-5 md:py-6 flex md:flex-col items-center overflow-hidden rounded-input bg-beige-dark text-claret-violet-dark transition-all duration-300 focus:outline-none cursor-pointer disabled:cursor-not-allowed disabled:pointer-events-none disabled:opacity-50\", \n \"after:absolute after:content-[''] after:border after:rounded-input after:border-beige-ultra-dark after:inset-0 after:z-0 hover:after:border-claret-violet-dark after:transition-colors after:duration-300 focus-visible:after:border-claret-violet-dark\",\n \"md:rounded-card md:after:rounded-card gap-3 md:p-6 justify-center md:aspect-5/6 md:w-70.5\",\n layoutStyles[layout],\n className,\n );\n\n return (\n <button className={buttonClasses} disabled={disabled} {...props} tabIndex={disabled ? -1 : 0}>\n <img src={illustration} alt={label} className={clsx('md:mb-6 md:w-25', illustrationLayoutStyles[layout])} loading=\"lazy\" decoding=\"async\" />\n <span className={clsx('flex flex-col gap-2.5', textLayoutStyles[layout])}>\n <span className=\"text-sm-mobile w-full font-semibold md:text-xl\">{label}</span>\n <span className=\"text-sm-mobile md:text-md w-full\">{description}</span>\n </span>\n </button>\n );\n};\n","import clsx from 'clsx';\n\nexport type SimpleIllustratedCardButtonProps = React.ButtonHTMLAttributes<HTMLButtonElement> & {\n label: string;\n illustration: string;\n layout?: 'vertical' | 'horizontal';\n className?: string;\n illustrationClassName?: string;\n};\n\nconst layoutStyles = {\n vertical: 'px-2.5 py-4 max-md:flex-col w-32 aspect-4/5',\n horizontal: 'max-md:pt-1 max-md:ps-1 max-md:h-14 max-md:flex-row-reverse max-md:justify-end max-md:gap-9.5',\n};\n\nconst illustrationLayoutStyles = {\n vertical: 'absolute right-0 bottom-0 left-0 z-1 max-h-34 w-full',\n horizontal: 'max-md:h-full max-md:w-19 md:w-full',\n};\n\nexport const SimpleIllustratedCardButton = ({ label, layout = 'vertical', illustration, disabled, className = '', illustrationClassName = '', ...props }: SimpleIllustratedCardButtonProps) => {\n // prettier-ignore\n const buttonClasses = clsx(\n \"relative md:px-5 md:py-6 flex md:flex-col items-center overflow-hidden rounded-input bg-beige-dark text-claret-violet-dark transition-all duration-300 focus:outline-none cursor-pointer disabled:cursor-not-allowed disabled:pointer-events-none disabled:opacity-50\", \n \"after:absolute after:content-[''] after:border after:rounded-input after:border-beige-ultra-dark after:inset-0 after:z-0 hover:after:border-claret-violet-dark after:transition-colors after:duration-300 focus-visible:after:border-claret-violet-dark\",\n \"md:rounded-illustrated-card-button md:after:rounded-illustrated-card-button md:w-51.25 md:aspect-4/5\",\n layoutStyles[layout],\n className,\n );\n\n return (\n <button className={buttonClasses} disabled={disabled} {...props} tabIndex={disabled ? -1 : 0}>\n <span className=\"flex flex-col gap-2.5\">\n <span className=\"text-sm-mobile w-full font-semibold md:text-xl\">{label}</span>\n </span>\n <div className={clsx('md:absolute md:right-0 md:bottom-0 md:left-0 md:z-1 md:h-34 md:w-full', illustrationLayoutStyles[layout])}>\n <img src={illustration} alt={label} className={clsx('w-full origin-top object-contain md:absolute md:top-0 md:right-0 md:left-0 md:z-1 md:scale-120', illustrationLayoutStyles[layout], illustrationClassName)} loading=\"lazy\" decoding=\"async\" />\n </div>\n </button>\n );\n};\n","import clsx from 'clsx';\n\nimport { FacebookIcon, InstagramIcon, LinkedinIcon, TiktokIcon } from '../../../components';\n\nexport type SocialButtonProps = {\n variant: 'Facebook' | 'Instagram' | 'LinkedIn' | 'Tiktok';\n labelVisible?: boolean;\n className?: string;\n};\n\nconst variantUrls = {\n Facebook: 'https://www.facebook.com/myelmut/',\n Instagram: 'https://instagram.com/myelmut',\n LinkedIn: 'https://www.linkedin.com/company/elmut/',\n Tiktok: 'https://www.tiktok.com/@myelmut',\n};\n\nexport const SocialButton = ({ variant, labelVisible = false, className }: SocialButtonProps) => (\n <a tabIndex={0} href={variantUrls[variant]} target=\"_blank\" rel=\"noopener noreferrer\" className={clsx('group flex items-center gap-2', className)}>\n <span className=\"bg-claret-violet-dark text-beige-light group-hover:bg-claret-violet-light flex h-6 w-6 cursor-pointer items-center justify-center rounded-md transition-colors duration-300\">\n {variant === 'Facebook' && <FacebookIcon className=\"h-3\" />}\n {variant === 'Instagram' && <InstagramIcon className=\"h-3\" />}\n {variant === 'LinkedIn' && <LinkedinIcon className=\"h-3\" />}\n {variant === 'Tiktok' && <TiktokIcon className=\"h-3\" />}\n </span>\n {labelVisible && <span className=\"text-claret-violet-dark text-button-mobile md:text-button font-semibold max-md:hidden\">{variant}</span>}\n </a>\n);\n","import clsx from 'clsx';\n\nimport { Text } from '../../../components';\n\ninterface ToggleData {\n label: string;\n labelMobile?: string;\n value: string;\n image?: string;\n}\n\ninterface ToggleProps {\n data: ToggleData[];\n onChange: (value: string) => void;\n value: string;\n disabled?: boolean;\n className?: string;\n 'aria-label'?: string;\n}\n\nexport const Toggle = ({ data = [], onChange, value = '', disabled = false, className = '', 'aria-label': ariaLabel = 'Toggle selection' }: ToggleProps) => {\n // Validation\n if (data.length !== 2) {\n console.warn('Toggle component expects exactly 2 items in data array');\n return null;\n }\n\n const handleClick = (selectedValue: string) => {\n if (disabled || selectedValue === value) return;\n onChange(selectedValue);\n };\n\n const containerClasses = clsx('bg-beige-dark relative z-0 flex h-11.25 items-center rounded-full md:h-20', disabled && 'pointer-events-none cursor-not-allowed opacity-30', className);\n const activeIndicatorClasses = clsx('bg-claret-violet-dark absolute top-0 -z-1 h-11.25 w-1/2 rounded-full transition-transform duration-600 ease-in-out will-change-transform md:h-20', value === data[0]?.value ? 'translate-x-0' : 'translate-x-full');\n const labelClasses = 'min-w-fit font-semibold';\n\n return (\n <div className={containerClasses} aria-label={ariaLabel}>\n <div className={activeIndicatorClasses} aria-hidden=\"true\" />\n {data.map((item, index) => (\n <button\n tabIndex={0}\n key={item.value}\n type=\"button\"\n disabled={disabled}\n className={clsx(\n 'focus-visible:outline-claret-violet-dark relative z-1 flex h-full flex-1 cursor-pointer items-center gap-3 rounded-full p-1 transition-colors duration-600 ease-in-out focus-visible:outline-2 md:gap-6 md:py-1.5',\n index === 0 ? 'pe-6 md:pe-11' : 'flex-row-reverse ps-6 md:ps-11',\n value === item.value && 'text-beige-dark',\n )}\n onClick={() => handleClick(item.value)}\n >\n <span className=\"bg-lavender-blue-dark block h-9 w-9 shrink-0 overflow-hidden rounded-full md:h-17 md:w-17\">{item.image && <img src={item.image} alt={item.label} className=\"h-full w-full object-cover\" loading=\"lazy\" decoding=\"async\" />}</span>\n <Text size=\"button\" variant=\"span\" className={clsx(labelClasses, item.labelMobile && 'hidden md:block')}>\n {item.label}\n </Text>\n <Text size=\"button\" variant=\"span\" className={clsx(labelClasses, item.labelMobile && 'block md:hidden')}>\n {item.labelMobile}\n </Text>\n </button>\n ))}\n </div>\n );\n};\n","import { Button, ErrorMessage, Label } from '../../../components';\n\nexport interface ButtonSelectProps {\n label?: string;\n options: { label: string; value: string }[];\n value: string;\n required?: boolean;\n onChange: (value: string) => void;\n hasError?: boolean;\n error?: string;\n id: string;\n className?: string;\n}\n\nexport const ButtonSelect = ({ label = '', id, options, value, onChange, required, hasError = false, error = '', className = '' }: ButtonSelectProps) => {\n const handleChange = (e: React.MouseEvent<HTMLButtonElement>, value: string) => {\n e.preventDefault();\n onChange(value);\n };\n\n return (\n <div className={className}>\n {label.length > 0 && <Label label={label} required={required} className=\"mb-6\" id={id} />}\n <div className=\"flex flex-wrap justify-center gap-4 md:gap-3 lg:justify-start\">\n {options.map((option) => (\n <Button type=\"button\" variant={value === option.value ? 'primary' : 'secondary'} size=\"sm\" color=\"dark\" key={option.value} onClick={(e) => handleChange(e, option.value)}>\n {option.label}\n </Button>\n ))}\n </div>\n <ErrorMessage id={`${id}-error`} hasError={hasError} message={error} />\n </div>\n );\n};\n","'use client';\n\nimport { useCallback } from 'react';\n\nimport clsx from 'clsx';\n\nimport { CheckIcon } from '../../../components';\nimport { onKeyDown } from '../../../helpers';\n\nexport interface CheckboxProps {\n children?: React.ReactNode;\n checked: boolean;\n name: string;\n onChange: (value: boolean) => void;\n className?: string;\n}\n\nexport const Checkbox = ({ children, checked, name, onChange, className }: CheckboxProps) => {\n const handleKeyDown = useCallback(\n (e: React.KeyboardEvent<HTMLLabelElement>) => {\n onKeyDown(e, () => onChange(!checked));\n },\n [onChange, checked],\n );\n\n return (\n <label tabIndex={0} htmlFor={name} className={clsx('outline-claret-violet-dark flex cursor-pointer items-center gap-2.5 px-2 py-4', className)} onKeyDown={handleKeyDown}>\n <input type=\"checkbox\" className=\"peer hidden\" id={name} checked={checked} onChange={() => onChange(!checked)} />\n <span tabIndex={-1} className=\"peer-checked:bg-claret-violet-dark border-claret-violet-dark relative flex h-4 w-4 shrink-0 items-center justify-center overflow-hidden rounded-xs border text-white transition-colors duration-300 *:opacity-0 peer-checked:*:opacity-100\">\n <CheckIcon className=\"w-2 transition-opacity duration-300\" />\n </span>\n {children}\n </label>\n );\n};\n","'use client';\n\nimport { useCallback, useEffect, useMemo, useRef, useState } from 'react';\n\nimport clsx from 'clsx';\n\nimport { ArrowIcon, DropdownMenu, ErrorMessage, Label } from '../../../components';\nimport { useClickOutside } from '../../../helpers';\n\ninterface DropdownOption {\n value: string;\n label: string;\n}\n\nexport interface DropdownProps {\n label?: string;\n placeholder: string;\n id: string;\n name: string;\n options: DropdownOption[];\n className?: string;\n disabled?: boolean;\n onChange: (value: string) => void;\n value: string;\n required?: boolean;\n hasError?: boolean;\n error?: string;\n searchable?: boolean;\n}\n\nexport const Dropdown = ({ label = '', id, options, placeholder, name, className, error = '', hasError = false, disabled = false, onChange = () => {}, value, required, searchable = false }: DropdownProps) => {\n const [isOpen, setIsOpen] = useState(false);\n const [searchValue, setSearchValue] = useState('');\n const ref = useRef<HTMLDivElement>(null);\n const selectedLabel = useMemo(() => options.find((option) => option.value === value)?.label, [options, value]);\n\n const handleBlur = useCallback(() => {\n setIsOpen(false);\n if ((!value || searchValue !== selectedLabel) && searchable) {\n setSearchValue('');\n onChange('');\n }\n }, [value, onChange, selectedLabel, searchValue]);\n\n useClickOutside(ref as React.RefObject<HTMLDivElement>, handleBlur);\n\n const filteredOptions = useMemo(() => (searchable ? options.filter((option) => option.label.toLowerCase().includes(searchValue.toLowerCase())) : options), [options, searchValue, searchable]);\n\n const handleChange = useCallback(\n (selection: string) => {\n onChange(selection);\n setSearchValue(options.find((option) => option.value === selection)?.label || '');\n setIsOpen(false);\n },\n [onChange, selectedLabel],\n );\n\n useEffect(() => {\n if (!value && searchable) {\n setSearchValue('');\n }\n }, [value, searchable]);\n\n // prettier-ignore\n const containerClasses = clsx(\n 'w-full', \n className,\n );\n const dropdownClasses = clsx(\n 'will-change-height hover:border-claret-violet-dark/40 bg-beige-light rounded-input text-md border-claret-violet-dark absolute relative inset-0 flex h-11 max-h-11 flex-col items-center overflow-hidden border transition-all duration-300',\n isOpen && 'z-30 h-auto max-h-38 items-start bg-white',\n disabled && 'border-claret-violet-dark/40',\n );\n\n return (\n <div className={containerClasses}>\n {label.length > 0 && <Label label={label} id={id} required={required} />}\n <div className=\"relative h-11 w-full\" ref={ref}>\n <input type=\"hidden\" name={name} id={id} value={value} />\n <div className={dropdownClasses}>\n {searchable ? (\n <input type=\"text\" name=\"search\" disabled={disabled} onFocus={() => setIsOpen(true)} value={searchValue} placeholder={placeholder} onChange={(e) => setSearchValue(e.target.value)} className=\"w-full px-3 py-2.5 focus:outline-none\" />\n ) : (\n !isOpen && (\n <button\n type=\"button\"\n tabIndex={disabled ? -1 : 0}\n aria-expanded={isOpen}\n aria-haspopup=\"listbox\"\n aria-labelledby={id}\n disabled={disabled}\n onClick={() => setIsOpen(!isOpen)}\n className={clsx('text-md focus-visible:ring-claret-violet-dark w-full cursor-pointer px-3 py-2.5 text-left focus-visible:ring-2 focus-visible:outline-none focus-visible:ring-inset disabled:cursor-not-allowed')}\n >\n <span className={clsx(value && 'hidden', 'opacity-40')}>{disabled ? '-' : placeholder}</span>\n <span className={clsx(value && 'block')}>{selectedLabel}</span>\n </button>\n )\n )}\n <DropdownMenu name={name} options={filteredOptions} value={value} onChange={handleChange} disabled={disabled} isOpen={isOpen} className={clsx('border-0 pe-9.5', isOpen && 'h-full', searchable && 'pt-0')} />\n\n <ArrowIcon className={clsx('absolute top-4.5 right-3 z-20 w-3 transition-transform duration-300', isOpen && 'rotate-180', disabled && 'opacity-40')} />\n </div>\n </div>\n <ErrorMessage id={`${id}-error`} hasError={hasError} message={error} />\n </div>\n );\n};\n","'use client';\n\nimport { useCallback } from 'react';\n\nimport clsx from 'clsx';\nimport { useTranslation } from 'react-i18next';\n\nimport { Checkbox } from '../../../components';\nimport { onKeyDown, useArrowNavigation } from '../../../helpers';\n\ntype CommonProps = {\n isOpen: boolean;\n options: { label: string; value: string }[];\n name: string;\n value?: string;\n values?: string[];\n disabled?: boolean;\n className?: string;\n};\n\ntype SingleDropdownMenuProps = CommonProps & {\n multiple?: false;\n onChange: (value: string) => void;\n onChangeMultiple?: (values: string[]) => void;\n};\n\ntype MultipleDropdownMenuProps = CommonProps & {\n multiple: true;\n onChange?: (value: string) => void;\n onChangeMultiple: (values: string[]) => void;\n};\n\ntype DropdownMenuProps = SingleDropdownMenuProps | MultipleDropdownMenuProps;\n\nexport const DropdownMenu = ({ name, options, value = '', values = [], disabled = false, className = '', onChange = () => {}, onChangeMultiple = () => {}, isOpen, multiple = false }: DropdownMenuProps) => {\n const menuRef = useArrowNavigation<HTMLUListElement>(multiple ? 'label' : '[role=\"option\"]');\n const { t } = useTranslation('design');\n const handleOptionClick = useCallback(\n (selection: string) => {\n onChange(selection);\n },\n [onChange],\n );\n\n const handleOptionClickMultiple = useCallback(\n (selection: string) => {\n if (values.includes(selection)) {\n onChangeMultiple(values.filter((value) => value !== selection));\n } else {\n onChangeMultiple([...values, selection]);\n }\n },\n [onChangeMultiple, values],\n );\n\n const handleKeyDown = useCallback(\n (e: React.KeyboardEvent<HTMLLIElement>, selection: string) => {\n onKeyDown(e, () => handleOptionClick(selection));\n },\n [handleOptionClick],\n );\n\n const activeDescendantId = value ? `${name}-option-${value}` : undefined;\n\n // prettier-ignore\n const menuClasses = clsx(\n 'rounded-input border-claret-violet-dark transition-duration-3000 will-change-height will-change-max-height w-full overflow-auto border bg-white px-3 py-2.5 opacity-0 transition-all md:min-w-max',\n isOpen && 'max-h-33 h-auto opacity-100',\n !isOpen && 'max-h-0 h-0',\n className,\n );\n\n return (\n <ul tabIndex={-1} aria-activedescendant={activeDescendantId} role=\"listbox\" className={menuClasses} ref={menuRef}>\n {options.map((option) =>\n multiple ? (\n <li\n id={`${name}-option-${option.value}`}\n aria-disabled={disabled}\n aria-selected={option.value === value}\n role=\"option\"\n tabIndex={-1}\n key={option.value}\n className={clsx('text-md hover:bg-beige-light transition-duration-300 cursor-pointer rounded-md transition-colors', option.value === value && 'bg-beige-light/40')}\n >\n <Checkbox name={option.value} checked={values.includes(option.value)} onChange={() => handleOptionClickMultiple(option.value)}>\n <span>{option.label}</span>\n </Checkbox>\n </li>\n ) : (\n <li\n id={`${name}-option-${option.value}`}\n aria-disabled={disabled}\n aria-selected={option.value === value}\n role=\"option\"\n onClick={() => handleOptionClick(option.value)}\n onKeyDown={(e) => handleKeyDown(e, option.value)}\n tabIndex={isOpen ? 0 : -1}\n key={option.value}\n className={clsx('text-md hover:bg-beige-light transition-duration-300 outline-claret-violet-dark cursor-pointer rounded-md px-2 py-4 transition-colors', option.value === value && 'bg-beige-light/40')}\n >\n {option.label}\n </li>\n ),\n )}\n {options.length <= 0 && <li className=\"text-claret-violet-dark/50 text-legend cursor-default\">{t('dropdown.noResults')}</li>}\n </ul>\n );\n};\n","import clsx from 'clsx';\n\nimport { Text } from '../../../components';\n\nexport interface ErrorMessageProps {\n hasError: boolean;\n message: string;\n id?: string;\n className?: string;\n}\n\nexport const ErrorMessage = ({ message, hasError, className, id = '' }: ErrorMessageProps) => {\n return (\n <Text aria-live=\"polite\" id={id} role={hasError ? 'alert' : undefined} size=\"legend\" className={clsx('text-red-error mt-2 min-h-5 opacity-0 transition-opacity duration-300', hasError && 'opacity-100', className)}>\n {message || ''}\n </Text>\n );\n};\n","'use client';\n\nimport { useCallback, useMemo, useRef, useState } from 'react';\n\nimport clsx from 'clsx';\n\nimport { ClearButton, FiltersIcon } from '../../../components';\nimport { onKeyDown, useClickOutside } from '../../../helpers';\nimport { DropdownMenu } from '../DropdownMenu/DropdownMenu';\n\nexport interface FiltersProps {\n placeholder: string;\n label: string;\n options: { label: string; value: string }[];\n values: string[];\n onChange: (values: string[]) => void;\n disabled: boolean;\n name: string;\n className?: string;\n}\n\nexport const Filters = ({ placeholder, label, options, values, onChange, disabled, name, className }: FiltersProps) => {\n const [isOpen, setIsOpen] = useState(false);\n const ref = useRef<HTMLDivElement>(null);\n useClickOutside(ref as React.RefObject<HTMLDivElement>, () => setIsOpen(false));\n\n const handleChange = useCallback(\n (selection: string[]) => {\n onChange(selection);\n },\n [onChange],\n );\n\n const handleKeyDown = useCallback(\n (e: React.KeyboardEvent<HTMLDivElement>) => {\n onKeyDown(e, () => setIsOpen(!isOpen));\n },\n [setIsOpen],\n );\n\n const clearFilters = useCallback(\n (e: React.MouseEvent<HTMLButtonElement>) => {\n e.stopPropagation();\n onChange([]);\n },\n [onChange],\n );\n\n const buttonLabel = useMemo(() => {\n return values?.length > 0 ? `${label} (${values.length})` : placeholder;\n }, [values, label, placeholder]);\n\n return (\n <div className={clsx('relative', className)} ref={ref}>\n <div\n role=\"button\"\n tabIndex={0}\n onClick={() => setIsOpen(!isOpen)}\n onKeyDown={handleKeyDown}\n className={clsx(\n 'rounded-input bg-pink-oyster-dark text-claret-violet-dark border-claret-violet-dark outline-claret-violet-dark relative flex cursor-pointer items-center justify-between gap-4 border p-2.5 transition-colors duration-300 md:w-54 md:px-3 md:py-4',\n 'max-md:after:bg-claret-violet-dark max-md:after:border-pink-oyster-dark max-md:after:absolute max-md:after:-top-[2px] max-md:after:-right-[2px] max-md:after:h-2 max-md:after:w-2 max-md:after:rounded-full max-md:after:border max-md:after:opacity-0 max-md:after:transition-opacity max-md:after:duration-300 max-md:after:content-[\"\"]',\n values.length > 0 && 'max-md:bg-claret-violet-dark max-md:text-pink-oyster-dark max-md:after:opacity-100',\n )}\n >\n <span className=\"text-md flex items-center gap-2 max-md:hidden\">\n {buttonLabel}\n {values.length > 0 && <ClearButton onClick={clearFilters} className=\"max-md:hidden\" />}\n </span>\n <FiltersIcon className=\"w-6\" />\n </div>\n <DropdownMenu name={name} options={options} multiple={true} values={values} onChangeMultiple={handleChange} disabled={disabled} isOpen={isOpen} className=\"absolute top-full right-0 mt-2.5 max-md:w-54\" />\n </div>\n );\n};\n","import clsx from 'clsx';\n\nexport interface LabelProps extends React.LabelHTMLAttributes<HTMLLabelElement> {\n label: string;\n required?: boolean;\n className?: string;\n}\n\nexport const Label = ({ label, id, className = 'mb-4', required = false, ...props }: LabelProps) => {\n return (\n <label htmlFor={id} {...props} className={clsx('text-md block', className)}>\n {label}\n {!required && <>&nbsp;*</>}\n </label>\n );\n};\n","'use client';\n\nimport clsx from 'clsx';\nimport { useTranslation } from 'react-i18next';\n\nimport { Button, ErrorMessage } from '../../../components';\n\nexport interface NewsletterProps {\n placeholder?: string;\n label?: string;\n variant?: 'light' | 'dark' | 'footer';\n disabled?: boolean;\n className?: string;\n onSubscribe: (email: string) => void;\n hasError?: boolean;\n error?: string;\n}\n\nexport const Newsletter = ({ variant = 'light', className, placeholder, label, disabled = false, onSubscribe = () => {}, hasError = false, error = '' }: NewsletterProps) => {\n const { t } = useTranslation('design');\n const defaultPlaceholder = placeholder || t('newsletter.emailPlaceholder');\n const defaultLabel = label || t('newsletter.subscribeLabel');\n\n const handleSubmit = (e: React.FormEvent<HTMLFormElement>) => {\n e.preventDefault();\n const data = new FormData(e.currentTarget);\n const rawEmail = (data.get('email') as string) ?? '';\n const email = rawEmail.trim();\n if (email.length === 0) return;\n onSubscribe(email);\n };\n\n return (\n <form onSubmit={handleSubmit} className={className}>\n <div\n className={clsx(\n 'flex w-full items-center justify-between gap-3 max-lg:flex-col lg:gap-4 lg:rounded-full',\n variant === 'light' && 'lg:bg-beige-dark lg:text-claret-violet-dark',\n variant === 'dark' && 'lg:bg-beige-light/20 lg:text-beige-light',\n variant === 'footer' && 'lg:bg-claret-violet-dark/10 lg:text-claret-violet-dark',\n )}\n >\n <input\n aria-label={defaultPlaceholder}\n aria-invalid={hasError || undefined}\n aria-describedby={hasError ? 'newsletter-error' : undefined}\n autoComplete=\"email\"\n inputMode=\"email\"\n enterKeyHint=\"go\"\n data-invalid={hasError}\n required\n disabled={disabled}\n name=\"email\"\n type=\"email\"\n placeholder={defaultPlaceholder}\n className={clsx(\n 'text-button-mobile lg:text-button w-full ps-8 font-semibold transition-opacity duration-300 placeholder:opacity-50 focus:outline-none disabled:opacity-50 max-lg:h-13.5 max-lg:rounded-full',\n variant === 'light' && 'max-lg:bg-beige-dark max-lg:text-claret-violet-dark',\n variant === 'dark' && 'max-lg:bg-beige-light/20 max-lg:text-beige-light',\n variant === 'footer' && 'max-lg:bg-claret-violet-dark/10 max-lg:text-claret-violet-dark',\n )}\n />\n <Button type=\"submit\" variant=\"primary\" disabled={disabled} color={variant === 'dark' ? 'light' : 'dark'} className=\"max-lg:w-full\">\n {defaultLabel}\n </Button>\n </div>\n <ErrorMessage id=\"newsletter-error\" hasError={hasError} message={error} className={variant === 'light' ? '!text-claret-violet-dark ps-8' : '!text-beige-light ps-8'} />\n </form>\n );\n};\n","'use client';\n\nimport { ErrorMessage, FAQButton, Label } from '../../../components';\nimport { onNumericInput } from '../../../helpers';\n\nexport interface QuantityInputProps {\n label: string;\n id: string;\n value: number;\n onChange: (value: number) => void;\n required: boolean;\n metric: string;\n min?: number;\n max?: number;\n hasError?: boolean;\n error?: string;\n disabled?: boolean;\n}\n\nexport const QuantityInput = ({ label = '', id, value, onChange, required, metric, min = 0, max = 99, hasError = false, error = '', disabled = false }: QuantityInputProps) => {\n return (\n <div className=\"flex items-center gap-4 max-md:flex-col max-md:items-start md:gap-8\">\n {label.length > 0 && <Label label={label} required={required} id={id} className=\"mb-0\" />}\n <div className=\"flex items-center gap-4\">\n <FAQButton variant=\"minus\" onClick={() => onChange(value - 1)} disabled={value === min} />\n <div className=\"flex items-center gap-1.5\">\n <input\n disabled={disabled}\n required={required}\n type=\"number\"\n placeholder=\"0\"\n min={min}\n max={max}\n value={value == 0 ? '' : value}\n onChange={(e) => onChange(Number(e.target.value))}\n onKeyDown={onNumericInput}\n className=\"border-claret-violet-dark rounded-input bg-beige-light text-claret-violet-dark text-md placeholder:text-claret-violet-dark/40 h-8.5 w-12 border px-3 focus:outline-none\"\n />\n <span className=\"text-md\">{metric}</span>\n </div>\n <FAQButton variant=\"plus\" onClick={() => onChange(value + 1)} disabled={value === max} />\n </div>\n <ErrorMessage id={`${id}-error`} hasError={hasError} message={error} />\n </div>\n );\n};\n","import clsx from 'clsx';\n\nimport { ClearButton } from '../../../components';\n\nexport interface TagProps {\n label: string;\n value: string;\n onRemove: (value: string) => void;\n className?: string;\n}\n\nexport const Tag = ({ label, value, onRemove, className }: TagProps) => {\n return (\n <div key={value} className={clsx('bg-claret-violet-dark/10 border-claret-violet-light text-button-mobile md:text-button rounded-input flex cursor-default items-center justify-between gap-2.5 border p-2.5 font-semibold', className)}>\n {label}\n <ClearButton onClick={() => onRemove(value)} />\n </div>\n );\n};\n","'use client';\n\nimport { useCallback, useMemo } from 'react';\n\nimport clsx from 'clsx';\n\nimport { Dropdown } from '../Dropdown/Dropdown';\nimport { Tag } from '../Tag/Tag';\n\nexport interface TagSelectProps {\n label: string;\n id: string;\n options: { label: string; value: string }[];\n onChange: (values: string[]) => void;\n values: string[];\n required: boolean;\n placeholder: string;\n className?: string;\n}\n\nexport const TagSelect = ({ label, id, options, onChange, values, required, placeholder, className }: TagSelectProps) => {\n const handleChange = useCallback(\n (value: string) => {\n onChange([...values, value]);\n },\n [onChange],\n );\n\n const handleClear = useCallback(\n (value: string) => {\n onChange(values.filter((v) => v != value));\n },\n [onChange],\n );\n\n const filteredOptions = useMemo(() => options.filter((option) => !values.includes(option.value)), [options, values]);\n\n return (\n <div className={clsx('w-full', className)}>\n <Dropdown disabled={!filteredOptions.length} placeholder={placeholder} label={label} id={id} name={id} options={filteredOptions} onChange={handleChange} value={''} required={required} />\n <div className=\"mt-1 flex flex-wrap gap-2\">\n {values.map((value) => (\n <Tag key={value} label={options.find((option) => option.value === value)?.label ?? ''} value={value} onRemove={handleClear} />\n ))}\n </div>\n </div>\n );\n};\n","import clsx from 'clsx';\n\nimport { ErrorMessage } from '../ErrorMessage/ErrorMessage';\nimport { Label } from '../Label/Label';\n\nexport interface TextInputProps extends React.InputHTMLAttributes<HTMLInputElement> {\n label?: string;\n placeholder: string;\n id: string;\n name: string;\n type?: string;\n disabled?: boolean;\n hasError?: boolean;\n error?: string;\n required?: boolean;\n className?: string;\n}\n\nexport const TextInput = ({ label = '', placeholder, id, name, type = 'text', className, disabled, error = '', required = false, hasError = false, ...props }: TextInputProps) => {\n // prettier-ignore\n const containerClasses = clsx(\n 'md:max-w-98', \n className,\n );\n\n const inputClasses = clsx(\n 'border-claret-violet-dark hover:border-claret-violet-dark/40 focus:border-claret-violet-dark/40 bg-beige-light rounded-input text-md placeholder:text-md block w-full border px-3 py-2.5 transition-all duration-300 placeholder:opacity-30 placeholder:transition-opacity placeholder:duration-300 focus:outline-none disabled:pointer-events-none disabled:cursor-not-allowed disabled:opacity-40 disabled:placeholder:opacity-100',\n hasError && 'border-red-error bg-red-error/10',\n );\n\n return (\n <div className={containerClasses}>\n {label.length > 0 && <Label label={label} id={id} required={required} />}\n <input type={type} placeholder={placeholder} id={id} name={name} disabled={disabled} required={required} {...props} className={inputClasses} aria-invalid={hasError} aria-required={required} />\n <ErrorMessage id={`${id}-error`} hasError={hasError} message={error} className={clsx('text-red-error mt-2 min-h-5 opacity-0 transition-opacity duration-300', hasError && 'opacity-100')} />\n </div>\n );\n};\n","'use client';\n\nimport { useCallback, useEffect, useMemo, useRef, useState } from 'react';\n\nimport clsx from 'clsx';\n\nimport { ArrowPlainIcon, DropdownMenu, SpanTitle } from '../../../components';\nimport { useClickOutside } from '../../../helpers';\n\nexport interface WizardDropdownProps {\n placeholder?: string;\n options: { label: string; value: string }[];\n value: string;\n name: string;\n onChange: (value: string) => void;\n disabled?: boolean;\n className?: string;\n searchable?: boolean;\n}\n\nexport const WizardDropdown = ({ placeholder = '', options, value, onChange, name, disabled = false, className, searchable = false }: WizardDropdownProps) => {\n const [isOpen, setIsOpen] = useState(false);\n const [searchValue, setSearchValue] = useState('');\n const ref = useRef<HTMLDivElement>(null);\n\n const selectedLabel = useMemo(() => options.find((option) => option.value === value)?.label, [options, value]);\n\n const handleBlur = useCallback(() => {\n setIsOpen(false);\n if ((!value || searchValue !== selectedLabel) && searchable) {\n setSearchValue('');\n onChange('');\n }\n }, [value, onChange, selectedLabel, searchValue]);\n\n useClickOutside(ref as React.RefObject<HTMLDivElement>, handleBlur);\n\n const handleChange = useCallback(\n (selection: string) => {\n onChange(selection);\n setIsOpen(false);\n setSearchValue(options.find((option) => option.value === selection)?.label || '');\n },\n [onChange, options],\n );\n\n useEffect(() => {\n if (!value && searchable) {\n setSearchValue('');\n }\n }, [value, searchable]);\n\n const inputClasses = clsx(\n 'border-claret-violet-dark outline-claret-violet-dark flex min-h-19.25 w-full cursor-pointer items-center justify-between gap-4 border-b py-0.5 disabled:cursor-not-allowed disabled:opacity-40',\n disabled && 'opacity-40',\n (isOpen || value) && 'border-claret-violet-dark/50',\n );\n\n const filteredOptions = useMemo(() => (searchable ? options.filter((option) => option.label.toLowerCase().includes(searchValue.toLowerCase())) : options), [options, searchValue, searchable]);\n\n return (\n <div className={clsx('text-claret-violet-dark relative w-full md:w-max md:min-w-66', className)} ref={ref}>\n <input type=\"hidden\" name={name} value={value} />\n {searchable ? (\n <div className={clsx(inputClasses)}>\n <input\n type=\"text\"\n name=\"search\"\n disabled={disabled}\n onFocus={() => setIsOpen(true)}\n value={searchValue}\n placeholder={placeholder}\n onChange={(e) => setSearchValue(e.target.value)}\n className=\"text-display-xl-mobile md:text-heading-lg font-pangaia w-full max-w-0 min-w-56 font-medium italic focus:outline-none\"\n />\n <ArrowPlainIcon className={clsx('transition-duration-300 w-4.5 transition-transform will-change-transform md:w-6', isOpen && 'rotate-180')} />\n </div>\n ) : (\n <button tabIndex={disabled ? -1 : 0} disabled={disabled} onClick={() => setIsOpen(!isOpen)} type=\"button\" className={clsx(inputClasses)}>\n <SpanTitle size=\"display-xl\" className=\"block md:hidden\">\n {selectedLabel || placeholder}\n </SpanTitle>\n <SpanTitle size=\"heading-lg\" className=\"hidden md:block\">\n {selectedLabel || placeholder}\n </SpanTitle>\n <ArrowPlainIcon className={clsx('transition-duration-300 w-4.5 transition-transform will-change-transform md:w-6', isOpen && 'rotate-180')} />\n </button>\n )}\n\n <DropdownMenu name={name} options={filteredOptions} value={value} onChange={handleChange} disabled={disabled} className=\"absolute top-full left-0 mt-3\" isOpen={isOpen} />\n </div>\n );\n};\n","import clsx from 'clsx';\n\nimport { ErrorMessage } from '../ErrorMessage/ErrorMessage';\n\nexport interface WizardTextInputProps extends React.InputHTMLAttributes<HTMLInputElement> {\n placeholder: string;\n name: string;\n disabled: boolean;\n error: string;\n hasError: boolean;\n className?: string;\n}\n\nexport const WizardTextInput = ({ placeholder, name, disabled, className, hasError, error, ...props }: WizardTextInputProps) => {\n return (\n <div className={className}>\n <input\n type=\"text\"\n placeholder={placeholder}\n name={name}\n disabled={disabled}\n className={clsx(\n 'font-pangaia text-display-md-mobile md:text-display-md outline-claret-violet-dark placeholder:text-claret-violet-dark/20 font-medium transition-opacity duration-300 focus:outline-none focus-visible:outline-2 disabled:opacity-40 disabled:placeholder:opacity-100 max-md:italic',\n className,\n )}\n {...props}\n />\n <ErrorMessage id={`${name}-error`} hasError={hasError} message={error} />\n </div>\n );\n};\n","'use client';\n\nimport { useEffect, useRef } from 'react';\n\nimport clsx from 'clsx';\n\nimport { FAQButton, ParagraphTitle, Text } from '../../../components';\nimport { accordionAnimation } from '../../../helpers';\n\ntype FaqItemProps = {\n question: string;\n answer: string;\n className?: string;\n};\n\nexport const FaqItem = ({ question, answer, className }: FaqItemProps) => {\n const detailsRef = useRef<HTMLDetailsElement>(null);\n const contentRef = useRef<HTMLDivElement>(null);\n\n useEffect(() => {\n const details = detailsRef.current;\n const content = contentRef.current;\n if (!details || !content) return;\n\n const handleAnimation = (e: Event) => {\n accordionAnimation(e, details, content);\n };\n\n details.addEventListener('click', handleAnimation);\n return () => details.removeEventListener('click', handleAnimation);\n }, []);\n\n return (\n <details data-accordion ref={detailsRef} className={clsx('bg-beige-dark group open:bg-beige-light hover:bg-beige-light rounded-input md:rounded-card border-claret-violet-dark w-full cursor-pointer border p-4 transition-colors duration-300 md:p-6', className)}>\n <summary className=\"flex list-none items-center justify-between gap-2\">\n <ParagraphTitle size=\"heading-md\" className=\"font-semibold md:hidden\">\n {question}\n </ParagraphTitle>\n <Text size=\"xl\" className=\"hidden md:block\">\n {question}\n </Text>\n <FAQButton variant={'plus'} className=\"flex shrink-0 group-data-[open=true]:hidden\" />\n <FAQButton variant={'minus'} className=\"hidden shrink-0 group-data-[open=true]:flex\" />\n </summary>\n <div data-accordion-content ref={contentRef} style={{ maxHeight: '0px', transitionDuration: '300ms' }} className=\"overflow-hidden transition-[max-height] will-change-[max-height]\">\n <ParagraphTitle size=\"heading-md\" className=\"mt-2.5 md:hidden\">\n {answer}\n </ParagraphTitle>\n <Text size=\"md\" className=\"mt-2.5 hidden md:block\">\n {answer}\n </Text>\n </div>\n </details>\n );\n};\n","'use client';\n\nimport { useEffect, useRef } from 'react';\n\nimport clsx from 'clsx';\n\nimport { ArrowIcon, Text } from '../../../components';\nimport { accordionAnimation } from '../../../helpers';\n\nexport interface IngredientProps {\n label: string;\n description: string;\n image: 'carrot' | 'quinoa' | 'potato' | 'dry-apple' | 'dry-carrot' | 'beef' | 'chicken' | 'courgette' | 'duck' | 'fish' | 'liquid' | 'oil' | 'pork' | 'turkey' | 'vitamins' | 'seaweed' | 'rice' | 'beer-yeast' | 'calcium';\n className?: string;\n}\n\nexport const Ingredient = ({ label, description, image, className }: IngredientProps) => {\n const detailsRef = useRef<HTMLDetailsElement>(null);\n const contentRef = useRef<HTMLDivElement>(null);\n\n useEffect(() => {\n const details = detailsRef.current;\n const content = contentRef.current;\n if (!details || !content) return;\n\n const handleAnimation = (e: Event) => {\n accordionAnimation(e, details, content);\n };\n\n details.addEventListener('click', handleAnimation);\n return () => details.removeEventListener('click', handleAnimation);\n }, []);\n\n return (\n <details data-accordion ref={detailsRef} className={clsx('bg-beige-light group hover:bg-beige-dark rounded-input min-h-15 cursor-pointer px-3 transition-colors duration-300 max-md:py-3 md:min-h-18 md:px-6', className)}>\n <summary className=\"flex list-none items-center justify-between gap-2\">\n <div className=\"flex items-center gap-4\">\n <img src={`/design-system/images/ingredients/${image}.webp`} alt={label} className=\"w-14 object-contain md:w-25\" loading=\"lazy\" decoding=\"async\" />\n <Text size=\"button\">{label}</Text>\n </div>\n <div className={clsx('group-hover:bg-claret-violet-dark group-hover:text-beige-light flex h-5 w-5 items-center justify-center rounded-sm transition-colors duration-300', 'bg-claret-violet-dark/50 text-claret-violet-dark group-open:bg-claret-violet-dark group-open:text-beige-light')}>\n <ArrowIcon className={clsx('w-2 rotate-0 transition-transform duration-300 group-data-[open=true]:rotate-180')} />\n </div>\n </summary>\n <div data-accordion-content ref={contentRef} style={{ maxHeight: '0px', transitionDuration: '300ms' }} className=\"transition-height overflow-hidden\">\n <Text size=\"md\" className=\"mt-3 md:pb-6\">\n {description}\n </Text>\n </div>\n </details>\n );\n};\n","import clsx from 'clsx';\n\nimport { Button, ParagraphTitle, Text } from '../../../components';\n\ninterface CTACardProps {\n title: string;\n description: string;\n ctaText: string;\n secondaryCtaText?: string;\n onClick: () => void;\n secondaryCtaOnClick?: () => void;\n illustration: string;\n variant: 'light' | 'dark';\n className?: string;\n}\n\nconst variantStyles = {\n light: 'bg-beige-dark text-claret-violet-dark',\n dark: 'bg-claret-violet-light text-beige-light',\n};\n\nexport const CTACard = ({ title, description, ctaText, onClick, illustration, variant, className, secondaryCtaText, secondaryCtaOnClick }: CTACardProps) => {\n return (\n <div className={clsx('rounded-card flex flex-col items-center justify-center px-4 pt-6 pb-7.5 lg:px-2 lg:pt-5 lg:pb-15', variantStyles[variant], className)}>\n <div className=\"mb-7 aspect-square w-28.5 lg:mb-4 lg:w-43\">\n <img src={`/design-system/illustrations/${illustration}${variant === 'dark' ? '-light' : ''}.webp`} alt={title} className=\"h-full w-full object-contain\" />\n </div>\n <ParagraphTitle size=\"display-md\" className=\"mb-4 text-center !not-italic lg:mb-8\">\n {title}\n </ParagraphTitle>\n <ParagraphTitle size=\"heading-md\" className=\"mb-6 text-center md:hidden\">\n {description}\n </ParagraphTitle>\n <Text size=\"md\" className=\"mb-10 hidden max-w-70 text-center md:block\">\n {description}\n </Text>\n <Button variant={variant === 'light' ? 'secondary' : 'primary'} onClick={onClick}>\n {ctaText}\n </Button>\n {secondaryCtaText && secondaryCtaOnClick && (\n <button onClick={secondaryCtaOnClick} className=\"text-md-mobile mt-6 font-semibold lg:hidden\">\n {secondaryCtaText}\n </button>\n )}\n </div>\n );\n};\n","'use client';\n\nimport React from 'react';\n\nimport clsx from 'clsx';\n\nimport { ResponsiveImage, Text } from '../../Base';\nimport { CheckRoundedIcon } from '../../../components';\n\nexport interface FeatureItem {\n id: string;\n text: string;\n icon?: React.ReactNode;\n}\n\nexport interface FeatureCardProps {\n features: FeatureItem[];\n className?: string;\n backgroundColor?: 'lavender' | 'beige' | 'white';\n}\n\nconst backgroundStyles = {\n lavender: 'bg-lavender-blue-light',\n beige: 'bg-beige-light',\n white: 'bg-white',\n};\n\nexport const FeatureCard = ({\n features,\n className = '',\n backgroundColor = 'lavender',\n}: FeatureCardProps) => {\n return (\n <div className={clsx(\n 'w-full lg:rounded-2xl p-6 md:p-10 lg:p-[40px] flex items-center gap-[16px] lg:gap-[32px] relative overflow-hidden',\n backgroundStyles[backgroundColor],\n 'flex-col md:flex-row',\n className\n )}>\n {/* Features List */}\n <div className={clsx(\n 'flex-1 space-y-4',\n 'md:pr-4'\n )}>\n {features.map((feature) => (\n <div key={feature.id} className=\"flex items-start gap-[8px]\">\n {feature.icon || <CheckRoundedIcon className=\"w-6 text-claret-violet-light shrink-0\" />}\n <Text\n size=\"xl\"\n >\n {feature.text}\n </Text>\n </div>\n ))}\n </div>\n\n <div className={clsx(\n 'flex-shrink-0 relative',\n 'w-32 h-32 md:w-40 md:h-40',\n 'self-end',\n 'hidden md:block'\n )}>\n <ResponsiveImage \n mobile=\"design-system/images/tips/claudine-tips-mobile.webp\" \n desktop=\"design-system/images/tips/claudine-tips.webp\" \n mobile2x=\"design-system//images/tips/claudine-tips-mobile@2x.webp\" \n desktop2x=\"design-system//images/tips/claudine-tips@2x.webp\" \n alt=\"Claudine\" \n className=\"absolute -bottom-6 right-0 w-full h-full object-cover object-bottom\"\n />\n </div>\n\n </div>\n );\n};\n","'use client';\n\nimport React from 'react';\nimport clsx from 'clsx';\nimport { Text } from '../../Base';\n\nexport interface FeatureIllustrationProps {\n src: string;\n alt: string;\n title: string;\n className?: string;\n illustrationClassName?: string;\n titleClassName?: string;\n}\n\nexport const FeatureIllustration = ({\n src,\n alt,\n title,\n className = '',\n illustrationClassName = '',\n titleClassName = '',\n}: FeatureIllustrationProps) => {\n return (\n <div className={clsx(\n 'flex flex-col items-center text-center gap-[24px]',\n 'p-4',\n className\n )}>\n {/* Illustration */}\n <div className={clsx(\n 'flex items-center justify-center',\n illustrationClassName\n )}>\n <img \n src={src}\n alt={alt}\n className='w-16 h-16 object-contain'\n />\n </div>\n\n {/* Title */}\n <Text\n variant=\"p\"\n size=\"md\"\n className={clsx(\n 'text-claret-violet leading-relaxed',\n 'max-w-xs',\n titleClassName\n )}\n >\n {title}\n </Text>\n </div>\n );\n};\n","import { forwardRef } from 'react';\n\nimport clsx from 'clsx';\n\nimport { Text } from '../../../components';\n\nexport interface FoodCardProps {\n title: string;\n description: string;\n illustration: string;\n className?: string;\n}\n\nexport const FoodCard = forwardRef<HTMLDivElement, FoodCardProps>(({ title, description, illustration, className }, ref) => {\n return (\n <div ref={ref} className={clsx('bg-lavender-blue-light text-claret-violet-dark rounded-food-card min-h-25 w-68 p-4', className)}>\n <div key={`food-card-${title}`} className=\"flex animate-[fade-in_600ms_ease-in] gap-2.5\">\n <div className=\"w-12 shrink-0\">\n <img src={`/design-system/illustrations/${illustration}.webp`} alt={title} className=\"object-contain\" />\n </div>\n <div>\n <Text size=\"sm\" className=\"mb-2 font-semibold\">\n {title}\n </Text>\n <Text size=\"sm\" className=\"hidden md:block\">\n {description}\n </Text>\n <Text size=\"md\" className=\"block md:hidden\">\n {description}\n </Text>\n </div>\n </div>\n </div>\n );\n});\n\nFoodCard.displayName = 'FoodCard';\n","import * as React from \"react\";\nimport { forwardRef } from \"react\";\nconst SvgArrowPlain = ({\n title,\n titleId,\n ...props\n}, ref) => /* @__PURE__ */ React.createElement(\"svg\", { viewBox: \"0 0 19 13\", fill: \"none\", xmlns: \"http://www.w3.org/2000/svg\", ref, \"aria-labelledby\": titleId, ...props }, title ? /* @__PURE__ */ React.createElement(\"title\", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M7.93969 12.0542C8.74031 13.0526 10.2597 13.0526 11.0603 12.0542L17.7183 3.75117C18.7681 2.44202 17.8361 0.500002 16.158 0.500002H2.84203C1.16395 0.500002 0.231937 2.44202 1.28172 3.75117L7.93969 12.0542Z\", fill: \"currentColor\" }));\nconst ForwardRef = forwardRef(SvgArrowPlain);\nexport { ForwardRef as ReactComponent };\n","import * as React from \"react\";\nimport { forwardRef } from \"react\";\nconst SvgArrow = ({\n title,\n titleId,\n ...props\n}, ref) => /* @__PURE__ */ React.createElement(\"svg\", { viewBox: \"0 0 16 10\", fill: \"none\", xmlns: \"http://www.w3.org/2000/svg\", ref, \"aria-labelledby\": titleId, ...props }, title ? /* @__PURE__ */ React.createElement(\"title\", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M1 1.5L8 8.5L15 1.5\", stroke: \"currentColor\", strokeWidth: 2, strokeLinecap: \"round\", strokeLinejoin: \"round\" }));\nconst ForwardRef = forwardRef(SvgArrow);\nexport { ForwardRef as ReactComponent };\n","import * as React from \"react\";\nimport { forwardRef } from \"react\";\nconst SvgCalendar = ({\n title,\n titleId,\n ...props\n}, ref) => /* @__PURE__ */ React.createElement(\"svg\", { viewBox: \"0 0 20 21\", fill: \"none\", xmlns: \"http://www.w3.org/2000/svg\", ref, \"aria-labelledby\": titleId, ...props }, title ? /* @__PURE__ */ React.createElement(\"title\", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M5.75 0.75C5.75 0.335786 5.41421 0 5 0C4.58579 0 4.25 0.335786 4.25 0.75V2.32926C2.81067 2.44451 1.86577 2.72737 1.17157 3.42157C0.477375 4.11577 0.194513 5.06067 0.0792572 6.5H19.9207C19.8055 5.06067 19.5226 4.11577 18.8284 3.42157C18.1342 2.72737 17.1893 2.44451 15.75 2.32926V0.75C15.75 0.335786 15.4142 0 15 0C14.5858 0 14.25 0.335786 14.25 0.75V2.2629C13.5847 2.25 12.839 2.25 12 2.25H8C7.16097 2.25 6.41527 2.25 5.75 2.2629V0.75Z\", fill: \"currentColor\" }), /* @__PURE__ */ React.createElement(\"path\", { fillRule: \"evenodd\", clipRule: \"evenodd\", d: \"M20 10.25V12.25C20 16.0212 20 17.9069 18.8284 19.0784C17.6569 20.25 15.7712 20.25 12 20.25H8C4.22876 20.25 2.34315 20.25 1.17157 19.0784C0 17.9069 0 16.0212 0 12.25V10.25C0 9.41096 0 8.66527 0.012902 8H19.9871C20 8.66527 20 9.41096 20 10.25ZM14.5 16.25C15.3284 16.25 16 15.5784 16 14.75C16 13.9216 15.3284 13.25 14.5 13.25C13.6716 13.25 13 13.9216 13 14.75C13 15.5784 13.6716 16.25 14.5 16.25Z\", fill: \"currentColor\" }));\nconst ForwardRef = forwardRef(SvgCalendar);\nexport { ForwardRef as ReactComponent };\n","import * as React from \"react\";\nimport { forwardRef } from \"react\";\nconst SvgCheck = ({\n title,\n titleId,\n ...props\n}, ref) => /* @__PURE__ */ React.createElement(\"svg\", { viewBox: \"0 0 9 7\", fill: \"none\", xmlns: \"http://www.w3.org/2000/svg\", ref, \"aria-labelledby\": titleId, ...props }, title ? /* @__PURE__ */ React.createElement(\"title\", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M8.28033 0.21967C8.57322 0.512563 8.57322 0.987437 8.28033 1.28033L3.28033 6.28033C2.98744 6.57322 2.51256 6.57322 2.21967 6.28033L0.21967 4.28033C-0.0732233 3.98744 -0.0732233 3.51256 0.21967 3.21967C0.512563 2.92678 0.987437 2.92678 1.28033 3.21967L2.75 4.68934L4.98483 2.4545L7.21967 0.21967C7.51256 -0.0732233 7.98744 -0.0732233 8.28033 0.21967Z\", fill: \"currentColor\" }));\nconst ForwardRef = forwardRef(SvgCheck);\nexport { ForwardRef as ReactComponent };\n","import * as React from \"react\";\nimport { forwardRef } from \"react\";\nconst SvgCrossRounded = ({\n title,\n titleId,\n ...props\n}, ref) => /* @__PURE__ */ React.createElement(\"svg\", { viewBox: \"0 0 20 20\", fill: \"none\", xmlns: \"http://www.w3.org/2000/svg\", ref, \"aria-labelledby\": titleId, ...props }, title ? /* @__PURE__ */ React.createElement(\"title\", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement(\"path\", { fillRule: \"evenodd\", clipRule: \"evenodd\", d: \"M20 10C20 15.5228 15.5228 20 10 20C4.47715 20 0 15.5228 0 10C0 4.47715 4.47715 0 10 0C15.5228 0 20 4.47715 20 10ZM6.96963 6.96965C7.26252 6.67676 7.73739 6.67676 8.03029 6.96965L9.99997 8.93933L11.9696 6.96967C12.2625 6.67678 12.7374 6.67678 13.0303 6.96967C13.3232 7.26256 13.3232 7.73744 13.0303 8.03033L11.0606 9.99999L13.0303 11.9696C13.3232 12.2625 13.3232 12.7374 13.0303 13.0303C12.7374 13.3232 12.2625 13.3232 11.9696 13.0303L9.99997 11.0607L8.03031 13.0303C7.73742 13.3232 7.26254 13.3232 6.96965 13.0303C6.67676 12.7374 6.67676 12.2625 6.96965 11.9697L8.93931 9.99999L6.96963 8.03031C6.67673 7.73742 6.67673 7.26254 6.96963 6.96965Z\", fill: \"currentColor\" }));\nconst ForwardRef = forwardRef(SvgCrossRounded);\nexport { ForwardRef as ReactComponent };\n","import * as React from \"react\";\nimport { forwardRef } from \"react\";\nconst SvgCross = ({\n title,\n titleId,\n ...props\n}, ref) => /* @__PURE__ */ React.createElement(\"svg\", { viewBox: \"0 0 14 14\", fill: \"none\", xmlns: \"http://www.w3.org/2000/svg\", ref, \"aria-labelledby\": titleId, ...props }, title ? /* @__PURE__ */ React.createElement(\"title\", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M1.68628 12.6509L13 1.33723\", stroke: \"currentColor\", strokeWidth: 2, strokeLinecap: \"round\" }), /* @__PURE__ */ React.createElement(\"path\", { d: \"M1.68628 1.65094L13 12.9646\", stroke: \"currentColor\", strokeWidth: 2, strokeLinecap: \"round\" }));\nconst ForwardRef = forwardRef(SvgCross);\nexport { ForwardRef as ReactComponent };\n","import * as React from \"react\";\nimport { forwardRef } from \"react\";\nconst SvgFacebook = ({\n title,\n titleId,\n ...props\n}, ref) => /* @__PURE__ */ React.createElement(\"svg\", { viewBox: \"0 0 6 13\", fill: \"currentColor\", xmlns: \"http://www.w3.org/2000/svg\", ref, \"aria-labelledby\": titleId, ...props }, title ? /* @__PURE__ */ React.createElement(\"title\", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M5.57593 3.95036H3.67694V2.69668C3.67694 2.22587 3.98694 2.1161 4.20528 2.1161C4.42312 2.1161 5.54537 2.1161 5.54537 2.1161V0.0463135L3.69979 0.0390625C1.65103 0.0390625 1.18479 1.58278 1.18479 2.57066V3.95036H-6.10352e-05V6.08315H1.18479C1.18479 8.82028 1.18479 12.1182 1.18479 12.1182H3.67694C3.67694 12.1182 3.67694 8.78778 3.67694 6.08315H5.35858L5.57593 3.95036Z\" }));\nconst ForwardRef = forwardRef(SvgFacebook);\nexport { ForwardRef as ReactComponent };\n","import * as React from \"react\";\nimport { forwardRef } from \"react\";\nconst SvgFilters = ({\n title,\n titleId,\n ...props\n}, ref) => /* @__PURE__ */ React.createElement(\"svg\", { viewBox: \"0 0 24 24\", fill: \"none\", xmlns: \"http://www.w3.org/2000/svg\", ref, \"aria-labelledby\": titleId, ...props }, title ? /* @__PURE__ */ React.createElement(\"title\", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M16.9585 11.75C16.5443 11.75 16.2085 11.4142 16.2085 11L16.2085 2C16.2085 1.58579 16.5443 1.25 16.9585 1.25C17.3727 1.25 17.7085 1.58579 17.7085 2L17.7085 11C17.7085 11.4142 17.3727 11.75 16.9585 11.75Z\", fill: \"currentColor\" }), /* @__PURE__ */ React.createElement(\"path\", { fillRule: \"evenodd\", clipRule: \"evenodd\", d: \"M6.99997 5.75C9.07104 5.75 10.75 7.42893 10.75 9.5C10.75 11.5711 9.07104 13.25 6.99997 13.25C4.92891 13.25 3.24998 11.5711 3.24998 9.5C3.24998 7.42893 4.92891 5.75 6.99997 5.75ZM9.24997 9.5C9.24997 8.25736 8.24262 7.25 6.99997 7.25C5.75733 7.25 4.74998 8.25736 4.74998 9.5C4.74998 10.7426 5.75733 11.75 6.99997 11.75C8.24262 11.75 9.24997 10.7426 9.24997 9.5Z\", fill: \"currentColor\" }), /* @__PURE__ */ React.createElement(\"path\", { fillRule: \"evenodd\", clipRule: \"evenodd\", d: \"M17 18.25C19.071 18.25 20.75 16.5711 20.75 14.5C20.75 12.4289 19.071 10.75 17 10.75C14.9289 10.75 13.25 12.4289 13.25 14.5C13.25 16.5711 14.9289 18.25 17 18.25ZM19.25 14.5C19.25 15.7426 18.2426 16.75 17 16.75C15.7573 16.75 14.75 15.7426 14.75 14.5C14.75 13.2574 15.7573 12.25 17 12.25C18.2426 12.25 19.25 13.2574 19.25 14.5Z\", fill: \"currentColor\" }), /* @__PURE__ */ React.createElement(\"path\", { d: \"M6.2085 13C6.2085 12.5858 6.54428 12.25 6.9585 12.25C7.37271 12.25 7.7085 12.5858 7.7085 13V22C7.7085 22.4142 7.37271 22.75 6.9585 22.75C6.54428 22.75 6.2085 22.4142 6.2085 22V13Z\", fill: \"currentColor\" }), /* @__PURE__ */ React.createElement(\"path\", { d: \"M16.9585 22.75C16.5443 22.75 16.2085 22.4142 16.2085 22V18C16.2085 17.5858 16.5443 17.25 16.9585 17.25C17.3727 17.25 17.7085 17.5858 17.7085 18V22C17.7085 22.4142 17.3727 22.75 16.9585 22.75Z\", fill: \"currentColor\" }), /* @__PURE__ */ React.createElement(\"path\", { d: \"M6.2085 2C6.2085 1.58579 6.54428 1.25 6.9585 1.25C7.37271 1.25 7.7085 1.58579 7.7085 2V6C7.7085 6.41421 7.37271 6.75 6.9585 6.75C6.54428 6.75 6.2085 6.41421 6.2085 6V2Z\", fill: \"currentColor\" }));\nconst ForwardRef = forwardRef(SvgFilters);\nexport { ForwardRef as ReactComponent };\n","import * as React from \"react\";\nimport { forwardRef } from \"react\";\nconst SvgHatCook = ({\n title,\n titleId,\n ...props\n}, ref) => /* @__PURE__ */ React.createElement(\"svg\", { viewBox: \"0 0 20 20\", fill: \"none\", xmlns: \"http://www.w3.org/2000/svg\", ref, \"aria-labelledby\": titleId, ...props }, title ? /* @__PURE__ */ React.createElement(\"title\", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement(\"path\", { fillRule: \"evenodd\", clipRule: \"evenodd\", d: \"M0 8C0 5.23858 2.23858 3 5 3C5.25052 3 5.49673 3.01842 5.73736 3.05399C6.33961 1.27806 8.02055 0 10 0C11.9794 0 13.6604 1.27806 14.2626 3.05399C14.5033 3.01842 14.7495 3 15 3C17.7614 3 20 5.23858 20 8C20 10.0503 18.7659 11.8124 17 12.584L17 15.25H3V12.584C1.2341 11.8124 0 10.0503 0 8ZM9.04286 11.6693C8.16485 11.0251 7 9.98486 7 9.00044C7 7.32721 8.65005 6.7025 10 7.99506C11.35 6.7025 13 7.32721 13 9.00043C13 9.98488 11.8352 11.0251 10.9571 11.6693C10.5374 11.9773 10.3275 12.1313 10 12.1313C9.67249 12.1313 9.46261 11.9773 9.04286 11.6693Z\", fill: \"currentColor\" }), /* @__PURE__ */ React.createElement(\"path\", { d: \"M3.58579 19.4142C3.08343 18.9119 3.01188 18.1469 3.00169 16.75H16.9983C16.9881 18.1469 16.9166 18.9119 16.4142 19.4142C15.8284 20 14.8856 20 13 20H7C5.11438 20 4.17157 20 3.58579 19.4142Z\", fill: \"currentColor\" }));\nconst ForwardRef = forwardRef(SvgHatCook);\nexport { ForwardRef as ReactComponent };\n","import * as React from \"react\";\nimport { forwardRef } from \"react\";\nconst SvgHomeHeroShapeMobile = ({\n title,\n titleId,\n ...props\n}, ref) => /* @__PURE__ */ React.createElement(\"svg\", { viewBox: \"0 0 320 248\", fill: \"none\", xmlns: \"http://www.w3.org/2000/svg\", preserveAspectRatio: \"none\", ref, \"aria-labelledby\": titleId, ...props }, title ? /* @__PURE__ */ React.createElement(\"title\", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M320 248C319.064 245.878 320 72.5001 320 9.76575C276.096 2.6226 223.055 0.000113595 151.741 0.000107361C82.7763 0.000101332 34.8277 5.57396 -9.96192e-06 12.8706C-9.96192e-06 12.8706 -1.88904e-05 115 0 248L320 248Z\", fill: \"#802948\" }));\nconst ForwardRef = forwardRef(SvgHomeHeroShapeMobile);\nexport { ForwardRef as ReactComponent };\n","import * as React from \"react\";\nimport { forwardRef } from \"react\";\nconst SvgHomeHeroShapeSmall = ({\n title,\n titleId,\n ...props\n}, ref) => /* @__PURE__ */ React.createElement(\"svg\", { viewBox: \"0 0 641 164\", fill: \"none\", xmlns: \"http://www.w3.org/2000/svg\", ref, \"aria-labelledby\": titleId, ...props }, title ? /* @__PURE__ */ React.createElement(\"title\", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M641 163.5C630.623 139.904 618.387 121.021 607.079 104.736C590.917 81.4347 577.132 66.7815 549.799 49.4857C488.004 10.5702 438.093 0.00062313 314.74 0.000612347C191.388 0.000601563 158.351 24.0224 134.108 32.1899C68.5206 53.9084 23.2739 103.95 0.777588 163.5L641 163.5Z\", fill: \"#671A36\" }));\nconst ForwardRef = forwardRef(SvgHomeHeroShapeSmall);\nexport { ForwardRef as ReactComponent };\n","import * as React from \"react\";\nimport { forwardRef } from \"react\";\nconst SvgHomeHeroShape = ({\n title,\n titleId,\n ...props\n}, ref) => /* @__PURE__ */ React.createElement(\"svg\", { viewBox: \"0 0 1512 549\", fill: \"none\", xmlns: \"http://www.w3.org/2000/svg\", preserveAspectRatio: \"none\", ref, \"aria-labelledby\": titleId, ...props }, title ? /* @__PURE__ */ React.createElement(\"title\", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M1830 549C1795.18 469.766 1754.13 406.361 1716.19 351.68C1661.97 273.439 1615.72 224.237 1524.01 166.161C1316.69 35.4907 1149.23 0.000123591 735.372 8.741e-05C321.513 5.12294e-05 210.672 80.6606 129.336 108.085C-90.7166 181.012 -242.523 349.042 -318 549L1830 549Z\", fill: \"#802948\" }));\nconst ForwardRef = forwardRef(SvgHomeHeroShape);\nexport { ForwardRef as ReactComponent };\n","import * as React from \"react\";\nimport { forwardRef } from \"react\";\nconst SvgInfo = ({\n title,\n titleId,\n ...props\n}, ref) => /* @__PURE__ */ React.createElement(\"svg\", { viewBox: \"0 0 16 16\", fill: \"none\", xmlns: \"http://www.w3.org/2000/svg\", ref, \"aria-labelledby\": titleId, ...props }, title ? /* @__PURE__ */ React.createElement(\"title\", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement(\"path\", { fillRule: \"evenodd\", clipRule: \"evenodd\", d: \"M16 8C16 12.4183 12.4183 16 8 16C3.58172 16 0 12.4183 0 8C0 3.58172 3.58172 0 8 0C12.4183 0 16 3.58172 16 8ZM8 12.6C8.33137 12.6 8.6 12.3314 8.6 12V7.2C8.6 6.86863 8.33137 6.6 8 6.6C7.66863 6.6 7.4 6.86863 7.4 7.2V12C7.4 12.3314 7.66863 12.6 8 12.6ZM8 4C8.44183 4 8.8 4.35817 8.8 4.8C8.8 5.24183 8.44183 5.6 8 5.6C7.55817 5.6 7.2 5.24183 7.2 4.8C7.2 4.35817 7.55817 4 8 4Z\", fill: \"currentColor\" }));\nconst ForwardRef = forwardRef(SvgInfo);\nexport { ForwardRef as ReactComponent };\n","import * as React from \"react\";\nimport { forwardRef } from \"react\";\nconst SvgInstagram = ({\n title,\n titleId,\n ...props\n}, ref) => /* @__PURE__ */ React.createElement(\"svg\", { viewBox: \"0 0 14 14\", fill: \"currentColor\", xmlns: \"http://www.w3.org/2000/svg\", ref, \"aria-labelledby\": titleId, ...props }, title ? /* @__PURE__ */ React.createElement(\"title\", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M10.7955 4.03931C10.7955 4.10896 10.7955 4.10896 10.7955 4.03931C11.2831 4.03931 11.6314 3.62137 11.6314 3.20343C11.6314 2.71584 11.2135 2.36755 10.7955 2.36755C10.308 2.36755 9.95966 2.78549 9.95966 3.20343C9.89001 3.69102 10.308 4.03931 10.7955 4.03931Z\" }), /* @__PURE__ */ React.createElement(\"path\", { d: \"M6.96452 10.4477C8.84525 10.4477 10.4473 8.91526 10.4473 6.96488C10.4473 5.08415 8.9149 3.48206 6.96452 3.48206C5.01414 3.48206 3.4817 5.0145 3.4817 6.96488C3.4817 8.91526 5.01414 10.4477 6.96452 10.4477ZM6.96452 4.73587C8.21834 4.73587 9.26318 5.78072 9.26318 7.03453C9.26318 8.28835 8.21834 9.3332 6.96452 9.3332C5.71071 9.3332 4.66586 8.28835 4.66586 7.03453C4.66586 5.78072 5.71071 4.73587 6.96452 4.73587Z\" }), /* @__PURE__ */ React.createElement(\"path\", { d: \"M-0.000930786 4.31809V9.68163C-0.000930786 12.05 1.94945 14.0003 4.31776 14.0003H9.68131C12.0496 14.0003 14 12.05 14 9.68163V4.31809C14 1.94977 12.0496 -0.000610352 9.68131 -0.000610352H4.31776C1.87979 0.0690461 -0.000930786 1.94977 -0.000930786 4.31809ZM4.31776 1.25321H9.68131C11.4227 1.25321 12.8158 2.64633 12.8158 4.38774V9.75129C12.8158 11.4927 11.4227 12.8858 9.68131 12.8858H4.31776C2.57635 12.8858 1.18323 11.4927 1.18323 9.75129V4.38774C1.18323 2.64633 2.57635 1.25321 4.31776 1.25321Z\" }));\nconst ForwardRef = forwardRef(SvgInstagram);\nexport { ForwardRef as ReactComponent };\n","import * as React from \"react\";\nimport { forwardRef } from \"react\";\nconst SvgLinkedin = ({\n title,\n titleId,\n ...props\n}, ref) => /* @__PURE__ */ React.createElement(\"svg\", { viewBox: \"0 0 11 11\", fill: \"currentColor\", xmlns: \"http://www.w3.org/2000/svg\", ref, \"aria-labelledby\": titleId, ...props }, title ? /* @__PURE__ */ React.createElement(\"title\", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M2.4314 3.16846H0.20015V10.4997H2.4314V3.16846Z\" }), /* @__PURE__ */ React.createElement(\"path\", { d: \"M7.85126 3.16846C6.5753 3.16846 6.22149 3.58666 5.9378 4.12471V3.16846H3.70655V10.4997H5.9378V6.35596C5.9378 5.71846 5.9378 5.08096 7.05343 5.08096C8.16905 5.08096 8.16905 5.71846 8.16905 6.35596V10.4997H10.4003V6.35596C10.4003 4.44346 10.0816 3.16846 7.85126 3.16846Z\" }), /* @__PURE__ */ React.createElement(\"path\", { d: \"M1.31577 2.53191C1.93192 2.53191 2.4314 2.03243 2.4314 1.41628C2.4314 0.800141 1.93192 0.300659 1.31577 0.300659C0.699632 0.300659 0.20015 0.800141 0.20015 1.41628C0.20015 2.03243 0.699632 2.53191 1.31577 2.53191Z\" }));\nconst ForwardRef = forwardRef(SvgLinkedin);\nexport { ForwardRef as ReactComponent };\n","import * as React from \"react\";\nimport { forwardRef } from \"react\";\nconst SvgMagicWand = ({\n title,\n titleId,\n ...props\n}, ref) => /* @__PURE__ */ React.createElement(\"svg\", { viewBox: \"0 0 16 16\", fill: \"none\", xmlns: \"http://www.w3.org/2000/svg\", ref, \"aria-labelledby\": titleId, ...props }, title ? /* @__PURE__ */ React.createElement(\"title\", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement(\"g\", { opacity: 0.5 }, /* @__PURE__ */ React.createElement(\"path\", { d: \"M1.16674 1.55329C0.277754 2.50153 0.277754 4.03893 1.16674 4.98717L2.42023 6.32421C2.42964 6.3126 2.43951 6.30127 2.44985 6.29025L5.60778 2.92183C5.61808 2.91084 5.62867 2.90033 5.63952 2.89032L4.38604 1.55329C3.49705 0.605045 2.05572 0.605045 1.16674 1.55329Z\", fill: \"currentColor\" }), /* @__PURE__ */ React.createElement(\"path\", { d: \"M6.47469 3.78115C6.4653 3.79273 6.45546 3.80402 6.44515 3.81501L3.28722 7.18344C3.27689 7.19446 3.26626 7.20499 3.25538 7.21503L10.8246 15.2888C11.7136 16.2371 13.155 16.2371 14.0439 15.2888C14.9329 14.3406 14.9329 12.8032 14.0439 11.8549L6.47469 3.78115Z\", fill: \"currentColor\" }), /* @__PURE__ */ React.createElement(\"path\", { d: \"M10.8422 0.258686C10.9693 -0.0862283 11.4253 -0.0862286 11.5523 0.258685L11.8921 1.18103C11.9309 1.28634 12.0087 1.36969 12.1071 1.41122L12.9686 1.77499C13.2908 1.91102 13.2908 2.39916 12.9686 2.53519L12.1071 2.89896C12.0087 2.94049 11.9309 3.02385 11.8921 3.12915L11.5523 4.0515C11.4253 4.39641 10.9693 4.39641 10.8422 4.0515L10.5025 3.12915C10.4637 3.02385 10.3858 2.94049 10.2875 2.89896L9.42593 2.53519C9.10376 2.39916 9.10376 1.91102 9.42593 1.77499L10.2875 1.41122C10.3858 1.36969 10.4637 1.28634 10.5025 1.18103L10.8422 0.258686Z\", fill: \"currentColor\" }), /* @__PURE__ */ React.createElement(\"path\", { d: \"M13.8953 6.00375C14.0224 5.65884 14.4783 5.65884 14.6054 6.00375L14.7292 6.34004C14.768 6.44535 14.8459 6.5287 14.9443 6.57024L15.2584 6.70287C15.5805 6.8389 15.5805 7.32704 15.2584 7.46307L14.9443 7.5957C14.8459 7.63723 14.768 7.72059 14.7292 7.82589L14.6054 8.16219C14.4783 8.5071 14.0224 8.5071 13.8953 8.16219L13.7714 7.82589C13.7326 7.72059 13.6548 7.63723 13.5564 7.5957L13.2423 7.46307C12.9201 7.32704 12.9201 6.8389 13.2423 6.70287L13.5564 6.57024C13.6548 6.5287 13.7326 6.44535 13.7714 6.34004L13.8953 6.00375Z\", fill: \"currentColor\" }), /* @__PURE__ */ React.createElement(\"path\", { d: \"M2.18412 11.2061C2.31118 10.8611 2.76713 10.8611 2.89419 11.2061L3.01808 11.5423C3.05687 11.6477 3.13473 11.731 3.23309 11.7725L3.54721 11.9052C3.86937 12.0412 3.86937 12.5293 3.54721 12.6654L3.23309 12.798C3.13473 12.8395 3.05687 12.9229 3.01808 13.0282L2.89419 13.3645C2.76713 13.7094 2.31118 13.7094 2.18412 13.3645L2.06024 13.0282C2.02144 12.9229 1.94358 12.8395 1.84522 12.798L1.53111 12.6654C1.20894 12.5293 1.20894 12.0412 1.53111 11.9052L1.84522 11.7725C1.94358 11.731 2.02144 11.6477 2.06024 11.5423L2.18412 11.2061Z\", fill: \"currentColor\" })));\nconst ForwardRef = forwardRef(SvgMagicWand);\nexport { ForwardRef as ReactComponent };\n","import * as React from \"react\";\nimport { forwardRef } from \"react\";\nconst SvgMenu = ({\n title,\n titleId,\n ...props\n}, ref) => /* @__PURE__ */ React.createElement(\"svg\", { viewBox: \"0 0 18 15\", fill: \"none\", xmlns: \"http://www.w3.org/2000/svg\", ref, \"aria-labelledby\": titleId, ...props }, title ? /* @__PURE__ */ React.createElement(\"title\", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M1 1.15092H17\", stroke: \"currentColor\", strokeWidth: 2, strokeLinecap: \"round\" }), /* @__PURE__ */ React.createElement(\"path\", { d: \"M1 7.15092H17\", stroke: \"currentColor\", strokeWidth: 2, strokeLinecap: \"round\" }), /* @__PURE__ */ React.createElement(\"path\", { d: \"M1 13.1509H17\", stroke: \"currentColor\", strokeWidth: 2, strokeLinecap: \"round\" }));\nconst ForwardRef = forwardRef(SvgMenu);\nexport { ForwardRef as ReactComponent };\n","import * as React from \"react\";\nimport { forwardRef } from \"react\";\nconst SvgMinus = ({\n title,\n titleId,\n ...props\n}, ref) => /* @__PURE__ */ React.createElement(\"svg\", { viewBox: \"0 0 16 2\", fill: \"none\", xmlns: \"http://www.w3.org/2000/svg\", ref, \"aria-labelledby\": titleId, ...props }, title ? /* @__PURE__ */ React.createElement(\"title\", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M15.5264 0.993286L0.473735 0.993285M15.5264 0.993286L0.473735 0.993285\", stroke: \"currentColor\" }));\nconst ForwardRef = forwardRef(SvgMinus);\nexport { ForwardRef as ReactComponent };\n","import * as React from \"react\";\nimport { forwardRef } from \"react\";\nconst SvgMute = ({\n title,\n titleId,\n ...props\n}, ref) => /* @__PURE__ */ React.createElement(\"svg\", { xmlns: \"http://www.w3.org/2000/svg\", viewBox: \"0 0 24 24\", fill: \"none\", stroke: \"currentColor\", strokeWidth: 1.5, strokeLinecap: \"round\", strokeLinejoin: \"round\", role: \"img\", \"aria-label\": \"Mute\", ref, \"aria-labelledby\": titleId, ...props }, title ? /* @__PURE__ */ React.createElement(\"title\", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M11.25 5.25 6.75 9H4.5A2.25 2.25 0 0 0 2.25 11.25v1.5A2.25 2.25 0 0 0 4.5 15h2.25l4.5 3.75a.75.75 0 0 0 1.23-.58V5.83a.75.75 0 0 0-1.23-.58Z\" }), /* @__PURE__ */ React.createElement(\"path\", { d: \"M16.5 10.5l3 3m0-3l-3 3\" }));\nconst ForwardRef = forwardRef(SvgMute);\nexport { ForwardRef as ReactComponent };\n","import * as React from \"react\";\nimport { forwardRef } from \"react\";\nconst SvgPause = ({\n title,\n titleId,\n ...props\n}, ref) => /* @__PURE__ */ React.createElement(\"svg\", { xmlns: \"http://www.w3.org/2000/svg\", viewBox: \"0 0 24 24\", fill: \"currentColor\", role: \"img\", \"aria-label\": \"Pause\", ref, \"aria-labelledby\": titleId, ...props }, title ? /* @__PURE__ */ React.createElement(\"title\", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M6 4h4v16H6V4zm8 0h4v16h-4V4z\" }));\nconst ForwardRef = forwardRef(SvgPause);\nexport { ForwardRef as ReactComponent };\n","import * as React from \"react\";\nimport { forwardRef } from \"react\";\nconst SvgPlay = ({\n title,\n titleId,\n ...props\n}, ref) => /* @__PURE__ */ React.createElement(\"svg\", { xmlns: \"http://www.w3.org/2000/svg\", viewBox: \"0 0 24 24\", fill: \"currentColor\", role: \"img\", \"aria-label\": \"Play\", ref, \"aria-labelledby\": titleId, ...props }, title ? /* @__PURE__ */ React.createElement(\"title\", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M5 3v18l15-9L5 3z\" }));\nconst ForwardRef = forwardRef(SvgPlay);\nexport { ForwardRef as ReactComponent };\n","import * as React from \"react\";\nimport { forwardRef } from \"react\";\nconst SvgPlus = ({\n title,\n titleId,\n ...props\n}, ref) => /* @__PURE__ */ React.createElement(\"svg\", { viewBox: \"0 0 16 16\", fill: \"none\", xmlns: \"http://www.w3.org/2000/svg\", ref, \"aria-labelledby\": titleId, ...props }, title ? /* @__PURE__ */ React.createElement(\"title\", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M7.99337 0.473633V15.5263M7.99337 0.473633V15.5263\", stroke: \"currentColor\" }), /* @__PURE__ */ React.createElement(\"path\", { d: \"M15.5264 7.99329L0.473735 7.99329M15.5264 7.99329L0.473735 7.99329\", stroke: \"currentColor\" }));\nconst ForwardRef = forwardRef(SvgPlus);\nexport { ForwardRef as ReactComponent };\n","import * as React from \"react\";\nimport { forwardRef } from \"react\";\nconst SvgPolaroidThread = ({\n title,\n titleId,\n ...props\n}, ref) => /* @__PURE__ */ React.createElement(\"svg\", { viewBox: \"0 0 36 47\", fill: \"none\", xmlns: \"http://www.w3.org/2000/svg\", ref, \"aria-labelledby\": titleId, ...props }, title ? /* @__PURE__ */ React.createElement(\"title\", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement(\"g\", { filter: \"url(#filter0_g_1682_441)\" }, /* @__PURE__ */ React.createElement(\"path\", { d: \"M30.7629 40.8408C31.3152 40.8408 31.7629 40.3931 31.7629 39.8408C31.7629 39.2885 31.3152 38.8408 30.7629 38.8408V39.8408V40.8408ZM10.0864 3.30746L9.70431 2.38335L10.0864 3.30746ZM33.1529 24.2639L33.1204 25.2634L35.1193 25.3284L35.1518 24.3289L34.1523 24.2964L33.1529 24.2639ZM30.7629 39.8408V38.8408C27.1629 38.8408 22.7762 37.2192 18.504 34.5414C14.2501 31.8751 10.2184 28.229 7.32983 24.329C4.42396 20.4057 2.76947 16.3567 3.0261 12.8578C3.27435 9.47312 5.33374 6.35477 10.4685 4.23158L10.0864 3.30746L9.70431 2.38335C4.03656 4.72691 1.34706 8.4086 1.03146 12.7115C0.72424 16.9001 2.69093 21.4261 5.72265 25.5194C8.7717 29.6361 12.994 33.4482 17.4418 36.2361C21.8714 39.0125 26.6342 40.8408 30.7629 40.8408V39.8408ZM10.0864 3.30746L10.4685 4.23158C15.7891 2.03159 21.5683 2.82709 25.957 6.23235C30.3388 9.63225 33.4307 15.7173 33.1529 24.2639L34.1523 24.2964L35.1518 24.3289C35.4469 15.2537 32.1536 8.50895 27.183 4.65222C22.2194 0.800831 15.6792 -0.0872049 9.70431 2.38335L10.0864 3.30746Z\", fill: \"currentColor\" }), /* @__PURE__ */ React.createElement(\"path\", { d: \"M30.4133 35.2615C30.6452 36.1309 30.9675 37.5931 31.2749 39.6661C31.5658 41.6285 31.3976 43.1543 30.6627 44.9205\", stroke: \"currentColor\", strokeWidth: 2, strokeLinecap: \"round\" })), /* @__PURE__ */ React.createElement(\"defs\", null, /* @__PURE__ */ React.createElement(\"filter\", { id: \"filter0_g_1682_441\", x: 0.499939, y: 0.5, width: 35.1702, height: 45.9207, filterUnits: \"userSpaceOnUse\", colorInterpolationFilters: \"sRGB\" }, /* @__PURE__ */ React.createElement(\"feFlood\", { floodOpacity: 0, result: \"BackgroundImageFix\" }), /* @__PURE__ */ React.createElement(\"feBlend\", { mode: \"normal\", in: \"SourceGraphic\", in2: \"BackgroundImageFix\", result: \"shape\" }), /* @__PURE__ */ React.createElement(\"feTurbulence\", { type: \"fractalNoise\", baseFrequency: \"0.3333333432674408 0.3333333432674408\", numOctaves: 3, seed: 3005 }), /* @__PURE__ */ React.createElement(\"feDisplacementMap\", { in: \"shape\", scale: 1, xChannelSelector: \"R\", yChannelSelector: \"G\", result: \"displacedImage\", width: \"100%\", height: \"100%\" }), /* @__PURE__ */ React.createElement(\"feMerge\", { result: \"effect1_texture_1682_441\" }, /* @__PURE__ */ React.createElement(\"feMergeNode\", { in: \"displacedImage\" })))));\nconst ForwardRef = forwardRef(SvgPolaroidThread);\nexport { ForwardRef as ReactComponent };\n","import * as React from \"react\";\nimport { forwardRef } from \"react\";\nconst SvgProfil = ({\n title,\n titleId,\n ...props\n}, ref) => /* @__PURE__ */ React.createElement(\"svg\", { viewBox: \"0 0 10 14\", fill: \"none\", xmlns: \"http://www.w3.org/2000/svg\", ref, \"aria-labelledby\": titleId, ...props }, title ? /* @__PURE__ */ React.createElement(\"title\", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M7.85714 3.07144C7.85714 4.64939 6.57796 5.92858 5 5.92858C3.42204 5.92858 2.14286 4.64939 2.14286 3.07144C2.14286 1.49348 3.42204 0.214294 5 0.214294C6.57796 0.214294 7.85714 1.49348 7.85714 3.07144Z\", fill: \"currentColor\" }), /* @__PURE__ */ React.createElement(\"path\", { d: \"M10 10.9286C10 12.5065 7.76142 13.7857 5 13.7857C2.23858 13.7857 0 12.5065 0 10.9286C0 9.35062 2.23858 8.07144 5 8.07144C7.76142 8.07144 10 9.35062 10 10.9286Z\", fill: \"currentColor\" }));\nconst ForwardRef = forwardRef(SvgProfil);\nexport { ForwardRef as ReactComponent };\n","import * as React from \"react\";\nimport { forwardRef } from \"react\";\nconst SvgQuote = ({\n title,\n titleId,\n ...props\n}, ref) => /* @__PURE__ */ React.createElement(\"svg\", { viewBox: \"0 0 14 13\", fill: \"none\", xmlns: \"http://www.w3.org/2000/svg\", ref, \"aria-labelledby\": titleId, ...props }, title ? /* @__PURE__ */ React.createElement(\"title\", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M13.0317 0.647687C11.0886 1.88909 9.46937 4.156 9.63129 5.88317C9.90116 8.20405 13.1396 6.63881 13.7873 9.66135C14.0572 11.2266 13.0856 12.6299 11.5204 12.8998C9.63129 13.2776 8.17399 11.8203 7.7422 9.5534C6.98657 5.18151 10.0631 1.4573 12.6538 0L13.0317 0.647687ZM0.131863 9.5534C-0.677748 5.23548 2.39877 1.51127 5.0435 0L5.42132 0.701663C3.42428 1.88909 1.80506 4.20998 2.02095 5.93715C2.29082 8.20405 5.52927 6.69278 6.12298 9.71533C6.44683 11.2806 5.47529 12.6839 3.91005 12.9538C2.02095 13.2776 0.563655 11.8743 0.131863 9.5534Z\", fill: \"currentColor\" }));\nconst ForwardRef = forwardRef(SvgQuote);\nexport { ForwardRef as ReactComponent };\n","import * as React from \"react\";\nimport { forwardRef } from \"react\";\nconst SvgRecipeBgShape = ({\n title,\n titleId,\n ...props\n}, ref) => /* @__PURE__ */ React.createElement(\"svg\", { viewBox: \"0 0 1051 549\", fill: \"none\", xmlns: \"http://www.w3.org/2000/svg\", ref, \"aria-labelledby\": titleId, ...props }, title ? /* @__PURE__ */ React.createElement(\"title\", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M2148 549C2113.18 469.766 2072.13 406.361 2034.19 351.68C1979.97 273.439 1933.72 224.237 1842.01 166.161C1634.69 35.4907 1467.23 0.000123591 1053.37 8.741e-05C639.513 5.12294e-05 528.672 80.6606 447.336 108.085C227.283 181.012 75.4773 349.042 0 549L2148 549Z\", fill: \"#802948\" }));\nconst ForwardRef = forwardRef(SvgRecipeBgShape);\nexport { ForwardRef as ReactComponent };\n","import * as React from \"react\";\nimport { forwardRef } from \"react\";\nconst SvgStar = ({\n title,\n titleId,\n ...props\n}, ref) => /* @__PURE__ */ React.createElement(\"svg\", { viewBox: \"0 0 18 17\", fill: \"none\", xmlns: \"http://www.w3.org/2000/svg\", ref, \"aria-labelledby\": titleId, ...props }, title ? /* @__PURE__ */ React.createElement(\"title\", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M8.38169 0.440751C8.61486 -0.102569 9.38514 -0.102569 9.61831 0.440751L11.5399 4.91842C11.6373 5.14529 11.8511 5.30062 12.0969 5.32311L16.9493 5.767C17.538 5.82086 17.7761 6.55344 17.3314 6.94309L13.6667 10.1543C13.481 10.317 13.3993 10.5684 13.4539 10.8091L14.5312 15.5611C14.6619 16.1378 14.0388 16.5905 13.5308 16.288L9.34425 13.795C9.13213 13.6687 8.86787 13.6687 8.65575 13.795L4.46922 16.288C3.96123 16.5905 3.33806 16.1378 3.46878 15.5611L4.54607 10.8091C4.60065 10.5684 4.51899 10.317 4.33331 10.1543L0.668603 6.94309C0.223928 6.55344 0.461957 5.82086 1.05074 5.767L5.90307 5.32311C6.14892 5.30062 6.36271 5.14529 6.46008 4.91842L8.38169 0.440751Z\", fill: \"currentColor\" }));\nconst ForwardRef = forwardRef(SvgStar);\nexport { ForwardRef as ReactComponent };\n","import * as React from \"react\";\nimport { forwardRef } from \"react\";\nconst SvgSubtract = ({\n title,\n titleId,\n ...props\n}, ref) => /* @__PURE__ */ React.createElement(\"svg\", { viewBox: \"0 0 20 20\", fill: \"none\", xmlns: \"http://www.w3.org/2000/svg\", ref, \"aria-labelledby\": titleId, ...props }, title ? /* @__PURE__ */ React.createElement(\"title\", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement(\"path\", { fillRule: \"evenodd\", clipRule: \"evenodd\", d: \"M7.5924 1.20027C7.34888 1.4078 7.22711 1.51158 7.09706 1.59874C6.79896 1.79854 6.46417 1.93721 6.1121 2.00672C5.95851 2.03705 5.79903 2.04977 5.48008 2.07522C4.6787 2.13918 4.278 2.17115 3.94371 2.28923C3.17051 2.56233 2.56233 3.17051 2.28923 3.94371C2.17115 4.278 2.13918 4.6787 2.07522 5.48008C2.04977 5.79903 2.03705 5.95851 2.00672 6.1121C1.93721 6.46417 1.79854 6.79896 1.59874 7.09706C1.51158 7.22711 1.40781 7.34887 1.20027 7.5924C0.678835 8.20428 0.418104 8.51023 0.265216 8.83011C-0.0884052 9.56995 -0.0884052 10.43 0.265216 11.1699C0.418105 11.4898 0.678827 11.7957 1.20027 12.4076C1.40778 12.6511 1.51158 12.7729 1.59874 12.9029C1.79854 13.201 1.93721 13.5358 2.00672 13.8879C2.03705 14.0415 2.04977 14.201 2.07522 14.5199C2.13918 15.3213 2.17115 15.722 2.28923 16.0563C2.56233 16.8295 3.17051 17.4377 3.94371 17.7108C4.278 17.8288 4.6787 17.8608 5.48008 17.9248C5.79903 17.9502 5.95851 17.963 6.1121 17.9933C6.46417 18.0628 6.79896 18.2015 7.09706 18.4013C7.22711 18.4884 7.34887 18.5922 7.5924 18.7997C8.20429 19.3212 8.51023 19.5819 8.83011 19.7348C9.56995 20.0884 10.43 20.0884 11.1699 19.7348C11.4898 19.5819 11.7957 19.3212 12.4076 18.7997C12.6511 18.5922 12.7729 18.4884 12.9029 18.4013C13.201 18.2015 13.5358 18.0628 13.8879 17.9933C14.0415 17.963 14.201 17.9502 14.5199 17.9248C15.3213 17.8608 15.722 17.8288 16.0563 17.7108C16.8295 17.4377 17.4377 16.8295 17.7108 16.0563C17.8288 15.722 17.8608 15.3213 17.9248 14.5199C17.9502 14.201 17.963 14.0415 17.9933 13.8879C18.0628 13.5358 18.2015 13.201 18.4013 12.9029C18.4884 12.7729 18.5922 12.6511 18.7997 12.4076C19.3212 11.7957 19.5819 11.4898 19.7348 11.1699C20.0884 10.43 20.0884 9.56995 19.7348 8.83011C19.5819 8.51023 19.3212 8.20429 18.7997 7.5924C18.5922 7.34887 18.4884 7.22711 18.4013 7.09706C18.2015 6.79896 18.0628 6.46417 17.9933 6.1121C17.963 5.95851 17.9502 5.79903 17.9248 5.48008C17.8608 4.6787 17.8288 4.278 17.7108 3.94371C17.4377 3.17051 16.8295 2.56233 16.0563 2.28923C15.722 2.17115 15.3213 2.13918 14.5199 2.07522C14.201 2.04977 14.0415 2.03705 13.8879 2.00672C13.5358 1.93721 13.201 1.79854 12.9029 1.59874C12.7729 1.51158 12.6511 1.40781 12.4076 1.20027C11.7957 0.678828 11.4898 0.418105 11.1699 0.265216C10.43 -0.0884052 9.56995 -0.0884052 8.83011 0.265216C8.51023 0.418105 8.20428 0.678833 7.5924 1.20027ZM13.8309 6.16959C14.1487 6.48742 14.1487 7.00273 13.8309 7.32056L7.32003 13.8314C7.0022 14.1493 6.48689 14.1493 6.16906 13.8314C5.85123 13.5136 5.85123 12.9983 6.16906 12.6805L12.6799 6.16959C12.9978 5.85176 13.5131 5.85176 13.8309 6.16959ZM13.798 12.7134C13.798 13.3127 13.3122 13.7985 12.7129 13.7985C12.1135 13.7985 11.6277 13.3127 11.6277 12.7134C11.6277 12.1141 12.1135 11.6282 12.7129 11.6282C13.3122 11.6282 13.798 12.1141 13.798 12.7134ZM7.28712 8.3728C7.88643 8.3728 8.37227 7.88696 8.37227 7.28765C8.37227 6.68834 7.88643 6.2025 7.28712 6.2025C6.68781 6.2025 6.20197 6.68834 6.20197 7.28765C6.20197 7.88696 6.68781 8.3728 7.28712 8.3728Z\", fill: \"currentColor\" }));\nconst ForwardRef = forwardRef(SvgSubtract);\nexport { ForwardRef as ReactComponent };\n","import * as React from \"react\";\nimport { forwardRef } from \"react\";\nconst SvgTiktok = ({\n title,\n titleId,\n ...props\n}, ref) => /* @__PURE__ */ React.createElement(\"svg\", { viewBox: \"0 0 12 15\", fill: \"none\", xmlns: \"http://www.w3.org/2000/svg\", ref, \"aria-labelledby\": titleId, ...props }, title ? /* @__PURE__ */ React.createElement(\"title\", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M11.3226 5.90273V3.62555C8.34598 3.49986 8.25022 0.794932 8.25022 0.540759V0.521606H5.94949V9.39052C5.94924 9.77378 5.82814 10.1472 5.60341 10.4576C5.37868 10.7681 5.06178 10.9998 4.69778 11.1197C4.33378 11.2397 3.94123 11.2418 3.57597 11.1257C3.21071 11.0097 2.89134 10.7814 2.6633 10.4734C2.43526 10.1654 2.31016 9.79328 2.3058 9.41005C2.30144 9.02682 2.41804 8.65198 2.63902 8.33885C2.85999 8.02572 3.17409 7.79025 3.53662 7.66593C3.89915 7.54162 4.29165 7.53479 4.65828 7.64643V5.29782C4.48202 5.27521 4.30449 5.26388 4.12679 5.26391C3.31062 5.26391 2.51278 5.50593 1.83416 5.95937C1.15554 6.41281 0.626624 7.05729 0.31429 7.81134C0.00195587 8.56538 -0.079765 9.3951 0.0794615 10.1956C0.238688 10.9961 0.63171 11.7314 1.20883 12.3085C1.78595 12.8856 2.52124 13.2786 3.32173 13.4379C4.12221 13.5971 4.95194 13.5154 5.70598 13.203C6.46002 12.8907 7.10451 12.3618 7.55795 11.6832C8.01139 11.0045 8.25341 10.2067 8.25341 9.39052C8.25341 9.33267 8.25341 9.27521 8.24942 9.21815V4.85092C9.3088 5.82013 11.3226 5.90273 11.3226 5.90273Z\", fill: \"#F7C8CC\" }), /* @__PURE__ */ React.createElement(\"path\", { d: \"M12.0002 6.46508V4.18671C9.02313 4.06102 8.92777 1.35609 8.92777 1.10192V1.08276H6.62704V9.95168C6.62687 10.335 6.50584 10.7084 6.28117 11.0189C6.05649 11.3294 5.73961 11.5612 5.37562 11.6812C5.01162 11.8012 4.61905 11.8033 4.25376 11.6874C3.88846 11.5714 3.56905 11.3431 3.34097 11.0351C3.11288 10.7271 2.98774 10.355 2.98335 9.97176C2.97896 9.58851 3.09554 9.21365 3.31651 8.90049C3.53748 8.58733 3.85158 8.35184 4.21412 8.22751C4.57666 8.10318 4.96918 8.09634 5.33583 8.20798V5.85898C5.15914 5.83685 4.98121 5.82606 4.80314 5.82666C3.98696 5.8269 3.18917 6.06916 2.51068 6.52281C1.83218 6.97647 1.30345 7.62113 0.991345 8.37529C0.679242 9.12944 0.597785 9.95921 0.757276 10.7597C0.916767 11.5601 1.31004 12.2953 1.88737 12.8722C2.46469 13.4492 3.20014 13.8419 4.00069 14.0009C4.80125 14.1598 5.63097 14.0778 6.38491 13.7652C7.13885 13.4526 7.78316 12.9234 8.23636 12.2446C8.68955 11.5658 8.93127 10.7679 8.93096 9.95168C8.93096 9.89383 8.93096 9.83637 8.92697 9.77931V5.41208C9.98635 6.38129 12.0002 6.46508 12.0002 6.46508Z\", fill: \"#F7EFDC\" }), /* @__PURE__ */ React.createElement(\"path\", { d: \"M8.30717 1.08276C8.4181 1.68687 8.7421 2.63134 9.68657 3.18398C8.96475 2.34325 8.92844 1.25833 8.92844 1.10192V1.08276H8.30717Z\", fill: \"#F7EFDC\" }), /* @__PURE__ */ React.createElement(\"path\", { d: \"M11.9998 6.46487V4.18649C11.7719 4.17814 11.5451 4.15145 11.3215 4.10669V5.90026C11.3215 5.90026 9.30766 5.81767 8.24907 4.84846V9.21449C8.25147 9.27155 8.25307 9.329 8.25307 9.38686C8.25296 10.1335 8.05033 10.8661 7.66676 11.5066C7.28318 12.1471 6.73303 12.6716 6.07491 13.0242C5.4168 13.3767 4.67537 13.5442 3.92961 13.5086C3.18385 13.4731 2.4617 13.2359 1.84009 12.8224C2.41176 13.4128 3.14669 13.819 3.95071 13.989C4.75474 14.159 5.59121 14.0851 6.35294 13.7767C7.11467 13.4683 7.76695 12.9394 8.2262 12.2579C8.68544 11.5764 8.93071 10.7733 8.93059 9.95147C8.93059 9.89361 8.93059 9.83615 8.9266 9.77909V5.41187C9.98599 6.38108 11.9998 6.46487 11.9998 6.46487Z\", fill: \"#F7EFDC\" }), /* @__PURE__ */ React.createElement(\"path\", { d: \"M4.65799 7.64316C4.21868 7.50917 3.74498 7.54594 3.3316 7.74611C2.91823 7.94628 2.59564 8.2951 2.42832 8.72284C2.26101 9.15057 2.26131 9.62569 2.42916 10.0532C2.597 10.4807 2.92003 10.8292 3.33366 11.0288C3.10762 10.72 2.98446 10.348 2.98163 9.96536C2.9788 9.58271 3.09644 9.20888 3.31789 8.89682C3.53934 8.58475 3.85336 8.35028 4.21548 8.22661C4.5776 8.10294 4.96945 8.09635 5.33552 8.20776V5.85876C5.15883 5.83663 4.9809 5.82584 4.80283 5.82644C4.75375 5.82644 4.70547 5.82644 4.65679 5.82923L4.65799 7.64316Z\", fill: \"#F7EFDC\" }));\nconst ForwardRef = forwardRef(SvgTiktok);\nexport { ForwardRef as ReactComponent };\n","import * as React from \"react\";\nimport { forwardRef } from \"react\";\nconst SvgTrustpilot = ({\n title,\n titleId,\n ...props\n}, ref) => /* @__PURE__ */ React.createElement(\"svg\", { viewBox: \"0 0 95 59\", fill: \"none\", xmlns: \"http://www.w3.org/2000/svg\", ref, \"aria-labelledby\": titleId, ...props }, title ? /* @__PURE__ */ React.createElement(\"title\", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M23.6782 58.0245V49.7689H28.8026V50.9955H24.9048V52.9886H28.0419V54.2152H24.9048V56.798H28.8026V58.0245H23.6782ZM29.4171 58.0245L31.5753 55.0643L29.4288 52.1159H30.9443L32.3301 54.0147L33.7217 52.1159H35.2313L33.0908 55.0643L35.249 58.0245H33.7335L32.3301 56.1021L30.9325 58.0245H29.4171ZM39.6049 56.3498L40.7018 56.9454C40.4344 57.3189 40.0944 57.6176 39.6816 57.8417C39.2728 58.0658 38.8285 58.1778 38.3489 58.1778C37.8064 58.1778 37.3111 58.0383 36.8629 57.7592C36.4187 57.48 36.0629 57.1066 35.7956 56.6388C35.5322 56.167 35.4005 55.6461 35.4005 55.0761C35.4005 54.6437 35.4772 54.2407 35.6305 53.8672C35.7838 53.4898 35.9941 53.1596 36.2614 52.8766C36.5327 52.5896 36.8472 52.3655 37.2049 52.2043C37.5627 52.0432 37.944 51.9626 38.3489 51.9626C38.8285 51.9626 39.2728 52.0746 39.6816 52.2987C40.0944 52.5228 40.4344 52.8235 40.7018 53.2009L39.6049 53.7965C39.4398 53.5999 39.2472 53.4505 39.0271 53.3483C38.8069 53.2422 38.5809 53.1891 38.3489 53.1891C38.0266 53.1891 37.7337 53.2776 37.4703 53.4545C37.2108 53.6274 37.0044 53.8574 36.8511 54.1444C36.7017 54.4274 36.627 54.738 36.627 55.0761C36.627 55.4102 36.7037 55.7208 36.857 56.0078C37.0103 56.2908 37.2167 56.5189 37.4762 56.6918C37.7396 56.8648 38.0305 56.9513 38.3489 56.9513C38.5927 56.9513 38.8246 56.8963 39.0447 56.7862C39.2649 56.6761 39.4516 56.5306 39.6049 56.3498ZM44.1048 58.1778C43.5623 58.1778 43.0669 58.0383 42.6188 57.7592C42.1746 57.48 41.8188 57.1066 41.5515 56.6388C41.2881 56.167 41.1564 55.6461 41.1564 55.0761C41.1564 54.6437 41.233 54.2407 41.3863 53.8672C41.5397 53.4898 41.75 53.1596 42.0173 52.8766C42.2886 52.5896 42.6031 52.3655 42.9608 52.2043C43.3185 52.0432 43.6999 51.9626 44.1048 51.9626C44.5569 51.9626 44.9716 52.0569 45.349 52.2456C45.7264 52.4304 46.0488 52.6879 46.3161 53.0181C46.5834 53.3444 46.78 53.7218 46.9058 54.1503C47.0316 54.5749 47.0689 55.027 47.0178 55.5066H42.4714C42.5225 55.7778 42.6208 56.0235 42.7662 56.2437C42.9156 56.4599 43.1043 56.6309 43.3323 56.7567C43.5642 56.8825 43.8217 56.9474 44.1048 56.9513C44.4036 56.9513 44.6748 56.8766 44.9186 56.7272C45.1662 56.5778 45.3687 56.3714 45.5259 56.108L46.7702 56.397C46.5343 56.9198 46.1785 57.3483 45.7028 57.6825C45.2272 58.0127 44.6945 58.1778 44.1048 58.1778ZM42.4301 54.569H45.7795C45.7402 54.2859 45.6399 54.0304 45.4788 53.8024C45.3215 53.5704 45.123 53.3876 44.8832 53.254C44.6473 53.1164 44.3878 53.0476 44.1048 53.0476C43.8257 53.0476 43.5662 53.1144 43.3264 53.2481C43.0905 53.3817 42.894 53.5645 42.7367 53.7965C42.5834 54.0245 42.4812 54.282 42.4301 54.569ZM47.7958 58.0245V49.1793H49.0224V58.0245H47.7958ZM50.3154 58.0245V49.1793H51.5419V58.0245H50.3154ZM55.3489 58.1778C54.8064 58.1778 54.311 58.0383 53.8629 57.7592C53.4186 57.48 53.0629 57.1066 52.7955 56.6388C52.5321 56.167 52.4004 55.6461 52.4004 55.0761C52.4004 54.6437 52.4771 54.2407 52.6304 53.8672C52.7837 53.4898 52.9941 53.1596 53.2614 52.8766C53.5326 52.5896 53.8471 52.3655 54.2049 52.2043C54.5626 52.0432 54.944 51.9626 55.3489 51.9626C55.801 51.9626 56.2157 52.0569 56.5931 52.2456C56.9705 52.4304 57.2929 52.6879 57.5602 53.0181C57.8275 53.3444 58.0241 53.7218 58.1499 54.1503C58.2757 54.5749 58.313 55.027 58.2619 55.5066H53.7154C53.7665 55.7778 53.8648 56.0235 54.0103 56.2437C54.1597 56.4599 54.3484 56.6309 54.5764 56.7567C54.8083 56.8825 55.0658 56.9474 55.3489 56.9513C55.6476 56.9513 55.9189 56.8766 56.1626 56.7272C56.4103 56.5778 56.6128 56.3714 56.77 56.108L58.0142 56.397C57.7784 56.9198 57.4226 57.3483 56.9469 57.6825C56.4712 58.0127 55.9386 58.1778 55.3489 58.1778ZM53.6742 54.569H57.0236C56.9843 54.2859 56.884 54.0304 56.7228 53.8024C56.5656 53.5704 56.3671 53.3876 56.1273 53.254C55.8914 53.1164 55.6319 53.0476 55.3489 53.0476C55.0698 53.0476 54.8103 53.1144 54.5705 53.2481C54.3346 53.3817 54.138 53.5645 53.9808 53.7965C53.8275 54.0245 53.7253 54.282 53.6742 54.569ZM64.4277 54.3272V58.0245H63.2012V54.6279C63.2012 54.3645 63.1363 54.1247 63.0066 53.9085C62.8808 53.6923 62.7098 53.5213 62.4935 53.3955C62.2812 53.2658 62.0414 53.2009 61.7741 53.2009C61.5147 53.2009 61.2768 53.2658 61.0606 53.3955C60.8444 53.5213 60.6714 53.6923 60.5417 53.9085C60.412 54.1247 60.3471 54.3645 60.3471 54.6279V58.0245H59.1205V52.1277H60.3471V52.7527C60.5515 52.509 60.8031 52.3164 61.1019 52.1748C61.4007 52.0333 61.723 51.9626 62.069 51.9626C62.5053 51.9626 62.9024 52.0687 63.2601 52.281C63.6179 52.4933 63.9009 52.7783 64.1093 53.136C64.3216 53.4938 64.4277 53.8908 64.4277 54.3272ZM68.6004 53.3542H67.362L67.3561 58.0245H66.1296L66.1355 53.3542H65.1979V52.1277H66.1355L66.1296 50.2761H67.3561L67.362 52.1277H68.6004V53.3542Z\", fill: \"#F7EFDC\", fillOpacity: 0.6 }), /* @__PURE__ */ React.createElement(\"path\", { d: \"M88.1498 4.55424H90.1039V1.03242H92.681V4.53248H95V6.44393H92.681V12.6711C92.681 12.9504 92.7022 13.165 92.724 13.3797C92.7454 13.5731 92.8098 13.7448 92.8742 13.8736C92.9601 14.0024 93.0888 14.11 93.2391 14.1744C93.4108 14.2388 93.6257 14.2817 93.9265 14.2817C94.0982 14.2817 94.2914 14.2817 94.4631 14.2603C94.6351 14.2388 94.8283 14.2173 95 14.1744V16.1714C94.721 16.2143 94.4417 16.2358 94.1626 16.2573C93.8833 16.3002 93.6257 16.3002 93.3249 16.3002C92.6378 16.3002 92.1012 16.2358 91.6931 16.107C91.285 15.9782 90.9631 15.7851 90.7267 15.5487C90.4906 15.2911 90.3403 14.9903 90.2542 14.6251C90.1683 14.2603 90.1254 13.8092 90.1039 13.337V6.4654H88.1498V4.51131V4.55424ZM81.4931 14.4964C82.0512 14.4964 82.5666 14.3676 82.9747 14.1315C83.4043 13.8954 83.7262 13.5731 84.0056 13.1865C84.2846 12.8001 84.4781 12.3491 84.6068 11.8766C84.7356 11.3829 84.8 10.889 84.8 10.3736C84.8 9.8796 84.7356 9.38564 84.6068 8.89167C84.4781 8.39802 84.2846 7.96844 84.0056 7.5818C83.7262 7.19546 83.3828 6.89467 82.9747 6.65857C82.5452 6.42217 82.0512 6.29339 81.4931 6.29339C80.9348 6.29339 80.4194 6.42217 80.0112 6.65857C79.582 6.89467 79.2597 7.21692 78.9807 7.5818C78.7014 7.96844 78.5082 8.39802 78.3794 8.89167C78.2503 9.38564 78.186 9.8796 78.186 10.3736C78.186 10.889 78.2503 11.3829 78.3794 11.8766C78.5082 12.3706 78.7014 12.8001 78.9807 13.1865C79.2597 13.5731 79.6034 13.8954 80.0112 14.1315C80.4408 14.389 80.9348 14.4964 81.4931 14.4964ZM81.4931 16.5366C80.5696 16.5366 79.7322 16.3861 79.0022 16.0641C78.2718 15.7418 77.6708 15.334 77.1554 14.7971C76.6614 14.2603 76.2751 13.5946 76.0172 12.8431C75.7597 12.0912 75.6091 11.2539 75.6091 10.3736C75.6091 9.49295 75.7379 8.67704 76.0172 7.92552C76.2751 7.17399 76.6614 6.52979 77.1554 5.97143C77.6491 5.43455 78.2718 5.00497 79.0022 4.70449C79.7322 4.4037 80.5696 4.23199 81.4931 4.23199C82.4164 4.23199 83.2537 4.38223 83.9841 4.70449C84.7142 5.00497 85.3154 5.43455 85.8306 5.97143C86.3245 6.50832 86.7112 7.17399 86.9687 7.92552C87.2266 8.67704 87.3768 9.49295 87.3768 10.3736C87.3768 11.2753 87.2481 12.0912 86.9687 12.8431C86.6897 13.5946 86.3245 14.2388 85.8306 14.7971C85.3369 15.334 84.7142 15.7633 83.9841 16.0641C83.2537 16.3646 82.4378 16.5366 81.4931 16.5366ZM71.0568 0.108887H73.6336V16.2143H71.0568V0.108887ZM66.1821 4.55424H68.7593V16.2143H66.1821V4.55424ZM66.1821 0.108887H68.7593V2.53547H66.1821V0.108887ZM61.6512 10.395C61.6512 9.8796 61.5868 9.36417 61.4366 8.87021C61.3078 8.37655 61.0929 7.94698 60.8138 7.56034C60.5345 7.17399 60.1911 6.8732 59.8045 6.6371C59.3964 6.40101 58.9242 6.29339 58.4087 6.29339C57.3349 6.29339 56.519 6.65857 55.9607 7.41009C55.4238 8.16161 55.1448 9.171 55.1448 10.4165C55.1448 11.0178 55.2092 11.5547 55.3594 12.0483C55.5097 12.5423 55.7031 12.9718 56.0036 13.337C56.2829 13.7019 56.6264 13.9809 57.0345 14.1959C57.4423 14.4105 57.8933 14.5181 58.4302 14.5181C59.0315 14.5181 59.504 14.389 59.9118 14.1529C60.3199 13.9165 60.6421 13.5946 60.9212 13.2294C61.1787 12.8431 61.3722 12.4135 61.4795 11.9195C61.5868 11.4041 61.6512 10.9104 61.6512 10.395ZM52.6538 4.55424H55.0804V6.14314H55.1233C55.4882 5.45601 55.9821 4.98351 56.6264 4.68302C57.2706 4.38223 57.9577 4.23199 58.7307 4.23199C59.6542 4.23199 60.4487 4.38223 61.1358 4.72595C61.8229 5.0479 62.3813 5.47747 62.8323 6.05729C63.2834 6.61564 63.6268 7.28131 63.8417 8.03283C64.0563 8.78436 64.1851 9.60057 64.1851 10.438C64.1851 11.2324 64.0778 11.9839 63.8846 12.7143C63.67 13.4443 63.3692 14.11 62.9611 14.6684C62.5533 15.2267 62.0379 15.6775 61.3937 16.0212C60.7495 16.3646 60.0194 16.5366 59.1603 16.5366C58.7954 16.5366 58.4087 16.4937 58.0438 16.4293C57.6787 16.3646 57.3135 16.2573 56.9701 16.107C56.6264 15.9568 56.3044 15.7633 56.0251 15.5272C55.7246 15.2911 55.4882 15.0118 55.295 14.7113H55.2521V20.5306H52.6753V4.55424H52.6538ZM43.9998 4.55424H45.9539V1.03242H48.531V4.53248H50.85V6.44393H48.531V12.6711C48.531 12.9504 48.5522 13.165 48.5736 13.3797C48.5954 13.5731 48.6598 13.7448 48.7242 13.8736C48.81 14.0024 48.9388 14.11 49.0891 14.1744C49.2608 14.2388 49.4757 14.2817 49.7762 14.2817C49.9482 14.2817 50.1414 14.2817 50.3131 14.2603C50.4851 14.2388 50.6783 14.2173 50.85 14.1744V16.1714C50.5709 16.2143 50.2916 16.2358 50.0126 16.2573C49.7333 16.3002 49.4757 16.3002 49.1752 16.3002C48.4878 16.3002 47.9509 16.2358 47.5431 16.107C47.135 15.9782 46.813 15.7848 46.5766 15.5487C46.3405 15.2911 46.1903 14.9903 46.1041 14.6251C46.0186 14.2603 45.9753 13.8092 45.9539 13.337V6.4654H43.9998V4.51131V4.55424ZM35.5178 12.4779C35.6036 13.2294 35.8827 13.7448 36.3766 14.0671C36.8706 14.3676 37.4719 14.5181 38.159 14.5181C38.3951 14.5181 38.6744 14.4964 38.9749 14.4534C39.2757 14.4105 39.5762 14.3461 39.8341 14.2388C40.1131 14.1315 40.3277 13.9809 40.4994 13.7663C40.6714 13.5517 40.7573 13.2938 40.7358 12.9718C40.7144 12.6499 40.6071 12.3706 40.3707 12.1559C40.1346 11.941 39.8552 11.7908 39.5118 11.6405C39.1681 11.5117 38.7603 11.4041 38.3093 11.3183C37.8582 11.2324 37.4075 11.1251 36.935 11.0178C36.4625 10.9104 35.9903 10.7814 35.5393 10.6311C35.0882 10.4809 34.7016 10.2877 34.3367 10.0084C33.993 9.75082 33.6925 9.42856 33.499 9.02076C33.2844 8.61265 33.1771 8.14015 33.1771 7.53887C33.1771 6.89467 33.3273 6.37924 33.6496 5.94997C33.9501 5.5204 34.3582 5.17698 34.8304 4.91912C35.3032 4.66156 35.8397 4.46809 36.4196 4.36077C36.9994 4.25345 37.5577 4.21052 38.0732 4.21052C38.6744 4.21052 39.2543 4.27491 39.7908 4.4037C40.3277 4.53248 40.8432 4.72595 41.2727 5.02644C41.7238 5.30577 42.0886 5.69211 42.368 6.14314C42.6685 6.59418 42.8402 7.15253 42.9263 7.79674H40.2419C40.1131 7.17399 39.8341 6.76588 39.4045 6.55125C38.9535 6.33662 38.4598 6.229 37.88 6.229C37.708 6.229 37.4719 6.25046 37.2358 6.27192C36.9779 6.31485 36.7633 6.35778 36.5269 6.44393C36.3122 6.52979 36.1191 6.65857 35.9685 6.80881C35.8183 6.95936 35.7324 7.17399 35.7324 7.43155C35.7324 7.75381 35.8397 7.98991 36.0547 8.18308C36.2693 8.37655 36.5483 8.5268 36.9135 8.67704C37.2572 8.80582 37.6651 8.91344 38.1161 8.99929C38.5671 9.08515 39.0393 9.19247 39.5118 9.29978C39.9843 9.4071 40.435 9.53618 40.8861 9.68643C41.3371 9.83667 41.7449 10.0298 42.0886 10.3092C42.4324 10.5667 42.7328 10.889 42.9475 11.2753C43.1624 11.662 43.2697 12.1559 43.2697 12.7143C43.2697 13.4014 43.1195 13.9809 42.7972 14.4749C42.4753 14.9474 42.0672 15.3555 41.5732 15.656C41.0796 15.9568 40.4994 16.1714 39.8985 16.3217C39.2757 16.4504 38.6744 16.5366 38.0732 16.5366C37.3428 16.5366 36.6557 16.4504 36.0329 16.2787C35.4105 16.107 34.8521 15.8495 34.4011 15.5272C33.9501 15.1835 33.5852 14.7757 33.3273 14.2603C33.0698 13.7663 32.9192 13.165 32.898 12.4564H35.4963V12.4779H35.5178ZM31.1371 16.2143H28.6032V14.5825H28.5603C28.2381 15.1835 27.7656 15.6345 27.1428 15.9997C26.5204 16.3646 25.8759 16.5366 25.2317 16.5366C23.7071 16.5366 22.5904 16.1714 21.9033 15.3984C21.2162 14.6469 20.8725 13.4873 20.8725 11.9625V4.55424H23.4496V11.7049C23.4496 12.7354 23.6428 13.4658 24.0506 13.8736C24.4372 14.3032 24.9956 14.5181 25.7042 14.5181C26.241 14.5181 26.6921 14.432 27.057 14.2603C27.4221 14.0886 27.7226 13.8736 27.9376 13.5946C28.1737 13.3153 28.3239 12.9718 28.4315 12.5852C28.5388 12.1989 28.5818 11.7693 28.5818 11.3183V4.55424H31.1586V16.2143H31.1371ZM12.4978 4.55424H14.9029V6.80881H14.9458C15.0317 6.48686 15.1822 6.18607 15.3969 5.88558C15.6115 5.58479 15.8694 5.30577 16.1913 5.06936C16.4921 4.8118 16.8355 4.61863 17.2222 4.46809C17.587 4.31784 17.9737 4.23199 18.36 4.23199C18.6608 4.23199 18.8755 4.25345 18.9828 4.25345C19.0904 4.27491 19.2192 4.29638 19.3265 4.29638V6.76588C19.1548 6.72296 18.9616 6.70149 18.7681 6.68003C18.575 6.65857 18.4033 6.6371 18.2098 6.6371C17.7802 6.6371 17.3724 6.72296 16.9858 6.89467C16.5994 7.06668 16.2772 7.32424 15.9767 7.64649C15.6973 7.98991 15.4612 8.39802 15.2895 8.89167C15.1175 9.38564 15.0317 9.96545 15.0317 10.6097V16.15H12.4549L12.4978 4.55424ZM0.0214635 0.108887H13.0561V2.53547H7.92395V16.2143H5.11072V2.53547H0L0.0214635 0.108887Z\", fill: \"#F7EFDC\", fillOpacity: 0.6 }), /* @__PURE__ */ React.createElement(\"path\", { d: \"M16.6891 27.7664H11.3863L9.7539 22.7246L8.11186 27.7664L2.80922 27.7569L7.09775 30.8767L5.45571 35.9185L9.74424 32.7987L14.0328 35.9185L12.4004 30.8767L16.6891 27.7664Z\", fill: \"#00C075\" }), /* @__PURE__ */ React.createElement(\"path\", { d: \"M12.7676 32.0164L12.4006 30.8767L9.75393 32.7987L12.7676 32.0164Z\", fill: \"#076042\" }), /* @__PURE__ */ React.createElement(\"path\", { d: \"M36.041 27.896H30.7382L29.1059 22.8542L27.4638 27.896L22.1612 27.8865L26.4497 31.0063L24.8077 36.0481L29.0962 32.9283L33.3847 36.0481L31.7523 31.0063L36.041 27.896Z\", fill: \"#00C075\" }), /* @__PURE__ */ React.createElement(\"path\", { d: \"M32.1195 32.1461L31.7525 31.0063L29.1059 32.9283L32.1195 32.1461Z\", fill: \"#076042\" }), /* @__PURE__ */ React.createElement(\"path\", { d: \"M55.6022 27.896H50.2994L48.667 22.8542L47.025 27.896L41.7223 27.8865L46.0108 31.0063L44.3688 36.0481L48.6573 32.9283L52.9459 36.0481L51.3135 31.0063L55.6022 27.896Z\", fill: \"#00C075\" }), /* @__PURE__ */ React.createElement(\"path\", { d: \"M51.6807 32.1461L51.3137 31.0063L48.667 32.9283L51.6807 32.1461Z\", fill: \"#076042\" }), /* @__PURE__ */ React.createElement(\"path\", { d: \"M75.3724 27.7664H70.0696L68.4372 22.7246L66.7952 27.7664L61.4926 27.7569L65.7811 30.8767L64.1391 35.9185L68.4276 32.7987L72.7161 35.9185L71.0837 30.8767L75.3724 27.7664Z\", fill: \"#00C075\" }), /* @__PURE__ */ React.createElement(\"path\", { d: \"M71.4509 32.0164L71.0839 30.8767L68.4373 32.7987L71.4509 32.0164Z\", fill: \"#076042\" }), /* @__PURE__ */ React.createElement(\"path\", { d: \"M94.9335 27.7664H89.6308L87.9984 22.7246L86.3563 27.7664L81.0537 27.7569L85.3422 30.8767L83.7002 35.9185L87.9887 32.7987L92.2773 35.9185L90.6449 30.8767L94.9335 27.7664Z\", fill: \"#00C075\" }), /* @__PURE__ */ React.createElement(\"path\", { d: \"M91.012 32.0164L90.645 30.8767L87.9983 32.7987L91.012 32.0164Z\", fill: \"#076042\" }));\nconst ForwardRef = forwardRef(SvgTrustpilot);\nexport { ForwardRef as ReactComponent };\n","import * as React from \"react\";\nimport { forwardRef } from \"react\";\nconst SvgUnmute = ({\n title,\n titleId,\n ...props\n}, ref) => /* @__PURE__ */ React.createElement(\"svg\", { xmlns: \"http://www.w3.org/2000/svg\", viewBox: \"0 0 24 24\", fill: \"none\", stroke: \"currentColor\", strokeWidth: 1.5, strokeLinecap: \"round\", strokeLinejoin: \"round\", role: \"img\", \"aria-label\": \"Unmute\", ref, \"aria-labelledby\": titleId, ...props }, title ? /* @__PURE__ */ React.createElement(\"title\", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M11.25 5.25 6.75 9H4.5A2.25 2.25 0 0 0 2.25 11.25v1.5A2.25 2.25 0 0 0 4.5 15h2.25l4.5 3.75a.75.75 0 0 0 1.23-.58V5.83a.75.75 0 0 0-1.23-.58Z\" }), /* @__PURE__ */ React.createElement(\"path\", { d: \"M15.75 8.25a6.75 6.75 0 0 1 0 7.5\" }), /* @__PURE__ */ React.createElement(\"path\", { d: \"M17.64 7.5A9 9 0 0 1 19.5 12a9 9 0 0 1-1.86 4.5\" }));\nconst ForwardRef = forwardRef(SvgUnmute);\nexport { ForwardRef as ReactComponent };\n","import * as React from \"react\";\nimport { forwardRef } from \"react\";\nconst SvgCheckRounded = ({\n title,\n titleId,\n ...props\n}, ref) => /* @__PURE__ */ React.createElement(\"svg\", { viewBox: \"0 0 24 24\", fill: \"none\", xmlns: \"http://www.w3.org/2000/svg\", ref, \"aria-labelledby\": titleId, ...props }, title ? /* @__PURE__ */ React.createElement(\"title\", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement(\"path\", { fillRule: \"evenodd\", clipRule: \"evenodd\", d: \"M12 1C5.92487 1 1 5.92487 1 12C1 18.0751 5.92487 23 12 23C18.0751 23 23 18.0751 23 12C23 5.92487 18.0751 1 12 1ZM16.7682 10.1402C17.1218 9.7159 17.0645 9.08534 16.6402 8.73177C16.2159 8.37821 15.5853 8.43553 15.2318 8.85981L10.9328 14.0186L8.70711 11.7929C8.31658 11.4024 7.68342 11.4024 7.29289 11.7929C6.90237 12.1834 6.90237 12.8166 7.29289 13.2071L10.2929 16.2071C10.4916 16.4058 10.7646 16.5117 11.0453 16.499C11.326 16.4862 11.5884 16.356 11.7682 16.1402L16.7682 10.1402Z\", fill: \"currentColor\" }));\nconst ForwardRef = forwardRef(SvgCheckRounded);\nexport { ForwardRef as ReactComponent };\n","import * as React from \"react\";\nimport { forwardRef } from \"react\";\nconst SvgCheckCircle = ({\n title,\n titleId,\n ...props\n}, ref) => /* @__PURE__ */ React.createElement(\"svg\", { viewBox: \"0 0 24 24\", fill: \"none\", xmlns: \"http://www.w3.org/2000/svg\", ref, \"aria-labelledby\": titleId, ...props }, title ? /* @__PURE__ */ React.createElement(\"title\", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement(\"circle\", { cx: 12, cy: 12, r: 10, stroke: \"currentColor\", strokeWidth: 1.5 }), /* @__PURE__ */ React.createElement(\"path\", { d: \"M8.5 12.5L10.5 14.5L15.5 9.5\", stroke: \"currentColor\", strokeWidth: 1.5, strokeLinecap: \"round\", strokeLinejoin: \"round\" }));\nconst ForwardRef = forwardRef(SvgCheckCircle);\nexport { ForwardRef as ReactComponent };\n","import * as React from \"react\";\nimport { forwardRef } from \"react\";\nconst SvgDollarRounded = ({\n title,\n titleId,\n ...props\n}, ref) => /* @__PURE__ */ React.createElement(\"svg\", { viewBox: \"0 0 24 24\", fill: \"none\", xmlns: \"http://www.w3.org/2000/svg\", ref, \"aria-labelledby\": titleId, ...props }, title ? /* @__PURE__ */ React.createElement(\"title\", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M11.25 7.84748C10.3141 8.10339 9.75 8.82154 9.75 9.5C9.75 10.1785 10.3141 10.8966 11.25 11.1525V7.84748Z\", fill: \"currentColor\" }), /* @__PURE__ */ React.createElement(\"path\", { d: \"M12.75 12.8475V16.1525C13.6859 15.8966 14.25 15.1785 14.25 14.5C14.25 13.8215 13.6859 13.1034 12.75 12.8475Z\", fill: \"currentColor\" }), /* @__PURE__ */ React.createElement(\"path\", { fillRule: \"evenodd\", clipRule: \"evenodd\", d: \"M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12ZM12 5.25C12.4142 5.25 12.75 5.58579 12.75 6V6.31673C14.3804 6.60867 15.75 7.83361 15.75 9.5C15.75 9.91421 15.4142 10.25 15 10.25C14.5858 10.25 14.25 9.91421 14.25 9.5C14.25 8.82154 13.6859 8.10339 12.75 7.84748V11.3167C14.3804 11.6087 15.75 12.8336 15.75 14.5C15.75 16.1664 14.3804 17.3913 12.75 17.6833V18C12.75 18.4142 12.4142 18.75 12 18.75C11.5858 18.75 11.25 18.4142 11.25 18V17.6833C9.61957 17.3913 8.25 16.1664 8.25 14.5C8.25 14.0858 8.58579 13.75 9 13.75C9.41421 13.75 9.75 14.0858 9.75 14.5C9.75 15.1785 10.3141 15.8966 11.25 16.1525V12.6833C9.61957 12.3913 8.25 11.1664 8.25 9.5C8.25 7.83361 9.61957 6.60867 11.25 6.31673V6C11.25 5.58579 11.5858 5.25 12 5.25Z\", fill: \"currentColor\" }));\nconst ForwardRef = forwardRef(SvgDollarRounded);\nexport { ForwardRef as ReactComponent };\n","'use client';\n\nimport clsx from 'clsx';\n\nimport { CheckIcon, DollarRoundedIcon } from '../../SVG';\nimport { ResponsiveImage, Text } from '../../Base';\n\nexport interface FrequencySelectorCardProps {\n title: string;\n description: string;\n priceLabel: string;\n isSelected?: boolean;\n badgeLabel?: string;\n onClick?: () => void;\n className?: string;\n}\n\nexport const FrequencySelectorCard = ({ title, description, priceLabel, isSelected = false, badgeLabel, onClick, className = '' }: FrequencySelectorCardProps) => {\n return (\n <div className={clsx('relative cursor-pointer rounded-2xl transition-all duration-200 hover:shadow-lg', 'bg-beige-light', isSelected && 'ring-claret-violet-dark bg-lavender-blue-light ring-[3px]', className)} onClick={onClick}>\n {/* Fridge Image - Full Width */}\n <div className=\"relative h-40 w-full overflow-hidden rounded-t-2xl\">\n <ResponsiveImage\n mobile=\"/design-system/images/frequency/food-in-fridge.webp\"\n desktop=\"/design-system/images/frequency/food-in-fridge.webp\"\n mobile2x=\"/design-system/images/frequency/food-in-fridge.webp\"\n desktop2x=\"/design-system/images/frequency/food-in-fridge.webp\"\n alt=\"Nourriture dans le frigo\"\n className=\"h-full w-full object-cover\"\n />\n \n {/* Badge - Overlaid on Image */}\n {badgeLabel ? (\n <div className=\"absolute top-0 left-1/2 transform -translate-x-1/2 z-10\">\n <div className=\"bg-claret-violet-dark rounded-card-[20px] px-6 py-3 text-sm font-medium text-white whitespace-nowrap\">\n {badgeLabel}\n </div>\n </div>\n ): null}\n </div>\n\n {/* Content Container */}\n <div className=\"p-[24px] gap-[24px] md:gap-[12px] md:p-[12px]\">\n\n <div className=\"gap-[24px] md:gap-[4.61px]\">\n {/* Title */}\n <Text size=\"xl\" className=\"text-claret-violet-dark mb-3\">\n {title}\n </Text>\n {/* Description */}\n <Text size=\"md\" className=\"mb-4 leading-relaxed text-claret-violet-dark\">\n {description}\n </Text>\n </div>\n\n\n {/* Price Label with Icon */}\n <div className=\"flex items-center gap-[10px] md:gap-[4.61px]\">\n <DollarRoundedIcon className=\"w-6\" />\n <Text size=\"md\" className=\"text-claret-violet-dark font-medium italic\">\n {priceLabel}\n </Text>\n </div>\n\n {/* Selected Check Icon */}\n {isSelected ? (\n <div className=\"bg-beige-light border-claret-violet-dark absolute -bottom-4 left-1/2 flex h-8 w-8 -translate-x-1/2 transform items-center justify-center rounded-full border-[2px]\">\n <CheckIcon className=\"w-4\" />\n </div>\n ) : null}\n </div>\n </div>\n );\n};\n","import { forwardRef } from 'react';\n\nimport clsx from 'clsx';\n\nimport { ParagraphTitle, Text } from '../../../components';\n\nexport interface IllustratedCardProps {\n variant?: 'primary' | 'secondary' | 'tertiary';\n title: string;\n description: string;\n illustration: string;\n className?: string;\n illustrationClassName?: string;\n value?: string;\n}\n\nconst variantStyles = {\n primary: 'bg-lavender-blue-light',\n secondary: 'bg-pink-oyster-light',\n tertiary: 'bg-beige-light',\n};\n\nexport const IllustratedCard = forwardRef<HTMLDivElement, IllustratedCardProps>(({ variant = 'primary', title, description, illustration, className, illustrationClassName, value = '' }: IllustratedCardProps, ref) => {\n return (\n <div ref={ref} className={clsx('border-claret-violet-dark text-claret-violet-dark rounded-card flex w-full flex-col justify-between gap-2 overflow-hidden border pt-6 max-md:aspect-17/15 max-md:max-w-68 md:h-75 md:max-h-75 md:w-51.25 md:pt-8', variantStyles[variant], className)}>\n <div key={`card-text-${value}`} className=\"flex animate-[fade-in_600ms_ease-in] flex-col items-center gap-3\">\n <Text size=\"xl\" className=\"px-6 text-center\">\n {title}\n </Text>\n <ParagraphTitle size=\"heading-md\" className=\"px-6 text-center md:hidden\">\n {description}\n </ParagraphTitle>\n <Text size=\"md\" className=\"hidden px-6 text-center md:block\">\n {description}\n </Text>\n </div>\n <div key={`card-img-${value}`} className=\"h-full max-h-3/4 w-full animate-[fade-in_600ms_ease-in] overflow-visible md:max-h-55/100\">\n <img src={`/design-system/illustrations/${illustration}.webp`} alt={title} className={clsx('origin-top md:scale-132', illustrationClassName)} />\n </div>\n </div>\n );\n});\n\nIllustratedCard.displayName = 'IllustratedCard';\n","import clsx from 'clsx';\n\nimport { QuoteIcon, ResponsiveImage, Text } from '../../../components';\n\ninterface PaymentCardProps {\n content: string;\n className?: string;\n}\n\nexport const PaymentCard = ({ content, className }: PaymentCardProps) => {\n return (\n <div className={clsx('rounded-input md:rounded-card bg-pink-oyster-light border-claret-violet-dark flex gap-3 border p-4 max-md:flex-row-reverse md:h-69 md:gap-10 md:p-6', className)}>\n <div className=\"flex flex-col justify-between gap-4\">\n <QuoteIcon className=\"hidden w-8 md:block\" />\n <Text size=\"xl\" className=\"hidden md:block\">\n {content}\n </Text>\n <Text size=\"lg\" className=\"block not-italic md:hidden\">\n “{content}“\n </Text>\n </div>\n <div className={clsx('md:rounded-card rounded-input relative h-10 w-10 shrink-0 overflow-hidden md:aspect-89/115 md:h-full md:w-auto')}>\n <ResponsiveImage\n desktop=\"/design-system/images/tips/payment.webp\"\n mobile=\"/design-system/images/tips/payment-mobile.webp\"\n mobile2x=\"/design-system/images/tips/payment-mobile@2x.webp\"\n desktop2x=\"/design-system/images/tips/payment@2x.webp\"\n alt=\"Client\"\n className=\"absolute inset-0 object-cover\"\n />\n </div>\n </div>\n );\n};\n","'use client';\n\nimport React from 'react';\n\nimport clsx from 'clsx';\n\nimport { Text, Title, ResponsiveImage } from '../../Base';\nimport { HatCookIcon, SubtractIcon } from '../../../components';\n\n\nexport interface PlanCardProps {\n title: string;\n description: string;\n dailyAmount?: string;\n price: string;\n originalPrice?: string;\n discountPercentage?: string;\n planImage: string;\n planImageAlt?: string;\n className?: string;\n pricePrefix?: string;\n priceSuffix?: string;\n originalPriceSuffix?: string;\n}\n\nexport const PlanCard = ({\n title,\n description,\n dailyAmount,\n price,\n originalPrice,\n discountPercentage,\n planImage,\n planImageAlt,\n className = '',\n pricePrefix = 'A partir de',\n priceSuffix = '/jour',\n originalPriceSuffix = '/jour',\n}: PlanCardProps) => {\n return (\n <div className={clsx(\n 'bg-beige-dark rounded-tr-2xl rounded-br-2xl rounded-bl-2xl border-2 border-beige-dark p-6 flex flex-col md:flex-row gap-6 relative overflow-visible',\n className\n )}>\n {/* Product Image */}\n <div className=\"flex-shrink-0 relative\">\n <div className=\"w-15 h-15 md:w-66 md:h-66 rounded-full overflow-hidden bg-gray-50 border-4 border-white shadow-lg transform md:-translate-x-16\">\n <ResponsiveImage \n mobile={planImage} \n desktop={planImage}\n mobile2x={planImage}\n desktop2x={planImage}\n alt={planImageAlt || title}\n className=\"w-full h-full object-cover\"\n />\n </div>\n </div>\n\n {/* Content */}\n <div className=\"flex-1 flex flex-col justify-center\">\n {/* Title */}\n <Title variant=\"h2\" size=\"heading-lg\" className=\"text-claret-violet-dark mb-4\">\n {title}\n </Title>\n\n {/* Description */}\n <Text size=\"lg\" className=\"text-claret-violet-dark mb-6 leading-relaxed\">\n {description}\n </Text>\n\n {/* Pet Info */}\n {dailyAmount ? (\n <>\n <div className=\"flex items-center gap-2 mb-4\">\n <div className=\"w-6\">\n <HatCookIcon />\n </div>\n <Text size=\"md\" className=\"font-semibold text-claret-violet-dark\">\n {dailyAmount}\n </Text>\n </div>\n <hr className=\"border-claret-violet-dark mb-6\" />\n </>\n ): null}\n\n {/* Pricing */}\n <div className=\"flex items-center justify-between\">\n <div className=\"flex flex-col\">\n <Text size=\"sm\" className=\"text-claret-violet-dark mb-1\">\n {pricePrefix}\n </Text>\n <div className=\"flex items-baseline gap-3\">\n <Text size=\"xl\" className=\"font-bold text-claret-violet-dark\">\n {price}\n <span className=\"text-sm font-normal ml-1\">{priceSuffix}</span>\n </Text>\n {originalPrice && (\n <Text size=\"md\" className=\"text-claret-violet-dark line-through opacity-50\">\n {originalPrice}\n <span className=\"text-sm ml-1\">{originalPriceSuffix}</span>\n </Text>\n )}\n </div>\n </div>\n\n {/* Discount Badge */}\n {discountPercentage ? (\n <div className=\"bg-lavender-blue-light text-claret-violet-dark px-3 py-2 rounded-lg flex items-center gap-1\">\n <SubtractIcon className=\"w-4 h-4\" />\n <Text size=\"sm\" className=\"font-semibold\">\n {discountPercentage}\n </Text>\n </div>\n ): null}\n </div>\n </div>\n </div>\n );\n};\n","import clsx from 'clsx';\n\nimport { Emblem, PolaroidThreadIcon, ResponsiveImage } from '../../../components';\n\nexport interface PolaroidProps {\n size: 'sm' | 'md' | 'lg';\n variant?: 'neutral' | 'primary' | 'secondary' | 'tertiary';\n title: string;\n mobileImage: string;\n desktopImage: string;\n mobileImage2x?: string;\n desktopImage2x?: string;\n overflow?: 'hidden' | 'visible';\n className?: string;\n showThread?: boolean;\n imageClassName?: string;\n}\n\nconst variantStyles = {\n primary: 'bg-claret-violet-dark',\n secondary: 'bg-pink-oyster-light',\n tertiary: 'bg-lavender-blue-light',\n neutral: 'bg-beige-dark',\n};\n\nconst sizeStyles = {\n sm: 'w-30 h-36.5 px-2 pt-2 md:w-62 md:pb-3.5 md:pt-4.5 md:px-3.75 md:h-76 gap-0 md:gap-3.5',\n md: 'w-53.5 md:w-111 h-65 md:h-135.5 px-3 pt-4 md:pt-8 md:px-6.5 md:pb-6 gap-1 md:gap-5',\n lg: 'w-53.5 h-65 px-3 pt-4 gap-1 md:w-152 md:h-185 md:px-9 md:pt-11 md:pb-9.5 md:gap-7',\n};\n\nconst imageStyles = {\n sm: 'h-27 md:h-56',\n md: 'h-48 md:h-99.5',\n lg: 'h-48 md:h-136',\n};\n\nconst titleStyles = {\n sm: 'text-heading-lg-mobile max-md:opacity-0 max-md:h-0',\n md: 'md-mobile md:text-display-md-mobile md:mt-2.5',\n lg: 'md-mobile md:text-heading-md md:mt-2.5',\n};\n\nconst svgStyles = {\n sm: 'w-2.5 top-[-7px] left-[-5px] md:w-8 md:top-[-23px] md:left-[-21px]',\n md: 'w-5 top-[-15px] left-[-11px] md:w-10 md:top-[-29px] md:left-[-21px]',\n lg: 'w-5 top-[-15px] left-[-11px] md:w-13.5 md:top-[-39px] md:left-[-31px]',\n};\nconst emblemStyles = {\n sm: 'w-3.5 max-md:opacity-0 max-md:h-0',\n md: 'w-2.5 md:w-5.5',\n lg: 'w-2.5 md:w-7.5',\n};\n\nexport const Polaroid = ({ size = 'sm', overflow = 'hidden', variant = 'neutral', title, mobileImage, desktopImage, mobileImage2x, desktopImage2x, showThread = true, className, imageClassName }: PolaroidProps) => {\n return (\n <div className={clsx('bg-beige-dark ext-claret-violet-dark relative flex flex-col items-center justify-start', sizeStyles[size], className)}>\n {showThread && <PolaroidThreadIcon className={clsx('absolute z-10', svgStyles[size])} />}\n <div className={clsx('bg-claret-violet-dark relative w-full', imageStyles[size], variantStyles[variant], overflow === 'hidden' && 'overflow-hidden', imageClassName)}>\n <ResponsiveImage alt={title} mobile={mobileImage} desktop={desktopImage} mobile2x={mobileImage2x} desktop2x={desktopImage2x} className={clsx('absolute', overflow === 'hidden' ? 'inset-0 object-cover' : 'right-0 bottom-0 left-0 object-contain')} />\n </div>\n <p className={clsx('font-pangaia font-semibold italic', titleStyles[size])}>{title}</p>\n <Emblem className={emblemStyles[size]} />\n </div>\n );\n};\n","import clsx from 'clsx';\n\nimport { Button, ResponsiveImage, Text } from '../../../components';\n\nexport interface RecetteCardProps {\n variant?: 'violet' | 'pink' | 'beige' | 'lavender';\n title: string;\n description: string;\n imageMobile: string;\n imageDesktop: string;\n imageMobile2x?: string;\n imageDesktop2x?: string;\n className?: string;\n href: string;\n}\n\nconst variantStyles = {\n violet: 'bg-claret-violet-dark text-beige-light ',\n pink: 'bg-pink-oyster-light text-claret-violet-dark ',\n beige: 'bg-beige-light text-claret-violet-dark',\n lavender: 'bg-lavender-blue-light text-claret-violet-dark ',\n};\n\nexport const RecetteCard = ({ className, variant = 'violet', title, description, imageMobile, imageDesktop, imageMobile2x, imageDesktop2x, href = '' }: RecetteCardProps) => {\n return (\n <div tabIndex={0} className={clsx('group rounded-card outline-claret-violet-dark relative flex aspect-20/23 w-50 cursor-default flex-col justify-end overflow-hidden transition-colors duration-300 md:aspect-125/174 md:w-62.5', className)}>\n <div className={clsx('absolute inset-0 z-0 overflow-hidden')}>\n <ResponsiveImage alt={title} mobile={imageMobile} desktop={imageDesktop} mobile2x={imageMobile2x} desktop2x={imageDesktop2x} className=\"h-full object-cover\" />\n </div>\n <div\n className={clsx(\n 'z-1 flex flex-col gap-4 p-4 transition-all duration-300 ease-in-out lg:translate-y-[calc(100%-72px)] lg:items-center lg:gap-7 lg:px-3 lg:py-6 lg:group-focus-within:translate-y-[0] lg:group-focus-within:gap-4 lg:group-hover:translate-y-[0] lg:group-hover:gap-4 xl:px-6',\n variantStyles[variant],\n )}\n >\n <Text size=\"xl\">{title}</Text>\n <Text size=\"md\" className=\"text-center max-lg:hidden\">\n {description}\n </Text>\n\n <Button as=\"a\" href={href} size=\"sm\" variant={variant === 'violet' ? 'primary' : 'secondary'} className=\"inline-block shrink-0\">\n Voir la recette\n </Button>\n </div>\n </div>\n );\n};\n","import clsx from 'clsx';\n\nimport { ParagraphTitle, SpanTitle, Text } from '../../../components';\n\nexport interface StatCardProps {\n variant?: 'primary' | 'secondary' | 'tertiary';\n size?: 'small' | 'large';\n value: string;\n metric: string;\n description: string;\n className?: string;\n}\n\nconst variantStyles = {\n primary: 'bg-lavender-blue-light',\n secondary: 'bg-pink-oyster-light',\n tertiary: 'bg-beige-light',\n};\n\nconst sizeStyles = {\n small: 'px-3 py-8.5 md:py-6 md:px-8 2xl:px-10 justify-center items-center text-center gap-1 md:gap-2 rounded-input w-full',\n large: 'p-6 h-80 md:h-112.5 justify-between rounded-card w-60',\n};\n\nexport const StatCard = ({ variant = 'primary', size = 'large', value, metric, description, className }: StatCardProps) => {\n return (\n <div className={clsx('border-claret-violet-dark flex flex-col border', variantStyles[variant], sizeStyles[size], className)}>\n <p className=\"leading-none\">\n <SpanTitle size=\"display-xl\" className=\"inline md:hidden\">\n {value}\n </SpanTitle>\n <SpanTitle size=\"display-lg\" className=\"hidden md:inline\">\n {value}\n </SpanTitle>\n <SpanTitle size=\"display-md\">{metric}</SpanTitle>\n </p>\n <Text size=\"md\" className=\"hidden md:block\">\n {description}\n </Text>\n <ParagraphTitle size=\"heading-md\" className=\"block md:hidden\">\n {description}\n </ParagraphTitle>\n </div>\n );\n};\n","import { forwardRef } from 'react';\n\nimport clsx from 'clsx';\n\nimport { ParagraphTitle, QuoteIcon, ResponsiveImage, Text } from '../../../components';\n\nexport interface TestimonialProps {\n variant: 'primary' | 'secondary';\n quote: string;\n author: string;\n role: string;\n imageMobile: string;\n imageDesktop: string;\n imageMobile2x?: string;\n imageDesktop2x?: string;\n className?: string;\n}\n\nconst variantStyles = {\n primary: 'bg-beige-light gap-6',\n secondary: 'bg-pink-oyster-light gap-10',\n};\n\nconst imagesStyles = {\n primary: 'w-22/100',\n secondary: 'w-36/100',\n};\n\nexport const Testimonial = forwardRef<HTMLDivElement, TestimonialProps>(({ variant, quote, author, role, imageMobile, imageDesktop, imageMobile2x, imageDesktop2x, className }, ref) => {\n return (\n <div ref={ref} className={clsx('rounded-card border-claret-violet-dark text-claret-violet-dark flex w-full items-stretch border p-3 max-md:flex-col md:p-6', variantStyles[variant], className)}>\n <blockquote className=\"flex flex-1 flex-col gap-3 md:gap-5\">\n <QuoteIcon className=\"w-3.5 md:mb-14.5 md:w-8\" />\n <ParagraphTitle size=\"heading-md\" italic={true} className=\"hidden md:block\">\n {quote}\n </ParagraphTitle>\n <ParagraphTitle size=\"heading-lg\" className=\"block md:hidden\">\n {quote}\n </ParagraphTitle>\n <footer className=\"flex max-md:items-center max-md:gap-3 md:flex-col\">\n <div className={clsx('block h-8 w-8 shrink-0 overflow-hidden rounded-sm md:hidden')}>\n <ResponsiveImage desktop={imageDesktop} mobile={imageMobile} desktop2x={imageDesktop2x} mobile2x={imageMobile2x} alt={author} className=\"object-cover\" />\n </div>\n <div>\n <cite className=\"text-md-mobile md:text-md block leading-none lg:mb-2.5\">{author}</cite>\n <Text variant=\"span\" size=\"md\" className=\"!leading-none !not-italic md:hidden\">\n {role}\n </Text>\n <Text variant=\"span\" size=\"legend\" className=\"hidden !leading-none md:block\">\n {role}\n </Text>\n </div>\n </footer>\n </blockquote>\n <div className={clsx('rounded-card relative hidden shrink-0 overflow-hidden md:block', imagesStyles[variant])}>\n <ResponsiveImage desktop={imageDesktop} mobile={imageMobile} desktop2x={imageDesktop2x} mobile2x={imageMobile2x} alt={author} className=\"absolute inset-0 h-full object-cover\" />\n </div>\n </div>\n );\n});\n\nTestimonial.displayName = 'Testimonial';\n","import { forwardRef } from 'react';\n\nimport clsx from 'clsx';\n\nimport { ParagraphTitle, StarIcon, Text } from '../..';\n\ninterface TestimonialSliderCardProps {\n variant?: 'dark' | 'light';\n quote: string;\n author: string;\n role: string;\n image: string;\n score: number;\n className?: string;\n}\n\nconst variantStyles = {\n dark: 'bg-claret-violet-light text-beige-light',\n light: 'bg-beige-light text-claret-violet-light',\n};\n\nexport const TestimonialSliderCard = forwardRef<HTMLQuoteElement, TestimonialSliderCardProps>(({ quote, author, role, image, score, className, variant = 'dark' }, ref) => {\n return (\n <blockquote ref={ref} className={clsx('border-beige-light rounded-card flex shrink-0 flex-col gap-5 border p-6 xl:w-full', className, variantStyles[variant])}>\n <div className=\"flex items-center gap-0.5\">\n {Array.from({ length: score }).map((_, index) => (\n <div key={index}>\n <StarIcon className={clsx('w-5', variant === 'dark' ? 'text-lavender-blue-light' : 'text-claret-violet-light')} />\n </div>\n ))}\n </div>\n <ParagraphTitle size=\"heading-md\" className=\"text-left md:hidden\">\n {quote}\n </ParagraphTitle>\n <Text size=\"md\" className=\"hidden text-left md:block\">\n {quote}\n </Text>\n <footer className=\"flex items-center gap-2 md:gap-3\">\n <div className=\"h-8 w-8 overflow-hidden rounded-full md:h-11 md:w-11\">\n <img src={image} alt=\"Testimonial Card\" width={44} height={44} className=\"h-full w-full object-cover\" />\n </div>\n <div>\n <cite className=\"text-lg-mobile md:text-md block text-left leading-none font-semibold not-italic md:mb-2.5\">{author}</cite>\n <p className=\"text-lg-mobile md:text-legend text-left leading-none md:italic\">{role}</p>\n </div>\n </footer>\n </blockquote>\n );\n});\nTestimonialSliderCard.displayName = 'TestimonialCard';\n","import { forwardRef } from 'react';\n\nimport clsx from 'clsx';\n\nimport { ParagraphTitle, ResponsiveImage, Text } from '../../../components';\n\nexport interface TipsProps {\n content: string;\n className?: string;\n}\n\nexport const Tips = forwardRef<HTMLDivElement, TipsProps>(({ content, className }, ref) => {\n return (\n <div ref={ref} className={clsx('text-claret-violet-dark bg-lavender-blue-light rounded-card flex w-full items-stretch justify-center gap-4 max-md:ps-3.5 md:h-95 md:items-center md:gap-21.5', className)}>\n <div className=\"relative flex w-26 shrink-0 items-end justify-center object-contain md:h-full md:w-88.5\">\n <img id=\"crown-illustration\" src=\"/design-system/illustrations/crown.webp\" alt=\"Crown illustration\" className=\"absolute top-3 w-7 -translate-x-1/4 max-md:scale-x-[-1] md:top-6 md:w-23 md:translate-x-1/4\" />\n <ResponsiveImage\n mobile=\"/design-system/images/tips/claudine-tips-head-mobile.webp\"\n desktop=\"/design-system/images/tips/claudine-tips-head.webp\"\n mobile2x=\"/design-system/images/tips/claudine-tips-head-mobile@2x.webp\"\n desktop2x=\"/design-system/images/tips/claudine-tips-head@2x.webp\"\n alt=\"Claudine\"\n />\n </div>\n <div className=\"me-2.5 flex h-full flex-col justify-center gap-3 max-md:py-3.5 md:me-16 md:max-w-120\">\n <p className=\"font-md hidden font-semibold uppercase md:block\">Les conseils de Claudine</p>\n <Text size=\"sm\" className=\"block md:hidden\">\n Les conseils de Claudine\n </Text>\n <ParagraphTitle size=\"heading-md\" italic={true} className=\"hidden md:block\">\n \"&nbsp;{content}&nbsp;\"\n </ParagraphTitle>\n <ParagraphTitle size=\"heading-lg\" className=\"block md:hidden\">\n \"&nbsp;{content}&nbsp;\"\n </ParagraphTitle>\n </div>\n </div>\n );\n});\n\nTips.displayName = 'Tips';\n","import { Fragment } from 'react';\n\nimport clsx from 'clsx';\n\nimport { CheckIcon, ParagraphTitle, Text } from '../../../components';\n\nexport interface TransitionCardProps {\n id: string;\n variant: '25%' | '50%' | '75%' | '100%';\n active?: boolean;\n className?: string;\n}\n\nconst variantsContent = {\n '25%': {\n title: 'Jour 1 & 2',\n description: ['75% de l’ancienne alimentation', '25% de Elmut. '],\n },\n '50%': {\n title: 'Jour 3 & 4',\n description: ['50% de l’ancienne alimentation', '50% de Elmut. '],\n },\n '75%': {\n title: 'Jour 5 & 6',\n description: ['25% de l’ancienne alimentation', '75% de Elmut. '],\n },\n '100%': {\n title: 'Jour 7 et +',\n description: ['100% de Elmut. '],\n },\n};\nexport const TransitionCard = ({ id, variant = '25%', active, className }: TransitionCardProps) => {\n const { title, description } = variantsContent[variant];\n\n return (\n <div\n className={clsx(\n 'bg-claret-violet-light text-beige-light rounded-card border-claret-violet-light flex h-86 w-full flex-col gap-3 border p-4 transition-all duration-300 max-md:items-center md:h-29 md:w-80 md:gap-4',\n !active && 'text-beige-light/10 border-claret-violet-light border-dashed bg-transparent',\n className,\n )}\n >\n <div className=\"flex items-center gap-4 max-md:justify-center\">\n <div className={clsx('bg-beige-light/50 flex h-5 w-5 shrink-0 items-center justify-center rounded-full transition-opacity duration-300 max-md:hidden', !active && 'text-beige-light opacity-10')}>\n <CheckIcon className=\"w-2\" />\n </div>\n <ParagraphTitle size=\"heading-lg\" italic={true} className=\"leading-none !not-italic md:hidden\">\n {title}\n </ParagraphTitle>\n <Text size=\"xl\" className=\"hidden leading-none md:block\">\n {title}\n </Text>\n </div>\n {description.map((item) => (\n <Fragment key={`${id}-${item}`}>\n <ParagraphTitle size=\"heading-md\" className=\"leading-none md:hidden\">\n {item}\n </ParagraphTitle>\n <Text size=\"md\" className=\"hidden leading-none md:block\">\n {item}\n </Text>\n </Fragment>\n ))}\n </div>\n );\n};\n","import clsx from 'clsx';\n\nimport { ParagraphTitle, Text } from '../../../components';\n\nexport interface UpCardProps {\n title1: string;\n description1: string;\n title2: string;\n description2: string;\n step: string;\n illustration: string;\n align?: 'top' | 'bottom';\n className?: string;\n illustrationClassName?: string;\n}\n\nexport const UpCard = ({ title1, description1, title2, description2, step, illustration, className, illustrationClassName, align = 'bottom' }: UpCardProps) => {\n return (\n <div className={clsx('flex max-md:flex-col max-md:gap-4', align === 'top' ? 'items-start' : 'md:items-end', className)}>\n <div className=\"bg-lavender-blue-light text-claret-violet-dark flex w-63 -rotate-2 flex-col gap-4 p-4 max-md:-translate-x-10 md:w-87.5 md:px-11 md:py-8\">\n <ParagraphTitle size=\"heading-xl\" className=\"hidden md:block\">\n {step}\n </ParagraphTitle>\n <ParagraphTitle size=\"heading-md\" className=\"hidden md:block\">\n {title1}\n </ParagraphTitle>\n <ParagraphTitle size=\"heading-lg\" className=\"block max-md:not-italic md:hidden\">\n {step}.&nbsp;{title1}\n </ParagraphTitle>\n <Text size=\"md\" className=\"whitespace-pre-line max-md:not-italic\">\n {description1}\n </Text>\n </div>\n <div className={clsx('bg-pink-oyster-light text-claret-violet-dark relative flex w-63.5 -rotate-2 flex-col gap-2 p-6 md:z-1 md:w-85.5 md:-translate-x-8 md:rotate-2 md:px-11 md:py-8', align === 'top' ? 'md:translate-y-26' : 'md:translate-y-18')}>\n <div className={clsx('relative w-11.5 shrink-0 md:w-18', illustrationClassName)}>\n <img src={`/design-system/illustrations/${illustration}.webp`} alt={title2} className=\"w-full\" />\n </div>\n <ParagraphTitle size=\"heading-md\" className=\"hidden md:block\">\n {title2}\n </ParagraphTitle>\n <ParagraphTitle size=\"heading-lg\" className=\"block max-md:not-italic md:hidden\">\n {step}.&nbsp;{title2}\n </ParagraphTitle>\n <Text size=\"md\" className=\"whitespace-pre-line max-md:not-italic\">\n {description2}\n </Text>\n </div>\n </div>\n );\n};\n","import clsx from 'clsx';\n\nimport { Checkbox, Text } from '../../../components';\n\nexport interface WizardTipsProps {\n content: string;\n checkbox?: boolean;\n onChange?: (value: boolean) => void;\n checked?: boolean;\n className?: string;\n}\n\nexport const WizardTips = ({ content, className, checkbox = false, onChange = () => {}, checked = false }: WizardTipsProps) => {\n return (\n <div className={clsx('flex items-start', className)}>\n <div className=\"border-beige-light bg-pink-oyster-light z-1 -me-3 h-17 w-17 shrink-0 overflow-hidden rounded-full border-5\">\n <img src=\"/design-system/images/tips/claudine-head.webp\" alt=\"Claudine\" loading=\"lazy\" decoding=\"async\" className=\"h-full w-full object-cover\" />\n </div>\n <div className={clsx('bg-lavender-blue-light rounded-input text-claret-violet-dark p-5', checkbox && 'w-full', !checkbox && 'w-75')}>\n {checkbox ? (\n <Checkbox checked={checked} name=\"wizard-tips\" onChange={onChange} className=\"items-start gap-3\">\n <Text size=\"legend\" variant=\"span\" className=\"whitespace-pre-line\">\n {content}\n </Text>\n </Checkbox>\n ) : (\n <Text size=\"button\">“&nbsp;{content}&nbsp;“</Text>\n )}\n </div>\n </div>\n );\n};\n"],"names":["i18n","initReactI18next","fr","r","e","t","f","n","o","clsx","socialLinks","Footer","className","useTranslation","linksColumns","legalLinks","jsx","jsxs","Logo","column","link","Button","SocialButton","FooterTips","Newsletter","Text","closeOthersAccordions","details","other","content","accordionAnimation","delay","contentHeight","useClickOutside","ref","handler","handlerRef","useRef","useEffect","listener","event","el","debounce","func","wait","timeout","args","later","useIntersectionObserver","onAppear","onDisappear","threshold","element","observer","entries","entry","useMultiIntersectionObserver","targets","callback","root","rootMargin","createObserver","handleResize","onKeyDown","useArrowNavigation","selector","containerRef","container","handleKeyDown","items","currentIndex","nextIndex","prevIndex","onNumericInput","useIsMobile","isMobile","setIsMobile","useState","check","useIsDesktop","isDesktop","setIsDesktop","disableScroll","scrollY","enableScroll","menuNavLinks","Navbar","props","variant","setVariant","navRef","handleNavbarChange","newVariant","NavbarDesktop","NavbarMobile","variantStyles","MobileMenu","activeNavLink","linkStyles","item","ProfilIcon","voucher","Banner","overlayStyles","isOpen","setIsOpen","isClosing","setIsClosing","closingTimerRef","handleClickMenu","useCallback","logoVariant","useMemo","mobileMenuStyles","CrossIcon","MenuIcon","Stepper","totalSteps","currentStep","_","index","Tabs","tabs","defaultActiveTab","onTabChange","tabClassName","activeTabClassName","contentClassName","activeTab","setActiveTab","handleTabClick","tabId","tab","activeTabContent","baseTabStyles","activeTabStyles","inactiveTabStyles","isActive","isDisabled","CheckRoundedIcon","containerStyles","tagStyles","TagDesktop","TagMobile","WizardNavbar","Emblem","ResponsiveImage","React","mobile","desktop","mobile2x","desktop2x","type","loading","decoding","alt","fadeOnLoad","setRefs","sizeStyles","size","children","isString","Trans","Title","forwardRef","italic","classes","H1","H2","H3","H4","H5","H6","SpanTitle","ParagraphTitle","VideoPlayer","videoId","placeholderImageMobile","hasSound","placeholderImageDesktop","placeholderImageMobile2x","placeholderImageDesktop2x","iframeRef","isMuted","setIsMuted","isPlaying","setIsPlaying","isInviewport","setIsInviewport","post","method","value","toggleMute","togglePlay","iconClass","PauseIcon","PlayIcon","MuteIcon","UnmuteIcon","ButtonComponent","as","color","active","disabled","containedVariants","href","rest","memo","CardButton","label","description","buttonClasses","ClearButtonComponent","onClick","CrossRoundedIcon","ClearButton","FAQButton","PlusIcon","MinusIcon","layoutStyles","textLayoutStyles","illustrationLayoutStyles","IllustratedCardButton","layout","illustration","SimpleIllustratedCardButton","illustrationClassName","variantUrls","labelVisible","FacebookIcon","InstagramIcon","LinkedinIcon","TiktokIcon","Toggle","data","onChange","ariaLabel","handleClick","selectedValue","containerClasses","activeIndicatorClasses","labelClasses","ButtonSelect","id","options","required","hasError","error","handleChange","Label","option","ErrorMessage","Checkbox","checked","name","CheckIcon","Dropdown","placeholder","searchable","searchValue","setSearchValue","selectedLabel","handleBlur","filteredOptions","selection","dropdownClasses","DropdownMenu","ArrowIcon","values","onChangeMultiple","multiple","menuRef","handleOptionClick","handleOptionClickMultiple","activeDescendantId","menuClasses","message","Filters","clearFilters","buttonLabel","FiltersIcon","Fragment","onSubscribe","defaultPlaceholder","defaultLabel","handleSubmit","email","QuantityInput","metric","min","max","Tag","onRemove","TagSelect","handleClear","v","TextInput","inputClasses","WizardDropdown","ArrowPlainIcon","WizardTextInput","FaqItem","question","answer","detailsRef","contentRef","handleAnimation","Ingredient","image","CTACard","title","ctaText","secondaryCtaText","secondaryCtaOnClick","backgroundStyles","FeatureCard","features","backgroundColor","feature","FeatureIllustration","src","titleClassName","FoodCard","SvgArrowPlain","titleId","ForwardRef","SvgArrow","SvgCalendar","SvgCheck","SvgCrossRounded","SvgCross","SvgFacebook","SvgFilters","SvgHatCook","SvgHomeHeroShapeMobile","SvgHomeHeroShapeSmall","SvgHomeHeroShape","SvgInfo","SvgInstagram","SvgLinkedin","SvgMagicWand","SvgMenu","SvgMinus","SvgMute","SvgPause","SvgPlay","SvgPlus","SvgPolaroidThread","SvgProfil","SvgQuote","SvgRecipeBgShape","SvgStar","SvgSubtract","SvgTiktok","SvgTrustpilot","SvgUnmute","SvgCheckRounded","SvgCheckCircle","SvgDollarRounded","FrequencySelectorCard","priceLabel","isSelected","badgeLabel","DollarRoundedIcon","IllustratedCard","PaymentCard","QuoteIcon","PlanCard","dailyAmount","price","originalPrice","discountPercentage","planImage","planImageAlt","pricePrefix","priceSuffix","originalPriceSuffix","HatCookIcon","SubtractIcon","imageStyles","titleStyles","svgStyles","emblemStyles","Polaroid","overflow","mobileImage","desktopImage","mobileImage2x","desktopImage2x","showThread","imageClassName","PolaroidThreadIcon","RecetteCard","imageMobile","imageDesktop","imageMobile2x","imageDesktop2x","StatCard","imagesStyles","Testimonial","quote","author","role","TestimonialSliderCard","score","StarIcon","Tips","variantsContent","TransitionCard","UpCard","title1","description1","title2","description2","step","align","WizardTips","checkbox"],"mappings":"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","x_google_ignoreList":[1]}