{
  "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/cuQH4dmpDnV8YK1mSgQX/KqRXqunFjE6ufhpc7ZRu/useFontControls.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/7qT0r3So12155VV5Jq5x/Video.js", "ssg:https://framerusercontent.com/modules/8ZRdPlrXsK5thtNYg06g/w1bvFy9ekWkuUOmBotBp/UFk_T8v2b.js", "ssg:https://framerusercontent.com/modules/7efRiwwwmWfxSgJVZLGo/HlH6W6uo7aIeOsdsuJoL/phFk4rjcz.js", "ssg:https://framerusercontent.com/modules/uwo85H8x7NSWDmJRh9DL/Vl72m1MD7JG7XObNFDkE/yXJjGWSgt.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", "// @ts-ignore\nimport{fontStore}from\"framer\";import{useEffect}from\"react\";import{fontStack}from\"https://framerusercontent.com/modules/VTUDdizacRHpwbkOamr7/AykinQJbgwl92LvMGZwu/constants.js\";const fontWeights={100:\"Thin\",200:\"Extra-light\",300:\"Light\",400:\"Regular\",500:\"Medium\",600:\"Semi-bold\",700:\"Bold\",800:\"Extra-bold\",900:\"Black\"};export function useFontControls(props){const{fontFamily=\"Inter\",fontSize=16,fontWeight=400,font=false}=props;const fontWeightName=fontWeights[fontWeight];const customFontStack=`\"${fontFamily} ${fontWeightName}\", \"${fontFamily}\", ${fontStack}`;const fontFamilyStyle=fontFamily?{fontSize,fontWeight,fontFamily:customFontStack}:{fontSize,fontWeight};const fetchCustomFonts=async()=>{await fontStore.loadWebFontsFromSelectors([`CUSTOM;${fontFamily}`,`CUSTOM;${fontFamily} ${fontWeightName}`,`GF;${fontFamily}-${fontWeightName.toLowerCase()}`,]).catch(e=>console.error(e));};useEffect(()=>{if(font)fetchCustomFonts();},[font,fontFamily,fontWeight]);return fontFamilyStyle;}\nexport const __FramerMetadata__ = {\"exports\":{\"useFontControls\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./useFontControls.map", "import { useMemo } from \"react\";\nimport { RenderTarget } from \"framer\";\nexport function useRenderTarget() {\n    const currentRenderTarget = useMemo(()=>RenderTarget.current()\n    , []);\n    return currentRenderTarget;\n}\nexport function useIsInPreview() {\n    const inPreview = useMemo(()=>RenderTarget.current() === RenderTarget.preview\n    , []);\n    return inPreview;\n}\nexport function useIsOnCanvas() {\n    const onCanvas = useMemo(()=>RenderTarget.current() === RenderTarget.canvas\n    , []);\n    return onCanvas;\n}\n\nexport const __FramerMetadata__ = {\"exports\":{\"useIsInPreview\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useRenderTarget\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useIsOnCanvas\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./useRenderTarget.map", "import { 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,RenderTarget}from\"framer\";import{isMotionValue,useInView}from\"framer-motion\";import{borderRadiusControl,defaultEvents,useIsBrowserSafari,useIsOnCanvas,useOnEnter,useOnExit,useRadius,useRenderTarget}from\"https://framerusercontent.com/modules/G4IfyjvwmaeSBpdb4TWu/OIjZRBmWDcIE2B6qgG1j/index.js\";// https://framer.com/m/framer/default-utils.js@^0.45.0\nimport{memo,useCallback,useEffect,useMemo,useRef,useState}from\"react\";var ObjectFitType;(function(ObjectFitType){ObjectFitType[\"Fill\"]=\"fill\";ObjectFitType[\"Contain\"]=\"contain\";ObjectFitType[\"Cover\"]=\"cover\";ObjectFitType[\"None\"]=\"none\";ObjectFitType[\"ScaleDown\"]=\"scale-down\";})(ObjectFitType||(ObjectFitType={}));var SrcType;(function(SrcType){SrcType[\"Video\"]=\"Upload\";SrcType[\"Url\"]=\"URL\";})(SrcType||(SrcType={}));const defaultVideo=\"https://framerusercontent.com/assets/MLWPbW1dUQawJLhhun3dBwpgJak.mp4\";// Reduce renders\nfunction getProps(props){const{width,height,topLeft,topRight,bottomRight,bottomLeft,id,children,...rest}=props;return rest;}/**\n * VIDEO\n *\n * @framerIntrinsicWidth 200\n * @framerIntrinsicHeight 112\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight any-prefer-fixed\n */export function Video(props){const newProps=getProps(props);return /*#__PURE__*/_jsx(VideoMemo,{...newProps});}function usePlaybackControls(videoRef){const isInCurrentNavigationTarget=useIsInCurrentNavigationTarget();const requestingPlay=useRef(false);const isPlayingRef=useRef(false);const setProgress=useCallback(rawProgress=>{if(!videoRef.current)return;const newProgress=(rawProgress===1?.999:rawProgress)*videoRef.current.duration;const isAlreadySet=Math.abs(videoRef.current.currentTime-newProgress)<.1;if(videoRef.current.duration>0&&!isAlreadySet){videoRef.current.currentTime=newProgress;}},[]);const play=useCallback(()=>{const video=videoRef.current;if(!video)return;video.preload=\"auto\"// makes sure browsers don't throttle: https://html.spec.whatwg.org/multipage/media.html#:~:text=When%20the%20media%20resource%20is%20playing%2C%20hints%20to%20the%20user%20agent%20that%20bandwidth%20is%20to%20be%20considered%20scarce%2C%20e.g.%20suggesting%20throttling%20the%20download%20so%20that%20the%20media%20data%20is%20obtained%20at%20the%20slowest%20possible%20rate%20that%20still%20maintains%20consistent%20playback.\n;const isPlaying=video.currentTime>0&&video.onplaying&&!video.paused&&!video.ended&&video.readyState>=video.HAVE_CURRENT_DATA;if(!isPlaying&&video&&!requestingPlay.current&&isInCurrentNavigationTarget){requestingPlay.current=true;isPlayingRef.current=true;video.play().catch(e=>{})// It's likely fine, swallow error\n.finally(()=>requestingPlay.current=false);}},[]);const pause=useCallback(()=>{if(!videoRef.current||requestingPlay.current)return;videoRef.current.pause();isPlayingRef.current=false;},[]);return{play,pause,setProgress,isPlaying:isPlayingRef};}function useAutoplayBehavior({playingProp,muted,loop,playsinline,controls}){const[initialPlayingProp]=useState(()=>playingProp);const[hasPlayingPropChanged,setHasPlayingPropChanged]=useState(false);if(playingProp!==initialPlayingProp&&!hasPlayingPropChanged){setHasPlayingPropChanged(true);}const behavesAsGif=// passing `playing === true` on mount indicates that the video should\n// autoplay, like a GIF\ninitialPlayingProp&&muted&&loop&&playsinline&&!controls&&// Some users of the <Video> component use it by wrapping it with\n// another smart component and adding their own controls on top. (The\n// controls use transitions to control the video: e.g., when clicking\n// the play button, the smart component will transition to a state with\n// <Video playing={true} />.) In this case, we don't want the video to\n// behave as a gif, as it will be weird if the video suddenly started\n// acting as such (and auto-pausing when leaving the viewport) as soon\n// as the site visitor mutes it and clicks \u201CPlay\u201D.\n!hasPlayingPropChanged;let autoplay;if(behavesAsGif)autoplay=\"on-viewport\";else if(initialPlayingProp)autoplay=\"on-mount\";else autoplay=\"no-autoplay\";return autoplay;}const VideoMemo=/*#__PURE__*/memo(function VideoInner(props){const{// default props\nsrcType=\"URL\",srcUrl,srcFile=\"\",posterEnabled=false,controls=false,playing=true,loop=true,muted=true,playsinline=true,restartOnEnter=false,objectFit=\"cover\",backgroundColor=\"rgba(0,0,0,0)\",radius=0,volume=25,startTime:startTimeProp=0,poster,playing:playingProp,progress,onSeeked,onPause,onPlay,onEnd,onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp}=props;const videoRef=useRef();const isSafari=useIsBrowserSafari();const wasPausedOnLeave=useRef(null);const wasEndedOnLeave=useRef(null);const isOnCanvas=useIsOnCanvas();const renderTarget=useRenderTarget();const isStaticRenderer=isOnCanvas||renderTarget===RenderTarget.export;const borderRadius=useRadius(props);// Hard-coding `autoplayBehavior` and `isInViewport` when on canvas as a\n// tiny perf optimization. isStaticRenderer won\u2019t change through the lifecycle of\n// the component, so using these hooks conditionally should be safe\nconst autoplayBehavior=isStaticRenderer?\"no-autoplay\":useAutoplayBehavior({playingProp,muted,loop,playsinline,controls});const isInViewport=isStaticRenderer?true:useInView(videoRef);const isCloseToViewport=isStaticRenderer?false:useInView(videoRef,{margin:\"10%\",once:true});// Video elements behave oddly at 100% duration\nconst startTime=startTimeProp===100?99.9:startTimeProp;const{play,pause,setProgress,isPlaying}=usePlaybackControls(videoRef);// Pause/play via props\nuseEffect(()=>{if(isStaticRenderer)return;if(autoplayBehavior===\"on-viewport\")return;if(playingProp)play();else pause();},[autoplayBehavior,playingProp]);// Pause/play via viewport\nuseEffect(()=>{if(isStaticRenderer)return;// this also explicitly retries playing for videos that play on-mount, which could fail if they're not muted for example\nif(isInViewport&&playingProp&&autoplayBehavior!==\"no-autoplay\")play();if(autoplayBehavior!==\"on-viewport\")return;pause();},[autoplayBehavior,isInViewport,playingProp]);useEffect(()=>{if(!isOnCanvas||poster||posterEnabled||startTime||!videoRef.current)return;// forces a poster to show up when the video is in an iframe; this is needed when `poster` changes\nvideoRef.current.currentTime=.01;},[posterEnabled,poster,startTime]);/**\n     * The Video component has some effects that sync the video element with props\n     * like `startTime`, `progress`, etc. React calls these effects whenever these\n     * props change. However, it also calls them on the first mount, and this is\n     * troublesome \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     */const isMountedAndReadyForProgressChanges=useRef(false);// Allow scrubbling via progress prop\n// 1) Handle cases when the progress prop itself changes\nuseEffect(()=>{if(!isMountedAndReadyForProgressChanges.current){isMountedAndReadyForProgressChanges.current=true;return;}const rawProgressValue=isMotionValue(progress)?progress.get():(progress??0)*.01;setProgress(// When the progress value exists (e.g. <Video startTime={10}\n// progress={50} />), we respect the `progress` value over\n// `startTime`, even if `startTime` changes. That\u2019s because\n// `startTime` == start == changing it shouldn\u2019t affect the current\n// progress\n(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??0)/100);},[startTime,srcFile,srcUrl,progress]);// 2) Handle cases when the motion value inside the progress prop changes\nuseEffect(()=>{if(!isMotionValue(progress))return;return progress.on(\"change\",value=>setProgress(value));},[progress]);// (Prototyping) Checking if we need to play on navigation enter\nuseOnEnter(()=>{if(wasPausedOnLeave.current===null)return;if(videoRef.current){// if (restartOnEnter) setProgress(0)\nif(!wasEndedOnLeave&&loop||!wasPausedOnLeave.current)play();}});// (Prototyping) Pausing & saving playing state on navigation exit\nuseOnExit(()=>{if(videoRef.current){wasEndedOnLeave.current=videoRef.current.ended;wasPausedOnLeave.current=videoRef.current.paused;pause();}});const src=useMemo(()=>{let fragment=\"\";// if (\n//     startTime > 0 &&\n//     videoRef.current &&\n//     !isNaN(videoRef.current.duration) &&\n//     !isStaticRenderer\n// ) {\n//     console.log(startTime, videoRef.current.duration)\n//     fragment = `#t=${startTime * videoRef.current.duration}`\n// }\nif(srcType===\"URL\")return srcUrl+fragment;if(srcType===\"Upload\")return srcFile+fragment;},[srcType,srcFile,srcUrl,startTime]);// Autoplay via JS to work in Safari\nuseEffect(()=>{if(isSafari&&videoRef.current&&autoplayBehavior===\"on-mount\"){setTimeout(()=>play(),50);}},[]);// Volume Control\nuseEffect(()=>{if(videoRef.current&&!muted)videoRef.current.volume=(volume??0)/100;},[volume]);// When video is ready, set start-time, then autoplay if needed\nconst handleReady=()=>{const video=videoRef.current;if(!video)return;if(video.currentTime<.3&&startTime>0)setProgress((startTime??0)*.01);if(// when the component updates (e.g. only srcFile/url changes), and the video was already playing, keep playing\nisPlaying.current||autoplayBehavior===\"on-mount\"||playingProp&&autoplayBehavior===\"on-viewport\"&&isInViewport)play();};return /*#__PURE__*/_jsx(\"video\",{onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,src:src,loop:loop,ref:videoRef,onSeeked:e=>onSeeked?.(e),onPause:e=>onPause?.(e),onPlay:e=>onPlay?.(e),onEnded:e=>onEnd?.(e),autoPlay:isPlaying.current||autoplayBehavior===\"on-mount\"||playingProp&&autoplayBehavior===\"on-viewport\"&&isInViewport,preload:isPlaying.current?\"auto\":isStaticRenderer&&!poster?\"metadata\":autoplayBehavior!==\"on-mount\"&&!isCloseToViewport?\"none\":// `autoplay` overrides this too\n\"metadata\",poster:posterEnabled&&!srcFile&&srcUrl===defaultVideo?\"https://framerusercontent.com/images/5ILRvlYXf72kHSVHqpa3snGzjU.jpg\":posterEnabled&&poster?poster:undefined,onLoadedData:handleReady,controls:controls,muted:isStaticRenderer?true:muted,playsInline:playsinline,style:{cursor:!!onClick?\"pointer\":\"auto\",width:\"100%\",height:\"100%\",borderRadius,display:\"block\",objectFit:objectFit,backgroundColor:backgroundColor,objectPosition:\"50% 50%\"}});});Video.displayName=\"Video\";function capitalizeFirstLetter(value){return value.charAt(0).toUpperCase()+value.slice(1);}export function titleCase(value){const groups=value.match(/[A-Z]{2,}|[A-Z][a-z]+|[a-z]+|[A-Z]|\\d+/gu)||[];return groups.map(capitalizeFirstLetter).join(\" \");}const objectFitOptions=[\"cover\",\"fill\",\"contain\",\"scale-down\",\"none\"];addPropertyControls(Video,{srcType:{type:ControlType.Enum,displaySegmentedControl:true,title:\"Source\",options:[\"URL\",\"Upload\"]},srcUrl:{type:ControlType.String,title:\"URL\",defaultValue:\"https://framerusercontent.com/assets/MLWPbW1dUQawJLhhun3dBwpgJak.mp4\",hidden(props){return props.srcType===\"Upload\";}},srcFile:{type:ControlType.File,title:\"File\",allowedFileTypes:[\"mp4\",\"webm\"],hidden(props){return props.srcType===\"URL\";}},playing:{type:ControlType.Boolean,title:\"Playing\",enabledTitle:\"Yes\",disabledTitle:\"No\"},...borderRadiusControl,posterEnabled:{type:ControlType.Boolean,title:\"Poster\",enabledTitle:\"Yes\",disabledTitle:\"No\"},poster:{type:ControlType.Image,title:\"Image\",hidden:({posterEnabled})=>!posterEnabled,description:\"We recommend adding a poster. [Learn more](https://www.framer.com/help/articles/how-are-videos-optimized-in-framer/).\"},backgroundColor:{type:ControlType.Color,title:\"Background\",defaultValue:\"rgba(0,0,0,0)\"},startTime:{title:\"Start Time\",type:ControlType.Number,min:0,max:100,step:.1,unit:\"%\"},loop:{type:ControlType.Boolean,title:\"Loop\",enabledTitle:\"Yes\",disabledTitle:\"No\"},objectFit:{type:ControlType.Enum,title:\"Fit\",options:objectFitOptions,optionTitles:objectFitOptions.map(titleCase)},// restartOnEnter: {\n//     type: ControlType.Boolean,\n//     title: \"On ReEnter\",\n//     enabledTitle: \"Restart\",\n//     disabledTitle: \"Resume\",\n// },\ncontrols:{type:ControlType.Boolean,title:\"Controls\",enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:false},muted:{type:ControlType.Boolean,title:\"Muted\",enabledTitle:\"Yes\",disabledTitle:\"No\"},volume:{type:ControlType.Number,max:100,min:0,unit:\"%\",hidden:({muted})=>muted,defaultValue:25},onEnd:{type:ControlType.EventHandler},onSeeked:{type:ControlType.EventHandler},onPause:{type:ControlType.EventHandler},onPlay:{type:ControlType.EventHandler},...defaultEvents});\nexport const __FramerMetadata__ = {\"exports\":{\"VideoProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"titleCase\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"Video\":{\"type\":\"reactComponent\",\"name\":\"Video\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"112\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicWidth\":\"200\",\"framerSupportedLayoutHeight\":\"any-prefer-fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Video.map", "// Generated by Framer (400c93f)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getPropertyControls,SmartComponentScopedContainer,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{Icon as Phosphor1}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/CAjjxbTJBxHwH1MagCef/Phosphor.js\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";const PhosphorFonts=getFonts(Phosphor);const Phosphor1Controls=getPropertyControls(Phosphor1);const serializationHash=\"framer-pcZgP\";const variantClassNames={EngDZ6vLN:\"framer-v-1fm2g13\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableEnumMap={Bold:\"bold\",Duotone:\"duotone\",Fill:\"fill\",Light:\"light\",Regular:\"regular\",Thin:\"thin\"};const getProps=({background,height,icon,iconColor,iconType,id,width,...props})=>{return{...props,aVqo9qxJh:background??props.aVqo9qxJh??\"var(--token-5193c132-1f09-4dcb-bab5-2e832c8fc73b, rgb(197, 252, 247))\",BH9fyJIqf:iconColor??props.BH9fyJIqf??\"var(--token-fab4826a-a67c-43cb-97b5-c751c306f7d4, rgb(24, 24, 27))\",fX535a8Se:icon??props.fX535a8Se??\"House\",XZvmJMy2P:humanReadableEnumMap[iconType]??iconType??props.XZvmJMy2P??\"bold\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,aVqo9qxJh,fX535a8Se,BH9fyJIqf,XZvmJMy2P,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"EngDZ6vLN\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1fm2g13\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"EngDZ6vLN\",ref:refBinding,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(24, 24, 27, 0.05)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:aVqo9qxJh,borderBottomLeftRadius:4,borderBottomRightRadius:4,borderTopLeftRadius:4,borderTopRightRadius:4,...style},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1wpy0cb-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"XzTZvhVt2-container\",nodeId:\"XzTZvhVt2\",rendersWithMotion:true,scopeId:\"UFk_T8v2b\",children:/*#__PURE__*/_jsx(Phosphor,{color:BH9fyJIqf,height:\"100%\",iconSearch:\"House\",iconSelection:fX535a8Se,id:\"XzTZvhVt2\",layoutId:\"XzTZvhVt2\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:XZvmJMy2P,width:\"100%\"})})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-pcZgP.framer-1spe0o6, .framer-pcZgP .framer-1spe0o6 { display: block; }\",\".framer-pcZgP.framer-1fm2g13 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 18px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 18px; will-change: var(--framer-will-change-override, transform); }\",\".framer-pcZgP .framer-1wpy0cb-container { flex: none; height: 14px; position: relative; width: 14px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-pcZgP.framer-1fm2g13 { gap: 0px; } .framer-pcZgP.framer-1fm2g13 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-pcZgP.framer-1fm2g13 > :first-child { margin-left: 0px; } .framer-pcZgP.framer-1fm2g13 > :last-child { margin-right: 0px; } }\",'.framer-pcZgP[data-border=\"true\"]::after, .framer-pcZgP [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 18\n * @framerIntrinsicWidth 18\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"aVqo9qxJh\":\"background\",\"fX535a8Se\":\"icon\",\"BH9fyJIqf\":\"iconColor\",\"XZvmJMy2P\":\"iconType\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerUFk_T8v2b=withCSS(Component,css,\"framer-pcZgP\");export default FramerUFk_T8v2b;FramerUFk_T8v2b.displayName=\"IconStamp\";FramerUFk_T8v2b.defaultProps={height:18,width:18};addPropertyControls(FramerUFk_T8v2b,{aVqo9qxJh:{defaultValue:'var(--token-5193c132-1f09-4dcb-bab5-2e832c8fc73b, rgb(197, 252, 247)) /* {\"name\":\"Light\"} */',title:\"Background\",type:ControlType.Color},fX535a8Se:Phosphor1Controls?.[\"iconSelection\"]&&{...Phosphor1Controls[\"iconSelection\"],defaultValue:\"House\",description:undefined,hidden:undefined,title:\"Icon\"},BH9fyJIqf:{defaultValue:'var(--token-fab4826a-a67c-43cb-97b5-c751c306f7d4, rgb(24, 24, 27)) /* {\"name\":\"Default\"} */',title:\"Icon Color\",type:ControlType.Color},XZvmJMy2P:Phosphor1Controls?.[\"weight\"]&&{...Phosphor1Controls[\"weight\"],defaultValue:\"bold\",description:undefined,hidden:undefined,title:\"Icon Type\"}});addFonts(FramerUFk_T8v2b,[{explicitInter:true,fonts:[]},...PhosphorFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerUFk_T8v2b\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"18\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerVariables\":\"{\\\"aVqo9qxJh\\\":\\\"background\\\",\\\"fX535a8Se\\\":\\\"icon\\\",\\\"BH9fyJIqf\\\":\\\"iconColor\\\",\\\"XZvmJMy2P\\\":\\\"iconType\\\"}\",\"framerContractVersion\":\"1\",\"framerColorSyntax\":\"true\",\"framerIntrinsicWidth\":\"18\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./UFk_T8v2b.map", "// Generated by Framer (f8e3bf6)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getPropertyControls,RichText,SmartComponentScopedContainer,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import IconStamp from\"https://framerusercontent.com/modules/8ZRdPlrXsK5thtNYg06g/w1bvFy9ekWkuUOmBotBp/UFk_T8v2b.js\";const IconStampFonts=getFonts(IconStamp);const IconStampControls=getPropertyControls(IconStamp);const cycleOrder=[\"E0QyJuOLa\",\"v35VaclHk\",\"T08JjuOY8\"];const serializationHash=\"framer-KZg97\";const variantClassNames={E0QyJuOLa:\"framer-v-cro9t1\",T08JjuOY8:\"framer-v-fwswr7\",v35VaclHk:\"framer-v-1ej6003\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableEnumMap={Bold:\"bold\",Duotone:\"duotone\",Fill:\"fill\",Light:\"light\",Regular:\"regular\",Thin:\"thin\"};const humanReadableVariantMap={Big:\"T08JjuOY8\",Fit:\"E0QyJuOLa\",List:\"v35VaclHk\"};const getProps=({background,height,icon,iconColor,iconType,id,text,textColor,width,...props})=>{return{...props,Anh9IX0wB:textColor??props.Anh9IX0wB??\"var(--token-fab4826a-a67c-43cb-97b5-c751c306f7d4, rgb(24, 24, 27))\",BHnpdCm3X:icon??props.BHnpdCm3X??\"House\",cuUcajJ8q:iconColor??props.cuUcajJ8q??\"var(--token-fab4826a-a67c-43cb-97b5-c751c306f7d4, rgb(24, 24, 27))\",JDvLGbB2M:background??props.JDvLGbB2M??\"var(--token-5193c132-1f09-4dcb-bab5-2e832c8fc73b, rgb(197, 252, 247))\",KJt15f0r4:humanReadableEnumMap[iconType]??iconType??props.KJt15f0r4??\"bold\",variant:humanReadableVariantMap[props.variant]??props.variant??\"E0QyJuOLa\",VijYI08Sw:text??props.VijYI08Sw??\"Boost authorization rates\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,VijYI08Sw,JDvLGbB2M,BHnpdCm3X,cuUcajJ8q,KJt15f0r4,Anh9IX0wB,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"E0QyJuOLa\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-cro9t1\",className,classNames),\"data-framer-name\":\"Fit\",layoutDependency:layoutDependency,layoutId:\"E0QyJuOLa\",ref:refBinding,style:{borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,...style},...addPropertyOverrides({T08JjuOY8:{\"data-framer-name\":\"Big\"},v35VaclHk:{\"data-framer-name\":\"List\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:18,width:\"18px\",y:(componentViewport?.y||0)+3,...addPropertyOverrides({T08JjuOY8:{height:20,width:\"20px\",y:(componentViewport?.y||0)+6}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-96gn7u-container\",layoutDependency:layoutDependency,layoutId:\"Ql6TPc88r-container\",nodeId:\"Ql6TPc88r\",rendersWithMotion:true,scopeId:\"phFk4rjcz\",children:/*#__PURE__*/_jsx(IconStamp,{aVqo9qxJh:JDvLGbB2M,BH9fyJIqf:cuUcajJ8q,fX535a8Se:BHnpdCm3X,height:\"100%\",id:\"Ql6TPc88r\",layoutId:\"Ql6TPc88r\",style:{height:\"100%\",width:\"100%\"},width:\"100%\",XZvmJMy2P:KJt15f0r4})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-open-type-features\":\"'salt' on\",\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.1px\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-Anh9IX0wB-phFk4rjcz))\"},children:\"Boost authorization rates\"})}),className:\"framer-mu9ov4\",\"data-framer-name\":\"Boost authorization rates\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"jMnuMk56a\",style:{\"--extracted-r6o4lv\":\"var(--variable-reference-Anh9IX0wB-phFk4rjcz)\",\"--framer-paragraph-spacing\":\"0px\",\"--variable-reference-Anh9IX0wB-phFk4rjcz\":Anh9IX0wB},text:VijYI08Sw,verticalAlignment:\"center\",withExternalLayout:true,...addPropertyOverrides({T08JjuOY8:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-open-type-features\":\"'salt' on\",\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.1px\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-Anh9IX0wB-phFk4rjcz))\"},children:\"Boost authorization rates\"})})}},baseVariant,gestureVariant)})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-KZg97.framer-1ee1t6c, .framer-KZg97 .framer-1ee1t6c { display: block; }\",\".framer-KZg97.framer-cro9t1 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 2px 0px 2px 30px; position: relative; width: min-content; }\",\".framer-KZg97 .framer-96gn7u-container { flex: none; height: 18px; left: 0px; position: absolute; top: 3px; width: 18px; z-index: 1; }\",\".framer-KZg97 .framer-mu9ov4 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-KZg97.framer-v-1ej6003.framer-cro9t1 { width: 400px; }\",\".framer-KZg97.framer-v-1ej6003 .framer-mu9ov4 { flex: 1 0 0px; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-KZg97.framer-v-fwswr7.framer-cro9t1 { padding: 2px 0px 2px 36px; width: 400px; }\",\".framer-KZg97.framer-v-fwswr7 .framer-96gn7u-container { height: 20px; top: 6px; width: 20px; }\",\".framer-KZg97.framer-v-fwswr7 .framer-mu9ov4 { --framer-text-wrap: balance; flex: 1 0 0px; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 23.5\n * @framerIntrinsicWidth 196\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"v35VaclHk\":{\"layout\":[\"fixed\",\"auto\"]},\"T08JjuOY8\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"VijYI08Sw\":\"text\",\"JDvLGbB2M\":\"background\",\"BHnpdCm3X\":\"icon\",\"cuUcajJ8q\":\"iconColor\",\"KJt15f0r4\":\"iconType\",\"Anh9IX0wB\":\"textColor\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerphFk4rjcz=withCSS(Component,css,\"framer-KZg97\");export default FramerphFk4rjcz;FramerphFk4rjcz.displayName=\"BulletItem\";FramerphFk4rjcz.defaultProps={height:23.5,width:196};addPropertyControls(FramerphFk4rjcz,{variant:{options:[\"E0QyJuOLa\",\"v35VaclHk\",\"T08JjuOY8\"],optionTitles:[\"Fit\",\"List\",\"Big\"],title:\"Variant\",type:ControlType.Enum},VijYI08Sw:{defaultValue:\"Boost authorization rates\",displayTextArea:false,title:\"Text\",type:ControlType.String},JDvLGbB2M:{defaultValue:'var(--token-5193c132-1f09-4dcb-bab5-2e832c8fc73b, rgb(197, 252, 247)) /* {\"name\":\"Light\"} */',title:\"Background\",type:ControlType.Color},BHnpdCm3X:IconStampControls?.[\"fX535a8Se\"]&&{...IconStampControls[\"fX535a8Se\"],defaultValue:\"House\",description:undefined,hidden:undefined,title:\"Icon\"},cuUcajJ8q:{defaultValue:'var(--token-fab4826a-a67c-43cb-97b5-c751c306f7d4, rgb(24, 24, 27)) /* {\"name\":\"Default\"} */',title:\"Icon Color\",type:ControlType.Color},KJt15f0r4:IconStampControls?.[\"XZvmJMy2P\"]&&{...IconStampControls[\"XZvmJMy2P\"],defaultValue:\"bold\",description:undefined,hidden:undefined,title:\"Icon Type\"},Anh9IX0wB:{defaultValue:\"var(--token-fab4826a-a67c-43cb-97b5-c751c306f7d4, rgb(24, 24, 27))\",title:\"Text Color\",type:ControlType.Color}});addFonts(FramerphFk4rjcz,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5A3Ce6C9YYmCjpQx9M4inSaKU.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/Qx95Xyt0Ka3SGhinnbXIGpEIyP4.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/6mJuEAguuIuMog10gGvH5d3cl8.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/xYYWaj7wCU5zSQH0eXvSaS19wo.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/otTaNuNpVK4RbdlT7zDDdKvQBA.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/d3tHnaQIAeqiE5hGcRw4mmgWYU.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/DolVirEGb34pEXEp8t8FQBSK4.woff2\",weight:\"500\"}]},...IconStampFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerphFk4rjcz\",\"slots\":[],\"annotations\":{\"framerAutoSizeImages\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"23.5\",\"framerColorSyntax\":\"true\",\"framerVariables\":\"{\\\"VijYI08Sw\\\":\\\"text\\\",\\\"JDvLGbB2M\\\":\\\"background\\\",\\\"BHnpdCm3X\\\":\\\"icon\\\",\\\"cuUcajJ8q\\\":\\\"iconColor\\\",\\\"KJt15f0r4\\\":\\\"iconType\\\",\\\"Anh9IX0wB\\\":\\\"textColor\\\"}\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"v35VaclHk\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"T08JjuOY8\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"196\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./phFk4rjcz.map", "// Generated by Framer (1bcc82d)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getLoadingLazyAtYPosition,Image,ResolveLinks,RichText,SmartComponentScopedContainer,SVG,useComponentViewport,useLocaleInfo,useRouter,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{Video}from\"https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/7qT0r3So12155VV5Jq5x/Video.js\";import Button from\"https://framerusercontent.com/modules/1EQwyiU5K7MobY0YamfE/LFmoQanBky6MmXjVpBgq/j904kQPiK.js\";const ButtonFonts=getFonts(Button);const VideoFonts=getFonts(Video);const cycleOrder=[\"wQ7QVteUo\",\"O_icsWCqh\"];const serializationHash=\"framer-ijwrh\";const variantClassNames={O_icsWCqh:\"framer-v-8e89f7\",wQ7QVteUo:\"framer-v-lb8f5c\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Desktop:\"wQ7QVteUo\",Mobile:\"O_icsWCqh\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"wQ7QVteUo\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"wQ7QVteUo\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const router=useRouter();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-lb8f5c\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"wQ7QVteUo\",ref:refBinding,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(0, 0, 0, 0.1)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-f12453db-6ccb-4d21-93e2-bdb17ce40fd2, rgb(24, 24, 27))\",borderBottomLeftRadius:32,borderBottomRightRadius:32,borderTopLeftRadius:32,borderTopRightRadius:32,...style},variants:{O_icsWCqh:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16}},...addPropertyOverrides({O_icsWCqh:{\"data-framer-name\":\"Mobile\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1a85lch\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"yNX4tYZGt\",children:[/*#__PURE__*/_jsxs(SVG,{className:\"framer-13fwphc\",\"data-framer-name\":\"Logo\",layoutDependency:layoutDependency,layoutId:\"zk4SRwVCi\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 99.766 32.656\" overflow=\"visible\"><g><g><defs><linearGradient id=\"idszk4SRwVCi_2g247810100\" x1=\"0.9593908893962928\" x2=\"0.040609110603707255\" y1=\"1\" y2=\"0\"><stop offset=\"0\" stop-color=\"rgb(178,246,61)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(146,255,247)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 0 22.934 L 0 7.809 C 0 3.496 3.496 0 7.809 0 L 24.009 0 C 25.133 0 26.209 0.458 26.989 1.268 L 31.499 5.95 L 31.634 6.098 C 32.292 6.852 32.655 7.82 32.655 8.821 L 32.655 24.847 C 32.655 29.16 29.159 32.656 24.846 32.656 L 9.721 32.656 C 8.695 32.656 7.705 32.275 6.944 31.586 L 6.794 31.443 L 1.212 25.861 C 0.436 25.085 0 24.032 0 22.934 Z M 4.733 20.87 L 4.733 8.756 C 4.733 6.535 6.534 4.734 8.755 4.733 L 21.608 4.733 C 22.482 4.733 23.318 5.089 23.924 5.718 L 27.024 8.937 L 27.129 9.052 C 27.639 9.636 27.923 10.387 27.923 11.167 L 27.923 23.9 C 27.923 26.122 26.122 27.923 23.9 27.923 L 11.786 27.923 C 10.986 27.923 10.218 27.626 9.628 27.092 L 9.512 26.982 L 5.674 23.143 C 5.071 22.54 4.733 21.722 4.733 20.87 Z M 11.832 18.775 L 13.881 20.824 L 20.824 20.824 L 20.824 13.544 L 19.176 11.832 L 11.832 11.832 Z M 23.19 22.007 C 23.19 22.661 22.66 23.19 22.007 23.19 L 13.85 23.19 C 13.281 23.19 12.733 22.979 12.312 22.597 L 12.23 22.519 L 10.136 20.426 C 9.707 19.996 9.466 19.413 9.466 18.806 L 9.466 10.648 C 9.466 9.994 9.996 9.465 10.649 9.465 L 19.208 9.465 C 19.79 9.465 20.351 9.686 20.776 10.085 L 20.858 10.167 L 22.549 11.922 L 22.624 12.004 C 22.988 12.421 23.19 12.956 23.19 13.512 L 23.19 22.006 Z M 7.1 20.87 C 7.1 21.095 7.19 21.31 7.349 21.47 L 11.187 25.308 L 11.249 25.364 C 11.401 25.489 11.591 25.557 11.787 25.557 L 23.9 25.557 C 24.815 25.557 25.556 24.815 25.556 23.9 L 25.556 11.168 C 25.556 10.977 25.492 10.791 25.373 10.641 L 25.319 10.58 L 22.219 7.36 C 22.059 7.194 21.839 7.1 21.608 7.1 L 8.755 7.1 C 7.841 7.1 7.099 7.842 7.099 8.757 L 7.099 20.871 Z M 2.367 22.934 C 2.367 23.404 2.554 23.855 2.887 24.187 L 8.469 29.77 L 8.533 29.83 C 8.858 30.125 9.282 30.29 9.723 30.29 L 24.847 30.29 C 27.853 30.29 30.29 27.853 30.29 24.847 L 30.29 8.821 C 30.29 8.391 30.134 7.977 29.852 7.655 L 29.795 7.592 L 25.285 2.91 C 24.951 2.563 24.49 2.367 24.009 2.367 L 7.809 2.367 C 4.804 2.368 2.368 4.803 2.367 7.808 L 2.367 22.933 Z\" fill=\"url(#idszk4SRwVCi_2g247810100)\"></path></g><path d=\"M 96.626 24.608 L 96.626 9.822 L 99.709 9.822 L 99.709 24.608 Z M 96.569 7.71 L 96.569 4.599 L 99.766 4.599 L 99.766 7.71 Z M 84.581 24.951 C 81.698 24.951 79.415 23.495 79.415 20.498 C 79.415 16.844 82.697 15.588 86.208 15.588 C 87.892 15.588 88.72 15.588 89.947 15.759 L 89.947 15.16 C 89.947 13.048 89.005 11.935 86.465 11.935 C 84.952 11.935 83.468 12.391 83.011 14.075 L 80.356 14.075 C 80.813 11.335 83.04 9.48 86.579 9.48 C 88.519 9.48 90.089 9.965 91.317 11.078 C 92.43 12.048 92.944 13.533 92.944 15.474 L 92.944 21.982 C 92.944 22.524 93.287 22.752 93.744 22.752 C 93.972 22.752 94.343 22.724 94.657 22.639 L 94.657 24.579 C 94.4 24.637 93.687 24.722 92.716 24.722 C 91.203 24.722 90.261 24.408 90.118 23.523 L 89.976 22.639 L 89.947 22.639 C 89.091 23.894 87.178 24.951 84.581 24.951 Z M 85.637 22.753 C 88.263 22.753 89.947 21.097 89.947 18.985 L 89.947 18.043 C 88.805 17.872 87.949 17.786 86.407 17.786 C 84.295 17.786 82.469 18.528 82.469 20.326 C 82.469 21.839 83.668 22.753 85.637 22.753 Z M 64.578 24.779 C 62.238 24.779 60.496 23.837 60.496 20.755 L 60.496 12.277 L 58.156 12.277 L 58.156 9.822 L 60.496 9.822 L 60.496 5.312 L 63.579 5.312 L 63.579 9.822 L 67.375 9.822 L 67.375 12.277 L 63.579 12.277 L 63.579 19.955 C 63.579 21.497 64.292 22.096 65.634 22.096 C 66.176 22.096 66.747 21.982 67.204 21.839 L 67.204 24.409 C 66.349 24.65 65.466 24.774 64.578 24.779 Z M 50.248 24.951 C 47.48 24.951 45.968 23.781 45.054 22.211 L 44.997 22.211 L 44.997 24.608 L 42 24.608 L 42 4 L 45.054 4 L 45.054 12.106 L 45.111 12.106 C 45.939 10.565 47.623 9.48 50.135 9.48 C 54.473 9.48 56.985 13.02 56.985 17.158 C 56.985 21.497 54.245 24.951 50.249 24.951 Z M 49.478 22.411 C 52.361 22.411 53.96 20.041 53.96 17.187 C 53.96 14.532 52.418 11.992 49.478 11.992 C 46.681 11.992 45.025 14.247 45.025 17.187 C 45.025 19.984 46.652 22.41 49.478 22.41 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 70 27.617 L 74.459 5.5 L 76.999 5.5 L 72.483 27.616 L 70 27.616 Z\" fill=\"rgb(181,253,146)\"></path></g></svg>',withExternalLayout:true,...addPropertyOverrides({O_icsWCqh:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 99.766 32.656\" overflow=\"visible\"><g><g><defs><linearGradient id=\"idsO_icsWCqhzk4SRwVCi_2g247810100\" x1=\"0.9593908893962928\" x2=\"0.040609110603707255\" y1=\"1\" y2=\"0\"><stop offset=\"0\" stop-color=\"rgb(178,246,61)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(146,255,247)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 0 22.934 L 0 7.809 C 0 3.496 3.496 0 7.809 0 L 24.009 0 C 25.133 0 26.209 0.458 26.989 1.268 L 31.499 5.95 L 31.634 6.098 C 32.292 6.852 32.655 7.82 32.655 8.821 L 32.655 24.847 C 32.655 29.16 29.159 32.656 24.846 32.656 L 9.721 32.656 C 8.695 32.656 7.705 32.275 6.944 31.586 L 6.794 31.443 L 1.212 25.861 C 0.436 25.085 0 24.032 0 22.934 Z M 4.733 20.87 L 4.733 8.756 C 4.733 6.535 6.534 4.734 8.755 4.733 L 21.608 4.733 C 22.482 4.733 23.318 5.089 23.924 5.718 L 27.024 8.937 L 27.129 9.052 C 27.639 9.636 27.923 10.387 27.923 11.167 L 27.923 23.9 C 27.923 26.122 26.122 27.923 23.9 27.923 L 11.786 27.923 C 10.986 27.923 10.218 27.626 9.628 27.092 L 9.512 26.982 L 5.674 23.143 C 5.071 22.54 4.733 21.722 4.733 20.87 Z M 11.832 18.775 L 13.881 20.824 L 20.824 20.824 L 20.824 13.544 L 19.176 11.832 L 11.832 11.832 Z M 23.19 22.007 C 23.19 22.661 22.66 23.19 22.007 23.19 L 13.85 23.19 C 13.281 23.19 12.733 22.979 12.312 22.597 L 12.23 22.519 L 10.136 20.426 C 9.707 19.996 9.466 19.413 9.466 18.806 L 9.466 10.648 C 9.466 9.994 9.996 9.465 10.649 9.465 L 19.208 9.465 C 19.79 9.465 20.351 9.686 20.776 10.085 L 20.858 10.167 L 22.549 11.922 L 22.624 12.004 C 22.988 12.421 23.19 12.956 23.19 13.512 L 23.19 22.006 Z M 7.1 20.87 C 7.1 21.095 7.19 21.31 7.349 21.47 L 11.187 25.308 L 11.249 25.364 C 11.401 25.489 11.591 25.557 11.787 25.557 L 23.9 25.557 C 24.815 25.557 25.556 24.815 25.556 23.9 L 25.556 11.168 C 25.556 10.977 25.492 10.791 25.373 10.641 L 25.319 10.58 L 22.219 7.36 C 22.059 7.194 21.839 7.1 21.608 7.1 L 8.755 7.1 C 7.841 7.1 7.099 7.842 7.099 8.757 L 7.099 20.871 Z M 2.367 22.934 C 2.367 23.404 2.554 23.855 2.887 24.187 L 8.469 29.77 L 8.533 29.83 C 8.858 30.125 9.282 30.29 9.723 30.29 L 24.847 30.29 C 27.853 30.29 30.29 27.853 30.29 24.847 L 30.29 8.821 C 30.29 8.391 30.134 7.977 29.852 7.655 L 29.795 7.592 L 25.285 2.91 C 24.951 2.563 24.49 2.367 24.009 2.367 L 7.809 2.367 C 4.804 2.368 2.368 4.803 2.367 7.808 L 2.367 22.933 Z\" fill=\"url(#idsO_icsWCqhzk4SRwVCi_2g247810100)\"></path></g><path d=\"M 96.626 24.608 L 96.626 9.822 L 99.709 9.822 L 99.709 24.608 Z M 96.569 7.71 L 96.569 4.599 L 99.766 4.599 L 99.766 7.71 Z M 84.581 24.951 C 81.698 24.951 79.415 23.495 79.415 20.498 C 79.415 16.844 82.697 15.588 86.208 15.588 C 87.892 15.588 88.72 15.588 89.947 15.759 L 89.947 15.16 C 89.947 13.048 89.005 11.935 86.465 11.935 C 84.952 11.935 83.468 12.391 83.011 14.075 L 80.356 14.075 C 80.813 11.335 83.04 9.48 86.579 9.48 C 88.519 9.48 90.089 9.965 91.317 11.078 C 92.43 12.048 92.944 13.533 92.944 15.474 L 92.944 21.982 C 92.944 22.524 93.287 22.752 93.744 22.752 C 93.972 22.752 94.343 22.724 94.657 22.639 L 94.657 24.579 C 94.4 24.637 93.687 24.722 92.716 24.722 C 91.203 24.722 90.261 24.408 90.118 23.523 L 89.976 22.639 L 89.947 22.639 C 89.091 23.894 87.178 24.951 84.581 24.951 Z M 85.637 22.753 C 88.263 22.753 89.947 21.097 89.947 18.985 L 89.947 18.043 C 88.805 17.872 87.949 17.786 86.407 17.786 C 84.295 17.786 82.469 18.528 82.469 20.326 C 82.469 21.839 83.668 22.753 85.637 22.753 Z M 64.578 24.779 C 62.238 24.779 60.496 23.837 60.496 20.755 L 60.496 12.277 L 58.156 12.277 L 58.156 9.822 L 60.496 9.822 L 60.496 5.312 L 63.579 5.312 L 63.579 9.822 L 67.375 9.822 L 67.375 12.277 L 63.579 12.277 L 63.579 19.955 C 63.579 21.497 64.292 22.096 65.634 22.096 C 66.176 22.096 66.747 21.982 67.204 21.839 L 67.204 24.409 C 66.349 24.65 65.466 24.774 64.578 24.779 Z M 50.248 24.951 C 47.48 24.951 45.968 23.781 45.054 22.211 L 44.997 22.211 L 44.997 24.608 L 42 24.608 L 42 4 L 45.054 4 L 45.054 12.106 L 45.111 12.106 C 45.939 10.565 47.623 9.48 50.135 9.48 C 54.473 9.48 56.985 13.02 56.985 17.158 C 56.985 21.497 54.245 24.951 50.249 24.951 Z M 49.478 22.411 C 52.361 22.411 53.96 20.041 53.96 17.187 C 53.96 14.532 52.418 11.992 49.478 11.992 C 46.681 11.992 45.025 14.247 45.025 17.187 C 45.025 19.984 46.652 22.41 49.478 22.41 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 70 27.617 L 74.459 5.5 L 76.999 5.5 L 72.483 27.616 L 70 27.616 Z\" fill=\"rgb(181,253,146)\"></path></g></svg>'}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(SVG,{className:\"framer-cxyfc0\",layoutDependency:layoutDependency,layoutId:\"yyV2LVdWw\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 32.655 32.656\" overflow=\"visible\"><g><defs><linearGradient id=\"idsyyV2LVdWw_1g247810100\" x1=\"0.9593908893962928\" x2=\"0.040609110603707255\" y1=\"1\" y2=\"0\"><stop offset=\"0\" stop-color=\"rgb(178,246,61)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(146,255,247)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 0 22.934 L 0 7.809 C 0 3.496 3.496 0 7.809 0 L 24.009 0 C 25.133 0 26.209 0.458 26.989 1.268 L 31.499 5.95 L 31.634 6.098 C 32.292 6.852 32.655 7.82 32.655 8.821 L 32.655 24.847 C 32.655 29.16 29.159 32.656 24.846 32.656 L 9.721 32.656 C 8.695 32.656 7.705 32.275 6.944 31.586 L 6.794 31.443 L 1.212 25.861 C 0.436 25.085 0 24.032 0 22.934 Z M 4.733 20.87 L 4.733 8.756 C 4.733 6.535 6.534 4.734 8.755 4.733 L 21.608 4.733 C 22.482 4.733 23.318 5.089 23.924 5.718 L 27.024 8.937 L 27.129 9.052 C 27.639 9.636 27.923 10.387 27.923 11.167 L 27.923 23.9 C 27.923 26.122 26.122 27.923 23.9 27.923 L 11.786 27.923 C 10.986 27.923 10.218 27.626 9.628 27.092 L 9.512 26.982 L 5.674 23.143 C 5.071 22.54 4.733 21.722 4.733 20.87 Z M 11.832 18.775 L 13.881 20.824 L 20.824 20.824 L 20.824 13.544 L 19.176 11.832 L 11.832 11.832 Z M 23.19 22.007 C 23.19 22.661 22.66 23.19 22.007 23.19 L 13.85 23.19 C 13.281 23.19 12.733 22.979 12.312 22.597 L 12.23 22.519 L 10.136 20.426 C 9.707 19.996 9.466 19.413 9.466 18.806 L 9.466 10.648 C 9.466 9.994 9.996 9.465 10.649 9.465 L 19.208 9.465 C 19.79 9.465 20.351 9.686 20.776 10.085 L 20.858 10.167 L 22.549 11.922 L 22.624 12.004 C 22.988 12.421 23.19 12.956 23.19 13.512 L 23.19 22.006 Z M 7.1 20.87 C 7.1 21.095 7.19 21.31 7.349 21.47 L 11.187 25.308 L 11.249 25.364 C 11.401 25.489 11.591 25.557 11.787 25.557 L 23.9 25.557 C 24.815 25.557 25.556 24.815 25.556 23.9 L 25.556 11.168 C 25.556 10.977 25.492 10.791 25.373 10.641 L 25.319 10.58 L 22.219 7.36 C 22.059 7.194 21.839 7.1 21.608 7.1 L 8.755 7.1 C 7.841 7.1 7.099 7.842 7.099 8.757 L 7.099 20.871 Z M 2.367 22.934 C 2.367 23.404 2.554 23.855 2.887 24.187 L 8.469 29.77 L 8.533 29.83 C 8.858 30.125 9.282 30.29 9.723 30.29 L 24.847 30.29 C 27.853 30.29 30.29 27.853 30.29 24.847 L 30.29 8.821 C 30.29 8.391 30.134 7.977 29.852 7.655 L 29.795 7.592 L 25.285 2.91 C 24.951 2.563 24.49 2.367 24.009 2.367 L 7.809 2.367 C 4.804 2.368 2.368 4.803 2.367 7.808 L 2.367 22.933 Z\" fill=\"url(#idsyyV2LVdWw_1g247810100)\"></path></g></svg>',withExternalLayout:true,...addPropertyOverrides({O_icsWCqh:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 32.655 32.656\" overflow=\"visible\"><g><defs><linearGradient id=\"idsO_icsWCqhyyV2LVdWw_1g247810100\" x1=\"0.9593908893962928\" x2=\"0.040609110603707255\" y1=\"1\" y2=\"0\"><stop offset=\"0\" stop-color=\"rgb(178,246,61)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(146,255,247)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 0 22.934 L 0 7.809 C 0 3.496 3.496 0 7.809 0 L 24.009 0 C 25.133 0 26.209 0.458 26.989 1.268 L 31.499 5.95 L 31.634 6.098 C 32.292 6.852 32.655 7.82 32.655 8.821 L 32.655 24.847 C 32.655 29.16 29.159 32.656 24.846 32.656 L 9.721 32.656 C 8.695 32.656 7.705 32.275 6.944 31.586 L 6.794 31.443 L 1.212 25.861 C 0.436 25.085 0 24.032 0 22.934 Z M 4.733 20.87 L 4.733 8.756 C 4.733 6.535 6.534 4.734 8.755 4.733 L 21.608 4.733 C 22.482 4.733 23.318 5.089 23.924 5.718 L 27.024 8.937 L 27.129 9.052 C 27.639 9.636 27.923 10.387 27.923 11.167 L 27.923 23.9 C 27.923 26.122 26.122 27.923 23.9 27.923 L 11.786 27.923 C 10.986 27.923 10.218 27.626 9.628 27.092 L 9.512 26.982 L 5.674 23.143 C 5.071 22.54 4.733 21.722 4.733 20.87 Z M 11.832 18.775 L 13.881 20.824 L 20.824 20.824 L 20.824 13.544 L 19.176 11.832 L 11.832 11.832 Z M 23.19 22.007 C 23.19 22.661 22.66 23.19 22.007 23.19 L 13.85 23.19 C 13.281 23.19 12.733 22.979 12.312 22.597 L 12.23 22.519 L 10.136 20.426 C 9.707 19.996 9.466 19.413 9.466 18.806 L 9.466 10.648 C 9.466 9.994 9.996 9.465 10.649 9.465 L 19.208 9.465 C 19.79 9.465 20.351 9.686 20.776 10.085 L 20.858 10.167 L 22.549 11.922 L 22.624 12.004 C 22.988 12.421 23.19 12.956 23.19 13.512 L 23.19 22.006 Z M 7.1 20.87 C 7.1 21.095 7.19 21.31 7.349 21.47 L 11.187 25.308 L 11.249 25.364 C 11.401 25.489 11.591 25.557 11.787 25.557 L 23.9 25.557 C 24.815 25.557 25.556 24.815 25.556 23.9 L 25.556 11.168 C 25.556 10.977 25.492 10.791 25.373 10.641 L 25.319 10.58 L 22.219 7.36 C 22.059 7.194 21.839 7.1 21.608 7.1 L 8.755 7.1 C 7.841 7.1 7.099 7.842 7.099 8.757 L 7.099 20.871 Z M 2.367 22.934 C 2.367 23.404 2.554 23.855 2.887 24.187 L 8.469 29.77 L 8.533 29.83 C 8.858 30.125 9.282 30.29 9.723 30.29 L 24.847 30.29 C 27.853 30.29 30.29 27.853 30.29 24.847 L 30.29 8.821 C 30.29 8.391 30.134 7.977 29.852 7.655 L 29.795 7.592 L 25.285 2.91 C 24.951 2.563 24.49 2.367 24.009 2.367 L 7.809 2.367 C 4.804 2.368 2.368 4.803 2.367 7.808 L 2.367 22.933 Z\" fill=\"url(#idsO_icsWCqhyyV2LVdWw_1g247810100)\"></path></g></svg>'}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-17gg7qs\",layoutDependency:layoutDependency,layoutId:\"hWhMxs8iW\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 32.655 32.656\" overflow=\"visible\"><path d=\"M 0 22.934 L 0 7.809 C 0 3.496 3.496 0 7.809 0 L 24.009 0 C 25.133 0 26.209 0.458 26.989 1.268 L 31.499 5.95 L 31.634 6.098 C 32.292 6.852 32.655 7.82 32.655 8.821 L 32.655 24.847 C 32.655 29.16 29.159 32.656 24.846 32.656 L 9.721 32.656 C 8.695 32.656 7.705 32.275 6.944 31.586 L 6.794 31.443 L 1.212 25.861 C 0.436 25.085 0 24.032 0 22.934 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1h50cvh\",layoutDependency:layoutDependency,layoutId:\"jFTBzo9n0\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 23.19 23.19\" overflow=\"visible\"><path d=\"M 0 16.137 L 0 4.023 C 0 1.802 1.801 0.001 4.022 0 L 16.875 0 C 17.749 0 18.585 0.356 19.191 0.985 L 22.291 4.204 L 22.396 4.319 C 22.906 4.903 23.19 5.654 23.19 6.434 L 23.19 19.167 C 23.19 21.389 21.389 23.19 19.167 23.19 L 7.053 23.19 C 6.253 23.19 5.485 22.893 4.895 22.359 L 4.779 22.249 L 0.941 18.41 C 0.338 17.807 0 16.989 0 16.137 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1l8nsvu\",layoutDependency:layoutDependency,layoutId:\"e3OhA2Py5\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 8.992 8.992\" overflow=\"visible\"><path d=\"M 0 6.943 L 2.049 8.992 L 8.992 8.992 L 8.992 1.712 L 7.344 0 L 0 0 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1t3ku1c\",layoutDependency:layoutDependency,layoutId:\"AYxnjVp_4\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 13.724 13.725\" overflow=\"visible\"><path d=\"M 13.724 12.542 C 13.724 13.196 13.194 13.725 12.541 13.725 L 4.384 13.725 C 3.815 13.725 3.267 13.514 2.846 13.132 L 2.764 13.054 L 0.67 10.961 C 0.241 10.531 0 9.948 0 9.341 L 0 1.183 C 0 0.529 0.53 0 1.183 0 L 9.742 0 C 10.324 0 10.885 0.221 11.31 0.62 L 11.392 0.702 L 13.083 2.457 L 13.158 2.539 C 13.522 2.956 13.724 3.491 13.724 4.047 L 13.724 12.541 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-dra5ws\",layoutDependency:layoutDependency,layoutId:\"nGG1kJvUD\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 18.457 18.457\" overflow=\"visible\"><path d=\"M 0.001 13.77 C 0.001 13.995 0.091 14.21 0.25 14.37 L 4.088 18.208 L 4.15 18.264 C 4.302 18.389 4.492 18.457 4.688 18.457 L 16.801 18.457 C 17.716 18.457 18.457 17.715 18.457 16.8 L 18.457 4.068 C 18.457 3.877 18.393 3.691 18.274 3.541 L 18.22 3.48 L 15.12 0.26 C 14.96 0.094 14.74 0 14.509 0 L 1.656 0 C 0.742 0 0 0.742 0 1.657 L 0 13.771 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-77njc6\",layoutDependency:layoutDependency,layoutId:\"NGDqJO3rv\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 27.923 27.923\" overflow=\"visible\"><path d=\"M 0 20.567 C 0 21.037 0.187 21.488 0.52 21.82 L 6.102 27.403 L 6.166 27.463 C 6.491 27.758 6.915 27.923 7.356 27.923 L 22.48 27.923 C 25.486 27.923 27.923 25.486 27.923 22.48 L 27.923 6.454 C 27.923 6.024 27.767 5.61 27.485 5.288 L 27.428 5.225 L 22.918 0.543 C 22.584 0.196 22.123 0 21.642 0 L 5.442 0 C 2.437 0.001 0.001 2.436 0 5.441 L 0 20.566 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true})]}),/*#__PURE__*/_jsxs(SVG,{className:\"framer-j0kwon\",layoutDependency:layoutDependency,layoutId:\"He3RVgLyF\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 57.766 20.951\" overflow=\"visible\"><path d=\"M 54.626 20.608 L 54.626 5.822 L 57.709 5.822 L 57.709 20.608 Z M 54.569 3.71 L 54.569 0.599 L 57.766 0.599 L 57.766 3.71 Z M 42.581 20.951 C 39.698 20.951 37.415 19.495 37.415 16.498 C 37.415 12.844 40.697 11.588 44.208 11.588 C 45.892 11.588 46.72 11.588 47.947 11.759 L 47.947 11.16 C 47.947 9.048 47.005 7.935 44.465 7.935 C 42.952 7.935 41.468 8.391 41.011 10.075 L 38.356 10.075 C 38.813 7.335 41.04 5.48 44.579 5.48 C 46.519 5.48 48.089 5.965 49.317 7.078 C 50.43 8.048 50.944 9.533 50.944 11.474 L 50.944 17.982 C 50.944 18.524 51.287 18.752 51.744 18.752 C 51.972 18.752 52.343 18.724 52.657 18.639 L 52.657 20.579 C 52.4 20.637 51.687 20.722 50.716 20.722 C 49.203 20.722 48.261 20.408 48.118 19.523 L 47.976 18.639 L 47.947 18.639 C 47.091 19.894 45.178 20.951 42.581 20.951 Z M 43.637 18.753 C 46.263 18.753 47.947 17.097 47.947 14.985 L 47.947 14.043 C 46.805 13.872 45.949 13.786 44.407 13.786 C 42.295 13.786 40.469 14.528 40.469 16.326 C 40.469 17.839 41.668 18.753 43.637 18.753 Z M 22.578 20.779 C 20.238 20.779 18.496 19.837 18.496 16.755 L 18.496 8.277 L 16.156 8.277 L 16.156 5.822 L 18.496 5.822 L 18.496 1.312 L 21.579 1.312 L 21.579 5.822 L 25.375 5.822 L 25.375 8.277 L 21.579 8.277 L 21.579 15.955 C 21.579 17.497 22.292 18.096 23.634 18.096 C 24.176 18.096 24.747 17.982 25.204 17.839 L 25.204 20.409 C 24.349 20.65 23.466 20.774 22.578 20.779 Z M 8.248 20.951 C 5.48 20.951 3.968 19.781 3.054 18.211 L 2.997 18.211 L 2.997 20.608 L 0 20.608 L 0 0 L 3.054 0 L 3.054 8.106 L 3.111 8.106 C 3.939 6.565 5.623 5.48 8.135 5.48 C 12.473 5.48 14.985 9.02 14.985 13.158 C 14.985 17.497 12.245 20.951 8.249 20.951 Z M 7.478 18.411 C 10.361 18.411 11.96 16.041 11.96 13.187 C 11.96 10.532 10.418 7.992 7.478 7.992 C 4.681 7.992 3.025 10.247 3.025 13.187 C 3.025 15.984 4.652 18.41 7.478 18.41 Z\" fill=\"rgb(255,255,255)\"></path></svg>',withExternalLayout:true,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-yni96a\",layoutDependency:layoutDependency,layoutId:\"ulPRIlzmW\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 3.083 14.786\" overflow=\"visible\"><path d=\"M 0 14.786 L 0 0 L 3.083 0 L 3.083 14.786 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-12pjn1o\",layoutDependency:layoutDependency,layoutId:\"Q1m00p88g\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 3.197 3.111\" overflow=\"visible\"><path d=\"M 0 3.111 L 0 0 L 3.197 0 L 3.197 3.111 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-l9ga8n\",layoutDependency:layoutDependency,layoutId:\"ZniV4XIdB\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 15.242 15.471\" overflow=\"visible\"><path d=\"M 5.166 15.471 C 2.283 15.471 0 14.015 0 11.018 C 0 7.364 3.282 6.108 6.793 6.108 C 8.477 6.108 9.305 6.108 10.532 6.279 L 10.532 5.68 C 10.532 3.568 9.59 2.455 7.05 2.455 C 5.537 2.455 4.053 2.911 3.596 4.595 L 0.941 4.595 C 1.398 1.855 3.625 0 7.164 0 C 9.104 0 10.674 0.485 11.902 1.598 C 13.015 2.568 13.529 4.053 13.529 5.994 L 13.529 12.502 C 13.529 13.044 13.872 13.272 14.329 13.272 C 14.557 13.272 14.928 13.244 15.242 13.159 L 15.242 15.099 C 14.985 15.157 14.272 15.242 13.301 15.242 C 11.788 15.242 10.846 14.928 10.703 14.043 L 10.561 13.159 L 10.532 13.159 C 9.676 14.414 7.763 15.471 5.166 15.471 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-18gtemt\",layoutDependency:layoutDependency,layoutId:\"d64Nj917B\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 7.478 4.967\" overflow=\"visible\"><path d=\"M 3.168 4.967 C 5.794 4.967 7.478 3.311 7.478 1.199 L 7.478 0.257 C 6.336 0.086 5.48 0 3.938 0 C 1.826 0 0 0.742 0 2.54 C 0 4.053 1.199 4.967 3.168 4.967 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1bnkwzj\",layoutDependency:layoutDependency,layoutId:\"VuRLdW_0C\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 9.219 19.467\" overflow=\"visible\"><path d=\"M 6.422 19.467 C 4.082 19.467 2.34 18.525 2.34 15.443 L 2.34 6.965 L 0 6.965 L 0 4.51 L 2.34 4.51 L 2.34 0 L 5.423 0 L 5.423 4.51 L 9.219 4.51 L 9.219 6.965 L 5.423 6.965 L 5.423 14.643 C 5.423 16.185 6.136 16.784 7.478 16.784 C 8.02 16.784 8.591 16.67 9.048 16.527 L 9.048 19.097 C 8.193 19.338 7.31 19.462 6.422 19.467 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1j14nfv\",layoutDependency:layoutDependency,layoutId:\"a_sqxuiIs\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 14.985 20.951\" overflow=\"visible\"><path d=\"M 8.248 20.951 C 5.48 20.951 3.968 19.781 3.054 18.211 L 2.997 18.211 L 2.997 20.608 L 0 20.608 L 0 0 L 3.054 0 L 3.054 8.106 L 3.111 8.106 C 3.939 6.565 5.623 5.48 8.135 5.48 C 12.473 5.48 14.985 9.02 14.985 13.158 C 14.985 17.497 12.245 20.951 8.249 20.951 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-w6yf7y\",layoutDependency:layoutDependency,layoutId:\"c5aAxdG6i\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 8.935 10.419\" overflow=\"visible\"><path d=\"M 4.453 10.419 C 7.336 10.419 8.935 8.049 8.935 5.195 C 8.935 2.54 7.393 0 4.453 0 C 1.656 0 0 2.255 0 5.195 C 0 7.992 1.627 10.418 4.453 10.418 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true})]}),/*#__PURE__*/_jsx(SVG,{className:\"framer-eqm4u2\",layoutDependency:layoutDependency,layoutId:\"C7ZvHQW72\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 6.999 22.117\" overflow=\"visible\"><path d=\"M 0 22.117 L 4.459 0 L 6.999 0 L 2.483 22.116 L 0 22.116 Z\" fill=\"rgb(181,253,146)\"></path></svg>',withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1jcithf\",\"data-framer-name\":\"Frame 1160446076\",layoutDependency:layoutDependency,layoutId:\"lMnnfFOLZ\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-f56fwn\",\"data-framer-name\":\"Frame 1160446125\",layoutDependency:layoutDependency,layoutId:\"vZL9vUTFU\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO05lbyBHcm90ZXNrIE1lZGl1bQ==\",\"--framer-font-family\":'\"Neo Grotesk Medium\", \"Neo Grotesk Medium Placeholder\", sans-serif',\"--framer-font-size\":\"64px\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-line-height\":\"110%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.7))\"},children:[\"Ready to elevate your commerce with AI? \",/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-text-color\":\"var(--extracted-1w3ko1f, rgb(255, 255, 255))\"},children:\"Start today\"}),\".\"]})}),className:\"framer-rhoyma\",\"data-framer-name\":\"tagline\",fonts:[\"CUSTOM;Neo Grotesk Medium\"],layoutDependency:layoutDependency,layoutId:\"HefSVprVo\",style:{\"--extracted-1w3ko1f\":\"rgb(255, 255, 255)\",\"--extracted-r6o4lv\":\"rgba(255, 255, 255, 0.7)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({O_icsWCqh:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO05lbyBHcm90ZXNrIE1lZGl1bQ==\",\"--framer-font-family\":'\"Neo Grotesk Medium\", \"Neo Grotesk Medium Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-line-height\":\"110%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.7))\"},children:[\"Ready to elevate your commerce with AI? \",/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-text-color\":\"var(--extracted-1w3ko1f, rgb(255, 255, 255))\"},children:\"Start today\"}),\".\"]})})}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-kp8lc\",\"data-framer-name\":\"Frame 45\",layoutDependency:layoutDependency,layoutId:\"lQzFQFBIv\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"mxNzAdGs9\"},implicitPathVariables:undefined},{href:{webPageId:\"mxNzAdGs9\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,y:(componentViewport?.y||0)+56+(((componentViewport?.height||449.5)-112-448)/2+0+0)+0+0+0+400+0,...addPropertyOverrides({O_icsWCqh:{width:`calc(${componentViewport?.width||\"100vw\"} - 80px)`,y:(componentViewport?.y||0)+40+(((componentViewport?.height||382)-80-272)/2+0+0)+0+0+0+224+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1elyxen-container\",layoutDependency:layoutDependency,layoutId:\"BlhA9GSUu-container\",nodeId:\"BlhA9GSUu\",rendersWithMotion:true,scopeId:\"yXJjGWSgt\",children:/*#__PURE__*/_jsx(Button,{fyvfrxy_b:\"Request a demo\",height:\"100%\",id:\"BlhA9GSUu\",jYUX3S2uh:resolvedLinks[0],layoutId:\"BlhA9GSUu\",qVOSOnWaj:false,variant:\"Vas65JaYr\",width:\"100%\",WQReWHPdz:\"ArrowRight\",...addPropertyOverrides({O_icsWCqh:{jYUX3S2uh:resolvedLinks[1],style:{width:\"100%\"}}},baseVariant,gestureVariant)})})})})})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1gzqo3x\",\"data-framer-name\":\"BG\",layoutDependency:layoutDependency,layoutId:\"tmJ8xNAJq\",style:{backgroundColor:\"var(--token-34043039-8177-41e0-8f4f-f2fe22a1bcc0, rgb(39, 39, 42))\"},children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0),pixelHeight:1550,pixelWidth:2400,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/gOiWoiRxjwmZ2g4eFoKkXmL1Mo.png?lossless=1\",srcSet:\"https://framerusercontent.com/images/gOiWoiRxjwmZ2g4eFoKkXmL1Mo.png?scale-down-to=512&lossless=1 512w,https://framerusercontent.com/images/gOiWoiRxjwmZ2g4eFoKkXmL1Mo.png?scale-down-to=1024&lossless=1 1024w,https://framerusercontent.com/images/gOiWoiRxjwmZ2g4eFoKkXmL1Mo.png?scale-down-to=2048&lossless=1 2048w,https://framerusercontent.com/images/gOiWoiRxjwmZ2g4eFoKkXmL1Mo.png?lossless=1 2400w\"},className:\"framer-2ot165\",layoutDependency:layoutDependency,layoutId:\"jdlBwEZij\",style:{mask:\"linear-gradient(70deg, rgba(0,0,0,0) 31.274774774774773%, rgba(0,0,0,1) 100%) add\",WebkitMask:\"linear-gradient(70deg, rgba(0,0,0,0) 31.274774774774773%, rgba(0,0,0,1) 100%) add\"},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1dk24p0-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"AXuxCHF7Z-container\",nodeId:\"AXuxCHF7Z\",rendersWithMotion:true,scopeId:\"yXJjGWSgt\",style:{rotate:180},children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"AXuxCHF7Z\",isMixedBorderRadius:false,layoutId:\"AXuxCHF7Z\",loop:true,muted:true,objectFit:\"cover\",playing:true,poster:\"https://framerusercontent.com/images/gOiWoiRxjwmZ2g4eFoKkXmL1Mo.png\",posterEnabled:true,srcFile:\"https://framerusercontent.com/assets/RXZuhs3DQDRb20iSab33d7gfoPk.mp4\",srcType:\"Upload\",srcUrl:\"https://framerusercontent.com/assets/MLWPbW1dUQawJLhhun3dBwpgJak.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})})}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",backgroundSize:1,fit:\"tile\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0),pixelHeight:256,pixelWidth:256,positionX:\"left\",positionY:\"top\",src:\"https://framerusercontent.com/images/6mcf62RlDfRfU61Yg5vb2pefpi4.png\"},className:\"framer-2r18by\",\"data-framer-name\":\"Noise\",layoutDependency:layoutDependency,layoutId:\"qPccAP_sM\",style:{opacity:.05}})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-ijwrh.framer-1lvylpm, .framer-ijwrh .framer-1lvylpm { display: block; }\",\".framer-ijwrh.framer-lb8f5c { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: center; overflow: hidden; padding: 56px; position: relative; width: 1200px; will-change: var(--framer-will-change-override, transform); }\",\".framer-ijwrh .framer-1a85lch { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 72px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-ijwrh .framer-13fwphc { height: 33px; position: relative; width: 100px; }\",\".framer-ijwrh .framer-cxyfc0, .framer-ijwrh .framer-17gg7qs { height: 33px; left: 0px; position: absolute; top: 0px; width: 33px; }\",\".framer-ijwrh .framer-1h50cvh { height: 23px; left: 5px; position: absolute; top: 5px; width: 23px; }\",\".framer-ijwrh .framer-1l8nsvu { height: 9px; left: 12px; position: absolute; top: 12px; width: 9px; }\",\".framer-ijwrh .framer-1t3ku1c { height: 14px; left: 10px; position: absolute; top: 10px; width: 14px; }\",\".framer-ijwrh .framer-dra5ws { height: 19px; left: 7px; position: absolute; top: 7px; width: 19px; }\",\".framer-ijwrh .framer-77njc6 { height: 28px; left: 3px; position: absolute; top: 3px; width: 28px; }\",\".framer-ijwrh .framer-j0kwon { height: 21px; left: 42px; position: absolute; top: 4px; width: 58px; }\",\".framer-ijwrh .framer-yni96a { height: 15px; left: 55px; position: absolute; top: 6px; width: 3px; }\",\".framer-ijwrh .framer-12pjn1o { height: 3px; left: 55px; position: absolute; top: 1px; width: 3px; }\",\".framer-ijwrh .framer-l9ga8n { height: 16px; left: 38px; position: absolute; top: 6px; width: 15px; }\",\".framer-ijwrh .framer-18gtemt { height: 5px; left: 41px; position: absolute; top: 14px; width: 8px; }\",\".framer-ijwrh .framer-1bnkwzj { height: 20px; left: 16px; position: absolute; top: 2px; width: 9px; }\",\".framer-ijwrh .framer-1j14nfv { height: 21px; left: 0px; position: absolute; top: 0px; width: 15px; }\",\".framer-ijwrh .framer-w6yf7y { height: 11px; left: 3px; position: absolute; top: 8px; width: 9px; }\",\".framer-ijwrh .framer-eqm4u2 { height: 22px; left: 70px; position: absolute; top: 6px; width: 7px; }\",\".framer-ijwrh .framer-1jcithf { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-ijwrh .framer-f56fwn { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-ijwrh .framer-rhoyma { --framer-text-wrap: balance; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-ijwrh .framer-kp8lc { 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: 0px; position: relative; width: min-content; }\",\".framer-ijwrh .framer-1elyxen-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-ijwrh .framer-1gzqo3x { bottom: 0px; flex: none; gap: 0px; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; z-index: 0; }\",\".framer-ijwrh .framer-2ot165 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 100%; justify-content: center; left: 0px; overflow: hidden; padding: 0px; position: absolute; right: 0px; top: 0px; z-index: 0; }\",\".framer-ijwrh .framer-1dk24p0-container { bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; z-index: 1; }\",\".framer-ijwrh .framer-2r18by { bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-ijwrh.framer-v-8e89f7.framer-lb8f5c { padding: 40px; width: 390px; }\",\".framer-ijwrh.framer-v-8e89f7 .framer-kp8lc { flex-direction: column; width: 100%; }\",\".framer-ijwrh.framer-v-8e89f7 .framer-1elyxen-container { width: 100%; }\",'.framer-ijwrh[data-border=\"true\"]::after, .framer-ijwrh [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 449.5\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"O_icsWCqh\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FrameryXJjGWSgt=withCSS(Component,css,\"framer-ijwrh\");export default FrameryXJjGWSgt;FrameryXJjGWSgt.displayName=\"EndingCTA\";FrameryXJjGWSgt.defaultProps={height:449.5,width:1200};addPropertyControls(FrameryXJjGWSgt,{variant:{options:[\"wQ7QVteUo\",\"O_icsWCqh\"],optionTitles:[\"Desktop\",\"Mobile\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FrameryXJjGWSgt,[{explicitInter:true,fonts:[{family:\"Neo Grotesk Medium\",source:\"custom\",url:\"https://framerusercontent.com/assets/oY5aWgVTrI5j3zt68ub5vzvaKBU.woff2\"}]},...ButtonFonts,...VideoFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameryXJjGWSgt\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"449.5\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"O_icsWCqh\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerColorSyntax\":\"true\",\"framerIntrinsicWidth\":\"1200\",\"framerAutoSizeImages\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["fontStack", "containerStyles", "emptyStateStyle", "defaultEvents", "ControlType", "fontSizeOptions", "fontControls", "font", "useOnEnter", "onEnter", "enabled", "useOnSpecificTargetChange", "useOnExit", "onExit", "goal", "callback", "isInTarget", "useIsInCurrentNavigationTarget", "ue", "isBrowserSafari", "navigator", "userAgent", "useIsBrowserSafari", "se", "fontWeights", "useFontControls", "props", "fontFamily", "fontSize", "fontWeight", "font", "fontWeightName", "customFontStack", "fontStack", "fontFamilyStyle", "fetchCustomFonts", "fontStore", "e", "ue", "useRenderTarget", "se", "RenderTarget", "useIsOnCanvas", "se", "RenderTarget", "useRadius", "props", "borderRadius", "isMixedBorderRadius", "topLeftRadius", "topRightRadius", "bottomRightRadius", "bottomLeftRadius", "se", "borderRadiusControl", "ControlType", "usePadding", "padding", "paddingPerSide", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "paddingControl", "ObjectFitType", "SrcType", "defaultVideo", "getProps", "props", "width", "height", "topLeft", "topRight", "bottomRight", "bottomLeft", "id", "children", "rest", "Video", "newProps", "p", "VideoMemo", "usePlaybackControls", "videoRef", "isInCurrentNavigationTarget", "useIsInCurrentNavigationTarget", "requestingPlay", "pe", "isPlayingRef", "setProgress", "te", "rawProgress", "newProgress", "isAlreadySet", "play", "video", "e", "pause", "useAutoplayBehavior", "playingProp", "muted", "loop", "playsinline", "controls", "initialPlayingProp", "ye", "hasPlayingPropChanged", "setHasPlayingPropChanged", "behavesAsGif", "autoplay", "X", "srcType", "srcUrl", "srcFile", "posterEnabled", "playing", "restartOnEnter", "objectFit", "backgroundColor", "radius", "volume", "startTimeProp", "poster", "progress", "onSeeked", "onPause", "onPlay", "onEnd", "onClick", "onMouseEnter", "onMouseLeave", "onMouseDown", "onMouseUp", "isSafari", "useIsBrowserSafari", "wasPausedOnLeave", "wasEndedOnLeave", "isOnCanvas", "useIsOnCanvas", "renderTarget", "useRenderTarget", "isStaticRenderer", "RenderTarget", "borderRadius", "useRadius", "autoplayBehavior", "isInViewport", "useInView", "isCloseToViewport", "startTime", "isPlaying", "ue", "isMountedAndReadyForProgressChanges", "rawProgressValue", "isMotionValue", "value", "useOnEnter", "useOnExit", "src", "se", "fragment", "handleReady", "capitalizeFirstLetter", "titleCase", "objectFitOptions", "addPropertyControls", "ControlType", "borderRadiusControl", "defaultEvents", "PhosphorFonts", "getFonts", "Icon", "Phosphor1Controls", "getPropertyControls", "serializationHash", "variantClassNames", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableEnumMap", "getProps", "background", "height", "icon", "iconColor", "iconType", "id", "width", "props", "createLayoutDependency", "variants", "Component", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "aVqo9qxJh", "fX535a8Se", "BH9fyJIqf", "XZvmJMy2P", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "scopingClassNames", "cx", "serializationHash", "LayoutGroup", "ComponentViewportProvider", "SmartComponentScopedContainer", "Icon", "css", "FramerUFk_T8v2b", "withCSS", "UFk_T8v2b_default", "addPropertyControls", "ControlType", "Phosphor1Controls", "addFonts", "PhosphorFonts", "IconStampFonts", "getFonts", "UFk_T8v2b_default", "IconStampControls", "getPropertyControls", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableEnumMap", "humanReadableVariantMap", "getProps", "background", "height", "icon", "iconColor", "iconType", "id", "text", "textColor", "width", "props", "createLayoutDependency", "Component", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "VijYI08Sw", "JDvLGbB2M", "BHnpdCm3X", "cuUcajJ8q", "KJt15f0r4", "Anh9IX0wB", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "LayoutGroup", "u", "ComponentViewportProvider", "SmartComponentScopedContainer", "RichText", "css", "FramerphFk4rjcz", "withCSS", "phFk4rjcz_default", "addPropertyControls", "ControlType", "addFonts", "ButtonFonts", "getFonts", "j904kQPiK_default", "VideoFonts", "Video", "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", "createLayoutDependency", "Component", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "router", "useRouter", "LayoutGroup", "u", "SVG", "RichText", "ResolveLinks", "resolvedLinks", "ComponentViewportProvider", "SmartComponentScopedContainer", "Image2", "getLoadingLazyAtYPosition", "css", "FrameryXJjGWSgt", "withCSS", "yXJjGWSgt_default", "addPropertyControls", "ControlType", "addFonts"]
}
