{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/VTUDdizacRHpwbkOamr7/AykinQJbgwl92LvMGZwu/constants.js", "ssg:https://framerusercontent.com/modules/D4TWeLfcxT6Tysr2BlYg/iZjmqdxVx1EOiM3k1FaW/useOnNavigationTargetChange.js", "ssg:https://framerusercontent.com/modules/eMBrwoqQK7h6mEeGQUH8/GuplvPJVjmxpk9zqOTcb/isBrowser.js", "ssg:https://framerusercontent.com/modules/afBE9Yx1W6bY5q32qPxe/m3q7puE2tbo1S2C0s0CT/useRenderTarget.js", "ssg:https://framerusercontent.com/modules/5SM58HxZHxjjv7aLMOgQ/WXz9i6mVki0bBCrKdqB3/propUtils.js", "ssg:https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/IZ0vSV62Dv7ax4rBiGUk/Video.js", "ssg:https://framerusercontent.com/modules/o1PI5S8YtkA5bP5g4dFz/Mn69eMnaMcqJ65TjxwR1/Embed.js", "ssg:https://framerusercontent.com/modules/AtM9b9W9TD0owia7l7gH/C05IE83PeEQcoeUbIopC/Lh7pYWAwZ.js", "ssg:https://framerusercontent.com/modules/DEDHQ7HGjv2p8MMAAdwi/HHPvWZCB5L7401KiFqIc/E0JQlvH3i.js", "ssg:https://framerusercontent.com/modules/3TDUmCHfWcWEoFW1Gbva/nqtT4x8lYQJgk6twXyVF/e9kKYQIhD.js", "ssg:https://framerusercontent.com/modules/JHfboL8gJUXudvLhGHza/FSK6sa3YMCELz5FHVKkE/aismFAoOg.js", "ssg:https://framerusercontent.com/modules/wOD3ppTJFTTFic5qhjVx/fd5zaYQ4gxzrhvUh24Ui/lvp4xgB9A.js", "ssg:https://framerusercontent.com/modules/8VHbwZn2MR5TBjaAFMdQ/cpGz08nMDVHh7gF5t9K9/lz5zISwVS.js", "ssg:https://framerusercontent.com/modules/tnSZSfjMt8NhvedbAeJR/W6I5jCOwxzPjQwXUu72q/PhoNhnyvS.js", "ssg:https://framerusercontent.com/modules/W6hZRkaqgAIjn4v1pX3z/Fdwae77YbsQW5qtxiFSV/Rd3BtpUdg.js", "ssg:https://framerusercontent.com/modules/hfPkN93To3La5OpxQKeC/NRwKYZGP7dcuCM60ErAd/wbrsETUbh.js", "ssg:https://framerusercontent.com/modules/SZSX88gPVMOnIEjvtKMs/V1lGCPEld1fcB0yBV3Qn/KbHMz_72n.js", "ssg:https://framerusercontent.com/modules/x8dJUYmCle0pVE59LZoa/fln8RO7fpsp46KSpa00K/iz6gi8TEB.js", "ssg:https://framerusercontent.com/modules/vfaPTbPAf5fCk8tdQWOP/hVEo2cemJKKdyAelqj33/wjGB7zdif.js", "ssg:https://framerusercontent.com/modules/Z88npqbWOjTb4oWTodEW/0QYPvwYjLGJo7unWAQKG/mRBTl460n.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 \u2014 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 { 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 { useMemo } from \"react\";\nimport { RenderTarget } from \"framer\";\nexport function useRenderTarget() {\n    const currentRenderTarget = useMemo(()=>RenderTarget.current()\n    , []);\n    return currentRenderTarget;\n}\nexport function useIsInPreview() {\n    const inPreview = useMemo(()=>RenderTarget.current() === RenderTarget.preview\n    , []);\n    return inPreview;\n}\nexport function useIsOnCanvas() {\n    const onCanvas = useMemo(()=>RenderTarget.current() === RenderTarget.canvas\n    , []);\n    return onCanvas;\n}\n\nexport const __FramerMetadata__ = {\"exports\":{\"useIsInPreview\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useRenderTarget\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useIsOnCanvas\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./useRenderTarget.map", "import { 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{jsx as _jsx}from\"react/jsx-runtime\";import{addPropertyControls,ControlType,useIsInCurrentNavigationTarget}from\"framer\";import{isMotionValue,useInView}from\"framer-motion\";import{borderRadiusControl,defaultEvents,useIsBrowserSafari,useIsOnCanvas,useOnEnter,useOnExit,useRadius}from\"https://framer.com/m/framer/default-utils.js@^0.45.0\";import{memo,useCallback,useEffect,useMemo,useRef,useState}from\"react\";var ObjectFitType;(function(ObjectFitType){ObjectFitType[\"Fill\"]=\"fill\";ObjectFitType[\"Contain\"]=\"contain\";ObjectFitType[\"Cover\"]=\"cover\";ObjectFitType[\"None\"]=\"none\";ObjectFitType[\"ScaleDown\"]=\"scale-down\";})(ObjectFitType||(ObjectFitType={}));var SrcType;(function(SrcType){SrcType[\"Video\"]=\"Upload\";SrcType[\"Url\"]=\"URL\";})(SrcType||(SrcType={}));// Reduce renders\nfunction getProps(props){const{width,height,topLeft,topRight,bottomRight,bottomLeft,id,children,...rest}=props;return rest;}/**\n * VIDEO\n *\n * @framerIntrinsicWidth 200\n * @framerIntrinsicHeight 112\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight any-prefer-fixed\n */export function Video(props){const newProps=getProps(props);return /*#__PURE__*/_jsx(VideoMemo,{...newProps});}function usePlaybackControls(videoRef){const isInCurrentNavigationTarget=useIsInCurrentNavigationTarget();const requestingPlay=useRef(false);const setProgress=useCallback(rawProgress=>{if(!videoRef.current)return;const newProgress=(rawProgress===1?.999:rawProgress)*videoRef.current.duration;const isAlreadySet=Math.abs(videoRef.current.currentTime-newProgress)<.1;if(videoRef.current.duration>0&&!isAlreadySet){videoRef.current.currentTime=newProgress;}},[]);const play=useCallback(()=>{const isPlaying=videoRef.current.currentTime>0&&videoRef.current.onplaying&&!videoRef.current.paused&&!videoRef.current.ended&&videoRef.current.readyState>videoRef.current.HAVE_CURRENT_DATA;if(!isPlaying&&videoRef.current&&!requestingPlay.current&&isInCurrentNavigationTarget){requestingPlay.current=true;videoRef.current.play().catch(e=>{})// It's likely fine, swallow error\n.finally(()=>requestingPlay.current=false);}},[]);const pause=useCallback(()=>{if(!videoRef.current||requestingPlay.current)return;videoRef.current.pause();},[]);return{play,pause,setProgress};}function useAutoplayBehavior({playingProp,muted,loop,playsinline,controls}){const[initialPlayingProp]=useState(()=>playingProp);const[hasPlayingPropChanged,setHasPlayingPropChanged]=useState(false);if(playingProp!==initialPlayingProp&&!hasPlayingPropChanged){setHasPlayingPropChanged(true);}const behavesAsGif=// passing `playing === true` on mount indicates that the video should\n// autoplay, like a GIF\ninitialPlayingProp&&muted&&loop&&playsinline&&!controls&&// Some users of the <Video> component use it by wrapping it with\n// another smart component and adding their own controls on top. (The\n// controls use transitions to control the video: e.g., when clicking\n// the play button, the smart component will transition to a state with\n// <Video playing={true} />.) In this case, we don't want the video to\n// behave as a gif, as it will be weird if the video suddenly started\n// acting as such (and auto-pausing when leaving the viewport) as soon\n// as the site visitor mutes it and clicks \u201CPlay\u201D.\n!hasPlayingPropChanged;let autoplay;if(behavesAsGif)autoplay=\"on-viewport\";else if(initialPlayingProp)autoplay=\"on-mount\";else autoplay=\"no-autoplay\";return autoplay;}/**\n * The Video component has some effects that sync the video element with props\n * like `startTime`, `progress`, etc. React calls these effects whenever these\n * props change. However, it also calls them on the first mount, and this is\n * troublesome \u2013 if we\u2019re doing SSR, and the user changed the video state before\n * the video was hydrated, the initial `useEffect` call will reset the video\n * state. To avoid this, we use this flag.\n */let isMountedAndReadyForProgressChanges=false;const VideoMemo=/*#__PURE__*/memo(function VideoInner(props){const{srcType,srcFile,srcUrl,playing:playingProp,muted,playsinline,controls,progress,objectFit,backgroundColor,onSeeked,onPause,onPlay,onEnd,onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,poster,posterEnabled,startTime:startTimeProp,volume,loop}=props;const videoRef=useRef();const isSafari=useIsBrowserSafari();const wasPausedOnLeave=useRef(null);const wasEndedOnLeave=useRef(null);const isOnCanvas=useIsOnCanvas();const borderRadius=useRadius(props);// Hard-coding `autoplayBehavior` and `isInViewport` when on canvas as a\n// tiny perf optimization. isOnCanvas won\u2019t change through the lifecycle of\n// the component, so using these hooks conditionally should be safe\nconst autoplayBehavior=isOnCanvas?\"no-autoplay\":useAutoplayBehavior({playingProp,muted,loop,playsinline,controls});const isInViewport=isOnCanvas?true:useInView(videoRef);// Video elements behave oddly at 100% duration\nconst startTime=startTimeProp===100?99.9:startTimeProp;const{play,pause,setProgress}=usePlaybackControls(videoRef);// Pause/play via props\nuseEffect(()=>{if(isOnCanvas)return;if(playingProp)play();else pause();},[playingProp]);// Pause/play via viewport\nuseEffect(()=>{if(isOnCanvas)return;if(autoplayBehavior!==\"on-viewport\")return;if(isInViewport)play();else pause();},[autoplayBehavior,isInViewport]);// Allow scrubbling via progress prop\n// 1) Handle cases when the progress prop itself changes\nuseEffect(()=>{if(!isMountedAndReadyForProgressChanges){isMountedAndReadyForProgressChanges=true;return;}const rawProgressValue=isMotionValue(progress)?progress.get():(progress!==null&&progress!==void 0?progress:0)*.01;setProgress(// When the progress value exists (e.g. <Video startTime={10}\n// progress={50} />), we respect the `progress` value over\n// `startTime`, even if `startTime` changes. That\u2019s because\n// `startTime` == start == changing it shouldn\u2019t affect the current\n// progress\n(rawProgressValue!==null&&rawProgressValue!==void 0?rawProgressValue:0)||// Then why fall back to `startTime` when `progress` doesn\u2019t exist,\n// you might ask? Now, that\u2019s for\n// - canvas UX: we want the video progress to change when the user\n//   is scrobbling the \u201CStart Time\u201D in component settings.\n// - backwards compatibility: maybe some users *are* scrobbling\n//   using `startTime` instead of `progress`? We don\u2019t know, and it\n//   always supported it, so let\u2019s not break it\n(startTime!==null&&startTime!==void 0?startTime:0)/100);},[startTime,srcFile,srcUrl,progress]);// 2) Handle cases when the motion value inside the progress prop changes\nuseEffect(()=>{if(!isMotionValue(progress))return;return progress.on(\"change\",value=>setProgress(value));},[progress]);// (Prototyping) Checking if we need to play on navigation enter\nuseOnEnter(()=>{if(wasPausedOnLeave.current===null)return;if(videoRef.current){// if (restartOnEnter) setProgress(0)\nif(!wasEndedOnLeave&&loop||!wasPausedOnLeave.current)play();}});// (Prototyping) Pausing & saving playing state on navigation exit\nuseOnExit(()=>{if(videoRef.current){wasEndedOnLeave.current=videoRef.current.ended;wasPausedOnLeave.current=videoRef.current.paused;pause();}});const src=useMemo(()=>{let fragment=\"\";// if (\n//     startTime > 0 &&\n//     videoRef.current &&\n//     !isNaN(videoRef.current.duration) &&\n//     !isOnCanvas\n// ) {\n//     console.log(startTime, videoRef.current.duration)\n//     fragment = `#t=${startTime * videoRef.current.duration}`\n// }\nif(srcType===\"URL\")return srcUrl+fragment;if(srcType===\"Upload\")return srcFile+fragment;},[srcType,srcFile,srcUrl,startTime]);// Autoplay via JS to work in Safari\nuseEffect(()=>{if(isSafari&&videoRef.current&&autoplayBehavior===\"on-mount\"){setTimeout(()=>play(),50);}},[]);// Volume Control\nuseEffect(()=>{if(videoRef.current&&!muted)videoRef.current.volume=(volume!==null&&volume!==void 0?volume:0)/100;},[volume]);// When video is ready, set start-time, then autoplay if needed\nconst handleReady=()=>{if(!videoRef.current)return;if(videoRef.current.currentTime<.3)setProgress((startTime!==null&&startTime!==void 0?startTime:0)*.01);if(autoplayBehavior===\"on-mount\")play();};return /*#__PURE__*/_jsx(\"video\",{onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,src:src,loop:loop,ref:videoRef,onSeeked:e=>onSeeked===null||onSeeked===void 0?void 0:onSeeked(e),onPause:e=>onPause===null||onPause===void 0?void 0:onPause(e),onPlay:e=>onPlay===null||onPlay===void 0?void 0:onPlay(e),onEnded:e=>onEnd===null||onEnd===void 0?void 0:onEnd(e),autoPlay:autoplayBehavior===\"on-mount\",poster:posterEnabled?poster:undefined,onLoadedData:handleReady,controls:controls,muted:isOnCanvas?true:muted,playsInline:playsinline,style:{cursor:!!onClick?\"pointer\":\"auto\",width:\"100%\",height:\"100%\",borderRadius,display:\"block\",objectFit:objectFit,backgroundColor:backgroundColor,objectPosition:\"50% 50%\"}});});Video.displayName=\"Video\";Video.defaultProps={srcType:\"URL\",srcUrl:\"https://assets.mixkit.co/videos/preview/mixkit-shining-sun-in-the-sky-surrounded-by-moving-clouds-31793-small.mp4\",srcFile:\"\",posterEnabled:false,controls:false,playing:true,loop:true,muted:true,playsinline:true,restartOnEnter:false,objectFit:\"cover\",backgroundColor:\"rgba(0,0,0,0)\",radius:0,volume:25,startTime:0};const groupsRegex=/[A-Z]{2,}|[A-Z][a-z]+|[a-z]+|[A-Z]|\\d+/gu;function capitalizeFirstLetter(value){return value.charAt(0).toUpperCase()+value.slice(1);}export function titleCase(value){const groups=value.match(groupsRegex)||[];return groups.map(capitalizeFirstLetter).join(\" \");}const objectFitOptions=[\"cover\",\"fill\",\"contain\",\"scale-down\",\"none\"];addPropertyControls(Video,{srcType:{type:ControlType.Enum,displaySegmentedControl:true,title:\"Source\",options:[\"URL\",\"Upload\"]},srcUrl:{type:ControlType.String,title:\"URL\",placeholder:\"../example.mp4\",hidden(props){return props.srcType===\"Upload\";},description:\"Hosted video file URL. For YouTube, use the YouTube component.\"},srcFile:{type:ControlType.File,title:\"File\",allowedFileTypes:[\"mp4\",\"webm\"],hidden(props){return props.srcType===\"URL\";}},playing:{type:ControlType.Boolean,title:\"Playing\",enabledTitle:\"Yes\",disabledTitle:\"No\"},posterEnabled:{type:ControlType.Boolean,title:\"Poster\",enabledTitle:\"Yes\",disabledTitle:\"No\"},poster:{type:ControlType.Image,title:\" \",hidden:({posterEnabled})=>!posterEnabled},backgroundColor:{type:ControlType.Color,title:\"Background\"},...borderRadiusControl,startTime:{title:\"Start Time\",type:ControlType.Number,min:0,max:100,step:.1,unit:\"%\"},loop:{type:ControlType.Boolean,title:\"Loop\",enabledTitle:\"Yes\",disabledTitle:\"No\"},objectFit:{type:ControlType.Enum,title:\"Fit\",options:objectFitOptions,optionTitles:objectFitOptions.map(titleCase)},// restartOnEnter: {\n//     type: ControlType.Boolean,\n//     title: \"On ReEnter\",\n//     enabledTitle: \"Restart\",\n//     disabledTitle: \"Resume\",\n// },\ncontrols:{type:ControlType.Boolean,title:\"Controls\",enabledTitle:\"Show\",disabledTitle:\"Hide\"},muted:{type:ControlType.Boolean,title:\"Muted\",enabledTitle:\"Yes\",disabledTitle:\"No\"},volume:{type:ControlType.Number,max:100,min:0,unit:\"%\",hidden:({muted})=>muted},onEnd:{type:ControlType.EventHandler},onSeeked:{type:ControlType.EventHandler},onPause:{type:ControlType.EventHandler},onPlay:{type:ControlType.EventHandler},...defaultEvents});\nexport const __FramerMetadata__ = {\"exports\":{\"Video\":{\"type\":\"reactComponent\",\"name\":\"Video\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutHeight\":\"any-prefer-fixed\",\"framerIntrinsicWidth\":\"200\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"112\"}},\"titleCase\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"VideoProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Video.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{useEffect,useRef,useState}from\"react\";import{addPropertyControls,ControlType}from\"framer\";import{useIsOnCanvas,emptyStateStyle,containerStyles}from\"https://framer.com/m/framer/default-utils.js\";/**\n * @framerIntrinsicWidth 600\n * @framerIntrinsicHeight 400\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight any-prefer-fixed\n *\n * @framerDisableUnlink\n */export default function Embed({type,url,html,style={}}){if(type===\"url\"&&url){return /*#__PURE__*/_jsx(EmbedURL,{url:url,style:style});}if(type===\"html\"&&html){return /*#__PURE__*/_jsx(EmbedHTML,{html:html,style:style});}return /*#__PURE__*/_jsx(Instructions,{style:style});}addPropertyControls(Embed,{type:{type:ControlType.Enum,defaultValue:\"url\",displaySegmentedControl:true,options:[\"url\",\"html\"],optionTitles:[\"URL\",\"HTML\"]},url:{title:\"URL\",type:ControlType.String,description:\"Some websites don\u2019t support embedding.\",hidden(props){return props.type!==\"url\";}},html:{title:\"HTML\",type:ControlType.String,displayTextArea:true,hidden(props){return props.type!==\"html\";}}});function Instructions({style}){return /*#__PURE__*/_jsx(\"div\",{style:{minHeight:getMinHeight(style),...emptyStateStyle,overflow:\"hidden\",...style},children:/*#__PURE__*/_jsx(\"div\",{style:centerTextStyle,children:\"To embed a website or widget, add it to the properties\\xa0panel.\"})});}function EmbedURL({url,style}){const hasAutoHeight=!style.height;// Add https:// if the URL does not have a protocol.\nif(!/[a-z]+:\\/\\//.test(url)){url=\"https://\"+url;}const onCanvas=useIsOnCanvas();// We need to check if the url is blocked inside an iframe by the X-Frame-Options\n// or Content-Security-Policy headers on the backend.\nconst[state,setState]=useState(onCanvas?undefined:false);useEffect(()=>{// We only want to check on the canvas.\n// On the website we want to avoid the additional delay.\nif(!onCanvas)return;// TODO: We could also use AbortController here.\nlet isLastEffect=true;setState(undefined);async function load(){const response=await fetch(\"https://api.framer.com/functions/check-iframe-url?url=\"+encodeURIComponent(url));if(response.status==200){const{isBlocked}=await response.json();if(isLastEffect){setState(isBlocked);}}else{const message=await response.text();console.error(message);const error=new Error(\"This site can\u2019t be reached.\");setState(error);}}load().catch(error=>{console.error(error);setState(error);});return()=>{isLastEffect=false;};},[url]);if(onCanvas&&hasAutoHeight){return /*#__PURE__*/_jsx(ErrorMessage,{message:\"URL embeds do not support auto height.\",style:style});}if(!url.startsWith(\"https://\")){return /*#__PURE__*/_jsx(ErrorMessage,{message:\"Unsupported protocol.\",style:style});}if(state===undefined){return /*#__PURE__*/_jsx(LoadingIndicator,{});}if(state instanceof Error){return /*#__PURE__*/_jsx(ErrorMessage,{message:state.message,style:style});}if(state===true){const message=`Can\u2019t embed ${url} due to its content security policy.`;return /*#__PURE__*/_jsx(ErrorMessage,{message:message,style:style});}return /*#__PURE__*/_jsx(\"iframe\",{src:url,style:{...iframeStyle,...style},loading:\"lazy\",// @ts-ignore\nfetchPriority:onCanvas?\"low\":\"auto\",referrerPolicy:\"no-referrer\",sandbox:getSandbox(onCanvas)});}const iframeStyle={width:\"100%\",height:\"100%\",border:\"none\"};function getSandbox(onCanvas){const result=[\"allow-same-origin\",\"allow-scripts\"];if(!onCanvas){result.push(\"allow-downloads\",\"allow-forms\",\"allow-modals\",\"allow-orientation-lock\",\"allow-pointer-lock\",\"allow-popups\",\"allow-popups-to-escape-sandbox\",\"allow-presentation\",\"allow-storage-access-by-user-activation\",\"allow-top-navigation-by-user-activation\");}return result.join(\" \");}function EmbedHTML({html,style}){const ref=useRef();const onCanvas=useIsOnCanvas();const[iframeHeight,setIframeHeight]=useState(0);const hasAutoHeight=!style.height;const hasScript=html.includes(\"</script>\");useEffect(()=>{var _ref_current;const iframeWindow=(_ref_current=ref.current)===null||_ref_current===void 0?void 0:_ref_current.contentWindow;function handleMessage(event){if(event.source!==iframeWindow)return;const data=event.data;if(typeof data!==\"object\"||data===null)return;const height=data.embedHeight;if(typeof height!==\"number\")return;setIframeHeight(height);}window.addEventListener(\"message\",handleMessage);// After SSG the iframe loads before we attach the event handler,\n// therefore we need to request the latest height from the iframe.\niframeWindow===null||iframeWindow===void 0?void 0:iframeWindow.postMessage(\"getEmbedHeight\",\"*\");return()=>{window.removeEventListener(\"message\",handleMessage);};},[]);if(hasScript){const srcDoc=`<html>\n    <head>\n        <style>body { margin: 0; }</style>\n    </head>\n    <body>\n        ${html}\n        <script type=\"module\">\n            let height = 0\n\n            function sendEmbedHeight() {\n                window.parent.postMessage({\n                    embedHeight: height\n                }, \"*\")\n            }\n\n            const observer = new ResizeObserver((entries) => {\n                if (entries.length !== 1) return\n                const entry = entries[0]\n                if (entry.target !== document.body) return\n\n                height = entry.contentRect.height\n                sendEmbedHeight()\n            })\n\n            observer.observe(document.body)\n\n            window.addEventListener(\"message\", (event) => {\n                if (event.source !== window.parent) return\n                if (event.data !== \"getEmbedHeight\") return\n                sendEmbedHeight()\n            })\n        </script>\n    <body>\n</html>`;const currentStyle={...iframeStyle,...style};if(hasAutoHeight){currentStyle.height=iframeHeight+\"px\";}return /*#__PURE__*/_jsx(\"iframe\",{ref:ref,style:currentStyle,srcDoc:srcDoc});}return /*#__PURE__*/_jsx(\"div\",{style:{...htmlStyle,...style},dangerouslySetInnerHTML:{__html:html}});}const htmlStyle={width:\"100%\",height:\"100%\",display:\"flex\",flexDirection:\"column\",justifyContent:\"center\",alignItems:\"center\"};// Generic components\nfunction LoadingIndicator(){return /*#__PURE__*/_jsx(\"div\",{className:\"framerInternalUI-componentPlaceholder\",style:{...containerStyles,overflow:\"hidden\"},children:/*#__PURE__*/_jsx(\"div\",{style:centerTextStyle,children:\"Loading\u2026\"})});}function ErrorMessage({message,style}){return /*#__PURE__*/_jsx(\"div\",{className:\"framerInternalUI-errorPlaceholder\",style:{minHeight:getMinHeight(style),...containerStyles,overflow:\"hidden\",...style},children:/*#__PURE__*/_jsx(\"div\",{style:centerTextStyle,children:message})});}const centerTextStyle={textAlign:\"center\",minWidth:140};// Returns a min-height if the component is using auto-height.\nfunction getMinHeight(style){const hasAutoHeight=!style.height;if(hasAutoHeight)return 200;}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Embed\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"600\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicHeight\":\"400\",\"framerSupportedLayoutHeight\":\"any-prefer-fixed\",\"framerDisableUnlink\":\"\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Embed.map", "// Generated by Framer (99ae5b3)\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\";const enabledGestures={AJrzn2zDZ:{hover:true},Pd1Ccr8zd:{hover:true},zMs9BQHIS:{hover:true}};const cycleOrder=[\"AJrzn2zDZ\",\"zMs9BQHIS\",\"Pd1Ccr8zd\"];const serializationHash=\"framer-FYKJX\";const variantClassNames={AJrzn2zDZ:\"framer-v-1qtfkdv\",Pd1Ccr8zd:\"framer-v-1xeuhvv\",zMs9BQHIS:\"framer-v-1gbmrag\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={duration:0,type:\"tween\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"AJrzn2zDZ\",\"Variant 2\":\"zMs9BQHIS\",\"Variant 3\":\"Pd1Ccr8zd\"};const getProps=({click2,click3,height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,Ctw4U7Wef:click3!==null&&click3!==void 0?click3:props.Ctw4U7Wef,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"AJrzn2zDZ\",YFBUoyn3c:click2!==null&&click2!==void 0?click2:props.YFBUoyn3c};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,YFBUoyn3c,Ctw4U7Wef,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"AJrzn2zDZ\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1lvb7lm=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(YFBUoyn3c){const res=await YFBUoyn3c(...args);if(res===false)return false;}if(Ctw4U7Wef){const res=await Ctw4U7Wef(...args);if(res===false)return false;}});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1qtfkdv\",className,classNames),\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"AJrzn2zDZ\",onTap:onTap1lvb7lm,ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({\"AJrzn2zDZ-hover\":{\"data-framer-name\":undefined},\"Pd1Ccr8zd-hover\":{\"data-framer-name\":undefined},\"zMs9BQHIS-hover\":{\"data-framer-name\":undefined},Pd1Ccr8zd:{\"data-framer-name\":\"Variant 3\"},zMs9BQHIS:{\"data-framer-name\":\"Variant 2\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-o1kitj\",layoutDependency:layoutDependency,layoutId:\"baeVjKbz4\",style:{backgroundColor:\"var(--token-1e3677e9-94b2-4f3b-ae0e-ace4d1e83814, rgb(237, 237, 226))\",rotate:45},variants:{\"AJrzn2zDZ-hover\":{backgroundColor:\"var(--token-802aeab2-6976-4947-af89-724c8e2d53d0, rgb(147, 123, 203))\"},\"Pd1Ccr8zd-hover\":{backgroundColor:\"var(--token-802aeab2-6976-4947-af89-724c8e2d53d0, rgb(147, 123, 203))\"},\"zMs9BQHIS-hover\":{backgroundColor:\"var(--token-49b4dc4a-5218-467c-909b-2f17e9ffefab, rgb(19, 33, 40))\"},Pd1Ccr8zd:{backgroundColor:\"var(--token-49b4dc4a-5218-467c-909b-2f17e9ffefab, rgb(19, 33, 40))\"}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-13gisyg\",layoutDependency:layoutDependency,layoutId:\"zrQYPKC_N\",style:{backgroundColor:\"var(--token-1e3677e9-94b2-4f3b-ae0e-ace4d1e83814, rgb(237, 237, 226))\",rotate:-45},variants:{\"AJrzn2zDZ-hover\":{backgroundColor:\"var(--token-802aeab2-6976-4947-af89-724c8e2d53d0, rgb(147, 123, 203))\"},\"Pd1Ccr8zd-hover\":{backgroundColor:\"var(--token-802aeab2-6976-4947-af89-724c8e2d53d0, rgb(147, 123, 203))\"},\"zMs9BQHIS-hover\":{backgroundColor:\"var(--token-49b4dc4a-5218-467c-909b-2f17e9ffefab, rgb(19, 33, 40))\"},Pd1Ccr8zd:{backgroundColor:\"var(--token-49b4dc4a-5218-467c-909b-2f17e9ffefab, rgb(19, 33, 40))\"}}})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-FYKJX.framer-1kfbdja, .framer-FYKJX .framer-1kfbdja { display: block; }\",\".framer-FYKJX.framer-1qtfkdv { cursor: pointer; height: 55px; overflow: visible; position: relative; width: 55px; }\",\".framer-FYKJX .framer-o1kitj { bottom: -7px; flex: none; left: calc(50.90909090909093% - 4px / 2); overflow: visible; position: absolute; top: -8px; width: 4px; z-index: 10; }\",\".framer-FYKJX .framer-13gisyg { bottom: -8px; flex: none; left: calc(49.090909090909115% - 4px / 2); overflow: visible; position: absolute; top: -7px; width: 4px; z-index: 10; }\",\".framer-FYKJX.framer-v-1gbmrag.framer-1qtfkdv, .framer-FYKJX.framer-v-1xeuhvv.framer-1qtfkdv, .framer-FYKJX.framer-v-1qtfkdv.hover.framer-1qtfkdv { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 55px); }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 55\n * @framerIntrinsicWidth 55\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"zMs9BQHIS\":{\"layout\":[\"fixed\",\"fixed\"]},\"Pd1Ccr8zd\":{\"layout\":[\"fixed\",\"fixed\"]},\"uZvbaUOUq\":{\"layout\":[\"fixed\",\"fixed\"]},\"ZRM7C_RCV\":{\"layout\":[\"fixed\",\"fixed\"]},\"Qtnspubt6\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"YFBUoyn3c\":\"click2\",\"Ctw4U7Wef\":\"click3\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerLh7pYWAwZ=withCSS(Component,css,\"framer-FYKJX\");export default FramerLh7pYWAwZ;FramerLh7pYWAwZ.displayName=\"Icon Close - Light\";FramerLh7pYWAwZ.defaultProps={height:55,width:55};addPropertyControls(FramerLh7pYWAwZ,{variant:{options:[\"AJrzn2zDZ\",\"zMs9BQHIS\",\"Pd1Ccr8zd\"],optionTitles:[\"Variant 1\",\"Variant 2\",\"Variant 3\"],title:\"Variant\",type:ControlType.Enum},YFBUoyn3c:{title:\"Click 2\",type:ControlType.EventHandler},Ctw4U7Wef:{title:\"Click 3\",type:ControlType.EventHandler}});addFonts(FramerLh7pYWAwZ,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerLh7pYWAwZ\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"YFBUoyn3c\\\":\\\"click2\\\",\\\"Ctw4U7Wef\\\":\\\"click3\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"zMs9BQHIS\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Pd1Ccr8zd\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"uZvbaUOUq\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"ZRM7C_RCV\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Qtnspubt6\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"55\",\"framerIntrinsicHeight\":\"55\",\"framerComponentViewportWidth\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Lh7pYWAwZ.map", "// Generated by Framer (92d6359)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOnVariantChange,useVariantState,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const MotionDivWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(motion.div));const enabledGestures={dGJc9toBQ:{hover:true},eppnRFtss:{hover:true},PXUVGg3VL:{hover:true},QgWnAelKa:{hover:true},Whr1tM46E:{hover:true}};const cycleOrder=[\"eppnRFtss\",\"dGJc9toBQ\",\"PXUVGg3VL\",\"QgWnAelKa\",\"Whr1tM46E\"];const serializationHash=\"framer-3LwFJ\";const variantClassNames={dGJc9toBQ:\"framer-v-emzan\",eppnRFtss:\"framer-v-7r96i\",PXUVGg3VL:\"framer-v-1yh2ylu\",QgWnAelKa:\"framer-v-tf9h1s\",Whr1tM46E:\"framer-v-1hjmzqa\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={duration:0,type:\"tween\"};const transition2={delay:.3,duration:.4,ease:[.12,.23,.5,1],type:\"tween\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:15};const animation2={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:20};const animation3={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:25};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?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={\"Variant 1\":\"eppnRFtss\",\"Variant 2\":\"dGJc9toBQ\",\"Variant 3\":\"PXUVGg3VL\",\"Variant 4\":\"QgWnAelKa\",\"Variant 5\":\"Whr1tM46E\"};const getProps=({click,height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,A_wRTl5q_:click!==null&&click!==void 0?click:props.A_wRTl5q_,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"eppnRFtss\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,A_wRTl5q_,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"eppnRFtss\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1igj9o4=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(A_wRTl5q_){const res=await A_wRTl5q_(...args);if(res===false)return false;}});const onAppearvurc37=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"dGJc9toBQ\"),500);});useOnVariantChange(baseVariant,{default:onAppearvurc37,PXUVGg3VL:undefined,QgWnAelKa:undefined,Whr1tM46E:undefined});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-7r96i\",className,classNames),\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"eppnRFtss\",onTap:onTap1igj9o4,ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({\"dGJc9toBQ-hover\":{\"data-framer-name\":undefined},\"eppnRFtss-hover\":{\"data-framer-name\":undefined},\"PXUVGg3VL-hover\":{\"data-framer-name\":undefined},\"QgWnAelKa-hover\":{\"data-framer-name\":undefined},\"Whr1tM46E-hover\":{\"data-framer-name\":undefined},dGJc9toBQ:{\"data-framer-name\":\"Variant 2\"},PXUVGg3VL:{\"data-framer-name\":\"Variant 3\"},QgWnAelKa:{\"data-framer-name\":\"Variant 4\"},Whr1tM46E:{\"data-framer-name\":\"Variant 5\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(MotionDivWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation,className:\"framer-1dgskid\",\"data-framer-appear-id\":\"1dgskid\",initial:animation1,layoutDependency:layoutDependency,layoutId:\"ee0Jwy5N0\",optimized:true,style:{backgroundColor:\"var(--token-1e3677e9-94b2-4f3b-ae0e-ace4d1e83814, rgb(237, 237, 226))\"},variants:{\"dGJc9toBQ-hover\":{backgroundColor:\"var(--token-802aeab2-6976-4947-af89-724c8e2d53d0, rgb(147, 123, 203))\"},\"eppnRFtss-hover\":{backgroundColor:\"var(--token-802aeab2-6976-4947-af89-724c8e2d53d0, rgb(147, 123, 203))\"},\"PXUVGg3VL-hover\":{backgroundColor:\"var(--token-802aeab2-6976-4947-af89-724c8e2d53d0, rgb(147, 123, 203))\"},\"QgWnAelKa-hover\":{backgroundColor:\"var(--token-802aeab2-6976-4947-af89-724c8e2d53d0, rgb(147, 123, 203))\"},\"Whr1tM46E-hover\":{backgroundColor:\"var(--token-49b4dc4a-5218-467c-909b-2f17e9ffefab, rgb(19, 33, 40))\"},QgWnAelKa:{backgroundColor:\"var(--token-49b4dc4a-5218-467c-909b-2f17e9ffefab, rgb(19, 33, 40))\"}},...addPropertyOverrides({\"dGJc9toBQ-hover\":{animate:undefined,initial:undefined,optimized:undefined},\"PXUVGg3VL-hover\":{animate:undefined,initial:undefined,optimized:undefined},\"QgWnAelKa-hover\":{animate:undefined,initial:undefined,optimized:undefined},\"Whr1tM46E-hover\":{animate:undefined,initial:undefined,optimized:undefined},dGJc9toBQ:{animate:undefined,initial:undefined,optimized:undefined},PXUVGg3VL:{animate:undefined,initial:undefined,optimized:undefined},QgWnAelKa:{animate:undefined,initial:undefined,optimized:undefined},Whr1tM46E:{animate:undefined,initial:undefined,optimized:undefined}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(MotionDivWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation,className:\"framer-czhaeo\",\"data-framer-appear-id\":\"czhaeo\",initial:animation2,layoutDependency:layoutDependency,layoutId:\"eNnWGTN3z\",optimized:true,style:{backgroundColor:\"var(--token-1e3677e9-94b2-4f3b-ae0e-ace4d1e83814, rgb(237, 237, 226))\"},variants:{\"dGJc9toBQ-hover\":{backgroundColor:\"var(--token-802aeab2-6976-4947-af89-724c8e2d53d0, rgb(147, 123, 203))\"},\"eppnRFtss-hover\":{backgroundColor:\"var(--token-802aeab2-6976-4947-af89-724c8e2d53d0, rgb(147, 123, 203))\"},\"PXUVGg3VL-hover\":{backgroundColor:\"var(--token-802aeab2-6976-4947-af89-724c8e2d53d0, rgb(147, 123, 203))\"},\"QgWnAelKa-hover\":{backgroundColor:\"var(--token-802aeab2-6976-4947-af89-724c8e2d53d0, rgb(147, 123, 203))\"},\"Whr1tM46E-hover\":{backgroundColor:\"var(--token-49b4dc4a-5218-467c-909b-2f17e9ffefab, rgb(19, 33, 40))\"},QgWnAelKa:{backgroundColor:\"var(--token-49b4dc4a-5218-467c-909b-2f17e9ffefab, rgb(19, 33, 40))\"}},...addPropertyOverrides({\"dGJc9toBQ-hover\":{animate:undefined,initial:undefined,optimized:undefined},\"PXUVGg3VL-hover\":{animate:undefined,initial:undefined,optimized:undefined},\"QgWnAelKa-hover\":{animate:undefined,initial:undefined,optimized:undefined},\"Whr1tM46E-hover\":{animate:undefined,initial:undefined,optimized:undefined},dGJc9toBQ:{animate:undefined,initial:undefined,optimized:undefined},PXUVGg3VL:{animate:undefined,initial:undefined,optimized:undefined},QgWnAelKa:{animate:undefined,initial:undefined,optimized:undefined},Whr1tM46E:{animate:undefined,initial:undefined,optimized:undefined}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(MotionDivWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation,className:\"framer-1glgnd\",\"data-framer-appear-id\":\"1glgnd\",initial:animation3,layoutDependency:layoutDependency,layoutId:\"mArArODgO\",optimized:true,style:{backgroundColor:\"var(--token-1e3677e9-94b2-4f3b-ae0e-ace4d1e83814, rgb(237, 237, 226))\"},variants:{\"dGJc9toBQ-hover\":{backgroundColor:\"var(--token-802aeab2-6976-4947-af89-724c8e2d53d0, rgb(147, 123, 203))\"},\"eppnRFtss-hover\":{backgroundColor:\"var(--token-802aeab2-6976-4947-af89-724c8e2d53d0, rgb(147, 123, 203))\"},\"PXUVGg3VL-hover\":{backgroundColor:\"var(--token-802aeab2-6976-4947-af89-724c8e2d53d0, rgb(147, 123, 203))\"},\"QgWnAelKa-hover\":{backgroundColor:\"var(--token-802aeab2-6976-4947-af89-724c8e2d53d0, rgb(147, 123, 203))\"},\"Whr1tM46E-hover\":{backgroundColor:\"var(--token-49b4dc4a-5218-467c-909b-2f17e9ffefab, rgb(19, 33, 40))\"},QgWnAelKa:{backgroundColor:\"var(--token-49b4dc4a-5218-467c-909b-2f17e9ffefab, rgb(19, 33, 40))\"}},...addPropertyOverrides({\"dGJc9toBQ-hover\":{animate:undefined,initial:undefined,optimized:undefined},\"PXUVGg3VL-hover\":{animate:undefined,initial:undefined,optimized:undefined},\"QgWnAelKa-hover\":{animate:undefined,initial:undefined,optimized:undefined},\"Whr1tM46E-hover\":{animate:undefined,initial:undefined,optimized:undefined},dGJc9toBQ:{animate:undefined,initial:undefined,optimized:undefined},PXUVGg3VL:{animate:undefined,initial:undefined,optimized:undefined},QgWnAelKa:{animate:undefined,initial:undefined,optimized:undefined},Whr1tM46E:{animate:undefined,initial:undefined,optimized:undefined}},baseVariant,gestureVariant)})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-3LwFJ.framer-1nl28ck, .framer-3LwFJ .framer-1nl28ck { display: block; }\",\".framer-3LwFJ.framer-7r96i { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; height: 55px; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 64px; }\",\".framer-3LwFJ .framer-1dgskid, .framer-3LwFJ .framer-czhaeo, .framer-3LwFJ .framer-1glgnd { flex: none; height: 4px; overflow: hidden; position: relative; width: 100%; }\",\".framer-3LwFJ.framer-v-emzan.framer-7r96i, .framer-3LwFJ.framer-v-7r96i.hover.framer-7r96i { aspect-ratio: 1.1666666666666667 / 1; height: var(--framer-aspect-ratio-supported, 55px); }\",\".framer-3LwFJ.framer-v-1yh2ylu.framer-7r96i, .framer-3LwFJ.framer-v-tf9h1s.framer-7r96i, .framer-3LwFJ.framer-v-1hjmzqa.framer-7r96i { height: 30px; width: 36px; }\",\".framer-3LwFJ.framer-v-1yh2ylu .framer-1dgskid { height: 3px; order: 0; }\",\".framer-3LwFJ.framer-v-1yh2ylu .framer-czhaeo { height: 3px; order: 1; }\",\".framer-3LwFJ.framer-v-1yh2ylu .framer-1glgnd { height: 3px; order: 2; }\",\".framer-3LwFJ.framer-v-tf9h1s .framer-1dgskid, .framer-3LwFJ.framer-v-tf9h1s .framer-czhaeo, .framer-3LwFJ.framer-v-tf9h1s .framer-1glgnd, .framer-3LwFJ.framer-v-1hjmzqa .framer-1dgskid, .framer-3LwFJ.framer-v-1hjmzqa .framer-czhaeo, .framer-3LwFJ.framer-v-1hjmzqa .framer-1glgnd { height: 3px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 55\n * @framerIntrinsicWidth 64\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"dGJc9toBQ\":{\"layout\":[\"fixed\",\"fixed\"]},\"PXUVGg3VL\":{\"layout\":[\"fixed\",\"fixed\"]},\"QgWnAelKa\":{\"layout\":[\"fixed\",\"fixed\"]},\"Whr1tM46E\":{\"layout\":[\"fixed\",\"fixed\"]},\"lUJAncxbL\":{\"layout\":[\"fixed\",\"fixed\"]},\"gYIYSmjkf\":{\"layout\":[\"fixed\",\"fixed\"]},\"iNUY3Q4xG\":{\"layout\":[\"fixed\",\"fixed\"]},\"hFpeNFpcJ\":{\"layout\":[\"fixed\",\"fixed\"]},\"nTY7Oi7h4\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"A_wRTl5q_\":\"click\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerE0JQlvH3i=withCSS(Component,css,\"framer-3LwFJ\");export default FramerE0JQlvH3i;FramerE0JQlvH3i.displayName=\"Icon Burger Menu - Light\";FramerE0JQlvH3i.defaultProps={height:55,width:64};addPropertyControls(FramerE0JQlvH3i,{variant:{options:[\"eppnRFtss\",\"dGJc9toBQ\",\"PXUVGg3VL\",\"QgWnAelKa\",\"Whr1tM46E\"],optionTitles:[\"Variant 1\",\"Variant 2\",\"Variant 3\",\"Variant 4\",\"Variant 5\"],title:\"Variant\",type:ControlType.Enum},A_wRTl5q_:{title:\"Click\",type:ControlType.EventHandler}});addFonts(FramerE0JQlvH3i,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerE0JQlvH3i\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"55\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerVariables\":\"{\\\"A_wRTl5q_\\\":\\\"click\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"dGJc9toBQ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"PXUVGg3VL\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"QgWnAelKa\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Whr1tM46E\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"lUJAncxbL\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"gYIYSmjkf\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"iNUY3Q4xG\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"hFpeNFpcJ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"nTY7Oi7h4\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicWidth\":\"64\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./E0JQlvH3i.map", "// Generated by Framer (b0998f3)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOnVariantChange,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const enabledGestures={IXZ5IpgqU:{hover:true}};const cycleOrder=[\"IXZ5IpgqU\",\"DMvL0_p2G\",\"XP_3cya0D\",\"YWGCqIBE4\",\"Q1O1zXj8Y\",\"hCcqEjn5A\",\"mmzZqRHUh\"];const serializationHash=\"framer-p8zuQ\";const variantClassNames={DMvL0_p2G:\"framer-v-a7vb8c\",hCcqEjn5A:\"framer-v-1uvvhog\",IXZ5IpgqU:\"framer-v-14nye6k\",mmzZqRHUh:\"framer-v-10ehfqv\",Q1O1zXj8Y:\"framer-v-vrxqoq\",XP_3cya0D:\"framer-v-am2lcp\",YWGCqIBE4:\"framer-v-y3s93m\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0: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!==null&&value!==void 0?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={\"Variant 1\":\"IXZ5IpgqU\",\"Variant 2\":\"DMvL0_p2G\",\"Variant 3\":\"XP_3cya0D\",\"Variant 4\":\"YWGCqIBE4\",\"Variant 5\":\"Q1O1zXj8Y\",\"Variant 6\":\"hCcqEjn5A\",\"Variant 7\":\"mmzZqRHUh\"};const getProps=({click,height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,NQLtqKuGe:click!==null&&click!==void 0?click:props.NQLtqKuGe,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"IXZ5IpgqU\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,NQLtqKuGe,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"IXZ5IpgqU\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap4vqg0o=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(NQLtqKuGe){const res=await NQLtqKuGe(...args);if(res===false)return false;}});const onMouseEnter1bjkt0i=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});setVariant(\"YWGCqIBE4\");});const onAppearwhhifa=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"Q1O1zXj8Y\"),250);});const onMouseLeave9iuvk9=activeVariantCallback(async(...args)=>{setGestureState({isHovered:false});setVariant(\"XP_3cya0D\");});const onAppear1fqw9cm=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"hCcqEjn5A\"),250);});const onAppear1uffmh5=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"mmzZqRHUh\"),250);});const onAppear67ndc6=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"YWGCqIBE4\"),250);});useOnVariantChange(baseVariant,{hCcqEjn5A:onAppear1uffmh5,mmzZqRHUh:onAppear67ndc6,Q1O1zXj8Y:onAppear1fqw9cm,YWGCqIBE4:onAppearwhhifa});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?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(serializationHash,...sharedStyleClassNames,\"framer-14nye6k\",className,classNames),\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"IXZ5IpgqU\",onTap:onTap4vqg0o,ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({\"IXZ5IpgqU-hover\":{\"data-framer-name\":undefined},DMvL0_p2G:{\"data-framer-name\":\"Variant 2\"},hCcqEjn5A:{\"data-framer-name\":\"Variant 6\",onMouseLeave:onMouseLeave9iuvk9},mmzZqRHUh:{\"data-framer-name\":\"Variant 7\",onMouseLeave:onMouseLeave9iuvk9},Q1O1zXj8Y:{\"data-framer-name\":\"Variant 5\",onMouseLeave:onMouseLeave9iuvk9},XP_3cya0D:{\"data-framer-name\":\"Variant 3\",onMouseEnter:onMouseEnter1bjkt0i,onTap:undefined},YWGCqIBE4:{\"data-framer-name\":\"Variant 4\",onMouseLeave:onMouseLeave9iuvk9}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-15crrb7\",layoutDependency:layoutDependency,layoutId:\"kKfiT_gnz\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-2bkm7f\",\"data-framer-name\":\"$00_CoASymbol\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"id5gg0Mmd\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 130 140\"><g transform=\"translate(12.466 12.405)\" id=\"ss9120613314_1\"><path d=\"M 53.425 0 C 29.147 0 0 7.488 0 7.488 L 0 44.282 C 0.006 64.826 8.615 84.428 23.738 98.33 L 35.601 71.711 C 36.505 71.949 37.435 72.072 38.37 72.075 C 38.762 72.073 39.154 72.05 39.543 72.004 C 44.941 71.371 53.847 65.901 54.633 37.1 C 56.477 36.458 57.679 34.68 57.59 32.73 C 57.5 30.78 56.14 29.12 54.246 28.649 L 52.627 11.713 C 78.066 14.882 88.087 32.358 94.364 85.232 C 102.504 73.127 106.851 58.87 106.849 44.282 L 106.849 7.488 C 106.849 7.488 77.702 0 53.425 0 Z M 42.113 18.779 L 42.113 8.216 C 45.574 11.469 48.364 15.368 50.327 19.694 L 51.242 28.919 C 50.778 29.14 50.356 29.442 49.998 29.811 L 38.053 24.424 C 40.277 23.393 42.553 22.476 44.871 21.678 C 43.804 20.886 42.873 19.927 42.113 18.837 Z M 17.671 42.98 C 21.649 39.212 29.957 31.63 29.957 31.63 L 30.297 28.497 C 30.297 28.497 31.881 27.499 34.498 26.149 L 48.79 32.628 C 48.784 32.733 48.784 32.839 48.79 32.945 C 48.787 33.399 48.859 33.851 49.001 34.283 L 24.36 53.061 C 24.124 52.99 23.879 52.955 23.632 52.956 L 17.12 43.567 Z M 11.37 54.646 C 11.455 52.977 11.746 51.325 12.239 49.728 C 12.814 48.194 13.724 46.806 14.902 45.667 L 21.133 54.681 C 21.024 54.978 20.969 55.292 20.969 55.608 L 14.398 60.62 C 12.257 59.44 11.057 57.07 11.37 54.646 Z M 20.757 64.904 C 19.981 65.493 18.895 65.444 18.176 64.786 L 16.909 63.613 L 16.909 62.568 L 22.776 58.085 C 23.25 59.45 23.839 60.773 24.536 62.04 Z M 35.214 71.382 C 31.06 70.127 27.328 66.57 24.853 62.263 L 25.603 61.7 C 25.846 61.518 26.127 61.393 26.425 61.336 L 27.457 61.136 C 29.746 64.986 33.066 67.861 36.399 68.73 Z M 39.262 69.035 C 38.478 69.11 37.687 69.071 36.915 68.918 L 41.691 58.061 L 27.281 60.855 C 26.626 59.694 26.076 58.476 25.639 57.216 C 26.014 56.751 26.217 56.171 26.214 55.573 L 26.214 55.467 L 50.855 36.689 C 51.103 36.847 51.367 36.981 51.641 37.088 C 51.078 56.301 46.525 68.143 39.227 69 Z\" fill=\"var(--token-1e3677e9-94b2-4f3b-ae0e-ace4d1e83814, rgb(237, 237, 226)) /* {&quot;name&quot;:&quot;Alabaster&quot;} */\"></path><path d=\"M 70.744 28.966 L 68.949 32.041 C 75.109 41.806 77.162 59.376 78.207 93.905 C 71.448 101.956 57.309 111.135 57.309 111.135 L 57.309 116.123 L 72.88 106.182 C 74.804 105.008 76.67 103.635 78.453 102.25 L 78.688 102.062 L 80.131 100.888 L 80.542 100.548 C 81.011 100.161 81.469 99.762 81.926 99.374 L 82.29 99.046 C 82.795 98.6 83.288 98.154 83.769 97.696 L 83.968 97.508 C 84.531 96.98 85.141 96.428 85.634 95.877 C 82.76 58.672 78.746 38.766 70.744 28.966 Z\" fill=\"var(--token-1e3677e9-94b2-4f3b-ae0e-ace4d1e83814, rgb(237, 237, 226)) /* {&quot;name&quot;:&quot;Alabaster&quot;} */\"></path></g></svg>',svgContentId:9120613314,withExternalLayout:true,...addPropertyOverrides({\"IXZ5IpgqU-hover\":{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 130 140\"><g transform=\"translate(12.466 12.405)\" id=\"ss12415824435_1\"><path d=\"M 53.425 0 C 29.147 0 0 7.488 0 7.488 L 0 44.282 C 0.006 64.826 8.615 84.428 23.738 98.33 L 35.601 71.711 C 36.505 71.949 37.435 72.072 38.37 72.075 C 38.762 72.073 39.154 72.05 39.543 72.004 C 44.941 71.371 53.847 65.901 54.633 37.1 C 56.477 36.458 57.679 34.68 57.59 32.73 C 57.5 30.78 56.14 29.12 54.246 28.649 L 52.627 11.713 C 78.066 14.882 88.087 32.358 94.364 85.232 C 102.504 73.127 106.851 58.87 106.849 44.282 L 106.849 7.488 C 106.849 7.488 77.702 0 53.425 0 Z M 42.113 18.779 L 42.113 8.216 C 45.574 11.469 48.364 15.368 50.327 19.694 L 51.242 28.919 C 50.778 29.14 50.356 29.442 49.998 29.811 L 38.053 24.424 C 40.277 23.393 42.553 22.476 44.871 21.678 C 43.804 20.886 42.873 19.927 42.113 18.837 Z M 17.671 42.98 C 21.649 39.212 29.957 31.63 29.957 31.63 L 30.297 28.497 C 30.297 28.497 31.881 27.499 34.498 26.149 L 48.79 32.628 C 48.784 32.733 48.784 32.839 48.79 32.945 C 48.787 33.399 48.859 33.851 49.001 34.283 L 24.36 53.061 C 24.124 52.99 23.879 52.955 23.632 52.956 L 17.12 43.567 Z M 11.37 54.646 C 11.455 52.977 11.746 51.325 12.239 49.728 C 12.814 48.194 13.724 46.806 14.902 45.667 L 21.133 54.681 C 21.024 54.978 20.969 55.292 20.969 55.608 L 14.398 60.62 C 12.257 59.44 11.057 57.07 11.37 54.646 Z M 20.757 64.904 C 19.981 65.493 18.895 65.444 18.176 64.786 L 16.909 63.613 L 16.909 62.568 L 22.776 58.085 C 23.25 59.45 23.839 60.773 24.536 62.04 Z M 35.214 71.382 C 31.06 70.127 27.328 66.57 24.853 62.263 L 25.603 61.7 C 25.846 61.518 26.127 61.393 26.425 61.336 L 27.457 61.136 C 29.746 64.986 33.066 67.861 36.399 68.73 Z M 39.262 69.035 C 38.478 69.11 37.687 69.071 36.915 68.918 L 41.691 58.061 L 27.281 60.855 C 26.626 59.694 26.076 58.476 25.639 57.216 C 26.014 56.751 26.217 56.171 26.214 55.573 L 26.214 55.467 L 50.855 36.689 C 51.103 36.847 51.367 36.981 51.641 37.088 C 51.078 56.301 46.525 68.143 39.227 69 Z\" fill=\"var(--token-49b4dc4a-5218-467c-909b-2f17e9ffefab, rgb(19, 33, 40)) /* {&quot;name&quot;:&quot;Green Knight&quot;} */\"></path><path d=\"M 70.744 28.966 L 68.949 32.041 C 75.109 41.806 77.162 59.376 78.207 93.905 C 71.448 101.956 57.309 111.135 57.309 111.135 L 57.309 116.123 L 72.88 106.182 C 74.804 105.008 76.67 103.635 78.453 102.25 L 78.688 102.062 L 80.131 100.888 L 80.542 100.548 C 81.011 100.161 81.469 99.762 81.926 99.374 L 82.29 99.046 C 82.795 98.6 83.288 98.154 83.769 97.696 L 83.968 97.508 C 84.531 96.98 85.141 96.428 85.634 95.877 C 82.76 58.672 78.746 38.766 70.744 28.966 Z\" fill=\"var(--token-49b4dc4a-5218-467c-909b-2f17e9ffefab, rgb(19, 33, 40)) /* {&quot;name&quot;:&quot;Green Knight&quot;} */\"></path></g></svg>',svgContentId:12415824435},DMvL0_p2G:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 130 140\"><g transform=\"translate(12.466 12.405)\" id=\"ss12415824435_1\"><path d=\"M 53.425 0 C 29.147 0 0 7.488 0 7.488 L 0 44.282 C 0.006 64.826 8.615 84.428 23.738 98.33 L 35.601 71.711 C 36.505 71.949 37.435 72.072 38.37 72.075 C 38.762 72.073 39.154 72.05 39.543 72.004 C 44.941 71.371 53.847 65.901 54.633 37.1 C 56.477 36.458 57.679 34.68 57.59 32.73 C 57.5 30.78 56.14 29.12 54.246 28.649 L 52.627 11.713 C 78.066 14.882 88.087 32.358 94.364 85.232 C 102.504 73.127 106.851 58.87 106.849 44.282 L 106.849 7.488 C 106.849 7.488 77.702 0 53.425 0 Z M 42.113 18.779 L 42.113 8.216 C 45.574 11.469 48.364 15.368 50.327 19.694 L 51.242 28.919 C 50.778 29.14 50.356 29.442 49.998 29.811 L 38.053 24.424 C 40.277 23.393 42.553 22.476 44.871 21.678 C 43.804 20.886 42.873 19.927 42.113 18.837 Z M 17.671 42.98 C 21.649 39.212 29.957 31.63 29.957 31.63 L 30.297 28.497 C 30.297 28.497 31.881 27.499 34.498 26.149 L 48.79 32.628 C 48.784 32.733 48.784 32.839 48.79 32.945 C 48.787 33.399 48.859 33.851 49.001 34.283 L 24.36 53.061 C 24.124 52.99 23.879 52.955 23.632 52.956 L 17.12 43.567 Z M 11.37 54.646 C 11.455 52.977 11.746 51.325 12.239 49.728 C 12.814 48.194 13.724 46.806 14.902 45.667 L 21.133 54.681 C 21.024 54.978 20.969 55.292 20.969 55.608 L 14.398 60.62 C 12.257 59.44 11.057 57.07 11.37 54.646 Z M 20.757 64.904 C 19.981 65.493 18.895 65.444 18.176 64.786 L 16.909 63.613 L 16.909 62.568 L 22.776 58.085 C 23.25 59.45 23.839 60.773 24.536 62.04 Z M 35.214 71.382 C 31.06 70.127 27.328 66.57 24.853 62.263 L 25.603 61.7 C 25.846 61.518 26.127 61.393 26.425 61.336 L 27.457 61.136 C 29.746 64.986 33.066 67.861 36.399 68.73 Z M 39.262 69.035 C 38.478 69.11 37.687 69.071 36.915 68.918 L 41.691 58.061 L 27.281 60.855 C 26.626 59.694 26.076 58.476 25.639 57.216 C 26.014 56.751 26.217 56.171 26.214 55.573 L 26.214 55.467 L 50.855 36.689 C 51.103 36.847 51.367 36.981 51.641 37.088 C 51.078 56.301 46.525 68.143 39.227 69 Z\" fill=\"var(--token-49b4dc4a-5218-467c-909b-2f17e9ffefab, rgb(19, 33, 40)) /* {&quot;name&quot;:&quot;Green Knight&quot;} */\"></path><path d=\"M 70.744 28.966 L 68.949 32.041 C 75.109 41.806 77.162 59.376 78.207 93.905 C 71.448 101.956 57.309 111.135 57.309 111.135 L 57.309 116.123 L 72.88 106.182 C 74.804 105.008 76.67 103.635 78.453 102.25 L 78.688 102.062 L 80.131 100.888 L 80.542 100.548 C 81.011 100.161 81.469 99.762 81.926 99.374 L 82.29 99.046 C 82.795 98.6 83.288 98.154 83.769 97.696 L 83.968 97.508 C 84.531 96.98 85.141 96.428 85.634 95.877 C 82.76 58.672 78.746 38.766 70.744 28.966 Z\" fill=\"var(--token-49b4dc4a-5218-467c-909b-2f17e9ffefab, rgb(19, 33, 40)) /* {&quot;name&quot;:&quot;Green Knight&quot;} */\"></path></g></svg>',svgContentId:12415824435},hCcqEjn5A:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 130 140\"><g transform=\"translate(12.466 12.405)\" id=\"ss9718585521_1\"><path d=\"M 53.425 0 C 29.147 0 0 7.488 0 7.488 L 0 44.282 C 0.006 64.826 8.615 84.428 23.738 98.33 L 35.601 71.711 C 36.505 71.949 37.435 72.072 38.37 72.075 C 38.762 72.073 39.154 72.05 39.543 72.004 C 44.941 71.371 53.847 65.901 54.633 37.1 C 56.477 36.458 57.679 34.68 57.59 32.73 C 57.5 30.78 56.14 29.12 54.246 28.649 L 52.627 11.713 C 78.066 14.882 88.087 32.358 94.364 85.232 C 102.504 73.127 106.851 58.87 106.849 44.282 L 106.849 7.488 C 106.849 7.488 77.702 0 53.425 0 Z M 42.113 18.779 L 42.113 8.216 C 45.574 11.469 48.364 15.368 50.327 19.694 L 51.242 28.919 C 50.778 29.14 50.356 29.442 49.998 29.811 L 38.053 24.424 C 40.277 23.393 42.553 22.476 44.871 21.678 C 43.804 20.886 42.873 19.927 42.113 18.837 Z M 17.671 42.98 C 21.649 39.212 29.957 31.63 29.957 31.63 L 30.297 28.497 C 30.297 28.497 31.881 27.499 34.498 26.149 L 48.79 32.628 C 48.784 32.733 48.784 32.839 48.79 32.945 C 48.787 33.399 48.859 33.851 49.001 34.283 L 24.36 53.061 C 24.124 52.99 23.879 52.955 23.632 52.956 L 17.12 43.567 Z M 11.37 54.646 C 11.455 52.977 11.746 51.325 12.239 49.728 C 12.814 48.194 13.724 46.806 14.902 45.667 L 21.133 54.681 C 21.024 54.978 20.969 55.292 20.969 55.608 L 14.398 60.62 C 12.257 59.44 11.057 57.07 11.37 54.646 Z M 20.757 64.904 C 19.981 65.493 18.895 65.444 18.176 64.786 L 16.909 63.613 L 16.909 62.568 L 22.776 58.085 C 23.25 59.45 23.839 60.773 24.536 62.04 Z M 35.214 71.382 C 31.06 70.127 27.328 66.57 24.853 62.263 L 25.603 61.7 C 25.846 61.518 26.127 61.393 26.425 61.336 L 27.457 61.136 C 29.746 64.986 33.066 67.861 36.399 68.73 Z M 39.262 69.035 C 38.478 69.11 37.687 69.071 36.915 68.918 L 41.691 58.061 L 27.281 60.855 C 26.626 59.694 26.076 58.476 25.639 57.216 C 26.014 56.751 26.217 56.171 26.214 55.573 L 26.214 55.467 L 50.855 36.689 C 51.103 36.847 51.367 36.981 51.641 37.088 C 51.078 56.301 46.525 68.143 39.227 69 Z\" fill=\"rgb(176, 214, 206)\"></path><path d=\"M 70.744 28.966 L 68.949 32.041 C 75.109 41.806 77.162 59.376 78.207 93.905 C 71.448 101.956 57.309 111.135 57.309 111.135 L 57.309 116.123 L 72.88 106.182 C 74.804 105.008 76.67 103.635 78.453 102.25 L 78.688 102.062 L 80.131 100.888 L 80.542 100.548 C 81.011 100.161 81.469 99.762 81.926 99.374 L 82.29 99.046 C 82.795 98.6 83.288 98.154 83.769 97.696 L 83.968 97.508 C 84.531 96.98 85.141 96.428 85.634 95.877 C 82.76 58.672 78.746 38.766 70.744 28.966 Z\" fill=\"rgb(176, 214, 206)\"></path></g></svg>',svgContentId:9718585521},mmzZqRHUh:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 130 140\"><g transform=\"translate(12.466 12.405)\" id=\"ss11914143752_1\"><path d=\"M 53.425 0 C 29.147 0 0 7.488 0 7.488 L 0 44.282 C 0.006 64.826 8.615 84.428 23.738 98.33 L 35.601 71.711 C 36.505 71.949 37.435 72.072 38.37 72.075 C 38.762 72.073 39.154 72.05 39.543 72.004 C 44.941 71.371 53.847 65.901 54.633 37.1 C 56.477 36.458 57.679 34.68 57.59 32.73 C 57.5 30.78 56.14 29.12 54.246 28.649 L 52.627 11.713 C 78.066 14.882 88.087 32.358 94.364 85.232 C 102.504 73.127 106.851 58.87 106.849 44.282 L 106.849 7.488 C 106.849 7.488 77.702 0 53.425 0 Z M 42.113 18.779 L 42.113 8.216 C 45.574 11.469 48.364 15.368 50.327 19.694 L 51.242 28.919 C 50.778 29.14 50.356 29.442 49.998 29.811 L 38.053 24.424 C 40.277 23.393 42.553 22.476 44.871 21.678 C 43.804 20.886 42.873 19.927 42.113 18.837 Z M 17.671 42.98 C 21.649 39.212 29.957 31.63 29.957 31.63 L 30.297 28.497 C 30.297 28.497 31.881 27.499 34.498 26.149 L 48.79 32.628 C 48.784 32.733 48.784 32.839 48.79 32.945 C 48.787 33.399 48.859 33.851 49.001 34.283 L 24.36 53.061 C 24.124 52.99 23.879 52.955 23.632 52.956 L 17.12 43.567 Z M 11.37 54.646 C 11.455 52.977 11.746 51.325 12.239 49.728 C 12.814 48.194 13.724 46.806 14.902 45.667 L 21.133 54.681 C 21.024 54.978 20.969 55.292 20.969 55.608 L 14.398 60.62 C 12.257 59.44 11.057 57.07 11.37 54.646 Z M 20.757 64.904 C 19.981 65.493 18.895 65.444 18.176 64.786 L 16.909 63.613 L 16.909 62.568 L 22.776 58.085 C 23.25 59.45 23.839 60.773 24.536 62.04 Z M 35.214 71.382 C 31.06 70.127 27.328 66.57 24.853 62.263 L 25.603 61.7 C 25.846 61.518 26.127 61.393 26.425 61.336 L 27.457 61.136 C 29.746 64.986 33.066 67.861 36.399 68.73 Z M 39.262 69.035 C 38.478 69.11 37.687 69.071 36.915 68.918 L 41.691 58.061 L 27.281 60.855 C 26.626 59.694 26.076 58.476 25.639 57.216 C 26.014 56.751 26.217 56.171 26.214 55.573 L 26.214 55.467 L 50.855 36.689 C 51.103 36.847 51.367 36.981 51.641 37.088 C 51.078 56.301 46.525 68.143 39.227 69 Z\" fill=\"var(--token-49b4dc4a-5218-467c-909b-2f17e9ffefab, rgb(19, 33, 40)) /* {&quot;name&quot;:&quot;Green Knight&quot;} */\"></path><path d=\"M 70.744 28.966 L 68.949 32.041 C 75.109 41.806 77.162 59.376 78.207 93.905 C 71.448 101.956 57.309 111.135 57.309 111.135 L 57.309 116.123 L 72.88 106.182 C 74.804 105.008 76.67 103.635 78.453 102.25 L 78.688 102.062 L 80.131 100.888 L 80.542 100.548 C 81.011 100.161 81.469 99.762 81.926 99.374 L 82.29 99.046 C 82.795 98.6 83.288 98.154 83.769 97.696 L 83.968 97.508 C 84.531 96.98 85.141 96.428 85.634 95.877 C 82.76 58.672 78.746 38.766 70.744 28.966 Z\" fill=\"var(--token-49b4dc4a-5218-467c-909b-2f17e9ffefab, rgb(19, 33, 40)) /* {&quot;name&quot;:&quot;Green Knight&quot;} */\"></path></g></svg>',svgContentId:11914143752},Q1O1zXj8Y:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 130 140\"><g transform=\"translate(12.466 12.405)\" id=\"ss8590769776_1\"><path d=\"M 53.425 0 C 29.147 0 0 7.488 0 7.488 L 0 44.282 C 0.006 64.826 8.615 84.428 23.738 98.33 L 35.601 71.711 C 36.505 71.949 37.435 72.072 38.37 72.075 C 38.762 72.073 39.154 72.05 39.543 72.004 C 44.941 71.371 53.847 65.901 54.633 37.1 C 56.477 36.458 57.679 34.68 57.59 32.73 C 57.5 30.78 56.14 29.12 54.246 28.649 L 52.627 11.713 C 78.066 14.882 88.087 32.358 94.364 85.232 C 102.504 73.127 106.851 58.87 106.849 44.282 L 106.849 7.488 C 106.849 7.488 77.702 0 53.425 0 Z M 42.113 18.779 L 42.113 8.216 C 45.574 11.469 48.364 15.368 50.327 19.694 L 51.242 28.919 C 50.778 29.14 50.356 29.442 49.998 29.811 L 38.053 24.424 C 40.277 23.393 42.553 22.476 44.871 21.678 C 43.804 20.886 42.873 19.927 42.113 18.837 Z M 17.671 42.98 C 21.649 39.212 29.957 31.63 29.957 31.63 L 30.297 28.497 C 30.297 28.497 31.881 27.499 34.498 26.149 L 48.79 32.628 C 48.784 32.733 48.784 32.839 48.79 32.945 C 48.787 33.399 48.859 33.851 49.001 34.283 L 24.36 53.061 C 24.124 52.99 23.879 52.955 23.632 52.956 L 17.12 43.567 Z M 11.37 54.646 C 11.455 52.977 11.746 51.325 12.239 49.728 C 12.814 48.194 13.724 46.806 14.902 45.667 L 21.133 54.681 C 21.024 54.978 20.969 55.292 20.969 55.608 L 14.398 60.62 C 12.257 59.44 11.057 57.07 11.37 54.646 Z M 20.757 64.904 C 19.981 65.493 18.895 65.444 18.176 64.786 L 16.909 63.613 L 16.909 62.568 L 22.776 58.085 C 23.25 59.45 23.839 60.773 24.536 62.04 Z M 35.214 71.382 C 31.06 70.127 27.328 66.57 24.853 62.263 L 25.603 61.7 C 25.846 61.518 26.127 61.393 26.425 61.336 L 27.457 61.136 C 29.746 64.986 33.066 67.861 36.399 68.73 Z M 39.262 69.035 C 38.478 69.11 37.687 69.071 36.915 68.918 L 41.691 58.061 L 27.281 60.855 C 26.626 59.694 26.076 58.476 25.639 57.216 C 26.014 56.751 26.217 56.171 26.214 55.573 L 26.214 55.467 L 50.855 36.689 C 51.103 36.847 51.367 36.981 51.641 37.088 C 51.078 56.301 46.525 68.143 39.227 69 Z\" fill=\"var(--token-ac625bc7-9c5b-4a97-8965-dac94c85da13, rgb(232, 235, 122)) /* {&quot;name&quot;:&quot;Moss Yellow&quot;} */\"></path><path d=\"M 70.744 28.966 L 68.949 32.041 C 75.109 41.806 77.162 59.376 78.207 93.905 C 71.448 101.956 57.309 111.135 57.309 111.135 L 57.309 116.123 L 72.88 106.182 C 74.804 105.008 76.67 103.635 78.453 102.25 L 78.688 102.062 L 80.131 100.888 L 80.542 100.548 C 81.011 100.161 81.469 99.762 81.926 99.374 L 82.29 99.046 C 82.795 98.6 83.288 98.154 83.769 97.696 L 83.968 97.508 C 84.531 96.98 85.141 96.428 85.634 95.877 C 82.76 58.672 78.746 38.766 70.744 28.966 Z\" fill=\"var(--token-ac625bc7-9c5b-4a97-8965-dac94c85da13, rgb(232, 235, 122)) /* {&quot;name&quot;:&quot;Moss Yellow&quot;} */\"></path></g></svg>',svgContentId:8590769776},YWGCqIBE4:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 130 140\"><g transform=\"translate(12.466 12.405)\" id=\"ss10104022896_1\"><path d=\"M 53.425 0 C 29.147 0 0 7.488 0 7.488 L 0 44.282 C 0.006 64.826 8.615 84.428 23.738 98.33 L 35.601 71.711 C 36.505 71.949 37.435 72.072 38.37 72.075 C 38.762 72.073 39.154 72.05 39.543 72.004 C 44.941 71.371 53.847 65.901 54.633 37.1 C 56.477 36.458 57.679 34.68 57.59 32.73 C 57.5 30.78 56.14 29.12 54.246 28.649 L 52.627 11.713 C 78.066 14.882 88.087 32.358 94.364 85.232 C 102.504 73.127 106.851 58.87 106.849 44.282 L 106.849 7.488 C 106.849 7.488 77.702 0 53.425 0 Z M 42.113 18.779 L 42.113 8.216 C 45.574 11.469 48.364 15.368 50.327 19.694 L 51.242 28.919 C 50.778 29.14 50.356 29.442 49.998 29.811 L 38.053 24.424 C 40.277 23.393 42.553 22.476 44.871 21.678 C 43.804 20.886 42.873 19.927 42.113 18.837 Z M 17.671 42.98 C 21.649 39.212 29.957 31.63 29.957 31.63 L 30.297 28.497 C 30.297 28.497 31.881 27.499 34.498 26.149 L 48.79 32.628 C 48.784 32.733 48.784 32.839 48.79 32.945 C 48.787 33.399 48.859 33.851 49.001 34.283 L 24.36 53.061 C 24.124 52.99 23.879 52.955 23.632 52.956 L 17.12 43.567 Z M 11.37 54.646 C 11.455 52.977 11.746 51.325 12.239 49.728 C 12.814 48.194 13.724 46.806 14.902 45.667 L 21.133 54.681 C 21.024 54.978 20.969 55.292 20.969 55.608 L 14.398 60.62 C 12.257 59.44 11.057 57.07 11.37 54.646 Z M 20.757 64.904 C 19.981 65.493 18.895 65.444 18.176 64.786 L 16.909 63.613 L 16.909 62.568 L 22.776 58.085 C 23.25 59.45 23.839 60.773 24.536 62.04 Z M 35.214 71.382 C 31.06 70.127 27.328 66.57 24.853 62.263 L 25.603 61.7 C 25.846 61.518 26.127 61.393 26.425 61.336 L 27.457 61.136 C 29.746 64.986 33.066 67.861 36.399 68.73 Z M 39.262 69.035 C 38.478 69.11 37.687 69.071 36.915 68.918 L 41.691 58.061 L 27.281 60.855 C 26.626 59.694 26.076 58.476 25.639 57.216 C 26.014 56.751 26.217 56.171 26.214 55.573 L 26.214 55.467 L 50.855 36.689 C 51.103 36.847 51.367 36.981 51.641 37.088 C 51.078 56.301 46.525 68.143 39.227 69 Z\" fill=\"var(--token-8f0bf093-782e-4fca-942e-254b95f3654b, rgb(2, 60, 64)) /* {&quot;name&quot;:&quot;Cyprus&quot;} */\"></path><path d=\"M 70.744 28.966 L 68.949 32.041 C 75.109 41.806 77.162 59.376 78.207 93.905 C 71.448 101.956 57.309 111.135 57.309 111.135 L 57.309 116.123 L 72.88 106.182 C 74.804 105.008 76.67 103.635 78.453 102.25 L 78.688 102.062 L 80.131 100.888 L 80.542 100.548 C 81.011 100.161 81.469 99.762 81.926 99.374 L 82.29 99.046 C 82.795 98.6 83.288 98.154 83.769 97.696 L 83.968 97.508 C 84.531 96.98 85.141 96.428 85.634 95.877 C 82.76 58.672 78.746 38.766 70.744 28.966 Z\" fill=\"var(--token-8f0bf093-782e-4fca-942e-254b95f3654b, rgb(2, 60, 64)) /* {&quot;name&quot;:&quot;Cyprus&quot;} */\"></path></g></svg>',svgContentId:10104022896}},baseVariant,gestureVariant)})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-p8zuQ.framer-17wqwo3, .framer-p8zuQ .framer-17wqwo3 { display: block; }\",\".framer-p8zuQ.framer-14nye6k { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 140px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 130px; }\",\".framer-p8zuQ .framer-15crrb7 { flex: none; height: 140px; overflow: visible; position: relative; width: 100%; }\",\".framer-p8zuQ .framer-2bkm7f { flex: none; height: 140px; left: calc(50.00000000000002% - 130px / 2); position: absolute; top: calc(50.00000000000002% - 140px / 2); width: 130px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-p8zuQ.framer-14nye6k { gap: 0px; } .framer-p8zuQ.framer-14nye6k > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-p8zuQ.framer-14nye6k > :first-child { margin-left: 0px; } .framer-p8zuQ.framer-14nye6k > :last-child { margin-right: 0px; } }\",\".framer-p8zuQ.framer-v-a7vb8c.framer-14nye6k, .framer-p8zuQ.framer-v-y3s93m.framer-14nye6k, .framer-p8zuQ.framer-v-vrxqoq.framer-14nye6k, .framer-p8zuQ.framer-v-1uvvhog.framer-14nye6k, .framer-p8zuQ.framer-v-10ehfqv.framer-14nye6k, .framer-p8zuQ.framer-v-14nye6k.hover.framer-14nye6k { aspect-ratio: 0.9191919191919192 / 1; height: var(--framer-aspect-ratio-supported, 141px); }\",\".framer-p8zuQ.framer-v-am2lcp.framer-14nye6k { aspect-ratio: 0.9191919191919192 / 1; cursor: unset; height: var(--framer-aspect-ratio-supported, 141px); }\",\".framer-p8zuQ.framer-v-am2lcp .framer-15crrb7 { height: 0px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 141\n * @framerIntrinsicWidth 130\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"DMvL0_p2G\":{\"layout\":[\"fixed\",\"fixed\"]},\"XP_3cya0D\":{\"layout\":[\"fixed\",\"fixed\"]},\"YWGCqIBE4\":{\"layout\":[\"fixed\",\"fixed\"]},\"Q1O1zXj8Y\":{\"layout\":[\"fixed\",\"fixed\"]},\"hCcqEjn5A\":{\"layout\":[\"fixed\",\"fixed\"]},\"mmzZqRHUh\":{\"layout\":[\"fixed\",\"fixed\"]},\"Ew0iD4t_p\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"NQLtqKuGe\":\"click\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framere9kKYQIhD=withCSS(Component,css,\"framer-p8zuQ\");export default Framere9kKYQIhD;Framere9kKYQIhD.displayName=\"00_CoASymbol - BIG\";Framere9kKYQIhD.defaultProps={height:141,width:130};addPropertyControls(Framere9kKYQIhD,{variant:{options:[\"IXZ5IpgqU\",\"DMvL0_p2G\",\"XP_3cya0D\",\"YWGCqIBE4\",\"Q1O1zXj8Y\",\"hCcqEjn5A\",\"mmzZqRHUh\"],optionTitles:[\"Variant 1\",\"Variant 2\",\"Variant 3\",\"Variant 4\",\"Variant 5\",\"Variant 6\",\"Variant 7\"],title:\"Variant\",type:ControlType.Enum},NQLtqKuGe:{title:\"Click\",type:ControlType.EventHandler}});addFonts(Framere9kKYQIhD,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framere9kKYQIhD\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"141\",\"framerVariables\":\"{\\\"NQLtqKuGe\\\":\\\"click\\\"}\",\"framerIntrinsicWidth\":\"130\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"DMvL0_p2G\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"XP_3cya0D\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"YWGCqIBE4\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Q1O1zXj8Y\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"hCcqEjn5A\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"mmzZqRHUh\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Ew0iD4t_p\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./e9kKYQIhD.map", "// Generated by Framer (d5ca742)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const enabledGestures={c3nBlbtv4:{hover:true},k29qki9A3:{hover:true}};const cycleOrder=[\"c3nBlbtv4\",\"k29qki9A3\"];const serializationHash=\"framer-BF4BM\";const variantClassNames={c3nBlbtv4:\"framer-v-1uycqd\",k29qki9A3:\"framer-v-1btgvl\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={duration:0,type:\"tween\"};const transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?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={\"Variant 1\":\"c3nBlbtv4\",\"Variant 2\":\"k29qki9A3\"};const getProps=({click,height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,qA2_RT6HW:click!==null&&click!==void 0?click:props.qA2_RT6HW,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"c3nBlbtv4\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,qA2_RT6HW,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"c3nBlbtv4\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap48eba0=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(qA2_RT6HW){const res=await qA2_RT6HW(...args);if(res===false)return false;}});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?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(serializationHash,...sharedStyleClassNames,\"framer-1uycqd\",className,classNames),\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"c3nBlbtv4\",onTap:onTap48eba0,ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({\"c3nBlbtv4-hover\":{\"data-framer-name\":undefined},\"k29qki9A3-hover\":{\"data-framer-name\":undefined},k29qki9A3:{\"data-framer-name\":\"Variant 2\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy04MDBpdGFsaWM=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"800\",\"--framer-letter-spacing\":\"0.05em\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(176, 214, 206))\"},children:\"Say \"}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy04MDBpdGFsaWM=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"800\",\"--framer-letter-spacing\":\"0.05em\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"var(--extracted-2gxw0f, rgb(176, 214, 206))\"},children:\"hello\"})]}),className:\"framer-samir\",fonts:[\"GF;Poppins-800italic\"],layoutDependency:layoutDependency,layoutId:\"rKXlfVAJB\",style:{\"--extracted-2gxw0f\":\"rgb(176, 214, 206)\",\"--extracted-r6o4lv\":\"rgb(176, 214, 206)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},transformTemplate:transformTemplate1,variants:{\"c3nBlbtv4-hover\":{\"--extracted-2gxw0f\":\"var(--token-802aeab2-6976-4947-af89-724c8e2d53d0, rgb(147, 123, 203))\",\"--extracted-r6o4lv\":\"var(--token-802aeab2-6976-4947-af89-724c8e2d53d0, rgb(147, 123, 203))\"},\"k29qki9A3-hover\":{\"--extracted-2gxw0f\":\"var(--token-802aeab2-6976-4947-af89-724c8e2d53d0, rgb(147, 123, 203))\",\"--extracted-r6o4lv\":\"var(--token-802aeab2-6976-4947-af89-724c8e2d53d0, rgb(147, 123, 203))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"c3nBlbtv4-hover\":{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy04MDBpdGFsaWM=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"800\",\"--framer-letter-spacing\":\"0.05em\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-802aeab2-6976-4947-af89-724c8e2d53d0, rgb(147, 123, 203)))\"},children:\"Say \"}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy04MDBpdGFsaWM=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"800\",\"--framer-letter-spacing\":\"0.05em\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"var(--extracted-2gxw0f, var(--token-802aeab2-6976-4947-af89-724c8e2d53d0, rgb(147, 123, 203)))\"},children:\"hello\"})]})},\"k29qki9A3-hover\":{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy04MDBpdGFsaWM=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"800\",\"--framer-letter-spacing\":\"0.05em\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-802aeab2-6976-4947-af89-724c8e2d53d0, rgb(147, 123, 203)))\"},children:\"Say \"}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy04MDBpdGFsaWM=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"800\",\"--framer-letter-spacing\":\"0.05em\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"var(--extracted-2gxw0f, var(--token-802aeab2-6976-4947-af89-724c8e2d53d0, rgb(147, 123, 203)))\"},children:\"hello\"})]}),transformTemplate:undefined},k29qki9A3:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy04MDBpdGFsaWM=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"800\",\"--framer-letter-spacing\":\"0.05em\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(176, 214, 206))\"},children:\"Say \"}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy04MDBpdGFsaWM=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"800\",\"--framer-letter-spacing\":\"0.05em\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"var(--extracted-2gxw0f, rgb(176, 214, 206))\"},children:\"hello\"})]}),transformTemplate:undefined}},baseVariant,gestureVariant)})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-BF4BM.framer-17oy2z6, .framer-BF4BM .framer-17oy2z6 { display: block; }\",\".framer-BF4BM.framer-1uycqd { cursor: pointer; height: 72px; overflow: visible; position: relative; width: 84px; }\",\".framer-BF4BM .framer-samir { -webkit-user-select: none; flex: none; height: auto; left: 50%; position: absolute; top: 50%; user-select: none; white-space: pre; width: auto; }\",\".framer-BF4BM.framer-v-1btgvl.framer-1uycqd { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; padding: 0px; width: min-content; }\",\".framer-BF4BM.framer-v-1btgvl .framer-samir { left: unset; position: relative; top: unset; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-BF4BM.framer-v-1btgvl.framer-1uycqd { gap: 0px; } .framer-BF4BM.framer-v-1btgvl.framer-1uycqd > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-BF4BM.framer-v-1btgvl.framer-1uycqd > :first-child { margin-left: 0px; } .framer-BF4BM.framer-v-1btgvl.framer-1uycqd > :last-child { margin-right: 0px; } }\",\".framer-BF4BM.framer-v-1btgvl.hover .framer-samir { left: unset; top: unset; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 72\n * @framerIntrinsicWidth 84\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"k29qki9A3\":{\"layout\":[\"auto\",\"auto\"]},\"AetS9uH3e\":{\"layout\":[\"fixed\",\"fixed\"]},\"ZLIrjsCpV\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"qA2_RT6HW\":\"click\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FrameraismFAoOg=withCSS(Component,css,\"framer-BF4BM\");export default FrameraismFAoOg;FrameraismFAoOg.displayName=\"Nav - Say Hello\";FrameraismFAoOg.defaultProps={height:72,width:84};addPropertyControls(FrameraismFAoOg,{variant:{options:[\"c3nBlbtv4\",\"k29qki9A3\"],optionTitles:[\"Variant 1\",\"Variant 2\"],title:\"Variant\",type:ControlType.Enum},qA2_RT6HW:{title:\"Click\",type:ControlType.EventHandler}});addFonts(FrameraismFAoOg,[{explicitInter:true,fonts:[{family:\"Poppins\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/poppins/v22/pxiDyp8kv8JHgFVrJJLm111lFd2PQEhcqw.woff2\",weight:\"800\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameraismFAoOg\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"72\",\"framerIntrinsicWidth\":\"84\",\"framerVariables\":\"{\\\"qA2_RT6HW\\\":\\\"click\\\"}\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"k29qki9A3\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"AetS9uH3e\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"ZLIrjsCpV\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./aismFAoOg.map", "// Generated by Framer (d5ca742)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,cx,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const enabledGestures={zB9FwcA07:{hover:true}};const serializationHash=\"framer-PHAVO\";const variantClassNames={zB9FwcA07:\"framer-v-14oujbj\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0: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!==null&&value!==void 0?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 getProps=({height,id,width,...props})=>{return{...props};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"zB9FwcA07\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if(gestureVariant===\"zB9FwcA07-hover\")return false;return true;};const isDisplayed1=()=>{if(gestureVariant===\"zB9FwcA07-hover\")return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-14oujbj\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"zB9FwcA07\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({\"zB9FwcA07-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-6wsx8u\",\"data-framer-name\":\"$02_SocialIcon_Vimeo\",fill:\"black\",intrinsicHeight:60,intrinsicWidth:60,layoutDependency:layoutDependency,layoutId:\"LUE1jIVeq\",svg:'<svg data-name=\"Vimeo\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 60 60\"><path style=\"fill:none;stroke:#b0d6ce;stroke-miterlimit:10;stroke-width:2.78px\" d=\"M5 5h50v50H5z\"/><path d=\"M42 24.55c-1.52 8.68-10 16-12.52 17.72s-4.86-.68-5.7-2.46c-1-2-3.85-13-4.6-13.93s-3 .91-3 .91l-1.1-1.47s4.61-5.6 8.11-6.3c3.72-.74 3.71 5.81 4.61 9.45S29.23 34 30 34s2.2-2 3.78-5-.07-5.67-3.16-3.78c1.22-7.53 12.91-9.35 11.38-.67Z\" style=\"fill:#b0d6ce\"/></svg>',withExternalLayout:true}),isDisplayed1()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-e1s9sh\",\"data-framer-name\":\"$02_SocialIcon_Vimeo\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"WZj0smEiX\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 60 60\"><path d=\"M 5 5 L 55 5 L 55 55 L 5 55 Z\" fill=\"rgb(176, 214, 206)\" stroke-width=\"2.78\" stroke=\"rgb(176,214,206)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 42 24.55 C 40.48 33.23 32 40.55 29.48 42.27 C 26.96 43.99 24.62 41.59 23.78 39.81 C 22.78 37.81 19.93 26.81 19.18 25.88 C 18.43 24.95 16.18 26.79 16.18 26.79 L 15.08 25.32 C 15.08 25.32 19.69 19.72 23.19 19.02 C 26.91 18.28 26.9 24.83 27.8 28.47 C 28.7 32.11 29.23 34 30 34 C 30.77 34 32.2 32 33.78 29 C 35.36 26 33.71 23.33 30.62 25.22 C 31.84 17.69 43.53 15.87 42 24.55 Z\" fill=\"var(--token-49b4dc4a-5218-467c-909b-2f17e9ffefab, rgb(19, 33, 40)) /* {&quot;name&quot;:&quot;Green Knight&quot;} */\"></path></svg>',svgContentId:11725736224,withExternalLayout:true,...addPropertyOverrides({\"zB9FwcA07-hover\":{svgContentId:12230396229}},baseVariant,gestureVariant)})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-PHAVO.framer-1czrb6i, .framer-PHAVO .framer-1czrb6i { display: block; }\",\".framer-PHAVO.framer-14oujbj { cursor: pointer; height: 60px; overflow: hidden; position: relative; width: 60px; }\",\".framer-PHAVO .framer-6wsx8u { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 60px); left: -3px; position: absolute; top: -3px; width: 60px; }\",\".framer-PHAVO .framer-e1s9sh { flex: none; height: 60px; left: -3px; position: absolute; top: -3px; width: 60px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 60\n * @framerIntrinsicWidth 60\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"HWKeCo8Jj\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerlvp4xgB9A=withCSS(Component,css,\"framer-PHAVO\");export default Framerlvp4xgB9A;Framerlvp4xgB9A.displayName=\"SocialIcon - Vimeo\";Framerlvp4xgB9A.defaultProps={height:60,width:60};addFonts(Framerlvp4xgB9A,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerlvp4xgB9A\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"60\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"HWKeCo8Jj\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"60\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./lvp4xgB9A.map", "// Generated by Framer (d5ca742)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,cx,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const enabledGestures={R9p44_SD3:{hover:true}};const serializationHash=\"framer-PKacP\";const variantClassNames={R9p44_SD3:\"framer-v-hx9vde\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0: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!==null&&value!==void 0?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 getProps=({height,id,width,...props})=>{return{...props};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"R9p44_SD3\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?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(serializationHash,...sharedStyleClassNames,\"framer-hx9vde\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"R9p44_SD3\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({\"R9p44_SD3-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1uwh5fo\",\"data-framer-name\":\"$02_SocialIcon_Instagram\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"j7H6NXmnf\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 60 60\"><path d=\"M 5 5 L 55 5 L 55 55 L 5 55 Z\" fill=\"transparent\" stroke-width=\"2.78\" stroke=\"rgb(176,214,206)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 44.9 12.73 C 43.761 12.747 42.849 13.68 42.86 14.82 C 42.871 15.959 43.801 16.875 44.94 16.87 C 46.079 16.864 47 15.939 47 14.8 C 47 14.246 46.778 13.715 46.383 13.326 C 45.988 12.937 45.454 12.722 44.9 12.73 Z M 30.17 42.42 C 23.118 42.392 17.422 36.658 17.44 29.607 C 17.458 22.555 23.185 16.851 30.237 16.86 C 37.288 16.869 43 22.588 43 29.64 C 42.995 33.037 41.64 36.292 39.233 38.689 C 36.827 41.086 33.567 42.428 30.17 42.42 Z M 30.17 20.71 C 25.238 20.71 21.24 24.708 21.24 29.64 C 21.24 34.572 25.238 38.57 30.17 38.57 C 35.102 38.57 39.1 34.572 39.1 29.64 C 39.089 24.713 35.097 20.721 30.17 20.71 Z\" fill=\"rgb(176,214,206)\"></path></svg>',svgContentId:12459965519,withExternalLayout:true,...addPropertyOverrides({\"R9p44_SD3-hover\":{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 60 60\"><path d=\"M 5 5 L 55 5 L 55 55 L 5 55 Z\" fill=\"rgb(176, 214, 206)\" stroke-width=\"2.78\" stroke=\"rgb(176,214,206)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 44.9 12.73 C 43.761 12.747 42.849 13.68 42.86 14.82 C 42.871 15.959 43.801 16.875 44.94 16.87 C 46.079 16.864 47 15.939 47 14.8 C 47 14.246 46.778 13.715 46.383 13.326 C 45.988 12.937 45.454 12.722 44.9 12.73 Z M 30.17 42.42 C 23.118 42.392 17.422 36.658 17.44 29.607 C 17.458 22.555 23.185 16.851 30.237 16.86 C 37.288 16.869 43 22.588 43 29.64 C 42.995 33.037 41.64 36.292 39.233 38.689 C 36.827 41.086 33.567 42.428 30.17 42.42 Z M 30.17 20.71 C 25.238 20.71 21.24 24.708 21.24 29.64 C 21.24 34.572 25.238 38.57 30.17 38.57 C 35.102 38.57 39.1 34.572 39.1 29.64 C 39.089 24.713 35.097 20.721 30.17 20.71 Z\" fill=\"var(--token-49b4dc4a-5218-467c-909b-2f17e9ffefab, rgb(19, 33, 40)) /* {&quot;name&quot;:&quot;Green Knight&quot;} */\"></path></svg>',svgContentId:8835249371}},baseVariant,gestureVariant)})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-PKacP.framer-16p3hy6, .framer-PKacP .framer-16p3hy6 { display: block; }\",\".framer-PKacP.framer-hx9vde { cursor: pointer; height: 60px; overflow: hidden; position: relative; width: 60px; }\",\".framer-PKacP .framer-1uwh5fo { flex: none; height: 60px; left: -3px; position: absolute; top: -3px; width: 60px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 60\n * @framerIntrinsicWidth 60\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"b47Hpmjeu\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerlz5zISwVS=withCSS(Component,css,\"framer-PKacP\");export default Framerlz5zISwVS;Framerlz5zISwVS.displayName=\"SocialIcon - Instagram\";Framerlz5zISwVS.defaultProps={height:60,width:60};addFonts(Framerlz5zISwVS,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerlz5zISwVS\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"60\",\"framerIntrinsicHeight\":\"60\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"b47Hpmjeu\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./lz5zISwVS.map", "// Generated by Framer (d5ca742)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,cx,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const enabledGestures={l0qvL0vep:{hover:true}};const serializationHash=\"framer-AEJLz\";const variantClassNames={l0qvL0vep:\"framer-v-11ej33g\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0: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!==null&&value!==void 0?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 getProps=({height,id,width,...props})=>{return{...props};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"l0qvL0vep\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?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(serializationHash,...sharedStyleClassNames,\"framer-11ej33g\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"l0qvL0vep\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({\"l0qvL0vep-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SVG,{className:\"framer-mpfogs\",\"data-framer-name\":\"$02_SocialIcon_Behance\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"f8oWd62GE\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 60 60\"><path d=\"M 5 5 L 55 5 L 55 55 L 5 55 Z\" fill=\"transparent\" stroke-width=\"2.78\" stroke=\"rgb(176,214,206)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 30.12 35.48 C 30.14 36.354 29.944 37.22 29.55 38 C 29.181 38.718 28.65 39.341 28 39.82 C 27.295 40.327 26.506 40.706 25.67 40.94 C 24.752 41.197 23.803 41.325 22.85 41.32 L 11.89 41.32 L 11.89 18.68 L 24 18.68 C 24.745 18.669 25.48 18.845 26.14 19.19 C 26.763 19.517 27.314 19.966 27.76 20.51 C 28.2 21.063 28.538 21.689 28.76 22.36 C 29.382 24.076 29.214 25.98 28.3 27.56 C 27.754 28.525 26.903 29.282 25.88 29.71 C 27.117 30.037 28.213 30.761 29 31.77 C 29.78 32.846 30.174 34.153 30.12 35.48 Z M 16.29 22.48 L 16.29 28.19 L 22.15 28.19 C 22.861 28.207 23.547 27.932 24.05 27.43 C 24.59 26.865 24.873 26.101 24.83 25.32 C 24.87 24.562 24.612 23.819 24.11 23.25 C 23.661 22.747 23.014 22.466 22.34 22.48 Z M 25.69 34.69 C 25.691 34.294 25.62 33.901 25.48 33.53 C 25.358 33.166 25.172 32.827 24.93 32.53 C 24.703 32.256 24.42 32.034 24.1 31.88 C 23.774 31.718 23.414 31.636 23.05 31.64 L 16.29 31.64 L 16.29 37.64 L 22.82 37.64 C 23.229 37.633 23.632 37.538 24 37.36 C 24.347 37.226 24.658 37.014 24.91 36.74 C 25.173 36.47 25.38 36.15 25.52 35.8 C 25.653 35.432 25.71 35.041 25.69 34.65 Z M 39.65 41.32 C 38.443 41.338 37.246 41.11 36.13 40.65 C 34.112 39.832 32.52 38.219 31.73 36.19 C 31.33 35.178 31.126 34.099 31.13 33.01 C 31.12 31.896 31.32 30.79 31.72 29.75 C 32.491 27.693 34.086 26.051 36.12 25.22 C 37.252 24.754 38.466 24.523 39.69 24.54 C 40.901 24.522 42.102 24.753 43.22 25.22 C 46.64 26.71 48.22 30.03 48.1 33.63 C 48.096 33.835 48.073 34.039 48.03 34.24 L 35.51 34.24 C 35.562 34.83 35.722 35.407 35.98 35.94 C 36.45 36.892 37.265 37.629 38.26 38 C 38.755 38.188 39.281 38.283 39.81 38.28 C 40.625 38.281 41.427 38.075 42.14 37.68 C 42.811 37.342 43.342 36.78 43.64 36.09 L 47.19 37.09 C 46.552 38.349 45.558 39.393 44.33 40.09 C 42.915 40.927 41.294 41.353 39.65 41.32 Z M 43.86 31.56 C 43.805 30.449 43.321 29.402 42.51 28.64 C 41.727 27.91 40.69 27.515 39.62 27.54 C 39.086 27.539 38.557 27.637 38.06 27.83 C 37.587 28.023 37.153 28.301 36.78 28.65 C 36.401 29.013 36.092 29.444 35.87 29.92 C 35.624 30.434 35.482 30.991 35.45 31.56 Z M 34.21 19.76 L 45 19.76 L 45 22.44 L 34.21 22.44 Z\" fill=\"rgb(176,214,206)\"></path></svg>',svgContentId:9137911551,withExternalLayout:true,...addPropertyOverrides({\"l0qvL0vep-hover\":{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 60 60\"><path d=\"M 5 5 L 55 5 L 55 55 L 5 55 Z\" fill=\"rgb(176, 214, 206)\" stroke-width=\"2.78\" stroke=\"rgb(176,214,206)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 30.12 35.48 C 30.14 36.354 29.944 37.22 29.55 38 C 29.181 38.718 28.65 39.341 28 39.82 C 27.295 40.327 26.506 40.706 25.67 40.94 C 24.752 41.197 23.803 41.325 22.85 41.32 L 11.89 41.32 L 11.89 18.68 L 24 18.68 C 24.745 18.669 25.48 18.845 26.14 19.19 C 26.763 19.517 27.314 19.966 27.76 20.51 C 28.2 21.063 28.538 21.689 28.76 22.36 C 29.382 24.076 29.214 25.98 28.3 27.56 C 27.754 28.525 26.903 29.282 25.88 29.71 C 27.117 30.037 28.213 30.761 29 31.77 C 29.78 32.846 30.174 34.153 30.12 35.48 Z M 16.29 22.48 L 16.29 28.19 L 22.15 28.19 C 22.861 28.207 23.547 27.932 24.05 27.43 C 24.59 26.865 24.873 26.101 24.83 25.32 C 24.87 24.562 24.612 23.819 24.11 23.25 C 23.661 22.747 23.014 22.466 22.34 22.48 Z M 25.69 34.69 C 25.691 34.294 25.62 33.901 25.48 33.53 C 25.358 33.166 25.172 32.827 24.93 32.53 C 24.703 32.256 24.42 32.034 24.1 31.88 C 23.774 31.718 23.414 31.636 23.05 31.64 L 16.29 31.64 L 16.29 37.64 L 22.82 37.64 C 23.229 37.633 23.632 37.538 24 37.36 C 24.347 37.226 24.658 37.014 24.91 36.74 C 25.173 36.47 25.38 36.15 25.52 35.8 C 25.653 35.432 25.71 35.041 25.69 34.65 Z M 39.65 41.32 C 38.443 41.338 37.246 41.11 36.13 40.65 C 34.112 39.832 32.52 38.219 31.73 36.19 C 31.33 35.178 31.126 34.099 31.13 33.01 C 31.12 31.896 31.32 30.79 31.72 29.75 C 32.491 27.693 34.086 26.051 36.12 25.22 C 37.252 24.754 38.466 24.523 39.69 24.54 C 40.901 24.522 42.102 24.753 43.22 25.22 C 46.64 26.71 48.22 30.03 48.1 33.63 C 48.096 33.835 48.073 34.039 48.03 34.24 L 35.51 34.24 C 35.562 34.83 35.722 35.407 35.98 35.94 C 36.45 36.892 37.265 37.629 38.26 38 C 38.755 38.188 39.281 38.283 39.81 38.28 C 40.625 38.281 41.427 38.075 42.14 37.68 C 42.811 37.342 43.342 36.78 43.64 36.09 L 47.19 37.09 C 46.552 38.349 45.558 39.393 44.33 40.09 C 42.915 40.927 41.294 41.353 39.65 41.32 Z M 43.86 31.56 C 43.805 30.449 43.321 29.402 42.51 28.64 C 41.727 27.91 40.69 27.515 39.62 27.54 C 39.086 27.539 38.557 27.637 38.06 27.83 C 37.587 28.023 37.153 28.301 36.78 28.65 C 36.401 29.013 36.092 29.444 35.87 29.92 C 35.624 30.434 35.482 30.991 35.45 31.56 Z M 34.21 19.76 L 45 19.76 L 45 22.44 L 34.21 22.44 Z\" fill=\"var(--token-49b4dc4a-5218-467c-909b-2f17e9ffefab, rgb(19, 33, 40)) /* {&quot;name&quot;:&quot;Green Knight&quot;} */\"></path></svg>',svgContentId:12486142920}},baseVariant,gestureVariant)})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-AEJLz.framer-1m2iqxx, .framer-AEJLz .framer-1m2iqxx { display: block; }\",\".framer-AEJLz.framer-11ej33g { cursor: pointer; height: 60px; overflow: hidden; position: relative; width: 60px; }\",\".framer-AEJLz .framer-mpfogs { flex: none; height: 60px; left: -3px; position: absolute; top: -3px; width: 60px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 60\n * @framerIntrinsicWidth 60\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"jDNSRjVGe\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerPhoNhnyvS=withCSS(Component,css,\"framer-AEJLz\");export default FramerPhoNhnyvS;FramerPhoNhnyvS.displayName=\"SocialIcon - Behance\";FramerPhoNhnyvS.defaultProps={height:60,width:60};addFonts(FramerPhoNhnyvS,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerPhoNhnyvS\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"60\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"60\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"jDNSRjVGe\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./PhoNhnyvS.map", "// Generated by Framer (d5ca742)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,cx,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const enabledGestures={kKM2xOLvn:{hover:true}};const serializationHash=\"framer-qjkbN\";const variantClassNames={kKM2xOLvn:\"framer-v-abonk7\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0: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!==null&&value!==void 0?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 getProps=({height,id,width,...props})=>{return{...props};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"kKM2xOLvn\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?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(serializationHash,...sharedStyleClassNames,\"framer-abonk7\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"kKM2xOLvn\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({\"kKM2xOLvn-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1i983ew\",\"data-framer-name\":\"$02_SocialIcon_Linkedin\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"HQSGxVcPE\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 60 60\"><path d=\"M 5 5 L 55 5 L 55 55 L 5 55 Z\" fill=\"transparent\" stroke-width=\"2.78\" stroke=\"rgb(176,214,206)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 16.74 24.56 L 22.43 24.56 L 22.43 42.84 L 16.74 42.84 Z M 19.59 15.48 C 20.926 15.48 22.13 16.285 22.64 17.519 C 23.15 18.754 22.866 20.174 21.92 21.117 C 20.974 22.06 19.553 22.34 18.32 21.826 C 17.087 21.312 16.286 20.106 16.29 18.77 C 16.29 17.896 16.638 17.057 17.257 16.44 C 17.876 15.823 18.716 15.477 19.59 15.48 M 26 24.56 L 31.45 24.56 L 31.45 27.06 L 31.53 27.06 C 32.647 25.165 34.711 24.033 36.91 24.11 C 42.66 24.11 43.72 27.89 43.72 32.82 L 43.72 42.82 L 38 42.82 L 38 34 C 38 31.88 38 29.16 35 29.16 C 32 29.16 31.59 31.47 31.59 33.85 L 31.59 42.85 L 26 42.85 Z\" fill=\"rgb(176,214,206)\"></path></svg>',svgContentId:9936838767,withExternalLayout:true,...addPropertyOverrides({\"kKM2xOLvn-hover\":{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 60 60\"><path d=\"M 5 5 L 55 5 L 55 55 L 5 55 Z\" fill=\"rgb(176, 214, 206)\" stroke-width=\"2.78\" stroke=\"rgb(176,214,206)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 16.74 24.56 L 22.43 24.56 L 22.43 42.84 L 16.74 42.84 Z M 19.59 15.48 C 20.926 15.48 22.13 16.285 22.64 17.519 C 23.15 18.754 22.866 20.174 21.92 21.117 C 20.974 22.06 19.553 22.34 18.32 21.826 C 17.087 21.312 16.286 20.106 16.29 18.77 C 16.29 17.896 16.638 17.057 17.257 16.44 C 17.876 15.823 18.716 15.477 19.59 15.48 M 26 24.56 L 31.45 24.56 L 31.45 27.06 L 31.53 27.06 C 32.647 25.165 34.711 24.033 36.91 24.11 C 42.66 24.11 43.72 27.89 43.72 32.82 L 43.72 42.82 L 38 42.82 L 38 34 C 38 31.88 38 29.16 35 29.16 C 32 29.16 31.59 31.47 31.59 33.85 L 31.59 42.85 L 26 42.85 Z\" fill=\"var(--token-49b4dc4a-5218-467c-909b-2f17e9ffefab, rgb(19, 33, 40)) /* {&quot;name&quot;:&quot;Green Knight&quot;} */\"></path></svg>',svgContentId:10537173169}},baseVariant,gestureVariant)})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-qjkbN.framer-xp3ipo, .framer-qjkbN .framer-xp3ipo { display: block; }\",\".framer-qjkbN.framer-abonk7 { cursor: pointer; height: 60px; overflow: hidden; position: relative; width: 60px; }\",\".framer-qjkbN .framer-1i983ew { flex: none; height: 60px; left: -3px; position: absolute; top: -3px; width: 60px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 60\n * @framerIntrinsicWidth 60\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"IVecNLXAV\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerRd3BtpUdg=withCSS(Component,css,\"framer-qjkbN\");export default FramerRd3BtpUdg;FramerRd3BtpUdg.displayName=\"SocialIcon - Linkedin\";FramerRd3BtpUdg.defaultProps={height:60,width:60};addFonts(FramerRd3BtpUdg,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerRd3BtpUdg\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"60\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"60\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"IVecNLXAV\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Rd3BtpUdg.map", "// Generated by Framer (d5ca742)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const enabledGestures={dtcvu5dPB:{hover:true},ZzoT6lobH:{hover:true}};const cycleOrder=[\"dtcvu5dPB\",\"ZzoT6lobH\"];const serializationHash=\"framer-qayor\";const variantClassNames={dtcvu5dPB:\"framer-v-15zt3c2\",ZzoT6lobH:\"framer-v-cpv9kt\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={duration:0,type:\"tween\"};const transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?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={\"Variant 1\":\"dtcvu5dPB\",\"Variant 2\":\"ZzoT6lobH\"};const getProps=({click,height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,tO2IIpGE8:click!==null&&click!==void 0?click:props.tO2IIpGE8,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"dtcvu5dPB\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,tO2IIpGE8,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"dtcvu5dPB\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap40c5pc=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(tO2IIpGE8){const res=await tO2IIpGE8(...args);if(res===false)return false;}});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?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(serializationHash,...sharedStyleClassNames,\"framer-15zt3c2\",className,classNames),\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"dtcvu5dPB\",onTap:onTap40c5pc,ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({\"dtcvu5dPB-hover\":{\"data-framer-name\":undefined},\"ZzoT6lobH-hover\":{\"data-framer-name\":undefined},ZzoT6lobH:{\"data-framer-name\":\"Variant 2\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy04MDBpdGFsaWM=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"800\",\"--framer-letter-spacing\":\"0.05em\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(176, 214, 206))\"},children:\"Get our \"}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy04MDBpdGFsaWM=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"800\",\"--framer-letter-spacing\":\"0.05em\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"var(--extracted-2gxw0f, rgb(176, 214, 206))\"},children:\"newsletter\"})]}),className:\"framer-5hznef\",fonts:[\"GF;Poppins-800italic\"],layoutDependency:layoutDependency,layoutId:\"Lcyffym_o\",style:{\"--extracted-2gxw0f\":\"rgb(176, 214, 206)\",\"--extracted-r6o4lv\":\"rgb(176, 214, 206)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},transformTemplate:transformTemplate1,variants:{\"dtcvu5dPB-hover\":{\"--extracted-2gxw0f\":\"var(--token-802aeab2-6976-4947-af89-724c8e2d53d0, rgb(147, 123, 203))\",\"--extracted-r6o4lv\":\"var(--token-802aeab2-6976-4947-af89-724c8e2d53d0, rgb(147, 123, 203))\"},\"ZzoT6lobH-hover\":{\"--extracted-2gxw0f\":\"var(--token-802aeab2-6976-4947-af89-724c8e2d53d0, rgb(147, 123, 203))\",\"--extracted-r6o4lv\":\"var(--token-802aeab2-6976-4947-af89-724c8e2d53d0, rgb(147, 123, 203))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"dtcvu5dPB-hover\":{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy04MDBpdGFsaWM=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"800\",\"--framer-letter-spacing\":\"0.05em\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-802aeab2-6976-4947-af89-724c8e2d53d0, rgb(147, 123, 203)))\"},children:\"Get our \"}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy04MDBpdGFsaWM=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"800\",\"--framer-letter-spacing\":\"0.05em\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"var(--extracted-2gxw0f, var(--token-802aeab2-6976-4947-af89-724c8e2d53d0, rgb(147, 123, 203)))\"},children:\"newsletter\"})]})},\"ZzoT6lobH-hover\":{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy04MDBpdGFsaWM=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"800\",\"--framer-letter-spacing\":\"0.05em\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-802aeab2-6976-4947-af89-724c8e2d53d0, rgb(147, 123, 203)))\"},children:\"Get our \"}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy04MDBpdGFsaWM=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"800\",\"--framer-letter-spacing\":\"0.05em\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"var(--extracted-2gxw0f, var(--token-802aeab2-6976-4947-af89-724c8e2d53d0, rgb(147, 123, 203)))\"},children:\"newsletter\"})]}),transformTemplate:undefined},ZzoT6lobH:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy04MDBpdGFsaWM=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"800\",\"--framer-letter-spacing\":\"0.05em\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(176, 214, 206))\"},children:\"Get our \"}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy04MDBpdGFsaWM=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"800\",\"--framer-letter-spacing\":\"0.05em\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"var(--extracted-2gxw0f, rgb(176, 214, 206))\"},children:\"newsletter\"})]}),transformTemplate:undefined}},baseVariant,gestureVariant)})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-qayor.framer-1ewnxjy, .framer-qayor .framer-1ewnxjy { display: block; }\",\".framer-qayor.framer-15zt3c2 { cursor: pointer; height: 72px; overflow: visible; position: relative; width: 185px; }\",\".framer-qayor .framer-5hznef { -webkit-user-select: none; flex: none; height: auto; left: 50%; position: absolute; top: 50%; user-select: none; white-space: pre; width: auto; }\",\".framer-qayor.framer-v-cpv9kt.framer-15zt3c2 { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; padding: 0px; width: min-content; }\",\".framer-qayor.framer-v-cpv9kt .framer-5hznef { left: unset; position: relative; top: unset; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-qayor.framer-v-cpv9kt.framer-15zt3c2 { gap: 0px; } .framer-qayor.framer-v-cpv9kt.framer-15zt3c2 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-qayor.framer-v-cpv9kt.framer-15zt3c2 > :first-child { margin-left: 0px; } .framer-qayor.framer-v-cpv9kt.framer-15zt3c2 > :last-child { margin-right: 0px; } }\",\".framer-qayor.framer-v-cpv9kt.hover .framer-5hznef { left: unset; top: unset; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 72\n * @framerIntrinsicWidth 185\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"ZzoT6lobH\":{\"layout\":[\"auto\",\"auto\"]},\"oDlne52iP\":{\"layout\":[\"fixed\",\"fixed\"]},\"QuS4C_18i\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"tO2IIpGE8\":\"click\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerwbrsETUbh=withCSS(Component,css,\"framer-qayor\");export default FramerwbrsETUbh;FramerwbrsETUbh.displayName=\"Nav - Newsletter\";FramerwbrsETUbh.defaultProps={height:72,width:185};addPropertyControls(FramerwbrsETUbh,{variant:{options:[\"dtcvu5dPB\",\"ZzoT6lobH\"],optionTitles:[\"Variant 1\",\"Variant 2\"],title:\"Variant\",type:ControlType.Enum},tO2IIpGE8:{title:\"Click\",type:ControlType.EventHandler}});addFonts(FramerwbrsETUbh,[{explicitInter:true,fonts:[{family:\"Poppins\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/poppins/v22/pxiDyp8kv8JHgFVrJJLm111lFd2PQEhcqw.woff2\",weight:\"800\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerwbrsETUbh\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"185\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"72\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"ZzoT6lobH\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"oDlne52iP\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"QuS4C_18i\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerVariables\":\"{\\\"tO2IIpGE8\\\":\\\"click\\\"}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./wbrsETUbh.map", "// Generated by Framer (5bbf1f3)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getLoadingLazyAtYPosition,Image,Link,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import NavSayHello from\"https://framerusercontent.com/modules/JHfboL8gJUXudvLhGHza/FSK6sa3YMCELz5FHVKkE/aismFAoOg.js\";import SocialIconVimeo from\"https://framerusercontent.com/modules/wOD3ppTJFTTFic5qhjVx/fd5zaYQ4gxzrhvUh24Ui/lvp4xgB9A.js\";import SocialIconInstagram from\"https://framerusercontent.com/modules/8VHbwZn2MR5TBjaAFMdQ/cpGz08nMDVHh7gF5t9K9/lz5zISwVS.js\";import SocialIconBehance from\"https://framerusercontent.com/modules/tnSZSfjMt8NhvedbAeJR/W6I5jCOwxzPjQwXUu72q/PhoNhnyvS.js\";import SocialIconLinkedin from\"https://framerusercontent.com/modules/W6hZRkaqgAIjn4v1pX3z/Fdwae77YbsQW5qtxiFSV/Rd3BtpUdg.js\";import NavNewsletter from\"https://framerusercontent.com/modules/hfPkN93To3La5OpxQKeC/NRwKYZGP7dcuCM60ErAd/wbrsETUbh.js\";const NavSayHelloFonts=getFonts(NavSayHello);const NavNewsletterFonts=getFonts(NavNewsletter);const SocialIconVimeoFonts=getFonts(SocialIconVimeo);const SocialIconInstagramFonts=getFonts(SocialIconInstagram);const SocialIconLinkedinFonts=getFonts(SocialIconLinkedin);const SocialIconBehanceFonts=getFonts(SocialIconBehance);const cycleOrder=[\"cH5zvEetk\",\"skRRnzCW_\",\"flI97oTh_\"];const serializationHash=\"framer-o9jVy\";const variantClassNames={cH5zvEetk:\"framer-v-9pqzod\",flI97oTh_:\"framer-v-1vzlba7\",skRRnzCW_:\"framer-v-pg75az\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0: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!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const humanReadableVariantMap={Desktop:\"cH5zvEetk\",Phone:\"flI97oTh_\",Tablet:\"skRRnzCW_\"};const getProps=({click,height,id,link,openContact,openNewsletter,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,DsLyAkKmr:openContact!==null&&openContact!==void 0?openContact:props.DsLyAkKmr,h6_Xz3J6D:link!==null&&link!==void 0?link:props.h6_Xz3J6D,olP47kGTY:click!==null&&click!==void 0?click:props.olP47kGTY,uwqJ4gvq8:openNewsletter!==null&&openNewsletter!==void 0?openNewsletter:props.uwqJ4gvq8,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"cH5zvEetk\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Variants=motion.create(React.Fragment);const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,h6_Xz3J6D,DsLyAkKmr,uwqJ4gvq8,olP47kGTY,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"cH5zvEetk\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1tbrgyu=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(olP47kGTY){const res=await olP47kGTY(...args);if(res===false)return false;}});const onTapfdn8yd=activeVariantCallback(async(...args)=>{if(DsLyAkKmr){const res=await DsLyAkKmr(...args);if(res===false)return false;}});const onTap9vxrjm=activeVariantCallback(async(...args)=>{if(uwqJ4gvq8){const res=await uwqJ4gvq8(...args);if(res===false)return false;}});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"flI97oTh_\")return false;return true;};const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-9pqzod\",className,classNames),\"data-framer-name\":\"Desktop\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"cH5zvEetk\",onTap:onTap1tbrgyu,ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"var(--token-49b4dc4a-5218-467c-909b-2f17e9ffefab, rgb(19, 33, 40))\",...style},...addPropertyOverrides({flI97oTh_:{\"data-framer-name\":\"Phone\"},skRRnzCW_:{\"data-framer-name\":\"Tablet\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:400,intrinsicWidth:1110,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||400)*.5000000000000002-200)),pixelHeight:400,pixelWidth:1110,sizes:\"1110px\",src:\"https://framerusercontent.com/images/tuaKRmyVueHWyOOWjgwMbtjeE.jpg\",srcSet:\"https://framerusercontent.com/images/tuaKRmyVueHWyOOWjgwMbtjeE.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/tuaKRmyVueHWyOOWjgwMbtjeE.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/tuaKRmyVueHWyOOWjgwMbtjeE.jpg 1110w\"},className:\"framer-svuk4c\",\"data-framer-name\":\"00-CoAFooterLettering\",layoutDependency:layoutDependency,layoutId:\"jvvUACuY_\",...addPropertyOverrides({skRRnzCW_:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:400,intrinsicWidth:1110,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||320)*.5000000000000002-160)),pixelHeight:400,pixelWidth:1110,sizes:\"888px\",src:\"https://framerusercontent.com/images/tuaKRmyVueHWyOOWjgwMbtjeE.jpg\",srcSet:\"https://framerusercontent.com/images/tuaKRmyVueHWyOOWjgwMbtjeE.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/tuaKRmyVueHWyOOWjgwMbtjeE.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/tuaKRmyVueHWyOOWjgwMbtjeE.jpg 1110w\"},transformTemplate:transformTemplate1}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1u5690h\",layoutDependency:layoutDependency,layoutId:\"chR208roy\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1w2hl21\",layoutDependency:layoutDependency,layoutId:\"pUFGJYsUh\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-pvyia3\",layoutDependency:layoutDependency,layoutId:\"ip7r2jmjr\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-3cx8rm\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"zNIrbkz6E\",onTap:onTapfdn8yd,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:72,width:\"84px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(65+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||400)-130-270)/2)+0+.09999999999999432+0+0+0+0,...addPropertyOverrides({flI97oTh_:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(10+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||290)-20-270)/2)+0+26.189999999999998+0+0+0+0},skRRnzCW_:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(25+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||320)-50-270)/2)+0+26.189999999999998+0+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1smafx9-container\",layoutDependency:layoutDependency,layoutId:\"G0B2BMnBe-container\",children:/*#__PURE__*/_jsx(NavSayHello,{height:\"100%\",id:\"G0B2BMnBe\",layoutId:\"G0B2BMnBe\",style:{height:\"100%\",width:\"100%\"},variant:\"c3nBlbtv4\",width:\"100%\",...addPropertyOverrides({flI97oTh_:{style:{width:\"100%\"},variant:\"k29qki9A3\"},skRRnzCW_:{style:{width:\"100%\"},variant:\"k29qki9A3\"}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(Link,{href:h6_Xz3J6D,nodeId:\"kb0oZapJV\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-18iqy1h framer-2b3y1d\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"kb0oZapJV\",onTap:onTap9vxrjm,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:72,width:\"185px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(65+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||400)-130-270)/2)+0+.09999999999999432+0+0+0+0,...addPropertyOverrides({flI97oTh_:{width:undefined,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(10+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||290)-20-270)/2)+0+26.189999999999998+0+0+0+0},skRRnzCW_:{width:undefined,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(25+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||320)-50-270)/2)+0+26.189999999999998+0+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-a93sot-container\",layoutDependency:layoutDependency,layoutId:\"qr2SoTpr1-container\",children:/*#__PURE__*/_jsx(NavNewsletter,{height:\"100%\",id:\"qr2SoTpr1\",layoutId:\"qr2SoTpr1\",style:{height:\"100%\",width:\"100%\"},variant:\"dtcvu5dPB\",width:\"100%\",...addPropertyOverrides({flI97oTh_:{variant:\"ZzoT6lobH\"},skRRnzCW_:{variant:\"ZzoT6lobH\"}},baseVariant,gestureVariant)})})})})})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1dnwhk6\",layoutDependency:layoutDependency,layoutId:\"jev_Dcr3U\",style:{backgroundColor:\"var(--token-802aeab2-6976-4947-af89-724c8e2d53d0, rgb(147, 123, 203))\"}})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-qo1wiz\",layoutDependency:layoutDependency,layoutId:\"ZnD9uiF0Z\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-3vt0yw\",layoutDependency:layoutDependency,layoutId:\"hQvoGbHfu\",children:[/*#__PURE__*/_jsx(Link,{href:\"https://vimeo.com/coatofarms\",nodeId:\"aMu2vFre5\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-14ih2yf framer-2b3y1d\",\"data-framer-name\":\"Vimeo\",layoutDependency:layoutDependency,layoutId:\"aMu2vFre5\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:60,width:\"60px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(65+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||400)-130-270)/2)+0+140.1+0+0+30+0,...addPropertyOverrides({flI97oTh_:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(10+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||290)-20-270)/2)+0+124.19+0+0+24+0},skRRnzCW_:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(25+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||320)-50-270)/2)+0+124.19+0+0+24+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-88nkax-container\",layoutDependency:layoutDependency,layoutId:\"SIWnAJXgh-container\",children:/*#__PURE__*/_jsx(SocialIconVimeo,{height:\"100%\",id:\"SIWnAJXgh\",layoutId:\"SIWnAJXgh\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.instagram.com/coatofarmstv/\",nodeId:\"fwtLG13L3\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-mt2jao framer-2b3y1d\",\"data-framer-name\":\"Instagram\",layoutDependency:layoutDependency,layoutId:\"fwtLG13L3\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:60,width:\"60px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(65+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||400)-130-270)/2)+0+140.1+0+0+30+0,...addPropertyOverrides({flI97oTh_:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(10+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||290)-20-270)/2)+0+124.19+0+0+24+0},skRRnzCW_:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(25+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||320)-50-270)/2)+0+124.19+0+0+24+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-5qmblg-container\",layoutDependency:layoutDependency,layoutId:\"lbU0ElDiy-container\",children:/*#__PURE__*/_jsx(SocialIconInstagram,{height:\"100%\",id:\"lbU0ElDiy\",layoutId:\"lbU0ElDiy\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.linkedin.com/company/coatofarms\",nodeId:\"hXeVXAFnG\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-5zmyp1 framer-2b3y1d\",\"data-framer-name\":\"Linkedin\",layoutDependency:layoutDependency,layoutId:\"hXeVXAFnG\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:60,width:\"60px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(65+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||400)-130-270)/2)+0+140.1+0+0+30+0,...addPropertyOverrides({flI97oTh_:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(10+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||290)-20-270)/2)+0+124.19+0+0+24+0},skRRnzCW_:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(25+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||320)-50-270)/2)+0+124.19+0+0+24+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1jmf1rm-container\",layoutDependency:layoutDependency,layoutId:\"eyow71OGR-container\",children:/*#__PURE__*/_jsx(SocialIconLinkedin,{height:\"100%\",id:\"eyow71OGR\",layoutId:\"eyow71OGR\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.behance.net/coatofarms\",nodeId:\"KGa5na3CZ\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-xj33a framer-2b3y1d\",\"data-framer-name\":\"Behance\",layoutDependency:layoutDependency,layoutId:\"KGa5na3CZ\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:60,width:\"60px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(65+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||400)-130-270)/2)+0+140.1+0+0+30+0,...addPropertyOverrides({flI97oTh_:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(10+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||290)-20-270)/2)+0+124.19+0+0+24+0},skRRnzCW_:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(25+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||320)-50-270)/2)+0+124.19+0+0+24+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-r0edw6-container\",layoutDependency:layoutDependency,layoutId:\"B52zakh63-container\",children:/*#__PURE__*/_jsx(SocialIconBehance,{height:\"100%\",id:\"B52zakh63\",layoutId:\"B52zakh63\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy1yZWd1bGFy\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"0.01em\",\"--framer-line-height\":\"1.1em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-b06a0c51-32fc-4131-ae07-ec7864f2956d, rgba(176, 214, 206, 0.76)))\"},children:\"\\xa9 2025 Coat of Arms. All rights reserved.\"})}),className:\"framer-43xhhk\",\"data-framer-name\":\"Paragraph\",fonts:[\"GF;Poppins-regular\"],layoutDependency:layoutDependency,layoutId:\"M5UypI_sk\",style:{\"--extracted-r6o4lv\":\"var(--token-b06a0c51-32fc-4131-ae07-ec7864f2956d, rgba(176, 214, 206, 0.76))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({flI97oTh_:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy1yZWd1bGFy\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"14.2px\",\"--framer-letter-spacing\":\"0.01em\",\"--framer-line-height\":\"1.1em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-b06a0c51-32fc-4131-ae07-ec7864f2956d, rgba(176, 214, 206, 0.76)))\"},children:\"\\xa9 2025 Coat of Arms. All rights reserved.\"})})},skRRnzCW_:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy1yZWd1bGFy\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"14.2px\",\"--framer-letter-spacing\":\"0.01em\",\"--framer-line-height\":\"1.1em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-b06a0c51-32fc-4131-ae07-ec7864f2956d, rgba(176, 214, 206, 0.76)))\"},children:\"\\xa9 2025 Coat of Arms. All rights reserved.\"})})}},baseVariant,gestureVariant)})]})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-o9jVy.framer-2b3y1d, .framer-o9jVy .framer-2b3y1d { display: block; }\",\".framer-o9jVy.framer-9pqzod { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-end; overflow: hidden; padding: 65px 120px 65px 0px; position: relative; width: min-content; }\",\".framer-o9jVy .framer-svuk4c { flex: none; height: 400px; left: 0px; overflow: visible; position: absolute; top: calc(50.00000000000002% - 400px / 2); width: 1110px; z-index: 1; }\",\".framer-o9jVy .framer-1u5690h { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: 270px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; z-index: 1; }\",\".framer-o9jVy .framer-1w2hl21 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-o9jVy .framer-pvyia3 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 90px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-o9jVy .framer-3cx8rm { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 72px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-o9jVy .framer-1smafx9-container { flex: none; height: 72px; position: relative; width: 84px; }\",\".framer-o9jVy .framer-18iqy1h { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 72px; justify-content: center; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-o9jVy .framer-a93sot-container { flex: none; height: 72px; position: relative; width: 185px; }\",\".framer-o9jVy .framer-1dnwhk6 { flex: none; height: 8px; overflow: visible; position: relative; width: 150px; }\",\".framer-o9jVy .framer-qo1wiz { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-o9jVy .framer-3vt0yw { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 30px 0px 0px 0px; position: relative; width: 342px; }\",\".framer-o9jVy .framer-14ih2yf, .framer-o9jVy .framer-mt2jao, .framer-o9jVy .framer-5zmyp1, .framer-o9jVy .framer-xj33a { flex: none; height: 60px; overflow: visible; position: relative; text-decoration: none; width: 60px; }\",\".framer-o9jVy .framer-88nkax-container, .framer-o9jVy .framer-5qmblg-container, .framer-o9jVy .framer-1jmf1rm-container, .framer-o9jVy .framer-r0edw6-container { bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-o9jVy .framer-43xhhk { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-o9jVy.framer-9pqzod, .framer-o9jVy .framer-1u5690h, .framer-o9jVy .framer-1w2hl21, .framer-o9jVy .framer-pvyia3, .framer-o9jVy .framer-3cx8rm, .framer-o9jVy .framer-18iqy1h, .framer-o9jVy .framer-qo1wiz, .framer-o9jVy .framer-3vt0yw { gap: 0px; } .framer-o9jVy.framer-9pqzod > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-o9jVy.framer-9pqzod > :first-child, .framer-o9jVy .framer-pvyia3 > :first-child, .framer-o9jVy .framer-3cx8rm > :first-child, .framer-o9jVy .framer-18iqy1h > :first-child, .framer-o9jVy .framer-3vt0yw > :first-child { margin-left: 0px; } .framer-o9jVy.framer-9pqzod > :last-child, .framer-o9jVy .framer-pvyia3 > :last-child, .framer-o9jVy .framer-3cx8rm > :last-child, .framer-o9jVy .framer-18iqy1h > :last-child, .framer-o9jVy .framer-3vt0yw > :last-child { margin-right: 0px; } .framer-o9jVy .framer-1u5690h > *, .framer-o9jVy .framer-qo1wiz > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-o9jVy .framer-1u5690h > :first-child, .framer-o9jVy .framer-1w2hl21 > :first-child, .framer-o9jVy .framer-qo1wiz > :first-child { margin-top: 0px; } .framer-o9jVy .framer-1u5690h > :last-child, .framer-o9jVy .framer-1w2hl21 > :last-child, .framer-o9jVy .framer-qo1wiz > :last-child { margin-bottom: 0px; } .framer-o9jVy .framer-1w2hl21 > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-o9jVy .framer-pvyia3 > * { margin: 0px; margin-left: calc(90px / 2); margin-right: calc(90px / 2); } .framer-o9jVy .framer-3cx8rm > *, .framer-o9jVy .framer-18iqy1h > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-o9jVy .framer-3vt0yw > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } }\",\".framer-o9jVy.framer-v-pg75az.framer-9pqzod { padding: 25px 90px 25px 0px; }\",\".framer-o9jVy.framer-v-pg75az .framer-svuk4c { aspect-ratio: 2.775 / 1; height: var(--framer-aspect-ratio-supported, 320px); top: 50%; width: 888px; }\",\".framer-o9jVy.framer-v-pg75az .framer-1u5690h, .framer-o9jVy.framer-v-1vzlba7 .framer-1u5690h { gap: 0px; }\",\".framer-o9jVy.framer-v-pg75az .framer-1w2hl21, .framer-o9jVy.framer-v-1vzlba7 .framer-1w2hl21 { gap: 20px; }\",\".framer-o9jVy.framer-v-pg75az .framer-pvyia3, .framer-o9jVy.framer-v-1vzlba7 .framer-pvyia3 { gap: 60px; }\",\".framer-o9jVy.framer-v-pg75az .framer-3cx8rm, .framer-o9jVy.framer-v-pg75az .framer-18iqy1h, .framer-o9jVy.framer-v-1vzlba7 .framer-3cx8rm, .framer-o9jVy.framer-v-1vzlba7 .framer-18iqy1h { height: min-content; }\",\".framer-o9jVy.framer-v-pg75az .framer-1smafx9-container, .framer-o9jVy.framer-v-1vzlba7 .framer-1smafx9-container { height: auto; }\",\".framer-o9jVy.framer-v-pg75az .framer-a93sot-container, .framer-o9jVy.framer-v-1vzlba7 .framer-a93sot-container { height: auto; width: auto; }\",\".framer-o9jVy.framer-v-pg75az .framer-1dnwhk6, .framer-o9jVy.framer-v-1vzlba7 .framer-1dnwhk6 { height: 6px; width: 120px; }\",\".framer-o9jVy.framer-v-pg75az .framer-3vt0yw, .framer-o9jVy.framer-v-1vzlba7 .framer-3vt0yw { padding: 24px 0px 0px 0px; width: min-content; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-o9jVy.framer-v-pg75az .framer-1u5690h, .framer-o9jVy.framer-v-pg75az .framer-1w2hl21, .framer-o9jVy.framer-v-pg75az .framer-pvyia3 { gap: 0px; } .framer-o9jVy.framer-v-pg75az .framer-1u5690h > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-o9jVy.framer-v-pg75az .framer-1u5690h > :first-child, .framer-o9jVy.framer-v-pg75az .framer-1w2hl21 > :first-child { margin-top: 0px; } .framer-o9jVy.framer-v-pg75az .framer-1u5690h > :last-child, .framer-o9jVy.framer-v-pg75az .framer-1w2hl21 > :last-child { margin-bottom: 0px; } .framer-o9jVy.framer-v-pg75az .framer-1w2hl21 > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-o9jVy.framer-v-pg75az .framer-pvyia3 > * { margin: 0px; margin-left: calc(60px / 2); margin-right: calc(60px / 2); } .framer-o9jVy.framer-v-pg75az .framer-pvyia3 > :first-child { margin-left: 0px; } .framer-o9jVy.framer-v-pg75az .framer-pvyia3 > :last-child { margin-right: 0px; } }\",\".framer-o9jVy.framer-v-1vzlba7.framer-9pqzod { justify-content: center; padding: 10px 0px 10px 0px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-o9jVy.framer-v-1vzlba7 .framer-1u5690h, .framer-o9jVy.framer-v-1vzlba7 .framer-1w2hl21, .framer-o9jVy.framer-v-1vzlba7 .framer-pvyia3 { gap: 0px; } .framer-o9jVy.framer-v-1vzlba7 .framer-1u5690h > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-o9jVy.framer-v-1vzlba7 .framer-1u5690h > :first-child, .framer-o9jVy.framer-v-1vzlba7 .framer-1w2hl21 > :first-child { margin-top: 0px; } .framer-o9jVy.framer-v-1vzlba7 .framer-1u5690h > :last-child, .framer-o9jVy.framer-v-1vzlba7 .framer-1w2hl21 > :last-child { margin-bottom: 0px; } .framer-o9jVy.framer-v-1vzlba7 .framer-1w2hl21 > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-o9jVy.framer-v-1vzlba7 .framer-pvyia3 > * { margin: 0px; margin-left: calc(60px / 2); margin-right: calc(60px / 2); } .framer-o9jVy.framer-v-1vzlba7 .framer-pvyia3 > :first-child { margin-left: 0px; } .framer-o9jVy.framer-v-1vzlba7 .framer-pvyia3 > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 400\n * @framerIntrinsicWidth 484.967\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"skRRnzCW_\":{\"layout\":[\"auto\",\"auto\"]},\"flI97oTh_\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"h6_Xz3J6D\":\"link\",\"DsLyAkKmr\":\"openContact\",\"uwqJ4gvq8\":\"openNewsletter\",\"olP47kGTY\":\"click\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerKbHMz_72n=withCSS(Component,css,\"framer-o9jVy\");export default FramerKbHMz_72n;FramerKbHMz_72n.displayName=\"_Footer Fred Copy\";FramerKbHMz_72n.defaultProps={height:400,width:484.967};addPropertyControls(FramerKbHMz_72n,{variant:{options:[\"cH5zvEetk\",\"skRRnzCW_\",\"flI97oTh_\"],optionTitles:[\"Desktop\",\"Tablet\",\"Phone\"],title:\"Variant\",type:ControlType.Enum},h6_Xz3J6D:{title:\"Link\",type:ControlType.Link},DsLyAkKmr:{title:\"Open Contact\",type:ControlType.EventHandler},uwqJ4gvq8:{title:\"Open Newsletter\",type:ControlType.EventHandler},olP47kGTY:{title:\"Click\",type:ControlType.EventHandler}});addFonts(FramerKbHMz_72n,[{explicitInter:true,fonts:[{family:\"Poppins\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/poppins/v22/pxiEyp8kv8JHgFVrFJXUc1NECPY.woff2\",weight:\"400\"}]},...NavSayHelloFonts,...NavNewsletterFonts,...SocialIconVimeoFonts,...SocialIconInstagramFonts,...SocialIconLinkedinFonts,...SocialIconBehanceFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerKbHMz_72n\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"484.967\",\"framerIntrinsicHeight\":\"400\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"skRRnzCW_\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"flI97oTh_\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"h6_Xz3J6D\\\":\\\"link\\\",\\\"DsLyAkKmr\\\":\\\"openContact\\\",\\\"uwqJ4gvq8\\\":\\\"openNewsletter\\\",\\\"olP47kGTY\\\":\\\"click\\\"}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./KbHMz_72n.map", "// Generated by Framer (d5ca742)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const enabledGestures={KLXQ5hc1q:{hover:true},XL6FrDiWo:{hover:true},ZOJulcFcU:{hover:true}};const cycleOrder=[\"ZOJulcFcU\",\"KLXQ5hc1q\",\"XL6FrDiWo\"];const serializationHash=\"framer-SHxhC\";const variantClassNames={KLXQ5hc1q:\"framer-v-1xgr3k4\",XL6FrDiWo:\"framer-v-m4kdh1\",ZOJulcFcU:\"framer-v-11p2gps\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0: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!==null&&value!==void 0?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={\"Variant 1\":\"ZOJulcFcU\",\"Variant 2\":\"KLXQ5hc1q\",\"Variant 3\":\"XL6FrDiWo\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"ZOJulcFcU\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"ZOJulcFcU\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?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(serializationHash,...sharedStyleClassNames,\"framer-11p2gps\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"ZOJulcFcU\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({\"KLXQ5hc1q-hover\":{\"data-framer-name\":undefined},\"XL6FrDiWo-hover\":{\"data-framer-name\":undefined},\"ZOJulcFcU-hover\":{\"data-framer-name\":undefined},KLXQ5hc1q:{\"data-framer-name\":\"Variant 2\"},XL6FrDiWo:{\"data-framer-name\":\"Variant 3\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SVG,{className:\"framer-e51uhi\",\"data-framer-name\":\"$00_CoASymbol\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"i959XRO7b\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 54 58\"><g transform=\"translate(5.178 5.139)\" id=\"ss11489742171_1\"><path d=\"M 22.192 0 C 12.107 0 0 3.102 0 3.102 L 0 18.346 C 0.003 26.857 3.579 34.977 9.86 40.737 L 14.788 29.709 C 15.163 29.808 15.55 29.858 15.938 29.86 C 16.101 29.859 16.264 29.849 16.426 29.83 C 18.668 29.568 22.367 27.302 22.694 15.37 C 23.46 15.104 23.959 14.368 23.922 13.56 C 23.885 12.752 23.32 12.064 22.533 11.869 L 21.86 4.853 C 32.427 6.165 36.59 13.405 39.198 35.31 C 42.579 30.296 44.384 24.389 44.384 18.346 L 44.384 3.102 C 44.384 3.102 32.276 0 22.192 0 Z M 17.493 7.78 L 17.493 3.404 C 18.931 4.751 20.09 6.367 20.905 8.159 L 21.285 11.981 C 21.092 12.072 20.917 12.197 20.769 12.35 L 15.807 10.119 C 16.731 9.691 17.676 9.311 18.639 8.981 C 18.196 8.653 17.809 8.255 17.493 7.804 Z M 7.34 17.806 C 8.993 16.245 12.444 13.104 12.444 13.104 L 12.585 11.806 C 12.585 11.806 13.243 11.392 14.33 10.833 L 20.267 13.517 C 20.264 13.561 20.264 13.605 20.267 13.649 C 20.266 13.837 20.295 14.024 20.354 14.203 L 10.119 21.983 C 10.021 21.953 9.919 21.938 9.816 21.939 L 7.111 18.049 Z M 4.723 22.639 C 4.758 21.948 4.879 21.263 5.084 20.602 C 5.323 19.966 5.701 19.391 6.19 18.919 L 8.778 22.654 C 8.733 22.777 8.71 22.907 8.71 23.038 L 5.981 25.114 C 5.092 24.625 4.593 23.643 4.723 22.639 Z M 8.622 26.889 C 8.3 27.133 7.849 27.112 7.55 26.84 L 7.024 26.354 L 7.024 25.921 L 9.461 24.064 C 9.658 24.629 9.902 25.178 10.192 25.702 Z M 14.627 29.573 C 12.902 29.052 11.352 27.579 10.323 25.795 L 10.635 25.561 C 10.736 25.486 10.853 25.434 10.976 25.411 L 11.405 25.328 C 12.356 26.923 13.735 28.114 15.119 28.474 Z M 16.309 28.6 C 15.983 28.631 15.655 28.615 15.334 28.552 L 17.318 24.054 L 11.332 25.211 C 11.06 24.73 10.832 24.226 10.65 23.704 C 10.806 23.511 10.89 23.271 10.889 23.023 L 10.889 22.979 L 21.124 15.2 C 21.228 15.265 21.337 15.321 21.451 15.365 C 21.217 23.325 19.326 28.231 16.294 28.586 Z\" fill=\"var(--token-1e3677e9-94b2-4f3b-ae0e-ace4d1e83814, rgb(237, 237, 226)) /* {&quot;name&quot;:&quot;Alabaster&quot;} */\"></path><path d=\"M 29.386 12 L 28.64 13.274 C 31.199 17.32 32.052 24.599 32.486 38.904 C 29.678 42.239 23.805 46.041 23.805 46.041 L 23.805 48.108 L 30.273 43.99 C 31.072 43.503 31.847 42.934 32.588 42.361 L 32.686 42.283 L 33.285 41.797 L 33.456 41.656 C 33.651 41.495 33.841 41.33 34.031 41.169 L 34.182 41.033 C 34.392 40.848 34.596 40.664 34.796 40.474 L 34.879 40.396 C 35.113 40.177 35.366 39.949 35.571 39.72 C 34.377 24.307 32.71 16.06 29.386 12 Z\" fill=\"var(--token-1e3677e9-94b2-4f3b-ae0e-ace4d1e83814, rgb(237, 237, 226)) /* {&quot;name&quot;:&quot;Alabaster&quot;} */\"></path></g></svg>',svgContentId:11489742171,withExternalLayout:true,...addPropertyOverrides({\"KLXQ5hc1q-hover\":{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 54 58\"><g transform=\"translate(5.178 5.139)\" id=\"ss12145822982_1\"><path d=\"M 22.192 0 C 12.107 0 0 3.102 0 3.102 L 0 18.346 C 0.003 26.857 3.579 34.977 9.86 40.737 L 14.788 29.709 C 15.163 29.808 15.55 29.858 15.938 29.86 C 16.101 29.859 16.264 29.849 16.426 29.83 C 18.668 29.568 22.367 27.302 22.694 15.37 C 23.46 15.104 23.959 14.368 23.922 13.56 C 23.885 12.752 23.32 12.064 22.533 11.869 L 21.86 4.853 C 32.427 6.165 36.59 13.405 39.198 35.31 C 42.579 30.296 44.384 24.389 44.384 18.346 L 44.384 3.102 C 44.384 3.102 32.276 0 22.192 0 Z M 17.493 7.78 L 17.493 3.404 C 18.931 4.751 20.09 6.367 20.905 8.159 L 21.285 11.981 C 21.092 12.072 20.917 12.197 20.769 12.35 L 15.807 10.119 C 16.731 9.691 17.676 9.311 18.639 8.981 C 18.196 8.653 17.809 8.255 17.493 7.804 Z M 7.34 17.806 C 8.993 16.245 12.444 13.104 12.444 13.104 L 12.585 11.806 C 12.585 11.806 13.243 11.392 14.33 10.833 L 20.267 13.517 C 20.264 13.561 20.264 13.605 20.267 13.649 C 20.266 13.837 20.295 14.024 20.354 14.203 L 10.119 21.983 C 10.021 21.953 9.919 21.938 9.816 21.939 L 7.111 18.049 Z M 4.723 22.639 C 4.758 21.948 4.879 21.263 5.084 20.602 C 5.323 19.966 5.701 19.391 6.19 18.919 L 8.778 22.654 C 8.733 22.777 8.71 22.907 8.71 23.038 L 5.981 25.114 C 5.092 24.625 4.593 23.643 4.723 22.639 Z M 8.622 26.889 C 8.3 27.133 7.849 27.112 7.55 26.84 L 7.024 26.354 L 7.024 25.921 L 9.461 24.064 C 9.658 24.629 9.902 25.178 10.192 25.702 Z M 14.627 29.573 C 12.902 29.052 11.352 27.579 10.323 25.795 L 10.635 25.561 C 10.736 25.486 10.853 25.434 10.976 25.411 L 11.405 25.328 C 12.356 26.923 13.735 28.114 15.119 28.474 Z M 16.309 28.6 C 15.983 28.631 15.655 28.615 15.334 28.552 L 17.318 24.054 L 11.332 25.211 C 11.06 24.73 10.832 24.226 10.65 23.704 C 10.806 23.511 10.89 23.271 10.889 23.023 L 10.889 22.979 L 21.124 15.2 C 21.228 15.265 21.337 15.321 21.451 15.365 C 21.217 23.325 19.326 28.231 16.294 28.586 Z\" fill=\"var(--token-802aeab2-6976-4947-af89-724c8e2d53d0, rgb(147, 123, 203)) /* {&quot;name&quot;:&quot;Lavender&quot;} */\"></path><path d=\"M 29.386 12 L 28.64 13.274 C 31.199 17.32 32.052 24.599 32.486 38.904 C 29.678 42.239 23.805 46.041 23.805 46.041 L 23.805 48.108 L 30.273 43.99 C 31.072 43.503 31.847 42.934 32.588 42.361 L 32.686 42.283 L 33.285 41.797 L 33.456 41.656 C 33.651 41.495 33.841 41.33 34.031 41.169 L 34.182 41.033 C 34.392 40.848 34.596 40.664 34.796 40.474 L 34.879 40.396 C 35.113 40.177 35.366 39.949 35.571 39.72 C 34.377 24.307 32.71 16.06 29.386 12 Z\" fill=\"var(--token-802aeab2-6976-4947-af89-724c8e2d53d0, rgb(147, 123, 203)) /* {&quot;name&quot;:&quot;Lavender&quot;} */\"></path></g></svg>',svgContentId:12145822982},\"XL6FrDiWo-hover\":{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 54 58\"><g transform=\"translate(5.178 5.139)\" id=\"ss11354041482_1\"><path d=\"M 22.192 0 C 12.107 0 0 3.102 0 3.102 L 0 18.346 C 0.003 26.857 3.579 34.977 9.86 40.737 L 14.788 29.709 C 15.163 29.808 15.55 29.858 15.938 29.86 C 16.101 29.859 16.264 29.849 16.426 29.83 C 18.668 29.568 22.367 27.302 22.694 15.37 C 23.46 15.104 23.959 14.368 23.922 13.56 C 23.885 12.752 23.32 12.064 22.533 11.869 L 21.86 4.853 C 32.427 6.165 36.59 13.405 39.198 35.31 C 42.579 30.296 44.384 24.389 44.384 18.346 L 44.384 3.102 C 44.384 3.102 32.276 0 22.192 0 Z M 17.493 7.78 L 17.493 3.404 C 18.931 4.751 20.09 6.367 20.905 8.159 L 21.285 11.981 C 21.092 12.072 20.917 12.197 20.769 12.35 L 15.807 10.119 C 16.731 9.691 17.676 9.311 18.639 8.981 C 18.196 8.653 17.809 8.255 17.493 7.804 Z M 7.34 17.806 C 8.993 16.245 12.444 13.104 12.444 13.104 L 12.585 11.806 C 12.585 11.806 13.243 11.392 14.33 10.833 L 20.267 13.517 C 20.264 13.561 20.264 13.605 20.267 13.649 C 20.266 13.837 20.295 14.024 20.354 14.203 L 10.119 21.983 C 10.021 21.953 9.919 21.938 9.816 21.939 L 7.111 18.049 Z M 4.723 22.639 C 4.758 21.948 4.879 21.263 5.084 20.602 C 5.323 19.966 5.701 19.391 6.19 18.919 L 8.778 22.654 C 8.733 22.777 8.71 22.907 8.71 23.038 L 5.981 25.114 C 5.092 24.625 4.593 23.643 4.723 22.639 Z M 8.622 26.889 C 8.3 27.133 7.849 27.112 7.55 26.84 L 7.024 26.354 L 7.024 25.921 L 9.461 24.064 C 9.658 24.629 9.902 25.178 10.192 25.702 Z M 14.627 29.573 C 12.902 29.052 11.352 27.579 10.323 25.795 L 10.635 25.561 C 10.736 25.486 10.853 25.434 10.976 25.411 L 11.405 25.328 C 12.356 26.923 13.735 28.114 15.119 28.474 Z M 16.309 28.6 C 15.983 28.631 15.655 28.615 15.334 28.552 L 17.318 24.054 L 11.332 25.211 C 11.06 24.73 10.832 24.226 10.65 23.704 C 10.806 23.511 10.89 23.271 10.889 23.023 L 10.889 22.979 L 21.124 15.2 C 21.228 15.265 21.337 15.321 21.451 15.365 C 21.217 23.325 19.326 28.231 16.294 28.586 Z\" fill=\"var(--token-49b4dc4a-5218-467c-909b-2f17e9ffefab, rgb(19, 33, 40)) /* {&quot;name&quot;:&quot;Green Knight&quot;} */\"></path><path d=\"M 29.386 12 L 28.64 13.274 C 31.199 17.32 32.052 24.599 32.486 38.904 C 29.678 42.239 23.805 46.041 23.805 46.041 L 23.805 48.108 L 30.273 43.99 C 31.072 43.503 31.847 42.934 32.588 42.361 L 32.686 42.283 L 33.285 41.797 L 33.456 41.656 C 33.651 41.495 33.841 41.33 34.031 41.169 L 34.182 41.033 C 34.392 40.848 34.596 40.664 34.796 40.474 L 34.879 40.396 C 35.113 40.177 35.366 39.949 35.571 39.72 C 34.377 24.307 32.71 16.06 29.386 12 Z\" fill=\"var(--token-49b4dc4a-5218-467c-909b-2f17e9ffefab, rgb(19, 33, 40)) /* {&quot;name&quot;:&quot;Green Knight&quot;} */\"></path></g></svg>',svgContentId:11354041482},\"ZOJulcFcU-hover\":{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 54 58\"><g transform=\"translate(5.178 5.139)\" id=\"ss12145822982_1\"><path d=\"M 22.192 0 C 12.107 0 0 3.102 0 3.102 L 0 18.346 C 0.003 26.857 3.579 34.977 9.86 40.737 L 14.788 29.709 C 15.163 29.808 15.55 29.858 15.938 29.86 C 16.101 29.859 16.264 29.849 16.426 29.83 C 18.668 29.568 22.367 27.302 22.694 15.37 C 23.46 15.104 23.959 14.368 23.922 13.56 C 23.885 12.752 23.32 12.064 22.533 11.869 L 21.86 4.853 C 32.427 6.165 36.59 13.405 39.198 35.31 C 42.579 30.296 44.384 24.389 44.384 18.346 L 44.384 3.102 C 44.384 3.102 32.276 0 22.192 0 Z M 17.493 7.78 L 17.493 3.404 C 18.931 4.751 20.09 6.367 20.905 8.159 L 21.285 11.981 C 21.092 12.072 20.917 12.197 20.769 12.35 L 15.807 10.119 C 16.731 9.691 17.676 9.311 18.639 8.981 C 18.196 8.653 17.809 8.255 17.493 7.804 Z M 7.34 17.806 C 8.993 16.245 12.444 13.104 12.444 13.104 L 12.585 11.806 C 12.585 11.806 13.243 11.392 14.33 10.833 L 20.267 13.517 C 20.264 13.561 20.264 13.605 20.267 13.649 C 20.266 13.837 20.295 14.024 20.354 14.203 L 10.119 21.983 C 10.021 21.953 9.919 21.938 9.816 21.939 L 7.111 18.049 Z M 4.723 22.639 C 4.758 21.948 4.879 21.263 5.084 20.602 C 5.323 19.966 5.701 19.391 6.19 18.919 L 8.778 22.654 C 8.733 22.777 8.71 22.907 8.71 23.038 L 5.981 25.114 C 5.092 24.625 4.593 23.643 4.723 22.639 Z M 8.622 26.889 C 8.3 27.133 7.849 27.112 7.55 26.84 L 7.024 26.354 L 7.024 25.921 L 9.461 24.064 C 9.658 24.629 9.902 25.178 10.192 25.702 Z M 14.627 29.573 C 12.902 29.052 11.352 27.579 10.323 25.795 L 10.635 25.561 C 10.736 25.486 10.853 25.434 10.976 25.411 L 11.405 25.328 C 12.356 26.923 13.735 28.114 15.119 28.474 Z M 16.309 28.6 C 15.983 28.631 15.655 28.615 15.334 28.552 L 17.318 24.054 L 11.332 25.211 C 11.06 24.73 10.832 24.226 10.65 23.704 C 10.806 23.511 10.89 23.271 10.889 23.023 L 10.889 22.979 L 21.124 15.2 C 21.228 15.265 21.337 15.321 21.451 15.365 C 21.217 23.325 19.326 28.231 16.294 28.586 Z\" fill=\"var(--token-802aeab2-6976-4947-af89-724c8e2d53d0, rgb(147, 123, 203)) /* {&quot;name&quot;:&quot;Lavender&quot;} */\"></path><path d=\"M 29.386 12 L 28.64 13.274 C 31.199 17.32 32.052 24.599 32.486 38.904 C 29.678 42.239 23.805 46.041 23.805 46.041 L 23.805 48.108 L 30.273 43.99 C 31.072 43.503 31.847 42.934 32.588 42.361 L 32.686 42.283 L 33.285 41.797 L 33.456 41.656 C 33.651 41.495 33.841 41.33 34.031 41.169 L 34.182 41.033 C 34.392 40.848 34.596 40.664 34.796 40.474 L 34.879 40.396 C 35.113 40.177 35.366 39.949 35.571 39.72 C 34.377 24.307 32.71 16.06 29.386 12 Z\" fill=\"var(--token-802aeab2-6976-4947-af89-724c8e2d53d0, rgb(147, 123, 203)) /* {&quot;name&quot;:&quot;Lavender&quot;} */\"></path></g></svg>',svgContentId:12145822982},KLXQ5hc1q:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 54 58\"><g transform=\"translate(5.178 5.139)\" id=\"ss11354041482_1\"><path d=\"M 22.192 0 C 12.107 0 0 3.102 0 3.102 L 0 18.346 C 0.003 26.857 3.579 34.977 9.86 40.737 L 14.788 29.709 C 15.163 29.808 15.55 29.858 15.938 29.86 C 16.101 29.859 16.264 29.849 16.426 29.83 C 18.668 29.568 22.367 27.302 22.694 15.37 C 23.46 15.104 23.959 14.368 23.922 13.56 C 23.885 12.752 23.32 12.064 22.533 11.869 L 21.86 4.853 C 32.427 6.165 36.59 13.405 39.198 35.31 C 42.579 30.296 44.384 24.389 44.384 18.346 L 44.384 3.102 C 44.384 3.102 32.276 0 22.192 0 Z M 17.493 7.78 L 17.493 3.404 C 18.931 4.751 20.09 6.367 20.905 8.159 L 21.285 11.981 C 21.092 12.072 20.917 12.197 20.769 12.35 L 15.807 10.119 C 16.731 9.691 17.676 9.311 18.639 8.981 C 18.196 8.653 17.809 8.255 17.493 7.804 Z M 7.34 17.806 C 8.993 16.245 12.444 13.104 12.444 13.104 L 12.585 11.806 C 12.585 11.806 13.243 11.392 14.33 10.833 L 20.267 13.517 C 20.264 13.561 20.264 13.605 20.267 13.649 C 20.266 13.837 20.295 14.024 20.354 14.203 L 10.119 21.983 C 10.021 21.953 9.919 21.938 9.816 21.939 L 7.111 18.049 Z M 4.723 22.639 C 4.758 21.948 4.879 21.263 5.084 20.602 C 5.323 19.966 5.701 19.391 6.19 18.919 L 8.778 22.654 C 8.733 22.777 8.71 22.907 8.71 23.038 L 5.981 25.114 C 5.092 24.625 4.593 23.643 4.723 22.639 Z M 8.622 26.889 C 8.3 27.133 7.849 27.112 7.55 26.84 L 7.024 26.354 L 7.024 25.921 L 9.461 24.064 C 9.658 24.629 9.902 25.178 10.192 25.702 Z M 14.627 29.573 C 12.902 29.052 11.352 27.579 10.323 25.795 L 10.635 25.561 C 10.736 25.486 10.853 25.434 10.976 25.411 L 11.405 25.328 C 12.356 26.923 13.735 28.114 15.119 28.474 Z M 16.309 28.6 C 15.983 28.631 15.655 28.615 15.334 28.552 L 17.318 24.054 L 11.332 25.211 C 11.06 24.73 10.832 24.226 10.65 23.704 C 10.806 23.511 10.89 23.271 10.889 23.023 L 10.889 22.979 L 21.124 15.2 C 21.228 15.265 21.337 15.321 21.451 15.365 C 21.217 23.325 19.326 28.231 16.294 28.586 Z\" fill=\"var(--token-49b4dc4a-5218-467c-909b-2f17e9ffefab, rgb(19, 33, 40)) /* {&quot;name&quot;:&quot;Green Knight&quot;} */\"></path><path d=\"M 29.386 12 L 28.64 13.274 C 31.199 17.32 32.052 24.599 32.486 38.904 C 29.678 42.239 23.805 46.041 23.805 46.041 L 23.805 48.108 L 30.273 43.99 C 31.072 43.503 31.847 42.934 32.588 42.361 L 32.686 42.283 L 33.285 41.797 L 33.456 41.656 C 33.651 41.495 33.841 41.33 34.031 41.169 L 34.182 41.033 C 34.392 40.848 34.596 40.664 34.796 40.474 L 34.879 40.396 C 35.113 40.177 35.366 39.949 35.571 39.72 C 34.377 24.307 32.71 16.06 29.386 12 Z\" fill=\"var(--token-49b4dc4a-5218-467c-909b-2f17e9ffefab, rgb(19, 33, 40)) /* {&quot;name&quot;:&quot;Green Knight&quot;} */\"></path></g></svg>',svgContentId:11354041482}},baseVariant,gestureVariant)})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-SHxhC.framer-m2hwrc, .framer-SHxhC .framer-m2hwrc { display: block; }\",\".framer-SHxhC.framer-11p2gps { 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: 0px; position: relative; width: min-content; }\",\".framer-SHxhC .framer-e51uhi { flex: none; height: 58px; position: relative; width: 54px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-SHxhC.framer-11p2gps { gap: 0px; } .framer-SHxhC.framer-11p2gps > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-SHxhC.framer-11p2gps > :first-child { margin-left: 0px; } .framer-SHxhC.framer-11p2gps > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 58\n * @framerIntrinsicWidth 54\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"KLXQ5hc1q\":{\"layout\":[\"auto\",\"auto\"]},\"XL6FrDiWo\":{\"layout\":[\"auto\",\"auto\"]},\"GZsBzYkhb\":{\"layout\":[\"auto\",\"auto\"]},\"eZC5W8bI3\":{\"layout\":[\"auto\",\"auto\"]},\"G9hUaBvaA\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Frameriz6gi8TEB=withCSS(Component,css,\"framer-SHxhC\");export default Frameriz6gi8TEB;Frameriz6gi8TEB.displayName=\"00_CoASymbol - small\";Frameriz6gi8TEB.defaultProps={height:58,width:54};addPropertyControls(Frameriz6gi8TEB,{variant:{options:[\"ZOJulcFcU\",\"KLXQ5hc1q\",\"XL6FrDiWo\"],optionTitles:[\"Variant 1\",\"Variant 2\",\"Variant 3\"],title:\"Variant\",type:ControlType.Enum}});addFonts(Frameriz6gi8TEB,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Frameriz6gi8TEB\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"58\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"54\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"KLXQ5hc1q\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"XL6FrDiWo\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"GZsBzYkhb\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"eZC5W8bI3\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"G9hUaBvaA\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./iz6gi8TEB.map", "// Generated by Framer (92d6359)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getPropertyControls,Link,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import IconBurgerMenuLight from\"https://framerusercontent.com/modules/DEDHQ7HGjv2p8MMAAdwi/HHPvWZCB5L7401KiFqIc/E0JQlvH3i.js\";import _CoASymbolSmall from\"https://framerusercontent.com/modules/x8dJUYmCle0pVE59LZoa/fln8RO7fpsp46KSpa00K/iz6gi8TEB.js\";const _CoASymbolSmallFonts=getFonts(_CoASymbolSmall);const IconBurgerMenuLightFonts=getFonts(IconBurgerMenuLight);const MotionDivWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(motion.div));const IconBurgerMenuLightControls=getPropertyControls(IconBurgerMenuLight);const cycleOrder=[\"DRMy_wsDd\",\"gJ1NwZurY\",\"IUIl9dVEW\",\"ddXeh8aeW\",\"HTLHqbNlm\"];const serializationHash=\"framer-5wdv2\";const variantClassNames={ddXeh8aeW:\"framer-v-gwefk2\",DRMy_wsDd:\"framer-v-xlpbe0\",gJ1NwZurY:\"framer-v-mcyq27\",HTLHqbNlm:\"framer-v-l9edlq\",IUIl9dVEW:\"framer-v-sjun8r\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const numberToPixelString=value=>{if(typeof value!==\"number\")return value;if(!Number.isFinite(value))return undefined;return Math.max(0,value)+\"px\";};const transition1={duration:0,type:\"tween\"};const transformTemplate1=(_,t)=>`translateY(-50%) ${t}`;const transition2={delay:0,duration:.1,ease:[.12,.23,.5,1],type:\"tween\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1.05,skewX:0,skewY:0,transition:transition2};const transition3={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:.9,skewX:0,skewY:0,transition:transition3};const transition4={delay:.05,duration:.5,ease:[.12,.23,.5,1],type:\"tween\"};const animation2={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition4,x:0,y:0};const animation3={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:20};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?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 humanReadableEnumMap={\"Variant 1\":\"eppnRFtss\",\"Variant 2\":\"dGJc9toBQ\",\"Variant 3\":\"PXUVGg3VL\",\"Variant 4\":\"QgWnAelKa\",\"Variant 5\":\"Whr1tM46E\"};const humanReadableVariantMap={\"Variant 1\":\"DRMy_wsDd\",\"Variant 2\":\"gJ1NwZurY\",\"Variant 3\":\"IUIl9dVEW\",\"Variant 4\":\"ddXeh8aeW\",\"Variant 5\":\"HTLHqbNlm\"};const getProps=({gap,height,id,openModal,padding,variants,width,...props})=>{var _ref,_ref1,_humanReadableEnumMap_variants,_ref2,_ref3,_humanReadableVariantMap_props_variant,_ref4;return{...props,j075w1zzJ:(_ref=gap!==null&&gap!==void 0?gap:props.j075w1zzJ)!==null&&_ref!==void 0?_ref:100,LalIJFu1J:(_ref1=padding!==null&&padding!==void 0?padding:props.LalIJFu1J)!==null&&_ref1!==void 0?_ref1:\"0px 90px 0px 90px\",Qv2XQwQh7:openModal!==null&&openModal!==void 0?openModal:props.Qv2XQwQh7,uJ166Eevm:(_ref3=(_ref2=(_humanReadableEnumMap_variants=humanReadableEnumMap[variants])!==null&&_humanReadableEnumMap_variants!==void 0?_humanReadableEnumMap_variants:variants)!==null&&_ref2!==void 0?_ref2:props.uJ166Eevm)!==null&&_ref3!==void 0?_ref3:\"PXUVGg3VL\",variant:(_ref4=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref4!==void 0?_ref4:\"DRMy_wsDd\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,j075w1zzJ,uJ166Eevm,Qv2XQwQh7,LalIJFu1J,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"DRMy_wsDd\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1qd9fq6=activeVariantCallback(async(...args)=>{if(Qv2XQwQh7){const res=await Qv2XQwQh7(...args);if(res===false)return false;}});const ref1=React.useRef(null);const isDisplayed=()=>{if([\"ddXeh8aeW\",\"HTLHqbNlm\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"gJ1NwZurY\")return false;return true;};const isDisplayed2=()=>{if(baseVariant===\"gJ1NwZurY\")return true;return false;};const isDisplayed3=()=>{if([\"ddXeh8aeW\",\"HTLHqbNlm\"].includes(baseVariant))return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?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(serializationHash,...sharedStyleClassNames,\"framer-xlpbe0\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"DRMy_wsDd\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--12rxkgf\":numberToPixelString(LalIJFu1J),backgroundColor:\"rgba(19, 33, 40, 0.8)\",...style},variants:{ddXeh8aeW:{backgroundColor:\"rgba(0, 0, 0, 0)\"},gJ1NwZurY:{backgroundColor:\"rgba(237, 237, 225, 0.8)\"},HTLHqbNlm:{backgroundColor:\"rgba(0, 0, 0, 0)\"},IUIl9dVEW:{backgroundColor:\"rgba(0, 0, 0, 0)\"}},...addPropertyOverrides({ddXeh8aeW:{\"data-framer-name\":\"Variant 4\"},gJ1NwZurY:{\"data-framer-name\":\"Variant 2\"},HTLHqbNlm:{\"data-framer-name\":\"Variant 5\"},IUIl9dVEW:{\"data-framer-name\":\"Variant 3\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-tsuub2\",layoutDependency:layoutDependency,layoutId:\"izmHXbzMZ\",children:[isDisplayed()&&/*#__PURE__*/_jsx(Link,{href:{webPageId:\"cNXb00gUk\"},nodeId:\"n8HXQlwoa\",openInNewTab:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-16js0lv framer-j4c3ko\",layoutDependency:layoutDependency,layoutId:\"n8HXQlwoa\",children:isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:78,width:\"72px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-7lefpk-container\",layoutDependency:layoutDependency,layoutId:\"Am67XYQgo-container\",children:/*#__PURE__*/_jsx(_CoASymbolSmall,{height:\"100%\",id:\"Am67XYQgo\",layoutId:\"Am67XYQgo\",style:{height:\"100%\",width:\"100%\"},variant:\"ZOJulcFcU\",width:\"100%\",...addPropertyOverrides({IUIl9dVEW:{variant:\"KLXQ5hc1q\"}},baseVariant,gestureVariant)})})})})}),isDisplayed2()&&/*#__PURE__*/_jsx(Link,{href:{webPageId:\"cNXb00gUk\"},nodeId:\"YwT2SflCQ\",openInNewTab:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1bc0kyh framer-j4c3ko\",layoutDependency:layoutDependency,layoutId:\"YwT2SflCQ\",children:isDisplayed2()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({gJ1NwZurY:{height:78,width:\"72px\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1a7c2ro-container\",layoutDependency:layoutDependency,layoutId:\"kxCKPoTVb-container\",children:/*#__PURE__*/_jsx(_CoASymbolSmall,{height:\"100%\",id:\"kxCKPoTVb\",layoutId:\"kxCKPoTVb\",style:{height:\"100%\",width:\"100%\"},variant:\"ZOJulcFcU\",width:\"100%\",...addPropertyOverrides({gJ1NwZurY:{variant:\"KLXQ5hc1q\"}},baseVariant,gestureVariant)})})})})}),isDisplayed3()&&/*#__PURE__*/_jsx(Link,{href:{hash:\":GD3h5MrU3\",webPageId:\"cNXb00gUk\"},nodeId:\"J4S6K60lT\",openInNewTab:false,...addPropertyOverrides({ddXeh8aeW:{href:{webPageId:\"cNXb00gUk\"}},HTLHqbNlm:{href:{webPageId:\"cNXb00gUk\"}}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-81822u framer-j4c3ko\",layoutDependency:layoutDependency,layoutId:\"J4S6K60lT\",children:isDisplayed3()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({ddXeh8aeW:{height:78,width:\"72px\"},HTLHqbNlm:{height:78,width:\"72px\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1slomrt-container\",layoutDependency:layoutDependency,layoutId:\"svXPlGQ5I-container\",children:/*#__PURE__*/_jsx(_CoASymbolSmall,{height:\"100%\",id:\"svXPlGQ5I\",layoutId:\"svXPlGQ5I\",style:{height:\"100%\",width:\"100%\"},variant:\"ZOJulcFcU\",width:\"100%\",...addPropertyOverrides({HTLHqbNlm:{variant:\"XL6FrDiWo\"}},baseVariant,gestureVariant)})})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-jz5yic\",\"data-framer-name\":\"Items\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"KO7UsxJL6\",onTap:onTap1qd9fq6,style:{\"--af1s3h\":j075w1zzJ},transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:30,width:\"35px\",children:/*#__PURE__*/_jsx(MotionDivWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation2,className:\"framer-15x8p2u-container\",\"data-framer-appear-id\":\"15x8p2u\",initial:animation3,layoutDependency:layoutDependency,layoutId:\"CJMOINGGo-container\",optimized:true,whileHover:animation,whileTap:animation1,children:/*#__PURE__*/_jsx(IconBurgerMenuLight,{height:\"100%\",id:\"CJMOINGGo\",layoutId:\"CJMOINGGo\",style:{height:\"100%\",width:\"100%\"},variant:uJ166Eevm,width:\"100%\",...addPropertyOverrides({ddXeh8aeW:{variant:\"PXUVGg3VL\"},gJ1NwZurY:{variant:\"QgWnAelKa\"},HTLHqbNlm:{variant:\"Whr1tM46E\"},IUIl9dVEW:{variant:\"QgWnAelKa\"}},baseVariant,gestureVariant)})})})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-5wdv2.framer-j4c3ko, .framer-5wdv2 .framer-j4c3ko { display: block; }\",\".framer-5wdv2.framer-xlpbe0 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 1212px; height: 100px; justify-content: center; overflow: hidden; padding: var(--12rxkgf); position: relative; width: 1920px; }\",\".framer-5wdv2 .framer-tsuub2 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 60px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; z-index: 2; }\",\".framer-5wdv2 .framer-16js0lv { -webkit-user-select: none; bottom: -9px; flex: none; left: -14px; overflow: visible; position: absolute; text-decoration: none; top: -9px; user-select: none; width: 72px; }\",\".framer-5wdv2 .framer-7lefpk-container { -webkit-user-select: none; aspect-ratio: 0.9191919191919192 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 78px); left: 0px; position: absolute; right: 0px; top: 0px; user-select: none; z-index: 1; }\",\".framer-5wdv2 .framer-1bc0kyh { bottom: -9px; flex: none; left: -14px; overflow: visible; position: absolute; text-decoration: none; top: -9px; width: 72px; }\",\".framer-5wdv2 .framer-1a7c2ro-container, .framer-5wdv2 .framer-1slomrt-container { aspect-ratio: 0.9191919191919192 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 78px); left: 0px; position: absolute; right: 0px; top: 0px; z-index: 1; }\",\".framer-5wdv2 .framer-81822u { bottom: -9px; flex: none; left: 90px; overflow: visible; position: absolute; text-decoration: none; top: -9px; width: 72px; }\",\".framer-5wdv2 .framer-jz5yic { -webkit-user-select: none; align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: calc(max(0, var(--af1s3h)) * 1px); height: 60%; justify-content: center; max-width: 730px; overflow: visible; padding: 0px; position: absolute; right: 0px; top: 50%; user-select: none; width: min-content; z-index: 1; }\",\".framer-5wdv2 .framer-15x8p2u-container { flex: none; height: 30px; position: relative; width: 35px; z-index: 10; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-5wdv2.framer-xlpbe0, .framer-5wdv2 .framer-tsuub2, .framer-5wdv2 .framer-jz5yic { gap: 0px; } .framer-5wdv2.framer-xlpbe0 > * { margin: 0px; margin-left: calc(1212px / 2); margin-right: calc(1212px / 2); } .framer-5wdv2.framer-xlpbe0 > :first-child, .framer-5wdv2 .framer-tsuub2 > :first-child, .framer-5wdv2 .framer-jz5yic > :first-child { margin-left: 0px; } .framer-5wdv2.framer-xlpbe0 > :last-child, .framer-5wdv2 .framer-tsuub2 > :last-child, .framer-5wdv2 .framer-jz5yic > :last-child { margin-right: 0px; } .framer-5wdv2 .framer-tsuub2 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-5wdv2 .framer-jz5yic > * { margin: 0px; margin-left: calc(calc(max(0, var(--af1s3h)) * 1px) / 2); margin-right: calc(calc(max(0, var(--af1s3h)) * 1px) / 2); } }\",\".framer-5wdv2.framer-v-mcyq27 .framer-1a7c2ro-container { z-index: 2; }\",\".framer-5wdv2.framer-v-mcyq27 .framer-jz5yic { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 36px); width: 36px; }\",\".framer-5wdv2.framer-v-sjun8r .framer-7lefpk-container { aspect-ratio: unset; height: 78px; }\",\".framer-5wdv2.framer-v-gwefk2 .framer-81822u, .framer-5wdv2.framer-v-l9edlq .framer-81822u { left: -14px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 100\n * @framerIntrinsicWidth 1920\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"gJ1NwZurY\":{\"layout\":[\"fixed\",\"fixed\"]},\"IUIl9dVEW\":{\"layout\":[\"fixed\",\"fixed\"]},\"ddXeh8aeW\":{\"layout\":[\"fixed\",\"fixed\"]},\"HTLHqbNlm\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"j075w1zzJ\":\"gap\",\"uJ166Eevm\":\"variants\",\"Qv2XQwQh7\":\"openModal\",\"LalIJFu1J\":\"padding\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerwjGB7zdif=withCSS(Component,css,\"framer-5wdv2\");export default FramerwjGB7zdif;FramerwjGB7zdif.displayName=\"TopMenu Fred\";FramerwjGB7zdif.defaultProps={height:100,width:1920};addPropertyControls(FramerwjGB7zdif,{variant:{options:[\"DRMy_wsDd\",\"gJ1NwZurY\",\"IUIl9dVEW\",\"ddXeh8aeW\",\"HTLHqbNlm\"],optionTitles:[\"Variant 1\",\"Variant 2\",\"Variant 3\",\"Variant 4\",\"Variant 5\"],title:\"Variant\",type:ControlType.Enum},j075w1zzJ:{defaultValue:100,min:0,title:\"Gap\",type:ControlType.Number},uJ166Eevm:(IconBurgerMenuLightControls===null||IconBurgerMenuLightControls===void 0?void 0:IconBurgerMenuLightControls[\"variant\"])&&{...IconBurgerMenuLightControls[\"variant\"],defaultValue:\"PXUVGg3VL\",description:undefined,hidden:undefined,title:\"Variants\"},Qv2XQwQh7:{title:\"Open Modal\",type:ControlType.EventHandler},LalIJFu1J:{defaultValue:\"0px 90px 0px 90px\",title:\"Padding\",type:ControlType.Padding}});addFonts(FramerwjGB7zdif,[{explicitInter:true,fonts:[]},..._CoASymbolSmallFonts,...IconBurgerMenuLightFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerwjGB7zdif\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"100\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"1920\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"gJ1NwZurY\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"IUIl9dVEW\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"ddXeh8aeW\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"HTLHqbNlm\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"j075w1zzJ\\\":\\\"gap\\\",\\\"uJ166Eevm\\\":\\\"variants\\\",\\\"Qv2XQwQh7\\\":\\\"openModal\\\",\\\"LalIJFu1J\\\":\\\"padding\\\"}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=['.framer-gSASu .framer-styles-preset-1j6ek8u:not(.rich-text-wrapper), .framer-gSASu .framer-styles-preset-1j6ek8u.rich-text-wrapper a { --framer-link-current-text-decoration: none; --framer-link-hover-text-color: var(--token-49b4dc4a-5218-467c-909b-2f17e9ffefab, #132128) /* {\"name\":\"Green Knight\"} */; --framer-link-hover-text-decoration: none; --framer-link-text-decoration: none; }'];export const className=\"framer-gSASu\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["containerStyles", "emptyStateStyle", "defaultEvents", "ControlType", "fontSizeOptions", "fontControls", "font", "useOnEnter", "onEnter", "enabled", "useOnSpecificTargetChange", "useOnExit", "onExit", "goal", "callback", "isInTarget", "useIsInCurrentNavigationTarget", "ue", "isBrowserSafari", "navigator", "userAgent", "useIsBrowserSafari", "se", "useIsOnCanvas", "se", "RenderTarget", "useRadius", "props", "borderRadius", "isMixedBorderRadius", "topLeftRadius", "topRightRadius", "bottomRightRadius", "bottomLeftRadius", "se", "borderRadiusControl", "ControlType", "paddingControl", "ControlType", "ObjectFitType", "SrcType", "getProps", "props", "width", "height", "topLeft", "topRight", "bottomRight", "bottomLeft", "id", "children", "rest", "Video", "newProps", "p", "VideoMemo", "usePlaybackControls", "videoRef", "isInCurrentNavigationTarget", "useIsInCurrentNavigationTarget", "requestingPlay", "pe", "setProgress", "te", "rawProgress", "newProgress", "isAlreadySet", "play", "e", "pause", "useAutoplayBehavior", "playingProp", "muted", "loop", "playsinline", "controls", "initialPlayingProp", "ye", "hasPlayingPropChanged", "setHasPlayingPropChanged", "behavesAsGif", "autoplay", "isMountedAndReadyForProgressChanges", "X", "srcType", "srcFile", "srcUrl", "progress", "objectFit", "backgroundColor", "onSeeked", "onPause", "onPlay", "onEnd", "onClick", "onMouseEnter", "onMouseLeave", "onMouseDown", "onMouseUp", "poster", "posterEnabled", "startTimeProp", "volume", "isSafari", "useIsBrowserSafari", "wasPausedOnLeave", "wasEndedOnLeave", "isOnCanvas", "useIsOnCanvas", "borderRadius", "useRadius", "autoplayBehavior", "isInViewport", "useInView", "startTime", "ue", "rawProgressValue", "isMotionValue", "value", "useOnEnter", "useOnExit", "src", "se", "fragment", "groupsRegex", "capitalizeFirstLetter", "titleCase", "objectFitOptions", "addPropertyControls", "ControlType", "borderRadiusControl", "defaultEvents", "Embed", "type", "url", "html", "style", "p", "EmbedURL", "EmbedHTML", "Instructions", "addPropertyControls", "ControlType", "props", "getMinHeight", "emptyStateStyle", "centerTextStyle", "hasAutoHeight", "onCanvas", "useIsOnCanvas", "state", "setState", "ye", "ue", "isLastEffect", "load", "response", "isBlocked", "message", "error", "ErrorMessage", "LoadingIndicator", "iframeStyle", "getSandbox", "result", "ref", "pe", "iframeHeight", "setIframeHeight", "hasScript", "_ref_current", "iframeWindow", "handleMessage", "event", "data", "height", "window", "srcDoc", "currentStyle", "htmlStyle", "containerStyles", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "click2", "click3", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "YFBUoyn3c", "Ctw4U7Wef", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1lvb7lm", "args", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "css", "FramerLh7pYWAwZ", "withCSS", "Lh7pYWAwZ_default", "addPropertyControls", "ControlType", "addFonts", "MotionDivWithFXWithOptimizedAppearEffect", "withOptimizedAppearEffect", "withFX", "motion", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "animation", "animation1", "animation2", "animation3", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "click", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "A_wRTl5q_", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1igj9o4", "args", "onAppearvurc37", "useOnVariantChange", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "css", "FramerE0JQlvH3i", "withCSS", "E0JQlvH3i_default", "addPropertyControls", "ControlType", "addFonts", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "click", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "NQLtqKuGe", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap4vqg0o", "args", "onMouseEnter1bjkt0i", "onAppearwhhifa", "onMouseLeave9iuvk9", "onAppear1fqw9cm", "onAppear1uffmh5", "onAppear67ndc6", "useOnVariantChange", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "SVG", "css", "Framere9kKYQIhD", "withCSS", "e9kKYQIhD_default", "addPropertyControls", "ControlType", "addFonts", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transformTemplate1", "_", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "click", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "qA2_RT6HW", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap48eba0", "args", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "RichText2", "u", "css", "FrameraismFAoOg", "withCSS", "aismFAoOg_default", "addPropertyControls", "ControlType", "addFonts", "enabledGestures", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "isDisplayed", "isDisplayed1", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "SVG", "css", "Framerlvp4xgB9A", "withCSS", "lvp4xgB9A_default", "addFonts", "enabledGestures", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "SVG", "css", "Framerlz5zISwVS", "withCSS", "lz5zISwVS_default", "addFonts", "enabledGestures", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "SVG", "css", "FramerPhoNhnyvS", "withCSS", "PhoNhnyvS_default", "addFonts", "enabledGestures", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "SVG", "css", "FramerRd3BtpUdg", "withCSS", "Rd3BtpUdg_default", "addFonts", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transformTemplate1", "_", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "click", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "tO2IIpGE8", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap40c5pc", "args", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "RichText2", "u", "css", "FramerwbrsETUbh", "withCSS", "wbrsETUbh_default", "addPropertyControls", "ControlType", "addFonts", "NavSayHelloFonts", "getFonts", "aismFAoOg_default", "NavNewsletterFonts", "wbrsETUbh_default", "SocialIconVimeoFonts", "lvp4xgB9A_default", "SocialIconInstagramFonts", "lz5zISwVS_default", "SocialIconLinkedinFonts", "Rd3BtpUdg_default", "SocialIconBehanceFonts", "PhoNhnyvS_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transformTemplate1", "_", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "humanReadableVariantMap", "getProps", "click", "height", "id", "link", "openContact", "openNewsletter", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Variants", "motion", "x", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "h6_Xz3J6D", "DsLyAkKmr", "uwqJ4gvq8", "olP47kGTY", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1tbrgyu", "args", "onTapfdn8yd", "onTap9vxrjm", "scopingClassNames", "cx", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "Image2", "getLoadingLazyAtYPosition", "ComponentViewportProvider", "Link", "RichText2", "css", "FramerKbHMz_72n", "withCSS", "KbHMz_72n_default", "addPropertyControls", "ControlType", "addFonts", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "SVG", "css", "Frameriz6gi8TEB", "withCSS", "iz6gi8TEB_default", "addPropertyControls", "ControlType", "addFonts", "_CoASymbolSmallFonts", "getFonts", "iz6gi8TEB_default", "IconBurgerMenuLightFonts", "E0JQlvH3i_default", "MotionDivWithFXWithOptimizedAppearEffect", "withOptimizedAppearEffect", "withFX", "motion", "IconBurgerMenuLightControls", "getPropertyControls", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "numberToPixelString", "value", "transition1", "transformTemplate1", "_", "transition2", "animation", "transition3", "animation1", "transition4", "animation2", "animation3", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableEnumMap", "humanReadableVariantMap", "getProps", "gap", "height", "id", "openModal", "padding", "width", "props", "_ref", "_ref1", "_humanReadableEnumMap_variants", "_ref2", "_ref3", "_humanReadableVariantMap_props_variant", "_ref4", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "j075w1zzJ", "uJ166Eevm", "Qv2XQwQh7", "LalIJFu1J", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1qd9fq6", "args", "ref1", "pe", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "u", "Link", "ComponentViewportProvider", "css", "FramerwjGB7zdif", "withCSS", "wjGB7zdif_default", "addPropertyControls", "ControlType", "addFonts", "fontStore", "fonts", "css", "className"]
}
