{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/Hbc0lxqGSRzFG6uMT9yO/OPmIEDVRw3amYB3GBzWp/GoogleMaps.js", "ssg:https://framerusercontent.com/modules/CxYTbGn62MZVAMnweuyo/9Y1vTCMXwhwWgmA31Le2/EN8TiKyXy.js", "ssg:https://framerusercontent.com/modules/YP0S0XvJTVZWO7GDopjs/8mxf38iMNO1UYTrnsCIe/x0JmiCrCz.js", "ssg:https://framerusercontent.com/modules/CaSRIkLEMzILtNjGu71L/GqtwoCulaOiYwn5vXrXD/tw_DWAiXc.js", "ssg:https://framerusercontent.com/modules/2ZGq6I7AZNWlbQJAwlCn/kA5KgCmvglYaETOSiLNx/augiA20Il.js"],
  "sourcesContent": ["import{jsx as _jsx}from\"react/jsx-runtime\";import{addPropertyControls,ControlType,motion}from\"framer\";import{containerStyles,useRadius,borderRadiusControl}from\"https://framer.com/m/framer/default-utils.js@^0.45.0\";import{useMemo}from\"react\";const coordinatesRegex=/^((?:\\-?|\\+?)?\\d+(?:\\.\\d+)?),\\s*((?:\\-?|\\+?)?\\d+(?:\\.\\d+)?)$/;/**\n * GOOGLE MAPS\n *\n * @framerIntrinsicWidth 600\n * @framerIntrinsicHeight 400\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */ export default function GoogleMaps({coordinates,zoom,style,...props}){const borderRadius=useRadius(props);const[latitude1,longitude1]=useMemo(()=>{var ref;const[,latitude,longitude]=(ref=coordinates.match(coordinatesRegex))!==null&&ref!==void 0?ref:[null,\"\",\"\",];return[latitude,longitude];},[coordinates]);return(/*#__PURE__*/ _jsx(motion.div,{style:{...style,...containerStyles,overflow:\"hidden\",borderRadius},...props,children:/*#__PURE__*/ _jsx(\"iframe\",{style:{height:\"100%\",width:\"100%\",border:0},src:`https://maps.google.com/maps?q=${latitude1},${longitude1}&z=${zoom}&output=embed`})}));};addPropertyControls(GoogleMaps,{coordinates:{type:ControlType.String,title:\"Coordinates\",placeholder:\"52.37588, 4.891295\",defaultValue:\"52.37588, 4.891295\",description:\"GPS coordinates can be found directly in [Google Maps](https://maps.google.com).\"},zoom:{type:ControlType.Number,step:1,min:0,max:25,title:\"Zoom\",defaultValue:15},...borderRadiusControl});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"GoogleMaps\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"600\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicHeight\":\"400\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutHeight\":\"fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./GoogleMaps.map", "// Generated by Framer (e8e43ad)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Image,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"BdPuKxRee\"];const serializationHash=\"framer-SU58n\";const variantClassNames={BdPuKxRee:\"framer-v-1134lxf\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const getProps=({avatar,height,id,width,...props})=>{return{...props,cpsLDpTtE:avatar!==null&&avatar!==void 0?avatar:props.cpsLDpTtE};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,cpsLDpTtE,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"BdPuKxRee\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Image,{...restProps,background:{alt:\"\",fit:\"fill\",sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",...toResponsiveImage(cpsLDpTtE)},className:cx(serializationHash,...sharedStyleClassNames,\"framer-1134lxf\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Primary\",layoutDependency:layoutDependency,layoutId:\"BdPuKxRee\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(255, 255, 255, 0.1)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:999,borderBottomRightRadius:999,borderTopLeftRadius:999,borderTopRightRadius:999,...style}})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-SU58n.framer-u2quxo, .framer-SU58n .framer-u2quxo { display: block; }\",\".framer-SU58n.framer-1134lxf { height: 40px; overflow: hidden; position: relative; width: 40px; will-change: var(--framer-will-change-override, transform); }\",'.framer-SU58n[data-border=\"true\"]::after, .framer-SU58n [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 40\n * @framerIntrinsicWidth 40\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"cpsLDpTtE\":\"avatar\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerEN8TiKyXy=withCSS(Component,css,\"framer-SU58n\");export default FramerEN8TiKyXy;FramerEN8TiKyXy.displayName=\"Elements/Avatar\";FramerEN8TiKyXy.defaultProps={height:40,width:40};addPropertyControls(FramerEN8TiKyXy,{cpsLDpTtE:{title:\"Avatar\",type:ControlType.ResponsiveImage}});addFonts(FramerEN8TiKyXy,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerEN8TiKyXy\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"40\",\"framerIntrinsicWidth\":\"40\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerVariables\":\"{\\\"cpsLDpTtE\\\":\\\"avatar\\\"}\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./EN8TiKyXy.map", "// Generated by Framer (7aa0232)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,SVG,useActiveVariantCallback,useLocaleInfo,useOnVariantChange,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"mHx2Jzbpm\",\"NHZNO7Kdw\"];const variantClassNames={mHx2Jzbpm:\"framer-v-18m884r\",NHZNO7Kdw:\"framer-v-1jh6kf\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transitions={default:{delay:0,duration:6,ease:[.44,0,.56,1],type:\"tween\"}};const transition1={damping:46,delay:0,mass:4,stiffness:600,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/ _jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const equals=(a,b)=>{return typeof a===\"string\"&&typeof b===\"string\"?a.toLowerCase()===b.toLowerCase():a===b;};const transition2={damping:42,delay:.1,mass:4,stiffness:600,type:\"spring\"};const transition3={damping:38,delay:.2,mass:4,stiffness:600,type:\"spring\"};const transition4={damping:34,delay:.3,mass:4,stiffness:600,type:\"spring\"};const transition5={damping:30,delay:.4,mass:4,stiffness:600,type:\"spring\"};const humanReadableVariantMap={\"Animated - End\":\"NHZNO7Kdw\",\"Animated - Start\":\"mHx2Jzbpm\"};const getProps=({animated,height,id,visible,width,...props})=>{var ref,_variant,ref1;return{...props,CUWxF3qVJ:visible!==null&&visible!==void 0?visible:props.CUWxF3qVJ,jJDCdO7qI:(ref=animated!==null&&animated!==void 0?animated:props.jJDCdO7qI)!==null&&ref!==void 0?ref:true,variant:(ref1=(_variant=humanReadableVariantMap[props.variant])!==null&&_variant!==void 0?_variant:props.variant)!==null&&ref1!==void 0?ref1:\"mHx2Jzbpm\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/ React.forwardRef(function(props,ref){const{activeLocale}=useLocaleInfo();const{style,className,layoutId,variant,CUWxF3qVJ,jJDCdO7qI,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"mHx2Jzbpm\",transitions,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onAppear1w60ag4=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"NHZNO7Kdw\"),100);});const onAppear1fayc3x=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"NHZNO7Kdw\"),10);});useOnVariantChange(baseVariant,{default:onAppear1w60ag4,NHZNO7Kdw:onAppear1fayc3x});const isDisplayed=()=>{if(baseVariant===\"NHZNO7Kdw\")return false;return equals(CUWxF3qVJ,jJDCdO7qI);};const defaultLayoutId=React.useId();return /*#__PURE__*/ _jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/ _jsx(motion.div,{initial:variant,animate:variants,onHoverStart:()=>setGestureState({isHovered:true}),onHoverEnd:()=>setGestureState({isHovered:false}),onTapStart:()=>setGestureState({isPressed:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),className:cx(\"framer-K7jbK\",classNames),style:{display:\"contents\"},children:/*#__PURE__*/ _jsx(Transition,{value:transition,children:/*#__PURE__*/ _jsxs(motion.div,{...restProps,className:cx(\"framer-18m884r\",className),\"data-framer-name\":\"Animated - Start\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"mHx2Jzbpm\",ref:ref,style:{...style},...addPropertyOverrides({NHZNO7Kdw:{\"data-framer-name\":\"Animated - End\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/ _jsxs(motion.div,{className:\"framer-1n86it5\",layoutDependency:layoutDependency,layoutId:\"skbfuQxiG\",children:[/*#__PURE__*/ _jsx(SVG,{className:\"framer-11jg7ln\",\"data-framer-name\":\"Frame\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"oiV99w7s4\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 14 14\"><path d=\"M 13.081 5.321 C 12.973 4.987 12.676 4.75 12.326 4.719 L 9.078 4.439 L 7.805 1.411 C 7.67 1.086 7.352 0.874 7 0.874 C 6.648 0.874 6.33 1.086 6.195 1.411 L 4.926 4.439 L 1.674 4.721 C 1.323 4.75 1.024 4.987 0.915 5.322 C 0.806 5.657 0.909 6.025 1.176 6.255 L 3.643 8.411 L 2.904 11.613 C 2.824 11.955 2.957 12.312 3.241 12.519 C 3.526 12.726 3.906 12.742 4.207 12.561 L 6.996 10.865 L 9.791 12.561 C 10.092 12.742 10.473 12.726 10.757 12.519 C 11.042 12.312 11.175 11.955 11.095 11.613 L 10.356 8.408 L 12.823 6.255 C 13.089 6.024 13.191 5.656 13.081 5.321 Z M 12.249 5.594 L 9.783 7.746 C 9.538 7.959 9.431 8.29 9.505 8.606 L 10.246 11.812 L 7.453 10.117 C 7.176 9.948 6.827 9.948 6.549 10.117 L 3.759 11.812 L 4.495 8.608 C 4.569 8.292 4.462 7.962 4.218 7.749 L 1.75 5.597 L 1.75 5.593 L 5.001 5.311 C 5.324 5.283 5.606 5.078 5.731 4.778 L 7 1.755 L 8.269 4.778 C 8.394 5.078 8.676 5.283 8.999 5.312 L 12.25 5.593 L 12.25 5.596 Z\" fill=\"rgba(255, 255, 255, 0.2)\"></path></svg>',svgContentId:2280531681,withExternalLayout:true}),/*#__PURE__*/ _jsx(Transition,{...addPropertyOverrides({NHZNO7Kdw:{value:transition1}},baseVariant,gestureVariant),children:/*#__PURE__*/ _jsx(SVG,{className:\"framer-41k7i5\",\"data-framer-name\":\"Frame_1\",fill:\"black\",intrinsicHeight:32,intrinsicWidth:32,layoutDependency:layoutDependency,layoutId:\"wxnA7GMrK\",style:{opacity:0},svg:'<svg width=\"32\" height=\"32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M29.244 11.214a2 2 0 0 1 .656.947 2 2 0 0 1-.59 2.137l-5.187 4.526a1 1 0 0 0-.317.978l1.554 6.74a2 2 0 0 1-2.98 2.168l-5.87-3.56a1 1 0 0 0-1.037 0l-5.856 3.56a2 2 0 0 1-2.98-2.167l1.555-6.734a1 1 0 0 0-.316-.978l-5.188-4.533a2 2 0 0 1 1.139-3.508l6.83-.591a1 1 0 0 0 .836-.61l2.667-6.363a1.994 1.994 0 0 1 3.68 0l2.676 6.364a1 1 0 0 0 .836.608l6.822.588a2 2 0 0 1 1.07.428ZM16 4.014l.002.001v-.002H16Z\" fill=\"#fff\"/></svg>',variants:{NHZNO7Kdw:{opacity:1}},withExternalLayout:true})}),isDisplayed()&&/*#__PURE__*/ _jsx(Transition,{value:transition2,children:/*#__PURE__*/ _jsx(SVG,{className:\"framer-bujqjk\",\"data-framer-name\":\"Frame_0\",fill:\"black\",intrinsicHeight:32,intrinsicWidth:32,layoutDependency:layoutDependency,layoutId:\"VQTp1Etvt\",svg:'<svg width=\"32\" height=\"32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M29.244 11.214a2 2 0 0 1 .656.947 2 2 0 0 1-.59 2.137l-5.187 4.526a1 1 0 0 0-.317.978l1.554 6.74a2 2 0 0 1-2.98 2.168l-5.87-3.56a1 1 0 0 0-1.037 0l-5.856 3.56a2 2 0 0 1-2.98-2.167l1.555-6.734a1 1 0 0 0-.316-.978l-5.188-4.533a2 2 0 0 1 1.139-3.508l6.83-.591a1 1 0 0 0 .836-.61l2.667-6.363a1.994 1.994 0 0 1 3.68 0l2.676 6.364a1 1 0 0 0 .836.608l6.822.588a2 2 0 0 1 1.07.428ZM16 4.014l.002.001v-.002H16Z\" fill=\"#fff\"/></svg>',withExternalLayout:true})})]}),/*#__PURE__*/ _jsxs(motion.div,{className:\"framer-jrooab\",layoutDependency:layoutDependency,layoutId:\"QctKtWWkv\",children:[/*#__PURE__*/ _jsx(SVG,{className:\"framer-cgubhn\",\"data-framer-name\":\"Frame\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"qal0aU1pM\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 14 14\"><path d=\"M 13.081 5.321 C 12.973 4.987 12.676 4.75 12.326 4.719 L 9.078 4.439 L 7.805 1.411 C 7.67 1.086 7.352 0.874 7 0.874 C 6.648 0.874 6.33 1.086 6.195 1.411 L 4.926 4.439 L 1.674 4.721 C 1.323 4.75 1.024 4.987 0.915 5.322 C 0.806 5.657 0.909 6.025 1.176 6.255 L 3.643 8.411 L 2.904 11.613 C 2.824 11.955 2.957 12.312 3.241 12.519 C 3.526 12.726 3.906 12.742 4.207 12.561 L 6.996 10.865 L 9.791 12.561 C 10.092 12.742 10.473 12.726 10.757 12.519 C 11.042 12.312 11.175 11.955 11.095 11.613 L 10.356 8.408 L 12.823 6.255 C 13.089 6.024 13.191 5.656 13.081 5.321 Z M 12.249 5.594 L 9.783 7.746 C 9.538 7.959 9.431 8.29 9.505 8.606 L 10.246 11.812 L 7.453 10.117 C 7.176 9.948 6.827 9.948 6.549 10.117 L 3.759 11.812 L 4.495 8.608 C 4.569 8.292 4.462 7.962 4.218 7.749 L 1.75 5.597 L 1.75 5.593 L 5.001 5.311 C 5.324 5.283 5.606 5.078 5.731 4.778 L 7 1.755 L 8.269 4.778 C 8.394 5.078 8.676 5.283 8.999 5.312 L 12.25 5.593 L 12.25 5.596 Z\" fill=\"rgba(255, 255, 255, 0.2)\"></path></svg>',svgContentId:1193383284,withExternalLayout:true}),/*#__PURE__*/ _jsx(Transition,{...addPropertyOverrides({NHZNO7Kdw:{value:transition2}},baseVariant,gestureVariant),children:/*#__PURE__*/ _jsx(SVG,{className:\"framer-7jazmv\",\"data-framer-name\":\"Frame_1\",fill:\"black\",intrinsicHeight:32,intrinsicWidth:32,layoutDependency:layoutDependency,layoutId:\"fqosWDARh\",style:{opacity:0},svg:'<svg width=\"32\" height=\"32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M29.244 11.214a2 2 0 0 1 .656.947 2 2 0 0 1-.59 2.137l-5.187 4.526a1 1 0 0 0-.317.978l1.554 6.74a2 2 0 0 1-2.98 2.168l-5.87-3.56a1 1 0 0 0-1.037 0l-5.856 3.56a2 2 0 0 1-2.98-2.167l1.555-6.734a1 1 0 0 0-.316-.978l-5.188-4.533a2 2 0 0 1 1.139-3.508l6.83-.591a1 1 0 0 0 .836-.61l2.667-6.363a1.994 1.994 0 0 1 3.68 0l2.676 6.364a1 1 0 0 0 .836.608l6.822.588a2 2 0 0 1 1.07.428ZM16 4.014l.002.001v-.002H16Z\" fill=\"#fff\"/></svg>',variants:{NHZNO7Kdw:{opacity:1}},withExternalLayout:true})}),equals(CUWxF3qVJ,jJDCdO7qI)&&/*#__PURE__*/ _jsx(SVG,{className:\"framer-6dv7rl\",\"data-framer-name\":\"Frame_0\",fill:\"black\",intrinsicHeight:32,intrinsicWidth:32,layoutDependency:layoutDependency,layoutId:\"sG4gCC2_c\",svg:'<svg width=\"32\" height=\"32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M29.244 11.214a2 2 0 0 1 .656.947 2 2 0 0 1-.59 2.137l-5.187 4.526a1 1 0 0 0-.317.978l1.554 6.74a2 2 0 0 1-2.98 2.168l-5.87-3.56a1 1 0 0 0-1.037 0l-5.856 3.56a2 2 0 0 1-2.98-2.167l1.555-6.734a1 1 0 0 0-.316-.978l-5.188-4.533a2 2 0 0 1 1.139-3.508l6.83-.591a1 1 0 0 0 .836-.61l2.667-6.363a1.994 1.994 0 0 1 3.68 0l2.676 6.364a1 1 0 0 0 .836.608l6.822.588a2 2 0 0 1 1.07.428ZM16 4.014l.002.001v-.002H16Z\" fill=\"#fff\"/></svg>',withExternalLayout:true})]}),/*#__PURE__*/ _jsxs(motion.div,{className:\"framer-ltazwv\",layoutDependency:layoutDependency,layoutId:\"OzhQUBoWK\",children:[/*#__PURE__*/ _jsx(SVG,{className:\"framer-zrrgum\",\"data-framer-name\":\"Frame\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"bn03QpuvI\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 14 14\"><path d=\"M 13.081 5.321 C 12.973 4.987 12.676 4.75 12.326 4.719 L 9.078 4.439 L 7.805 1.411 C 7.67 1.086 7.352 0.874 7 0.874 C 6.648 0.874 6.33 1.086 6.195 1.411 L 4.926 4.439 L 1.674 4.721 C 1.323 4.75 1.024 4.987 0.915 5.322 C 0.806 5.657 0.909 6.025 1.176 6.255 L 3.643 8.411 L 2.904 11.613 C 2.824 11.955 2.957 12.312 3.241 12.519 C 3.526 12.726 3.906 12.742 4.207 12.561 L 6.996 10.865 L 9.791 12.561 C 10.092 12.742 10.473 12.726 10.757 12.519 C 11.042 12.312 11.175 11.955 11.095 11.613 L 10.356 8.408 L 12.823 6.255 C 13.089 6.024 13.191 5.656 13.081 5.321 Z M 12.249 5.594 L 9.783 7.746 C 9.538 7.959 9.431 8.29 9.505 8.606 L 10.246 11.812 L 7.453 10.117 C 7.176 9.948 6.827 9.948 6.549 10.117 L 3.759 11.812 L 4.495 8.608 C 4.569 8.292 4.462 7.962 4.218 7.749 L 1.75 5.597 L 1.75 5.593 L 5.001 5.311 C 5.324 5.283 5.606 5.078 5.731 4.778 L 7 1.755 L 8.269 4.778 C 8.394 5.078 8.676 5.283 8.999 5.312 L 12.25 5.593 L 12.25 5.596 Z\" fill=\"rgba(255, 255, 255, 0.2)\"></path></svg>',svgContentId:3196748465,withExternalLayout:true}),/*#__PURE__*/ _jsx(Transition,{...addPropertyOverrides({NHZNO7Kdw:{value:transition3}},baseVariant,gestureVariant),children:/*#__PURE__*/ _jsx(SVG,{className:\"framer-tvqvvr\",\"data-framer-name\":\"Frame_1\",fill:\"black\",intrinsicHeight:32,intrinsicWidth:32,layoutDependency:layoutDependency,layoutId:\"Vam8pdEaa\",style:{opacity:0},svg:'<svg width=\"32\" height=\"32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M29.244 11.214a2 2 0 0 1 .656.947 2 2 0 0 1-.59 2.137l-5.187 4.526a1 1 0 0 0-.317.978l1.554 6.74a2 2 0 0 1-2.98 2.168l-5.87-3.56a1 1 0 0 0-1.037 0l-5.856 3.56a2 2 0 0 1-2.98-2.167l1.555-6.734a1 1 0 0 0-.316-.978l-5.188-4.533a2 2 0 0 1 1.139-3.508l6.83-.591a1 1 0 0 0 .836-.61l2.667-6.363a1.994 1.994 0 0 1 3.68 0l2.676 6.364a1 1 0 0 0 .836.608l6.822.588a2 2 0 0 1 1.07.428ZM16 4.014l.002.001v-.002H16Z\" fill=\"#fff\"/></svg>',variants:{NHZNO7Kdw:{opacity:1}},withExternalLayout:true})}),equals(CUWxF3qVJ,jJDCdO7qI)&&/*#__PURE__*/ _jsx(SVG,{className:\"framer-1imzj8l\",\"data-framer-name\":\"Frame_0\",fill:\"black\",intrinsicHeight:32,intrinsicWidth:32,layoutDependency:layoutDependency,layoutId:\"LKXnNs1_Y\",svg:'<svg width=\"32\" height=\"32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M29.244 11.214a2 2 0 0 1 .656.947 2 2 0 0 1-.59 2.137l-5.187 4.526a1 1 0 0 0-.317.978l1.554 6.74a2 2 0 0 1-2.98 2.168l-5.87-3.56a1 1 0 0 0-1.037 0l-5.856 3.56a2 2 0 0 1-2.98-2.167l1.555-6.734a1 1 0 0 0-.316-.978l-5.188-4.533a2 2 0 0 1 1.139-3.508l6.83-.591a1 1 0 0 0 .836-.61l2.667-6.363a1.994 1.994 0 0 1 3.68 0l2.676 6.364a1 1 0 0 0 .836.608l6.822.588a2 2 0 0 1 1.07.428ZM16 4.014l.002.001v-.002H16Z\" fill=\"#fff\"/></svg>',withExternalLayout:true})]}),/*#__PURE__*/ _jsxs(motion.div,{className:\"framer-12su3ih\",layoutDependency:layoutDependency,layoutId:\"E1eSqocFg\",children:[/*#__PURE__*/ _jsx(SVG,{className:\"framer-17xukje\",\"data-framer-name\":\"Frame\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"loaNaRj7i\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 14 14\"><path d=\"M 13.081 5.321 C 12.973 4.987 12.676 4.75 12.326 4.719 L 9.078 4.439 L 7.805 1.411 C 7.67 1.086 7.352 0.874 7 0.874 C 6.648 0.874 6.33 1.086 6.195 1.411 L 4.926 4.439 L 1.674 4.721 C 1.323 4.75 1.024 4.987 0.915 5.322 C 0.806 5.657 0.909 6.025 1.176 6.255 L 3.643 8.411 L 2.904 11.613 C 2.824 11.955 2.957 12.312 3.241 12.519 C 3.526 12.726 3.906 12.742 4.207 12.561 L 6.996 10.865 L 9.791 12.561 C 10.092 12.742 10.473 12.726 10.757 12.519 C 11.042 12.312 11.175 11.955 11.095 11.613 L 10.356 8.408 L 12.823 6.255 C 13.089 6.024 13.191 5.656 13.081 5.321 Z M 12.249 5.594 L 9.783 7.746 C 9.538 7.959 9.431 8.29 9.505 8.606 L 10.246 11.812 L 7.453 10.117 C 7.176 9.948 6.827 9.948 6.549 10.117 L 3.759 11.812 L 4.495 8.608 C 4.569 8.292 4.462 7.962 4.218 7.749 L 1.75 5.597 L 1.75 5.593 L 5.001 5.311 C 5.324 5.283 5.606 5.078 5.731 4.778 L 7 1.755 L 8.269 4.778 C 8.394 5.078 8.676 5.283 8.999 5.312 L 12.25 5.593 L 12.25 5.596 Z\" fill=\"rgba(255, 255, 255, 0.2)\"></path></svg>',svgContentId:3579165370,withExternalLayout:true}),/*#__PURE__*/ _jsx(Transition,{...addPropertyOverrides({NHZNO7Kdw:{value:transition4}},baseVariant,gestureVariant),children:/*#__PURE__*/ _jsx(SVG,{className:\"framer-1hovr56\",\"data-framer-name\":\"Frame_1\",fill:\"black\",intrinsicHeight:32,intrinsicWidth:32,layoutDependency:layoutDependency,layoutId:\"CXdPV4j3H\",style:{opacity:0},svg:'<svg width=\"32\" height=\"32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M29.244 11.214a2 2 0 0 1 .656.947 2 2 0 0 1-.59 2.137l-5.187 4.526a1 1 0 0 0-.317.978l1.554 6.74a2 2 0 0 1-2.98 2.168l-5.87-3.56a1 1 0 0 0-1.037 0l-5.856 3.56a2 2 0 0 1-2.98-2.167l1.555-6.734a1 1 0 0 0-.316-.978l-5.188-4.533a2 2 0 0 1 1.139-3.508l6.83-.591a1 1 0 0 0 .836-.61l2.667-6.363a1.994 1.994 0 0 1 3.68 0l2.676 6.364a1 1 0 0 0 .836.608l6.822.588a2 2 0 0 1 1.07.428ZM16 4.014l.002.001v-.002H16Z\" fill=\"#fff\"/></svg>',variants:{NHZNO7Kdw:{opacity:1}},withExternalLayout:true})}),equals(CUWxF3qVJ,jJDCdO7qI)&&/*#__PURE__*/ _jsx(SVG,{className:\"framer-1m70pk8\",\"data-framer-name\":\"Frame_0\",fill:\"black\",intrinsicHeight:32,intrinsicWidth:32,layoutDependency:layoutDependency,layoutId:\"Wv8_WLPVM\",svg:'<svg width=\"32\" height=\"32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M29.244 11.214a2 2 0 0 1 .656.947 2 2 0 0 1-.59 2.137l-5.187 4.526a1 1 0 0 0-.317.978l1.554 6.74a2 2 0 0 1-2.98 2.168l-5.87-3.56a1 1 0 0 0-1.037 0l-5.856 3.56a2 2 0 0 1-2.98-2.167l1.555-6.734a1 1 0 0 0-.316-.978l-5.188-4.533a2 2 0 0 1 1.139-3.508l6.83-.591a1 1 0 0 0 .836-.61l2.667-6.363a1.994 1.994 0 0 1 3.68 0l2.676 6.364a1 1 0 0 0 .836.608l6.822.588a2 2 0 0 1 1.07.428ZM16 4.014l.002.001v-.002H16Z\" fill=\"#fff\"/></svg>',withExternalLayout:true})]}),/*#__PURE__*/ _jsxs(motion.div,{className:\"framer-1on6hai\",layoutDependency:layoutDependency,layoutId:\"OAF_vtzkb\",children:[/*#__PURE__*/ _jsx(SVG,{className:\"framer-es4tct\",\"data-framer-name\":\"Frame\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"vr6E3c7B0\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 14 14\"><path d=\"M 13.081 5.321 C 12.973 4.987 12.676 4.75 12.326 4.719 L 9.078 4.439 L 7.805 1.411 C 7.67 1.086 7.352 0.874 7 0.874 C 6.648 0.874 6.33 1.086 6.195 1.411 L 4.926 4.439 L 1.674 4.721 C 1.323 4.75 1.024 4.987 0.915 5.322 C 0.806 5.657 0.909 6.025 1.176 6.255 L 3.643 8.411 L 2.904 11.613 C 2.824 11.955 2.957 12.312 3.241 12.519 C 3.526 12.726 3.906 12.742 4.207 12.561 L 6.996 10.865 L 9.791 12.561 C 10.092 12.742 10.473 12.726 10.757 12.519 C 11.042 12.312 11.175 11.955 11.095 11.613 L 10.356 8.408 L 12.823 6.255 C 13.089 6.024 13.191 5.656 13.081 5.321 Z M 12.249 5.594 L 9.783 7.746 C 9.538 7.959 9.431 8.29 9.505 8.606 L 10.246 11.812 L 7.453 10.117 C 7.176 9.948 6.827 9.948 6.549 10.117 L 3.759 11.812 L 4.495 8.608 C 4.569 8.292 4.462 7.962 4.218 7.749 L 1.75 5.597 L 1.75 5.593 L 5.001 5.311 C 5.324 5.283 5.606 5.078 5.731 4.778 L 7 1.755 L 8.269 4.778 C 8.394 5.078 8.676 5.283 8.999 5.312 L 12.25 5.593 L 12.25 5.596 Z\" fill=\"rgba(255, 255, 255, 0.2)\"></path></svg>',svgContentId:2609994676,withExternalLayout:true}),/*#__PURE__*/ _jsx(Transition,{...addPropertyOverrides({NHZNO7Kdw:{value:transition5}},baseVariant,gestureVariant),children:/*#__PURE__*/ _jsx(SVG,{className:\"framer-b3w2t2\",\"data-framer-name\":\"Frame_1\",fill:\"black\",intrinsicHeight:32,intrinsicWidth:32,layoutDependency:layoutDependency,layoutId:\"qRhIxMl7y\",style:{opacity:0},svg:'<svg width=\"32\" height=\"32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M29.244 11.214a2 2 0 0 1 .656.947 2 2 0 0 1-.59 2.137l-5.187 4.526a1 1 0 0 0-.317.978l1.554 6.74a2 2 0 0 1-2.98 2.168l-5.87-3.56a1 1 0 0 0-1.037 0l-5.856 3.56a2 2 0 0 1-2.98-2.167l1.555-6.734a1 1 0 0 0-.316-.978l-5.188-4.533a2 2 0 0 1 1.139-3.508l6.83-.591a1 1 0 0 0 .836-.61l2.667-6.363a1.994 1.994 0 0 1 3.68 0l2.676 6.364a1 1 0 0 0 .836.608l6.822.588a2 2 0 0 1 1.07.428ZM16 4.014l.002.001v-.002H16Z\" fill=\"#fff\"/></svg>',variants:{NHZNO7Kdw:{opacity:1}},withExternalLayout:true})}),equals(CUWxF3qVJ,jJDCdO7qI)&&/*#__PURE__*/ _jsx(SVG,{className:\"framer-jtmiqn\",\"data-framer-name\":\"Frame_0\",fill:\"black\",intrinsicHeight:32,intrinsicWidth:32,layoutDependency:layoutDependency,layoutId:\"zX5gwviJu\",svg:'<svg width=\"32\" height=\"32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M29.244 11.214a2 2 0 0 1 .656.947 2 2 0 0 1-.59 2.137l-5.187 4.526a1 1 0 0 0-.317.978l1.554 6.74a2 2 0 0 1-2.98 2.168l-5.87-3.56a1 1 0 0 0-1.037 0l-5.856 3.56a2 2 0 0 1-2.98-2.167l1.555-6.734a1 1 0 0 0-.316-.978l-5.188-4.533a2 2 0 0 1 1.139-3.508l6.83-.591a1 1 0 0 0 .836-.61l2.667-6.363a1.994 1.994 0 0 1 3.68 0l2.676 6.364a1 1 0 0 0 .836.608l6.822.588a2 2 0 0 1 1.07.428ZM16 4.014l.002.001v-.002H16Z\" fill=\"#fff\"/></svg>',withExternalLayout:true})]})]})})})});});const css=['.framer-K7jbK [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; }',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-K7jbK .framer-tpjtnf { display: block; }\",\".framer-K7jbK .framer-18m884r { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 1px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\",\".framer-K7jbK .framer-1n86it5, .framer-K7jbK .framer-jrooab, .framer-K7jbK .framer-ltazwv, .framer-K7jbK .framer-12su3ih, .framer-K7jbK .framer-1on6hai { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 14px); overflow: visible; position: relative; width: 14px; }\",\".framer-K7jbK .framer-11jg7ln, .framer-K7jbK .framer-cgubhn, .framer-K7jbK .framer-6dv7rl, .framer-K7jbK .framer-zrrgum, .framer-K7jbK .framer-1imzj8l, .framer-K7jbK .framer-17xukje, .framer-K7jbK .framer-1m70pk8, .framer-K7jbK .framer-es4tct, .framer-K7jbK .framer-jtmiqn { flex: none; height: 14px; left: calc(50.00000000000002% - 14px / 2); position: absolute; top: calc(50.00000000000002% - 14px / 2); width: 14px; }\",\".framer-K7jbK .framer-41k7i5, .framer-K7jbK .framer-7jazmv, .framer-K7jbK .framer-tvqvvr, .framer-K7jbK .framer-1hovr56, .framer-K7jbK .framer-b3w2t2 { bottom: 5px; flex: none; left: 5px; position: absolute; right: 5px; top: 5px; }\",\".framer-K7jbK .framer-bujqjk { flex: none; height: 15px; left: calc(50.00000000000002% - 14px / 2); position: absolute; top: calc(50.00000000000002% - 15px / 2); width: 14px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-K7jbK .framer-18m884r { gap: 0px; } .framer-K7jbK .framer-18m884r > * { margin: 0px; margin-left: calc(1px / 2); margin-right: calc(1px / 2); } .framer-K7jbK .framer-18m884r > :first-child { margin-left: 0px; } .framer-K7jbK .framer-18m884r > :last-child { margin-right: 0px; } }\",\".framer-K7jbK.framer-v-1jh6kf .framer-41k7i5, .framer-K7jbK.framer-v-1jh6kf .framer-7jazmv, .framer-K7jbK.framer-v-1jh6kf .framer-tvqvvr, .framer-K7jbK.framer-v-1jh6kf .framer-1hovr56, .framer-K7jbK.framer-v-1jh6kf .framer-b3w2t2 { bottom: 0px; left: 0px; right: 0px; top: 0px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 14\n * @framerIntrinsicWidth 74\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"NHZNO7Kdw\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"CUWxF3qVJ\":\"visible\",\"jJDCdO7qI\":\"animated\"}\n */ const Framerx0JmiCrCz=withCSS(Component,css,\"framer-K7jbK\");export default Framerx0JmiCrCz;Framerx0JmiCrCz.displayName=\"Stars\";Framerx0JmiCrCz.defaultProps={height:14,width:74};addPropertyControls(Framerx0JmiCrCz,{variant:{options:[\"mHx2Jzbpm\",\"NHZNO7Kdw\"],optionTitles:[\"Animated - Start\",\"Animated - End\"],title:\"Variant\",type:ControlType.Enum},CUWxF3qVJ:{defaultValue:false,title:\"Visible\",type:ControlType.Boolean},jJDCdO7qI:{defaultValue:true,title:\"Animated\",type:ControlType.Boolean}});addFonts(Framerx0JmiCrCz,[]);\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerx0JmiCrCz\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"CUWxF3qVJ\\\":\\\"visible\\\",\\\"jJDCdO7qI\\\":\\\"animated\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"NHZNO7Kdw\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"14\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"74\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./x0JmiCrCz.map", "// Generated by Framer (0b8b5e5)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import ElementsAvatar from\"https://framerusercontent.com/modules/CxYTbGn62MZVAMnweuyo/9Y1vTCMXwhwWgmA31Le2/EN8TiKyXy.js\";import Stars from\"https://framerusercontent.com/modules/YP0S0XvJTVZWO7GDopjs/8mxf38iMNO1UYTrnsCIe/x0JmiCrCz.js\";const ElementsAvatarFonts=getFonts(ElementsAvatar);const StarsFonts=getFonts(Stars);const cycleOrder=[\"p9gslaHBu\",\"whOqBXBcj\"];const serializationHash=\"framer-hTtwF\";const variantClassNames={p9gslaHBu:\"framer-v-1y9jy70\",whOqBXBcj:\"framer-v-1kmbg0b\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const transition2={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1.1,skewX:0,skewY:0,transition:transition2,y:-4};const transformTemplate1=(_,t)=>`translateY(-50%) ${t}`;const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const transformTemplate2=(_,t)=>`translate(-50%, -50%) ${t}`;const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={Desktop:\"p9gslaHBu\",Mobile:\"whOqBXBcj\"};const getProps=({height,id,title,width,...props})=>{var _ref,_humanReadableVariantMap_props_variant,_ref1;return{...props,eUYUY9C3w:(_ref=title!==null&&title!==void 0?title:props.eUYUY9C3w)!==null&&_ref!==void 0?_ref:\"Loved by creators worldwide\",variant:(_ref1=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref1!==void 0?_ref1:\"p9gslaHBu\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,eUYUY9C3w,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"p9gslaHBu\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1y9jy70\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"p9gslaHBu\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({whOqBXBcj:{\"data-framer-name\":\"Mobile\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ad7itf\",\"data-framer-name\":\"Avatars\",layoutDependency:layoutDependency,layoutId:\"HvMuj2xE9\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:36,width:\"36px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||40)-0-0)/2)+-18,...addPropertyOverrides({whOqBXBcj:{height:28,width:\"28px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-0)/2)+-14}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1uexldb-container\",layoutDependency:layoutDependency,layoutId:\"cGVxhFFGX-container\",transformTemplate:transformTemplate1,whileHover:animation,children:/*#__PURE__*/_jsx(ElementsAvatar,{cpsLDpTtE:addImageAlt({src:\"https://framerusercontent.com/images/5P0eN6qtSxQg8Lrk6rw2GR9e7eI.jpg?scale-down-to=512\"},\"\"),height:\"100%\",id:\"cGVxhFFGX\",layoutId:\"cGVxhFFGX\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:-4,width:\"36px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||40)-0-0)/2)+2,...addPropertyOverrides({whOqBXBcj:{height:28,width:\"28px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-0)/2)+-14}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-5jw68m-container\",layoutDependency:layoutDependency,layoutId:\"lXJxWoJCi-container\",whileHover:animation,...addPropertyOverrides({whOqBXBcj:{transformTemplate:transformTemplate1}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(ElementsAvatar,{cpsLDpTtE:addImageAlt({src:\"https://framerusercontent.com/images/tPYkIwImGTYNrIWUAK9mkYyUgw.jpg?scale-down-to=512\"},\"\"),height:\"100%\",id:\"lXJxWoJCi\",layoutId:\"lXJxWoJCi\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:-4,width:\"36px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||40)-0-0)/2)+2,...addPropertyOverrides({whOqBXBcj:{height:28,width:\"28px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-0)/2)+-14}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1tu3c52-container\",layoutDependency:layoutDependency,layoutId:\"rBbTefoh1-container\",whileHover:animation,...addPropertyOverrides({whOqBXBcj:{transformTemplate:transformTemplate2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(ElementsAvatar,{cpsLDpTtE:addImageAlt({src:\"https://framerusercontent.com/images/G1bC6MQnKLl8c7ZyjwpJlVGuw.jpg?scale-down-to=512\"},\"\"),height:\"100%\",id:\"rBbTefoh1\",layoutId:\"rBbTefoh1\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:-4,width:\"36px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||40)-0-0)/2)+2,...addPropertyOverrides({whOqBXBcj:{height:28,width:\"28px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-0)/2)+-14}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1fb497p-container\",layoutDependency:layoutDependency,layoutId:\"XvbPoY22F-container\",whileHover:animation,...addPropertyOverrides({whOqBXBcj:{transformTemplate:transformTemplate1}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(ElementsAvatar,{cpsLDpTtE:addImageAlt({src:\"https://framerusercontent.com/images/oUkBi1c8nERocfQrJWNLxZ9Fipw.jpg?scale-down-to=512\"},\"\"),height:\"100%\",id:\"XvbPoY22F\",layoutId:\"XvbPoY22F\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:-4,width:\"36px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||40)-0-0)/2)+2,...addPropertyOverrides({whOqBXBcj:{height:28,width:\"28px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-0)/2)+-14}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-zyx25a-container\",layoutDependency:layoutDependency,layoutId:\"noy9Jba5Z-container\",whileHover:animation,...addPropertyOverrides({whOqBXBcj:{transformTemplate:transformTemplate1}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(ElementsAvatar,{cpsLDpTtE:addImageAlt({src:\"https://framerusercontent.com/images/K6cUNifhQFa6qEX3kqNwfqMkiY.jpg?scale-down-to=512\"},\"\"),height:\"100%\",id:\"noy9Jba5Z\",layoutId:\"noy9Jba5Z\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-11v062f\",\"data-framer-name\":\"Stars\",layoutDependency:layoutDependency,layoutId:\"AIxo0jmfs\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-4oboav\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"CCHMozTda\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-12il28h-container\",layoutDependency:layoutDependency,layoutId:\"pGCBM1DQK-container\",children:/*#__PURE__*/_jsx(Stars,{animated:true,height:\"100%\",id:\"pGCBM1DQK\",layoutId:\"pGCBM1DQK\",variant:\"mHx2Jzbpm\",visible:false,width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e01cb8bd-5428-43cc-b029-fb3f872e60f4, rgb(94, 94, 94)))\"},children:\"Loved by creators worldwide\"})}),className:\"framer-1w93a97\",fonts:[\"FS;Satoshi-medium\"],layoutDependency:layoutDependency,layoutId:\"Cyx_kcamq\",style:{\"--extracted-r6o4lv\":\"var(--token-e01cb8bd-5428-43cc-b029-fb3f872e60f4, rgb(94, 94, 94))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},text:eUYUY9C3w,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({whOqBXBcj:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e01cb8bd-5428-43cc-b029-fb3f872e60f4, rgb(94, 94, 94)))\"},children:\"Loved by creators worldwide\"})})}},baseVariant,gestureVariant)})]})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-hTtwF.framer-1blv3c5, .framer-hTtwF .framer-1blv3c5 { display: block; }\",\".framer-hTtwF.framer-1y9jy70 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: 40px; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-hTtwF .framer-ad7itf { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; min-height: 40px; overflow: visible; padding: 0px; position: relative; width: 134px; }\",\".framer-hTtwF .framer-1uexldb-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 36px); left: 0px; position: absolute; top: 50%; width: 36px; z-index: 1; }\",\".framer-hTtwF .framer-5jw68m-container { aspect-ratio: 1 / 1; bottom: 2px; flex: none; left: 24px; position: absolute; top: 2px; width: var(--framer-aspect-ratio-supported, 36px); z-index: 1; }\",\".framer-hTtwF .framer-1tu3c52-container { aspect-ratio: 1 / 1; bottom: 2px; flex: none; left: 48px; position: absolute; top: 2px; width: var(--framer-aspect-ratio-supported, 36px); z-index: 1; }\",\".framer-hTtwF .framer-1fb497p-container { aspect-ratio: 1 / 1; bottom: 2px; flex: none; left: 74px; position: absolute; top: 2px; width: var(--framer-aspect-ratio-supported, 36px); z-index: 1; }\",\".framer-hTtwF .framer-zyx25a-container { aspect-ratio: 1 / 1; bottom: 2px; flex: none; left: 98px; position: absolute; top: 2px; width: var(--framer-aspect-ratio-supported, 36px); z-index: 1; }\",\".framer-hTtwF .framer-11v062f { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 100%; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-hTtwF .framer-4oboav { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: 100%; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-hTtwF .framer-12il28h-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-hTtwF .framer-1w93a97 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-hTtwF.framer-1y9jy70, .framer-hTtwF .framer-ad7itf, .framer-hTtwF .framer-11v062f, .framer-hTtwF .framer-4oboav { gap: 0px; } .framer-hTtwF.framer-1y9jy70 > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-hTtwF.framer-1y9jy70 > :first-child, .framer-hTtwF .framer-ad7itf > :first-child, .framer-hTtwF .framer-11v062f > :first-child { margin-left: 0px; } .framer-hTtwF.framer-1y9jy70 > :last-child, .framer-hTtwF .framer-ad7itf > :last-child, .framer-hTtwF .framer-11v062f > :last-child { margin-right: 0px; } .framer-hTtwF .framer-ad7itf > *, .framer-hTtwF .framer-11v062f > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-hTtwF .framer-4oboav > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-hTtwF .framer-4oboav > :first-child { margin-top: 0px; } .framer-hTtwF .framer-4oboav > :last-child { margin-bottom: 0px; } }\",\".framer-hTtwF.framer-v-1kmbg0b.framer-1y9jy70, .framer-hTtwF.framer-v-1kmbg0b .framer-11v062f, .framer-hTtwF.framer-v-1kmbg0b .framer-4oboav { height: min-content; }\",\".framer-hTtwF.framer-v-1kmbg0b .framer-ad7itf { gap: 0px; width: 126px; }\",\".framer-hTtwF.framer-v-1kmbg0b .framer-1uexldb-container { height: var(--framer-aspect-ratio-supported, 28px); width: 28px; }\",\".framer-hTtwF.framer-v-1kmbg0b .framer-5jw68m-container { bottom: unset; height: var(--framer-aspect-ratio-supported, 28px); top: 50%; width: 28px; }\",\".framer-hTtwF.framer-v-1kmbg0b .framer-1tu3c52-container { bottom: unset; height: var(--framer-aspect-ratio-supported, 28px); left: 49%; top: 50%; width: 28px; }\",\".framer-hTtwF.framer-v-1kmbg0b .framer-1fb497p-container { bottom: unset; height: var(--framer-aspect-ratio-supported, 28px); left: unset; right: 24px; top: 50%; width: 28px; }\",\".framer-hTtwF.framer-v-1kmbg0b .framer-zyx25a-container { bottom: unset; height: var(--framer-aspect-ratio-supported, 28px); left: unset; right: 0px; top: 50%; width: 28px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-hTtwF.framer-v-1kmbg0b .framer-ad7itf { gap: 0px; } .framer-hTtwF.framer-v-1kmbg0b .framer-ad7itf > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-hTtwF.framer-v-1kmbg0b .framer-ad7itf > :first-child { margin-left: 0px; } .framer-hTtwF.framer-v-1kmbg0b .framer-ad7itf > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 40\n * @framerIntrinsicWidth 340\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"fixed\"]},\"whOqBXBcj\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"eUYUY9C3w\":\"title\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framertw_DWAiXc=withCSS(Component,css,\"framer-hTtwF\");export default Framertw_DWAiXc;Framertw_DWAiXc.displayName=\"Elements/Social Proof\";Framertw_DWAiXc.defaultProps={height:40,width:340};addPropertyControls(Framertw_DWAiXc,{variant:{options:[\"p9gslaHBu\",\"whOqBXBcj\"],optionTitles:[\"Desktop\",\"Mobile\"],title:\"Variant\",type:ControlType.Enum},eUYUY9C3w:{defaultValue:\"Loved by creators worldwide\",displayTextArea:false,title:\"Title\",type:ControlType.String}});addFonts(Framertw_DWAiXc,[{explicitInter:true,fonts:[{family:\"Satoshi\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/P2LQKHE6KA6ZP4AAGN72KDWMHH6ZH3TA/ZC32TK2P7FPS5GFTL46EU6KQJA24ZYDB/7AHDUZ4A7LFLVFUIFSARGIWCRQJHISQP.woff2\",weight:\"500\"}]},...ElementsAvatarFonts,...StarsFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framertw_DWAiXc\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"eUYUY9C3w\\\":\\\"title\\\"}\",\"framerIntrinsicWidth\":\"340\",\"framerIntrinsicHeight\":\"40\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"whOqBXBcj\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./tw_DWAiXc.map", "// Generated by Framer (ed8225c)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,PropertyOverrides,ResolveLinks,RichText,useCustomCursors,useHydratedBreakpointVariants,useLocaleInfo,useRouteElementId,useRouter,withCSS,withOptimizedAppearEffect,withVariantAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import ElementsBadge from\"https://framerusercontent.com/modules/Adu7XFYW6s4SaFsYoX63/1pCFCTF1t0a8hMra8od4/s91HbgBBE.js\";import Ticker from\"https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/72O11ApITvgaMZRvyQex/Ticker.js\";import Noise from\"https://framerusercontent.com/modules/bamMgJhjMszHbcnxCtZj/20nHFbpxFqdlchR1dDZF/Noise.js\";import GoogleMaps from\"https://framerusercontent.com/modules/Hbc0lxqGSRzFG6uMT9yO/OPmIEDVRw3amYB3GBzWp/GoogleMaps.js\";import Embed from\"https://framerusercontent.com/modules/o1PI5S8YtkA5bP5g4dFz/Mn69eMnaMcqJ65TjxwR1/Embed.js\";import FormSpark from\"https://framerusercontent.com/modules/vkHAj2Yk0mTnbM6ZdN5c/PlLMu0V3HsBupvdXeFrH/FormSpark.js\";import Particles from\"https://framerusercontent.com/modules/wb6ZrZlCLNQ5HHBJtNND/c1GLxCsQBQvlLXhkz7er/Particles.js\";import SmoothScroll from\"https://framerusercontent.com/modules/Yppqt3Cs3Y8TZqvASnXl/ALzPzo9ZL7qsyNt6jnNi/Smooth_Scroll.js\";import TestimonialsCopy3 from\"#framer/local/canvasComponent/cnBXTxdsS/cnBXTxdsS.js\";import IntragationsCard3Copy2 from\"#framer/local/canvasComponent/csGZeCfMs/csGZeCfMs.js\";import IntragationsCard3 from\"#framer/local/canvasComponent/dHhLtMSIt/dHhLtMSIt.js\";import NavigationNavigationCopy2 from\"#framer/local/canvasComponent/hOifSUc_Z/hOifSUc_Z.js\";import CardsTikTokAds from\"#framer/local/canvasComponent/jFxWWWgUb/jFxWWWgUb.js\";import ElementsButton from\"#framer/local/canvasComponent/Ly09guTeY/Ly09guTeY.js\";import ElementsButtonCopy from\"#framer/local/canvasComponent/o_ZRwuRCz/o_ZRwuRCz.js\";import CardsMetaAds from\"#framer/local/canvasComponent/O7uGoUqRj/O7uGoUqRj.js\";import IntragationsCard3Copy from\"#framer/local/canvasComponent/oROFAry1G/oROFAry1G.js\";import ElementsBadge1 from\"#framer/local/canvasComponent/Q_RbLSGuv/Q_RbLSGuv.js\";import ElementsFAQ from\"#framer/local/canvasComponent/Q1kI6NIe1/Q1kI6NIe1.js\";import ElementsBadgeCopy from\"#framer/local/canvasComponent/Q9xhMQPVH/Q9xhMQPVH.js\";import IntragationsCard3Copy6 from\"#framer/local/canvasComponent/QIH0RBnuY/QIH0RBnuY.js\";import TestimonialsCopy from\"#framer/local/canvasComponent/r8SbMqjE8/r8SbMqjE8.js\";import TestimonialsCopy2 from\"#framer/local/canvasComponent/s5gGkihDV/s5gGkihDV.js\";import ElementsSocialProof from\"#framer/local/canvasComponent/tw_DWAiXc/tw_DWAiXc.js\";import Footer from\"#framer/local/canvasComponent/v3cdseQOa/v3cdseQOa.js\";import IntragationsCard3Copy3 from\"#framer/local/canvasComponent/VhOHBBxZp/VhOHBBxZp.js\";import IntragationsCard3Copy7 from\"#framer/local/canvasComponent/WX0RyU9zt/WX0RyU9zt.js\";import Testimonials from\"#framer/local/canvasComponent/x1dWFG_KG/x1dWFG_KG.js\";import IntragationsCard3Copy8 from\"#framer/local/canvasComponent/Xuw56P3qn/Xuw56P3qn.js\";import IntragationsCard3Copy5 from\"#framer/local/canvasComponent/Z8nNkq1oK/Z8nNkq1oK.js\";import CardsGoogleAds from\"#framer/local/canvasComponent/ZR7QBMqbS/ZR7QBMqbS.js\";import metadataProvider from\"#framer/local/webPageMetadata/augiA20Il/augiA20Il.js\";const NavigationNavigationCopy2Fonts=getFonts(NavigationNavigationCopy2);const NavigationNavigationCopy2WithVariantAppearEffect=withVariantAppearEffect(NavigationNavigationCopy2);const ContainerWithOptimizedAppearEffect=withOptimizedAppearEffect(Container);const ParticlesFonts=getFonts(Particles);const MotionDivWithOptimizedAppearEffect=withOptimizedAppearEffect(motion.div);const ElementsSocialProofFonts=getFonts(ElementsSocialProof);const RichTextWithOptimizedAppearEffect=withOptimizedAppearEffect(RichText);const ElementsButtonCopyFonts=getFonts(ElementsButtonCopy);const NoiseFonts=getFonts(Noise);const SmoothScrollFonts=getFonts(SmoothScroll);const ElementsBadgeCopyFonts=getFonts(ElementsBadgeCopy);const CardsTikTokAdsFonts=getFonts(CardsTikTokAds);const CardsMetaAdsFonts=getFonts(CardsMetaAds);const CardsGoogleAdsFonts=getFonts(CardsGoogleAds);const ElementsButtonFonts=getFonts(ElementsButton);const IntragationsCard3CopyFonts=getFonts(IntragationsCard3Copy);const IntragationsCard3Fonts=getFonts(IntragationsCard3);const IntragationsCard3Copy3Fonts=getFonts(IntragationsCard3Copy3);const IntragationsCard3Copy2Fonts=getFonts(IntragationsCard3Copy2);const TickerFonts=getFonts(Ticker);const IntragationsCard3Copy7Fonts=getFonts(IntragationsCard3Copy7);const IntragationsCard3Copy8Fonts=getFonts(IntragationsCard3Copy8);const IntragationsCard3Copy5Fonts=getFonts(IntragationsCard3Copy5);const IntragationsCard3Copy6Fonts=getFonts(IntragationsCard3Copy6);const ElementsFAQFonts=getFonts(ElementsFAQ);const ElementsBadgeFonts=getFonts(ElementsBadge);const TestimonialsCopy3Fonts=getFonts(TestimonialsCopy3);const TestimonialsCopyFonts=getFonts(TestimonialsCopy);const TestimonialsCopy2Fonts=getFonts(TestimonialsCopy2);const TestimonialsFonts=getFonts(Testimonials);const ElementsBadge1Fonts=getFonts(ElementsBadge1);const FormSparkFonts=getFonts(FormSpark);const GoogleMapsFonts=getFonts(GoogleMaps);const EmbedFonts=getFonts(Embed);const FooterFonts=getFonts(Footer);const breakpoints={ed2bUlI4l:\"(max-width: 389px)\",KdfrOHXOZ:\"(min-width: 390px) and (max-width: 809px)\",uKsMoViYf:\"(min-width: 810px) and (max-width: 1439px)\",WQLkyLRf1:\"(min-width: 1440px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-2tOFl\";const variantClassNames={ed2bUlI4l:\"framer-v-vz8q2q\",KdfrOHXOZ:\"framer-v-59ccga\",uKsMoViYf:\"framer-v-d46d20\",WQLkyLRf1:\"framer-v-72rtr7\"};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const transition1={damping:60,delay:0,mass:1,stiffness:320,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-150};const transition2={damping:60,delay:.3,mass:1,stiffness:60,type:\"spring\"};const animation2={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const animation3={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const transition3={damping:60,delay:.1,mass:1,stiffness:320,type:\"spring\"};const animation4={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:0,y:0};const animation5={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:40};const transition4={damping:60,delay:.3,mass:1,stiffness:320,type:\"spring\"};const animation6={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition4,x:0,y:0};const animation7={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:40};const transition5={damping:60,delay:.5,mass:1,stiffness:320,type:\"spring\"};const animation8={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition5,x:0,y:0};const transition6={damping:60,delay:1.2,mass:1,stiffness:100,type:\"spring\"};const animation9={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition6,x:0,y:0};const animation10={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:0};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const metadata=metadataProvider();const humanReadableVariantMap={\"Phone Thin\":\"ed2bUlI4l\",Desktop:\"WQLkyLRf1\",Phone:\"KdfrOHXOZ\",Tablet:\"uKsMoViYf\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"WQLkyLRf1\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useEffect(()=>{const metadata1=metadataProvider(undefined,activeLocale);if(metadata1.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata1.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata1.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata1=metadataProvider(undefined,activeLocale);document.title=metadata1.title||\"\";if(metadata1.viewport){var _document_querySelector;(_document_querySelector=document.querySelector('meta[name=\"viewport\"]'))===null||_document_querySelector===void 0?void 0:_document_querySelector.setAttribute(\"content\",metadata1.viewport);}const bodyCls=metadata1.bodyClassName;if(bodyCls){const body=document.body;body.classList.forEach(c=>c.startsWith(\"framer-body-\")&&body.classList.remove(c));body.classList.add(`${metadata1.bodyClassName}-framer-2tOFl`);}return()=>{if(bodyCls)document.body.classList.remove(`${metadata1.bodyClassName}-framer-2tOFl`);};},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const ref1=React.useRef(null);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"uKsMoViYf\")return true;return false;};const isDisplayed1=()=>{if(!isBrowser())return true;if([\"KdfrOHXOZ\",\"ed2bUlI4l\"].includes(baseVariant))return true;return false;};const isDisplayed2=()=>{if(!isBrowser())return true;if(baseVariant===\"KdfrOHXOZ\")return false;return true;};const isDisplayed3=()=>{if(!isBrowser())return true;if(baseVariant===\"KdfrOHXOZ\")return true;return false;};const router=useRouter();const isDisplayed4=()=>{if(!isBrowser())return true;if([\"uKsMoViYf\",\"KdfrOHXOZ\",\"ed2bUlI4l\"].includes(baseVariant))return false;return true;};const elementId=useRouteElementId(\"JEKM0SMUN\");const ref2=React.useRef(null);const elementId1=useRouteElementId(\"i5kv5q271\");const ref3=React.useRef(null);const isDisplayed5=()=>{if(!isBrowser())return true;if([\"KdfrOHXOZ\",\"ed2bUlI4l\"].includes(baseVariant))return false;return true;};const elementId2=useRouteElementId(\"eV4HJ9wk6\");const ref4=React.useRef(null);const elementId3=useRouteElementId(\"BLJPHAhL8\");const ref5=React.useRef(null);const elementId4=useRouteElementId(\"eywoPxJq8\");const ref6=React.useRef(null);const elementId5=useRouteElementId(\"VulzpQP9E\");const ref7=React.useRef(null);const isDisplayed6=()=>{if(!isBrowser())return true;if(baseVariant===\"ed2bUlI4l\")return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[];useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"WQLkyLRf1\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:[/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-72rtr7\",className),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:[isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uKsMoViYf:{height:149,y:826}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation,className:\"framer-flzb01-container hidden-72rtr7 hidden-59ccga hidden-vz8q2q\",\"data-framer-appear-id\":\"flzb01\",initial:animation1,layoutScroll:true,optimized:true,transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(NavigationNavigationCopy2WithVariantAppearEffect,{__framer__animateOnce:false,__framer__threshold:.5,__framer__variantAppearEffectEnabled:true,height:\"100%\",id:\"AgVeEVsN8\",layoutId:\"AgVeEVsN8\",variant:\"JfNFbkZvs\",width:\"100%\"})})})}),isDisplayed1()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ed2bUlI4l:{height:70,width:\"85.7143vw\",y:873},KdfrOHXOZ:{height:149,y:796}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ed2bUlI4l:{transformTemplate:undefined}},children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation,className:\"framer-mrrgnf-container hidden-72rtr7 hidden-d46d20\",\"data-framer-appear-id\":\"mrrgnf\",\"data-framer-name\":\"Men\\xf9 Ufficiale\",initial:animation1,layoutScroll:true,name:\"Men\\xf9 Ufficiale\",optimized:true,transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ed2bUlI4l:{style:{height:\"100%\",width:\"100%\"}}},children:/*#__PURE__*/_jsx(NavigationNavigationCopy2WithVariantAppearEffect,{__framer__animateOnce:false,__framer__threshold:.5,__framer__variantAppearEffectEnabled:true,height:\"100%\",id:\"GGBVl0TJD\",layoutId:\"GGBVl0TJD\",name:\"Men\\xf9 Ufficiale\",variant:\"JfNFbkZvs\",width:\"100%\"})})})})})}),isDisplayed2()&&/*#__PURE__*/_jsx(\"header\",{className:\"framer-axwx3f hidden-59ccga\",\"data-framer-name\":\"Header Image\",name:\"Header Image\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1kohf9o\",\"data-framer-name\":\"Content\",name:\"Content\",children:[/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation2,className:\"framer-xviynj\",\"data-framer-appear-id\":\"xviynj\",\"data-framer-name\":\"Glow\",initial:animation3,name:\"Glow\",optimized:true,children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-juoeos\",\"data-framer-name\":\"Gradient Blur\",name:\"Gradient Blur\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ce97gc-container\",\"data-framer-name\":\"Gradients\",name:\"Gradients\",children:/*#__PURE__*/_jsx(Particles,{background:\"rgba(0, 0, 0, 0)\",clickOptions:{clickEnabled:false,clickModes:\"push\"},color:\"rgba(0, 0, 0, 0)\",colors:[\"rgb(0, 72, 255)\",\"rgb(0, 225, 255)\",\"rgb(140, 0, 255)\",\"rgb(0, 217, 255)\"],densityOptions:{densityArea:5e3,densityEnable:false,densityFactor:2},fpsOptions:60,height:\"100%\",hoverOptions:{hoverEnabled:false,hoverForce:1,hoverModes:\"none\",hoverParallax:true,hoverSmooth:0},id:\"hQz6a04R2\",layoutId:\"hQz6a04R2\",linksOptions:{linksColor:\"rgb(255, 255, 255)\",linksDistance:500,linksEnabled:false,linksOpacity:1,linksWidth:5},modeOptions:{bubbleDistance:100,bubbleDuration:.4,bubbleSize:40,connectDistance:100,connectLinksOpacity:.2,connectRadius:431,grabDistance:100,grabLinksOpacity:.2,pushQuantity:4,removeQuantity:4,repulseDistance:200,repulseDuration:1.2,trailDelay:.1,trailQuantity:10},moveOptions:{moveAttractDistance:100,moveAttractEnabled:true,moveDirection:\"none\",moveEnabled:true,moveGravityAcceleration:.1,moveGravityEnabled:false,moveGravityMaxSpeed:1,moveOut:\"bounce\",moveRandom:true,moveSpeed:5,moveSpinAcceleration:0,moveSpinEnabled:true,moveStraight:false,moveTrailAmount:50,moveTrailEnabled:true,moveVibrate:false},name:\"Gradients\",number:6,opacityOptions:{opacity:1,opacityMax:.8,opacityMin:.5,opacityType:true},particlesID:\"1\",radius:0,rotateOptions:{rotateAnimation:true,rotateDirection:\"random\",rotateSpeed:5,rotateSync:false,rotateValue:0},shapeOptions:{characterType:\"\uD83D\uDE0E\",imageHeight:100,imageWidth:100,shapeType:\"circle\"},sizeOptions:{size:155,sizeMax:145,sizeMin:225,sizeType:true},style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ed2bUlI4l:{y:139.4},uKsMoViYf:{y:159.5}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,y:134.5,children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation4,className:\"framer-197f8vq-container\",\"data-framer-appear-id\":\"197f8vq\",initial:animation5,optimized:true,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ed2bUlI4l:{variant:\"whOqBXBcj\"}},children:/*#__PURE__*/_jsx(ElementsSocialProof,{eUYUY9C3w:\"100+ clienti seguiti\",height:\"100%\",id:\"ioY1E73Yf\",layoutId:\"ioY1E73Yf\",style:{height:\"100%\"},variant:\"p9gslaHBu\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ed2bUlI4l:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"42px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-195ca2ff-95dc-4d7d-bb9a-c5fb1e041116, rgb(252, 252, 250))\",\"--framer-text-transform\":\"capitalize\"},children:[\"La \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTZXJpZi1pdGFsaWM=\",\"--framer-font-family\":'\"Instrument Serif\", \"Instrument Serif Placeholder\", serif',\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"400\",\"--framer-letter-spacing\":\"0em\"},children:\"Creativit\\xe0\"}),\" al servizio del tuo \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTZXJpZi1pdGFsaWM=\",\"--framer-font-family\":'\"Instrument Serif\", \"Instrument Serif Placeholder\", serif',\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"400\"},children:\"Brand\"})]})})}},children:/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation6,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"80px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-195ca2ff-95dc-4d7d-bb9a-c5fb1e041116, rgb(252, 252, 250))\",\"--framer-text-transform\":\"capitalize\"},children:[\"La \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTZXJpZi1pdGFsaWM=\",\"--framer-font-family\":'\"Instrument Serif\", \"Instrument Serif Placeholder\", serif',\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"400\",\"--framer-letter-spacing\":\"0em\"},children:\"Creativit\\xe0\"}),\" al servizio del tuo \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTZXJpZi1pdGFsaWM=\",\"--framer-font-family\":'\"Instrument Serif\", \"Instrument Serif Placeholder\", serif',\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"400\"},children:\"Brand\"})]})}),className:\"framer-1yft3nv\",\"data-framer-appear-id\":\"1yft3nv\",fonts:[\"FS;Satoshi-medium\",\"GF;Instrument Serif-italic\"],initial:animation7,optimized:true,style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ed2bUlI4l:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.5)\"},children:\"Realizziamo l'identit\\xe0 del tuo brand e successivamente la strategia di marketing per farlo decollare!\"})})}},children:/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation8,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.5)\"},children:\"Realizziamo l'identit\\xe0 del tuo brand e successivamente la strategia di marketing per farlo decollare!\"})}),className:\"framer-nqkn6i\",\"data-framer-appear-id\":\"nqkn6i\",fonts:[\"FS;Satoshi-medium\"],initial:animation7,optimized:true,style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ed2bUlI4l:{y:402.6},uKsMoViYf:{y:499.5}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:58,y:474.5,children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation9,className:\"framer-xays5d-container\",\"data-framer-appear-id\":\"xays5d\",\"data-framer-name\":\"Button\",initial:animation10,name:\"Button\",optimized:true,style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(ElementsButtonCopy,{GVDrNwxEc:\"#portfolio\",height:\"100%\",id:\"GArOuQS4v\",layoutId:\"GArOuQS4v\",name:\"Button\",ofLqZhEO8:\"Portfolio\",PPM8eZNfR:\"var(--token-b1300f4b-a271-4cae-93c1-958de2f2084b, rgb(0, 0, 0))\",RWYoKvX81:false,variant:\"sQgZIU4lc\",width:\"100%\"})})})})]})}),isDisplayed3()&&/*#__PURE__*/_jsx(\"header\",{className:\"framer-19wnl80 hidden-72rtr7 hidden-d46d20 hidden-vz8q2q\",\"data-framer-name\":\"Header Image\",name:\"Header Image\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-15xa3vv\",\"data-framer-name\":\"Content\",name:\"Content\",children:[/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation2,className:\"framer-2ioj2d\",\"data-framer-appear-id\":\"2ioj2d\",\"data-framer-name\":\"Glow\",initial:animation3,name:\"Glow\",optimized:true,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-f3s92y\",\"data-framer-name\":\"Gradient Blur\",name:\"Gradient Blur\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-cyv5io-container\",\"data-framer-name\":\"Gradients\",name:\"Gradients\",children:/*#__PURE__*/_jsx(Particles,{background:\"rgba(0, 0, 0, 0)\",clickOptions:{clickEnabled:false,clickModes:\"push\"},color:\"rgba(0, 0, 0, 0)\",colors:[\"rgb(0, 72, 255)\",\"rgb(0, 225, 255)\",\"rgb(140, 0, 255)\"],densityOptions:{densityArea:5e3,densityEnable:false,densityFactor:2},fpsOptions:60,height:\"100%\",hoverOptions:{hoverEnabled:false,hoverForce:1,hoverModes:\"none\",hoverParallax:true,hoverSmooth:0},id:\"cO6EaGqy0\",layoutId:\"cO6EaGqy0\",linksOptions:{linksColor:\"rgb(255, 255, 255)\",linksDistance:500,linksEnabled:false,linksOpacity:1,linksWidth:5},modeOptions:{bubbleDistance:100,bubbleDuration:.4,bubbleSize:40,connectDistance:100,connectLinksOpacity:.2,connectRadius:431,grabDistance:100,grabLinksOpacity:.2,pushQuantity:4,removeQuantity:4,repulseDistance:200,repulseDuration:1.2,trailDelay:.1,trailQuantity:10},moveOptions:{moveAttractDistance:100,moveAttractEnabled:true,moveDirection:\"none\",moveEnabled:true,moveGravityAcceleration:.1,moveGravityEnabled:false,moveGravityMaxSpeed:1,moveOut:\"bounce\",moveRandom:true,moveSpeed:2.5,moveSpinAcceleration:0,moveSpinEnabled:true,moveStraight:false,moveTrailAmount:50,moveTrailEnabled:true,moveVibrate:false},name:\"Gradients\",number:6,opacityOptions:{opacity:1,opacityMax:.8,opacityMin:.5,opacityType:true},particlesID:\"1\",radius:0,rotateOptions:{rotateAnimation:true,rotateDirection:\"random\",rotateSpeed:5,rotateSync:false,rotateValue:0},shapeOptions:{characterType:\"\uD83D\uDE0E\",imageHeight:100,imageWidth:100,shapeType:\"triangle\"},sizeOptions:{size:155,sizeMax:145,sizeMin:225,sizeType:true},style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1yb58kq-container\",children:/*#__PURE__*/_jsx(Noise,{backgroundSize:64,borderRadius:0,height:\"100%\",id:\"tICbxPw3N\",layoutId:\"tICbxPw3N\",opacity:.1,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KdfrOHXOZ:{y:117.5}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation4,className:\"framer-402wsl-container\",\"data-framer-appear-id\":\"402wsl\",initial:animation5,optimized:true,children:/*#__PURE__*/_jsx(ElementsSocialProof,{eUYUY9C3w:\"100+ clienti seguiti\",height:\"100%\",id:\"bdXfyBiO0\",layoutId:\"bdXfyBiO0\",style:{height:\"100%\"},variant:\"p9gslaHBu\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation6,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-195ca2ff-95dc-4d7d-bb9a-c5fb1e041116, rgb(252, 252, 250))\",\"--framer-text-transform\":\"capitalize\"},children:[\"La \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTZXJpZi1pdGFsaWM=\",\"--framer-font-family\":'\"Instrument Serif\", \"Instrument Serif Placeholder\", serif',\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"400\",\"--framer-letter-spacing\":\"0em\"},children:\"Creativit\\xe0\"}),\" al servizio del tuo \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTZXJpZi1pdGFsaWM=\",\"--framer-font-family\":'\"Instrument Serif\", \"Instrument Serif Placeholder\", serif',\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"400\"},children:\"Brand\"})]})}),className:\"framer-1yphv5r\",\"data-framer-appear-id\":\"1yphv5r\",fonts:[\"FS;Satoshi-medium\",\"GF;Instrument Serif-italic\"],initial:animation7,optimized:true,style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation8,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.5)\"},children:\"Realizziamo l'identit\\xe0 del tuo brand e successivamente la strategia di marketing per farlo decollare!\"})}),className:\"framer-2aflte\",\"data-framer-appear-id\":\"2aflte\",fonts:[\"FS;Satoshi-medium\"],initial:animation7,optimized:true,style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"HdZo5lQJV\"},implicitPathVariables:undefined},{href:{webPageId:\"HdZo5lQJV\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KdfrOHXOZ:{y:482.5}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:58,children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation9,className:\"framer-1y5tf2y-container\",\"data-framer-appear-id\":\"1y5tf2y\",\"data-framer-name\":\"Button\",initial:animation10,name:\"Button\",optimized:true,style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KdfrOHXOZ:{GVDrNwxEc:resolvedLinks[1]}},children:/*#__PURE__*/_jsx(ElementsButtonCopy,{GVDrNwxEc:resolvedLinks[0],height:\"100%\",id:\"pJWokn0db\",layoutId:\"pJWokn0db\",name:\"Button\",ofLqZhEO8:\"Portfolio\",PPM8eZNfR:\"var(--token-b1300f4b-a271-4cae-93c1-958de2f2084b, rgb(0, 0, 0))\",RWYoKvX81:false,variant:\"sQgZIU4lc\",width:\"100%\"})})})})})})]})}),isDisplayed4()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:149,width:\"100vw\",y:820,children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation,className:\"framer-oiko23-container hidden-d46d20 hidden-59ccga hidden-vz8q2q\",\"data-framer-appear-id\":\"oiko23\",initial:animation1,layoutScroll:true,optimized:true,children:/*#__PURE__*/_jsx(NavigationNavigationCopy2WithVariantAppearEffect,{__framer__animateOnce:false,__framer__threshold:.5,__framer__variantAppearEffectEnabled:true,height:\"100%\",id:\"ouEh6gth8\",layoutId:\"ouEh6gth8\",style:{width:\"100%\"},variant:\"yMaxYj1p6\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1edmofb-container\",children:/*#__PURE__*/_jsx(SmoothScroll,{height:\"100%\",id:\"NhlcGKAWc\",intensity:20,layoutId:\"NhlcGKAWc\",width:\"100%\"})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-n3xkmm\",\"data-framer-name\":\"Services\",id:elementId,name:\"Services\",ref:ref2,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-pvyl7k\",\"data-framer-name\":\"Container\",name:\"Container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1qcnygj\",\"data-framer-name\":\"Content\",name:\"Content\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KdfrOHXOZ:{y:1058},uKsMoViYf:{y:1082}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,y:1e3,children:/*#__PURE__*/_jsx(Container,{className:\"framer-cxvbvx-container\",children:/*#__PURE__*/_jsx(ElementsBadgeCopy,{dI2V912ba:\"rgba(13, 13, 13, 0.4)\",height:\"100%\",id:\"d_AfCfbuy\",layoutId:\"d_AfCfbuy\",variant:\"PI82RHqOR\",width:\"100%\",YbsaeEF4R:\"Servizi\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ed2bUlI4l:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"44px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-195ca2ff-95dc-4d7d-bb9a-c5fb1e041116, rgb(252, 252, 250))\"},children:[\"Di cosa ci\",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-letter-spacing\":\"-0.05em\"},children:\" \"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTZXJpZi1pdGFsaWM=\",\"--framer-font-family\":'\"Instrument Serif\", \"Instrument Serif Placeholder\", serif',\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"400\",\"--framer-letter-spacing\":\"0em\"},children:\"occupiamo\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTZXJpZi1pdGFsaWM=\",\"--framer-font-family\":'\"Instrument Serif\", \"Instrument Serif Placeholder\", serif',\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"400\",\"--framer-letter-spacing\":\"0em\",\"--framer-text-color\":\"var(--token-8ad3f93d-7e75-4138-93bf-ac8c8915a0eb, rgb(255, 195, 0))\"},children:\"?\"})]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"60px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-195ca2ff-95dc-4d7d-bb9a-c5fb1e041116, rgb(252, 252, 250))\"},children:[\"Di cosa ci\",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-letter-spacing\":\"-0.05em\"},children:\" \"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTZXJpZi1pdGFsaWM=\",\"--framer-font-family\":'\"Instrument Serif\", \"Instrument Serif Placeholder\", serif',\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"400\",\"--framer-letter-spacing\":\"0em\"},children:\"occupiamo\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTZXJpZi1pdGFsaWM=\",\"--framer-font-family\":'\"Instrument Serif\", \"Instrument Serif Placeholder\", serif',\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"400\",\"--framer-letter-spacing\":\"0em\",\"--framer-text-color\":\"var(--token-8ad3f93d-7e75-4138-93bf-ac8c8915a0eb, rgb(255, 195, 0))\"},children:\"?\"})]})}),className:\"framer-w5dit3\",fonts:[\"FS;Satoshi-medium\",\"GF;Instrument Serif-italic\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ed2bUlI4l:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"17px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-af401efc-9628-428f-bfa1-a5e362ba0ec5, rgb(153, 153, 153))\"},children:\"Questi sono i servizi principali che realizziamo per i nostri clienti\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-af401efc-9628-428f-bfa1-a5e362ba0ec5, rgb(153, 153, 153))\"},children:\"Questi sono i servizi principali che realizziamo per i nostri clienti\"})}),className:\"framer-cciw6v\",fonts:[\"FS;Satoshi-medium\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-ffdwj6\",\"data-framer-name\":\"Bento\",name:\"Bento\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-4210n5\",\"data-framer-name\":\"Left\",name:\"Left\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ed2bUlI4l:{width:\"208px\",y:1319.4},KdfrOHXOZ:{width:\"260px\",y:1416},uKsMoViYf:{y:1440}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:245,width:\"calc(max((min(max(min(100vw - 128px, 1200px), 1px), 1000px) - 16px) / 2, 200px) * 2 + 16px)\",y:1358,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1tdeo2q-container\",children:/*#__PURE__*/_jsx(CardsTikTokAds,{height:\"100%\",id:\"OTaPSvkdP\",layoutId:\"OTaPSvkdP\",O7O_G1z5p:\"Progettiamo identit\\xe0 di brand uniche e memorabili, unendo creativit\\xe0 e strategia. Collaboriamo con voi per tradurre la vostra visione in un design distintivo, garantendo coerenza e impatto su ogni supporto. Trasformiamo le vostre idee in brand riconoscibili e potenti.\",style:{width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ed2bUlI4l:{width:\"calc((max((min(262px, min(100vw - 128px, 1200px)) - 16px) / 2, 200px) * 2 + 16px) / 2)\",y:1580.4},KdfrOHXOZ:{width:\"260px\",y:1677},uKsMoViYf:{y:1701}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:264,width:\"max((min(max(min(100vw - 128px, 1200px), 1px), 1000px) - 16px) / 2, 200px)\",y:1619,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1288vr7-container\",children:/*#__PURE__*/_jsx(CardsMetaAds,{dCgwQygs9:\"Gestiamo le tue campagne pubblicitarie su Facebook e Instagram, creando contenuti mirati per raggiungere il tuo pubblico ideale. Con il nostro servizio, ottieni lead qualificati che vengono contattati direttamente dalla nostra piattaforma, fornendoti appuntamenti di vendita pronti all'uso. Aumenta il tuo fatturato grazie a un flusso costante di nuovi clienti interessati.\",height:\"100%\",id:\"xdEIGqycM\",layoutId:\"xdEIGqycM\",style:{width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ed2bUlI4l:{width:\"calc((max((min(262px, min(100vw - 128px, 1200px)) - 16px) / 2, 200px) * 2 + 16px) / 2)\",y:1860.4},KdfrOHXOZ:{width:\"260px\",y:1957},uKsMoViYf:{y:1701}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:205,width:\"max((min(max(min(100vw - 128px, 1200px), 1px), 1000px) - 16px) / 2, 200px)\",y:1619,children:/*#__PURE__*/_jsx(Container,{className:\"framer-j68ba1-container\",children:/*#__PURE__*/_jsx(CardsGoogleAds,{AF6YZVh_J:\" Realizziamo piani editoriali per i canali social, combinando creativit\\xe0 e strategia per garantire un impatto duraturo. Il nostro team gestisce ogni fase, dagli shooting video e fotografici alla creazione di un calendario editoriale su misura. Avere un Piano Editoriale \\xe8 essenziale per mantenere una presenza costante e strategica sui social media, massimizzando l'engagement e raggiungendo il pubblico giusto. \",height:\"100%\",id:\"MKSfhpLiV\",layoutId:\"MKSfhpLiV\",style:{width:\"100%\"},width:\"100%\"})})})})]})})]})}),/*#__PURE__*/_jsx(\"header\",{className:\"framer-1t6lukk\",\"data-framer-name\":\"Progetti Slider\",name:\"Progetti Slider\",children:/*#__PURE__*/_jsxs(\"section\",{className:\"framer-1p0l6qh\",\"data-framer-name\":\"Integrations\",id:elementId1,name:\"Integrations\",ref:ref3,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-axxnmm\",\"data-framer-name\":\"Tittle\",name:\"Tittle\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-b7aubz\",\"data-framer-name\":\"Icon\",name:\"Icon\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-13yhbpc\",\"data-framer-name\":\"Text\",name:\"Text\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ed2bUlI4l:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTZXJpZi1pdGFsaWM=\",\"--framer-font-family\":'\"Instrument Serif\", \"Instrument Serif Placeholder\", serif',\"--framer-font-size\":\"44px\",\"--framer-font-style\":\"italic\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-195ca2ff-95dc-4d7d-bb9a-c5fb1e041116, rgb(252, 252, 250))\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-style\":\"normal\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.04em\"},children:\"Progetti\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-style\":\"normal\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.05em\"},children:\" \"}),\"Selezionati\",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-8ad3f93d-7e75-4138-93bf-ac8c8915a0eb, rgb(255, 195, 0))\"},children:\".\"})]})})},KdfrOHXOZ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTZXJpZi1pdGFsaWM=\",\"--framer-font-family\":'\"Instrument Serif\", \"Instrument Serif Placeholder\", serif',\"--framer-font-size\":\"54px\",\"--framer-font-style\":\"italic\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-195ca2ff-95dc-4d7d-bb9a-c5fb1e041116, rgb(252, 252, 250))\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-style\":\"normal\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.04em\"},children:\"Progetti\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-style\":\"normal\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.05em\"},children:\" \"}),\"Selezionati\",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-8ad3f93d-7e75-4138-93bf-ac8c8915a0eb, rgb(255, 195, 0))\"},children:\".\"})]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTZXJpZi1pdGFsaWM=\",\"--framer-font-family\":'\"Instrument Serif\", \"Instrument Serif Placeholder\", serif',\"--framer-font-size\":\"60px\",\"--framer-font-style\":\"italic\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-195ca2ff-95dc-4d7d-bb9a-c5fb1e041116, rgb(252, 252, 250))\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-style\":\"normal\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.04em\"},children:\"Progetti\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-style\":\"normal\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.05em\"},children:\" \"}),\"Selezionati\",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-8ad3f93d-7e75-4138-93bf-ac8c8915a0eb, rgb(255, 195, 0))\"},children:\".\"})]})}),className:\"framer-javqrj\",\"data-framer-name\":\"Growth-oriented integration\",fonts:[\"GF;Instrument Serif-italic\",\"FS;Satoshi-medium\"],name:\"Growth-oriented integration\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ed2bUlI4l:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-letter-spacing\":\"0.245px\",\"--framer-line-height\":\"1.8em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(198, 199, 198)\"},children:\"Qui trovate alcuni dei nostri progetti selezionati\"})})},KdfrOHXOZ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-letter-spacing\":\"0.245px\",\"--framer-line-height\":\"1.8em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(198, 199, 198)\"},children:\"Qui trovate alcuni dei nostri progetti selezionati\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-letter-spacing\":\"0.245px\",\"--framer-line-height\":\"1.8em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(198, 199, 198)\"},children:\"Qui trovate alcuni dei nostri progetti selezionati\"})}),className:\"framer-vzlpkb\",\"data-framer-name\":\"Empower your business with flexible and growth-oriented integration solutions & technologies\",fonts:[\"Inter\"],name:\"Empower your business with flexible and growth-oriented integration solutions & technologies\",verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed1()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"HdZo5lQJV\"},implicitPathVariables:undefined},{href:{webPageId:\"HdZo5lQJV\"},implicitPathVariables:undefined},{href:{webPageId:\"HdZo5lQJV\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ed2bUlI4l:{height:58,y:2426.2000000000003},KdfrOHXOZ:{height:58,y:2534.8}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1rgia1u-container hidden-72rtr7 hidden-d46d20\",\"data-framer-name\":\"Button\",name:\"Button\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ed2bUlI4l:{GVDrNwxEc:resolvedLinks1[2]},KdfrOHXOZ:{GVDrNwxEc:resolvedLinks1[1]}},children:/*#__PURE__*/_jsx(ElementsButton,{GVDrNwxEc:resolvedLinks1[0],height:\"100%\",id:\"HtNUJ4jkj\",layoutId:\"HtNUJ4jkj\",name:\"Button\",ofLqZhEO8:\"Guarda tutti i progetti\",PPM8eZNfR:\"var(--token-b1300f4b-a271-4cae-93c1-958de2f2084b, rgb(0, 0, 0))\",RWYoKvX81:false,variant:\"u0kwTotNm\",width:\"100%\"})})})})})})]}),isDisplayed5()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"HdZo5lQJV\"},implicitPathVariables:undefined},{href:{webPageId:\"HdZo5lQJV\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uKsMoViYf:{y:2443}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:58,y:2537,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1nkv5sr-container hidden-59ccga hidden-vz8q2q\",\"data-framer-name\":\"Button\",name:\"Button\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uKsMoViYf:{GVDrNwxEc:resolvedLinks2[1]}},children:/*#__PURE__*/_jsx(ElementsButton,{GVDrNwxEc:resolvedLinks2[0],height:\"100%\",id:\"cwbfcNorz\",layoutId:\"cwbfcNorz\",name:\"Button\",ofLqZhEO8:\"Guarda tutti i progetti\",PPM8eZNfR:\"var(--token-b1300f4b-a271-4cae-93c1-958de2f2084b, rgb(0, 0, 0))\",RWYoKvX81:false,variant:\"u0kwTotNm\",width:\"100%\"})})})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-182qzgs\",\"data-framer-name\":\"Brand\",name:\"Brand\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-vdxt5a-container\",id:elementId2,ref:ref4,children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"top\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:25,overflow:false},gap:16,height:\"100%\",hoverFactor:.5,id:\"eV4HJ9wk6\",layoutId:\"eV4HJ9wk6\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:302,width:\"304px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-676cz6-container\",children:/*#__PURE__*/_jsx(IntragationsCard3Copy,{height:\"100%\",id:\"R_W2gFU3f\",layoutId:\"R_W2gFU3f\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:302,width:\"304px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-vz0hvq-container\",children:/*#__PURE__*/_jsx(IntragationsCard3,{height:\"100%\",id:\"BewgMs2I3\",layoutId:\"BewgMs2I3\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:302,width:\"304px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-15b8a4g-container\",children:/*#__PURE__*/_jsx(IntragationsCard3Copy3,{height:\"100%\",id:\"PXXO146Gf\",layoutId:\"PXXO146Gf\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:302,width:\"304px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-it8r6v-container\",children:/*#__PURE__*/_jsx(IntragationsCard3Copy2,{height:\"100%\",id:\"bbZs7jdGf\",layoutId:\"bbZs7jdGf\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})],speed:100,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),isDisplayed5()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1jmku0i-container hidden-59ccga hidden-vz8q2q\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"bottom\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:25,overflow:false},gap:16,height:\"100%\",hoverFactor:.5,id:\"fybEvMVU7\",layoutId:\"fybEvMVU7\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:302,width:\"304px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-9o5any-container\",children:/*#__PURE__*/_jsx(IntragationsCard3Copy7,{height:\"100%\",id:\"xfVfxs51e\",layoutId:\"xfVfxs51e\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:302,width:\"304px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1faydyo-container\",children:/*#__PURE__*/_jsx(IntragationsCard3Copy8,{height:\"100%\",id:\"Y60ZIqOsz\",layoutId:\"Y60ZIqOsz\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:302,width:\"304px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1mbya3s-container\",children:/*#__PURE__*/_jsx(IntragationsCard3Copy5,{height:\"100%\",id:\"MXCgI0ed9\",layoutId:\"MXCgI0ed9\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:302,width:\"304px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-rexqef-container\",children:/*#__PURE__*/_jsx(IntragationsCard3Copy6,{height:\"100%\",id:\"CAbVf7iOj\",layoutId:\"CAbVf7iOj\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})],speed:100,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-9slzi4\",\"data-framer-name\":\"Grid 1\",id:elementId3,name:\"Grid 1\",ref:ref5,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-7hu5uh\",\"data-framer-name\":\"FAQ\",id:elementId4,name:\"FAQ\",ref:ref6,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ed2bUlI4l:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"44px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-195ca2ff-95dc-4d7d-bb9a-c5fb1e041116, rgb(252, 252, 250))\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-letter-spacing\":\"-0.04em\"},children:\"Processo\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-letter-spacing\":\"-0.05em\"},children:\" \"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTZXJpZi1pdGFsaWM=\",\"--framer-font-family\":'\"Instrument Serif\", \"Instrument Serif Placeholder\", serif',\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"400\"},children:\"Creativo\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTZXJpZi1pdGFsaWM=\",\"--framer-font-family\":'\"Instrument Serif\", \"Instrument Serif Placeholder\", serif',\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"400\",\"--framer-text-color\":\"var(--token-8ad3f93d-7e75-4138-93bf-ac8c8915a0eb, rgb(255, 195, 0))\"},children:\".\"})]})})},KdfrOHXOZ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"54px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-195ca2ff-95dc-4d7d-bb9a-c5fb1e041116, rgb(252, 252, 250))\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-letter-spacing\":\"-0.04em\"},children:\"Processo\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-letter-spacing\":\"-0.05em\"},children:\" \"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTZXJpZi1pdGFsaWM=\",\"--framer-font-family\":'\"Instrument Serif\", \"Instrument Serif Placeholder\", serif',\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"400\"},children:\"Creativo\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTZXJpZi1pdGFsaWM=\",\"--framer-font-family\":'\"Instrument Serif\", \"Instrument Serif Placeholder\", serif',\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"400\",\"--framer-text-color\":\"var(--token-8ad3f93d-7e75-4138-93bf-ac8c8915a0eb, rgb(255, 195, 0))\"},children:\".\"})]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"60px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-195ca2ff-95dc-4d7d-bb9a-c5fb1e041116, rgb(252, 252, 250))\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-letter-spacing\":\"-0.04em\"},children:\"Processo\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-letter-spacing\":\"-0.05em\"},children:\" \"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTZXJpZi1pdGFsaWM=\",\"--framer-font-family\":'\"Instrument Serif\", \"Instrument Serif Placeholder\", serif',\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"400\"},children:\"Creativo\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTZXJpZi1pdGFsaWM=\",\"--framer-font-family\":'\"Instrument Serif\", \"Instrument Serif Placeholder\", serif',\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"400\",\"--framer-text-color\":\"var(--token-8ad3f93d-7e75-4138-93bf-ac8c8915a0eb, rgb(255, 195, 0))\"},children:\".\"})]})}),className:\"framer-liyuv4\",fonts:[\"FS;Satoshi-medium\",\"GF;Instrument Serif-italic\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ed2bUlI4l:{width:\"242px\",y:3386.6},KdfrOHXOZ:{width:\"282px\",y:3506.2000000000003},uKsMoViYf:{width:\"609px\",y:3527}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:379,width:\"800px\",y:3081,children:/*#__PURE__*/_jsx(Container,{className:\"framer-17jgz3n-container\",children:/*#__PURE__*/_jsx(ElementsFAQ,{F6lM4exSR:\"Dopo aver finalizzato il design basandoci sui feedback ricevuti, procediamo con la consegna del progetto completo. Forniamo tutti i file necessari e, se richiesto, supportiamo il cliente nella fase di implementazione. Il nostro obiettivo \\xe8 garantire che il cliente sia pienamente soddisfatto del risultato finale e che il nuovo brand design sia pronto per essere lanciato con successo.\",height:\"100%\",id:\"ho_0dLFJW\",IFjQjdWql:\"Presentazione\",JuxOgtiro:\"La presentazione avviene nel nostro Creative Studio, dove invitiamo i clienti a vivere un'esperienza unica. Si accomodano sul nostro comodo divano, di fronte allo schermo, e si godono la presentazione dei concept sviluppati. Questa fase \\xe8 un momento di condivisione e discussione, dove il cliente pu\\xf2 vedere il nostro lavoro prendere vita e fornire il suo feedback.\",KjHOx49kL:\"Durante la fase di briefing, ci incontriamo con il cliente per capire a fondo le sue esigenze, i suoi obiettivi e il messaggio che vuole trasmettere con il suo brand. Questo incontro ci permette di raccogliere tutte le informazioni necessarie per iniziare il processo creativo con una chiara visione.\",layoutId:\"ho_0dLFJW\",mDV6PtA6K:\"Consegna\",oRIOycR3Y:\"Nella fase di ricerca, analizziamo il settore di riferimento, i concorrenti e le tendenze di mercato. Studiamo il target di riferimento e raccogliamo ispirazioni e idee che ci aiuteranno a creare un design unico e pertinente. Questa fase \\xe8 fondamentale per assicurare che il brand design sia efficace e competitivo.\",pj8TaM0YQ:\"Creazione\",rawvYUUzX:\"Briefing\",style:{width:\"100%\"},Tiiziaej8:\"La fase di creazione \\xe8 il cuore del nostro processo. Qui, trasformiamo le informazioni raccolte e le idee in concetti visivi concreti. Sviluppiamo vari progetti preliminari e esploriamo diverse direzioni creative. Il nostro obiettivo \\xe8 creare un design che rispecchi perfettamente l'identit\\xe0 del cliente e che sia visivamente accattivante.\",tvNxOx7cw:\"Ricerca\",variant:\"ogWkk7vWZ\",width:\"100%\"})})})})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ist05c\",\"data-framer-name\":\"Testimonials 2\",name:\"Testimonials 2\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-139ud9e\",\"data-framer-name\":\"Container\",name:\"Container\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-catvd4\",\"data-framer-name\":\"Content\",name:\"Content\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-8hgg7v\",\"data-framer-name\":\"Heading\",name:\"Heading\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ed2bUlI4l:{y:3980.6},KdfrOHXOZ:{y:4002.2000000000003},uKsMoViYf:{y:4103}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,y:3641,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1yx5xoo-container\",children:/*#__PURE__*/_jsx(ElementsBadge,{dI2V912ba:\"rgba(13, 13, 13, 0.4)\",height:\"100%\",id:\"Ri8OSyS6W\",layoutId:\"Ri8OSyS6W\",variant:\"qEfK0yWF0\",width:\"100%\",YbsaeEF4R:\"Recensioni\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ed2bUlI4l:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"44px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-195ca2ff-95dc-4d7d-bb9a-c5fb1e041116, rgb(252, 252, 250))\"},children:[\"Perch\\xe9 i clienti ci hanno \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTZXJpZi1pdGFsaWM=\",\"--framer-font-family\":'\"Instrument Serif\", \"Instrument Serif Placeholder\", serif',\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"400\",\"--framer-letter-spacing\":\"0em\"},children:\"scelto\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTZXJpZi1pdGFsaWM=\",\"--framer-font-family\":'\"Instrument Serif\", \"Instrument Serif Placeholder\", serif',\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"400\",\"--framer-letter-spacing\":\"0em\",\"--framer-text-color\":\"var(--token-8ad3f93d-7e75-4138-93bf-ac8c8915a0eb, rgb(255, 195, 0))\"},children:\"?\"})]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"60px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-195ca2ff-95dc-4d7d-bb9a-c5fb1e041116, rgb(252, 252, 250))\"},children:[\"Perch\\xe9 i clienti ci hanno \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTZXJpZi1pdGFsaWM=\",\"--framer-font-family\":'\"Instrument Serif\", \"Instrument Serif Placeholder\", serif',\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"400\",\"--framer-letter-spacing\":\"0em\"},children:\"scelto\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTZXJpZi1pdGFsaWM=\",\"--framer-font-family\":'\"Instrument Serif\", \"Instrument Serif Placeholder\", serif',\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"400\",\"--framer-letter-spacing\":\"0em\",\"--framer-text-color\":\"var(--token-8ad3f93d-7e75-4138-93bf-ac8c8915a0eb, rgb(255, 195, 0))\"},children:\"?\"})]})}),className:\"framer-1ore5ko\",fonts:[\"FS;Satoshi-medium\",\"GF;Instrument Serif-italic\"],verticalAlignment:\"top\",withExternalLayout:true})})]})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-hznj9w-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ed2bUlI4l:{fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:21,overflow:false},speed:100},KdfrOHXOZ:{fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:21,overflow:false},speed:100}},children:/*#__PURE__*/_jsx(Ticker,{alignment:\"flex-start\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:25,overflow:false},gap:30,height:\"100%\",hoverFactor:.25,id:\"aQ_PD5wCq\",layoutId:\"aQ_PD5wCq\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:256,width:\"370px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-t9ukpu-container\",children:/*#__PURE__*/_jsx(TestimonialsCopy3,{A6QjeEh60:\"Abbiamo collaborato con Cifaldi Creative Studio per il restyling del nostro logo e non potremmo essere pi\\xf9 soddisfatti del risultato. Il team ha fatto un lavoro eccellente, riuscendo a mantenere il carattere distintivo di Autojet, ma allo stesso tempo rendendolo pi\\xf9 moderno e accattivante. La loro professionalit\\xe0 e attenzione ai dettagli sono state evidenti in ogni fase del progetto. Consigliamo vivamente Cifaldi Creative Studio a chiunque abbia bisogno di servizi di design di alta qualit\\xe0!\",height:\"100%\",iC8wxXvNq:addImageAlt({src:\"https://framerusercontent.com/images/qLOxmLgofU8jeQRjUXajJY5Ed4.png\"},\"\"),id:\"DRbJhyCPf\",layoutId:\"DRbJhyCPf\",Oe4Q9T3oL:\"Autojet srl\",PQ4NsqLtd:\"Derek Baima\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:378,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1mfk45j-container\",children:/*#__PURE__*/_jsx(TestimonialsCopy,{A6QjeEh60:\"Ho conosciuto la Andrea 3 anni fa circa, da allora abbiamo intrapreso assieme.un percorso ,dove ha ascoltato le mie esigenze e le ha tramutate in logo, brand identity, grafiche,sito internet, carta intestata ecc ecc ...il tutto SEMPRE con puntualit\\xe0, consigli , disponibilit\\xe0 e precisione! Sono stato fortunato a incontrarlo ! Top\",height:\"100%\",iC8wxXvNq:addImageAlt({src:\"https://framerusercontent.com/images/eZfDP1OhBsTa0CGx0QLDKyTI.png\",srcSet:\"https://framerusercontent.com/images/eZfDP1OhBsTa0CGx0QLDKyTI.png?scale-down-to=1024 1022w,https://framerusercontent.com/images/eZfDP1OhBsTa0CGx0QLDKyTI.png 1258w\"},\"\"),id:\"POoTd2Fwq\",layoutId:\"POoTd2Fwq\",Oe4Q9T3oL:\"Studio Dentistico Trecca\",PQ4NsqLtd:\"Fabrizio Trecca\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:253,width:\"370px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1vky4pd-container\",children:/*#__PURE__*/_jsx(TestimonialsCopy2,{A6QjeEh60:\"Siamo finalmente riusciti a trovare una persona seria e, soprattutto, affidabile in Andrea Cifaldi. La sua professionalit\\xe0, dedizione e la capacit\\xe0 di ottenere risultati tangibili sono davvero straordinarie.\\nConsiglio vivamente Andrea a chiunque cerchi affidabilit\\xe0, seriet\\xe0 e successo concreto.\",height:\"100%\",iC8wxXvNq:addImageAlt({src:\"https://framerusercontent.com/images/gv5t2vEwfhsJuyI5cYwP00SGY.png\",srcSet:\"https://framerusercontent.com/images/gv5t2vEwfhsJuyI5cYwP00SGY.png?scale-down-to=512 512w,https://framerusercontent.com/images/gv5t2vEwfhsJuyI5cYwP00SGY.png 604w\"},\"\"),id:\"bJJWyO_cQ\",layoutId:\"bJJWyO_cQ\",Oe4Q9T3oL:\"Venditore Di Successo\",PQ4NsqLtd:\"Stefano Giagheddu\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:228,children:/*#__PURE__*/_jsx(Container,{className:\"framer-szoxy3-container\",children:/*#__PURE__*/_jsx(Testimonials,{A6QjeEh60:\"Grande Andrea sei riuscito a soddisfare le mie richieste al primo tentativo \uD83D\uDE4F. Sei un grande \uD83D\uDCAA\uD83D\uDCAA\",height:\"100%\",id:\"zWCialsKe\",layoutId:\"zWCialsKe\",Oe4Q9T3oL:\"Ire Serramenti\",PQ4NsqLtd:\"Marco Correnti\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:256,width:\"370px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1wqxjn4-container\",children:/*#__PURE__*/_jsx(TestimonialsCopy3,{A6QjeEh60:\"Molto professionali \\xe8 attenti al dettagli , mi sono trovata benissimo! Grazie\",height:\"100%\",iC8wxXvNq:addImageAlt({src:\"https://framerusercontent.com/images/fmthI18B1XRQiOOrizY0YHk8K5I.png\",srcSet:\"https://framerusercontent.com/images/fmthI18B1XRQiOOrizY0YHk8K5I.png?scale-down-to=512 512w,https://framerusercontent.com/images/fmthI18B1XRQiOOrizY0YHk8K5I.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/fmthI18B1XRQiOOrizY0YHk8K5I.png 1080w\"},\"\"),id:\"PtGKWn10F\",layoutId:\"PtGKWn10F\",Oe4Q9T3oL:\"Et Voil\\xe0\",PQ4NsqLtd:\"Monica Carucci\",width:\"100%\"})})})],speed:50,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1w9a20z\",\"data-framer-name\":\"Contact\",id:elementId5,name:\"Contact\",ref:ref7,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1y6y31g\",\"data-framer-name\":\"Content\",name:\"Content\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ed2bUlI4l:{y:4968},KdfrOHXOZ:{y:4909.200000000001},uKsMoViYf:{y:5026}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,y:4548,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ihbt1z-container\",children:/*#__PURE__*/_jsx(ElementsBadge1,{dI2V912ba:\"rgba(13, 13, 13, 0.4)\",height:\"100%\",id:\"aGOBBeN2h\",layoutId:\"aGOBBeN2h\",variant:\"zpVdXCnZt\",width:\"100%\",YbsaeEF4R:\"Contattami\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ed2bUlI4l:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"44px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-195ca2ff-95dc-4d7d-bb9a-c5fb1e041116, rgb(252, 252, 250))\"},children:[\"Hai un nuovo\",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-letter-spacing\":\"-0.05em\"},children:\" \"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTZXJpZi1pdGFsaWM=\",\"--framer-font-family\":'\"Instrument Serif\", \"Instrument Serif Placeholder\", serif',\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"400\",\"--framer-letter-spacing\":\"0em\"},children:\"progetto\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTZXJpZi1pdGFsaWM=\",\"--framer-font-family\":'\"Instrument Serif\", \"Instrument Serif Placeholder\", serif',\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"400\",\"--framer-letter-spacing\":\"0em\",\"--framer-text-color\":\"var(--token-8ad3f93d-7e75-4138-93bf-ac8c8915a0eb, rgb(255, 195, 0))\"},children:\"?\"})]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"60px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-195ca2ff-95dc-4d7d-bb9a-c5fb1e041116, rgb(252, 252, 250))\"},children:[\"Hai un nuovo\",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-letter-spacing\":\"-0.05em\"},children:\" \"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTZXJpZi1pdGFsaWM=\",\"--framer-font-family\":'\"Instrument Serif\", \"Instrument Serif Placeholder\", serif',\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"400\",\"--framer-letter-spacing\":\"0em\"},children:\"progetto\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTZXJpZi1pdGFsaWM=\",\"--framer-font-family\":'\"Instrument Serif\", \"Instrument Serif Placeholder\", serif',\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"400\",\"--framer-letter-spacing\":\"0em\",\"--framer-text-color\":\"var(--token-8ad3f93d-7e75-4138-93bf-ac8c8915a0eb, rgb(255, 195, 0))\"},children:\"?\"})]})}),className:\"framer-edyg7o\",fonts:[\"FS;Satoshi-medium\",\"GF;Instrument Serif-italic\"],verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed3()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KdfrOHXOZ:{height:58,y:5227.200000000001}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-lh7l4m-container hidden-72rtr7 hidden-d46d20 hidden-vz8q2q\",\"data-framer-name\":\"Button\",name:\"Button\",children:/*#__PURE__*/_jsx(ElementsButton,{GVDrNwxEc:\"https://forms.gle/R6EmbAFR5ouAqm1S6\",height:\"100%\",id:\"ZqZ9yN7Lg\",layoutId:\"ZqZ9yN7Lg\",name:\"Button\",ofLqZhEO8:\"Brand Design Brief\",PPM8eZNfR:\"var(--token-b1300f4b-a271-4cae-93c1-958de2f2084b, rgb(0, 0, 0))\",RWYoKvX81:false,variant:\"u0kwTotNm\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-af401efc-9628-428f-bfa1-a5e362ba0ec5, rgb(153, 153, 153))\"},children:\"Compila il brief online, e spiegami che cosa vorresti realizzare. \"})}),className:\"framer-1aaedg\",fonts:[\"FS;Satoshi-medium\"],verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed6()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ed2bUlI4l:{height:58,y:5268.4}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-szkeoj-container hidden-72rtr7 hidden-d46d20 hidden-59ccga\",\"data-framer-name\":\"Button\",name:\"Button\",children:/*#__PURE__*/_jsx(ElementsButton,{GVDrNwxEc:\"https://forms.gle/R6EmbAFR5ouAqm1S6\",height:\"100%\",id:\"wv8px8yxG\",layoutId:\"wv8px8yxG\",name:\"Button\",ofLqZhEO8:\"Brand Design Brief\",PPM8eZNfR:\"var(--token-b1300f4b-a271-4cae-93c1-958de2f2084b, rgb(0, 0, 0))\",RWYoKvX81:false,variant:\"u0kwTotNm\",width:\"100%\"})})})}),isDisplayed5()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{uKsMoViYf:{y:5344}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:58,y:4866,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1e9i8c8-container hidden-59ccga hidden-vz8q2q\",\"data-framer-name\":\"Button\",name:\"Button\",children:/*#__PURE__*/_jsx(ElementsButton,{GVDrNwxEc:\"https://forms.gle/R6EmbAFR5ouAqm1S6\",height:\"100%\",id:\"WaqdGXCWb\",layoutId:\"WaqdGXCWb\",name:\"Button\",ofLqZhEO8:\"Brand Design Brief\",PPM8eZNfR:\"var(--token-b1300f4b-a271-4cae-93c1-958de2f2084b, rgb(0, 0, 0))\",RWYoKvX81:false,variant:\"u0kwTotNm\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-19ayi6a\",\"data-framer-name\":\"Column\",name:\"Column\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1bl4wtu-container\",children:/*#__PURE__*/_jsx(FormSpark,{borderRadius:8,bottomLeftRadius:8,bottomRightRadius:8,button:{color:\"rgb(255, 255, 255)\",fill:\"rgb(34, 34, 34)\",fontWeight:600,label:\"Invia\"},email:{placeholder:\"Email\",value:\"\"},font:true,fontFamily:\"Inter\",fontSize:16,fontWeight:500,formId:\"eRlMkbwaj\",gap:15,height:\"100%\",id:\"JdLE0_KJH\",inputs:{color:\"rgb(0, 0, 0)\",error:\"rgb(238, 68, 68)\",fill:\"rgb(242, 242, 242)\",placeholderColor:\"rgba(0, 0, 0, 0.5)\"},isMixedBorderRadius:false,layout:\"horizontal\",layoutId:\"JdLE0_KJH\",message:{placeholder:\"Messaggio\",value:\"\"},nameField:{placeholder:\"Nome e Cognome\",value:\"\"},padding:15,paddingBottom:15,paddingLeft:15,paddingPerSide:false,paddingRight:15,paddingTop:15,style:{height:\"100%\",width:\"100%\"},topLeftRadius:8,topRightRadius:8,width:\"100%\",withEmail:true,withMessage:true,withName:true})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ucgt3m-container\",children:/*#__PURE__*/_jsx(GoogleMaps,{borderRadius:0,bottomLeftRadius:20,bottomRightRadius:20,coordinates:\"45.080789728398734, 7.508487426115455\",height:\"100%\",id:\"xfWOSFzrH\",isMixedBorderRadius:true,layoutId:\"xfWOSFzrH\",style:{height:\"100%\",width:\"100%\"},topLeftRadius:20,topRightRadius:20,width:\"100%\",zoom:12})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-kzv2ve-container\",children:/*#__PURE__*/_jsx(Embed,{height:\"100%\",html:'<a href=\"https://www.iubenda.com/privacy-policy/13162421\" class=\"iubenda-white iubenda-noiframe iubenda-embed iubenda-noiframe \" title=\"Privacy Policy \">Privacy Policy</a><script type=\"text/javascript\">(function (w,d) {var loader = function () {var s = d.createElement(\"script\"), tag = d.getElementsByTagName(\"script\")[0]; s.src=\"https://cdn.iubenda.com/iubenda.js\"; tag.parentNode.insertBefore(s,tag);}; if(w.addEventListener){w.addEventListener(\"load\", loader, false);}else if(w.attachEvent){w.attachEvent(\"onload\", loader);}else{w.onload = loader;}})(window, document);</script>',id:\"OMOcxjfSj\",layoutId:\"OMOcxjfSj\",style:{height:\"100%\",width:\"100%\"},type:\"html\",url:\"\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-e8ykbx-container\",children:/*#__PURE__*/_jsx(Embed,{height:\"100%\",html:'<a href=\"https://www.iubenda.com/privacy-policy/13162421/cookie-policy\" class=\"iubenda-white iubenda-noiframe iubenda-embed iubenda-noiframe \" title=\"Cookie Policy \">Cookie Policy</a><script type=\"text/javascript\">(function (w,d) {var loader = function () {var s = d.createElement(\"script\"), tag = d.getElementsByTagName(\"script\")[0]; s.src=\"https://cdn.iubenda.com/iubenda.js\"; tag.parentNode.insertBefore(s,tag);}; if(w.addEventListener){w.addEventListener(\"load\", loader, false);}else if(w.attachEvent){w.attachEvent(\"onload\", loader);}else{w.onload = loader;}})(window, document);</script>',id:\"WSdl7ARmY\",layoutId:\"WSdl7ARmY\",style:{height:\"100%\",width:\"100%\"},type:\"html\",url:\"\",width:\"100%\"})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ed2bUlI4l:{height:293,width:\"calc(100vw - 80px)\",y:6196.4},KdfrOHXOZ:{height:293,width:\"calc(100vw - 80px)\",y:6155.200000000001},uKsMoViYf:{y:6272}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:112,width:\"596px\",y:5794,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1nqskuo-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ed2bUlI4l:{style:{height:\"100%\",width:\"100%\"},variant:\"GcGboyxOT\"},KdfrOHXOZ:{style:{height:\"100%\",width:\"100%\"},variant:\"GcGboyxOT\"}},children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"h5i3XuQaN\",layoutId:\"h5i3XuQaN\",style:{width:\"100%\"},variant:\"URGaZZMf7\",width:\"100%\"})})})})}),isDisplayed6()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1vig4n1-container hidden-72rtr7 hidden-d46d20 hidden-59ccga\",children:/*#__PURE__*/_jsx(Embed,{height:\"100%\",html:'<a href=\"https://www.iubenda.com/privacy-policy/13162421/cookie-policy\" class=\"iubenda-white iubenda-noiframe iubenda-embed iubenda-noiframe \" title=\"Cookie Policy \">Cookie Policy</a><script type=\"text/javascript\">(function (w,d) {var loader = function () {var s = d.createElement(\"script\"), tag = d.getElementsByTagName(\"script\")[0]; s.src=\"https://cdn.iubenda.com/iubenda.js\"; tag.parentNode.insertBefore(s,tag);}; if(w.addEventListener){w.addEventListener(\"load\", loader, false);}else if(w.attachEvent){w.attachEvent(\"onload\", loader);}else{w.onload = loader;}})(window, document);</script>',id:\"OxVkdfDUb\",layoutId:\"OxVkdfDUb\",style:{height:\"100%\",width:\"100%\"},type:\"html\",url:\"\",width:\"100%\"})})}),isDisplayed6()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-ao02hh-container hidden-72rtr7 hidden-d46d20 hidden-59ccga\",children:/*#__PURE__*/_jsx(Embed,{height:\"100%\",html:'<a href=\"https://www.iubenda.com/privacy-policy/13162421\" class=\"iubenda-white iubenda-noiframe iubenda-embed iubenda-noiframe \" title=\"Privacy Policy \">Privacy Policy</a><script type=\"text/javascript\">(function (w,d) {var loader = function () {var s = d.createElement(\"script\"), tag = d.getElementsByTagName(\"script\")[0]; s.src=\"https://cdn.iubenda.com/iubenda.js\"; tag.parentNode.insertBefore(s,tag);}; if(w.addEventListener){w.addEventListener(\"load\", loader, false);}else if(w.attachEvent){w.attachEvent(\"onload\", loader);}else{w.onload = loader;}})(window, document);</script>',id:\"VQ2XyPJuB\",layoutId:\"VQ2XyPJuB\",style:{height:\"100%\",width:\"100%\"},type:\"html\",url:\"\",width:\"100%\"})})}),isDisplayed3()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-y7gyb6-container hidden-72rtr7 hidden-d46d20 hidden-vz8q2q\",children:/*#__PURE__*/_jsx(Embed,{height:\"100%\",html:'<a href=\"https://www.iubenda.com/privacy-policy/13162421/cookie-policy\" class=\"iubenda-white iubenda-noiframe iubenda-embed iubenda-noiframe \" title=\"Cookie Policy \">Cookie Policy</a><script type=\"text/javascript\">(function (w,d) {var loader = function () {var s = d.createElement(\"script\"), tag = d.getElementsByTagName(\"script\")[0]; s.src=\"https://cdn.iubenda.com/iubenda.js\"; tag.parentNode.insertBefore(s,tag);}; if(w.addEventListener){w.addEventListener(\"load\", loader, false);}else if(w.attachEvent){w.attachEvent(\"onload\", loader);}else{w.onload = loader;}})(window, document);</script>',id:\"dhdKm3rSR\",layoutId:\"dhdKm3rSR\",style:{height:\"100%\",width:\"100%\"},type:\"html\",url:\"\",width:\"100%\"})})}),isDisplayed3()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1jtgaxr-container hidden-72rtr7 hidden-d46d20 hidden-vz8q2q\",children:/*#__PURE__*/_jsx(Embed,{height:\"100%\",html:'<a href=\"https://www.iubenda.com/privacy-policy/13162421\" class=\"iubenda-white iubenda-noiframe iubenda-embed iubenda-noiframe \" title=\"Privacy Policy \">Privacy Policy</a><script type=\"text/javascript\">(function (w,d) {var loader = function () {var s = d.createElement(\"script\"), tag = d.getElementsByTagName(\"script\")[0]; s.src=\"https://cdn.iubenda.com/iubenda.js\"; tag.parentNode.insertBefore(s,tag);}; if(w.addEventListener){w.addEventListener(\"load\", loader, false);}else if(w.attachEvent){w.attachEvent(\"onload\", loader);}else{w.onload = loader;}})(window, document);</script>',id:\"xnqSLfaBP\",layoutId:\"xnqSLfaBP\",style:{height:\"100%\",width:\"100%\"},type:\"html\",url:\"\",width:\"100%\"})})})]})]}),/*#__PURE__*/_jsx(\"div\",{className:cx(serializationHash,...sharedStyleClassNames),id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",`.${metadata.bodyClassName}-framer-2tOFl { background: var(--token-b1300f4b-a271-4cae-93c1-958de2f2084b, rgb(0, 0, 0)) /* {\"name\":\"Black\"} */; }`,\".framer-2tOFl.framer-lux5qc, .framer-2tOFl .framer-lux5qc { display: block; }\",\".framer-2tOFl.framer-72rtr7 { align-content: center; align-items: center; background-color: var(--token-b1300f4b-a271-4cae-93c1-958de2f2084b, #000000); cursor: default; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1440px; }\",\".framer-2tOFl .framer-flzb01-container { bottom: 25px; flex: none; height: auto; left: 50%; position: fixed; transform: translateX(-50%); width: auto; z-index: 10; }\",\".framer-2tOFl .framer-mrrgnf-container { bottom: 24px; flex: none; height: auto; left: 50%; position: fixed; transform: translateX(-50%); width: auto; z-index: 10; }\",\".framer-2tOFl .framer-axwx3f { align-content: center; align-items: center; background-color: var(--token-b1300f4b-a271-4cae-93c1-958de2f2084b, #000000); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 50px; height: 600px; justify-content: center; overflow: hidden; padding: 60px; position: relative; width: 100%; }\",\".framer-2tOFl .framer-1kohf9o { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: visible; padding: 130px 0px 63px 0px; position: relative; width: 100%; }\",\".framer-2tOFl .framer-xviynj { aspect-ratio: 1.5 / 1; bottom: -430px; flex: none; height: var(--framer-aspect-ratio-supported, 1038px); left: -118px; overflow: hidden; position: absolute; right: -118px; z-index: 0; }\",\".framer-2tOFl .framer-juoeos { -webkit-filter: blur(63px); border-bottom-left-radius: 50%; border-bottom-right-radius: 50%; border-top-left-radius: 50%; border-top-right-radius: 50%; filter: blur(63px); flex: none; height: 400px; left: calc(50.00000000000002% - 400px / 2); overflow: visible; position: absolute; top: calc(50.00000000000002% - 400px / 2); width: 400px; }\",\".framer-2tOFl .framer-1ce97gc-container, .framer-2tOFl .framer-cyv5io-container { bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-2tOFl .framer-197f8vq-container, .framer-2tOFl .framer-402wsl-container { flex: none; height: 40px; position: relative; width: auto; }\",\".framer-2tOFl .framer-1yft3nv { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; max-width: 796px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-2tOFl .framer-nqkn6i { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; max-width: 619px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-2tOFl .framer-xays5d-container, .framer-2tOFl .framer-1y5tf2y-container, .framer-2tOFl .framer-1edmofb-container, .framer-2tOFl .framer-cxvbvx-container, .framer-2tOFl .framer-1rgia1u-container, .framer-2tOFl .framer-1nkv5sr-container, .framer-2tOFl .framer-1yx5xoo-container, .framer-2tOFl .framer-1ihbt1z-container, .framer-2tOFl .framer-lh7l4m-container, .framer-2tOFl .framer-szkeoj-container, .framer-2tOFl .framer-1e9i8c8-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-2tOFl .framer-19wnl80 { align-content: center; align-items: center; background-color: var(--token-b1300f4b-a271-4cae-93c1-958de2f2084b, #000000); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 50px; height: 658px; justify-content: center; overflow: hidden; padding: 60px; position: relative; width: 99%; }\",\".framer-2tOFl .framer-15xa3vv { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 47px; height: min-content; justify-content: center; overflow: visible; padding: 50px; position: relative; width: min-content; }\",\".framer-2tOFl .framer-2ioj2d { flex: none; height: 614px; left: -45px; overflow: hidden; position: absolute; right: -41px; top: -39px; z-index: 0; }\",\".framer-2tOFl .framer-f3s92y { -webkit-filter: blur(60px); border-bottom-left-radius: 50%; border-bottom-right-radius: 50%; border-top-left-radius: 50%; border-top-right-radius: 50%; filter: blur(60px); flex: none; height: 264px; left: calc(50.205761316872454% - 264px / 2); overflow: hidden; position: absolute; top: 317px; width: 264px; will-change: var(--framer-will-change-override, transform); }\",\".framer-2tOFl .framer-1yb58kq-container { bottom: -5916px; flex: none; left: calc(49.08722109533471% - 444px / 2); position: absolute; top: -201px; width: 444px; z-index: 1; }\",\".framer-2tOFl .framer-1yphv5r { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; max-width: 796px; position: relative; white-space: pre-wrap; width: 300px; word-break: break-word; word-wrap: break-word; }\",\".framer-2tOFl .framer-2aflte { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; max-width: 619px; position: relative; white-space: pre-wrap; width: 300px; word-break: break-word; word-wrap: break-word; }\",\".framer-2tOFl .framer-oiko23-container { bottom: 31px; flex: none; height: auto; left: 0px; position: fixed; right: 0px; z-index: 10; }\",\".framer-2tOFl .framer-n3xkmm { align-content: center; align-items: center; background-color: var(--token-b1300f4b-a271-4cae-93c1-958de2f2084b, #000000); box-shadow: 0px 0px 32px 48px var(--token-b1300f4b-a271-4cae-93c1-958de2f2084b, #000000); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 200px 64px 64px 64px; pointer-events: auto; position: relative; scroll-margin-top: 150px; width: 100%; z-index: 0; }\",\".framer-2tOFl .framer-pvyl7k { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: center; max-width: 1200px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-2tOFl .framer-1qcnygj, .framer-2tOFl .framer-1y6y31g { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-2tOFl .framer-w5dit3, .framer-2tOFl .framer-edyg7o { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; max-width: 880px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-2tOFl .framer-cciw6v, .framer-2tOFl .framer-1aaedg { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; max-width: 559px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-2tOFl .framer-ffdwj6 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-2tOFl .framer-4210n5 { display: grid; flex: 1 0 0px; gap: 16px; grid-auto-rows: min-content; grid-template-columns: repeat(2, minmax(200px, 1fr)); grid-template-rows: repeat(1, min-content); height: min-content; justify-content: center; max-width: 1000px; overflow: visible; padding: 0px; position: relative; width: 1px; z-index: 1; }\",\".framer-2tOFl .framer-1tdeo2q-container { align-self: start; flex: none; grid-column: auto / span 2; height: auto; justify-self: start; position: relative; width: 100%; }\",\".framer-2tOFl .framer-1288vr7-container, .framer-2tOFl .framer-j68ba1-container { align-self: start; flex: none; height: auto; justify-self: start; position: relative; width: 100%; }\",\".framer-2tOFl .framer-1t6lukk { align-content: center; align-items: center; background-color: var(--token-b1300f4b-a271-4cae-93c1-958de2f2084b, #000000); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; max-width: 100%; overflow: hidden; padding: 40px; position: relative; width: 100%; }\",\".framer-2tOFl .framer-1p0l6qh { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 19px; height: 800px; justify-content: center; max-width: 1440px; overflow: hidden; padding: 0px 93px 0px 93px; position: relative; width: 100%; }\",\".framer-2tOFl .framer-axxnmm { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 45px; height: min-content; justify-content: flex-start; max-width: 480px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-2tOFl .framer-b7aubz { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 44px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 44px; }\",\".framer-2tOFl .framer-13yhbpc { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-2tOFl .framer-javqrj, .framer-2tOFl .framer-vzlpkb { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-2tOFl .framer-182qzgs { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-2tOFl .framer-vdxt5a-container { flex: none; height: 551px; position: relative; width: 339px; }\",\".framer-2tOFl .framer-676cz6-container, .framer-2tOFl .framer-vz0hvq-container, .framer-2tOFl .framer-15b8a4g-container, .framer-2tOFl .framer-it8r6v-container, .framer-2tOFl .framer-9o5any-container, .framer-2tOFl .framer-1faydyo-container, .framer-2tOFl .framer-1mbya3s-container, .framer-2tOFl .framer-rexqef-container { height: 302px; position: relative; width: 304px; }\",\".framer-2tOFl .framer-1jmku0i-container { flex: none; height: 577px; position: relative; width: 323px; }\",\".framer-2tOFl .framer-9slzi4 { align-content: center; align-items: center; background-color: var(--token-b1300f4b-a271-4cae-93c1-958de2f2084b, #000000); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 63px; height: min-content; justify-content: center; overflow: hidden; padding: 100px; position: relative; width: 100%; }\",\".framer-2tOFl .framer-7hu5uh { -webkit-backdrop-filter: blur(10px); align-content: center; align-items: center; backdrop-filter: blur(10px); border-bottom-left-radius: 96px; border-bottom-right-radius: 96px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 64px; pointer-events: auto; position: relative; scroll-margin-top: 150px; width: 100%; z-index: 1; }\",\".framer-2tOFl .framer-liyuv4, .framer-2tOFl .framer-1ore5ko { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; max-width: 595px; position: relative; white-space: pre-wrap; width: auto; word-break: break-word; word-wrap: break-word; }\",\".framer-2tOFl .framer-17jgz3n-container { flex: none; height: auto; position: relative; width: 800px; z-index: 1; }\",\".framer-2tOFl .framer-ist05c { align-content: center; align-items: center; background-color: var(--token-b1300f4b-a271-4cae-93c1-958de2f2084b, #000000); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: 785px; justify-content: center; overflow: hidden; padding: 100px 40px 100px 40px; position: relative; width: 100%; }\",\".framer-2tOFl .framer-139ud9e { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: center; max-width: 1200px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-2tOFl .framer-catvd4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-2tOFl .framer-8hgg7v { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 15px 0px 15px 0px; position: relative; width: 100%; }\",\".framer-2tOFl .framer-hznj9w-container { flex: none; height: 100%; position: relative; width: 100%; }\",\".framer-2tOFl .framer-t9ukpu-container, .framer-2tOFl .framer-1mfk45j-container, .framer-2tOFl .framer-1vky4pd-container, .framer-2tOFl .framer-szoxy3-container, .framer-2tOFl .framer-1wqxjn4-container { height: auto; position: relative; width: auto; }\",\".framer-2tOFl .framer-1w9a20z { align-content: center; align-items: center; background-color: var(--token-b1300f4b-a271-4cae-93c1-958de2f2084b, #000000); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; overflow: hidden; padding: 139px 40px 139px 40px; position: relative; width: 100%; }\",\".framer-2tOFl .framer-19ayi6a { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 540px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-2tOFl .framer-1bl4wtu-container { flex: 1 0 0px; height: 290px; position: relative; width: 1px; }\",\".framer-2tOFl .framer-1ucgt3m-container { flex: none; height: 400px; position: relative; width: 1080px; }\",\".framer-2tOFl .framer-kzv2ve-container { bottom: 255px; flex: none; height: 30px; left: 580px; position: absolute; width: 100px; z-index: 1; }\",\".framer-2tOFl .framer-e8ykbx-container { bottom: 255px; flex: none; height: 30px; left: 760px; position: absolute; width: 100px; z-index: 1; }\",\".framer-2tOFl .framer-1nqskuo-container { flex: none; height: auto; position: relative; width: 596px; }\",\".framer-2tOFl .framer-1vig4n1-container { bottom: 139px; flex: none; height: 30px; left: 215px; position: absolute; width: 100px; z-index: 1; }\",\".framer-2tOFl .framer-ao02hh-container { bottom: 139px; flex: none; height: 30px; left: 35px; position: absolute; width: 100px; z-index: 1; }\",\".framer-2tOFl .framer-y7gyb6-container { bottom: 188px; flex: none; height: 30px; left: 235px; position: absolute; width: 100px; z-index: 1; }\",\".framer-2tOFl .framer-1jtgaxr-container { bottom: 188px; flex: none; height: 30px; left: 55px; position: absolute; width: 100px; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-2tOFl.framer-72rtr7, .framer-2tOFl .framer-axwx3f, .framer-2tOFl .framer-1kohf9o, .framer-2tOFl .framer-19wnl80, .framer-2tOFl .framer-15xa3vv, .framer-2tOFl .framer-n3xkmm, .framer-2tOFl .framer-pvyl7k, .framer-2tOFl .framer-1qcnygj, .framer-2tOFl .framer-ffdwj6, .framer-2tOFl .framer-1t6lukk, .framer-2tOFl .framer-1p0l6qh, .framer-2tOFl .framer-axxnmm, .framer-2tOFl .framer-b7aubz, .framer-2tOFl .framer-13yhbpc, .framer-2tOFl .framer-182qzgs, .framer-2tOFl .framer-9slzi4, .framer-2tOFl .framer-7hu5uh, .framer-2tOFl .framer-ist05c, .framer-2tOFl .framer-139ud9e, .framer-2tOFl .framer-catvd4, .framer-2tOFl .framer-8hgg7v, .framer-2tOFl .framer-1w9a20z, .framer-2tOFl .framer-1y6y31g, .framer-2tOFl .framer-19ayi6a { gap: 0px; } .framer-2tOFl.framer-72rtr7 > *, .framer-2tOFl .framer-8hgg7v > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-2tOFl.framer-72rtr7 > :first-child, .framer-2tOFl .framer-axwx3f > :first-child, .framer-2tOFl .framer-1kohf9o > :first-child, .framer-2tOFl .framer-19wnl80 > :first-child, .framer-2tOFl .framer-15xa3vv > :first-child, .framer-2tOFl .framer-n3xkmm > :first-child, .framer-2tOFl .framer-pvyl7k > :first-child, .framer-2tOFl .framer-1qcnygj > :first-child, .framer-2tOFl .framer-1t6lukk > :first-child, .framer-2tOFl .framer-axxnmm > :first-child, .framer-2tOFl .framer-13yhbpc > :first-child, .framer-2tOFl .framer-9slzi4 > :first-child, .framer-2tOFl .framer-7hu5uh > :first-child, .framer-2tOFl .framer-ist05c > :first-child, .framer-2tOFl .framer-139ud9e > :first-child, .framer-2tOFl .framer-catvd4 > :first-child, .framer-2tOFl .framer-8hgg7v > :first-child, .framer-2tOFl .framer-1w9a20z > :first-child, .framer-2tOFl .framer-1y6y31g > :first-child { margin-top: 0px; } .framer-2tOFl.framer-72rtr7 > :last-child, .framer-2tOFl .framer-axwx3f > :last-child, .framer-2tOFl .framer-1kohf9o > :last-child, .framer-2tOFl .framer-19wnl80 > :last-child, .framer-2tOFl .framer-15xa3vv > :last-child, .framer-2tOFl .framer-n3xkmm > :last-child, .framer-2tOFl .framer-pvyl7k > :last-child, .framer-2tOFl .framer-1qcnygj > :last-child, .framer-2tOFl .framer-1t6lukk > :last-child, .framer-2tOFl .framer-axxnmm > :last-child, .framer-2tOFl .framer-13yhbpc > :last-child, .framer-2tOFl .framer-9slzi4 > :last-child, .framer-2tOFl .framer-7hu5uh > :last-child, .framer-2tOFl .framer-ist05c > :last-child, .framer-2tOFl .framer-139ud9e > :last-child, .framer-2tOFl .framer-catvd4 > :last-child, .framer-2tOFl .framer-8hgg7v > :last-child, .framer-2tOFl .framer-1w9a20z > :last-child, .framer-2tOFl .framer-1y6y31g > :last-child { margin-bottom: 0px; } .framer-2tOFl .framer-axwx3f > *, .framer-2tOFl .framer-19wnl80 > * { margin: 0px; margin-bottom: calc(50px / 2); margin-top: calc(50px / 2); } .framer-2tOFl .framer-1kohf9o > *, .framer-2tOFl .framer-n3xkmm > *, .framer-2tOFl .framer-1qcnygj > *, .framer-2tOFl .framer-7hu5uh > *, .framer-2tOFl .framer-1y6y31g > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-2tOFl .framer-15xa3vv > * { margin: 0px; margin-bottom: calc(47px / 2); margin-top: calc(47px / 2); } .framer-2tOFl .framer-pvyl7k > *, .framer-2tOFl .framer-139ud9e > *, .framer-2tOFl .framer-catvd4 > * { margin: 0px; margin-bottom: calc(64px / 2); margin-top: calc(64px / 2); } .framer-2tOFl .framer-ffdwj6 > *, .framer-2tOFl .framer-182qzgs > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-2tOFl .framer-ffdwj6 > :first-child, .framer-2tOFl .framer-1p0l6qh > :first-child, .framer-2tOFl .framer-b7aubz > :first-child, .framer-2tOFl .framer-182qzgs > :first-child, .framer-2tOFl .framer-19ayi6a > :first-child { margin-left: 0px; } .framer-2tOFl .framer-ffdwj6 > :last-child, .framer-2tOFl .framer-1p0l6qh > :last-child, .framer-2tOFl .framer-b7aubz > :last-child, .framer-2tOFl .framer-182qzgs > :last-child, .framer-2tOFl .framer-19ayi6a > :last-child { margin-right: 0px; } .framer-2tOFl .framer-1t6lukk > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-2tOFl .framer-1p0l6qh > * { margin: 0px; margin-left: calc(19px / 2); margin-right: calc(19px / 2); } .framer-2tOFl .framer-axxnmm > * { margin: 0px; margin-bottom: calc(45px / 2); margin-top: calc(45px / 2); } .framer-2tOFl .framer-b7aubz > *, .framer-2tOFl .framer-19ayi6a > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-2tOFl .framer-13yhbpc > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-2tOFl .framer-9slzi4 > * { margin: 0px; margin-bottom: calc(63px / 2); margin-top: calc(63px / 2); } .framer-2tOFl .framer-ist05c > *, .framer-2tOFl .framer-1w9a20z > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } }\",`@media (min-width: 810px) and (max-width: 1439px) { .${metadata.bodyClassName}-framer-2tOFl { background: var(--token-b1300f4b-a271-4cae-93c1-958de2f2084b, rgb(0, 0, 0)) /* {\"name\":\"Black\"} */; } .framer-2tOFl.framer-72rtr7 { gap: 16px; width: 810px; } .framer-2tOFl .framer-axwx3f { height: 650px; } .framer-2tOFl .framer-xviynj { height: var(--framer-aspect-ratio-supported, 618px); order: 4; } .framer-2tOFl .framer-197f8vq-container { order: 0; } .framer-2tOFl .framer-1yft3nv { order: 1; } .framer-2tOFl .framer-nqkn6i { order: 2; } .framer-2tOFl .framer-xays5d-container { order: 3; } .framer-2tOFl .framer-1t6lukk { width: 135%; } .framer-2tOFl .framer-1p0l6qh { flex-direction: column; height: min-content; padding: 0px 40px 120px 40px; } .framer-2tOFl .framer-axxnmm { align-content: center; align-items: center; flex: none; width: 100%; } .framer-2tOFl .framer-17jgz3n-container { width: 609px; } .framer-2tOFl .framer-1ucgt3m-container { width: 544px; } .framer-2tOFl .framer-kzv2ve-container { bottom: 250px; left: 265px; } .framer-2tOFl .framer-e8ykbx-container { bottom: 250px; left: 445px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-2tOFl.framer-72rtr7, .framer-2tOFl .framer-1p0l6qh { gap: 0px; } .framer-2tOFl.framer-72rtr7 > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-2tOFl.framer-72rtr7 > :first-child, .framer-2tOFl .framer-1p0l6qh > :first-child { margin-top: 0px; } .framer-2tOFl.framer-72rtr7 > :last-child, .framer-2tOFl .framer-1p0l6qh > :last-child { margin-bottom: 0px; } .framer-2tOFl .framer-1p0l6qh > * { margin: 0px; margin-bottom: calc(19px / 2); margin-top: calc(19px / 2); } }}`,`@media (min-width: 390px) and (max-width: 809px) { .${metadata.bodyClassName}-framer-2tOFl { background: var(--token-b1300f4b-a271-4cae-93c1-958de2f2084b, rgb(0, 0, 0)) /* {\"name\":\"Black\"} */; } .framer-2tOFl.framer-72rtr7 { width: 390px; } .framer-2tOFl .framer-mrrgnf-container { bottom: 55px; order: 1; } .framer-2tOFl .framer-19wnl80, .framer-2tOFl .framer-lh7l4m-container { order: 3; } .framer-2tOFl .framer-15xa3vv, .framer-2tOFl .framer-1ihbt1z-container { order: 0; } .framer-2tOFl .framer-1edmofb-container { order: 5; } .framer-2tOFl .framer-n3xkmm { order: 6; } .framer-2tOFl .framer-4210n5 { max-width: 100%; } .framer-2tOFl .framer-1tdeo2q-container { justify-self: center; width: 260px; } .framer-2tOFl .framer-1288vr7-container, .framer-2tOFl .framer-j68ba1-container { grid-column: auto / span 2; justify-self: center; width: 260px; } .framer-2tOFl .framer-1t6lukk { order: 8; width: 135%; } .framer-2tOFl .framer-1p0l6qh { flex-direction: column; height: min-content; padding: 0px 40px 120px 40px; } .framer-2tOFl .framer-axxnmm { flex: none; gap: 0px; width: 100%; } .framer-2tOFl .framer-13yhbpc { align-content: center; align-items: center; } .framer-2tOFl .framer-9slzi4 { order: 9; } .framer-2tOFl .framer-7hu5uh { padding: 0px; width: 159%; } .framer-2tOFl .framer-17jgz3n-container { width: 282px; } .framer-2tOFl .framer-ist05c { order: 10; } .framer-2tOFl .framer-hznj9w-container { width: 200%; } .framer-2tOFl .framer-1w9a20z { order: 11; } .framer-2tOFl .framer-edyg7o { order: 1; } .framer-2tOFl .framer-1aaedg { order: 2; } .framer-2tOFl .framer-1ucgt3m-container { width: 292px; } .framer-2tOFl .framer-1nqskuo-container { height: 293px; width: 100%; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-2tOFl .framer-1p0l6qh, .framer-2tOFl .framer-axxnmm { gap: 0px; } .framer-2tOFl .framer-1p0l6qh > * { margin: 0px; margin-bottom: calc(19px / 2); margin-top: calc(19px / 2); } .framer-2tOFl .framer-1p0l6qh > :first-child, .framer-2tOFl .framer-axxnmm > :first-child { margin-top: 0px; } .framer-2tOFl .framer-1p0l6qh > :last-child, .framer-2tOFl .framer-axxnmm > :last-child { margin-bottom: 0px; } .framer-2tOFl .framer-axxnmm > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } }}`,`@media (max-width: 389px) { .${metadata.bodyClassName}-framer-2tOFl { background: var(--token-b1300f4b-a271-4cae-93c1-958de2f2084b, rgb(0, 0, 0)) /* {\"name\":\"Black\"} */; } .framer-2tOFl.framer-72rtr7 { width: 350px; } .framer-2tOFl .framer-mrrgnf-container { bottom: 57px; height: 70px; left: calc(50.00000000000002% - 85.71428571428571% / 2); transform: unset; width: 86%; } .framer-2tOFl .framer-1kohf9o { padding: 108px 0px 108px 0px; } .framer-2tOFl .framer-xviynj { aspect-ratio: unset; bottom: unset; height: 678px; left: -57px; right: -57px; top: -4px; } .framer-2tOFl .framer-juoeos { height: 269px; left: calc(50.00000000000002% - 252px / 2); top: 294px; width: 252px; } .framer-2tOFl .framer-1ce97gc-container { bottom: -54px; left: calc(50.00000000000002% - 350px / 2); right: unset; top: -55px; width: 350px; } .framer-2tOFl .framer-4210n5 { flex: none; max-width: 100%; width: 262px; } .framer-2tOFl .framer-1tdeo2q-container { justify-self: center; width: 208px; } .framer-2tOFl .framer-1288vr7-container, .framer-2tOFl .framer-j68ba1-container { grid-column: auto / span 2; justify-self: center; width: 50%; } .framer-2tOFl .framer-1t6lukk { width: 135%; } .framer-2tOFl .framer-1p0l6qh { flex-direction: column; height: min-content; padding: 0px 40px 120px 40px; } .framer-2tOFl .framer-axxnmm { flex: none; gap: 0px; width: 100%; } .framer-2tOFl .framer-13yhbpc { align-content: center; align-items: center; } .framer-2tOFl .framer-7hu5uh { padding: 0px; width: 159%; } .framer-2tOFl .framer-17jgz3n-container { width: 242px; } .framer-2tOFl .framer-ist05c { height: min-content; } .framer-2tOFl .framer-hznj9w-container { height: 585px; width: 200%; } .framer-2tOFl .framer-1ucgt3m-container { width: 270px; } .framer-2tOFl .framer-1nqskuo-container { height: 293px; width: 100%; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-2tOFl .framer-1p0l6qh, .framer-2tOFl .framer-axxnmm { gap: 0px; } .framer-2tOFl .framer-1p0l6qh > * { margin: 0px; margin-bottom: calc(19px / 2); margin-top: calc(19px / 2); } .framer-2tOFl .framer-1p0l6qh > :first-child, .framer-2tOFl .framer-axxnmm > :first-child { margin-top: 0px; } .framer-2tOFl .framer-1p0l6qh > :last-child, .framer-2tOFl .framer-axxnmm > :last-child { margin-bottom: 0px; } .framer-2tOFl .framer-axxnmm > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } }}`];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 5608\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"uKsMoViYf\":{\"layout\":[\"fixed\",\"auto\"]},\"KdfrOHXOZ\":{\"layout\":[\"fixed\",\"auto\"]},\"ed2bUlI4l\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerResponsiveScreen\n */const FrameraugiA20Il=withCSS(Component,css,\"framer-2tOFl\");export default FrameraugiA20Il;FrameraugiA20Il.displayName=\"Home\";FrameraugiA20Il.defaultProps={height:5608,width:1440};addFonts(FrameraugiA20Il,[{explicitInter:true,fonts:[{family:\"Satoshi\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/P2LQKHE6KA6ZP4AAGN72KDWMHH6ZH3TA/ZC32TK2P7FPS5GFTL46EU6KQJA24ZYDB/7AHDUZ4A7LFLVFUIFSARGIWCRQJHISQP.woff2\",weight:\"500\"},{family:\"Instrument Serif\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/instrumentserif/v4/jizHRFtNs2ka5fXjeivQ4LroWlx-6zATjnTNgNq55w.woff2\",weight:\"400\"},{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\"}]},...NavigationNavigationCopy2Fonts,...ParticlesFonts,...ElementsSocialProofFonts,...ElementsButtonCopyFonts,...NoiseFonts,...SmoothScrollFonts,...ElementsBadgeCopyFonts,...CardsTikTokAdsFonts,...CardsMetaAdsFonts,...CardsGoogleAdsFonts,...ElementsButtonFonts,...IntragationsCard3CopyFonts,...IntragationsCard3Fonts,...IntragationsCard3Copy3Fonts,...IntragationsCard3Copy2Fonts,...TickerFonts,...IntragationsCard3Copy7Fonts,...IntragationsCard3Copy8Fonts,...IntragationsCard3Copy5Fonts,...IntragationsCard3Copy6Fonts,...ElementsFAQFonts,...ElementsBadgeFonts,...TestimonialsCopy3Fonts,...TestimonialsCopyFonts,...TestimonialsCopy2Fonts,...TestimonialsFonts,...ElementsBadge1Fonts,...FormSparkFonts,...GoogleMapsFonts,...EmbedFonts,...FooterFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameraugiA20Il\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"5608\",\"framerContractVersion\":\"1\",\"framerResponsiveScreen\":\"\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"uKsMoViYf\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"KdfrOHXOZ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ed2bUlI4l\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"1440\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["coordinatesRegex", "GoogleMaps", "coordinates", "zoom", "style", "props", "borderRadius", "useRadius", "latitude1", "longitude1", "se", "ref", "latitude", "longitude", "p", "motion", "containerStyles", "addPropertyControls", "ControlType", "borderRadiusControl", "cycleOrder", "serializationHash", "variantClassNames", "toResponsiveImage", "value", "transition1", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "avatar", "height", "id", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "cpsLDpTtE", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "variantClassNames", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Image2", "cx", "serializationHash", "css", "FramerEN8TiKyXy", "withCSS", "EN8TiKyXy_default", "addPropertyControls", "ControlType", "addFonts", "cycleOrder", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transitions", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "equals", "a", "b", "transition2", "transition3", "transition4", "transition5", "humanReadableVariantMap", "getProps", "animated", "height", "id", "visible", "width", "props", "ref", "_variant", "ref1", "createLayoutDependency", "Component", "Y", "activeLocale", "useLocaleInfo", "style", "className", "layoutId", "CUWxF3qVJ", "jJDCdO7qI", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onAppear1w60ag4", "args", "onAppear1fayc3x", "useOnVariantChange", "isDisplayed", "defaultLayoutId", "ae", "LayoutGroup", "motion", "cx", "u", "SVG", "css", "Framerx0JmiCrCz", "withCSS", "x0JmiCrCz_default", "addPropertyControls", "ControlType", "addFonts", "ElementsAvatarFonts", "getFonts", "EN8TiKyXy_default", "StarsFonts", "x0JmiCrCz_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "animation", "transformTemplate1", "_", "t", "addImageAlt", "image", "alt", "transformTemplate2", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "title", "width", "props", "_ref", "_humanReadableVariantMap_props_variant", "_ref1", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "eUYUY9C3w", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "ComponentViewportProvider", "RichText2", "css", "Framertw_DWAiXc", "withCSS", "tw_DWAiXc_default", "addPropertyControls", "ControlType", "addFonts", "NavigationNavigationCopy2Fonts", "getFonts", "hOifSUc_Z_default", "NavigationNavigationCopy2WithVariantAppearEffect", "withVariantAppearEffect", "ContainerWithOptimizedAppearEffect", "withOptimizedAppearEffect", "Container", "ParticlesFonts", "ParticleWrapper", "MotionDivWithOptimizedAppearEffect", "motion", "ElementsSocialProofFonts", "tw_DWAiXc_default", "RichTextWithOptimizedAppearEffect", "RichText2", "ElementsButtonCopyFonts", "o_ZRwuRCz_default", "NoiseFonts", "Noise", "SmoothScrollFonts", "SmoothScroll", "ElementsBadgeCopyFonts", "Q9xhMQPVH_default", "CardsTikTokAdsFonts", "jFxWWWgUb_default", "CardsMetaAdsFonts", "O7uGoUqRj_default", "CardsGoogleAdsFonts", "ZR7QBMqbS_default", "ElementsButtonFonts", "Ly09guTeY_default", "IntragationsCard3CopyFonts", "oROFAry1G_default", "IntragationsCard3Fonts", "dHhLtMSIt_default", "IntragationsCard3Copy3Fonts", "VhOHBBxZp_default", "IntragationsCard3Copy2Fonts", "csGZeCfMs_default", "TickerFonts", "Ticker", "IntragationsCard3Copy7Fonts", "WX0RyU9zt_default", "IntragationsCard3Copy8Fonts", "Xuw56P3qn_default", "IntragationsCard3Copy5Fonts", "Z8nNkq1oK_default", "IntragationsCard3Copy6Fonts", "QIH0RBnuY_default", "ElementsFAQFonts", "Q1kI6NIe1_default", "ElementsBadgeFonts", "s91HbgBBE_default", "TestimonialsCopy3Fonts", "cnBXTxdsS_default", "TestimonialsCopyFonts", "r8SbMqjE8_default", "TestimonialsCopy2Fonts", "s5gGkihDV_default", "TestimonialsFonts", "x1dWFG_KG_default", "ElementsBadge1Fonts", "Q_RbLSGuv_default", "FormSparkFonts", "FormSpark_default", "GoogleMapsFonts", "GoogleMaps", "EmbedFonts", "Embed", "FooterFonts", "v3cdseQOa_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "transformTemplate1", "_", "t", "transition1", "animation", "animation1", "transition2", "animation2", "animation3", "transition3", "animation4", "animation5", "transition4", "animation6", "animation7", "transition5", "animation8", "transition6", "animation9", "animation10", "addImageAlt", "image", "alt", "metadata", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata1", "robotsTag", "ie", "_document_querySelector", "bodyCls", "body", "c", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "ref1", "pe", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "router", "useRouter", "isDisplayed4", "elementId", "useRouteElementId", "ref2", "elementId1", "ref3", "isDisplayed5", "elementId2", "ref4", "elementId3", "ref5", "elementId4", "ref6", "elementId5", "ref7", "isDisplayed6", "defaultLayoutId", "ae", "sharedStyleClassNames", "useCustomCursors", "p", "GeneratedComponentContext", "u", "LayoutGroup", "cx", "PropertyOverrides2", "ComponentViewportProvider", "x", "ResolveLinks", "resolvedLinks", "resolvedLinks1", "resolvedLinks2", "css", "FrameraugiA20Il", "withCSS", "augiA20Il_default", "addFonts", "__FramerMetadata__"]
}
