{"version":3,"file":"xFAoeILlL.B53E2I_v.mjs","names":["addPropertyOverrides","LogoLogoFonts","LogoLogo","StoreBadge","cycleOrder","serializationHash","variantClassNames","transition1","Transition","Variants","humanReadableVariantMap","getProps","createLayoutDependency","Component","className","css","iconKeys","lowercaseIconKeyPairs","Icon","React","mask","SVG","getProps","Component","className","css","Icon","mask","SVG","getProps","Component","className","css","Icon","mask","SVG","getProps","Component","className","css","Icon","mask","SVG","getProps","Component","className","css","Icon","SVG","getProps","Component","className","css","Icon","LogoLogo","NavigationMenuIcon","Phosphor","Vector","Phosphor1","Vector1","Vector2","Vector3","Vector4","ButtonSecondaryButton","ButtonPrimaryButton","className","_Fragment","css"],"sources":["https:/framerusercontent.com/modules/2CZZ5RGgo1XMPpHJfVGK/SJUgkidmMMlC4NZPC6XL/DQauvpkge.js","https:/framer.com/m/utils-MaUy.js@OSpwWF91FHPVFyQJjMHt","https:/framerusercontent.com/modules/ytemwYDYDsihksoNq0zs/2F6omaFzdwF2Ekt9ZIGZ/Phosphor.js","https:/framerusercontent.com/modules/gdIYxRgFStVqMcCvfEyc/QbqlqO0CHWQAXDoo8SiP/gsjs9MJJR.js","https:/framerusercontent.com/modules/IcYqMMm41smJOE86RwjE/WpAmteJiZ6JmmAyJVWgu/IWBFVQCzE.js","https:/framerusercontent.com/modules/f0RJien9tjn4goH0Ly4Z/NTTEp2LFZJqdwJzmcRy5/kAZRy4PvC.js","https:/framerusercontent.com/modules/Iod12KPdI2kpRHEhImoh/qNvobVolGRL47QTMmLne/mhW2KboGw.js","https:/framerusercontent.com/modules/NmxM2zRb70b281msywby/IeQvEWrzOrXvq88LpZEC/WZMdZbcD0.js","https:/framerusercontent.com/modules/L7h9K4Kx662FwuMfxqaw/ZK2oM4LuoSiMGES1HyxO/xFAoeILlL.js"],"sourcesContent":["// Generated by Framer (6464825)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,Link,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*as sharedStyle3 from\"https://framerusercontent.com/modules/7WLiEcsLjoMMSbcYQfhg/3iJoSRJC28P8LjfkfVSN/h4VgZnCZs.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/nu2iScEkN5Vfvu4io93b/F2ojFB0tlX3WiocjGKpo/qJodMJo_J.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/8W84JLaQJb4My6Lax8ec/sJ9Oi08Tf2oxzBFIZDHn/uTdODgQTj.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/jCOBkXreNAFF5wk6sUxX/722J0Ypqcp0dXTg5VmBx/XlTWBW3IZ.js\";import StoreBadge from\"https://framerusercontent.com/modules/3OtjZqvMcgr9cWPo52b9/nsmg6Wep6xAS67NVOPqm/KFhTmz1BP.js\";import LogoLogo from\"https://framerusercontent.com/modules/7pteBgmtLAF1Stp1hKkB/Z03phyz0KEKDrbnAesFw/lqcAPxNMz.js\";const LogoLogoFonts=getFonts(LogoLogo);const StoreBadgeFonts=getFonts(StoreBadge);const cycleOrder=[\"Uv7s3Hrcz\",\"CwmyFKvTr\",\"yamZ__meu\"];const serializationHash=\"framer-bJMXl\";const variantClassNames={CwmyFKvTr:\"framer-v-14cih7p\",Uv7s3Hrcz:\"framer-v-4d337l\",yamZ__meu:\"framer-v-uk1asm\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Desktop:\"Uv7s3Hrcz\",Phone:\"CwmyFKvTr\",Tablet:\"yamZ__meu\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"Uv7s3Hrcz\"};};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:\"Uv7s3Hrcz\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className];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.footer,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-4d337l\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"Uv7s3Hrcz\",ref:refBinding,style:{backgroundColor:\"rgb(255, 255, 255)\",...style},...addPropertyOverrides({CwmyFKvTr:{\"data-framer-name\":\"Phone\"},yamZ__meu:{\"data-framer-name\":\"Tablet\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1iiwwta\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"KykL5uWjp\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1y1rqni\",\"data-framer-name\":\"Column\",layoutDependency:layoutDependency,layoutId:\"tUBgyLCTn\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,y:(componentViewport?.y||0)+100+(((componentViewport?.height||546)-140-1105.2)/2+0+0)+0+0+0,...addPropertyOverrides({CwmyFKvTr:{y:(componentViewport?.y||0)+40+(((componentViewport?.height||1495)-80-3654.8)/2+0+0)+0+0+0+0},yamZ__meu:{y:(componentViewport?.y||0)+40+(((componentViewport?.height||987.5)-80-2161.8)/2+0+0)+0+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1u6nmdc-container\",layoutDependency:layoutDependency,layoutId:\"fcqBu4cIA-container\",nodeId:\"fcqBu4cIA\",rendersWithMotion:true,scopeId:\"DQauvpkge\",children:/*#__PURE__*/_jsx(LogoLogo,{height:\"100%\",id:\"fcqBu4cIA\",layoutId:\"fcqBu4cIA\",variant:\"hpGFLDIm_\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1br6563\",\"data-framer-name\":\"Column\",layoutDependency:layoutDependency,layoutId:\"qGgX0bqSz\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-havtb7\",\"data-styles-preset\":\"uTdODgQTj\",children:\"Features\"})}),className:\"framer-1en9w8g\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Zqsbex3yh\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-14z7q2z\",\"data-framer-name\":\"Menu\",layoutDependency:layoutDependency,layoutId:\"z2W6e5Ac8\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-5ex2gn\",\"data-styles-preset\":\"XlTWBW3IZ\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"AKhVNpMIX\"},motionChild:true,nodeId:\"sln4yMGe6\",openInNewTab:false,relValues:[],scopeId:\"DQauvpkge\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1189m9r\",\"data-styles-preset\":\"qJodMJo_J\",children:\"Social\"})})})}),className:\"framer-15k3cd1\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"sln4yMGe6\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-5ex2gn\",\"data-styles-preset\":\"XlTWBW3IZ\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"BiTqOrSX4\"},motionChild:true,nodeId:\"p95TsN4EP\",openInNewTab:false,relValues:[],scopeId:\"DQauvpkge\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1189m9r\",\"data-styles-preset\":\"qJodMJo_J\",children:\"Link in Bio\"})})})}),className:\"framer-ylorky\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"p95TsN4EP\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-5ex2gn\",\"data-styles-preset\":\"XlTWBW3IZ\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"P3t77eC_1\"},motionChild:true,nodeId:\"t_8chYmqR\",openInNewTab:false,relValues:[],scopeId:\"DQauvpkge\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1189m9r\",\"data-styles-preset\":\"qJodMJo_J\",children:\"Connect\"})})})}),className:\"framer-9grbx\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"t_8chYmqR\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-5ex2gn\",\"data-styles-preset\":\"XlTWBW3IZ\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"fvXZFzwAG\"},motionChild:true,nodeId:\"sE1ama8SO\",openInNewTab:false,relValues:[],scopeId:\"DQauvpkge\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1189m9r\",\"data-styles-preset\":\"qJodMJo_J\",children:\"Collaborate\"})})})}),className:\"framer-1s5rzpt\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"sE1ama8SO\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-5ex2gn\",\"data-styles-preset\":\"XlTWBW3IZ\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"FiUL1Eryv\"},motionChild:true,nodeId:\"SoJZhMetm\",openInNewTab:false,relValues:[],scopeId:\"DQauvpkge\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1189m9r\",\"data-styles-preset\":\"qJodMJo_J\",children:\"Personalized\"})})})}),className:\"framer-hvw7b4\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"SoJZhMetm\",verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1vmmiwz\",\"data-framer-name\":\"Column\",layoutDependency:layoutDependency,layoutId:\"I51opUGf6\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-havtb7\",\"data-styles-preset\":\"uTdODgQTj\",children:\"Channels\"})}),className:\"framer-n2nklp\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"De4DT9y4M\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1yyz4n0\",\"data-framer-name\":\"Menu\",layoutDependency:layoutDependency,layoutId:\"ERfJI_5Z5\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-5ex2gn\",\"data-styles-preset\":\"XlTWBW3IZ\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"DBl_Pfelk\"},motionChild:true,nodeId:\"PawMbP36s\",openInNewTab:false,relValues:[],scopeId:\"DQauvpkge\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1189m9r\",\"data-styles-preset\":\"qJodMJo_J\",children:\"Instagram\"})})})}),className:\"framer-kwn2fo\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"PawMbP36s\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-5ex2gn\",\"data-styles-preset\":\"XlTWBW3IZ\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"NPcGftrok\"},motionChild:true,nodeId:\"BDujSLZ4A\",openInNewTab:false,relValues:[],scopeId:\"DQauvpkge\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1189m9r\",\"data-styles-preset\":\"qJodMJo_J\",children:\"TikTok\"})})})}),className:\"framer-1axmfdd\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"BDujSLZ4A\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-5ex2gn\",\"data-styles-preset\":\"XlTWBW3IZ\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"RkeGKYMC1\"},motionChild:true,nodeId:\"koVzTyP5W\",openInNewTab:false,relValues:[],scopeId:\"DQauvpkge\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1189m9r\",\"data-styles-preset\":\"qJodMJo_J\",children:\"Pinterest\"})})})}),className:\"framer-mm96aq\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"koVzTyP5W\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-5ex2gn\",\"data-styles-preset\":\"XlTWBW3IZ\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"xyjBSCPLP\"},motionChild:true,nodeId:\"PC0IXJ7ht\",openInNewTab:false,relValues:[],scopeId:\"DQauvpkge\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1189m9r\",\"data-styles-preset\":\"qJodMJo_J\",children:\"Facebook\"})})})}),className:\"framer-ittife\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"PC0IXJ7ht\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-5ex2gn\",\"data-styles-preset\":\"XlTWBW3IZ\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"TBTJ40PX2\"},motionChild:true,nodeId:\"jdhSIPTlt\",openInNewTab:false,relValues:[],scopeId:\"DQauvpkge\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1189m9r\",\"data-styles-preset\":\"qJodMJo_J\",children:\"LinkedIn\"})})})}),className:\"framer-dd4kl1\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"jdhSIPTlt\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-5ex2gn\",\"data-styles-preset\":\"XlTWBW3IZ\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"rStG6V8L_\"},motionChild:true,nodeId:\"xoD6HGq64\",openInNewTab:false,relValues:[],scopeId:\"DQauvpkge\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1189m9r\",\"data-styles-preset\":\"qJodMJo_J\",children:\"Threads\"})})})}),className:\"framer-1njqzd4\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"xoD6HGq64\",verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-g39ll8\",\"data-framer-name\":\"Column\",layoutDependency:layoutDependency,layoutId:\"xl3to6niZ\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-havtb7\",\"data-styles-preset\":\"uTdODgQTj\",children:\"Resources\"})}),className:\"framer-1wkxmls\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"XyIZcOncm\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-awvh56\",\"data-framer-name\":\"Menu\",layoutDependency:layoutDependency,layoutId:\"tw3frD33l\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-5ex2gn\",\"data-styles-preset\":\"XlTWBW3IZ\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"HEp0MPqzW\"},motionChild:true,nodeId:\"MdIf5rP4R\",openInNewTab:false,relValues:[],scopeId:\"DQauvpkge\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1189m9r\",\"data-styles-preset\":\"qJodMJo_J\",children:\"Pricing\"})})})}),className:\"framer-1kperqm\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"MdIf5rP4R\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-5ex2gn\",\"data-styles-preset\":\"XlTWBW3IZ\",children:/*#__PURE__*/_jsx(Link,{href:\"mailto:support@unum.la\",motionChild:true,nodeId:\"UekUfce_R\",openInNewTab:true,relValues:[],scopeId:\"DQauvpkge\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1189m9r\",\"data-styles-preset\":\"qJodMJo_J\",children:\"Contact Us\"})})})}),className:\"framer-1w7y8e0\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"UekUfce_R\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-5ex2gn\",\"data-styles-preset\":\"XlTWBW3IZ\",children:/*#__PURE__*/_jsx(Link,{href:\"https://unum.gitbook.io/unum-help-center-2025/\",motionChild:true,nodeId:\"GJT2hSCZQ\",openInNewTab:true,relValues:[],scopeId:\"DQauvpkge\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1189m9r\",\"data-styles-preset\":\"qJodMJo_J\",children:\"Support\"})})})}),className:\"framer-1fkkzgi\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"GJT2hSCZQ\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-5ex2gn\",\"data-styles-preset\":\"XlTWBW3IZ\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"qtw6jgepE\"},motionChild:true,nodeId:\"xVUZdxGhG\",openInNewTab:false,relValues:[],scopeId:\"DQauvpkge\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1189m9r\",\"data-styles-preset\":\"qJodMJo_J\",children:\"Blog\"})})})}),className:\"framer-1r0h3cy\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"xVUZdxGhG\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-5ex2gn\",\"data-styles-preset\":\"XlTWBW3IZ\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"o5lNVNApE\"},motionChild:true,nodeId:\"v6b212a35\",openInNewTab:false,relValues:[],scopeId:\"DQauvpkge\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1189m9r\",\"data-styles-preset\":\"qJodMJo_J\",children:\"Changelog\"})})})}),className:\"framer-zdm1yl\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"v6b212a35\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-5ex2gn\",\"data-styles-preset\":\"XlTWBW3IZ\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"A8rUc0pmG\"},motionChild:true,nodeId:\"x1NNNPpMC\",openInNewTab:false,relValues:[],scopeId:\"DQauvpkge\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1189m9r\",\"data-styles-preset\":\"qJodMJo_J\",children:\"UNUM Labs\"})})})}),className:\"framer-16442qy\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"x1NNNPpMC\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-5ex2gn\",\"data-styles-preset\":\"XlTWBW3IZ\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"RgbjDVSXb\"},motionChild:true,nodeId:\"mihXJTF1V\",openInNewTab:false,relValues:[],scopeId:\"DQauvpkge\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1189m9r\",\"data-styles-preset\":\"qJodMJo_J\",children:\"Discover AI\"})})})}),className:\"framer-12l8yah\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"mihXJTF1V\",verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-w3okh4\",\"data-framer-name\":\"Column\",layoutDependency:layoutDependency,layoutId:\"vzo03bjjp\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-havtb7\",\"data-styles-preset\":\"uTdODgQTj\",children:\"Follow us\"})}),className:\"framer-155maa7\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"ZtJiDxDtr\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ntcn2s\",\"data-framer-name\":\"Menu\",layoutDependency:layoutDependency,layoutId:\"fWTCUfVY1\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-5ex2gn\",\"data-styles-preset\":\"XlTWBW3IZ\",children:/*#__PURE__*/_jsx(Link,{href:\"https://www.instagram.com/unumcloud\",motionChild:true,nodeId:\"xAjtwefXH\",openInNewTab:true,relValues:[],scopeId:\"DQauvpkge\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1189m9r\",\"data-styles-preset\":\"qJodMJo_J\",children:\"Instagram\"})})})}),className:\"framer-151sosl\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"xAjtwefXH\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-5ex2gn\",\"data-styles-preset\":\"XlTWBW3IZ\",children:/*#__PURE__*/_jsx(Link,{href:\"https://www.tiktok.com/@unumcloud\",motionChild:true,nodeId:\"RjF00LNKy\",openInNewTab:true,relValues:[],scopeId:\"DQauvpkge\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1189m9r\",\"data-styles-preset\":\"qJodMJo_J\",children:\"TikTok\"})})})}),className:\"framer-6e26qg\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"RjF00LNKy\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-5ex2gn\",\"data-styles-preset\":\"XlTWBW3IZ\",children:/*#__PURE__*/_jsx(Link,{href:\"https://www.linkedin.com/company/unumcloud/posts/?feedView=all\",motionChild:true,nodeId:\"FwFunWU6a\",openInNewTab:true,relValues:[],scopeId:\"DQauvpkge\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1189m9r\",\"data-styles-preset\":\"qJodMJo_J\",children:\"LinkedIn\"})})})}),className:\"framer-13ic52b\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"FwFunWU6a\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-5ex2gn\",\"data-styles-preset\":\"XlTWBW3IZ\",children:/*#__PURE__*/_jsx(Link,{href:\"https://bio.bar/unum\",motionChild:true,nodeId:\"RREQ3rD7w\",openInNewTab:true,relValues:[],scopeId:\"DQauvpkge\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1189m9r\",\"data-styles-preset\":\"qJodMJo_J\",children:\"BioBar\"})})})}),className:\"framer-qbvmhw\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"RREQ3rD7w\",verticalAlignment:\"top\",withExternalLayout:true})]})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-rxsmp0\",\"data-border\":true,\"data-framer-name\":\"Bottom\",layoutDependency:layoutDependency,layoutId:\"fDqI6MxNg\",style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"var(--token-d62ffd6d-0365-4204-85b2-674429fa3b78, rgb(219, 221, 224))\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\"},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-nk1pwz\",\"data-framer-name\":\"Copyright\",layoutDependency:layoutDependency,layoutId:\"XN2nHBJUi\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-5ex2gn\",\"data-styles-preset\":\"XlTWBW3IZ\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fae910b1-58dd-4ef5-8c3c-a28d85da034c, rgb(127, 131, 138)))\"},children:\"\\xa9 2025 UNUM. All rights reserved.\"})}),className:\"framer-ipwwln\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"MqFScVp4h\",style:{\"--extracted-r6o4lv\":\"var(--token-fae910b1-58dd-4ef5-8c3c-a28d85da034c, rgb(127, 131, 138))\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-i3gaxp\",\"data-framer-name\":\"Secondary Menu\",layoutDependency:layoutDependency,layoutId:\"Z4HMzbjzE\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-5ex2gn\",\"data-styles-preset\":\"XlTWBW3IZ\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"prl5X_YNm\"},motionChild:true,nodeId:\"gQlrBufqu\",openInNewTab:false,relValues:[],scopeId:\"DQauvpkge\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-ktks0e\",\"data-styles-preset\":\"h4VgZnCZs\",children:\"Terms & Conditions\"})})})}),className:\"framer-1v9ufy1\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"gQlrBufqu\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-5ex2gn\",\"data-styles-preset\":\"XlTWBW3IZ\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"zCSQcWD2M\"},motionChild:true,nodeId:\"z4tAFprO9\",openInNewTab:false,relValues:[],scopeId:\"DQauvpkge\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-ktks0e\",\"data-styles-preset\":\"h4VgZnCZs\",children:\"Privacy policy\"})})})}),className:\"framer-gte0yg\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"z4tAFprO9\",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-283dg2\",\"data-framer-name\":\"Store\",layoutDependency:layoutDependency,layoutId:\"BqGULmd9b\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,width:\"130px\",y:(componentViewport?.y||0)+100+(((componentViewport?.height||546)-140-1105.2)/2+913.2+40)+76+0,...addPropertyOverrides({CwmyFKvTr:{y:(componentViewport?.y||0)+40+(((componentViewport?.height||1495)-80-3654.8)/2+3098.8+40)+40+436+0},yamZ__meu:{y:(componentViewport?.y||0)+40+(((componentViewport?.height||987.5)-80-2161.8)/2+1827.4+40)+40+214.4+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-zmfftp-container\",layoutDependency:layoutDependency,layoutId:\"LTig2e0xS-container\",nodeId:\"LTig2e0xS\",rendersWithMotion:true,scopeId:\"DQauvpkge\",children:/*#__PURE__*/_jsx(StoreBadge,{CBaBpij8G:\"Get it on\",height:\"100%\",id:\"LTig2e0xS\",layoutId:\"LTig2e0xS\",style:{height:\"100%\",width:\"100%\"},variant:\"vZmqzHhcG\",width:\"100%\"})})})})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-bJMXl.framer-tegpob, .framer-bJMXl .framer-tegpob { display: block; }\",\".framer-bJMXl.framer-4d337l { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: hidden; padding: 100px 40px 40px 40px; position: relative; width: 1200px; }\",\".framer-bJMXl .framer-1iiwwta { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; max-width: 1480px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-bJMXl .framer-1y1rqni, .framer-bJMXl .framer-1br6563, .framer-bJMXl .framer-1vmmiwz, .framer-bJMXl .framer-g39ll8, .framer-bJMXl .framer-w3okh4 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; max-width: 1200px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-bJMXl .framer-1u6nmdc-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-bJMXl .framer-1en9w8g, .framer-bJMXl .framer-n2nklp, .framer-bJMXl .framer-1wkxmls, .framer-bJMXl .framer-155maa7, .framer-bJMXl .framer-1v9ufy1, .framer-bJMXl .framer-gte0yg { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-bJMXl .framer-14z7q2z, .framer-bJMXl .framer-1yyz4n0, .framer-bJMXl .framer-awvh56, .framer-bJMXl .framer-ntcn2s { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-bJMXl .framer-15k3cd1, .framer-bJMXl .framer-ylorky, .framer-bJMXl .framer-9grbx, .framer-bJMXl .framer-1s5rzpt, .framer-bJMXl .framer-hvw7b4, .framer-bJMXl .framer-kwn2fo, .framer-bJMXl .framer-1axmfdd, .framer-bJMXl .framer-mm96aq, .framer-bJMXl .framer-ittife, .framer-bJMXl .framer-dd4kl1, .framer-bJMXl .framer-1njqzd4, .framer-bJMXl .framer-1kperqm, .framer-bJMXl .framer-1w7y8e0, .framer-bJMXl .framer-1fkkzgi, .framer-bJMXl .framer-1r0h3cy, .framer-bJMXl .framer-zdm1yl, .framer-bJMXl .framer-16442qy, .framer-bJMXl .framer-12l8yah, .framer-bJMXl .framer-151sosl, .framer-bJMXl .framer-6e26qg, .framer-bJMXl .framer-13ic52b, .framer-bJMXl .framer-qbvmhw { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-bJMXl .framer-rxsmp0 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; max-width: 1480px; overflow: visible; padding: 40px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-bJMXl .framer-nk1pwz { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; max-width: 1200px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-bJMXl .framer-ipwwln { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-bJMXl .framer-i3gaxp { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-end; max-width: 1200px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-bJMXl .framer-283dg2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-bJMXl .framer-zmfftp-container { flex: none; height: 40px; position: relative; width: 130px; }\",\".framer-bJMXl.framer-v-14cih7p.framer-4d337l { padding: 40px 24px 40px 24px; width: 390px; }\",\".framer-bJMXl.framer-v-14cih7p .framer-1iiwwta { flex-direction: column; }\",\".framer-bJMXl.framer-v-14cih7p .framer-1y1rqni, .framer-bJMXl.framer-v-14cih7p .framer-1br6563, .framer-bJMXl.framer-v-14cih7p .framer-1vmmiwz, .framer-bJMXl.framer-v-14cih7p .framer-g39ll8, .framer-bJMXl.framer-v-14cih7p .framer-w3okh4, .framer-bJMXl.framer-v-uk1asm .framer-nk1pwz { flex: none; width: 100%; }\",\".framer-bJMXl.framer-v-14cih7p .framer-rxsmp0, .framer-bJMXl.framer-v-uk1asm .framer-rxsmp0 { align-content: flex-start; align-items: flex-start; flex-direction: column; }\",\".framer-bJMXl.framer-v-14cih7p .framer-nk1pwz { flex: none; order: 1; width: 100%; }\",\".framer-bJMXl.framer-v-14cih7p .framer-ipwwln { order: 0; }\",\".framer-bJMXl.framer-v-14cih7p .framer-i3gaxp { flex: none; flex-direction: column; order: 0; width: 100%; }\",\".framer-bJMXl.framer-v-14cih7p .framer-1v9ufy1, .framer-bJMXl.framer-v-14cih7p .framer-gte0yg { white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-bJMXl.framer-v-14cih7p .framer-283dg2 { order: 2; }\",\".framer-bJMXl.framer-v-uk1asm.framer-4d337l { padding: 40px 30px 40px 30px; width: 810px; }\",\".framer-bJMXl.framer-v-uk1asm .framer-1iiwwta { align-content: unset; align-items: unset; display: grid; grid-auto-rows: min-content; grid-template-columns: repeat(2, minmax(50px, 1fr)); grid-template-rows: repeat(3, min-content); }\",\".framer-bJMXl.framer-v-uk1asm .framer-1y1rqni { align-self: start; flex: none; grid-column: span 2; height: auto; justify-self: start; width: 100%; }\",\".framer-bJMXl.framer-v-uk1asm .framer-1br6563, .framer-bJMXl.framer-v-uk1asm .framer-1vmmiwz, .framer-bJMXl.framer-v-uk1asm .framer-w3okh4 { align-self: start; flex: none; height: auto; justify-self: start; width: 100%; }\",\".framer-bJMXl.framer-v-uk1asm .framer-g39ll8 { align-self: start; flex: none; justify-self: start; width: 1fr; }\",\".framer-bJMXl.framer-v-uk1asm .framer-i3gaxp { flex: none; justify-content: flex-start; width: 100%; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,'.framer-bJMXl[data-border=\"true\"]::after, .framer-bJMXl [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 546\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"CwmyFKvTr\":{\"layout\":[\"fixed\",\"auto\"]},\"yamZ__meu\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerDQauvpkge=withCSS(Component,css,\"framer-bJMXl\");export default FramerDQauvpkge;FramerDQauvpkge.displayName=\"UNUM Footer\";FramerDQauvpkge.defaultProps={height:546,width:1200};addPropertyControls(FramerDQauvpkge,{variant:{options:[\"Uv7s3Hrcz\",\"CwmyFKvTr\",\"yamZ__meu\"],optionTitles:[\"Desktop\",\"Phone\",\"Tablet\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerDQauvpkge,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...LogoLogoFonts,...StoreBadgeFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerDQauvpkge\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"546\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"CwmyFKvTr\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"yamZ__meu\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerAutoSizeImages\":\"true\",\"framerColorSyntax\":\"true\",\"framerIntrinsicWidth\":\"1200\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./DQauvpkge.map","import{useMemo}from\"react\";import{ControlType}from\"framer\";/*\n ** ICON UTILS\n ** Pull as much re-usable logic into here as possible\n ** This will make it easier to replace in all icon components\n */ export const containerStyles={width:\"100%\",height:\"100%\",display:\"flex\",justifyContent:\"center\",alignItems:\"center\"};export const defaultEvents={onClick:{type:ControlType.EventHandler},onMouseDown:{type:ControlType.EventHandler},onMouseUp:{type:ControlType.EventHandler},onMouseEnter:{type:ControlType.EventHandler},onMouseLeave:{type:ControlType.EventHandler}};const findByArray=(arr,search)=>arr.find(a=>a.toLowerCase().includes(search));export function getIconSelection(iconKeys,selectByList,iconSearch=\"\",iconSelection,lowercaseIconKeyPairs){// gotta get the exact match first THEN find\n// have a set and try to access ?\nif(selectByList)return iconSelection;if(iconSearch==null||(iconSearch===null||iconSearch===void 0?void 0:iconSearch.length)===0)return null;const iconSearchTerm=iconSearch.toLowerCase().replace(/-|\\s/g,\"\");var _iconSearchTerm;// check for exact match, otherwise use .find\nconst searchResult=(_iconSearchTerm=lowercaseIconKeyPairs[iconSearchTerm])!==null&&_iconSearchTerm!==void 0?_iconSearchTerm:findByArray(iconKeys,iconSearchTerm);return searchResult;}export function useIconSelection(iconKeys,selectByList,iconSearch=\"\",iconSelection,lowercaseIconKeyPairs){// Clean search term\nconst iconSearchResult=useMemo(()=>{if(iconSearch==null||(iconSearch===null||iconSearch===void 0?void 0:iconSearch.length)===0)return null;const iconSearchTerm=iconSearch.toLowerCase().replace(/-|\\s/g,\"\");var _iconSearchTerm;// check for exact match, otherwise use .find\nconst searchResult=(_iconSearchTerm=lowercaseIconKeyPairs[iconSearchTerm])!==null&&_iconSearchTerm!==void 0?_iconSearchTerm:findByArray(iconKeys,iconSearchTerm);return searchResult;},[iconSelection,iconSearch]);const name=selectByList?iconSelection:iconSearchResult;return name;}\nexport const __FramerMetadata__ = {\"exports\":{\"getIconSelection\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useIconSelection\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"defaultEvents\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./utils.map","import{jsx as _jsx}from\"react/jsx-runtime\";import*as React from\"react\";import{useState,useEffect,useRef}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{motion}from\"framer-motion\";import{NullState}from\"https://framer.com/m/framer/icon-nullstate.js@0.7.0\";import HouseFactory from\"https://framer.com/m/phosphor-icons/House.js@0.0.57\";import{defaultEvents,useIconSelection}from\"https://framer.com/m/utils-MaUy.js@OSpwWF91FHPVFyQJjMHt\";const iconKeys=[\"Acorn\",\"AddressBook\",\"AddressBookTabs\",\"AirTrafficControl\",\"Airplane\",\"AirplaneInFlight\",\"AirplaneLanding\",\"AirplaneTakeoff\",\"AirplaneTaxiing\",\"AirplaneTilt\",\"Airplay\",\"Alarm\",\"Alien\",\"AlignBottom\",\"AlignBottomSimple\",\"AlignCenterVertical\",\"AlignLeft\",\"AlignLeftSimple\",\"AlignRight\",\"AlignRightSimple\",\"AlignTop\",\"AlignTopSimple\",\"AmazonLogo\",\"Ambulance\",\"Anchor\",\"AnchorSimple\",\"AndroidLogo\",\"Angle\",\"AngularLogo\",\"Aperture\",\"AppStoreLogo\",\"AppWindow\",\"AppleLogo\",\"ApplePodcastsLogo\",\"ApproximateEquals\",\"Archive\",\"ArchiveBox\",\"ArchiveTray\",\"Armchair\",\"ArrowArcLeft\",\"ArrowArcRight\",\"ArrowBendDownLeft\",\"ArrowBendDownRight\",\"ArrowBendLeftDown\",\"ArrowBendLeftUp\",\"ArrowBendRightDown\",\"ArrowBendRightUp\",\"ArrowBendUpLeft\",\"ArrowBendUpRight\",\"ArrowCircleDown\",\"ArrowCircleDownLeft\",\"ArrowCircleDownRight\",\"ArrowCircleLeft\",\"ArrowCircleRight\",\"ArrowCircleUp\",\"ArrowCircleUpLeft\",\"ArrowCircleUpRight\",\"ArrowClockwise\",\"ArrowDown\",\"ArrowDownLeft\",\"ArrowDownRight\",\"ArrowElbowDownLeft\",\"ArrowElbowDownRight\",\"ArrowElbowLeft\",\"ArrowElbowLeftDown\",\"ArrowElbowLeftUp\",\"ArrowElbowRight\",\"ArrowElbowRightDown\",\"ArrowElbowRightUp\",\"ArrowElbowUpLeft\",\"ArrowElbowUpRight\",\"ArrowFatDown\",\"ArrowFatLeft\",\"ArrowFatLineDown\",\"ArrowFatLineLeft\",\"ArrowFatLineRight\",\"ArrowFatLineUp\",\"ArrowFatLinesDown\",\"ArrowFatLinesLeft\",\"ArrowFatLinesRight\",\"ArrowFatLinesUp\",\"ArrowFatRight\",\"ArrowFatUp\",\"ArrowLeft\",\"ArrowLineDown\",\"ArrowLineDownLeft\",\"ArrowLineDownRight\",\"ArrowLineLeft\",\"ArrowLineRight\",\"ArrowLineUp\",\"ArrowLineUpLeft\",\"ArrowLineUpRight\",\"ArrowRight\",\"ArrowSquareDown\",\"ArrowSquareDownLeft\",\"ArrowSquareDownRight\",\"ArrowSquareIn\",\"ArrowSquareLeft\",\"ArrowSquareOut\",\"ArrowSquareRight\",\"ArrowSquareUp\",\"ArrowSquareUpLeft\",\"ArrowSquareUpRight\",\"ArrowUDownLeft\",\"ArrowUDownRight\",\"ArrowULeftDown\",\"ArrowULeftUp\",\"ArrowURightDown\",\"ArrowURightUp\",\"ArrowUUpLeft\",\"ArrowUUpRight\",\"ArrowUp\",\"ArrowUpLeft\",\"ArrowUpRight\",\"ArrowsClockwise\",\"ArrowsDownUp\",\"ArrowsHorizontal\",\"ArrowsIn\",\"ArrowsInCardinal\",\"ArrowsInLineVertical\",\"ArrowsInSimple\",\"ArrowsLeftRight\",\"ArrowsMerge\",\"ArrowsOut\",\"ArrowsOutCardinal\",\"ArrowsOutSimple\",\"ArrowsSplit\",\"ArrowsVertical\",\"Article\",\"ArticleMedium\",\"ArticleNyTimes\",\"Asclepius\",\"Asterisk\",\"AsteriskSimple\",\"At\",\"Atom\",\"Avocado\",\"Axe\",\"Baby\",\"BabyCarriage\",\"Backpack\",\"Backspace\",\"Bag\",\"BagSimple\",\"Balloon\",\"Bandaids\",\"Bank\",\"Barbell\",\"Barcode\",\"Barn\",\"Barricade\",\"Baseball\",\"BaseballCap\",\"BaseballHelmet\",\"Basket\",\"Basketball\",\"Bathtub\",\"BatteryCharging\",\"BatteryEmpty\",\"BatteryFull\",\"BatteryHigh\",\"BatteryLow\",\"BatteryMedium\",\"BatteryPlus\",\"BatteryPlusVertical\",\"BatteryVerticalEmpty\",\"BatteryVerticalFull\",\"BatteryVerticalHigh\",\"BatteryVerticalLow\",\"BatteryWarning\",\"BeachBall\",\"Beanie\",\"Bed\",\"BeerBottle\",\"BeerStein\",\"BehanceLogo\",\"Bell\",\"BellRinging\",\"BellSimple\",\"BellSimpleRinging\",\"BellSimpleSlash\",\"BellSimpleZ\",\"BellSlash\",\"BellZ\",\"Belt\",\"BezierCurve\",\"Bicycle\",\"Binary\",\"Binoculars\",\"Biohazard\",\"Bird\",\"Blueprint\",\"Bluetooth\",\"BluetoothConnected\",\"BluetoothSlash\",\"BluetoothX\",\"Boat\",\"Bomb\",\"Bone\",\"Book\",\"BookBookmark\",\"BookOpen\",\"BookOpenText\",\"BookOpenUser\",\"BookUser\",\"Bookmark\",\"BookmarkSimple\",\"Bookmarks\",\"BookmarksSimple\",\"Books\",\"Boot\",\"Boules\",\"BoundingBox\",\"BowlFood\",\"BowlSteam\",\"BowlingBall\",\"BoxArrowDown\",\"BoxArrowUp\",\"BoxingGlove\",\"BracketsAngle\",\"BracketsCurly\",\"BracketsRound\",\"BracketsSquare\",\"Brain\",\"Brandy\",\"Bread\",\"Bridge\",\"Briefcase\",\"BriefcaseMetal\",\"Broadcast\",\"Broom\",\"Browser\",\"Browsers\",\"Bug\",\"BugBeetle\",\"BugDroid\",\"Building\",\"BuildingApartment\",\"BuildingOffice\",\"Buildings\",\"Bulldozer\",\"Bus\",\"Butterfly\",\"CableCar\",\"Cactus\",\"Cake\",\"Calculator\",\"Calendar\",\"CalendarBlank\",\"CalendarCheck\",\"CalendarDot\",\"CalendarDots\",\"CalendarHeart\",\"CalendarMinus\",\"CalendarPlus\",\"CalendarSlash\",\"CalendarStar\",\"CalendarX\",\"CallBell\",\"Camera\",\"CameraPlus\",\"CameraRotate\",\"CameraSlash\",\"Campfire\",\"Car\",\"CarBattery\",\"CarProfile\",\"CarSimple\",\"Cardholder\",\"Cards\",\"CardsThree\",\"CaretCircleDoubleUp\",\"CaretCircleDown\",\"CaretCircleLeft\",\"CaretCircleRight\",\"CaretCircleUp\",\"CaretCircleUpDown\",\"CaretDoubleDown\",\"CaretDoubleLeft\",\"CaretDoubleRight\",\"CaretDoubleUp\",\"CaretDown\",\"CaretLeft\",\"CaretLineDown\",\"CaretLineLeft\",\"CaretLineRight\",\"CaretLineUp\",\"CaretRight\",\"CaretUp\",\"CaretUpDown\",\"Carrot\",\"CashRegister\",\"CassetteTape\",\"CastleTurret\",\"Cat\",\"CellSignalFull\",\"CellSignalHigh\",\"CellSignalLow\",\"CellSignalMedium\",\"CellSignalNone\",\"CellSignalSlash\",\"CellSignalX\",\"CellTower\",\"Certificate\",\"Chair\",\"Chalkboard\",\"ChalkboardSimple\",\"ChalkboardTeacher\",\"Champagne\",\"ChargingStation\",\"ChartBar\",\"ChartBarHorizontal\",\"ChartDonut\",\"ChartLine\",\"ChartLineDown\",\"ChartLineUp\",\"ChartPie\",\"ChartPieSlice\",\"ChartPolar\",\"ChartScatter\",\"Chat\",\"ChatCentered\",\"ChatCenteredDots\",\"ChatCenteredSlash\",\"ChatCenteredText\",\"ChatCircle\",\"ChatCircleDots\",\"ChatCircleSlash\",\"ChatCircleText\",\"ChatDots\",\"ChatSlash\",\"ChatTeardrop\",\"ChatTeardropDots\",\"ChatTeardropSlash\",\"ChatTeardropText\",\"ChatText\",\"Chats\",\"ChatsCircle\",\"ChatsTeardrop\",\"Check\",\"CheckCircle\",\"CheckFat\",\"CheckSquare\",\"CheckSquareOffset\",\"Checkerboard\",\"Checks\",\"Cheers\",\"Cheese\",\"ChefHat\",\"Cherries\",\"Church\",\"Cigarette\",\"CigaretteSlash\",\"Circle\",\"CircleDashed\",\"CircleHalf\",\"CircleHalfTilt\",\"CircleNotch\",\"CirclesFour\",\"CirclesThree\",\"CirclesThreePlus\",\"Circuitry\",\"City\",\"Clipboard\",\"ClipboardText\",\"Clock\",\"ClockAfternoon\",\"ClockClockwise\",\"ClockCountdown\",\"ClockUser\",\"ClosedCaptioning\",\"Cloud\",\"CloudArrowDown\",\"CloudArrowUp\",\"CloudCheck\",\"CloudFog\",\"CloudLightning\",\"CloudMoon\",\"CloudRain\",\"CloudSlash\",\"CloudSnow\",\"CloudSun\",\"CloudWarning\",\"CloudX\",\"Clover\",\"Club\",\"CoatHanger\",\"CodaLogo\",\"Code\",\"CodeBlock\",\"CodeSimple\",\"CodepenLogo\",\"CodesandboxLogo\",\"Coffee\",\"CoffeeBean\",\"Coin\",\"CoinVertical\",\"Coins\",\"Columns\",\"ColumnsPlusLeft\",\"ColumnsPlusRight\",\"Command\",\"Compass\",\"CompassRose\",\"CompassTool\",\"ComputerTower\",\"Confetti\",\"ContactlessPayment\",\"Control\",\"Cookie\",\"CookingPot\",\"Copy\",\"CopySimple\",\"Copyleft\",\"Copyright\",\"CornersIn\",\"CornersOut\",\"Couch\",\"CourtBasketball\",\"Cow\",\"CowboyHat\",\"Cpu\",\"Crane\",\"CraneTower\",\"CreditCard\",\"Cricket\",\"Crop\",\"Cross\",\"Crosshair\",\"CrosshairSimple\",\"Crown\",\"CrownCross\",\"CrownSimple\",\"Cube\",\"CubeFocus\",\"CubeTransparent\",\"CurrencyBtc\",\"CurrencyCircleDollar\",\"CurrencyCny\",\"CurrencyDollar\",\"CurrencyDollarSimple\",\"CurrencyEth\",\"CurrencyEur\",\"CurrencyGbp\",\"CurrencyInr\",\"CurrencyJpy\",\"CurrencyKrw\",\"CurrencyKzt\",\"CurrencyNgn\",\"CurrencyRub\",\"Cursor\",\"CursorClick\",\"CursorText\",\"Cylinder\",\"Database\",\"Desk\",\"Desktop\",\"DesktopTower\",\"Detective\",\"DevToLogo\",\"DeviceMobile\",\"DeviceMobileCamera\",\"DeviceMobileSlash\",\"DeviceMobileSpeaker\",\"DeviceRotate\",\"DeviceTablet\",\"DeviceTabletCamera\",\"DeviceTabletSpeaker\",\"Devices\",\"Diamond\",\"DiamondsFour\",\"DiceFive\",\"DiceFour\",\"DiceOne\",\"DiceSix\",\"DiceThree\",\"DiceTwo\",\"Disc\",\"DiscoBall\",\"DiscordLogo\",\"Divide\",\"Dna\",\"Dog\",\"Door\",\"DoorOpen\",\"Dot\",\"DotOutline\",\"DotsNine\",\"DotsSix\",\"DotsSixVertical\",\"DotsThree\",\"DotsThreeCircle\",\"DotsThreeOutline\",\"DotsThreeVertical\",\"Download\",\"DownloadSimple\",\"Dress\",\"Dresser\",\"DribbbleLogo\",\"Drone\",\"Drop\",\"DropHalf\",\"DropHalfBottom\",\"DropSimple\",\"DropSlash\",\"DropboxLogo\",\"Ear\",\"EarSlash\",\"Egg\",\"EggCrack\",\"Eject\",\"EjectSimple\",\"Elevator\",\"Empty\",\"Engine\",\"Envelope\",\"EnvelopeOpen\",\"EnvelopeSimple\",\"EnvelopeSimpleOpen\",\"Equalizer\",\"Equals\",\"Eraser\",\"EscalatorDown\",\"EscalatorUp\",\"Exam\",\"ExclamationMark\",\"Exclude\",\"ExcludeSquare\",\"Export\",\"Eye\",\"EyeClosed\",\"EyeSlash\",\"Eyedropper\",\"EyedropperSample\",\"Eyeglasses\",\"Eyes\",\"FaceMask\",\"FacebookLogo\",\"Factory\",\"Faders\",\"FadersHorizontal\",\"FalloutShelter\",\"Fan\",\"Farm\",\"FastForward\",\"FastForwardCircle\",\"Feather\",\"FediverseLogo\",\"FigmaLogo\",\"File\",\"FileArchive\",\"FileArrowDown\",\"FileArrowUp\",\"FileAudio\",\"FileC\",\"FileCloud\",\"FileCode\",\"FileCpp\",\"FileCss\",\"FileCsv\",\"FileDashed\",\"FileDoc\",\"FileHtml\",\"FileImage\",\"FileIni\",\"FileJpg\",\"FileJs\",\"FileJsx\",\"FileLock\",\"FileMagnifyingGlass\",\"FileMd\",\"FileMinus\",\"FilePdf\",\"FilePlus\",\"FilePng\",\"FilePpt\",\"FilePy\",\"FileRs\",\"FileSql\",\"FileSvg\",\"FileText\",\"FileTs\",\"FileTsx\",\"FileTxt\",\"FileVideo\",\"FileVue\",\"FileX\",\"FileXls\",\"FileZip\",\"Files\",\"FilmReel\",\"FilmScript\",\"FilmSlate\",\"FilmStrip\",\"Fingerprint\",\"FingerprintSimple\",\"FinnTheHuman\",\"Fire\",\"FireExtinguisher\",\"FireSimple\",\"FireTruck\",\"FirstAid\",\"FirstAidKit\",\"Fish\",\"FishSimple\",\"Flag\",\"FlagBanner\",\"FlagBannerFold\",\"FlagCheckered\",\"FlagPennant\",\"Flame\",\"Flashlight\",\"Flask\",\"FlipHorizontal\",\"FlipVertical\",\"FloppyDisk\",\"FloppyDiskBack\",\"FlowArrow\",\"Flower\",\"FlowerLotus\",\"FlowerTulip\",\"FlyingSaucer\",\"Folder\",\"FolderDashed\",\"FolderLock\",\"FolderMinus\",\"FolderNotch\",\"FolderNotchMinus\",\"FolderNotchOpen\",\"FolderNotchPlus\",\"FolderOpen\",\"FolderPlus\",\"FolderSimple\",\"FolderSimpleDashed\",\"FolderSimpleLock\",\"FolderSimpleMinus\",\"FolderSimplePlus\",\"FolderSimpleStar\",\"FolderSimpleUser\",\"FolderStar\",\"FolderUser\",\"Folders\",\"Football\",\"FootballHelmet\",\"Footprints\",\"ForkKnife\",\"FourK\",\"FrameCorners\",\"FramerLogo\",\"Function\",\"Funnel\",\"FunnelSimple\",\"FunnelSimpleX\",\"FunnelX\",\"GameController\",\"Garage\",\"GasCan\",\"GasPump\",\"Gauge\",\"Gavel\",\"Gear\",\"GearFine\",\"GearSix\",\"GenderFemale\",\"GenderIntersex\",\"GenderMale\",\"GenderNeuter\",\"GenderNonbinary\",\"GenderTransgender\",\"Ghost\",\"Gif\",\"Gift\",\"GitBranch\",\"GitCommit\",\"GitDiff\",\"GitFork\",\"GitMerge\",\"GitPullRequest\",\"GithubLogo\",\"GitlabLogo\",\"GitlabLogoSimple\",\"Globe\",\"GlobeHemisphereEast\",\"GlobeHemisphereWest\",\"GlobeSimple\",\"GlobeSimpleX\",\"GlobeStand\",\"GlobeX\",\"Goggles\",\"Golf\",\"GoodreadsLogo\",\"GoogleCardboardLogo\",\"GoogleChromeLogo\",\"GoogleDriveLogo\",\"GoogleLogo\",\"GooglePhotosLogo\",\"GooglePlayLogo\",\"GooglePodcastsLogo\",\"Gps\",\"GpsFix\",\"GpsSlash\",\"Gradient\",\"GraduationCap\",\"Grains\",\"GrainsSlash\",\"Graph\",\"GraphicsCard\",\"GreaterThan\",\"GreaterThanOrEqual\",\"GridFour\",\"GridNine\",\"Guitar\",\"HairDryer\",\"Hamburger\",\"Hammer\",\"Hand\",\"HandArrowDown\",\"HandArrowUp\",\"HandCoins\",\"HandDeposit\",\"HandEye\",\"HandFist\",\"HandGrabbing\",\"HandHeart\",\"HandPalm\",\"HandPeace\",\"HandPointing\",\"HandSoap\",\"HandSwipeLeft\",\"HandSwipeRight\",\"HandTap\",\"HandWaving\",\"HandWithdraw\",\"Handbag\",\"HandbagSimple\",\"HandsClapping\",\"HandsPraying\",\"Handshake\",\"HardDrive\",\"HardDrives\",\"HardHat\",\"Hash\",\"HashStraight\",\"HeadCircuit\",\"Headlights\",\"Headphones\",\"Headset\",\"Heart\",\"HeartBreak\",\"HeartHalf\",\"HeartStraight\",\"HeartStraightBreak\",\"Heartbeat\",\"Hexagon\",\"HighDefinition\",\"HighHeel\",\"Highlighter\",\"HighlighterCircle\",\"Hockey\",\"Hoodie\",\"Horse\",\"Hospital\",\"Hourglass\",\"HourglassHigh\",\"HourglassLow\",\"HourglassMedium\",\"HourglassSimple\",\"HourglassSimpleHigh\",\"HourglassSimpleLow\",\"House\",\"HouseLine\",\"HouseSimple\",\"Hurricane\",\"IceCream\",\"IdentificationBadge\",\"IdentificationCard\",\"Image\",\"ImageBroken\",\"ImageSquare\",\"Images\",\"ImagesSquare\",\"Infinity\",\"Info\",\"InstagramLogo\",\"Intersect\",\"IntersectSquare\",\"IntersectThree\",\"Intersection\",\"Invoice\",\"Island\",\"Jar\",\"JarLabel\",\"Jeep\",\"Joystick\",\"Kanban\",\"Key\",\"KeyReturn\",\"Keyboard\",\"Keyhole\",\"Knife\",\"Ladder\",\"LadderSimple\",\"Lamp\",\"LampPendant\",\"Laptop\",\"Lasso\",\"LastfmLogo\",\"Layout\",\"Leaf\",\"Lectern\",\"Lego\",\"LegoSmiley\",\"LessThan\",\"LessThanOrEqual\",\"LetterCircleH\",\"LetterCircleP\",\"LetterCircleV\",\"Lifebuoy\",\"Lightbulb\",\"LightbulbFilament\",\"Lighthouse\",\"Lightning\",\"LightningA\",\"LightningSlash\",\"LineSegment\",\"LineSegments\",\"LineVertical\",\"Link\",\"LinkBreak\",\"LinkSimple\",\"LinkSimpleBreak\",\"LinkSimpleHorizontal\",\"LinkedinLogo\",\"LinktreeLogo\",\"LinuxLogo\",\"List\",\"ListBullets\",\"ListChecks\",\"ListDashes\",\"ListHeart\",\"ListMagnifyingGlass\",\"ListNumbers\",\"ListPlus\",\"ListStar\",\"Lock\",\"LockKey\",\"LockKeyOpen\",\"LockLaminated\",\"LockLaminatedOpen\",\"LockOpen\",\"LockSimple\",\"LockSimpleOpen\",\"Lockers\",\"Log\",\"MagicWand\",\"Magnet\",\"MagnetStraight\",\"MagnifyingGlass\",\"MagnifyingGlassMinus\",\"MagnifyingGlassPlus\",\"Mailbox\",\"MapPin\",\"MapPinArea\",\"MapPinLine\",\"MapPinPlus\",\"MapPinSimple\",\"MapPinSimpleArea\",\"MapPinSimpleLine\",\"MapTrifold\",\"MarkdownLogo\",\"MarkerCircle\",\"Martini\",\"MaskHappy\",\"MaskSad\",\"MastodonLogo\",\"MathOperations\",\"MatrixLogo\",\"Medal\",\"MedalMilitary\",\"MediumLogo\",\"Megaphone\",\"MegaphoneSimple\",\"MemberOf\",\"Memory\",\"MessengerLogo\",\"MetaLogo\",\"Meteor\",\"Metronome\",\"Microphone\",\"MicrophoneSlash\",\"MicrophoneStage\",\"Microscope\",\"MicrosoftExcelLogo\",\"MicrosoftOutlookLogo\",\"MicrosoftTeamsLogo\",\"MicrosoftWordLogo\",\"Minus\",\"MinusCircle\",\"MinusSquare\",\"Money\",\"MoneyWavy\",\"Monitor\",\"MonitorArrowUp\",\"MonitorPlay\",\"Moon\",\"MoonStars\",\"Moped\",\"MopedFront\",\"Mosque\",\"Motorcycle\",\"Mountains\",\"Mouse\",\"MouseLeftClick\",\"MouseMiddleClick\",\"MouseRightClick\",\"MouseScroll\",\"MouseSimple\",\"MusicNote\",\"MusicNoteSimple\",\"MusicNotes\",\"MusicNotesMinus\",\"MusicNotesPlus\",\"MusicNotesSimple\",\"NavigationArrow\",\"Needle\",\"Network\",\"NetworkSlash\",\"NetworkX\",\"Newspaper\",\"NewspaperClipping\",\"NotEquals\",\"NotMemberOf\",\"NotSubsetOf\",\"NotSupersetOf\",\"Notches\",\"Note\",\"NoteBlank\",\"NotePencil\",\"Notebook\",\"Notepad\",\"Notification\",\"NotionLogo\",\"NuclearPlant\",\"NumberCircleEight\",\"NumberCircleFive\",\"NumberCircleFour\",\"NumberCircleNine\",\"NumberCircleOne\",\"NumberCircleSeven\",\"NumberCircleSix\",\"NumberCircleThree\",\"NumberCircleTwo\",\"NumberCircleZero\",\"NumberEight\",\"NumberFive\",\"NumberFour\",\"NumberNine\",\"NumberOne\",\"NumberSeven\",\"NumberSix\",\"NumberSquareEight\",\"NumberSquareFive\",\"NumberSquareFour\",\"NumberSquareNine\",\"NumberSquareOne\",\"NumberSquareSeven\",\"NumberSquareSix\",\"NumberSquareThree\",\"NumberSquareTwo\",\"NumberSquareZero\",\"NumberThree\",\"NumberTwo\",\"NumberZero\",\"Numpad\",\"Nut\",\"NyTimesLogo\",\"Octagon\",\"OfficeChair\",\"Onigiri\",\"OpenAiLogo\",\"Option\",\"Orange\",\"OrangeSlice\",\"Oven\",\"Package\",\"PaintBrush\",\"PaintBrushBroad\",\"PaintBrushHousehold\",\"PaintBucket\",\"PaintRoller\",\"Palette\",\"Panorama\",\"Pants\",\"PaperPlane\",\"PaperPlaneRight\",\"PaperPlaneTilt\",\"Paperclip\",\"PaperclipHorizontal\",\"Parachute\",\"Paragraph\",\"Parallelogram\",\"Park\",\"Password\",\"Path\",\"PatreonLogo\",\"Pause\",\"PauseCircle\",\"PawPrint\",\"PaypalLogo\",\"Peace\",\"Pen\",\"PenNib\",\"PenNibStraight\",\"Pencil\",\"PencilCircle\",\"PencilLine\",\"PencilRuler\",\"PencilSimple\",\"PencilSimpleLine\",\"PencilSimpleSlash\",\"PencilSlash\",\"Pentagon\",\"Pentagram\",\"Pepper\",\"Percent\",\"Person\",\"PersonArmsSpread\",\"PersonSimple\",\"PersonSimpleBike\",\"PersonSimpleCircle\",\"PersonSimpleHike\",\"PersonSimpleRun\",\"PersonSimpleSki\",\"PersonSimpleSwim\",\"PersonSimpleTaiChi\",\"PersonSimpleThrow\",\"PersonSimpleWalk\",\"Perspective\",\"Phone\",\"PhoneCall\",\"PhoneDisconnect\",\"PhoneIncoming\",\"PhoneList\",\"PhoneOutgoing\",\"PhonePause\",\"PhonePlus\",\"PhoneSlash\",\"PhoneTransfer\",\"PhoneX\",\"PhosphorLogo\",\"Pi\",\"PianoKeys\",\"PicnicTable\",\"PictureInPicture\",\"PiggyBank\",\"Pill\",\"PingPong\",\"PintGlass\",\"PinterestLogo\",\"Pinwheel\",\"Pipe\",\"PipeWrench\",\"PixLogo\",\"Pizza\",\"Placeholder\",\"Planet\",\"Plant\",\"Play\",\"PlayCircle\",\"PlayPause\",\"Playlist\",\"Plug\",\"PlugCharging\",\"Plugs\",\"PlugsConnected\",\"Plus\",\"PlusCircle\",\"PlusMinus\",\"PlusSquare\",\"PokerChip\",\"PoliceCar\",\"Polygon\",\"Popcorn\",\"Popsicle\",\"PottedPlant\",\"Power\",\"Prescription\",\"Presentation\",\"PresentationChart\",\"Printer\",\"Prohibit\",\"ProhibitInset\",\"ProjectorScreen\",\"ProjectorScreenChart\",\"Pulse\",\"PushPin\",\"PushPinSimple\",\"PushPinSimpleSlash\",\"PushPinSlash\",\"PuzzlePiece\",\"QrCode\",\"Question\",\"QuestionMark\",\"Queue\",\"Quotes\",\"Rabbit\",\"Racquet\",\"Radical\",\"Radio\",\"RadioButton\",\"Radioactive\",\"Rainbow\",\"RainbowCloud\",\"Ranking\",\"ReadCvLogo\",\"Receipt\",\"ReceiptX\",\"Record\",\"Rectangle\",\"RectangleDashed\",\"Recycle\",\"RedditLogo\",\"Repeat\",\"RepeatOnce\",\"ReplitLogo\",\"Resize\",\"Rewind\",\"RewindCircle\",\"RoadHorizon\",\"Robot\",\"Rocket\",\"RocketLaunch\",\"Rows\",\"RowsPlusBottom\",\"RowsPlusTop\",\"Rss\",\"RssSimple\",\"Rug\",\"Ruler\",\"Sailboat\",\"Scales\",\"Scan\",\"ScanSmiley\",\"Scissors\",\"Scooter\",\"Screencast\",\"Screwdriver\",\"Scribble\",\"ScribbleLoop\",\"Scroll\",\"Seal\",\"SealCheck\",\"SealPercent\",\"SealQuestion\",\"SealWarning\",\"Seat\",\"Seatbelt\",\"SecurityCamera\",\"Selection\",\"SelectionAll\",\"SelectionBackground\",\"SelectionForeground\",\"SelectionInverse\",\"SelectionPlus\",\"SelectionSlash\",\"Shapes\",\"Share\",\"ShareFat\",\"ShareNetwork\",\"Shield\",\"ShieldCheck\",\"ShieldCheckered\",\"ShieldChevron\",\"ShieldPlus\",\"ShieldSlash\",\"ShieldStar\",\"ShieldWarning\",\"ShippingContainer\",\"ShirtFolded\",\"ShootingStar\",\"ShoppingBag\",\"ShoppingBagOpen\",\"ShoppingCart\",\"ShoppingCartSimple\",\"Shovel\",\"Shower\",\"Shrimp\",\"Shuffle\",\"ShuffleAngular\",\"ShuffleSimple\",\"Sidebar\",\"SidebarSimple\",\"Sigma\",\"SignIn\",\"SignOut\",\"Signature\",\"Signpost\",\"SimCard\",\"Siren\",\"SketchLogo\",\"SkipBack\",\"SkipBackCircle\",\"SkipForward\",\"SkipForwardCircle\",\"Skull\",\"SkypeLogo\",\"SlackLogo\",\"Sliders\",\"SlidersHorizontal\",\"Slideshow\",\"Smiley\",\"SmileyAngry\",\"SmileyBlank\",\"SmileyMeh\",\"SmileyMelting\",\"SmileyNervous\",\"SmileySad\",\"SmileySticker\",\"SmileyWink\",\"SmileyXEyes\",\"SnapchatLogo\",\"Sneaker\",\"SneakerMove\",\"Snowflake\",\"SoccerBall\",\"Sock\",\"SolarPanel\",\"SolarRoof\",\"SortAscending\",\"SortDescending\",\"SoundcloudLogo\",\"Spade\",\"Sparkle\",\"SpeakerHifi\",\"SpeakerHigh\",\"SpeakerLow\",\"SpeakerNone\",\"SpeakerSimpleHigh\",\"SpeakerSimpleLow\",\"SpeakerSimpleNone\",\"SpeakerSimpleSlash\",\"SpeakerSimpleX\",\"SpeakerSlash\",\"SpeakerX\",\"Speedometer\",\"Sphere\",\"Spinner\",\"SpinnerBall\",\"SpinnerGap\",\"Spiral\",\"SplitHorizontal\",\"SplitVertical\",\"SpotifyLogo\",\"SprayBottle\",\"Square\",\"SquareHalf\",\"SquareHalfBottom\",\"SquareLogo\",\"SquareSplitVertical\",\"SquaresFour\",\"Stack\",\"StackMinus\",\"StackOverflowLogo\",\"StackPlus\",\"StackSimple\",\"Stairs\",\"Stamp\",\"StandardDefinition\",\"Star\",\"StarAndCrescent\",\"StarFour\",\"StarHalf\",\"StarOfDavid\",\"SteamLogo\",\"SteeringWheel\",\"Steps\",\"Stethoscope\",\"Sticker\",\"Stool\",\"Stop\",\"StopCircle\",\"Storefront\",\"Strategy\",\"StripeLogo\",\"Student\",\"SubsetOf\",\"SubsetProperOf\",\"Subtitles\",\"SubtitlesSlash\",\"Subtract\",\"SubtractSquare\",\"Subway\",\"Suitcase\",\"SuitcaseRolling\",\"SuitcaseSimple\",\"Sun\",\"SunDim\",\"SunHorizon\",\"Sunglasses\",\"SupersetOf\",\"SupersetProperOf\",\"Swap\",\"Swatches\",\"SwimmingPool\",\"Sword\",\"Synagogue\",\"Syringe\",\"TShirt\",\"Table\",\"Tabs\",\"Tag\",\"TagChevron\",\"TagSimple\",\"Target\",\"Taxi\",\"TeaBag\",\"TelegramLogo\",\"Television\",\"TelevisionSimple\",\"TennisBall\",\"Tent\",\"Terminal\",\"TerminalWindow\",\"TestTube\",\"TextAUnderline\",\"TextAa\",\"TextAlignCenter\",\"TextAlignJustify\",\"TextAlignLeft\",\"TextAlignRight\",\"TextB\",\"TextColumns\",\"TextH\",\"TextHFive\",\"TextHFour\",\"TextHOne\",\"TextHSix\",\"TextHThree\",\"TextHTwo\",\"TextIndent\",\"TextItalic\",\"TextOutdent\",\"TextStrikethrough\",\"TextSubscript\",\"TextSuperscript\",\"TextT\",\"TextTSlash\",\"TextUnderline\",\"Textbox\",\"Thermometer\",\"ThermometerCold\",\"ThermometerHot\",\"ThermometerSimple\",\"ThreadsLogo\",\"ThreeD\",\"ThumbsDown\",\"ThumbsUp\",\"Ticket\",\"TidalLogo\",\"TiktokLogo\",\"Tilde\",\"Timer\",\"TipJar\",\"Tipi\",\"Tire\",\"ToggleLeft\",\"ToggleRight\",\"Toilet\",\"ToiletPaper\",\"Toolbox\",\"Tooth\",\"Tornado\",\"Tote\",\"ToteSimple\",\"Towel\",\"Tractor\",\"Trademark\",\"TrademarkRegistered\",\"TrafficCone\",\"TrafficSign\",\"TrafficSignal\",\"Train\",\"TrainRegional\",\"TrainSimple\",\"Tram\",\"Translate\",\"Trash\",\"TrashSimple\",\"Tray\",\"TrayArrowDown\",\"TrayArrowUp\",\"TreasureChest\",\"Tree\",\"TreeEvergreen\",\"TreePalm\",\"TreeStructure\",\"TreeView\",\"TrendDown\",\"TrendUp\",\"Triangle\",\"TriangleDashed\",\"Trolley\",\"TrolleySuitcase\",\"Trophy\",\"Truck\",\"TruckTrailer\",\"TumblrLogo\",\"TwitchLogo\",\"TwitterLogo\",\"Umbrella\",\"UmbrellaSimple\",\"Union\",\"Unite\",\"UniteSquare\",\"Upload\",\"UploadSimple\",\"Usb\",\"User\",\"UserCheck\",\"UserCircle\",\"UserCircleCheck\",\"UserCircleDashed\",\"UserCircleGear\",\"UserCircleMinus\",\"UserCirclePlus\",\"UserFocus\",\"UserGear\",\"UserList\",\"UserMinus\",\"UserPlus\",\"UserRectangle\",\"UserSound\",\"UserSquare\",\"UserSwitch\",\"Users\",\"UsersFour\",\"UsersThree\",\"Van\",\"Vault\",\"VectorThree\",\"VectorTwo\",\"Vibrate\",\"Video\",\"VideoCamera\",\"VideoCameraSlash\",\"VideoConference\",\"Vignette\",\"VinylRecord\",\"VirtualReality\",\"Virus\",\"Visor\",\"Voicemail\",\"Volleyball\",\"Wall\",\"Wallet\",\"Warehouse\",\"Warning\",\"WarningCircle\",\"WarningDiamond\",\"WarningOctagon\",\"WashingMachine\",\"Watch\",\"WaveSawtooth\",\"WaveSine\",\"WaveSquare\",\"WaveTriangle\",\"Waveform\",\"WaveformSlash\",\"Waves\",\"Webcam\",\"WebcamSlash\",\"WebhooksLogo\",\"WechatLogo\",\"WhatsappLogo\",\"Wheelchair\",\"WheelchairMotion\",\"WifiHigh\",\"WifiLow\",\"WifiMedium\",\"WifiNone\",\"WifiSlash\",\"WifiX\",\"Wind\",\"Windmill\",\"WindowsLogo\",\"Wine\",\"Wrench\",\"X\",\"XCircle\",\"XLogo\",\"XSquare\",\"Yarn\",\"YinYang\",\"YoutubeLogo\"];const moduleBaseUrl=\"https://framer.com/m/phosphor-icons/\";const weightOptions=[\"thin\",\"light\",\"regular\",\"bold\",\"fill\",\"duotone\"];const lowercaseIconKeyPairs=iconKeys.reduce((res,key)=>{res[key.toLowerCase()]=key;return res;},{});/**\n * PHOSPHOR\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n *\n * @framerIntrinsicWidth 24\n * @framerIntrinsicHeight 24\n */export function Icon(props){const{color,selectByList,iconSearch,iconSelection,onClick,onMouseDown,onMouseUp,onMouseEnter,onMouseLeave,weight,mirrored}=props;const isMounted=useRef(false);const iconKey=useIconSelection(iconKeys,selectByList,iconSearch,iconSelection,lowercaseIconKeyPairs);const[SelectedIcon,setSelectedIcon]=useState(iconKey===\"Home\"?HouseFactory(React):null);async function importModule(){// Get the selected module\ntry{const version=\"0.0.57\";const iconModuleUrl=`${moduleBaseUrl}${iconKey}.js@${version}`;const module=await import(/* webpackIgnore: true */iconModuleUrl);if(isMounted.current)setSelectedIcon(module.default(React));}catch(err){if(isMounted.current)setSelectedIcon(null);}}useEffect(()=>{isMounted.current=true;importModule();return()=>{isMounted.current=false;};},[iconKey]);const isOnCanvas=RenderTarget.current()===RenderTarget.canvas;const emptyState=isOnCanvas?/*#__PURE__*/_jsx(NullState,{}):null;return /*#__PURE__*/_jsx(motion.div,{style:{display:\"contents\"},onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,children:SelectedIcon?/*#__PURE__*/_jsx(\"svg\",{xmlns:\"http://www.w3.org/2000/svg\",viewBox:\"0 0 256 256\",style:{userSelect:\"none\",width:\"100%\",height:\"100%\",display:\"inline-block\",fill:color,color,flexShrink:0,transform:mirrored?\"scale(-1, 1)\":undefined},focusable:\"false\",color:color,children:/*#__PURE__*/_jsx(SelectedIcon,{color:color,weight:weight})}):emptyState});}Icon.displayName=\"Phosphor\";Icon.defaultProps={width:24,height:24,iconSelection:\"House\",iconSearch:\"House\",color:\"#66F\",selectByList:true,weight:\"regular\",mirrored:false};addPropertyControls(Icon,{selectByList:{type:ControlType.Boolean,title:\"Select\",enabledTitle:\"List\",disabledTitle:\"Search\",defaultValue:Icon.defaultProps.selectByList},iconSelection:{type:ControlType.Enum,options:iconKeys,defaultValue:Icon.defaultProps.iconSelection,title:\"Name\",hidden:({selectByList})=>!selectByList,description:\"Find every icon name on the [Phosphor site](https://phosphoricons.com/)\"},iconSearch:{type:ControlType.String,title:\"Name\",placeholder:\"Menu, Wifi, Box…\",hidden:({selectByList})=>selectByList},color:{type:ControlType.Color,title:\"Color\",defaultValue:Icon.defaultProps.color},weight:{type:ControlType.Enum,title:\"Weight\",optionTitles:weightOptions.map(piece=>piece.charAt(0).toUpperCase()+piece.slice(1)),options:weightOptions,defaultValue:Icon.defaultProps.weight},mirrored:{type:ControlType.Boolean,enabledTitle:\"Yes\",disabledTitle:\"No\",defaultValue:Icon.defaultProps.mirrored},...defaultEvents});\nexport const __FramerMetadata__ = {\"exports\":{\"Icon\":{\"type\":\"reactComponent\",\"name\":\"Icon\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"24\",\"framerIntrinsicHeight\":\"24\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerSupportedLayoutHeight\":\"fixed\"}},\"IconProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Phosphor.map","// Generated by Framer (6d96db3)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{cx,motion,withCSS}from\"framer\";import*as React from\"react\";import{forwardRef}from\"react\";const mask=\"var(--framer-icon-mask)\";const SVG=/*#__PURE__*/forwardRef((props,ref)=>{const{animated,layoutId,children,...rest}=props;return animated?/*#__PURE__*/_jsx(motion.img,{...rest,layoutId:layoutId,ref:ref}):/*#__PURE__*/_jsx(\"img\",{...rest,ref:ref});});const getProps=({height,id,width,...props})=>{return{...props};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{style,className,layoutId,variant,...restProps}=getProps(props);return /*#__PURE__*/_jsx(SVG,{...restProps,alt:\"\",className:cx(\"framer-5aQGM\",className),layoutId:layoutId,ref:ref,src:'data:image/svg+xml,<svg display=\"block\" role=\"presentation\" viewBox=\"0 0 37 42\" xmlns=\"http://www.w3.org/2000/svg\"><defs ><radialGradient cx=\"0.06471899426397598\" cy=\"0.9780931435194816\" gradient-transform=\"translate(0.06471899426397598, 0.9780931435194816) scale(1 1) translate(-0.06471899426397598, -0.9780931435194816)\" id=\"ZujZzKJji-2996373023-radial-gradient\" r=\"1.269628793057331\"><stop offset=\"0\" stop-color=\"rgb(250, 143, 33)\"/><stop offset=\"1\" stop-color=\"rgb(216, 45, 126)\"/></radialGradient><radialGradient cx=\"0.6926650221416472\" cy=\"0.9459832971735964\" gradient-transform=\"translate(0.6926650221416472, 0.9459832971735964) scale(1 1) translate(-0.6926650221416472, -0.9459832971735964)\" id=\"TSfFxSgYj-2996373023-radial-gradient\" r=\"1.1172853449044493\"><stop offset=\"0\" stop-color=\"rgba(140, 58, 170, 0)\"/><stop offset=\"1\" stop-color=\"rgb(140, 58, 170)\"/></radialGradient></defs><g d=\"M 7.988 31.389 C 6.114 31.303 5.097 30.992 4.42 30.728 C 3.523 30.378 2.883 29.963 2.21 29.291 C 1.537 28.618 1.121 27.979 0.773 27.082 C 0.509 26.405 0.198 25.388 0.112 23.514 C 0.019 21.489 0 20.882 0 15.751 C 0 10.621 0.021 10.014 0.111 7.988 C 0.197 6.114 0.51 5.098 0.772 4.42 C 1.122 3.523 1.538 2.883 2.209 2.209 C 2.882 1.537 3.521 1.12 4.419 0.772 C 5.096 0.508 6.113 0.197 7.987 0.111 C 10.013 0.019 10.621 0 15.75 0 C 20.88 0 21.487 0.021 23.513 0.111 C 25.387 0.197 26.402 0.51 27.081 0.772 C 27.978 1.12 28.617 1.537 29.291 2.209 C 29.964 2.882 30.378 3.522 30.728 4.419 C 30.992 5.096 31.303 6.113 31.389 7.987 C 31.481 10.013 31.5 10.62 31.5 15.75 C 31.5 20.879 31.481 21.487 31.389 23.514 C 31.303 25.388 30.99 26.405 30.728 27.082 C 30.378 27.979 29.963 28.618 29.291 29.291 C 28.618 29.963 27.978 30.378 27.081 30.728 C 26.404 30.992 25.387 31.303 23.513 31.389 C 21.488 31.481 20.88 31.5 15.75 31.5 C 10.621 31.5 10.013 31.482 7.988 31.389 M 7.988 31.389 C 6.114 31.303 5.097 30.992 4.42 30.728 C 3.523 30.378 2.883 29.963 2.21 29.291 C 1.537 28.618 1.121 27.979 0.773 27.082 C 0.509 26.405 0.198 25.388 0.112 23.514 C 0.019 21.489 0 20.882 0 15.751 C 0 10.621 0.021 10.014 0.111 7.988 C 0.197 6.114 0.51 5.098 0.772 4.42 C 1.122 3.523 1.538 2.883 2.209 2.209 C 2.882 1.537 3.521 1.12 4.419 0.772 C 5.096 0.508 6.113 0.197 7.987 0.111 C 10.013 0.019 10.621 0 15.75 0 C 20.88 0 21.487 0.021 23.513 0.111 C 25.387 0.197 26.402 0.51 27.081 0.772 C 27.978 1.12 28.617 1.537 29.291 2.209 C 29.964 2.882 30.378 3.522 30.728 4.419 C 30.992 5.096 31.303 6.113 31.389 7.987 C 31.481 10.013 31.5 10.62 31.5 15.75 C 31.5 20.879 31.481 21.487 31.389 23.514 C 31.303 25.388 30.99 26.405 30.728 27.082 C 30.378 27.979 29.963 28.618 29.291 29.291 C 28.618 29.963 27.978 30.378 27.081 30.728 C 26.404 30.992 25.387 31.303 23.513 31.389 C 21.488 31.481 20.88 31.5 15.75 31.5 C 10.621 31.5 10.013 31.482 7.988 31.389 M 11.889 15.816 C 11.889 13.662 13.634 11.915 15.789 11.915 C 17.943 11.915 19.69 13.662 19.69 15.816 C 19.69 17.971 17.943 19.717 15.789 19.717 C 13.634 19.717 11.889 17.971 11.889 15.816 M 9.78 15.816 C 9.78 19.135 12.47 21.825 15.789 21.825 C 19.107 21.825 21.798 19.135 21.798 15.816 C 21.798 12.498 19.107 9.807 15.789 9.807 C 12.47 9.807 9.78 12.497 9.78 15.816 M 20.631 9.569 C 20.631 10.345 21.26 10.974 22.035 10.974 C 22.811 10.974 23.44 10.346 23.44 9.57 C 23.44 8.795 22.812 8.166 22.036 8.165 L 22.036 8.165 C 21.26 8.166 20.632 8.794 20.631 9.569 M 11.061 25.342 C 9.92 25.29 9.3 25.1 8.888 24.939 C 8.341 24.727 7.952 24.473 7.542 24.064 C 7.132 23.655 6.878 23.265 6.666 22.719 C 6.506 22.307 6.316 21.687 6.264 20.546 C 6.207 19.312 6.196 18.942 6.196 15.817 C 6.196 12.691 6.208 12.322 6.264 11.087 C 6.316 9.946 6.507 9.327 6.666 8.914 C 6.879 8.368 7.132 7.978 7.542 7.568 C 7.951 7.158 8.34 6.905 8.888 6.693 C 9.3 6.532 9.92 6.342 11.061 6.29 C 12.294 6.233 12.665 6.222 15.789 6.222 C 18.912 6.222 19.283 6.234 20.518 6.29 C 21.659 6.342 22.278 6.534 22.691 6.693 C 23.237 6.905 23.627 7.159 24.037 7.568 C 24.447 7.978 24.7 8.368 24.912 8.914 C 25.073 9.326 25.263 9.947 25.315 11.088 C 25.372 12.322 25.383 12.692 25.383 15.817 C 25.383 18.942 25.372 19.311 25.315 20.546 C 25.263 21.687 25.072 22.307 24.912 22.719 C 24.7 23.265 24.446 23.655 24.037 24.064 C 23.628 24.473 23.237 24.727 22.691 24.94 C 22.279 25.1 21.659 25.29 20.518 25.342 C 19.284 25.399 18.914 25.41 15.789 25.41 C 12.664 25.41 12.294 25.399 11.061 25.342 M 10.964 4.185 C 9.718 4.242 8.867 4.439 8.124 4.728 C 7.354 5.027 6.702 5.428 6.051 6.078 C 5.399 6.728 4.999 7.381 4.701 8.151 C 4.411 8.895 4.214 9.746 4.157 10.992 C 4.099 12.239 4.086 12.638 4.086 15.816 C 4.086 18.994 4.099 19.393 4.157 20.641 C 4.214 21.887 4.411 22.738 4.701 23.481 C 4.999 24.251 5.399 24.904 6.051 25.554 C 6.702 26.204 7.353 26.605 8.124 26.904 C 8.868 27.194 9.718 27.391 10.964 27.448 C 12.212 27.505 12.611 27.519 15.789 27.519 C 18.967 27.519 19.366 27.506 20.613 27.448 C 21.859 27.391 22.71 27.194 23.454 26.904 C 24.223 26.605 24.876 26.205 25.527 25.554 C 26.178 24.904 26.577 24.251 26.877 23.481 C 27.166 22.738 27.364 21.887 27.42 20.641 C 27.477 19.392 27.49 18.994 27.49 15.816 C 27.49 12.638 27.477 12.239 27.42 10.992 C 27.363 9.746 27.166 8.895 26.877 8.151 C 26.577 7.382 26.177 6.729 25.527 6.078 C 24.877 5.427 24.223 5.027 23.455 4.728 C 22.71 4.439 21.859 4.241 20.614 4.185 C 19.366 4.128 18.968 4.114 15.79 4.114 C 12.613 4.114 12.213 4.127 10.964 4.185\" fill=\"transparent\" height=\"31.5px\" id=\"NSJ58d0hm\" transform=\"translate(3 5.5)\" width=\"31.5px\"><path d=\"M 7.988 31.389 C 6.114 31.303 5.097 30.992 4.42 30.728 C 3.523 30.378 2.883 29.963 2.21 29.291 C 1.537 28.618 1.121 27.979 0.773 27.082 C 0.509 26.405 0.198 25.388 0.112 23.514 C 0.019 21.489 0 20.882 0 15.751 C 0 10.621 0.021 10.014 0.111 7.988 C 0.197 6.114 0.51 5.098 0.772 4.42 C 1.122 3.523 1.538 2.883 2.209 2.209 C 2.882 1.537 3.521 1.12 4.419 0.772 C 5.096 0.508 6.113 0.197 7.987 0.111 C 10.013 0.019 10.621 0 15.75 0 C 20.88 0 21.487 0.021 23.513 0.111 C 25.387 0.197 26.402 0.51 27.081 0.772 C 27.978 1.12 28.617 1.537 29.291 2.209 C 29.964 2.882 30.378 3.522 30.728 4.419 C 30.992 5.096 31.303 6.113 31.389 7.987 C 31.481 10.013 31.5 10.62 31.5 15.75 C 31.5 20.879 31.481 21.487 31.389 23.514 C 31.303 25.388 30.99 26.405 30.728 27.082 C 30.378 27.979 29.963 28.618 29.291 29.291 C 28.618 29.963 27.978 30.378 27.081 30.728 C 26.404 30.992 25.387 31.303 23.513 31.389 C 21.488 31.481 20.88 31.5 15.75 31.5 C 10.621 31.5 10.013 31.482 7.988 31.389\" fill=\"url(%23ZujZzKJji-2996373023-radial-gradient)\" height=\"31.5px\" id=\"ZujZzKJji\" width=\"31.5px\"/><path d=\"M 7.988 31.389 C 6.114 31.303 5.097 30.992 4.42 30.728 C 3.523 30.378 2.883 29.963 2.21 29.291 C 1.537 28.618 1.121 27.979 0.773 27.082 C 0.509 26.405 0.198 25.388 0.112 23.514 C 0.019 21.489 0 20.882 0 15.751 C 0 10.621 0.021 10.014 0.111 7.988 C 0.197 6.114 0.51 5.098 0.772 4.42 C 1.122 3.523 1.538 2.883 2.209 2.209 C 2.882 1.537 3.521 1.12 4.419 0.772 C 5.096 0.508 6.113 0.197 7.987 0.111 C 10.013 0.019 10.621 0 15.75 0 C 20.88 0 21.487 0.021 23.513 0.111 C 25.387 0.197 26.402 0.51 27.081 0.772 C 27.978 1.12 28.617 1.537 29.291 2.209 C 29.964 2.882 30.378 3.522 30.728 4.419 C 30.992 5.096 31.303 6.113 31.389 7.987 C 31.481 10.013 31.5 10.62 31.5 15.75 C 31.5 20.879 31.481 21.487 31.389 23.514 C 31.303 25.388 30.99 26.405 30.728 27.082 C 30.378 27.979 29.963 28.618 29.291 29.291 C 28.618 29.963 27.978 30.378 27.081 30.728 C 26.404 30.992 25.387 31.303 23.513 31.389 C 21.488 31.481 20.88 31.5 15.75 31.5 C 10.621 31.5 10.013 31.482 7.988 31.389\" fill=\"url(%23TSfFxSgYj-2996373023-radial-gradient)\" height=\"31.5px\" id=\"TSfFxSgYj\" width=\"31.5px\"/><path d=\"M 7.802 11.702 C 7.802 9.548 9.548 7.801 11.702 7.801 C 13.857 7.801 15.603 9.548 15.603 11.702 C 15.603 13.857 13.857 15.603 11.702 15.603 C 9.548 15.603 7.802 13.857 7.802 11.702 M 5.693 11.702 C 5.693 15.021 8.384 17.711 11.702 17.711 C 15.021 17.711 17.711 15.021 17.711 11.702 C 17.711 8.384 15.021 5.693 11.702 5.693 C 8.384 5.693 5.693 8.383 5.693 11.702 M 16.545 5.455 C 16.545 6.231 17.173 6.86 17.949 6.86 C 18.724 6.86 19.353 6.232 19.354 5.456 C 19.354 4.681 18.726 4.052 17.95 4.051 L 17.949 4.051 C 17.174 4.052 16.546 4.68 16.545 5.455 M 6.975 21.228 C 5.834 21.176 5.214 20.986 4.801 20.825 C 4.255 20.613 3.865 20.359 3.455 19.95 C 3.046 19.541 2.792 19.151 2.58 18.605 C 2.419 18.193 2.229 17.573 2.177 16.432 C 2.121 15.198 2.109 14.828 2.109 11.703 C 2.109 8.577 2.122 8.208 2.177 6.973 C 2.229 5.832 2.421 5.213 2.58 4.8 C 2.793 4.254 3.046 3.864 3.455 3.454 C 3.865 3.044 4.254 2.791 4.801 2.579 C 5.213 2.418 5.834 2.228 6.975 2.176 C 8.208 2.12 8.579 2.108 11.702 2.108 C 14.826 2.108 15.197 2.12 16.432 2.176 C 17.572 2.228 18.192 2.42 18.605 2.579 C 19.151 2.791 19.541 3.045 19.951 3.454 C 20.361 3.864 20.613 4.254 20.826 4.8 C 20.987 5.212 21.177 5.833 21.229 6.974 C 21.285 8.208 21.297 8.578 21.297 11.703 C 21.297 14.828 21.285 15.197 21.229 16.432 C 21.177 17.573 20.986 18.193 20.826 18.605 C 20.613 19.151 20.36 19.541 19.951 19.95 C 19.541 20.359 19.151 20.613 18.605 20.826 C 18.193 20.986 17.572 21.176 16.432 21.228 C 15.198 21.285 14.827 21.296 11.702 21.296 C 8.577 21.296 8.208 21.285 6.975 21.228 M 6.878 0.071 C 5.632 0.128 4.781 0.325 4.037 0.614 C 3.268 0.913 2.616 1.314 1.964 1.964 C 1.313 2.614 0.913 3.267 0.614 4.037 C 0.325 4.781 0.128 5.632 0.071 6.878 C 0.013 8.125 0 8.524 0 11.702 C 0 14.88 0.013 15.279 0.071 16.527 C 0.128 17.773 0.325 18.624 0.614 19.368 C 0.913 20.137 1.313 20.791 1.964 21.441 C 2.615 22.091 3.267 22.491 4.037 22.79 C 4.782 23.08 5.632 23.277 6.878 23.334 C 8.126 23.391 8.524 23.405 11.702 23.405 C 14.88 23.405 15.279 23.392 16.527 23.334 C 17.773 23.277 18.624 23.08 19.368 22.79 C 20.137 22.491 20.789 22.091 21.441 21.441 C 22.092 20.79 22.491 20.137 22.79 19.368 C 23.08 18.624 23.278 17.773 23.334 16.527 C 23.391 15.278 23.404 14.88 23.404 11.702 C 23.404 8.524 23.391 8.125 23.334 6.878 C 23.277 5.632 23.08 4.781 22.79 4.037 C 22.491 3.268 22.091 2.616 21.441 1.964 C 20.79 1.313 20.137 0.913 19.368 0.614 C 18.624 0.325 17.773 0.127 16.528 0.071 C 15.28 0.014 14.881 0 11.704 0 C 8.526 0 8.127 0.013 6.878 0.071\" fill=\"rgb(255, 255, 255)\" height=\"23.404761175962303px\" id=\"NHOsC6yGM\" transform=\"translate(4.086 4.114)\" width=\"23.403825057175737px\"/></g></svg>',style:{...style}});});const css=[`.framer-5aQGM { -webkit-mask: ${mask}; aspect-ratio: 0.8809523809523809; display: block; mask: ${mask}; user-select: none; width: 37px; }`];/**\n * This is a generated Framer component.\n * @framerIntrinsicWidth 37\n * @framerIntrinsicHeight 42\n * @framerSupportedLayoutWidth any-prefer-fixed\n * @framerSupportedLayoutHeight any-prefer-fixed\n * @framerImmutableVariables true\n * @framerVector {\"name\":\"Vector\",\"set\":{\"localId\":\"vectorSet/L0gBII2S8\",\"id\":\"L0gBII2S8\",\"moduleId\":\"sVJ1neNjiHjeEWpgI2A6\"}}\n */const Icon=withCSS(Component,css,\"framer-5aQGM\");Icon.displayName=\"Vector\";export default Icon;\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Icon\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"37\",\"framerIntrinsicHeight\":\"42\",\"framerVector\":\"{\\\"name\\\":\\\"Vector\\\",\\\"set\\\":{\\\"localId\\\":\\\"vectorSet/L0gBII2S8\\\",\\\"id\\\":\\\"L0gBII2S8\\\",\\\"moduleId\\\":\\\"sVJ1neNjiHjeEWpgI2A6\\\"}}\",\"framerSupportedLayoutHeight\":\"any-prefer-fixed\",\"framerSupportedLayoutWidth\":\"any-prefer-fixed\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}","// Generated by Framer (6d96db3)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{cx,motion,withCSS}from\"framer\";import*as React from\"react\";import{forwardRef}from\"react\";const mask=\"var(--framer-icon-mask)\";const SVG=/*#__PURE__*/forwardRef((props,ref)=>{const{animated,layoutId,children,...rest}=props;return animated?/*#__PURE__*/_jsx(motion.img,{...rest,layoutId:layoutId,ref:ref}):/*#__PURE__*/_jsx(\"img\",{...rest,ref:ref});});const getProps=({height,id,width,...props})=>{return{...props};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{style,className,layoutId,variant,...restProps}=getProps(props);return /*#__PURE__*/_jsx(SVG,{...restProps,alt:\"\",className:cx(\"framer-ENWyg\",className),layoutId:layoutId,ref:ref,src:'data:image/svg+xml,<svg display=\"block\" role=\"presentation\" viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><g d=\"M 0 13.258 C 0 8.713 0 6.44 1.413 5.028 C 2.824 3.616 5.097 3.616 9.642 3.616 L 14.463 3.616 C 19.008 3.616 21.281 3.616 22.693 5.028 C 24.105 6.44 24.105 8.713 24.105 13.258 C 24.105 17.803 24.105 20.076 22.693 21.487 C 21.281 22.9 19.008 22.9 14.463 22.9 L 9.642 22.9 C 5.097 22.9 2.824 22.9 1.413 21.487 C 0 20.076 0 17.803 0 13.258 Z M 2.411 4.821 L 2.396 3.616 C 2.531 2.494 2.814 1.719 3.405 1.129 C 4.538 0 6.363 0 10.012 0 L 13.882 0 C 17.532 0 19.355 0 20.489 1.129 C 21.08 1.719 21.363 2.494 21.498 3.616 L 21.498 4.821 M 16.874 9.039 C 16.874 8.041 17.683 7.232 18.682 7.232 C 19.68 7.232 20.489 8.041 20.489 9.039 C 20.489 10.038 19.68 10.847 18.682 10.847 C 17.683 10.847 16.874 10.038 16.874 9.039 Z M 0 13.861 L 2.112 12.013 C 3.21 11.053 4.864 11.108 5.896 12.139 L 11.067 17.31 C 11.895 18.138 13.199 18.251 14.157 17.578 L 14.517 17.324 C 15.896 16.356 17.762 16.468 19.014 17.596 L 22.9 21.092\" fill=\"transparent\" height=\"22.899999829041125px\" id=\"DTar3sGhi\" transform=\"translate(3.5 5)\" width=\"24.105263317509447px\"><path d=\"M 0 9.642 C 0 5.097 0 2.824 1.413 1.413 C 2.824 0 5.097 0 9.642 0 L 14.463 0 C 19.008 0 21.281 0 22.693 1.413 C 24.105 2.824 24.105 5.097 24.105 9.642 C 24.105 14.187 24.105 16.46 22.693 17.872 C 21.281 19.284 19.008 19.284 14.463 19.284 L 9.642 19.284 C 5.097 19.284 2.824 19.284 1.413 17.872 C 0 16.46 0 14.187 0 9.642 Z\" fill=\"transparent\" height=\"19.284210654007556px\" id=\"CzNAmbZPr\" stroke-dasharray=\"\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-miterlimit=\"10\" stroke-width=\"1.81\" stroke=\"rgb(166, 132, 255)\" transform=\"translate(0 3.616)\" width=\"24.105263317509447px\"/><path d=\"M 0.014 4.821 L 0 3.616 C 0.135 2.494 0.418 1.719 1.009 1.129 C 2.142 0 3.967 0 7.616 0 L 11.486 0 C 15.136 0 16.959 0 18.093 1.129 C 18.684 1.719 18.967 2.494 19.102 3.616 L 19.102 4.821\" fill=\"transparent\" height=\"4.821052663501893px\" id=\"NN56f_Byu\" stroke-dasharray=\"\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-miterlimit=\"10\" stroke-width=\"1.81\" stroke=\"rgb(166, 132, 255)\" transform=\"translate(2.396 0)\" width=\"19.10221591596035px\"/><path d=\"M 0 1.808 C 0 0.809 0.809 0 1.808 0 C 2.806 0 3.616 0.809 3.616 1.808 C 3.616 2.806 2.806 3.616 1.808 3.616 C 0.809 3.616 0 2.806 0 1.808 Z\" fill=\"transparent\" height=\"3.6157894976264133px\" id=\"IsJr3GBUv\" stroke-dasharray=\"\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-miterlimit=\"10\" stroke-width=\"1.81\" stroke=\"rgb(166, 132, 255)\" transform=\"translate(16.874 7.232)\" width=\"3.615789497626416px\"/><path d=\"M 0 2.533 L 2.112 0.685 C 3.21 -0.275 4.864 -0.22 5.896 0.812 L 11.067 5.982 C 11.895 6.81 13.199 6.923 14.157 6.25 L 14.517 5.997 C 15.896 5.028 17.762 5.141 19.014 6.268 L 22.9 9.764\" fill=\"transparent\" height=\"9.76439367687532px\" id=\"CWULc6YeP\" stroke-dasharray=\"\" stroke-linecap=\"round\" stroke-linejoin=\"miter\" stroke-miterlimit=\"10\" stroke-width=\"1.81\" stroke=\"rgb(166, 132, 255)\" transform=\"translate(0 11.328)\" width=\"22.900000151633982px\"/></g></svg>',style:{...style}});});const css=[`.framer-ENWyg { -webkit-mask: ${mask}; aspect-ratio: 1; display: block; mask: ${mask}; user-select: none; width: 32px; }`];/**\n * This is a generated Framer component.\n * @framerIntrinsicWidth 32\n * @framerIntrinsicHeight 32\n * @framerSupportedLayoutWidth any-prefer-fixed\n * @framerSupportedLayoutHeight any-prefer-fixed\n * @framerImmutableVariables true\n * @framerVector {\"name\":\"Vector\",\"color\":{\"type\":\"static\",\"value\":\"rgb(166,132,255)\"},\"set\":{\"localId\":\"vectorSet/ekqOVrHIO\",\"id\":\"ekqOVrHIO\",\"moduleId\":\"Rlq9MAXCxtRJbOy3klNG\"}}\n */const Icon=withCSS(Component,css,\"framer-ENWyg\");Icon.displayName=\"Vector\";export default Icon;\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Icon\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerSupportedLayoutWidth\":\"any-prefer-fixed\",\"framerIntrinsicWidth\":\"32\",\"framerSupportedLayoutHeight\":\"any-prefer-fixed\",\"framerIntrinsicHeight\":\"32\",\"framerContractVersion\":\"1\",\"framerVector\":\"{\\\"name\\\":\\\"Vector\\\",\\\"color\\\":{\\\"type\\\":\\\"static\\\",\\\"value\\\":\\\"rgb(166,132,255)\\\"},\\\"set\\\":{\\\"localId\\\":\\\"vectorSet/ekqOVrHIO\\\",\\\"id\\\":\\\"ekqOVrHIO\\\",\\\"moduleId\\\":\\\"Rlq9MAXCxtRJbOy3klNG\\\"}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}","// Generated by Framer (6c2a425)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{cx,motion,withCSS}from\"framer\";import*as React from\"react\";import{forwardRef}from\"react\";const mask=\"var(--framer-icon-mask)\";const SVG=/*#__PURE__*/forwardRef((props,ref)=>{const{animated,layoutId,children,...rest}=props;return animated?/*#__PURE__*/_jsx(motion.img,{...rest,layoutId:layoutId,ref:ref}):/*#__PURE__*/_jsx(\"img\",{...rest,ref:ref});});const getProps=({height,id,width,...props})=>{return{...props};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{style,className,layoutId,variant,...restProps}=getProps(props);return /*#__PURE__*/_jsx(SVG,{...restProps,alt:\"\",className:cx(\"framer-LyOIS\",className),layoutId:layoutId,ref:ref,src:'data:image/svg+xml,<svg display=\"block\" role=\"presentation\" viewBox=\"0 0 37 42\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M 22.051 0 L 26.345 0 L 16.965 11.438 L 28 27 L 19.36 27 L 12.593 17.561 L 4.849 27 L 0.553 27 L 10.586 14.765 L 0 0.001 L 8.86 0.001 L 14.977 8.629 Z M 20.545 24.259 L 22.924 24.259 L 7.567 2.598 L 5.014 2.598 Z\" fill=\"rgb(0, 0, 0)\" height=\"27px\" id=\"ILgX3VjhG\" transform=\"translate(5 7)\" width=\"28px\"/></svg>',style:{...style}});});const css=[`.framer-LyOIS { -webkit-mask: ${mask}; aspect-ratio: 0.8809523809523809; display: block; mask: ${mask}; user-select: none; width: 37px; }`];/**\n * This is a generated Framer component.\n * @framerIntrinsicWidth 37\n * @framerIntrinsicHeight 42\n * @framerSupportedLayoutWidth any-prefer-fixed\n * @framerSupportedLayoutHeight any-prefer-fixed\n * @framerImmutableVariables true\n * @framerVector {\"name\":\"Vector\",\"color\":{\"type\":\"static\",\"value\":\"rgb(0,0,0)\"},\"set\":{\"localId\":\"vectorSet/qw6kMv6kH\",\"id\":\"qw6kMv6kH\",\"moduleId\":\"4DNCnytGWXHTqLHUkqgS\"}}\n */const Icon=withCSS(Component,css,\"framer-LyOIS\");Icon.displayName=\"Vector\";export default Icon;\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Icon\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutWidth\":\"any-prefer-fixed\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerVector\":\"{\\\"name\\\":\\\"Vector\\\",\\\"color\\\":{\\\"type\\\":\\\"static\\\",\\\"value\\\":\\\"rgb(0,0,0)\\\"},\\\"set\\\":{\\\"localId\\\":\\\"vectorSet/qw6kMv6kH\\\",\\\"id\\\":\\\"qw6kMv6kH\\\",\\\"moduleId\\\":\\\"4DNCnytGWXHTqLHUkqgS\\\"}}\",\"framerIntrinsicHeight\":\"42\",\"framerIntrinsicWidth\":\"37\",\"framerSupportedLayoutHeight\":\"any-prefer-fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}","// Generated by Framer (6c2a425)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{cx,motion,withCSS}from\"framer\";import*as React from\"react\";import{forwardRef}from\"react\";const mask=\"var(--framer-icon-mask)\";const SVG=/*#__PURE__*/forwardRef((props,ref)=>{const{animated,layoutId,children,...rest}=props;return animated?/*#__PURE__*/_jsx(motion.img,{...rest,layoutId:layoutId,ref:ref}):/*#__PURE__*/_jsx(\"img\",{...rest,ref:ref});});const getProps=({height,id,width,...props})=>{return{...props};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{style,className,layoutId,variant,...restProps}=getProps(props);return /*#__PURE__*/_jsx(SVG,{...restProps,alt:\"\",className:cx(\"framer-CurAQ\",className),layoutId:layoutId,ref:ref,src:'data:image/svg+xml,<svg display=\"block\" role=\"presentation\" viewBox=\"0 0 37 42\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M 18.901 0 L 22.581 0 L 14.541 9.19 L 24 21.693 L 16.594 21.693 L 10.794 14.109 L 4.156 21.693 L 0.474 21.693 L 9.074 11.863 L 0 0.001 L 7.594 0.001 L 12.837 6.933 Z M 17.61 19.491 L 19.649 19.491 L 6.486 2.087 L 4.298 2.087 Z\" fill=\"rgb(0, 0, 0)\" height=\"21.693px\" id=\"HLkYfNQyx\" transform=\"translate(7 10)\" width=\"24px\"/></svg>',style:{...style}});});const css=[`.framer-CurAQ { -webkit-mask: ${mask}; aspect-ratio: 0.8809523809523809; display: block; mask: ${mask}; user-select: none; width: 37px; }`];/**\n * This is a generated Framer component.\n * @framerIntrinsicWidth 37\n * @framerIntrinsicHeight 42\n * @framerSupportedLayoutWidth any-prefer-fixed\n * @framerSupportedLayoutHeight any-prefer-fixed\n * @framerImmutableVariables true\n * @framerVector {\"name\":\"Vector\",\"color\":{\"type\":\"static\",\"value\":\"rgb(0,0,0)\"},\"set\":{\"localId\":\"vectorSet/L0gBII2S8\",\"id\":\"L0gBII2S8\",\"moduleId\":\"sVJ1neNjiHjeEWpgI2A6\"}}\n */const Icon=withCSS(Component,css,\"framer-CurAQ\");Icon.displayName=\"Vector\";export default Icon;\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Icon\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerSupportedLayoutHeight\":\"any-prefer-fixed\",\"framerSupportedLayoutWidth\":\"any-prefer-fixed\",\"framerIntrinsicHeight\":\"42\",\"framerVector\":\"{\\\"name\\\":\\\"Vector\\\",\\\"color\\\":{\\\"type\\\":\\\"static\\\",\\\"value\\\":\\\"rgb(0,0,0)\\\"},\\\"set\\\":{\\\"localId\\\":\\\"vectorSet/L0gBII2S8\\\",\\\"id\\\":\\\"L0gBII2S8\\\",\\\"moduleId\\\":\\\"sVJ1neNjiHjeEWpgI2A6\\\"}}\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"37\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}","// Generated by Framer (6d96db3)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{cx,motion,withCSS}from\"framer\";import*as React from\"react\";import{forwardRef}from\"react\";const mask=\"var(--framer-icon-mask)\";const SVG=/*#__PURE__*/forwardRef((props,ref)=>{const{animated,layoutId,children,...rest}=props;return animated?/*#__PURE__*/_jsx(motion.img,{...rest,layoutId:layoutId,ref:ref}):/*#__PURE__*/_jsx(\"img\",{...rest,ref:ref});});const getProps=({height,id,width,...props})=>{return{...props};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{style,className,layoutId,variant,...restProps}=getProps(props);return /*#__PURE__*/_jsx(SVG,{...restProps,alt:\"\",className:cx(\"framer-KL3M6\",className),layoutId:layoutId,ref:ref,src:'data:image/svg+xml,<svg display=\"block\" role=\"presentation\" viewBox=\"0 0 37 42\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M 11.863 14.922 L 11.862 6.212 L 19.941 10.582 Z M 29.601 4.703 C 29.601 4.703 29.308 2.568 28.412 1.626 C 27.275 0.391 26.001 0.385 25.417 0.314 C 21.233 0 14.957 0 14.957 0 L 14.943 0 C 14.943 0 8.667 0 4.483 0.314 C 3.898 0.385 2.625 0.391 1.487 1.626 C 0.591 2.567 0.299 4.703 0.299 4.703 C 0.299 4.703 0 7.212 0 9.72 L 0 12.072 C 0 14.58 0.299 17.088 0.299 17.088 C 0.299 17.088 0.591 19.224 1.487 20.165 C 2.625 21.4 4.119 21.362 4.784 21.49 C 7.176 21.728 14.95 21.802 14.95 21.802 C 14.95 21.802 21.233 21.792 25.417 21.478 C 26.001 21.406 27.275 21.4 28.412 20.165 C 29.308 19.224 29.601 17.088 29.601 17.088 C 29.601 17.088 29.9 14.581 29.9 12.072 L 29.9 9.72 C 29.9 7.212 29.601 4.703 29.601 4.703 Z\" fill=\"rgb(206, 19, 18)\" height=\"21.80208333333333px\" id=\"OQUcRyQYU\" transform=\"translate(4 10.5)\" width=\"29.9px\"/></svg>',style:{...style}});});const css=[`.framer-KL3M6 { -webkit-mask: ${mask}; aspect-ratio: 0.8809523809523809; display: block; mask: ${mask}; user-select: none; width: 37px; }`];/**\n * This is a generated Framer component.\n * @framerIntrinsicWidth 37\n * @framerIntrinsicHeight 42\n * @framerSupportedLayoutWidth any-prefer-fixed\n * @framerSupportedLayoutHeight any-prefer-fixed\n * @framerImmutableVariables true\n * @framerVector {\"name\":\"Vector\",\"color\":{\"type\":\"static\",\"value\":\"rgb(206,19,18)\"},\"set\":{\"localId\":\"vectorSet/L0gBII2S8\",\"id\":\"L0gBII2S8\",\"moduleId\":\"sVJ1neNjiHjeEWpgI2A6\"}}\n */const Icon=withCSS(Component,css,\"framer-KL3M6\");Icon.displayName=\"Vector\";export default Icon;\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Icon\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerSupportedLayoutHeight\":\"any-prefer-fixed\",\"framerVector\":\"{\\\"name\\\":\\\"Vector\\\",\\\"color\\\":{\\\"type\\\":\\\"static\\\",\\\"value\\\":\\\"rgb(206,19,18)\\\"},\\\"set\\\":{\\\"localId\\\":\\\"vectorSet/L0gBII2S8\\\",\\\"id\\\":\\\"L0gBII2S8\\\",\\\"moduleId\\\":\\\"sVJ1neNjiHjeEWpgI2A6\\\"}}\",\"framerSupportedLayoutWidth\":\"any-prefer-fixed\",\"framerIntrinsicWidth\":\"37\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"42\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}","// Generated by Framer (6d96db3)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,Floating,getFonts,getFontsFromSharedStyle,Link,ResolveLinks,RichText,SmartComponentScopedContainer,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOverlayState,useRouter,useVariantState,withCSS,withFX}from\"framer\";import{AnimatePresence,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/p8dptk4UIND8hbFWz9V7/Phosphor.js\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/ytemwYDYDsihksoNq0zs/2F6omaFzdwF2Ekt9ZIGZ/Phosphor.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/kN9QBrsbtarNrMe2XUhb/JeULJxekN9tBEHrNnwq9/d2Uvy0IxZ.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/vqL8u25SLl0bN1KhKIK1/yspqbeiBgstdHNBKXVNC/gazfiGu6_.js\";import*as sharedStyle4 from\"https://framerusercontent.com/modules/nu2iScEkN5Vfvu4io93b/F2ojFB0tlX3WiocjGKpo/qJodMJo_J.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/8W84JLaQJb4My6Lax8ec/sJ9Oi08Tf2oxzBFIZDHn/uTdODgQTj.js\";import*as sharedStyle3 from\"https://framerusercontent.com/modules/jCOBkXreNAFF5wk6sUxX/722J0Ypqcp0dXTg5VmBx/XlTWBW3IZ.js\";import Vector1 from\"https://framerusercontent.com/modules/gdIYxRgFStVqMcCvfEyc/QbqlqO0CHWQAXDoo8SiP/gsjs9MJJR.js\";import Vector from\"https://framerusercontent.com/modules/IcYqMMm41smJOE86RwjE/WpAmteJiZ6JmmAyJVWgu/IWBFVQCzE.js\";import Vector4 from\"https://framerusercontent.com/modules/f0RJien9tjn4goH0Ly4Z/NTTEp2LFZJqdwJzmcRy5/kAZRy4PvC.js\";import Vector3 from\"https://framerusercontent.com/modules/Iod12KPdI2kpRHEhImoh/qNvobVolGRL47QTMmLne/mhW2KboGw.js\";import Vector2 from\"https://framerusercontent.com/modules/NmxM2zRb70b281msywby/IeQvEWrzOrXvq88LpZEC/WZMdZbcD0.js\";import ButtonPrimaryButton from\"https://framerusercontent.com/modules/y4yQvhRI9aokUQhANYzs/PoWR81cNGNHjZ9aABiKF/AZMcsbJkb.js\";import NavigationMenuIcon from\"https://framerusercontent.com/modules/9qdmljmCFiNGkxCPF58D/SixyZEuWYdGS6betAYQt/kaoYA8SB5.js\";import LogoLogo from\"https://framerusercontent.com/modules/7pteBgmtLAF1Stp1hKkB/Z03phyz0KEKDrbnAesFw/lqcAPxNMz.js\";import ButtonSecondaryButton from\"https://framerusercontent.com/modules/eyCO13xJWCMwrGyt2OC5/Q19qKMGUkZFPFB1vrrsH/TFt5ndPLB.js\";const LogoLogoFonts=getFonts(LogoLogo);const NavigationMenuIconFonts=getFonts(NavigationMenuIcon);const PhosphorFonts=getFonts(Phosphor);const VectorFonts=getFonts(Vector);const MotionDivWithFX=withFX(motion.div);const Phosphor1Fonts=getFonts(Phosphor1);const Vector1Fonts=getFonts(Vector1);const Vector2Fonts=getFonts(Vector2);const Vector3Fonts=getFonts(Vector3);const Vector4Fonts=getFonts(Vector4);const ButtonSecondaryButtonFonts=getFonts(ButtonSecondaryButton);const ButtonPrimaryButtonFonts=getFonts(ButtonPrimaryButton);const cycleOrder=[\"hbHr4PCHf\",\"ZB6MC3oou\",\"TMU1uDL_q\",\"g2Ji0vbPY\"];const serializationHash=\"framer-t9HP7\";const variantClassNames={g2Ji0vbPY:\"framer-v-1orcf4v\",hbHr4PCHf:\"framer-v-1nltrsr\",TMU1uDL_q:\"framer-v-sr3jwk\",ZB6MC3oou:\"framer-v-6uwo2d\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const transition2={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:10};const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:10};const Overlay=({children,blockDocumentScrolling,enabled=true})=>{const[visible,setVisible]=useOverlayState({blockDocumentScrolling});return children({hide:()=>setVisible(false),show:()=>setVisible(true),toggle:()=>setVisible(!visible),visible:enabled&&visible});};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={\"Phone Open\":\"TMU1uDL_q\",Desktop:\"hbHr4PCHf\",Phone:\"ZB6MC3oou\",Tablet:\"g2Ji0vbPY\"};const getProps=({background,height,id,width,...props})=>{return{...props,jTfmxgs6v:background??props.jTfmxgs6v??\"var(--token-454046b4-1e7d-4f65-9b9c-fd72ed915ff4, rgb(255, 255, 255))\",variant:humanReadableVariantMap[props.variant]??props.variant??\"hbHr4PCHf\"};};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,jTfmxgs6v,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"hbHr4PCHf\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const XKaY3MrGu1qomfn=activeVariantCallback(async(...args)=>{setVariant(\"IXaLkJwIg\");});const XKaY3MrGuxx6ov6=activeVariantCallback(async(...args)=>{setVariant(\"TMU1uDL_q\");});const XKaY3MrGu1g4eqv5=activeVariantCallback(async(...args)=>{setVariant(\"ZB6MC3oou\");});const onMouseEntertxyyif=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.show();});const onClick1jfbi8x=activeVariantCallback(async(...args)=>{setVariant(\"vZNkcdFXx\");});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const router=useRouter();const isDisplayed=()=>{if([\"ZB6MC3oou\",\"TMU1uDL_q\",\"g2Ji0vbPY\"].includes(baseVariant))return true;return false;};const isDisplayed1=()=>{if([\"ZB6MC3oou\",\"g2Ji0vbPY\"].includes(baseVariant))return false;return true;};const ref1=React.useRef(null);const isDisplayed2=()=>{if(baseVariant===\"TMU1uDL_q\")return false;return true;};const ref2=React.useRef(null);const ref3=React.useRef(null);const ref4=React.useRef(null);const isDisplayed3=()=>{if(baseVariant===\"TMU1uDL_q\")return true;return false;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.nav,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1nltrsr\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"hbHr4PCHf\",ref:refBinding,style:{backgroundColor:jTfmxgs6v,...style},...addPropertyOverrides({g2Ji0vbPY:{\"data-framer-name\":\"Tablet\"},TMU1uDL_q:{\"data-framer-name\":\"Phone Open\"},ZB6MC3oou:{\"data-framer-name\":\"Phone\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-lf9hus\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"sSbWFmFRI\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-18lb7ct\",\"data-framer-name\":\"Left\",layoutDependency:layoutDependency,layoutId:\"rcs8qjlbY\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,y:(componentViewport?.y||0)+(20+((componentViewport?.height||88)-40-52)/2)+2+0,...addPropertyOverrides({g2Ji0vbPY:{y:(componentViewport?.y||0)+(20+((componentViewport?.height||88)-40-48)/2)+0+0},TMU1uDL_q:{y:(componentViewport?.y||0)+20+0+0+0},ZB6MC3oou:{y:(componentViewport?.y||0)+(20+((componentViewport?.height||200)-40-48)/2)+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1xrsa86-container\",layoutDependency:layoutDependency,layoutId:\"Kk783jD3f-container\",nodeId:\"Kk783jD3f\",rendersWithMotion:true,scopeId:\"xFAoeILlL\",children:/*#__PURE__*/_jsx(LogoLogo,{height:\"100%\",id:\"Kk783jD3f\",layoutId:\"Kk783jD3f\",PK64ZmMN7:resolvedLinks[0],variant:\"hpGFLDIm_\",width:\"100%\",...addPropertyOverrides({g2Ji0vbPY:{PK64ZmMN7:resolvedLinks[3]},TMU1uDL_q:{PK64ZmMN7:resolvedLinks[2]},ZB6MC3oou:{PK64ZmMN7:resolvedLinks[1]}},baseVariant,gestureVariant)})})})}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({g2Ji0vbPY:{height:40,width:\"40px\",y:(componentViewport?.y||0)+(20+((componentViewport?.height||88)-40-48)/2)+0+4},TMU1uDL_q:{height:40,width:\"40px\",y:(componentViewport?.y||0)+20+0+0+4},ZB6MC3oou:{height:40,width:\"40px\",y:(componentViewport?.y||0)+(20+((componentViewport?.height||200)-40-48)/2)+0+4}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-rdhbfb-container\",\"data-framer-name\":\"Menu Icon\",layoutDependency:layoutDependency,layoutId:\"WGx3anaSY-container\",name:\"Menu Icon\",nodeId:\"WGx3anaSY\",rendersWithMotion:true,scopeId:\"xFAoeILlL\",children:/*#__PURE__*/_jsx(NavigationMenuIcon,{height:\"100%\",id:\"WGx3anaSY\",layoutId:\"WGx3anaSY\",MRTLThQzV:\"var(--token-fae910b1-58dd-4ef5-8c3c-a28d85da034c, rgb(117, 117, 117))\",name:\"Menu Icon\",style:{height:\"100%\",width:\"100%\"},variant:\"ZPLnAh_SB\",width:\"100%\",XKaY3MrGu:XKaY3MrGu1qomfn,...addPropertyOverrides({g2Ji0vbPY:{XKaY3MrGu:XKaY3MrGuxx6ov6},TMU1uDL_q:{variant:\"a3MwIEVDD\",XKaY3MrGu:XKaY3MrGu1g4eqv5},ZB6MC3oou:{XKaY3MrGu:XKaY3MrGuxx6ov6}},baseVariant,gestureVariant)})})})]}),isDisplayed1()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-sdiehz\",\"data-framer-name\":\"Center\",layoutDependency:layoutDependency,layoutId:\"CB898NC7s\",children:[/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-149xjdy\",\"data-framer-name\":\"Dropdown\",\"data-highlight\":true,id:`${layoutId}-149xjdy`,layoutDependency:layoutDependency,layoutId:\"wcCh9m3mx\",onMouseEnter:onMouseEntertxyyif({overlay}),ref:ref1,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-cwwl9b\",\"data-styles-preset\":\"d2Uvy0IxZ\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-6ce7e7c0-24ea-43ec-b60a-d28a5af14ab8, rgb(30, 32, 36)))\"},children:\"Features\"})}),className:\"framer-avufik\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"LAeBolk9h\",style:{\"--extracted-r6o4lv\":\"var(--token-6ce7e7c0-24ea-43ec-b60a-d28a5af14ab8, rgb(30, 32, 36))\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({TMU1uDL_q:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-qf7brn\",\"data-styles-preset\":\"gazfiGu6_\",children:\"Features\"})})}},baseVariant,gestureVariant)}),isDisplayed2()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-d62xfu\",\"data-framer-name\":\"Icon\",layoutDependency:layoutDependency,layoutId:\"doIE3Ex08\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-g1xmhf-container\",isAuthoredByUser:true,layoutDependency:layoutDependency,layoutId:\"Ti2rNNWmP-container\",nodeId:\"Ti2rNNWmP\",rendersWithMotion:true,scopeId:\"xFAoeILlL\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-6ce7e7c0-24ea-43ec-b60a-d28a5af14ab8, rgb(30, 32, 36))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"CaretDown\",id:\"Ti2rNNWmP\",layoutId:\"Ti2rNNWmP\",mirrored:false,onClick:onClick1jfbi8x,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"bold\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"start\",anchorRef:ref1,className:cx(scopingClassNames,classNames),collisionDetection:true,collisionDetectionPadding:20,\"data-framer-portal-id\":`${layoutId}-149xjdy`,offsetX:0,offsetY:20,onDismiss:overlay.hide,placement:\"bottom\",safeArea:true,zIndex:11,children:/*#__PURE__*/_jsx(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation1,className:\"framer-1hkf4bv\",exit:animation,initial:animation2,layoutDependency:layoutDependency,layoutId:\"v3YmE77R9\",ref:ref2,role:\"dialog\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-d4q4mr\",\"data-border\":true,\"data-framer-name\":\"Navigation/Dropdown Menu 02\",layoutDependency:layoutDependency,layoutId:\"tXyx4ji2g\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-d62ffd6d-0365-4204-85b2-674429fa3b78, rgb(230, 231, 232))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10},children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"AKhVNpMIX\"},motionChild:true,nodeId:\"XxC4QGDVJ\",openInNewTab:false,scopeId:\"xFAoeILlL\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1ecqgsi framer-o6wukm\",\"data-framer-name\":\"Card\",layoutDependency:layoutDependency,layoutId:\"XxC4QGDVJ\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1jw1kmq\",\"data-border\":true,\"data-framer-name\":\"Icon/Icon\",layoutDependency:layoutDependency,layoutId:\"e1CXFjKr8\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-d62ffd6d-0365-4204-85b2-674429fa3b78, rgb(222, 222, 222))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10},children:/*#__PURE__*/_jsxs(SVG,{className:\"framer-13k9ufz\",layoutDependency:layoutDependency,layoutId:\"d9qY1tQdn\",opacity:1,requiresOverflowVisible:true,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 33.333 33.333\" overflow=\"visible\"><g><path d=\"M 8.333 33.333 C 3.731 33.333 0 29.602 0 25 L 0 8.333 C 0 3.731 3.731 0 8.333 0 L 25 0 C 29.602 0 33.333 3.731 33.333 8.333 L 33.333 25 C 33.333 29.602 29.602 33.333 25 33.333 Z\" fill=\"transparent\" stroke-width=\"2.5\" stroke=\"var(--token-9e534227-77c0-4541-b041-585b912021b6, rgb(166, 132, 255)) /* {&quot;name&quot;:&quot;Secondary 400&quot;} */\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"M 23.124 15.45 C 23.545 18.295 22.095 21.09 19.526 22.383 C 16.957 23.676 13.849 23.176 11.815 21.142 C 9.781 19.108 9.281 16 10.574 13.431 C 11.867 10.862 14.662 9.411 17.507 9.833 C 20.412 10.264 22.693 12.545 23.124 15.45 Z M 25.624 7.333 L 25.64 7.333\" fill=\"transparent\" stroke-width=\"2.5\" stroke=\"var(--token-9e534227-77c0-4541-b041-585b912021b6, rgb(166, 132, 255)) /* {&quot;name&quot;:&quot;Secondary 400&quot;} */\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></g></svg>',withExternalLayout:true,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1m0y998\",layoutDependency:layoutDependency,layoutId:\"lT5vaxP9_\",opacity:1,requiresOverflowVisible:true,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 33.333 33.333\" overflow=\"visible\"><path d=\"M 8.333 33.333 C 3.731 33.333 0 29.602 0 25 L 0 8.333 C 0 3.731 3.731 0 8.333 0 L 25 0 C 29.602 0 33.333 3.731 33.333 8.333 L 33.333 25 C 33.333 29.602 29.602 33.333 25 33.333 Z\" fill=\"transparent\" stroke-width=\"2.5\" stroke=\"var(--token-9e534227-77c0-4541-b041-585b912021b6, rgb(166, 132, 255)) /* {&quot;name&quot;:&quot;Secondary 400&quot;} */\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsxs(SVG,{className:\"framer-fyy30v\",layoutDependency:layoutDependency,layoutId:\"kPih_B0AV\",opacity:1,requiresOverflowVisible:true,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 15.778 15.761\" overflow=\"visible\"><path d=\"M 13.261 8.117 C 13.683 10.962 12.233 13.756 9.664 15.049 C 7.095 16.343 3.986 15.842 1.953 13.809 C -0.081 11.775 -0.581 8.666 0.712 6.097 C 2.005 3.528 4.8 2.078 7.645 2.5 C 10.55 2.931 12.831 5.212 13.261 8.117 Z M 15.761 0 L 15.778 0\" fill=\"transparent\" stroke-width=\"2.5\" stroke=\"var(--token-9e534227-77c0-4541-b041-585b912021b6, rgb(166, 132, 255)) /* {&quot;name&quot;:&quot;Secondary 400&quot;} */\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></svg>',withExternalLayout:true,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1277voz\",layoutDependency:layoutDependency,layoutId:\"c0uiMFPgJ\",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.334 13.334\" overflow=\"visible\"><path d=\"M 13.261 5.689 C 13.683 8.534 12.233 11.329 9.664 12.622 C 7.095 13.915 3.986 13.415 1.953 11.381 C -0.081 9.347 -0.581 6.239 0.712 3.67 C 2.005 1.101 4.8 -0.349 7.645 0.072 C 10.55 0.503 12.831 2.784 13.261 5.689 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-ibgs72\",layoutDependency:layoutDependency,layoutId:\"RlPmqJx6F\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1 1\" overflow=\"visible\"><path d=\"M 0 0 L 0.017 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})]})]})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-4e06ev\",\"data-framer-name\":\"Text\",layoutDependency:layoutDependency,layoutId:\"V3hTE8clN\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-havtb7\",\"data-styles-preset\":\"uTdODgQTj\",children:\"Social\"})}),className:\"framer-ga403y\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"bo71CE4Wm\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-5ex2gn\",\"data-styles-preset\":\"XlTWBW3IZ\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fae910b1-58dd-4ef5-8c3c-a28d85da034c, rgb(117, 117, 117)))\"},children:\"Plan and post everywhere.\"})}),className:\"framer-1x8ru07\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"gLRyAh_NZ\",style:{\"--extracted-r6o4lv\":\"var(--token-fae910b1-58dd-4ef5-8c3c-a28d85da034c, rgb(117, 117, 117))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]})]})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"BiTqOrSX4\"},motionChild:true,nodeId:\"VkMLaf8Ao\",openInNewTab:false,scopeId:\"xFAoeILlL\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-11b7uy6 framer-o6wukm\",\"data-framer-name\":\"Card\",layoutDependency:layoutDependency,layoutId:\"VkMLaf8Ao\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-kwjv58\",\"data-border\":true,\"data-framer-name\":\"Icon/Icon\",layoutDependency:layoutDependency,layoutId:\"mY7vRkkYJ\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-d62ffd6d-0365-4204-85b2-674429fa3b78, rgb(222, 222, 222))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10},children:/*#__PURE__*/_jsxs(SVG,{className:\"framer-1eyxy1r\",layoutDependency:layoutDependency,layoutId:\"fvm9gGv3q\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 39.652 28.415\" overflow=\"visible\"><path d=\"M 25.532 0 L 39.652 14.208 L 25.532 28.415 L 19.828 22.675 L 14.122 28.415 L 0 14.21 L 14.122 0 L 17.809 3.713 L 15.791 5.744 L 14.122 4.06 L 4.035 14.21 L 14.122 24.358 L 24.209 14.208 L 19.826 9.8 L 15.443 14.208 L 17.809 16.587 L 15.791 18.617 L 11.41 14.207 Z M 21.845 7.77 L 28.242 14.208 L 21.843 20.645 L 25.532 24.357 L 35.619 14.207 L 25.532 4.058 Z\" fill=\"var(--token-9e534227-77c0-4541-b041-585b912021b6, rgb(166, 132, 255)) /* {&quot;name&quot;:&quot;Secondary 400&quot;} */\"></path></svg>',withExternalLayout:true,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1dmxo5e\",layoutDependency:layoutDependency,layoutId:\"uDWGanuN8\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 39.652 28.415\" overflow=\"visible\"><path d=\"M 25.532 0 L 39.652 14.208 L 25.532 28.415 L 19.828 22.675 L 14.122 28.415 L 0 14.21 L 14.122 0 L 17.809 3.713 L 15.791 5.744 L 14.122 4.06 L 4.035 14.21 L 14.122 24.358 L 24.209 14.208 L 19.826 9.8 L 15.443 14.208 L 17.809 16.587 L 15.791 18.617 L 11.41 14.207 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1wo5ofl\",layoutDependency:layoutDependency,layoutId:\"LA04PabCW\",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.776 20.298\" overflow=\"visible\"><path d=\"M 0.002 3.712 L 6.398 10.15 L 0 16.587 L 3.689 20.298 L 13.776 10.148 L 3.689 0 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true})]})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-tnd050\",\"data-framer-name\":\"Text\",layoutDependency:layoutDependency,layoutId:\"Kx0hVpCoo\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-havtb7\",\"data-styles-preset\":\"uTdODgQTj\",children:\"Link in Bio\"})}),className:\"framer-stmz9l\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Dz05Ybbt_\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-5ex2gn\",\"data-styles-preset\":\"XlTWBW3IZ\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fae910b1-58dd-4ef5-8c3c-a28d85da034c, rgb(117, 117, 117)))\"},children:\"Drive clicks beyond social.\"})}),className:\"framer-n2k5ii\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"lAbST91Qd\",style:{\"--extracted-r6o4lv\":\"var(--token-fae910b1-58dd-4ef5-8c3c-a28d85da034c, rgb(117, 117, 117))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]})]})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"P3t77eC_1\"},motionChild:true,nodeId:\"Ap7mtsqVJ\",openInNewTab:false,scopeId:\"xFAoeILlL\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-13y30e6 framer-o6wukm\",\"data-framer-name\":\"Card\",layoutDependency:layoutDependency,layoutId:\"Ap7mtsqVJ\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-y599pj\",\"data-border\":true,\"data-framer-name\":\"Icon/Icon\",layoutDependency:layoutDependency,layoutId:\"MCtgyDw62\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-d62ffd6d-0365-4204-85b2-674429fa3b78, rgb(222, 222, 222))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-kiy970\",layoutDependency:layoutDependency,layoutId:\"qYgcFdTt8\",opacity:1,requiresOverflowVisible:true,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 31.68 31.68\" overflow=\"visible\"><path d=\"M 9.833 28.347 C 16.405 31.718 24.453 29.803 28.803 23.834 C 33.153 17.864 32.509 9.616 27.286 4.394 C 22.064 -0.829 13.816 -1.473 7.846 2.877 C 1.877 7.227 -0.038 15.275 3.333 21.847 L 0 31.68 Z\" fill=\"transparent\" stroke-width=\"2.5\" stroke=\"var(--token-9e534227-77c0-4541-b041-585b912021b6, rgb(166, 132, 255)) /* {&quot;name&quot;:&quot;Secondary 400&quot;} */\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1gjekqc\",\"data-framer-name\":\"Text\",layoutDependency:layoutDependency,layoutId:\"jrpqKsimK\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-havtb7\",\"data-styles-preset\":\"uTdODgQTj\",children:\"Connect\"})}),className:\"framer-1bqvyml\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"TUCTboBkn\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-5ex2gn\",\"data-styles-preset\":\"XlTWBW3IZ\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fae910b1-58dd-4ef5-8c3c-a28d85da034c, rgb(117, 117, 117)))\"},children:\"Engage with real impact.\"})}),className:\"framer-1kpnj4n\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"O8_sViDvA\",style:{\"--extracted-r6o4lv\":\"var(--token-fae910b1-58dd-4ef5-8c3c-a28d85da034c, rgb(117, 117, 117))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]})]})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"fvXZFzwAG\"},motionChild:true,nodeId:\"Krwo9piCF\",openInNewTab:false,scopeId:\"xFAoeILlL\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1bavosh framer-o6wukm\",\"data-framer-name\":\"Card\",layoutDependency:layoutDependency,layoutId:\"Krwo9piCF\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-19qlrqz\",\"data-border\":true,\"data-framer-name\":\"Icon/Icon\",layoutDependency:layoutDependency,layoutId:\"RidgD4tO4\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-d62ffd6d-0365-4204-85b2-674429fa3b78, rgb(222, 222, 222))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10},children:/*#__PURE__*/_jsxs(SVG,{className:\"framer-9ixynx\",layoutDependency:layoutDependency,layoutId:\"ExjTFDrd3\",opacity:1,requiresOverflowVisible:true,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 31.334 31.336\" overflow=\"visible\"><path d=\"M 19.667 3.167 L 16.333 6.333 M 4.833 9.667 L 0 8.333 M 6.333 16.333 L 3.167 19.667 M 8.333 0 L 9.667 4.833 M 11.395 12.483 C 11.263 12.172 11.333 11.811 11.572 11.572 C 11.811 11.333 12.172 11.263 12.483 11.395 L 30.817 18.895 C 31.151 19.032 31.359 19.37 31.331 19.731 C 31.303 20.092 31.045 20.393 30.693 20.477 L 23.445 22.212 C 22.835 22.357 22.358 22.833 22.212 23.443 L 20.478 30.693 C 20.395 31.047 20.094 31.306 19.732 31.334 C 19.37 31.362 19.032 31.153 18.895 30.817 Z\" fill=\"transparent\" stroke-width=\"2.5\" stroke=\"var(--token-9e534227-77c0-4541-b041-585b912021b6, rgb(166, 132, 255)) /* {&quot;name&quot;:&quot;Secondary 400&quot;} */\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></svg>',withExternalLayout:true,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-17f6s5p\",layoutDependency:layoutDependency,layoutId:\"dqI6Jl_Vk\",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.333 3.167\" overflow=\"visible\"><path d=\"M 3.333 0 L 0 3.167\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-6ybijn\",layoutDependency:layoutDependency,layoutId:\"PqKzEgvtU\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 4.833 1.333\" overflow=\"visible\"><path d=\"M 4.833 1.333 L 0 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-19neroy\",layoutDependency:layoutDependency,layoutId:\"dXm0WTvj1\",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.167 3.333\" overflow=\"visible\"><path d=\"M 3.167 0 L 0 3.333\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-q728s9\",layoutDependency:layoutDependency,layoutId:\"DDcOA1Y8K\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.333 4.833\" overflow=\"visible\"><path d=\"M 0 0 L 1.333 4.833\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-ygmk\",layoutDependency:layoutDependency,layoutId:\"B0MvCV0qD\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 20.005 20.007\" overflow=\"visible\"><path d=\"M 0.066 1.154 C -0.066 0.843 0.004 0.482 0.243 0.243 C 0.482 0.004 0.843 -0.066 1.154 0.066 L 19.488 7.566 C 19.822 7.703 20.03 8.041 20.002 8.402 C 19.974 8.763 19.716 9.064 19.364 9.148 L 12.116 10.883 C 11.506 11.028 11.029 11.504 10.883 12.114 L 9.149 19.364 C 9.066 19.718 8.765 19.977 8.403 20.005 C 8.041 20.033 7.703 19.824 7.566 19.488 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true})]})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-molv0t\",\"data-framer-name\":\"Text\",layoutDependency:layoutDependency,layoutId:\"UY5YmgG_k\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-havtb7\",\"data-styles-preset\":\"uTdODgQTj\",children:\"Collaborate\"})}),className:\"framer-ni0h1v\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"nsMdxxEqK\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-5ex2gn\",\"data-styles-preset\":\"XlTWBW3IZ\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fae910b1-58dd-4ef5-8c3c-a28d85da034c, rgb(117, 117, 117)))\"},children:\"Create together, in sync.\"})}),className:\"framer-ufgfex\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"qvG70b1m6\",style:{\"--extracted-r6o4lv\":\"var(--token-fae910b1-58dd-4ef5-8c3c-a28d85da034c, rgb(117, 117, 117))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]})]})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"FiUL1Eryv\"},motionChild:true,nodeId:\"VswgzhSEU\",openInNewTab:false,scopeId:\"xFAoeILlL\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-iblek framer-o6wukm\",\"data-framer-name\":\"Card\",layoutDependency:layoutDependency,layoutId:\"VswgzhSEU\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1i8vuts\",\"data-border\":true,\"data-framer-name\":\"Icon/Icon\",layoutDependency:layoutDependency,layoutId:\"C32gmyk_m\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-d62ffd6d-0365-4204-85b2-674429fa3b78, rgb(222, 222, 222))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10},children:/*#__PURE__*/_jsxs(SVG,{className:\"framer-vw65f6\",layoutDependency:layoutDependency,layoutId:\"wMwnYk4Zo\",opacity:1,requiresOverflowVisible:true,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 31.667 31.664\" overflow=\"visible\"><g><path d=\"M 14.167 20 L 6.667 20 C 2.985 20 0 22.985 0 26.667 L 0 30 M 30.63 22.71 C 32.013 21.328 32.013 19.086 30.63 17.703 C 29.247 16.321 27.006 16.321 25.623 17.703 L 18.94 24.39 C 18.544 24.786 18.254 25.276 18.097 25.813 L 16.702 30.597 C 16.616 30.889 16.697 31.204 16.912 31.419 C 17.128 31.635 17.443 31.715 17.735 31.63 L 22.518 30.235 C 23.056 30.078 23.546 29.788 23.942 29.392 Z\" fill=\"transparent\" stroke-width=\"2.5\" stroke=\"var(--token-9e534227-77c0-4541-b041-585b912021b6, rgb(166, 132, 255)) /* {&quot;name&quot;:&quot;Secondary 400&quot;} */\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"M 5 6.667 C 5 2.985 7.985 0 11.667 0 C 15.349 0 18.333 2.985 18.333 6.667 C 18.333 10.349 15.349 13.333 11.667 13.333 C 7.985 13.333 5 10.349 5 6.667 Z\" fill=\"transparent\" stroke-width=\"2.5\" stroke=\"var(--token-9e534227-77c0-4541-b041-585b912021b6, rgb(166, 132, 255)) /* {&quot;name&quot;:&quot;Secondary 400&quot;} */\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></g></svg>',withExternalLayout:true,children:[/*#__PURE__*/_jsxs(SVG,{className:\"framer-1951mvt\",layoutDependency:layoutDependency,layoutId:\"TPweHsAhP\",opacity:1,requiresOverflowVisible:true,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 31.667 14.997\" overflow=\"visible\"><path d=\"M 14.167 3.334 L 6.667 3.334 C 2.985 3.334 0 6.318 0 10 L 0 13.334 M 30.63 6.044 C 32.013 4.661 32.013 2.419 30.63 1.037 C 29.247 -0.346 27.006 -0.346 25.623 1.037 L 18.94 7.724 C 18.544 8.12 18.254 8.609 18.097 9.147 L 16.702 13.93 C 16.616 14.222 16.697 14.538 16.912 14.753 C 17.128 14.968 17.443 15.049 17.735 14.964 L 22.518 13.569 C 23.056 13.412 23.546 13.122 23.942 12.725 Z\" fill=\"transparent\" stroke-width=\"2.5\" stroke=\"var(--token-9e534227-77c0-4541-b041-585b912021b6, rgb(166, 132, 255)) /* {&quot;name&quot;:&quot;Secondary 400&quot;} */\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></svg>',withExternalLayout:true,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1290iuu\",layoutDependency:layoutDependency,layoutId:\"Zea9wxHC8\",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.167 10\" overflow=\"visible\"><path d=\"M 14.167 0 L 6.667 0 C 2.985 0 0 2.985 0 6.667 L 0 10\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1vjyfvs\",layoutDependency:layoutDependency,layoutId:\"qhxhY2jyC\",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.999 14.997\" overflow=\"visible\"><path d=\"M 13.962 6.044 C 15.344 4.661 15.344 2.419 13.962 1.037 C 12.579 -0.346 10.338 -0.346 8.955 1.037 L 2.272 7.724 C 1.875 8.12 1.585 8.609 1.428 9.147 L 0.033 13.93 C -0.052 14.222 0.029 14.538 0.244 14.753 C 0.459 14.968 0.775 15.049 1.067 14.964 L 5.85 13.569 C 6.388 13.412 6.877 13.122 7.273 12.725 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true})]}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1m5pl2t\",layoutDependency:layoutDependency,layoutId:\"DlDfpcYqa\",opacity:1,requiresOverflowVisible:true,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 13.333 13.333\" overflow=\"visible\"><path d=\"M 0 6.667 C 0 2.985 2.985 0 6.667 0 C 10.349 0 13.333 2.985 13.333 6.667 C 13.333 10.349 10.349 13.333 6.667 13.333 C 2.985 13.333 0 10.349 0 6.667 Z\" fill=\"transparent\" stroke-width=\"2.5\" stroke=\"var(--token-9e534227-77c0-4541-b041-585b912021b6, rgb(166, 132, 255)) /* {&quot;name&quot;:&quot;Secondary 400&quot;} */\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></svg>',withExternalLayout:true})]})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-njpitp\",\"data-framer-name\":\"Text\",layoutDependency:layoutDependency,layoutId:\"nk_mnSugp\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-havtb7\",\"data-styles-preset\":\"uTdODgQTj\",children:\"Personalized\"})}),className:\"framer-kz600l\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"EPyeVyX3o\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-5ex2gn\",\"data-styles-preset\":\"XlTWBW3IZ\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fae910b1-58dd-4ef5-8c3c-a28d85da034c, rgb(117, 117, 117)))\"},children:\"Grow with smart insights.\"})}),className:\"framer-1syh9bm\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"rXgnymUAi\",style:{\"--extracted-r6o4lv\":\"var(--token-fae910b1-58dd-4ef5-8c3c-a28d85da034c, rgb(117, 117, 117))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]})]})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"kJXE5Xwfs\"},motionChild:true,nodeId:\"CnpoKwHk4\",openInNewTab:false,scopeId:\"xFAoeILlL\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-80r17 framer-o6wukm\",\"data-framer-name\":\"Card\",layoutDependency:layoutDependency,layoutId:\"CnpoKwHk4\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1m52zz3\",\"data-border\":true,\"data-framer-name\":\"Icon/Icon\",layoutDependency:layoutDependency,layoutId:\"ZkUfBWqFp\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-d62ffd6d-0365-4204-85b2-674429fa3b78, rgb(222, 222, 222))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10},children:/*#__PURE__*/_jsx(Vector,{animated:true,className:\"framer-p8odsl\",layoutDependency:layoutDependency,layoutId:\"asdfqxeUO\"})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1jnw2b8\",\"data-framer-name\":\"Text\",layoutDependency:layoutDependency,layoutId:\"SPmMheoR1\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-havtb7\",\"data-styles-preset\":\"uTdODgQTj\",children:\"Studio\"})}),className:\"framer-y76p8q\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"zwwXLdT7i\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-5ex2gn\",\"data-styles-preset\":\"XlTWBW3IZ\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fae910b1-58dd-4ef5-8c3c-a28d85da034c, rgb(117, 117, 117)))\"},children:\"All your content,  all in one place.\"})}),className:\"framer-1gi40hh\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"RTfKeWzG8\",style:{\"--extracted-r6o4lv\":\"var(--token-fae910b1-58dd-4ef5-8c3c-a28d85da034c, rgb(117, 117, 117))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]})]})})]})})})})]})})}),/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay1=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ird42r\",\"data-framer-name\":\"Dropdown\",\"data-highlight\":true,id:`${layoutId}-1ird42r`,layoutDependency:layoutDependency,layoutId:\"tvIniyhfv\",onMouseEnter:onMouseEntertxyyif({overlay:overlay1}),ref:ref3,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-cwwl9b\",\"data-styles-preset\":\"d2Uvy0IxZ\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-6ce7e7c0-24ea-43ec-b60a-d28a5af14ab8, rgb(30, 32, 36)))\"},children:\"Channels\"})}),className:\"framer-tbgj17\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"rW4iAPoqv\",style:{\"--extracted-r6o4lv\":\"var(--token-6ce7e7c0-24ea-43ec-b60a-d28a5af14ab8, rgb(30, 32, 36))\"},variants:{TMU1uDL_q:{\"--extracted-1eung3n\":\"var(--token-6ce7e7c0-24ea-43ec-b60a-d28a5af14ab8, rgb(30, 32, 36))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({TMU1uDL_q:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-qf7brn\",\"data-styles-preset\":\"gazfiGu6_\",style:{\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-6ce7e7c0-24ea-43ec-b60a-d28a5af14ab8, rgb(30, 32, 36)))\"},children:\"Channels\"})})}},baseVariant,gestureVariant)}),isDisplayed2()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-z7n7t1\",\"data-framer-name\":\"Icon\",layoutDependency:layoutDependency,layoutId:\"OusOHSM1a\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-12ym9zd-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"vkzxgocbi-container\",nodeId:\"vkzxgocbi\",rendersWithMotion:true,scopeId:\"xFAoeILlL\",children:/*#__PURE__*/_jsx(Phosphor1,{color:\"var(--token-6ce7e7c0-24ea-43ec-b60a-d28a5af14ab8, rgb(30, 32, 36))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"CaretDown\",id:\"vkzxgocbi\",layoutId:\"vkzxgocbi\",mirrored:false,onClick:onClick1jfbi8x,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"bold\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay1.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"start\",anchorRef:ref3,className:cx(scopingClassNames,classNames),collisionDetection:true,collisionDetectionPadding:20,\"data-framer-portal-id\":`${layoutId}-1ird42r`,offsetX:0,offsetY:20,onDismiss:overlay1.hide,placement:\"bottom\",safeArea:true,zIndex:11,children:/*#__PURE__*/_jsx(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation1,className:\"framer-4elzm6\",exit:animation,initial:animation2,layoutDependency:layoutDependency,layoutId:\"Q8Cpmp39O\",ref:ref4,role:\"dialog\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1nn5gqf\",\"data-border\":true,\"data-framer-name\":\"Navigation/Dropdown Menu 02\",layoutDependency:layoutDependency,layoutId:\"XZOVjHrAD\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-d62ffd6d-0365-4204-85b2-674429fa3b78, rgb(230, 231, 232))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10},children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"DBl_Pfelk\"},motionChild:true,nodeId:\"Qyq4NfAEr\",openInNewTab:false,scopeId:\"xFAoeILlL\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-18l8abo framer-o6wukm\",\"data-framer-name\":\"Card\",layoutDependency:layoutDependency,layoutId:\"Qyq4NfAEr\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-3vpz6w\",\"data-border\":true,\"data-framer-name\":\"Icon/Icon\",layoutDependency:layoutDependency,layoutId:\"LMKNXoe9a\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-d62ffd6d-0365-4204-85b2-674429fa3b78, rgb(222, 222, 222))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10},children:/*#__PURE__*/_jsx(Vector1,{animated:true,className:\"framer-1grjotj\",layoutDependency:layoutDependency,layoutId:\"eK0glWB2A\"})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-110k8jt\",\"data-framer-name\":\"Text\",layoutDependency:layoutDependency,layoutId:\"Zd1NEVy8i\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-havtb7\",\"data-styles-preset\":\"uTdODgQTj\",children:\"Instagram\"})}),className:\"framer-me73sb\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"YI_s3TdO7\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-5ex2gn\",\"data-styles-preset\":\"XlTWBW3IZ\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fae910b1-58dd-4ef5-8c3c-a28d85da034c, rgb(117, 117, 117)))\"},children:\"Design a stunning, on-brand feed.\"})}),className:\"framer-13i4nf3\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"wOatjL75N\",style:{\"--extracted-r6o4lv\":\"var(--token-fae910b1-58dd-4ef5-8c3c-a28d85da034c, rgb(117, 117, 117))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]})]})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"NPcGftrok\"},motionChild:true,nodeId:\"slrq1IFyL\",openInNewTab:false,scopeId:\"xFAoeILlL\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-h46lal framer-o6wukm\",\"data-framer-name\":\"Card\",layoutDependency:layoutDependency,layoutId:\"slrq1IFyL\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-120dzwg\",\"data-border\":true,\"data-framer-name\":\"Icon/Icon\",layoutDependency:layoutDependency,layoutId:\"U6kqaDqWB\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-d62ffd6d-0365-4204-85b2-674429fa3b78, rgb(222, 222, 222))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10},children:/*#__PURE__*/_jsxs(SVG,{className:\"framer-kpgo65\",layoutDependency:layoutDependency,layoutId:\"lEGEkbyk5\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 34.887 40.067\" overflow=\"visible\"><g><path d=\"M 25.76 14.505 C 28.419 16.416 31.612 17.442 34.887 17.438 L 34.887 10.865 C 34.243 10.865 33.6 10.798 32.97 10.663 L 32.97 15.837 C 29.696 15.841 26.503 14.815 23.843 12.905 L 23.843 26.318 C 23.843 33.028 18.423 38.467 11.738 38.467 C 9.337 38.47 6.99 37.754 5 36.412 C 7.271 38.751 10.394 40.07 13.655 40.067 C 20.34 40.067 25.76 34.628 25.76 27.917 L 25.76 14.507 Z M 28.125 7.875 C 26.772 6.394 25.941 4.51 25.76 2.512 L 25.76 1.667 L 23.943 1.667 C 24.395 4.235 25.914 6.492 28.125 7.875 Z M 9.228 31.263 C 8.493 30.296 8.096 29.113 8.098 27.898 C 8.096 26.13 8.937 24.466 10.363 23.419 C 11.789 22.373 13.628 22.069 15.315 22.602 L 15.315 15.883 C 14.68 15.796 14.039 15.758 13.398 15.772 L 13.398 21.002 C 11.712 20.469 9.872 20.773 8.446 21.819 C 7.021 22.866 6.179 24.53 6.182 26.298 C 6.182 28.468 7.422 30.348 9.228 31.263 Z\" fill=\"rgb(255,0,79)\"></path><path d=\"M 23.962 12.905 C 26.621 14.816 29.815 15.841 33.09 15.837 L 33.09 10.663 C 31.223 10.262 29.529 9.287 28.243 7.875 C 26.033 6.491 24.514 4.235 24.063 1.667 L 19.292 1.667 L 19.292 27.917 C 19.287 30.973 16.811 33.45 13.755 33.457 C 12.023 33.457 10.391 32.645 9.347 31.263 C 7.476 30.316 6.298 28.396 6.3 26.298 C 6.298 24.53 7.139 22.866 8.565 21.819 C 9.991 20.773 11.83 20.469 13.517 21.002 L 13.517 15.772 C 6.95 15.908 1.667 21.295 1.667 27.918 C 1.667 31.225 2.983 34.222 5.118 36.412 C 7.109 37.754 9.456 38.47 11.857 38.467 C 18.543 38.467 23.962 33.027 23.962 26.317 L 23.962 12.907 Z\" fill=\"rgb(0,0,0)\"></path><path d=\"M 33.338 10.597 L 33.338 9.197 C 31.624 9.2 29.944 8.718 28.492 7.808 C 29.776 9.221 31.471 10.196 33.338 10.597 Z M 24.312 1.6 C 24.268 1.35 24.235 1.098 24.212 0.845 L 24.212 0 L 17.623 0 L 17.623 26.25 C 17.62 29.307 15.144 31.784 12.087 31.79 C 11.221 31.791 10.367 31.588 9.595 31.197 C 10.639 32.579 12.271 33.391 14.003 33.39 C 17.059 33.384 19.535 30.907 19.54 27.852 L 19.54 1.6 Z M 13.767 15.705 L 13.767 14.217 C 13.217 14.141 12.662 14.103 12.107 14.103 C 5.42 14.103 0 19.542 0 26.252 C -0.005 30.3 2.008 34.085 5.367 36.345 C 3.15 34.074 1.911 31.025 1.917 27.852 C 1.917 21.228 7.2 15.842 13.767 15.705 Z\" fill=\"rgb(0,242,234)\"></path></g></svg>',withExternalLayout:true,children:[/*#__PURE__*/_jsxs(SVG,{className:\"framer-1z0l598\",layoutDependency:layoutDependency,layoutId:\"gqAlTFS0Q\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 29.887 38.4\" overflow=\"visible\"><path d=\"M 20.76 12.838 C 23.419 14.75 26.612 15.776 29.887 15.772 L 29.887 9.198 C 29.243 9.198 28.6 9.132 27.97 8.997 L 27.97 14.17 C 24.696 14.174 21.503 13.149 18.843 11.238 L 18.843 24.652 C 18.843 31.362 13.423 36.8 6.738 36.8 C 4.337 36.804 1.99 36.088 0 34.745 C 2.271 37.084 5.394 38.403 8.655 38.4 C 15.34 38.4 20.76 32.962 20.76 26.25 L 20.76 12.84 Z M 23.125 6.208 C 21.772 4.727 20.941 2.843 20.76 0.845 L 20.76 0 L 18.943 0 C 19.395 2.569 20.914 4.825 23.125 6.208 Z M 4.228 29.597 C 3.493 28.629 3.096 27.447 3.098 26.232 C 3.096 24.463 3.937 22.799 5.363 21.753 C 6.789 20.706 8.628 20.402 10.315 20.935 L 10.315 14.217 C 9.68 14.129 9.039 14.092 8.398 14.105 L 8.398 19.335 C 6.712 18.802 4.872 19.106 3.446 20.153 C 2.021 21.199 1.179 22.863 1.182 24.632 C 1.182 26.802 2.422 28.682 4.228 29.597 Z\" fill=\"rgb(255,0,79)\"></path></svg>',withExternalLayout:true,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1ig75p7\",layoutDependency:layoutDependency,layoutId:\"duZrlQl7F\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 29.887 29.403\" overflow=\"visible\"><path d=\"M 20.76 3.842 C 23.419 5.753 26.612 6.779 29.887 6.775 L 29.887 0.202 C 29.243 0.202 28.6 0.135 27.97 0 L 27.97 5.173 C 24.696 5.178 21.503 4.152 18.843 2.242 L 18.843 15.655 C 18.843 22.365 13.423 27.803 6.738 27.803 C 4.337 27.807 1.99 27.091 0 25.748 C 2.271 28.088 5.394 29.407 8.655 29.403 C 15.34 29.403 20.76 23.965 20.76 17.253 L 20.76 3.843 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1plvckd\",layoutDependency:layoutDependency,layoutId:\"R1XYYflrB\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 4.182 6.208\" overflow=\"visible\"><path d=\"M 4.182 6.208 C 2.828 4.727 1.997 2.843 1.817 0.845 L 1.817 0 L 0 0 C 0.451 2.569 1.971 4.825 4.182 6.208 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-4fmaj\",layoutDependency:layoutDependency,layoutId:\"XodJqgeVN\",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.133 15.494\" overflow=\"visible\"><path d=\"M 3.047 15.494 C 2.312 14.527 1.915 13.344 1.917 12.129 C 1.914 10.361 2.756 8.697 4.181 7.65 C 5.607 6.604 7.447 6.3 9.133 6.833 L 9.133 0.114 C 8.498 0.027 7.858 -0.011 7.217 0.003 L 7.217 5.233 C 5.53 4.7 3.691 5.004 2.265 6.05 C 0.839 7.097 -0.002 8.761 0 10.529 C 0 12.699 1.24 14.579 3.047 15.494 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true})]}),/*#__PURE__*/_jsx(SVG,{className:\"framer-pw99s9\",layoutDependency:layoutDependency,layoutId:\"D5DiLU3qG\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 31.423 36.8\" overflow=\"visible\"><path d=\"M 22.295 11.238 C 24.955 13.149 28.148 14.175 31.423 14.17 L 31.423 8.997 C 29.557 8.595 27.862 7.62 26.577 6.208 C 24.367 4.824 22.848 2.568 22.397 0 L 17.625 0 L 17.625 26.25 C 17.62 29.306 15.145 31.784 12.088 31.79 C 10.356 31.791 8.724 30.979 7.68 29.597 C 5.809 28.649 4.631 26.729 4.633 24.632 C 4.631 22.863 5.472 21.199 6.898 20.153 C 8.324 19.106 10.163 18.802 11.85 19.335 L 11.85 14.105 C 5.283 14.242 0 19.628 0 26.252 C 0 29.558 1.317 32.555 3.452 34.745 C 5.442 36.088 7.789 36.804 10.19 36.8 C 16.877 36.8 22.295 31.36 22.295 24.65 L 22.295 11.24 Z\" fill=\"rgb(0,0,0)\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsxs(SVG,{className:\"framer-1h7e03r\",layoutDependency:layoutDependency,layoutId:\"Gmk6GyyNF\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 33.338 36.345\" overflow=\"visible\"><path d=\"M 33.338 10.597 L 33.338 9.197 C 31.624 9.2 29.944 8.718 28.492 7.808 C 29.776 9.221 31.471 10.196 33.338 10.597 Z M 24.312 1.6 C 24.268 1.35 24.235 1.098 24.212 0.845 L 24.212 0 L 17.623 0 L 17.623 26.25 C 17.62 29.307 15.144 31.784 12.087 31.79 C 11.221 31.791 10.367 31.588 9.595 31.197 C 10.639 32.579 12.271 33.391 14.003 33.39 C 17.059 33.384 19.535 30.907 19.54 27.852 L 19.54 1.6 Z M 13.767 15.705 L 13.767 14.217 C 13.217 14.141 12.662 14.103 12.107 14.103 C 5.42 14.103 0 19.542 0 26.252 C -0.005 30.3 2.008 34.085 5.367 36.345 C 3.15 34.074 1.911 31.025 1.917 27.852 C 1.917 21.228 7.2 15.842 13.767 15.705 Z\" fill=\"rgb(0,242,234)\"></path></svg>',withExternalLayout:true,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-s32pj\",layoutDependency:layoutDependency,layoutId:\"G_MraAFD3\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 4.847 2.788\" overflow=\"visible\"><path d=\"M 4.847 2.788 L 4.847 1.388 C 3.133 1.391 1.453 0.91 0 0 C 1.285 1.413 2.98 2.388 4.847 2.788 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1aj60b9\",layoutDependency:layoutDependency,layoutId:\"lLMNGGHzw\",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.717 33.39\" overflow=\"visible\"><path d=\"M 14.717 1.6 C 14.673 1.35 14.64 1.098 14.617 0.845 L 14.617 0 L 8.028 0 L 8.028 26.25 C 8.025 29.307 5.548 31.784 2.492 31.79 C 1.626 31.791 0.772 31.588 0 31.197 C 1.044 32.579 2.676 33.391 4.408 33.39 C 7.464 33.384 9.939 30.907 9.945 27.852 L 9.945 1.6 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-9hkbfe\",layoutDependency:layoutDependency,layoutId:\"KtOK2qRIM\",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.767 22.242\" overflow=\"visible\"><path d=\"M 13.767 1.602 L 13.767 0.113 C 13.217 0.038 12.662 0 12.107 0 C 5.42 0 0 5.438 0 12.148 C -0.005 16.197 2.008 19.982 5.367 22.242 C 3.15 19.971 1.911 16.922 1.917 13.748 C 1.917 7.125 7.2 1.738 13.767 1.602 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true})]})]})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1o53ng8\",\"data-framer-name\":\"Text\",layoutDependency:layoutDependency,layoutId:\"hEvi5o4rk\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-havtb7\",\"data-styles-preset\":\"uTdODgQTj\",children:\"TikTok\"})}),className:\"framer-2gn2zd\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Ttrfs8MYj\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-5ex2gn\",\"data-styles-preset\":\"XlTWBW3IZ\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fae910b1-58dd-4ef5-8c3c-a28d85da034c, rgb(117, 117, 117)))\"},children:\"Plan viral, scroll-stopping videos.\"})}),className:\"framer-1odx85d\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"WD6OH5Utl\",style:{\"--extracted-r6o4lv\":\"var(--token-fae910b1-58dd-4ef5-8c3c-a28d85da034c, rgb(117, 117, 117))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]})]})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"RkeGKYMC1\"},motionChild:true,nodeId:\"KTUDXZ_nE\",openInNewTab:false,scopeId:\"xFAoeILlL\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-hv0hvu framer-o6wukm\",\"data-framer-name\":\"Card\",layoutDependency:layoutDependency,layoutId:\"KTUDXZ_nE\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-17itvn8\",\"data-border\":true,\"data-framer-name\":\"Icon/Icon\",layoutDependency:layoutDependency,layoutId:\"iKsYH97sX\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-d62ffd6d-0365-4204-85b2-674429fa3b78, rgb(222, 222, 222))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10},children:/*#__PURE__*/_jsxs(SVG,{className:\"framer-ej8aru\",layoutDependency:layoutDependency,layoutId:\"V12GSBweq\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 42 42.035\" overflow=\"visible\"><g><path d=\"M 0 0 L 42 0 L 42 42 L 0 42 Z\" fill=\"transparent\"></path><path d=\"M 21 42 C 32.597 42 42 32.597 42 21 C 42 9.403 32.597 0 21 0 C 9.403 0 0 9.403 0 21 C 0 32.597 9.403 42 21 42 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 21 0 C 9.403 0 0 9.403 0 21 C 0 29.901 5.53 37.506 13.344 40.565 C 13.153 38.906 12.997 36.347 13.414 34.533 C 13.792 32.891 15.867 24.094 15.867 24.094 C 15.867 24.094 15.244 22.832 15.244 20.983 C 15.244 18.062 16.938 15.885 19.047 15.885 C 20.844 15.885 21.707 17.232 21.707 18.839 C 21.707 20.638 20.57 23.333 19.962 25.839 C 19.462 27.93 21.017 29.641 23.074 29.641 C 26.806 29.641 29.676 25.7 29.676 20.032 C 29.676 15.003 26.064 11.492 20.897 11.492 C 14.915 11.492 11.408 15.97 11.408 20.603 C 11.408 22.4 12.1 24.336 12.962 25.391 C 13.112 25.553 13.166 25.783 13.102 25.994 C 12.945 26.653 12.583 28.086 12.514 28.38 C 12.427 28.761 12.203 28.847 11.805 28.656 C 9.177 27.431 7.536 23.609 7.536 20.515 C 7.536 13.897 12.341 7.812 21.415 7.812 C 28.691 7.812 34.361 12.997 34.361 19.947 C 34.361 27.188 29.797 33.012 23.471 33.012 C 21.345 33.012 19.341 31.906 18.667 30.592 L 17.355 35.588 C 16.886 37.42 15.608 39.701 14.744 41.101 C 16.714 41.706 18.786 42.035 20.965 42.035 C 32.562 42.035 41.965 32.632 41.965 21.035 C 42 9.403 32.597 0 21 0 Z\" fill=\"rgb(230,0,25)\"></path></g></svg>',withExternalLayout:true,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1wlp87x\",layoutDependency:layoutDependency,layoutId:\"Q1SupOzB7\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 42 42\" overflow=\"visible\"><path d=\"M 0 0 L 42 0 L 42 42 L 0 42 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1erypt5\",layoutDependency:layoutDependency,layoutId:\"Kevv6Hjpu\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 42 42\" overflow=\"visible\"><path d=\"M 21 42 C 32.597 42 42 32.597 42 21 C 42 9.403 32.597 0 21 0 C 9.403 0 0 9.403 0 21 C 0 32.597 9.403 42 21 42 Z\" fill=\"rgb(255,255,255)\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-tmlmdw\",layoutDependency:layoutDependency,layoutId:\"Dhj1niI0_\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 41.965 42.035\" overflow=\"visible\"><path d=\"M 21 0 C 9.403 0 0 9.403 0 21 C 0 29.901 5.53 37.506 13.344 40.565 C 13.153 38.906 12.997 36.347 13.414 34.533 C 13.792 32.891 15.867 24.094 15.867 24.094 C 15.867 24.094 15.244 22.832 15.244 20.983 C 15.244 18.062 16.938 15.885 19.047 15.885 C 20.844 15.885 21.707 17.232 21.707 18.839 C 21.707 20.638 20.57 23.333 19.962 25.839 C 19.462 27.93 21.017 29.641 23.074 29.641 C 26.806 29.641 29.676 25.7 29.676 20.032 C 29.676 15.003 26.064 11.492 20.897 11.492 C 14.915 11.492 11.408 15.97 11.408 20.603 C 11.408 22.4 12.1 24.336 12.962 25.391 C 13.112 25.553 13.166 25.783 13.102 25.994 C 12.945 26.653 12.583 28.086 12.514 28.38 C 12.427 28.761 12.203 28.847 11.805 28.656 C 9.177 27.431 7.536 23.609 7.536 20.515 C 7.536 13.897 12.341 7.812 21.415 7.812 C 28.691 7.812 34.361 12.997 34.361 19.947 C 34.361 27.188 29.797 33.012 23.471 33.012 C 21.345 33.012 19.341 31.906 18.667 30.592 L 17.355 35.588 C 16.886 37.42 15.608 39.701 14.744 41.101 C 16.714 41.706 18.786 42.035 20.965 42.035 C 32.562 42.035 41.965 32.632 41.965 21.035 C 42 9.403 32.597 0 21 0 Z\" fill=\"rgb(230,0,25)\"></path></svg>',withExternalLayout:true})]})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1pv1qg9\",\"data-framer-name\":\"Text\",layoutDependency:layoutDependency,layoutId:\"zcgmyE_oI\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-havtb7\",\"data-styles-preset\":\"uTdODgQTj\",children:\"Pinterest\"})}),className:\"framer-1w06b40\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"wy9BqxfBZ\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-5ex2gn\",\"data-styles-preset\":\"XlTWBW3IZ\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fae910b1-58dd-4ef5-8c3c-a28d85da034c, rgb(117, 117, 117)))\"},children:\"Share ideas and drive discovery.\"})}),className:\"framer-1rwoi1h\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"GPAXJkpxO\",style:{\"--extracted-r6o4lv\":\"var(--token-fae910b1-58dd-4ef5-8c3c-a28d85da034c, rgb(117, 117, 117))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]})]})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"xyjBSCPLP\"},motionChild:true,nodeId:\"xZqGL9flR\",openInNewTab:false,scopeId:\"xFAoeILlL\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-162br9x framer-o6wukm\",\"data-framer-name\":\"Card\",layoutDependency:layoutDependency,layoutId:\"xZqGL9flR\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-16dlfv\",\"data-border\":true,\"data-framer-name\":\"Icon/Icon\",layoutDependency:layoutDependency,layoutId:\"Liq0396yC\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-d62ffd6d-0365-4204-85b2-674429fa3b78, rgb(222, 222, 222))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10},children:/*#__PURE__*/_jsxs(SVG,{className:\"framer-xqmxbh\",layoutDependency:layoutDependency,layoutId:\"bGVeK3xcx\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 40 40\" overflow=\"visible\"><g><path d=\"M 0 0 L 40 0 L 40 40 L 0 40 Z\" fill=\"transparent\"></path><path d=\"M 40 20 C 40 8.955 31.045 0 20 0 C 8.955 0 0 8.955 0 20 C 0 29.983 7.313 38.257 16.875 39.757 L 16.875 25.783 L 11.797 25.783 L 11.797 20 L 16.875 20 L 16.875 15.593 C 16.875 10.582 19.862 7.813 24.43 7.813 C 26.617 7.813 28.907 8.203 28.907 8.203 L 28.907 13.125 L 26.383 13.125 C 23.898 13.125 23.123 14.667 23.123 16.25 L 23.123 20 L 28.67 20 L 27.783 25.782 L 23.123 25.782 L 23.123 39.757 C 32.687 38.257 40 29.983 40 20 Z\" fill=\"rgb(24,119,242)\"></path><path d=\"M 27.785 25.782 L 28.672 20 L 23.125 20 L 23.125 16.25 C 23.125 14.668 23.9 13.125 26.385 13.125 L 28.907 13.125 L 28.907 8.203 C 28.907 8.203 26.617 7.813 24.43 7.813 C 19.862 7.813 16.875 10.58 16.875 15.593 L 16.875 20 L 11.797 20 L 11.797 25.782 L 16.875 25.782 L 16.875 39.757 C 18.946 40.081 21.054 40.081 23.125 39.757 L 23.125 25.783 L 27.785 25.783 Z\" fill=\"rgb(255,255,255)\"></path></g></svg>',withExternalLayout:true,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1msq0fi\",layoutDependency:layoutDependency,layoutId:\"g_iTHIudX\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 40 40\" overflow=\"visible\"><path d=\"M 0 0 L 40 0 L 40 40 L 0 40 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-ovgnpp\",layoutDependency:layoutDependency,layoutId:\"v6dn3IQZP\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 40 39.757\" overflow=\"visible\"><path d=\"M 40 20 C 40 8.955 31.045 0 20 0 C 8.955 0 0 8.955 0 20 C 0 29.983 7.313 38.257 16.875 39.757 L 16.875 25.783 L 11.797 25.783 L 11.797 20 L 16.875 20 L 16.875 15.593 C 16.875 10.582 19.862 7.813 24.43 7.813 C 26.617 7.813 28.907 8.203 28.907 8.203 L 28.907 13.125 L 26.383 13.125 C 23.898 13.125 23.123 14.667 23.123 16.25 L 23.123 20 L 28.67 20 L 27.783 25.782 L 23.123 25.782 L 23.123 39.757 C 32.687 38.257 40 29.983 40 20 Z\" fill=\"rgb(24,119,242)\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-15xfvmu\",layoutDependency:layoutDependency,layoutId:\"AONjcwDqF\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 17.11 32.186\" overflow=\"visible\"><path d=\"M 15.988 17.968 L 16.875 12.187 L 11.328 12.187 L 11.328 8.437 C 11.328 6.855 12.103 5.312 14.588 5.312 L 17.11 5.312 L 17.11 0.39 C 17.11 0.39 14.82 0 12.633 0 C 8.065 0 5.078 2.767 5.078 7.78 L 5.078 12.187 L 0 12.187 L 0 17.968 L 5.078 17.968 L 5.078 31.943 C 7.149 32.267 9.258 32.267 11.328 31.943 L 11.328 17.97 L 15.988 17.97 Z\" fill=\"rgb(255,255,255)\"></path></svg>',withExternalLayout:true})]})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-4z1fq4\",\"data-framer-name\":\"Text\",layoutDependency:layoutDependency,layoutId:\"zqJS56Vjp\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-havtb7\",\"data-styles-preset\":\"uTdODgQTj\",children:\"Facebook\"})}),className:\"framer-1g9yn8u\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"YrzsVXiXj\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-5ex2gn\",\"data-styles-preset\":\"XlTWBW3IZ\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fae910b1-58dd-4ef5-8c3c-a28d85da034c, rgb(117, 117, 117)))\"},children:\"Reach and engage your community.\"})}),className:\"framer-bg74tp\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"cZ5S3ufXJ\",style:{\"--extracted-r6o4lv\":\"var(--token-fae910b1-58dd-4ef5-8c3c-a28d85da034c, rgb(117, 117, 117))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]})]})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"TBTJ40PX2\"},motionChild:true,nodeId:\"K4gd8pjhx\",openInNewTab:false,scopeId:\"xFAoeILlL\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1s03taq framer-o6wukm\",\"data-framer-name\":\"Card\",layoutDependency:layoutDependency,layoutId:\"K4gd8pjhx\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-itwz3d\",\"data-border\":true,\"data-framer-name\":\"Icon/Icon\",layoutDependency:layoutDependency,layoutId:\"ZH07_S9WL\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-d62ffd6d-0365-4204-85b2-674429fa3b78, rgb(222, 222, 222))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10},children:/*#__PURE__*/_jsxs(SVG,{className:\"framer-4mjznp\",layoutDependency:layoutDependency,layoutId:\"Nud8enA2f\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 40 40\" overflow=\"visible\"><g><path d=\"M 0 0 L 40 0 L 40 40 L 0 40 Z\" fill=\"transparent\"></path><path d=\"M 37.047 0 L 2.953 0 C 1.322 0 0 1.322 0 2.953 L 0 37.047 C 0 38.678 1.322 40 2.953 40 L 37.047 40 C 38.678 40 40 38.678 40 37.047 L 40 2.953 C 40 1.322 38.678 0 37.047 0 Z M 11.922 34.075 L 5.908 34.075 L 5.908 14.972 L 11.922 14.972 Z M 8.912 12.325 C 7.006 12.315 5.469 10.764 5.477 8.858 C 5.484 6.953 7.033 5.414 8.938 5.418 C 10.844 5.423 12.385 6.97 12.383 8.875 C 12.396 9.798 12.034 10.686 11.379 11.336 C 10.725 11.987 9.834 12.344 8.912 12.325 Z M 34.088 34.092 L 28.078 34.092 L 28.078 23.655 C 28.078 20.578 26.77 19.628 25.08 19.628 C 23.297 19.628 21.547 20.972 21.547 23.733 L 21.547 34.092 L 15.533 34.092 L 15.533 14.987 L 21.317 14.987 L 21.317 17.633 L 21.395 17.633 C 21.975 16.458 24.008 14.45 27.112 14.45 C 30.467 14.45 34.092 16.442 34.092 22.275 Z\" fill=\"rgb(10,102,194)\"></path></g></svg>',withExternalLayout:true,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-n24e4n\",layoutDependency:layoutDependency,layoutId:\"Vvd9ceAmo\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 40 40\" overflow=\"visible\"><path d=\"M 0 0 L 40 0 L 40 40 L 0 40 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsxs(SVG,{className:\"framer-652r6v\",layoutDependency:layoutDependency,layoutId:\"ok9rt5vsF\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 40 40\" overflow=\"visible\"><path d=\"M 37.047 0 L 2.953 0 C 1.322 0 0 1.322 0 2.953 L 0 37.047 C 0 38.678 1.322 40 2.953 40 L 37.047 40 C 38.678 40 40 38.678 40 37.047 L 40 2.953 C 40 1.322 38.678 0 37.047 0 Z M 11.922 34.075 L 5.908 34.075 L 5.908 14.972 L 11.922 14.972 Z M 8.912 12.325 C 7.006 12.315 5.469 10.764 5.477 8.858 C 5.484 6.953 7.033 5.414 8.938 5.418 C 10.844 5.423 12.385 6.97 12.383 8.875 C 12.396 9.798 12.034 10.686 11.379 11.336 C 10.725 11.987 9.834 12.344 8.912 12.325 Z M 34.088 34.092 L 28.078 34.092 L 28.078 23.655 C 28.078 20.578 26.77 19.628 25.08 19.628 C 23.297 19.628 21.547 20.972 21.547 23.733 L 21.547 34.092 L 15.533 34.092 L 15.533 14.987 L 21.317 14.987 L 21.317 17.633 L 21.395 17.633 C 21.975 16.458 24.008 14.45 27.112 14.45 C 30.467 14.45 34.092 16.442 34.092 22.275 Z\" fill=\"rgb(10,102,194)\"></path></svg>',withExternalLayout:true,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-x9lzzd\",layoutDependency:layoutDependency,layoutId:\"nucZa5yvH\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 40 40\" overflow=\"visible\"><path d=\"M 37.047 0 L 2.953 0 C 1.322 0 0 1.322 0 2.953 L 0 37.047 C 0 38.678 1.322 40 2.953 40 L 37.047 40 C 38.678 40 40 38.678 40 37.047 L 40 2.953 C 40 1.322 38.678 0 37.047 0 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1v46y8h\",layoutDependency:layoutDependency,layoutId:\"JkgGFAvwC\",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.013 19.103\" overflow=\"visible\"><path d=\"M 6.013 19.103 L 0 19.103 L 0 0 L 6.013 0 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-hhwozs\",layoutDependency:layoutDependency,layoutId:\"V6rIBfmLX\",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.907 6.907\" overflow=\"visible\"><path d=\"M 3.435 6.907 C 1.53 6.897 -0.007 5.345 0 3.44 C 0.007 1.535 1.556 -0.005 3.462 0 C 5.367 0.005 6.908 1.551 6.907 3.457 C 6.92 4.379 6.557 5.268 5.903 5.918 C 5.248 6.568 4.358 6.925 3.435 6.907 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1fz87ea\",layoutDependency:layoutDependency,layoutId:\"OEu30824d\",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.558 19.642\" overflow=\"visible\"><path d=\"M 18.555 19.642 L 12.545 19.642 L 12.545 9.205 C 12.545 6.128 11.237 5.178 9.547 5.178 C 7.763 5.178 6.013 6.522 6.013 9.283 L 6.013 19.642 L 0 19.642 L 0 0.537 L 5.783 0.537 L 5.783 3.183 L 5.862 3.183 C 6.442 2.008 8.475 0 11.578 0 C 14.933 0 18.558 1.992 18.558 7.825 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true})]})]})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-9q9l5k\",\"data-framer-name\":\"Text\",layoutDependency:layoutDependency,layoutId:\"FQBoRei2r\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-havtb7\",\"data-styles-preset\":\"uTdODgQTj\",children:\"LinkedIn\"})}),className:\"framer-1mcfjgr\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"dKG7iSZcv\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-5ex2gn\",\"data-styles-preset\":\"XlTWBW3IZ\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fae910b1-58dd-4ef5-8c3c-a28d85da034c, rgb(117, 117, 117)))\"},children:\"Grow your professional brand.\"})}),className:\"framer-1tt3pov\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Y2efWUXm9\",style:{\"--extracted-r6o4lv\":\"var(--token-fae910b1-58dd-4ef5-8c3c-a28d85da034c, rgb(117, 117, 117))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]})]})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"rStG6V8L_\"},motionChild:true,nodeId:\"b7GdnmVKA\",openInNewTab:false,scopeId:\"xFAoeILlL\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1bp9g2g framer-o6wukm\",\"data-framer-name\":\"Card\",layoutDependency:layoutDependency,layoutId:\"b7GdnmVKA\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1wy89p5\",\"data-border\":true,\"data-framer-name\":\"Icon/Icon\",layoutDependency:layoutDependency,layoutId:\"Wx_lIo7bz\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-d62ffd6d-0365-4204-85b2-674429fa3b78, rgb(222, 222, 222))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10},children:/*#__PURE__*/_jsxs(SVG,{className:\"framer-19axy0e\",layoutDependency:layoutDependency,layoutId:\"a3eLgOnxF\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 37 42\" overflow=\"visible\"><path d=\"M 28.791 19.465 C 28.605 19.379 28.417 19.296 28.227 19.217 C 27.894 13.242 24.554 9.823 18.942 9.788 L 18.865 9.788 C 15.508 9.788 12.716 11.188 10.998 13.734 L 14.085 15.801 C 15.369 13.899 17.383 13.494 18.866 13.494 L 18.919 13.494 C 20.766 13.505 22.161 14.03 23.062 15.052 C 23.719 15.797 24.159 16.828 24.376 18.126 C 22.623 17.849 20.844 17.765 19.073 17.876 C 13.736 18.177 10.305 21.217 10.536 25.44 C 10.654 27.58 11.747 29.424 13.612 30.627 C 15.191 31.645 17.224 32.142 19.339 32.03 C 22.128 31.881 24.318 30.84 25.845 28.94 C 27.005 27.496 27.738 25.625 28.062 23.268 C 29.392 24.052 30.377 25.083 30.921 26.322 C 31.846 28.43 31.901 31.894 29.008 34.716 C 26.471 37.191 23.423 38.26 18.819 38.293 C 13.709 38.258 9.846 36.657 7.333 33.539 C 4.981 30.616 3.765 26.399 3.719 21 C 3.765 15.601 4.981 11.382 7.333 8.461 C 9.846 5.343 13.709 3.743 18.819 3.707 C 23.964 3.742 27.896 5.351 30.504 8.484 C 31.783 10.022 32.747 11.954 33.383 14.207 L 37 13.265 C 36.23 10.491 35.018 8.102 33.367 6.12 C 30.023 2.1 25.132 0.042 18.831 0 L 18.807 0 C 12.517 0.042 7.682 2.109 4.433 6.142 C 1.542 9.73 0.051 14.725 0 20.986 L 0 21.014 C 0.051 27.275 1.542 32.268 4.433 35.858 C 7.682 39.891 12.517 41.958 18.807 42 L 18.831 42 C 24.422 41.961 28.363 40.534 31.609 37.364 C 35.857 33.22 35.73 28.026 34.329 24.838 C 33.325 22.55 31.409 20.694 28.791 19.465 Z M 19.138 28.329 C 16.8 28.458 14.37 27.433 14.25 25.238 C 14.162 23.611 15.436 21.793 19.282 21.577 C 19.723 21.551 20.154 21.541 20.579 21.541 C 21.974 21.541 23.282 21.672 24.469 21.926 C 24.027 27.33 21.428 28.208 19.138 28.331 Z\" fill=\"rgb(0,0,0)\"></path></svg>',withExternalLayout:true,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-n7dx72\",layoutDependency:layoutDependency,layoutId:\"qFYDcwsnN\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 37 42\" overflow=\"visible\"><path d=\"M 28.791 19.465 C 28.605 19.379 28.417 19.296 28.227 19.217 C 27.894 13.242 24.554 9.823 18.942 9.788 L 18.865 9.788 C 15.508 9.788 12.716 11.188 10.998 13.734 L 14.085 15.801 C 15.369 13.899 17.383 13.494 18.866 13.494 L 18.919 13.494 C 20.766 13.505 22.161 14.03 23.062 15.052 C 23.719 15.797 24.159 16.828 24.376 18.126 C 22.623 17.849 20.844 17.765 19.073 17.876 C 13.736 18.177 10.305 21.217 10.536 25.44 C 10.654 27.58 11.747 29.424 13.612 30.627 C 15.191 31.645 17.224 32.142 19.339 32.03 C 22.128 31.881 24.318 30.84 25.845 28.94 C 27.005 27.496 27.738 25.625 28.062 23.268 C 29.392 24.052 30.377 25.083 30.921 26.322 C 31.846 28.43 31.901 31.894 29.008 34.716 C 26.471 37.191 23.423 38.26 18.819 38.293 C 13.709 38.258 9.846 36.657 7.333 33.539 C 4.981 30.616 3.765 26.399 3.719 21 C 3.765 15.601 4.981 11.382 7.333 8.461 C 9.846 5.343 13.709 3.743 18.819 3.707 C 23.964 3.742 27.896 5.351 30.504 8.484 C 31.783 10.022 32.747 11.954 33.383 14.207 L 37 13.265 C 36.23 10.491 35.018 8.102 33.367 6.12 C 30.023 2.1 25.132 0.042 18.831 0 L 18.807 0 C 12.517 0.042 7.682 2.109 4.433 6.142 C 1.542 9.73 0.051 14.725 0 20.986 L 0 21.014 C 0.051 27.275 1.542 32.268 4.433 35.858 C 7.682 39.891 12.517 41.958 18.807 42 L 18.831 42 C 24.422 41.961 28.363 40.534 31.609 37.364 C 35.857 33.22 35.73 28.026 34.329 24.838 C 33.325 22.55 31.409 20.694 28.791 19.465 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-17ekuid\",layoutDependency:layoutDependency,layoutId:\"KY7Fifhir\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 10.223 6.799\" overflow=\"visible\"><path d=\"M 4.892 6.788 C 2.554 6.918 0.124 5.892 0.004 3.698 C -0.084 2.07 1.19 0.252 5.036 0.037 C 5.477 0.01 5.908 0 6.333 0 C 7.728 0 9.036 0.131 10.223 0.385 C 9.781 5.789 7.182 6.667 4.892 6.79 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true})]})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1jj78pp\",\"data-framer-name\":\"Text\",layoutDependency:layoutDependency,layoutId:\"m7XcC2Bgq\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-havtb7\",\"data-styles-preset\":\"uTdODgQTj\",children:\"Threads\"})}),className:\"framer-1qu1r75\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"MbbqAyJvY\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-5ex2gn\",\"data-styles-preset\":\"XlTWBW3IZ\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fae910b1-58dd-4ef5-8c3c-a28d85da034c, rgb(117, 117, 117)))\"},children:\"Join conversations that matter.\"})}),className:\"framer-gtpfn9\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"T5blJ1JzA\",style:{\"--extracted-r6o4lv\":\"var(--token-fae910b1-58dd-4ef5-8c3c-a28d85da034c, rgb(117, 117, 117))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]})]})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"f1Uliod6S\"},motionChild:true,nodeId:\"kMZTaq2Ao\",openInNewTab:false,scopeId:\"xFAoeILlL\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1t57ujr framer-o6wukm\",\"data-framer-name\":\"Card\",layoutDependency:layoutDependency,layoutId:\"kMZTaq2Ao\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-yaixi0\",\"data-border\":true,\"data-framer-name\":\"Icon/Icon\",layoutDependency:layoutDependency,layoutId:\"fBlD8opeG\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-d62ffd6d-0365-4204-85b2-674429fa3b78, rgb(222, 222, 222))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10},children:/*#__PURE__*/_jsx(Vector2,{animated:true,className:\"framer-vs48z1\",layoutDependency:layoutDependency,layoutId:\"C1uqZ0jF8\"})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1lhlo5l\",\"data-framer-name\":\"Text\",layoutDependency:layoutDependency,layoutId:\"nl_W1J4jA\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-havtb7\",\"data-styles-preset\":\"uTdODgQTj\",children:\"Youtube\"})}),className:\"framer-6j1u5i\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"LZMeV5U2W\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-5ex2gn\",\"data-styles-preset\":\"XlTWBW3IZ\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fae910b1-58dd-4ef5-8c3c-a28d85da034c, rgb(117, 117, 117)))\"},children:\"Share videos, Shorts, and stay on-brand.\"})}),className:\"framer-1nmpbgh\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"VUGEsqSSz\",style:{\"--extracted-r6o4lv\":\"var(--token-fae910b1-58dd-4ef5-8c3c-a28d85da034c, rgb(117, 117, 117))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]})]})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"q4NuajCTY\"},motionChild:true,nodeId:\"hQkZMEhqI\",openInNewTab:false,scopeId:\"xFAoeILlL\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1lnkjvn framer-o6wukm\",\"data-framer-name\":\"Card\",layoutDependency:layoutDependency,layoutId:\"hQkZMEhqI\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-18cozrg\",\"data-border\":true,\"data-framer-name\":\"Icon/Icon\",layoutDependency:layoutDependency,layoutId:\"bc0_7rpIh\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-d62ffd6d-0365-4204-85b2-674429fa3b78, rgb(222, 222, 222))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10},children:/*#__PURE__*/_jsx(Vector3,{animated:true,className:\"framer-1swmn3s\",layoutDependency:layoutDependency,layoutId:\"KVSiSiHN9\"})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-s8sbrv\",\"data-framer-name\":\"Text\",layoutDependency:layoutDependency,layoutId:\"mzdOHvtvu\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-havtb7\",\"data-styles-preset\":\"uTdODgQTj\",children:\"Twitter (X)\"})}),className:\"framer-5r0d5c\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"bKVZkUti6\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-5ex2gn\",\"data-styles-preset\":\"XlTWBW3IZ\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fae910b1-58dd-4ef5-8c3c-a28d85da034c, rgb(117, 117, 117)))\"},children:\"Post fast, smart, and on-brand.\"})}),className:\"framer-z3ghuh\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Q5NWF7Gth\",style:{\"--extracted-r6o4lv\":\"var(--token-fae910b1-58dd-4ef5-8c3c-a28d85da034c, rgb(117, 117, 117))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]})]})})]})})})})]})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-cwwl9b\",\"data-styles-preset\":\"d2Uvy0IxZ\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"qtw6jgepE\"},motionChild:true,nodeId:\"F3xZSuDHL\",openInNewTab:false,relValues:[],scopeId:\"xFAoeILlL\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1189m9r\",\"data-styles-preset\":\"qJodMJo_J\",children:\"Blog\"})})})}),className:\"framer-kq9x2d\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"F3xZSuDHL\",verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({TMU1uDL_q:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-qf7brn\",\"data-styles-preset\":\"gazfiGu6_\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"qtw6jgepE\"},motionChild:true,nodeId:\"F3xZSuDHL\",openInNewTab:false,relValues:[],scopeId:\"xFAoeILlL\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1189m9r\",\"data-styles-preset\":\"qJodMJo_J\",children:\"Blog\"})})})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-cwwl9b\",\"data-styles-preset\":\"d2Uvy0IxZ\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"HEp0MPqzW\"},motionChild:true,nodeId:\"SYSBfW29B\",openInNewTab:false,relValues:[],scopeId:\"xFAoeILlL\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1189m9r\",\"data-styles-preset\":\"qJodMJo_J\",children:\"Pricing\"})})})}),className:\"framer-15qe29s\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"SYSBfW29B\",verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({TMU1uDL_q:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-qf7brn\",\"data-styles-preset\":\"gazfiGu6_\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"HEp0MPqzW\"},motionChild:true,nodeId:\"SYSBfW29B\",openInNewTab:false,relValues:[],scopeId:\"xFAoeILlL\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1189m9r\",\"data-styles-preset\":\"qJodMJo_J\",children:\"Pricing\"})})})})}},baseVariant,gestureVariant)}),isDisplayed3()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1g2mzf9\",\"data-framer-name\":\"Navigation/Dropdown Menu 02\",layoutDependency:layoutDependency,layoutId:\"UDKu06NJH\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10},children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"AKhVNpMIX\"},motionChild:true,nodeId:\"UEDIDHdqH\",openInNewTab:false,scopeId:\"xFAoeILlL\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-11gv5bu framer-o6wukm\",\"data-framer-name\":\"Card\",layoutDependency:layoutDependency,layoutId:\"UEDIDHdqH\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-qgnjn5\",\"data-border\":true,\"data-framer-name\":\"Icon/Icon\",layoutDependency:layoutDependency,layoutId:\"E3LRKVctt\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-d62ffd6d-0365-4204-85b2-674429fa3b78, rgb(222, 222, 222))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10},children:/*#__PURE__*/_jsxs(SVG,{className:\"framer-1lak8l4\",layoutDependency:layoutDependency,layoutId:\"W_Wo4RH3H\",opacity:1,requiresOverflowVisible:true,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 33.333 33.333\" overflow=\"visible\"><g><path d=\"M 8.333 33.333 C 3.731 33.333 0 29.602 0 25 L 0 8.333 C 0 3.731 3.731 0 8.333 0 L 25 0 C 29.602 0 33.333 3.731 33.333 8.333 L 33.333 25 C 33.333 29.602 29.602 33.333 25 33.333 Z\" fill=\"transparent\" stroke-width=\"2.5\" stroke=\"var(--token-9e534227-77c0-4541-b041-585b912021b6, rgb(166, 132, 255)) /* {&quot;name&quot;:&quot;Secondary 400&quot;} */\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"M 23.124 15.45 C 23.545 18.295 22.095 21.09 19.526 22.383 C 16.957 23.676 13.849 23.176 11.815 21.142 C 9.781 19.108 9.281 16 10.574 13.431 C 11.867 10.862 14.662 9.411 17.507 9.833 C 20.412 10.264 22.693 12.545 23.124 15.45 Z M 25.624 7.333 L 25.64 7.333\" fill=\"transparent\" stroke-width=\"2.5\" stroke=\"var(--token-9e534227-77c0-4541-b041-585b912021b6, rgb(166, 132, 255)) /* {&quot;name&quot;:&quot;Secondary 400&quot;} */\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></g></svg>',withExternalLayout:true,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1q701pb\",layoutDependency:layoutDependency,layoutId:\"qfPkSbrZ0\",opacity:1,requiresOverflowVisible:true,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 33.333 33.333\" overflow=\"visible\"><path d=\"M 8.333 33.333 C 3.731 33.333 0 29.602 0 25 L 0 8.333 C 0 3.731 3.731 0 8.333 0 L 25 0 C 29.602 0 33.333 3.731 33.333 8.333 L 33.333 25 C 33.333 29.602 29.602 33.333 25 33.333 Z\" fill=\"transparent\" stroke-width=\"2.5\" stroke=\"var(--token-9e534227-77c0-4541-b041-585b912021b6, rgb(166, 132, 255)) /* {&quot;name&quot;:&quot;Secondary 400&quot;} */\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsxs(SVG,{className:\"framer-16py0sk\",layoutDependency:layoutDependency,layoutId:\"NJ87NwVPQ\",opacity:1,requiresOverflowVisible:true,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 15.778 15.761\" overflow=\"visible\"><path d=\"M 13.261 8.117 C 13.683 10.962 12.233 13.756 9.664 15.049 C 7.095 16.343 3.986 15.842 1.953 13.809 C -0.081 11.775 -0.581 8.666 0.712 6.097 C 2.005 3.528 4.8 2.078 7.645 2.5 C 10.55 2.931 12.831 5.212 13.261 8.117 Z M 15.761 0 L 15.778 0\" fill=\"transparent\" stroke-width=\"2.5\" stroke=\"var(--token-9e534227-77c0-4541-b041-585b912021b6, rgb(166, 132, 255)) /* {&quot;name&quot;:&quot;Secondary 400&quot;} */\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></svg>',withExternalLayout:true,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1lbb2qg\",layoutDependency:layoutDependency,layoutId:\"NFaaGtByo\",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.334 13.334\" overflow=\"visible\"><path d=\"M 13.261 5.689 C 13.683 8.534 12.233 11.329 9.664 12.622 C 7.095 13.915 3.986 13.415 1.953 11.381 C -0.081 9.347 -0.581 6.239 0.712 3.67 C 2.005 1.101 4.8 -0.349 7.645 0.072 C 10.55 0.503 12.831 2.784 13.261 5.689 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1yinu7k\",layoutDependency:layoutDependency,layoutId:\"QqvNTs_Hw\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1 1\" overflow=\"visible\"><path d=\"M 0 0 L 0.017 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})]})]})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1piitby\",\"data-framer-name\":\"Text\",layoutDependency:layoutDependency,layoutId:\"TDcL29vR9\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-havtb7\",\"data-styles-preset\":\"uTdODgQTj\",children:\"Social\"})}),className:\"framer-1pzyhpc\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"HlqZCcurH\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-5ex2gn\",\"data-styles-preset\":\"XlTWBW3IZ\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fae910b1-58dd-4ef5-8c3c-a28d85da034c, rgb(117, 117, 117)))\"},children:\"Plan and post everywhere.\"})}),className:\"framer-qlwdfc\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"SLq4eiycS\",style:{\"--extracted-r6o4lv\":\"var(--token-fae910b1-58dd-4ef5-8c3c-a28d85da034c, rgb(117, 117, 117))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]})]})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"BiTqOrSX4\"},motionChild:true,nodeId:\"OWiLfJxqt\",openInNewTab:false,scopeId:\"xFAoeILlL\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-2hm5nr framer-o6wukm\",\"data-framer-name\":\"Card\",layoutDependency:layoutDependency,layoutId:\"OWiLfJxqt\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-18mby94\",\"data-border\":true,\"data-framer-name\":\"Icon/Icon\",layoutDependency:layoutDependency,layoutId:\"eNFoP1C2N\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-d62ffd6d-0365-4204-85b2-674429fa3b78, rgb(222, 222, 222))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10},children:/*#__PURE__*/_jsxs(SVG,{className:\"framer-1hh40w\",layoutDependency:layoutDependency,layoutId:\"Urqqiyjda\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 39.652 28.415\" overflow=\"visible\"><path d=\"M 25.532 0 L 39.652 14.208 L 25.532 28.415 L 19.828 22.675 L 14.122 28.415 L 0 14.21 L 14.122 0 L 17.809 3.713 L 15.791 5.744 L 14.122 4.06 L 4.035 14.21 L 14.122 24.358 L 24.209 14.208 L 19.826 9.8 L 15.443 14.208 L 17.809 16.587 L 15.791 18.617 L 11.41 14.207 Z M 21.845 7.77 L 28.242 14.208 L 21.843 20.645 L 25.532 24.357 L 35.619 14.207 L 25.532 4.058 Z\" fill=\"var(--token-9e534227-77c0-4541-b041-585b912021b6, rgb(166, 132, 255)) /* {&quot;name&quot;:&quot;Secondary 400&quot;} */\"></path></svg>',withExternalLayout:true,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-7g1sjq\",layoutDependency:layoutDependency,layoutId:\"dxsoY23hX\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 39.652 28.415\" overflow=\"visible\"><path d=\"M 25.532 0 L 39.652 14.208 L 25.532 28.415 L 19.828 22.675 L 14.122 28.415 L 0 14.21 L 14.122 0 L 17.809 3.713 L 15.791 5.744 L 14.122 4.06 L 4.035 14.21 L 14.122 24.358 L 24.209 14.208 L 19.826 9.8 L 15.443 14.208 L 17.809 16.587 L 15.791 18.617 L 11.41 14.207 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-87apja\",layoutDependency:layoutDependency,layoutId:\"WKvAwUclc\",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.776 20.298\" overflow=\"visible\"><path d=\"M 0.002 3.712 L 6.398 10.15 L 0 16.587 L 3.689 20.298 L 13.776 10.148 L 3.689 0 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true})]})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1n4txb5\",\"data-framer-name\":\"Text\",layoutDependency:layoutDependency,layoutId:\"dVrzCF0Ae\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-havtb7\",\"data-styles-preset\":\"uTdODgQTj\",children:\"Link in Bio\"})}),className:\"framer-1fablfp\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"ld5QCrvWB\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-5ex2gn\",\"data-styles-preset\":\"XlTWBW3IZ\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fae910b1-58dd-4ef5-8c3c-a28d85da034c, rgb(117, 117, 117)))\"},children:\"Drive clicks beyond social.\"})}),className:\"framer-1cddmnv\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"WBe8j4N2b\",style:{\"--extracted-r6o4lv\":\"var(--token-fae910b1-58dd-4ef5-8c3c-a28d85da034c, rgb(117, 117, 117))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]})]})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"P3t77eC_1\"},motionChild:true,nodeId:\"oQcYMYGU4\",openInNewTab:false,scopeId:\"xFAoeILlL\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1dvvky4 framer-o6wukm\",\"data-framer-name\":\"Card\",layoutDependency:layoutDependency,layoutId:\"oQcYMYGU4\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-4kufni\",\"data-border\":true,\"data-framer-name\":\"Icon/Icon\",layoutDependency:layoutDependency,layoutId:\"mxApPkrBE\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-d62ffd6d-0365-4204-85b2-674429fa3b78, rgb(222, 222, 222))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-l7osoh\",layoutDependency:layoutDependency,layoutId:\"WgeqiWAXF\",opacity:1,requiresOverflowVisible:true,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 31.68 31.68\" overflow=\"visible\"><path d=\"M 9.833 28.347 C 16.405 31.718 24.453 29.803 28.803 23.834 C 33.153 17.864 32.509 9.616 27.286 4.394 C 22.064 -0.829 13.816 -1.473 7.846 2.877 C 1.877 7.227 -0.038 15.275 3.333 21.847 L 0 31.68 Z\" fill=\"transparent\" stroke-width=\"2.5\" stroke=\"var(--token-9e534227-77c0-4541-b041-585b912021b6, rgb(166, 132, 255)) /* {&quot;name&quot;:&quot;Secondary 400&quot;} */\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-13k7zij\",\"data-framer-name\":\"Text\",layoutDependency:layoutDependency,layoutId:\"Nq0QT9YiW\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-havtb7\",\"data-styles-preset\":\"uTdODgQTj\",children:\"Connect\"})}),className:\"framer-1v7jgp3\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"xVEkmJS_t\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-5ex2gn\",\"data-styles-preset\":\"XlTWBW3IZ\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fae910b1-58dd-4ef5-8c3c-a28d85da034c, rgb(117, 117, 117)))\"},children:\"Engage with real impact.\"})}),className:\"framer-19eshtj\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"r4Yck3BMp\",style:{\"--extracted-r6o4lv\":\"var(--token-fae910b1-58dd-4ef5-8c3c-a28d85da034c, rgb(117, 117, 117))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]})]})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"fvXZFzwAG\"},motionChild:true,nodeId:\"JP8Qh3oKO\",openInNewTab:false,scopeId:\"xFAoeILlL\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-l7pa1 framer-o6wukm\",\"data-framer-name\":\"Card\",layoutDependency:layoutDependency,layoutId:\"JP8Qh3oKO\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-vcxumi\",\"data-border\":true,\"data-framer-name\":\"Icon/Icon\",layoutDependency:layoutDependency,layoutId:\"iwNPacfP2\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-d62ffd6d-0365-4204-85b2-674429fa3b78, rgb(222, 222, 222))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10},children:/*#__PURE__*/_jsxs(SVG,{className:\"framer-2lqjsf\",layoutDependency:layoutDependency,layoutId:\"w9pOWu1Up\",opacity:1,requiresOverflowVisible:true,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 31.334 31.336\" overflow=\"visible\"><path d=\"M 19.667 3.167 L 16.333 6.333 M 4.833 9.667 L 0 8.333 M 6.333 16.333 L 3.167 19.667 M 8.333 0 L 9.667 4.833 M 11.395 12.483 C 11.263 12.172 11.333 11.811 11.572 11.572 C 11.811 11.333 12.172 11.263 12.483 11.395 L 30.817 18.895 C 31.151 19.032 31.359 19.37 31.331 19.731 C 31.303 20.092 31.045 20.393 30.693 20.477 L 23.445 22.212 C 22.835 22.357 22.358 22.833 22.212 23.443 L 20.478 30.693 C 20.395 31.047 20.094 31.306 19.732 31.334 C 19.37 31.362 19.032 31.153 18.895 30.817 Z\" fill=\"transparent\" stroke-width=\"2.5\" stroke=\"var(--token-9e534227-77c0-4541-b041-585b912021b6, rgb(166, 132, 255)) /* {&quot;name&quot;:&quot;Secondary 400&quot;} */\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></svg>',withExternalLayout:true,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-110xqp4\",layoutDependency:layoutDependency,layoutId:\"AnnYUd0ZW\",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.333 3.167\" overflow=\"visible\"><path d=\"M 3.333 0 L 0 3.167\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1x9awh7\",layoutDependency:layoutDependency,layoutId:\"YBTVON7y9\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 4.833 1.333\" overflow=\"visible\"><path d=\"M 4.833 1.333 L 0 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-679s0x\",layoutDependency:layoutDependency,layoutId:\"lkFqZvG8A\",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.167 3.333\" overflow=\"visible\"><path d=\"M 3.167 0 L 0 3.333\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1arymbo\",layoutDependency:layoutDependency,layoutId:\"gyNtuCicA\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.333 4.833\" overflow=\"visible\"><path d=\"M 0 0 L 1.333 4.833\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1j46zss\",layoutDependency:layoutDependency,layoutId:\"Bwm0yBqwg\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 20.005 20.007\" overflow=\"visible\"><path d=\"M 0.066 1.154 C -0.066 0.843 0.004 0.482 0.243 0.243 C 0.482 0.004 0.843 -0.066 1.154 0.066 L 19.488 7.566 C 19.822 7.703 20.03 8.041 20.002 8.402 C 19.974 8.763 19.716 9.064 19.364 9.148 L 12.116 10.883 C 11.506 11.028 11.029 11.504 10.883 12.114 L 9.149 19.364 C 9.066 19.718 8.765 19.977 8.403 20.005 C 8.041 20.033 7.703 19.824 7.566 19.488 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true})]})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1c7dyc5\",\"data-framer-name\":\"Text\",layoutDependency:layoutDependency,layoutId:\"DdJ_HoW5r\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-havtb7\",\"data-styles-preset\":\"uTdODgQTj\",children:\"Collaborate\"})}),className:\"framer-ayygyy\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"p1QzjK_Wp\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-5ex2gn\",\"data-styles-preset\":\"XlTWBW3IZ\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fae910b1-58dd-4ef5-8c3c-a28d85da034c, rgb(117, 117, 117)))\"},children:\"Create together, in sync.\"})}),className:\"framer-p7l5ep\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"JuStBsRg2\",style:{\"--extracted-r6o4lv\":\"var(--token-fae910b1-58dd-4ef5-8c3c-a28d85da034c, rgb(117, 117, 117))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]})]})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"FiUL1Eryv\"},motionChild:true,nodeId:\"mrwkCkhhW\",openInNewTab:false,scopeId:\"xFAoeILlL\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-13fdrzc framer-o6wukm\",\"data-framer-name\":\"Card\",layoutDependency:layoutDependency,layoutId:\"mrwkCkhhW\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-egww9\",\"data-border\":true,\"data-framer-name\":\"Icon/Icon\",layoutDependency:layoutDependency,layoutId:\"VsEPJobNA\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-d62ffd6d-0365-4204-85b2-674429fa3b78, rgb(222, 222, 222))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10},children:/*#__PURE__*/_jsxs(SVG,{className:\"framer-70el3l\",layoutDependency:layoutDependency,layoutId:\"hbOeGyOnw\",opacity:1,requiresOverflowVisible:true,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 31.667 31.664\" overflow=\"visible\"><g><path d=\"M 14.167 20 L 6.667 20 C 2.985 20 0 22.985 0 26.667 L 0 30 M 30.63 22.71 C 32.013 21.328 32.013 19.086 30.63 17.703 C 29.247 16.321 27.006 16.321 25.623 17.703 L 18.94 24.39 C 18.544 24.786 18.254 25.276 18.097 25.813 L 16.702 30.597 C 16.616 30.889 16.697 31.204 16.912 31.419 C 17.128 31.635 17.443 31.715 17.735 31.63 L 22.518 30.235 C 23.056 30.078 23.546 29.788 23.942 29.392 Z\" fill=\"transparent\" stroke-width=\"2.5\" stroke=\"var(--token-9e534227-77c0-4541-b041-585b912021b6, rgb(166, 132, 255)) /* {&quot;name&quot;:&quot;Secondary 400&quot;} */\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"M 5 6.667 C 5 2.985 7.985 0 11.667 0 C 15.349 0 18.333 2.985 18.333 6.667 C 18.333 10.349 15.349 13.333 11.667 13.333 C 7.985 13.333 5 10.349 5 6.667 Z\" fill=\"transparent\" stroke-width=\"2.5\" stroke=\"var(--token-9e534227-77c0-4541-b041-585b912021b6, rgb(166, 132, 255)) /* {&quot;name&quot;:&quot;Secondary 400&quot;} */\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></g></svg>',withExternalLayout:true,children:[/*#__PURE__*/_jsxs(SVG,{className:\"framer-1d38ggm\",layoutDependency:layoutDependency,layoutId:\"r8L3zx4HX\",opacity:1,requiresOverflowVisible:true,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 31.667 14.997\" overflow=\"visible\"><path d=\"M 14.167 3.334 L 6.667 3.334 C 2.985 3.334 0 6.318 0 10 L 0 13.334 M 30.63 6.044 C 32.013 4.661 32.013 2.419 30.63 1.037 C 29.247 -0.346 27.006 -0.346 25.623 1.037 L 18.94 7.724 C 18.544 8.12 18.254 8.609 18.097 9.147 L 16.702 13.93 C 16.616 14.222 16.697 14.538 16.912 14.753 C 17.128 14.968 17.443 15.049 17.735 14.964 L 22.518 13.569 C 23.056 13.412 23.546 13.122 23.942 12.725 Z\" fill=\"transparent\" stroke-width=\"2.5\" stroke=\"var(--token-9e534227-77c0-4541-b041-585b912021b6, rgb(166, 132, 255)) /* {&quot;name&quot;:&quot;Secondary 400&quot;} */\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></svg>',withExternalLayout:true,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-198ya3\",layoutDependency:layoutDependency,layoutId:\"lznuHcCsI\",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.167 10\" overflow=\"visible\"><path d=\"M 14.167 0 L 6.667 0 C 2.985 0 0 2.985 0 6.667 L 0 10\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1bhlq50\",layoutDependency:layoutDependency,layoutId:\"m6Ax2BAgZ\",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.999 14.997\" overflow=\"visible\"><path d=\"M 13.962 6.044 C 15.344 4.661 15.344 2.419 13.962 1.037 C 12.579 -0.346 10.338 -0.346 8.955 1.037 L 2.272 7.724 C 1.875 8.12 1.585 8.609 1.428 9.147 L 0.033 13.93 C -0.052 14.222 0.029 14.538 0.244 14.753 C 0.459 14.968 0.775 15.049 1.067 14.964 L 5.85 13.569 C 6.388 13.412 6.877 13.122 7.273 12.725 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true})]}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1onx3df\",layoutDependency:layoutDependency,layoutId:\"cG6RlBjpm\",opacity:1,requiresOverflowVisible:true,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 13.333 13.333\" overflow=\"visible\"><path d=\"M 0 6.667 C 0 2.985 2.985 0 6.667 0 C 10.349 0 13.333 2.985 13.333 6.667 C 13.333 10.349 10.349 13.333 6.667 13.333 C 2.985 13.333 0 10.349 0 6.667 Z\" fill=\"transparent\" stroke-width=\"2.5\" stroke=\"var(--token-9e534227-77c0-4541-b041-585b912021b6, rgb(166, 132, 255)) /* {&quot;name&quot;:&quot;Secondary 400&quot;} */\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></svg>',withExternalLayout:true})]})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1p8lvlg\",\"data-framer-name\":\"Text\",layoutDependency:layoutDependency,layoutId:\"mC1_N7x4b\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-havtb7\",\"data-styles-preset\":\"uTdODgQTj\",children:\"Personalized\"})}),className:\"framer-1irh9cz\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"ZM5hxheAN\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-5ex2gn\",\"data-styles-preset\":\"XlTWBW3IZ\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fae910b1-58dd-4ef5-8c3c-a28d85da034c, rgb(117, 117, 117)))\"},children:\"Grow with smart insights.\"})}),className:\"framer-1rnll5n\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"ZH9oJL_XC\",style:{\"--extracted-r6o4lv\":\"var(--token-fae910b1-58dd-4ef5-8c3c-a28d85da034c, rgb(117, 117, 117))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]})]})})]}),isDisplayed3()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1obx4h9\",\"data-framer-name\":\"Navigation/Dropdown Menu 02\",layoutDependency:layoutDependency,layoutId:\"S2pq0D6ed\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10},children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"DBl_Pfelk\"},motionChild:true,nodeId:\"nCsmiSfNl\",openInNewTab:false,scopeId:\"xFAoeILlL\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-pb6ogp framer-o6wukm\",\"data-framer-name\":\"Card\",layoutDependency:layoutDependency,layoutId:\"nCsmiSfNl\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-2qc0gx\",\"data-border\":true,\"data-framer-name\":\"Icon/Icon\",layoutDependency:layoutDependency,layoutId:\"uZFNMtKYA\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-d62ffd6d-0365-4204-85b2-674429fa3b78, rgb(222, 222, 222))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10},children:/*#__PURE__*/_jsxs(SVG,{className:\"framer-1b1pevx\",layoutDependency:layoutDependency,layoutId:\"VF5_lBt0q\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 38 38\" overflow=\"visible\"><g><path d=\"M 0 0 L 38 0 L 38 38 L 0 38 Z\" fill=\"transparent\"></path><path d=\"M 19 3.42 C 24.076 3.42 24.678 3.444 26.674 3.532 C 28.53 3.615 29.532 3.927 30.199 4.186 C 31.024 4.489 31.77 4.974 32.382 5.603 C 33.049 6.272 33.459 6.902 33.799 7.785 C 34.059 8.453 34.369 9.464 34.452 11.311 C 34.542 13.314 34.563 13.916 34.563 18.986 C 34.563 24.062 34.542 24.664 34.452 26.659 C 34.371 28.514 34.059 29.517 33.799 30.185 C 33.496 31.009 33.012 31.754 32.382 32.367 C 31.77 32.997 31.024 33.481 30.199 33.784 C 29.532 34.045 28.522 34.355 26.674 34.438 C 24.67 34.526 24.07 34.548 19 34.548 C 13.924 34.548 13.322 34.526 11.326 34.438 C 9.47 34.355 8.468 34.045 7.801 33.784 C 6.976 33.48 6.23 32.996 5.618 32.367 C 4.987 31.755 4.503 31.009 4.201 30.185 C 3.941 29.517 3.631 28.506 3.548 26.659 C 3.458 24.656 3.437 24.054 3.437 18.986 C 3.437 13.908 3.458 13.308 3.548 11.311 C 3.629 9.456 3.941 8.453 4.201 7.785 C 4.543 6.902 4.957 6.265 5.618 5.603 C 6.286 4.935 6.916 4.527 7.801 4.186 C 8.468 3.927 9.478 3.615 11.326 3.532 C 13.322 3.444 13.922 3.422 19 3.422 Z M 19 0 C 13.841 0 13.195 0.022 11.17 0.111 C 9.152 0.201 7.763 0.527 6.561 0.994 C 5.291 1.472 4.141 2.222 3.192 3.192 C 2.224 4.139 1.474 5.286 0.994 6.553 C 0.527 7.763 0.201 9.144 0.111 11.162 C 0.022 13.196 0 13.841 0 19 C 0 24.159 0.022 24.804 0.111 26.83 C 0.201 28.848 0.527 30.237 0.994 31.439 C 1.485 32.693 2.13 33.755 3.192 34.808 C 4.14 35.774 5.287 36.521 6.553 36.998 C 7.763 37.466 9.144 37.793 11.162 37.881 C 13.189 37.97 13.835 37.992 18.992 37.992 C 24.151 37.992 24.797 37.97 26.823 37.881 C 28.842 37.793 30.229 37.466 31.431 36.998 C 32.698 36.522 33.846 35.774 34.794 34.808 C 35.76 33.86 36.507 32.713 36.983 31.447 C 37.451 30.237 37.777 28.856 37.867 26.837 C 37.956 24.811 37.978 24.165 37.978 19.008 C 37.978 13.849 37.956 13.203 37.867 11.177 C 37.777 9.158 37.451 7.771 36.983 6.569 C 36.525 5.292 35.781 4.137 34.808 3.192 C 33.86 2.226 32.713 1.479 31.447 1.002 C 30.237 0.535 28.856 0.206 26.838 0.119 C 24.805 0.024 24.159 0 19 0 Z\" fill=\"rgb(0,0,0)\"></path><path d=\"M 19 9.24 C 13.611 9.242 9.242 13.611 9.24 19 C 9.242 24.389 13.611 28.758 19 28.76 C 24.389 28.758 28.758 24.389 28.76 19 C 28.758 13.611 24.389 9.242 19 9.24 Z M 19 25.33 C 15.503 25.33 12.669 22.495 12.669 18.998 C 12.669 15.501 15.505 12.666 19.002 12.667 C 22.499 12.667 25.333 15.502 25.333 18.999 C 25.332 22.496 22.497 25.331 19 25.33 Z M 31.424 8.854 C 31.446 9.683 31.017 10.458 30.303 10.879 C 29.588 11.299 28.702 11.299 27.988 10.879 C 27.274 10.458 26.844 9.683 26.866 8.854 C 26.899 7.619 27.909 6.634 29.145 6.634 C 30.381 6.634 31.392 7.619 31.424 8.854 Z\" fill=\"rgb(0,0,0)\"></path></g></svg>',withExternalLayout:true,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1mxaf9j\",layoutDependency:layoutDependency,layoutId:\"VkA2aYzN6\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 38 38\" overflow=\"visible\"><path d=\"M 0 0 L 38 0 L 38 38 L 0 38 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsxs(SVG,{className:\"framer-17gt3zx\",layoutDependency:layoutDependency,layoutId:\"VagrSlWTf\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 37.978 37.992\" overflow=\"visible\"><path d=\"M 19 3.42 C 24.076 3.42 24.678 3.444 26.674 3.532 C 28.53 3.615 29.532 3.927 30.199 4.186 C 31.024 4.489 31.77 4.974 32.382 5.603 C 33.049 6.272 33.459 6.902 33.799 7.785 C 34.059 8.453 34.369 9.464 34.452 11.311 C 34.542 13.314 34.563 13.916 34.563 18.986 C 34.563 24.062 34.542 24.664 34.452 26.659 C 34.371 28.514 34.059 29.517 33.799 30.185 C 33.496 31.009 33.012 31.754 32.382 32.367 C 31.77 32.997 31.024 33.481 30.199 33.784 C 29.532 34.045 28.522 34.355 26.674 34.438 C 24.67 34.526 24.07 34.548 19 34.548 C 13.924 34.548 13.322 34.526 11.326 34.438 C 9.47 34.355 8.468 34.045 7.801 33.784 C 6.976 33.48 6.23 32.996 5.618 32.367 C 4.987 31.755 4.503 31.009 4.201 30.185 C 3.941 29.517 3.631 28.506 3.548 26.659 C 3.458 24.656 3.437 24.054 3.437 18.986 C 3.437 13.908 3.458 13.308 3.548 11.311 C 3.629 9.456 3.941 8.453 4.201 7.785 C 4.543 6.902 4.957 6.265 5.618 5.603 C 6.286 4.935 6.916 4.527 7.801 4.186 C 8.468 3.927 9.478 3.615 11.326 3.532 C 13.322 3.444 13.922 3.422 19 3.422 Z M 19 0 C 13.841 0 13.195 0.022 11.17 0.111 C 9.152 0.201 7.763 0.527 6.561 0.994 C 5.291 1.472 4.141 2.222 3.192 3.192 C 2.224 4.139 1.474 5.286 0.994 6.553 C 0.527 7.763 0.201 9.144 0.111 11.162 C 0.022 13.196 0 13.841 0 19 C 0 24.159 0.022 24.804 0.111 26.83 C 0.201 28.848 0.527 30.237 0.994 31.439 C 1.485 32.693 2.13 33.755 3.192 34.808 C 4.14 35.774 5.287 36.521 6.553 36.998 C 7.763 37.466 9.144 37.793 11.162 37.881 C 13.189 37.97 13.835 37.992 18.992 37.992 C 24.151 37.992 24.797 37.97 26.823 37.881 C 28.842 37.793 30.229 37.466 31.431 36.998 C 32.698 36.522 33.846 35.774 34.794 34.808 C 35.76 33.86 36.507 32.713 36.983 31.447 C 37.451 30.237 37.777 28.856 37.867 26.837 C 37.956 24.811 37.978 24.165 37.978 19.008 C 37.978 13.849 37.956 13.203 37.867 11.177 C 37.777 9.158 37.451 7.771 36.983 6.569 C 36.525 5.292 35.781 4.137 34.808 3.192 C 33.86 2.226 32.713 1.479 31.447 1.002 C 30.237 0.535 28.856 0.206 26.838 0.119 C 24.805 0.024 24.159 0 19 0 Z\" fill=\"rgb(0,0,0)\"></path></svg>',withExternalLayout:true,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-hx3g9p\",layoutDependency:layoutDependency,layoutId:\"ynw8afdwR\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 31.125 31.128\" overflow=\"visible\"><path d=\"M 15.563 0 C 20.639 0 21.24 0.024 23.237 0.112 C 25.093 0.195 26.095 0.507 26.762 0.766 C 27.586 1.069 28.332 1.554 28.945 2.183 C 29.611 2.852 30.022 3.482 30.362 4.365 C 30.622 5.033 30.932 6.044 31.014 7.891 C 31.105 9.894 31.125 10.496 31.125 15.566 C 31.125 20.642 31.105 21.244 31.014 23.239 C 30.934 25.094 30.622 26.096 30.362 26.765 C 30.058 27.589 29.574 28.334 28.945 28.947 C 28.333 29.577 27.587 30.061 26.762 30.364 C 26.095 30.625 25.085 30.935 23.237 31.018 C 21.232 31.106 20.632 31.128 15.563 31.128 C 10.486 31.128 9.885 31.106 7.888 31.018 C 6.032 30.935 5.03 30.625 4.364 30.364 C 3.539 30.06 2.793 29.576 2.18 28.947 C 1.55 28.335 1.066 27.589 0.763 26.765 C 0.504 26.096 0.193 25.086 0.111 23.239 C 0.021 21.236 0 20.634 0 15.566 C 0 10.488 0.021 9.888 0.111 7.891 C 0.192 6.036 0.504 5.033 0.763 4.365 C 1.105 3.482 1.52 2.845 2.18 2.183 C 2.848 1.515 3.479 1.107 4.364 0.766 C 5.03 0.507 6.04 0.195 7.888 0.112 C 9.885 0.024 10.485 0.002 15.563 0.002 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-u9y42w\",layoutDependency:layoutDependency,layoutId:\"qVm5yD_KU\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 37.978 37.992\" overflow=\"visible\"><path d=\"M 19 0 C 13.841 0 13.195 0.022 11.17 0.111 C 9.152 0.201 7.763 0.527 6.561 0.994 C 5.291 1.472 4.141 2.222 3.192 3.192 C 2.224 4.139 1.474 5.286 0.994 6.553 C 0.527 7.763 0.201 9.144 0.111 11.162 C 0.022 13.196 0 13.841 0 19 C 0 24.159 0.022 24.804 0.111 26.83 C 0.201 28.848 0.527 30.237 0.994 31.439 C 1.485 32.693 2.13 33.755 3.192 34.808 C 4.14 35.774 5.287 36.521 6.553 36.998 C 7.763 37.466 9.144 37.793 11.162 37.881 C 13.189 37.97 13.835 37.992 18.992 37.992 C 24.151 37.992 24.797 37.97 26.823 37.881 C 28.842 37.793 30.229 37.466 31.431 36.998 C 32.698 36.522 33.846 35.774 34.794 34.808 C 35.76 33.86 36.507 32.713 36.983 31.447 C 37.451 30.237 37.777 28.856 37.867 26.837 C 37.956 24.811 37.978 24.165 37.978 19.008 C 37.978 13.849 37.956 13.203 37.867 11.177 C 37.777 9.158 37.451 7.771 36.983 6.569 C 36.525 5.292 35.781 4.137 34.808 3.192 C 33.86 2.226 32.713 1.479 31.447 1.002 C 30.237 0.535 28.856 0.206 26.838 0.119 C 24.805 0.024 24.159 0 19 0 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true})]}),/*#__PURE__*/_jsxs(SVG,{className:\"framer-ibkklx\",layoutDependency:layoutDependency,layoutId:\"Z5AhNM1aR\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 22.185 22.126\" overflow=\"visible\"><path d=\"M 9.76 2.606 C 4.37 2.608 0.002 6.977 0 12.366 C 0.002 17.755 4.37 22.124 9.76 22.126 C 15.149 22.124 19.518 17.755 19.519 12.366 C 19.518 6.977 15.149 2.608 9.76 2.606 Z M 9.76 18.696 C 6.263 18.696 3.428 15.86 3.429 12.364 C 3.429 8.867 6.264 6.032 9.761 6.033 C 13.258 6.033 16.093 8.868 16.092 12.365 C 16.092 15.862 13.257 18.697 9.76 18.696 Z M 22.184 2.22 C 22.206 3.049 21.776 3.824 21.062 4.244 C 20.348 4.665 19.462 4.665 18.748 4.244 C 18.033 3.824 17.604 3.049 17.626 2.22 C 17.658 0.985 18.669 0 19.905 0 C 21.141 0 22.152 0.985 22.184 2.22 Z\" fill=\"rgb(0,0,0)\"></path></svg>',withExternalLayout:true,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-vd2wlm\",layoutDependency:layoutDependency,layoutId:\"EQ27KMhQX\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 19.519 19.519\" overflow=\"visible\"><path d=\"M 9.76 0 C 4.37 0.002 0.002 4.37 0 9.76 C 0.002 15.149 4.37 19.518 9.76 19.519 C 15.149 19.518 19.518 15.149 19.519 9.76 C 19.518 4.37 15.149 0.002 9.76 0 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1ttwyhx\",layoutDependency:layoutDependency,layoutId:\"Kebee1laL\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 12.664 12.664\" overflow=\"visible\"><path d=\"M 6.331 12.664 C 2.834 12.663 0 9.828 0 6.331 C 0 2.834 2.836 0 6.333 0 C 9.829 0 12.664 2.836 12.664 6.333 C 12.663 9.829 9.828 12.664 6.331 12.664 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-8d110x\",layoutDependency:layoutDependency,layoutId:\"VUPz1ixLi\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 4.56 4.56\" overflow=\"visible\"><path d=\"M 4.559 2.22 C 4.581 3.049 4.151 3.824 3.437 4.244 C 2.723 4.665 1.837 4.665 1.123 4.244 C 0.409 3.824 -0.021 3.049 0.001 2.22 C 0.033 0.985 1.044 0 2.28 0 C 3.516 0 4.527 0.985 4.559 2.22 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true})]})]})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1wdi5k8\",\"data-framer-name\":\"Text\",layoutDependency:layoutDependency,layoutId:\"dO40Bb7ZJ\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-havtb7\",\"data-styles-preset\":\"uTdODgQTj\",children:\"Instagram\"})}),className:\"framer-hl24q6\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"pLtjc5cFx\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-5ex2gn\",\"data-styles-preset\":\"XlTWBW3IZ\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fae910b1-58dd-4ef5-8c3c-a28d85da034c, rgb(117, 117, 117)))\"},children:\"Design a stunning, on-brand feed.\"})}),className:\"framer-7cavju\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"jiJCgVEbX\",style:{\"--extracted-r6o4lv\":\"var(--token-fae910b1-58dd-4ef5-8c3c-a28d85da034c, rgb(117, 117, 117))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]})]})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"NPcGftrok\"},motionChild:true,nodeId:\"pawqk9u8D\",openInNewTab:false,scopeId:\"xFAoeILlL\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-t40kxk framer-o6wukm\",\"data-framer-name\":\"Card\",layoutDependency:layoutDependency,layoutId:\"pawqk9u8D\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-pdr789\",\"data-border\":true,\"data-framer-name\":\"Icon/Icon\",layoutDependency:layoutDependency,layoutId:\"Ffbuy_j39\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-d62ffd6d-0365-4204-85b2-674429fa3b78, rgb(222, 222, 222))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10},children:/*#__PURE__*/_jsxs(SVG,{className:\"framer-1g0qb04\",layoutDependency:layoutDependency,layoutId:\"q6fd4fSWI\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 34.887 40.067\" overflow=\"visible\"><g><path d=\"M 25.76 14.505 C 28.419 16.416 31.612 17.442 34.887 17.438 L 34.887 10.865 C 34.243 10.865 33.6 10.798 32.97 10.663 L 32.97 15.837 C 29.696 15.841 26.503 14.815 23.843 12.905 L 23.843 26.318 C 23.843 33.028 18.423 38.467 11.738 38.467 C 9.337 38.47 6.99 37.754 5 36.412 C 7.271 38.751 10.394 40.07 13.655 40.067 C 20.34 40.067 25.76 34.628 25.76 27.917 L 25.76 14.507 Z M 28.125 7.875 C 26.772 6.394 25.941 4.51 25.76 2.512 L 25.76 1.667 L 23.943 1.667 C 24.395 4.235 25.914 6.492 28.125 7.875 Z M 9.228 31.263 C 8.493 30.296 8.096 29.113 8.098 27.898 C 8.096 26.13 8.937 24.466 10.363 23.419 C 11.789 22.373 13.628 22.069 15.315 22.602 L 15.315 15.883 C 14.68 15.796 14.039 15.758 13.398 15.772 L 13.398 21.002 C 11.712 20.469 9.872 20.773 8.446 21.819 C 7.021 22.866 6.179 24.53 6.182 26.298 C 6.182 28.468 7.422 30.348 9.228 31.263 Z\" fill=\"rgb(255,0,79)\"></path><path d=\"M 23.962 12.905 C 26.621 14.816 29.815 15.841 33.09 15.837 L 33.09 10.663 C 31.223 10.262 29.529 9.287 28.243 7.875 C 26.033 6.491 24.514 4.235 24.063 1.667 L 19.292 1.667 L 19.292 27.917 C 19.287 30.973 16.811 33.45 13.755 33.457 C 12.023 33.457 10.391 32.645 9.347 31.263 C 7.476 30.316 6.298 28.396 6.3 26.298 C 6.298 24.53 7.139 22.866 8.565 21.819 C 9.991 20.773 11.83 20.469 13.517 21.002 L 13.517 15.772 C 6.95 15.908 1.667 21.295 1.667 27.918 C 1.667 31.225 2.983 34.222 5.118 36.412 C 7.109 37.754 9.456 38.47 11.857 38.467 C 18.543 38.467 23.962 33.027 23.962 26.317 L 23.962 12.907 Z\" fill=\"rgb(0,0,0)\"></path><path d=\"M 33.338 10.597 L 33.338 9.197 C 31.624 9.2 29.944 8.718 28.492 7.808 C 29.776 9.221 31.471 10.196 33.338 10.597 Z M 24.312 1.6 C 24.268 1.35 24.235 1.098 24.212 0.845 L 24.212 0 L 17.623 0 L 17.623 26.25 C 17.62 29.307 15.144 31.784 12.087 31.79 C 11.221 31.791 10.367 31.588 9.595 31.197 C 10.639 32.579 12.271 33.391 14.003 33.39 C 17.059 33.384 19.535 30.907 19.54 27.852 L 19.54 1.6 Z M 13.767 15.705 L 13.767 14.217 C 13.217 14.141 12.662 14.103 12.107 14.103 C 5.42 14.103 0 19.542 0 26.252 C -0.005 30.3 2.008 34.085 5.367 36.345 C 3.15 34.074 1.911 31.025 1.917 27.852 C 1.917 21.228 7.2 15.842 13.767 15.705 Z\" fill=\"rgb(0,242,234)\"></path></g></svg>',withExternalLayout:true,children:[/*#__PURE__*/_jsxs(SVG,{className:\"framer-wrrjk0\",layoutDependency:layoutDependency,layoutId:\"PRFIS2wTV\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 29.887 38.4\" overflow=\"visible\"><path d=\"M 20.76 12.838 C 23.419 14.75 26.612 15.776 29.887 15.772 L 29.887 9.198 C 29.243 9.198 28.6 9.132 27.97 8.997 L 27.97 14.17 C 24.696 14.174 21.503 13.149 18.843 11.238 L 18.843 24.652 C 18.843 31.362 13.423 36.8 6.738 36.8 C 4.337 36.804 1.99 36.088 0 34.745 C 2.271 37.084 5.394 38.403 8.655 38.4 C 15.34 38.4 20.76 32.962 20.76 26.25 L 20.76 12.84 Z M 23.125 6.208 C 21.772 4.727 20.941 2.843 20.76 0.845 L 20.76 0 L 18.943 0 C 19.395 2.569 20.914 4.825 23.125 6.208 Z M 4.228 29.597 C 3.493 28.629 3.096 27.447 3.098 26.232 C 3.096 24.463 3.937 22.799 5.363 21.753 C 6.789 20.706 8.628 20.402 10.315 20.935 L 10.315 14.217 C 9.68 14.129 9.039 14.092 8.398 14.105 L 8.398 19.335 C 6.712 18.802 4.872 19.106 3.446 20.153 C 2.021 21.199 1.179 22.863 1.182 24.632 C 1.182 26.802 2.422 28.682 4.228 29.597 Z\" fill=\"rgb(255,0,79)\"></path></svg>',withExternalLayout:true,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1s7sbnj\",layoutDependency:layoutDependency,layoutId:\"aA54IWq_9\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 29.887 29.403\" overflow=\"visible\"><path d=\"M 20.76 3.842 C 23.419 5.753 26.612 6.779 29.887 6.775 L 29.887 0.202 C 29.243 0.202 28.6 0.135 27.97 0 L 27.97 5.173 C 24.696 5.178 21.503 4.152 18.843 2.242 L 18.843 15.655 C 18.843 22.365 13.423 27.803 6.738 27.803 C 4.337 27.807 1.99 27.091 0 25.748 C 2.271 28.088 5.394 29.407 8.655 29.403 C 15.34 29.403 20.76 23.965 20.76 17.253 L 20.76 3.843 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-vnwp1x\",layoutDependency:layoutDependency,layoutId:\"cfY2cmoR4\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 4.182 6.208\" overflow=\"visible\"><path d=\"M 4.182 6.208 C 2.828 4.727 1.997 2.843 1.817 0.845 L 1.817 0 L 0 0 C 0.451 2.569 1.971 4.825 4.182 6.208 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1o9r5uf\",layoutDependency:layoutDependency,layoutId:\"lNNT49Hbc\",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.133 15.494\" overflow=\"visible\"><path d=\"M 3.047 15.494 C 2.312 14.527 1.915 13.344 1.917 12.129 C 1.914 10.361 2.756 8.697 4.181 7.65 C 5.607 6.604 7.447 6.3 9.133 6.833 L 9.133 0.114 C 8.498 0.027 7.858 -0.011 7.217 0.003 L 7.217 5.233 C 5.53 4.7 3.691 5.004 2.265 6.05 C 0.839 7.097 -0.002 8.761 0 10.529 C 0 12.699 1.24 14.579 3.047 15.494 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true})]}),/*#__PURE__*/_jsx(SVG,{className:\"framer-9wu6gb\",layoutDependency:layoutDependency,layoutId:\"ZOyh8KXip\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 31.423 36.8\" overflow=\"visible\"><path d=\"M 22.295 11.238 C 24.955 13.149 28.148 14.175 31.423 14.17 L 31.423 8.997 C 29.557 8.595 27.862 7.62 26.577 6.208 C 24.367 4.824 22.848 2.568 22.397 0 L 17.625 0 L 17.625 26.25 C 17.62 29.306 15.145 31.784 12.088 31.79 C 10.356 31.791 8.724 30.979 7.68 29.597 C 5.809 28.649 4.631 26.729 4.633 24.632 C 4.631 22.863 5.472 21.199 6.898 20.153 C 8.324 19.106 10.163 18.802 11.85 19.335 L 11.85 14.105 C 5.283 14.242 0 19.628 0 26.252 C 0 29.558 1.317 32.555 3.452 34.745 C 5.442 36.088 7.789 36.804 10.19 36.8 C 16.877 36.8 22.295 31.36 22.295 24.65 L 22.295 11.24 Z\" fill=\"rgb(0,0,0)\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsxs(SVG,{className:\"framer-16pb6ob\",layoutDependency:layoutDependency,layoutId:\"oqCu0rkHz\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 33.338 36.345\" overflow=\"visible\"><path d=\"M 33.338 10.597 L 33.338 9.197 C 31.624 9.2 29.944 8.718 28.492 7.808 C 29.776 9.221 31.471 10.196 33.338 10.597 Z M 24.312 1.6 C 24.268 1.35 24.235 1.098 24.212 0.845 L 24.212 0 L 17.623 0 L 17.623 26.25 C 17.62 29.307 15.144 31.784 12.087 31.79 C 11.221 31.791 10.367 31.588 9.595 31.197 C 10.639 32.579 12.271 33.391 14.003 33.39 C 17.059 33.384 19.535 30.907 19.54 27.852 L 19.54 1.6 Z M 13.767 15.705 L 13.767 14.217 C 13.217 14.141 12.662 14.103 12.107 14.103 C 5.42 14.103 0 19.542 0 26.252 C -0.005 30.3 2.008 34.085 5.367 36.345 C 3.15 34.074 1.911 31.025 1.917 27.852 C 1.917 21.228 7.2 15.842 13.767 15.705 Z\" fill=\"rgb(0,242,234)\"></path></svg>',withExternalLayout:true,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-kr8qfs\",layoutDependency:layoutDependency,layoutId:\"s7a3hUksw\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 4.847 2.788\" overflow=\"visible\"><path d=\"M 4.847 2.788 L 4.847 1.388 C 3.133 1.391 1.453 0.91 0 0 C 1.285 1.413 2.98 2.388 4.847 2.788 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-11f1fg8\",layoutDependency:layoutDependency,layoutId:\"ZIiBCOO4B\",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.717 33.39\" overflow=\"visible\"><path d=\"M 14.717 1.6 C 14.673 1.35 14.64 1.098 14.617 0.845 L 14.617 0 L 8.028 0 L 8.028 26.25 C 8.025 29.307 5.548 31.784 2.492 31.79 C 1.626 31.791 0.772 31.588 0 31.197 C 1.044 32.579 2.676 33.391 4.408 33.39 C 7.464 33.384 9.939 30.907 9.945 27.852 L 9.945 1.6 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-kxolu0\",layoutDependency:layoutDependency,layoutId:\"JGQpN98RX\",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.767 22.242\" overflow=\"visible\"><path d=\"M 13.767 1.602 L 13.767 0.113 C 13.217 0.038 12.662 0 12.107 0 C 5.42 0 0 5.438 0 12.148 C -0.005 16.197 2.008 19.982 5.367 22.242 C 3.15 19.971 1.911 16.922 1.917 13.748 C 1.917 7.125 7.2 1.738 13.767 1.602 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true})]})]})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-n5vcz2\",\"data-framer-name\":\"Text\",layoutDependency:layoutDependency,layoutId:\"szgyS_3kF\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-havtb7\",\"data-styles-preset\":\"uTdODgQTj\",children:\"TikTok\"})}),className:\"framer-1hi5bdn\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"ZTIGzThna\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-5ex2gn\",\"data-styles-preset\":\"XlTWBW3IZ\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fae910b1-58dd-4ef5-8c3c-a28d85da034c, rgb(117, 117, 117)))\"},children:\"Plan viral, scroll-stopping videos.\"})}),className:\"framer-1h5ae4p\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"mWw6Hah8V\",style:{\"--extracted-r6o4lv\":\"var(--token-fae910b1-58dd-4ef5-8c3c-a28d85da034c, rgb(117, 117, 117))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]})]})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"RkeGKYMC1\"},motionChild:true,nodeId:\"NqtJ_0iab\",openInNewTab:false,scopeId:\"xFAoeILlL\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-ccnw4p framer-o6wukm\",\"data-framer-name\":\"Card\",layoutDependency:layoutDependency,layoutId:\"NqtJ_0iab\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-as7z5w\",\"data-border\":true,\"data-framer-name\":\"Icon/Icon\",layoutDependency:layoutDependency,layoutId:\"BBihsEH_6\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-d62ffd6d-0365-4204-85b2-674429fa3b78, rgb(222, 222, 222))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10},children:/*#__PURE__*/_jsxs(SVG,{className:\"framer-g6gfii\",layoutDependency:layoutDependency,layoutId:\"bWgXDElsl\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 42 42.035\" overflow=\"visible\"><g><path d=\"M 0 0 L 42 0 L 42 42 L 0 42 Z\" fill=\"transparent\"></path><path d=\"M 21 42 C 32.597 42 42 32.597 42 21 C 42 9.403 32.597 0 21 0 C 9.403 0 0 9.403 0 21 C 0 32.597 9.403 42 21 42 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 21 0 C 9.403 0 0 9.403 0 21 C 0 29.901 5.53 37.506 13.344 40.565 C 13.153 38.906 12.997 36.347 13.414 34.533 C 13.792 32.891 15.867 24.094 15.867 24.094 C 15.867 24.094 15.244 22.832 15.244 20.983 C 15.244 18.062 16.938 15.885 19.047 15.885 C 20.844 15.885 21.707 17.232 21.707 18.839 C 21.707 20.638 20.57 23.333 19.962 25.839 C 19.462 27.93 21.017 29.641 23.074 29.641 C 26.806 29.641 29.676 25.7 29.676 20.032 C 29.676 15.003 26.064 11.492 20.897 11.492 C 14.915 11.492 11.408 15.97 11.408 20.603 C 11.408 22.4 12.1 24.336 12.962 25.391 C 13.112 25.553 13.166 25.783 13.102 25.994 C 12.945 26.653 12.583 28.086 12.514 28.38 C 12.427 28.761 12.203 28.847 11.805 28.656 C 9.177 27.431 7.536 23.609 7.536 20.515 C 7.536 13.897 12.341 7.812 21.415 7.812 C 28.691 7.812 34.361 12.997 34.361 19.947 C 34.361 27.188 29.797 33.012 23.471 33.012 C 21.345 33.012 19.341 31.906 18.667 30.592 L 17.355 35.588 C 16.886 37.42 15.608 39.701 14.744 41.101 C 16.714 41.706 18.786 42.035 20.965 42.035 C 32.562 42.035 41.965 32.632 41.965 21.035 C 42 9.403 32.597 0 21 0 Z\" fill=\"rgb(230,0,25)\"></path></g></svg>',withExternalLayout:true,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1itty1w\",layoutDependency:layoutDependency,layoutId:\"bSGk_dayp\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 42 42\" overflow=\"visible\"><path d=\"M 0 0 L 42 0 L 42 42 L 0 42 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-hros5w\",layoutDependency:layoutDependency,layoutId:\"Y7kdJ10Te\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 42 42\" overflow=\"visible\"><path d=\"M 21 42 C 32.597 42 42 32.597 42 21 C 42 9.403 32.597 0 21 0 C 9.403 0 0 9.403 0 21 C 0 32.597 9.403 42 21 42 Z\" fill=\"rgb(255,255,255)\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-l8xxpz\",layoutDependency:layoutDependency,layoutId:\"HOWPt0Efl\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 41.965 42.035\" overflow=\"visible\"><path d=\"M 21 0 C 9.403 0 0 9.403 0 21 C 0 29.901 5.53 37.506 13.344 40.565 C 13.153 38.906 12.997 36.347 13.414 34.533 C 13.792 32.891 15.867 24.094 15.867 24.094 C 15.867 24.094 15.244 22.832 15.244 20.983 C 15.244 18.062 16.938 15.885 19.047 15.885 C 20.844 15.885 21.707 17.232 21.707 18.839 C 21.707 20.638 20.57 23.333 19.962 25.839 C 19.462 27.93 21.017 29.641 23.074 29.641 C 26.806 29.641 29.676 25.7 29.676 20.032 C 29.676 15.003 26.064 11.492 20.897 11.492 C 14.915 11.492 11.408 15.97 11.408 20.603 C 11.408 22.4 12.1 24.336 12.962 25.391 C 13.112 25.553 13.166 25.783 13.102 25.994 C 12.945 26.653 12.583 28.086 12.514 28.38 C 12.427 28.761 12.203 28.847 11.805 28.656 C 9.177 27.431 7.536 23.609 7.536 20.515 C 7.536 13.897 12.341 7.812 21.415 7.812 C 28.691 7.812 34.361 12.997 34.361 19.947 C 34.361 27.188 29.797 33.012 23.471 33.012 C 21.345 33.012 19.341 31.906 18.667 30.592 L 17.355 35.588 C 16.886 37.42 15.608 39.701 14.744 41.101 C 16.714 41.706 18.786 42.035 20.965 42.035 C 32.562 42.035 41.965 32.632 41.965 21.035 C 42 9.403 32.597 0 21 0 Z\" fill=\"rgb(230,0,25)\"></path></svg>',withExternalLayout:true})]})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-g1wpz1\",\"data-framer-name\":\"Text\",layoutDependency:layoutDependency,layoutId:\"TWFiTcdW1\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-havtb7\",\"data-styles-preset\":\"uTdODgQTj\",children:\"Pinterest\"})}),className:\"framer-1on80hc\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"wOPADQT0s\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-5ex2gn\",\"data-styles-preset\":\"XlTWBW3IZ\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fae910b1-58dd-4ef5-8c3c-a28d85da034c, rgb(117, 117, 117)))\"},children:\"Share ideas and drive discovery.\"})}),className:\"framer-1uygc73\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"XXhCQ_PQy\",style:{\"--extracted-r6o4lv\":\"var(--token-fae910b1-58dd-4ef5-8c3c-a28d85da034c, rgb(117, 117, 117))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]})]})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"xyjBSCPLP\"},motionChild:true,nodeId:\"C5wgmonsG\",openInNewTab:false,scopeId:\"xFAoeILlL\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1ekbz7 framer-o6wukm\",\"data-framer-name\":\"Card\",layoutDependency:layoutDependency,layoutId:\"C5wgmonsG\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-7603tl\",\"data-border\":true,\"data-framer-name\":\"Icon/Icon\",layoutDependency:layoutDependency,layoutId:\"jSkDZ1Azu\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-d62ffd6d-0365-4204-85b2-674429fa3b78, rgb(222, 222, 222))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10},children:/*#__PURE__*/_jsxs(SVG,{className:\"framer-6wndf7\",layoutDependency:layoutDependency,layoutId:\"SVs277Wa_\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 40 40\" overflow=\"visible\"><g><path d=\"M 0 0 L 40 0 L 40 40 L 0 40 Z\" fill=\"transparent\"></path><path d=\"M 40 20 C 40 8.955 31.045 0 20 0 C 8.955 0 0 8.955 0 20 C 0 29.983 7.313 38.257 16.875 39.757 L 16.875 25.783 L 11.797 25.783 L 11.797 20 L 16.875 20 L 16.875 15.593 C 16.875 10.582 19.862 7.813 24.43 7.813 C 26.617 7.813 28.907 8.203 28.907 8.203 L 28.907 13.125 L 26.383 13.125 C 23.898 13.125 23.123 14.667 23.123 16.25 L 23.123 20 L 28.67 20 L 27.783 25.782 L 23.123 25.782 L 23.123 39.757 C 32.687 38.257 40 29.983 40 20 Z\" fill=\"rgb(24,119,242)\"></path><path d=\"M 27.785 25.782 L 28.672 20 L 23.125 20 L 23.125 16.25 C 23.125 14.668 23.9 13.125 26.385 13.125 L 28.907 13.125 L 28.907 8.203 C 28.907 8.203 26.617 7.813 24.43 7.813 C 19.862 7.813 16.875 10.58 16.875 15.593 L 16.875 20 L 11.797 20 L 11.797 25.782 L 16.875 25.782 L 16.875 39.757 C 18.946 40.081 21.054 40.081 23.125 39.757 L 23.125 25.783 L 27.785 25.783 Z\" fill=\"rgb(255,255,255)\"></path></g></svg>',withExternalLayout:true,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-11mxv9q\",layoutDependency:layoutDependency,layoutId:\"WI4cgpPXo\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 40 40\" overflow=\"visible\"><path d=\"M 0 0 L 40 0 L 40 40 L 0 40 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-99h771\",layoutDependency:layoutDependency,layoutId:\"fJrb9qkfV\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 40 39.757\" overflow=\"visible\"><path d=\"M 40 20 C 40 8.955 31.045 0 20 0 C 8.955 0 0 8.955 0 20 C 0 29.983 7.313 38.257 16.875 39.757 L 16.875 25.783 L 11.797 25.783 L 11.797 20 L 16.875 20 L 16.875 15.593 C 16.875 10.582 19.862 7.813 24.43 7.813 C 26.617 7.813 28.907 8.203 28.907 8.203 L 28.907 13.125 L 26.383 13.125 C 23.898 13.125 23.123 14.667 23.123 16.25 L 23.123 20 L 28.67 20 L 27.783 25.782 L 23.123 25.782 L 23.123 39.757 C 32.687 38.257 40 29.983 40 20 Z\" fill=\"rgb(24,119,242)\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1natra2\",layoutDependency:layoutDependency,layoutId:\"MsTs4zFSj\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 17.11 32.186\" overflow=\"visible\"><path d=\"M 15.988 17.968 L 16.875 12.187 L 11.328 12.187 L 11.328 8.437 C 11.328 6.855 12.103 5.312 14.588 5.312 L 17.11 5.312 L 17.11 0.39 C 17.11 0.39 14.82 0 12.633 0 C 8.065 0 5.078 2.767 5.078 7.78 L 5.078 12.187 L 0 12.187 L 0 17.968 L 5.078 17.968 L 5.078 31.943 C 7.149 32.267 9.258 32.267 11.328 31.943 L 11.328 17.97 L 15.988 17.97 Z\" fill=\"rgb(255,255,255)\"></path></svg>',withExternalLayout:true})]})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-m4t2eo\",\"data-framer-name\":\"Text\",layoutDependency:layoutDependency,layoutId:\"KjbYMF1Zk\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-havtb7\",\"data-styles-preset\":\"uTdODgQTj\",children:\"Facebook\"})}),className:\"framer-zao1a2\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"I6vLFjF4a\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-5ex2gn\",\"data-styles-preset\":\"XlTWBW3IZ\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fae910b1-58dd-4ef5-8c3c-a28d85da034c, rgb(117, 117, 117)))\"},children:\"Reach and engage your community.\"})}),className:\"framer-1o0q6rc\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"n3nAag1fw\",style:{\"--extracted-r6o4lv\":\"var(--token-fae910b1-58dd-4ef5-8c3c-a28d85da034c, rgb(117, 117, 117))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]})]})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"TBTJ40PX2\"},motionChild:true,nodeId:\"N7sQqbsi4\",openInNewTab:false,scopeId:\"xFAoeILlL\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1eitjqa framer-o6wukm\",\"data-framer-name\":\"Card\",layoutDependency:layoutDependency,layoutId:\"N7sQqbsi4\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-63f3hx\",\"data-border\":true,\"data-framer-name\":\"Icon/Icon\",layoutDependency:layoutDependency,layoutId:\"TS5t9vgGT\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-d62ffd6d-0365-4204-85b2-674429fa3b78, rgb(222, 222, 222))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10},children:/*#__PURE__*/_jsxs(SVG,{className:\"framer-qpwh59\",layoutDependency:layoutDependency,layoutId:\"kR7Y4sAbb\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 40 40\" overflow=\"visible\"><g><path d=\"M 0 0 L 40 0 L 40 40 L 0 40 Z\" fill=\"transparent\"></path><path d=\"M 37.047 0 L 2.953 0 C 1.322 0 0 1.322 0 2.953 L 0 37.047 C 0 38.678 1.322 40 2.953 40 L 37.047 40 C 38.678 40 40 38.678 40 37.047 L 40 2.953 C 40 1.322 38.678 0 37.047 0 Z M 11.922 34.075 L 5.908 34.075 L 5.908 14.972 L 11.922 14.972 Z M 8.912 12.325 C 7.006 12.315 5.469 10.764 5.477 8.858 C 5.484 6.953 7.033 5.414 8.938 5.418 C 10.844 5.423 12.385 6.97 12.383 8.875 C 12.396 9.798 12.034 10.686 11.379 11.336 C 10.725 11.987 9.834 12.344 8.912 12.325 Z M 34.088 34.092 L 28.078 34.092 L 28.078 23.655 C 28.078 20.578 26.77 19.628 25.08 19.628 C 23.297 19.628 21.547 20.972 21.547 23.733 L 21.547 34.092 L 15.533 34.092 L 15.533 14.987 L 21.317 14.987 L 21.317 17.633 L 21.395 17.633 C 21.975 16.458 24.008 14.45 27.112 14.45 C 30.467 14.45 34.092 16.442 34.092 22.275 Z\" fill=\"rgb(10,102,194)\"></path></g></svg>',withExternalLayout:true,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1sfe856\",layoutDependency:layoutDependency,layoutId:\"k1OasqkZY\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 40 40\" overflow=\"visible\"><path d=\"M 0 0 L 40 0 L 40 40 L 0 40 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsxs(SVG,{className:\"framer-2l42dc\",layoutDependency:layoutDependency,layoutId:\"GVUv2ZHU7\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 40 40\" overflow=\"visible\"><path d=\"M 37.047 0 L 2.953 0 C 1.322 0 0 1.322 0 2.953 L 0 37.047 C 0 38.678 1.322 40 2.953 40 L 37.047 40 C 38.678 40 40 38.678 40 37.047 L 40 2.953 C 40 1.322 38.678 0 37.047 0 Z M 11.922 34.075 L 5.908 34.075 L 5.908 14.972 L 11.922 14.972 Z M 8.912 12.325 C 7.006 12.315 5.469 10.764 5.477 8.858 C 5.484 6.953 7.033 5.414 8.938 5.418 C 10.844 5.423 12.385 6.97 12.383 8.875 C 12.396 9.798 12.034 10.686 11.379 11.336 C 10.725 11.987 9.834 12.344 8.912 12.325 Z M 34.088 34.092 L 28.078 34.092 L 28.078 23.655 C 28.078 20.578 26.77 19.628 25.08 19.628 C 23.297 19.628 21.547 20.972 21.547 23.733 L 21.547 34.092 L 15.533 34.092 L 15.533 14.987 L 21.317 14.987 L 21.317 17.633 L 21.395 17.633 C 21.975 16.458 24.008 14.45 27.112 14.45 C 30.467 14.45 34.092 16.442 34.092 22.275 Z\" fill=\"rgb(10,102,194)\"></path></svg>',withExternalLayout:true,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-q8exao\",layoutDependency:layoutDependency,layoutId:\"EBoaxSvaQ\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 40 40\" overflow=\"visible\"><path d=\"M 37.047 0 L 2.953 0 C 1.322 0 0 1.322 0 2.953 L 0 37.047 C 0 38.678 1.322 40 2.953 40 L 37.047 40 C 38.678 40 40 38.678 40 37.047 L 40 2.953 C 40 1.322 38.678 0 37.047 0 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-hhal1k\",layoutDependency:layoutDependency,layoutId:\"NRt__8tbt\",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.013 19.103\" overflow=\"visible\"><path d=\"M 6.013 19.103 L 0 19.103 L 0 0 L 6.013 0 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1ttssl0\",layoutDependency:layoutDependency,layoutId:\"zFX9PiPz2\",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.907 6.907\" overflow=\"visible\"><path d=\"M 3.435 6.907 C 1.53 6.897 -0.007 5.345 0 3.44 C 0.007 1.535 1.556 -0.005 3.462 0 C 5.367 0.005 6.908 1.551 6.907 3.457 C 6.92 4.379 6.557 5.268 5.903 5.918 C 5.248 6.568 4.358 6.925 3.435 6.907 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-182588s\",layoutDependency:layoutDependency,layoutId:\"DnE15VD4B\",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.558 19.642\" overflow=\"visible\"><path d=\"M 18.555 19.642 L 12.545 19.642 L 12.545 9.205 C 12.545 6.128 11.237 5.178 9.547 5.178 C 7.763 5.178 6.013 6.522 6.013 9.283 L 6.013 19.642 L 0 19.642 L 0 0.537 L 5.783 0.537 L 5.783 3.183 L 5.862 3.183 C 6.442 2.008 8.475 0 11.578 0 C 14.933 0 18.558 1.992 18.558 7.825 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true})]})]})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1an2a3t\",\"data-framer-name\":\"Text\",layoutDependency:layoutDependency,layoutId:\"Kz3OXVsxQ\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-havtb7\",\"data-styles-preset\":\"uTdODgQTj\",children:\"LinkedIn\"})}),className:\"framer-1wgfdey\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"qQrqh7nC_\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-5ex2gn\",\"data-styles-preset\":\"XlTWBW3IZ\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fae910b1-58dd-4ef5-8c3c-a28d85da034c, rgb(117, 117, 117)))\"},children:\"Grow your professional brand.\"})}),className:\"framer-6vrrnp\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"gi826RZum\",style:{\"--extracted-r6o4lv\":\"var(--token-fae910b1-58dd-4ef5-8c3c-a28d85da034c, rgb(117, 117, 117))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]})]})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"rStG6V8L_\"},motionChild:true,nodeId:\"UCo1XK6EP\",openInNewTab:false,scopeId:\"xFAoeILlL\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1rt97qn framer-o6wukm\",\"data-framer-name\":\"Card\",layoutDependency:layoutDependency,layoutId:\"UCo1XK6EP\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1fa5185\",\"data-border\":true,\"data-framer-name\":\"Icon/Icon\",layoutDependency:layoutDependency,layoutId:\"kcDb2K1Fk\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-d62ffd6d-0365-4204-85b2-674429fa3b78, rgb(222, 222, 222))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10},children:/*#__PURE__*/_jsxs(SVG,{className:\"framer-1tqhee7\",layoutDependency:layoutDependency,layoutId:\"P8z1DBHXt\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 37 42\" overflow=\"visible\"><path d=\"M 28.791 19.465 C 28.605 19.379 28.417 19.296 28.227 19.217 C 27.894 13.242 24.554 9.823 18.942 9.788 L 18.865 9.788 C 15.508 9.788 12.716 11.188 10.998 13.734 L 14.085 15.801 C 15.369 13.899 17.383 13.494 18.866 13.494 L 18.919 13.494 C 20.766 13.505 22.161 14.03 23.062 15.052 C 23.719 15.797 24.159 16.828 24.376 18.126 C 22.623 17.849 20.844 17.765 19.073 17.876 C 13.736 18.177 10.305 21.217 10.536 25.44 C 10.654 27.58 11.747 29.424 13.612 30.627 C 15.191 31.645 17.224 32.142 19.339 32.03 C 22.128 31.881 24.318 30.84 25.845 28.94 C 27.005 27.496 27.738 25.625 28.062 23.268 C 29.392 24.052 30.377 25.083 30.921 26.322 C 31.846 28.43 31.901 31.894 29.008 34.716 C 26.471 37.191 23.423 38.26 18.819 38.293 C 13.709 38.258 9.846 36.657 7.333 33.539 C 4.981 30.616 3.765 26.399 3.719 21 C 3.765 15.601 4.981 11.382 7.333 8.461 C 9.846 5.343 13.709 3.743 18.819 3.707 C 23.964 3.742 27.896 5.351 30.504 8.484 C 31.783 10.022 32.747 11.954 33.383 14.207 L 37 13.265 C 36.23 10.491 35.018 8.102 33.367 6.12 C 30.023 2.1 25.132 0.042 18.831 0 L 18.807 0 C 12.517 0.042 7.682 2.109 4.433 6.142 C 1.542 9.73 0.051 14.725 0 20.986 L 0 21.014 C 0.051 27.275 1.542 32.268 4.433 35.858 C 7.682 39.891 12.517 41.958 18.807 42 L 18.831 42 C 24.422 41.961 28.363 40.534 31.609 37.364 C 35.857 33.22 35.73 28.026 34.329 24.838 C 33.325 22.55 31.409 20.694 28.791 19.465 Z M 19.138 28.329 C 16.8 28.458 14.37 27.433 14.25 25.238 C 14.162 23.611 15.436 21.793 19.282 21.577 C 19.723 21.551 20.154 21.541 20.579 21.541 C 21.974 21.541 23.282 21.672 24.469 21.926 C 24.027 27.33 21.428 28.208 19.138 28.331 Z\" fill=\"rgb(0,0,0)\"></path></svg>',withExternalLayout:true,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-aks904\",layoutDependency:layoutDependency,layoutId:\"BFOUqcRYC\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 37 42\" overflow=\"visible\"><path d=\"M 28.791 19.465 C 28.605 19.379 28.417 19.296 28.227 19.217 C 27.894 13.242 24.554 9.823 18.942 9.788 L 18.865 9.788 C 15.508 9.788 12.716 11.188 10.998 13.734 L 14.085 15.801 C 15.369 13.899 17.383 13.494 18.866 13.494 L 18.919 13.494 C 20.766 13.505 22.161 14.03 23.062 15.052 C 23.719 15.797 24.159 16.828 24.376 18.126 C 22.623 17.849 20.844 17.765 19.073 17.876 C 13.736 18.177 10.305 21.217 10.536 25.44 C 10.654 27.58 11.747 29.424 13.612 30.627 C 15.191 31.645 17.224 32.142 19.339 32.03 C 22.128 31.881 24.318 30.84 25.845 28.94 C 27.005 27.496 27.738 25.625 28.062 23.268 C 29.392 24.052 30.377 25.083 30.921 26.322 C 31.846 28.43 31.901 31.894 29.008 34.716 C 26.471 37.191 23.423 38.26 18.819 38.293 C 13.709 38.258 9.846 36.657 7.333 33.539 C 4.981 30.616 3.765 26.399 3.719 21 C 3.765 15.601 4.981 11.382 7.333 8.461 C 9.846 5.343 13.709 3.743 18.819 3.707 C 23.964 3.742 27.896 5.351 30.504 8.484 C 31.783 10.022 32.747 11.954 33.383 14.207 L 37 13.265 C 36.23 10.491 35.018 8.102 33.367 6.12 C 30.023 2.1 25.132 0.042 18.831 0 L 18.807 0 C 12.517 0.042 7.682 2.109 4.433 6.142 C 1.542 9.73 0.051 14.725 0 20.986 L 0 21.014 C 0.051 27.275 1.542 32.268 4.433 35.858 C 7.682 39.891 12.517 41.958 18.807 42 L 18.831 42 C 24.422 41.961 28.363 40.534 31.609 37.364 C 35.857 33.22 35.73 28.026 34.329 24.838 C 33.325 22.55 31.409 20.694 28.791 19.465 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-50kx4w\",layoutDependency:layoutDependency,layoutId:\"u1XPe16LQ\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 10.223 6.799\" overflow=\"visible\"><path d=\"M 4.892 6.788 C 2.554 6.918 0.124 5.892 0.004 3.698 C -0.084 2.07 1.19 0.252 5.036 0.037 C 5.477 0.01 5.908 0 6.333 0 C 7.728 0 9.036 0.131 10.223 0.385 C 9.781 5.789 7.182 6.667 4.892 6.79 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true})]})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ua5hzd\",\"data-framer-name\":\"Text\",layoutDependency:layoutDependency,layoutId:\"DYDNlEiCr\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-havtb7\",\"data-styles-preset\":\"uTdODgQTj\",children:\"Threads\"})}),className:\"framer-kdgkn8\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"PbSA1pZS7\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-5ex2gn\",\"data-styles-preset\":\"XlTWBW3IZ\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fae910b1-58dd-4ef5-8c3c-a28d85da034c, rgb(117, 117, 117)))\"},children:\"Join conversations that matter.\"})}),className:\"framer-scteom\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"hPWCmp7t5\",style:{\"--extracted-r6o4lv\":\"var(--token-fae910b1-58dd-4ef5-8c3c-a28d85da034c, rgb(117, 117, 117))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]})]})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"f1Uliod6S\"},motionChild:true,nodeId:\"SZ3yVNxRx\",openInNewTab:false,scopeId:\"xFAoeILlL\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-hccssw framer-o6wukm\",\"data-framer-name\":\"Card\",layoutDependency:layoutDependency,layoutId:\"SZ3yVNxRx\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-gg35lr\",\"data-border\":true,\"data-framer-name\":\"Icon/Icon\",layoutDependency:layoutDependency,layoutId:\"t07gaKbxw\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-d62ffd6d-0365-4204-85b2-674429fa3b78, rgb(222, 222, 222))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10},children:/*#__PURE__*/_jsx(Vector2,{animated:true,className:\"framer-122sddk\",layoutDependency:layoutDependency,layoutId:\"C9gOLo1r_\"})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1lpsqyj\",\"data-framer-name\":\"Text\",layoutDependency:layoutDependency,layoutId:\"PeEBPWQUu\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-havtb7\",\"data-styles-preset\":\"uTdODgQTj\",children:\"Youtube\"})}),className:\"framer-c8nlw2\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"lduAKHjFs\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-5ex2gn\",\"data-styles-preset\":\"XlTWBW3IZ\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fae910b1-58dd-4ef5-8c3c-a28d85da034c, rgb(117, 117, 117)))\"},children:\"Share videos, Shorts, and stay on-brand.\"})}),className:\"framer-1p11vcw\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"s_cgFK9S9\",style:{\"--extracted-r6o4lv\":\"var(--token-fae910b1-58dd-4ef5-8c3c-a28d85da034c, rgb(117, 117, 117))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]})]})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"q4NuajCTY\"},motionChild:true,nodeId:\"zQpMVIimH\",openInNewTab:false,scopeId:\"xFAoeILlL\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-w15it9 framer-o6wukm\",\"data-framer-name\":\"Card\",layoutDependency:layoutDependency,layoutId:\"zQpMVIimH\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1y7rvzf\",\"data-border\":true,\"data-framer-name\":\"Icon/Icon\",layoutDependency:layoutDependency,layoutId:\"kZnhK85gD\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-d62ffd6d-0365-4204-85b2-674429fa3b78, rgb(222, 222, 222))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10},children:/*#__PURE__*/_jsx(Vector4,{animated:true,className:\"framer-ne2evf\",layoutDependency:layoutDependency,layoutId:\"WNIvACSWq\"})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ghqcgg\",\"data-framer-name\":\"Text\",layoutDependency:layoutDependency,layoutId:\"xbaQwANqo\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-havtb7\",\"data-styles-preset\":\"uTdODgQTj\",children:\"Twitter (X)\"})}),className:\"framer-13lf5xt\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"VlB4MhavV\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-5ex2gn\",\"data-styles-preset\":\"XlTWBW3IZ\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fae910b1-58dd-4ef5-8c3c-a28d85da034c, rgb(117, 117, 117)))\"},children:\"Post fast, smart, and on-brand.\"})}),className:\"framer-qqc5kv\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"TnZHTBYu6\",style:{\"--extracted-r6o4lv\":\"var(--token-fae910b1-58dd-4ef5-8c3c-a28d85da034c, rgb(117, 117, 117))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]})]})})]})]}),isDisplayed1()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1kjybqg\",\"data-framer-name\":\"Right\",layoutDependency:layoutDependency,layoutId:\"psdZbI6uu\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:52,y:(componentViewport?.y||0)+(20+((componentViewport?.height||88)-40-52)/2)+0+0,...addPropertyOverrides({TMU1uDL_q:{width:`min(max(${componentViewport?.width||\"100vw\"} - 40px, 1px), 1480px)`,y:(componentViewport?.y||0)+20+0+2448.8+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-volgu4-container\",layoutDependency:layoutDependency,layoutId:\"Id4HXuO4l-container\",nodeId:\"Id4HXuO4l\",rendersWithMotion:true,scopeId:\"xFAoeILlL\",children:/*#__PURE__*/_jsx(ButtonSecondaryButton,{BiVHkdrTH:\"ArrowLeft\",D_qksAqNT:\"var(--token-d62ffd6d-0365-4204-85b2-674429fa3b78, rgb(230, 231, 232))\",DLwqlTnOk:\"rgb(255, 255, 255)\",height:\"100%\",id:\"Id4HXuO4l\",jEMe15wuA:\"https://app.unum.la/login\",layoutId:\"Id4HXuO4l\",njho34Rxy:false,O0dXwbX59:true,oEg1PS20j:\"ArrowRight\",paJTDy4M9:false,sPvz__QC0:\"Log In\",uea9upS2b:false,variant:\"LGpuRl1X4\",VLNK4XuBC:\"var(--token-210dbbeb-fa72-42e5-af6e-5b36ad5a28e3, rgb(20, 22, 24))\",width:\"100%\",ZF2IpZYfd:false,...addPropertyOverrides({TMU1uDL_q:{style:{width:\"100%\"},variant:\"PiXHx79ll\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:52,y:(componentViewport?.y||0)+(20+((componentViewport?.height||88)-40-52)/2)+0+0,...addPropertyOverrides({TMU1uDL_q:{width:`min(max(${componentViewport?.width||\"100vw\"} - 40px, 1px), 1480px)`,y:(componentViewport?.y||0)+20+0+2448.8+0+72}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1nsr065-container\",layoutDependency:layoutDependency,layoutId:\"XjbAyOCsC-container\",nodeId:\"XjbAyOCsC\",rendersWithMotion:true,scopeId:\"xFAoeILlL\",children:/*#__PURE__*/_jsx(ButtonPrimaryButton,{bu7Tmg2ov:\"rgb(255, 255, 255)\",height:\"100%\",i_R718eUo:true,id:\"XjbAyOCsC\",l5SUNbSHS:false,layoutId:\"XjbAyOCsC\",M7gzfh2vW:\"ArrowRight\",OSSo6hGiK:false,P4BBZAHYc:\"Start for Free\",T7oGFZxdq:false,uea9upS2b:false,ukQZWXtui:\"var(--token-22af532b-8a65-4149-b2c3-136b042ea592, rgb(9, 9, 11))\",variant:\"YCVa5ek5a\",width:\"100%\",y0Af_y9dn:\"https://app.unum.la/signup\",YihVjZ532:\"var(--token-e5e1c4bc-bcc0-4e8b-8aa3-735cef84cb55, rgb(24, 24, 27))\",yRPzCeLce:\"ArrowLeft\",...addPropertyOverrides({TMU1uDL_q:{style:{width:\"100%\"},variant:\"iF7J81mWE\"}},baseVariant,gestureVariant)})})})]})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-t9HP7.framer-o6wukm, .framer-t9HP7 .framer-o6wukm { display: block; }\",\".framer-t9HP7.framer-1nltrsr { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: hidden; padding: 20px 40px 20px 40px; position: relative; width: 1200px; }\",\".framer-t9HP7 .framer-lf9hus { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; max-width: 1480px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-t9HP7 .framer-18lb7ct { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-t9HP7 .framer-1xrsa86-container, .framer-t9HP7 .framer-volgu4-container, .framer-t9HP7 .framer-1nsr065-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-t9HP7 .framer-rdhbfb-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 60px); position: relative; width: 60px; }\",\".framer-t9HP7 .framer-sdiehz { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-t9HP7 .framer-149xjdy, .framer-t9HP7 .framer-1ird42r { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-t9HP7 .framer-avufik, .framer-t9HP7 .framer-tbgj17, .framer-t9HP7 .framer-kq9x2d, .framer-t9HP7 .framer-15qe29s { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-t9HP7 .framer-d62xfu, .framer-t9HP7 .framer-z7n7t1 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 12px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 12px; }\",\".framer-t9HP7 .framer-g1xmhf-container, .framer-t9HP7 .framer-12ym9zd-container { flex: none; height: 12px; position: relative; width: 12px; }\",\".framer-t9HP7 .framer-1hkf4bv, .framer-t9HP7 .framer-4elzm6 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-t9HP7 .framer-d4q4mr, .framer-t9HP7 .framer-1nn5gqf { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 20px; position: relative; width: 400px; will-change: var(--framer-will-change-override, transform); }\",\".framer-t9HP7 .framer-1ecqgsi, .framer-t9HP7 .framer-11b7uy6, .framer-t9HP7 .framer-13y30e6, .framer-t9HP7 .framer-1bavosh, .framer-t9HP7 .framer-iblek, .framer-t9HP7 .framer-80r17, .framer-t9HP7 .framer-18l8abo, .framer-t9HP7 .framer-h46lal, .framer-t9HP7 .framer-hv0hvu, .framer-t9HP7 .framer-162br9x, .framer-t9HP7 .framer-1s03taq, .framer-t9HP7 .framer-1bp9g2g, .framer-t9HP7 .framer-1t57ujr, .framer-t9HP7 .framer-1lnkjvn, .framer-t9HP7 .framer-11gv5bu, .framer-t9HP7 .framer-2hm5nr, .framer-t9HP7 .framer-1dvvky4, .framer-t9HP7 .framer-l7pa1, .framer-t9HP7 .framer-13fdrzc, .framer-t9HP7 .framer-pb6ogp, .framer-t9HP7 .framer-t40kxk, .framer-t9HP7 .framer-ccnw4p, .framer-t9HP7 .framer-1ekbz7, .framer-t9HP7 .framer-1eitjqa, .framer-t9HP7 .framer-1rt97qn, .framer-t9HP7 .framer-hccssw, .framer-t9HP7 .framer-w15it9 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: 100%; }\",\".framer-t9HP7 .framer-1jw1kmq, .framer-t9HP7 .framer-kwjv58, .framer-t9HP7 .framer-y599pj, .framer-t9HP7 .framer-19qlrqz, .framer-t9HP7 .framer-1i8vuts, .framer-t9HP7 .framer-1m52zz3, .framer-t9HP7 .framer-3vpz6w, .framer-t9HP7 .framer-120dzwg, .framer-t9HP7 .framer-17itvn8, .framer-t9HP7 .framer-16dlfv, .framer-t9HP7 .framer-itwz3d, .framer-t9HP7 .framer-1wy89p5, .framer-t9HP7 .framer-yaixi0, .framer-t9HP7 .framer-18cozrg, .framer-t9HP7 .framer-qgnjn5, .framer-t9HP7 .framer-18mby94, .framer-t9HP7 .framer-4kufni, .framer-t9HP7 .framer-vcxumi, .framer-t9HP7 .framer-egww9, .framer-t9HP7 .framer-2qc0gx, .framer-t9HP7 .framer-pdr789, .framer-t9HP7 .framer-as7z5w, .framer-t9HP7 .framer-7603tl, .framer-t9HP7 .framer-63f3hx, .framer-t9HP7 .framer-1fa5185, .framer-t9HP7 .framer-gg35lr, .framer-t9HP7 .framer-1y7rvzf { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: 60px; justify-content: center; overflow: hidden; padding: 18px; position: relative; width: 60px; will-change: var(--framer-will-change-override, transform); }\",\".framer-t9HP7 .framer-13k9ufz, .framer-t9HP7 .framer-1lak8l4 { height: 34px; position: relative; width: 34px; }\",\".framer-t9HP7 .framer-1m0y998, .framer-t9HP7 .framer-1q701pb { height: 34px; left: 0px; position: absolute; top: 0px; width: 34px; }\",\".framer-t9HP7 .framer-fyy30v, .framer-t9HP7 .framer-16py0sk { height: 16px; left: 10px; position: absolute; top: 8px; width: 16px; }\",\".framer-t9HP7 .framer-1277voz, .framer-t9HP7 .framer-1lbb2qg { height: 14px; left: 0px; position: absolute; top: 3px; width: 14px; }\",\".framer-t9HP7 .framer-ibgs72, .framer-t9HP7 .framer-1yinu7k { height: 1px; left: 16px; position: absolute; top: 0px; width: 1px; }\",\".framer-t9HP7 .framer-4e06ev, .framer-t9HP7 .framer-tnd050, .framer-t9HP7 .framer-1gjekqc, .framer-t9HP7 .framer-molv0t, .framer-t9HP7 .framer-njpitp, .framer-t9HP7 .framer-1jnw2b8, .framer-t9HP7 .framer-110k8jt, .framer-t9HP7 .framer-1o53ng8, .framer-t9HP7 .framer-1pv1qg9, .framer-t9HP7 .framer-4z1fq4, .framer-t9HP7 .framer-9q9l5k, .framer-t9HP7 .framer-1jj78pp, .framer-t9HP7 .framer-1lhlo5l, .framer-t9HP7 .framer-s8sbrv, .framer-t9HP7 .framer-1piitby, .framer-t9HP7 .framer-1n4txb5, .framer-t9HP7 .framer-13k7zij, .framer-t9HP7 .framer-1c7dyc5, .framer-t9HP7 .framer-1p8lvlg, .framer-t9HP7 .framer-1wdi5k8, .framer-t9HP7 .framer-n5vcz2, .framer-t9HP7 .framer-g1wpz1, .framer-t9HP7 .framer-m4t2eo, .framer-t9HP7 .framer-1an2a3t, .framer-t9HP7 .framer-1ua5hzd, .framer-t9HP7 .framer-1lpsqyj, .framer-t9HP7 .framer-ghqcgg { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-t9HP7 .framer-ga403y, .framer-t9HP7 .framer-1x8ru07, .framer-t9HP7 .framer-stmz9l, .framer-t9HP7 .framer-n2k5ii, .framer-t9HP7 .framer-1bqvyml, .framer-t9HP7 .framer-1kpnj4n, .framer-t9HP7 .framer-ni0h1v, .framer-t9HP7 .framer-ufgfex, .framer-t9HP7 .framer-kz600l, .framer-t9HP7 .framer-1syh9bm, .framer-t9HP7 .framer-y76p8q, .framer-t9HP7 .framer-1gi40hh, .framer-t9HP7 .framer-me73sb, .framer-t9HP7 .framer-13i4nf3, .framer-t9HP7 .framer-2gn2zd, .framer-t9HP7 .framer-1odx85d, .framer-t9HP7 .framer-1w06b40, .framer-t9HP7 .framer-1rwoi1h, .framer-t9HP7 .framer-1g9yn8u, .framer-t9HP7 .framer-bg74tp, .framer-t9HP7 .framer-1mcfjgr, .framer-t9HP7 .framer-1tt3pov, .framer-t9HP7 .framer-1qu1r75, .framer-t9HP7 .framer-gtpfn9, .framer-t9HP7 .framer-6j1u5i, .framer-t9HP7 .framer-1nmpbgh, .framer-t9HP7 .framer-5r0d5c, .framer-t9HP7 .framer-z3ghuh, .framer-t9HP7 .framer-1pzyhpc, .framer-t9HP7 .framer-qlwdfc, .framer-t9HP7 .framer-1fablfp, .framer-t9HP7 .framer-1cddmnv, .framer-t9HP7 .framer-1v7jgp3, .framer-t9HP7 .framer-19eshtj, .framer-t9HP7 .framer-ayygyy, .framer-t9HP7 .framer-p7l5ep, .framer-t9HP7 .framer-1irh9cz, .framer-t9HP7 .framer-1rnll5n, .framer-t9HP7 .framer-hl24q6, .framer-t9HP7 .framer-7cavju, .framer-t9HP7 .framer-1hi5bdn, .framer-t9HP7 .framer-1h5ae4p, .framer-t9HP7 .framer-1on80hc, .framer-t9HP7 .framer-1uygc73, .framer-t9HP7 .framer-zao1a2, .framer-t9HP7 .framer-1o0q6rc, .framer-t9HP7 .framer-1wgfdey, .framer-t9HP7 .framer-6vrrnp, .framer-t9HP7 .framer-kdgkn8, .framer-t9HP7 .framer-scteom, .framer-t9HP7 .framer-c8nlw2, .framer-t9HP7 .framer-1p11vcw, .framer-t9HP7 .framer-13lf5xt, .framer-t9HP7 .framer-qqc5kv { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-t9HP7 .framer-1eyxy1r, .framer-t9HP7 .framer-1hh40w { height: 29px; position: relative; width: 40px; }\",\".framer-t9HP7 .framer-1dmxo5e, .framer-t9HP7 .framer-7g1sjq { height: 29px; left: 0px; position: absolute; top: 0px; width: 40px; }\",\".framer-t9HP7 .framer-1wo5ofl, .framer-t9HP7 .framer-87apja { height: 21px; left: 22px; position: absolute; top: 4px; width: 14px; }\",\".framer-t9HP7 .framer-kiy970, .framer-t9HP7 .framer-9ixynx, .framer-t9HP7 .framer-vw65f6, .framer-t9HP7 .framer-l7osoh, .framer-t9HP7 .framer-2lqjsf, .framer-t9HP7 .framer-70el3l { height: 32px; position: relative; width: 32px; }\",\".framer-t9HP7 .framer-17f6s5p, .framer-t9HP7 .framer-110xqp4 { height: 3px; left: 17px; position: absolute; top: 3px; width: 4px; }\",\".framer-t9HP7 .framer-6ybijn, .framer-t9HP7 .framer-1x9awh7 { height: 2px; left: 0px; position: absolute; top: 9px; width: 5px; }\",\".framer-t9HP7 .framer-19neroy, .framer-t9HP7 .framer-679s0x { height: 4px; left: 3px; position: absolute; top: 17px; width: 3px; }\",\".framer-t9HP7 .framer-q728s9, .framer-t9HP7 .framer-1arymbo { height: 5px; left: 9px; position: absolute; top: 0px; width: 2px; }\",\".framer-t9HP7 .framer-ygmk, .framer-t9HP7 .framer-1j46zss { height: 20px; left: 12px; position: absolute; top: 12px; width: 20px; }\",\".framer-t9HP7 .framer-1951mvt, .framer-t9HP7 .framer-1d38ggm { height: 15px; left: 0px; position: absolute; top: 17px; width: 32px; }\",\".framer-t9HP7 .framer-1290iuu, .framer-t9HP7 .framer-198ya3 { height: 10px; left: 0px; position: absolute; top: 4px; width: 14px; }\",\".framer-t9HP7 .framer-1vjyfvs, .framer-t9HP7 .framer-1bhlq50 { height: 15px; left: 17px; position: absolute; top: 0px; width: 15px; }\",\".framer-t9HP7 .framer-1m5pl2t, .framer-t9HP7 .framer-1onx3df { height: 14px; left: 5px; position: absolute; top: 0px; width: 14px; }\",\".framer-t9HP7 .framer-p8odsl { flex: none; height: var(--framer-aspect-ratio-supported, 42px); position: relative; width: 42px; }\",\".framer-t9HP7 .framer-1grjotj { flex: none; height: var(--framer-aspect-ratio-supported, 54px); position: relative; width: 48px; }\",\".framer-t9HP7 .framer-kpgo65, .framer-t9HP7 .framer-1g0qb04 { height: 40px; position: relative; width: 35px; }\",\".framer-t9HP7 .framer-1z0l598, .framer-t9HP7 .framer-wrrjk0 { height: 39px; left: 5px; position: absolute; top: 2px; width: 30px; }\",\".framer-t9HP7 .framer-1ig75p7, .framer-t9HP7 .framer-1s7sbnj { height: 30px; left: 0px; position: absolute; top: 9px; width: 30px; }\",\".framer-t9HP7 .framer-1plvckd, .framer-t9HP7 .framer-vnwp1x { height: 6px; left: 19px; position: absolute; top: 0px; width: 4px; }\",\".framer-t9HP7 .framer-4fmaj, .framer-t9HP7 .framer-1o9r5uf { height: 16px; left: 1px; position: absolute; top: 14px; width: 9px; }\",\".framer-t9HP7 .framer-pw99s9, .framer-t9HP7 .framer-9wu6gb { height: 37px; left: 2px; position: absolute; top: 2px; width: 32px; }\",\".framer-t9HP7 .framer-1h7e03r, .framer-t9HP7 .framer-16pb6ob { height: 37px; left: 0px; position: absolute; top: 0px; width: 34px; }\",\".framer-t9HP7 .framer-s32pj, .framer-t9HP7 .framer-kr8qfs { height: 3px; left: 29px; position: absolute; top: 8px; width: 5px; }\",\".framer-t9HP7 .framer-1aj60b9, .framer-t9HP7 .framer-11f1fg8 { height: 34px; left: 10px; position: absolute; top: 0px; width: 15px; }\",\".framer-t9HP7 .framer-9hkbfe, .framer-t9HP7 .framer-kxolu0 { height: 22px; left: 0px; position: absolute; top: 14px; width: 14px; }\",\".framer-t9HP7 .framer-ej8aru, .framer-t9HP7 .framer-g6gfii { height: 42px; position: relative; width: 42px; }\",\".framer-t9HP7 .framer-1wlp87x, .framer-t9HP7 .framer-1erypt5, .framer-t9HP7 .framer-tmlmdw, .framer-t9HP7 .framer-1itty1w, .framer-t9HP7 .framer-hros5w, .framer-t9HP7 .framer-l8xxpz { height: 42px; left: 0px; position: absolute; top: 0px; width: 42px; }\",\".framer-t9HP7 .framer-xqmxbh, .framer-t9HP7 .framer-4mjznp, .framer-t9HP7 .framer-6wndf7, .framer-t9HP7 .framer-qpwh59 { height: 40px; position: relative; width: 40px; }\",\".framer-t9HP7 .framer-1msq0fi, .framer-t9HP7 .framer-ovgnpp, .framer-t9HP7 .framer-n24e4n, .framer-t9HP7 .framer-652r6v, .framer-t9HP7 .framer-x9lzzd, .framer-t9HP7 .framer-11mxv9q, .framer-t9HP7 .framer-99h771, .framer-t9HP7 .framer-1sfe856, .framer-t9HP7 .framer-2l42dc, .framer-t9HP7 .framer-q8exao { height: 40px; left: 0px; position: absolute; top: 0px; width: 40px; }\",\".framer-t9HP7 .framer-15xfvmu, .framer-t9HP7 .framer-1natra2 { height: 32px; left: 12px; position: absolute; top: 8px; width: 17px; }\",\".framer-t9HP7 .framer-1v46y8h, .framer-t9HP7 .framer-hhal1k { height: 19px; left: 6px; position: absolute; top: 15px; width: 6px; }\",\".framer-t9HP7 .framer-hhwozs, .framer-t9HP7 .framer-1ttssl0 { height: 7px; left: 6px; position: absolute; top: 6px; width: 7px; }\",\".framer-t9HP7 .framer-1fz87ea, .framer-t9HP7 .framer-182588s { height: 20px; left: 16px; position: absolute; top: 15px; width: 19px; }\",\".framer-t9HP7 .framer-19axy0e, .framer-t9HP7 .framer-1tqhee7 { height: 42px; position: relative; width: 37px; }\",\".framer-t9HP7 .framer-n7dx72, .framer-t9HP7 .framer-aks904 { height: 42px; left: 0px; position: absolute; top: 0px; width: 37px; }\",\".framer-t9HP7 .framer-17ekuid, .framer-t9HP7 .framer-50kx4w { height: 7px; left: 14px; position: absolute; top: 22px; width: 10px; }\",\".framer-t9HP7 .framer-vs48z1 { flex: none; height: var(--framer-aspect-ratio-supported, 58px); position: relative; width: 50px; }\",\".framer-t9HP7 .framer-1swmn3s { flex: none; height: var(--framer-aspect-ratio-supported, 51px); position: relative; width: 45px; }\",\".framer-t9HP7 .framer-1g2mzf9, .framer-t9HP7 .framer-1obx4h9 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-t9HP7 .framer-1b1pevx { height: 38px; position: relative; width: 38px; }\",\".framer-t9HP7 .framer-1mxaf9j, .framer-t9HP7 .framer-17gt3zx, .framer-t9HP7 .framer-u9y42w { height: 38px; left: 0px; position: absolute; top: 0px; width: 38px; }\",\".framer-t9HP7 .framer-hx3g9p { height: 31px; left: 4px; position: absolute; top: 4px; width: 31px; }\",\".framer-t9HP7 .framer-ibkklx { height: 22px; left: 9px; position: absolute; top: 7px; width: 22px; }\",\".framer-t9HP7 .framer-vd2wlm { height: 20px; left: 0px; position: absolute; top: 3px; width: 20px; }\",\".framer-t9HP7 .framer-1ttwyhx { height: 13px; left: 4px; position: absolute; top: 6px; width: 13px; }\",\".framer-t9HP7 .framer-8d110x { height: 5px; left: 18px; position: absolute; top: 0px; width: 5px; }\",\".framer-t9HP7 .framer-122sddk { flex: none; height: var(--framer-aspect-ratio-supported, 58px); position: relative; width: 51px; }\",\".framer-t9HP7 .framer-ne2evf { flex: none; height: var(--framer-aspect-ratio-supported, 42px); position: relative; width: 37px; }\",\".framer-t9HP7 .framer-1kjybqg { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-end; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-t9HP7.framer-v-6uwo2d.framer-1nltrsr { padding: 20px; width: 390px; }\",\".framer-t9HP7.framer-v-6uwo2d .framer-18lb7ct, .framer-t9HP7.framer-v-sr3jwk .framer-149xjdy, .framer-t9HP7.framer-v-1orcf4v .framer-18lb7ct { order: 0; }\",\".framer-t9HP7.framer-v-6uwo2d .framer-rdhbfb-container, .framer-t9HP7.framer-v-sr3jwk .framer-rdhbfb-container, .framer-t9HP7.framer-v-1orcf4v .framer-rdhbfb-container { height: var(--framer-aspect-ratio-supported, 40px); width: 40px; }\",\".framer-t9HP7.framer-v-sr3jwk.framer-1nltrsr { align-content: flex-start; align-items: flex-start; justify-content: flex-start; max-height: calc(var(--framer-viewport-height, 100vh) * 1); overflow: auto; padding: 20px; width: 390px; }\",\".framer-t9HP7.framer-v-sr3jwk .framer-lf9hus { flex-direction: column; gap: 40px; }\",\".framer-t9HP7.framer-v-sr3jwk .framer-18lb7ct { flex: none; order: 0; width: 100%; }\",\".framer-t9HP7.framer-v-sr3jwk .framer-sdiehz { align-content: flex-start; align-items: flex-start; flex: none; flex-direction: column; gap: 30px; order: 1; width: 100%; }\",\".framer-t9HP7.framer-v-sr3jwk .framer-1ird42r { order: 2; }\",\".framer-t9HP7.framer-v-sr3jwk .framer-kq9x2d { order: 4; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-t9HP7.framer-v-sr3jwk .framer-15qe29s { order: 5; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-t9HP7.framer-v-sr3jwk .framer-1g2mzf9 { flex: none; order: 1; width: 100%; }\",\".framer-t9HP7.framer-v-sr3jwk .framer-1obx4h9 { flex: none; order: 3; width: 100%; }\",\".framer-t9HP7.framer-v-sr3jwk .framer-1kjybqg { align-content: flex-start; align-items: flex-start; flex: none; flex-direction: column; gap: 20px; order: 2; width: 100%; }\",\".framer-t9HP7.framer-v-sr3jwk .framer-volgu4-container, .framer-t9HP7.framer-v-sr3jwk .framer-1nsr065-container { width: 100%; }\",\".framer-t9HP7.framer-v-1orcf4v.framer-1nltrsr { padding: 20px; width: 810px; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,'.framer-t9HP7[data-border=\"true\"]::after, .framer-t9HP7 [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 88\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"ZB6MC3oou\":{\"layout\":[\"fixed\",\"auto\"]},\"TMU1uDL_q\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,null,null,\"100vh\"]},\"g2Ji0vbPY\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"jTfmxgs6v\":\"background\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerxFAoeILlL=withCSS(Component,css,\"framer-t9HP7\");export default FramerxFAoeILlL;FramerxFAoeILlL.displayName=\"UNUM Nav\";FramerxFAoeILlL.defaultProps={height:88,width:1200};addPropertyControls(FramerxFAoeILlL,{variant:{options:[\"hbHr4PCHf\",\"ZB6MC3oou\",\"TMU1uDL_q\",\"g2Ji0vbPY\"],optionTitles:[\"Desktop\",\"Phone\",\"Phone Open\",\"Tablet\"],title:\"Variant\",type:ControlType.Enum},jTfmxgs6v:{defaultValue:'var(--token-454046b4-1e7d-4f65-9b9c-fd72ed915ff4, rgb(255, 255, 255)) /* {\"name\":\"Light\"} */',title:\"Background\",type:ControlType.Color}});addFonts(FramerxFAoeILlL,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...LogoLogoFonts,...NavigationMenuIconFonts,...PhosphorFonts,...VectorFonts,...Phosphor1Fonts,...Vector1Fonts,...Vector2Fonts,...Vector3Fonts,...Vector4Fonts,...ButtonSecondaryButtonFonts,...ButtonPrimaryButtonFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerxFAoeILlL\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ZB6MC3oou\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"TMU1uDL_q\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,null,null,\\\"100vh\\\"]},\\\"g2Ji0vbPY\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"1200\",\"framerIntrinsicHeight\":\"88\",\"framerComponentViewportWidth\":\"true\",\"framerColorSyntax\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerAutoSizeImages\":\"true\",\"framerVariables\":\"{\\\"jTfmxgs6v\\\":\\\"background\\\"}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./xFAoeILlL.map"],"mappings":"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"}