{"version":3,"file":"shared.ffcvMgp0.mjs","names":["fonts","css","className","addPropertyOverrides","cycleOrder","serializationHash","variantClassNames","transition1","Transition","Variants","humanReadableVariantMap","getProps","createLayoutDependency","Component","className","css","fonts","css","className","fonts","css","className","css","Button","className","Image"],"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/Ys2wEu5BXhkBHhCwXSGK/rSsIOwwat9U6kmrsqMcM/xRMuitlQK.js","https:/framerusercontent.com/modules/LhcjITweYcDZLbGDKtOg/YCzMm4hx0gukLCJO05jn/zBlh3A1kq.js","https:/framerusercontent.com/modules/KKt6rBkPAgqBOMCYk0dZ/oEb7zSNJ6ae9OyjT74cW/DKYjhqITW.js","https:/framerusercontent.com/modules/fMFzZlIW6bCCDc6YjSEv/p9771Ekvpm7EB5Y7jcDP/govSbKr9p.js","https:/framerusercontent.com/modules/pDWuFu0pgmyA7NpG2K7e/kkvI9Vyi2tc3fNIMwXRs/mZcSB1YO1.js","https:/framerusercontent.com/modules/qK1RDy6wzAgAwdSHGrXZ/ZPterzdRfMBwRG6YiB9W/Q08gwha2C.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","import{fontStore as e}from\"framer\";e.loadWebFontsFromSelectors([\"CUSTOM;Noyo Display 450\"]);export const fonts=[{family:\"Noyo Display 450\",moduleAsset:{localModuleIdentifier:\"local-module:css/xRMuitlQK:default\",url:\"https://framerusercontent.com/assets/vt4reJSDdlniwSxUZ4mEim7ezM.woff2\"},url:\"https://framerusercontent.com/assets/vt4reJSDdlniwSxUZ4mEim7ezM.woff2\"}];export const css=['.framer-3wQgB .framer-styles-preset-17i6882:not(.rich-text-wrapper), .framer-3wQgB .framer-styles-preset-17i6882.rich-text-wrapper h4 { --framer-font-family: \"Noyo Display 450\", \"Noyo Display 450 Placeholder\", sans-serif; --framer-font-size: 20px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: 0.01em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-1af549ab-eac3-4313-9e6b-d874e29b227f, #101e2b); --framer-text-decoration: none; --framer-text-transform: none; }','@media (max-width: 1199px) and (min-width: 810px) { .framer-3wQgB .framer-styles-preset-17i6882:not(.rich-text-wrapper), .framer-3wQgB .framer-styles-preset-17i6882.rich-text-wrapper h4 { --framer-font-family: \"Noyo Display 450\", \"Noyo Display 450 Placeholder\", sans-serif; --framer-font-size: 20px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: 0.01em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-1af549ab-eac3-4313-9e6b-d874e29b227f, #101e2b); --framer-text-decoration: none; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-3wQgB .framer-styles-preset-17i6882:not(.rich-text-wrapper), .framer-3wQgB .framer-styles-preset-17i6882.rich-text-wrapper h4 { --framer-font-family: \"Noyo Display 450\", \"Noyo Display 450 Placeholder\", sans-serif; --framer-font-size: 18px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: 0.01em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-1af549ab-eac3-4313-9e6b-d874e29b227f, #101e2b); --framer-text-decoration: none; --framer-text-transform: none; } }'];export const className=\"framer-3wQgB\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}","// Generated by Framer (4458791)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const enabledGestures={bVzj3XHOk:{hover:true},DlMQHeQyB:{hover:true},I5qRNEpMk:{hover:true},J1cW760lk:{hover:true},rP1RP7wd7:{hover:true},STdgD28zE:{hover:true},z36JxExR4:{hover:true}};const cycleOrder=[\"rP1RP7wd7\",\"STdgD28zE\",\"DlMQHeQyB\",\"bVzj3XHOk\",\"J1cW760lk\",\"z36JxExR4\",\"I5qRNEpMk\"];const serializationHash=\"framer-40U0f\";const variantClassNames={bVzj3XHOk:\"framer-v-1r7wkzv\",DlMQHeQyB:\"framer-v-b9lerh\",I5qRNEpMk:\"framer-v-l0d1xf\",J1cW760lk:\"framer-v-sppvjz\",rP1RP7wd7:\"framer-v-1wfe50j\",STdgD28zE:\"framer-v-xx2cdc\",z36JxExR4:\"framer-v-1gnjnwr\"};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={\"Get Started\":\"bVzj3XHOk\",\"Outline White\":\"I5qRNEpMk\",\"Variant 3\":\"DlMQHeQyB\",\"Watch Demo\":\"J1cW760lk\",Outline:\"z36JxExR4\",Primary:\"rP1RP7wd7\",White:\"STdgD28zE\"};const getProps=({height,id,link,text,width,...props})=>{return{...props,kQg1D47HM:text??props.kQg1D47HM??\"Get Started\",variant:humanReadableVariantMap[props.variant]??props.variant??\"rP1RP7wd7\",WQT8IKuXx:link??props.WQT8IKuXx};};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,kQg1D47HM,WQT8IKuXx,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"rP1RP7wd7\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);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(Link,{href:WQT8IKuXx,motionChild:true,nodeId:\"rP1RP7wd7\",openInNewTab:false,scopeId:\"zBlh3A1kq\",smoothScroll:true,...addPropertyOverrides({bVzj3XHOk:{href:{webPageId:\"ufbKKob6m\"}},DlMQHeQyB:{openInNewTab:true},J1cW760lk:{href:{webPageId:\"eF5uqOSls\"}}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-1wfe50j\",className,classNames)} framer-75q9u8`,\"data-framer-name\":\"Primary\",layoutDependency:layoutDependency,layoutId:\"rP1RP7wd7\",ref:refBinding,style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(0, 0, 0, 0)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",backgroundColor:\"rgb(16, 30, 43)\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12,opacity:1,...style},variants:{\"bVzj3XHOk-hover\":{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",opacity:1},\"DlMQHeQyB-hover\":{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",backgroundColor:\"var(--token-b49716e9-67bc-4e16-9b4e-5e10c26c61c1, rgb(67, 56, 194))\",opacity:1},\"I5qRNEpMk-hover\":{backgroundColor:\"rgb(255, 255, 255)\",opacity:1},\"J1cW760lk-hover\":{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",opacity:1},\"rP1RP7wd7-hover\":{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",backgroundColor:\"var(--token-b49716e9-67bc-4e16-9b4e-5e10c26c61c1, rgb(67, 56, 194))\"},\"STdgD28zE-hover\":{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",opacity:.85},\"z36JxExR4-hover\":{backgroundColor:\"var(--token-1af549ab-eac3-4313-9e6b-d874e29b227f, rgb(16, 30, 43))\",opacity:1},bVzj3XHOk:{backgroundColor:\"var(--token-81d1fa9b-8e00-4412-a182-7eb76de7448f, rgb(255, 255, 255))\"},I5qRNEpMk:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(255, 255, 255)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgba(0, 0, 0, 0)\"},J1cW760lk:{backgroundColor:\"var(--token-81d1fa9b-8e00-4412-a182-7eb76de7448f, rgb(255, 255, 255))\"},STdgD28zE:{backgroundColor:\"var(--token-81d1fa9b-8e00-4412-a182-7eb76de7448f, rgb(255, 255, 255))\"},z36JxExR4:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-1af549ab-eac3-4313-9e6b-d874e29b227f, rgb(16, 30, 43))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgba(0, 0, 0, 0)\"}},...addPropertyOverrides({\"bVzj3XHOk-hover\":{\"data-framer-name\":undefined},\"DlMQHeQyB-hover\":{\"data-framer-name\":undefined},\"I5qRNEpMk-hover\":{\"data-framer-name\":undefined},\"J1cW760lk-hover\":{\"data-framer-name\":undefined},\"rP1RP7wd7-hover\":{\"data-framer-name\":undefined},\"STdgD28zE-hover\":{\"data-framer-name\":undefined},\"z36JxExR4-hover\":{\"data-framer-name\":undefined},bVzj3XHOk:{\"data-framer-name\":\"Get Started\"},DlMQHeQyB:{\"data-framer-name\":\"Variant 3\"},I5qRNEpMk:{\"data-border\":true,\"data-framer-name\":\"Outline White\"},J1cW760lk:{\"data-framer-name\":\"Watch Demo\"},STdgD28zE:{\"data-framer-name\":\"White\"},z36JxExR4:{\"data-border\":true,\"data-framer-name\":\"Outline\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO05veW8gVGV4dCA1MTA=\",\"--framer-font-family\":'\"Noyo Text 510\", \"Noyo Text 510 Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-81d1fa9b-8e00-4412-a182-7eb76de7448f, rgb(255, 255, 255)))\"},children:\"Get Started\"})}),className:\"framer-qgsouh\",fonts:[\"CUSTOM;Noyo Text 510\"],layoutDependency:layoutDependency,layoutId:\"PT6WMcSm6\",style:{\"--extracted-r6o4lv\":\"var(--token-81d1fa9b-8e00-4412-a182-7eb76de7448f, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:kQg1D47HM,variants:{\"bVzj3XHOk-hover\":{\"--extracted-r6o4lv\":\"var(--token-b49716e9-67bc-4e16-9b4e-5e10c26c61c1, rgb(67, 56, 194))\"},\"I5qRNEpMk-hover\":{\"--extracted-r6o4lv\":\"var(--token-1af549ab-eac3-4313-9e6b-d874e29b227f, rgb(16, 30, 43))\"},\"J1cW760lk-hover\":{\"--extracted-r6o4lv\":\"var(--token-b49716e9-67bc-4e16-9b4e-5e10c26c61c1, rgb(67, 56, 194))\"},\"STdgD28zE-hover\":{\"--extracted-r6o4lv\":\"var(--token-b49716e9-67bc-4e16-9b4e-5e10c26c61c1, rgb(67, 56, 194))\"},\"z36JxExR4-hover\":{\"--extracted-r6o4lv\":\"var(--token-81d1fa9b-8e00-4412-a182-7eb76de7448f, rgb(255, 255, 255))\"},bVzj3XHOk:{\"--extracted-r6o4lv\":\"var(--token-5751aad0-92aa-4127-a744-a12497d5b532, rgb(17, 17, 17))\"},I5qRNEpMk:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},J1cW760lk:{\"--extracted-r6o4lv\":\"var(--token-5751aad0-92aa-4127-a744-a12497d5b532, rgb(17, 17, 17))\"},STdgD28zE:{\"--extracted-r6o4lv\":\"var(--token-5751aad0-92aa-4127-a744-a12497d5b532, rgb(17, 17, 17))\"},z36JxExR4:{\"--extracted-r6o4lv\":\"var(--token-1af549ab-eac3-4313-9e6b-d874e29b227f, rgb(16, 30, 43))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"bVzj3XHOk-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO05veW8gVGV4dCA1MTA=\",\"--framer-font-family\":'\"Noyo Text 510\", \"Noyo Text 510 Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-b49716e9-67bc-4e16-9b4e-5e10c26c61c1, rgb(67, 56, 194)))\"},children:\"Get Started\"})})},\"I5qRNEpMk-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO05veW8gVGV4dCA1MTA=\",\"--framer-font-family\":'\"Noyo Text 510\", \"Noyo Text 510 Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-1af549ab-eac3-4313-9e6b-d874e29b227f, rgb(16, 30, 43)))\"},children:\"Get Started\"})})},\"J1cW760lk-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO05veW8gVGV4dCA1MTA=\",\"--framer-font-family\":'\"Noyo Text 510\", \"Noyo Text 510 Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-b49716e9-67bc-4e16-9b4e-5e10c26c61c1, rgb(67, 56, 194)))\"},children:\"Get Started\"})})},\"STdgD28zE-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO05veW8gVGV4dCA1MTA=\",\"--framer-font-family\":'\"Noyo Text 510\", \"Noyo Text 510 Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-b49716e9-67bc-4e16-9b4e-5e10c26c61c1, rgb(67, 56, 194)))\"},children:\"Get Started\"})})},\"z36JxExR4-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO05veW8gVGV4dCA1MTA=\",\"--framer-font-family\":'\"Noyo Text 510\", \"Noyo Text 510 Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-81d1fa9b-8e00-4412-a182-7eb76de7448f, rgb(255, 255, 255)))\"},children:\"Get Started\"})})},bVzj3XHOk:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO05veW8gVGV4dCA1MTA=\",\"--framer-font-family\":'\"Noyo Text 510\", \"Noyo Text 510 Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-5751aad0-92aa-4127-a744-a12497d5b532, rgb(17, 17, 17)))\"},children:\"Get Started\"})})},I5qRNEpMk:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO05veW8gVGV4dCA1MTA=\",\"--framer-font-family\":'\"Noyo Text 510\", \"Noyo Text 510 Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Get Started\"})})},J1cW760lk:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO05veW8gVGV4dCA1MTA=\",\"--framer-font-family\":'\"Noyo Text 510\", \"Noyo Text 510 Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-5751aad0-92aa-4127-a744-a12497d5b532, rgb(17, 17, 17)))\"},children:\"Get Started\"})})},STdgD28zE:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO05veW8gVGV4dCA1MTA=\",\"--framer-font-family\":'\"Noyo Text 510\", \"Noyo Text 510 Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-5751aad0-92aa-4127-a744-a12497d5b532, rgb(17, 17, 17)))\"},children:\"Get Started\"})})},z36JxExR4:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO05veW8gVGV4dCA1MTA=\",\"--framer-font-family\":'\"Noyo Text 510\", \"Noyo Text 510 Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-1af549ab-eac3-4313-9e6b-d874e29b227f, rgb(16, 30, 43)))\"},children:\"Get Started\"})})}},baseVariant,gestureVariant)})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-40U0f.framer-75q9u8, .framer-40U0f .framer-75q9u8 { display: block; }\",\".framer-40U0f.framer-1wfe50j { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 14px 20px 14px 20px; position: relative; text-decoration: none; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-40U0f .framer-qgsouh { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",'.framer-40U0f[data-border=\"true\"]::after, .framer-40U0f [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 42\n * @framerIntrinsicWidth 116\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"STdgD28zE\":{\"layout\":[\"auto\",\"auto\"]},\"DlMQHeQyB\":{\"layout\":[\"auto\",\"auto\"]},\"bVzj3XHOk\":{\"layout\":[\"auto\",\"auto\"]},\"J1cW760lk\":{\"layout\":[\"auto\",\"auto\"]},\"z36JxExR4\":{\"layout\":[\"auto\",\"auto\"]},\"I5qRNEpMk\":{\"layout\":[\"auto\",\"auto\"]},\"wMrmfgI_H\":{\"layout\":[\"auto\",\"auto\"]},\"x65LS1OfR\":{\"layout\":[\"auto\",\"auto\"]},\"V8GeXzgBo\":{\"layout\":[\"auto\",\"auto\"]},\"ZepghFAqj\":{\"layout\":[\"auto\",\"auto\"]},\"GCK16oP0K\":{\"layout\":[\"auto\",\"auto\"]},\"IEFKmnNnq\":{\"layout\":[\"auto\",\"auto\"]},\"IJxPepHC6\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"kQg1D47HM\":\"text\",\"WQT8IKuXx\":\"link\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerzBlh3A1kq=withCSS(Component,css,\"framer-40U0f\");export default FramerzBlh3A1kq;FramerzBlh3A1kq.displayName=\"Button\";FramerzBlh3A1kq.defaultProps={height:42,width:116};addPropertyControls(FramerzBlh3A1kq,{variant:{options:[\"rP1RP7wd7\",\"STdgD28zE\",\"DlMQHeQyB\",\"bVzj3XHOk\",\"J1cW760lk\",\"z36JxExR4\",\"I5qRNEpMk\"],optionTitles:[\"Primary\",\"White\",\"Variant 3\",\"Get Started\",\"Watch Demo\",\"Outline\",\"Outline White\"],title:\"Variant\",type:ControlType.Enum},kQg1D47HM:{defaultValue:\"Get Started\",displayTextArea:false,title:\"Text\",type:ControlType.String},WQT8IKuXx:{title:\"Link\",type:ControlType.Link}});addFonts(FramerzBlh3A1kq,[{explicitInter:true,fonts:[{family:\"Noyo Text 510\",source:\"custom\",url:\"https://framerusercontent.com/assets/9GVX0NsHrlp115ZLrqCQwUHo.woff2\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerzBlh3A1kq\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"42\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"STdgD28zE\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"DlMQHeQyB\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"bVzj3XHOk\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"J1cW760lk\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"z36JxExR4\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"I5qRNEpMk\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"wMrmfgI_H\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"x65LS1OfR\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"V8GeXzgBo\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"ZepghFAqj\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"GCK16oP0K\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"IEFKmnNnq\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"IJxPepHC6\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerVariables\":\"{\\\"kQg1D47HM\\\":\\\"text\\\",\\\"WQT8IKuXx\\\":\\\"link\\\"}\",\"framerColorSyntax\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"116\",\"framerContractVersion\":\"1\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./zBlh3A1kq.map","import{fontStore as r}from\"framer\";r.loadWebFontsFromSelectors([\"CUSTOM;Noyo Display 510\"]);export const fonts=[{family:\"Noyo Display 510\",moduleAsset:{localModuleIdentifier:\"local-module:css/DKYjhqITW:default\",url:\"https://framerusercontent.com/assets/yYstAGZHSsNcgFPRA2sk1vlwXeY.woff2\"},url:\"https://framerusercontent.com/assets/yYstAGZHSsNcgFPRA2sk1vlwXeY.woff2\"}];export const css=['.framer-r3OHa .framer-styles-preset-azyjfg:not(.rich-text-wrapper), .framer-r3OHa .framer-styles-preset-azyjfg.rich-text-wrapper h1 { --framer-font-family: \"Noyo Display 510\", \"Noyo Display 510 Placeholder\", sans-serif; --framer-font-size: 64px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: 0em; --framer-line-height: 1.1em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: #333333; --framer-text-decoration: none; --framer-text-transform: none; }','@media (max-width: 1199px) and (min-width: 810px) { .framer-r3OHa .framer-styles-preset-azyjfg:not(.rich-text-wrapper), .framer-r3OHa .framer-styles-preset-azyjfg.rich-text-wrapper h1 { --framer-font-family: \"Noyo Display 510\", \"Noyo Display 510 Placeholder\", sans-serif; --framer-font-size: 56px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: 0em; --framer-line-height: 1.1em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: #333333; --framer-text-decoration: none; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-r3OHa .framer-styles-preset-azyjfg:not(.rich-text-wrapper), .framer-r3OHa .framer-styles-preset-azyjfg.rich-text-wrapper h1 { --framer-font-family: \"Noyo Display 510\", \"Noyo Display 510 Placeholder\", sans-serif; --framer-font-size: 40px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: 0em; --framer-line-height: 1.1em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: #333333; --framer-text-decoration: none; --framer-text-transform: none; } }'];export const className=\"framer-r3OHa\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}","import{fontStore as e}from\"framer\";e.loadWebFontsFromSelectors([\"CUSTOM;Noyo Display 450\",\"CUSTOM;Noyo Display 620\"]);export const fonts=[{family:\"Noyo Display 450\",moduleAsset:{localModuleIdentifier:\"local-module:css/govSbKr9p:default\",url:\"https://framerusercontent.com/assets/vt4reJSDdlniwSxUZ4mEim7ezM.woff2\"},url:\"https://framerusercontent.com/assets/vt4reJSDdlniwSxUZ4mEim7ezM.woff2\"},{family:\"Noyo Display 620\",moduleAsset:{localModuleIdentifier:\"local-module:css/govSbKr9p:default\",url:\"https://framerusercontent.com/assets/Djp02kPB6VfuWUzYsDCjMQIVWo.woff2\"},url:\"https://framerusercontent.com/assets/Djp02kPB6VfuWUzYsDCjMQIVWo.woff2\"}];export const css=['.framer-kno6p .framer-styles-preset-1peiwqp:not(.rich-text-wrapper), .framer-kno6p .framer-styles-preset-1peiwqp.rich-text-wrapper h3 { --framer-font-family: \"Noyo Display 450\", \"Noyo Display 450 Placeholder\", sans-serif; --framer-font-family-bold: \"Noyo Display 620\", \"Noyo Display 620 Placeholder\", sans-serif; --framer-font-size: 32px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-weight: 400; --framer-font-weight-bold: 400; --framer-letter-spacing: 0em; --framer-line-height: 1.2em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: #333333; --framer-text-decoration: none; --framer-text-transform: none; }','@media (max-width: 1199px) and (min-width: 810px) { .framer-kno6p .framer-styles-preset-1peiwqp:not(.rich-text-wrapper), .framer-kno6p .framer-styles-preset-1peiwqp.rich-text-wrapper h3 { --framer-font-family: \"Noyo Display 450\", \"Noyo Display 450 Placeholder\", sans-serif; --framer-font-family-bold: \"Noyo Display 620\", \"Noyo Display 620 Placeholder\", sans-serif; --framer-font-size: 32px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-weight: 400; --framer-font-weight-bold: 400; --framer-letter-spacing: 0em; --framer-line-height: 1.2em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: #333333; --framer-text-decoration: none; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-kno6p .framer-styles-preset-1peiwqp:not(.rich-text-wrapper), .framer-kno6p .framer-styles-preset-1peiwqp.rich-text-wrapper h3 { --framer-font-family: \"Noyo Display 450\", \"Noyo Display 450 Placeholder\", sans-serif; --framer-font-family-bold: \"Noyo Display 620\", \"Noyo Display 620 Placeholder\", sans-serif; --framer-font-size: 28px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-weight: 400; --framer-font-weight-bold: 400; --framer-letter-spacing: 0em; --framer-line-height: 1.2em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: #333333; --framer-text-decoration: none; --framer-text-transform: none; } }'];export const className=\"framer-kno6p\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}","import{fontStore as r}from\"framer\";r.loadWebFontsFromSelectors([\"CUSTOM;Noyo Display 510\"]);export const fonts=[{family:\"Noyo Display 510\",moduleAsset:{localModuleIdentifier:\"local-module:css/mZcSB1YO1:default\",url:\"https://framerusercontent.com/assets/yYstAGZHSsNcgFPRA2sk1vlwXeY.woff2\"},url:\"https://framerusercontent.com/assets/yYstAGZHSsNcgFPRA2sk1vlwXeY.woff2\"}];export const css=['.framer-JEOfo .framer-styles-preset-1cu76ps:not(.rich-text-wrapper), .framer-JEOfo .framer-styles-preset-1cu76ps.rich-text-wrapper h2 { --framer-font-family: \"Noyo Display 510\", \"Noyo Display 510 Placeholder\", sans-serif; --framer-font-size: 48px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: 0em; --framer-line-height: 1.2em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: #333333; --framer-text-decoration: none; --framer-text-transform: none; }','@media (max-width: 1199px) and (min-width: 810px) { .framer-JEOfo .framer-styles-preset-1cu76ps:not(.rich-text-wrapper), .framer-JEOfo .framer-styles-preset-1cu76ps.rich-text-wrapper h2 { --framer-font-family: \"Noyo Display 510\", \"Noyo Display 510 Placeholder\", sans-serif; --framer-font-size: 40px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: 0em; --framer-line-height: 1.2em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: #333333; --framer-text-decoration: none; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-JEOfo .framer-styles-preset-1cu76ps:not(.rich-text-wrapper), .framer-JEOfo .framer-styles-preset-1cu76ps.rich-text-wrapper h2 { --framer-font-family: \"Noyo Display 510\", \"Noyo Display 510 Placeholder\", sans-serif; --framer-font-size: 32px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: 0em; --framer-line-height: 1.2em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: #333333; --framer-text-decoration: none; --framer-text-transform: none; } }'];export const className=\"framer-JEOfo\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}","// Generated by Framer (99f3353)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,ResolveLinks,RichText,SmartComponentScopedContainer,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*as sharedStyle from\"https://framerusercontent.com/modules/pDWuFu0pgmyA7NpG2K7e/kkvI9Vyi2tc3fNIMwXRs/mZcSB1YO1.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/Ys2wEu5BXhkBHhCwXSGK/rSsIOwwat9U6kmrsqMcM/xRMuitlQK.js\";import Button from\"https://framerusercontent.com/modules/LhcjITweYcDZLbGDKtOg/YCzMm4hx0gukLCJO05jn/zBlh3A1kq.js\";const ButtonFonts=getFonts(Button);const cycleOrder=[\"YVJj249KI\",\"nRNAPZ2O5\",\"CGmeS8Okx\",\"bxddugqua\",\"WP_aHbdf3\",\"fTVXf8GGW\"];const serializationHash=\"framer-FeLYv\";const variantClassNames={bxddugqua:\"framer-v-6mt0bp\",CGmeS8Okx:\"framer-v-1j1xnps\",fTVXf8GGW:\"framer-v-z76jvb\",nRNAPZ2O5:\"framer-v-1pynzzm\",WP_aHbdf3:\"framer-v-1s4a261\",YVJj249KI:\"framer-v-18rpcub\"};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={\"Advisory Mobile\":\"fTVXf8GGW\",\"Variant 1\":\"YVJj249KI\",\"Variant 2\":\"nRNAPZ2O5\",\"Variant 3\":\"CGmeS8Okx\",\"Variant 4\":\"bxddugqua\",Advisory:\"WP_aHbdf3\"};const getProps=({height,id,text,title,width,...props})=>{return{...props,IcFR9_oDd:text??props.IcFR9_oDd??\"The future of employee benefits is faster, easier, and more automated. Are you ready?\",SMGR6mckO:title??props.SMGR6mckO??\"If you do benefits, you need Noyo\",variant:humanReadableVariantMap[props.variant]??props.variant??\"YVJj249KI\"};};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,SMGR6mckO,IcFR9_oDd,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"YVJj249KI\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1ci5w4y=activeVariantCallback(async(...args)=>{setVariant(\"nRNAPZ2O5\");});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.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__*/_jsxs(motion.header,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-18rpcub\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"YVJj249KI\",ref:refBinding,style:{backgroundColor:\"var(--token-b49716e9-67bc-4e16-9b4e-5e10c26c61c1, rgb(67, 56, 194))\",...style},variants:{fTVXf8GGW:{backgroundColor:\"var(--token-244fd271-9ef3-4072-8c80-3621dacbd74f, rgb(1, 168, 178))\"},WP_aHbdf3:{backgroundColor:\"var(--token-244fd271-9ef3-4072-8c80-3621dacbd74f, rgb(1, 168, 178))\"}},...addPropertyOverrides({bxddugqua:{\"data-framer-name\":\"Variant 4\"},CGmeS8Okx:{\"data-framer-name\":\"Variant 3\"},fTVXf8GGW:{\"data-framer-name\":\"Advisory Mobile\"},nRNAPZ2O5:{\"data-framer-name\":\"Variant 2\"},WP_aHbdf3:{\"data-framer-name\":\"Advisory\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-134olx\",layoutDependency:layoutDependency,layoutId:\"vXy7ZUQ1v\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-1cu76ps\",\"data-styles-preset\":\"mZcSB1YO1\",style:{\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--token-81d1fa9b-8e00-4412-a182-7eb76de7448f, rgb(255, 255, 255)))\"},children:\"If you do benefits, you need Noyo\"})}),className:\"framer-qrnq3f\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Ma2X4XE0V\",style:{\"--extracted-1of0zx5\":\"var(--token-81d1fa9b-8e00-4412-a182-7eb76de7448f, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:SMGR6mckO,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-17i6882\",\"data-styles-preset\":\"xRMuitlQK\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-fa3c0592-8d2e-4ae7-aa4a-0a7c2a26cc6f, rgba(255, 255, 255, 0.8)))\"},children:\"The future of employee benefits is faster, easier, and more automated. Are you ready?\"})}),className:\"framer-mquhpp\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"LygGIoA6L\",style:{\"--extracted-1eung3n\":\"var(--token-fa3c0592-8d2e-4ae7-aa4a-0a7c2a26cc6f, rgba(255, 255, 255, 0.8))\"},text:IcFR9_oDd,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({nRNAPZ2O5:{\"data-highlight\":true,onTap:onTap1ci5w4y}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"ufbKKob6m\"},implicitPathVariables:undefined},{href:{webPageId:\"eF5uqOSls\"},implicitPathVariables:undefined},{href:{webPageId:\"NEnNcxkJk\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:42,y:(componentViewport?.y||0)+150+(((componentViewport?.height||561)-300-175.6)/2+0+0)+0+133.6,...addPropertyOverrides({bxddugqua:{y:(componentViewport?.y||0)+150+(((componentViewport?.height||200)-300-175.6)/2+0+0)+0+133.6},fTVXf8GGW:{y:(componentViewport?.y||0)+100+(((componentViewport?.height||200)-200-175.6)/2+0+0)+0+133.6},WP_aHbdf3:{y:(componentViewport?.y||0)+150+(((componentViewport?.height||200)-300-175.6)/2+0+0)+0+133.6}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-vw75m7-container\",layoutDependency:layoutDependency,layoutId:\"H1AiRAG84-container\",nodeId:\"H1AiRAG84\",rendersWithMotion:true,scopeId:\"Q08gwha2C\",children:/*#__PURE__*/_jsx(Button,{height:\"100%\",id:\"H1AiRAG84\",kQg1D47HM:\"Get Started\",layoutId:\"H1AiRAG84\",variant:\"bVzj3XHOk\",width:\"100%\",...addPropertyOverrides({bxddugqua:{kQg1D47HM:\"Demo the Product\",variant:\"J1cW760lk\"},CGmeS8Okx:{kQg1D47HM:\"Book a Demo\",WQT8IKuXx:resolvedLinks[1]},fTVXf8GGW:{kQg1D47HM:\"Learn More\",WQT8IKuXx:resolvedLinks[2]},nRNAPZ2O5:{WQT8IKuXx:resolvedLinks[0]},WP_aHbdf3:{kQg1D47HM:\"Learn More\",variant:\"STdgD28zE\",WQT8IKuXx:\"https://noyo.com/product/advisory-services\"}},baseVariant,gestureVariant)})})})})]}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:1176,intrinsicWidth:2340,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||561)-504),pixelHeight:1176,pixelWidth:2340,positionX:\"center\",positionY:\"center\",sizes:\"1003px\",src:\"https://framerusercontent.com/images/SgFCG1AvGHsumQOIx1MyufIsHBE.png\",srcSet:\"https://framerusercontent.com/images/SgFCG1AvGHsumQOIx1MyufIsHBE.png?scale-down-to=512 512w,https://framerusercontent.com/images/SgFCG1AvGHsumQOIx1MyufIsHBE.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/SgFCG1AvGHsumQOIx1MyufIsHBE.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/SgFCG1AvGHsumQOIx1MyufIsHBE.png 2340w\"},className:\"framer-5cjgdj\",\"data-framer-name\":\"Group_16950\",layoutDependency:layoutDependency,layoutId:\"EAsg7UTPQ\",style:{opacity:.5},...addPropertyOverrides({bxddugqua:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:1176,intrinsicWidth:2340,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||200)-504),pixelHeight:1176,pixelWidth:2340,positionX:\"center\",positionY:\"center\",sizes:\"1003px\",src:\"https://framerusercontent.com/images/SgFCG1AvGHsumQOIx1MyufIsHBE.png\",srcSet:\"https://framerusercontent.com/images/SgFCG1AvGHsumQOIx1MyufIsHBE.png?scale-down-to=512 512w,https://framerusercontent.com/images/SgFCG1AvGHsumQOIx1MyufIsHBE.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/SgFCG1AvGHsumQOIx1MyufIsHBE.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/SgFCG1AvGHsumQOIx1MyufIsHBE.png 2340w\"}},fTVXf8GGW:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:1176,intrinsicWidth:2340,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||200)-504),pixelHeight:1176,pixelWidth:2340,positionX:\"center\",positionY:\"center\",sizes:\"1003px\",src:\"https://framerusercontent.com/images/SgFCG1AvGHsumQOIx1MyufIsHBE.png\",srcSet:\"https://framerusercontent.com/images/SgFCG1AvGHsumQOIx1MyufIsHBE.png?scale-down-to=512 512w,https://framerusercontent.com/images/SgFCG1AvGHsumQOIx1MyufIsHBE.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/SgFCG1AvGHsumQOIx1MyufIsHBE.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/SgFCG1AvGHsumQOIx1MyufIsHBE.png 2340w\"}},nRNAPZ2O5:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:1176,intrinsicWidth:2340,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||561)-404),pixelHeight:1176,pixelWidth:2340,positionX:\"center\",positionY:\"center\",sizes:\"804px\",src:\"https://framerusercontent.com/images/SgFCG1AvGHsumQOIx1MyufIsHBE.png\",srcSet:\"https://framerusercontent.com/images/SgFCG1AvGHsumQOIx1MyufIsHBE.png?scale-down-to=512 512w,https://framerusercontent.com/images/SgFCG1AvGHsumQOIx1MyufIsHBE.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/SgFCG1AvGHsumQOIx1MyufIsHBE.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/SgFCG1AvGHsumQOIx1MyufIsHBE.png 2340w\"}},WP_aHbdf3:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:1176,intrinsicWidth:2340,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||200)-504),pixelHeight:1176,pixelWidth:2340,positionX:\"center\",positionY:\"center\",sizes:\"1003px\",src:\"https://framerusercontent.com/images/SgFCG1AvGHsumQOIx1MyufIsHBE.png\",srcSet:\"https://framerusercontent.com/images/SgFCG1AvGHsumQOIx1MyufIsHBE.png?scale-down-to=512 512w,https://framerusercontent.com/images/SgFCG1AvGHsumQOIx1MyufIsHBE.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/SgFCG1AvGHsumQOIx1MyufIsHBE.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/SgFCG1AvGHsumQOIx1MyufIsHBE.png 2340w\"}}},baseVariant,gestureVariant)})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-FeLYv.framer-1lpr5zq, .framer-FeLYv .framer-1lpr5zq { display: block; }\",\".framer-FeLYv.framer-18rpcub { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 150px 48px 150px 48px; position: relative; width: 1200px; }\",\".framer-FeLYv .framer-134olx { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; max-width: 1000px; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 2; }\",\".framer-FeLYv .framer-qrnq3f { flex: none; height: auto; max-width: 100%; position: relative; white-space: pre-wrap; width: 70%; word-break: break-word; word-wrap: break-word; }\",\".framer-FeLYv .framer-mquhpp { flex: none; height: auto; max-width: 100%; overflow: visible; position: relative; white-space: pre-wrap; width: 70%; word-break: break-word; word-wrap: break-word; }\",\".framer-FeLYv .framer-vw75m7-container { flex: none; height: auto; position: relative; width: auto; z-index: 0; }\",\".framer-FeLYv .framer-5cjgdj { aspect-ratio: 1.989795918367347 / 1; bottom: 0px; flex: none; height: var(--framer-aspect-ratio-supported, 504px); overflow: visible; position: absolute; right: -225px; width: 1003px; z-index: 0; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-FeLYv.framer-18rpcub, .framer-FeLYv .framer-134olx { gap: 0px; } .framer-FeLYv.framer-18rpcub > *, .framer-FeLYv .framer-134olx > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-FeLYv.framer-18rpcub > :first-child, .framer-FeLYv .framer-134olx > :first-child { margin-top: 0px; } .framer-FeLYv.framer-18rpcub > :last-child, .framer-FeLYv .framer-134olx > :last-child { margin-bottom: 0px; } }\",\".framer-FeLYv.framer-v-1pynzzm .framer-mquhpp { cursor: pointer; width: 52%; }\",\".framer-FeLYv.framer-v-1pynzzm .framer-5cjgdj { height: var(--framer-aspect-ratio-supported, 404px); right: -126px; width: 804px; }\",\".framer-FeLYv.framer-v-6mt0bp .framer-qrnq3f, .framer-FeLYv.framer-v-1s4a261 .framer-qrnq3f { width: 603px; }\",\".framer-FeLYv.framer-v-z76jvb.framer-18rpcub { padding: 100px 48px 100px 48px; width: 390px; }\",\".framer-FeLYv.framer-v-z76jvb .framer-qrnq3f, .framer-FeLYv.framer-v-z76jvb .framer-mquhpp { width: 100%; }\",...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 561\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"nRNAPZ2O5\":{\"layout\":[\"fixed\",\"auto\"]},\"CGmeS8Okx\":{\"layout\":[\"fixed\",\"auto\"]},\"bxddugqua\":{\"layout\":[\"fixed\",\"auto\"]},\"WP_aHbdf3\":{\"layout\":[\"fixed\",\"auto\"]},\"fTVXf8GGW\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"SMGR6mckO\":\"title\",\"IcFR9_oDd\":\"text\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerQ08gwha2C=withCSS(Component,css,\"framer-FeLYv\");export default FramerQ08gwha2C;FramerQ08gwha2C.displayName=\"Sections/Prefooter CTA\";FramerQ08gwha2C.defaultProps={height:561,width:1200};addPropertyControls(FramerQ08gwha2C,{variant:{options:[\"YVJj249KI\",\"nRNAPZ2O5\",\"CGmeS8Okx\",\"bxddugqua\",\"WP_aHbdf3\",\"fTVXf8GGW\"],optionTitles:[\"Variant 1\",\"Variant 2\",\"Variant 3\",\"Variant 4\",\"Advisory\",\"Advisory Mobile\"],title:\"Variant\",type:ControlType.Enum},SMGR6mckO:{defaultValue:\"If you do benefits, you need Noyo\",displayTextArea:false,title:\"Title\",type:ControlType.String},IcFR9_oDd:{defaultValue:\"The future of employee benefits is faster, easier, and more automated. Are you ready?\",displayTextArea:false,title:\"Text\",type:ControlType.String}});addFonts(FramerQ08gwha2C,[{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+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...ButtonFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerQ08gwha2C\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"nRNAPZ2O5\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"CGmeS8Okx\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"bxddugqua\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"WP_aHbdf3\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"fTVXf8GGW\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerAutoSizeImages\":\"true\",\"framerIntrinsicHeight\":\"561\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"1200\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerColorSyntax\":\"true\",\"framerVariables\":\"{\\\"SMGR6mckO\\\":\\\"title\\\",\\\"IcFR9_oDd\\\":\\\"text\\\"}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],"mappings":"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"}