{"version":3,"file":"W2_m4eOeZ.CF9gSyMx.mjs","names":["useMemo","useMemo","addPropertyOverrides","cycleOrder","serializationHash","variantClassNames","transition1","Transition","React.useContext","React.useMemo","Variants","React.Fragment","humanReadableVariantMap","getProps","createLayoutDependency","useRef","React.useId","className","addPropertyOverrides","MenuMenuItemFonts","MenuMenuItem","LogoFonts","Logo","ButtonsButton","ElementsMenuIcon","cycleOrder","serializationHash","variantClassNames","transition1","Transition","React.useContext","React.useMemo","Variants","React.Fragment","humanReadableVariantMap","getProps","createLayoutDependency","useRef","React.useId","className","log","isEmptyObject","removeUndefined","IntercomAPI","initialize","i","l","x","mapMessengerAttributesToRawMessengerAttributes","mapDataAttributesCompanyToRawDataAttributesCompany","mapDataAttributesAvatarToRawDataAttributesAvatar","mapDataAttributesToRawDataAttributes","mapIntercomPropsToRawIntercomProps","IntercomProvider","useRef","useCallback","useMemo","createElement","emptyStateStyle","defaultEmptyStateStyle","Logo","SocialIcon","MenuMenuItem","React.useContext","React.useMemo","React.Fragment","useRef","React.useId","sharedStyle.className","sharedStyle1.className","sharedStyle2.className","sharedStyle3.className","className","sharedStyle.css","sharedStyle1.css","sharedStyle2.css","sharedStyle3.css","sharedStyle.fonts","sharedStyle1.fonts","sharedStyle2.fonts","sharedStyle3.fonts"],"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/zGkoP8tPDCkoBzMdt5uq/0zFSjxIYliHxrQQnryFX/useControlledState.js","https:/framerusercontent.com/modules/5SM58HxZHxjjv7aLMOgQ/WXz9i6mVki0bBCrKdqB3/propUtils.js","https:/framerusercontent.com/modules/l0fzIpz8bqfVW6Q4VDM1/q4J3XJAzIUSQS9v3BVvr/d_MHbE1ht.js","https:/framerusercontent.com/modules/2Gs286qtQYqxDDFy0eCy/VFpYgFRKViv9aTnBRUwn/FCclOyVbj.js","https:/framer.com/m/framer/react-use-intercom.js@0.0.3","https:/framerusercontent.com/modules/cuQH4dmpDnV8YK1mSgQX/tTLhbOFToDhKcwOVmn8E/useFontControls.js","https:/framerusercontent.com/modules/afBE9Yx1W6bY5q32qPxe/AAh30yXzt1DUsOi1YwUY/useRenderTarget.js","https:/framer.com/m/framer/default-utils.js@^0.43.0","https:/framer.com/m/framer/integrations-styles.js@^0.2.0","https:/framerusercontent.com/modules/UIhUTcd796YH7Ndybys8/totj55n8qE3VYpdXhshW/Intercom.js","https:/framerusercontent.com/modules/2sT7XKL6QbhAmeSLc2j4/HkHkpZH2i4rIqVt4GsYs/W2_m4eOeZ.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\"}}}}","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","// Generated by Framer (2ac8f15)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const cycleOrder=[\"twqPqikYM\",\"EMyHnv4d4\"];const serializationHash=\"framer-NZ4GF\";const variantClassNames={EMyHnv4d4:\"framer-v-15ggxwf\",twqPqikYM:\"framer-v-1q26dpq\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};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={Burger:\"twqPqikYM\",X:\"EMyHnv4d4\"};const getProps=({color,height,id,tap,width,...props})=>{return{...props,iWF8EWIN1:color??props.iWF8EWIN1??\"var(--token-7338f997-3db2-4065-98e4-6bcba8c753f4, rgb(255, 255, 255))\",TBgHLr7MW:tap??props.TBgHLr7MW,variant:humanReadableVariantMap[props.variant]??props.variant??\"twqPqikYM\"};};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,TBgHLr7MW,iWF8EWIN1,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"twqPqikYM\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap2h2130=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(TBgHLr7MW){const res=await TBgHLr7MW(...args);if(res===false)return false;}setVariant(\"EMyHnv4d4\");});const onTap1dw0kow=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(TBgHLr7MW){const res=await TBgHLr7MW(...args);if(res===false)return false;}setVariant(\"twqPqikYM\");});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1q26dpq\",className,classNames),\"data-framer-name\":\"Burger\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"twqPqikYM\",onTap:onTap2h2130,ref:refBinding,style:{...style},...addPropertyOverrides({EMyHnv4d4:{\"data-framer-name\":\"X\",onTap:onTap1dw0kow}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-12w4m4n\",layoutDependency:layoutDependency,layoutId:\"rMj1S7Eqy\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ofysfj\",\"data-framer-name\":\"Bottom\",layoutDependency:layoutDependency,layoutId:\"CIPduV3lw\",style:{backgroundColor:iWF8EWIN1,rotate:0},variants:{EMyHnv4d4:{rotate:-45}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-aftnps\",\"data-framer-name\":\"Top\",layoutDependency:layoutDependency,layoutId:\"uvr6NIceT\",style:{backgroundColor:iWF8EWIN1,rotate:0},variants:{EMyHnv4d4:{rotate:45}}})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-NZ4GF.framer-nkewtr, .framer-NZ4GF .framer-nkewtr { display: block; }\",\".framer-NZ4GF.framer-1q26dpq { cursor: pointer; height: 32px; overflow: hidden; position: relative; width: 32px; }\",\".framer-NZ4GF .framer-12w4m4n { flex: none; height: 18px; left: calc(50.00000000000002% - 18px / 2); overflow: visible; position: absolute; top: calc(50.00000000000002% - 18px / 2); width: 18px; }\",\".framer-NZ4GF .framer-1ofysfj { bottom: 3px; flex: none; height: 2px; left: 0px; overflow: hidden; position: absolute; right: 0px; }\",\".framer-NZ4GF .framer-aftnps { flex: none; height: 2px; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 3px; }\",\".framer-NZ4GF.framer-v-15ggxwf .framer-1ofysfj { bottom: unset; left: -4px; right: -4px; top: calc(50.00000000000002% - 2px / 2); }\",\".framer-NZ4GF.framer-v-15ggxwf .framer-aftnps { left: unset; right: -4px; top: calc(50.00000000000002% - 2px / 2); width: 26px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 32\n * @framerIntrinsicWidth 32\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"EMyHnv4d4\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"TBgHLr7MW\":\"tap\",\"iWF8EWIN1\":\"color\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const Framerd_MHbE1ht=withCSS(Component,css,\"framer-NZ4GF\");export default Framerd_MHbE1ht;Framerd_MHbE1ht.displayName=\"Elements/Menu Icon\";Framerd_MHbE1ht.defaultProps={height:32,width:32};addPropertyControls(Framerd_MHbE1ht,{variant:{options:[\"twqPqikYM\",\"EMyHnv4d4\"],optionTitles:[\"Burger\",\"X\"],title:\"Variant\",type:ControlType.Enum},TBgHLr7MW:{title:\"Tap\",type:ControlType.EventHandler},iWF8EWIN1:{defaultValue:'var(--token-7338f997-3db2-4065-98e4-6bcba8c753f4, rgb(255, 255, 255)) /* {\"name\":\"Neutral 01\"} */',title:\"Color\",type:ControlType.Color}});addFonts(Framerd_MHbE1ht,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerd_MHbE1ht\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"TBgHLr7MW\\\":\\\"tap\\\",\\\"iWF8EWIN1\\\":\\\"color\\\"}\",\"framerIntrinsicWidth\":\"32\",\"framerColorSyntax\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"EMyHnv4d4\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerAutoSizeImages\":\"true\",\"framerIntrinsicHeight\":\"32\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./d_MHbE1ht.map","// Generated by Framer (3ad0d99)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,ResolveLinks,SmartComponentScopedContainer,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useRouter,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import ElementsMenuIcon from\"https://framerusercontent.com/modules/l0fzIpz8bqfVW6Q4VDM1/q4J3XJAzIUSQS9v3BVvr/d_MHbE1ht.js\";import ButtonsButton from\"https://framerusercontent.com/modules/prKxvrXucxzgDvsDmBo8/5BL5YHN1fNa9w8vdm1EF/U7TsuZaF4.js\";import Logo from\"https://framerusercontent.com/modules/eITIftpuP7hmTHKERODW/z9JEHBBeB8vBE28BAYrj/wPgk_5xbq.js\";import MenuMenuItem from\"https://framerusercontent.com/modules/fZK0VxPitGtEk5X0YQco/D4McNFPvev4SmEOhlbGQ/zL18YwbvR.js\";const MenuMenuItemFonts=getFonts(MenuMenuItem);const LogoFonts=getFonts(Logo);const ButtonsButtonFonts=getFonts(ButtonsButton);const ElementsMenuIconFonts=getFonts(ElementsMenuIcon);const cycleOrder=[\"WVY7soFNR\",\"htefq0O0U\",\"d3zViP6Ll\",\"W3yhYdEWx\",\"j6DOewsfo\"];const serializationHash=\"framer-pN3P5\";const variantClassNames={d3zViP6Ll:\"framer-v-11ghdo7\",htefq0O0U:\"framer-v-gg19mw\",j6DOewsfo:\"framer-v-10qiesk\",W3yhYdEWx:\"framer-v-xzwdeo\",WVY7soFNR:\"framer-v-vgxi04\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const transformTemplate1=(_,t)=>`translateY(-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={\"Desktop (Trans)\":\"j6DOewsfo\",\"Fixed Close\":\"d3zViP6Ll\",\"Fixed Open\":\"W3yhYdEWx\",Desktop:\"WVY7soFNR\",Tablet:\"htefq0O0U\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"WVY7soFNR\"};};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:\"WVY7soFNR\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const TBgHLr7MW9pniix=activeVariantCallback(async(...args)=>{setVariant(\"W3yhYdEWx\");});const TBgHLr7MWtc9qd7=activeVariantCallback(async(...args)=>{setVariant(\"d3zViP6Ll\");});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if([\"htefq0O0U\",\"d3zViP6Ll\",\"W3yhYdEWx\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"W3yhYdEWx\")return false;return true;};const router=useRouter();const isDisplayed2=()=>{if([\"htefq0O0U\",\"d3zViP6Ll\"].includes(baseVariant))return false;return true;};const isDisplayed3=()=>{if(baseVariant===\"W3yhYdEWx\")return true;return false;};const isDisplayed4=()=>{if([\"htefq0O0U\",\"d3zViP6Ll\",\"W3yhYdEWx\"].includes(baseVariant))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.header,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-vgxi04\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"WVY7soFNR\",ref:refBinding,style:{backgroundColor:\"rgb(255, 255, 255)\",boxShadow:\"0px 2px 4px 0px rgba(153, 153, 153, 0.1)\",...style},variants:{d3zViP6Ll:{backgroundColor:\"var(--token-eea51c68-7dc6-44f4-be80-b1d62726bf6a, rgb(249, 249, 250))\",boxShadow:\"0px 1px 5px -3px rgba(0, 0, 0, 0.25)\"},j6DOewsfo:{backgroundColor:\"rgba(0, 0, 0, 0.1)\"},W3yhYdEWx:{backgroundColor:\"var(--token-eea51c68-7dc6-44f4-be80-b1d62726bf6a, rgb(249, 249, 250))\",boxShadow:\"0px 1px 5px -3px rgba(0, 0, 0, 0.25)\"}},...addPropertyOverrides({d3zViP6Ll:{\"data-framer-name\":\"Fixed Close\"},htefq0O0U:{\"data-framer-name\":\"Tablet\"},j6DOewsfo:{\"data-framer-name\":\"Desktop (Trans)\"},W3yhYdEWx:{\"data-framer-name\":\"Fixed Open\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ohqorp\",\"data-framer-name\":\"Container\",layoutDependency:layoutDependency,layoutId:\"XsBvPG9xO\",style:{borderBottomLeftRadius:66,borderBottomRightRadius:66,borderTopLeftRadius:66,borderTopRightRadius:66},children:[isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1x7tulu\",\"data-framer-name\":\"Top\",layoutDependency:layoutDependency,layoutId:\"PuI3lz5H0\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:17,y:(componentViewport?.y||0)+20+0+0+0+0,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-120g0bs-container\",layoutDependency:layoutDependency,layoutId:\"c6zCl2aRx-container\",nodeId:\"c6zCl2aRx\",rendersWithMotion:true,scopeId:\"FCclOyVbj\",children:/*#__PURE__*/_jsx(MenuMenuItem,{akEaMP2V_:\"FAQ\",bT1_RgUXH:true,dpKtLgXs9:\"https://help.playable.video/en/collections/559950-playable-s-faq\",height:\"100%\",id:\"c6zCl2aRx\",IejEVkrjL:false,layoutId:\"c6zCl2aRx\",variant:\"tuR4B0QUw\",width:\"100%\",...addPropertyOverrides({j6DOewsfo:{variant:\"a8TuguU06\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1adl3pk\",layoutDependency:layoutDependency,layoutId:\"TA0KnxV9U\",opacity:1,requiresOverflowVisible:true,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1 16.5\" overflow=\"visible\"><path d=\"M 0 0 L 0 16.5\" fill=\"transparent\" stroke=\"var(--token-18a5df56-d79e-46e0-9f40-1608dc2ba5f0, rgb(237, 236, 232)) /* {&quot;name&quot;:&quot;Border&quot;} */\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:17,y:(componentViewport?.y||0)+20+0+0+0+0,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-enqaen-container\",layoutDependency:layoutDependency,layoutId:\"ML_JqfuZ3-container\",nodeId:\"ML_JqfuZ3\",rendersWithMotion:true,scopeId:\"FCclOyVbj\",children:/*#__PURE__*/_jsx(MenuMenuItem,{akEaMP2V_:\"Support\",bT1_RgUXH:true,dpKtLgXs9:\"https://help.playable.video/en/\",height:\"100%\",id:\"ML_JqfuZ3\",IejEVkrjL:false,layoutId:\"ML_JqfuZ3\",variant:\"tuR4B0QUw\",width:\"100%\",...addPropertyOverrides({j6DOewsfo:{variant:\"a8TuguU06\"}},baseVariant,gestureVariant)})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-6prxnb\",\"data-framer-name\":\"Bottom\",layoutDependency:layoutDependency,layoutId:\"mTKlWLuh0\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-9f889s\",layoutDependency:layoutDependency,layoutId:\"FNyY_vWvU\",children:[isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1lz8mcw\",\"data-framer-name\":\"Logo\",layoutDependency:layoutDependency,layoutId:\"D0mxQ6Be5\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:41,y:(componentViewport?.y||0)+20+0+0+33+4+0+0,...addPropertyOverrides({d3zViP6Ll:{height:40,width:\"150px\",y:(componentViewport?.y||0)+10+0+0+0+0+0},htefq0O0U:{width:`calc(max(min(${componentViewport?.width||\"100vw\"} - 48px, 768px), 1px) * 0.35)`,y:(componentViewport?.y||0)+20+0+0+0+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-130dzyj-container\",layoutDependency:layoutDependency,layoutId:\"t7ml_MwCY-container\",nodeId:\"t7ml_MwCY\",rendersWithMotion:true,scopeId:\"FCclOyVbj\",children:/*#__PURE__*/_jsx(Logo,{A2YgnEO7G:resolvedLinks[0],height:\"100%\",id:\"t7ml_MwCY\",layoutId:\"t7ml_MwCY\",variant:\"KhMRQIZcP\",width:\"100%\",...addPropertyOverrides({d3zViP6Ll:{A2YgnEO7G:resolvedLinks[2],style:{height:\"100%\",width:\"100%\"},variant:\"zGbaH5JpJ\"},htefq0O0U:{A2YgnEO7G:resolvedLinks[1],style:{width:\"100%\"}},j6DOewsfo:{A2YgnEO7G:resolvedLinks[3],variant:\"DI8EfO7Kt\"}},baseVariant,gestureVariant)})})})})}),isDisplayed2()&&/*#__PURE__*/_jsx(motion.nav,{className:\"framer-125evzn\",\"data-framer-name\":\"Nav\",layoutDependency:layoutDependency,layoutId:\"YlgCohL6Y\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,boxShadow:\"none\"},variants:{j6DOewsfo:{boxShadow:\"none\"},W3yhYdEWx:{boxShadow:\"inset 0px -4px 15px 0px rgba(255, 255, 255, 0.1)\"}},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1g3m7yd\",layoutDependency:layoutDependency,layoutId:\"C_CNJqUKL\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"ghuyZG7Pa\"},implicitPathVariables:undefined},{href:{webPageId:\"ghuyZG7Pa\"},implicitPathVariables:undefined},{href:{webPageId:\"ghuyZG7Pa\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:17,y:(componentViewport?.y||0)+20+0+0+33+4+8+0+8,...addPropertyOverrides({W3yhYdEWx:{y:(componentViewport?.y||0)+40+0+0+0+0+0+0+20+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1edr80a-container\",layoutDependency:layoutDependency,layoutId:\"WRxn4PMwN-container\",nodeId:\"WRxn4PMwN\",rendersWithMotion:true,scopeId:\"FCclOyVbj\",children:/*#__PURE__*/_jsx(MenuMenuItem,{akEaMP2V_:\"Features\",bT1_RgUXH:false,dpKtLgXs9:resolvedLinks1[0],height:\"100%\",id:\"WRxn4PMwN\",IejEVkrjL:false,layoutId:\"WRxn4PMwN\",variant:\"tuR4B0QUw\",width:\"100%\",...addPropertyOverrides({j6DOewsfo:{dpKtLgXs9:resolvedLinks1[2],variant:\"a8TuguU06\"},W3yhYdEWx:{dpKtLgXs9:resolvedLinks1[1]}},baseVariant,gestureVariant)})})})}),isDisplayed1()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-lnqvr9\",layoutDependency:layoutDependency,layoutId:\"K47lyjuYb\",opacity:1,requiresOverflowVisible:true,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1 16.5\" overflow=\"visible\"><path d=\"M 0 0 L 0 16.5\" fill=\"transparent\" stroke=\"var(--token-18a5df56-d79e-46e0-9f40-1608dc2ba5f0, rgb(237, 236, 232)) /* {&quot;name&quot;:&quot;Border&quot;} */\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"g7b20El68\"},implicitPathVariables:undefined},{href:{webPageId:\"g7b20El68\"},implicitPathVariables:undefined},{href:{webPageId:\"g7b20El68\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:17,y:(componentViewport?.y||0)+20+0+0+33+4+8+0+8,...addPropertyOverrides({W3yhYdEWx:{y:(componentViewport?.y||0)+40+0+0+0+0+0+0+20+0+0+41}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1el57wm-container\",layoutDependency:layoutDependency,layoutId:\"DoppR7KJo-container\",nodeId:\"DoppR7KJo\",rendersWithMotion:true,scopeId:\"FCclOyVbj\",children:/*#__PURE__*/_jsx(MenuMenuItem,{akEaMP2V_:\"Integrations\",bT1_RgUXH:false,dpKtLgXs9:resolvedLinks2[0],height:\"100%\",id:\"DoppR7KJo\",IejEVkrjL:false,layoutId:\"DoppR7KJo\",variant:\"tuR4B0QUw\",width:\"100%\",...addPropertyOverrides({j6DOewsfo:{dpKtLgXs9:resolvedLinks2[2],variant:\"a8TuguU06\"},W3yhYdEWx:{dpKtLgXs9:resolvedLinks2[1]}},baseVariant,gestureVariant)})})})}),isDisplayed1()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1xdsgx6\",layoutDependency:layoutDependency,layoutId:\"etQSnxZRo\",opacity:1,requiresOverflowVisible:true,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1 16.5\" overflow=\"visible\"><path d=\"M 0 0 L 0 16.5\" fill=\"transparent\" stroke=\"var(--token-18a5df56-d79e-46e0-9f40-1608dc2ba5f0, rgb(237, 236, 232)) /* {&quot;name&quot;:&quot;Border&quot;} */\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"b1raalgkT\"},implicitPathVariables:undefined},{href:{webPageId:\"b1raalgkT\"},implicitPathVariables:undefined},{href:{webPageId:\"b1raalgkT\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:17,y:(componentViewport?.y||0)+20+0+0+33+4+8+0+8,...addPropertyOverrides({W3yhYdEWx:{y:(componentViewport?.y||0)+40+0+0+0+0+0+0+20+0+0+82}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1bn42so-container\",layoutDependency:layoutDependency,layoutId:\"xgOrrGEBO-container\",nodeId:\"xgOrrGEBO\",rendersWithMotion:true,scopeId:\"FCclOyVbj\",children:/*#__PURE__*/_jsx(MenuMenuItem,{akEaMP2V_:\"Pricing\",bT1_RgUXH:false,dpKtLgXs9:resolvedLinks3[0],height:\"100%\",id:\"xgOrrGEBO\",IejEVkrjL:false,layoutId:\"xgOrrGEBO\",variant:\"tuR4B0QUw\",width:\"100%\",...addPropertyOverrides({j6DOewsfo:{dpKtLgXs9:resolvedLinks3[2],variant:\"a8TuguU06\"},W3yhYdEWx:{dpKtLgXs9:resolvedLinks3[1]}},baseVariant,gestureVariant)})})})}),isDisplayed3()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({W3yhYdEWx:{height:17,y:(componentViewport?.y||0)+40+0+0+0+0+0+0+20+0+0+123}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-az072l-container\",layoutDependency:layoutDependency,layoutId:\"kUHx0Yt48-container\",nodeId:\"kUHx0Yt48\",rendersWithMotion:true,scopeId:\"FCclOyVbj\",children:/*#__PURE__*/_jsx(MenuMenuItem,{akEaMP2V_:\"Support\",bT1_RgUXH:false,dpKtLgXs9:\"https://help.playable.video/en/\",height:\"100%\",id:\"kUHx0Yt48\",IejEVkrjL:false,layoutId:\"kUHx0Yt48\",variant:\"tuR4B0QUw\",width:\"100%\"})})})]})})]}),isDisplayed2()&&/*#__PURE__*/_jsx(motion.nav,{className:\"framer-1gbwva0\",\"data-framer-name\":\"Nav\",layoutDependency:layoutDependency,layoutId:\"kVDTlAwv9\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1dv80ix\",layoutDependency:layoutDependency,layoutId:\"aNfYrKAO4\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:49,y:(componentViewport?.y||0)+20+0+0+33+0+0+0,...addPropertyOverrides({W3yhYdEWx:{width:`calc(${componentViewport?.width||\"100vw\"} - 80px)`,y:(componentViewport?.y||0)+40+0+0+0+0+192+0+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1otmgqk-container\",layoutDependency:layoutDependency,layoutId:\"UTvrHYrjJ-container\",nodeId:\"UTvrHYrjJ\",rendersWithMotion:true,scopeId:\"FCclOyVbj\",children:/*#__PURE__*/_jsx(ButtonsButton,{AqBN4cJ_t:\"https://console.playable.video\",D9IefWLTn:\"Log in\",height:\"100%\",id:\"UTvrHYrjJ\",layoutId:\"UTvrHYrjJ\",R_PFxx6s9:false,variant:\"UI1kGogCQ\",width:\"100%\",...addPropertyOverrides({W3yhYdEWx:{style:{width:\"100%\"}}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"xD2Bo36Uf\"},implicitPathVariables:undefined},{href:{webPageId:\"xD2Bo36Uf\"},implicitPathVariables:undefined},{href:{webPageId:\"xD2Bo36Uf\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:49,y:(componentViewport?.y||0)+20+0+0+33+0+0+0,...addPropertyOverrides({W3yhYdEWx:{width:`calc(${componentViewport?.width||\"100vw\"} - 80px)`,y:(componentViewport?.y||0)+40+0+0+0+0+192+0+0+0+61}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-6il2ou-container\",layoutDependency:layoutDependency,layoutId:\"kLSFTnsHy-container\",nodeId:\"kLSFTnsHy\",rendersWithMotion:true,scopeId:\"FCclOyVbj\",children:/*#__PURE__*/_jsx(ButtonsButton,{AqBN4cJ_t:resolvedLinks4[0],D9IefWLTn:\"Get started\",height:\"100%\",id:\"kLSFTnsHy\",layoutId:\"kLSFTnsHy\",R_PFxx6s9:false,variant:\"y9cQS1nzF\",width:\"100%\",...addPropertyOverrides({j6DOewsfo:{AqBN4cJ_t:resolvedLinks4[2]},W3yhYdEWx:{AqBN4cJ_t:resolvedLinks4[1],style:{width:\"100%\"}}},baseVariant,gestureVariant)})})})})]})})]})]}),isDisplayed4()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-13lapb\",\"data-framer-name\":\"Header Button\",layoutDependency:layoutDependency,layoutId:\"QEP233dai\",...addPropertyOverrides({d3zViP6Ll:{transformTemplate:transformTemplate1}},baseVariant,gestureVariant),children:isDisplayed4()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-gf1x6b\",\"data-framer-name\":\"Hamburger\",layoutDependency:layoutDependency,layoutId:\"cksxeiLE8\",style:{borderBottomLeftRadius:3,borderBottomRightRadius:3,borderTopLeftRadius:3,borderTopRightRadius:3},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,width:\"32px\",...addPropertyOverrides({d3zViP6Ll:{y:(componentViewport?.y||0)+((componentViewport?.height||62)*.5000000000000002-21)+0+0+5},htefq0O0U:{y:(componentViewport?.y||0)+(componentViewport?.height||200)-65.5+0+0+5},W3yhYdEWx:{y:(componentViewport?.y||0)+19.5+0+0+5}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1omg5w9-container\",layoutDependency:layoutDependency,layoutId:\"j1bxMD8Ip-container\",nodeId:\"j1bxMD8Ip\",rendersWithMotion:true,scopeId:\"FCclOyVbj\",children:/*#__PURE__*/_jsx(ElementsMenuIcon,{height:\"100%\",id:\"j1bxMD8Ip\",iWF8EWIN1:\"var(--token-320151c3-c04c-461b-8a5d-7a8378dd83a5, rgb(255, 255, 255))\",layoutId:\"j1bxMD8Ip\",style:{height:\"100%\",width:\"100%\"},variant:\"twqPqikYM\",width:\"100%\",...addPropertyOverrides({d3zViP6Ll:{iWF8EWIN1:\"var(--token-775127de-b05f-4e52-8431-d5fab709c4cd, rgb(13, 13, 13))\",TBgHLr7MW:TBgHLr7MW9pniix},htefq0O0U:{iWF8EWIN1:\"var(--token-6c6df80d-4c47-43c5-ab31-bc0b12fa8e97, rgb(39, 12, 62))\",TBgHLr7MW:TBgHLr7MW9pniix},W3yhYdEWx:{iWF8EWIN1:\"var(--token-775127de-b05f-4e52-8431-d5fab709c4cd, rgb(13, 13, 13))\",TBgHLr7MW:TBgHLr7MWtc9qd7,variant:\"EMyHnv4d4\"}},baseVariant,gestureVariant)})})})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-pN3P5.framer-pvscxx, .framer-pN3P5 .framer-pvscxx { display: block; }\",\".framer-pN3P5.framer-vgxi04 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 20px 48px 20px 48px; position: relative; width: 1440px; }\",\".framer-pN3P5 .framer-ohqorp { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; max-width: 1400px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-pN3P5 .framer-1x7tulu { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-end; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-pN3P5 .framer-120g0bs-container, .framer-pN3P5 .framer-enqaen-container, .framer-pN3P5 .framer-130dzyj-container, .framer-pN3P5 .framer-1edr80a-container, .framer-pN3P5 .framer-1el57wm-container, .framer-pN3P5 .framer-1bn42so-container, .framer-pN3P5 .framer-az072l-container, .framer-pN3P5 .framer-1otmgqk-container, .framer-pN3P5 .framer-6il2ou-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-pN3P5 .framer-1adl3pk, .framer-pN3P5 .framer-lnqvr9, .framer-pN3P5 .framer-1xdsgx6 { height: 17px; position: relative; width: 1px; }\",\".framer-pN3P5 .framer-6prxnb { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-pN3P5 .framer-9f889s { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 56px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-pN3P5 .framer-1lz8mcw { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-pN3P5 .framer-125evzn, .framer-pN3P5 .framer-1gbwva0 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; z-index: 10; }\",\".framer-pN3P5 .framer-1g3m7yd { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: visible; padding: 8px 0px 0px 0px; position: relative; width: min-content; }\",\".framer-pN3P5 .framer-1dv80ix { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-pN3P5 .framer-13lapb { align-content: center; align-items: center; bottom: 150px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-end; min-height: 49px; overflow: visible; padding: 0px; position: absolute; right: 81px; width: 19%; z-index: 1; }\",\".framer-pN3P5 .framer-gf1x6b { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 42px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 42px; }\",\".framer-pN3P5 .framer-1omg5w9-container { flex: none; height: 32px; position: relative; width: 32px; }\",\".framer-pN3P5.framer-v-gg19mw.framer-vgxi04 { padding: 20px 24px 20px 24px; width: 768px; }\",\".framer-pN3P5.framer-v-gg19mw .framer-ohqorp { max-width: 768px; }\",\".framer-pN3P5.framer-v-gg19mw .framer-1lz8mcw { width: 35%; }\",\".framer-pN3P5.framer-v-gg19mw .framer-130dzyj-container, .framer-pN3P5.framer-v-xzwdeo .framer-1otmgqk-container, .framer-pN3P5.framer-v-xzwdeo .framer-6il2ou-container { width: 100%; }\",\".framer-pN3P5.framer-v-gg19mw .framer-13lapb { bottom: 24px; min-height: unset; right: 24px; }\",\".framer-pN3P5.framer-v-11ghdo7.framer-vgxi04 { height: 62px; padding: 10px; width: 350px; }\",\".framer-pN3P5.framer-v-11ghdo7 .framer-ohqorp { flex-direction: row; max-width: unset; padding: 0px 6px 0px 16px; }\",\".framer-pN3P5.framer-v-11ghdo7 .framer-6prxnb { flex: 1 0 0px; width: 1px; }\",\".framer-pN3P5.framer-v-11ghdo7 .framer-130dzyj-container { aspect-ratio: 3.731707317073171 / 1; height: var(--framer-aspect-ratio-supported, 40px); width: 150px; }\",\".framer-pN3P5.framer-v-11ghdo7 .framer-13lapb { bottom: unset; min-height: unset; right: 21px; top: 50%; }\",\".framer-pN3P5.framer-v-xzwdeo.framer-vgxi04 { padding: 40px; width: 350px; }\",\".framer-pN3P5.framer-v-xzwdeo .framer-ohqorp { max-width: unset; order: 0; }\",\".framer-pN3P5.framer-v-xzwdeo .framer-6prxnb { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 32px; justify-content: flex-start; }\",\".framer-pN3P5.framer-v-xzwdeo .framer-9f889s { flex: none; order: 0; width: 100%; }\",\".framer-pN3P5.framer-v-xzwdeo .framer-125evzn { align-content: flex-start; align-items: flex-start; flex: 1 0 0px; flex-direction: column; justify-content: flex-start; padding: 20px 0px 0px 0px; width: 1px; }\",\".framer-pN3P5.framer-v-xzwdeo .framer-1g3m7yd { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 24px; order: 0; padding: 0px; width: 100%; }\",\".framer-pN3P5.framer-v-xzwdeo .framer-1gbwva0 { flex-direction: column; order: 1; width: 100%; }\",\".framer-pN3P5.framer-v-xzwdeo .framer-1dv80ix { flex-direction: column; width: 100%; }\",\".framer-pN3P5.framer-v-xzwdeo .framer-13lapb { bottom: unset; min-height: unset; order: 1; right: 20px; top: 20px; }\",\".framer-pN3P5.framer-v-xzwdeo .framer-gf1x6b { order: 0; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 122\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"htefq0O0U\":{\"layout\":[\"fixed\",\"auto\"]},\"d3zViP6Ll\":{\"layout\":[\"fixed\",\"fixed\"]},\"W3yhYdEWx\":{\"layout\":[\"fixed\",\"auto\"]},\"j6DOewsfo\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerFCclOyVbj=withCSS(Component,css,\"framer-pN3P5\");export default FramerFCclOyVbj;FramerFCclOyVbj.displayName=\"Menu/Header\";FramerFCclOyVbj.defaultProps={height:122,width:1440};addPropertyControls(FramerFCclOyVbj,{variant:{options:[\"WVY7soFNR\",\"htefq0O0U\",\"d3zViP6Ll\",\"W3yhYdEWx\",\"j6DOewsfo\"],optionTitles:[\"Desktop\",\"Tablet\",\"Fixed Close\",\"Fixed Open\",\"Desktop (Trans)\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerFCclOyVbj,[{explicitInter:true,fonts:[]},...MenuMenuItemFonts,...LogoFonts,...ButtonsButtonFonts,...ElementsMenuIconFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerFCclOyVbj\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"1440\",\"framerIntrinsicHeight\":\"122\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"htefq0O0U\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"d3zViP6Ll\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"W3yhYdEWx\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"j6DOewsfo\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerColorSyntax\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./FCclOyVbj.map","import { createContext, useRef, useCallback, useMemo, createElement, useContext } from 'react';\n\nfunction _extends() {\n  _extends = Object.assign || function (target) {\n    for (var i = 1; i < arguments.length; i++) {\n      var source = arguments[i];\n\n      for (var key in source) {\n        if (Object.prototype.hasOwnProperty.call(source, key)) {\n          target[key] = source[key];\n        }\n      }\n    }\n\n    return target;\n  };\n\n  return _extends.apply(this, arguments);\n}\n\nfunction _objectWithoutPropertiesLoose(source, excluded) {\n  if (source == null) return {};\n  var target = {};\n  var sourceKeys = Object.keys(source);\n  var key, i;\n\n  for (i = 0; i < sourceKeys.length; i++) {\n    key = sourceKeys[i];\n    if (excluded.indexOf(key) >= 0) continue;\n    target[key] = source[key];\n  }\n\n  return target;\n}\n\n/**\r\n * Logs messages in the console with a corresponding urgency\r\n *\r\n * @param level the urgency of the message\r\n * @param message the message to log in the console\r\n */\nvar log = function log(level, message) {\n  if (process.env.NODE_ENV !== \"production\") {\n    var packageName = '[react-use-intercom]';\n\n    switch (level) {\n      case 'info':\n        console.log(packageName + \" \" + message);\n        break;\n\n      case 'warn':\n        console.warn(packageName + \" \" + message);\n        break;\n\n      case 'error':\n        console.error(packageName + \" \" + message);\n        break;\n\n      default:\n        console.log(packageName + \" \" + message);\n    }\n  }\n};\n\nvar isEmptyObject = function isEmptyObject(obj) {\n  return Object.keys(obj).length === 0 && obj.constructor === Object;\n};\nvar isSSR = typeof window === 'undefined';\n/**\r\n * Removes object entries where the value equals to `undefined`\r\n *\r\n * @param obj\r\n */\n\nvar removeUndefined = function removeUndefined(obj) {\n  Object.keys(obj).forEach(function (key) {\n    if (obj[key] && typeof obj[key] === 'object') removeUndefined(obj[key]);else if (obj[key] === undefined) delete obj[key];\n  });\n  return obj;\n};\n\n/**\r\n * Safely exposes `window.Intercom` and passes the arguments to the instance\r\n *\r\n * @param method method passed to the `window.Intercom` instance\r\n * @param args arguments passed to the `window.Intercom` instance\r\n *\r\n * @see {@link https://developers.intercom.com/installing-intercom/docs/intercom-javascript}\r\n */\n\nvar IntercomAPI = function IntercomAPI(method) {\n  if (!isSSR && window.Intercom) {\n    for (var _len = arguments.length, args = new Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++) {\n      args[_key - 1] = arguments[_key];\n    }\n\n    return window.Intercom.apply(null, [method].concat(args));\n  } else {\n    log('error', method + \" Intercom instance is not initalized yet\");\n  }\n};\n\nvar NO_INTERCOM_PROVIDER_MESSAGE = 'Please wrap your component with `IntercomProvider`.';\nvar IntercomContext = /*#__PURE__*/createContext({\n  boot: function boot() {\n    return log('error', NO_INTERCOM_PROVIDER_MESSAGE);\n  },\n  shutdown: function shutdown() {\n    return log('error', NO_INTERCOM_PROVIDER_MESSAGE);\n  },\n  hardShutdown: function hardShutdown() {\n    return log('error', NO_INTERCOM_PROVIDER_MESSAGE);\n  },\n  update: function update() {\n    return log('error', NO_INTERCOM_PROVIDER_MESSAGE);\n  },\n  hide: function hide() {\n    return log('error', NO_INTERCOM_PROVIDER_MESSAGE);\n  },\n  show: function show() {\n    return log('error', NO_INTERCOM_PROVIDER_MESSAGE);\n  },\n  showMessages: function showMessages() {\n    return log('error', NO_INTERCOM_PROVIDER_MESSAGE);\n  },\n  showNewMessages: function showNewMessages() {\n    return log('error', NO_INTERCOM_PROVIDER_MESSAGE);\n  },\n  getVisitorId: function getVisitorId() {\n    log('error', NO_INTERCOM_PROVIDER_MESSAGE);\n    return '';\n  },\n  startTour: function startTour() {\n    return log('error', NO_INTERCOM_PROVIDER_MESSAGE);\n  },\n  trackEvent: function trackEvent() {\n    return log('error', NO_INTERCOM_PROVIDER_MESSAGE);\n  }\n});\n\n// @ts-nocheck\n\n/**\r\n * Snippet to initialize the Intercom instance\r\n *\r\n * @param appId - Intercom app id\r\n * @param [timeout=0] - Amount of milliseconds that the initialization should be delayed, defaults to 0\r\n *\r\n * @see {@link https://developers.intercom.com/installing-intercom/docs/basic-javascript}\r\n */\nvar initialize = function initialize(appId, timeout) {\n  if (timeout === void 0) {\n    timeout = 0;\n  }\n\n  var w = window;\n  var ic = w.Intercom;\n\n  if (typeof ic === 'function') {\n    ic('reattach_activator');\n    ic('update', w.intercomSettings);\n  } else {\n    var d = document;\n\n    var i = function i() {\n      i.c(arguments);\n    };\n\n    i.q = [];\n\n    i.c = function (args) {\n      i.q.push(args);\n    };\n\n    w.Intercom = i;\n\n    var l = function l() {\n      setTimeout(function () {\n        var s = d.createElement('script');\n        s.type = 'text/javascript';\n        s.async = true;\n        s.src = 'https://widget.intercom.io/widget/' + appId;\n        var x = d.getElementsByTagName('script')[0];\n        x.parentNode.insertBefore(s, x);\n      }, timeout);\n    };\n\n    if (document.readyState === 'complete') {\n      l();\n    } else if (w.attachEvent) {\n      w.attachEvent('onload', l);\n    } else {\n      w.addEventListener('load', l, false);\n    }\n  }\n};\n\nvar mapMessengerAttributesToRawMessengerAttributes = function mapMessengerAttributesToRawMessengerAttributes(attributes) {\n  return {\n    custom_launcher_selector: attributes.customLauncherSelector,\n    alignment: attributes.alignment,\n    vertical_padding: attributes.verticalPadding,\n    horizontal_padding: attributes.horizontalPadding,\n    hide_default_launcher: attributes.hideDefaultLauncher,\n    session_duration: attributes.sessionDuration,\n    action_color: attributes.actionColor,\n    background_color: attributes.backgroundColor\n  };\n};\n\nvar mapDataAttributesCompanyToRawDataAttributesCompany = function mapDataAttributesCompanyToRawDataAttributesCompany(attributes) {\n  return _extends({\n    company_id: attributes.companyId,\n    name: attributes.name,\n    created_at: attributes.createdAt,\n    plan: attributes.plan,\n    monthly_spend: attributes.monthlySpend,\n    user_count: attributes.userCount,\n    size: attributes.size,\n    website: attributes.website,\n    industry: attributes.industry\n  }, attributes.customAttributes);\n};\n\nvar mapDataAttributesAvatarToRawDataAttributesAvatar = function mapDataAttributesAvatarToRawDataAttributesAvatar(attributes) {\n  return {\n    type: attributes.type,\n    image_url: attributes.imageUrl\n  };\n};\n\nvar mapDataAttributesToRawDataAttributes = function mapDataAttributesToRawDataAttributes(attributes) {\n  var _attributes$companies;\n\n  return _extends({\n    email: attributes.email,\n    user_id: attributes.userId,\n    created_at: attributes.createdAt,\n    name: attributes.name,\n    phone: attributes.phone,\n    last_request_at: attributes.lastRequestAt,\n    unsubscribed_from_emails: attributes.unsubscribedFromEmails,\n    language_override: attributes.languageOverride,\n    utm_campaign: attributes.utmCampaign,\n    utm_content: attributes.utmContent,\n    utm_medium: attributes.utmMedium,\n    utm_source: attributes.utmSource,\n    utm_term: attributes.utmTerm,\n    avatar: attributes.avatar && mapDataAttributesAvatarToRawDataAttributesAvatar(attributes.avatar),\n    user_hash: attributes.userHash,\n    company: attributes.company && mapDataAttributesCompanyToRawDataAttributesCompany(attributes.company),\n    companies: (_attributes$companies = attributes.companies) == null ? void 0 : _attributes$companies.map(mapDataAttributesCompanyToRawDataAttributesCompany)\n  }, attributes.customAttributes);\n};\nvar mapIntercomPropsToRawIntercomProps = function mapIntercomPropsToRawIntercomProps(props) {\n  return removeUndefined(_extends({}, mapMessengerAttributesToRawMessengerAttributes(props), mapDataAttributesToRawDataAttributes(props)));\n};\n\nvar IntercomProvider = function IntercomProvider(_ref) {\n  var appId = _ref.appId,\n      _ref$autoBoot = _ref.autoBoot,\n      autoBoot = _ref$autoBoot === void 0 ? false : _ref$autoBoot,\n      autoBootProps = _ref.autoBootProps,\n      children = _ref.children,\n      onHide = _ref.onHide,\n      onShow = _ref.onShow,\n      onUnreadCountChange = _ref.onUnreadCountChange,\n      _ref$shouldInitialize = _ref.shouldInitialize,\n      shouldInitialize = _ref$shouldInitialize === void 0 ? !isSSR : _ref$shouldInitialize,\n      apiBase = _ref.apiBase,\n      initializeDelay = _ref.initializeDelay,\n      rest = _objectWithoutPropertiesLoose(_ref, [\"appId\", \"autoBoot\", \"autoBootProps\", \"children\", \"onHide\", \"onShow\", \"onUnreadCountChange\", \"shouldInitialize\", \"apiBase\", \"initializeDelay\"]);\n\n  var isBooted = useRef(false);\n  var isInitialized = useRef(false);\n  if (!isEmptyObject(rest) && process.env.NODE_ENV !== \"production\") log('error', ['some invalid props were passed to IntercomProvider. ', \"Please check following props: \" + Object.keys(rest).join(', ') + \".\"].join(''));\n  var boot = useCallback(function (props) {\n    if (!window.Intercom && !shouldInitialize) {\n      log('warn', 'Intercom instance is not initialized because `shouldInitialize` is set to `false` in `IntercomProvider`');\n      return;\n    }\n\n    if (isBooted.current) {\n      return;\n    }\n\n    var metaData = _extends({\n      app_id: appId\n    }, apiBase && {\n      api_base: apiBase\n    }, props && mapIntercomPropsToRawIntercomProps(props));\n\n    window.intercomSettings = metaData;\n    IntercomAPI('boot', metaData);\n    isBooted.current = true;\n  }, [apiBase, appId, shouldInitialize]);\n\n  if (!isSSR && shouldInitialize && !isInitialized.current) {\n    initialize(appId, initializeDelay); // attach listeners\n\n    if (onHide) IntercomAPI('onHide', onHide);\n    if (onShow) IntercomAPI('onShow', onShow);\n    if (onUnreadCountChange) IntercomAPI('onUnreadCountChange', onUnreadCountChange);\n\n    if (autoBoot) {\n      boot(autoBootProps);\n    }\n\n    isInitialized.current = true;\n  }\n\n  var ensureIntercom = useCallback(function (functionName, callback) {\n    if (functionName === void 0) {\n      functionName = 'A function';\n    }\n\n    if (!window.Intercom && !shouldInitialize) {\n      log('warn', 'Intercom instance is not initialized because `shouldInitialize` is set to `false` in `IntercomProvider`');\n      return;\n    }\n\n    if (!isBooted.current) {\n      log('warn', [\"'\" + functionName + \"' was called but Intercom has not booted yet. \", \"Please call 'boot' before calling '\" + functionName + \"' or \", \"set 'autoBoot' to true in the IntercomProvider.\"].join(''));\n      return;\n    }\n\n    return callback();\n  }, [shouldInitialize]);\n  var shutdown = useCallback(function () {\n    if (!isBooted.current) return;\n    IntercomAPI('shutdown');\n    isBooted.current = false;\n  }, []);\n  var hardShutdown = useCallback(function () {\n    if (!isBooted.current) return;\n    IntercomAPI('shutdown');\n    delete window.Intercom;\n    delete window.intercomSettings;\n    isBooted.current = false;\n  }, []);\n  var refresh = useCallback(function () {\n    ensureIntercom('update', function () {\n      var lastRequestedAt = new Date().getTime();\n      IntercomAPI('update', {\n        last_requested_at: lastRequestedAt\n      });\n    });\n  }, [ensureIntercom]);\n  var update = useCallback(function (props) {\n    ensureIntercom('update', function () {\n      if (!props) {\n        refresh();\n        return;\n      }\n\n      var rawProps = mapIntercomPropsToRawIntercomProps(props);\n      window.intercomSettings = _extends({}, window.intercomSettings, rawProps);\n      IntercomAPI('update', rawProps);\n    });\n  }, [ensureIntercom, refresh]);\n  var hide = useCallback(function () {\n    ensureIntercom('hide', function () {\n      IntercomAPI('hide');\n    });\n  }, [ensureIntercom]);\n  var show = useCallback(function () {\n    ensureIntercom('show', function () {\n      return IntercomAPI('show');\n    });\n  }, [ensureIntercom]);\n  var showMessages = useCallback(function () {\n    ensureIntercom('showMessages', function () {\n      IntercomAPI('showMessages');\n    });\n  }, [ensureIntercom]);\n  var showNewMessages = useCallback(function (message) {\n    ensureIntercom('showNewMessage', function () {\n      if (!message) {\n        IntercomAPI('showNewMessage');\n      } else {\n        IntercomAPI('showNewMessage', message);\n      }\n    });\n  }, [ensureIntercom]);\n  var getVisitorId = useCallback(function () {\n    return ensureIntercom('getVisitorId', function () {\n      return IntercomAPI('getVisitorId');\n    });\n  }, [ensureIntercom]);\n  var startTour = useCallback(function (tourId) {\n    ensureIntercom('startTour', function () {\n      IntercomAPI('startTour', tourId);\n    });\n  }, [ensureIntercom]);\n  var trackEvent = useCallback(function (event, metaData) {\n    ensureIntercom('trackEvent', function () {\n      if (metaData) {\n        IntercomAPI('trackEvent', event, metaData);\n      } else {\n        IntercomAPI('trackEvent', event);\n      }\n    });\n  }, [ensureIntercom]);\n  var providerValue = useMemo(function () {\n    return {\n      boot: boot,\n      shutdown: shutdown,\n      hardShutdown: hardShutdown,\n      update: update,\n      hide: hide,\n      show: show,\n      showMessages: showMessages,\n      showNewMessages: showNewMessages,\n      getVisitorId: getVisitorId,\n      startTour: startTour,\n      trackEvent: trackEvent\n    };\n  }, [boot, shutdown, hardShutdown, update, hide, show, showMessages, showNewMessages, getVisitorId, startTour, trackEvent]);\n  var content = useMemo(function () {\n    return children;\n  }, [children]);\n  return createElement(IntercomContext.Provider, {\n    value: providerValue\n  }, content);\n};\nvar useIntercomContext = function useIntercomContext() {\n  return useContext(IntercomContext);\n};\n\nvar useIntercom = function useIntercom() {\n  return useIntercomContext();\n};\n\nexport { IntercomProvider, useIntercom };\n//# sourceMappingURL=react-use-intercom.esm.js.map\n","// @ts-ignore\nimport { fontStore } from \"framer\";\nimport { useEffect } from \"react\";\n// @ts-ignore\nimport { fontStack } from \"https://framerusercontent.com/modules/VTUDdizacRHpwbkOamr7/AykinQJbgwl92LvMGZwu/constants.js\";\nconst fontWeights = {\n    100: \"Thin\",\n    200: \"Extra-light\",\n    300: \"Light\",\n    400: \"Regular\",\n    500: \"Medium\",\n    600: \"Semi-bold\",\n    700: \"Bold\",\n    800: \"Extra-bold\",\n    900: \"Black\"\n};\nexport function useFontControls(props) {\n    const { fontFamily , fontSize , fontWeight , font  } = props;\n    const fontWeightName = fontWeights[fontWeight];\n    const customFontStack = `\"${fontFamily} ${fontWeightName}\", \"${fontFamily}\", ${fontStack}`;\n    const fontFamilyStyle = fontFamily ? {\n        fontSize,\n        fontWeight,\n        fontFamily: customFontStack\n    } : {\n        fontSize,\n        fontWeight\n    };\n    const fetchCustomFonts = async ()=>{\n        await fontStore.loadWebFontsFromSelectors([\n            `CUSTOM;${fontFamily}`,\n            `CUSTOM;${fontFamily} ${fontWeightName}`,\n            `GF;${fontFamily}-${fontWeightName.toLowerCase()}`, \n        ]).catch((e)=>console.error(e)\n        );\n    };\n    useEffect(()=>{\n        if (font) fetchCustomFonts();\n    }, [\n        font,\n        fontFamily,\n        fontWeight\n    ]);\n    return fontFamilyStyle;\n}\n\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}\n\nexport const __FramerMetadata__ = {\"exports\":{\"useIsInPreview\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useRenderTarget\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./useRenderTarget.map","import { defaultEvents, localeOptions, fontControls, fontSizeOptions, emptyStateStyle, containerStyles, fontStack } from \"https://framerusercontent.com/modules/VTUDdizacRHpwbkOamr7/AykinQJbgwl92LvMGZwu/constants.js\";\nimport { useOnEnter, useOnExit } from \"https://framerusercontent.com/modules/D4TWeLfcxT6Tysr2BlYg/iZjmqdxVx1EOiM3k1FaW/useOnNavigationTargetChange.js\";\nimport { useConstant } from \"https://framerusercontent.com/modules/ExNgrA7EJTKUPpH6vIlN/eiOrSJ2Ab5M9jPCvVwUz/useConstant.js\";\nimport { colorTokentoValue, colorFromToken } from \"https://framerusercontent.com/modules/D2Lz5CmnNVPZFFiZXalt/QaCzPbriZBfXWZIIycFI/colorFromToken.js\";\nimport { isMotionValue } from \"https://framerusercontent.com/modules/3mKFSGQqKHV82uOV1eBc/5fbRLvOpxZC0JOXugvwm/isMotionValue.js\";\nimport { useUniqueClassName, randomID } from \"https://framerusercontent.com/modules/xDiQsqBGXzmMsv7AlEVy/uhunpMiNsbXxzjlXsg1y/useUniqueClassName.js\";\nimport { getVariantControls } from \"https://framerusercontent.com/modules/ETACN5BJyFTSo0VVDJfu/NHRqowOiXkF9UwOzczF7/variantUtils.js\";\nimport { useIsBrowserSafari } from \"https://framerusercontent.com/modules/eMBrwoqQK7h6mEeGQUH8/GuplvPJVjmxpk9zqOTcb/isBrowser.js\";\nimport { useMultiOnChange, useOnChange } from \"https://framerusercontent.com/modules/v9AWX2URmiYsHf7GbctE/XxKAZ9KlhWqf5x1JMyyF/useOnChange.js\";\nimport { mstoMinAndSec, secondsToMinutes } from \"https://framerusercontent.com/modules/4zHZnO5JojN1PrIbu2jm/revv9QCWpkh8lPzi2jje/time.js\";\nimport { useAutoMotionValue } from \"https://framerusercontent.com/modules/kNDwabfjDEb3vUxkQlZS/fSIr3AOAYbGlfSPgXpYu/useAutoMotionValue.js\";\nimport { useFontControls } from \"https://framerusercontent.com/modules/cuQH4dmpDnV8YK1mSgQX/tTLhbOFToDhKcwOVmn8E/useFontControls.js\";\nimport { useRenderTarget, useIsInPreview } from \"https://framerusercontent.com/modules/afBE9Yx1W6bY5q32qPxe/AAh30yXzt1DUsOi1YwUY/useRenderTarget.js\";\nimport { useControlledState } from \"https://framerusercontent.com/modules/zGkoP8tPDCkoBzMdt5uq/0zFSjxIYliHxrQQnryFX/useControlledState.js\";\nimport { usePadding, useRadius, paddingControl, borderRadiusControl } from \"https://framerusercontent.com/modules/5SM58HxZHxjjv7aLMOgQ/WXz9i6mVki0bBCrKdqB3/propUtils.js\";\nimport { detectAutoSizingAxis } from \"https://framerusercontent.com/modules/8CkHAZatUz1UR8jNTcfD/HwbnIAZlUmQ2oTpcLkaH/detectAutoSizingAxis.js\";\nexport { 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,  };\n\nexport const __FramerMetadata__ = {\"exports\":{\"fontControls\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"mstoMinAndSec\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"colorTokentoValue\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useFontControls\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useUniqueClassName\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"paddingControl\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"localeOptions\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fontStack\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"detectAutoSizingAxis\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useRenderTarget\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useOnEnter\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"emptyStateStyle\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useIsBrowserSafari\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"getVariantControls\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useAutoMotionValue\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"randomID\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useOnExit\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useIsInPreview\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useRadius\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"usePadding\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useMultiOnChange\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fontSizeOptions\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"defaultEvents\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useConstant\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"isMotionValue\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useOnChange\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useControlledState\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"borderRadiusControl\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"colorFromToken\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"secondsToMinutes\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}","import{containerStyles,emptyStateStyle as defaultEmptyStateStyle}from\"https://framer.com/m/framer/default-utils.js@^0.43.0\";export const emptyStateStyle={...containerStyles,...defaultEmptyStateStyle,textAlign:\"center\",padding:15,width:200,height:100,overflow:\"hidden\"};export const neutralStateStyle={...emptyStateStyle,color:\"#09f\",background:\"rgb(0, 153, 255, 0.1)\",borderColor:\"#09f\"};export const stateTitleStyle={fontSize:12,fontWeight:600,margin:0};export const stateParagraphStyle={fontSize:12,maxWidth:200,lineHeight:1.4,margin:\"5px 0 0 0\"};\nexport const __FramerMetadata__ = {\"exports\":{\"neutralStateStyle\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"stateTitleStyle\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"emptyStateStyle\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"stateParagraphStyle\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./styles.map","import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{motion}from\"framer-motion\";import{IntercomProvider}from\"https://framer.com/m/framer/react-use-intercom.js@0.0.3\";import{neutralStateStyle,stateParagraphStyle,stateTitleStyle}from\"https://framer.com/m/framer/integrations-styles.js@^0.2.0\";/**\n * INTERCOM\n *\n * @framerIntrinsicWidth 200\n * @framerIntrinsicHeight 100\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */ export default function Intercom({appId,style,...props}){const isCanvas=RenderTarget.current()===RenderTarget.canvas;return isCanvas?/*#__PURE__*/ _jsxs(motion.div,{style:{...neutralStateStyle,...style},children:[/*#__PURE__*/ _jsx(\"h1\",{style:stateTitleStyle,children:\"Intercom\"}),/*#__PURE__*/ _jsx(\"p\",{style:stateParagraphStyle,children:\"Drop this component into a Screen to add Intercom.\"})]}):/*#__PURE__*/ _jsx(IntercomProvider,{autoBoot:true,appId:appId});};addPropertyControls(Intercom,{appId:{title:\"ID\",type:ControlType.String,description:\"Create an [Intercom](https://www.intercom.com/) account and copy your workspace ID. [Learn more…](https://www.framer.com/sites/integrations/intercom/)\"}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Intercom\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerIntrinsicHeight\":\"100\",\"framerIntrinsicWidth\":\"200\",\"framerSupportedLayoutWidth\":\"fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Intercom.map","// Generated by Framer (a6932ec)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,Link,ResolveLinks,RichText,SmartComponentScopedContainer,useComponentViewport,useLocaleInfo,useRouter,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import Intercom from\"https://framerusercontent.com/modules/UIhUTcd796YH7Ndybys8/totj55n8qE3VYpdXhshW/Intercom.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/fPy7T3kEGq5Bp5Zh1PrD/zHgTkdfJvzxI3YGSRt7s/EWSKO38fw.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/8tu62vkRGxXflUXxkcm8/flXkqdOl5jA8nyjGT1nH/KOlj5HJqR.js\";import*as sharedStyle3 from\"https://framerusercontent.com/modules/lIkwvWJuupk2pmPqSITO/yAokxHECfR7dU4Vjci7f/L0lzaILsT.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/yuyrii72g1YMclqgB70q/j2r5TLM54g7cfnmrhqzh/MiCbIRdJD.js\";import SocialIcon from\"https://framerusercontent.com/modules/tlFqs19zGH6nilmUY5cH/Oj3T7looLyvSxTuV9dNF/hHcOGZU0A.js\";import Logo from\"https://framerusercontent.com/modules/eITIftpuP7hmTHKERODW/z9JEHBBeB8vBE28BAYrj/wPgk_5xbq.js\";import MenuMenuItem from\"https://framerusercontent.com/modules/fZK0VxPitGtEk5X0YQco/D4McNFPvev4SmEOhlbGQ/zL18YwbvR.js\";const LogoFonts=getFonts(Logo);const SocialIconFonts=getFonts(SocialIcon);const MenuMenuItemFonts=getFonts(MenuMenuItem);const IntercomFonts=getFonts(Intercom);const cycleOrder=[\"jtRK5amLq\",\"FRFNDQH53\",\"BrrFgCPGx\"];const serializationHash=\"framer-4Xjva\";const variantClassNames={BrrFgCPGx:\"framer-v-xhcou5\",FRFNDQH53:\"framer-v-8izcjp\",jtRK5amLq:\"framer-v-hs7jo1\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};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={Desktop:\"jtRK5amLq\",Phone:\"BrrFgCPGx\",Tablet:\"FRFNDQH53\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"jtRK5amLq\"};};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:\"jtRK5amLq\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const router=useRouter();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.footer,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-hs7jo1\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"jtRK5amLq\",ref:refBinding,style:{backgroundColor:\"rgb(255, 255, 255)\",...style},...addPropertyOverrides({BrrFgCPGx:{\"data-framer-name\":\"Phone\"},FRFNDQH53:{\"data-framer-name\":\"Tablet\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-15vuy4g\",\"data-framer-name\":\"Container\",layoutDependency:layoutDependency,layoutId:\"mAtRC0gTw\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:41,y:(componentViewport?.y||0)+64+(((componentViewport?.height||544)-128-415.8)/2+0+0)+0+0,...addPropertyOverrides({BrrFgCPGx:{height:30.6736,width:\"160px\",y:(componentViewport?.y||0)+60+(((componentViewport?.height||200)-68-1256.8736)/2+0+0)+20+0},FRFNDQH53:{height:37.1917,width:\"194px\",y:(componentViewport?.y||0)+80+(((componentViewport?.height||1417.5)-160-1134.5917)/2+0+0)+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-xehonx-container\",layoutDependency:layoutDependency,layoutId:\"KtrBlTXJG-container\",nodeId:\"KtrBlTXJG\",rendersWithMotion:true,scopeId:\"W2_m4eOeZ\",children:/*#__PURE__*/_jsx(Logo,{A2YgnEO7G:resolvedLinks[0],height:\"100%\",id:\"KtrBlTXJG\",layoutId:\"KtrBlTXJG\",variant:\"KhMRQIZcP\",width:\"100%\",...addPropertyOverrides({BrrFgCPGx:{A2YgnEO7G:resolvedLinks[2],style:{height:\"100%\",width:\"100%\"}},FRFNDQH53:{A2YgnEO7G:resolvedLinks[1],style:{height:\"100%\",width:\"100%\"}}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-sxvxj0\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"w0iJyAdjH\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-14x9kwk\",\"data-framer-name\":\"Top\",layoutDependency:layoutDependency,layoutId:\"Kn_zC4Ege\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-h0qa1z\",layoutDependency:layoutDependency,layoutId:\"xrsgVeHGP\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{className:\"framer-styles-preset-1cy4e6b\",\"data-styles-preset\":\"MiCbIRdJD\",children:[\"4725 First Street\",/*#__PURE__*/_jsx(motion.br,{}),\"Suite 200\",/*#__PURE__*/_jsx(motion.br,{}),\"Pleasanton\",/*#__PURE__*/_jsx(motion.br,{}),\"CA 94566\",/*#__PURE__*/_jsx(motion.br,{}),\"United States\"]})}),className:\"framer-5dlub7\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"cETg5lFWU\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1al7s8i\",layoutDependency:layoutDependency,layoutId:\"Gm_eXTIWR\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1cy4e6b\",\"data-styles-preset\":\"MiCbIRdJD\",children:/*#__PURE__*/_jsx(Link,{href:\"mailto:support@playable.video\",motionChild:true,nodeId:\"o_Csqf_iA\",openInNewTab:true,relValues:[],scopeId:\"W2_m4eOeZ\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-19n3gqr\",\"data-styles-preset\":\"KOlj5HJqR\",children:\"support@playable.video\"})})})}),className:\"framer-ur5z87\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"o_Csqf_iA\",verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-b4qrpl\",\"data-framer-name\":\"Social Icon\",layoutDependency:layoutDependency,layoutId:\"D1XxyP0YE\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:20,y:(componentViewport?.y||0)+64+(((componentViewport?.height||544)-128-415.8)/2+0+0)+0+105+0+0+201.6+0,...addPropertyOverrides({BrrFgCPGx:{y:(componentViewport?.y||0)+60+(((componentViewport?.height||200)-68-1256.8736)/2+0+0)+20+94.6736+0+0+0+201.6+0},FRFNDQH53:{y:(componentViewport?.y||0)+80+(((componentViewport?.height||1417.5)-160-1134.5917)/2+0+0)+0+117.1917+0+0+0+201.6+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-czhffo-container\",\"data-framer-name\":\"Twitter\",layoutDependency:layoutDependency,layoutId:\"zsdcHLzBS-container\",name:\"Twitter\",nodeId:\"zsdcHLzBS\",rendersWithMotion:true,scopeId:\"W2_m4eOeZ\",children:/*#__PURE__*/_jsx(SocialIcon,{height:\"100%\",id:\"zsdcHLzBS\",layoutId:\"zsdcHLzBS\",name:\"Twitter\",variant:\"DHyfhZbcJ\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-6vktk3\",\"data-framer-name\":\"Menus\",layoutDependency:layoutDependency,layoutId:\"Fobi4GjN3\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-17t6zoq\",\"data-framer-name\":\"Menu List\",layoutDependency:layoutDependency,layoutId:\"LIMkBPS9f\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-147jdtj\",\"data-styles-preset\":\"EWSKO38fw\",children:\"Product\"})}),className:\"framer-1yz5vd\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"tnvKZiso3\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-deibqh\",\"data-framer-name\":\"Menu\",layoutDependency:layoutDependency,layoutId:\"QiHfy0g62\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"ghuyZG7Pa\"},implicitPathVariables:undefined},{href:{webPageId:\"ghuyZG7Pa\"},implicitPathVariables:undefined},{href:{webPageId:\"ghuyZG7Pa\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:17,y:(componentViewport?.y||0)+64+(((componentViewport?.height||544)-128-415.8)/2+0+0)+0+105+0+0+0+32.9+0+0,...addPropertyOverrides({BrrFgCPGx:{y:(componentViewport?.y||0)+60+(((componentViewport?.height||200)-68-1256.8736)/2+0+0)+20+94.6736+0+285.6+0+0+0+32.9+0+0},FRFNDQH53:{y:(componentViewport?.y||0)+80+(((componentViewport?.height||1417.5)-160-1134.5917)/2+0+0)+0+117.1917+0+301.6+0+0+0+32.9+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-alrwvg-container\",layoutDependency:layoutDependency,layoutId:\"DpqtB1nSh-container\",nodeId:\"DpqtB1nSh\",rendersWithMotion:true,scopeId:\"W2_m4eOeZ\",children:/*#__PURE__*/_jsx(MenuMenuItem,{akEaMP2V_:\"Features\",bT1_RgUXH:false,dpKtLgXs9:resolvedLinks1[0],height:\"100%\",id:\"DpqtB1nSh\",IejEVkrjL:false,layoutId:\"DpqtB1nSh\",variant:\"S9_EvybfJ\",width:\"100%\",...addPropertyOverrides({BrrFgCPGx:{dpKtLgXs9:resolvedLinks1[2]},FRFNDQH53:{dpKtLgXs9:resolvedLinks1[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"g7b20El68\"},implicitPathVariables:undefined},{href:{webPageId:\"g7b20El68\"},implicitPathVariables:undefined},{href:{webPageId:\"g7b20El68\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:17,y:(componentViewport?.y||0)+64+(((componentViewport?.height||544)-128-415.8)/2+0+0)+0+105+0+0+0+32.9+0+25,...addPropertyOverrides({BrrFgCPGx:{y:(componentViewport?.y||0)+60+(((componentViewport?.height||200)-68-1256.8736)/2+0+0)+20+94.6736+0+285.6+0+0+0+32.9+0+25},FRFNDQH53:{y:(componentViewport?.y||0)+80+(((componentViewport?.height||1417.5)-160-1134.5917)/2+0+0)+0+117.1917+0+301.6+0+0+0+32.9+0+25}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-lre1gq-container\",layoutDependency:layoutDependency,layoutId:\"NTmWsEWRf-container\",nodeId:\"NTmWsEWRf\",rendersWithMotion:true,scopeId:\"W2_m4eOeZ\",children:/*#__PURE__*/_jsx(MenuMenuItem,{akEaMP2V_:\"Integrations\",bT1_RgUXH:false,dpKtLgXs9:resolvedLinks2[0],height:\"100%\",id:\"NTmWsEWRf\",IejEVkrjL:false,layoutId:\"NTmWsEWRf\",variant:\"S9_EvybfJ\",width:\"100%\",...addPropertyOverrides({BrrFgCPGx:{dpKtLgXs9:resolvedLinks2[2]},FRFNDQH53:{dpKtLgXs9:resolvedLinks2[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"b1raalgkT\"},implicitPathVariables:undefined},{href:{webPageId:\"b1raalgkT\"},implicitPathVariables:undefined},{href:{webPageId:\"b1raalgkT\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:17,y:(componentViewport?.y||0)+64+(((componentViewport?.height||544)-128-415.8)/2+0+0)+0+105+0+0+0+32.9+0+50,...addPropertyOverrides({BrrFgCPGx:{y:(componentViewport?.y||0)+60+(((componentViewport?.height||200)-68-1256.8736)/2+0+0)+20+94.6736+0+285.6+0+0+0+32.9+0+50},FRFNDQH53:{y:(componentViewport?.y||0)+80+(((componentViewport?.height||1417.5)-160-1134.5917)/2+0+0)+0+117.1917+0+301.6+0+0+0+32.9+0+50}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-uy93f2-container\",layoutDependency:layoutDependency,layoutId:\"VVLRXbcSu-container\",nodeId:\"VVLRXbcSu\",rendersWithMotion:true,scopeId:\"W2_m4eOeZ\",children:/*#__PURE__*/_jsx(MenuMenuItem,{akEaMP2V_:\"Pricing\",bT1_RgUXH:false,dpKtLgXs9:resolvedLinks3[0],height:\"100%\",id:\"VVLRXbcSu\",IejEVkrjL:false,layoutId:\"VVLRXbcSu\",variant:\"S9_EvybfJ\",width:\"100%\",...addPropertyOverrides({BrrFgCPGx:{dpKtLgXs9:resolvedLinks3[2]},FRFNDQH53:{dpKtLgXs9:resolvedLinks3[1]}},baseVariant,gestureVariant)})})})})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-zuctkd\",\"data-framer-name\":\"Menu List\",layoutDependency:layoutDependency,layoutId:\"o8pxVkw7i\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-147jdtj\",\"data-styles-preset\":\"EWSKO38fw\",children:\"Company\"})}),className:\"framer-znzv3\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"iE6IRzBXu\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-knbq5o\",\"data-framer-name\":\"Menu\",layoutDependency:layoutDependency,layoutId:\"qR1bVWZk8\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"FANVxMycw\"},implicitPathVariables:undefined},{href:{webPageId:\"FANVxMycw\"},implicitPathVariables:undefined},{href:{webPageId:\"FANVxMycw\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:17,y:(componentViewport?.y||0)+64+(((componentViewport?.height||544)-128-415.8)/2+0+0)+0+105+0+0+0+32.9+0+0,...addPropertyOverrides({BrrFgCPGx:{y:(componentViewport?.y||0)+60+(((componentViewport?.height||200)-68-1256.8736)/2+0+0)+20+94.6736+0+285.6+0+163.9+0+32.9+0+0},FRFNDQH53:{y:(componentViewport?.y||0)+80+(((componentViewport?.height||1417.5)-160-1134.5917)/2+0+0)+0+117.1917+0+301.6+0+139.9+0+32.9+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-dbnqas-container\",layoutDependency:layoutDependency,layoutId:\"yNXfeizan-container\",nodeId:\"yNXfeizan\",rendersWithMotion:true,scopeId:\"W2_m4eOeZ\",children:/*#__PURE__*/_jsx(MenuMenuItem,{akEaMP2V_:\"About\",bT1_RgUXH:false,dpKtLgXs9:resolvedLinks4[0],height:\"100%\",id:\"yNXfeizan\",IejEVkrjL:false,layoutId:\"yNXfeizan\",variant:\"S9_EvybfJ\",width:\"100%\",...addPropertyOverrides({BrrFgCPGx:{dpKtLgXs9:resolvedLinks4[2]},FRFNDQH53:{dpKtLgXs9:resolvedLinks4[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"oy156HiLp\"},implicitPathVariables:undefined},{href:{webPageId:\"oy156HiLp\"},implicitPathVariables:undefined},{href:{webPageId:\"oy156HiLp\"},implicitPathVariables:undefined}],children:resolvedLinks5=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:17,y:(componentViewport?.y||0)+64+(((componentViewport?.height||544)-128-415.8)/2+0+0)+0+105+0+0+0+32.9+0+25,...addPropertyOverrides({BrrFgCPGx:{y:(componentViewport?.y||0)+60+(((componentViewport?.height||200)-68-1256.8736)/2+0+0)+20+94.6736+0+285.6+0+163.9+0+32.9+0+25},FRFNDQH53:{y:(componentViewport?.y||0)+80+(((componentViewport?.height||1417.5)-160-1134.5917)/2+0+0)+0+117.1917+0+301.6+0+139.9+0+32.9+0+25}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-121tlo3-container\",layoutDependency:layoutDependency,layoutId:\"lfWhQxBF9-container\",nodeId:\"lfWhQxBF9\",rendersWithMotion:true,scopeId:\"W2_m4eOeZ\",children:/*#__PURE__*/_jsx(MenuMenuItem,{akEaMP2V_:\"Case studies\",bT1_RgUXH:false,dpKtLgXs9:resolvedLinks5[0],height:\"100%\",id:\"lfWhQxBF9\",IejEVkrjL:false,layoutId:\"lfWhQxBF9\",variant:\"S9_EvybfJ\",width:\"100%\",...addPropertyOverrides({BrrFgCPGx:{dpKtLgXs9:resolvedLinks5[2]},FRFNDQH53:{dpKtLgXs9:resolvedLinks5[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"gOz9bHwfk\"},implicitPathVariables:undefined},{href:{webPageId:\"gOz9bHwfk\"},implicitPathVariables:undefined},{href:{webPageId:\"gOz9bHwfk\"},implicitPathVariables:undefined}],children:resolvedLinks6=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:17,y:(componentViewport?.y||0)+64+(((componentViewport?.height||544)-128-415.8)/2+0+0)+0+105+0+0+0+32.9+0+50,...addPropertyOverrides({BrrFgCPGx:{y:(componentViewport?.y||0)+60+(((componentViewport?.height||200)-68-1256.8736)/2+0+0)+20+94.6736+0+285.6+0+163.9+0+32.9+0+50},FRFNDQH53:{y:(componentViewport?.y||0)+80+(((componentViewport?.height||1417.5)-160-1134.5917)/2+0+0)+0+117.1917+0+301.6+0+139.9+0+32.9+0+50}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1y64pv6-container\",layoutDependency:layoutDependency,layoutId:\"Q7IaNFZtq-container\",nodeId:\"Q7IaNFZtq\",rendersWithMotion:true,scopeId:\"W2_m4eOeZ\",children:/*#__PURE__*/_jsx(MenuMenuItem,{akEaMP2V_:\"Contact\",bT1_RgUXH:false,dpKtLgXs9:resolvedLinks6[0],height:\"100%\",id:\"Q7IaNFZtq\",IejEVkrjL:false,layoutId:\"Q7IaNFZtq\",variant:\"S9_EvybfJ\",width:\"100%\",...addPropertyOverrides({BrrFgCPGx:{dpKtLgXs9:resolvedLinks6[2]},FRFNDQH53:{dpKtLgXs9:resolvedLinks6[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"l6qipfcCl\"},implicitPathVariables:undefined},{href:{webPageId:\"l6qipfcCl\"},implicitPathVariables:undefined},{href:{webPageId:\"l6qipfcCl\"},implicitPathVariables:undefined}],children:resolvedLinks7=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:17,y:(componentViewport?.y||0)+64+(((componentViewport?.height||544)-128-415.8)/2+0+0)+0+105+0+0+0+32.9+0+75,...addPropertyOverrides({BrrFgCPGx:{y:(componentViewport?.y||0)+60+(((componentViewport?.height||200)-68-1256.8736)/2+0+0)+20+94.6736+0+285.6+0+163.9+0+32.9+0+75},FRFNDQH53:{y:(componentViewport?.y||0)+80+(((componentViewport?.height||1417.5)-160-1134.5917)/2+0+0)+0+117.1917+0+301.6+0+139.9+0+32.9+0+75}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-yybv2p-container\",layoutDependency:layoutDependency,layoutId:\"FN3TUZ5FU-container\",nodeId:\"FN3TUZ5FU\",rendersWithMotion:true,scopeId:\"W2_m4eOeZ\",children:/*#__PURE__*/_jsx(MenuMenuItem,{akEaMP2V_:\"News\",bT1_RgUXH:false,dpKtLgXs9:resolvedLinks7[0],height:\"100%\",id:\"FN3TUZ5FU\",IejEVkrjL:false,layoutId:\"FN3TUZ5FU\",variant:\"S9_EvybfJ\",width:\"100%\",...addPropertyOverrides({BrrFgCPGx:{dpKtLgXs9:resolvedLinks7[2]},FRFNDQH53:{dpKtLgXs9:resolvedLinks7[1]}},baseVariant,gestureVariant)})})})})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1njq96p\",\"data-framer-name\":\"Menu List\",layoutDependency:layoutDependency,layoutId:\"p8HzWEKAs\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-147jdtj\",\"data-styles-preset\":\"EWSKO38fw\",children:\"Get started\"})}),className:\"framer-tbbsj9\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"iUvnkmz7C\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1mbwfxx\",\"data-framer-name\":\"Menu\",layoutDependency:layoutDependency,layoutId:\"dyOxFxH9w\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"xD2Bo36Uf\"},implicitPathVariables:undefined},{href:{webPageId:\"xD2Bo36Uf\"},implicitPathVariables:undefined},{href:{webPageId:\"xD2Bo36Uf\"},implicitPathVariables:undefined}],children:resolvedLinks8=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:17,y:(componentViewport?.y||0)+64+(((componentViewport?.height||544)-128-415.8)/2+0+0)+0+105+0+0+0+32.9+0+0,...addPropertyOverrides({BrrFgCPGx:{y:(componentViewport?.y||0)+60+(((componentViewport?.height||200)-68-1256.8736)/2+0+0)+20+94.6736+0+285.6+0+352.8+0+32.9+0+0},FRFNDQH53:{y:(componentViewport?.y||0)+80+(((componentViewport?.height||1417.5)-160-1134.5917)/2+0+0)+0+117.1917+0+301.6+0+304.8+0+32.9+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-14j29h9-container\",layoutDependency:layoutDependency,layoutId:\"tN2cjRV99-container\",nodeId:\"tN2cjRV99\",rendersWithMotion:true,scopeId:\"W2_m4eOeZ\",children:/*#__PURE__*/_jsx(MenuMenuItem,{akEaMP2V_:\"Get started\",bT1_RgUXH:false,dpKtLgXs9:resolvedLinks8[0],height:\"100%\",id:\"tN2cjRV99\",IejEVkrjL:false,layoutId:\"tN2cjRV99\",variant:\"S9_EvybfJ\",width:\"100%\",...addPropertyOverrides({BrrFgCPGx:{dpKtLgXs9:resolvedLinks8[2]},FRFNDQH53:{dpKtLgXs9:resolvedLinks8[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:17,y:(componentViewport?.y||0)+64+(((componentViewport?.height||544)-128-415.8)/2+0+0)+0+105+0+0+0+32.9+0+25,...addPropertyOverrides({BrrFgCPGx:{y:(componentViewport?.y||0)+60+(((componentViewport?.height||200)-68-1256.8736)/2+0+0)+20+94.6736+0+285.6+0+352.8+0+32.9+0+25},FRFNDQH53:{y:(componentViewport?.y||0)+80+(((componentViewport?.height||1417.5)-160-1134.5917)/2+0+0)+0+117.1917+0+301.6+0+304.8+0+32.9+0+25}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1gbbqhk-container\",layoutDependency:layoutDependency,layoutId:\"Qld7v5Ak9-container\",nodeId:\"Qld7v5Ak9\",rendersWithMotion:true,scopeId:\"W2_m4eOeZ\",children:/*#__PURE__*/_jsx(MenuMenuItem,{akEaMP2V_:\"Log in\",bT1_RgUXH:false,dpKtLgXs9:\"https://console.playable.video\",height:\"100%\",id:\"Qld7v5Ak9\",IejEVkrjL:false,layoutId:\"Qld7v5Ak9\",variant:\"S9_EvybfJ\",width:\"100%\"})})})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1baeet0\",\"data-framer-name\":\"Menu List\",layoutDependency:layoutDependency,layoutId:\"l01rpjAYV\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-147jdtj\",\"data-styles-preset\":\"EWSKO38fw\",children:\"Support\"})}),className:\"framer-1luxbyy\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"OC2nwl6zA\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1yn40t2\",\"data-framer-name\":\"Menu\",layoutDependency:layoutDependency,layoutId:\"vdbGehiJc\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:17,y:(componentViewport?.y||0)+64+(((componentViewport?.height||544)-128-415.8)/2+0+0)+0+105+0+0+0+32.9+0+0,...addPropertyOverrides({BrrFgCPGx:{y:(componentViewport?.y||0)+60+(((componentViewport?.height||200)-68-1256.8736)/2+0+0)+20+94.6736+0+285.6+0+491.7+0+32.9+0+0},FRFNDQH53:{y:(componentViewport?.y||0)+80+(((componentViewport?.height||1417.5)-160-1134.5917)/2+0+0)+0+117.1917+0+301.6+0+419.7+0+32.9+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1n8thcn-container\",layoutDependency:layoutDependency,layoutId:\"GXjMa2wu0-container\",nodeId:\"GXjMa2wu0\",rendersWithMotion:true,scopeId:\"W2_m4eOeZ\",children:/*#__PURE__*/_jsx(MenuMenuItem,{akEaMP2V_:\"Knowledge base\",bT1_RgUXH:true,dpKtLgXs9:\"https://help.playable.video/en/\",height:\"100%\",id:\"GXjMa2wu0\",IejEVkrjL:false,layoutId:\"GXjMa2wu0\",variant:\"S9_EvybfJ\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:17,y:(componentViewport?.y||0)+64+(((componentViewport?.height||544)-128-415.8)/2+0+0)+0+105+0+0+0+32.9+0+25,...addPropertyOverrides({BrrFgCPGx:{y:(componentViewport?.y||0)+60+(((componentViewport?.height||200)-68-1256.8736)/2+0+0)+20+94.6736+0+285.6+0+491.7+0+32.9+0+25},FRFNDQH53:{y:(componentViewport?.y||0)+80+(((componentViewport?.height||1417.5)-160-1134.5917)/2+0+0)+0+117.1917+0+301.6+0+419.7+0+32.9+0+25}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1ljtbn0-container\",layoutDependency:layoutDependency,layoutId:\"bi6TPSvPA-container\",nodeId:\"bi6TPSvPA\",rendersWithMotion:true,scopeId:\"W2_m4eOeZ\",children:/*#__PURE__*/_jsx(MenuMenuItem,{akEaMP2V_:\"FAQ\",bT1_RgUXH:true,dpKtLgXs9:\"https://help.playable.video/en/collections/559950-playable-s-faq\",height:\"100%\",id:\"bi6TPSvPA\",IejEVkrjL:false,layoutId:\"bi6TPSvPA\",variant:\"S9_EvybfJ\",width:\"100%\"})})})]})]})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-tg0gq\",\"data-framer-name\":\"Bottom content\",layoutDependency:layoutDependency,layoutId:\"e_Ix_y3eF\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-10u94dc\",\"data-styles-preset\":\"L0lzaILsT\",children:\"\\xa9 Playable 2025\"})}),className:\"framer-155z67q\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"w8r0qO2CI\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({FRFNDQH53:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-10u94dc\",\"data-styles-preset\":\"L0lzaILsT\",style:{\"--framer-text-alignment\":\"center\"},children:\"\\xa9 Playable 2025\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-nvpbk6\",\"data-framer-name\":\"Line\",layoutDependency:layoutDependency,layoutId:\"jFRqAuGqZ\",style:{backgroundColor:\"var(--token-18a5df56-d79e-46e0-9f40-1608dc2ba5f0, rgb(237, 236, 232))\"}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-r3hrtj\",\"data-framer-name\":\"Right Side\",layoutDependency:layoutDependency,layoutId:\"KFtC8OiL2\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:17,y:(componentViewport?.y||0)+64+(((componentViewport?.height||544)-128-415.8)/2+0+0)+0+390.6+4.1+0,...addPropertyOverrides({BrrFgCPGx:{y:(componentViewport?.y||0)+60+(((componentViewport?.height||200)-68-1256.8736)/2+0+0)+20+1010.8736+0+0+0+0},FRFNDQH53:{y:(componentViewport?.y||0)+80+(((componentViewport?.height||1417.5)-160-1134.5917)/2+0+0)+0+993.3917+0+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1agzhba-container\",layoutDependency:layoutDependency,layoutId:\"Bs747Zvm6-container\",nodeId:\"Bs747Zvm6\",rendersWithMotion:true,scopeId:\"W2_m4eOeZ\",children:/*#__PURE__*/_jsx(MenuMenuItem,{akEaMP2V_:\"Terms\",bT1_RgUXH:false,dpKtLgXs9:\"https://drive.google.com/file/d/1CWm3VybtIXtZylb6zD68NjRe7v-pw88z/view?usp=sharing\",height:\"100%\",id:\"Bs747Zvm6\",IejEVkrjL:false,layoutId:\"Bs747Zvm6\",variant:\"fHWCd_iRO\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"Pb0_by3YP\"},implicitPathVariables:undefined},{href:{webPageId:\"Pb0_by3YP\"},implicitPathVariables:undefined},{href:{webPageId:\"Pb0_by3YP\"},implicitPathVariables:undefined}],children:resolvedLinks9=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:17,y:(componentViewport?.y||0)+64+(((componentViewport?.height||544)-128-415.8)/2+0+0)+0+390.6+4.1+0,...addPropertyOverrides({BrrFgCPGx:{y:(componentViewport?.y||0)+60+(((componentViewport?.height||200)-68-1256.8736)/2+0+0)+20+1010.8736+0+0+0+25},FRFNDQH53:{y:(componentViewport?.y||0)+80+(((componentViewport?.height||1417.5)-160-1134.5917)/2+0+0)+0+993.3917+0+0+0+29}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-18yokyi-container\",layoutDependency:layoutDependency,layoutId:\"sF_hBSk9I-container\",nodeId:\"sF_hBSk9I\",rendersWithMotion:true,scopeId:\"W2_m4eOeZ\",children:/*#__PURE__*/_jsx(MenuMenuItem,{akEaMP2V_:\"Privacy\",bT1_RgUXH:false,dpKtLgXs9:resolvedLinks9[0],height:\"100%\",id:\"sF_hBSk9I\",IejEVkrjL:false,layoutId:\"sF_hBSk9I\",variant:\"XINuTvN6C\",width:\"100%\",...addPropertyOverrides({BrrFgCPGx:{dpKtLgXs9:resolvedLinks9[2]},FRFNDQH53:{dpKtLgXs9:resolvedLinks9[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"m8IeUcDNd\"},implicitPathVariables:undefined},{href:{webPageId:\"m8IeUcDNd\"},implicitPathVariables:undefined},{href:{webPageId:\"m8IeUcDNd\"},implicitPathVariables:undefined}],children:resolvedLinks10=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:17,y:(componentViewport?.y||0)+64+(((componentViewport?.height||544)-128-415.8)/2+0+0)+0+390.6+4.1+0,...addPropertyOverrides({BrrFgCPGx:{y:(componentViewport?.y||0)+60+(((componentViewport?.height||200)-68-1256.8736)/2+0+0)+20+1010.8736+0+0+0+50},FRFNDQH53:{y:(componentViewport?.y||0)+80+(((componentViewport?.height||1417.5)-160-1134.5917)/2+0+0)+0+993.3917+0+0+0+58}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1x7rjug-container\",layoutDependency:layoutDependency,layoutId:\"VaKGofoqL-container\",nodeId:\"VaKGofoqL\",rendersWithMotion:true,scopeId:\"W2_m4eOeZ\",children:/*#__PURE__*/_jsx(MenuMenuItem,{akEaMP2V_:\"Cookies\",bT1_RgUXH:false,dpKtLgXs9:resolvedLinks10[0],height:\"100%\",id:\"VaKGofoqL\",IejEVkrjL:false,layoutId:\"VaKGofoqL\",variant:\"XINuTvN6C\",width:\"100%\",...addPropertyOverrides({BrrFgCPGx:{dpKtLgXs9:resolvedLinks10[2]},FRFNDQH53:{dpKtLgXs9:resolvedLinks10[1]}},baseVariant,gestureVariant)})})})})]})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-lvxgbq-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"RkKyTH5LU-container\",nodeId:\"RkKyTH5LU\",rendersWithMotion:true,scopeId:\"W2_m4eOeZ\",children:/*#__PURE__*/_jsx(Intercom,{appId:\"djec8lrc\",height:\"100%\",id:\"RkKyTH5LU\",layoutId:\"RkKyTH5LU\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-4Xjva.framer-2ogzl9, .framer-4Xjva .framer-2ogzl9 { display: block; }\",\".framer-4Xjva.framer-hs7jo1 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 72px; height: min-content; justify-content: center; overflow: visible; padding: 64px 48px 64px 48px; position: relative; width: 1440px; }\",\".framer-4Xjva .framer-15vuy4g { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: flex-start; max-width: 1400px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-4Xjva .framer-xehonx-container, .framer-4Xjva .framer-czhffo-container, .framer-4Xjva .framer-alrwvg-container, .framer-4Xjva .framer-lre1gq-container, .framer-4Xjva .framer-uy93f2-container, .framer-4Xjva .framer-dbnqas-container, .framer-4Xjva .framer-121tlo3-container, .framer-4Xjva .framer-1y64pv6-container, .framer-4Xjva .framer-yybv2p-container, .framer-4Xjva .framer-14j29h9-container, .framer-4Xjva .framer-1gbbqhk-container, .framer-4Xjva .framer-1n8thcn-container, .framer-4Xjva .framer-1ljtbn0-container, .framer-4Xjva .framer-1agzhba-container, .framer-4Xjva .framer-18yokyi-container, .framer-4Xjva .framer-1x7rjug-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-4Xjva .framer-sxvxj0 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 44px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-4Xjva .framer-14x9kwk { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 40%; }\",\".framer-4Xjva .framer-h0qa1z { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-4Xjva .framer-5dlub7 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-4Xjva .framer-1al7s8i { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-4Xjva .framer-ur5z87, .framer-4Xjva .framer-1yz5vd, .framer-4Xjva .framer-znzv3, .framer-4Xjva .framer-tbbsj9, .framer-4Xjva .framer-1luxbyy, .framer-4Xjva .framer-155z67q { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-4Xjva .framer-b4qrpl { 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: min-content; }\",\".framer-4Xjva .framer-6vktk3 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-4Xjva .framer-17t6zoq, .framer-4Xjva .framer-zuctkd, .framer-4Xjva .framer-1njq96p, .framer-4Xjva .framer-1baeet0 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-4Xjva .framer-deibqh, .framer-4Xjva .framer-knbq5o, .framer-4Xjva .framer-1mbwfxx, .framer-4Xjva .framer-1yn40t2 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-4Xjva .framer-tg0gq { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 26px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-4Xjva .framer-nvpbk6 { flex: 1 0 0px; gap: 10px; height: 1px; overflow: visible; position: relative; width: 1px; }\",\".framer-4Xjva .framer-r3hrtj { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-4Xjva .framer-lvxgbq-container { bottom: -8313px; flex: none; height: 100px; left: calc(50.00000000000002% - 200px / 2); position: absolute; width: 200px; z-index: 1; }\",\".framer-4Xjva.framer-v-8izcjp.framer-hs7jo1 { gap: 40px; padding: 80px 48px 80px 48px; width: 768px; }\",\".framer-4Xjva.framer-v-8izcjp .framer-15vuy4g { gap: 80px; justify-content: center; max-width: 768px; }\",\".framer-4Xjva.framer-v-8izcjp .framer-xehonx-container { aspect-ratio: 5.216216216216216 / 1; height: var(--framer-aspect-ratio-supported, 41px); width: 194px; }\",\".framer-4Xjva.framer-v-8izcjp .framer-sxvxj0 { flex-direction: column; gap: 80px; }\",\".framer-4Xjva.framer-v-8izcjp .framer-6vktk3 { flex: none; flex-direction: column; gap: 40px; justify-content: flex-start; width: 100%; }\",\".framer-4Xjva.framer-v-8izcjp .framer-17t6zoq, .framer-4Xjva.framer-v-8izcjp .framer-zuctkd, .framer-4Xjva.framer-v-8izcjp .framer-1njq96p, .framer-4Xjva.framer-v-8izcjp .framer-1baeet0, .framer-4Xjva.framer-v-xhcou5 .framer-17t6zoq, .framer-4Xjva.framer-v-xhcou5 .framer-zuctkd, .framer-4Xjva.framer-v-xhcou5 .framer-1njq96p, .framer-4Xjva.framer-v-xhcou5 .framer-1baeet0 { flex: none; width: 100%; }\",\".framer-4Xjva.framer-v-8izcjp .framer-tg0gq { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 20px; }\",\".framer-4Xjva.framer-v-8izcjp .framer-155z67q { order: 2; }\",\".framer-4Xjva.framer-v-8izcjp .framer-nvpbk6, .framer-4Xjva.framer-v-xhcou5 .framer-nvpbk6 { flex: none; order: 1; width: 100%; }\",\".framer-4Xjva.framer-v-8izcjp .framer-r3hrtj { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 12px; order: 0; }\",\".framer-4Xjva.framer-v-xhcou5.framer-hs7jo1 { gap: 30px; padding: 60px 20px 8px 20px; width: 350px; }\",\".framer-4Xjva.framer-v-xhcou5 .framer-15vuy4g { justify-content: center; max-width: 390px; padding: 20px 0px 0px 0px; }\",\".framer-4Xjva.framer-v-xhcou5 .framer-xehonx-container { aspect-ratio: 5.216216216216216 / 1; height: var(--framer-aspect-ratio-supported, 31px); width: 160px; }\",\".framer-4Xjva.framer-v-xhcou5 .framer-sxvxj0 { flex-direction: column; gap: 64px; }\",\".framer-4Xjva.framer-v-xhcou5 .framer-14x9kwk { width: 100%; }\",\".framer-4Xjva.framer-v-xhcou5 .framer-h0qa1z { align-content: flex-start; align-items: flex-start; }\",\".framer-4Xjva.framer-v-xhcou5 .framer-5dlub7, .framer-4Xjva.framer-v-xhcou5 .framer-1al7s8i { width: 124px; }\",\".framer-4Xjva.framer-v-xhcou5 .framer-6vktk3 { flex: none; flex-direction: column; gap: 64px; justify-content: flex-start; width: 100%; }\",\".framer-4Xjva.framer-v-xhcou5 .framer-tg0gq { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 16px; }\",\".framer-4Xjva.framer-v-xhcou5 .framer-155z67q { order: 2; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-4Xjva.framer-v-xhcou5 .framer-r3hrtj { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 8px; order: 0; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 544\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"FRFNDQH53\":{\"layout\":[\"fixed\",\"auto\"]},\"BrrFgCPGx\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerW2_m4eOeZ=withCSS(Component,css,\"framer-4Xjva\");export default FramerW2_m4eOeZ;FramerW2_m4eOeZ.displayName=\"Footer\";FramerW2_m4eOeZ.defaultProps={height:544,width:1440};addPropertyControls(FramerW2_m4eOeZ,{variant:{options:[\"jtRK5amLq\",\"FRFNDQH53\",\"BrrFgCPGx\"],optionTitles:[\"Desktop\",\"Tablet\",\"Phone\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerW2_m4eOeZ,[{explicitInter:true,fonts:[{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+2070, U+2074-207E, U+2080-208E, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/GrgcKwrN6d3Uz8EwcLHZxwEfC4.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\"}]},...LogoFonts,...SocialIconFonts,...MenuMenuItemFonts,...IntercomFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerW2_m4eOeZ\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"FRFNDQH53\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"BrrFgCPGx\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerAutoSizeImages\":\"true\",\"framerIntrinsicWidth\":\"1440\",\"framerColorSyntax\":\"true\",\"framerIntrinsicHeight\":\"544\",\"framerContractVersion\":\"1\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./W2_m4eOeZ.map"],"mappings":"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"}