{"version":3,"file":"ZAv0b1vAilQDVxHCL1KRhQc8AGKov4YFoDqkgUY-Oro.BMlkQWn0.mjs","names":["containerStyles","emptyStateStyle","defaultEvents","getProps","ObjectFitType","SrcType","e","defaultEvents","emptyStateStyle","containerStyles","iconKeys","lowercaseIconKeyPairs","React","MotionDivWithFX","serializationHash","variantClassNames","transition1","transition2","animation","transformTemplate1","getProps","Component","className","css","css","Image","Iconoir","Button","metadata","className","_Fragment","FormPlainTextInput"],"sources":["https:/framerusercontent.com/modules/VTUDdizacRHpwbkOamr7/AykinQJbgwl92LvMGZwu/constants.js","https:/framerusercontent.com/modules/D4TWeLfcxT6Tysr2BlYg/iZjmqdxVx1EOiM3k1FaW/useOnNavigationTargetChange.js","https:/framerusercontent.com/modules/ExNgrA7EJTKUPpH6vIlN/eiOrSJ2Ab5M9jPCvVwUz/useConstant.js","https:/framerusercontent.com/modules/D2Lz5CmnNVPZFFiZXalt/QaCzPbriZBfXWZIIycFI/colorFromToken.js","https:/framerusercontent.com/modules/3mKFSGQqKHV82uOV1eBc/5fbRLvOpxZC0JOXugvwm/isMotionValue.js","https:/framerusercontent.com/modules/xDiQsqBGXzmMsv7AlEVy/uhunpMiNsbXxzjlXsg1y/useUniqueClassName.js","https:/framerusercontent.com/modules/ETACN5BJyFTSo0VVDJfu/NHRqowOiXkF9UwOzczF7/variantUtils.js","https:/framerusercontent.com/modules/eMBrwoqQK7h6mEeGQUH8/GuplvPJVjmxpk9zqOTcb/isBrowser.js","https:/framerusercontent.com/modules/v9AWX2URmiYsHf7GbctE/XxKAZ9KlhWqf5x1JMyyF/useOnChange.js","https:/framerusercontent.com/modules/kNDwabfjDEb3vUxkQlZS/fSIr3AOAYbGlfSPgXpYu/useAutoMotionValue.js","https:/framerusercontent.com/modules/cuQH4dmpDnV8YK1mSgQX/KqRXqunFjE6ufhpc7ZRu/useFontControls.js","https:/framerusercontent.com/modules/afBE9Yx1W6bY5q32qPxe/m3q7puE2tbo1S2C0s0CT/useRenderTarget.js","https:/framerusercontent.com/modules/zGkoP8tPDCkoBzMdt5uq/0zFSjxIYliHxrQQnryFX/useControlledState.js","https:/framerusercontent.com/modules/5SM58HxZHxjjv7aLMOgQ/WXz9i6mVki0bBCrKdqB3/propUtils.js","https:/framerusercontent.com/modules/G4IfyjvwmaeSBpdb4TWu/OIjZRBmWDcIE2B6qgG1j/index.js","https:/framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/7qT0r3So12155VV5Jq5x/Video.js","https:/framer.com/m/framer/default-utils.js","https:/framerusercontent.com/modules/o1PI5S8YtkA5bP5g4dFz/s801VqobGI0Gkh3K9b41/Embed.js","https:/framer.com/m/framer/icon-nullstate.js@0.7.0","https:/framer.com/m/iconoir-icons/Home.js@0.0.11","https:/framerusercontent.com/modules/Ma20hU0GGRxLxZphbywl/OSpwWF91FHPVFyQJjMHt/utils.js","https:/framerusercontent.com/modules/zL9598C4KbEbqUGvSR14/rI8sPHpnG9XGcCPc0vU4/Iconoir.js","https:/framerusercontent.com/modules/iQYE0s1OLrnvRgHce53Q/QujUfkZKKxLFUeLpFYLi/B9q485XgE.js","https:/framerusercontent.com/modules/iJI0lE4tdPoGSOU1Hy6G/GfXVqTnRNhEXjGbn8I1B/S_BNzaWEg.js","https:/framerusercontent.com/modules/7gY3MIAtCV8oRQsXHW0q/I7cf6Tgh0PoFuJ1lVB5H/vTNqgbIXn.js"],"sourcesContent":["import { ControlType } from \"framer\";\nexport const fontStack = `\"Inter\", system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\"`;\nexport const containerStyles = {\n    position: \"relative\",\n    width: \"100%\",\n    height: \"100%\",\n    display: \"flex\",\n    justifyContent: \"center\",\n    alignItems: \"center\"\n};\nexport const emptyStateStyle = {\n    ...containerStyles,\n    borderRadius: 6,\n    background: \"rgba(136, 85, 255, 0.3)\",\n    color: \"#85F\",\n    border: \"1px dashed #85F\",\n    flexDirection: \"column\"\n};\nexport const defaultEvents = {\n    onClick: {\n        type: ControlType.EventHandler\n    },\n    onMouseEnter: {\n        type: ControlType.EventHandler\n    },\n    onMouseLeave: {\n        type: ControlType.EventHandler\n    }\n};\nexport const fontSizeOptions = {\n    type: ControlType.Number,\n    title: \"Font Size\",\n    min: 2,\n    max: 200,\n    step: 1,\n    displayStepper: true\n};\nexport const fontControls = {\n    font: {\n        type: ControlType.Boolean,\n        title: \"Font\",\n        defaultValue: false,\n        disabledTitle: \"Default\",\n        enabledTitle: \"Custom\"\n    },\n    fontFamily: {\n        type: ControlType.String,\n        title: \"Family\",\n        placeholder: \"Inter\",\n        hidden: ({ font  })=>!font\n    },\n    fontWeight: {\n        type: ControlType.Enum,\n        title: \"Weight\",\n        options: [\n            100,\n            200,\n            300,\n            400,\n            500,\n            600,\n            700,\n            800,\n            900\n        ],\n        optionTitles: [\n            \"Thin\",\n            \"Extra-light\",\n            \"Light\",\n            \"Regular\",\n            \"Medium\",\n            \"Semi-bold\",\n            \"Bold\",\n            \"Extra-bold\",\n            \"Black\", \n        ],\n        hidden: ({ font  })=>!font\n    }\n};\n// @TODO check if we're missing anything here — there doesn't seem to be a reliable browser API for this\nexport const localeOptions = {\n    af: \"Afrikaans\",\n    sq: \"Albanian\",\n    an: \"Aragonese\",\n    ar: \"Arabic (Standard)\",\n    \"ar-dz\": \"Arabic (Algeria)\",\n    \"ar-bh\": \"Arabic (Bahrain)\",\n    \"ar-eg\": \"Arabic (Egypt)\",\n    \"ar-iq\": \"Arabic (Iraq)\",\n    \"ar-jo\": \"Arabic (Jordan)\",\n    \"ar-kw\": \"Arabic (Kuwait)\",\n    \"ar-lb\": \"Arabic (Lebanon)\",\n    \"ar-ly\": \"Arabic (Libya)\",\n    \"ar-ma\": \"Arabic (Morocco)\",\n    \"ar-om\": \"Arabic (Oman)\",\n    \"ar-qa\": \"Arabic (Qatar)\",\n    \"ar-sa\": \"Arabic (Saudi Arabia)\",\n    \"ar-sy\": \"Arabic (Syria)\",\n    \"ar-tn\": \"Arabic (Tunisia)\",\n    \"ar-ae\": \"Arabic (U.A.E.)\",\n    \"ar-ye\": \"Arabic (Yemen)\",\n    hy: \"Armenian\",\n    as: \"Assamese\",\n    ast: \"Asturian\",\n    az: \"Azerbaijani\",\n    eu: \"Basque\",\n    bg: \"Bulgarian\",\n    be: \"Belarusian\",\n    bn: \"Bengali\",\n    bs: \"Bosnian\",\n    br: \"Breton\",\n    my: \"Burmese\",\n    ca: \"Catalan\",\n    ch: \"Chamorro\",\n    ce: \"Chechen\",\n    zh: \"Chinese\",\n    \"zh-hk\": \"Chinese (Hong Kong)\",\n    \"zh-cn\": \"Chinese (PRC)\",\n    \"zh-sg\": \"Chinese (Singapore)\",\n    \"zh-tw\": \"Chinese (Taiwan)\",\n    cv: \"Chuvash\",\n    co: \"Corsican\",\n    cr: \"Cree\",\n    hr: \"Croatian\",\n    cs: \"Czech\",\n    da: \"Danish\",\n    nl: \"Dutch (Standard)\",\n    \"nl-be\": \"Dutch (Belgian)\",\n    en: \"English\",\n    \"en-au\": \"English (Australia)\",\n    \"en-bz\": \"English (Belize)\",\n    \"en-ca\": \"English (Canada)\",\n    \"en-ie\": \"English (Ireland)\",\n    \"en-jm\": \"English (Jamaica)\",\n    \"en-nz\": \"English (New Zealand)\",\n    \"en-ph\": \"English (Philippines)\",\n    \"en-za\": \"English (South Africa)\",\n    \"en-tt\": \"English (Trinidad & Tobago)\",\n    \"en-gb\": \"English (United Kingdom)\",\n    \"en-us\": \"English (United States)\",\n    \"en-zw\": \"English (Zimbabwe)\",\n    eo: \"Esperanto\",\n    et: \"Estonian\",\n    fo: \"Faeroese\",\n    fa: \"Farsi\",\n    fj: \"Fijian\",\n    fi: \"Finnish\",\n    fr: \"French (Standard)\",\n    \"fr-be\": \"French (Belgium)\",\n    \"fr-ca\": \"French (Canada)\",\n    \"fr-fr\": \"French (France)\",\n    \"fr-lu\": \"French (Luxembourg)\",\n    \"fr-mc\": \"French (Monaco)\",\n    \"fr-ch\": \"French (Switzerland)\",\n    fy: \"Frisian\",\n    fur: \"Friulian\",\n    gd: \"Gaelic (Scots)\",\n    \"gd-ie\": \"Gaelic (Irish)\",\n    gl: \"Galacian\",\n    ka: \"Georgian\",\n    de: \"German (Standard)\",\n    \"de-at\": \"German (Austria)\",\n    \"de-de\": \"German (Germany)\",\n    \"de-li\": \"German (Liechtenstein)\",\n    \"de-lu\": \"German (Luxembourg)\",\n    \"de-ch\": \"German (Switzerland)\",\n    el: \"Greek\",\n    gu: \"Gujurati\",\n    ht: \"Haitian\",\n    he: \"Hebrew\",\n    hi: \"Hindi\",\n    hu: \"Hungarian\",\n    is: \"Icelandic\",\n    id: \"Indonesian\",\n    iu: \"Inuktitut\",\n    ga: \"Irish\",\n    it: \"Italian (Standard)\",\n    \"it-ch\": \"Italian (Switzerland)\",\n    ja: \"Japanese\",\n    kn: \"Kannada\",\n    ks: \"Kashmiri\",\n    kk: \"Kazakh\",\n    km: \"Khmer\",\n    ky: \"Kirghiz\",\n    tlh: \"Klingon\",\n    ko: \"Korean\",\n    \"ko-kp\": \"Korean (North Korea)\",\n    \"ko-kr\": \"Korean (South Korea)\",\n    la: \"Latin\",\n    lv: \"Latvian\",\n    lt: \"Lithuanian\",\n    lb: \"Luxembourgish\",\n    mk: \"FYRO Macedonian\",\n    ms: \"Malay\",\n    ml: \"Malayalam\",\n    mt: \"Maltese\",\n    mi: \"Maori\",\n    mr: \"Marathi\",\n    mo: \"Moldavian\",\n    nv: \"Navajo\",\n    ng: \"Ndonga\",\n    ne: \"Nepali\",\n    no: \"Norwegian\",\n    nb: \"Norwegian (Bokmal)\",\n    nn: \"Norwegian (Nynorsk)\",\n    oc: \"Occitan\",\n    or: \"Oriya\",\n    om: \"Oromo\",\n    \"fa-ir\": \"Persian/Iran\",\n    pl: \"Polish\",\n    pt: \"Portuguese\",\n    \"pt-br\": \"Portuguese (Brazil)\",\n    pa: \"Punjabi\",\n    \"pa-in\": \"Punjabi (India)\",\n    \"pa-pk\": \"Punjabi (Pakistan)\",\n    qu: \"Quechua\",\n    rm: \"Rhaeto-Romanic\",\n    ro: \"Romanian\",\n    \"ro-mo\": \"Romanian (Moldavia)\",\n    ru: \"Russian\",\n    \"ru-mo\": \"Russian (Moldavia)\",\n    sz: \"Sami (Lappish)\",\n    sg: \"Sango\",\n    sa: \"Sanskrit\",\n    sc: \"Sardinian\",\n    sd: \"Sindhi\",\n    si: \"Singhalese\",\n    sr: \"Serbian\",\n    sk: \"Slovak\",\n    sl: \"Slovenian\",\n    so: \"Somani\",\n    sb: \"Sorbian\",\n    es: \"Spanish\",\n    \"es-ar\": \"Spanish (Argentina)\",\n    \"es-bo\": \"Spanish (Bolivia)\",\n    \"es-cl\": \"Spanish (Chile)\",\n    \"es-co\": \"Spanish (Colombia)\",\n    \"es-cr\": \"Spanish (Costa Rica)\",\n    \"es-do\": \"Spanish (Dominican Republic)\",\n    \"es-ec\": \"Spanish (Ecuador)\",\n    \"es-sv\": \"Spanish (El Salvador)\",\n    \"es-gt\": \"Spanish (Guatemala)\",\n    \"es-hn\": \"Spanish (Honduras)\",\n    \"es-mx\": \"Spanish (Mexico)\",\n    \"es-ni\": \"Spanish (Nicaragua)\",\n    \"es-pa\": \"Spanish (Panama)\",\n    \"es-py\": \"Spanish (Paraguay)\",\n    \"es-pe\": \"Spanish (Peru)\",\n    \"es-pr\": \"Spanish (Puerto Rico)\",\n    \"es-es\": \"Spanish (Spain)\",\n    \"es-uy\": \"Spanish (Uruguay)\",\n    \"es-ve\": \"Spanish (Venezuela)\",\n    sx: \"Sutu\",\n    sw: \"Swahili\",\n    sv: \"Swedish\",\n    \"sv-fi\": \"Swedish (Finland)\",\n    \"sv-sv\": \"Swedish (Sweden)\",\n    ta: \"Tamil\",\n    tt: \"Tatar\",\n    te: \"Teluga\",\n    th: \"Thai\",\n    tig: \"Tigre\",\n    ts: \"Tsonga\",\n    tn: \"Tswana\",\n    tr: \"Turkish\",\n    tk: \"Turkmen\",\n    uk: \"Ukrainian\",\n    hsb: \"Upper Sorbian\",\n    ur: \"Urdu\",\n    ve: \"Venda\",\n    vi: \"Vietnamese\",\n    vo: \"Volapuk\",\n    wa: \"Walloon\",\n    cy: \"Welsh\",\n    xh: \"Xhosa\",\n    ji: \"Yiddish\",\n    zu: \"Zulu\"\n};\n\nexport const __FramerMetadata__ = {\"exports\":{\"fontSizeOptions\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fontControls\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"localeOptions\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fontStack\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"emptyStateStyle\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"defaultEvents\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./constants.map","import { useIsInCurrentNavigationTarget } from \"framer\";\nimport { useEffect } from \"react\";\nexport function useOnEnter(onEnter, enabled) {\n    return useOnSpecificTargetChange(true, onEnter, enabled);\n}\nexport function useOnExit(onExit, enabled) {\n    return useOnSpecificTargetChange(false, onExit, enabled);\n}\nfunction useOnSpecificTargetChange(goal, callback, enabled = true) {\n    const isInTarget = useIsInCurrentNavigationTarget();\n    useEffect(()=>{\n        if (enabled && isInTarget === goal) callback();\n    }, [\n        isInTarget\n    ]);\n}\n\nexport const __FramerMetadata__ = {\"exports\":{\"useOnEnter\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useOnExit\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./useOnNavigationTargetChange.map","import { useRef } from \"react\";\n/**\n * Creates a constant value over the lifecycle of a component.\n *\n * Even if `useMemo` is provided an empty array as its final argument, it doesn't offer\n * a guarantee that it won't re-run for performance reasons later on. By using `useConstant`\n * you can ensure that initialisers don't execute twice or more.\n */ export function useConstant(init) {\n    const ref = useRef(null);\n    if (ref.current === null) {\n        ref.current = init();\n    }\n    return ref.current;\n}\n\nexport const __FramerMetadata__ = {\"exports\":{\"useConstant\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./useConstant.map","import { Color } from \"framer\";\nexport function colorFromToken(color) {\n    if (color.startsWith(\"var(--token-\")) return \"rgb\" + color.split(\") /*\")[0].split(\", rgb\")[1];\n    return color;\n}\nexport function colorTokentoValue(color) {\n    return Color(colorFromToken(color)).toValue();\n}\n\nexport const __FramerMetadata__ = {\"exports\":{\"colorFromToken\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"colorTokentoValue\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./colorFromToken.map","import { MotionValue } from \"framer\";\nexport const isMotionValue = (v)=>v instanceof MotionValue\n;\n\nexport const __FramerMetadata__ = {\"exports\":{\"isMotionValue\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./isMotionValue.map","import * as React from \"react\";\nconst letters = \"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz\";\nconst l = ()=>letters[Math.floor(Math.random() * letters.length)]\n;\nexport const randomID = ()=>l() + l() + l() + l() + l() + l() + l() + l() + l()\n;\nfunction createUniqueClass(suffix) {\n    return `framer-${suffix}-${randomID()}`;\n}\nexport function useUniqueClassName(suffix, deps) {\n    const [className, setClassName] = React.useState(createUniqueClass(suffix));\n    React.useEffect(()=>{\n        setClassName(createUniqueClass(suffix));\n    }, [\n        suffix,\n        ...deps\n    ]);\n    return className;\n}\n\nexport const __FramerMetadata__ = {\"exports\":{\"useUniqueClassName\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"randomID\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./useUniqueClassName.map","import { ControlType } from \"framer\";\n// I realize this only applies to select right now\n// but we can work on it in here\nexport function getVariantControls(Component, variant, additionalControls = {\n}) {\n    return {\n        [`${variant}TextColor`]: {\n            type: ControlType.Color,\n            title: \"Text Color\",\n            defaultValue: Component.defaultProps[`${variant}TextColor`],\n            hidden: (props)=>props.variant !== variant\n        },\n        [`${variant}IconColor`]: {\n            type: ControlType.Color,\n            title: \"Icon Color\",\n            defaultValue: Component.defaultProps[`${variant}IconColor`],\n            hidden: (props)=>props.variant !== variant\n        },\n        [`${variant}BackgroundColor`]: {\n            type: ControlType.Color,\n            title: \"Bg Color\",\n            defaultValue: Component.defaultProps[`${variant}BackgroundColor`],\n            hidden: (props)=>props.variant !== variant\n        },\n        [`${variant}BorderColor`]: {\n            type: ControlType.Color,\n            title: \"Border Color\",\n            defaultValue: Component.defaultProps[`${variant}BorderColor`],\n            hidden: (props)=>props.variant !== variant\n        },\n        [`${variant}BorderWidth`]: {\n            type: ControlType.Number,\n            title: \" \",\n            min: 0,\n            max: 5,\n            displayStepper: true,\n            defaultValue: Component.defaultProps[`${variant}BorderWidth`],\n            hidden: (props)=>props.variant !== variant\n        },\n        ...additionalControls\n    };\n}\n\nexport const __FramerMetadata__ = {\"exports\":{\"getVariantControls\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./variantUtils.map","import { useMemo } from \"react\";\nexport const isBrowserSafari = ()=>{\n    if (typeof navigator !== `undefined`) {\n        const userAgent = navigator.userAgent.toLowerCase();\n        const isSafari = (userAgent.indexOf(\"safari\") > -1 || userAgent.indexOf(\"framermobile\") > -1 || userAgent.indexOf(\"framerx\") > -1) && userAgent.indexOf(\"chrome\") < 0;\n        return isSafari;\n    } else return false;\n};\nexport const useIsBrowserSafari = ()=>useMemo(()=>isBrowserSafari()\n    , [])\n;\n\nexport const __FramerMetadata__ = {\"exports\":{\"useIsBrowserSafari\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"isBrowserSafari\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./isBrowser.map","import { useEffect } from \"react\";\n//@ts-ignore\nimport { isMotionValue } from \"https://framerusercontent.com/modules/3mKFSGQqKHV82uOV1eBc/5fbRLvOpxZC0JOXugvwm/isMotionValue.js\";\nexport function useOnChange(value, callback) {\n    useEffect(()=>// @ts-ignore this should be detected as a MV :shrug:\n        isMotionValue(value) ? value.onChange(callback) : undefined\n    );\n}\nexport function useMultiOnChange(values, handler) {\n    useEffect(()=>{\n        const subscriptions = values.map((value)=>value.onChange(handler)\n        );\n        return ()=>subscriptions.forEach((unsubscribe)=>unsubscribe()\n            )\n        ;\n    });\n}\n\nexport const __FramerMetadata__ = {\"exports\":{\"Subscriber\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useOnChange\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useMultiOnChange\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./useOnChange.map","import { useCallback, useEffect, useRef } from \"react\";\nimport { motionValue, animate, RenderTarget } from \"framer\";\n// @ts-ignore\nimport { isMotionValue } from \"https://framerusercontent.com/modules/3mKFSGQqKHV82uOV1eBc/5fbRLvOpxZC0JOXugvwm/isMotionValue.js\";\n// @ts-ignore\nimport { useConstant } from \"https://framerusercontent.com/modules/ExNgrA7EJTKUPpH6vIlN/eiOrSJ2Ab5M9jPCvVwUz/useConstant.js\";\nexport function useAutoMotionValue(inputValue, options) {\n    var ref;\n    // Put options on a local ref\n    // Might wanna just memo instead but it works for now\n    const optionsRef = useRef(options);\n    const animation = useRef();\n    const didInitialMount = useRef(false);\n    const isOnCanvas = RenderTarget.current() === RenderTarget.canvas;\n    // in-progress - trying to figure out effect hooks\n    const onChangeDeps = (options === null || options === void 0 ? void 0 : options.onChangeDeps) ? options.onChangeDeps : [];\n    // Memoize the onChange handler\n    const onChange = useCallback(options === null || options === void 0 ? void 0 : options.onChange, [\n        ...onChangeDeps, \n    ]);\n    // Optionally scale the value from props\n    const transformer = useCallback((value)=>((ref = optionsRef.current) === null || ref === void 0 ? void 0 : ref.transform) ? optionsRef.current.transform(value) : value\n    , []);\n    // Create new MotionValue from inputValue\n    const value = useConstant(()=>isMotionValue(inputValue) ? inputValue : motionValue(transformer(inputValue))\n    );\n    // Setting value from prop change\n    useEffect(()=>{\n        if (!isMotionValue(inputValue) && didInitialMount.current) {\n            var ref1, ref2;\n            const newValue = transformer(inputValue);\n            (ref1 = animation.current) === null || ref1 === void 0 ? void 0 : ref1.stop();\n            // Call change callback\n            if (onChange) onChange(newValue, value);\n            // Trigger animation to new value\n            if (((ref2 = optionsRef.current) === null || ref2 === void 0 ? void 0 : ref2.animate) && !isOnCanvas) {\n                var ref3;\n                // @ts-ignore\n                animation.current = animate(value, newValue, (ref3 = optionsRef.current) === null || ref3 === void 0 ? void 0 : ref3.transition);\n            } else {\n                value.set(newValue);\n            }\n        }\n        didInitialMount.current = true;\n    }, [\n        inputValue,\n        ...onChangeDeps\n    ]);\n    return value;\n}\n\nexport const __FramerMetadata__ = {\"exports\":{\"useAutoMotionValue\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}","// @ts-ignore\nimport{fontStore}from\"framer\";import{useEffect}from\"react\";import{fontStack}from\"https://framerusercontent.com/modules/VTUDdizacRHpwbkOamr7/AykinQJbgwl92LvMGZwu/constants.js\";const fontWeights={100:\"Thin\",200:\"Extra-light\",300:\"Light\",400:\"Regular\",500:\"Medium\",600:\"Semi-bold\",700:\"Bold\",800:\"Extra-bold\",900:\"Black\"};export function useFontControls(props){const{fontFamily=\"Inter\",fontSize=16,fontWeight=400,font=false}=props;const fontWeightName=fontWeights[fontWeight];const customFontStack=`\"${fontFamily} ${fontWeightName}\", \"${fontFamily}\", ${fontStack}`;const fontFamilyStyle=fontFamily?{fontSize,fontWeight,fontFamily:customFontStack}:{fontSize,fontWeight};const fetchCustomFonts=async()=>{await fontStore.loadWebFontsFromSelectors([`CUSTOM;${fontFamily}`,`CUSTOM;${fontFamily} ${fontWeightName}`,`GF;${fontFamily}-${fontWeightName.toLowerCase()}`,]).catch(e=>console.error(e));};useEffect(()=>{if(font)fetchCustomFonts();},[font,fontFamily,fontWeight]);return fontFamilyStyle;}\nexport const __FramerMetadata__ = {\"exports\":{\"useFontControls\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./useFontControls.map","import { useMemo } from \"react\";\nimport { RenderTarget } from \"framer\";\nexport function useRenderTarget() {\n    const currentRenderTarget = useMemo(()=>RenderTarget.current()\n    , []);\n    return currentRenderTarget;\n}\nexport function useIsInPreview() {\n    const inPreview = useMemo(()=>RenderTarget.current() === RenderTarget.preview\n    , []);\n    return inPreview;\n}\nexport function useIsOnCanvas() {\n    const onCanvas = useMemo(()=>RenderTarget.current() === RenderTarget.canvas\n    , []);\n    return onCanvas;\n}\n\nexport const __FramerMetadata__ = {\"exports\":{\"useIsInPreview\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useRenderTarget\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useIsOnCanvas\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./useRenderTarget.map","import * as React from \"react\";\nexport function useControlledState(value) {\n    const [controlledValue, setValue] = React.useState(value);\n    React.useEffect(()=>{\n        setValue(value);\n    }, [\n        value\n    ]);\n    return [\n        controlledValue,\n        setValue\n    ];\n}\n\nexport const __FramerMetadata__ = {\"exports\":{\"useControlledState\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./useControlledState.map","import { useMemo } from \"react\";\nimport { ControlType } from \"framer\";\nexport function useRadius(props) {\n    const { borderRadius , isMixedBorderRadius , topLeftRadius , topRightRadius , bottomRightRadius , bottomLeftRadius ,  } = props;\n    const radiusValue = useMemo(()=>isMixedBorderRadius ? `${topLeftRadius}px ${topRightRadius}px ${bottomRightRadius}px ${bottomLeftRadius}px` : `${borderRadius}px`\n    , [\n        borderRadius,\n        isMixedBorderRadius,\n        topLeftRadius,\n        topRightRadius,\n        bottomRightRadius,\n        bottomLeftRadius, \n    ]);\n    return radiusValue;\n}\nexport const borderRadiusControl = {\n    borderRadius: {\n        title: \"Radius\",\n        type: ControlType.FusedNumber,\n        toggleKey: \"isMixedBorderRadius\",\n        toggleTitles: [\n            \"Radius\",\n            \"Radius per corner\"\n        ],\n        valueKeys: [\n            \"topLeftRadius\",\n            \"topRightRadius\",\n            \"bottomRightRadius\",\n            \"bottomLeftRadius\", \n        ],\n        valueLabels: [\n            \"TL\",\n            \"TR\",\n            \"BR\",\n            \"BL\"\n        ],\n        min: 0\n    }\n};\nexport function usePadding(props) {\n    const { padding , paddingPerSide , paddingTop , paddingRight , paddingBottom , paddingLeft ,  } = props;\n    const paddingValue = useMemo(()=>paddingPerSide ? `${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px` : padding\n    , [\n        padding,\n        paddingPerSide,\n        paddingTop,\n        paddingRight,\n        paddingBottom,\n        paddingLeft, \n    ]);\n    return paddingValue;\n}\nexport const paddingControl = {\n    padding: {\n        type: ControlType.FusedNumber,\n        toggleKey: \"paddingPerSide\",\n        toggleTitles: [\n            \"Padding\",\n            \"Padding per side\"\n        ],\n        valueKeys: [\n            \"paddingTop\",\n            \"paddingRight\",\n            \"paddingBottom\",\n            \"paddingLeft\", \n        ],\n        valueLabels: [\n            \"T\",\n            \"R\",\n            \"B\",\n            \"L\"\n        ],\n        min: 0,\n        title: \"Padding\"\n    }\n};\n\nexport const __FramerMetadata__ = {\"exports\":{\"borderRadiusControl\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useRadius\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"RadiusProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"PaddingProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"usePadding\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"paddingControl\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./propUtils.map","import{defaultEvents,localeOptions,fontControls,fontSizeOptions,emptyStateStyle,containerStyles,fontStack}from\"https://framerusercontent.com/modules/VTUDdizacRHpwbkOamr7/AykinQJbgwl92LvMGZwu/constants.js\";import{useOnEnter,useOnExit}from\"https://framerusercontent.com/modules/D4TWeLfcxT6Tysr2BlYg/iZjmqdxVx1EOiM3k1FaW/useOnNavigationTargetChange.js\";import{useConstant}from\"https://framerusercontent.com/modules/ExNgrA7EJTKUPpH6vIlN/eiOrSJ2Ab5M9jPCvVwUz/useConstant.js\";import{colorTokentoValue,colorFromToken}from\"https://framerusercontent.com/modules/D2Lz5CmnNVPZFFiZXalt/QaCzPbriZBfXWZIIycFI/colorFromToken.js\";import{isMotionValue}from\"https://framerusercontent.com/modules/3mKFSGQqKHV82uOV1eBc/5fbRLvOpxZC0JOXugvwm/isMotionValue.js\";import{useUniqueClassName,randomID}from\"https://framerusercontent.com/modules/xDiQsqBGXzmMsv7AlEVy/uhunpMiNsbXxzjlXsg1y/useUniqueClassName.js\";import{getVariantControls}from\"https://framerusercontent.com/modules/ETACN5BJyFTSo0VVDJfu/NHRqowOiXkF9UwOzczF7/variantUtils.js\";import{useIsBrowserSafari}from\"https://framerusercontent.com/modules/eMBrwoqQK7h6mEeGQUH8/GuplvPJVjmxpk9zqOTcb/isBrowser.js\";import{useMultiOnChange,useOnChange}from\"https://framerusercontent.com/modules/v9AWX2URmiYsHf7GbctE/XxKAZ9KlhWqf5x1JMyyF/useOnChange.js\";import{mstoMinAndSec,secondsToMinutes}from\"https://framerusercontent.com/modules/4zHZnO5JojN1PrIbu2jm/revv9QCWpkh8lPzi2jje/time.js\";import{useAutoMotionValue}from\"https://framerusercontent.com/modules/kNDwabfjDEb3vUxkQlZS/fSIr3AOAYbGlfSPgXpYu/useAutoMotionValue.js\";import{useFontControls}from\"https://framerusercontent.com/modules/cuQH4dmpDnV8YK1mSgQX/KqRXqunFjE6ufhpc7ZRu/useFontControls.js\";import{useRenderTarget,useIsInPreview,useIsOnCanvas}from\"https://framerusercontent.com/modules/afBE9Yx1W6bY5q32qPxe/m3q7puE2tbo1S2C0s0CT/useRenderTarget.js\";import{useControlledState}from\"https://framerusercontent.com/modules/zGkoP8tPDCkoBzMdt5uq/0zFSjxIYliHxrQQnryFX/useControlledState.js\";import{usePadding,useRadius,paddingControl,borderRadiusControl}from\"https://framerusercontent.com/modules/5SM58HxZHxjjv7aLMOgQ/WXz9i6mVki0bBCrKdqB3/propUtils.js\";import{detectAutoSizingAxis}from\"https://framerusercontent.com/modules/8CkHAZatUz1UR8jNTcfD/HwbnIAZlUmQ2oTpcLkaH/detectAutoSizingAxis.js\";export{useOnEnter,useOnExit,defaultEvents,isMotionValue,colorFromToken,colorTokentoValue,localeOptions,fontControls,fontSizeOptions,emptyStateStyle,containerStyles,fontStack,useUniqueClassName,getVariantControls,useIsBrowserSafari,randomID,useConstant,useMultiOnChange,useOnChange,usePadding,useRadius,paddingControl,borderRadiusControl,mstoMinAndSec,useFontControls,secondsToMinutes,useAutoMotionValue,useRenderTarget,useIsInPreview,useControlledState,detectAutoSizingAxis,useIsOnCanvas,};\nexport const __FramerMetadata__ = {\"exports\":{\"useConstant\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"isMotionValue\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fontControls\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"defaultEvents\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useUniqueClassName\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useMultiOnChange\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useOnChange\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useIsOnCanvas\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useOnExit\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fontSizeOptions\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"colorTokentoValue\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useRadius\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"getVariantControls\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"colorFromToken\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"usePadding\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fontStack\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useControlledState\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useFontControls\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useAutoMotionValue\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"emptyStateStyle\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useIsInPreview\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useIsBrowserSafari\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"detectAutoSizingAxis\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"borderRadiusControl\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"mstoMinAndSec\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"randomID\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"localeOptions\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useOnEnter\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"secondsToMinutes\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useRenderTarget\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"paddingControl\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}","import{jsx as _jsx}from\"react/jsx-runtime\";import{addPropertyControls,ControlType,useIsInCurrentNavigationTarget,RenderTarget}from\"framer\";import{isMotionValue,useInView}from\"framer-motion\";import{borderRadiusControl,defaultEvents,useIsBrowserSafari,useIsOnCanvas,useOnEnter,useOnExit,useRadius,useRenderTarget}from\"https://framerusercontent.com/modules/G4IfyjvwmaeSBpdb4TWu/OIjZRBmWDcIE2B6qgG1j/index.js\";// https://framer.com/m/framer/default-utils.js@^0.45.0\nimport{memo,useCallback,useEffect,useMemo,useRef,useState}from\"react\";var ObjectFitType;(function(ObjectFitType){ObjectFitType[\"Fill\"]=\"fill\";ObjectFitType[\"Contain\"]=\"contain\";ObjectFitType[\"Cover\"]=\"cover\";ObjectFitType[\"None\"]=\"none\";ObjectFitType[\"ScaleDown\"]=\"scale-down\";})(ObjectFitType||(ObjectFitType={}));var SrcType;(function(SrcType){SrcType[\"Video\"]=\"Upload\";SrcType[\"Url\"]=\"URL\";})(SrcType||(SrcType={}));const defaultVideo=\"https://framerusercontent.com/assets/MLWPbW1dUQawJLhhun3dBwpgJak.mp4\";// Reduce renders\nfunction getProps(props){const{width,height,topLeft,topRight,bottomRight,bottomLeft,id,children,...rest}=props;return rest;}/**\n * VIDEO\n *\n * @framerIntrinsicWidth 200\n * @framerIntrinsicHeight 112\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight any-prefer-fixed\n */export function Video(props){const newProps=getProps(props);return /*#__PURE__*/_jsx(VideoMemo,{...newProps});}function usePlaybackControls(videoRef){const isInCurrentNavigationTarget=useIsInCurrentNavigationTarget();const requestingPlay=useRef(false);const isPlayingRef=useRef(false);const setProgress=useCallback(rawProgress=>{if(!videoRef.current)return;const newProgress=(rawProgress===1?.999:rawProgress)*videoRef.current.duration;const isAlreadySet=Math.abs(videoRef.current.currentTime-newProgress)<.1;if(videoRef.current.duration>0&&!isAlreadySet){videoRef.current.currentTime=newProgress;}},[]);const play=useCallback(()=>{const video=videoRef.current;if(!video)return;video.preload=\"auto\"// makes sure browsers don't throttle: https://html.spec.whatwg.org/multipage/media.html#:~:text=When%20the%20media%20resource%20is%20playing%2C%20hints%20to%20the%20user%20agent%20that%20bandwidth%20is%20to%20be%20considered%20scarce%2C%20e.g.%20suggesting%20throttling%20the%20download%20so%20that%20the%20media%20data%20is%20obtained%20at%20the%20slowest%20possible%20rate%20that%20still%20maintains%20consistent%20playback.\n;const isPlaying=video.currentTime>0&&video.onplaying&&!video.paused&&!video.ended&&video.readyState>=video.HAVE_CURRENT_DATA;if(!isPlaying&&video&&!requestingPlay.current&&isInCurrentNavigationTarget){requestingPlay.current=true;isPlayingRef.current=true;video.play().catch(e=>{})// It's likely fine, swallow error\n.finally(()=>requestingPlay.current=false);}},[]);const pause=useCallback(()=>{if(!videoRef.current||requestingPlay.current)return;videoRef.current.pause();isPlayingRef.current=false;},[]);return{play,pause,setProgress,isPlaying:isPlayingRef};}function useAutoplayBehavior({playingProp,muted,loop,playsinline,controls}){const[initialPlayingProp]=useState(()=>playingProp);const[hasPlayingPropChanged,setHasPlayingPropChanged]=useState(false);if(playingProp!==initialPlayingProp&&!hasPlayingPropChanged){setHasPlayingPropChanged(true);}const behavesAsGif=// passing `playing === true` on mount indicates that the video should\n// autoplay, like a GIF\ninitialPlayingProp&&muted&&loop&&playsinline&&!controls&&// Some users of the <Video> component use it by wrapping it with\n// another smart component and adding their own controls on top. (The\n// controls use transitions to control the video: e.g., when clicking\n// the play button, the smart component will transition to a state with\n// <Video playing={true} />.) In this case, we don't want the video to\n// behave as a gif, as it will be weird if the video suddenly started\n// acting as such (and auto-pausing when leaving the viewport) as soon\n// as the site visitor mutes it and clicks “Play”.\n!hasPlayingPropChanged;let autoplay;if(behavesAsGif)autoplay=\"on-viewport\";else if(initialPlayingProp)autoplay=\"on-mount\";else autoplay=\"no-autoplay\";return autoplay;}const VideoMemo=/*#__PURE__*/memo(function VideoInner(props){const{// default props\nsrcType=\"URL\",srcUrl,srcFile=\"\",posterEnabled=false,controls=false,playing=true,loop=true,muted=true,playsinline=true,restartOnEnter=false,objectFit=\"cover\",backgroundColor=\"rgba(0,0,0,0)\",radius=0,volume=25,startTime:startTimeProp=0,poster,playing:playingProp,progress,onSeeked,onPause,onPlay,onEnd,onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp}=props;const videoRef=useRef();const isSafari=useIsBrowserSafari();const wasPausedOnLeave=useRef(null);const wasEndedOnLeave=useRef(null);const isOnCanvas=useIsOnCanvas();const renderTarget=useRenderTarget();const isStaticRenderer=isOnCanvas||renderTarget===RenderTarget.export;const borderRadius=useRadius(props);// Hard-coding `autoplayBehavior` and `isInViewport` when on canvas as a\n// tiny perf optimization. isStaticRenderer won’t change through the lifecycle of\n// the component, so using these hooks conditionally should be safe\nconst autoplayBehavior=isStaticRenderer?\"no-autoplay\":useAutoplayBehavior({playingProp,muted,loop,playsinline,controls});const isInViewport=isStaticRenderer?true:useInView(videoRef);const isCloseToViewport=isStaticRenderer?false:useInView(videoRef,{margin:\"10%\",once:true});// Video elements behave oddly at 100% duration\nconst startTime=startTimeProp===100?99.9:startTimeProp;const{play,pause,setProgress,isPlaying}=usePlaybackControls(videoRef);// Pause/play via props\nuseEffect(()=>{if(isStaticRenderer)return;if(autoplayBehavior===\"on-viewport\")return;if(playingProp)play();else pause();},[autoplayBehavior,playingProp]);// Pause/play via viewport\nuseEffect(()=>{if(isStaticRenderer)return;// this also explicitly retries playing for videos that play on-mount, which could fail if they're not muted for example\nif(isInViewport&&playingProp&&autoplayBehavior!==\"no-autoplay\")play();if(autoplayBehavior!==\"on-viewport\")return;pause();},[autoplayBehavior,isInViewport,playingProp]);useEffect(()=>{if(!isOnCanvas||poster||posterEnabled||startTime||!videoRef.current)return;// forces a poster to show up when the video is in an iframe; this is needed when `poster` changes\nvideoRef.current.currentTime=.01;},[posterEnabled,poster,startTime]);/**\n     * The Video component has some effects that sync the video element with props\n     * like `startTime`, `progress`, etc. React calls these effects whenever these\n     * props change. However, it also calls them on the first mount, and this is\n     * troublesome – if we’re doing SSR, and the user changed the video state before\n     * the video was hydrated, the initial `useEffect` call will reset the video\n     * state. To avoid this, we use this flag.\n     */const isMountedAndReadyForProgressChanges=useRef(false);// Allow scrubbling via progress prop\n// 1) Handle cases when the progress prop itself changes\nuseEffect(()=>{if(!isMountedAndReadyForProgressChanges.current){isMountedAndReadyForProgressChanges.current=true;return;}const rawProgressValue=isMotionValue(progress)?progress.get():(progress??0)*.01;setProgress(// When the progress value exists (e.g. <Video startTime={10}\n// progress={50} />), we respect the `progress` value over\n// `startTime`, even if `startTime` changes. That’s because\n// `startTime` == start == changing it shouldn’t affect the current\n// progress\n(rawProgressValue??0)||// Then why fall back to `startTime` when `progress` doesn’t exist,\n// you might ask? Now, that’s for\n// - canvas UX: we want the video progress to change when the user\n//   is scrobbling the “Start Time” in component settings.\n// - backwards compatibility: maybe some users *are* scrobbling\n//   using `startTime` instead of `progress`? We don’t know, and it\n//   always supported it, so let’s not break it\n(startTime??0)/100);},[startTime,srcFile,srcUrl,progress]);// 2) Handle cases when the motion value inside the progress prop changes\nuseEffect(()=>{if(!isMotionValue(progress))return;return progress.on(\"change\",value=>setProgress(value));},[progress]);// (Prototyping) Checking if we need to play on navigation enter\nuseOnEnter(()=>{if(wasPausedOnLeave.current===null)return;if(videoRef.current){// if (restartOnEnter) setProgress(0)\nif(!wasEndedOnLeave&&loop||!wasPausedOnLeave.current)play();}});// (Prototyping) Pausing & saving playing state on navigation exit\nuseOnExit(()=>{if(videoRef.current){wasEndedOnLeave.current=videoRef.current.ended;wasPausedOnLeave.current=videoRef.current.paused;pause();}});const src=useMemo(()=>{let fragment=\"\";// if (\n//     startTime > 0 &&\n//     videoRef.current &&\n//     !isNaN(videoRef.current.duration) &&\n//     !isStaticRenderer\n// ) {\n//     console.log(startTime, videoRef.current.duration)\n//     fragment = `#t=${startTime * videoRef.current.duration}`\n// }\nif(srcType===\"URL\")return srcUrl+fragment;if(srcType===\"Upload\")return srcFile+fragment;},[srcType,srcFile,srcUrl,startTime]);// Autoplay via JS to work in Safari\nuseEffect(()=>{if(isSafari&&videoRef.current&&autoplayBehavior===\"on-mount\"){setTimeout(()=>play(),50);}},[]);// Volume Control\nuseEffect(()=>{if(videoRef.current&&!muted)videoRef.current.volume=(volume??0)/100;},[volume]);// When video is ready, set start-time, then autoplay if needed\nconst handleReady=()=>{const video=videoRef.current;if(!video)return;if(video.currentTime<.3&&startTime>0)setProgress((startTime??0)*.01);if(// when the component updates (e.g. only srcFile/url changes), and the video was already playing, keep playing\nisPlaying.current||autoplayBehavior===\"on-mount\"||playingProp&&autoplayBehavior===\"on-viewport\"&&isInViewport)play();};return /*#__PURE__*/_jsx(\"video\",{onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,src:src,loop:loop,ref:videoRef,onSeeked:e=>onSeeked?.(e),onPause:e=>onPause?.(e),onPlay:e=>onPlay?.(e),onEnded:e=>onEnd?.(e),autoPlay:isPlaying.current||autoplayBehavior===\"on-mount\"||playingProp&&autoplayBehavior===\"on-viewport\"&&isInViewport,preload:isPlaying.current?\"auto\":isStaticRenderer&&!poster?\"metadata\":autoplayBehavior!==\"on-mount\"&&!isCloseToViewport?\"none\":// `autoplay` overrides this too\n\"metadata\",poster:posterEnabled&&!srcFile&&srcUrl===defaultVideo?\"https://framerusercontent.com/images/5ILRvlYXf72kHSVHqpa3snGzjU.jpg\":posterEnabled&&poster?poster:undefined,onLoadedData:handleReady,controls:controls,muted:isStaticRenderer?true:muted,playsInline:playsinline,style:{cursor:!!onClick?\"pointer\":\"auto\",width:\"100%\",height:\"100%\",borderRadius,display:\"block\",objectFit:objectFit,backgroundColor:backgroundColor,objectPosition:\"50% 50%\"}});});Video.displayName=\"Video\";function capitalizeFirstLetter(value){return value.charAt(0).toUpperCase()+value.slice(1);}export function titleCase(value){const groups=value.match(/[A-Z]{2,}|[A-Z][a-z]+|[a-z]+|[A-Z]|\\d+/gu)||[];return groups.map(capitalizeFirstLetter).join(\" \");}const objectFitOptions=[\"cover\",\"fill\",\"contain\",\"scale-down\",\"none\"];addPropertyControls(Video,{srcType:{type:ControlType.Enum,displaySegmentedControl:true,title:\"Source\",options:[\"URL\",\"Upload\"]},srcUrl:{type:ControlType.String,title:\"URL\",defaultValue:\"https://framerusercontent.com/assets/MLWPbW1dUQawJLhhun3dBwpgJak.mp4\",hidden(props){return props.srcType===\"Upload\";}},srcFile:{type:ControlType.File,title:\"File\",allowedFileTypes:[\"mp4\",\"webm\"],hidden(props){return props.srcType===\"URL\";}},playing:{type:ControlType.Boolean,title:\"Playing\",enabledTitle:\"Yes\",disabledTitle:\"No\"},...borderRadiusControl,posterEnabled:{type:ControlType.Boolean,title:\"Poster\",enabledTitle:\"Yes\",disabledTitle:\"No\"},poster:{type:ControlType.Image,title:\"Image\",hidden:({posterEnabled})=>!posterEnabled,description:\"We recommend adding a poster. [Learn more](https://www.framer.com/help/articles/how-are-videos-optimized-in-framer/).\"},backgroundColor:{type:ControlType.Color,title:\"Background\",defaultValue:\"rgba(0,0,0,0)\"},startTime:{title:\"Start Time\",type:ControlType.Number,min:0,max:100,step:.1,unit:\"%\"},loop:{type:ControlType.Boolean,title:\"Loop\",enabledTitle:\"Yes\",disabledTitle:\"No\"},objectFit:{type:ControlType.Enum,title:\"Fit\",options:objectFitOptions,optionTitles:objectFitOptions.map(titleCase)},// restartOnEnter: {\n//     type: ControlType.Boolean,\n//     title: \"On ReEnter\",\n//     enabledTitle: \"Restart\",\n//     disabledTitle: \"Resume\",\n// },\ncontrols:{type:ControlType.Boolean,title:\"Controls\",enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:false},muted:{type:ControlType.Boolean,title:\"Muted\",enabledTitle:\"Yes\",disabledTitle:\"No\"},volume:{type:ControlType.Number,max:100,min:0,unit:\"%\",hidden:({muted})=>muted,defaultValue:25},onEnd:{type:ControlType.EventHandler},onSeeked:{type:ControlType.EventHandler},onPause:{type:ControlType.EventHandler},onPlay:{type:ControlType.EventHandler},...defaultEvents});\nexport const __FramerMetadata__ = {\"exports\":{\"VideoProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"titleCase\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"Video\":{\"type\":\"reactComponent\",\"name\":\"Video\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"112\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicWidth\":\"200\",\"framerSupportedLayoutHeight\":\"any-prefer-fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Video.map","import{defaultEvents,localeOptions,fontControls,fontSizeOptions,emptyStateStyle,containerStyles,fontStack}from\"https://framerusercontent.com/modules/VTUDdizacRHpwbkOamr7/AykinQJbgwl92LvMGZwu/constants.js\";import{useOnEnter,useOnExit}from\"https://framerusercontent.com/modules/D4TWeLfcxT6Tysr2BlYg/iZjmqdxVx1EOiM3k1FaW/useOnNavigationTargetChange.js\";import{useConstant}from\"https://framerusercontent.com/modules/ExNgrA7EJTKUPpH6vIlN/eiOrSJ2Ab5M9jPCvVwUz/useConstant.js\";import{colorTokentoValue,colorFromToken}from\"https://framerusercontent.com/modules/D2Lz5CmnNVPZFFiZXalt/QaCzPbriZBfXWZIIycFI/colorFromToken.js\";import{isMotionValue}from\"https://framerusercontent.com/modules/3mKFSGQqKHV82uOV1eBc/5fbRLvOpxZC0JOXugvwm/isMotionValue.js\";import{useUniqueClassName,randomID}from\"https://framerusercontent.com/modules/xDiQsqBGXzmMsv7AlEVy/uhunpMiNsbXxzjlXsg1y/useUniqueClassName.js\";import{getVariantControls}from\"https://framerusercontent.com/modules/ETACN5BJyFTSo0VVDJfu/NHRqowOiXkF9UwOzczF7/variantUtils.js\";import{useIsBrowserSafari}from\"https://framerusercontent.com/modules/eMBrwoqQK7h6mEeGQUH8/GuplvPJVjmxpk9zqOTcb/isBrowser.js\";import{useMultiOnChange,useOnChange}from\"https://framerusercontent.com/modules/v9AWX2URmiYsHf7GbctE/XxKAZ9KlhWqf5x1JMyyF/useOnChange.js\";import{mstoMinAndSec,secondsToMinutes}from\"https://framerusercontent.com/modules/4zHZnO5JojN1PrIbu2jm/revv9QCWpkh8lPzi2jje/time.js\";import{useAutoMotionValue}from\"https://framerusercontent.com/modules/kNDwabfjDEb3vUxkQlZS/fSIr3AOAYbGlfSPgXpYu/useAutoMotionValue.js\";import{useFontControls}from\"https://framerusercontent.com/modules/cuQH4dmpDnV8YK1mSgQX/KqRXqunFjE6ufhpc7ZRu/useFontControls.js\";import{useRenderTarget,useIsInPreview,useIsOnCanvas}from\"https://framerusercontent.com/modules/afBE9Yx1W6bY5q32qPxe/m3q7puE2tbo1S2C0s0CT/useRenderTarget.js\";import{useControlledState}from\"https://framerusercontent.com/modules/zGkoP8tPDCkoBzMdt5uq/0zFSjxIYliHxrQQnryFX/useControlledState.js\";import{usePadding,useRadius,paddingControl,borderRadiusControl}from\"https://framerusercontent.com/modules/5SM58HxZHxjjv7aLMOgQ/WXz9i6mVki0bBCrKdqB3/propUtils.js\";import{detectAutoSizingAxis}from\"https://framerusercontent.com/modules/8CkHAZatUz1UR8jNTcfD/HwbnIAZlUmQ2oTpcLkaH/detectAutoSizingAxis.js\";export{useOnEnter,useOnExit,defaultEvents,isMotionValue,colorFromToken,colorTokentoValue,localeOptions,fontControls,fontSizeOptions,emptyStateStyle,containerStyles,fontStack,useUniqueClassName,getVariantControls,useIsBrowserSafari,randomID,useConstant,useMultiOnChange,useOnChange,usePadding,useRadius,paddingControl,borderRadiusControl,mstoMinAndSec,useFontControls,secondsToMinutes,useAutoMotionValue,useRenderTarget,useIsInPreview,useControlledState,detectAutoSizingAxis,useIsOnCanvas,};\nexport const __FramerMetadata__ = {\"exports\":{\"useConstant\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"isMotionValue\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fontControls\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"defaultEvents\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useUniqueClassName\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useMultiOnChange\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useOnChange\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useIsOnCanvas\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useOnExit\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fontSizeOptions\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"colorTokentoValue\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useRadius\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"getVariantControls\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"colorFromToken\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"usePadding\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fontStack\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useControlledState\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useFontControls\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useAutoMotionValue\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"emptyStateStyle\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useIsInPreview\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useIsBrowserSafari\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"detectAutoSizingAxis\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"borderRadiusControl\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"mstoMinAndSec\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"randomID\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"localeOptions\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useOnEnter\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"secondsToMinutes\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useRenderTarget\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"paddingControl\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}","import{jsx as _jsx}from\"react/jsx-runtime\";import{useEffect,useRef,useState}from\"react\";import{addPropertyControls,ControlType}from\"framer\";import{useIsOnCanvas,emptyStateStyle,containerStyles}from\"https://framer.com/m/framer/default-utils.js\";/**\n * @framerIntrinsicWidth 600\n * @framerIntrinsicHeight 400\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight any-prefer-fixed\n *\n * @framerDisableUnlink\n */export default function Embed({type,url,html,zoom,radius,border,style={}}){if(type===\"url\"&&url){return /*#__PURE__*/_jsx(EmbedUrl,{url:url,zoom:zoom,radius:radius,border:border,style:style});}if(type===\"html\"&&html){return /*#__PURE__*/_jsx(EmbedHtml,{html:html,style:style});}return /*#__PURE__*/_jsx(Instructions,{style:style});}addPropertyControls(Embed,{type:{type:ControlType.Enum,defaultValue:\"url\",displaySegmentedControl:true,options:[\"url\",\"html\"],optionTitles:[\"URL\",\"HTML\"]},url:{title:\"URL\",type:ControlType.String,description:\"Some websites don’t support embedding.\",hidden(props){return props.type!==\"url\";}},html:{title:\"HTML\",type:ControlType.String,displayTextArea:true,hidden(props){return props.type!==\"html\";}},border:{title:\"Border\",type:ControlType.Border,optional:true,hidden(props){return props.type!==\"url\";}},radius:{type:ControlType.BorderRadius,title:\"Radius\",hidden(props){return props.type!==\"url\";}},zoom:{title:\"Zoom\",defaultValue:1,type:ControlType.Number,hidden(props){return props.type!==\"url\";},min:.1,max:1,step:.1,displayStepper:true}});function Instructions({style}){return /*#__PURE__*/_jsx(\"div\",{style:{minHeight:getMinHeight(style),...emptyStateStyle,overflow:\"hidden\",...style},children:/*#__PURE__*/_jsx(\"div\",{style:centerTextStyle,children:\"To embed a website or widget, add it to the properties\\xa0panel.\"})});}function EmbedUrl({url,zoom,radius,border,style}){const hasAutoHeight=!style.height;// Add https:// if the URL does not have a protocol.\nif(!/[a-z]+:\\/\\//.test(url)){url=\"https://\"+url;}const onCanvas=useIsOnCanvas();// We need to check if the url is blocked inside an iframe by the X-Frame-Options\n// or Content-Security-Policy headers on the backend.\nconst[state,setState]=useState(onCanvas?undefined:false);useEffect(()=>{// We only want to check on the canvas.\n// On the website we want to avoid the additional delay.\nif(!onCanvas)return;// TODO: We could also use AbortController here.\nlet isLastEffect=true;setState(undefined);async function load(){const response=await fetch(\"https://api.framer.com/functions/check-iframe-url?url=\"+encodeURIComponent(url));if(response.status==200){const{isBlocked}=await response.json();if(isLastEffect){setState(isBlocked);}}else{const message=await response.text();console.error(message);const error=new Error(\"This site can’t be reached.\");setState(error);}}load().catch(error=>{console.error(error);setState(error);});return()=>{isLastEffect=false;};},[url]);if(onCanvas&&hasAutoHeight){return /*#__PURE__*/_jsx(ErrorMessage,{message:\"URL embeds do not support auto height.\",style:style});}if(!url.startsWith(\"https://\")){return /*#__PURE__*/_jsx(ErrorMessage,{message:\"Unsupported protocol.\",style:style});}if(state===undefined){return /*#__PURE__*/_jsx(LoadingIndicator,{});}if(state instanceof Error){return /*#__PURE__*/_jsx(ErrorMessage,{message:state.message,style:style});}if(state===true){const message=`Can’t embed ${url} due to its content security policy.`;return /*#__PURE__*/_jsx(ErrorMessage,{message:message,style:style});}return /*#__PURE__*/_jsx(\"iframe\",{src:url,style:{...iframeStyle,...style,...border,zoom:zoom,borderRadius:radius,transformOrigin:\"top center\"},loading:\"lazy\",// @ts-ignore\nfetchPriority:onCanvas?\"low\":\"auto\",referrerPolicy:\"no-referrer\",sandbox:getSandbox(onCanvas)});}const iframeStyle={width:\"100%\",height:\"100%\",border:\"none\"};function getSandbox(onCanvas){const result=[\"allow-same-origin\",\"allow-scripts\"];if(!onCanvas){result.push(\"allow-downloads\",\"allow-forms\",\"allow-modals\",\"allow-orientation-lock\",\"allow-pointer-lock\",\"allow-popups\",\"allow-popups-to-escape-sandbox\",\"allow-presentation\",\"allow-storage-access-by-user-activation\",\"allow-top-navigation-by-user-activation\");}return result.join(\" \");}function EmbedHtml({html,...props}){const hasScript=html.includes(\"</script>\");if(hasScript){const hasSplineViewer=html.includes(\"</spline-viewer>\");const hasComment=html.includes(\"<!-- framer-direct-embed -->\");if(hasSplineViewer||hasComment){return /*#__PURE__*/_jsx(EmbedHtmlWithScripts,{html:html,...props});}return /*#__PURE__*/_jsx(EmbedHtmlInsideIframe,{html:html,...props});}return /*#__PURE__*/_jsx(EmbedHtmlWithoutScripts,{html:html,...props});}function EmbedHtmlInsideIframe({html,style}){const ref=useRef();const[iframeHeight,setIframeHeight]=useState(0);// Handle auto sizing\nuseEffect(()=>{const iframeWindow=ref.current?.contentWindow;function handleMessage(event){if(event.source!==iframeWindow)return;const data=event.data;if(typeof data!==\"object\"||data===null)return;const height=data.embedHeight;if(typeof height!==\"number\")return;setIframeHeight(height);}window.addEventListener(\"message\",handleMessage);// After SSG the iframe loads before we attach the event handler,\n// therefore we need to request the latest height from the iframe.\niframeWindow?.postMessage(\"getEmbedHeight\",\"*\");return()=>{window.removeEventListener(\"message\",handleMessage);};},[]);// The CSS is mainly copied from:\n// FramerStudio/src/app/vekter/src/renderer/setDefaultFont.ts\n// FramerStudio/src/app/vekter/src/export/globalStylesForExport.ts\nconst srcDoc=`\n<html>\n    <head>\n        <style>\n            html, body {\n                margin: 0;\n                padding: 0;\n            }\n\n            body {\n                display: flex;\n                justify-content: center;\n                align-items: center;\n            }\n\n            :root {\n                -webkit-font-smoothing: antialiased;\n                -moz-osx-font-smoothing: grayscale;\n            }\n\n            * {\n                box-sizing: border-box;\n                -webkit-font-smoothing: inherit;\n            }\n\n            h1, h2, h3, h4, h5, h6, p, figure {\n                margin: 0;\n            }\n\n            body, input, textarea, select, button {\n                font-size: 12px;\n                font-family: sans-serif;\n            }\n        </style>\n    </head>\n    <body>\n        ${html}\n        <script type=\"module\">\n            let height = 0\n\n            function sendEmbedHeight() {\n                window.parent.postMessage({\n                    embedHeight: height\n                }, \"*\")\n            }\n\n            const observer = new ResizeObserver((entries) => {\n                if (entries.length !== 1) return\n                const entry = entries[0]\n                if (entry.target !== document.body) return\n\n                height = entry.contentRect.height\n                sendEmbedHeight()\n            })\n\n            observer.observe(document.body)\n\n            window.addEventListener(\"message\", (event) => {\n                if (event.source !== window.parent) return\n                if (event.data !== \"getEmbedHeight\") return\n                sendEmbedHeight()\n            })\n        </script>\n    <body>\n</html>\n`;const currentStyle={...iframeStyle,...style};const hasAutoHeight=!style.height;if(hasAutoHeight){currentStyle.height=iframeHeight+\"px\";}return /*#__PURE__*/_jsx(\"iframe\",{ref:ref,style:currentStyle,srcDoc:srcDoc});}function EmbedHtmlWithScripts({html,style}){const ref=useRef();useEffect(()=>{const div=ref.current;if(!div)return;div.innerHTML=html;executeScripts(div);return()=>{div.innerHTML=\"\";};},[html]);return /*#__PURE__*/_jsx(\"div\",{ref:ref,style:{...htmlStyle,...style}});}function EmbedHtmlWithoutScripts({html,style}){return /*#__PURE__*/_jsx(\"div\",{style:{...htmlStyle,...style},dangerouslySetInnerHTML:{__html:html}});}const htmlStyle={width:\"100%\",height:\"100%\",display:\"flex\",flexDirection:\"column\",justifyContent:\"center\",alignItems:\"center\"};// This function replaces scripts with executable ones.\n// https://stackoverflow.com/questions/1197575/can-scripts-be-inserted-with-innerhtml\nfunction executeScripts(node){if(node instanceof Element&&node.tagName===\"SCRIPT\"){const script=document.createElement(\"script\");script.text=node.innerHTML;for(const{name,value}of node.attributes){script.setAttribute(name,value);}node.parentElement.replaceChild(script,node);}else{for(const child of node.childNodes){executeScripts(child);}}}// Generic components\nfunction LoadingIndicator(){return /*#__PURE__*/_jsx(\"div\",{className:\"framerInternalUI-componentPlaceholder\",style:{...containerStyles,overflow:\"hidden\"},children:/*#__PURE__*/_jsx(\"div\",{style:centerTextStyle,children:\"Loading…\"})});}function ErrorMessage({message,style}){return /*#__PURE__*/_jsx(\"div\",{className:\"framerInternalUI-errorPlaceholder\",style:{minHeight:getMinHeight(style),...containerStyles,overflow:\"hidden\",...style},children:/*#__PURE__*/_jsx(\"div\",{style:centerTextStyle,children:message})});}const centerTextStyle={textAlign:\"center\",minWidth:140};// Returns a min-height if the component is using auto-height.\nfunction getMinHeight(style){const hasAutoHeight=!style.height;if(hasAutoHeight)return 200;}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Embed\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutHeight\":\"any-prefer-fixed\",\"framerIntrinsicHeight\":\"400\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerContractVersion\":\"1\",\"framerDisableUnlink\":\"\",\"framerIntrinsicWidth\":\"600\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Embed.map","import { jsx as _jsx } from \"react/jsx-runtime\";\nimport * as React from \"react\";\nexport const containerStyles = {\n    width: \"100%\",\n    height: \"100%\",\n    display: \"flex\",\n    justifyContent: \"center\",\n    alignItems: \"center\"\n};\nconst nullIconStyle = {\n    minWidth: \"10px\",\n    minHeight: \"10px\",\n    maxWidth: \"20px\",\n    maxHeight: \"20px\",\n    width: \"60%\",\n    height: \"60%\"\n};\nconst emptyStateStyle = {\n    ...containerStyles,\n    borderRadius: 6,\n    background: \"rgba(149, 149, 149, 0.1)\",\n    border: \"1px dashed rgba(149, 149, 149, 0.15)\",\n    color: \"#a5a5a5\",\n    flexDirection: \"column\"\n};\nexport const NullState = /*#__PURE__*/ React.forwardRef((_, ref)=>{\n    return(/*#__PURE__*/ _jsx(\"div\", {\n        style: emptyStateStyle,\n        ref: ref\n    }));\n}) /*\n\n<svg\n                xmlns=\"http://www.w3.org/2000/svg\"\n                viewBox=\"0 0 30 30\"\n                style={nullIconStyle}\n            >\n                <path\n                    d=\"M 12.857 0 C 19.958 0 25.714 5.756 25.714 12.857 C 25.714 19.958 19.958 25.714 12.857 25.714 C 5.756 25.714 0 19.958 0 12.857 C 0 5.756 5.756 0 12.857 0 Z\"\n                    fill=\"#FFFFFF\"\n                ></path>\n                <path\n                    d=\"M 20.357 20.357 L 27.857 27.857\"\n                    fill=\"transparent\"\n                    strokeWidth=\"4.28\"\n                    stroke=\"#FFFFFF\"\n                    strokeLinecap=\"round\"\n                ></path>\n                <g transform=\"translate(9.643 6.429)\">\n                    <path\n                        d=\"M 3.214 12.857 L 3.214 12.857\"\n                        fill=\"transparent\"\n                        strokeWidth=\"3.75\"\n                        stroke=\"currentColor\"\n                        strokeLinecap=\"round\"\n                    ></path>\n                    <path\n                        d=\"M 0 3.214 C 0 1.004 1.843 0 3.214 0 C 4.586 0 6.429 0.603 6.429 3.214 C 6.429 5.826 3.214 5.913 3.214 7.232 C 3.214 8.552 3.214 8.571 3.214 8.571\"\n                        fill=\"transparent\"\n                        strokeWidth=\"3.22\"\n                        stroke=\"currentColor\"\n                        strokeLinecap=\"round\"\n                        strokeLinejoin=\"round\"\n                    ></path>\n                </g>\n            </svg>\n            */ ;\n\nexport const __FramerMetadata__ = {\"exports\":{\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"NullState\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./nullstate.map","let e;var f=r=>{if(!e){let o=function(t,n){return r.createElement(\"svg\",{width:\"100%\",height:\"1.5em\",strokeWidth:1.5,viewBox:\"0 0 24 24\",fill:\"none\",xmlns:\"http://www.w3.org/2000/svg\",color:\"currentColor\",ref:n,...t},r.createElement(\"path\",{d:\"M3 9.5L12 4l9 5.5M19 13v6.4a.6.6 0 01-.6.6H5.6a.6.6 0 01-.6-.6V13\",stroke:\"currentColor\",strokeLinecap:\"round\",strokeLinejoin:\"round\"}))};e=r.forwardRef(o)}return e};export{f as default};\n","import{useMemo}from\"react\";import{ControlType}from\"framer\";/*\n ** ICON UTILS\n ** Pull as much re-usable logic into here as possible\n ** This will make it easier to replace in all icon components\n */ export const containerStyles={width:\"100%\",height:\"100%\",display:\"flex\",justifyContent:\"center\",alignItems:\"center\"};export const defaultEvents={onClick:{type:ControlType.EventHandler},onMouseDown:{type:ControlType.EventHandler},onMouseUp:{type:ControlType.EventHandler},onMouseEnter:{type:ControlType.EventHandler},onMouseLeave:{type:ControlType.EventHandler}};const findByArray=(arr,search)=>arr.find(a=>a.toLowerCase().includes(search));export function getIconSelection(iconKeys,selectByList,iconSearch=\"\",iconSelection,lowercaseIconKeyPairs){// gotta get the exact match first THEN find\n// have a set and try to access ?\nif(selectByList)return iconSelection;if(iconSearch==null||(iconSearch===null||iconSearch===void 0?void 0:iconSearch.length)===0)return null;const iconSearchTerm=iconSearch.toLowerCase().replace(/-|\\s/g,\"\");var _iconSearchTerm;// check for exact match, otherwise use .find\nconst searchResult=(_iconSearchTerm=lowercaseIconKeyPairs[iconSearchTerm])!==null&&_iconSearchTerm!==void 0?_iconSearchTerm:findByArray(iconKeys,iconSearchTerm);return searchResult;}export function useIconSelection(iconKeys,selectByList,iconSearch=\"\",iconSelection,lowercaseIconKeyPairs){// Clean search term\nconst iconSearchResult=useMemo(()=>{if(iconSearch==null||(iconSearch===null||iconSearch===void 0?void 0:iconSearch.length)===0)return null;const iconSearchTerm=iconSearch.toLowerCase().replace(/-|\\s/g,\"\");var _iconSearchTerm;// check for exact match, otherwise use .find\nconst searchResult=(_iconSearchTerm=lowercaseIconKeyPairs[iconSearchTerm])!==null&&_iconSearchTerm!==void 0?_iconSearchTerm:findByArray(iconKeys,iconSearchTerm);return searchResult;},[iconSelection,iconSearch]);const name=selectByList?iconSelection:iconSearchResult;return name;}\nexport const __FramerMetadata__ = {\"exports\":{\"getIconSelection\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useIconSelection\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"defaultEvents\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./utils.map","import{jsx as _jsx}from\"react/jsx-runtime\";import*as React from\"react\";import{useState,useEffect,useRef}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{NullState}from\"https://framer.com/m/framer/icon-nullstate.js@0.7.0\";import HomeFactory from\"https://framer.com/m/iconoir-icons/Home.js@0.0.11\";import{defaultEvents,useIconSelection}from\"https://framerusercontent.com/modules/Ma20hU0GGRxLxZphbywl/OSpwWF91FHPVFyQJjMHt/utils.js\";export const iconKeys=[\"Accessibility\",\"AccessibilitySign\",\"AccessibilityTech\",\"Activity\",\"AddCircledOutline\",\"AddDatabaseScript\",\"AddFolder\",\"AddFrame\",\"AddHexagon\",\"AddKeyframe\",\"AddKeyframeAlt\",\"AddKeyframes\",\"AddLens\",\"AddPage\",\"AddPinAlt\",\"AddSelection\",\"AddSquare\",\"AddToCart\",\"AddUser\",\"Airplane\",\"AirplaneHelix\",\"AirplaneHelix45Deg\",\"AirplaneOff\",\"AirplaneRotation\",\"Airplay\",\"Alarm\",\"Album\",\"AlbumCarousel\",\"AlbumList\",\"AlbumOpen\",\"AlignBottomBox\",\"AlignCenter\",\"AlignJustify\",\"AlignLeft\",\"AlignLeftBox\",\"AlignRight\",\"AlignRightBox\",\"AlignTopBox\",\"Antenna\",\"AntennaOff\",\"AntennaSignal\",\"AppNotification\",\"Apple\",\"AppleHalf\",\"AppleHalfAlt\",\"AppleImac2021\",\"AppleImac2021Side\",\"AppleSwift\",\"ArSymbol\",\"Archery\",\"Archive\",\"AreaSearch\",\"ArrowArchery\",\"ArrowDown\",\"ArrowDownCircled\",\"ArrowLeft\",\"ArrowLeftCircled\",\"ArrowRight\",\"ArrowRightCircled\",\"ArrowSeparate\",\"ArrowUnion\",\"ArrowUnionVertical\",\"ArrowUp\",\"ArrowUpCircled\",\"Asana\",\"Attachment\",\"AutoFlash\",\"Bag\",\"BasketBall\",\"BasketBallAlt\",\"BasketballField\",\"Battery25\",\"Battery50\",\"Battery75\",\"BatteryCharging\",\"BatteryEmpty\",\"BatteryFull\",\"BatteryIndicator\",\"BatteryWarning\",\"BeachBag\",\"BeachBagBig\",\"Bell\",\"BellNotification\",\"BellOff\",\"Bicycle\",\"Bin\",\"BinAdd\",\"BinFull\",\"BinHalf\",\"BinMinus\",\"Bluetooth\",\"Bold\",\"BoldSquareOutline\",\"BookmarkCircled\",\"BookmarkEmpty\",\"BorderBl\",\"BorderBottom\",\"BorderBr\",\"BorderInner\",\"BorderLeft\",\"BorderOut\",\"BorderRight\",\"BorderTl\",\"BorderTop\",\"BorderTr\",\"BounceLeft\",\"BounceRight\",\"BowlingBall\",\"Box\",\"BoxIso\",\"BoxingGlove\",\"BubbleDownload\",\"BubbleError\",\"BubbleIncome\",\"BubbleOutcome\",\"BubbleSearch\",\"BubbleStar\",\"BubbleUpload\",\"BubbleWarning\",\"Building\",\"BusOutline\",\"BusStop\",\"Calculator\",\"Calendar\",\"Camera\",\"Cancel\",\"CarOutline\",\"Cart\",\"CartAlt\",\"Cash\",\"Cell4X4\",\"CenterAlign\",\"ChatAdd\",\"ChatBubble\",\"ChatBubbleCheck\",\"ChatBubbleCheck1\",\"ChatBubbleEmpty\",\"ChatBubbleError\",\"ChatBubbleQuestion\",\"ChatBubbleTranslate\",\"ChatBubbleWarning\",\"ChatLines\",\"ChatRemove\",\"Check\",\"CheckCircledOutline\",\"Chocolate\",\"Chromecast\",\"ChromecastActive\",\"Church\",\"ChurchAlt\",\"CinemaOld\",\"Circle\",\"City\",\"ClockOutline\",\"Closet\",\"Cloud\",\"CloudBookAlt\",\"CloudCheck\",\"CloudDesync\",\"CloudDownload\",\"CloudError\",\"CloudSunny\",\"CloudSync\",\"CloudUpload\",\"Code\",\"Codepen\",\"Coin\",\"CollageFrame\",\"Collapse\",\"ColorFilter\",\"ColorPicker\",\"ColorPickerEmpty\",\"Combine\",\"CompactDisc\",\"Compress\",\"CompressLines\",\"Computer\",\"ControlSlider\",\"Copy\",\"Copyright\",\"CornerBottomLeft\",\"CornerBottomRight\",\"CornerTopLeft\",\"CornerTopRight\",\"Cpu\",\"CpuWarning\",\"CrackedEgg\",\"CreativeCommons\",\"CreditCard\",\"CreditCard2\",\"Crop\",\"CropRotateBl\",\"CropRotateBr\",\"CropRotateTl\",\"CropRotateTr\",\"Css3\",\"CursorPointer\",\"Cut\",\"CutAlt\",\"Cycling\",\"DashFlag\",\"Dashboard\",\"DashboardDots\",\"DashboardSpeed\",\"DataTransferBoth\",\"DataTransferCheck\",\"DataTransferDown\",\"DataTransferUp\",\"DataTransferWarning\",\"DatabaseBackup\",\"DatabaseExport\",\"DatabaseMonitor\",\"DatabaseRestore\",\"DatabaseScript\",\"DatabaseSettings\",\"DatabaseStar\",\"DatabaseStats\",\"Db\",\"DbCheck\",\"DbError\",\"DbSearch\",\"DbStar\",\"DbWarning\",\"DeCompress\",\"DeleteCircledOutline\",\"DesignPencil\",\"Dialpad\",\"Display4K\",\"DivideSelection1\",\"DivideSelection2\",\"DocSearch\",\"DocSearchAlt\",\"DocStar\",\"DocStarAlt\",\"Dollar\",\"DomoticIssue\",\"Donate\",\"DoubleCheck\",\"DownRoundArrow\",\"Download\",\"DragHandGesture\",\"Drawer\",\"Dribbble\",\"Droplet\",\"DropletHalf\",\"EaseIn\",\"EaseInControlPoint\",\"EaseInOut\",\"EaseOut\",\"EaseOutControlPoint\",\"Edit\",\"EditPencil\",\"Egg\",\"Eject\",\"ElectronicsChip\",\"Emoji\",\"EmojiBall\",\"EmojiBlinkLeft\",\"EmojiBlinkRight\",\"EmojiLookBottom\",\"EmojiLookLeft\",\"EmojiLookRight\",\"EmojiLookTop\",\"EmojiQuite\",\"EmojiReally\",\"EmojiSad\",\"EmojiSatisfied\",\"EmojiSingLeft\",\"EmojiSingLeftNote\",\"EmojiSingRight\",\"EmojiSingRightNote\",\"EmojiSurprise\",\"EmojiSurpriseAlt\",\"EmojiTalkingAngry\",\"EmojiTalkingHappy\",\"EmojiThinkLeft\",\"EmojiThinkRight\",\"EmptyPage\",\"Enlarge\",\"EnlargeRoundArrow\",\"Euro\",\"EuroSquare\",\"EvCharge\",\"EvChargeAlt\",\"EvPlug\",\"EvPlugCharging\",\"EvPlugError\",\"EvStation\",\"Exclude\",\"Expand\",\"ExpandLines\",\"EyeAlt\",\"EyeClose\",\"EyeEmpty\",\"EyeOff\",\"FaceId\",\"Facebook\",\"FacebookSquared\",\"Farm\",\"FastArrowDown\",\"FastArrowDownBox\",\"FastArrowLeft\",\"FastArrowLeftBox\",\"FastArrowRight\",\"FastArrowRightBox\",\"FastArrowTop\",\"FastArrowUpBox\",\"FastBottomCircle\",\"FastLeftCircle\",\"FastRightCircle\",\"FastTopCircle\",\"Female\",\"Figma\",\"FileNotFound\",\"Filter\",\"FilterAlt\",\"Finder\",\"Fingerprint\",\"FingerprintCircled\",\"FingerprintCircledOk\",\"FingerprintPhone\",\"FingerprintScan\",\"FingerprintSquared\",\"Fishing\",\"Flare\",\"Flash\",\"FlashOff\",\"Flip\",\"FlipReverse\",\"Flower\",\"Fog\",\"Folder\",\"FolderAlert\",\"FontSize\",\"Football\",\"FootballBall\",\"ForwardOutline\",\"Frame\",\"FrameAlt\",\"FrameAltEmpty\",\"FrameSelect\",\"FrameSimple\",\"FrameTool\",\"Fridge\",\"Fx\",\"Garage\",\"Gas\",\"GasTank\",\"GasTankDrop\",\"Gift\",\"GitBranch\",\"GitCommit\",\"GitHub\",\"GitHubOutline\",\"GitLabFull\",\"GitMerge\",\"GlassEmpty\",\"GlassHalf\",\"GlassHalfAlt\",\"Glasses\",\"Golf\",\"Google\",\"GoogleCircled\",\"GoogleDocs\",\"GoogleDrive\",\"GoogleDriveCheck\",\"GoogleDriveSync\",\"GoogleDriveWarning\",\"GoogleHome\",\"GoogleOne\",\"Gps\",\"GraphDown\",\"GraphUp\",\"GridAdd\",\"GridMinus\",\"GridRemove\",\"Group\",\"Gym\",\"HalfMoon\",\"HandBrake\",\"Handbag\",\"HardDrive\",\"Hat\",\"Hd\",\"Hdr\",\"Headset\",\"HeadsetCharge\",\"HeadsetHelp\",\"HeadsetIssue\",\"HealthShield\",\"Healthcare\",\"Heart\",\"HeavyRain\",\"Heptagon\",\"HerSlips\",\"HesaWarningOutline\",\"Hexagon\",\"HexagonAlt\",\"HighPriority\",\"HistoricShield\",\"HistoricShieldAlt\",\"Home\",\"HomeAlt\",\"HomeAltSlim\",\"HomeAltSlimHoriz\",\"HomeHospital\",\"HomeSimple\",\"HomeSimpleDoor\",\"HomeUser\",\"Hospital\",\"HospitalSign\",\"Hourglass\",\"Html5\",\"Iconoir\",\"Import\",\"Industry\",\"InfoEmpty\",\"InputField\",\"InputSearch\",\"Instagram\",\"Intersect\",\"IntersectAlt\",\"IosSettings\",\"IrisScan\",\"Italic\",\"ItalicSquareOutline\",\"Journal\",\"JournalPage\",\"KeyAlt\",\"KeyAltBack\",\"KeyAltMinus\",\"KeyAltPlus\",\"KeyAltRemove\",\"Keyframe\",\"KeyframeAlignCenter\",\"KeyframePosition\",\"Keyframes\",\"KeyframesCouple\",\"LabelOutline\",\"Lamp\",\"Language\",\"Laptop\",\"LaptopCharging\",\"LaptopFix\",\"LaptopIssue\",\"LargeSuitcase\",\"LayoutLeft\",\"LayoutRight\",\"Leaderboard\",\"LeaderboardStar\",\"LeftRoundArrow\",\"Lens\",\"Lifebelt\",\"LightBulb\",\"LightBulbOff\",\"LightBulbOn\",\"LineSpace\",\"Linear\",\"Link\",\"LinkedIn\",\"List\",\"LoadActionFloppy\",\"Lock\",\"LockKey\",\"LogDenied\",\"LogIn\",\"LogOut\",\"LongArrowDownLeft\",\"LongArrowDownRight\",\"LongArrowLeftDown\",\"LongArrowLeftUp\",\"LongArrowRightDown\",\"LongArrowRightUp\",\"LongArrowRightUp1\",\"LongArrowUpLeft\",\"LongArrowUpRight\",\"LotOfCash\",\"MacControlKey\",\"MacDock\",\"MacOptionKey\",\"MacOsWindow\",\"Mail\",\"MailOpened\",\"Male\",\"Map\",\"MapIssue\",\"MapsArrow\",\"MapsArrowDiagonal\",\"MapsArrowIssue\",\"MapsGoStraight\",\"MapsTurnBack\",\"MapsTurnLeft\",\"MapsTurnRight\",\"MaskSquare\",\"Maximize\",\"Medal\",\"Medal1St\",\"Medium\",\"Megaphone\",\"Menu\",\"MenuScale\",\"Message\",\"MessageAlert\",\"MessageText\",\"Metro\",\"Mic\",\"MicAdd\",\"MicCheck\",\"MicMute\",\"MicRemove\",\"MicSpeaking\",\"MicWarning\",\"Minus\",\"Minus1\",\"MinusHexagon\",\"MinusPinAlt\",\"MinusSquare\",\"MissingFont\",\"ModernTv\",\"ModernTv4K\",\"MoneySquare\",\"MoonSat\",\"MoreHoriz\",\"MoreVert\",\"MouseButtonLeft\",\"MouseButtonRight\",\"MouseScrollWheel\",\"MoveDown\",\"MoveLeft\",\"MoveRight\",\"MoveRuler\",\"MoveUp\",\"Movie\",\"MultiBubble\",\"MultiMacOsWindow\",\"MultiWindow\",\"MultiplePages\",\"MultiplePagesAdd\",\"MultiplePagesDelete\",\"MultiplePagesEmpty\",\"MultiplePagesRemove\",\"Music1\",\"Music1Add\",\"Music2\",\"Music2Add\",\"NavArrowDown\",\"NavArrowLeft\",\"NavArrowRight\",\"NavArrowUp\",\"Navigator\",\"NavigatorAlt\",\"Network\",\"NetworkAlt\",\"NetworkLeft\",\"NetworkRight\",\"NoBattery\",\"NoCoin\",\"NoCreditCard\",\"NoLock\",\"NoSmoking\",\"Notes\",\"Octagon\",\"OilIndustry\",\"OpenInBrowser\",\"OpenInWindow\",\"OpenVpn\",\"OrangeHalf\",\"OrangeSlice\",\"OrangeSliceAlt\",\"Page\",\"PageFlip\",\"PageSearch\",\"PageStar\",\"Palette\",\"PanoramaEnlarge\",\"PanoramaReduce\",\"Pants\",\"PantsAlt\",\"PasswordCursor\",\"PasswordError\",\"PasswordPass\",\"PauseOutline\",\"PcMouse\",\"PenConnectBluetooth\",\"PenConnectWifi\",\"PenTablet\",\"PenTabletConnectUsb\",\"PenTabletConnectWifi\",\"Pentagon\",\"Percentage\",\"PercentageRound\",\"PercentageSquare\",\"PharmacyCircledCross\",\"PharmacySquaredCross\",\"Phone\",\"PhoneAdd\",\"PhoneDelete\",\"PhoneDisabled\",\"PhoneIncome\",\"PhoneOutcome\",\"PhonePaused\",\"PhoneRemove\",\"Pin\",\"PinAlt\",\"PizzaSlice\",\"Planet\",\"PlanetAlt\",\"PlanetSat\",\"PlayOutline\",\"Playlist\",\"PlaylistAdd\",\"PlaylistPlay\",\"PlugTypeA\",\"PlugTypeC\",\"PlugTypeG\",\"PlugTypeL\",\"Plus\",\"Pocket\",\"Position\",\"PositionAlign\",\"Pound\",\"PrecisionTool\",\"Printer\",\"PrinterAlt\",\"PrintingPage\",\"PriorityDown\",\"PriorityUp\",\"ProfileCircled\",\"Prohibition\",\"QuestionMark\",\"QuestionMarkCircle\",\"Rain\",\"ReceiveDollars\",\"ReceiveEuros\",\"ReceivePounds\",\"ReceiveYens\",\"Redo\",\"RedoAction\",\"RedoCircle\",\"Reduce\",\"ReduceRoundArrow\",\"Refresh\",\"RefreshCircular\",\"RefreshDouble\",\"ReminderHandGesture\",\"RemoveDatabaseScript\",\"RemoveEmpty\",\"RemoveFolder\",\"RemoveFrame\",\"RemoveFromCart\",\"RemoveKeyframe\",\"RemoveKeyframeAlt\",\"RemoveKeyframes\",\"RemovePage\",\"RemovePinAlt\",\"RemoveSelection\",\"RemoveSquare\",\"RemoveUser\",\"Repeat\",\"RepeatOnce\",\"ReportColumns\",\"Reports\",\"RewindOutline\",\"Rhombus\",\"RightRoundArrow\",\"Rings\",\"RotateCameraLeft\",\"RotateCameraRight\",\"RssFeed\",\"RssFeedSquared\",\"Ruler\",\"RulerAdd\",\"RulerCombine\",\"RulerRemove\",\"Running\",\"Sandals\",\"SaveActionFloppy\",\"SaveFloppyDisk\",\"ScaleFrameEnlarge\",\"ScaleFrameReduce\",\"Scanning\",\"Scarf\",\"Scissor\",\"ScissorAlt\",\"SeaAndSun\",\"SeaWaves\",\"Search\",\"SearchFont\",\"SecurityPass\",\"Selection\",\"SelectiveTool\",\"SendDollars\",\"SendEuros\",\"SendPounds\",\"SendYens\",\"Server\",\"ServerConnection\",\"Settings\",\"SettingsCloud\",\"SettingsProfiles\",\"ShareAndroid\",\"ShareIos\",\"Shield\",\"ShieldAdd\",\"ShieldAlert\",\"ShieldAlt\",\"ShieldBroken\",\"ShieldCheck\",\"ShieldCross\",\"ShieldDownload\",\"ShieldEye\",\"ShieldLoading\",\"ShieldMinus\",\"ShieldQuestion\",\"ShieldSearch\",\"ShieldUpload\",\"Shop\",\"ShopAlt\",\"ShoppingBag\",\"ShoppingBagAdd\",\"ShoppingBagAlt\",\"ShoppingBagArrowDown\",\"ShoppingBagArrowUp\",\"ShoppingBagCheck\",\"ShoppingBagIssue\",\"ShoppingBagRemove\",\"ShoppingCode\",\"ShoppingCodeCheck\",\"ShoppingCodeError\",\"ShortPants\",\"ShortPantsAlt\",\"Shuffle\",\"SimpleCart\",\"SingleTapGesture\",\"Skateboard\",\"Skateboarding\",\"SkipNextOutline\",\"SkipPrevOutline\",\"SmallShop\",\"SmallShopAlt\",\"SmartphoneDevice\",\"Smoking\",\"Snow\",\"SnowFlake\",\"Soap\",\"SoccerBall\",\"SortDown\",\"SortUp\",\"SoundHigh\",\"SoundLow\",\"SoundMin\",\"SoundOff\",\"SpockHandGesture\",\"Square\",\"StarDashed\",\"StarHalfDashed\",\"StarOutline\",\"StatDown\",\"StatUp\",\"StatsReport\",\"StatsSquareDown\",\"StatsSquareUp\",\"Stretching\",\"StyleBorder\",\"Substract\",\"Suggestion\",\"SunLight\",\"Swimming\",\"SwipeDownGesture\",\"SwipeLeftGesture\",\"SwipeRightGesture\",\"SwipeUpGesture\",\"SwitchOffOutline\",\"SwitchOnOutline\",\"SystemRestart\",\"SystemShut\",\"Table\",\"Table2Columns\",\"TableRows\",\"Telegram\",\"TelegramCircled\",\"TennisBall\",\"TennisBallAlt\",\"TerminalOutline\",\"TerminalSimple\",\"Text\",\"TextAlt\",\"TextSize\",\"ThreeStars\",\"Thunderstorm\",\"TikTok\",\"Timer\",\"TimerOff\",\"Tower\",\"TowerCheck\",\"TowerNoAccess\",\"TowerWarning\",\"Trademark\",\"TrainOutline\",\"Tram\",\"TransitionBottom\",\"TransitionLeft\",\"TransitionRight\",\"TransitionTop\",\"Translate\",\"Trash\",\"Treadmill\",\"Trekking\",\"Trello\",\"Triangle\",\"TriangleFlag\",\"TriangleFlagCircle\",\"TriangleFlagFull\",\"Trophy\",\"Tunnel\",\"Tv\",\"TvFix\",\"TvIssue\",\"Twitter\",\"TwitterVerifiedBadge\",\"Type\",\"UmbrellaFull\",\"Underline\",\"Undo\",\"UndoAction\",\"UndoCircle\",\"Union\",\"UnionAlt\",\"UnionHorizAlt\",\"Unity\",\"Unity5\",\"UpRoundArrow\",\"Upload\",\"UploadSquareOutline\",\"Usb\",\"User\",\"UserBag\",\"UserCart\",\"UserCircleAlt\",\"UserScan\",\"UserSquareAlt\",\"VerifiedBadge\",\"VerifiedUser\",\"VideoCamera\",\"VideoCameraOff\",\"ViewColumns2\",\"ViewColumns3\",\"ViewGrid\",\"ViewStructureDown\",\"ViewStructureUp\",\"Voice\",\"VoiceCircled\",\"VoiceCircledLock\",\"VoiceError\",\"VoiceOk\",\"VoicePhone\",\"VoiceScan\",\"VoiceSquared\",\"VrSymbol\",\"Waist\",\"Walking\",\"WarningSquareOutline\",\"WebWindow\",\"WebWindowClose\",\"Weight\",\"WeightAlt\",\"WhiteFlag\",\"Wifi\",\"WifiIssue\",\"WifiOff\",\"WifiSignalNone\",\"Wind\",\"WrapText\",\"Wristwatch\",\"Yen\",\"YenSquare\",\"Yoga\",\"YouTube\",\"ZoomIn\",\"ZoomOut\",];const moduleBaseUrl=\"https://framer.com/m/iconoir-icons/\";const lowercaseIconKeyPairs=iconKeys.reduce((res,key)=>{res[key.toLowerCase()]=key;return res;},{});/**\n * ICONOIR\n *\n * @framerIntrinsicWidth 24\n * @framerIntrinsicHeight 24\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */ export function Icon(props){const{color,selectByList,iconSearch,iconSelection,onClick,onMouseDown,onMouseUp,onMouseEnter,onMouseLeave,mirrored}=props;const isMounted=useRef(false);const iconKey=useIconSelection(iconKeys,selectByList,iconSearch,iconSelection,lowercaseIconKeyPairs);// Selected Icon Module\nconst[SelectedIcon,setSelectedIcon]=useState(iconKey===\"Home\"?HomeFactory(React):null);// Import the selected module or reset so null state\nasync function importModule(){// Get the selected module\ntry{const iconModuleUrl=`${moduleBaseUrl}${iconKey}.js@0.0.11`;const module=await import(/* webpackIgnore: true */ iconModuleUrl);if(isMounted.current)setSelectedIcon(module.default(React));}catch{if(isMounted.current)setSelectedIcon(null);}}// Import module when new style or icon is selected\nuseEffect(()=>{isMounted.current=true;importModule();return()=>{isMounted.current=false;};},[iconKey]);const isOnCanvas=RenderTarget.current()===RenderTarget.canvas;const emptyState=isOnCanvas?/*#__PURE__*/ _jsx(NullState,{}):null;return /*#__PURE__*/ _jsx(\"div\",{style:{display:\"contents\"},onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,children:SelectedIcon?/*#__PURE__*/ _jsx(SelectedIcon,{size:\"100$%\",style:{width:\"100%\",height:\"100%\",transform:mirrored?\"scale(-1, 1)\":undefined},color:color}):emptyState});}Icon.displayName=\"Iconoir\";Icon.defaultProps={width:24,height:24,iconSelection:\"Home\",iconSearch:\"Home\",color:\"#66F\",selectByList:true,mirrored:false};addPropertyControls(Icon,{selectByList:{type:ControlType.Boolean,title:\"Select\",enabledTitle:\"List\",disabledTitle:\"Search\",defaultValue:Icon.defaultProps.selectByList},iconSelection:{type:ControlType.Enum,options:iconKeys,defaultValue:Icon.defaultProps.iconSelection,title:\"Name\",hidden:({selectByList})=>!selectByList,description:\"Find every icon name on the [Iconoir site](https://iconoir.com/)\"},iconSearch:{type:ControlType.String,title:\"Name\",placeholder:\"Menu, Wifi, Box…\",hidden:({selectByList})=>selectByList},mirrored:{type:ControlType.Boolean,enabledTitle:\"Yes\",disabledTitle:\"No\",defaultValue:Icon.defaultProps.mirrored},color:{type:ControlType.Color,title:\"Color\",defaultValue:Icon.defaultProps.color},...defaultEvents});\nexport const __FramerMetadata__ = {\"exports\":{\"iconKeys\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"IconProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"Icon\":{\"type\":\"reactComponent\",\"name\":\"Icon\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicHeight\":\"24\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"24\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Iconoir.map","// Generated by Framer (b0cf16c)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const MotionDivWithFX=withFX(motion.div);const enabledGestures={GZ5c5AkyV:{hover:true,pressed:true}};const cycleOrder=[\"GZ5c5AkyV\",\"gqY7xiHAZ\",\"eGzapM0fE\",\"bp8NqAoeD\",\"jwjoenIPJ\"];const serializationHash=\"framer-DLsGh\";const variantClassNames={bp8NqAoeD:\"framer-v-15lhic4\",eGzapM0fE:\"framer-v-exh718\",gqY7xiHAZ:\"framer-v-6l950p\",GZ5c5AkyV:\"framer-v-1qdr94m\",jwjoenIPJ:\"framer-v-1i1v9s6\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={delay:0,duration:.2,ease:[.44,0,.56,1],type:\"tween\"};const transition2={delay:0,duration:1,ease:[0,0,1,1],type:\"tween\"};const animation={opacity:1,rotate:360,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Default:\"GZ5c5AkyV\",Disabled:\"eGzapM0fE\",Error:\"jwjoenIPJ\",Loading:\"gqY7xiHAZ\",Success:\"bp8NqAoeD\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"GZ5c5AkyV\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"GZ5c5AkyV\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(baseVariant===\"gqY7xiHAZ\")return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"gqY7xiHAZ\")return true;return false;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.button,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1qdr94m\",className,classNames),\"data-framer-name\":\"Default\",\"data-reset\":\"button\",layoutDependency:layoutDependency,layoutId:\"GZ5c5AkyV\",ref:refBinding,style:{backgroundColor:\"rgb(34, 34, 34)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,boxShadow:\"0px 0.7065919983928324px 0.7065919983928324px -0.625px rgba(0, 0, 0, 0.15), 0px 1.8065619053231785px 1.8065619053231785px -1.25px rgba(0, 0, 0, 0.14), 0px 3.6217592146567767px 3.6217592146567767px -1.875px rgba(0, 0, 0, 0.14), 0px 6.8655999097303715px 6.8655999097303715px -2.5px rgba(0, 0, 0, 0.13), 0px 13.646761411524492px 13.646761411524492px -3.125px rgba(0, 0, 0, 0.1), 0px 30px 30px -3.75px rgba(0, 0, 0, 0.05)\",opacity:1,...style},variants:{\"GZ5c5AkyV-hover\":{backgroundColor:\"rgb(51, 51, 51)\",opacity:1},\"GZ5c5AkyV-pressed\":{backgroundColor:\"rgba(17, 17, 17, 0.9)\",opacity:1},bp8NqAoeD:{opacity:1},eGzapM0fE:{opacity:.5},jwjoenIPJ:{backgroundColor:\"rgba(255, 34, 68, 0.15)\",opacity:1}},...addPropertyOverrides({\"GZ5c5AkyV-hover\":{\"data-framer-name\":undefined},\"GZ5c5AkyV-pressed\":{\"data-framer-name\":undefined},bp8NqAoeD:{\"data-framer-name\":\"Success\"},eGzapM0fE:{\"data-framer-name\":\"Disabled\"},gqY7xiHAZ:{\"data-framer-name\":\"Loading\"},jwjoenIPJ:{\"data-framer-name\":\"Error\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItNjAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Envoyer\"})}),className:\"framer-42yh2k\",fonts:[\"GF;Inter-600\"],layoutDependency:layoutDependency,layoutId:\"NswJgSsRO\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},variants:{jwjoenIPJ:{\"--extracted-r6o4lv\":\"rgb(255, 34, 68)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({bp8NqAoeD:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Envoy\\xe9 ✅\"})}),fonts:[\"Inter-SemiBold\"]},jwjoenIPJ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 34, 68))\"},children:\"Erreur ❌\"})}),fonts:[\"Inter-SemiBold\"]}},baseVariant,gestureVariant)}),isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-692lbw\",\"data-framer-name\":\"Spinner\",layoutDependency:layoutDependency,layoutId:\"z2aRSvppC\",style:{mask:\"url('https://framerusercontent.com/images/pGiXYozQ3mE4cilNOItfe2L2fUA.svg') alpha no-repeat center / cover add\",WebkitMask:\"url('https://framerusercontent.com/images/pGiXYozQ3mE4cilNOItfe2L2fUA.svg') alpha no-repeat center / cover add\"},children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__loop:animation,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"loop\",__framer__loopTransition:transition2,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-1wgjoe4\",\"data-framer-name\":\"Conic\",layoutDependency:layoutDependency,layoutId:\"OUjjnO7r7\",style:{background:\"conic-gradient(from 180deg at 50% 50%, rgb(68, 204, 255) 0deg, rgb(68, 204, 255) 360deg)\",backgroundColor:\"rgb(68, 204, 255)\",mask:\"none\",WebkitMask:\"none\"},variants:{gqY7xiHAZ:{background:\"conic-gradient(from 0deg at 50% 50%, rgba(255, 255, 255, 0) 7.208614864864882deg, rgb(255, 255, 255) 342deg)\",backgroundColor:\"rgba(0, 0, 0, 0)\",mask:\"url('https://framerusercontent.com/images/pGiXYozQ3mE4cilNOItfe2L2fUA.svg') alpha no-repeat center / cover add\",WebkitMask:\"url('https://framerusercontent.com/images/pGiXYozQ3mE4cilNOItfe2L2fUA.svg') alpha no-repeat center / cover add\"}},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-hi9vx6\",\"data-framer-name\":\"Rounding\",layoutDependency:layoutDependency,layoutId:\"Y9OqJQCji\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:1,borderBottomRightRadius:1,borderTopLeftRadius:1,borderTopRightRadius:1},transformTemplate:transformTemplate1})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-DLsGh.framer-riz1s3, .framer-DLsGh .framer-riz1s3 { display: block; }\",\".framer-DLsGh.framer-1qdr94m { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 50px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 240px; }\",\".framer-DLsGh .framer-42yh2k { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-DLsGh .framer-692lbw { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 20px); overflow: hidden; position: relative; width: 20px; }\",\".framer-DLsGh .framer-1wgjoe4 { bottom: 0px; flex: none; left: 0px; overflow: visible; position: absolute; right: 0px; top: 0px; }\",\".framer-DLsGh .framer-hi9vx6 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 2px); left: 50%; overflow: visible; position: absolute; top: 0px; width: 2px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-DLsGh.framer-1qdr94m { gap: 0px; } .framer-DLsGh.framer-1qdr94m > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-DLsGh.framer-1qdr94m > :first-child { margin-left: 0px; } .framer-DLsGh.framer-1qdr94m > :last-child { margin-right: 0px; } }\",\".framer-DLsGh.framer-v-6l950p.framer-1qdr94m, .framer-DLsGh.framer-v-exh718.framer-1qdr94m, .framer-DLsGh.framer-v-15lhic4.framer-1qdr94m, .framer-DLsGh.framer-v-1i1v9s6.framer-1qdr94m { cursor: unset; }\",\".framer-DLsGh.framer-v-6l950p .framer-1wgjoe4 { overflow: hidden; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 50\n * @framerIntrinsicWidth 240\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"gqY7xiHAZ\":{\"layout\":[\"fixed\",\"fixed\"]},\"eGzapM0fE\":{\"layout\":[\"fixed\",\"fixed\"]},\"bp8NqAoeD\":{\"layout\":[\"fixed\",\"fixed\"]},\"jwjoenIPJ\":{\"layout\":[\"fixed\",\"fixed\"]},\"kl9f3vjop\":{\"layout\":[\"fixed\",\"fixed\"]},\"rVsnr2sCZ\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerB9q485XgE=withCSS(Component,css,\"framer-DLsGh\");export default FramerB9q485XgE;FramerB9q485XgE.displayName=\"Button\";FramerB9q485XgE.defaultProps={height:50,width:240};addPropertyControls(FramerB9q485XgE,{variant:{options:[\"GZ5c5AkyV\",\"gqY7xiHAZ\",\"eGzapM0fE\",\"bp8NqAoeD\",\"jwjoenIPJ\"],optionTitles:[\"Default\",\"Loading\",\"Disabled\",\"Success\",\"Error\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerB9q485XgE,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuGKYMZ1rib2Bg-4.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/hyOgCu0Xnghbimh0pE8QTvtt2AU.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/NeGmSOXrPBfEFIy5YZeHq17LEDA.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/oYaAX5himiTPYuN8vLWnqBbfD2s.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/lEJLP4R0yuCaMCjSXYHtJw72M.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/cRJyLNuTJR5jbyKzGi33wU9cqIQ.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/1ZFS7N918ojhhd0nQWdj3jz4w.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/A0Wcc7NgXMjUuFdquHDrIZpzZw0.woff2\",weight:\"600\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerB9q485XgE\",\"slots\":[],\"annotations\":{\"framerAutoSizeImages\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"50\",\"framerDisplayContentsDiv\":\"false\",\"framerColorSyntax\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"gqY7xiHAZ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"eGzapM0fE\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"bp8NqAoeD\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"jwjoenIPJ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"kl9f3vjop\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"rVsnr2sCZ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicWidth\":\"240\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./B9q485XgE.map","// Generated by Framer (7d51cf8)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"CUSTOM;A Love of Thunder Regular\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"A Love of Thunder Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/wzN5w6hlx2k7zUx9MGBgN2T8Y4.woff2\"}]}];export const css=['.framer-Q1uy9 .framer-styles-preset-248y0q:not(.rich-text-wrapper), .framer-Q1uy9 .framer-styles-preset-248y0q.rich-text-wrapper p { --framer-font-family: \"A Love of Thunder Regular\", \"A Love of Thunder Regular Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 14px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-letter-spacing: 0px; --framer-line-height: 1.5em; --framer-paragraph-spacing: 20px; --framer-text-alignment: left; --framer-text-color: #ffffff; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }'];export const className=\"framer-Q1uy9\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}","// Generated by Framer (6d96db3)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,FormContainer,FormPlainTextInput,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,RichText,SVG,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useMetadata,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{Video}from\"https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/7qT0r3So12155VV5Jq5x/Video.js\";import Embed from\"https://framerusercontent.com/modules/o1PI5S8YtkA5bP5g4dFz/s801VqobGI0Gkh3K9b41/Embed.js\";import{Icon as Iconoir}from\"https://framerusercontent.com/modules/zL9598C4KbEbqUGvSR14/rI8sPHpnG9XGcCPc0vU4/Iconoir.js\";import Button from\"#framer/local/canvasComponent/B9q485XgE/B9q485XgE.js\";import*as sharedStyle from\"#framer/local/css/S_BNzaWEg/S_BNzaWEg.js\";import metadataProvider from\"#framer/local/webPageMetadata/vTNqgbIXn/vTNqgbIXn.js\";const ImageWithOptimizedAppearEffect=withOptimizedAppearEffect(Image);const RichTextWithFX=withFX(RichText);const MotionDivWithFX=withFX(motion.div);const EmbedFonts=getFonts(Embed);const IconoirFonts=getFonts(Iconoir);const VideoFonts=getFonts(Video);const ButtonFonts=getFonts(Button);const breakpoints={};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-k2tMy\";const variantClassNames={XaDSI1Uvi:\"framer-v-es395x\"};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const transition1={bounce:.3,delay:.5,duration:1.6,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition1,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:0,skewX:0,skewY:0,transformPerspective:1200,x:0,y:0};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.5,skewX:0,skewY:0,x:0,y:0};const transition2={bounce:.2,delay:0,duration:.7,type:\"spring\"};const animation3={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.5,skewX:0,skewY:0,transition:transition2,x:0,y:0};const transformTemplate2=(_,t)=>`translate(-50%, -50%) ${t}`;const transformTemplate3=(_,t)=>`translateY(-50%) ${t}`;const formVariants=(form,variants,currentVariant)=>{switch(form.state){case\"success\":return variants.success??currentVariant;case\"pending\":return variants.pending??currentVariant;case\"error\":return variants.error??currentVariant;case\"incomplete\":return variants.incomplete??currentVariant;}};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const getProps=({height,id,width,...props})=>{return{...props};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const metadata=React.useMemo(()=>metadataProvider(undefined,activeLocale),[undefined,activeLocale]);useMetadata(metadata);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"XaDSI1Uvi\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: rgb(255, 255, 255); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-es395x\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(Image,{as:\"header\",background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0),pixelHeight:2e3,pixelWidth:3555,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/t0Jp2LmjLoRkgrD8yUe5O9dwq0.jpg\",srcSet:\"https://framerusercontent.com/images/t0Jp2LmjLoRkgrD8yUe5O9dwq0.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/t0Jp2LmjLoRkgrD8yUe5O9dwq0.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/t0Jp2LmjLoRkgrD8yUe5O9dwq0.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/t0Jp2LmjLoRkgrD8yUe5O9dwq0.jpg 3555w\"},className:\"framer-52ugmj\",\"data-framer-name\":\"Intro\",children:/*#__PURE__*/_jsx(ImageWithOptimizedAppearEffect,{animate:animation,background:{alt:\"\",fit:\"fit\",intrinsicHeight:720,intrinsicWidth:1280,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+700-150),pixelHeight:143,pixelWidth:236,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/RuQdXCTbNbWPU3Mg7VPsCZm1I.svg\"},className:\"framer-5qmwdp\",\"data-framer-appear-id\":\"5qmwdp\",\"data-framer-name\":\"Logo\",initial:animation1,optimized:true,style:{transformPerspective:1200},transformTemplate:transformTemplate1})}),/*#__PURE__*/_jsxs(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+700),pixelHeight:1600,pixelWidth:2400,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/emv9QCLbLExRYJfRnbsAqWGzf1c.jpg\",srcSet:\"https://framerusercontent.com/images/emv9QCLbLExRYJfRnbsAqWGzf1c.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/emv9QCLbLExRYJfRnbsAqWGzf1c.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/emv9QCLbLExRYJfRnbsAqWGzf1c.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/emv9QCLbLExRYJfRnbsAqWGzf1c.jpg 2400w\"},className:\"framer-92ozpe\",\"data-framer-name\":\"Du v\\xe9g\\xe9tal, du go\\xfbt, rien de superflu\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-ih0vdv\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-5noaip\",\"data-framer-name\":\"Wrapper\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1wdxd6k\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-a11dn9\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1yj7b1e\",style:{rotate:227},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-swhtab\",\"data-framer-name\":\"Shine gauche\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 104 106\"><path d=\"M 1.388 24.355 C 3.202 28.715 6.925 38.686 7.307 43.698 M 48.52 1.385 C 44.381 13.58 35.315 39.566 32.168 45.948 M 58.244 57.658 C 65.773 49.341 82.316 31.965 88.252 28.994 M 71.232 77.744 C 77.361 76.098 92.163 72.495 102.338 71.251 M 70.006 97.924 C 73.031 98.318 80.426 100.147 85.8 104.308\" fill=\"transparent\" stroke-width=\"2.59\" stroke=\"var(--token-1bdf4f8a-bf3f-4c28-99d6-f6879b8943e6, rgb(245, 255, 51))\" stroke-linecap=\"round\" stroke-miterlimit=\"10\"></path></svg>',svgContentId:9799098877,withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO0F3ZXNvbWUgSGVhdGhlciBSZWd1bGFy\",\"--framer-font-family\":'\"Awesome Heather Regular\", \"Awesome Heather Regular Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-letter-spacing\":\"-0.7px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Du v\\xe9g\\xe9tal, du go\\xfbt, rien de superflu\"})}),className:\"framer-12jtneh\",fonts:[\"CUSTOM;Awesome Heather Regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-vztp1h\",style:{rotate:35},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-11q91h6\",\"data-framer-name\":\"Shine droit\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 104 106\"><path d=\"M 1.388 24.355 C 3.202 28.715 6.925 38.686 7.307 43.698 M 48.52 1.385 C 44.381 13.58 35.315 39.566 32.168 45.948 M 58.244 57.658 C 65.773 49.341 82.316 31.965 88.252 28.994 M 71.232 77.744 C 77.361 76.098 92.163 72.495 102.338 71.251 M 70.006 97.924 C 73.031 98.318 80.426 100.147 85.8 104.308\" fill=\"transparent\" stroke-width=\"2.59\" stroke=\"var(--token-1bdf4f8a-bf3f-4c28-99d6-f6879b8943e6, rgb(245, 255, 51))\" stroke-linecap=\"round\" stroke-miterlimit=\"10\"></path></svg>',svgContentId:9799098877,withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-15k41zk\",children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO0J1bXBlciBTdGlja2VyIFJlZ3VsYXI=\",\"--framer-font-family\":'\"Bumper Sticker Regular\", \"Bumper Sticker Regular Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-letter-spacing\":\"-0.7px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(0, 17, 34)\"},children:\"Maintenant Disponible chez\"})}),className:\"framer-ea9v1p\",fonts:[\"CUSTOM;Bumper Sticker Regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1ovmxoz\",\"data-framer-name\":\"Logo Monoprix\",fill:\"black\",intrinsicHeight:58,intrinsicWidth:419,svg:'<svg width=\"419\" height=\"58\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M199.302 28.805c0 16.842 8.909 25.47 19.913 25.47 10.992 0 19.907-8.611 19.907-25.47 0-16.858-8.91-25.446-19.907-25.446-10.998 0-19.913 8.605-19.913 25.446Zm4.043-23.93a28.758 28.758 0 1 1 32.039 47.767 28.758 28.758 0 0 1-32.039-47.767Zm-104.948 49.4c-10.992 0-19.896-8.628-19.896-25.47 0-16.841 8.927-25.446 19.896-25.446 10.969 0 19.89 8.588 19.89 25.446 0 16.859-8.904 25.47-19.89 25.47ZM98.495 0a28.759 28.759 0 1 0 .092 57.518A28.759 28.759 0 0 0 98.495 0ZM33.21 43.42 51.53 1.432l8.984-.011v54.734h-8.173V11.291L32.71 56.184h-2.37L10.595 15.53v40.637H5.89V8.852c0-4.078-3.204-5.021-5.89-5.021V1.432h12.804L33.21 43.421Zm143.779-2.277V1.421l4.693.011V57.52h-1.478l-39.061-45.641v44.289h-4.688V8.852c0-4.078-3.209-5.021-5.89-5.021V1.455h12.43l33.994 39.688Zm93.788-12.171a22.623 22.623 0 0 1-5.302-.65V8.145c0-2.378-.3-2.807-.669-3.334l-.05-.072h6.005c6.943 0 12.585 3.503 12.585 11.941 0 9.282-5.714 12.287-12.569 12.292Zm3.481-27.54h-22.852v2.399c2.686 0 5.902.949 5.902 5.021v47.315h8.167v-24.48a41.99 41.99 0 0 0 9.042.627c9.203-.443 17.52-6.097 17.52-15.53 0-9.71-8.185-15.37-17.738-15.37l-.041.018Zm35.753 25.728c1.795.212 3.6.316 5.407.31 6.856 0 12.574-3.013 12.574-11.44 0-8.627-5.637-11.308-12.574-11.308h-6.131c.024.035.05.07.078.107.261.344.646.852.646 3.097V27.16Zm26.631-11.216c0 7.345-6.125 11.694-12.079 13.35 4.125 1.53 6.845 5.413 9.002 9.008 1.8 2.996 10.25 17.876 10.25 17.876h-9.588a912.03 912.03 0 0 1-2.479-4.44l-.008-.016-.004-.005c-2.61-4.689-6.452-11.59-7.61-13.576-4.045-7.065-7.74-7.246-10.128-7.363-.21-.01-.41-.02-.599-.034a196.744 196.744 0 0 1-3.376-.19v25.613h-8.145V8.852c0-4.095-3.209-5.033-5.895-5.033V1.426h22.938c9.795 0 17.721 4.953 17.721 14.518Zm10.406-12.113c2.686 0 5.902.943 5.902 5.021v47.315h8.15V1.432h-14.052v2.399Zm69.833-2.399-18.78 25.228 20.241 29.53h-9.962l-15.415-22.593-16.749 22.593h-5.85l19.827-26.695-16.175-23.617c-1.236-1.725-3.226-2.047-5.073-2.047V1.432h11.861l14.511 21.138 15.726-21.138h5.838Z\" fill=\"#EA0437\"/></svg>',withExternalLayout:true}),/*#__PURE__*/_jsxs(SVG,{className:\"framer-1ixjh3g\",\"data-framer-name\":\"Logo Franprix\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 419.257 81.963\" overflow=\"visible\"><path d=\"M 8.948 18.305 C 8.948 13.456 9.972 9.221 12.021 5.669 C 14.07 2.117 18.783 0.342 26.16 0.342 C 27.526 0.342 28.892 0.342 30.258 0.478 C 31.624 0.615 32.922 0.82 34.151 1.093 L 33.536 12.773 C 32.785 12.499 32.102 12.294 31.351 12.09 C 30.599 11.885 29.916 11.816 29.097 11.816 C 26.911 11.816 25.272 12.294 24.179 13.251 C 23.086 14.207 22.54 16.188 22.54 19.125 L 22.54 21.993 L 32.649 21.993 L 32.649 33.058 L 22.54 33.058 L 22.54 66.595 L 8.948 66.595 L 8.948 33.058 L 0 33.058 L 0 21.993 L 8.948 21.993 Z M 53.959 29.165 C 55.393 26.501 57.101 24.452 59.15 23.018 C 61.199 21.584 63.658 20.901 66.731 20.901 C 67.483 20.901 68.234 20.901 69.054 21.037 C 69.873 21.174 70.556 21.242 71.239 21.379 L 71.239 33.946 C 70.283 33.673 69.327 33.468 68.371 33.332 C 67.414 33.195 66.458 33.058 65.502 33.058 C 60.311 33.058 57.101 34.424 55.803 37.157 C 54.505 39.889 53.891 43.509 53.891 47.948 L 53.891 66.595 L 40.298 66.595 L 40.298 21.993 L 53.891 21.993 L 53.891 29.097 L 54.027 29.097 Z M 95.145 20.901 C 99.107 20.901 102.385 21.379 104.981 22.403 C 107.576 23.428 109.694 24.93 111.196 26.843 C 112.699 28.755 113.792 31.214 114.338 34.083 C 114.953 36.883 115.226 40.162 115.226 43.918 L 115.226 66.595 L 102.727 66.595 L 102.727 60.994 L 102.59 60.994 C 101.088 63.385 99.107 65.092 96.58 66.185 C 94.052 67.278 91.389 67.756 88.588 67.756 C 84.49 67.756 80.87 66.595 77.66 64.204 C 74.45 61.814 72.879 58.467 72.879 53.959 C 72.879 50.134 73.903 47.129 76.021 45.011 C 78.07 42.894 80.597 41.323 83.602 40.298 C 86.607 39.274 89.886 38.727 93.301 38.523 C 96.785 38.386 99.926 38.249 102.727 38.249 C 102.727 35.79 101.907 33.878 100.131 32.375 C 98.355 30.873 96.375 30.19 93.984 30.19 C 91.798 30.19 89.749 30.668 87.905 31.624 C 86.061 32.58 84.353 33.878 82.919 35.517 L 75.747 28.004 C 78.206 25.613 81.143 23.769 84.558 22.608 C 87.974 21.447 91.525 20.832 95.077 20.832 Z M 102.795 49.997 L 102.795 47.06 L 99.448 47.06 C 97.399 47.06 94.599 47.334 91.184 47.948 C 87.769 48.563 86.061 50.407 86.061 53.412 C 86.061 55.052 86.744 56.281 88.11 57.101 C 89.476 57.92 90.911 58.33 92.413 58.33 C 95.077 58.33 97.468 57.647 99.585 56.213 C 101.702 54.779 102.727 52.729 102.727 49.997 Z M 151.29 20.901 C 154.705 20.901 157.505 21.447 159.623 22.608 C 161.74 23.701 163.379 25.135 164.609 27.048 C 165.838 28.96 166.59 31.146 166.999 33.741 C 167.409 36.337 167.614 39.069 167.614 42.074 L 167.614 66.663 L 154.022 66.663 L 154.022 44.806 C 154.022 42.211 153.749 39.684 153.134 37.02 C 152.519 34.356 150.47 33.127 146.919 33.127 C 143.367 33.127 141.181 34.288 140.225 36.61 C 139.269 38.932 138.791 41.528 138.791 44.465 L 138.791 66.663 L 125.198 66.663 L 125.198 21.993 L 138.312 21.993 L 138.312 28.072 L 138.449 28.072 C 139.337 26.296 140.908 24.657 143.094 23.155 C 145.279 21.652 148.011 20.901 151.358 20.901 Z M 204.634 20.901 C 207.913 20.901 210.85 21.515 213.513 22.676 C 216.177 23.769 218.431 25.34 220.344 27.389 C 222.256 29.438 223.69 31.829 224.715 34.698 C 225.808 37.498 226.286 40.64 226.286 43.987 C 226.286 47.06 225.808 50.066 224.852 52.866 C 223.964 55.735 222.598 58.262 220.89 60.448 C 219.182 62.633 217.065 64.409 214.606 65.707 C 212.079 67.073 209.279 67.688 206.137 67.688 C 203.336 67.688 200.741 67.278 198.282 66.39 C 195.823 65.502 193.774 63.999 192.271 61.814 L 192.135 61.814 L 192.135 81.963 L 178.543 81.963 L 178.543 21.993 L 191.042 21.993 L 191.042 27.867 L 191.178 27.867 C 192.271 26.296 193.979 24.725 196.438 23.155 C 198.897 21.584 201.629 20.901 204.702 20.901 Z M 209.893 52.456 C 211.806 50.407 212.762 47.675 212.762 44.26 C 212.762 40.845 211.806 38.249 209.893 36.2 C 207.981 34.151 205.317 33.058 201.902 33.058 C 198.487 33.058 195.823 34.083 193.911 36.2 C 191.998 38.318 191.042 40.981 191.042 44.26 C 191.042 47.538 191.998 50.339 193.911 52.456 C 195.823 54.574 198.487 55.598 201.902 55.598 C 205.317 55.598 207.981 54.574 209.893 52.456 Z M 248.143 29.165 C 249.577 26.501 251.285 24.452 253.334 23.018 C 255.383 21.584 257.842 20.901 260.847 20.901 C 261.667 20.901 262.418 20.901 263.238 21.037 C 264.057 21.174 264.74 21.242 265.423 21.379 L 265.423 33.946 C 264.467 33.673 263.511 33.468 262.555 33.332 C 261.598 33.195 260.574 33.058 259.617 33.058 C 254.495 33.058 251.285 34.424 249.987 37.157 C 248.689 39.889 248.006 43.509 248.006 47.948 L 248.006 66.595 L 234.482 66.595 L 234.482 21.993 L 248.006 21.993 L 248.006 29.097 L 248.279 29.097 Z M 283.797 2.322 C 285.299 3.893 286.051 5.737 286.051 7.991 C 286.051 10.245 285.299 12.021 283.797 13.592 C 282.294 15.163 280.45 15.914 278.264 15.914 C 276.078 15.914 274.234 15.163 272.663 13.592 C 271.092 12.021 270.341 10.177 270.341 7.991 C 270.341 5.806 271.092 3.825 272.663 2.322 C 274.234 0.82 276.078 0 278.264 0 C 280.45 0 282.294 0.751 283.797 2.322 Z M 271.434 21.993 L 285.026 21.993 L 285.026 66.595 L 271.434 66.595 Z M 324.163 42.757 L 341.102 66.595 L 325.119 66.595 L 315.421 51.705 L 305.107 66.595 L 289.261 66.595 L 306.678 42.757 L 291.925 21.993 L 308.044 21.993 L 315.83 34.083 L 323.344 21.993 L 338.438 21.993 L 324.095 42.757 Z M 417.191 49.178 C 415.62 52.866 413.503 56.076 410.771 58.808 C 408.039 61.54 404.828 63.658 401.14 65.297 C 397.452 66.936 393.559 67.688 389.46 67.688 C 385.362 67.688 381.401 66.868 377.712 65.297 C 374.024 63.726 370.814 61.54 368.082 58.808 C 365.35 56.076 363.164 52.866 361.661 49.178 C 360.09 45.558 359.407 41.596 359.612 37.43 C 359.749 35.039 360.227 32.785 361.115 30.599 C 362.003 28.414 363.232 26.501 364.803 24.862 C 366.374 23.223 368.218 21.925 370.336 20.969 C 372.453 20.013 374.844 19.534 377.371 19.534 C 379.693 19.534 381.811 19.944 383.928 20.832 C 386.045 21.72 387.821 22.881 389.46 24.452 C 391.1 22.881 392.944 21.72 394.993 20.832 C 397.042 19.944 399.228 19.534 401.55 19.534 C 404.077 19.534 406.399 20.013 408.517 20.969 C 410.634 21.925 412.478 23.223 414.049 24.862 C 415.62 26.501 416.85 28.414 417.738 30.599 C 418.626 32.717 419.172 34.971 419.24 37.43 C 419.377 41.664 418.694 45.558 417.191 49.178 Z M 389.392 17.827 C 386.865 17.827 384.543 17.349 382.425 16.324 C 380.376 15.3 378.532 14.002 377.029 12.363 C 375.527 10.723 374.434 8.879 373.683 6.694 C 372.863 4.576 372.59 2.391 372.726 0.137 C 375.595 -0.137 378.737 0.546 382.152 2.117 C 385.567 3.688 387.958 6.557 389.392 10.792 C 390.826 6.557 393.217 3.688 396.632 2.117 C 400.047 0.546 403.189 -0.137 406.058 0.137 C 406.194 2.391 405.785 4.576 405.033 6.694 C 404.282 8.811 403.189 10.723 401.687 12.363 C 400.184 14.002 398.408 15.3 396.291 16.324 C 394.173 17.349 391.919 17.827 389.392 17.827 Z\" fill=\"rgb(232,88,37)\"></path></svg>',withExternalLayout:true,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-6zl6y5\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 34.151 66.253\" overflow=\"visible\"><path d=\"M 8.948 17.964 C 8.948 13.114 9.972 8.879 12.021 5.328 C 14.07 1.776 18.783 0 26.16 0 C 27.526 0 28.892 0 30.258 0.137 C 31.624 0.273 32.922 0.478 34.151 0.751 L 33.536 12.431 C 32.785 12.158 32.102 11.953 31.351 11.748 C 30.599 11.543 29.916 11.475 29.097 11.475 C 26.911 11.475 25.272 11.953 24.179 12.909 C 23.086 13.865 22.54 15.846 22.54 18.783 L 22.54 21.652 L 32.649 21.652 L 32.649 32.717 L 22.54 32.717 L 22.54 66.253 L 8.948 66.253 L 8.948 32.717 L 0 32.717 L 0 21.652 L 8.948 21.652 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-ujj389\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 30.941 45.694\" overflow=\"visible\"><path d=\"M 13.66 8.265 C 15.095 5.601 16.802 3.552 18.851 2.117 C 20.901 0.683 23.359 0 26.433 0 C 27.184 0 27.936 0 28.755 0.137 C 29.575 0.273 30.258 0.342 30.941 0.478 L 30.941 13.046 C 29.985 12.773 29.029 12.568 28.072 12.431 C 27.116 12.294 26.16 12.158 25.204 12.158 C 20.013 12.158 16.802 13.524 15.505 16.256 C 14.207 18.988 13.592 22.608 13.592 27.048 L 13.592 45.694 L 0 45.694 L 0 1.093 L 13.592 1.093 L 13.592 8.196 L 13.729 8.196 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1hd4204\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 42.347 46.924\" overflow=\"visible\"><path d=\"M 22.267 0.068 C 26.228 0.068 29.507 0.546 32.102 1.571 C 34.698 2.595 36.815 4.098 38.318 6.011 C 39.82 7.923 40.913 10.382 41.46 13.251 C 42.074 16.051 42.347 19.33 42.347 23.086 L 42.347 45.763 L 29.848 45.763 L 29.848 40.162 L 29.712 40.162 C 28.209 42.552 26.228 44.26 23.701 45.353 C 21.174 46.446 18.51 46.924 15.71 46.924 C 11.611 46.924 7.991 45.763 4.781 43.372 C 1.571 40.981 0 37.635 0 33.127 C 0 29.302 1.025 26.296 3.142 24.179 C 5.191 22.062 7.718 20.491 10.723 19.466 C 13.729 18.442 17.007 17.895 20.422 17.69 C 23.906 17.554 27.048 17.417 29.848 17.417 C 29.848 14.958 29.029 13.046 27.253 11.543 C 25.477 10.04 23.496 9.357 21.105 9.357 C 18.92 9.357 16.871 9.836 15.027 10.792 C 13.182 11.748 11.475 13.046 10.04 14.685 L 2.869 7.172 C 5.328 4.781 8.265 2.937 11.68 1.776 C 15.095 0.615 18.647 0 22.198 0 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-sxl2or\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 16.734 11.27\" overflow=\"visible\"><path d=\"M 16.734 2.937 L 16.734 0 L 13.387 0 C 11.338 0 8.538 0.273 5.123 0.888 C 1.708 1.503 0 3.347 0 6.352 C 0 7.991 0.683 9.221 2.049 10.04 C 3.415 10.86 4.849 11.27 6.352 11.27 C 9.016 11.27 11.407 10.587 13.524 9.153 C 15.641 7.718 16.666 5.669 16.666 2.937 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-so4mvt\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 42.416 45.763\" overflow=\"visible\"><path d=\"M 26.092 0 C 29.507 0 32.307 0.546 34.424 1.708 C 36.542 2.8 38.181 4.235 39.41 6.147 C 40.64 8.06 41.391 10.245 41.801 12.841 C 42.211 15.436 42.416 18.168 42.416 21.174 L 42.416 45.763 L 28.824 45.763 L 28.824 23.906 C 28.824 21.31 28.55 18.783 27.936 16.119 C 27.321 13.456 25.272 12.226 21.72 12.226 C 18.168 12.226 15.983 13.387 15.027 15.71 C 14.07 18.032 13.592 20.627 13.592 23.564 L 13.592 45.763 L 0 45.763 L 0 1.093 L 13.114 1.093 L 13.114 7.172 L 13.251 7.172 C 14.139 5.396 15.71 3.757 17.895 2.254 C 20.081 0.751 22.813 0 26.16 0 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1paz1jx\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 47.743 61.062\" overflow=\"visible\"><path d=\"M 26.092 0 C 29.37 0 32.307 0.615 34.971 1.776 C 37.635 2.869 39.889 4.44 41.801 6.489 C 43.714 8.538 45.148 10.928 46.172 13.797 C 47.265 16.597 47.743 19.739 47.743 23.086 C 47.743 26.16 47.265 29.165 46.309 31.966 C 45.421 34.834 44.055 37.361 42.347 39.547 C 40.64 41.733 38.523 43.509 36.064 44.806 C 33.536 46.172 30.736 46.787 27.594 46.787 C 24.794 46.787 22.198 46.377 19.739 45.489 C 17.281 44.601 15.231 43.099 13.729 40.913 L 13.592 40.913 L 13.592 61.062 L 0 61.062 L 0 1.093 L 12.499 1.093 L 12.499 6.967 L 12.636 6.967 C 13.729 5.396 15.436 3.825 17.895 2.254 C 20.354 0.683 23.086 0 26.16 0 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-yexl95\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 21.72 22.54\" overflow=\"visible\"><path d=\"M 18.851 19.398 C 20.764 17.349 21.72 14.617 21.72 11.202 C 21.72 7.786 20.764 5.191 18.851 3.142 C 16.939 1.093 14.275 0 10.86 0 C 7.445 0 4.781 1.025 2.869 3.142 C 0.956 5.259 0 7.923 0 11.202 C 0 14.48 0.956 17.281 2.869 19.398 C 4.781 21.515 7.445 22.54 10.86 22.54 C 14.275 22.54 16.939 21.515 18.851 19.398 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-pdncvj\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 30.941 45.694\" overflow=\"visible\"><path d=\"M 13.66 8.265 C 15.095 5.601 16.802 3.552 18.851 2.117 C 20.901 0.683 23.359 0 26.365 0 C 27.184 0 27.936 0 28.755 0.137 C 29.575 0.273 30.258 0.342 30.941 0.478 L 30.941 13.046 C 29.985 12.773 29.029 12.568 28.072 12.431 C 27.116 12.294 26.092 12.158 25.135 12.158 C 20.013 12.158 16.802 13.524 15.505 16.256 C 14.207 18.988 13.524 22.608 13.524 27.048 L 13.524 45.694 L 0 45.694 L 0 1.093 L 13.524 1.093 L 13.524 8.196 L 13.797 8.196 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1hzwrco\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 15.71 15.914\" overflow=\"visible\"><path d=\"M 13.456 2.322 C 14.958 3.893 15.71 5.737 15.71 7.991 C 15.71 10.245 14.958 12.021 13.456 13.592 C 11.953 15.163 10.109 15.914 7.923 15.914 C 5.737 15.914 3.893 15.163 2.322 13.592 C 0.751 12.021 0 10.177 0 7.991 C 0 5.806 0.751 3.825 2.322 2.322 C 3.893 0.82 5.737 0 7.923 0 C 10.109 0 11.953 0.751 13.456 2.322 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1nnl3yt\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 13.592 44.601\" overflow=\"visible\"><path d=\"M 0 0 L 13.592 0 L 13.592 44.601 L 0 44.601 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-j47eus\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 51.842 44.601\" overflow=\"visible\"><path d=\"M 34.903 20.764 L 51.842 44.601 L 35.859 44.601 L 26.16 29.712 L 15.846 44.601 L 0 44.601 L 17.417 20.764 L 2.664 0 L 18.783 0 L 26.57 12.09 L 34.083 0 L 49.178 0 L 34.834 20.764 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-199qw4m\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 59.681 48.153\" overflow=\"visible\"><path d=\"M 57.614 29.643 C 56.043 33.332 53.926 36.542 51.194 39.274 C 48.462 42.006 45.252 44.123 41.563 45.763 C 37.875 47.402 33.982 48.153 29.884 48.153 C 25.785 48.153 21.824 47.334 18.136 45.763 C 14.447 44.192 11.237 42.006 8.505 39.274 C 5.773 36.542 3.587 33.332 2.085 29.643 C 0.514 26.023 -0.169 22.062 0.035 17.895 C 0.172 15.505 0.65 13.251 1.538 11.065 C 2.426 8.879 3.655 6.967 5.226 5.328 C 6.797 3.688 8.642 2.391 10.759 1.434 C 12.876 0.478 15.267 0 17.794 0 C 20.116 0 22.234 0.41 24.351 1.298 C 26.469 2.186 28.244 3.347 29.884 4.918 C 31.523 3.347 33.367 2.186 35.416 1.298 C 37.465 0.41 39.651 0 41.973 0 C 44.5 0 46.823 0.478 48.94 1.434 C 51.057 2.391 52.902 3.688 54.472 5.328 C 56.043 6.967 57.273 8.879 58.161 11.065 C 59.049 13.182 59.595 15.436 59.663 17.895 C 59.8 22.13 59.117 26.023 57.614 29.643 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1k8mk9q\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 33.391 17.749\" overflow=\"visible\"><path d=\"M 16.699 17.749 C 14.172 17.749 11.85 17.271 9.732 16.246 C 7.683 15.222 5.839 13.924 4.337 12.285 C 2.834 10.646 1.741 8.801 0.99 6.616 C 0.17 4.498 -0.103 2.313 0.034 0.059 C 2.902 -0.214 6.044 0.469 9.459 2.04 C 12.874 3.61 15.265 6.479 16.699 10.714 C 18.134 6.479 20.524 3.61 23.939 2.04 C 27.355 0.469 30.496 -0.214 33.365 0.059 C 33.502 2.313 33.092 4.498 32.341 6.616 C 31.589 8.733 30.496 10.646 28.994 12.285 C 27.491 13.924 25.715 15.222 23.598 16.246 C 21.481 17.271 19.227 17.749 16.699 17.749 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true})]})]})]})})]}),/*#__PURE__*/_jsxs(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1230),pixelHeight:1600,pixelWidth:2400,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/emv9QCLbLExRYJfRnbsAqWGzf1c.jpg\",srcSet:\"https://framerusercontent.com/images/emv9QCLbLExRYJfRnbsAqWGzf1c.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/emv9QCLbLExRYJfRnbsAqWGzf1c.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/emv9QCLbLExRYJfRnbsAqWGzf1c.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/emv9QCLbLExRYJfRnbsAqWGzf1c.jpg 2400w\"},className:\"framer-155igvm\",\"data-framer-name\":\"Gourmand & 100 % v\\xe9g\\xe9tal\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ni4i2b\",\"data-framer-name\":\"Wrapper\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1truip8\",\"data-framer-name\":\"D\\xe9co haut\",style:{rotate:194},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-17nzssk\",\"data-framer-name\":\"Star\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 61 63\"><path d=\"M 24.87 2.812 C 23.965 3.038 24.524 7.678 24.524 8.23 L 24.524 60.22\" fill=\"transparent\" stroke-width=\"5\" stroke=\"var(--token-1bdf4f8a-bf3f-4c28-99d6-f6879b8943e6, rgb(245, 255, 51)) /* {&quot;name&quot;:&quot;Jaune p\\xe9tant&quot;} */\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 3.428 25.291 C 9.658 25.291 15.938 25.003 22.122 25.887 C 30.642 27.104 38.73 29.6 47.119 31.324 C 50.952 32.112 54.505 32.9 58.416 32.9\" fill=\"transparent\" stroke-width=\"5\" stroke=\"var(--token-1bdf4f8a-bf3f-4c28-99d6-f6879b8943e6, rgb(245, 255, 51)) /* {&quot;name&quot;:&quot;Jaune p\\xe9tant&quot;} */\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 10.345 5.233 C 10.519 6.798 12.203 8.506 12.996 9.767 C 16.633 15.551 20.409 21.245 24.178 26.943 C 28.798 33.927 32.312 41.291 36.475 48.501 C 38.008 51.157 39.123 54.279 40.778 56.762\" fill=\"transparent\" stroke-width=\"5\" stroke=\"var(--token-1bdf4f8a-bf3f-4c28-99d6-f6879b8943e6, rgb(245, 255, 51)) /* {&quot;name&quot;:&quot;Jaune p\\xe9tant&quot;} */\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 7.232 46.733 C 7.619 44.153 10.682 41.339 12.151 39.317 C 17.8 31.543 23.494 23.45 30.21 16.549 C 33.792 12.869 37.459 8.787 41.469 5.579\" fill=\"transparent\" stroke-width=\"5\" stroke=\"var(--token-1bdf4f8a-bf3f-4c28-99d6-f6879b8943e6, rgb(245, 255, 51)) /* {&quot;name&quot;:&quot;Jaune p\\xe9tant&quot;} */\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path></svg>',svgContentId:10413076859,withExternalLayout:true})}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO0EgTG92ZSBvZiBUaHVuZGVyIFJlZ3VsYXI=\",\"--framer-font-family\":'\"A Love of Thunder Regular\", \"A Love of Thunder Regular Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-letter-spacing\":\"-0.7px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\",\"--framer-text-transform\":\"uppercase\"},children:\"Gourmand & 100 % v\\xe9g\\xe9tal\"})}),className:\"framer-185j978\",fonts:[\"CUSTOM;A Love of Thunder Regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-17xzg5n\",\"data-framer-name\":\"D\\xe9co bas\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-378tjq\",\"data-framer-name\":\"Star\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 61 63\"><path d=\"M 24.87 2.812 C 23.965 3.038 24.524 7.678 24.524 8.23 L 24.524 60.22\" fill=\"transparent\" stroke-width=\"5\" stroke=\"var(--token-1bdf4f8a-bf3f-4c28-99d6-f6879b8943e6, rgb(245, 255, 51)) /* {&quot;name&quot;:&quot;Jaune p\\xe9tant&quot;} */\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 3.428 25.291 C 9.658 25.291 15.938 25.003 22.122 25.887 C 30.642 27.104 38.73 29.6 47.119 31.324 C 50.952 32.112 54.505 32.9 58.416 32.9\" fill=\"transparent\" stroke-width=\"5\" stroke=\"var(--token-1bdf4f8a-bf3f-4c28-99d6-f6879b8943e6, rgb(245, 255, 51)) /* {&quot;name&quot;:&quot;Jaune p\\xe9tant&quot;} */\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 10.345 5.233 C 10.519 6.798 12.203 8.506 12.996 9.767 C 16.633 15.551 20.409 21.245 24.178 26.943 C 28.798 33.927 32.312 41.291 36.475 48.501 C 38.008 51.157 39.123 54.279 40.778 56.762\" fill=\"transparent\" stroke-width=\"5\" stroke=\"var(--token-1bdf4f8a-bf3f-4c28-99d6-f6879b8943e6, rgb(245, 255, 51)) /* {&quot;name&quot;:&quot;Jaune p\\xe9tant&quot;} */\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 7.232 46.733 C 7.619 44.153 10.682 41.339 12.151 39.317 C 17.8 31.543 23.494 23.45 30.21 16.549 C 33.792 12.869 37.459 8.787 41.469 5.579\" fill=\"transparent\" stroke-width=\"5\" stroke=\"var(--token-1bdf4f8a-bf3f-4c28-99d6-f6879b8943e6, rgb(245, 255, 51)) /* {&quot;name&quot;:&quot;Jaune p\\xe9tant&quot;} */\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path></svg>',svgContentId:10413076859,withExternalLayout:true})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-m94sez\"})]}),/*#__PURE__*/_jsxs(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1680),pixelHeight:1600,pixelWidth:2400,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/emv9QCLbLExRYJfRnbsAqWGzf1c.jpg\",srcSet:\"https://framerusercontent.com/images/emv9QCLbLExRYJfRnbsAqWGzf1c.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/emv9QCLbLExRYJfRnbsAqWGzf1c.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/emv9QCLbLExRYJfRnbsAqWGzf1c.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/emv9QCLbLExRYJfRnbsAqWGzf1c.jpg 2400w\"},className:\"framer-5t6p66\",\"data-framer-name\":\"Intense\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1a6a1o8\",\"data-framer-name\":\"Couleur\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1e9cvx6\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:2e3,pixelWidth:1600,positionX:\"61.9%\",positionY:\"74.4%\",sizes:\"600px\",src:\"https://framerusercontent.com/images/SyvJ6lmGgOaUqaE4RY7QBDpuV4.jpg\",srcSet:\"https://framerusercontent.com/images/SyvJ6lmGgOaUqaE4RY7QBDpuV4.jpg?scale-down-to=1024 819w,https://framerusercontent.com/images/SyvJ6lmGgOaUqaE4RY7QBDpuV4.jpg 1600w\"},className:\"framer-5bdfuk\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1pwz5q0\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:1834,pixelWidth:1834,positionX:\"center\",positionY:\"center\",sizes:\"540px\",src:\"https://framerusercontent.com/images/DmfsVHiqllZd6PLQjD0iPUsG0.webp\",srcSet:\"https://framerusercontent.com/images/DmfsVHiqllZd6PLQjD0iPUsG0.webp?scale-down-to=512 512w,https://framerusercontent.com/images/DmfsVHiqllZd6PLQjD0iPUsG0.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/DmfsVHiqllZd6PLQjD0iPUsG0.webp 1834w\"},className:\"framer-yeo7h4\"})})]})]}),/*#__PURE__*/_jsxs(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2480),pixelHeight:1600,pixelWidth:2400,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/emv9QCLbLExRYJfRnbsAqWGzf1c.jpg\",srcSet:\"https://framerusercontent.com/images/emv9QCLbLExRYJfRnbsAqWGzf1c.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/emv9QCLbLExRYJfRnbsAqWGzf1c.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/emv9QCLbLExRYJfRnbsAqWGzf1c.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/emv9QCLbLExRYJfRnbsAqWGzf1c.jpg 2400w\"},className:\"framer-1pxkfol\",\"data-framer-name\":\"Tendre\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1d2w8t1\",\"data-framer-name\":\"Couleur\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-mlrplp\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-wzgde5\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:1834,pixelWidth:1834,positionX:\"center\",positionY:\"center\",sizes:\"540px\",src:\"https://framerusercontent.com/images/Wxek3HEqygWuXLAwye01OGA6J3c.webp\",srcSet:\"https://framerusercontent.com/images/Wxek3HEqygWuXLAwye01OGA6J3c.webp?scale-down-to=512 512w,https://framerusercontent.com/images/Wxek3HEqygWuXLAwye01OGA6J3c.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/Wxek3HEqygWuXLAwye01OGA6J3c.webp 1834w\"},className:\"framer-umyq3d\"})}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:2e3,pixelWidth:1600,positionX:\"44.6%\",positionY:\"70.2%\",sizes:\"600px\",src:\"https://framerusercontent.com/images/NCoBMdK2Az7dJRz5dbbMNwhsU.jpg\",srcSet:\"https://framerusercontent.com/images/NCoBMdK2Az7dJRz5dbbMNwhsU.jpg?scale-down-to=1024 819w,https://framerusercontent.com/images/NCoBMdK2Az7dJRz5dbbMNwhsU.jpg 1600w\"},className:\"framer-120iu62\"})]})]}),/*#__PURE__*/_jsxs(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3280),pixelHeight:1600,pixelWidth:2400,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/emv9QCLbLExRYJfRnbsAqWGzf1c.jpg\",srcSet:\"https://framerusercontent.com/images/emv9QCLbLExRYJfRnbsAqWGzf1c.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/emv9QCLbLExRYJfRnbsAqWGzf1c.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/emv9QCLbLExRYJfRnbsAqWGzf1c.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/emv9QCLbLExRYJfRnbsAqWGzf1c.jpg 2400w\"},className:\"framer-saquti\",\"data-framer-name\":\"Parfum\\xe9\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-rz53r0\",\"data-framer-name\":\"Couleur\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-zdkgs2\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:2e3,pixelWidth:1600,positionX:\"36.1%\",positionY:\"67.6%\",sizes:\"600px\",src:\"https://framerusercontent.com/images/d5jO7RvGS2Ak0G5Dcb2YYau9RA.jpg\",srcSet:\"https://framerusercontent.com/images/d5jO7RvGS2Ak0G5Dcb2YYau9RA.jpg?scale-down-to=1024 819w,https://framerusercontent.com/images/d5jO7RvGS2Ak0G5Dcb2YYau9RA.jpg 1600w\"},className:\"framer-1xntfa8\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-t04f6i\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:1834,pixelWidth:1834,positionX:\"center\",positionY:\"center\",sizes:\"540px\",src:\"https://framerusercontent.com/images/xdzW2G75FbtIJaskWGHQ7Rjh3c.webp\",srcSet:\"https://framerusercontent.com/images/xdzW2G75FbtIJaskWGHQ7Rjh3c.webp?scale-down-to=512 512w,https://framerusercontent.com/images/xdzW2G75FbtIJaskWGHQ7Rjh3c.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/xdzW2G75FbtIJaskWGHQ7Rjh3c.webp 1834w\"},className:\"framer-q70fpx\"})})]})]}),/*#__PURE__*/_jsxs(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+4080),pixelHeight:1600,pixelWidth:2400,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/emv9QCLbLExRYJfRnbsAqWGzf1c.jpg\",srcSet:\"https://framerusercontent.com/images/emv9QCLbLExRYJfRnbsAqWGzf1c.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/emv9QCLbLExRYJfRnbsAqWGzf1c.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/emv9QCLbLExRYJfRnbsAqWGzf1c.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/emv9QCLbLExRYJfRnbsAqWGzf1c.jpg 2400w\"},className:\"framer-1ugphdf\",\"data-framer-name\":\"On fait simple\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-oj6aju\",\"data-framer-name\":\"Wrapper\",children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO0F3ZXNvbWUgSGVhdGhlciBSZWd1bGFy\",\"--framer-font-family\":'\"Awesome Heather Regular\", \"Awesome Heather Regular Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-letter-spacing\":\"-0.7px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"On fait simple : du v\\xe9g\\xe9tal, une vraie dose de plaisir, des ingr\\xe9dients clean et un savoir-faire local\"})}),className:\"framer-hpk09m\",fonts:[\"CUSTOM;Awesome Heather Regular\"],transformTemplate:transformTemplate2,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-upvki\",\"data-framer-name\":\"D\\xe9co gauche\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1nog5l\",\"data-framer-name\":\"Swirl\",opacity:1,radius:0,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 68 53\"><path d=\"M 5.113 35.27 C -0.717 35.998 7.086 43.577 9.717 44.078 C 16.287 45.33 25.488 44.942 32.14 43.878 C 46.781 41.535 53.247 19.828 47.956 6.84 C 41.507 -8.989 14.211 28.296 23.932 42.877 C 30.822 53.212 56.696 52.155 64.573 44.278\" fill=\"transparent\" stroke-width=\"5\" stroke=\"var(--token-1bdf4f8a-bf3f-4c28-99d6-f6879b8943e6, rgb(245, 255, 51)) /* {&quot;name&quot;:&quot;Jaune p\\xe9tant&quot;} */\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path></svg>',svgContentId:12000865712,withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-16py80g\",\"data-framer-name\":\"D\\xe9co droite\",style:{rotate:194},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1ghmbb8\",\"data-framer-name\":\"Swirl\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 68 53\"><path d=\"M 5.113 35.27 C -0.717 35.998 7.086 43.577 9.717 44.078 C 16.287 45.33 25.488 44.942 32.14 43.878 C 46.781 41.535 53.247 19.828 47.956 6.84 C 41.507 -8.989 14.211 28.296 23.932 42.877 C 30.822 53.212 56.696 52.155 64.573 44.278\" fill=\"transparent\" stroke-width=\"5\" stroke=\"var(--token-1bdf4f8a-bf3f-4c28-99d6-f6879b8943e6, rgb(245, 255, 51)) /* {&quot;name&quot;:&quot;Jaune p\\xe9tant&quot;} */\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path></svg>',svgContentId:12000865712,withExternalLayout:true})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-50052\"})]}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+4530),pixelHeight:1600,pixelWidth:2400,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/emv9QCLbLExRYJfRnbsAqWGzf1c.jpg\",srcSet:\"https://framerusercontent.com/images/emv9QCLbLExRYJfRnbsAqWGzf1c.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/emv9QCLbLExRYJfRnbsAqWGzf1c.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/emv9QCLbLExRYJfRnbsAqWGzf1c.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/emv9QCLbLExRYJfRnbsAqWGzf1c.jpg 2400w\"},className:\"framer-1b5aysv\",\"data-framer-name\":\"Valeurs\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-rl1q86\",\"data-framer-name\":\"Wrapper\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:521.5,intrinsicWidth:698.5,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+4530+0+99+338),pixelHeight:1043,pixelWidth:1397,sizes:\"366px\",src:\"https://framerusercontent.com/images/Hi9vqv7r7yo1LmtoaIlX7HNUA.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/Hi9vqv7r7yo1LmtoaIlX7HNUA.png?scale-down-to=512 512w,https://framerusercontent.com/images/Hi9vqv7r7yo1LmtoaIlX7HNUA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/Hi9vqv7r7yo1LmtoaIlX7HNUA.png 1397w\"},className:\"framer-d6mr1e\",\"data-framer-name\":\"Intense\",transformTemplate:transformTemplate1}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0F3ZXNvbWUgSGVhdGhlciBSZWd1bGFy\",\"--framer-font-family\":'\"Awesome Heather Regular\", \"Awesome Heather Regular Placeholder\", sans-serif',\"--framer-font-size\":\"50px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"0.8em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(69, 69, 69)\"},children:\"R\\xe9duit notre impact environnemental\"})}),className:\"framer-198ncj7\",fonts:[\"CUSTOM;Awesome Heather Regular\"],id:\"198ncj7\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-mt86sy\",style:{rotate:120},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-19fb9hl\",\"data-framer-name\":\"Stocks\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 220 95\"><path d=\"M 3.235 87.929 C 3.736 86.176 5.331 84.534 6.291 83.004 C 8.811 78.989 12.023 75.469 14.932 71.741 C 18.499 67.171 21.776 62.114 26.44 58.534 C 27.438 57.768 28.483 57.254 28.723 58.571 C 28.924 59.682 30.261 60.86 30.968 61.666 C 33.43 64.467 35.583 67.513 38.081 70.288 C 43.2 75.977 48.451 81.573 53.494 87.325 C 54.326 88.274 56.352 91.337 57.739 91.646 C 58.254 91.76 58.418 91.183 58.663 90.835 C 60.538 88.165 62.21 85.456 64.248 82.873 C 76.122 67.816 87.866 52.196 101.452 38.61 C 103.548 36.514 105.758 34.522 107.923 32.497 C 108.25 32.191 109.483 30.912 110.017 30.912 C 110.295 30.912 111.112 31.746 111.3 31.893 C 113.278 33.442 115.225 35.009 116.997 36.799 C 125.15 45.03 132.636 54.037 140.429 62.609 C 146.312 69.082 152.173 75.563 157.559 82.458 C 158.363 83.486 159.588 86.447 160.465 84.193 C 161.808 80.739 164.287 77.549 166.143 74.363 C 170.612 66.694 174.677 58.801 179.086 51.1 C 185.351 40.157 192.161 29.409 200.612 20.007 C 201.932 18.539 204.066 17.023 204.951 15.252\" fill=\"transparent\" stroke-width=\"5\" stroke=\"rgb(153, 153, 153)\" stroke-linecap=\"round\" stroke-miterlimit=\"10\"></path><path d=\"M 186.273 16.611 C 186.272 16.611 188.342 15.375 188.877 15.064 C 194.131 12.009 200.03 10.034 205.611 7.687 C 208.776 6.355 212.065 5.242 215.138 3.705 C 216.115 3.217 217.176 2.198 217.176 3.705 C 217.176 6.332 216.715 8.903 216.497 11.517 C 215.932 18.269 215.528 25.093 214.384 31.78 C 213.628 36.2 213.5 40.884 212.083 45.138\" fill=\"transparent\" stroke-width=\"5\" stroke=\"rgb(153, 153, 153)\" stroke-linecap=\"round\" stroke-miterlimit=\"10\"></path></svg>',svgContentId:11122151972,withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0F3ZXNvbWUgSGVhdGhlciBSZWd1bGFy\",\"--framer-font-family\":'\"Awesome Heather Regular\", \"Awesome Heather Regular Placeholder\", sans-serif',\"--framer-font-size\":\"50px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"0.8em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(69, 69, 69)\"},children:\"Favorise l’\\xe9mancipation animale\"})}),className:\"framer-1k3kvet\",fonts:[\"CUSTOM;Awesome Heather Regular\"],id:\"1k3kvet\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-kbh3uj\",style:{rotate:-604},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1ueftlk\",\"data-framer-name\":\"Arrow Right\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 172 51\"><path d=\"M 2.95 26.296 C 49.472 1.089 87.142 -1.462 151.257 33.759\" fill=\"transparent\" stroke-width=\"5\" stroke=\"rgb(153, 153, 153)\" stroke-linecap=\"round\" stroke-miterlimit=\"10\"></path><path d=\"M 140.821 48.074 C 145.625 47.696 150.704 47.645 155.522 47.817 C 156.678 47.859 168.861 48.701 168.726 47.922 C 168.075 44.182 165.806 40.453 164.51 36.906 C 161.862 29.653 159.661 22.529 158.904 14.82 C 158.526 10.962 158.554 7.118 158.336 3.29\" fill=\"transparent\" stroke-width=\"5\" stroke=\"rgb(153, 153, 153)\" stroke-linecap=\"round\" stroke-miterlimit=\"10\"></path></svg>',svgContentId:10414028992,withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0F3ZXNvbWUgSGVhdGhlciBSZWd1bGFy\",\"--framer-font-family\":'\"Awesome Heather Regular\", \"Awesome Heather Regular Placeholder\", sans-serif',\"--framer-font-size\":\"50px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"0.8em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(69, 69, 69)\"},children:\"Fabriqu\\xe9 en France\"})}),className:\"framer-aprj59\",fonts:[\"CUSTOM;Awesome Heather Regular\"],id:\"aprj59\",transformTemplate:transformTemplate3,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-a0akof\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-16a6zqh\",\"data-framer-name\":\"Arrow Right\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 182 51\"><path d=\"M 3.28 25.45 C 29.225 13.545 97.142 -1.462 161.257 33.759\" fill=\"transparent\" stroke-width=\"5\" stroke=\"rgb(153, 153, 153)\" stroke-linecap=\"round\" stroke-miterlimit=\"10\"></path><path d=\"M 150.821 48.074 C 155.625 47.696 160.704 47.645 165.522 47.817 C 166.678 47.859 178.861 48.701 178.726 47.922 C 178.075 44.182 175.806 40.453 174.51 36.906 C 171.862 29.653 169.661 22.529 168.904 14.82 C 168.526 10.962 168.554 7.118 168.336 3.29\" fill=\"transparent\" stroke-width=\"5\" stroke=\"rgb(153, 153, 153)\" stroke-linecap=\"round\" stroke-miterlimit=\"10\"></path></svg>',svgContentId:8591411298,withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0F3ZXNvbWUgSGVhdGhlciBSZWd1bGFy\",\"--framer-font-family\":'\"Awesome Heather Regular\", \"Awesome Heather Regular Placeholder\", sans-serif',\"--framer-font-size\":\"50px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"0.8em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(69, 69, 69)\"},children:\"Des ingr\\xe9dients de qualit\\xe9 et une liste courte\"})}),className:\"framer-cfi4ye\",fonts:[\"CUSTOM;Awesome Heather Regular\"],id:\"cfi4ye\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-hhkvlk\",style:{rotate:20},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1maa19r\",\"data-framer-name\":\"Arrow Left\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 184 89\"><path d=\"M 181.45 83.293 C 158.818 26.585 94.889 -55.994 20.228 67.354\" fill=\"transparent\" stroke-width=\"5\" stroke=\"rgb(153, 153, 153)\" stroke-linecap=\"round\" stroke-miterlimit=\"10\"></path><path d=\"M 42.618 76.592 L 3.403 85.921 L 13.987 42.869\" fill=\"transparent\" stroke-width=\"5\" stroke=\"rgb(153, 153, 153)\" stroke-linecap=\"round\" stroke-miterlimit=\"10\"></path></svg>',svgContentId:8612538134,withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0F3ZXNvbWUgSGVhdGhlciBSZWd1bGFy\",\"--framer-font-family\":'\"Awesome Heather Regular\", \"Awesome Heather Regular Placeholder\", sans-serif',\"--framer-font-size\":\"50px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"0.8em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(69, 69, 69)\"},children:\"Encourage une alimentation saine\"})}),className:\"framer-14z8p72\",fonts:[\"CUSTOM;Awesome Heather Regular\"],id:\"14z8p72\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-14g224r\",style:{rotate:103},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-hgyamx\",\"data-framer-name\":\"Arrow Left\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 184 89\"><path d=\"M 181.45 83.293 C 158.818 26.585 94.889 -55.994 20.228 67.354\" fill=\"transparent\" stroke-width=\"5\" stroke=\"rgb(153, 153, 153)\" stroke-linecap=\"round\" stroke-miterlimit=\"10\"></path><path d=\"M 42.618 76.592 L 3.403 85.921 L 13.987 42.869\" fill=\"transparent\" stroke-width=\"5\" stroke=\"rgb(153, 153, 153)\" stroke-linecap=\"round\" stroke-miterlimit=\"10\"></path></svg>',svgContentId:8612538134,withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0F3ZXNvbWUgSGVhdGhlciBSZWd1bGFy\",\"--framer-font-family\":'\"Awesome Heather Regular\", \"Awesome Heather Regular Placeholder\", sans-serif',\"--framer-font-size\":\"50px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"0.8em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(69, 69, 69)\"},children:\"Vraiment gourmand\"})}),className:\"framer-1tr9yxc\",fonts:[\"CUSTOM;Awesome Heather Regular\"],id:\"1tr9yxc\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-or2r4t\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1m61kwl\",\"data-framer-name\":\"Stocks\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 220 95\"><path d=\"M 3.235 87.929 C 3.736 86.176 5.331 84.534 6.291 83.004 C 8.811 78.989 12.023 75.469 14.932 71.741 C 18.499 67.171 21.776 62.114 26.44 58.534 C 27.438 57.768 28.483 57.254 28.723 58.571 C 28.924 59.682 30.261 60.86 30.968 61.666 C 33.43 64.467 35.583 67.513 38.081 70.288 C 43.2 75.977 48.451 81.573 53.494 87.325 C 54.326 88.274 56.352 91.337 57.739 91.646 C 58.254 91.76 58.418 91.183 58.663 90.835 C 60.538 88.165 62.21 85.456 64.248 82.873 C 76.122 67.816 87.866 52.196 101.452 38.61 C 103.548 36.514 105.758 34.522 107.923 32.497 C 108.25 32.191 109.483 30.912 110.017 30.912 C 110.295 30.912 111.112 31.746 111.3 31.893 C 113.278 33.442 115.225 35.009 116.997 36.799 C 125.15 45.03 132.636 54.037 140.429 62.609 C 146.312 69.082 152.173 75.563 157.559 82.458 C 158.363 83.486 159.588 86.447 160.465 84.193 C 161.808 80.739 164.287 77.549 166.143 74.363 C 170.612 66.694 174.677 58.801 179.086 51.1 C 185.351 40.157 192.161 29.409 200.612 20.007 C 201.932 18.539 204.066 17.023 204.951 15.252\" fill=\"transparent\" stroke-width=\"5\" stroke=\"rgb(153, 153, 153)\" stroke-linecap=\"round\" stroke-miterlimit=\"10\"></path><path d=\"M 186.273 16.611 C 186.272 16.611 188.342 15.375 188.877 15.064 C 194.131 12.009 200.03 10.034 205.611 7.687 C 208.776 6.355 212.065 5.242 215.138 3.705 C 216.115 3.217 217.176 2.198 217.176 3.705 C 217.176 6.332 216.715 8.903 216.497 11.517 C 215.932 18.269 215.528 25.093 214.384 31.78 C 213.628 36.2 213.5 40.884 212.083 45.138\" fill=\"transparent\" stroke-width=\"5\" stroke=\"rgb(153, 153, 153)\" stroke-linecap=\"round\" stroke-miterlimit=\"10\"></path></svg>',svgContentId:11122151972,withExternalLayout:true})})]})}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+5568),pixelHeight:2e3,pixelWidth:1600,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/aeQtcBOfdTWGzMzJjS7dxVKeZtI.jpg\",srcSet:\"https://framerusercontent.com/images/aeQtcBOfdTWGzMzJjS7dxVKeZtI.jpg?scale-down-to=1024 819w,https://framerusercontent.com/images/aeQtcBOfdTWGzMzJjS7dxVKeZtI.jpg 1600w\"},className:\"framer-144a0ik\",\"data-framer-name\":\"Pique-nique\"}),/*#__PURE__*/_jsxs(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+6418),pixelHeight:1600,pixelWidth:2400,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/emv9QCLbLExRYJfRnbsAqWGzf1c.jpg\",srcSet:\"https://framerusercontent.com/images/emv9QCLbLExRYJfRnbsAqWGzf1c.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/emv9QCLbLExRYJfRnbsAqWGzf1c.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/emv9QCLbLExRYJfRnbsAqWGzf1c.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/emv9QCLbLExRYJfRnbsAqWGzf1c.jpg 2400w\"},className:\"framer-bvwhsy\",\"data-framer-name\":\"Retrouvez nos affin\\xe9s\",children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-cemq8t\",\"data-framer-name\":\"Wrapper\",children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO0EgTG92ZSBvZiBUaHVuZGVyIFJlZ3VsYXI=\",\"--framer-font-family\":'\"A Love of Thunder Regular\", \"A Love of Thunder Regular Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-letter-spacing\":\"-0.7px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(0, 17, 34)\"},children:\"Retrouvez nos affin\\xe9s chez\"})}),className:\"framer-1gqqhi3\",fonts:[\"CUSTOM;A Love of Thunder Regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-34n3ch\",\"data-framer-name\":\"Logo Monoprix\",fill:\"black\",intrinsicHeight:58,intrinsicWidth:419,svg:'<svg width=\"419\" height=\"58\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M199.302 28.805c0 16.842 8.909 25.47 19.913 25.47 10.992 0 19.907-8.611 19.907-25.47 0-16.858-8.91-25.446-19.907-25.446-10.998 0-19.913 8.605-19.913 25.446Zm4.043-23.93a28.758 28.758 0 1 1 32.039 47.767 28.758 28.758 0 0 1-32.039-47.767Zm-104.948 49.4c-10.992 0-19.896-8.628-19.896-25.47 0-16.841 8.927-25.446 19.896-25.446 10.969 0 19.89 8.588 19.89 25.446 0 16.859-8.904 25.47-19.89 25.47ZM98.495 0a28.759 28.759 0 1 0 .092 57.518A28.759 28.759 0 0 0 98.495 0ZM33.21 43.42 51.53 1.432l8.984-.011v54.734h-8.173V11.291L32.71 56.184h-2.37L10.595 15.53v40.637H5.89V8.852c0-4.078-3.204-5.021-5.89-5.021V1.432h12.804L33.21 43.421Zm143.779-2.277V1.421l4.693.011V57.52h-1.478l-39.061-45.641v44.289h-4.688V8.852c0-4.078-3.209-5.021-5.89-5.021V1.455h12.43l33.994 39.688Zm93.788-12.171a22.623 22.623 0 0 1-5.302-.65V8.145c0-2.378-.3-2.807-.669-3.334l-.05-.072h6.005c6.943 0 12.585 3.503 12.585 11.941 0 9.282-5.714 12.287-12.569 12.292Zm3.481-27.54h-22.852v2.399c2.686 0 5.902.949 5.902 5.021v47.315h8.167v-24.48a41.99 41.99 0 0 0 9.042.627c9.203-.443 17.52-6.097 17.52-15.53 0-9.71-8.185-15.37-17.738-15.37l-.041.018Zm35.753 25.728c1.795.212 3.6.316 5.407.31 6.856 0 12.574-3.013 12.574-11.44 0-8.627-5.637-11.308-12.574-11.308h-6.131c.024.035.05.07.078.107.261.344.646.852.646 3.097V27.16Zm26.631-11.216c0 7.345-6.125 11.694-12.079 13.35 4.125 1.53 6.845 5.413 9.002 9.008 1.8 2.996 10.25 17.876 10.25 17.876h-9.588a912.03 912.03 0 0 1-2.479-4.44l-.008-.016-.004-.005c-2.61-4.689-6.452-11.59-7.61-13.576-4.045-7.065-7.74-7.246-10.128-7.363-.21-.01-.41-.02-.599-.034a196.744 196.744 0 0 1-3.376-.19v25.613h-8.145V8.852c0-4.095-3.209-5.033-5.895-5.033V1.426h22.938c9.795 0 17.721 4.953 17.721 14.518Zm10.406-12.113c2.686 0 5.902.943 5.902 5.021v47.315h8.15V1.432h-14.052v2.399Zm69.833-2.399-18.78 25.228 20.241 29.53h-9.962l-15.415-22.593-16.749 22.593h-5.85l19.827-26.695-16.175-23.617c-1.236-1.725-3.226-2.047-5.073-2.047V1.432h11.861l14.511 21.138 15.726-21.138h5.838Z\" fill=\"#EA0437\"/></svg>',withExternalLayout:true}),/*#__PURE__*/_jsxs(SVG,{className:\"framer-1o1dm2k\",\"data-framer-name\":\"Logo Franprix\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 419.257 81.963\" overflow=\"visible\"><path d=\"M 8.948 18.305 C 8.948 13.456 9.972 9.221 12.021 5.669 C 14.07 2.117 18.783 0.342 26.16 0.342 C 27.526 0.342 28.892 0.342 30.258 0.478 C 31.624 0.615 32.922 0.82 34.151 1.093 L 33.536 12.773 C 32.785 12.499 32.102 12.294 31.351 12.09 C 30.599 11.885 29.916 11.816 29.097 11.816 C 26.911 11.816 25.272 12.294 24.179 13.251 C 23.086 14.207 22.54 16.188 22.54 19.125 L 22.54 21.993 L 32.649 21.993 L 32.649 33.058 L 22.54 33.058 L 22.54 66.595 L 8.948 66.595 L 8.948 33.058 L 0 33.058 L 0 21.993 L 8.948 21.993 Z M 53.959 29.165 C 55.393 26.501 57.101 24.452 59.15 23.018 C 61.199 21.584 63.658 20.901 66.731 20.901 C 67.483 20.901 68.234 20.901 69.054 21.037 C 69.873 21.174 70.556 21.242 71.239 21.379 L 71.239 33.946 C 70.283 33.673 69.327 33.468 68.371 33.332 C 67.414 33.195 66.458 33.058 65.502 33.058 C 60.311 33.058 57.101 34.424 55.803 37.157 C 54.505 39.889 53.891 43.509 53.891 47.948 L 53.891 66.595 L 40.298 66.595 L 40.298 21.993 L 53.891 21.993 L 53.891 29.097 L 54.027 29.097 Z M 95.145 20.901 C 99.107 20.901 102.385 21.379 104.981 22.403 C 107.576 23.428 109.694 24.93 111.196 26.843 C 112.699 28.755 113.792 31.214 114.338 34.083 C 114.953 36.883 115.226 40.162 115.226 43.918 L 115.226 66.595 L 102.727 66.595 L 102.727 60.994 L 102.59 60.994 C 101.088 63.385 99.107 65.092 96.58 66.185 C 94.052 67.278 91.389 67.756 88.588 67.756 C 84.49 67.756 80.87 66.595 77.66 64.204 C 74.45 61.814 72.879 58.467 72.879 53.959 C 72.879 50.134 73.903 47.129 76.021 45.011 C 78.07 42.894 80.597 41.323 83.602 40.298 C 86.607 39.274 89.886 38.727 93.301 38.523 C 96.785 38.386 99.926 38.249 102.727 38.249 C 102.727 35.79 101.907 33.878 100.131 32.375 C 98.355 30.873 96.375 30.19 93.984 30.19 C 91.798 30.19 89.749 30.668 87.905 31.624 C 86.061 32.58 84.353 33.878 82.919 35.517 L 75.747 28.004 C 78.206 25.613 81.143 23.769 84.558 22.608 C 87.974 21.447 91.525 20.832 95.077 20.832 Z M 102.795 49.997 L 102.795 47.06 L 99.448 47.06 C 97.399 47.06 94.599 47.334 91.184 47.948 C 87.769 48.563 86.061 50.407 86.061 53.412 C 86.061 55.052 86.744 56.281 88.11 57.101 C 89.476 57.92 90.911 58.33 92.413 58.33 C 95.077 58.33 97.468 57.647 99.585 56.213 C 101.702 54.779 102.727 52.729 102.727 49.997 Z M 151.29 20.901 C 154.705 20.901 157.505 21.447 159.623 22.608 C 161.74 23.701 163.379 25.135 164.609 27.048 C 165.838 28.96 166.59 31.146 166.999 33.741 C 167.409 36.337 167.614 39.069 167.614 42.074 L 167.614 66.663 L 154.022 66.663 L 154.022 44.806 C 154.022 42.211 153.749 39.684 153.134 37.02 C 152.519 34.356 150.47 33.127 146.919 33.127 C 143.367 33.127 141.181 34.288 140.225 36.61 C 139.269 38.932 138.791 41.528 138.791 44.465 L 138.791 66.663 L 125.198 66.663 L 125.198 21.993 L 138.312 21.993 L 138.312 28.072 L 138.449 28.072 C 139.337 26.296 140.908 24.657 143.094 23.155 C 145.279 21.652 148.011 20.901 151.358 20.901 Z M 204.634 20.901 C 207.913 20.901 210.85 21.515 213.513 22.676 C 216.177 23.769 218.431 25.34 220.344 27.389 C 222.256 29.438 223.69 31.829 224.715 34.698 C 225.808 37.498 226.286 40.64 226.286 43.987 C 226.286 47.06 225.808 50.066 224.852 52.866 C 223.964 55.735 222.598 58.262 220.89 60.448 C 219.182 62.633 217.065 64.409 214.606 65.707 C 212.079 67.073 209.279 67.688 206.137 67.688 C 203.336 67.688 200.741 67.278 198.282 66.39 C 195.823 65.502 193.774 63.999 192.271 61.814 L 192.135 61.814 L 192.135 81.963 L 178.543 81.963 L 178.543 21.993 L 191.042 21.993 L 191.042 27.867 L 191.178 27.867 C 192.271 26.296 193.979 24.725 196.438 23.155 C 198.897 21.584 201.629 20.901 204.702 20.901 Z M 209.893 52.456 C 211.806 50.407 212.762 47.675 212.762 44.26 C 212.762 40.845 211.806 38.249 209.893 36.2 C 207.981 34.151 205.317 33.058 201.902 33.058 C 198.487 33.058 195.823 34.083 193.911 36.2 C 191.998 38.318 191.042 40.981 191.042 44.26 C 191.042 47.538 191.998 50.339 193.911 52.456 C 195.823 54.574 198.487 55.598 201.902 55.598 C 205.317 55.598 207.981 54.574 209.893 52.456 Z M 248.143 29.165 C 249.577 26.501 251.285 24.452 253.334 23.018 C 255.383 21.584 257.842 20.901 260.847 20.901 C 261.667 20.901 262.418 20.901 263.238 21.037 C 264.057 21.174 264.74 21.242 265.423 21.379 L 265.423 33.946 C 264.467 33.673 263.511 33.468 262.555 33.332 C 261.598 33.195 260.574 33.058 259.617 33.058 C 254.495 33.058 251.285 34.424 249.987 37.157 C 248.689 39.889 248.006 43.509 248.006 47.948 L 248.006 66.595 L 234.482 66.595 L 234.482 21.993 L 248.006 21.993 L 248.006 29.097 L 248.279 29.097 Z M 283.797 2.322 C 285.299 3.893 286.051 5.737 286.051 7.991 C 286.051 10.245 285.299 12.021 283.797 13.592 C 282.294 15.163 280.45 15.914 278.264 15.914 C 276.078 15.914 274.234 15.163 272.663 13.592 C 271.092 12.021 270.341 10.177 270.341 7.991 C 270.341 5.806 271.092 3.825 272.663 2.322 C 274.234 0.82 276.078 0 278.264 0 C 280.45 0 282.294 0.751 283.797 2.322 Z M 271.434 21.993 L 285.026 21.993 L 285.026 66.595 L 271.434 66.595 Z M 324.163 42.757 L 341.102 66.595 L 325.119 66.595 L 315.421 51.705 L 305.107 66.595 L 289.261 66.595 L 306.678 42.757 L 291.925 21.993 L 308.044 21.993 L 315.83 34.083 L 323.344 21.993 L 338.438 21.993 L 324.095 42.757 Z M 417.191 49.178 C 415.62 52.866 413.503 56.076 410.771 58.808 C 408.039 61.54 404.828 63.658 401.14 65.297 C 397.452 66.936 393.559 67.688 389.46 67.688 C 385.362 67.688 381.401 66.868 377.712 65.297 C 374.024 63.726 370.814 61.54 368.082 58.808 C 365.35 56.076 363.164 52.866 361.661 49.178 C 360.09 45.558 359.407 41.596 359.612 37.43 C 359.749 35.039 360.227 32.785 361.115 30.599 C 362.003 28.414 363.232 26.501 364.803 24.862 C 366.374 23.223 368.218 21.925 370.336 20.969 C 372.453 20.013 374.844 19.534 377.371 19.534 C 379.693 19.534 381.811 19.944 383.928 20.832 C 386.045 21.72 387.821 22.881 389.46 24.452 C 391.1 22.881 392.944 21.72 394.993 20.832 C 397.042 19.944 399.228 19.534 401.55 19.534 C 404.077 19.534 406.399 20.013 408.517 20.969 C 410.634 21.925 412.478 23.223 414.049 24.862 C 415.62 26.501 416.85 28.414 417.738 30.599 C 418.626 32.717 419.172 34.971 419.24 37.43 C 419.377 41.664 418.694 45.558 417.191 49.178 Z M 389.392 17.827 C 386.865 17.827 384.543 17.349 382.425 16.324 C 380.376 15.3 378.532 14.002 377.029 12.363 C 375.527 10.723 374.434 8.879 373.683 6.694 C 372.863 4.576 372.59 2.391 372.726 0.137 C 375.595 -0.137 378.737 0.546 382.152 2.117 C 385.567 3.688 387.958 6.557 389.392 10.792 C 390.826 6.557 393.217 3.688 396.632 2.117 C 400.047 0.546 403.189 -0.137 406.058 0.137 C 406.194 2.391 405.785 4.576 405.033 6.694 C 404.282 8.811 403.189 10.723 401.687 12.363 C 400.184 14.002 398.408 15.3 396.291 16.324 C 394.173 17.349 391.919 17.827 389.392 17.827 Z\" fill=\"rgb(232,88,37)\"></path></svg>',withExternalLayout:true,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-dxjzj6\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 34.151 66.253\" overflow=\"visible\"><path d=\"M 8.948 17.964 C 8.948 13.114 9.972 8.879 12.021 5.328 C 14.07 1.776 18.783 0 26.16 0 C 27.526 0 28.892 0 30.258 0.137 C 31.624 0.273 32.922 0.478 34.151 0.751 L 33.536 12.431 C 32.785 12.158 32.102 11.953 31.351 11.748 C 30.599 11.543 29.916 11.475 29.097 11.475 C 26.911 11.475 25.272 11.953 24.179 12.909 C 23.086 13.865 22.54 15.846 22.54 18.783 L 22.54 21.652 L 32.649 21.652 L 32.649 32.717 L 22.54 32.717 L 22.54 66.253 L 8.948 66.253 L 8.948 32.717 L 0 32.717 L 0 21.652 L 8.948 21.652 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-dkihwc\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 30.941 45.694\" overflow=\"visible\"><path d=\"M 13.66 8.265 C 15.095 5.601 16.802 3.552 18.851 2.117 C 20.901 0.683 23.359 0 26.433 0 C 27.184 0 27.936 0 28.755 0.137 C 29.575 0.273 30.258 0.342 30.941 0.478 L 30.941 13.046 C 29.985 12.773 29.029 12.568 28.072 12.431 C 27.116 12.294 26.16 12.158 25.204 12.158 C 20.013 12.158 16.802 13.524 15.505 16.256 C 14.207 18.988 13.592 22.608 13.592 27.048 L 13.592 45.694 L 0 45.694 L 0 1.093 L 13.592 1.093 L 13.592 8.196 L 13.729 8.196 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-15i4c21\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 42.347 46.924\" overflow=\"visible\"><path d=\"M 22.267 0.068 C 26.228 0.068 29.507 0.546 32.102 1.571 C 34.698 2.595 36.815 4.098 38.318 6.011 C 39.82 7.923 40.913 10.382 41.46 13.251 C 42.074 16.051 42.347 19.33 42.347 23.086 L 42.347 45.763 L 29.848 45.763 L 29.848 40.162 L 29.712 40.162 C 28.209 42.552 26.228 44.26 23.701 45.353 C 21.174 46.446 18.51 46.924 15.71 46.924 C 11.611 46.924 7.991 45.763 4.781 43.372 C 1.571 40.981 0 37.635 0 33.127 C 0 29.302 1.025 26.296 3.142 24.179 C 5.191 22.062 7.718 20.491 10.723 19.466 C 13.729 18.442 17.007 17.895 20.422 17.69 C 23.906 17.554 27.048 17.417 29.848 17.417 C 29.848 14.958 29.029 13.046 27.253 11.543 C 25.477 10.04 23.496 9.357 21.105 9.357 C 18.92 9.357 16.871 9.836 15.027 10.792 C 13.182 11.748 11.475 13.046 10.04 14.685 L 2.869 7.172 C 5.328 4.781 8.265 2.937 11.68 1.776 C 15.095 0.615 18.647 0 22.198 0 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-7w8xxj\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 16.734 11.27\" overflow=\"visible\"><path d=\"M 16.734 2.937 L 16.734 0 L 13.387 0 C 11.338 0 8.538 0.273 5.123 0.888 C 1.708 1.503 0 3.347 0 6.352 C 0 7.991 0.683 9.221 2.049 10.04 C 3.415 10.86 4.849 11.27 6.352 11.27 C 9.016 11.27 11.407 10.587 13.524 9.153 C 15.641 7.718 16.666 5.669 16.666 2.937 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-rgcx0d\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 42.416 45.763\" overflow=\"visible\"><path d=\"M 26.092 0 C 29.507 0 32.307 0.546 34.424 1.708 C 36.542 2.8 38.181 4.235 39.41 6.147 C 40.64 8.06 41.391 10.245 41.801 12.841 C 42.211 15.436 42.416 18.168 42.416 21.174 L 42.416 45.763 L 28.824 45.763 L 28.824 23.906 C 28.824 21.31 28.55 18.783 27.936 16.119 C 27.321 13.456 25.272 12.226 21.72 12.226 C 18.168 12.226 15.983 13.387 15.027 15.71 C 14.07 18.032 13.592 20.627 13.592 23.564 L 13.592 45.763 L 0 45.763 L 0 1.093 L 13.114 1.093 L 13.114 7.172 L 13.251 7.172 C 14.139 5.396 15.71 3.757 17.895 2.254 C 20.081 0.751 22.813 0 26.16 0 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-fv0wea\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 47.743 61.062\" overflow=\"visible\"><path d=\"M 26.092 0 C 29.37 0 32.307 0.615 34.971 1.776 C 37.635 2.869 39.889 4.44 41.801 6.489 C 43.714 8.538 45.148 10.928 46.172 13.797 C 47.265 16.597 47.743 19.739 47.743 23.086 C 47.743 26.16 47.265 29.165 46.309 31.966 C 45.421 34.834 44.055 37.361 42.347 39.547 C 40.64 41.733 38.523 43.509 36.064 44.806 C 33.536 46.172 30.736 46.787 27.594 46.787 C 24.794 46.787 22.198 46.377 19.739 45.489 C 17.281 44.601 15.231 43.099 13.729 40.913 L 13.592 40.913 L 13.592 61.062 L 0 61.062 L 0 1.093 L 12.499 1.093 L 12.499 6.967 L 12.636 6.967 C 13.729 5.396 15.436 3.825 17.895 2.254 C 20.354 0.683 23.086 0 26.16 0 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-14gvhaq\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 21.72 22.54\" overflow=\"visible\"><path d=\"M 18.851 19.398 C 20.764 17.349 21.72 14.617 21.72 11.202 C 21.72 7.786 20.764 5.191 18.851 3.142 C 16.939 1.093 14.275 0 10.86 0 C 7.445 0 4.781 1.025 2.869 3.142 C 0.956 5.259 0 7.923 0 11.202 C 0 14.48 0.956 17.281 2.869 19.398 C 4.781 21.515 7.445 22.54 10.86 22.54 C 14.275 22.54 16.939 21.515 18.851 19.398 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-lbr76m\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 30.941 45.694\" overflow=\"visible\"><path d=\"M 13.66 8.265 C 15.095 5.601 16.802 3.552 18.851 2.117 C 20.901 0.683 23.359 0 26.365 0 C 27.184 0 27.936 0 28.755 0.137 C 29.575 0.273 30.258 0.342 30.941 0.478 L 30.941 13.046 C 29.985 12.773 29.029 12.568 28.072 12.431 C 27.116 12.294 26.092 12.158 25.135 12.158 C 20.013 12.158 16.802 13.524 15.505 16.256 C 14.207 18.988 13.524 22.608 13.524 27.048 L 13.524 45.694 L 0 45.694 L 0 1.093 L 13.524 1.093 L 13.524 8.196 L 13.797 8.196 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-14bm1df\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 15.71 15.914\" overflow=\"visible\"><path d=\"M 13.456 2.322 C 14.958 3.893 15.71 5.737 15.71 7.991 C 15.71 10.245 14.958 12.021 13.456 13.592 C 11.953 15.163 10.109 15.914 7.923 15.914 C 5.737 15.914 3.893 15.163 2.322 13.592 C 0.751 12.021 0 10.177 0 7.991 C 0 5.806 0.751 3.825 2.322 2.322 C 3.893 0.82 5.737 0 7.923 0 C 10.109 0 11.953 0.751 13.456 2.322 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-zvynn8\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 13.592 44.601\" overflow=\"visible\"><path d=\"M 0 0 L 13.592 0 L 13.592 44.601 L 0 44.601 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-v46v7b\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 51.842 44.601\" overflow=\"visible\"><path d=\"M 34.903 20.764 L 51.842 44.601 L 35.859 44.601 L 26.16 29.712 L 15.846 44.601 L 0 44.601 L 17.417 20.764 L 2.664 0 L 18.783 0 L 26.57 12.09 L 34.083 0 L 49.178 0 L 34.834 20.764 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-bbx0lk\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 59.681 48.153\" overflow=\"visible\"><path d=\"M 57.614 29.643 C 56.043 33.332 53.926 36.542 51.194 39.274 C 48.462 42.006 45.252 44.123 41.563 45.763 C 37.875 47.402 33.982 48.153 29.884 48.153 C 25.785 48.153 21.824 47.334 18.136 45.763 C 14.447 44.192 11.237 42.006 8.505 39.274 C 5.773 36.542 3.587 33.332 2.085 29.643 C 0.514 26.023 -0.169 22.062 0.035 17.895 C 0.172 15.505 0.65 13.251 1.538 11.065 C 2.426 8.879 3.655 6.967 5.226 5.328 C 6.797 3.688 8.642 2.391 10.759 1.434 C 12.876 0.478 15.267 0 17.794 0 C 20.116 0 22.234 0.41 24.351 1.298 C 26.469 2.186 28.244 3.347 29.884 4.918 C 31.523 3.347 33.367 2.186 35.416 1.298 C 37.465 0.41 39.651 0 41.973 0 C 44.5 0 46.823 0.478 48.94 1.434 C 51.057 2.391 52.902 3.688 54.472 5.328 C 56.043 6.967 57.273 8.879 58.161 11.065 C 59.049 13.182 59.595 15.436 59.663 17.895 C 59.8 22.13 59.117 26.023 57.614 29.643 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1sy0uh7\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 33.391 17.749\" overflow=\"visible\"><path d=\"M 16.699 17.749 C 14.172 17.749 11.85 17.271 9.732 16.246 C 7.683 15.222 5.839 13.924 4.337 12.285 C 2.834 10.646 1.741 8.801 0.99 6.616 C 0.17 4.498 -0.103 2.313 0.034 0.059 C 2.902 -0.214 6.044 0.469 9.459 2.04 C 12.874 3.61 15.265 6.479 16.699 10.714 C 18.134 6.479 20.524 3.61 23.939 2.04 C 27.355 0.469 30.496 -0.214 33.365 0.059 C 33.502 2.313 33.092 4.498 32.341 6.616 C 31.589 8.733 30.496 10.646 28.994 12.285 C 27.491 13.924 25.715 15.222 23.598 16.246 C 21.481 17.271 19.227 17.749 16.699 17.749 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-fv0dk3\",\"data-framer-name\":\"Couleur\"})]}),/*#__PURE__*/_jsxs(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+6862.4),pixelHeight:1600,pixelWidth:2400,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/emv9QCLbLExRYJfRnbsAqWGzf1c.jpg\",srcSet:\"https://framerusercontent.com/images/emv9QCLbLExRYJfRnbsAqWGzf1c.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/emv9QCLbLExRYJfRnbsAqWGzf1c.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/emv9QCLbLExRYJfRnbsAqWGzf1c.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/emv9QCLbLExRYJfRnbsAqWGzf1c.jpg 2400w\"},className:\"framer-1ni8mxz\",\"data-framer-name\":\"Carte\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-7lfxst\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-t8x6fl\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+6862.4+0+0),pixelHeight:2e3,pixelWidth:1164,sizes:`max(${componentViewport?.width||\"100vw\"} / 2.6, 1px)`,src:\"https://framerusercontent.com/images/oUdbM8DjJ2mm1NIWCwgoKFInXSQ.jpg\",srcSet:\"https://framerusercontent.com/images/oUdbM8DjJ2mm1NIWCwgoKFInXSQ.jpg?scale-down-to=1024 595w,https://framerusercontent.com/images/oUdbM8DjJ2mm1NIWCwgoKFInXSQ.jpg 1164w\"},className:\"framer-19xzdug\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1461s3p\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-8qsmcp-container\",\"data-framer-name\":\"Google Maps\",isAuthoredByUser:true,isModuleExternal:true,name:\"Google Maps\",nodeId:\"UKLfaH0qk\",scopeId:\"vTNqgbIXn\",children:/*#__PURE__*/_jsx(Embed,{height:\"100%\",html:\"https://www.google.com/maps/d/embed?mid=1awMd1ylgjhouuWWbYL4gfL9qMp1TQi8&ehbc=2E312F\",id:\"UKLfaH0qk\",layoutId:\"UKLfaH0qk\",name:\"Google Maps\",radius:\"0px\",style:{height:\"100%\",width:\"100%\"},type:\"url\",url:\"https://www.google.com/maps/d/embed?mid=1awMd1ylgjhouuWWbYL4gfL9qMp1TQi8\",width:\"100%\",zoom:1})})})})]})]}),/*#__PURE__*/_jsxs(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+7562.4),pixelHeight:1600,pixelWidth:2400,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/emv9QCLbLExRYJfRnbsAqWGzf1c.jpg\",srcSet:\"https://framerusercontent.com/images/emv9QCLbLExRYJfRnbsAqWGzf1c.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/emv9QCLbLExRYJfRnbsAqWGzf1c.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/emv9QCLbLExRYJfRnbsAqWGzf1c.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/emv9QCLbLExRYJfRnbsAqWGzf1c.jpg 2400w\"},className:\"framer-15uwy7f\",\"data-framer-name\":\"Instagram\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1du6yi\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-2p1et2\",\"data-framer-name\":\"Wrapper\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-4rjft3\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO0F3ZXNvbWUgSGVhdGhlciBSZWd1bGFy\",\"--framer-font-family\":'\"Awesome Heather Regular\", \"Awesome Heather Regular Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-letter-spacing\":\"-0.7px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Suivez-nous 👋\"})}),className:\"framer-1dhih40\",fonts:[\"CUSTOM;Awesome Heather Regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-f281j9\",children:[/*#__PURE__*/_jsx(Link,{href:\"https://www.instagram.com/lesnouveauxaffineurs/\",motionChild:true,nodeId:\"Y52KFsw_M\",scopeId:\"vTNqgbIXn\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-13l07os framer-ipfh61\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-tk66oq-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"dGKpS7wK_\",scopeId:\"vTNqgbIXn\",children:/*#__PURE__*/_jsx(Iconoir,{color:\"rgb(255, 255, 255)\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"Instagram\",id:\"dGKpS7wK_\",layoutId:\"dGKpS7wK_\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.facebook.com/LesNouveauxAffineurs\",motionChild:true,nodeId:\"RFoWcCv_r\",scopeId:\"vTNqgbIXn\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-109rdxr framer-ipfh61\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-k8q4da-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"W8Z0fg6c_\",scopeId:\"vTNqgbIXn\",children:/*#__PURE__*/_jsx(Iconoir,{color:\"rgb(255, 255, 255)\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"FacebookSquared\",id:\"W8Z0fg6c_\",layoutId:\"W8Z0fg6c_\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.linkedin.com/company/lesnouveauxaffineurs/\",motionChild:true,nodeId:\"wwXajBaAA\",scopeId:\"vTNqgbIXn\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1r2s8dj framer-ipfh61\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-14li81s-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"k8JFI3SAH\",scopeId:\"vTNqgbIXn\",children:/*#__PURE__*/_jsx(Iconoir,{color:\"rgb(255, 255, 255)\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"LinkedIn\",id:\"k8JFI3SAH\",layoutId:\"k8JFI3SAH\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-a65u7i\",\"data-framer-name\":\"Images\",children:[/*#__PURE__*/_jsx(Link,{href:\"https://www.instagram.com/lesnouveauxaffineurs/\",motionChild:true,nodeId:\"SgKvjk7Ae\",scopeId:\"vTNqgbIXn\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1ymmswx framer-ipfh61\",\"data-framer-name\":\"Vid\\xe9o\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-6438nu-container\",\"data-framer-name\":\"Insta 1\",isAuthoredByUser:true,isModuleExternal:true,name:\"Insta 1\",nodeId:\"UjhP12cJK\",scopeId:\"vTNqgbIXn\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:30,bottomLeftRadius:30,bottomRightRadius:30,controls:false,height:\"100%\",id:\"UjhP12cJK\",isMixedBorderRadius:false,layoutId:\"UjhP12cJK\",loop:true,muted:true,name:\"Insta 1\",objectFit:\"fill\",playing:true,poster:\"https://framerusercontent.com/images/l8qys3Z365BDdPbYzHYwZ2NBbI.jpg\",posterEnabled:true,srcFile:\"https://framerusercontent.com/assets/ODtnfT1MmaI7Xa3dkuuqYE6OMNQ.mp4\",srcType:\"Upload\",srcUrl:\"https://framerusercontent.com/assets/MLWPbW1dUQawJLhhun3dBwpgJak.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:30,topRightRadius:30,volume:25,width:\"100%\"})})})})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.instagram.com/lesnouveauxaffineurs/\",motionChild:true,nodeId:\"cNj24FpjR\",scopeId:\"vTNqgbIXn\",children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fit\",intrinsicHeight:960,intrinsicWidth:540,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+7562.4+37.5+0+175+0),pixelHeight:1440,pixelWidth:812,positionX:\"center\",positionY:\"center\",sizes:\"254px\",src:\"https://framerusercontent.com/images/DigcGytF9cAhxv9eCv5RBHgfM.webp?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/DigcGytF9cAhxv9eCv5RBHgfM.webp?scale-down-to=1024 577w,https://framerusercontent.com/images/DigcGytF9cAhxv9eCv5RBHgfM.webp 812w\"},className:\"framer-bsyrt2 framer-ipfh61\",\"data-framer-name\":\"Insta 3\"})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.instagram.com/lesnouveauxaffineurs/\",motionChild:true,nodeId:\"IHepzAevj\",scopeId:\"vTNqgbIXn\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1ais3zv framer-ipfh61\",\"data-framer-name\":\"Vid\\xe9o\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1noa5je-container\",\"data-framer-name\":\"Insta 3\",isAuthoredByUser:true,isModuleExternal:true,name:\"Insta 3\",nodeId:\"vBKvOIg6v\",scopeId:\"vTNqgbIXn\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:30,bottomLeftRadius:30,bottomRightRadius:30,controls:false,height:\"100%\",id:\"vBKvOIg6v\",isMixedBorderRadius:false,layoutId:\"vBKvOIg6v\",loop:true,muted:true,name:\"Insta 3\",objectFit:\"fill\",playing:true,poster:\"https://framerusercontent.com/images/fWvAapBDylopjmQpCb002XP17VY.jpg\",posterEnabled:true,srcFile:\"https://framerusercontent.com/assets/cPRW9XUhdxOTIGNfW5o08co.webm\",srcType:\"Upload\",srcUrl:\"https://framerusercontent.com/assets/MLWPbW1dUQawJLhhun3dBwpgJak.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:30,topRightRadius:30,volume:25,width:\"100%\"})})})})})]})]})]}),/*#__PURE__*/_jsxs(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+8262.4),pixelHeight:1600,pixelWidth:2400,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/emv9QCLbLExRYJfRnbsAqWGzf1c.jpg\",srcSet:\"https://framerusercontent.com/images/emv9QCLbLExRYJfRnbsAqWGzf1c.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/emv9QCLbLExRYJfRnbsAqWGzf1c.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/emv9QCLbLExRYJfRnbsAqWGzf1c.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/emv9QCLbLExRYJfRnbsAqWGzf1c.jpg 2400w\"},className:\"framer-122z3vh\",\"data-framer-name\":\"Contact\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-cabncy\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-18pksze\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-52i34l\",\"data-framer-name\":\"Contact\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO0EgTG92ZSBvZiBUaHVuZGVyIFJlZ3VsYXI=\",\"--framer-font-family\":'\"A Love of Thunder Regular\", \"A Love of Thunder Regular Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-letter-spacing\":\"-0.7px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Contactez-nous\\xa0!\"})}),className:\"framer-59g89g\",fonts:[\"CUSTOM;A Love of Thunder Regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-ts5q43\",\"data-framer-name\":\"Column\",children:/*#__PURE__*/_jsx(FormContainer,{action:\"https://api.framer.com/forms/v1/forms/2732c169-8e88-4cd1-af83-abfbe0ec7791/submit\",className:\"framer-2ui1ec\",nodeId:\"iPHUtY6hh\",children:formState=>/*#__PURE__*/_jsxs(_Fragment,{children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1giw3xx\",children:[/*#__PURE__*/_jsxs(\"label\",{className:\"framer-15tmpwj\",\"data-framer-name\":\"Nom\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-248y0q\",\"data-styles-preset\":\"S_BNzaWEg\",children:\"Nom\"})}),className:\"framer-1gdeq1i\",\"data-framer-name\":\"Label\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-1idjg43\",inputName:\"Nom\",placeholder:\"Helena\",type:\"text\"})]}),/*#__PURE__*/_jsxs(\"label\",{className:\"framer-9bpwg\",\"data-framer-name\":\"Email\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-248y0q\",\"data-styles-preset\":\"S_BNzaWEg\",children:\"Email\"})}),className:\"framer-bcpn2a\",\"data-framer-name\":\"Label\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-1c64fv5\",inputName:\"Email\",placeholder:\"helena@gmail.com\",required:true,type:\"email\"})]})]}),/*#__PURE__*/_jsxs(\"label\",{className:\"framer-kr8phe\",\"data-framer-name\":\"Message\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-248y0q\",\"data-styles-preset\":\"S_BNzaWEg\",children:\"Message\"})}),className:\"framer-1mkhqw8\",\"data-framer-name\":\"Label\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-pkdbqs\",inputName:\"Message\",placeholder:\"Votre message...\",required:true,type:\"textarea\"})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,width:`min(max(${componentViewport?.width||\"100vw\"} / 1.625, 1px), 400px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-5zssv7-container\",nodeId:\"lz75fS_nm\",scopeId:\"vTNqgbIXn\",children:/*#__PURE__*/_jsx(Button,{height:\"100%\",id:\"lz75fS_nm\",layoutId:\"lz75fS_nm\",style:{height:\"100%\",width:\"100%\"},type:\"submit\",variant:formVariants(formState,{pending:\"gqY7xiHAZ\",success:\"bp8NqAoeD\"},\"GZ5c5AkyV\"),width:\"100%\"})})})]})})})]}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+8262.4+0+0),pixelHeight:2e3,pixelWidth:1333,sizes:`max(${componentViewport?.width||\"100vw\"} / 2.6, 1px)`,src:\"https://framerusercontent.com/images/OfprkGasOQfhSjSVROywIvLlz8.jpg\",srcSet:\"https://framerusercontent.com/images/OfprkGasOQfhSjSVROywIvLlz8.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/OfprkGasOQfhSjSVROywIvLlz8.jpg 1333w\"},className:\"framer-1dycgt0\"})]})]}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+8862.4),pixelHeight:1600,pixelWidth:2400,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/emv9QCLbLExRYJfRnbsAqWGzf1c.jpg\",srcSet:\"https://framerusercontent.com/images/emv9QCLbLExRYJfRnbsAqWGzf1c.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/emv9QCLbLExRYJfRnbsAqWGzf1c.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/emv9QCLbLExRYJfRnbsAqWGzf1c.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/emv9QCLbLExRYJfRnbsAqWGzf1c.jpg 2400w\"},className:\"framer-8xdv4s\",\"data-framer-name\":\"Une marque de Jay & Joy\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1umxaku\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-u52mi7\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-kire5e\",\"data-framer-name\":\"Logo LNA\",fill:\"black\",intrinsicHeight:141,intrinsicWidth:186,svg:'<svg data-name=\"Layer 2\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 185.51 141.27\"><g data-name=\"Layer 1\"><path style=\"fill:none\" d=\"m94.99 125.48 18.77-11.36-18.77 11.36zM10.78 77.75l8.88 5.38-8.88-5.38zm121.13-57.17c.77-1.07 1.29-2.45 1.83-3.65-.25-.34-3.72.09-4.35.23-5.27 1.11-8.31 4.08-11.87 7.31l6.31 4.05c3.14-2.39 6.34-5.52 8.08-7.94Zm-15.32 11.86L111 28.86c.21 1.44.5 2.86.87 4.21 1.61.08 3.19-.17 4.72-.63Zm2.16-14.25c1.29-3.38 1.09-7.46-1.1-10.39-1.88 1.08-3.38 3.17-4.4 5.07-1.22 2.26-1.96 4.77-2.32 7.38l4.86 3.12c1.05-1.71 2.28-3.36 2.97-5.17Zm42.56 67.18 12.59-7.62-12.59 7.62zm-93.45 26.9 21.84 13.21-21.84-13.21z\"/><path d=\"M185.51 75.89c0 1.19-.13 11.74-4.58 14.49l-17.39 10.51c-.74-5.17-1.49-10.34-2.23-15.53l12.59-7.62c3.19-1.97 3.19-6.6 0-8.57l-16.37-10.5c-.31-2.3-.63-4.65-1.03-6.99-.14-.86-.3-1.7-.48-2.53l24.19 15.51c.25.16.52.35.79.55l1.09.59c2.27 1.4 3.41 4.79 3.41 10.07v.02Zm-48.35 31.67c-.73-2.1-1.23-4.13-1.5-6.14-.28 1.49-.55 2.97-.82 4.43l-.19 1.04c0 .08-.02.19-.03.29-.04.43-.09 1.01-.22 1.7-.06.32-.14.65-.24.97-1.27 4.03-4.92 6.8-9.1 6.9-3.89.14-7.96-.85-11.3-2.63l-18.78 11.36c-1.62 1-3.67 1-5.29 0l-21.84-13.21c-3.42-.27-6.21-1.29-8.46-3.1-.58-.47-1.11-.98-1.59-1.53-3.62 1.73-8.51 3.95-14.3 3.95-1.2 0-2.4-.1-3.56-.29l50.26 28.76a8.2 8.2 0 0 0 8.61-.02l42.8-25.88c-2.03-1.69-3.54-3.91-4.45-6.6ZM20.69 98.84c-.65-1.62-1.48-4.11-1.28-7.09.07-2.85.15-5.73.25-8.63l-8.88-5.37c-3.19-1.97-3.19-6.6 0-8.57l10.61-6.8c.2-1.71.37-3.48.52-5.19.11-1.19.22-2.39.35-3.59L5.03 64.65C1.98 66.55.15 69.81.13 73.4c-.2 4.35-.68 14.55 3.25 16.98l18.31 10.48c-.31-.54-.6-1.1-.87-1.7-.04-.09-.09-.2-.13-.32Zm29.44-54.89 39.56-25.37a5.073 5.073 0 0 1 4.75-.29c.18.08.37.18.54.28l7.51 4.82c.08-2.72.47-5.35 1.13-7.84l-5.51-3.53-.05-.03c-3.36-2.08-7.55-2.08-10.95.03l-41.1 26.35c1.53 1.39 3.07 3.21 4.12 5.58Z\" style=\"fill:#fff;isolation:isolate;opacity:.2\"/><path d=\"M41.8 35.33c-5.26-3.32-11.95-1.95-15.56 3.15-.06.09-.12.18-.17.25-1.06 1.61-1.73 3.17-2.03 4.75-.15.74-.31 1.47-.47 2.21-.36 1.67-.74 3.4-1.01 5.23 0 .07-.02.15-.03.23-.1.82-.19 1.64-.27 2.45l23.75-15.23c-1.61-1.46-3.21-2.44-4.21-3.05Zm107.07 82.13c1.23.25 2.91.6 4.74.6 2.93 0 5.39-.89 7.3-2.65 4-3.68 3.37-8.92 3.07-11.44l-.03-.2c-.14-.96-.28-1.92-.41-2.87l-21.94 13.27c1.97 1.64 4.42 2.77 7.26 3.3Zm-108.99-6.17h.05l-18.24-10.44c4.86 8.47 14.4 9.88 18.18 10.43Zm76.71-78.85c-1.53.46-3.11.7-4.72.63a35.25 35.25 0 0 1-.87-4.21L94.98 18.59c-.18-.11-.36-.2-.54-.28a5.073 5.073 0 0 0-4.75.29L32.2 55.46 10.77 69.2c-3.19 1.97-3.19 6.6 0 8.57l8.88 5.37 48.2 29.15 21.84 13.21c1.62 1 3.67 1 5.29 0l18.78-11.36 47.55-28.76 12.59-7.62c3.19-1.97 3.19-6.6 0-8.57l-44.61-28.61-12.7-8.15Zm-3.34-19.57c1.02-1.9 2.53-3.99 4.4-5.07 2.19 2.93 2.38 7.01 1.1 10.39-.69 1.81-1.92 3.46-2.97 5.17l1.74 1.12c3.55-3.23 6.6-6.2 11.87-7.31.63-.13 4.1-.57 4.35-.23-.53 1.2-1.06 2.58-1.83 3.65-1.74 2.42-4.93 5.55-8.08 7.94l32.19 20.64c-.38-1.81-.81-3.55-1.24-5.25-.29-1.16-.6-2.37-.84-3.46-1.63-7.75-8.12-10.92-10.9-12.28-.12-.06-.25-.12-.39-.18-1.78-.76-3.6-.9-5.3-.74.44-.53.84-1.05 1.2-1.54 1.14-1.59 1.87-3.28 2.4-4.51.09-.2.17-.39.26-.59 1.18-2.66.85-5.78-.87-8.13-2.88-3.94-7.4-3.55-9.32-3.39-.99.08-2.44.26-3.3.44l-.54.12c-.57-2.33-1.58-4.51-2.98-6.38a8.19 8.19 0 0 0-10.63-2.19c-3.66 2.11-6.11 5.66-7.51 8.26-1.04 1.92-1.84 4.01-2.43 6.22l7.3 4.68c.36-2.6 1.11-5.12 2.32-7.38Z\" style=\"fill:#003040\"/><path d=\"m94.99 18.58 16.02 10.27c-.41-2.83-.47-5.77-.08-8.61l-7.3-4.68c-.66 2.48-1.05 5.11-1.13 7.84l-7.51-4.82Zm18.77 95.54c3.33 1.78 7.4 2.77 11.3 2.63 4.18-.1 7.83-2.87 9.1-6.9.1-.32.18-.66.24-.97.13-.69.18-1.27.22-1.7 0-.11.02-.21.03-.29l.19-1.04c.27-1.46.54-2.95.82-4.43.28 2.01.77 4.04 1.5 6.14.91 2.69 2.42 4.91 4.45 6.6l21.94-13.27c-.74-5.17-1.49-10.34-2.23-15.53l-47.55 28.76h-.01Zm5.48-82.7c-.86.4-1.75.74-2.65 1.02l12.7 8.15L173.9 69.2l-16.37-10.5c-.31-2.3-.63-4.65-1.03-6.99-.14-.86-.3-1.7-.48-2.53l-32.19-20.64c-1.61 1.23-3.21 2.26-4.6 2.9v-.02ZM57.8 107.64c.48.55 1.01 1.06 1.59 1.53 2.25 1.81 5.04 2.83 8.46 3.1l-48.2-29.15c-.11 2.9-.18 5.78-.25 8.63-.2 2.98.64 5.47 1.28 7.09.04.11.09.22.13.32.27.6.56 1.16.87 1.7l18.24 10.44c1.17.19 2.37.29 3.56.29 5.8 0 10.68-2.22 14.3-3.95h.02ZM21.39 62.38l-10.61 6.8 21.43-13.74L89.7 18.58 50.14 43.95c-1.05-2.36-2.59-4.19-4.12-5.58L22.27 53.6c-.12 1.21-.24 2.41-.35 3.59-.16 1.71-.32 3.47-.52 5.19h-.01Zm92.88-34.86c.47-.41.87-.94 1.34-1.35.66-.57 1.3-1.14 1.92-1.7l-1.74-1.12c-.46.75-.89 1.52-1.22 2.31-.1.23-.85 1.88-.29 1.86Z\" style=\"fill:#003040\"/><path d=\"M28.28 95.7c-.47-1.18-.83-2.36-.71-3.65.24-9.55.47-18.99 1.89-28.44.47-3.86.71-7.73 1.18-11.59.35-2.36.94-4.72 1.42-7.08.12-.64.47-1.29.83-1.82 1.06-1.5 2.95-2.04 4.6-.97 3.19 1.93 5.78 4.08 5.78 8.05.12 3.54.35 7.19.24 10.73-.71 7.73-1.42 15.45-2.01 23.18-.24 1.93-.35 3.86-.35 5.79 0 2.25.59 2.79 3.19 2.58 3.66-.21 7.2 0 10.15 2.25.47.43 1.06.86 1.42 1.39.71.86.71 1.82 0 2.68-.24.43-.59.86-1.06 1.07-4.25 2.04-8.73 4.08-13.69 3.22-5.19-.75-10.5-2.15-12.87-7.4h-.01Zm34.46 3.11c-.12-2.04-.47-4.18-.47-6.22 0-13.52 1.06-26.83 2.95-40.13v-.54c.47-4.94 3.07-5.04 6.85-3.97 1.18.32 2.24.86 3.42 1.18 1.53.54 2.71 1.5 3.66 2.79 2.12 3.11 3.9 6.44 5.31 9.98 2.24 5.15 4.25 10.3 6.37 15.45 2.12 5.04 3.3 4.72 3.78.21.24-3.22.35-6.22.59-9.23.59-7.19 1.3-14.49 2.01-21.68.59-5.79 2.48-5.26 7.44-4.72 2.24.21 3.42 1.39 4.01 3.33.71 2.47 1.06 5.04.83 7.73-.94 11.7-1.77 23.5-2.71 35.3-.35 3.65-1.06 7.3-2.36 10.84-.94 2.58-2.71 3.76-5.9 3.86-6.26.43-10.39-1.93-12.75-6.87-2.24-4.94-5.08-9.44-7.08-14.59-2.83-6.97-3.78-3.65-3.9-1.82-.35 5.47-.83 10.94-1.18 16.42-.12 2.15-.47 4.18-1.06 6.22-.35 1.07-1.06 1.61-2.36 1.72-5.43.11-7.2-2.04-7.44-5.26Zm82.16 6.01c-.71-2.04-1.18-4.08-1.3-6.22-.24-3.11-.71-6.33-1.18-9.44-4.25.54-8.73.32-12.75.75-1.18 5.04-2.12 10.3-3.07 15.45-.12.64-.12 1.29-.24 1.93-.24.75-.83 1.18-1.53 1.18-4.96.21-10.86-2.79-10.51-5.69 2.01-12.66-.12-3 16.05-61.05 1.06-4.83 7.32-7.08 9.09-6.33 3.07 1.5 5.78 3.22 6.49 6.65.83 3.65 1.89 7.19 2.48 10.84.71 4.18 1.18 8.37 1.77 12.55 1.89 13.09 3.78 26.29 5.67 39.38.59 4.94-.24 5.58-5.43 4.51-2.95-.54-4.72-2.04-5.55-4.51h.01Zm-6.5-52.9c-2.01 9.34-3.78 18.13-6.14 27.47l8.85-.21c-.59-7.19-1.18-14.38-2.71-27.25Z\" style=\"fill:#fff\"/></g></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO0F3ZXNvbWUgSGVhdGhlciBSZWd1bGFy\",\"--framer-font-family\":'\"Awesome Heather Regular\", \"Awesome Heather Regular Placeholder\", sans-serif',\"--framer-font-size\":\"31px\",\"--framer-letter-spacing\":\"-0.44px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(115, 115, 115)\"},children:\"une marque de\"})}),className:\"framer-1koe9xz\",fonts:[\"CUSTOM;Awesome Heather Regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1t0hyqa\",\"data-framer-name\":\"Logo Jay and Joy\",fill:\"black\",intrinsicHeight:132,intrinsicWidth:546,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 545.68 132.17\"><g data-name=\"Calque 2\"><path d=\"M59.93 79.58c-.41-3.79-1.34-12.86-1.51-18-.8-4.63-1.17-13.54-3.61-29.88-1.32-6.22-2.61-17.39-4.15-21.59-.55-1.52-.4-3.46-1.35-4.76-.2-.28-.74-.29-.94-.55 0-.26-.06-.53-.08-.79l-1.43-1.87c-.63-.44-1.39-.26-2.13-.64C43.67 1 42.29 0 40.84 0c-.51.36-1.56.1-2.29.24-3.55.64-11.2-.72-12.36 2.53-.77 2.16 1.18 5.91 1.74 7.37s.19 2.66.64 4.19c.84 2.87 1.8 6 2.69 8.87.61 2 .73 4 1.51 5.71a15.5 15.5 0 0 1 .63 3.32c.24 1.08 2.26 9.79 2.31 10.68.17 2.29.57 4.18 1 8.73.17 2 .65 4.13.63 5.22.44 2 .94 14.1.89 14.86.25 6.44-.17 16.92-.21 18-.1 5-.93 9.27-4.88 11.55a56.92 56.92 0 0 1-5.79 2.54 20.77 20.77 0 0 1-9.26-.34c-5.73-1.79-7.22-4.77-11.16-2.22L5 103.42a4.94 4.94 0 0 1-1.18.87 15.45 15.45 0 0 0-3.12 4.43 12 12 0 0 0 1.53 10.94C4.08 122 11 125 15.7 126.32a52.68 52.68 0 0 0 17.46-.55c5.73-1.35 11-2.76 18.22-8a16.65 16.65 0 0 0 5.68-7c4.08-7.93 3.77-18.16 3.3-23.54-.17-1.95 0-3.57-.43-7.65Zm184.35-58.52c1.37-1.58 3.1-2.78 4.35-4.51.61-.82 1.21-1.64 1.83-2.46v-1.82c0-.1.29-.47.15-.79-1.15-2.62-3.51-2.94-5.7-4.51-3.56-2.56-8.79-6.92-14.41-4-1.68.88-2.8 2.85-3.89 4.35-.58.81-1.75 1.34-2.29 2.14a35.36 35.36 0 0 1-3.49 4.35c-1.46 1.61-3.09 2.84-4.35 4.68l-1.11.87c-3 4.62-6.87 8.39-10.06 12.83l-1.59 1.42c-1.45 2.07-2.89 4-4.35 6.1-1 1.41-2.23 2.42-3.17 4-1 1.06-2.06 2.11-3.09 3.17a27.79 27.79 0 0 1-2 3.09h-.08c-2.91-7.59-3.9-16.45-6.65-24.08-.09-.63-.17-1.27-.24-1.89-.83-2.28-1-4.68-1.74-6.82-1.3-3.84-1.25-13.12-3.89-15-1-.7-3.41-1-4.91-1h-2.29c-1-.36-1.74-.09-2.94-.32a46.81 46.81 0 0 0-8-.63c-2.11.82-3.29-.52-4.27 1.9-.35.84 1.09 5.23 1.34 6.18.13 1.29.26 2.58.4 3.87.56 1.87 1.66 5.55 2 7.4.7 3.4 1.75 7.21 1.75 7.6.36 1.53 3.2 12.69 3.26 13.27.35 1.11 2 9.27 2.45 10.38l.24 2.37c.61 1.58.48 3.41 1 5.23a35.22 35.22 0 0 1 1.58 7.21c.13 2 1 6.29 1 8.7 0 1.92-.79 8.93-.79 10.72-.19 6-1.17 13-1.64 23.57-.25 5.66-1.39 15.87 1.19 20.3 1.79 3.07 10.88 2.58 14.73 2.54 1 0 2.67 1 4 .47 3.76-1.36 3.12-7.4 3.57-12.43 0-.5 1.48-12.82 1.49-13.09.26-3 .51-7.06 1.36-9.66v-3c.49-1.45.39-3.76.71-5.23.05-1.19.1-2.38.16-3.56.66-1.86.49-4.73 1.11-6.26.07-.79.15-1.59.23-2.38 2.64-5.87 7.1-10.72 11.41-15.2 1.3-1.35 2.15-3.19 3.48-4.51l1-.56a30.93 30.93 0 0 0 2.13-2.53l2.46-2.38a80.72 80.72 0 0 1 6.65-8.55c4.3-5.15 9.66-9.28 13.86-14.57.79-1 2.12-1.82 2.85-2.85a48.21 48.21 0 0 1 3.2-4.12Zm-96.16 77.07c-.8-3.8-1.55-7.48-2-10.89a28.24 28.24 0 0 0-.86-3.24c-.08-.9-2-9.93-2.93-13.14a29 29 0 0 0-1-4.29c-.36-1-1.48-6.79-1.74-7.59-.7-2.2-3.25-15.59-4.44-19.65-.81-2.8-.83-5.15-1.81-7.52a29.83 29.83 0 0 1-.87-3.57c-1.93-8.28-2.16-11.46-3.33-12.42-2-1.64-9.82-.64-10.37-.72-1-.2-5 0-5.55-.08-1-.19-2.41.18-3.32-.08l-2.78.16a3.26 3.26 0 0 0-1.5-.4c-.71.74-2.24.86-2.69 1.83-.89 1.91-1.55 3.77-2.22 5.62l-.24 2.14c-.18.58-.79 1.22-1 1.9-1.53 4.59-2.67 8.84-4 13.3-.56 1.93-5.73 18.42-7.76 24.71-2.46 7.61-6.12 17.4-7.3 20.81-.53 1.53-6.45 16.07-5.69 18.23a10.77 10.77 0 0 0 5.3 6.18c1.43.72 3.45-.13 5.23.39 3.16.94 8-.07 10.37-1.5 1.58-1 1.71-2.15 2.53-4 .69-1.5 3.8-13.43 4.6-15.6 1.25-.83 14.74.06 15.68-.24s2 .48 3.16.48c1.32 3.19 2.56 6.66 3.64 10 .63 1.89.46 4.07 1.59 5.39a13.6 13.6 0 0 0 6.57 3.72h1.19a11.89 11.89 0 0 0 5.55.48c2.69.76 7.47.39 8.79-1.59.57-.86.21-2.58.23-3.72a25.28 25.28 0 0 0-1.03-5.1Zm-28.3-31.08c-.88 1.68-10.41.8-11.16-.24 0-3.34 3.12-12.46 3.53-13.85a110.05 110.05 0 0 1 3.12-10.85h.55c1 3.91 3.66 18 3.65 19.72-.01 1.1 1.19 4.03.31 5.22Zm176.79 1c-1.31-.78-6.4-.65-8-.24h-2.69c-1.51.42-11.84.46-14.1.63-4.72.36-7.43-3.07-8.32-6.65a9.4 9.4 0 0 1 .47-3.6 4.45 4.45 0 0 1 2.85-2.81c.77 0 1.51-.39 2.27-.39.93.05 1.89.49 2.81.54 2.87 1 3.14 4.23 5 5.31 3.54 2.06 7.76-.83 9.19-3.16a12.65 12.65 0 0 0 1.19-3.89c.63-3.47-1.15-5.41-2.77-6.73a37.4 37.4 0 0 0-6.56-3.47 45.75 45.75 0 0 0-13.17-1.91c-.43.3-1.19 0-1.82.15a38.88 38.88 0 0 0-4.75 1.12c-2.38 1-6.93 3.72-9.21 8a18.87 18.87 0 0 0-1.93 9.6c.14 2 1.74 5.57 2 6.36-.63 1-5.33 3.88-7.67 13.49a17.94 17.94 0 0 0 .06 9 22 22 0 0 0 3.54 6.87c1.43 1.8 5.3 5.1 7.6 5.94l4.68.87c.58 0 5.7.75 8.1.7 5.59-.1 12-1.58 14.54-3.55 3.7-2.86 5.93-7.22 7.29-12.2.8-2.88.26-6.43 1.35-9 .75-1.72 5.68-1.86 7.05-3.8 1-1.4 3.24-5.9 1-7.23ZM270 90a5.9 5.9 0 0 1-4.7 1.13c-2.94-.28-5.31-1.21-6.14-3.31-.7-1-.74-4.06-.25-5.48 1.68-5 5.09-4.34 6.09-4.34 6.91-.15 8.67 8.23 5 12Zm88-84.23c-.73-.13-2.1-.63-2.93-.87-1.77-.49-3.6.19-4.91-.07l-.55-.4h-5.79c-.67.64-1.54.5-2.05 1.34-.78 1.3-.72 3.21-.95 4.92.08.44-.14 3.37-.14 7.1-.74 7.27-1 14.14-1 15.6 0 .83-.88 13.74-.88 14.58-.42 6.83-1.61 21.08-2.25 28.06-.75 8.57-.53 15.57-3.42 20.7a9 9 0 0 1-10.06 3.68 52.4 52.4 0 0 1-9.28-4.41c-2.15-1.23-4.28-2.72-6.34-2-4.65 1.68-8.42 11.31-9.82 16.32-.7 2.51 2.69 5.29 4 6.09l2.93 1.91c.59.26 3.65 1.69 4.6 2.22 2.92 1.61 6.14 2.3 9.58 3.08a49.47 49.47 0 0 0 16.4.64c4.48-1.32 9-2.89 12.5-5.31.69-.79 3.75-3.41 4.28-4.27a37.7 37.7 0 0 0 2.84-4.6c3.44-8.14 3.63-17.74 4.61-27.24.45-4.5 2-29.76 2.3-33.83 0-.63.78-10.32.78-11 .32-3.6.73-9.2 1.1-10.73 0-.85.47-4.85.47-5.71.47-4.06 1.41-10.23-1.1-14.41-.92-1.39-3.17-1.03-4.92-1.39ZM544.2 10c-1.4-.89-3.18-.29-5.21-.71-2.5-.52-5.91-.81-8.63-1.34-.68 0-1.38 0-2.06.08-1-.17-3.16-1-4.44-.48-2.07.78-6.3 7.3-7.6 9.43-1.56 2.54-4 4.73-5.7 7.12-3.56 4.9-7.72 9.28-11.64 13.83-1.9 2.2-6.62 9.45-10 9.42-1.32-3.5-3.2-7.27-4.52-10.85-1.7-4.63-3.13-9.79-4.82-14.65-1.35-3.85-1.47-10.72-4.2-13-2-1.68-9.22-2.91-14.51-3.4a36.71 36.71 0 0 0-6.32.4A3.91 3.91 0 0 0 452 7.36a8 8 0 0 0-.48 5.3c1.18 3.41 3 6.48 4.19 9.67.42 1.09.45 2 .87 3.09 1.46 3.62 3.15 7.34 4.84 10.84 1 2 1.15 4.18 2 6.42.61 1.11 1.23 2.22 1.82 3.32.27.79.53 1.59.8 2.38 1 2.43 1.53 4.72 2.44 7.37 1.12 3.21 2.8 6.69 3.57 10.21s-.3 15.88-.39 16.65c0 1.58-.5 5.13-.48 6.72-.19 2.4-.31 6.8-.69 10.16 0 1.75-.5 8.65-.57 9.71 0 .12-1 10.28 1 12.91l2.7 1.5c1.5.54 11.67.42 13.22 0h3.88c4.9-1.1 3.47-5.76 4.91-10.21v-2c.49-5.91 1.29-17.54 1.5-18.37a23.77 23.77 0 0 0 .48-5.3c0-.08.63-8.18.63-9.19.24-.84.13-3.42.72-5.14a27 27 0 0 1 6.18-9.11c1-1.45 2.84-3.7 3.87-5.15 1.26-1.78 6.1-6.91 8.16-9.66a101.7 101.7 0 0 0 6.9-8.24 50 50 0 0 0 4.62-5.24 15.85 15.85 0 0 0 2.53-3l.18-.22c.33-.37 4-4.61 5.37-6.27l.18-.21c2.1-2.51 7.67-10 8.22-11 1-1.84.44-4.43-.97-5.3Zm-97.27 37.58c-.85-1.68-1.23-2.84-2.23-4.74-2.48-4.76-10.85-11.24-16.15-13.31-2.09-.82-5.08-.65-7.59-1a10.57 10.57 0 0 1-4.76.15 12.71 12.71 0 0 0-2.55.4l-1.41-.25-5.07.49c-3.53.84-7.86 2-10.61 3.72-2.39 1.52-4.6 3.57-6.81 5.3a20.4 20.4 0 0 0-3.82 4.5c-.38.37-1.17 1.71-1.57 2.08a23.38 23.38 0 0 1-1.29 2.31 55.78 55.78 0 0 0-3.07 6.64c-.95 2.37-1.53 4.64-2.08 6.48-.61 2-.67 3.95-1.15 5.77-1.12 4.28-1 11.65-.79 15.84.24 4.91.14 9 1.19 13 .18 1.19.36 2.38.55 3.57a25.83 25.83 0 0 0 3.09 5.07c4 6.16 7.37 9.24 14.79 12s16.58 2.7 19 2.1c1-.24 10.59-1.11 13.7-2.45 8.18-3.52 13.38-9.68 17.45-18.2 1.69-3.56 2.7-10.8 3.24-14.21a84 84 0 0 0 .77-11.94 125 125 0 0 0-1.07-15.73 32.5 32.5 0 0 0-1.76-7.59Zm-22.34 39.68c-1.61 3.41-3.55 6-6.57 7.07-1.84.63-5.56 1.8-8.32 1.4-4.08-.57-5.81-2.21-7.68-4.58-2.21-2.84-2.23-7.54-2.61-11.88a24.36 24.36 0 0 1 .39-5.86c.31-1.69.51-5 1.21-8.83 1.19-5.07 2-6.78 4.65-9.87a12.82 12.82 0 0 1 6.42-3.71c1.21-.18 2.59-.27 3.81-.45a15.18 15.18 0 0 1 6.64 1.72c3.76 2.18 4.28 9.78 4.28 16 0 6.73-.05 14.45-2.22 18.99Z\" style=\"fill:#fc0;fill-rule:evenodd\" data-name=\"logo_final\\xa0Image\"/></g></svg>',withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"15px\",\"--framer-letter-spacing\":\"-0.07px\",\"--framer-text-color\":\"rgb(140, 140, 140)\"},children:\"Jay & Joy • 400 rue des Longues Raies, 60610 Lacroix-Saint-Ouen\"})}),className:\"framer-1mg0083\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"15px\",\"--framer-letter-spacing\":\"-0.07px\",\"--framer-text-color\":\"rgb(140, 140, 140)\"},children:\"Cr\\xe9dit photos et vid\\xe9os : Studio Jakobsson&Zill\\xe9n\"})}),className:\"framer-1b8k8vz\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-k2tMy.framer-ipfh61, .framer-k2tMy .framer-ipfh61 { display: block; }\",\".framer-k2tMy.framer-es395x { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1200px; }\",\".framer-k2tMy .framer-52ugmj { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 50px; height: 70vh; justify-content: center; overflow: visible; padding: 80px 0px 0px 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-k2tMy .framer-5qmwdp { aspect-ratio: 1.68 / 1; bottom: -150px; flex: none; height: var(--framer-aspect-ratio-supported, 300px); left: 50%; overflow: visible; position: absolute; transform: translateX(-50%); width: 504px; will-change: var(--framer-will-change-effect-override, transform); z-index: 3; }\",\".framer-k2tMy .framer-92ozpe { flex: none; height: 530px; overflow: hidden; position: relative; width: 100%; z-index: 0; }\",\".framer-k2tMy .framer-ih0vdv, .framer-k2tMy .framer-1du6yi { background-color: var(--token-f4916522-86ff-4f29-93d5-15c609b84316, #95cbe3); flex: none; height: 100%; left: calc(50.00000000000002% - 100% / 2); mix-blend-mode: multiply; overflow: hidden; position: absolute; top: calc(50.00000000000002% - 100% / 2); width: 100%; }\",\".framer-k2tMy .framer-5noaip { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 530px; justify-content: center; left: calc(50.00000000000002% - 1200px / 2); overflow: visible; padding: 100px 0px 0px 0px; position: absolute; top: calc(50.00000000000002% - 530px / 2); width: 1200px; }\",\".framer-k2tMy .framer-1wdxd6k { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 50px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-k2tMy .framer-a11dn9 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-k2tMy .framer-1yj7b1e, .framer-k2tMy .framer-vztp1h { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; z-index: 1; }\",\".framer-k2tMy .framer-swhtab, .framer-k2tMy .framer-11q91h6 { flex: none; height: 106px; position: relative; width: 104px; }\",\".framer-k2tMy .framer-12jtneh, .framer-k2tMy .framer-1dhih40, .framer-k2tMy .framer-1koe9xz { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-k2tMy .framer-15k41zk { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-k2tMy .framer-ea9v1p { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-text-wrap: balance; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-k2tMy .framer-1ovmxoz, .framer-k2tMy .framer-34n3ch { aspect-ratio: 7.224137931034483 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 58px); position: relative; width: 419px; }\",\".framer-k2tMy .framer-1ixjh3g, .framer-k2tMy .framer-1o1dm2k { height: 82px; position: relative; width: 420px; }\",\".framer-k2tMy .framer-6zl6y5, .framer-k2tMy .framer-dxjzj6 { height: 67px; left: 0px; position: absolute; top: 1px; width: 34px; }\",\".framer-k2tMy .framer-ujj389, .framer-k2tMy .framer-dkihwc { height: 46px; left: 41px; position: absolute; top: 21px; width: 31px; }\",\".framer-k2tMy .framer-1hd4204, .framer-k2tMy .framer-15i4c21 { height: 47px; left: 73px; position: absolute; top: 21px; width: 43px; }\",\".framer-k2tMy .framer-sxl2or, .framer-k2tMy .framer-7w8xxj { height: 12px; left: 86px; position: absolute; top: 47px; width: 17px; }\",\".framer-k2tMy .framer-so4mvt, .framer-k2tMy .framer-rgcx0d { height: 46px; left: 125px; position: absolute; top: 21px; width: 43px; }\",\".framer-k2tMy .framer-1paz1jx, .framer-k2tMy .framer-fv0wea { height: 61px; left: 179px; position: absolute; top: 21px; width: 48px; }\",\".framer-k2tMy .framer-yexl95, .framer-k2tMy .framer-14gvhaq { height: 23px; left: 191px; position: absolute; top: 33px; width: 22px; }\",\".framer-k2tMy .framer-pdncvj, .framer-k2tMy .framer-lbr76m { height: 46px; left: 235px; position: absolute; top: 21px; width: 31px; }\",\".framer-k2tMy .framer-1hzwrco, .framer-k2tMy .framer-14bm1df { height: 16px; left: 271px; position: absolute; top: 0px; width: 16px; }\",\".framer-k2tMy .framer-1nnl3yt, .framer-k2tMy .framer-zvynn8 { height: 45px; left: 272px; position: absolute; top: 22px; width: 14px; }\",\".framer-k2tMy .framer-j47eus, .framer-k2tMy .framer-v46v7b { height: 45px; left: 290px; position: absolute; top: 22px; width: 52px; }\",\".framer-k2tMy .framer-199qw4m, .framer-k2tMy .framer-bbx0lk { height: 48px; left: 360px; position: absolute; top: 20px; width: 60px; }\",\".framer-k2tMy .framer-1k8mk9q, .framer-k2tMy .framer-1sy0uh7 { height: 18px; left: 373px; position: absolute; top: 0px; width: 34px; }\",\".framer-k2tMy .framer-155igvm { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 450px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-k2tMy .framer-ni4i2b { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 53px; height: 450px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1200px; z-index: 1; }\",\".framer-k2tMy .framer-1truip8 { flex: none; height: 53px; overflow: hidden; position: relative; width: 68px; }\",\".framer-k2tMy .framer-17nzssk { flex: none; height: 63px; left: calc(48.529411764705905% - 61px / 2); position: absolute; top: calc(56.60377358490568% - 63px / 2); width: 61px; }\",\".framer-k2tMy .framer-185j978 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-text-wrap: balance; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 75%; word-break: break-word; word-wrap: break-word; }\",\".framer-k2tMy .framer-17xzg5n { flex: none; height: 54px; overflow: hidden; position: relative; width: 69px; }\",\".framer-k2tMy .framer-378tjq { flex: none; height: 63px; left: calc(49.27536231884061% - 61px / 2); position: absolute; top: calc(57.407407407407426% - 63px / 2); width: 61px; }\",\".framer-k2tMy .framer-m94sez, .framer-k2tMy .framer-fv0dk3 { background-color: var(--token-66ac4f39-0976-46aa-b668-59b326ad8db7, #85b67b); flex: none; height: 100%; left: calc(50.00000000000002% - 100% / 2); mix-blend-mode: multiply; overflow: hidden; position: absolute; top: calc(50.00000000000002% - 100% / 2); width: 100%; z-index: 0; }\",\".framer-k2tMy .framer-5t6p66, .framer-k2tMy .framer-1pxkfol, .framer-k2tMy .framer-saquti { flex: none; height: 800px; overflow: hidden; position: sticky; top: 0px; width: 100%; z-index: 1; }\",\".framer-k2tMy .framer-1a6a1o8, .framer-k2tMy .framer-1d2w8t1, .framer-k2tMy .framer-rz53r0, .framer-k2tMy .framer-7lfxst { flex: none; height: 100%; left: calc(50.00000000000002% - 100% / 2); mix-blend-mode: multiply; overflow: hidden; position: absolute; top: calc(50.00000000000002% - 100% / 2); width: 100%; }\",\".framer-k2tMy .framer-1e9cvx6, .framer-k2tMy .framer-mlrplp, .framer-k2tMy .framer-zdkgs2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 0px; height: 800px; justify-content: center; left: calc(50.00000000000002% - 1200px / 2); overflow: hidden; padding: 0px; position: absolute; top: calc(50.00000000000002% - 800px / 2); width: 1200px; }\",\".framer-k2tMy .framer-5bdfuk, .framer-k2tMy .framer-1pwz5q0, .framer-k2tMy .framer-wzgde5, .framer-k2tMy .framer-120iu62, .framer-k2tMy .framer-1xntfa8, .framer-k2tMy .framer-t04f6i { flex: none; height: 800px; overflow: hidden; position: relative; width: 50%; }\",\".framer-k2tMy .framer-yeo7h4, .framer-k2tMy .framer-umyq3d, .framer-k2tMy .framer-q70fpx { flex: none; height: 90%; left: calc(50.00000000000002% - 90% / 2); overflow: hidden; position: absolute; top: calc(50.00000000000002% - 90% / 2); width: 90%; }\",\".framer-k2tMy .framer-1ugphdf { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 450px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-k2tMy .framer-oj6aju { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 450px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1200px; z-index: 1; }\",\".framer-k2tMy .framer-hpk09m { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-text-wrap: balance; flex: none; height: auto; left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); white-space: pre-wrap; width: 75%; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-k2tMy .framer-upvki { bottom: 71px; flex: none; height: 54px; left: 197px; overflow: hidden; position: absolute; width: 69px; z-index: 1; }\",\".framer-k2tMy .framer-1nog5l { flex: none; height: 53px; left: calc(49.27536231884061% - 68px / 2); position: absolute; top: calc(46.29629629629632% - 53px / 2); width: 68px; }\",\".framer-k2tMy .framer-16py80g { flex: none; height: 53px; left: 941px; overflow: hidden; position: absolute; top: 78px; width: 68px; z-index: 1; }\",\".framer-k2tMy .framer-1ghmbb8 { flex: none; height: 53px; left: calc(50.00000000000002% - 68px / 2); position: absolute; top: calc(49.056603773584925% - 53px / 2); width: 68px; }\",\".framer-k2tMy .framer-50052 { background-color: var(--token-255cefba-2ee7-4307-9c95-84a1cd29f109, #de93b0); flex: none; height: 100%; left: calc(50.00000000000002% - 100% / 2); mix-blend-mode: multiply; overflow: hidden; position: absolute; top: calc(50.00000000000002% - 100% / 2); width: 100%; z-index: 0; }\",\".framer-k2tMy .framer-1b5aysv { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 1038px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-k2tMy .framer-rl1q86 { flex: none; height: 840px; overflow: hidden; position: relative; width: 1200px; }\",\".framer-k2tMy .framer-d6mr1e { aspect-ratio: 1.339405560882071 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 274px); left: 50%; overflow: visible; position: absolute; top: 338px; transform: translateX(-50%); width: 366px; z-index: 1; }\",\".framer-k2tMy .framer-198ncj7 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-text-wrap: balance; flex: none; height: auto; left: 360px; position: absolute; top: 1px; white-space: pre-wrap; width: 346px; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-k2tMy .framer-mt86sy { flex: none; height: 95px; left: 420px; overflow: hidden; position: absolute; top: 164px; width: 220px; z-index: 1; }\",\".framer-k2tMy .framer-19fb9hl, .framer-k2tMy .framer-1m61kwl { flex: none; height: 95px; left: calc(50.00000000000002% - 220px / 2); position: absolute; top: calc(49.473684210526336% - 95px / 2); width: 220px; }\",\".framer-k2tMy .framer-1k3kvet { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-text-wrap: balance; flex: none; height: auto; left: 693px; position: absolute; top: 84px; white-space: pre-wrap; width: 276px; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-k2tMy .framer-kbh3uj { flex: none; height: 52px; left: 709px; overflow: hidden; position: absolute; top: 263px; width: 182px; z-index: 1; }\",\".framer-k2tMy .framer-1ueftlk { flex: none; height: 51px; left: calc(52.74725274725277% - 172px / 2); position: absolute; top: calc(50.00000000000002% - 51px / 2); width: 172px; }\",\".framer-k2tMy .framer-aprj59 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-text-wrap: balance; flex: none; height: auto; left: 68px; position: absolute; top: 48%; transform: translateY(-50%); white-space: pre-wrap; width: 166px; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-k2tMy .framer-a0akof { flex: none; height: 52px; left: 239px; overflow: hidden; position: absolute; top: calc(46.904761904761926% - 52px / 2); width: 182px; z-index: 1; }\",\".framer-k2tMy .framer-16a6zqh { flex: none; height: 51px; left: calc(50.00000000000002% - 182px / 2); position: absolute; top: calc(50.00000000000002% - 51px / 2); width: 182px; }\",\".framer-k2tMy .framer-cfi4ye { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-text-wrap: balance; bottom: 177px; flex: none; height: auto; left: 844px; position: absolute; white-space: pre-wrap; width: 262px; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-k2tMy .framer-hhkvlk { flex: none; height: 89px; left: 810px; overflow: hidden; position: absolute; top: calc(54.64285714285716% - 89px / 2); width: 184px; z-index: 1; }\",\".framer-k2tMy .framer-1maa19r, .framer-k2tMy .framer-hgyamx { flex: none; height: 89px; left: calc(50.00000000000002% - 184px / 2); position: absolute; top: calc(49.43820224719103% - 89px / 2); width: 184px; }\",\".framer-k2tMy .framer-14z8p72 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-text-wrap: balance; bottom: 0px; flex: none; height: auto; left: 319px; position: absolute; white-space: pre-wrap; width: 423px; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-k2tMy .framer-14g224r { bottom: 74px; flex: none; height: 89px; left: 655px; overflow: hidden; position: absolute; width: 184px; z-index: 1; }\",\".framer-k2tMy .framer-1tr9yxc { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-text-wrap: balance; bottom: 176px; flex: none; height: auto; left: 96px; position: absolute; white-space: pre-wrap; width: 166px; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-k2tMy .framer-or2r4t { bottom: 218px; flex: none; height: 95px; left: 266px; overflow: hidden; position: absolute; width: 220px; z-index: 1; }\",\".framer-k2tMy .framer-144a0ik { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 85vh; justify-content: center; overflow: hidden; padding: 20px; position: relative; width: 100%; z-index: 1; }\",\".framer-k2tMy .framer-bvwhsy { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 150px; position: relative; width: 100%; z-index: 1; }\",\".framer-k2tMy .framer-cemq8t { -webkit-user-select: none; align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; user-select: none; width: 1200px; z-index: 1; }\",\".framer-k2tMy .framer-1gqqhi3 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-text-wrap: balance; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 70%; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-k2tMy .framer-1ni8mxz { flex: none; height: 700px; overflow: hidden; position: relative; width: 100%; z-index: 2; }\",\".framer-k2tMy .framer-t8x6fl { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 700px; justify-content: center; left: calc(50.00000000000002% - 100% / 2); overflow: hidden; padding: 0px; position: absolute; top: calc(50.00000000000002% - 700px / 2); width: 100%; z-index: 1; }\",\".framer-k2tMy .framer-19xzdug { flex: 5 0 0px; height: 700px; overflow: hidden; position: relative; width: 1px; }\",\".framer-k2tMy .framer-1461s3p { flex: 8 0 0px; height: 700px; overflow: hidden; position: relative; width: 1px; z-index: 1; }\",\".framer-k2tMy .framer-8qsmcp-container { flex: none; height: 767px; left: calc(49.966147596479374% - 100% / 2); position: absolute; top: -67px; width: 100%; z-index: 2; }\",\".framer-k2tMy .framer-15uwy7f { flex: none; height: 700px; overflow: hidden; position: relative; width: 100%; z-index: 1; }\",\".framer-k2tMy .framer-2p1et2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: center; left: 50%; overflow: hidden; padding: 0px; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 1200px; }\",\".framer-k2tMy .framer-4rjft3 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-k2tMy .framer-f281j9 { align-content: center; align-items: center; align-self: stretch; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: auto; }\",\".framer-k2tMy .framer-13l07os { flex: none; height: 73px; overflow: hidden; position: relative; text-decoration: none; width: 71px; }\",\".framer-k2tMy .framer-tk66oq-container { aspect-ratio: 1 / 1; bottom: 0px; flex: none; left: 49%; position: absolute; top: 0px; transform: translateX(-50%); width: var(--framer-aspect-ratio-supported, 73px); }\",\".framer-k2tMy .framer-109rdxr, .framer-k2tMy .framer-1r2s8dj { flex: none; height: 73px; overflow: hidden; position: relative; text-decoration: none; width: 70px; }\",\".framer-k2tMy .framer-k8q4da-container, .framer-k2tMy .framer-14li81s-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 73px); left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-k2tMy .framer-a65u7i { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 50px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 90%; }\",\".framer-k2tMy .framer-1ymmswx, .framer-k2tMy .framer-1ais3zv { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-k2tMy .framer-6438nu-container, .framer-k2tMy .framer-1noa5je-container { aspect-ratio: 0.5641666666666667 / 1; cursor: pointer; flex: none; height: var(--framer-aspect-ratio-supported, 450px); position: relative; width: 254px; }\",\".framer-k2tMy .framer-bsyrt2 { aspect-ratio: 0.5641666666666667 / 1; border-bottom-left-radius: 30px; border-bottom-right-radius: 30px; border-top-left-radius: 30px; border-top-right-radius: 30px; flex: none; height: var(--framer-aspect-ratio-supported, 450px); overflow: visible; position: relative; text-decoration: none; width: 254px; }\",\".framer-k2tMy .framer-122z3vh { flex: none; height: 600px; overflow: hidden; position: relative; width: 100%; z-index: 1; }\",\".framer-k2tMy .framer-cabncy { background-color: var(--token-b61f4125-e3a3-489b-96cd-e9eccd596822, #dc8e40); flex: none; height: 100%; left: calc(50.00000000000002% - 100% / 2); mix-blend-mode: multiply; overflow: hidden; position: absolute; top: calc(50.00000000000002% - 100% / 2); width: 100%; }\",\".framer-k2tMy .framer-18pksze { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: 600px; justify-content: space-between; left: calc(50.00000000000002% - 100% / 2); overflow: hidden; padding: 0px; position: absolute; top: calc(50.00000000000002% - 600px / 2); width: 100%; }\",\".framer-k2tMy .framer-52i34l { align-content: center; align-items: center; display: flex; flex: 8 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 55px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-k2tMy .framer-59g89g, .framer-k2tMy .framer-1gdeq1i, .framer-k2tMy .framer-bcpn2a, .framer-k2tMy .framer-1mkhqw8 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; overflow: visible; position: relative; white-space: pre; width: auto; }\",\".framer-k2tMy .framer-ts5q43 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 400px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-k2tMy .framer-2ui1ec { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-k2tMy .framer-1giw3xx { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-k2tMy .framer-15tmpwj, .framer-k2tMy .framer-9bpwg { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 1px; }\",'.framer-k2tMy .framer-1idjg43, .framer-k2tMy .framer-1c64fv5 { --framer-input-background: #f2f2f2; --framer-input-border-radius-bottom-left: 8px; --framer-input-border-radius-bottom-right: 8px; --framer-input-border-radius-top-left: 8px; --framer-input-border-radius-top-right: 8px; --framer-input-focused-border-color: #0099ff; --framer-input-focused-border-style: solid; --framer-input-focused-border-width: 1px; --framer-input-font-color: #333333; --framer-input-font-family: \"Inter\"; --framer-input-font-letter-spacing: 0em; --framer-input-font-line-height: 1.2em; --framer-input-font-size: 14px; --framer-input-font-weight: 400; --framer-input-icon-color: #999999; --framer-input-padding: 12px; --framer-input-placeholder-color: #999999; flex: none; height: 40px; position: relative; width: 100%; }',\".framer-k2tMy .framer-kr8phe { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 100%; }\",'.framer-k2tMy .framer-pkdbqs { --framer-input-background: #f2f2f2; --framer-input-border-radius-bottom-left: 8px; --framer-input-border-radius-bottom-right: 8px; --framer-input-border-radius-top-left: 8px; --framer-input-border-radius-top-right: 8px; --framer-input-focused-border-color: #0099ff; --framer-input-focused-border-style: solid; --framer-input-focused-border-width: 1px; --framer-input-font-color: #333333; --framer-input-font-family: \"Inter\"; --framer-input-font-letter-spacing: 0em; --framer-input-font-line-height: 1.2em; --framer-input-font-size: 14px; --framer-input-font-weight: 400; --framer-input-icon-color: #999999; --framer-input-padding: 12px; --framer-input-placeholder-color: #999999; --framer-input-wrapper-height: auto; --framer-textarea-resize: vertical; flex: none; height: auto; min-height: 100px; position: relative; width: 100%; }',\".framer-k2tMy .framer-5zssv7-container { flex: none; height: 40px; position: relative; width: 100%; }\",\".framer-k2tMy .framer-1dycgt0 { flex: 5 0 0px; height: 100%; overflow: hidden; position: relative; width: 1px; }\",\".framer-k2tMy .framer-8xdv4s { flex: none; height: 170px; overflow: hidden; position: relative; width: 100%; z-index: 1; }\",\".framer-k2tMy .framer-1umxaku { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 170px; justify-content: center; left: 0px; overflow: hidden; padding: 0px; position: absolute; top: 0px; width: 100%; }\",\".framer-k2tMy .framer-u52mi7 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-k2tMy .framer-kire5e { aspect-ratio: 1.3191489361702127 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 65px); position: relative; width: 85px; }\",\".framer-k2tMy .framer-1t0hyqa { aspect-ratio: 4.136363636363637 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 37px); position: relative; width: 150px; }\",\".framer-k2tMy .framer-1mg0083, .framer-k2tMy .framer-1b8k8vz { --framer-text-wrap: balance; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 8828.5\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections\n * @framerResponsiveScreen\n */const FramervTNqgbIXn=withCSS(Component,css,\"framer-k2tMy\");export default FramervTNqgbIXn;FramervTNqgbIXn.displayName=\"Page\";FramervTNqgbIXn.defaultProps={height:8828.5,width:1200};addFonts(FramervTNqgbIXn,[{explicitInter:true,fonts:[{family:\"Awesome Heather Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/QvDHh6Azz2D8wCiI0gAXRTb3NI.woff2\"},{family:\"Bumper Sticker Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/EcICgN6JNxBA251RkVQ8Seln6K4.woff2\"},{family:\"A Love of Thunder Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/wzN5w6hlx2k7zUx9MGBgN2T8Y4.woff2\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Inter\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v19/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfMZ1rib2Bg-4.woff2\",weight:\"400\"}]},...EmbedFonts,...IconoirFonts,...VideoFonts,...ButtonFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramervTNqgbIXn\",\"slots\":[],\"annotations\":{\"framerAutoSizeImages\":\"true\",\"framerColorSyntax\":\"true\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerIntrinsicHeight\":\"8828.5\",\"framerDisplayContentsDiv\":\"false\",\"framerScrollSections\":\"* @framerResponsiveScreen\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"1200\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],"mappings":"kuCAqCa,AArCb,GAAqC,CAExBS,GAAkB,CAC3B,SAAU,WACV,MAAO,OACP,OAAQ,OACR,QAAS,OACT,eAAgB,SAChB,WAAY,QACf,EACYD,GAAkB,CAC3B,GAAGC,GACH,aAAc,EACd,WAAY,0BACZ,MAAO,OACP,OAAQ,kBACR,cAAe,QAClB,EACYF,GAAgB,CACzB,QAAS,CACL,KAAM,EAAY,YACrB,EACD,aAAc,CACV,KAAM,EAAY,YACrB,EACD,aAAc,CACV,KAAM,EAAY,YACrB,CACJ,EACY,GAAkB,CAC3B,KAAM,EAAY,OAClB,MAAO,YACP,IAAK,EACL,IAAK,IACL,KAAM,EACN,gBAAgB,CACnB,EACY,GAAe,CACxB,KAAM,CACF,KAAM,EAAY,QAClB,MAAO,OACP,cAAc,EACd,cAAe,UACf,aAAc,QACjB,EACD,WAAY,CACR,KAAM,EAAY,OAClB,MAAO,SACP,YAAa,QACb,OAAQ,CAAC,CAAE,OAAO,IAAI,CACzB,EACD,WAAY,CACR,KAAM,EAAY,KAClB,MAAO,SACP,QAAS,CACL,IACA,IACA,IACA,IACA,IACA,IACA,IACA,IACA,GACH,EACD,aAAc,CACV,OACA,cACA,QACA,UACA,SACA,YACA,OACA,aACA,OACH,EACD,OAAQ,CAAC,CAAE,OAAO,IAAI,CACzB,CACJ,IC5ED,SAAgB,GAAW,EAAS,EAAS,CACzC,MAAO,KAA0B,EAAM,EAAS,EAAQ,AAC3D,CACD,SAAgB,GAAU,EAAQ,EAAS,CACvC,MAAO,KAA0B,EAAO,EAAQ,EAAQ,AAC3D,CACD,SAAS,GAA0B,EAAM,EAAU,GAAU,EAAM,CAC/D,IAAM,EAAa,GAAgC,CACnD,EAAU,IAAI,CACV,AAAI,GAAW,IAAe,GAAM,GAAU,AACjD,EAAE,CACC,CACH,EAAC,AACL,eAdD,AADA,GAAwD,CACxD,GAAkC,aCDlC,GAA+B,aCA/B,GAA+B,YCA/B,GAAqC,aCArC,GAA+B,aCA/B,GAAqC,mBCQxB,IARb,GAAgC,CACnB,GAAkB,IAAI,CAC/B,GAAW,WAA2B,CAClC,IAAM,EAAY,EAAU,UAAU,aAAa,CAC7C,GAAY,EAAU,QAAQ,SAAS,CAAG,IAAM,EAAU,QAAQ,eAAe,CAAG,IAAM,EAAU,QAAQ,UAAU,CAAG,KAAO,EAAU,QAAQ,SAAS,CAAG,EACpK,OAAO,CACV,MAAM,OAAO,CACjB,EACY,GAAqB,IAAI,EAAQ,IAAI,IAAiB,CAC7D,CAAE,EAAC,aCPT,AAFA,GAAkC,CAElC,GAAiI,aCGjI,AALA,GAAuD,CACvD,GAA4D,CAE5D,GAAiI,CAEjI,IAA6H,aCJ7H,GAA8B,IAA6B,KAAoH,GCC/K,SAAgB,IAAkB,CAC9B,IAAM,EAAsB,EAAQ,IAAI,EAAa,SAAS,CAC5D,CAAE,EAAC,CACL,OAAO,CACV,CAMD,SAAgB,IAAgB,CAC5B,IAAM,EAAW,EAAQ,IAAI,EAAa,SAAS,GAAK,EAAa,OACnE,CAAE,EAAC,CACL,OAAO,CACV,eAfD,AADA,GAAgC,CAChC,GAAsC,aCDtC,GAA+B,GCE/B,SAAgB,GAAU,EAAO,CAC7B,GAAM,CAAE,eAAe,sBAAsB,gBAAgB,iBAAiB,oBAAoB,mBAAqB,CAAG,EACpH,EAAc,EAAQ,IAAI,KAAyB,EAAc,KAAK,EAAe,KAAK,EAAkB,KAAK,EAAiB,OAAS,EAAa,IAC5J,CACE,EACA,EACA,EACA,EACA,EACA,CACH,EAAC,CACF,OAAO,CACV,qBAsCY,AApDb,GAAgC,CAChC,GAAqC,CAcxB,GAAsB,CAC/B,aAAc,CACV,MAAO,SACP,KAAM,EAAY,YAClB,UAAW,sBACX,aAAc,CACV,SACA,mBACH,EACD,UAAW,CACP,gBACA,iBACA,oBACA,kBACH,EACD,YAAa,CACT,KACA,KACA,KACA,IACH,EACD,IAAK,CACR,CACJ,EAcY,GAAiB,CAC1B,QAAS,CACL,KAAM,EAAY,YAClB,UAAW,iBACX,aAAc,CACV,UACA,kBACH,EACD,UAAW,CACP,aACA,eACA,gBACA,aACH,EACD,YAAa,CACT,IACA,IACA,IACA,GACH,EACD,IAAK,EACL,MAAO,SACV,CACJ,cC3ED,IAA6M,KAAiJ,KAAwH,KAAgJ,IAA4H,KAA+I,KAAgI,KAA6H,KAAyI,CAAoI,IAAsI,KAAgI,KAA6J,KAAsI,KAAkK,GCEtkE,SAASa,GAAS,EAAM,CAAC,GAAK,CAAC,QAAM,SAAO,UAAQ,WAAS,cAAY,aAAW,KAAG,WAAS,GAAG,EAAK,CAAC,EAAM,OAAO,CAAM,CAQzH,SAAgB,EAAM,EAAM,CAAC,IAAM,EAAS,GAAS,EAAM,CAAC,MAAoB,GAAK,GAAU,CAAC,GAAG,CAAS,EAAC,AAAE,UAAS,GAAoB,EAAS,CAAC,IAAM,EAA4B,GAAgC,CAAO,EAAe,GAAO,EAAM,CAAO,EAAa,GAAO,EAAM,CAAO,EAAY,EAAY,GAAa,CAAC,IAAI,EAAS,QAAQ,OAAO,IAAM,GAAa,IAAc,EAAE,KAAK,GAAa,EAAS,QAAQ,SAAe,EAAa,KAAK,IAAI,EAAS,QAAQ,YAAY,EAAY,CAAC,GAAG,AAAG,EAAS,QAAQ,SAAS,IAAI,IAAc,EAAS,QAAQ,YAAY,EAAc,EAAC,CAAE,EAAC,CAAO,EAAK,EAAY,IAAI,CAAC,IAAM,EAAM,EAAS,QAAQ,IAAI,EAAM,OAAO,EAAM,QAAQ,OACtrB,IAAM,EAAU,EAAM,YAAY,GAAG,EAAM,YAAY,EAAM,SAAS,EAAM,OAAO,EAAM,YAAY,EAAM,kBAAkB,CAAI,GAAW,IAAQ,EAAe,SAAS,IAA6B,EAAe,SAAQ,EAAK,EAAa,SAAQ,EAAK,EAAM,MAAM,CAAC,MAAM,GAAG,CAAE,EAAC,CACxR,QAAQ,IAAI,EAAe,SAAQ,EAAM,CAAG,EAAC,CAAE,EAAC,CAAO,EAAM,EAAY,IAAI,CAAC,CAAI,EAAS,SAAS,EAAe,UAAe,EAAS,QAAQ,OAAO,CAAC,EAAa,SAAQ,EAAO,EAAC,CAAE,EAAC,CAAC,MAAM,CAAC,OAAK,QAAM,cAAY,UAAU,CAAa,CAAE,UAAS,GAAoB,CAAC,cAAY,QAAM,OAAK,cAAY,WAAS,CAAC,CAAC,GAAK,CAAC,EAAmB,CAAC,EAAS,IAAI,EAAY,CAAM,CAAC,EAAsB,EAAyB,CAAC,GAAS,EAAM,CAAC,AAAG,IAAc,IAAqB,GAAuB,GAAyB,EAAK,CAAE,IAAM,EAE7hB,GAAoB,GAAO,GAAM,IAAc,IAQ9C,EAA0B,EAA2H,OAAvB,EAAxF,EAAsB,cAAsB,EAA4B,WAAyB,cAAqB,CAAU,CAgD0T,SAAS,GAAsB,EAAM,CAAC,MAAO,GAAM,OAAO,EAAE,CAAC,aAAa,CAAC,EAAM,MAAM,EAAE,AAAE,UAAgB,GAAU,EAAM,CAAC,IAAM,EAAO,EAAM,MAAM,2CAA2C,EAAE,CAAE,EAAC,MAAO,GAAO,IAAI,GAAsB,CAAC,KAAK,IAAI,AAAE,8BAAsE,AAtEhyB,GAA2C,IAAgG,IAAmD,KAAwN,CACtZ,GAAsE,CAAkB,AAAC,SAAShB,EAAc,CAA6H,AAA5H,EAAc,KAAQ,OAAO,EAAc,QAAW,UAAU,EAAc,MAAS,QAAQ,EAAc,KAAQ,OAAO,EAAc,UAAa,YAAc,EAAkB,KAAc,CAAE,EAAE,CAAa,AAAC,SAASC,EAAQ,CAA2B,AAA1B,EAAQ,MAAS,SAAS,EAAQ,IAAO,KAAO,EAAY,KAAQ,CAAE,EAAE,CAAO,GAAa,uEAqBzQ,GAAuB,EAAK,SAAoB,EAAM,CAAC,GAAK,CACzO,UAAQ,MAAM,SAAO,UAAQ,GAAG,iBAAc,EAAM,YAAS,EAAM,WAAQ,EAAK,QAAK,EAAK,SAAM,EAAK,eAAY,EAAK,mBAAe,EAAM,YAAU,QAAQ,kBAAgB,gBAAgB,SAAO,EAAE,SAAO,GAAG,UAAU,EAAc,EAAE,SAAO,QAAQ,EAAY,WAAS,WAAS,UAAQ,SAAO,QAAM,UAAQ,eAAa,gBAAa,cAAY,YAAU,CAAC,EAAY,EAAS,GAAQ,CAAO,EAAS,IAAoB,CAAO,EAAiB,EAAO,KAAK,CAAO,EAAgB,EAAO,KAAK,CAAO,EAAW,IAAe,CAAO,GAAa,IAAiB,CAAO,EAAiB,GAAY,KAAe,EAAa,OAAa,GAAa,GAAU,EAAM,CAGvpB,EAAiB,EAAiB,cAAc,GAAoB,CAAC,cAAY,QAAM,OAAK,cAAY,UAAS,EAAC,CAAO,EAAa,GAAiB,EAAK,GAAU,EAAS,CAAO,GAAkB,GAAiB,EAAM,GAAU,EAAS,CAAC,OAAO,MAAM,MAAK,CAAK,EAAC,CAC3Q,EAAU,IAAgB,IAAI,KAAK,EAAmB,CAAC,OAAK,QAAM,eAAY,YAAU,CAAC,GAAoB,EAAS,CAG4C,AAFxK,EAAU,IAAI,CAAI,GAA2B,IAAmB,gBAAwB,EAAY,GAAM,CAAM,GAAO,CAAE,EAAC,CAAC,EAAiB,CAAY,EAAC,CACzJ,EAAU,IAAI,CAAI,IACf,GAAc,GAAa,IAAmB,eAAc,GAAM,CAAI,IAAmB,eAAqB,GAAO,CAAE,EAAC,CAAC,EAAiB,EAAa,CAAY,EAAC,CAAC,EAAU,IAAI,CAAC,CAAI,GAAY,GAAQ,GAAe,IAAY,EAAS,UACnP,EAAS,QAAQ,YAAY,IAAK,EAAC,CAAC,EAAc,EAAO,CAAU,EAAC,CAO7D,IAAM,GAAoC,GAAO,EAAM,CAkB9D,AAhBA,EAAU,IAAI,CAAC,IAAI,GAAoC,QAAQ,CAAC,GAAoC,SAAQ,EAAK,MAAQ,KAAM,EAAiB,EAAc,EAAS,CAAC,EAAS,KAAK,EAAE,GAAU,GAAG,IAAI,IAKxM,GAAkB,KAOlB,GAAW,GAAG,IAAI,AAAE,EAAC,CAAC,EAAU,EAAQ,EAAO,CAAS,EAAC,CAC1D,EAAU,IAAI,CAAK,KAAc,EAAS,CAAQ,MAAO,GAAS,GAAG,SAAS,GAAO,GAAY,EAAM,CAAC,AAAE,EAAC,CAAC,CAAS,EAAC,CACtH,GAAW,IAAI,CAAI,EAAiB,UAAU,MAAe,EAAS,WAClE,GAAiB,IAAO,EAAiB,UAAQ,GAAM,AAAG,EAAC,CAC/D,GAAU,IAAI,CAAC,AAAG,EAAS,UAAS,EAAgB,QAAQ,EAAS,QAAQ,MAAM,EAAiB,QAAQ,EAAS,QAAQ,OAAO,GAAO,CAAG,EAAC,CAAC,IAAM,GAAI,EAAQ,IAAI,CAAC,IAAI,EAAS,GASpL,GAAG,IAAU,MAAM,OAAO,EAAO,EAAS,GAAG,IAAU,SAAS,OAAO,EAAQ,CAAU,EAAC,CAAC,EAAQ,EAAQ,EAAO,CAAU,EAAC,CAE7H,AADA,EAAU,IAAI,CAAC,AAAG,GAAU,EAAS,SAAS,IAAmB,YAAY,WAAW,IAAI,GAAM,CAAC,GAAG,AAAG,EAAC,CAAE,EAAC,CAC7G,EAAU,IAAI,CAAC,AAAG,EAAS,UAAU,IAAM,EAAS,QAAQ,QAAQ,GAAQ,GAAG,IAAK,EAAC,CAAC,CAAO,EAAC,CAC9F,IAAM,GAAY,IAAI,CAAC,IAAM,EAAM,EAAS,QAAY,IAAgB,EAAM,YAAY,IAAI,EAAU,GAAE,IAAa,GAAW,GAAG,IAAI,EACzI,EAAU,SAAS,IAAmB,YAAY,GAAa,IAAmB,eAAe,IAAa,GAAM,CAAE,EAAC,MAAoB,GAAK,QAAQ,CAAC,UAAQ,eAAa,gBAAa,cAAY,YAAc,OAAS,OAAK,IAAI,EAAS,SAAS,GAAG,IAAWC,EAAE,CAAC,QAAQ,GAAG,IAAUA,EAAE,CAAC,OAAO,GAAG,IAASA,EAAE,CAAC,QAAQ,GAAG,IAAQA,EAAE,CAAC,SAAS,EAAU,SAAS,IAAmB,YAAY,GAAa,IAAmB,eAAe,EAAa,QAAQ,EAAU,QAAQ,OAAO,IAAmB,EAAO,WAAW,IAAmB,aAAa,GAAkB,OAC7jB,WAAW,OAAO,IAAgB,GAAS,IAAS,GAAa,sEAAsE,GAAe,EAAO,MAAA,GAAiB,aAAa,GAAqB,WAAS,MAAM,GAAiB,EAAK,EAAM,YAAY,EAAY,MAAM,CAAC,OAAS,EAAQ,UAAU,OAAO,MAAM,OAAO,OAAO,OAAO,gBAAa,QAAQ,QAAkB,YAA0B,kBAAgB,eAAe,SAAU,CAAC,EAAC,AAAE,EAAC,CAAC,EAAM,YAAY,QAAuQ,GAAiB,CAAC,QAAQ,OAAO,UAAU,aAAa,MAAO,EAAC,EAAoB,EAAM,CAAC,QAAQ,CAAC,KAAK,EAAY,KAAK,yBAAwB,EAAK,MAAM,SAAS,QAAQ,CAAC,MAAM,QAAS,CAAC,EAAC,OAAO,CAAC,KAAK,EAAY,OAAO,MAAM,MAAM,aAAa,uEAAuE,OAAO,EAAM,CAAC,OAAO,EAAM,UAAU,QAAU,CAAC,EAAC,QAAQ,CAAC,KAAK,EAAY,KAAK,MAAM,OAAO,iBAAiB,CAAC,MAAM,MAAO,EAAC,OAAO,EAAM,CAAC,OAAO,EAAM,UAAU,KAAO,CAAC,EAAC,QAAQ,CAAC,KAAK,EAAY,QAAQ,MAAM,UAAU,aAAa,MAAM,cAAc,IAAK,EAAC,GAAG,GAAoB,cAAc,CAAC,KAAK,EAAY,QAAQ,MAAM,SAAS,aAAa,MAAM,cAAc,IAAK,EAAC,OAAO,CAAC,KAAK,EAAY,MAAM,MAAM,QAAQ,OAAO,CAAC,CAAC,gBAAc,IAAI,EAAc,YAAY,uHAAwH,EAAC,gBAAgB,CAAC,KAAK,EAAY,MAAM,MAAM,aAAa,aAAa,eAAgB,EAAC,UAAU,CAAC,MAAM,aAAa,KAAK,EAAY,OAAO,IAAI,EAAE,IAAI,IAAI,KAAK,GAAG,KAAK,GAAI,EAAC,KAAK,CAAC,KAAK,EAAY,QAAQ,MAAM,OAAO,aAAa,MAAM,cAAc,IAAK,EAAC,UAAU,CAAC,KAAK,EAAY,KAAK,MAAM,MAAM,QAAQ,GAAiB,aAAa,GAAiB,IAAI,GAAU,AAAC,EAMz+D,SAAS,CAAC,KAAK,EAAY,QAAQ,MAAM,WAAW,aAAa,OAAO,cAAc,OAAO,cAAa,CAAM,EAAC,MAAM,CAAC,KAAK,EAAY,QAAQ,MAAM,QAAQ,aAAa,MAAM,cAAc,IAAK,EAAC,OAAO,CAAC,KAAK,EAAY,OAAO,IAAI,IAAI,IAAI,EAAE,KAAK,IAAI,OAAO,CAAC,CAAC,QAAM,GAAG,EAAM,aAAa,EAAG,EAAC,MAAM,CAAC,KAAK,EAAY,YAAa,EAAC,SAAS,CAAC,KAAK,EAAY,YAAa,EAAC,QAAQ,CAAC,KAAK,EAAY,YAAa,EAAC,OAAO,CAAC,KAAK,EAAY,YAAa,EAAC,GAAGC,EAAc,EAAC,aC5Etd,IAA6M,KAAiJ,KAAwH,KAAgJ,IAA4H,KAA+I,KAAgI,KAA6H,KAAyI,CAAoI,IAAsI,KAAgI,KAA6J,KAAsI,KAAkK,GCQnkE,SAAwB,GAAM,CAAC,OAAK,MAAI,OAAK,OAAK,SAAO,SAAO,QAAM,CAAE,EAAC,CAAC,CAA4M,OAAxM,IAAO,OAAO,EAAyB,EAAK,GAAS,CAAK,MAAS,OAAY,SAAc,SAAa,OAAM,EAAC,CAAK,IAAO,QAAQ,EAA0B,EAAK,GAAU,CAAM,OAAW,OAAM,EAAC,CAAsB,EAAK,GAAa,CAAO,OAAM,EAAC,AAAE,CAAwuB,SAAS,GAAa,CAAC,QAAM,CAAC,CAAC,MAAoB,GAAK,MAAM,CAAC,MAAM,CAAC,UAAU,GAAa,EAAM,CAAC,GAAGC,GAAgB,SAAS,SAAS,GAAG,CAAM,EAAC,SAAsB,EAAK,MAAM,CAAC,MAAM,GAAgB,SAAS,kEAAmE,EAAC,AAAC,EAAC,AAAE,UAAS,GAAS,CAAC,MAAI,OAAK,SAAO,SAAO,QAAM,CAAC,CAAC,IAAM,GAAe,EAAM,OACh6C,AAAI,cAAc,KAAK,EAAI,GAAE,EAAI,WAAW,GAAK,IAAM,EAAS,IAAe,CAE1E,CAAC,EAAM,EAAS,CAAC,EAAS,MAAA,IAAmB,EAAM,CAGyc,GAHxc,EAAU,IAAI,CAEvE,IAAI,EAAS,OACb,IAAI,GAAa,EAAK,MAAA,GAAmB,CAAC,eAAe,GAAM,CAAC,IAAM,EAAS,KAAM,OAAM,yDAAyD,mBAAmB,EAAI,CAAC,CAAC,GAAG,EAAS,QAAQ,IAAI,CAAC,GAAK,CAAC,YAAU,CAAC,KAAM,GAAS,MAAM,CAAC,AAAG,GAAc,EAAS,EAAU,AAAG,KAAI,CAAC,IAAM,EAAQ,KAAM,GAAS,MAAM,CAAC,QAAQ,MAAM,EAAQ,CAAC,IAAM,EAAM,AAAI,MAAM,8BAAA,CAA+B,EAAS,EAAM,AAAE,CAAC,CAA6D,UAAvD,CAAC,MAAM,GAAO,CAAsB,AAArB,QAAQ,MAAM,EAAM,CAAC,EAAS,EAAM,AAAE,EAAC,CAAO,IAAI,CAAC,GAAa,CAAO,CAAE,EAAC,CAAC,CAAI,EAAC,CAAI,GAAU,EAAe,MAAoB,GAAK,EAAa,CAAC,QAAQ,yCAA+C,OAAM,EAAC,CAAE,IAAI,EAAI,WAAW,WAAW,CAAE,MAAoB,GAAK,EAAa,CAAC,QAAQ,wBAA8B,OAAM,EAAC,CAAE,GAAG,QAAA,GAAmB,MAAoB,GAAK,GAAiB,CAAE,EAAC,CAAE,GAAG,aAAiB,MAAO,MAAoB,GAAK,EAAa,CAAC,QAAQ,EAAM,QAAc,OAAM,EAAC,CAAE,GAAG,KAAQ,EAAK,CAAC,IAAM,GAAS,cAAc,EAAI,sCAAsC,MAAoB,GAAK,EAAa,CAAS,UAAc,OAAM,EAAC,AAAE,OAAoB,GAAK,SAAS,CAAC,IAAI,EAAI,MAAM,CAAC,GAAG,GAAY,GAAG,EAAM,GAAG,EAAY,OAAK,aAAa,EAAO,gBAAgB,YAAa,EAAC,QAAQ,OAC5tC,cAAc,EAAS,MAAM,OAAO,eAAe,cAAc,QAAQ,GAAW,EAAS,AAAC,EAAC,AAAE,CAA6D,SAAS,GAAW,EAAS,CAAC,IAAM,EAAO,CAAC,oBAAoB,eAAgB,EAAmR,OAA9Q,GAAU,EAAO,KAAK,kBAAkB,cAAc,eAAe,yBAAyB,qBAAqB,eAAe,iCAAiC,qBAAqB,0CAA0C,0CAA0C,CAAS,EAAO,KAAK,IAAI,AAAE,UAAS,GAAU,CAAC,OAAK,GAAG,EAAM,CAAC,CAAC,IAAM,EAAU,EAAK,SAAS,YAAY,CAAC,GAAG,EAAU,CAAC,IAAM,EAAgB,EAAK,SAAS,mBAAmB,CAAO,EAAW,EAAK,SAAS,+BAA+B,CAAsG,MAArG,CAAoD,EAAjD,GAAiB,EAAqC,GAAqE,GAAhD,CAAM,OAAK,GAAG,CAAM,EAAC,AAAwE,OAAoB,GAAK,GAAwB,CAAM,OAAK,GAAG,CAAM,EAAC,AAAE,UAAS,GAAsB,CAAC,OAAK,QAAM,CAAC,CAAC,IAAM,EAAI,GAAQ,CAAM,CAAC,EAAa,EAAgB,CAAC,EAAS,EAAE,CAChlC,EAAU,IAAI,CAAC,IAAM,EAAa,EAAI,SAAS,cAAc,SAAS,EAAc,EAAM,CAAC,GAAG,EAAM,SAAS,EAAa,OAAO,IAAM,EAAK,EAAM,KAAK,UAAU,GAAO,WAAU,EAAY,OAAO,IAAM,EAAO,EAAK,YAAY,OAAU,GAAS,UAAgB,EAAgB,EAAO,AAAE,CAE/O,SAFsP,iBAAiB,UAAU,EAAc,CAE/U,GAAc,YAAY,iBAAiB,IAAI,CAAO,IAAI,CAAC,EAAO,oBAAoB,UAAU,EAAc,AAAE,CAAE,EAAC,CAAE,EAAC,CAGtH,IAAM,GAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;UAoCJ,EAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA6BP,EAAa,CAAC,GAAG,GAAY,GAAG,CAAM,EAAO,GAAe,EAAM,OAAgE,OAAtD,IAAe,EAAa,OAAO,EAAa,MAA0B,EAAK,SAAS,CAAK,MAAI,MAAM,EAAoB,QAAO,EAAC,AAAE,UAAS,GAAqB,CAAC,OAAK,QAAM,CAAC,CAAC,IAAM,EAAI,GAAQ,CAAoI,MAAnI,GAAU,IAAI,CAAC,IAAM,EAAI,EAAI,QAAY,KAAkD,OAAvC,EAAI,UAAU,EAAK,GAAe,EAAI,CAAO,IAAI,CAAC,EAAI,UAAU,EAAI,CAAE,EAAC,CAAC,CAAK,EAAC,CAAqB,EAAK,MAAM,CAAK,MAAI,MAAM,CAAC,GAAG,GAAU,GAAG,CAAM,CAAC,EAAC,AAAE,UAAS,GAAwB,CAAC,OAAK,QAAM,CAAC,CAAC,MAAoB,GAAK,MAAM,CAAC,MAAM,CAAC,GAAG,GAAU,GAAG,CAAM,EAAC,wBAAwB,CAAC,OAAO,CAAK,CAAC,EAAC,AAAE,CAE1nB,SAAS,GAAe,EAAK,CAAC,GAAG,aAAgB,SAAS,EAAK,UAAU,SAAS,CAAC,IAAM,EAAO,SAAS,cAAc,SAAS,CAAC,EAAO,KAAK,EAAK,UAAU,IAAI,GAAK,CAAC,OAAK,QAAM,GAAG,EAAK,WAAY,EAAO,aAAa,EAAK,EAAM,CAAE,EAAK,cAAc,aAAa,EAAO,EAAK,AAAE,MAAK,IAAI,IAAM,KAAS,EAAK,WAAY,GAAe,EAAM,AAAI,CACtV,SAAS,IAAkB,CAAC,MAAoB,GAAK,MAAM,CAAC,UAAU,wCAAwC,MAAM,CAAC,GAAGC,GAAgB,SAAS,QAAS,EAAC,SAAsB,EAAK,MAAM,CAAC,MAAM,GAAgB,SAAS,UAAW,EAAC,AAAC,EAAC,AAAE,UAAS,EAAa,CAAC,UAAQ,QAAM,CAAC,CAAC,MAAoB,GAAK,MAAM,CAAC,UAAU,oCAAoC,MAAM,CAAC,UAAU,GAAa,EAAM,CAAC,GAAGA,GAAgB,SAAS,SAAS,GAAG,CAAM,EAAC,SAAsB,EAAK,MAAM,CAAC,MAAM,GAAgB,SAAS,CAAQ,EAAC,AAAC,EAAC,AAAE,CACngB,SAAS,GAAa,EAAM,CAAC,IAAM,GAAe,EAAM,OAAO,GAAG,EAAc,MAAO,IAAK,wBAD6a,IAzFzgB,GAA2C,IAA6C,IAAoD,KAAwG,CAQ2F,EAAoB,GAAM,CAAC,KAAK,CAAC,KAAK,EAAY,KAAK,aAAa,MAAM,yBAAwB,EAAK,QAAQ,CAAC,MAAM,MAAO,EAAC,aAAa,CAAC,MAAM,MAAO,CAAC,EAAC,IAAI,CAAC,MAAM,MAAM,KAAK,EAAY,OAAO,YAAY,yCAAyC,OAAO,EAAM,CAAC,OAAO,EAAM,OAAO,KAAO,CAAC,EAAC,KAAK,CAAC,MAAM,OAAO,KAAK,EAAY,OAAO,iBAAgB,EAAK,OAAO,EAAM,CAAC,OAAO,EAAM,OAAO,MAAQ,CAAC,EAAC,OAAO,CAAC,MAAM,SAAS,KAAK,EAAY,OAAO,UAAS,EAAK,OAAO,EAAM,CAAC,OAAO,EAAM,OAAO,KAAO,CAAC,EAAC,OAAO,CAAC,KAAK,EAAY,aAAa,MAAM,SAAS,OAAO,EAAM,CAAC,OAAO,EAAM,OAAO,KAAO,CAAC,EAAC,KAAK,CAAC,MAAM,OAAO,aAAa,EAAE,KAAK,EAAY,OAAO,OAAO,EAAM,CAAC,OAAO,EAAM,OAAO,KAAO,EAAC,IAAI,GAAG,IAAI,EAAE,KAAK,GAAG,gBAAe,CAAK,CAAC,EAAC,CAO/8B,GAAY,CAAC,MAAM,OAAO,OAAO,OAAO,OAAO,MAAO,EAuEme,GAAU,CAAC,MAAM,OAAO,OAAO,OAAO,QAAQ,OAAO,cAAc,SAAS,eAAe,SAAS,WAAW,QAAS,EAG/O,GAAgB,CAAC,UAAU,SAAS,SAAS,GAAI,uBChE7iB,AAzBb,GAAgD,CAChD,GAA+B,CAClB,GAAkB,CAC3B,MAAO,OACP,OAAQ,OACR,QAAS,OACT,eAAgB,SAChB,WAAY,QACf,EASK,GAAkB,CACpB,GAAG,GACH,aAAc,EACd,WAAY,2BACZ,OAAQ,uCACR,MAAO,UACP,cAAe,QAClB,EACY,GAA0B,EAAiB,CAAC,EAAG,IACnC,EAAK,MAAO,CAC7B,MAAO,GACF,KACR,EAAC,CACJ,mBC9BQ,GAAE,GAAG,CAAC,IAAI,GAAE,CAAC,IAAI,EAAE,SAAS,EAAE,EAAE,CAAC,MAAO,GAAE,cAAc,MAAM,CAAC,MAAM,OAAO,OAAO,QAAQ,YAAY,IAAI,QAAQ,YAAY,KAAK,OAAO,MAAM,6BAA6B,MAAM,eAAe,IAAI,EAAE,GAAG,CAAE,EAAC,EAAE,cAAc,OAAO,CAAC,EAAE,oEAAoE,OAAO,eAAe,cAAc,QAAQ,eAAe,OAAQ,EAAC,CAAC,AAAC,EAAC,GAAE,EAAE,WAAW,EAAE,AAAC,QAAO,EAAE,ICOnO,SAAgB,GAAiBC,EAAS,EAAa,EAAW,GAAG,EAAcC,EAAsB,CAC/R,IAAM,EAAiB,EAAQ,IAAI,CAAC,GAAG,GAAY,MAAO,GAAyD,SAAU,EAAE,OAAO,KAAK,IAAM,EAAe,EAAW,aAAa,CAAC,QAAQ,QAAQ,GAAG,CAAC,IAAI,EACjN,IAAM,GAAc,EAAgBA,EAAsB,KAAkE,GAAYD,EAAS,EAAe,CAAC,OAAO,CAAc,EAAC,CAAC,EAAc,CAAW,EAAC,CAAO,EAAK,EAAa,EAAc,EAAiB,OAAO,CAAM,qBAL6F,AAJpX,GAA2B,IAAgC,CAI2E,GAAc,CAAC,QAAQ,CAAC,KAAK,EAAY,YAAa,EAAC,YAAY,CAAC,KAAK,EAAY,YAAa,EAAC,UAAU,CAAC,KAAK,EAAY,YAAa,EAAC,aAAa,CAAC,KAAK,EAAY,YAAa,EAAC,aAAa,CAAC,KAAK,EAAY,YAAa,CAAC,EAAO,GAAY,CAAC,EAAI,IAAS,EAAI,KAAK,GAAG,EAAE,aAAa,CAAC,SAAS,EAAO,CAAC,GCIvb,SAAgB,EAAK,EAAM,CAAC,GAAK,CAAC,QAAM,eAAa,aAAW,gBAAc,UAAQ,cAAY,YAAU,eAAa,gBAAa,WAAS,CAAC,EAAY,EAAU,GAAO,EAAM,CAAO,EAAQ,GAAiB,GAAS,EAAa,EAAW,EAAc,GAAsB,CACvR,CAAC,EAAa,EAAgB,CAAC,EAAS,IAAU,OAAO,GAAYE,EAAM,CAAC,KAAK,CACtF,eAAe,GAAc,CAC7B,GAAG,CAAC,IAAM,KAAiB,KAAgB,EAAQ,YAAkB,EAAO,MAAM,OAAiC,GAAe,AAAG,EAAU,SAAQ,EAAgB,EAAO,QAAQA,EAAM,CAAC,AAAE,MAAK,CAAC,AAAG,EAAU,SAAQ,EAAgB,KAAK,AAAE,CAAC,CAClP,EAAU,KAAK,EAAU,SAAQ,EAAK,GAAc,CAAO,IAAI,CAAC,EAAU,SAAQ,CAAO,GAAG,CAAC,CAAQ,EAAC,CAAC,IAAM,EAAW,EAAa,SAAS,GAAG,EAAa,OAAa,EAAW,EAAyB,EAAK,GAAU,CAAE,EAAC,CAAC,KAAK,MAAqB,GAAK,MAAM,CAAC,MAAM,CAAC,QAAQ,UAAW,EAAC,UAAQ,eAAa,gBAAa,cAAY,YAAU,SAAS,EAA2B,EAAK,EAAa,CAAC,KAAK,QAAQ,MAAM,CAAC,MAAM,OAAO,OAAO,OAAO,UAAU,EAAS,mBAAA,EAAyB,EAAO,OAAM,EAAC,CAAC,CAAW,EAAC,AAAE,wBAAuJ,AAZjqB,GAA2C,IAA4B,CAA6C,GAAiE,KAA2E,KAA2E,KAAqI,CAAa,GAAS,yxTAA++W,CAAO,GAAc,sCAA4C,GAAsB,GAAS,OAAO,CAAC,EAAI,KAAO,EAAI,EAAI,aAAa,EAAE,EAAW,GAAM,CAAE,EAAC,CAYzmX,EAAK,YAAY,UAAU,EAAK,aAAa,CAAC,MAAM,GAAG,OAAO,GAAG,cAAc,OAAO,WAAW,OAAO,MAAM,OAAO,cAAa,EAAK,UAAS,CAAM,EAAC,EAAoB,EAAK,CAAC,aAAa,CAAC,KAAK,EAAY,QAAQ,MAAM,SAAS,aAAa,OAAO,cAAc,SAAS,aAAa,EAAK,aAAa,YAAa,EAAC,cAAc,CAAC,KAAK,EAAY,KAAK,QAAQ,GAAS,aAAa,EAAK,aAAa,cAAc,MAAM,OAAO,OAAO,CAAC,CAAC,eAAa,IAAI,EAAa,YAAY,kEAAmE,EAAC,WAAW,CAAC,KAAK,EAAY,OAAO,MAAM,OAAO,YAAY,mBAAmB,OAAO,CAAC,CAAC,eAAa,GAAG,CAAa,EAAC,SAAS,CAAC,KAAK,EAAY,QAAQ,aAAa,MAAM,cAAc,KAAK,aAAa,EAAK,aAAa,QAAS,EAAC,MAAM,CAAC,KAAK,EAAY,MAAM,MAAM,QAAQ,aAAa,EAAK,aAAa,KAAM,EAAC,GAAG,EAAc,EAAC,GCX7rB,SAAS,GAAqB,EAAU,GAAG,EAAS,CAAC,IAAM,EAAc,CAAE,EAAsF,MAArF,IAAU,QAAQ,GAAS,GAAS,OAAO,OAAO,EAAc,EAAU,GAAS,CAAC,CAAQ,CAAe,oEAUpe,AAVnZ,GAAyD,IAA2I,IAAkE,IAA4B,CAAgCC,GAAgB,GAAO,EAAO,IAAI,CAAO,GAAgB,CAAC,UAAU,CAAC,OAAM,EAAK,SAAQ,CAAK,CAAC,EAAO,GAAW,CAAC,YAAY,YAAY,YAAY,YAAY,WAAY,EAAOC,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,mBAAmB,UAAU,kBAAkB,UAAU,kBAAkB,UAAU,mBAAmB,UAAU,kBAAmB,EAA8LC,GAAY,CAAC,MAAM,EAAE,SAAS,GAAG,KAAK,CAAC,IAAI,EAAE,IAAI,CAAE,EAAC,KAAK,OAAQ,EAAOC,GAAY,CAAC,MAAM,EAAE,SAAS,EAAE,KAAK,CAAC,EAAE,EAAE,EAAE,CAAE,EAAC,KAAK,OAAQ,EAAOC,GAAU,CAAC,QAAQ,EAAE,OAAO,IAAI,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,CAAE,EAAOC,GAAmB,CAAC,EAAE,KAAK,mBAAmB,IAAU,GAAW,CAAC,CAAC,QAAM,WAAS,GAAG,CAAC,IAAM,EAAO,GAAiB,EAAoB,CAAO,EAAW,GAAO,EAAO,WAAiB,EAAa,EAAc,KAAK,CAAC,GAAG,EAAO,YAAW,GAAE,CAAC,KAAK,UAAU,EAAW,AAAC,EAAC,CAAC,MAAoB,GAAK,EAAoB,SAAS,CAAC,MAAM,EAAsB,UAAS,EAAC,AAAE,EAAO,GAAS,EAAO,OAAA,EAAsB,CAAO,GAAwB,CAAC,QAAQ,YAAY,SAAS,YAAY,MAAM,YAAY,QAAQ,YAAY,QAAQ,WAAY,EAAOC,GAAS,CAAC,CAAC,SAAO,KAAG,QAAM,GAAG,EAAM,IAAU,CAAC,GAAG,EAAM,QAAQ,GAAwB,EAAM,UAAU,EAAM,SAAS,WAAY,GAAS,GAAuB,CAAC,EAAM,IAAe,EAAM,iBAAwB,EAAS,KAAK,IAAI,CAAC,EAAM,iBAAwB,EAAS,KAAK,IAAI,CAASC,GAAuB,EAAiB,SAAS,EAAM,EAAI,CAAC,IAAM,EAAY,EAAO,KAAK,CAAO,EAAW,GAAK,EAAkB,EAAgB,GAAa,CAAM,CAAC,eAAa,YAAU,CAAC,GAAe,CAAO,EAAkB,IAAsB,CAAM,CAAC,QAAM,UAAA,GAAU,WAAS,UAAQ,GAAG,EAAU,CAAC,GAAS,EAAM,CAAM,CAAC,cAAY,aAAW,sBAAoB,kBAAgB,iBAAe,aAAU,kBAAgB,aAAW,WAAS,CAAC,GAAgB,CAAC,cAAW,eAAe,YAAY,mBAAgB,IAAI,EAAW,UAAQ,kBAAA,EAAkB,EAAC,CAAO,EAAiB,GAAuB,EAAM,EAAS,CAAO,EAAsB,CAAE,EAAO,GAAkB,EAAGP,GAAkB,GAAG,EAAsB,CAAO,EAAY,IAAQ,IAAc,YAA6C,EAAa,IAAQ,IAAc,YAAuC,MAAoB,GAAK,EAAY,CAAC,GAAG,GAAU,EAAgB,SAAsB,EAAK,GAAS,CAAC,QAAQ,EAAS,SAAQ,EAAM,SAAsB,EAAK,GAAW,CAAC,MAAME,GAAY,SAAsB,EAAM,EAAO,OAAO,CAAC,GAAG,EAAU,GAAG,EAAgB,UAAU,EAAG,GAAkB,iBAAiBa,GAAU,EAAW,CAAC,mBAAmB,UAAU,aAAa,SAA0B,mBAAiB,SAAS,YAAY,IAAI,EAAW,MAAM,CAAC,gBAAgB,kBAAkB,uBAAuB,EAAE,wBAAwB,EAAE,oBAAoB,EAAE,qBAAqB,EAAE,UAAU,oaAAoa,QAAQ,EAAE,GAAG,CAAM,EAAC,SAAS,CAAC,kBAAkB,CAAC,gBAAgB,kBAAkB,QAAQ,CAAE,EAAC,oBAAoB,CAAC,gBAAgB,wBAAwB,QAAQ,CAAE,EAAC,UAAU,CAAC,QAAQ,CAAE,EAAC,UAAU,CAAC,QAAQ,EAAG,EAAC,UAAU,CAAC,gBAAgB,0BAA0B,QAAQ,CAAE,CAAC,EAAC,GAAG,GAAqB,CAAC,kBAAkB,CAAC,uBAAA,EAA6B,EAAC,oBAAoB,CAAC,uBAAA,EAA6B,EAAC,UAAU,CAAC,mBAAmB,SAAU,EAAC,UAAU,CAAC,mBAAmB,UAAW,EAAC,UAAU,CAAC,mBAAmB,SAAU,EAAC,UAAU,CAAC,mBAAmB,OAAQ,CAAC,EAAC,EAAY,EAAe,CAAC,SAAS,CAAC,GAAa,EAAe,EAAK,EAAS,CAAC,uBAAsB,EAAK,SAAsB,EAAA,EAAoB,CAAC,SAAsB,EAAK,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,mBAAmB,uBAAuB,2CAA2C,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,SAAS,sBAAsB,6CAA8C,EAAC,SAAS,SAAU,EAAC,AAAC,EAAC,CAAC,UAAU,gBAAgB,MAAM,CAAC,cAAe,EAAkB,mBAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,qBAAqB,2BAA2B,mBAAmB,gCAAgC,WAAY,EAAC,SAAS,CAAC,UAAU,CAAC,qBAAqB,kBAAmB,CAAC,EAAC,kBAAkB,MAAM,oBAAmB,EAAK,GAAG,GAAqB,CAAC,UAAU,CAAC,SAAsB,EAAA,EAAoB,CAAC,SAAsB,EAAK,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,2CAA2C,qBAAqB,OAAO,uBAAuB,MAAM,sBAAsB,6CAA8C,EAAC,SAAS,UAAc,EAAC,AAAC,EAAC,CAAC,MAAM,CAAC,gBAAiB,CAAC,EAAC,UAAU,CAAC,SAAsB,EAAA,EAAoB,CAAC,SAAsB,EAAK,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,2CAA2C,qBAAqB,OAAO,uBAAuB,MAAM,sBAAsB,2CAA4C,EAAC,SAAS,UAAW,EAAC,AAAC,EAAC,CAAC,MAAM,CAAC,gBAAiB,CAAC,CAAC,EAAC,EAAY,EAAe,AAAC,EAAC,CAAC,GAAc,EAAe,EAAK,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,UAA2B,mBAAiB,SAAS,YAAY,MAAM,CAAC,KAAK,iHAAiH,WAAW,gHAAiH,EAAC,SAAsB,EAAKhB,GAAgB,CAAC,eAAeK,GAAU,6BAA4B,EAAK,0BAA0B,EAAE,yBAAyB,OAAO,yBAAyBD,GAAY,iBAAgB,EAAM,oBAAmB,EAAK,gBAAgB,EAAE,UAAU,iBAAiB,mBAAmB,QAAyB,mBAAiB,SAAS,YAAY,MAAM,CAAC,WAAW,2FAA2F,gBAAgB,oBAAoB,KAAK,OAAO,WAAW,MAAO,EAAC,SAAS,CAAC,UAAU,CAAC,WAAW,+GAA+G,gBAAgB,mBAAmB,KAAK,iHAAiH,WAAW,gHAAiH,CAAC,EAAC,SAAsB,EAAK,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,WAA4B,mBAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,qBAAqB,uBAAuB,EAAE,wBAAwB,EAAE,oBAAoB,EAAE,qBAAqB,CAAE,EAAC,kBAAkBE,EAAmB,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,CAAC,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,EAAC,AAAE,EAAC,CAAOK,GAAI,CAAC,kFAAkF,gFAAgF,2QAA2Q,gHAAgH,2KAA2K,qIAAqI,+LAA+L,6WAA6W,8MAA8M,qEAAsE,EAU3xS,EAAgB,GAAQH,GAAUG,GAAI,eAAe,IAAgB,EAAgB,EAAgB,YAAY,SAAS,EAAgB,aAAa,CAAC,OAAO,GAAG,MAAM,GAAI,EAAC,EAAoB,EAAgB,CAAC,QAAQ,CAAC,QAAQ,CAAC,YAAY,YAAY,YAAY,YAAY,WAAY,EAAC,aAAa,CAAC,UAAU,UAAU,WAAW,UAAU,OAAQ,EAAC,MAAM,UAAU,KAAK,EAAY,IAAK,CAAC,EAAC,CAAC,EAAS,EAAgB,CAAC,CAAC,eAAc,EAAK,MAAM,CAAC,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,IAAI,0GAA0G,OAAO,KAAM,EAAC,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,0EAA0E,IAAI,yEAAyE,OAAO,KAAM,EAAC,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,wDAAwD,IAAI,yEAAyE,OAAO,KAAM,EAAC,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,yEAAyE,OAAO,KAAM,EAAC,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,uEAAuE,OAAO,KAAM,EAAC,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,uGAAuG,IAAI,yEAAyE,OAAO,KAAM,EAAC,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,6JAA6J,IAAI,uEAAuE,OAAO,KAAM,EAAC,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,oGAAoG,IAAI,yEAAyE,OAAO,KAAM,CAAC,CAAE,CAAA,EAAC,CAAC,8BAA6B,CAAK,EAAC,sBCV5tC,AAAj+B,GAA8B,IAAU,UAAU,CAAC,kCAAmC,EAAC,CAAc,GAAM,CAAC,CAAC,eAAc,EAAK,MAAM,CAAC,CAAC,OAAO,4BAA4B,OAAO,SAAS,IAAI,uEAAyE,CAAA,CAAE,CAAA,EAAcA,GAAI,CAAC,qrBAAsrB,EAAc,GAAU,uGCc99B,AAdb,GAA+E,IAA6W,IAA8C,IAA4B,CAA0B,IAA4G,KAA4G,KAAwH,KAAyE,KAAqE,KAAmF,CAAM,GAA+B,GAA0BC,EAAM,CAAO,EAAe,GAAO,EAAS,CAAO,GAAgB,GAAO,EAAO,IAAI,CAAO,GAAW,EAAS,GAAM,CAAO,GAAa,EAASC,EAAQ,CAAO,GAAW,EAAS,EAAM,CAAO,GAAY,EAASC,GAAO,CAAO,GAAY,CAAE,EAAyD,GAAkB,eAAqB,GAAkB,CAAC,UAAU,iBAAkB,EAAO,GAAmB,CAAC,EAAE,KAAK,mBAAmB,IAAU,GAAY,CAAC,OAAO,GAAG,MAAM,GAAG,SAAS,IAAI,KAAK,QAAS,EAAO,GAAU,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,qBAAqB,KAAK,WAAW,GAAY,EAAE,EAAE,EAAE,CAAE,EAAO,GAAW,CAAC,QAAQ,KAAK,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,qBAAqB,KAAK,EAAE,EAAE,EAAE,CAAE,EAAO,EAAW,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,GAAG,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,CAAE,EAAO,EAAY,CAAC,OAAO,GAAG,MAAM,EAAE,SAAS,GAAG,KAAK,QAAS,EAAO,EAAW,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,GAAG,MAAM,EAAE,MAAM,EAAE,WAAW,EAAY,EAAE,EAAE,EAAE,CAAE,EAAO,GAAmB,CAAC,EAAE,KAAK,wBAAwB,IAAU,GAAmB,CAAC,EAAE,KAAK,mBAAmB,IAAU,GAAa,CAAC,EAAK,EAAS,IAAiB,CAAC,OAAO,EAAK,MAAZ,CAAmB,IAAI,UAAU,OAAO,EAAS,SAAS,EAAe,IAAI,UAAU,OAAO,EAAS,SAAS,EAAe,IAAI,QAAQ,OAAO,EAAS,OAAO,EAAe,IAAI,aAAa,OAAO,EAAS,YAAY,CAAgB,CAAC,EAAO,GAAU,CAAC,CAAC,QAAM,GAAG,CAAC,IAAM,EAAS,IAAqB,CAAyB,OAArB,EAAgB,KAAyB,EAAK,QAAQ,CAAC,wBAAwB,CAAC,OAAO,CAAM,EAAC,yBAAyB,EAAG,EAAC,AAAE,EAAO,GAAS,CAAC,CAAC,SAAO,KAAG,QAAM,GAAG,EAAM,IAAU,CAAC,GAAG,CAAM,GAAS,GAAuB,EAAiB,SAAS,EAAM,EAAI,CAAC,IAAM,EAAY,EAAO,KAAK,CAAO,EAAW,GAAK,EAAkB,EAAgB,GAAa,CAAM,CAAC,eAAa,YAAU,CAAC,GAAe,CAAO,EAAkB,IAAsB,CAAM,CAAC,SAAM,UAAA,EAAU,WAAS,UAAQ,GAAG,EAAU,CAAC,GAAS,EAAM,CAAOC,EAAS,EAAc,IAAI,OAAA,GAA2B,EAAa,CAAC,KAAA,GAAW,CAAa,EAAC,CAAC,GAAYA,EAAS,CAAC,GAAK,CAAC,EAAY,EAAoB,CAAC,EAA8B,EAAQ,IAAY,EAAM,CAAO,GAA+B,EAAsB,CAAA,EAAuB,EAAO,EAAkB,EAAG,GAAkB,GAAG,EAAsB,CAAsB,MAArB,GAAiB,CAAE,EAAC,CAAqB,EAAK,GAA0B,SAAS,CAAC,MAAM,CAAC,iBAAiB,YAAY,oBAAkB,EAAC,SAAsB,EAAM,EAAY,CAAC,GAAG,GAAU,EAAgB,SAAS,CAAc,EAAK,GAAU,CAAC,MAAM,+CAAgD,EAAC,CAAc,EAAM,EAAO,IAAI,CAAC,GAAG,EAAU,UAAU,EAAG,EAAkB,gBAAgBC,EAAU,CAAC,IAAI,EAAW,MAAM,CAAC,GAAG,EAAM,EAAC,SAAS,CAAc,EAAKJ,EAAM,CAAC,GAAG,SAAS,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQ,GAA2B,GAAmB,GAAG,GAAG,EAAE,EAAE,CAAC,YAAY,IAAI,WAAW,KAAK,MAAM,GAAmB,OAAO,QAAQ,IAAI,sEAAsE,OAAO,gWAAiW,EAAC,UAAU,gBAAgB,mBAAmB,QAAQ,SAAsB,EAAK,GAA+B,CAAC,QAAQ,GAAU,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,IAAI,eAAe,KAAK,QAAQ,GAA2B,GAAmB,GAAG,GAAG,EAAE,EAAE,IAAI,IAAI,CAAC,YAAY,IAAI,WAAW,IAAI,UAAU,SAAS,UAAU,SAAS,IAAI,oEAAqE,EAAC,UAAU,gBAAgB,wBAAwB,SAAS,mBAAmB,OAAO,QAAQ,GAAW,WAAU,EAAK,MAAM,CAAC,qBAAqB,IAAK,EAAC,kBAAkB,EAAmB,EAAC,AAAC,EAAC,CAAc,EAAMA,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQ,GAA2B,GAAmB,GAAG,GAAG,EAAE,IAAI,CAAC,YAAY,KAAK,WAAW,KAAK,MAAM,GAAmB,OAAO,QAAQ,IAAI,uEAAuE,OAAO,oWAAqW,EAAC,UAAU,gBAAgB,mBAAmB,wCAAiD,SAAS,CAAc,EAAK,MAAM,CAAC,UAAU,eAAgB,EAAC,CAAc,EAAK,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,UAAU,SAAsB,EAAM,MAAM,CAAC,UAAU,iBAAiB,SAAS,CAAc,EAAM,MAAM,CAAC,UAAU,gBAAgB,SAAS,CAAc,EAAK,EAAO,IAAI,CAAC,UAAU,iBAAiB,MAAM,CAAC,OAAO,GAAI,EAAC,SAAsB,EAAK,EAAI,CAAC,UAAU,gBAAgB,mBAAmB,eAAe,QAAQ,EAAE,IAAI,4kBAA4kB,aAAa,WAAW,oBAAmB,CAAK,EAAC,AAAC,EAAC,CAAc,EAAK,EAAS,CAAC,uBAAsB,EAAK,SAAsB,EAAA,EAAoB,CAAC,SAAsB,EAAK,KAAK,CAAC,MAAM,CAAC,kBAAkB,2CAA2C,uBAAuB,+EAA+E,qBAAqB,OAAO,0BAA0B,SAAS,uBAAuB,QAAQ,0BAA0B,SAAS,sBAAsB,oBAAqB,EAAC,SAAS,uCAAiD,EAAC,AAAC,EAAC,CAAC,UAAU,iBAAiB,MAAM,CAAC,gCAAiC,EAAC,kBAAkB,MAAM,oBAAmB,CAAK,EAAC,CAAc,EAAK,EAAO,IAAI,CAAC,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAG,EAAC,SAAsB,EAAK,EAAI,CAAC,UAAU,iBAAiB,mBAAmB,cAAc,QAAQ,EAAE,IAAI,4kBAA4kB,aAAa,WAAW,oBAAmB,CAAK,EAAC,AAAC,EAAC,AAAC,CAAC,EAAC,CAAc,EAAM,GAAgB,CAAC,kBAAkB,CAAC,WAAW,CAAY,EAAC,uBAAsB,EAAK,gBAAgB,EAAW,eAAe,EAAW,oCAAmC,EAAK,oBAAoB,GAAG,iBAAgB,EAAM,gBAAgB,EAAE,UAAU,iBAAiB,SAAS,CAAc,EAAK,EAAe,CAAC,kBAAkB,CAAC,WAAW,CAAY,EAAC,uBAAsB,EAAK,gBAAgB,EAAW,eAAe,EAAW,oCAAmC,EAAK,oBAAoB,GAAG,uBAAsB,EAAK,iBAAgB,EAAM,gBAAgB,EAAE,SAAsB,EAAA,EAAoB,CAAC,SAAsB,EAAK,KAAK,CAAC,MAAM,CAAC,kBAAkB,2CAA2C,uBAAuB,6EAA6E,qBAAqB,OAAO,0BAA0B,SAAS,uBAAuB,QAAQ,0BAA0B,SAAS,sBAAsB,gBAAiB,EAAC,SAAS,4BAA6B,EAAC,AAAC,EAAC,CAAC,UAAU,gBAAgB,MAAM,CAAC,+BAAgC,EAAC,kBAAkB,MAAM,oBAAmB,CAAK,EAAC,CAAc,EAAK,EAAI,CAAC,UAAU,iBAAiB,mBAAmB,gBAAgB,KAAK,QAAQ,gBAAgB,GAAG,eAAe,IAAI,IAAI,kkEAAkkE,oBAAmB,CAAK,EAAC,CAAc,EAAM,EAAI,CAAC,UAAU,iBAAiB,mBAAmB,gBAAgB,QAAQ,EAAE,yBAAwB,EAAM,IAAI,inNAAinN,oBAAmB,EAAK,SAAS,CAAc,EAAK,EAAI,CAAC,UAAU,gBAAgB,QAAQ,EAAE,yBAAwB,EAAM,IAAI,+pBAA+pB,oBAAmB,CAAK,EAAC,CAAc,EAAK,EAAI,CAAC,UAAU,gBAAgB,QAAQ,EAAE,yBAAwB,EAAM,IAAI,omBAAomB,oBAAmB,CAAK,EAAC,CAAc,EAAK,EAAI,CAAC,UAAU,iBAAiB,QAAQ,EAAE,yBAAwB,EAAM,IAAI,0+BAA0+B,oBAAmB,CAAK,EAAC,CAAc,EAAK,EAAI,CAAC,UAAU,gBAAgB,QAAQ,EAAE,yBAAwB,EAAM,IAAI,gbAAgb,oBAAmB,CAAK,EAAC,CAAc,EAAK,EAAI,CAAC,UAAU,gBAAgB,QAAQ,EAAE,yBAAwB,EAAM,IAAI,itBAAitB,oBAAmB,CAAK,EAAC,CAAc,EAAK,EAAI,CAAC,UAAU,iBAAiB,QAAQ,EAAE,yBAAwB,EAAM,IAAI,gxBAAgxB,oBAAmB,CAAK,EAAC,CAAc,EAAK,EAAI,CAAC,UAAU,gBAAgB,QAAQ,EAAE,yBAAwB,EAAM,IAAI,weAAwe,oBAAmB,CAAK,EAAC,CAAc,EAAK,EAAI,CAAC,UAAU,gBAAgB,QAAQ,EAAE,yBAAwB,EAAM,IAAI,qmBAAqmB,oBAAmB,CAAK,EAAC,CAAc,EAAK,EAAI,CAAC,UAAU,iBAAiB,QAAQ,EAAE,yBAAwB,EAAM,IAAI,yeAAye,oBAAmB,CAAK,EAAC,CAAc,EAAK,EAAI,CAAC,UAAU,iBAAiB,QAAQ,EAAE,yBAAwB,EAAM,IAAI,6NAA6N,oBAAmB,CAAK,EAAC,CAAc,EAAK,EAAI,CAAC,UAAU,gBAAgB,QAAQ,EAAE,yBAAwB,EAAM,IAAI,oWAAoW,oBAAmB,CAAK,EAAC,CAAc,EAAK,EAAI,CAAC,UAAU,iBAAiB,QAAQ,EAAE,yBAAwB,EAAM,IAAI,q+BAAq+B,oBAAmB,CAAK,EAAC,CAAc,EAAK,EAAI,CAAC,UAAU,iBAAiB,QAAQ,EAAE,yBAAwB,EAAM,IAAI,4qBAA4qB,oBAAmB,CAAK,EAAC,AAAC,CAAC,EAAC,AAAC,CAAC,EAAC,AAAC,CAAC,EAAC,AAAC,EAAC,AAAC,CAAC,EAAC,CAAc,EAAMA,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQ,GAA2B,GAAmB,GAAG,GAAG,EAAE,KAAK,CAAC,YAAY,KAAK,WAAW,KAAK,MAAM,GAAmB,OAAO,QAAQ,IAAI,uEAAuE,OAAO,oWAAqW,EAAC,UAAU,iBAAiB,mBAAmB,2BAAiC,SAAS,CAAc,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,UAAU,SAAS,CAAc,EAAK,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,YAAe,MAAM,CAAC,OAAO,GAAI,EAAC,SAAsB,EAAK,EAAI,CAAC,UAAU,iBAAiB,mBAAmB,OAAO,QAAQ,EAAE,IAAI,omDAAgnD,aAAa,YAAY,oBAAmB,CAAK,EAAC,AAAC,EAAC,CAAc,EAAK,EAAe,CAAC,kBAAkB,CAAC,WAAW,CAAY,EAAC,uBAAsB,EAAK,gBAAgB,EAAW,eAAe,EAAW,oCAAmC,EAAK,oBAAoB,GAAG,uBAAsB,EAAK,iBAAgB,EAAM,gBAAgB,EAAE,SAAsB,EAAA,EAAoB,CAAC,SAAsB,EAAK,KAAK,CAAC,MAAM,CAAC,kBAAkB,+CAA+C,uBAAuB,mFAAmF,qBAAqB,OAAO,0BAA0B,SAAS,uBAAuB,QAAQ,0BAA0B,SAAS,sBAAsB,qBAAqB,0BAA0B,WAAY,EAAC,SAAS,0BAAiC,EAAC,AAAC,EAAC,CAAC,UAAU,iBAAiB,MAAM,CAAC,kCAAmC,EAAC,kBAAkB,MAAM,oBAAmB,CAAK,EAAC,CAAc,EAAK,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,WAAc,SAAsB,EAAK,EAAI,CAAC,UAAU,gBAAgB,mBAAmB,OAAO,QAAQ,EAAE,IAAI,omDAAgnD,aAAa,YAAY,oBAAmB,CAAK,EAAC,AAAC,EAAC,AAAC,CAAC,EAAC,CAAc,EAAK,MAAM,CAAC,UAAU,eAAgB,EAAC,AAAC,CAAC,EAAC,CAAc,EAAMA,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQ,GAA2B,GAAmB,GAAG,GAAG,EAAE,KAAK,CAAC,YAAY,KAAK,WAAW,KAAK,MAAM,GAAmB,OAAO,QAAQ,IAAI,uEAAuE,OAAO,oWAAqW,EAAC,UAAU,gBAAgB,mBAAmB,UAAU,SAAS,CAAc,EAAK,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,SAAU,EAAC,CAAc,EAAM,MAAM,CAAC,UAAU,iBAAiB,SAAS,CAAc,EAAKA,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,YAAY,IAAI,WAAW,KAAK,UAAU,QAAQ,UAAU,QAAQ,MAAM,QAAQ,IAAI,sEAAsE,OAAO,uKAAwK,EAAC,UAAU,eAAgB,EAAC,CAAc,EAAK,MAAM,CAAC,UAAU,iBAAiB,SAAsB,EAAKA,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,YAAY,KAAK,WAAW,KAAK,UAAU,SAAS,UAAU,SAAS,MAAM,QAAQ,IAAI,sEAAsE,OAAO,mQAAoQ,EAAC,UAAU,eAAgB,EAAC,AAAC,EAAC,AAAC,CAAC,EAAC,AAAC,CAAC,EAAC,CAAc,EAAMA,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQ,GAA2B,GAAmB,GAAG,GAAG,EAAE,KAAK,CAAC,YAAY,KAAK,WAAW,KAAK,MAAM,GAAmB,OAAO,QAAQ,IAAI,uEAAuE,OAAO,oWAAqW,EAAC,UAAU,iBAAiB,mBAAmB,SAAS,SAAS,CAAc,EAAK,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,SAAU,EAAC,CAAc,EAAM,MAAM,CAAC,UAAU,gBAAgB,SAAS,CAAc,EAAK,MAAM,CAAC,UAAU,gBAAgB,SAAsB,EAAKA,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,YAAY,KAAK,WAAW,KAAK,UAAU,SAAS,UAAU,SAAS,MAAM,QAAQ,IAAI,wEAAwE,OAAO,yQAA0Q,EAAC,UAAU,eAAgB,EAAC,AAAC,EAAC,CAAc,EAAKA,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,YAAY,IAAI,WAAW,KAAK,UAAU,QAAQ,UAAU,QAAQ,MAAM,QAAQ,IAAI,qEAAqE,OAAO,qKAAsK,EAAC,UAAU,gBAAiB,EAAC,AAAC,CAAC,EAAC,AAAC,CAAC,EAAC,CAAc,EAAMA,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQ,GAA2B,GAAmB,GAAG,GAAG,EAAE,KAAK,CAAC,YAAY,KAAK,WAAW,KAAK,MAAM,GAAmB,OAAO,QAAQ,IAAI,uEAAuE,OAAO,oWAAqW,EAAC,UAAU,gBAAgB,mBAAmB,UAAa,SAAS,CAAc,EAAK,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,SAAU,EAAC,CAAc,EAAM,MAAM,CAAC,UAAU,gBAAgB,SAAS,CAAc,EAAKA,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,YAAY,IAAI,WAAW,KAAK,UAAU,QAAQ,UAAU,QAAQ,MAAM,QAAQ,IAAI,sEAAsE,OAAO,uKAAwK,EAAC,UAAU,gBAAiB,EAAC,CAAc,EAAK,MAAM,CAAC,UAAU,gBAAgB,SAAsB,EAAKA,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,YAAY,KAAK,WAAW,KAAK,UAAU,SAAS,UAAU,SAAS,MAAM,QAAQ,IAAI,uEAAuE,OAAO,sQAAuQ,EAAC,UAAU,eAAgB,EAAC,AAAC,EAAC,AAAC,CAAC,EAAC,AAAC,CAAC,EAAC,CAAc,EAAMA,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQ,GAA2B,GAAmB,GAAG,GAAG,EAAE,KAAK,CAAC,YAAY,KAAK,WAAW,KAAK,MAAM,GAAmB,OAAO,QAAQ,IAAI,uEAAuE,OAAO,oWAAqW,EAAC,UAAU,iBAAiB,mBAAmB,iBAAiB,SAAS,CAAc,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,UAAU,SAAS,CAAc,EAAK,EAAe,CAAC,kBAAkB,CAAC,WAAW,CAAY,EAAC,uBAAsB,EAAK,gBAAgB,EAAW,eAAe,EAAW,oCAAmC,EAAK,oBAAoB,GAAG,uBAAsB,EAAK,iBAAgB,EAAM,gBAAgB,EAAE,SAAsB,EAAA,EAAoB,CAAC,SAAsB,EAAK,KAAK,CAAC,MAAM,CAAC,kBAAkB,2CAA2C,uBAAuB,+EAA+E,qBAAqB,OAAO,0BAA0B,SAAS,uBAAuB,QAAQ,0BAA0B,SAAS,sBAAsB,oBAAqB,EAAC,SAAS,wGAAkH,EAAC,AAAC,EAAC,CAAC,UAAU,gBAAgB,MAAM,CAAC,gCAAiC,EAAC,kBAAkB,GAAmB,kBAAkB,MAAM,oBAAmB,CAAK,EAAC,CAAc,EAAK,MAAM,CAAC,UAAU,eAAe,mBAAmB,cAAiB,SAAsB,EAAK,EAAI,CAAC,UAAU,gBAAgB,mBAAmB,QAAQ,QAAQ,EAAE,OAAO,EAAE,IAAI,2kBAA8kB,aAAa,YAAY,oBAAmB,CAAK,EAAC,AAAC,EAAC,CAAc,EAAK,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,cAAiB,MAAM,CAAC,OAAO,GAAI,EAAC,SAAsB,EAAK,EAAI,CAAC,UAAU,iBAAiB,mBAAmB,QAAQ,QAAQ,EAAE,IAAI,2kBAA8kB,aAAa,YAAY,oBAAmB,CAAK,EAAC,AAAC,EAAC,AAAC,CAAC,EAAC,CAAc,EAAK,MAAM,CAAC,UAAU,cAAe,EAAC,AAAC,CAAC,EAAC,CAAc,EAAKA,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQ,GAA2B,GAAmB,GAAG,GAAG,EAAE,KAAK,CAAC,YAAY,KAAK,WAAW,KAAK,MAAM,GAAmB,OAAO,QAAQ,IAAI,uEAAuE,OAAO,oWAAqW,EAAC,UAAU,iBAAiB,mBAAmB,UAAU,SAAsB,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,UAAU,SAAS,CAAc,EAAKA,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,MAAM,eAAe,MAAM,QAAQ,GAA2B,GAAmB,GAAG,GAAG,EAAE,KAAK,EAAE,GAAG,IAAI,CAAC,YAAY,KAAK,WAAW,KAAK,MAAM,QAAQ,IAAI,wFAAwF,OAAO,gQAAiQ,EAAC,UAAU,gBAAgB,mBAAmB,UAAU,kBAAkB,EAAmB,EAAC,CAAc,EAAK,EAAS,CAAC,uBAAsB,EAAK,SAAsB,EAAA,EAAoB,CAAC,SAAsB,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,2CAA2C,uBAAuB,+EAA+E,qBAAqB,OAAO,0BAA0B,UAAU,uBAAuB,QAAQ,0BAA0B,SAAS,sBAAsB,iBAAkB,EAAC,SAAS,qCAAyC,EAAC,AAAC,EAAC,CAAC,UAAU,iBAAiB,MAAM,CAAC,gCAAiC,EAAC,GAAG,UAAU,kBAAkB,MAAM,oBAAmB,CAAK,EAAC,CAAc,EAAK,EAAO,IAAI,CAAC,UAAU,gBAAgB,MAAM,CAAC,OAAO,GAAI,EAAC,SAAsB,EAAK,EAAI,CAAC,UAAU,iBAAiB,mBAAmB,SAAS,QAAQ,EAAE,IAAI,gqDAAgqD,aAAa,YAAY,oBAAmB,CAAK,EAAC,AAAC,EAAC,CAAc,EAAK,EAAS,CAAC,uBAAsB,EAAK,SAAsB,EAAA,EAAoB,CAAC,SAAsB,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,2CAA2C,uBAAuB,+EAA+E,qBAAqB,OAAO,0BAA0B,UAAU,uBAAuB,QAAQ,0BAA0B,SAAS,sBAAsB,iBAAkB,EAAC,SAAS,iCAAqC,EAAC,AAAC,EAAC,CAAC,UAAU,iBAAiB,MAAM,CAAC,gCAAiC,EAAC,GAAG,UAAU,kBAAkB,MAAM,oBAAmB,CAAK,EAAC,CAAc,EAAK,EAAO,IAAI,CAAC,UAAU,gBAAgB,MAAM,CAAC,OAAO,IAAK,EAAC,SAAsB,EAAK,EAAI,CAAC,UAAU,iBAAiB,mBAAmB,cAAc,QAAQ,EAAE,IAAI,gqBAAgqB,aAAa,YAAY,oBAAmB,CAAK,EAAC,AAAC,EAAC,CAAc,EAAK,EAAS,CAAC,uBAAsB,EAAK,SAAsB,EAAA,EAAoB,CAAC,SAAsB,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,2CAA2C,uBAAuB,+EAA+E,qBAAqB,OAAO,0BAA0B,UAAU,uBAAuB,QAAQ,0BAA0B,SAAS,sBAAsB,iBAAkB,EAAC,SAAS,oBAAwB,EAAC,AAAC,EAAC,CAAC,UAAU,gBAAgB,MAAM,CAAC,gCAAiC,EAAC,GAAG,SAAS,kBAAkB,GAAmB,kBAAkB,MAAM,oBAAmB,CAAK,EAAC,CAAc,EAAK,MAAM,CAAC,UAAU,gBAAgB,SAAsB,EAAK,EAAI,CAAC,UAAU,iBAAiB,mBAAmB,cAAc,QAAQ,EAAE,IAAI,gqBAAgqB,aAAa,WAAW,oBAAmB,CAAK,EAAC,AAAC,EAAC,CAAc,EAAK,EAAS,CAAC,uBAAsB,EAAK,SAAsB,EAAA,EAAoB,CAAC,SAAsB,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,2CAA2C,uBAAuB,+EAA+E,qBAAqB,OAAO,0BAA0B,UAAU,uBAAuB,QAAQ,0BAA0B,SAAS,sBAAsB,iBAAkB,EAAC,SAAS,gDAAuD,EAAC,AAAC,EAAC,CAAC,UAAU,gBAAgB,MAAM,CAAC,gCAAiC,EAAC,GAAG,SAAS,kBAAkB,MAAM,oBAAmB,CAAK,EAAC,CAAc,EAAK,EAAO,IAAI,CAAC,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAG,EAAC,SAAsB,EAAK,EAAI,CAAC,UAAU,iBAAiB,mBAAmB,aAAa,QAAQ,EAAE,IAAI,4dAA4d,aAAa,WAAW,oBAAmB,CAAK,EAAC,AAAC,EAAC,CAAc,EAAK,EAAS,CAAC,uBAAsB,EAAK,SAAsB,EAAA,EAAoB,CAAC,SAAsB,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,2CAA2C,uBAAuB,+EAA+E,qBAAqB,OAAO,0BAA0B,UAAU,uBAAuB,QAAQ,0BAA0B,SAAS,sBAAsB,iBAAkB,EAAC,SAAS,kCAAmC,EAAC,AAAC,EAAC,CAAC,UAAU,iBAAiB,MAAM,CAAC,gCAAiC,EAAC,GAAG,UAAU,kBAAkB,MAAM,oBAAmB,CAAK,EAAC,CAAc,EAAK,EAAO,IAAI,CAAC,UAAU,iBAAiB,MAAM,CAAC,OAAO,GAAI,EAAC,SAAsB,EAAK,EAAI,CAAC,UAAU,gBAAgB,mBAAmB,aAAa,QAAQ,EAAE,IAAI,4dAA4d,aAAa,WAAW,oBAAmB,CAAK,EAAC,AAAC,EAAC,CAAc,EAAK,EAAS,CAAC,uBAAsB,EAAK,SAAsB,EAAA,EAAoB,CAAC,SAAsB,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,2CAA2C,uBAAuB,+EAA+E,qBAAqB,OAAO,0BAA0B,UAAU,uBAAuB,QAAQ,0BAA0B,SAAS,sBAAsB,iBAAkB,EAAC,SAAS,mBAAoB,EAAC,AAAC,EAAC,CAAC,UAAU,iBAAiB,MAAM,CAAC,gCAAiC,EAAC,GAAG,UAAU,kBAAkB,MAAM,oBAAmB,CAAK,EAAC,CAAc,EAAK,MAAM,CAAC,UAAU,gBAAgB,SAAsB,EAAK,EAAI,CAAC,UAAU,iBAAiB,mBAAmB,SAAS,QAAQ,EAAE,IAAI,gqDAAgqD,aAAa,YAAY,oBAAmB,CAAK,EAAC,AAAC,EAAC,AAAC,CAAC,EAAC,AAAC,EAAC,CAAc,EAAKA,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQ,GAA2B,GAAmB,GAAG,GAAG,EAAE,KAAK,CAAC,YAAY,IAAI,WAAW,KAAK,MAAM,GAAmB,OAAO,QAAQ,IAAI,uEAAuE,OAAO,yKAA0K,EAAC,UAAU,iBAAiB,mBAAmB,aAAc,EAAC,CAAc,EAAMA,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQ,GAA2B,GAAmB,GAAG,GAAG,EAAE,KAAK,CAAC,YAAY,KAAK,WAAW,KAAK,MAAM,GAAmB,OAAO,QAAQ,IAAI,uEAAuE,OAAO,oWAAqW,EAAC,UAAU,gBAAgB,mBAAmB,wBAA2B,SAAS,CAAc,EAAM,GAAgB,CAAC,kBAAkB,CAAC,WAAW,CAAY,EAAC,uBAAsB,EAAK,gBAAgB,EAAW,eAAe,EAAW,oCAAmC,EAAK,oBAAoB,GAAG,iBAAgB,EAAM,gBAAgB,EAAE,UAAU,gBAAgB,mBAAmB,UAAU,SAAS,CAAc,EAAK,EAAe,CAAC,kBAAkB,CAAC,WAAW,CAAY,EAAC,uBAAsB,EAAK,gBAAgB,EAAW,eAAe,EAAW,oCAAmC,EAAK,oBAAoB,GAAG,uBAAsB,EAAK,iBAAgB,EAAM,gBAAgB,EAAE,SAAsB,EAAA,EAAoB,CAAC,SAAsB,EAAK,KAAK,CAAC,MAAM,CAAC,kBAAkB,+CAA+C,uBAAuB,mFAAmF,qBAAqB,OAAO,0BAA0B,SAAS,uBAAuB,QAAQ,0BAA0B,SAAS,sBAAsB,gBAAiB,EAAC,SAAS,4BAAgC,EAAC,AAAC,EAAC,CAAC,UAAU,iBAAiB,MAAM,CAAC,kCAAmC,EAAC,kBAAkB,MAAM,oBAAmB,CAAK,EAAC,CAAc,EAAK,EAAI,CAAC,UAAU,gBAAgB,mBAAmB,gBAAgB,KAAK,QAAQ,gBAAgB,GAAG,eAAe,IAAI,IAAI,kkEAAkkE,oBAAmB,CAAK,EAAC,CAAc,EAAM,EAAI,CAAC,UAAU,iBAAiB,mBAAmB,gBAAgB,QAAQ,EAAE,yBAAwB,EAAM,IAAI,inNAAinN,oBAAmB,EAAK,SAAS,CAAc,EAAK,EAAI,CAAC,UAAU,gBAAgB,QAAQ,EAAE,yBAAwB,EAAM,IAAI,+pBAA+pB,oBAAmB,CAAK,EAAC,CAAc,EAAK,EAAI,CAAC,UAAU,gBAAgB,QAAQ,EAAE,yBAAwB,EAAM,IAAI,omBAAomB,oBAAmB,CAAK,EAAC,CAAc,EAAK,EAAI,CAAC,UAAU,iBAAiB,QAAQ,EAAE,yBAAwB,EAAM,IAAI,0+BAA0+B,oBAAmB,CAAK,EAAC,CAAc,EAAK,EAAI,CAAC,UAAU,gBAAgB,QAAQ,EAAE,yBAAwB,EAAM,IAAI,gbAAgb,oBAAmB,CAAK,EAAC,CAAc,EAAK,EAAI,CAAC,UAAU,gBAAgB,QAAQ,EAAE,yBAAwB,EAAM,IAAI,itBAAitB,oBAAmB,CAAK,EAAC,CAAc,EAAK,EAAI,CAAC,UAAU,gBAAgB,QAAQ,EAAE,yBAAwB,EAAM,IAAI,gxBAAgxB,oBAAmB,CAAK,EAAC,CAAc,EAAK,EAAI,CAAC,UAAU,iBAAiB,QAAQ,EAAE,yBAAwB,EAAM,IAAI,weAAwe,oBAAmB,CAAK,EAAC,CAAc,EAAK,EAAI,CAAC,UAAU,gBAAgB,QAAQ,EAAE,yBAAwB,EAAM,IAAI,qmBAAqmB,oBAAmB,CAAK,EAAC,CAAc,EAAK,EAAI,CAAC,UAAU,iBAAiB,QAAQ,EAAE,yBAAwB,EAAM,IAAI,yeAAye,oBAAmB,CAAK,EAAC,CAAc,EAAK,EAAI,CAAC,UAAU,gBAAgB,QAAQ,EAAE,yBAAwB,EAAM,IAAI,6NAA6N,oBAAmB,CAAK,EAAC,CAAc,EAAK,EAAI,CAAC,UAAU,gBAAgB,QAAQ,EAAE,yBAAwB,EAAM,IAAI,oWAAoW,oBAAmB,CAAK,EAAC,CAAc,EAAK,EAAI,CAAC,UAAU,gBAAgB,QAAQ,EAAE,yBAAwB,EAAM,IAAI,q+BAAq+B,oBAAmB,CAAK,EAAC,CAAc,EAAK,EAAI,CAAC,UAAU,iBAAiB,QAAQ,EAAE,yBAAwB,EAAM,IAAI,4qBAA4qB,oBAAmB,CAAK,EAAC,AAAC,CAAC,EAAC,AAAC,CAAC,EAAC,CAAc,EAAK,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,SAAU,EAAC,AAAC,CAAC,EAAC,CAAc,EAAMA,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQ,GAA2B,GAAmB,GAAG,GAAG,EAAE,OAAO,CAAC,YAAY,KAAK,WAAW,KAAK,MAAM,GAAmB,OAAO,QAAQ,IAAI,uEAAuE,OAAO,oWAAqW,EAAC,UAAU,iBAAiB,mBAAmB,QAAQ,SAAS,CAAc,EAAK,MAAM,CAAC,UAAU,eAAgB,EAAC,CAAc,EAAM,MAAM,CAAC,UAAU,gBAAgB,SAAS,CAAc,EAAKA,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQ,GAA2B,GAAmB,GAAG,GAAG,EAAE,OAAO,EAAE,EAAE,CAAC,YAAY,IAAI,WAAW,KAAK,OAAO,MAAM,GAAmB,OAAO,QAAQ,cAAc,IAAI,uEAAuE,OAAO,yKAA0K,EAAC,UAAU,gBAAiB,EAAC,CAAc,EAAK,MAAM,CAAC,UAAU,iBAAiB,SAAsB,EAAK,EAA0B,CAAC,SAAsB,EAAK,EAAU,CAAC,UAAU,0BAA0B,mBAAmB,cAAc,kBAAiB,EAAK,kBAAiB,EAAK,KAAK,cAAc,OAAO,YAAY,QAAQ,YAAY,SAAsB,EAAK,GAAM,CAAC,OAAO,OAAO,KAAK,uFAAuF,GAAG,YAAY,SAAS,YAAY,KAAK,cAAc,OAAO,MAAM,MAAM,CAAC,OAAO,OAAO,MAAM,MAAO,EAAC,KAAK,MAAM,IAAI,2EAA2E,MAAM,OAAO,KAAK,CAAE,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,CAAC,EAAC,AAAC,CAAC,EAAC,CAAc,EAAMA,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQ,GAA2B,GAAmB,GAAG,GAAG,EAAE,OAAO,CAAC,YAAY,KAAK,WAAW,KAAK,MAAM,GAAmB,OAAO,QAAQ,IAAI,uEAAuE,OAAO,oWAAqW,EAAC,UAAU,iBAAiB,mBAAmB,YAAY,SAAS,CAAc,EAAK,MAAM,CAAC,UAAU,eAAgB,EAAC,CAAc,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,UAAU,SAAS,CAAc,EAAM,MAAM,CAAC,UAAU,gBAAgB,SAAS,CAAc,EAAK,EAAS,CAAC,uBAAsB,EAAK,SAAsB,EAAA,EAAoB,CAAC,SAAsB,EAAK,KAAK,CAAC,MAAM,CAAC,kBAAkB,2CAA2C,uBAAuB,+EAA+E,qBAAqB,OAAO,0BAA0B,SAAS,uBAAuB,QAAQ,0BAA0B,SAAS,sBAAsB,oBAAqB,EAAC,SAAS,gBAAiB,EAAC,AAAC,EAAC,CAAC,UAAU,iBAAiB,MAAM,CAAC,gCAAiC,EAAC,kBAAkB,MAAM,oBAAmB,CAAK,EAAC,CAAc,EAAM,MAAM,CAAC,UAAU,gBAAgB,SAAS,CAAc,EAAK,EAAK,CAAC,KAAK,kDAAkD,aAAY,EAAK,OAAO,YAAY,QAAQ,YAAY,SAAsB,EAAK,EAAO,EAAE,CAAC,UAAU,+BAA+B,SAAsB,EAAK,EAA0B,CAAC,SAAsB,EAAK,EAAU,CAAC,UAAU,0BAA0B,kBAAiB,EAAK,kBAAiB,EAAK,OAAO,YAAY,QAAQ,YAAY,SAAsB,EAAKC,EAAQ,CAAC,MAAM,qBAAqB,OAAO,OAAO,WAAW,OAAO,cAAc,YAAY,GAAG,YAAY,SAAS,YAAY,UAAS,EAAM,cAAa,EAAK,MAAM,CAAC,OAAO,OAAO,MAAM,MAAO,EAAC,MAAM,MAAO,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,EAAC,CAAc,EAAK,EAAK,CAAC,KAAK,gDAAgD,aAAY,EAAK,OAAO,YAAY,QAAQ,YAAY,SAAsB,EAAK,EAAO,EAAE,CAAC,UAAU,+BAA+B,SAAsB,EAAK,EAA0B,CAAC,SAAsB,EAAK,EAAU,CAAC,UAAU,0BAA0B,kBAAiB,EAAK,kBAAiB,EAAK,OAAO,YAAY,QAAQ,YAAY,SAAsB,EAAKA,EAAQ,CAAC,MAAM,qBAAqB,OAAO,OAAO,WAAW,OAAO,cAAc,kBAAkB,GAAG,YAAY,SAAS,YAAY,UAAS,EAAM,cAAa,EAAK,MAAM,CAAC,OAAO,OAAO,MAAM,MAAO,EAAC,MAAM,MAAO,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,EAAC,CAAc,EAAK,EAAK,CAAC,KAAK,yDAAyD,aAAY,EAAK,OAAO,YAAY,QAAQ,YAAY,SAAsB,EAAK,EAAO,EAAE,CAAC,UAAU,+BAA+B,SAAsB,EAAK,EAA0B,CAAC,SAAsB,EAAK,EAAU,CAAC,UAAU,2BAA2B,kBAAiB,EAAK,kBAAiB,EAAK,OAAO,YAAY,QAAQ,YAAY,SAAsB,EAAKA,EAAQ,CAAC,MAAM,qBAAqB,OAAO,OAAO,WAAW,OAAO,cAAc,WAAW,GAAG,YAAY,SAAS,YAAY,UAAS,EAAM,cAAa,EAAK,MAAM,CAAC,OAAO,OAAO,MAAM,MAAO,EAAC,MAAM,MAAO,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,CAAC,EAAC,AAAC,CAAC,EAAC,CAAc,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,SAAS,SAAS,CAAc,EAAK,EAAK,CAAC,KAAK,kDAAkD,aAAY,EAAK,OAAO,YAAY,QAAQ,YAAY,SAAsB,EAAK,EAAO,EAAE,CAAC,UAAU,+BAA+B,mBAAmB,QAAW,SAAsB,EAAK,EAA0B,CAAC,SAAsB,EAAK,EAAU,CAAC,UAAU,0BAA0B,mBAAmB,UAAU,kBAAiB,EAAK,kBAAiB,EAAK,KAAK,UAAU,OAAO,YAAY,QAAQ,YAAY,SAAsB,EAAK,EAAM,CAAC,gBAAgB,mBAAmB,aAAa,GAAG,iBAAiB,GAAG,kBAAkB,GAAG,UAAS,EAAM,OAAO,OAAO,GAAG,YAAY,qBAAoB,EAAM,SAAS,YAAY,MAAK,EAAK,OAAM,EAAK,KAAK,UAAU,UAAU,OAAO,SAAQ,EAAK,OAAO,sEAAsE,eAAc,EAAK,QAAQ,uEAAuE,QAAQ,SAAS,OAAO,uEAAuE,UAAU,EAAE,MAAM,CAAC,OAAO,OAAO,MAAM,MAAO,EAAC,cAAc,GAAG,eAAe,GAAG,OAAO,GAAG,MAAM,MAAO,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,EAAC,CAAc,EAAK,EAAK,CAAC,KAAK,kDAAkD,aAAY,EAAK,OAAO,YAAY,QAAQ,YAAY,SAAsB,EAAKD,EAAM,CAAC,GAAG,IAAI,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,gBAAgB,IAAI,eAAe,IAAI,QAAQ,GAA2B,GAAmB,GAAG,GAAG,EAAE,OAAO,KAAK,EAAE,IAAI,EAAE,CAAC,YAAY,KAAK,WAAW,IAAI,UAAU,SAAS,UAAU,SAAS,MAAM,QAAQ,IAAI,yFAAyF,OAAO,sKAAuK,EAAC,UAAU,8BAA8B,mBAAmB,SAAU,EAAC,AAAC,EAAC,CAAc,EAAK,EAAK,CAAC,KAAK,kDAAkD,aAAY,EAAK,OAAO,YAAY,QAAQ,YAAY,SAAsB,EAAK,EAAO,EAAE,CAAC,UAAU,+BAA+B,mBAAmB,QAAW,SAAsB,EAAK,EAA0B,CAAC,SAAsB,EAAK,EAAU,CAAC,UAAU,2BAA2B,mBAAmB,UAAU,kBAAiB,EAAK,kBAAiB,EAAK,KAAK,UAAU,OAAO,YAAY,QAAQ,YAAY,SAAsB,EAAK,EAAM,CAAC,gBAAgB,mBAAmB,aAAa,GAAG,iBAAiB,GAAG,kBAAkB,GAAG,UAAS,EAAM,OAAO,OAAO,GAAG,YAAY,qBAAoB,EAAM,SAAS,YAAY,MAAK,EAAK,OAAM,EAAK,KAAK,UAAU,UAAU,OAAO,SAAQ,EAAK,OAAO,uEAAuE,eAAc,EAAK,QAAQ,oEAAoE,QAAQ,SAAS,OAAO,uEAAuE,UAAU,EAAE,MAAM,CAAC,OAAO,OAAO,MAAM,MAAO,EAAC,cAAc,GAAG,eAAe,GAAG,OAAO,GAAG,MAAM,MAAO,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,CAAC,EAAC,AAAC,CAAC,EAAC,AAAC,CAAC,EAAC,CAAc,EAAMA,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQ,GAA2B,GAAmB,GAAG,GAAG,EAAE,OAAO,CAAC,YAAY,KAAK,WAAW,KAAK,MAAM,GAAmB,OAAO,QAAQ,IAAI,uEAAuE,OAAO,oWAAqW,EAAC,UAAU,iBAAiB,mBAAmB,UAAU,SAAS,CAAc,EAAK,MAAM,CAAC,UAAU,eAAgB,EAAC,CAAc,EAAM,MAAM,CAAC,UAAU,iBAAiB,SAAS,CAAc,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,UAAU,SAAS,CAAc,EAAK,EAAS,CAAC,uBAAsB,EAAK,SAAsB,EAAA,EAAoB,CAAC,SAAsB,EAAK,KAAK,CAAC,MAAM,CAAC,kBAAkB,+CAA+C,uBAAuB,mFAAmF,qBAAqB,OAAO,0BAA0B,SAAS,uBAAuB,QAAQ,0BAA0B,SAAS,sBAAsB,oBAAqB,EAAC,SAAS,qBAAsB,EAAC,AAAC,EAAC,CAAC,UAAU,gBAAgB,MAAM,CAAC,kCAAmC,EAAC,kBAAkB,MAAM,oBAAmB,CAAK,EAAC,CAAc,EAAK,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,SAAS,SAAsB,EAAK,EAAc,CAAC,OAAO,oFAAoF,UAAU,gBAAgB,OAAO,YAAY,SAAS,GAAwB,EAAMK,EAAU,CAAC,SAAS,CAAc,EAAM,MAAM,CAAC,UAAU,iBAAiB,SAAS,CAAc,EAAM,QAAQ,CAAC,UAAU,iBAAiB,mBAAmB,MAAM,SAAS,CAAc,EAAK,EAAS,CAAC,uBAAsB,EAAK,SAAsB,EAAA,EAAoB,CAAC,SAAsB,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,KAAM,EAAC,AAAC,EAAC,CAAC,UAAU,iBAAiB,mBAAmB,QAAQ,MAAM,CAAC,OAAQ,EAAC,kBAAkB,MAAM,oBAAmB,CAAK,EAAC,CAAc,EAAKC,EAAmB,CAAC,UAAU,iBAAiB,UAAU,MAAM,YAAY,SAAS,KAAK,MAAO,EAAC,AAAC,CAAC,EAAC,CAAc,EAAM,QAAQ,CAAC,UAAU,eAAe,mBAAmB,QAAQ,SAAS,CAAc,EAAK,EAAS,CAAC,uBAAsB,EAAK,SAAsB,EAAA,EAAoB,CAAC,SAAsB,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,OAAQ,EAAC,AAAC,EAAC,CAAC,UAAU,gBAAgB,mBAAmB,QAAQ,MAAM,CAAC,OAAQ,EAAC,kBAAkB,MAAM,oBAAmB,CAAK,EAAC,CAAc,EAAKA,EAAmB,CAAC,UAAU,iBAAiB,UAAU,QAAQ,YAAY,mBAAmB,UAAS,EAAK,KAAK,OAAQ,EAAC,AAAC,CAAC,EAAC,AAAC,CAAC,EAAC,CAAc,EAAM,QAAQ,CAAC,UAAU,gBAAgB,mBAAmB,UAAU,SAAS,CAAc,EAAK,EAAS,CAAC,uBAAsB,EAAK,SAAsB,EAAA,EAAoB,CAAC,SAAsB,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,SAAU,EAAC,AAAC,EAAC,CAAC,UAAU,iBAAiB,mBAAmB,QAAQ,MAAM,CAAC,OAAQ,EAAC,kBAAkB,MAAM,oBAAmB,CAAK,EAAC,CAAc,EAAKA,EAAmB,CAAC,UAAU,gBAAgB,UAAU,UAAU,YAAY,mBAAmB,UAAS,EAAK,KAAK,UAAW,EAAC,AAAC,CAAC,EAAC,CAAc,EAAK,EAA0B,CAAC,OAAO,GAAG,OAAO,UAAU,GAAmB,OAAO,QAAQ,wBAAwB,SAAsB,EAAK,EAAU,CAAC,UAAU,0BAA0B,OAAO,YAAY,QAAQ,YAAY,SAAsB,EAAKJ,GAAO,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,OAAO,OAAO,MAAM,MAAO,EAAC,KAAK,SAAS,QAAQ,GAAa,EAAU,CAAC,QAAQ,YAAY,QAAQ,WAAY,EAAC,YAAY,CAAC,MAAM,MAAO,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,CAAC,EAAC,AAAC,EAAC,AAAC,EAAC,AAAC,CAAC,EAAC,CAAc,EAAKF,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQ,GAA2B,GAAmB,GAAG,GAAG,EAAE,OAAO,EAAE,EAAE,CAAC,YAAY,IAAI,WAAW,KAAK,OAAO,MAAM,GAAmB,OAAO,QAAQ,cAAc,IAAI,sEAAsE,OAAO,uKAAwK,EAAC,UAAU,gBAAiB,EAAC,AAAC,CAAC,EAAC,AAAC,CAAC,EAAC,CAAc,EAAKA,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQ,GAA2B,GAAmB,GAAG,GAAG,EAAE,OAAO,CAAC,YAAY,KAAK,WAAW,KAAK,MAAM,GAAmB,OAAO,QAAQ,IAAI,uEAAuE,OAAO,oWAAqW,EAAC,UAAU,gBAAgB,mBAAmB,0BAA0B,SAAsB,EAAM,MAAM,CAAC,UAAU,iBAAiB,SAAS,CAAc,EAAM,MAAM,CAAC,UAAU,gBAAgB,SAAS,CAAc,EAAK,EAAI,CAAC,UAAU,gBAAgB,mBAAmB,WAAW,KAAK,QAAQ,gBAAgB,IAAI,eAAe,IAAI,IAAI,4iMAA4iM,oBAAmB,CAAK,EAAC,CAAc,EAAK,EAAS,CAAC,uBAAsB,EAAK,SAAsB,EAAA,EAAoB,CAAC,SAAsB,EAAK,KAAK,CAAC,MAAM,CAAC,kBAAkB,2CAA2C,uBAAuB,+EAA+E,qBAAqB,OAAO,0BAA0B,UAAU,uBAAuB,QAAQ,0BAA0B,SAAS,sBAAsB,oBAAqB,EAAC,SAAS,eAAgB,EAAC,AAAC,EAAC,CAAC,UAAU,iBAAiB,MAAM,CAAC,gCAAiC,EAAC,kBAAkB,MAAM,oBAAmB,CAAK,EAAC,CAAc,EAAK,EAAI,CAAC,UAAU,iBAAiB,mBAAmB,mBAAmB,KAAK,QAAQ,gBAAgB,IAAI,eAAe,IAAI,IAAI,gqOAAgqO,oBAAmB,CAAK,EAAC,AAAC,CAAC,EAAC,CAAc,EAAK,EAAS,CAAC,uBAAsB,EAAK,SAAsB,EAAA,EAAoB,CAAC,SAAsB,EAAK,IAAI,CAAC,MAAM,CAAC,qBAAqB,OAAO,0BAA0B,UAAU,sBAAsB,oBAAqB,EAAC,SAAS,iEAAkE,EAAC,AAAC,EAAC,CAAC,UAAU,iBAAiB,MAAM,CAAC,OAAQ,EAAC,kBAAkB,MAAM,oBAAmB,CAAK,EAAC,CAAc,EAAK,EAAS,CAAC,uBAAsB,EAAK,SAAsB,EAAA,EAAoB,CAAC,SAAsB,EAAK,IAAI,CAAC,MAAM,CAAC,qBAAqB,OAAO,0BAA0B,UAAU,sBAAsB,oBAAqB,EAAC,SAAS,mDAA6D,EAAC,AAAC,EAAC,CAAC,UAAU,iBAAiB,MAAM,CAAC,OAAQ,EAAC,kBAAkB,MAAM,oBAAmB,CAAK,EAAC,AAAC,CAAC,EAAC,AAAC,EAAC,AAAC,CAAC,EAAC,CAAc,EAAK,MAAM,CAAC,GAAG,SAAU,EAAC,AAAC,CAAC,EAAC,AAAC,EAAC,AAAE,EAAC,CAAO,GAAI,CAAC,kFAAkF,gFAAgF,mSAAmS,kSAAkS,wTAAwT,6HAA6H,2UAA2U,iXAAiX,gRAAgR,kRAAkR,+TAA+T,+HAA+H,4PAA4P,gRAAgR,0RAA0R,yMAAyM,mHAAmH,qIAAqI,uIAAuI,yIAAyI,uIAAuI,wIAAwI,yIAAyI,yIAAyI,wIAAwI,yIAAyI,yIAAyI,wIAAwI,yIAAyI,yIAAyI,0QAA0Q,uRAAuR,iHAAiH,qLAAqL,8QAA8Q,iHAAiH,oLAAoL,uVAAuV,kMAAkM,2TAA2T,0ZAA0Z,yQAAyQ,6PAA6P,sRAAsR,oRAAoR,gVAAgV,sJAAsJ,mLAAmL,qJAAqJ,qLAAqL,wTAAwT,sRAAsR,mHAAmH,8PAA8P,mTAAmT,sJAAsJ,sNAAsN,oTAAoT,sJAAsJ,sLAAsL,8UAA8U,qLAAqL,sLAAsL,uTAAuT,oLAAoL,oNAAoN,sTAAsT,yJAAyJ,uTAAuT,yJAAyJ,qRAAqR,4RAA4R,4UAA4U,0RAA0R,8HAA8H,uWAAuW,oHAAoH,gIAAgI,6KAA6K,8HAA8H,wUAAwU,qRAAqR,iSAAiS,wIAAwI,oNAAoN,uKAAuK,gOAAgO,2QAA2Q,2VAA2V,gPAAgP,sVAAsV,8HAA8H,6SAA6S,yVAAyV,iRAAiR,4SAA4S,kSAAkS,4RAA4R,8QAA8Q,ySAAyS,syBAAsyB,yQAAyQ,k2BAAk2B,wGAAwG,mHAAmH,6HAA6H,+RAA+R,4QAA4Q,0KAA0K,2KAA2K,6KAA6K,GAAA,EAAmB,EAajkjI,EAAgB,GAAQ,GAAU,GAAI,eAAe,IAAgB,EAAgB,EAAgB,YAAY,OAAO,EAAgB,aAAa,CAAC,OAAO,OAAO,MAAM,IAAK,EAAC,EAAS,EAAgB,CAAC,CAAC,eAAc,EAAK,MAAM,CAAC,CAAC,OAAO,0BAA0B,OAAO,SAAS,IAAI,uEAAwE,EAAC,CAAC,OAAO,yBAAyB,OAAO,SAAS,IAAI,wEAAyE,EAAC,CAAC,OAAO,4BAA4B,OAAO,SAAS,IAAI,uEAAwE,EAAC,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,0EAA0E,IAAI,yEAAyE,OAAO,KAAM,EAAC,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,wDAAwD,IAAI,yEAAyE,OAAO,KAAM,EAAC,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAM,EAAC,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAM,EAAC,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,uGAAuG,IAAI,wEAAwE,OAAO,KAAM,EAAC,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,6JAA6J,IAAI,sEAAsE,OAAO,KAAM,EAAC,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,oGAAoG,IAAI,wEAAwE,OAAO,KAAM,EAAC,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,IAAI,0GAA0G,OAAO,KAAM,CAAC,CAAC,EAAC,GAAG,GAAW,GAAG,GAAa,GAAG,GAAW,GAAG,GAAY,GAAG,GAAA,GAA0C,AAAC,EAAC,CAAC,8BAA6B,CAAK,EAAC,CAC37E,GAAqB,CAAC,QAAU,CAAC,QAAU,CAAC,KAAO,iBAAiB,KAAO,kBAAkB,MAAQ,CAAE,EAAC,YAAc,CAAC,qBAAuB,OAAO,kBAAoB,OAAO,4BAA8B,OAAO,sBAAwB,SAAS,yBAA2B,QAAQ,qBAAuB,4BAA4B,sBAAwB,IAAI,oCAAsC,4EAA0F,yBAA2B,OAAO,qBAAuB,OAAO,6BAA+B,MAAO,CAAC,EAAC,MAAQ,CAAC,KAAO,SAAS,YAAc,CAAC,sBAAwB,GAAI,CAAC,EAAC,mBAAqB,CAAC,KAAO,UAAW,CAAC,CAAC"}