{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/lTXBfrCwTG1Z6hthMJ3r/h2rb77vWWIeUBzJyu5bU/Counter.js", "ssg:https://framerusercontent.com/modules/JPQNRZB0A2XMKBJij3Wu/tbjQt2eysz5PbkaRbnLP/f6DLcWPzs.js", "ssg:https://framerusercontent.com/modules/uzpnEB2B39K1jX0oxL9w/RJ7fj99Mi0zDNXfvHhiG/XIHwMGkIv.js", "ssg:https://framerusercontent.com/modules/PDp6wbzHIIcob346ioUH/LWo2DMkGq0HOXc7IbSkg/gtjns9Npd.js", "ssg:https://framerusercontent.com/modules/cfhPrIR5WwaYLi91jjnb/AaSiWT2CUsJv4el3QBF7/GZ1NV2ohv.js", "ssg:https://framerusercontent.com/modules/kaawgqzFJO4EBOVTvS2R/L0DjAusy6kxYa5B8D8gK/JuoXM7nRE.js", "ssg:https://framerusercontent.com/modules/H76bH8EDmOZwlFwtcfVa/AWtOQgDTOIFScUlWWhDR/C_TCK1rkn.js", "ssg:https://framerusercontent.com/modules/2NUt6c4X6XpdLAe9zW1Q/3SqMvJeGFbEBMatXh7Tg/ERRIHkpd2.js", "ssg:https://framerusercontent.com/modules/rdzNSfEmDdvFQ64Z0HoR/DKPIh5aFsvwB2SseXU4M/K01be9EwF.js", "ssg:https://framerusercontent.com/modules/SV0BzRoOGGzRvr0xmPbw/bUEt2NL9qz7uW40k0ZiF/mjZqPuJ5i.js", "ssg:https://framerusercontent.com/modules/ohHveKcmOqYOG8BEmpGF/IrpmJYNC3AazRDbHUJ8i/zhvBWKZ_w.js", "ssg:https://framerusercontent.com/modules/sKHHkvA6T3psB3yvOiA0/v93mZpDMTiBkoIlI0rNq/fruSkPM9E.js"],
  "sourcesContent": ["import{jsxs as _jsxs}from\"react/jsx-runtime\";import{motion}from\"framer-motion\";import{useState,useEffect,useRef}from\"react\";import{addPropertyControls,ControlType}from\"framer\";export function NumberCounter(props){const{startNumber,endNumber,fontColor,fontSize,fontWeight,fontFamily,speed,prefix,suffix,loop}=props;const[count,setCount]=useState(startNumber);const[isVisible,setIsVisible]=useState(false);const ref=useRef(null);useEffect(()=>{const observer=new IntersectionObserver(entries=>{const entry=entries[0];setIsVisible(entry.isIntersecting);});if(ref.current){observer.observe(ref.current);}return()=>{if(ref.current){observer.unobserve(ref.current);}};},[]);useEffect(()=>{if(isVisible&&startNumber!==endNumber){const intervalId=setInterval(()=>{if(count<endNumber){setCount(prevCount=>prevCount+1);}else if(loop){setCount(startNumber);}},speed);return()=>{clearInterval(intervalId);};}},[count,startNumber,endNumber,loop,isVisible]);return /*#__PURE__*/_jsxs(motion.div,{ref:ref,style:{color:fontColor,fontSize:fontSize,fontWeight:fontWeight,fontFamily:fontFamily},children:[prefix,count,suffix]});}NumberCounter.defaultProps={startNumber:0,endNumber:10,fontColor:\"#000\",fontSize:\"16px\",fontWeight:\"normal\",fontFamily:\"Arial\",speed:100,prefix:\"\",suffix:\"\",loop:false};addPropertyControls(NumberCounter,{startNumber:{type:ControlType.Number,title:\"Start Number\",defaultValue:0,displayStepper:true},endNumber:{type:ControlType.Number,title:\"End Number\",defaultValue:10,displayStepper:true},fontColor:{type:ControlType.Color,title:\"Font Color\",defaultValue:\"#000\"},fontSize:{type:ControlType.Number,title:\"Font Size\",defaultValue:16,min:0,max:100,step:1},fontWeight:{type:ControlType.Enum,title:\"Font Weight\",defaultValue:\"normal\",options:[\"light\",\"normal\",\"italic\",\"medium\",\"semibold\",\"bold\"],optionTitles:[\"Light\",\"Regular\",\"Medium\",\"Semibold\",\"Bold\"]},fontFamily:{type:ControlType.String,title:\"Font Family\",defaultValue:\"Arial\"},speed:{type:ControlType.Number,title:\"Speed (ms)\",defaultValue:100,min:0,max:1e3,step:10},prefix:{type:ControlType.String,title:\"Prefix\",defaultValue:\"\"},suffix:{type:ControlType.String,title:\"Suffix\",defaultValue:\"\"},loop:{type:ControlType.Boolean,title:\"Loop Animation\",defaultValue:false,enabledTitle:\"On\",disabledTitle:\"Off\"}});\nexport const __FramerMetadata__ = {\"exports\":{\"NumberCounter\":{\"type\":\"reactComponent\",\"name\":\"NumberCounter\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Counter.map", "// Generated by Framer (92f3d02)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,Image,Link,RichText,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/y62Xmv0gXDH3eVceKIdx/veOvas94nt5pl9ovnPAO/lIR2awgFS.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/s7M2LBd5ky7aEsbSyiAO/5aOiSsjqZDCUbYjeihW5/lSjeUYuvb.js\";const cycleOrder=[\"xffddUSUU\",\"KUWnRktkR\",\"ctG_sWv1P\"];const serializationHash=\"framer-kHLtD\";const variantClassNames={ctG_sWv1P:\"framer-v-q5foj1\",KUWnRktkR:\"framer-v-1kh9sp7\",xffddUSUU:\"framer-v-lmuof5\"};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 toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};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={\"Team Card - Hover\":\"KUWnRktkR\",\"Team Card - Mobile\":\"ctG_sWv1P\",\"Team Card\":\"xffddUSUU\"};const getProps=({height,hover,id,image,link,name1,role,width,...props})=>{var _ref,_ref1,_ref2,_humanReadableVariantMap_props_variant,_ref3;return{...props,HDywXWduo:(_ref=role!==null&&role!==void 0?role:props.HDywXWduo)!==null&&_ref!==void 0?_ref:\"Co-Founder\",iArvPEFEx:(_ref1=image!==null&&image!==void 0?image:props.iArvPEFEx)!==null&&_ref1!==void 0?_ref1:{src:\"https://framerusercontent.com/images/wXoIr9gvDrFBF0gvloWEJRFV3g.jpg\"},K9VW1wLZQ:link!==null&&link!==void 0?link:props.K9VW1wLZQ,LlkmDqG7d:(_ref2=name1!==null&&name1!==void 0?name1:props.LlkmDqG7d)!==null&&_ref2!==void 0?_ref2:\"Liam Wong\",SR0ddxx95:hover!==null&&hover!==void 0?hover:props.SR0ddxx95,variant:(_ref3=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref3!==void 0?_ref3:\"xffddUSUU\"};};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,SR0ddxx95,iArvPEFEx,LlkmDqG7d,HDywXWduo,K9VW1wLZQ,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"xffddUSUU\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onMouseEnteriw9l6c=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});if(SR0ddxx95){const res=await SR0ddxx95(...args);if(res===false)return false;}setVariant(\"KUWnRktkR\");});const onMouseLeavecrihwb=activeVariantCallback(async(...args)=>{setGestureState({isHovered:false});setVariant(\"xffddUSUU\");});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];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(Link,{href:K9VW1wLZQ,openInNewTab:true,children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-lmuof5\",className,classNames)} framer-191a1kf`,\"data-framer-name\":\"Team Card\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"xffddUSUU\",onMouseEnter:onMouseEnteriw9l6c,ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"var(--token-7465b040-6034-4939-a3ae-1089e0454b56, rgb(247, 247, 247))\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,...style},variants:{ctG_sWv1P:{backgroundColor:\"rgb(237, 237, 237)\"},KUWnRktkR:{backgroundColor:\"rgb(237, 237, 237)\"}},...addPropertyOverrides({ctG_sWv1P:{\"data-framer-name\":\"Team Card - Mobile\",\"data-highlight\":undefined,onMouseEnter:undefined},KUWnRktkR:{\"data-framer-name\":\"Team Card - Hover\",onMouseLeave:onMouseLeavecrihwb}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-z1dd2i\",\"data-framer-name\":\"Image Wrapper\",layoutDependency:layoutDependency,layoutId:\"U1zyvIkIo\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:2048,pixelWidth:2048,sizes:\"90px\",...toResponsiveImage(iArvPEFEx)},className:\"framer-3qr6zz\",\"data-framer-name\":\"Image\",layoutDependency:layoutDependency,layoutId:\"h42gngqEC\",style:{borderBottomLeftRadius:5,borderBottomRightRadius:5,borderTopLeftRadius:5,borderTopRightRadius:5,filter:\"brightness(1)\",WebkitFilter:\"brightness(1)\"},variants:{KUWnRktkR:{filter:\"brightness(1.1)\",WebkitFilter:\"brightness(1.1)\"}}})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-132iws9\",\"data-framer-name\":\"Contetn\",layoutDependency:layoutDependency,layoutId:\"ZbweeR8ej\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ko5f2n\",\"data-framer-name\":\"Details\",layoutDependency:layoutDependency,layoutId:\"DqN4INt7l\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-60458s\",\"data-framer-name\":\"Title\",layoutDependency:layoutDependency,layoutId:\"VykzjZPSi\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1fr7kmr\",\"data-styles-preset\":\"lSjeUYuvb\",children:\"Liam Wong\"})}),className:\"framer-7vp2u6\",\"data-framer-name\":\"Tommy Jacobson\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"WhVRus4rp\",style:{\"--framer-paragraph-spacing\":\"0px\"},text:LlkmDqG7d,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1dimix\",\"data-styles-preset\":\"lIR2awgFS\",children:\"Co-Founder\"})}),className:\"framer-451dk2\",\"data-framer-name\":\"Partner\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"maMH7lBt9\",style:{\"--framer-paragraph-spacing\":\"0px\",opacity:.5},text:HDywXWduo,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1881m68\",\"data-framer-name\":\"Social Icon\",layoutDependency:layoutDependency,layoutId:\"HVH_L8v5R\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-rjlslb\",\"data-framer-name\":\"Layer_1\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"vF7JAZkWz\",opacity:.5,style:{opacity:.5},svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 20 20\"><g id=\"ss11308465643_1\"><path d=\"M 0 19.116 L 0 0 L 19.116 0 L 19.116 19.116 Z\" fill=\"transparent\"></path><path d=\"M 17.699 0 L 1.417 0 C 0.648 0 0 0.607 0 1.377 L 0 17.739 C 0 18.509 0.628 19.116 1.417 19.116 L 17.699 19.116 C 18.488 19.116 19.116 18.488 19.116 17.739 L 19.116 1.377 C 19.116 0.627 18.488 0 17.699 0 Z\" fill=\"rgb(14,14,14)\"></path><path d=\"M 2.835 7.169 L 5.67 7.169 L 5.67 16.281 L 2.835 16.281 Z M 4.253 2.633 C 5.163 2.633 5.892 3.362 5.892 4.273 C 5.892 5.184 5.163 5.913 4.253 5.913 C 3.342 5.913 2.613 5.184 2.613 4.273 C 2.613 3.362 3.342 2.633 4.253 2.633 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 7.452 7.169 L 10.165 7.169 L 10.165 8.424 L 10.206 8.424 C 10.59 7.714 11.501 6.945 12.879 6.945 C 15.755 6.945 16.282 8.828 16.282 11.299 L 16.282 16.301 L 13.448 16.301 L 13.448 11.866 C 13.448 10.812 13.428 9.456 11.969 9.456 C 10.509 9.456 10.267 10.611 10.267 11.806 L 10.267 16.322 L 7.433 16.322 L 7.433 7.169 Z\" fill=\"rgb(255,255,255)\"></path></g></svg>',svgContentId:11308465643,variants:{ctG_sWv1P:{opacity:1},KUWnRktkR:{opacity:1}},withExternalLayout:true,...addPropertyOverrides({ctG_sWv1P:{opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 20 20\"><g id=\"ss9175699866_1\"><path d=\"M 0 19.116 L 0 0 L 19.116 0 L 19.116 19.116 Z\" fill=\"transparent\"></path><path d=\"M 17.699 0 L 1.417 0 C 0.648 0 0 0.607 0 1.377 L 0 17.739 C 0 18.509 0.628 19.116 1.417 19.116 L 17.699 19.116 C 18.488 19.116 19.116 18.488 19.116 17.739 L 19.116 1.377 C 19.116 0.627 18.488 0 17.699 0 Z\" fill=\"rgb(14,14,14)\"></path><path d=\"M 2.835 7.169 L 5.67 7.169 L 5.67 16.281 L 2.835 16.281 Z M 4.253 2.633 C 5.163 2.633 5.892 3.362 5.892 4.273 C 5.892 5.184 5.163 5.913 4.253 5.913 C 3.342 5.913 2.613 5.184 2.613 4.273 C 2.613 3.362 3.342 2.633 4.253 2.633 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 7.452 7.169 L 10.165 7.169 L 10.165 8.424 L 10.206 8.424 C 10.59 7.714 11.501 6.945 12.879 6.945 C 15.755 6.945 16.282 8.828 16.282 11.299 L 16.282 16.301 L 13.448 16.301 L 13.448 11.866 C 13.448 10.812 13.428 9.456 11.969 9.456 C 10.509 9.456 10.267 10.611 10.267 11.806 L 10.267 16.322 L 7.433 16.322 L 7.433 7.169 Z\" fill=\"rgb(255,255,255)\"></path></g></svg>',svgContentId:9175699866},KUWnRktkR:{opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 20 20\"><g id=\"ss9175699866_1\"><path d=\"M 0 19.116 L 0 0 L 19.116 0 L 19.116 19.116 Z\" fill=\"transparent\"></path><path d=\"M 17.699 0 L 1.417 0 C 0.648 0 0 0.607 0 1.377 L 0 17.739 C 0 18.509 0.628 19.116 1.417 19.116 L 17.699 19.116 C 18.488 19.116 19.116 18.488 19.116 17.739 L 19.116 1.377 C 19.116 0.627 18.488 0 17.699 0 Z\" fill=\"rgb(14,14,14)\"></path><path d=\"M 2.835 7.169 L 5.67 7.169 L 5.67 16.281 L 2.835 16.281 Z M 4.253 2.633 C 5.163 2.633 5.892 3.362 5.892 4.273 C 5.892 5.184 5.163 5.913 4.253 5.913 C 3.342 5.913 2.613 5.184 2.613 4.273 C 2.613 3.362 3.342 2.633 4.253 2.633 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 7.452 7.169 L 10.165 7.169 L 10.165 8.424 L 10.206 8.424 C 10.59 7.714 11.501 6.945 12.879 6.945 C 15.755 6.945 16.282 8.828 16.282 11.299 L 16.282 16.301 L 13.448 16.301 L 13.448 11.866 C 13.448 10.812 13.428 9.456 11.969 9.456 C 10.509 9.456 10.267 10.611 10.267 11.806 L 10.267 16.322 L 7.433 16.322 L 7.433 7.169 Z\" fill=\"rgb(255,255,255)\"></path></g></svg>',svgContentId:9175699866}},baseVariant,gestureVariant)})})]})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-kHLtD.framer-191a1kf, .framer-kHLtD .framer-191a1kf { display: block; }\",\".framer-kHLtD.framer-lmuof5 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: visible; padding: 20px; position: relative; text-decoration: none; width: 575px; }\",\".framer-kHLtD .framer-z1dd2i { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 90px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 90px; }\",\".framer-kHLtD .framer-3qr6zz { flex: none; height: 100%; position: relative; width: 100%; z-index: 2; }\",\".framer-kHLtD .framer-132iws9 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-kHLtD .framer-ko5f2n { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-kHLtD .framer-60458s { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-kHLtD .framer-7vp2u6 { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-kHLtD .framer-451dk2 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-kHLtD .framer-1881m68 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-end; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-kHLtD .framer-rjlslb { flex: none; height: 20px; position: relative; width: 20px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-kHLtD.framer-lmuof5, .framer-kHLtD .framer-z1dd2i, .framer-kHLtD .framer-132iws9, .framer-kHLtD .framer-ko5f2n, .framer-kHLtD .framer-60458s, .framer-kHLtD .framer-1881m68 { gap: 0px; } .framer-kHLtD.framer-lmuof5 > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-kHLtD.framer-lmuof5 > :first-child, .framer-kHLtD .framer-z1dd2i > :first-child, .framer-kHLtD .framer-60458s > :first-child, .framer-kHLtD .framer-1881m68 > :first-child { margin-left: 0px; } .framer-kHLtD.framer-lmuof5 > :last-child, .framer-kHLtD .framer-z1dd2i > :last-child, .framer-kHLtD .framer-60458s > :last-child, .framer-kHLtD .framer-1881m68 > :last-child { margin-right: 0px; } .framer-kHLtD .framer-z1dd2i > *, .framer-kHLtD .framer-1881m68 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-kHLtD .framer-132iws9 > *, .framer-kHLtD .framer-ko5f2n > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-kHLtD .framer-132iws9 > :first-child, .framer-kHLtD .framer-ko5f2n > :first-child { margin-top: 0px; } .framer-kHLtD .framer-132iws9 > :last-child, .framer-kHLtD .framer-ko5f2n > :last-child { margin-bottom: 0px; } .framer-kHLtD .framer-60458s > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } }\",\".framer-kHLtD.framer-v-q5foj1.framer-lmuof5 { align-content: flex-start; align-items: flex-start; padding: 15px; }\",\".framer-kHLtD.framer-v-q5foj1 .framer-132iws9 { align-self: stretch; gap: unset; height: auto; justify-content: space-between; }\",\".framer-kHLtD.framer-v-q5foj1 .framer-ko5f2n { flex: 1 0 0px; gap: 5px; height: 1px; }\",\".framer-kHLtD.framer-v-q5foj1 .framer-1881m68 { align-content: flex-end; align-items: flex-end; flex: 1 0 0px; height: 1px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-kHLtD.framer-v-q5foj1 .framer-132iws9, .framer-kHLtD.framer-v-q5foj1 .framer-ko5f2n { gap: 0px; } .framer-kHLtD.framer-v-q5foj1 .framer-132iws9 > *, .framer-kHLtD.framer-v-q5foj1 .framer-132iws9 > :first-child, .framer-kHLtD.framer-v-q5foj1 .framer-132iws9 > :last-child { margin: 0px; } .framer-kHLtD.framer-v-q5foj1 .framer-ko5f2n > * { margin: 0px; margin-bottom: calc(5px / 2); margin-top: calc(5px / 2); } .framer-kHLtD.framer-v-q5foj1 .framer-ko5f2n > :first-child { margin-top: 0px; } .framer-kHLtD.framer-v-q5foj1 .framer-ko5f2n > :last-child { margin-bottom: 0px; } }\",...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 130\n * @framerIntrinsicWidth 575\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"KUWnRktkR\":{\"layout\":[\"fixed\",\"auto\"]},\"ctG_sWv1P\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"SR0ddxx95\":\"hover\",\"iArvPEFEx\":\"image\",\"LlkmDqG7d\":\"name1\",\"HDywXWduo\":\"role\",\"K9VW1wLZQ\":\"link\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerf6DLcWPzs=withCSS(Component,css,\"framer-kHLtD\");export default Framerf6DLcWPzs;Framerf6DLcWPzs.displayName=\"About / Team Card\";Framerf6DLcWPzs.defaultProps={height:130,width:575};addPropertyControls(Framerf6DLcWPzs,{variant:{options:[\"xffddUSUU\",\"KUWnRktkR\",\"ctG_sWv1P\"],optionTitles:[\"Team Card\",\"Team Card - Hover\",\"Team Card - Mobile\"],title:\"Variant\",type:ControlType.Enum},SR0ddxx95:{title:\"Hover\",type:ControlType.EventHandler},iArvPEFEx:{__defaultAssetReference:\"data:framer/asset-reference,wXoIr9gvDrFBF0gvloWEJRFV3g.jpg?originalFilename=image+1302.jpg&preferredSize=full\",title:\"Image\",type:ControlType.ResponsiveImage},LlkmDqG7d:{defaultValue:\"Liam Wong\",displayTextArea:false,title:\"Name\",type:ControlType.String},HDywXWduo:{defaultValue:\"Co-Founder\",displayTextArea:false,title:\"Role\",type:ControlType.String},K9VW1wLZQ:{title:\"Link\",type:ControlType.Link}});addFonts(Framerf6DLcWPzs,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerf6DLcWPzs\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"575\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"130\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerVariables\":\"{\\\"SR0ddxx95\\\":\\\"hover\\\",\\\"iArvPEFEx\\\":\\\"image\\\",\\\"LlkmDqG7d\\\":\\\"name1\\\",\\\"HDywXWduo\\\":\\\"role\\\",\\\"K9VW1wLZQ\\\":\\\"link\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"KUWnRktkR\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ctG_sWv1P\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./f6DLcWPzs.map", "// Generated by Framer (6b748fa)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"FS;Switzer-regular\",\"FS;Switzer-bold\",\"FS;Switzer-bold italic\",\"FS;Switzer-italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Switzer\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/BLNB4FAQFNK56DWWNF7PMGTCOTZHOEII/ST3WKSSDMBK2MIQQO3MAVYWLF4FTOLFV/6IN5WOLRCYP4G4MOCOHOMXNON6Q7MDAR.woff2\",weight:\"400\"},{family:\"Switzer\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/HBNTRIISA5MEXGL5WPYI7CV2HIWTDV3Q/YDPDINVT673XLXNSTMLG4JNCZZMVVNPN/Y7SCNZJOT2MW5ADSGOFLDGH4TNL4JCQY.woff2\",weight:\"700\"},{family:\"Switzer\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/LVPXCMXCWY3V7PSXRMGRQUJDAS2DT47E/BPEVRT2HG7PPVVUS7A67MZQQZW6LR6A5/A7AS3UPAGLC7MDVC67SBNTE5FGF2Z2RG.woff2\",weight:\"700\"},{family:\"Switzer\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/XVUY2PHYBA6KMN4RMEMJPHQSTKCQ267G/UICOQA6KCSHFOSCPYDVVDNNCDKYFXHJB/O34WRFYO7JNWEBBA2LRV2XYRUSYXYDKH.woff2\",weight:\"400\"}]}];export const css=['.framer-mFU9a .framer-styles-preset-1dv5u8c:not(.rich-text-wrapper), .framer-mFU9a .framer-styles-preset-1dv5u8c.rich-text-wrapper p { --framer-font-family: \"Switzer\", \"Switzer Placeholder\", sans-serif; --framer-font-family-bold: \"Switzer\", \"Switzer Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Switzer\", \"Switzer Placeholder\", sans-serif; --framer-font-family-italic: \"Switzer\", \"Switzer Placeholder\", sans-serif; --framer-font-size: 100px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: -1.8px; --framer-line-height: 120%; --framer-paragraph-spacing: 20px; --framer-text-alignment: center; --framer-text-color: #000000; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: uppercase; }','@media (max-width: 1199px) and (min-width: 810px) { .framer-mFU9a .framer-styles-preset-1dv5u8c:not(.rich-text-wrapper), .framer-mFU9a .framer-styles-preset-1dv5u8c.rich-text-wrapper p { --framer-font-family: \"Switzer\", \"Switzer Placeholder\", sans-serif; --framer-font-family-bold: \"Switzer\", \"Switzer Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Switzer\", \"Switzer Placeholder\", sans-serif; --framer-font-family-italic: \"Switzer\", \"Switzer Placeholder\", sans-serif; --framer-font-size: 80px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: -1.8px; --framer-line-height: 120%; --framer-paragraph-spacing: 20px; --framer-text-alignment: center; --framer-text-color: #000000; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: uppercase; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-mFU9a .framer-styles-preset-1dv5u8c:not(.rich-text-wrapper), .framer-mFU9a .framer-styles-preset-1dv5u8c.rich-text-wrapper p { --framer-font-family: \"Switzer\", \"Switzer Placeholder\", sans-serif; --framer-font-family-bold: \"Switzer\", \"Switzer Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Switzer\", \"Switzer Placeholder\", sans-serif; --framer-font-family-italic: \"Switzer\", \"Switzer Placeholder\", sans-serif; --framer-font-size: 45px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: -1.8px; --framer-line-height: 110%; --framer-paragraph-spacing: 20px; --framer-text-alignment: center; --framer-text-color: #000000; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: uppercase; } }'];export const className=\"framer-mFU9a\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (44d7d2d)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/uzpnEB2B39K1jX0oxL9w/RJ7fj99Mi0zDNXfvHhiG/XIHwMGkIv.js\";const cycleOrder=[\"Z_CYJRLjF\",\"qmoIGvb99\"];const serializationHash=\"framer-SJ58g\";const variantClassNames={qmoIGvb99:\"framer-v-19yu290\",Z_CYJRLjF:\"framer-v-jteiw\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={Black:\"qmoIGvb99\",Grey:\"Z_CYJRLjF\"};const getProps=({height,id,title,width,...props})=>{var _ref,_humanReadableVariantMap_props_variant,_ref1;return{...props,C23ZSA8jA:(_ref=title!==null&&title!==void 0?title:props.C23ZSA8jA)!==null&&_ref!==void 0?_ref:\"Art Direction\",variant:(_ref1=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref1!==void 0?_ref1:\"Z_CYJRLjF\"};};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,C23ZSA8jA,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"Z_CYJRLjF\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-jteiw\",className,classNames),\"data-framer-name\":\"Grey\",layoutDependency:layoutDependency,layoutId:\"Z_CYJRLjF\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({qmoIGvb99:{\"data-framer-name\":\"Black\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1dv5u8c\",\"data-styles-preset\":\"XIHwMGkIv\",style:{\"--framer-text-alignment\":\"left\"},children:\"Art Direction\"})}),className:\"framer-qjf98g\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"EfHWATwFT\",style:{\"--framer-paragraph-spacing\":\"0px\",opacity:.2},text:C23ZSA8jA,variants:{qmoIGvb99:{opacity:1}},verticalAlignment:\"top\",withExternalLayout:true})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-SJ58g.framer-sd3p6j, .framer-SJ58g .framer-sd3p6j { display: block; }\",\".framer-SJ58g.framer-jteiw { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1160px; }\",\".framer-SJ58g .framer-qjf98g { -webkit-user-select: none; flex: 1 0 0px; height: auto; position: relative; user-select: none; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; z-index: 10; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-SJ58g.framer-jteiw { gap: 0px; } .framer-SJ58g.framer-jteiw > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-SJ58g.framer-jteiw > :first-child { margin-left: 0px; } .framer-SJ58g.framer-jteiw > :last-child { margin-right: 0px; } }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 120\n * @framerIntrinsicWidth 1160\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"qmoIGvb99\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"C23ZSA8jA\":\"title\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framergtjns9Npd=withCSS(Component,css,\"framer-SJ58g\");export default Framergtjns9Npd;Framergtjns9Npd.displayName=\"About / Services - Mobile\";Framergtjns9Npd.defaultProps={height:120,width:1160};addPropertyControls(Framergtjns9Npd,{variant:{options:[\"Z_CYJRLjF\",\"qmoIGvb99\"],optionTitles:[\"Grey\",\"Black\"],title:\"Variant\",type:ControlType.Enum},C23ZSA8jA:{defaultValue:\"Art Direction\",displayTextArea:false,title:\"Title\",type:ControlType.String}});addFonts(Framergtjns9Npd,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQ bJvbw7SY1pQ.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\"}]},...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framergtjns9Npd\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"120\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"C23ZSA8jA\\\":\\\"title\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"qmoIGvb99\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"1160\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./gtjns9Npd.map", "// Generated by Framer (838580a)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"FS;Switzer-medium\",\"FS;Switzer-bold\",\"FS;Switzer-bold italic\",\"FS;Switzer-medium italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Switzer\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/OYB4CXKJQXKTNSLJMTDQOIVUL2V5EL7S/WYO2P7DQVV5RNXGMCUO2HL4RJP4VFUAS/6XPIMU23OJVRY676OG5YVJMWEHWICATX.woff2\",weight:\"500\"},{family:\"Switzer\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/HBNTRIISA5MEXGL5WPYI7CV2HIWTDV3Q/YDPDINVT673XLXNSTMLG4JNCZZMVVNPN/Y7SCNZJOT2MW5ADSGOFLDGH4TNL4JCQY.woff2\",weight:\"700\"},{family:\"Switzer\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/LVPXCMXCWY3V7PSXRMGRQUJDAS2DT47E/BPEVRT2HG7PPVVUS7A67MZQQZW6LR6A5/A7AS3UPAGLC7MDVC67SBNTE5FGF2Z2RG.woff2\",weight:\"700\"},{family:\"Switzer\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/QMRBNVYKDJEZ66DA22SPWH5EVVYACHCU/ZHMXHHA546NDNEHJN5RPZX5KISJY5CWF/C6VLICDGQWYKV6YT65TM5G3OVN4AOZBN.woff2\",weight:\"500\"}]}];export const css=['.framer-pRxFJ .framer-styles-preset-ofpdmh:not(.rich-text-wrapper), .framer-pRxFJ .framer-styles-preset-ofpdmh.rich-text-wrapper p { --framer-font-family: \"Switzer\", \"Switzer Placeholder\", sans-serif; --framer-font-family-bold: \"Switzer\", \"Switzer Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Switzer\", \"Switzer Placeholder\", sans-serif; --framer-font-family-italic: \"Switzer\", \"Switzer Placeholder\", sans-serif; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 500; --framer-letter-spacing: -0.01em; --framer-line-height: 120%; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: #000000; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }'];export const className=\"framer-pRxFJ\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (7422eea)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,RichText,SmartComponentScopedContainer,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{Video}from\"https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/7qT0r3So12155VV5Jq5x/Video.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/cfhPrIR5WwaYLi91jjnb/AaSiWT2CUsJv4el3QBF7/GZ1NV2ohv.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/6kjzSAOFnvBzAVfLmSt5/SRLZnM56csSmtXlVnKmP/jS3cIXaLJ.js\";const VideoFonts=getFonts(Video);const serializationHash=\"framer-eZXA7\";const variantClassNames={v_5r9bn0m:\"framer-v-1r5vdxo\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({height,id,number,paragraph,title,uRL,width,...props})=>{return{...props,WN2RuGrbP:title??props.WN2RuGrbP??\"Design\",xM5xgJD30:paragraph??props.xM5xgJD30??\"We believe that the human spirit, with its limitless imagination and capacity to find links where none existed before, is unique. \",xN746g6R5:number??props.xN746g6R5??\"01\",zkYUAspo8:uRL??props.zkYUAspo8??\"https://assets.mixkit.co/videos/preview/mixkit-shining-sun-in-the-sky-surrounded-by-moving-clouds-31793-small.mp4\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,xN746g6R5,WN2RuGrbP,xM5xgJD30,zkYUAspo8,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"v_5r9bn0m\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1r5vdxo\",className,classNames),\"data-framer-name\":\"Principles Card\",layoutDependency:layoutDependency,layoutId:\"v_5r9bn0m\",ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-ahh4vs\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"ckk7nyMOK\",style:{borderBottomLeftRadius:5,borderBottomRightRadius:5,borderTopLeftRadius:5,borderTopRightRadius:5},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1l63m7r\",\"data-framer-name\":\"Video Wrapper\",layoutDependency:layoutDependency,layoutId:\"e8iBwRVQB\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-dc0nu1-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"oEyu5nRpF-container\",nodeId:\"oEyu5nRpF\",rendersWithMotion:true,scopeId:\"JuoXM7nRE\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"oEyu5nRpF\",isMixedBorderRadius:false,layoutId:\"oEyu5nRpF\",loop:true,muted:true,objectFit:\"cover\",playing:true,posterEnabled:true,srcType:\"URL\",srcUrl:zkYUAspo8,startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-jeoksr\",\"data-framer-name\":\"Heading\",layoutDependency:layoutDependency,layoutId:\"do4_0O09o\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-tatxu6\",\"data-framer-name\":\"Line\",layoutDependency:layoutDependency,layoutId:\"RJx_otwyn\",style:{backgroundColor:\"rgb(225, 225, 225)\"}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-65yqcm\",\"data-framer-name\":\"Title Wrapper\",layoutDependency:layoutDependency,layoutId:\"xwjNGoPsS\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-ofpdmh\",\"data-styles-preset\":\"GZ1NV2ohv\",children:\"01\"})}),className:\"framer-oy7qz8\",\"data-framer-name\":\"We believe that the human spirit, with its limitless imagination and capacity to find links where none existed before, is unique.\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"uc6mBfCZB\",style:{\"--framer-paragraph-spacing\":\"0px\"},text:xN746g6R5,verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U3dpdHplci1tZWRpdW0=\",\"--framer-font-family\":'\"Switzer\", \"Switzer Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"120%\"},children:\"Design\"})}),className:\"framer-1jiy3xi\",\"data-framer-name\":\"We believe that the human spirit, with its limitless imagination and capacity to find links where none existed before, is unique.\",fonts:[\"FS;Switzer-medium\"],layoutDependency:layoutDependency,layoutId:\"VZO847taH\",style:{\"--framer-paragraph-spacing\":\"0px\"},text:WN2RuGrbP,verticalAlignment:\"center\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-etyep1\",\"data-styles-preset\":\"jS3cIXaLJ\",children:\"We believe that the human spirit, with its limitless imagination and capacity to find links where none existed before, is unique. \"})}),className:\"framer-1e1tx7k\",\"data-framer-name\":\"We believe that the human spirit, with its limitless imagination and capacity to find links where none existed before, is unique.\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"kzrQj0i7E\",style:{\"--framer-paragraph-spacing\":\"0px\"},text:xM5xgJD30,verticalAlignment:\"center\",withExternalLayout:true})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-eZXA7.framer-1lnizsr, .framer-eZXA7 .framer-1lnizsr { display: block; }\",\".framer-eZXA7.framer-1r5vdxo { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 384px; }\",\".framer-eZXA7 .framer-ahh4vs { align-content: center; align-items: center; aspect-ratio: 1.475 / 1; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 136px); justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-eZXA7 .framer-1l63m7r { flex: none; height: 100%; overflow: hidden; position: relative; width: 100%; }\",\".framer-eZXA7 .framer-dc0nu1-container { flex: none; height: 100%; left: calc(50.00000000000002% - 100% / 2); position: absolute; top: calc(50.00000000000002% - 100% / 2); width: 100%; }\",\".framer-eZXA7 .framer-jeoksr { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-eZXA7 .framer-tatxu6 { flex: none; height: 1px; overflow: hidden; position: relative; width: 100%; }\",\".framer-eZXA7 .framer-65yqcm { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 25px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-eZXA7 .framer-oy7qz8 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-eZXA7 .framer-1jiy3xi { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-eZXA7 .framer-1e1tx7k { flex: none; height: auto; max-width: 360px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 388\n * @framerIntrinsicWidth 383\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"xN746g6R5\":\"number\",\"WN2RuGrbP\":\"title\",\"xM5xgJD30\":\"paragraph\",\"zkYUAspo8\":\"uRL\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerJuoXM7nRE=withCSS(Component,css,\"framer-eZXA7\");export default FramerJuoXM7nRE;FramerJuoXM7nRE.displayName=\"About / Principles\";FramerJuoXM7nRE.defaultProps={height:388,width:383};addPropertyControls(FramerJuoXM7nRE,{xN746g6R5:{defaultValue:\"01\",displayTextArea:false,title:\"Number\",type:ControlType.String},WN2RuGrbP:{defaultValue:\"Design\",displayTextArea:false,title:\"Title\",type:ControlType.String},xM5xgJD30:{defaultValue:\"We believe that the human spirit, with its limitless imagination and capacity to find links where none existed before, is unique. \",displayTextArea:true,title:\"Paragraph\",type:ControlType.String},zkYUAspo8:{defaultValue:\"https://assets.mixkit.co/videos/preview/mixkit-shining-sun-in-the-sky-surrounded-by-moving-clouds-31793-small.mp4\",placeholder:\"../example.mp4\",title:\"URL\",type:ControlType.String}});addFonts(FramerJuoXM7nRE,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Switzer\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/OYB4CXKJQXKTNSLJMTDQOIVUL2V5EL7S/WYO2P7DQVV5RNXGMCUO2HL4RJP4VFUAS/6XPIMU23OJVRY676OG5YVJMWEHWICATX.woff2\",weight:\"500\"}]},...VideoFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerJuoXM7nRE\",\"slots\":[],\"annotations\":{\"framerColorSyntax\":\"true\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"388\",\"framerIntrinsicWidth\":\"383\",\"framerVariables\":\"{\\\"xN746g6R5\\\":\\\"number\\\",\\\"WN2RuGrbP\\\":\\\"title\\\",\\\"xM5xgJD30\\\":\\\"paragraph\\\",\\\"zkYUAspo8\\\":\\\"uRL\\\"}\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerAutoSizeImages\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./JuoXM7nRE.map", "// Generated by Framer (44d7d2d)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"wlA8iYpTi\",\"C6o2KZFx9\"];const serializationHash=\"framer-3jAY5\";const variantClassNames={C6o2KZFx9:\"framer-v-1nwevzl\",wlA8iYpTi:\"framer-v-hw6f74\"};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={delay:0,duration:1,ease:[.16,1,.3,1],type:\"tween\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={Minus:\"C6o2KZFx9\",Plus:\"wlA8iYpTi\"};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:\"wlA8iYpTi\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"wlA8iYpTi\",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,...addPropertyOverrides({C6o2KZFx9:{value:transition2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-hw6f74\",className,classNames),\"data-framer-name\":\"Plus\",layoutDependency:layoutDependency,layoutId:\"wlA8iYpTi\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({C6o2KZFx9:{\"data-framer-name\":\"Minus\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-u825nf\",layoutDependency:layoutDependency,layoutId:\"vh2J61BaM\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1m5pmx1\",layoutDependency:layoutDependency,layoutId:\"nsazivhs1\",style:{backgroundColor:\"rgb(0, 0, 0)\",rotate:0},variants:{C6o2KZFx9:{rotate:180}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-iq5tad\",layoutDependency:layoutDependency,layoutId:\"PHlnXzjsb\",style:{backgroundColor:\"rgb(0, 0, 0)\",rotate:90},variants:{C6o2KZFx9:{rotate:180}}})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-3jAY5.framer-8e518q, .framer-3jAY5 .framer-8e518q { display: block; }\",\".framer-3jAY5.framer-hw6f74 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 22px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 22px; }\",\".framer-3jAY5 .framer-u825nf { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-3jAY5 .framer-1m5pmx1 { flex: none; height: 1px; overflow: hidden; position: relative; width: 15px; }\",\".framer-3jAY5 .framer-iq5tad { bottom: 0px; flex: none; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-3jAY5.framer-hw6f74, .framer-3jAY5 .framer-u825nf { gap: 0px; } .framer-3jAY5.framer-hw6f74 > *, .framer-3jAY5 .framer-u825nf > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-3jAY5.framer-hw6f74 > :first-child, .framer-3jAY5 .framer-u825nf > :first-child { margin-left: 0px; } .framer-3jAY5.framer-hw6f74 > :last-child, .framer-3jAY5 .framer-u825nf > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 22\n * @framerIntrinsicWidth 22\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"C6o2KZFx9\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerC_TCK1rkn=withCSS(Component,css,\"framer-3jAY5\");export default FramerC_TCK1rkn;FramerC_TCK1rkn.displayName=\"Accordion / Accordion plus\";FramerC_TCK1rkn.defaultProps={height:22,width:22};addPropertyControls(FramerC_TCK1rkn,{variant:{options:[\"wlA8iYpTi\",\"C6o2KZFx9\"],optionTitles:[\"Plus\",\"Minus\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerC_TCK1rkn,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerC_TCK1rkn\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"C6o2KZFx9\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"22\",\"framerIntrinsicHeight\":\"22\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./C_TCK1rkn.map", "// Generated by Framer (44d7d2d)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/6kjzSAOFnvBzAVfLmSt5/SRLZnM56csSmtXlVnKmP/jS3cIXaLJ.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/vXcwktNeYvQrbw5i8r9m/3celJuntnTAMk7HxgJh5/zCxXHHFbW.js\";import AccordionAccordionPlus from\"https://framerusercontent.com/modules/H76bH8EDmOZwlFwtcfVa/AWtOQgDTOIFScUlWWhDR/C_TCK1rkn.js\";const AccordionAccordionPlusFonts=getFonts(AccordionAccordionPlus);const enabledGestures={OBlTHmg11:{hover:true}};const cycleOrder=[\"OBlTHmg11\",\"wmwlp7JnC\",\"CJHlybZRG\",\"YFPZ9hYVh\",\"dMDb59ReO\",\"KAHTGPAai\"];const serializationHash=\"framer-V46JW\";const variantClassNames={CJHlybZRG:\"framer-v-137hjsk\",dMDb59ReO:\"framer-v-y746d5\",KAHTGPAai:\"framer-v-1h6vgkg\",OBlTHmg11:\"framer-v-1wruvxm\",wmwlp7JnC:\"framer-v-21htbl\",YFPZ9hYVh:\"framer-v-pgfnt8\"};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={delay:0,duration:1,ease:[.16,1,.3,1],type:\"tween\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={\"Desktop -  Closed\":\"OBlTHmg11\",\"Desktop - Open\":\"KAHTGPAai\",\"Mobile - Closed\":\"YFPZ9hYVh\",\"Mobile - Open\":\"dMDb59ReO\",\"Tablet - Closed\":\"wmwlp7JnC\",\"Tablet - Open\":\"CJHlybZRG\"};const getProps=({height,id,number,paragraph,title,width,...props})=>{var _ref,_ref1,_humanReadableVariantMap_props_variant,_ref2,_ref3;return{...props,h1ZthYPRp:(_ref=number!==null&&number!==void 0?number:props.h1ZthYPRp)!==null&&_ref!==void 0?_ref:\"01\",T8rQFvSBR:(_ref1=paragraph!==null&&paragraph!==void 0?paragraph:props.T8rQFvSBR)!==null&&_ref1!==void 0?_ref1:\"In January 2013 Spring/Summer came to life with a clear idea of how a modern design agency could be run. Gathering the best talent fuelled by high ambitions and projects run in a way where quality is the last thing to be sacrificed, we design online shops, corporate websites and brand identities with a strong root in the Scandinavian design philosophies where functionality meets aesthetics and the whole becomes greater than the sum of its parts.\",variant:(_ref2=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref2!==void 0?_ref2:\"OBlTHmg11\",W88zB8mIG:(_ref3=title!==null&&title!==void 0?title:props.W88zB8mIG)!==null&&_ref3!==void 0?_ref3:\"Art Direction\"};};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,W88zB8mIG,T8rQFvSBR,h1ZthYPRp,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"OBlTHmg11\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap2z7xdy=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"CJHlybZRG\");});const onTap198oigj=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"wmwlp7JnC\");});const onTapmteqq7=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"dMDb59ReO\");});const onTapoyflq3=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"YFPZ9hYVh\");});const onTap1crb1f=activeVariantCallback(async(...args)=>{setVariant(\"KAHTGPAai\");});const onTap1jwvr64=activeVariantCallback(async(...args)=>{setVariant(\"CJHlybZRG\");});const onTapmi447o=activeVariantCallback(async(...args)=>{setVariant(\"wmwlp7JnC\");});const onTapaghufh=activeVariantCallback(async(...args)=>{setVariant(\"dMDb59ReO\");});const onTap4cqrim=activeVariantCallback(async(...args)=>{setVariant(\"YFPZ9hYVh\");});const onTap6mbqgw=activeVariantCallback(async(...args)=>{setVariant(\"OBlTHmg11\");});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];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-1wruvxm\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Desktop -  Closed\",layoutDependency:layoutDependency,layoutId:\"OBlTHmg11\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(0, 0, 0, 0.2)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",...style},...addPropertyOverrides({\"OBlTHmg11-hover\":{\"data-framer-name\":undefined},CJHlybZRG:{\"data-framer-name\":\"Tablet - Open\",\"data-highlight\":true,onTap:onTap198oigj},dMDb59ReO:{\"data-framer-name\":\"Mobile - Open\",\"data-highlight\":true,onTap:onTapoyflq3},KAHTGPAai:{\"data-framer-name\":\"Desktop - Open\"},wmwlp7JnC:{\"data-framer-name\":\"Tablet - Closed\",\"data-highlight\":true,onTap:onTap2z7xdy},YFPZ9hYVh:{\"data-framer-name\":\"Mobile - Closed\",\"data-highlight\":true,onTap:onTapmteqq7}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1vd95m4\",\"data-framer-name\":\"Question\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"BLQ0v3Ia9\",onTap:onTap1crb1f,...addPropertyOverrides({CJHlybZRG:{onTap:onTapmi447o},dMDb59ReO:{onTap:onTap4cqrim},KAHTGPAai:{onTap:onTap6mbqgw},wmwlp7JnC:{onTap:onTap1jwvr64},YFPZ9hYVh:{onTap:onTapaghufh}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ssk7r8\",\"data-framer-name\":\"Container\",layoutDependency:layoutDependency,layoutId:\"KDVxJBkf3\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1x1w1vm\",\"data-styles-preset\":\"zCxXHHFbW\",children:\"01\"})}),className:\"framer-ug7h4v\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"EV44HXoBC\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\",opacity:.4},text:h1ZthYPRp,variants:{\"OBlTHmg11-hover\":{opacity:1},CJHlybZRG:{opacity:1},dMDb59ReO:{opacity:1},KAHTGPAai:{opacity:1}},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1x1w1vm\",\"data-styles-preset\":\"zCxXHHFbW\",children:\"Art Direction\"})}),className:\"framer-1mxgzxp\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"z_KprX2XC\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},text:W88zB8mIG,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"22px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-7d8v8z-container\",layoutDependency:layoutDependency,layoutId:\"y2YguXamH-container\",style:{opacity:.4},children:/*#__PURE__*/_jsx(AccordionAccordionPlus,{height:\"100%\",id:\"y2YguXamH\",layoutId:\"y2YguXamH\",style:{height:\"100%\",width:\"100%\"},variant:\"wlA8iYpTi\",width:\"100%\",...addPropertyOverrides({CJHlybZRG:{variant:\"C6o2KZFx9\"},dMDb59ReO:{variant:\"C6o2KZFx9\"},KAHTGPAai:{variant:\"C6o2KZFx9\"}},baseVariant,gestureVariant)})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1sgscom\",\"data-framer-name\":\"Answer\",layoutDependency:layoutDependency,layoutId:\"xuAgX5uf7\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-ipg69s\",\"data-framer-name\":\"Spacer\",layoutDependency:layoutDependency,layoutId:\"yb9gm2TvM\"}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-t6qdi\",\"data-framer-name\":\"Container\",layoutDependency:layoutDependency,layoutId:\"I0BN9ar2y\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-etyep1\",\"data-styles-preset\":\"jS3cIXaLJ\",children:\"In January 2013 Spring/Summer came to life with a clear idea of how a modern design agency could be run. Gathering the best talent fuelled by high ambitions and projects run in a way where quality is the last thing to be sacrificed, we design online shops, corporate websites and brand identities with a strong root in the Scandinavian design philosophies where functionality meets aesthetics and the whole becomes greater than the sum of its parts.\"})}),className:\"framer-h9igt6\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"gu7vzHsWw\",style:{\"--framer-paragraph-spacing\":\"0px\"},text:T8rQFvSBR,verticalAlignment:\"top\",withExternalLayout:true})})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-V46JW.framer-1dt0c9r, .framer-V46JW .framer-1dt0c9r { display: block; }\",\".framer-V46JW.framer-1wruvxm { align-content: flex-start; align-items: flex-start; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 61px; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 600px; }\",\".framer-V46JW .framer-1vd95m4 { -webkit-user-select: none; align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 15px 0px 15px 0px; position: relative; user-select: none; width: 100%; }\",\".framer-V46JW .framer-ssk7r8 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-V46JW .framer-ug7h4v { flex: 0.2 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-V46JW .framer-1mxgzxp { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-V46JW .framer-7d8v8z-container { flex: none; height: 22px; position: relative; width: 22px; }\",\".framer-V46JW .framer-1sgscom { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-V46JW .framer-ipg69s { flex: 0.2 0 0px; height: 26px; overflow: hidden; position: relative; width: 1px; }\",\".framer-V46JW .framer-t6qdi { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 15px 0px; position: relative; width: 1px; }\",\".framer-V46JW .framer-h9igt6 { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre-wrap; width: 90%; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-V46JW.framer-1wruvxm, .framer-V46JW .framer-1vd95m4, .framer-V46JW .framer-ssk7r8, .framer-V46JW .framer-1sgscom, .framer-V46JW .framer-t6qdi { gap: 0px; } .framer-V46JW.framer-1wruvxm > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-V46JW.framer-1wruvxm > :first-child, .framer-V46JW .framer-t6qdi > :first-child { margin-top: 0px; } .framer-V46JW.framer-1wruvxm > :last-child, .framer-V46JW .framer-t6qdi > :last-child { margin-bottom: 0px; } .framer-V46JW .framer-1vd95m4 > *, .framer-V46JW .framer-ssk7r8 > *, .framer-V46JW .framer-1sgscom > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-V46JW .framer-1vd95m4 > :first-child, .framer-V46JW .framer-ssk7r8 > :first-child, .framer-V46JW .framer-1sgscom > :first-child { margin-left: 0px; } .framer-V46JW .framer-1vd95m4 > :last-child, .framer-V46JW .framer-ssk7r8 > :last-child, .framer-V46JW .framer-1sgscom > :last-child { margin-right: 0px; } .framer-V46JW .framer-t6qdi > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\",\".framer-V46JW.framer-v-137hjsk.framer-1wruvxm { height: min-content; }\",\".framer-V46JW.framer-v-137hjsk .framer-t6qdi { gap: 0px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-V46JW.framer-v-137hjsk .framer-t6qdi { gap: 0px; } .framer-V46JW.framer-v-137hjsk .framer-t6qdi > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-V46JW.framer-v-137hjsk .framer-t6qdi > :first-child { margin-top: 0px; } .framer-V46JW.framer-v-137hjsk .framer-t6qdi > :last-child { margin-bottom: 0px; } }\",\".framer-V46JW.framer-v-pgfnt8.framer-1wruvxm { height: 57px; width: 390px; }\",\".framer-V46JW.framer-v-y746d5.framer-1wruvxm { height: min-content; padding: 0px 0px 20px 0px; width: 390px; }\",\".framer-V46JW.framer-v-1h6vgkg.framer-1wruvxm { cursor: unset; height: min-content; }\",...sharedStyle.css,...sharedStyle1.css,'.framer-V46JW[data-border=\"true\"]::after, .framer-V46JW [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 61\n * @framerIntrinsicWidth 600\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"wmwlp7JnC\":{\"layout\":[\"fixed\",\"fixed\"]},\"CJHlybZRG\":{\"layout\":[\"fixed\",\"auto\"]},\"YFPZ9hYVh\":{\"layout\":[\"fixed\",\"fixed\"]},\"dMDb59ReO\":{\"layout\":[\"fixed\",\"auto\"]},\"KAHTGPAai\":{\"layout\":[\"fixed\",\"auto\"]},\"O7ppf38aI\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"W88zB8mIG\":\"title\",\"T8rQFvSBR\":\"paragraph\",\"h1ZthYPRp\":\"number\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerERRIHkpd2=withCSS(Component,css,\"framer-V46JW\");export default FramerERRIHkpd2;FramerERRIHkpd2.displayName=\"Accordion / Accordion Row Copy 2\";FramerERRIHkpd2.defaultProps={height:61,width:600};addPropertyControls(FramerERRIHkpd2,{variant:{options:[\"OBlTHmg11\",\"wmwlp7JnC\",\"CJHlybZRG\",\"YFPZ9hYVh\",\"dMDb59ReO\",\"KAHTGPAai\"],optionTitles:[\"Desktop -  Closed\",\"Tablet - Closed\",\"Tablet - Open\",\"Mobile - Closed\",\"Mobile - Open\",\"Desktop - Open\"],title:\"Variant\",type:ControlType.Enum},W88zB8mIG:{defaultValue:\"Art Direction\",displayTextArea:true,title:\"Title\",type:ControlType.String},T8rQFvSBR:{defaultValue:\"In January 2013 Spring/Summer came to life with a clear idea of how a modern design agency could be run. Gathering the best talent fuelled by high ambitions and projects run in a way where quality is the last thing to be sacrificed, we design online shops, corporate websites and brand identities with a strong root in the Scandinavian design philosophies where functionality meets aesthetics and the whole becomes greater than the sum of its parts.\",displayTextArea:true,title:\"Paragraph\",type:ControlType.String},h1ZthYPRp:{defaultValue:\"01\",displayTextArea:false,title:\"Number\",type:ControlType.String}});addFonts(FramerERRIHkpd2,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQ bJvbw7SY1pQ.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\"}]},...AccordionAccordionPlusFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerERRIHkpd2\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"wmwlp7JnC\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"CJHlybZRG\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"YFPZ9hYVh\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"dMDb59ReO\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"KAHTGPAai\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"O7ppf38aI\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"61\",\"framerIntrinsicWidth\":\"600\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"W88zB8mIG\\\":\\\"title\\\",\\\"T8rQFvSBR\\\":\\\"paragraph\\\",\\\"h1ZthYPRp\\\":\\\"number\\\"}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (92f3d02)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import AccordionAccordionRowCopy2 from\"https://framerusercontent.com/modules/2NUt6c4X6XpdLAe9zW1Q/3SqMvJeGFbEBMatXh7Tg/ERRIHkpd2.js\";const AccordionAccordionRowCopy2Fonts=getFonts(AccordionAccordionRowCopy2);const cycleOrder=[\"Ze9OIU3p2\",\"IFUy4e2nZ\",\"mApnXHlRu\"];const serializationHash=\"framer-vdF1I\";const variantClassNames={IFUy4e2nZ:\"framer-v-16vjjnn\",mApnXHlRu:\"framer-v-x49oqh\",Ze9OIU3p2:\"framer-v-1gy2di2\"};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={delay:0,duration:1,ease:[.16,1,.3,1],type:\"tween\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={\"FAQ Mobile\":\"mApnXHlRu\",\"FAQ Tablet\":\"IFUy4e2nZ\",FAQ:\"Ze9OIU3p2\"};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:\"Ze9OIU3p2\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"Ze9OIU3p2\",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-1gy2di2\",className,classNames),\"data-framer-name\":\"FAQ\",layoutDependency:layoutDependency,layoutId:\"Ze9OIU3p2\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({IFUy4e2nZ:{\"data-framer-name\":\"FAQ Tablet\"},mApnXHlRu:{\"data-framer-name\":\"FAQ Mobile\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1oz4ooc-container\",\"data-framer-name\":\"Accordion Row\",layoutDependency:layoutDependency,layoutId:\"x5xSqtRRZ-container\",name:\"Accordion Row\",children:/*#__PURE__*/_jsx(AccordionAccordionRowCopy2,{h1ZthYPRp:\"01\",height:\"100%\",id:\"x5xSqtRRZ\",layoutId:\"x5xSqtRRZ\",name:\"Accordion Row\",style:{width:\"100%\"},T8rQFvSBR:\"Gathering and analyzing data about a target audience\u2019s preferences, behaviors, and needs to inform design and marketing decisions. This capability enables us to understand market trends, identify opportunities, and tailor strategies to meet consumer demands effectively. \",variant:\"OBlTHmg11\",W88zB8mIG:\"Market Research\",width:\"100%\",...addPropertyOverrides({IFUy4e2nZ:{variant:\"wmwlp7JnC\"},mApnXHlRu:{variant:\"YFPZ9hYVh\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1is94py-container\",\"data-framer-name\":\"Accordion Row\",layoutDependency:layoutDependency,layoutId:\"g25CGCPSv-container\",name:\"Accordion Row\",children:/*#__PURE__*/_jsx(AccordionAccordionRowCopy2,{h1ZthYPRp:\"02\",height:\"100%\",id:\"g25CGCPSv\",layoutId:\"g25CGCPSv\",name:\"Accordion Row\",style:{width:\"100%\"},T8rQFvSBR:\"Development of a comprehensive plan to establish and strengthen a brand\u2019s identity, positioning, and market presence. This capability includes defining the brand\u2019s mission, values, target audience, and unique selling propositions. By creating a cohesive brand narrative and visual identity, Studio Terrace ensures consistent messaging across all touchpoints, fostering brand loyalty and recognition.\",variant:\"OBlTHmg11\",W88zB8mIG:\"Brand Strategy\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-15706a6-container\",\"data-framer-name\":\"Accordion Row\",layoutDependency:layoutDependency,layoutId:\"HUg_MYAsU-container\",name:\"Accordion Row\",children:/*#__PURE__*/_jsx(AccordionAccordionRowCopy2,{h1ZthYPRp:\"03\",height:\"100%\",id:\"HUg_MYAsU\",layoutId:\"HUg_MYAsU\",name:\"Accordion Row\",style:{width:\"100%\"},T8rQFvSBR:\"Creating seamless, intuitive, and engaging interactions between users and products or services. This capability involves understanding user journeys, designing user interfaces (UI), and enhancing user experiences (UX) through research, prototyping, and testing. By prioritizing user needs and behaviors, the agency crafts digital and physical experiences that are both functional and enjoyable. \",variant:\"OBlTHmg11\",W88zB8mIG:\"Experience Design\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-extybm-container\",\"data-framer-name\":\"Accordion Row\",layoutDependency:layoutDependency,layoutId:\"nRk6gavSq-container\",name:\"Accordion Row\",children:/*#__PURE__*/_jsx(AccordionAccordionRowCopy2,{h1ZthYPRp:\"04\",height:\"100%\",id:\"nRk6gavSq\",layoutId:\"nRk6gavSq\",name:\"Accordion Row\",style:{width:\"100%\"},T8rQFvSBR:\"Planning and execution of introducing a new product to the market. This capability involves developing a comprehensive launch strategy that includes market research, branding, marketing, and promotional activities. We ensure that all visual and communication elements align with the brand identity and resonate with the target audience. By creating compelling launch campaigns, coordinating events, and leveraging multiple marketing channels, the agency maximizes product visibility and generates buzz.\",variant:\"OBlTHmg11\",W88zB8mIG:\"Product Launch\",width:\"100%\"})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-vdF1I.framer-x59vn4, .framer-vdF1I .framer-x59vn4 { display: block; }\",\".framer-vdF1I.framer-1gy2di2 { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 500px; }\",\".framer-vdF1I .framer-1oz4ooc-container, .framer-vdF1I .framer-1is94py-container, .framer-vdF1I .framer-15706a6-container, .framer-vdF1I .framer-extybm-container { flex: none; height: auto; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-vdF1I.framer-1gy2di2 { gap: 0px; } .framer-vdF1I.framer-1gy2di2 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-vdF1I.framer-1gy2di2 > :first-child { margin-top: 0px; } .framer-vdF1I.framer-1gy2di2 > :last-child { margin-bottom: 0px; } }\",\".framer-vdF1I.framer-v-16vjjnn.framer-1gy2di2 { width: 810px; }\",\".framer-vdF1I.framer-v-x49oqh.framer-1gy2di2 { width: 390px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 244\n * @framerIntrinsicWidth 500\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"IFUy4e2nZ\":{\"layout\":[\"fixed\",\"auto\"]},\"mApnXHlRu\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerK01be9EwF=withCSS(Component,css,\"framer-vdF1I\");export default FramerK01be9EwF;FramerK01be9EwF.displayName=\"Accordion / Accordion\";FramerK01be9EwF.defaultProps={height:244,width:500};addPropertyControls(FramerK01be9EwF,{variant:{options:[\"Ze9OIU3p2\",\"IFUy4e2nZ\",\"mApnXHlRu\"],optionTitles:[\"FAQ\",\"FAQ Tablet\",\"FAQ Mobile\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerK01be9EwF,[{explicitInter:true,fonts:[]},...AccordionAccordionRowCopy2Fonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerK01be9EwF\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"500\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"IFUy4e2nZ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"mApnXHlRu\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"244\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./K01be9EwF.map", "// Generated by Framer (7422eea)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,SmartComponentScopedContainer,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{Video}from\"https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/7qT0r3So12155VV5Jq5x/Video.js\";const VideoFonts=getFonts(Video);const cycleOrder=[\"EuN6DVfIr\",\"i908R_YOS\",\"gsirj9Zk4\",\"WgVOMsmyz\"];const serializationHash=\"framer-hhyrU\";const variantClassNames={EuN6DVfIr:\"framer-v-4329xm\",gsirj9Zk4:\"framer-v-10e4hnu\",i908R_YOS:\"framer-v-1qvv7v6\",WgVOMsmyz:\"framer-v-1uf3qzk\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={delay:0,duration:.8,ease:[.55,.03,.08,.99],type:\"tween\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"1\":\"EuN6DVfIr\",\"2\":\"i908R_YOS\",\"3\":\"gsirj9Zk4\",\"4\":\"WgVOMsmyz\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"EuN6DVfIr\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"EuN6DVfIr\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-4329xm\",className,classNames),\"data-framer-name\":\"1\",layoutDependency:layoutDependency,layoutId:\"EuN6DVfIr\",ref:refBinding,style:{borderBottomLeftRadius:5,borderBottomRightRadius:5,borderTopLeftRadius:5,borderTopRightRadius:5,...style},...addPropertyOverrides({gsirj9Zk4:{\"data-framer-name\":\"3\"},i908R_YOS:{\"data-framer-name\":\"2\"},WgVOMsmyz:{\"data-framer-name\":\"4\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-l13hhy\",\"data-framer-name\":\"Content Wrapper 1\",layoutDependency:layoutDependency,layoutId:\"TVda3Cmf_\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1hjfibp-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"KBtyz2y3m-container\",nodeId:\"KBtyz2y3m\",rendersWithMotion:true,scopeId:\"mjZqPuJ5i\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"KBtyz2y3m\",isMixedBorderRadius:false,layoutId:\"KBtyz2y3m\",loop:true,muted:true,objectFit:\"cover\",playing:true,poster:\"https://framerusercontent.com/images/t10qqOHFHDgqMbENYMwX3Fik.jpg\",posterEnabled:true,srcType:\"URL\",srcUrl:\"https://ena-supply.b-cdn.net/Studio%20Terrace/edward%20hugo%20comp.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-c919jo\",\"data-framer-name\":\"Content Wrapper 2\",layoutDependency:layoutDependency,layoutId:\"ud2Y7wAOO\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1q8eocd-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"fN9tQ9FFb-container\",nodeId:\"fN9tQ9FFb\",rendersWithMotion:true,scopeId:\"mjZqPuJ5i\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"fN9tQ9FFb\",isMixedBorderRadius:false,layoutId:\"fN9tQ9FFb\",loop:true,muted:true,objectFit:\"cover\",playing:true,posterEnabled:true,srcType:\"URL\",srcUrl:\"https://ena-supply.b-cdn.net/Apex%20Films/spyder%20thumbnail.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1vdk48z\",\"data-framer-name\":\"Content Wrapper 3\",layoutDependency:layoutDependency,layoutId:\"xUSv4rpQQ\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-j2rbr1-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"HMYapAmdx-container\",nodeId:\"HMYapAmdx\",rendersWithMotion:true,scopeId:\"mjZqPuJ5i\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"HMYapAmdx\",isMixedBorderRadius:false,layoutId:\"HMYapAmdx\",loop:true,muted:true,objectFit:\"cover\",playing:true,posterEnabled:true,srcType:\"URL\",srcUrl:\"https://ena-supply.b-cdn.net/Studio%20Terrace/ryan%20cole%20comp.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\",...addPropertyOverrides({gsirj9Zk4:{poster:\"https://framerusercontent.com/images/wj4TcirlVpDgPXCk2Rk8qX3DQ.jpg\"}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-116t9o7\",\"data-framer-name\":\"Content Wrapper 4\",layoutDependency:layoutDependency,layoutId:\"ldcViA73x\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-9achp9-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"TZkxQxMb8-container\",nodeId:\"TZkxQxMb8\",rendersWithMotion:true,scopeId:\"mjZqPuJ5i\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"TZkxQxMb8\",isMixedBorderRadius:false,layoutId:\"TZkxQxMb8\",loop:true,muted:true,objectFit:\"cover\",playing:true,posterEnabled:true,srcType:\"URL\",srcUrl:\"https://ena-supply.b-cdn.net/Studio%20Terrace/development.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-hhyrU.framer-1cxivlh, .framer-hhyrU .framer-1cxivlh { display: block; }\",\".framer-hhyrU.framer-4329xm { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 166px; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 230px; will-change: var(--framer-will-change-override, transform); }\",\".framer-hhyrU .framer-l13hhy { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 210px; justify-content: center; left: calc(50.00000000000002% - 230px / 2); overflow: visible; padding: 0px; position: absolute; top: calc(51.20481927710846% - 210px / 2); width: 230px; z-index: 1; }\",\".framer-hhyrU .framer-1hjfibp-container { flex: 1 0 0px; height: 1px; position: relative; width: 100%; }\",\".framer-hhyrU .framer-c919jo { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 210px; justify-content: center; left: calc(50.00000000000002% - 230px / 2); overflow: visible; padding: 0px; position: absolute; top: calc(177.710843373494% - 210px / 2); width: 230px; z-index: 1; }\",\".framer-hhyrU .framer-1q8eocd-container, .framer-hhyrU .framer-j2rbr1-container, .framer-hhyrU .framer-9achp9-container { flex: 1 0 0px; height: 100%; position: relative; width: 1px; }\",\".framer-hhyrU .framer-1vdk48z { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 210px; justify-content: center; left: calc(50.00000000000002% - 230px / 2); overflow: visible; padding: 0px; position: absolute; top: calc(304.21686746987956% - 210px / 2); width: 230px; z-index: 1; }\",\".framer-hhyrU .framer-116t9o7 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 210px; justify-content: center; left: calc(50.00000000000002% - 230px / 2); overflow: visible; padding: 0px; position: absolute; top: calc(430.7228915662651% - 210px / 2); width: 230px; z-index: 1; }\",\".framer-hhyrU.framer-v-1qvv7v6 .framer-l13hhy { top: calc(-77.71084337349396% - 210px / 2); }\",\".framer-hhyrU.framer-v-1qvv7v6 .framer-c919jo { top: calc(48.79518072289159% - 210px / 2); }\",\".framer-hhyrU.framer-v-1qvv7v6 .framer-1vdk48z { top: calc(175.30120481927713% - 210px / 2); }\",\".framer-hhyrU.framer-v-1qvv7v6 .framer-116t9o7 { top: calc(301.8072289156627% - 210px / 2); }\",\".framer-hhyrU.framer-v-10e4hnu .framer-l13hhy { top: calc(-203.61445783132527% - 210px / 2); }\",\".framer-hhyrU.framer-v-10e4hnu .framer-c919jo { top: calc(-77.10843373493974% - 210px / 2); }\",\".framer-hhyrU.framer-v-10e4hnu .framer-1vdk48z { top: calc(49.3975903614458% - 210px / 2); }\",\".framer-hhyrU.framer-v-10e4hnu .framer-116t9o7 { top: calc(175.90361445783134% - 210px / 2); }\",\".framer-hhyrU.framer-v-1uf3qzk .framer-l13hhy { top: calc(-329.51807228915663% - 210px / 2); }\",\".framer-hhyrU.framer-v-1uf3qzk .framer-c919jo { top: calc(-203.01204819277103% - 210px / 2); }\",\".framer-hhyrU.framer-v-1uf3qzk .framer-1vdk48z { top: calc(-76.50602409638552% - 210px / 2); }\",\".framer-hhyrU.framer-v-1uf3qzk .framer-116t9o7 { top: calc(50.00000000000002% - 210px / 2); }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 166\n * @framerIntrinsicWidth 230\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"i908R_YOS\":{\"layout\":[\"fixed\",\"fixed\"]},\"gsirj9Zk4\":{\"layout\":[\"fixed\",\"fixed\"]},\"WgVOMsmyz\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramermjZqPuJ5i=withCSS(Component,css,\"framer-hhyrU\");export default FramermjZqPuJ5i;FramermjZqPuJ5i.displayName=\"About / Services - Cursor\";FramermjZqPuJ5i.defaultProps={height:166,width:230};addPropertyControls(FramermjZqPuJ5i,{variant:{options:[\"EuN6DVfIr\",\"i908R_YOS\",\"gsirj9Zk4\",\"WgVOMsmyz\"],optionTitles:[\"1\",\"2\",\"3\",\"4\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramermjZqPuJ5i,[{explicitInter:true,fonts:[]},...VideoFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramermjZqPuJ5i\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"230\",\"framerColorSyntax\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"i908R_YOS\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"gsirj9Zk4\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"WgVOMsmyz\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"166\",\"framerAutoSizeImages\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./mjZqPuJ5i.map", "// Generated by Framer (92f3d02)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/uzpnEB2B39K1jX0oxL9w/RJ7fj99Mi0zDNXfvHhiG/XIHwMGkIv.js\";const RichTextWithFX=withFX(RichText);const cycleOrder=[\"CKHKwBIAT\",\"m9blVSm8b\",\"JQJDrbpBF\",\"rOYT5uBx3\",\"qXgPNOi3L\",\"rPYh59Zni\",\"c4Kp73KP0\",\"XW9iHJF5t\",\"Mu9FGXsoh\",\"vkWYHFswp\"];const serializationHash=\"framer-ArwIF\";const variantClassNames={c4Kp73KP0:\"framer-v-1d9llci\",CKHKwBIAT:\"framer-v-1juep3y\",JQJDrbpBF:\"framer-v-v11r8c\",m9blVSm8b:\"framer-v-nqz5fk\",Mu9FGXsoh:\"framer-v-1q3y1z9\",qXgPNOi3L:\"framer-v-42bxwt\",rOYT5uBx3:\"framer-v-72hkoy\",rPYh59Zni:\"framer-v-57968i\",vkWYHFswp:\"framer-v-bfpj1t\",XW9iHJF5t:\"framer-v-h5qlmr\"};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 animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:100};const transition2={delay:.3,duration:1.5,ease:[.16,1,.3,1],type:\"tween\"};const transition3={delay:.4,duration:1.5,ease:[.16,1,.3,1],type:\"tween\"};const transition4={delay:.5,duration:1.5,ease:[.16,1,.3,1],type:\"tween\"};const transition5={delay:.6,duration:1.5,ease:[.16,1,.3,1],type:\"tween\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={\"Art Direction\":\"m9blVSm8b\",\"Mobile - Art Direction\":\"c4Kp73KP0\",\"Mobile - Branding\":\"XW9iHJF5t\",\"Mobile - Design\":\"Mu9FGXsoh\",\"Mobile - Development\":\"vkWYHFswp\",Branding:\"JQJDrbpBF\",Design:\"rOYT5uBx3\",Development:\"qXgPNOi3L\",Mobile:\"rPYh59Zni\",Tablet:\"CKHKwBIAT\"};const getProps=({cursor1,cursor2,cursor3,cursor4,height,id,scrollSection,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,DtXmV0H8B:scrollSection!==null&&scrollSection!==void 0?scrollSection:props.DtXmV0H8B,NAGztRI8h:cursor1!==null&&cursor1!==void 0?cursor1:props.NAGztRI8h,SXSoaBZIm:cursor3!==null&&cursor3!==void 0?cursor3:props.SXSoaBZIm,TWIPaVByb:cursor4!==null&&cursor4!==void 0?cursor4:props.TWIPaVByb,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"CKHKwBIAT\",VDjH9otf_:cursor2!==null&&cursor2!==void 0?cursor2:props.VDjH9otf_};};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,NAGztRI8h,VDjH9otf_,SXSoaBZIm,TWIPaVByb,DtXmV0H8B,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"CKHKwBIAT\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onMouseEnterivkxda=activeVariantCallback(async(...args)=>{setVariant(\"m9blVSm8b\");});const onMouseLeave10rxhhk=activeVariantCallback(async(...args)=>{setVariant(\"CKHKwBIAT\");});const onMouseEnter1iu8npe=activeVariantCallback(async(...args)=>{setVariant(\"JQJDrbpBF\");});const onMouseEnter99lu06=activeVariantCallback(async(...args)=>{setVariant(\"rOYT5uBx3\");});const onMouseEntermxb3ej=activeVariantCallback(async(...args)=>{setVariant(\"qXgPNOi3L\");});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];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-1juep3y\",className,classNames),\"data-framer-name\":\"Tablet\",layoutDependency:layoutDependency,layoutId:\"CKHKwBIAT\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({c4Kp73KP0:{\"data-framer-cursor\":NAGztRI8h,\"data-framer-name\":\"Mobile - Art Direction\"},JQJDrbpBF:{\"data-framer-cursor\":VDjH9otf_,\"data-framer-name\":\"Branding\"},m9blVSm8b:{\"data-framer-cursor\":NAGztRI8h,\"data-framer-name\":\"Art Direction\"},Mu9FGXsoh:{\"data-framer-cursor\":SXSoaBZIm,\"data-framer-name\":\"Mobile - Design\"},qXgPNOi3L:{\"data-framer-cursor\":TWIPaVByb,\"data-framer-name\":\"Development\"},rOYT5uBx3:{\"data-framer-cursor\":SXSoaBZIm,\"data-framer-name\":\"Design\"},rPYh59Zni:{\"data-framer-name\":\"Mobile\"},vkWYHFswp:{\"data-framer-cursor\":TWIPaVByb,\"data-framer-name\":\"Mobile - Development\"},XW9iHJF5t:{\"data-framer-cursor\":VDjH9otf_,\"data-framer-name\":\"Mobile - Branding\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1syjz4m\",\"data-framer-name\":\"Service 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"kjTQPdLdS\",onMouseEnter:onMouseEnterivkxda,...addPropertyOverrides({c4Kp73KP0:{\"data-highlight\":undefined,onMouseEnter:undefined},m9blVSm8b:{onMouseLeave:onMouseLeave10rxhhk},Mu9FGXsoh:{\"data-highlight\":undefined,onMouseEnter:undefined},rPYh59Zni:{\"data-highlight\":undefined,onMouseEnter:undefined},vkWYHFswp:{\"data-highlight\":undefined,onMouseEnter:undefined},XW9iHJF5t:{\"data-highlight\":undefined,onMouseEnter:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:DtXmV0H8B,target:\"animate\"}],__framer__threshold:1,__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1dv5u8c\",\"data-styles-preset\":\"XIHwMGkIv\",children:\"Art Direction\"})}),className:\"framer-1j2yrbf\",\"data-framer-name\":\"News\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"YEmvWLtwp\",style:{\"--framer-paragraph-spacing\":\"0px\",opacity:1,transformPerspective:1200},variants:{JQJDrbpBF:{opacity:.2},Mu9FGXsoh:{opacity:.2},qXgPNOi3L:{opacity:.2},rOYT5uBx3:{opacity:.2},vkWYHFswp:{opacity:.2},XW9iHJF5t:{opacity:.2}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({JQJDrbpBF:{__targetOpacity:.2},Mu9FGXsoh:{__targetOpacity:.2},qXgPNOi3L:{__targetOpacity:.2},rOYT5uBx3:{__targetOpacity:.2},vkWYHFswp:{__targetOpacity:.2},XW9iHJF5t:{__targetOpacity:.2}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-143w3kj\",\"data-framer-name\":\"Service 2\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"rgCPawSKK\",onMouseEnter:onMouseEnter1iu8npe,...addPropertyOverrides({c4Kp73KP0:{\"data-highlight\":undefined,onMouseEnter:undefined},JQJDrbpBF:{onMouseLeave:onMouseLeave10rxhhk},Mu9FGXsoh:{\"data-highlight\":undefined,onMouseEnter:undefined},rPYh59Zni:{\"data-highlight\":undefined,onMouseEnter:undefined},vkWYHFswp:{\"data-highlight\":undefined,onMouseEnter:undefined},XW9iHJF5t:{\"data-highlight\":undefined,onMouseEnter:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:DtXmV0H8B,target:\"animate\"}],__framer__threshold:1,__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1dv5u8c\",\"data-styles-preset\":\"XIHwMGkIv\",children:\"Branding\"})}),className:\"framer-r28qf7\",\"data-framer-name\":\"News\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"qXMWu9tMH\",style:{\"--framer-paragraph-spacing\":\"0px\",opacity:1,transformPerspective:1200},variants:{c4Kp73KP0:{opacity:.2},m9blVSm8b:{opacity:.2},Mu9FGXsoh:{opacity:.2},qXgPNOi3L:{opacity:.2},rOYT5uBx3:{opacity:.2},vkWYHFswp:{opacity:.2}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({c4Kp73KP0:{__targetOpacity:.2},m9blVSm8b:{__targetOpacity:.2},Mu9FGXsoh:{__targetOpacity:.2},qXgPNOi3L:{__targetOpacity:.2},rOYT5uBx3:{__targetOpacity:.2},vkWYHFswp:{__targetOpacity:.2}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-fu7fze\",\"data-framer-name\":\"Service 3\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"POSC3nKYb\",onMouseEnter:onMouseEnter99lu06,...addPropertyOverrides({c4Kp73KP0:{\"data-highlight\":undefined,onMouseEnter:undefined},Mu9FGXsoh:{\"data-highlight\":undefined,onMouseEnter:undefined},rOYT5uBx3:{onMouseLeave:onMouseLeave10rxhhk},rPYh59Zni:{\"data-highlight\":undefined,onMouseEnter:undefined},vkWYHFswp:{\"data-highlight\":undefined,onMouseEnter:undefined},XW9iHJF5t:{\"data-highlight\":undefined,onMouseEnter:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:DtXmV0H8B,target:\"animate\"}],__framer__threshold:1,__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1dv5u8c\",\"data-styles-preset\":\"XIHwMGkIv\",children:\"Design\"})}),className:\"framer-1yzwxv5\",\"data-framer-name\":\"News\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"a6d4nwu9O\",style:{\"--framer-paragraph-spacing\":\"0px\",opacity:1,transformPerspective:1200},variants:{c4Kp73KP0:{opacity:.2},JQJDrbpBF:{opacity:.2},m9blVSm8b:{opacity:.2},qXgPNOi3L:{opacity:.2},vkWYHFswp:{opacity:.2},XW9iHJF5t:{opacity:.2}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({c4Kp73KP0:{__targetOpacity:.2},JQJDrbpBF:{__targetOpacity:.2},m9blVSm8b:{__targetOpacity:.2},qXgPNOi3L:{__targetOpacity:.2},vkWYHFswp:{__targetOpacity:.2},XW9iHJF5t:{__targetOpacity:.2}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-km15gs\",\"data-framer-name\":\"Service 4\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"vJ021IDo_\",onMouseEnter:onMouseEntermxb3ej,...addPropertyOverrides({c4Kp73KP0:{\"data-highlight\":undefined,onMouseEnter:undefined},Mu9FGXsoh:{\"data-highlight\":undefined,onMouseEnter:undefined},qXgPNOi3L:{onMouseLeave:onMouseLeave10rxhhk},rOYT5uBx3:{onMouseLeave:onMouseLeave10rxhhk},rPYh59Zni:{\"data-highlight\":undefined,onMouseEnter:undefined},vkWYHFswp:{\"data-highlight\":undefined,onMouseEnter:undefined},XW9iHJF5t:{\"data-highlight\":undefined,onMouseEnter:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:DtXmV0H8B,target:\"animate\"}],__framer__threshold:1,__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1dv5u8c\",\"data-styles-preset\":\"XIHwMGkIv\",children:\"Development\"})}),className:\"framer-ekqywh\",\"data-framer-name\":\"News\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"LZA85Zjty\",style:{\"--framer-paragraph-spacing\":\"0px\",opacity:1,transformPerspective:1200},variants:{c4Kp73KP0:{opacity:.2},JQJDrbpBF:{opacity:.2},m9blVSm8b:{opacity:.2},Mu9FGXsoh:{opacity:.2},rOYT5uBx3:{opacity:.2},XW9iHJF5t:{opacity:.2}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({c4Kp73KP0:{__targetOpacity:.2},JQJDrbpBF:{__targetOpacity:.2},m9blVSm8b:{__targetOpacity:.2},Mu9FGXsoh:{__targetOpacity:.2},rOYT5uBx3:{__targetOpacity:.2},XW9iHJF5t:{__targetOpacity:.2}},baseVariant,gestureVariant)})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-ArwIF.framer-1i05gvh, .framer-ArwIF .framer-1i05gvh { display: block; }\",\".framer-ArwIF.framer-1juep3y { align-content: center; align-items: center; cursor: default; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1160px; }\",\".framer-ArwIF .framer-1syjz4m, .framer-ArwIF .framer-143w3kj, .framer-ArwIF .framer-fu7fze, .framer-ArwIF .framer-km15gs { align-content: center; align-items: center; cursor: default; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 100px; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-ArwIF .framer-1j2yrbf { -webkit-user-select: none; cursor: default; flex: 1 0 0px; height: auto; position: relative; user-select: none; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; z-index: 10; }\",\".framer-ArwIF .framer-r28qf7 { -webkit-user-select: none; flex: 1 0 0px; height: auto; position: relative; user-select: none; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; z-index: 10; }\",\".framer-ArwIF .framer-1yzwxv5, .framer-ArwIF .framer-ekqywh { -webkit-user-select: none; flex: 1 0 0px; height: auto; position: relative; user-select: none; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-ArwIF.framer-1juep3y, .framer-ArwIF .framer-1syjz4m, .framer-ArwIF .framer-143w3kj, .framer-ArwIF .framer-fu7fze, .framer-ArwIF .framer-km15gs { gap: 0px; } .framer-ArwIF.framer-1juep3y > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-ArwIF.framer-1juep3y > :first-child { margin-top: 0px; } .framer-ArwIF.framer-1juep3y > :last-child { margin-bottom: 0px; } .framer-ArwIF .framer-1syjz4m > *, .framer-ArwIF .framer-143w3kj > *, .framer-ArwIF .framer-fu7fze > *, .framer-ArwIF .framer-km15gs > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-ArwIF .framer-1syjz4m > :first-child, .framer-ArwIF .framer-143w3kj > :first-child, .framer-ArwIF .framer-fu7fze > :first-child, .framer-ArwIF .framer-km15gs > :first-child { margin-left: 0px; } .framer-ArwIF .framer-1syjz4m > :last-child, .framer-ArwIF .framer-143w3kj > :last-child, .framer-ArwIF .framer-fu7fze > :last-child, .framer-ArwIF .framer-km15gs > :last-child { margin-right: 0px; } }\",\".framer-ArwIF.framer-v-72hkoy .framer-fu7fze, .framer-ArwIF.framer-v-1q3y1z9 .framer-fu7fze { cursor: unset; }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 400\n * @framerIntrinsicWidth 1160\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"m9blVSm8b\":{\"layout\":[\"fixed\",\"auto\"]},\"JQJDrbpBF\":{\"layout\":[\"fixed\",\"auto\"]},\"rOYT5uBx3\":{\"layout\":[\"fixed\",\"auto\"]},\"qXgPNOi3L\":{\"layout\":[\"fixed\",\"auto\"]},\"rPYh59Zni\":{\"layout\":[\"fixed\",\"auto\"]},\"c4Kp73KP0\":{\"layout\":[\"fixed\",\"auto\"]},\"XW9iHJF5t\":{\"layout\":[\"fixed\",\"auto\"]},\"Mu9FGXsoh\":{\"layout\":[\"fixed\",\"auto\"]},\"vkWYHFswp\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"NAGztRI8h\":\"cursor1\",\"VDjH9otf_\":\"cursor2\",\"SXSoaBZIm\":\"cursor3\",\"TWIPaVByb\":\"cursor4\",\"DtXmV0H8B\":\"scrollSection\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerzhvBWKZ_w=withCSS(Component,css,\"framer-ArwIF\");export default FramerzhvBWKZ_w;FramerzhvBWKZ_w.displayName=\"About / Services\";FramerzhvBWKZ_w.defaultProps={height:400,width:1160};addPropertyControls(FramerzhvBWKZ_w,{variant:{options:[\"CKHKwBIAT\",\"m9blVSm8b\",\"JQJDrbpBF\",\"rOYT5uBx3\",\"qXgPNOi3L\",\"rPYh59Zni\",\"c4Kp73KP0\",\"XW9iHJF5t\",\"Mu9FGXsoh\",\"vkWYHFswp\"],optionTitles:[\"Tablet\",\"Art Direction\",\"Branding\",\"Design\",\"Development\",\"Mobile\",\"Mobile - Art Direction\",\"Mobile - Branding\",\"Mobile - Design\",\"Mobile - Development\"],title:\"Variant\",type:ControlType.Enum},NAGztRI8h:{title:\"Cursor 1\",type:ControlType.CustomCursor},VDjH9otf_:{title:\"Cursor 2\",type:ControlType.CustomCursor},SXSoaBZIm:{title:\"Cursor 3\",type:ControlType.CustomCursor},TWIPaVByb:{title:\"Cursor 4\",type:ControlType.CustomCursor},DtXmV0H8B:{title:\"Scroll Section\",type:ControlType.ScrollSectionRef}});addFonts(FramerzhvBWKZ_w,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerzhvBWKZ_w\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"1160\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"400\",\"framerImmutableVariables\":\"true\",\"framerVariables\":\"{\\\"NAGztRI8h\\\":\\\"cursor1\\\",\\\"VDjH9otf_\\\":\\\"cursor2\\\",\\\"SXSoaBZIm\\\":\\\"cursor3\\\",\\\"TWIPaVByb\\\":\\\"cursor4\\\",\\\"DtXmV0H8B\\\":\\\"scrollSection\\\"}\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"m9blVSm8b\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"JQJDrbpBF\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"rOYT5uBx3\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"qXgPNOi3L\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"rPYh59Zni\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"c4Kp73KP0\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"XW9iHJF5t\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Mu9FGXsoh\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"vkWYHFswp\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./zhvBWKZ_w.map", "// Generated by Framer (7422eea)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,PropertyOverrides,RichText,useActiveVariantCallback,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useOverlayState,useRouteElementId,withCSS,withFX,withOptimizedAppearEffect,withVariantAppearEffect}from\"framer\";import{AnimatePresence,LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as ReactDOM from\"react-dom\";import{Video}from\"https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/7qT0r3So12155VV5Jq5x/Video.js\";import{NumberCounter}from\"https://framerusercontent.com/modules/lTXBfrCwTG1Z6hthMJ3r/h2rb77vWWIeUBzJyu5bU/Counter.js\";import EnaBuyTemplateButton from\"https://framerusercontent.com/modules/R4RE2CyGf3kVARGE4CK2/vfOl86dYvbLfvIPZNxBL/T3USDJ0Ln.js\";import FooterFooter from\"#framer/local/canvasComponent/Ecu_gXdKa/Ecu_gXdKa.js\";import FooterEnaLogo from\"#framer/local/canvasComponent/eQjg1x09h/eQjg1x09h.js\";import AboutTeamCard from\"#framer/local/canvasComponent/f6DLcWPzs/f6DLcWPzs.js\";import AboutServicesMobile from\"#framer/local/canvasComponent/gtjns9Npd/gtjns9Npd.js\";import NavigationNavigationMobile from\"#framer/local/canvasComponent/HIFff2Yck/HIFff2Yck.js\";import AboutPrinciples from\"#framer/local/canvasComponent/JuoXM7nRE/JuoXM7nRE.js\";import AccordionAccordion from\"#framer/local/canvasComponent/K01be9EwF/K01be9EwF.js\";import AboutServicesCursor from\"#framer/local/canvasComponent/mjZqPuJ5i/mjZqPuJ5i.js\";import CTASectionNewsletter from\"#framer/local/canvasComponent/NrEVXefEF/NrEVXefEF.js\";import NavigationMobileNavigationOpenState from\"#framer/local/canvasComponent/PRwLzu4zV/PRwLzu4zV.js\";import NavigationDesktopNavigation from\"#framer/local/canvasComponent/vlEshtzG5/vlEshtzG5.js\";import GlobalLineAnimationGlobal from\"#framer/local/canvasComponent/VNUD5DB4s/VNUD5DB4s.js\";import AboutServices from\"#framer/local/canvasComponent/zhvBWKZ_w/zhvBWKZ_w.js\";import*as sharedStyle4 from\"#framer/local/css/EFXG9Yua3/EFXG9Yua3.js\";import*as sharedStyle1 from\"#framer/local/css/Izc9F6vKJ/Izc9F6vKJ.js\";import*as sharedStyle2 from\"#framer/local/css/jS3cIXaLJ/jS3cIXaLJ.js\";import*as sharedStyle3 from\"#framer/local/css/lIR2awgFS/lIR2awgFS.js\";import*as sharedStyle from\"#framer/local/css/QdRadrMix/QdRadrMix.js\";import metadataProvider from\"#framer/local/webPageMetadata/fruSkPM9E/fruSkPM9E.js\";const NavigationDesktopNavigationFonts=getFonts(NavigationDesktopNavigation);const NavigationNavigationMobileFonts=getFonts(NavigationNavigationMobile);const NavigationMobileNavigationOpenStateFonts=getFonts(NavigationMobileNavigationOpenState);const EnaBuyTemplateButtonFonts=getFonts(EnaBuyTemplateButton);const ContainerWithOptimizedAppearEffect=withOptimizedAppearEffect(Container);const VideoFonts=getFonts(Video);const MotionDivWithOptimizedAppearEffect=withOptimizedAppearEffect(motion.div);const GlobalLineAnimationGlobalFonts=getFonts(GlobalLineAnimationGlobal);const MotionSectionWithOptimizedAppearEffect=withOptimizedAppearEffect(motion.section);const AboutServicesFonts=getFonts(AboutServices);const AboutServicesMobileFonts=getFonts(AboutServicesMobile);const AboutServicesMobileWithVariantAppearEffect=withVariantAppearEffect(AboutServicesMobile);const AboutServicesCursorFonts=getFonts(AboutServicesCursor);const AboutServicesCursorWithVariantAppearEffect=withVariantAppearEffect(AboutServicesCursor);const AboutPrinciplesFonts=getFonts(AboutPrinciples);const NumberCounterFonts=getFonts(NumberCounter);const AccordionAccordionFonts=getFonts(AccordionAccordion);const AboutTeamCardFonts=getFonts(AboutTeamCard);const ContainerWithFX=withFX(Container);const RichTextWithFX=withFX(RichText);const GlobalLineAnimationGlobalWithVariantAppearEffect=withVariantAppearEffect(GlobalLineAnimationGlobal);const CTASectionNewsletterFonts=getFonts(CTASectionNewsletter);const FooterFooterFonts=getFonts(FooterFooter);const FooterEnaLogoFonts=getFonts(FooterEnaLogo);const breakpoints={dAARy6VJq:\"(min-width: 810px) and (max-width: 1199px)\",HTs_Fqqs1:\"(min-width: 1200px)\",J3nalNAVX:\"(max-width: 809px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-BsUCS\";const variantClassNames={dAARy6VJq:\"framer-v-hd2ydh\",HTs_Fqqs1:\"framer-v-qn7pcu\",J3nalNAVX:\"framer-v-fdb87n\"};const transition1={delay:0,duration:0,ease:[0,0,1,1],type:\"tween\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition1,x:0,y:0};const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition1,x:0,y:0};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:0};const getContainer=()=>{return document.querySelector(\"#template-overlay\")??document.querySelector(\"#overlay\")??document.body;};const Overlay=({children,blockDocumentScrolling,enabled=true})=>{const[visible,setVisible]=useOverlayState({blockDocumentScrolling});return children({hide:()=>setVisible(false),show:()=>setVisible(true),toggle:()=>setVisible(!visible),visible:enabled&&visible});};const transition2={delay:1.7,duration:.7,ease:[.12,.23,.13,.96],type:\"tween\"};const animation3={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition2,x:0,y:0};const animation4={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:50};const animation5={opacity:.001,rotate:0,scale:1,skewX:0,skewY:0,x:0,y:74};const transition3={delay:.1,duration:1.5,ease:[.16,1,.3,1],type:\"tween\"};const textEffect={effect:animation5,startDelay:.3,tokenization:\"line\",transition:transition3,trigger:\"onMount\",type:\"appear\"};const transition4={delay:.6,duration:2,ease:[.23,.98,.56,1],type:\"tween\"};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:80};const animation8={opacity:0,rotate:0,rotateX:15,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:50};const transition5={delay:0,duration:2,ease:[.16,1,.3,1],type:\"tween\"};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const transition6={delay:.1,duration:2,ease:[.16,1,.3,1],type:\"tween\"};const transition7={delay:.2,duration:2,ease:[.16,1,.3,1],type:\"tween\"};const transition8={delay:.3,duration:2,ease:[.16,1,.3,1],type:\"tween\"};const transition9={delay:.4,duration:2,ease:[.16,1,.3,1],type:\"tween\"};const transition10={delay:.5,duration:2,ease:[.16,1,.3,1],type:\"tween\"};const animation9={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:60};const transition11={delay:.3,duration:1.5,ease:[.16,1,.3,1],type:\"tween\"};const transition12={delay:.4,duration:1.5,ease:[.16,1,.3,1],type:\"tween\"};const transition13={delay:.5,duration:1.5,ease:[.16,1,.3,1],type:\"tween\"};const transition14={delay:.6,duration:1.5,ease:[.16,1,.3,1],type:\"tween\"};const transition15={delay:.7,duration:1.5,ease:[.16,1,.3,1],type:\"tween\"};const transition16={delay:.8,duration:1.5,ease:[.16,1,.3,1],type:\"tween\"};const transition17={delay:.9,duration:1.5,ease:[.16,1,.3,1],type:\"tween\"};const transition18={delay:1,duration:1.5,ease:[.16,1,.3,1],type:\"tween\"};const transition19={delay:1.1,duration:1.5,ease:[.16,1,.3,1],type:\"tween\"};const transition20={delay:1.2,duration:1.5,ease:[.16,1,.3,1],type:\"tween\"};const animation10={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:20};const transition21={delay:.35,duration:1.5,ease:[.16,1,.3,1],type:\"tween\"};const transition22={delay:.45,duration:1.5,ease:[.16,1,.3,1],type:\"tween\"};const transition23={delay:.55,duration:1.5,ease:[.16,1,.3,1],type:\"tween\"};const transition24={delay:.65,duration:1.5,ease:[.16,1,.3,1],type:\"tween\"};const transition25={delay:.75,duration:1.5,ease:[.16,1,.3,1],type:\"tween\"};const transition26={delay:.85,duration:1.5,ease:[.16,1,.3,1],type:\"tween\"};const transition27={delay:.95,duration:1.5,ease:[.16,1,.3,1],type:\"tween\"};const transition28={delay:1.05,duration:1.5,ease:[.16,1,.3,1],type:\"tween\"};const transition29={delay:1.15,duration:1.5,ease:[.16,1,.3,1],type:\"tween\"};const transition30={delay:1.25,duration:1.5,ease:[.16,1,.3,1],type:\"tween\"};const transition31={delay:1.3,duration:1.5,ease:[.16,1,.3,1],type:\"tween\"};const transition32={delay:1.35,duration:1.5,ease:[.16,1,.3,1],type:\"tween\"};const transition33={delay:1.4,duration:1.5,ease:[.16,1,.3,1],type:\"tween\"};const transition34={delay:1.45,duration:1.5,ease:[.16,1,.3,1],type:\"tween\"};const transition35={delay:1.5,duration:1.5,ease:[.16,1,.3,1],type:\"tween\"};const transition36={delay:1.55,duration:1.5,ease:[.16,1,.3,1],type:\"tween\"};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"HTs_Fqqs1\",Phone:\"J3nalNAVX\",Tablet:\"dAARy6VJq\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"HTs_Fqqs1\"};};const transition37={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const cursor={alignment:\"start\",component:AboutServicesCursor,offset:{x:10,y:-10},placement:\"top\",transition:transition37,variant:\"EuN6DVfIr\"};const cursor1={alignment:\"start\",component:AboutServicesCursor,offset:{x:10,y:-10},placement:\"top\",transition:transition37,variant:\"i908R_YOS\"};const cursor2={alignment:\"start\",component:AboutServicesCursor,offset:{x:10,y:-10},placement:\"top\",transition:transition37,variant:\"gsirj9Zk4\"};const cursor3={alignment:\"start\",component:AboutServicesCursor,offset:{x:10,y:-10},placement:\"top\",transition:transition37,variant:\"WgVOMsmyz\"};const cursor4={alignment:\"start\",component:FooterEnaLogo,offset:{x:15,y:-15},placement:\"top\",variant:\"pHBzX2lRH\"};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const{activeVariantCallback,delay}=useActiveVariantCallback(undefined);const EHMhKGDpT3bnx0g=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.toggle();});const wCQM1JsQO1wnntms=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.hide();});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"J3nalNAVX\")return false;return true;};const isDisplayed1=()=>{if(!isBrowser())return true;if(baseVariant===\"J3nalNAVX\")return true;return false;};const elementId=useRouteElementId(\"HqfvOLyKN\");const ref1=React.useRef(null);const elementId1=useRouteElementId(\"OuWhJEHl5\");const ref2=React.useRef(null);const ref3=React.useRef(null);const elementId2=useRouteElementId(\"qiauajaoU\");const ref4=React.useRef(null);const elementId3=useRouteElementId(\"BAGNgnotz\");const ref5=React.useRef(null);const elementId4=useRouteElementId(\"uXqJCb8ix\");const ref6=React.useRef(null);const elementId5=useRouteElementId(\"RlFQwfBwj\");const elementId6=useRouteElementId(\"oQZgh3BA7\");const ref7=React.useRef(null);const elementId7=useRouteElementId(\"KESWw3bLB\");const ref8=React.useRef(null);const elementId8=useRouteElementId(\"x7jPKD7LC\");const ref9=React.useRef(null);const elementId9=useRouteElementId(\"JXOQza_pR\");const ref10=React.useRef(null);useCustomCursors({\"133qsbk\":cursor1,\"1nzztnc\":cursor,cvhjml:cursor4,sp8d8x:cursor2,srv24c:cursor3});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"HTs_Fqqs1\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: var(--token-7465b040-6034-4939-a3ae-1089e0454b56, rgb(247, 247, 247)); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-qn7pcu\",className),ref:refBinding,style:{...style},children:[isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:71,width:componentViewport?.width||\"100vw\",y:0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1pdwb6y-container hidden-fdb87n\",layoutScroll:true,nodeId:\"v25rYfQBm\",scopeId:\"fruSkPM9E\",children:/*#__PURE__*/_jsx(NavigationDesktopNavigation,{height:\"100%\",id:\"v25rYfQBm\",layoutId:\"v25rYfQBm\",style:{width:\"100%\"},width:\"100%\"})})}),isDisplayed1()&&/*#__PURE__*/_jsx(Overlay,{children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{J3nalNAVX:{height:66,width:\"100vw\",y:0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsxs(Container,{className:\"framer-18p6k59-container hidden-qn7pcu hidden-hd2ydh\",\"data-framer-name\":\"Navigation Mobile\",id:\"18p6k59\",layoutScroll:true,name:\"Navigation Mobile\",nodeId:\"fN6lv7Wau\",scopeId:\"fruSkPM9E\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{J3nalNAVX:{variant:overlay.visible?\"PPFOyo3m8\":undefined}},children:/*#__PURE__*/_jsx(NavigationNavigationMobile,{EHMhKGDpT:EHMhKGDpT3bnx0g({overlay}),height:\"100%\",id:\"fN6lv7Wau\",layoutId:\"fN6lv7Wau\",name:\"Navigation Mobile\",style:{width:\"100%\"},width:\"100%\"})}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:0,ease:[0,0,1,1],type:\"tween\"}},className:cx(scopingClassNames,\"framer-alrfps\"),\"data-framer-portal-id\":\"18p6k59\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[0,0,1,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay.hide()},\"gVcJF1lzI\"),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"100vw\",children:/*#__PURE__*/_jsx(Container,{animate:animation1,className:cx(scopingClassNames,\"framer-w4sn9l-container\"),\"data-framer-portal-id\":\"18p6k59\",exit:animation,inComponentSlot:true,initial:animation2,nodeId:\"bl7dWEUbZ\",rendersWithMotion:true,scopeId:\"fruSkPM9E\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(NavigationMobileNavigationOpenState,{height:\"100%\",id:\"bl7dWEUbZ\",layoutId:\"bl7dWEUbZ\",style:{height:\"100%\",width:\"100%\"},wCQM1JsQO:wCQM1JsQO1wnntms({overlay}),width:\"100%\"})})})]}),getContainer())})})]})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-ker5lj\",\"data-framer-name\":\"Buy Template Module\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-c9ojyz\",\"data-framer-name\":\"Button Wrapper\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation3,className:\"framer-6k450t-container\",\"data-framer-appear-id\":\"6k450t\",initial:animation4,isModuleExternal:true,nodeId:\"mNWJov82l\",optimized:true,rendersWithMotion:true,scopeId:\"fruSkPM9E\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(EnaBuyTemplateButton,{height:\"100%\",id:\"mNWJov82l\",layoutId:\"mNWJov82l\",link:\"https://ena.lemonsqueezy.com/buy/0a902ad4-31b9-4117-9876-e9843f6ddf7a\",width:\"100%\"})})})})}),/*#__PURE__*/_jsxs(\"main\",{className:\"framer-1v3w8rw\",\"data-framer-name\":\"Main\",children:[/*#__PURE__*/_jsxs(\"section\",{className:\"framer-76smdu\",\"data-framer-name\":\"Section Hero\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1rperxp\",\"data-framer-name\":\"Heading\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-tgjqph\",\"data-styles-preset\":\"QdRadrMix\",children:\"We build digital worlds that transform how users engage with innovative brands.\"})}),className:\"framer-5qcpon\",\"data-framer-name\":\"We create immersive digital spaces that are challenging the ways people interact with brands.\",effect:textEffect,fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation6,className:\"framer-1nsl93e\",\"data-framer-appear-id\":\"1nsl93e\",\"data-framer-name\":\"Container\",initial:animation7,optimized:true,style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1hwcwsb\",\"data-framer-name\":\"Video Wrapper\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1lkn1t3-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"p_lSE6SIX\",scopeId:\"fruSkPM9E\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"p_lSE6SIX\",isMixedBorderRadius:false,layoutId:\"p_lSE6SIX\",loop:true,muted:true,objectFit:\"cover\",playing:true,poster:\"https://framerusercontent.com/images/YYNkPwHrPnJ7Lx6aiE6wJSZ1mA.jpg\",posterEnabled:true,srcType:\"URL\",srcUrl:\"https://ena-supply.b-cdn.net/Studio%20Terrace/a14%20comp.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})})})})]}),/*#__PURE__*/_jsxs(MotionSectionWithOptimizedAppearEffect,{animate:animation6,className:\"framer-1ynd4ah\",\"data-framer-appear-id\":\"1ynd4ah\",\"data-framer-name\":\"Section About\",initial:animation7,optimized:true,style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{J3nalNAVX:{width:`calc(${componentViewport?.width||\"100vw\"} - 30px)`,y:(componentViewport?.y||0)+0+0+0+742+20+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+0+0+0+1092+40+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1xqhi99-container\",nodeId:\"D89mSpDzH\",scopeId:\"fruSkPM9E\",children:/*#__PURE__*/_jsx(GlobalLineAnimationGlobal,{height:\"100%\",id:\"D89mSpDzH\",jO4qx5iFC:{borderBottomWidth:1,borderColor:\"rgba(0, 0, 0, 0.2)\",borderLeftWidth:1,borderRightWidth:0,borderStyle:\"dashed\",borderTopWidth:2},layoutId:\"D89mSpDzH\",sjMku05M0:\"var(--token-98dd2e4b-2534-4771-a0e9-0adcb7a05c7c, rgba(0, 0, 0, 0.2))\",style:{height:\"100%\",width:\"100%\"},variant:\"EZQ5yO3L2\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-yr8xqd\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-pjl8bc\",\"data-framer-name\":\"Heading\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-9pbo33\",\"data-styles-preset\":\"Izc9F6vKJ\",children:\"About us\"})}),className:\"framer-yyi6c7\",\"data-framer-name\":\"News\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-rjnu06\",\"data-framer-name\":\"Stack\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-etyep1\",\"data-styles-preset\":\"jS3cIXaLJ\",children:\"At Studio Terrace, we are more than just a design studio. We are a passionate team of creative minds, dedicated to turning ideas into reality through innovative design solutions. With a focus on collaboration and excellence, we work closely with our clients to understand their unique needs and objectives, crafting bespoke designs that not only meet but exceed expectations. From concept to execution, we leverage our expertise and creativity to deliver impactful and visually stunning outcomes that leave a lasting impression.\"})}),className:\"framer-1jyfsdl\",\"data-framer-name\":\"Whether you need to showcase the brand's visual identity in different settings or demonstrate the product's functionality, we're here to help. We start projects at a minimum of $20,000.Our work draws upon years of expertise and a unique creative process that we've continually honed. We're proficient across a variety of sectors, including tech, outdoor, apparel, vehicle, and print and packaging mockups.\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-1gwe8x3\",\"data-framer-name\":\"Section Services\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ad3ikx\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{J3nalNAVX:{width:`calc(${componentViewport?.width||\"100vw\"} - 30px)`,y:(componentViewport?.y||0)+0+0+0+1071+0+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+0+0+0+1369+0+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-39os00-container\",nodeId:\"fFgLRTRRW\",scopeId:\"fruSkPM9E\",children:/*#__PURE__*/_jsx(GlobalLineAnimationGlobal,{height:\"100%\",id:\"fFgLRTRRW\",jO4qx5iFC:{borderBottomWidth:1,borderColor:\"rgba(0, 0, 0, 0.2)\",borderLeftWidth:1,borderRightWidth:0,borderStyle:\"dashed\",borderTopWidth:2},layoutId:\"fFgLRTRRW\",sjMku05M0:\"var(--token-98dd2e4b-2534-4771-a0e9-0adcb7a05c7c, rgba(0, 0, 0, 0.2))\",style:{height:\"100%\",width:\"100%\"},variant:\"EZQ5yO3L2\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1a6k8ns\",\"data-framer-name\":\"Heading\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-9pbo33\",\"data-styles-preset\":\"Izc9F6vKJ\",children:\"Our services\"})}),className:\"framer-jjrzz\",\"data-framer-name\":\"News\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:400,width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+0+0+0+1369+0+0+0+173,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1h4h5bz-container hidden-fdb87n\",id:elementId,nodeId:\"HqfvOLyKN\",ref:ref1,scopeId:\"fruSkPM9E\",children:/*#__PURE__*/_jsx(AboutServices,{DtXmV0H8B:ref1,height:\"100%\",id:\"HqfvOLyKN\",layoutId:\"HqfvOLyKN\",NAGztRI8h:\"1nzztnc\",style:{width:\"100%\"},SXSoaBZIm:\"sp8d8x\",TWIPaVByb:\"srv24c\",variant:\"CKHKwBIAT\",VDjH9otf_:\"133qsbk\",width:\"100%\"})})}),isDisplayed1()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1eqjtit hidden-qn7pcu hidden-hd2ydh\",\"data-framer-name\":\"Services - Mobile\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-b7pta\",id:elementId1,ref:ref2,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{J3nalNAVX:{width:`calc(${componentViewport?.width||\"100vw\"} - 30px)`,y:(componentViewport?.y||0)+0+0+0+1071+0+0+0+113+0+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:120,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1zmkr3-container\",nodeId:\"mXHJuWQ_H\",rendersWithMotion:true,scopeId:\"fruSkPM9E\",children:/*#__PURE__*/_jsx(AboutServicesMobileWithVariantAppearEffect,{__framer__animateOnce:false,__framer__targets:[{offset:-100,ref:ref2,target:\"qmoIGvb99\"},{offset:-100,ref:ref3,target:\"Z_CYJRLjF\"}],__framer__threshold:.5,__framer__variantAppearEffectEnabled:true,C23ZSA8jA:\"Art Direction\",height:\"100%\",id:\"mXHJuWQ_H\",layoutId:\"mXHJuWQ_H\",style:{width:\"100%\"},variant:\"qmoIGvb99\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-8gzhux\",id:elementId2,ref:ref3,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{J3nalNAVX:{width:`calc(${componentViewport?.width||\"100vw\"} - 30px)`,y:(componentViewport?.y||0)+0+0+0+1071+0+0+0+113+0+120+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:120,children:/*#__PURE__*/_jsx(Container,{className:\"framer-12tzn6j-container\",nodeId:\"vLbZhnopX\",rendersWithMotion:true,scopeId:\"fruSkPM9E\",children:/*#__PURE__*/_jsx(AboutServicesMobileWithVariantAppearEffect,{__framer__animateOnce:false,__framer__targets:[{offset:-100,ref:ref3,target:\"qmoIGvb99\"},{offset:-100,ref:ref4,target:\"Z_CYJRLjF\"}],__framer__threshold:.5,__framer__variantAppearEffectEnabled:true,C23ZSA8jA:\"Branding\",height:\"100%\",id:\"vLbZhnopX\",layoutId:\"vLbZhnopX\",style:{width:\"100%\"},variant:\"Z_CYJRLjF\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-149epbx\",id:elementId3,ref:ref4,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{J3nalNAVX:{width:`calc(${componentViewport?.width||\"100vw\"} - 30px)`,y:(componentViewport?.y||0)+0+0+0+1071+0+0+0+113+0+240+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:120,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1nd45jf-container\",nodeId:\"bF0qZXzUX\",rendersWithMotion:true,scopeId:\"fruSkPM9E\",children:/*#__PURE__*/_jsx(AboutServicesMobileWithVariantAppearEffect,{__framer__animateOnce:false,__framer__targets:[{offset:-100,ref:ref4,target:\"qmoIGvb99\"},{offset:-100,ref:ref5,target:\"Z_CYJRLjF\"}],__framer__threshold:.5,__framer__variantAppearEffectEnabled:true,C23ZSA8jA:\"Design\",height:\"100%\",id:\"bF0qZXzUX\",layoutId:\"bF0qZXzUX\",style:{width:\"100%\"},variant:\"Z_CYJRLjF\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1qtuhxy\",id:elementId4,ref:ref5,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{J3nalNAVX:{width:`calc(${componentViewport?.width||\"100vw\"} - 30px)`,y:(componentViewport?.y||0)+0+0+0+1071+0+0+0+113+0+360+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:120,children:/*#__PURE__*/_jsx(Container,{className:\"framer-4v9mtu-container\",nodeId:\"F9Fc971hz\",rendersWithMotion:true,scopeId:\"fruSkPM9E\",children:/*#__PURE__*/_jsx(AboutServicesMobileWithVariantAppearEffect,{__framer__animateOnce:false,__framer__targets:[{offset:-100,ref:ref5,target:\"qmoIGvb99\"},{offset:-100,ref:ref6,target:\"Z_CYJRLjF\"}],__framer__threshold:.5,__framer__variantAppearEffectEnabled:true,C23ZSA8jA:\"Development\",height:\"100%\",id:\"F9Fc971hz\",layoutId:\"F9Fc971hz\",style:{width:\"100%\"},variant:\"Z_CYJRLjF\",width:\"100%\"})})})})})]}),isDisplayed1()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-7dnc4c hidden-qn7pcu hidden-hd2ydh\",id:elementId5,ref:ref6,children:isDisplayed1()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{J3nalNAVX:{height:166,width:\"230px\",y:(componentViewport?.y||0)+0+0+0+1071+0+0+0+613+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-je6p7f-container hidden-qn7pcu\",nodeId:\"KJKipVVs7\",rendersWithMotion:true,scopeId:\"fruSkPM9E\",children:/*#__PURE__*/_jsx(AboutServicesCursorWithVariantAppearEffect,{__framer__animateOnce:false,__framer__targets:[{offset:-100,ref:ref2,target:\"EuN6DVfIr\"},{offset:-100,ref:ref3,target:\"i908R_YOS\"},{offset:-100,ref:ref4,target:\"gsirj9Zk4\"},{offset:-100,ref:ref5,target:\"WgVOMsmyz\"}],__framer__threshold:.5,__framer__variantAppearEffectEnabled:true,height:\"100%\",id:\"KJKipVVs7\",layoutId:\"KJKipVVs7\",style:{height:\"100%\",width:\"100%\"},variant:\"EuN6DVfIr\",width:\"100%\"})})})})})]})}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-3m7hrf\",\"data-framer-name\":\"Section Principles\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{J3nalNAVX:{width:`calc(${componentViewport?.width||\"100vw\"} - 30px)`,y:(componentViewport?.y||0)+0+0+0+1970+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+0+0+0+2062+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1vcicjz-container\",nodeId:\"uREi6I6_D\",scopeId:\"fruSkPM9E\",children:/*#__PURE__*/_jsx(GlobalLineAnimationGlobal,{height:\"100%\",id:\"uREi6I6_D\",jO4qx5iFC:{borderBottomWidth:1,borderColor:\"rgba(0, 0, 0, 0.2)\",borderLeftWidth:1,borderRightWidth:0,borderStyle:\"dashed\",borderTopWidth:2},layoutId:\"uREi6I6_D\",sjMku05M0:\"var(--token-98dd2e4b-2534-4771-a0e9-0adcb7a05c7c, rgba(0, 0, 0, 0.2))\",style:{height:\"100%\",width:\"100%\"},variant:\"EZQ5yO3L2\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1fpnxid\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-qfbyyd\",\"data-framer-name\":\"Heading\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-9pbo33\",\"data-styles-preset\":\"Izc9F6vKJ\",children:\"Our principles\"})}),className:\"framer-k1rebl\",\"data-framer-name\":\"News\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-iw4w3l\",\"data-framer-name\":\"Services\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{J3nalNAVX:{width:`calc(${componentViewport?.width||\"100vw\"} - 30px)`,y:(componentViewport?.y||0)+0+0+0+1970+0+21+0+72+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:388,width:`max((${componentViewport?.width||\"100vw\"} - 60px) / 3, 1px)`,y:(componentViewport?.y||0)+0+0+0+2062+0+21+0+72+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ewww9y-container\",nodeId:\"V54IyBeiZ\",scopeId:\"fruSkPM9E\",children:/*#__PURE__*/_jsx(AboutPrinciples,{height:\"100%\",id:\"V54IyBeiZ\",layoutId:\"V54IyBeiZ\",style:{width:\"100%\"},width:\"100%\",WN2RuGrbP:\"Human-centricity\",xM5xgJD30:\"This empathy-driven method allows us to craft solutions that genuinely resonate with and benefit the people they are designed for.\",xN746g6R5:\"01\",zkYUAspo8:\"https://ena-supply.b-cdn.net/Studio%20Terrace/442880_Satisfying%20Conveyor%20Belt%20Inflating%20Piston_By_Finn_Moeller_Artlist_HD%20(1).mp4\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{J3nalNAVX:{width:`calc(${componentViewport?.width||\"100vw\"} - 30px)`,y:(componentViewport?.y||0)+0+0+0+1970+0+21+0+72+0+428}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:388,width:`max((${componentViewport?.width||\"100vw\"} - 60px) / 3, 1px)`,y:(componentViewport?.y||0)+0+0+0+2062+0+21+0+72+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1842hlf-container\",nodeId:\"YlIoTZXCU\",scopeId:\"fruSkPM9E\",children:/*#__PURE__*/_jsx(AboutPrinciples,{height:\"100%\",id:\"YlIoTZXCU\",layoutId:\"YlIoTZXCU\",style:{width:\"100%\"},width:\"100%\",WN2RuGrbP:\"Innovation\",xM5xgJD30:\"Out-of-the-box thinking and experimentation, staying updated with the latest trends in design and technology. This allows us to develop unique and cutting-edge designs.\",xN746g6R5:\"02\",zkYUAspo8:\"https://ena-supply.b-cdn.net/Studio%20Terrace/442881_Satisfying%20Marble%20Ball%20Rolling_By_Finn_Moeller_Artlist_HD%20(1).mp4\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{J3nalNAVX:{width:`calc(${componentViewport?.width||\"100vw\"} - 30px)`,y:(componentViewport?.y||0)+0+0+0+1970+0+21+0+72+0+856}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:388,width:`max((${componentViewport?.width||\"100vw\"} - 60px) / 3, 1px)`,y:(componentViewport?.y||0)+0+0+0+2062+0+21+0+72+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-13l0qzv-container\",nodeId:\"ED_VqybJy\",scopeId:\"fruSkPM9E\",children:/*#__PURE__*/_jsx(AboutPrinciples,{height:\"100%\",id:\"ED_VqybJy\",layoutId:\"ED_VqybJy\",style:{width:\"100%\"},width:\"100%\",WN2RuGrbP:\"Sustainability\",xM5xgJD30:\"We integrate environmentally friendly practices and materials into our projects, ensuring that our designs are not only beautiful and functional but also responsible and sustainable.\",xN746g6R5:\"03\",zkYUAspo8:\"https://ena-supply.b-cdn.net/Studio%20Terrace/442879_Satisfying%20Cannon%20Ball%20Loop_By_Finn_Moeller_Artlist_HD.mp4\"})})})})]})]})]}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-1jgfcr7\",\"data-framer-name\":\"Section Numbers\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-vphms2\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-143ebsp\",\"data-framer-name\":\"Heading\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-9pbo33\",\"data-styles-preset\":\"Izc9F6vKJ\",children:\"By the numbers\"})}),className:\"framer-1uiq0dt\",\"data-framer-name\":\"News\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-2thz7t\",\"data-framer-name\":\"Numbers\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-5s8ccs\",\"data-framer-name\":\"Clients\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{J3nalNAVX:{width:`calc(${componentViewport?.width||\"100vw\"} - 30px)`,y:(componentViewport?.y||0)+0+0+0+3427+0+0+0+77+0+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:`max((${componentViewport?.width||\"100vw\"} - 100px) / 4, 1px)`,y:(componentViewport?.y||0)+0+0+0+2663+0+0+0+77+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-c9ogll-container\",nodeId:\"FwyQs72Wn\",scopeId:\"fruSkPM9E\",children:/*#__PURE__*/_jsx(GlobalLineAnimationGlobal,{height:\"100%\",id:\"FwyQs72Wn\",jO4qx5iFC:{borderBottomWidth:1,borderColor:\"rgba(0, 0, 0, 0.2)\",borderLeftWidth:1,borderRightWidth:0,borderStyle:\"dashed\",borderTopWidth:2},layoutId:\"FwyQs72Wn\",sjMku05M0:\"var(--token-98dd2e4b-2534-4771-a0e9-0adcb7a05c7c, rgba(0, 0, 0, 0.2))\",style:{height:\"100%\",width:\"100%\"},variant:\"HUqf2DOnE\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1us3kq-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"zhQxGxBft\",scopeId:\"fruSkPM9E\",children:/*#__PURE__*/_jsx(NumberCounter,{endNumber:46,fontColor:\"var(--token-0e64c98e-2e3d-4034-8a86-e95f1a065f27, rgb(1, 1, 3))\",fontFamily:\"Switzer\",fontSize:72,fontWeight:\"medium\",height:\"100%\",id:\"zhQxGxBft\",layoutId:\"zhQxGxBft\",loop:false,prefix:\"\",speed:100,startNumber:37,suffix:\"\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1dimix\",\"data-styles-preset\":\"lIR2awgFS\",children:\"Fortune 500 Clients\"})}),className:\"framer-1pgsqnf\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-fq9n5j\",\"data-framer-name\":\"Awards\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{J3nalNAVX:{width:`calc(${componentViewport?.width||\"100vw\"} - 30px)`,y:(componentViewport?.y||0)+0+0+0+3427+0+0+0+77+0+298+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:`max((${componentViewport?.width||\"100vw\"} - 100px) / 4, 1px)`,y:(componentViewport?.y||0)+0+0+0+2663+0+0+0+77+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-8tuy9i-container\",nodeId:\"MrC5fUQb9\",scopeId:\"fruSkPM9E\",children:/*#__PURE__*/_jsx(GlobalLineAnimationGlobal,{height:\"100%\",id:\"MrC5fUQb9\",jO4qx5iFC:{borderBottomWidth:1,borderColor:\"rgba(0, 0, 0, 0.2)\",borderLeftWidth:1,borderRightWidth:0,borderStyle:\"dashed\",borderTopWidth:2},layoutId:\"MrC5fUQb9\",sjMku05M0:\"var(--token-98dd2e4b-2534-4771-a0e9-0adcb7a05c7c, rgba(0, 0, 0, 0.2))\",style:{height:\"100%\",width:\"100%\"},variant:\"HUqf2DOnE\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-i4a2ce-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"OIzmFfkQh\",scopeId:\"fruSkPM9E\",children:/*#__PURE__*/_jsx(NumberCounter,{endNumber:100,fontColor:\"var(--token-0e64c98e-2e3d-4034-8a86-e95f1a065f27, rgb(1, 1, 3))\",fontFamily:\"Switzer\",fontSize:72,fontWeight:\"medium\",height:\"100%\",id:\"OIzmFfkQh\",layoutId:\"OIzmFfkQh\",loop:false,prefix:\"\",speed:100,startNumber:94,suffix:\"+\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1dimix\",\"data-styles-preset\":\"lIR2awgFS\",children:\"Awards & Recognitions\"})}),className:\"framer-983suk\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1t0gke9\",\"data-framer-name\":\"Products\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{J3nalNAVX:{width:`calc(${componentViewport?.width||\"100vw\"} - 30px)`,y:(componentViewport?.y||0)+0+0+0+3427+0+0+0+77+0+596+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:`max((${componentViewport?.width||\"100vw\"} - 100px) / 4, 1px)`,y:(componentViewport?.y||0)+0+0+0+2663+0+0+0+77+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1d08tk6-container\",nodeId:\"RJdgIl9ps\",scopeId:\"fruSkPM9E\",children:/*#__PURE__*/_jsx(GlobalLineAnimationGlobal,{height:\"100%\",id:\"RJdgIl9ps\",jO4qx5iFC:{borderBottomWidth:1,borderColor:\"rgba(0, 0, 0, 0.2)\",borderLeftWidth:1,borderRightWidth:0,borderStyle:\"dashed\",borderTopWidth:2},layoutId:\"RJdgIl9ps\",sjMku05M0:\"var(--token-98dd2e4b-2534-4771-a0e9-0adcb7a05c7c, rgba(0, 0, 0, 0.2))\",style:{height:\"100%\",width:\"100%\"},variant:\"HUqf2DOnE\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-xt2zj3-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"d4MSEnfn2\",scopeId:\"fruSkPM9E\",children:/*#__PURE__*/_jsx(NumberCounter,{endNumber:14,fontColor:\"var(--token-0e64c98e-2e3d-4034-8a86-e95f1a065f27, rgb(1, 1, 3))\",fontFamily:\"Switzer\",fontSize:72,fontWeight:\"medium\",height:\"100%\",id:\"d4MSEnfn2\",layoutId:\"d4MSEnfn2\",loop:false,prefix:\"\",speed:100,startNumber:12,suffix:\"\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1dimix\",\"data-styles-preset\":\"lIR2awgFS\",children:\"Products brought to market\"})}),className:\"framer-1pi2apx\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1k4q0la\",\"data-framer-name\":\"Members\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{J3nalNAVX:{width:`calc(${componentViewport?.width||\"100vw\"} - 30px)`,y:(componentViewport?.y||0)+0+0+0+3427+0+0+0+77+0+894+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:`max((${componentViewport?.width||\"100vw\"} - 100px) / 4, 1px)`,y:(componentViewport?.y||0)+0+0+0+2663+0+0+0+77+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1qkzlvq-container\",nodeId:\"wrlwVI_Jh\",scopeId:\"fruSkPM9E\",children:/*#__PURE__*/_jsx(GlobalLineAnimationGlobal,{height:\"100%\",id:\"wrlwVI_Jh\",jO4qx5iFC:{borderBottomWidth:1,borderColor:\"rgba(0, 0, 0, 0.2)\",borderLeftWidth:1,borderRightWidth:0,borderStyle:\"dashed\",borderTopWidth:2},layoutId:\"wrlwVI_Jh\",sjMku05M0:\"var(--token-98dd2e4b-2534-4771-a0e9-0adcb7a05c7c, rgba(0, 0, 0, 0.2))\",style:{height:\"100%\",width:\"100%\"},variant:\"HUqf2DOnE\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1sisvms-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"M_XUrv125\",scopeId:\"fruSkPM9E\",children:/*#__PURE__*/_jsx(NumberCounter,{endNumber:4,fontColor:\"var(--token-0e64c98e-2e3d-4034-8a86-e95f1a065f27, rgb(1, 1, 3))\",fontFamily:\"Switzer\",fontSize:72,fontWeight:\"medium\",height:\"100%\",id:\"M_XUrv125\",layoutId:\"M_XUrv125\",loop:false,prefix:\"\",speed:100,startNumber:1,suffix:\"\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1dimix\",\"data-styles-preset\":\"lIR2awgFS\",children:\"Founding Members\"})}),className:\"framer-bhebeg\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]})}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-xyq5z6\",\"data-framer-name\":\"Section Capabilities\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{J3nalNAVX:{width:`calc(${componentViewport?.width||\"100vw\"} - 30px)`,y:(componentViewport?.y||0)+0+0+0+4796+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+0+0+0+3158+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1uz58js-container\",nodeId:\"whpLzCg_N\",scopeId:\"fruSkPM9E\",children:/*#__PURE__*/_jsx(GlobalLineAnimationGlobal,{height:\"100%\",id:\"whpLzCg_N\",jO4qx5iFC:{borderBottomWidth:1,borderColor:\"rgba(0, 0, 0, 0.2)\",borderLeftWidth:1,borderRightWidth:0,borderStyle:\"dashed\",borderTopWidth:2},layoutId:\"whpLzCg_N\",sjMku05M0:\"var(--token-98dd2e4b-2534-4771-a0e9-0adcb7a05c7c, rgba(0, 0, 0, 0.2))\",style:{height:\"100%\",width:\"100%\"},variant:\"EZQ5yO3L2\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1e86f0n\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-c6ovgd\",\"data-framer-name\":\"Heading\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-9pbo33\",\"data-styles-preset\":\"Izc9F6vKJ\",children:\"Capabilities\"})}),className:\"framer-sr4ozl\",\"data-framer-name\":\"News\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-my2wsc\",\"data-framer-name\":\"Dropdown\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{J3nalNAVX:{width:`calc(${componentViewport?.width||\"100vw\"} - 30px)`,y:(componentViewport?.y||0)+0+0+0+4796+0+21+0+72+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:244,width:`max((${componentViewport?.width||\"100vw\"} - 60px) / 2, 1px)`,y:(componentViewport?.y||0)+0+0+0+3158+0+21+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-mk6vqc-container\",nodeId:\"iFqYK66qb\",scopeId:\"fruSkPM9E\",children:/*#__PURE__*/_jsx(AccordionAccordion,{height:\"100%\",id:\"iFqYK66qb\",layoutId:\"iFqYK66qb\",style:{width:\"100%\"},variant:\"Ze9OIU3p2\",width:\"100%\"})})})})})]})]}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-1esj9c4\",\"data-framer-name\":\"Section Team\",id:elementId6,ref:ref7,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{J3nalNAVX:{width:`calc(${componentViewport?.width||\"100vw\"} - 30px)`,y:(componentViewport?.y||0)+0+0+0+5253+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+0+0+0+3543+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1oj5jza-container\",nodeId:\"QnM9Lk7rO\",scopeId:\"fruSkPM9E\",children:/*#__PURE__*/_jsx(GlobalLineAnimationGlobal,{height:\"100%\",id:\"QnM9Lk7rO\",jO4qx5iFC:{borderBottomWidth:1,borderColor:\"rgba(0, 0, 0, 0.2)\",borderLeftWidth:1,borderRightWidth:0,borderStyle:\"dashed\",borderTopWidth:2},layoutId:\"QnM9Lk7rO\",sjMku05M0:\"var(--token-98dd2e4b-2534-4771-a0e9-0adcb7a05c7c, rgba(0, 0, 0, 0.2))\",style:{height:\"100%\",width:\"100%\"},variant:\"EZQ5yO3L2\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-zddlxo\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-2uqx3y\",\"data-framer-name\":\"Heading\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-9pbo33\",\"data-styles-preset\":\"Izc9F6vKJ\",children:\"Our people\"})}),className:\"framer-1qyqzaa\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1wy6u6p\",\"data-framer-name\":\"People\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-e90htl\",\"data-framer-name\":\"Row\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{J3nalNAVX:{width:`calc(${componentViewport?.width||\"100vw\"} - 30px)`,y:(componentViewport?.y||0)+0+0+0+5253+0+21+0+72+0+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:130,width:`max((${componentViewport?.width||\"100vw\"} - 50px) / 2, 1px)`,y:(componentViewport?.y||0)+0+0+0+3543+0+21+0+72+0+0+0,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation8,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref7,target:\"animate\"}],__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1tgjcak-container\",nodeId:\"uh8X38TpY\",rendersWithMotion:true,scopeId:\"fruSkPM9E\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dAARy6VJq:{variant:\"KUWnRktkR\"},J3nalNAVX:{HDywXWduo:\"Co-Founder\",variant:\"ctG_sWv1P\"}},children:/*#__PURE__*/_jsx(AboutTeamCard,{HDywXWduo:\"Co-Founder, Art Director\",height:\"100%\",iArvPEFEx:addImageAlt({pixelHeight:1500,pixelWidth:1500,src:\"https://framerusercontent.com/images/Vnv9fd3SCr89kIDYhxkabwUzM.jpg\"},\"\"),id:\"uh8X38TpY\",K9VW1wLZQ:\"https://www.linkedin.com/company/ena-supply\",layoutId:\"uh8X38TpY\",LlkmDqG7d:\"Olivia Bennet\",style:{width:\"100%\"},variant:\"xffddUSUU\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{J3nalNAVX:{width:`calc(${componentViewport?.width||\"100vw\"} - 30px)`,y:(componentViewport?.y||0)+0+0+0+5253+0+21+0+72+0+0+0+140}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:130,width:`max((${componentViewport?.width||\"100vw\"} - 50px) / 2, 1px)`,y:(componentViewport?.y||0)+0+0+0+3543+0+21+0+72+0+0+0,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition6},__framer__animateOnce:true,__framer__enter:animation8,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref7,target:\"animate\"}],__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-d7gfdl-container\",nodeId:\"HCaT_n6iU\",rendersWithMotion:true,scopeId:\"fruSkPM9E\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dAARy6VJq:{variant:\"KUWnRktkR\"},J3nalNAVX:{HDywXWduo:\"Co-Founder\",variant:\"ctG_sWv1P\"}},children:/*#__PURE__*/_jsx(AboutTeamCard,{HDywXWduo:\"Co-Founder, Design Director\",height:\"100%\",iArvPEFEx:addImageAlt({pixelHeight:1500,pixelWidth:1500,src:\"https://framerusercontent.com/images/m8c18jzEH21DDQUe2MvURLMJPM.jpg\"},\"\"),id:\"HCaT_n6iU\",K9VW1wLZQ:\"https://www.linkedin.com/company/ena-supply\",layoutId:\"HCaT_n6iU\",LlkmDqG7d:\"Liam Wong\",style:{width:\"100%\"},variant:\"xffddUSUU\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-luti50\",\"data-framer-name\":\"Row\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{J3nalNAVX:{width:`calc(${componentViewport?.width||\"100vw\"} - 30px)`,y:(componentViewport?.y||0)+0+0+0+5253+0+21+0+72+0+280+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:130,width:`max((${componentViewport?.width||\"100vw\"} - 50px) / 2, 1px)`,y:(componentViewport?.y||0)+0+0+0+3543+0+21+0+72+0+140+0,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition7},__framer__animateOnce:true,__framer__enter:animation8,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref7,target:\"animate\"}],__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-11drbzx-container\",nodeId:\"Z9DQnJtHs\",rendersWithMotion:true,scopeId:\"fruSkPM9E\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dAARy6VJq:{variant:\"KUWnRktkR\"},J3nalNAVX:{HDywXWduo:\"Design Lead\",variant:\"ctG_sWv1P\"}},children:/*#__PURE__*/_jsx(AboutTeamCard,{HDywXWduo:\"Content Strategist & Design Lead\",height:\"100%\",iArvPEFEx:addImageAlt({pixelHeight:1500,pixelWidth:1500,src:\"https://framerusercontent.com/images/25mPJVvefaKEO3npkx2sb3Ys.jpg\"},\"\"),id:\"Z9DQnJtHs\",K9VW1wLZQ:\"https://www.linkedin.com/company/ena-supply\",layoutId:\"Z9DQnJtHs\",LlkmDqG7d:\"Ava Thompson\",style:{width:\"100%\"},variant:\"xffddUSUU\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{J3nalNAVX:{width:`calc(${componentViewport?.width||\"100vw\"} - 30px)`,y:(componentViewport?.y||0)+0+0+0+5253+0+21+0+72+0+280+0+140}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:130,width:`max((${componentViewport?.width||\"100vw\"} - 50px) / 2, 1px)`,y:(componentViewport?.y||0)+0+0+0+3543+0+21+0+72+0+140+0,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition8},__framer__animateOnce:true,__framer__enter:animation8,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref7,target:\"animate\"}],__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-f405ej-container\",nodeId:\"hjmwJZ9A6\",rendersWithMotion:true,scopeId:\"fruSkPM9E\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dAARy6VJq:{variant:\"KUWnRktkR\"},J3nalNAVX:{variant:\"ctG_sWv1P\"}},children:/*#__PURE__*/_jsx(AboutTeamCard,{HDywXWduo:\"UX/UI Designer\",height:\"100%\",iArvPEFEx:addImageAlt({pixelHeight:1500,pixelWidth:1500,src:\"https://framerusercontent.com/images/jzfSha3yTiaU2PB7hMkEtpMIWk.jpg\"},\"\"),id:\"hjmwJZ9A6\",K9VW1wLZQ:\"https://www.linkedin.com/company/ena-supply\",layoutId:\"hjmwJZ9A6\",LlkmDqG7d:\"Ethan Richards\",style:{width:\"100%\"},variant:\"xffddUSUU\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-mj0558\",\"data-framer-name\":\"Row\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{J3nalNAVX:{width:`calc(${componentViewport?.width||\"100vw\"} - 30px)`,y:(componentViewport?.y||0)+0+0+0+5253+0+21+0+72+0+560+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:130,width:`max((${componentViewport?.width||\"100vw\"} - 50px) / 2, 1px)`,y:(componentViewport?.y||0)+0+0+0+3543+0+21+0+72+0+280+0,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition9},__framer__animateOnce:true,__framer__enter:animation8,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref7,target:\"animate\"}],__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1h3w64n-container\",nodeId:\"kNOCbuf9R\",rendersWithMotion:true,scopeId:\"fruSkPM9E\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dAARy6VJq:{variant:\"KUWnRktkR\"},J3nalNAVX:{variant:\"ctG_sWv1P\"}},children:/*#__PURE__*/_jsx(AboutTeamCard,{HDywXWduo:\"Senior Designer\",height:\"100%\",iArvPEFEx:addImageAlt({pixelHeight:1500,pixelWidth:1500,src:\"https://framerusercontent.com/images/hHHs7TSMMifCXLYfLrQnI3JfG8.jpg\"},\"\"),id:\"kNOCbuf9R\",K9VW1wLZQ:\"https://www.linkedin.com/company/ena-supply\",layoutId:\"kNOCbuf9R\",LlkmDqG7d:\"Mason Hayes\",style:{width:\"100%\"},variant:\"xffddUSUU\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{J3nalNAVX:{width:`calc(${componentViewport?.width||\"100vw\"} - 30px)`,y:(componentViewport?.y||0)+0+0+0+5253+0+21+0+72+0+560+0+140}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:130,width:`max((${componentViewport?.width||\"100vw\"} - 50px) / 2, 1px)`,y:(componentViewport?.y||0)+0+0+0+3543+0+21+0+72+0+280+0,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition10},__framer__animateOnce:true,__framer__enter:animation8,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref7,target:\"animate\"}],__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-z43ocs-container\",nodeId:\"X0xvscK4w\",rendersWithMotion:true,scopeId:\"fruSkPM9E\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dAARy6VJq:{variant:\"KUWnRktkR\"},J3nalNAVX:{HDywXWduo:\"Web Designer\",variant:\"ctG_sWv1P\"}},children:/*#__PURE__*/_jsx(AboutTeamCard,{HDywXWduo:\"Web Design & Developer\",height:\"100%\",iArvPEFEx:addImageAlt({pixelHeight:1500,pixelWidth:1500,src:\"https://framerusercontent.com/images/9OzqAnv4ZqlDKSqWiQcVOFxFOg.jpg\"},\"\"),id:\"X0xvscK4w\",K9VW1wLZQ:\"https://www.linkedin.com/company/ena-supply\",layoutId:\"X0xvscK4w\",LlkmDqG7d:\"Sophia Clark\",style:{width:\"100%\"},variant:\"xffddUSUU\",width:\"100%\"})})})})})]})]})]})]}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-1qdrrxm\",\"data-framer-name\":\"Section Clients\",id:elementId7,ref:ref8,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{J3nalNAVX:{width:`calc(${componentViewport?.width||\"100vw\"} - 30px)`,y:(componentViewport?.y||0)+0+0+0+6296+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+0+0+0+4166+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-weywsi-container\",nodeId:\"cJrqpnkmg\",scopeId:\"fruSkPM9E\",children:/*#__PURE__*/_jsx(GlobalLineAnimationGlobal,{height:\"100%\",id:\"cJrqpnkmg\",jO4qx5iFC:{borderBottomWidth:1,borderColor:\"rgba(0, 0, 0, 0.2)\",borderLeftWidth:1,borderRightWidth:0,borderStyle:\"dashed\",borderTopWidth:2},layoutId:\"cJrqpnkmg\",sjMku05M0:\"var(--token-98dd2e4b-2534-4771-a0e9-0adcb7a05c7c, rgba(0, 0, 0, 0.2))\",style:{height:\"100%\",width:\"100%\"},variant:\"EZQ5yO3L2\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-19nbe8l\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-lnvio4\",\"data-framer-name\":\"Heading\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-9pbo33\",\"data-styles-preset\":\"Izc9F6vKJ\",children:\"Clients\"})}),className:\"framer-za493j\",\"data-framer-name\":\"News\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-mk208p\",\"data-framer-name\":\"Clients\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-rltnii\",\"data-framer-name\":\"Row\",children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition11},__framer__animateOnce:true,__framer__enter:animation9,__framer__styleAppearEffectEnabled:true,__framer__targets:[{offset:-200,ref:ref8,target:\"animate\"}],__framer__threshold:1,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1bhva1s\",\"data-styles-preset\":\"EFXG9Yua3\",children:\"Nike\"})}),className:\"framer-bideal\",fonts:[\"Inter\"],style:{transformPerspective:1200},verticalAlignment:\"center\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1634w9n\",\"data-framer-name\":\"Row\",children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition12},__framer__animateOnce:true,__framer__enter:animation9,__framer__styleAppearEffectEnabled:true,__framer__targets:[{offset:-200,ref:ref8,target:\"animate\"}],__framer__threshold:1,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1bhva1s\",\"data-styles-preset\":\"EFXG9Yua3\",children:\"Apple\"})}),className:\"framer-8qk0qo\",fonts:[\"Inter\"],style:{transformPerspective:1200},verticalAlignment:\"center\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-shbekk\",\"data-framer-name\":\"Row\",children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition13},__framer__animateOnce:true,__framer__enter:animation9,__framer__styleAppearEffectEnabled:true,__framer__targets:[{offset:-200,ref:ref8,target:\"animate\"}],__framer__threshold:1,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1bhva1s\",\"data-styles-preset\":\"EFXG9Yua3\",children:\"Samsung\"})}),className:\"framer-1w0itrk\",fonts:[\"Inter\"],style:{transformPerspective:1200},verticalAlignment:\"center\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-rj3t36\",\"data-framer-name\":\"Row\",children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition14},__framer__animateOnce:true,__framer__enter:animation9,__framer__styleAppearEffectEnabled:true,__framer__targets:[{offset:-200,ref:ref8,target:\"animate\"}],__framer__threshold:1,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1bhva1s\",\"data-styles-preset\":\"EFXG9Yua3\",children:\"Google\"})}),className:\"framer-11oubqh\",fonts:[\"Inter\"],style:{transformPerspective:1200},verticalAlignment:\"center\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-izke8s\",\"data-framer-name\":\"Row\",children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition15},__framer__animateOnce:true,__framer__enter:animation9,__framer__styleAppearEffectEnabled:true,__framer__targets:[{offset:-200,ref:ref8,target:\"animate\"}],__framer__threshold:1,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1bhva1s\",\"data-styles-preset\":\"EFXG9Yua3\",children:\"IBM\"})}),className:\"framer-52txth\",fonts:[\"Inter\"],style:{transformPerspective:1200},verticalAlignment:\"center\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-673ctc\",\"data-framer-name\":\"Row\",children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition16},__framer__animateOnce:true,__framer__enter:animation9,__framer__styleAppearEffectEnabled:true,__framer__targets:[{offset:-200,ref:ref8,target:\"animate\"}],__framer__threshold:1,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1bhva1s\",\"data-styles-preset\":\"EFXG9Yua3\",children:\"Oracle\"})}),className:\"framer-1rtxf6k\",fonts:[\"Inter\"],style:{transformPerspective:1200},verticalAlignment:\"center\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-16ig6h6\",\"data-framer-name\":\"Row\",children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition17},__framer__animateOnce:true,__framer__enter:animation9,__framer__styleAppearEffectEnabled:true,__framer__targets:[{offset:-200,ref:ref8,target:\"animate\"}],__framer__threshold:1,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1bhva1s\",\"data-styles-preset\":\"EFXG9Yua3\",children:\"Burberry\"})}),className:\"framer-14pm3fy\",fonts:[\"Inter\"],style:{transformPerspective:1200},verticalAlignment:\"center\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-76x2en\",\"data-framer-name\":\"Row\",children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition18},__framer__animateOnce:true,__framer__enter:animation9,__framer__styleAppearEffectEnabled:true,__framer__targets:[{offset:-200,ref:ref8,target:\"animate\"}],__framer__threshold:1,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1bhva1s\",\"data-styles-preset\":\"EFXG9Yua3\",children:\"Tencent\"})}),className:\"framer-6dvav4\",fonts:[\"Inter\"],style:{transformPerspective:1200},verticalAlignment:\"center\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-pkds6t\",\"data-framer-name\":\"Row\",children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition19},__framer__animateOnce:true,__framer__enter:animation9,__framer__styleAppearEffectEnabled:true,__framer__targets:[{offset:-200,ref:ref8,target:\"animate\"}],__framer__threshold:1,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1bhva1s\",\"data-styles-preset\":\"EFXG9Yua3\",children:\"Adobe\"})}),className:\"framer-88t2d1\",fonts:[\"Inter\"],style:{transformPerspective:1200},verticalAlignment:\"center\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-2t31rh\",\"data-framer-name\":\"Row\",children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition20},__framer__animateOnce:true,__framer__enter:animation9,__framer__styleAppearEffectEnabled:true,__framer__targets:[{offset:-200,ref:ref8,target:\"animate\"}],__framer__threshold:1,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1bhva1s\",\"data-styles-preset\":\"EFXG9Yua3\",children:\"Microsoft\"})}),className:\"framer-aiexvg\",fonts:[\"Inter\"],style:{transformPerspective:1200},verticalAlignment:\"center\",withExternalLayout:true})})]})]})]}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-xkkeyx\",\"data-framer-name\":\"Section Services\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{J3nalNAVX:{width:`calc(${componentViewport?.width||\"100vw\"} - 30px)`,y:(componentViewport?.y||0)+0+0+0+6869+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+0+0+0+4787+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-166gigs-container\",nodeId:\"ThdH91Q__\",scopeId:\"fruSkPM9E\",children:/*#__PURE__*/_jsx(GlobalLineAnimationGlobal,{height:\"100%\",id:\"ThdH91Q__\",jO4qx5iFC:{borderBottomWidth:1,borderColor:\"rgba(0, 0, 0, 0.2)\",borderLeftWidth:1,borderRightWidth:0,borderStyle:\"dashed\",borderTopWidth:2},layoutId:\"ThdH91Q__\",sjMku05M0:\"var(--token-98dd2e4b-2534-4771-a0e9-0adcb7a05c7c, rgba(0, 0, 0, 0.2))\",style:{height:\"100%\",width:\"100%\"},variant:\"EZQ5yO3L2\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-c21c40\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-11u45aq\",\"data-framer-name\":\"Heading\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-9pbo33\",\"data-styles-preset\":\"Izc9F6vKJ\",children:\"Recognition\"})}),className:\"framer-1tmn0u4\",\"data-framer-name\":\"News\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-iu4hpw\",\"data-framer-name\":\"Recognition\",id:elementId8,ref:ref9,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{J3nalNAVX:{width:`calc(${componentViewport?.width||\"100vw\"} - 30px)`,y:(componentViewport?.y||0)+0+0+0+6869+0+21+0+72+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+0+0+0+4787+0+21+0+72+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-q9un0w-container\",nodeId:\"b6A9GcyI8\",rendersWithMotion:true,scopeId:\"fruSkPM9E\",children:/*#__PURE__*/_jsx(GlobalLineAnimationGlobalWithVariantAppearEffect,{__framer__animateOnce:true,__framer__targets:[{ref:ref9,target:\"f8Q7skAPT\"}],__framer__threshold:1,__framer__variantAppearEffectEnabled:true,height:\"100%\",id:\"b6A9GcyI8\",jO4qx5iFC:{borderBottomWidth:1,borderColor:\"rgba(0, 0, 0, 0.2)\",borderLeftWidth:1,borderRightWidth:0,borderStyle:\"dashed\",borderTopWidth:2},layoutId:\"b6A9GcyI8\",sjMku05M0:\"var(--token-98dd2e4b-2534-4771-a0e9-0adcb7a05c7c, rgba(0, 0, 0, 0.2))\",style:{height:\"100%\",width:\"100%\"},variant:\"RMVNA0mVV\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-vydyzq\",\"data-framer-name\":\"Row\",children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition11},__framer__animateOnce:true,__framer__enter:animation10,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref9,target:\"animate\"}],__framer__threshold:1,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1dimix\",\"data-styles-preset\":\"lIR2awgFS\",children:\"10x Site of the Day\"})}),className:\"framer-obpn7x\",\"data-framer-name\":\"We believe that the human spirit, with its limitless imagination and capacity to find links where none existed before, is unique.\",fonts:[\"Inter\"],style:{transformPerspective:1200},verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition21},__framer__animateOnce:true,__framer__enter:animation10,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref9,target:\"animate\"}],__framer__threshold:1,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1dimix\",\"data-styles-preset\":\"lIR2awgFS\",children:\"Awwwards\"})}),className:\"framer-1unq521\",\"data-framer-name\":\"We believe that the human spirit, with its limitless imagination and capacity to find links where none existed before, is unique.\",fonts:[\"Inter\"],style:{transformPerspective:1200},verticalAlignment:\"center\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{J3nalNAVX:{width:`calc(${componentViewport?.width||\"100vw\"} - 30px)`,y:(componentViewport?.y||0)+0+0+0+6869+0+21+0+72+0+90}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+0+0+0+4787+0+21+0+72+0+90,children:/*#__PURE__*/_jsx(Container,{className:\"framer-k4fivx-container\",nodeId:\"doQdrq7pe\",rendersWithMotion:true,scopeId:\"fruSkPM9E\",children:/*#__PURE__*/_jsx(GlobalLineAnimationGlobalWithVariantAppearEffect,{__framer__animateOnce:true,__framer__targets:[{ref:ref9,target:\"m4jgG72vU\"}],__framer__threshold:1,__framer__variantAppearEffectEnabled:true,height:\"100%\",id:\"doQdrq7pe\",jO4qx5iFC:{borderBottomWidth:1,borderColor:\"rgba(0, 0, 0, 0.2)\",borderLeftWidth:1,borderRightWidth:0,borderStyle:\"dashed\",borderTopWidth:2},layoutId:\"doQdrq7pe\",sjMku05M0:\"var(--token-98dd2e4b-2534-4771-a0e9-0adcb7a05c7c, rgba(0, 0, 0, 0.2))\",style:{height:\"100%\",width:\"100%\"},variant:\"NpsRvqwcy\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1so225i\",\"data-framer-name\":\"Row\",children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition12},__framer__animateOnce:true,__framer__enter:animation10,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref9,target:\"animate\"}],__framer__threshold:1,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1dimix\",\"data-styles-preset\":\"lIR2awgFS\",children:\"2x Site of the Month\"})}),className:\"framer-15qyx5o\",\"data-framer-name\":\"We believe that the human spirit, with its limitless imagination and capacity to find links where none existed before, is unique.\",fonts:[\"Inter\"],style:{transformPerspective:1200},verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition22},__framer__animateOnce:true,__framer__enter:animation10,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref9,target:\"animate\"}],__framer__threshold:1,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1dimix\",\"data-styles-preset\":\"lIR2awgFS\",children:\"Awwwards\"})}),className:\"framer-5hli17\",\"data-framer-name\":\"We believe that the human spirit, with its limitless imagination and capacity to find links where none existed before, is unique.\",fonts:[\"Inter\"],style:{transformPerspective:1200},verticalAlignment:\"center\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{J3nalNAVX:{width:`calc(${componentViewport?.width||\"100vw\"} - 30px)`,y:(componentViewport?.y||0)+0+0+0+6869+0+21+0+72+0+180}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+0+0+0+4787+0+21+0+72+0+180,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1jgpkbd-container\",nodeId:\"yEZ0uEp_l\",rendersWithMotion:true,scopeId:\"fruSkPM9E\",children:/*#__PURE__*/_jsx(GlobalLineAnimationGlobalWithVariantAppearEffect,{__framer__animateOnce:true,__framer__targets:[{ref:ref9,target:\"TWl2V7Bj5\"}],__framer__threshold:1,__framer__variantAppearEffectEnabled:true,height:\"100%\",id:\"yEZ0uEp_l\",jO4qx5iFC:{borderBottomWidth:1,borderColor:\"rgba(0, 0, 0, 0.2)\",borderLeftWidth:1,borderRightWidth:0,borderStyle:\"dashed\",borderTopWidth:2},layoutId:\"yEZ0uEp_l\",sjMku05M0:\"var(--token-98dd2e4b-2534-4771-a0e9-0adcb7a05c7c, rgba(0, 0, 0, 0.2))\",style:{height:\"100%\",width:\"100%\"},variant:\"zF5K3hnDJ\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1in27k8\",\"data-framer-name\":\"Row\",children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition13},__framer__animateOnce:true,__framer__enter:animation10,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref9,target:\"animate\"}],__framer__threshold:1,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1dimix\",\"data-styles-preset\":\"lIR2awgFS\",children:\"8x Honorable Mentions\"})}),className:\"framer-1txz5dk\",\"data-framer-name\":\"We believe that the human spirit, with its limitless imagination and capacity to find links where none existed before, is unique.\",fonts:[\"Inter\"],style:{transformPerspective:1200},verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition23},__framer__animateOnce:true,__framer__enter:animation10,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref9,target:\"animate\"}],__framer__threshold:1,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1dimix\",\"data-styles-preset\":\"lIR2awgFS\",children:\"Awwwards\"})}),className:\"framer-1bj4vkq\",\"data-framer-name\":\"We believe that the human spirit, with its limitless imagination and capacity to find links where none existed before, is unique.\",fonts:[\"Inter\"],style:{transformPerspective:1200},verticalAlignment:\"center\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{J3nalNAVX:{width:`calc(${componentViewport?.width||\"100vw\"} - 30px)`,y:(componentViewport?.y||0)+0+0+0+6869+0+21+0+72+0+270}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+0+0+0+4787+0+21+0+72+0+270,children:/*#__PURE__*/_jsx(Container,{className:\"framer-7wun5e-container\",nodeId:\"TQ7s7IW0l\",rendersWithMotion:true,scopeId:\"fruSkPM9E\",children:/*#__PURE__*/_jsx(GlobalLineAnimationGlobalWithVariantAppearEffect,{__framer__animateOnce:true,__framer__targets:[{ref:ref9,target:\"PjYvlS3k9\"}],__framer__threshold:1,__framer__variantAppearEffectEnabled:true,height:\"100%\",id:\"TQ7s7IW0l\",jO4qx5iFC:{borderBottomWidth:1,borderColor:\"rgba(0, 0, 0, 0.2)\",borderLeftWidth:1,borderRightWidth:0,borderStyle:\"dashed\",borderTopWidth:2},layoutId:\"TQ7s7IW0l\",sjMku05M0:\"var(--token-98dd2e4b-2534-4771-a0e9-0adcb7a05c7c, rgba(0, 0, 0, 0.2))\",style:{height:\"100%\",width:\"100%\"},variant:\"KHhQvq2tM\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-83nini\",\"data-framer-name\":\"Row\",children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition14},__framer__animateOnce:true,__framer__enter:animation10,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref9,target:\"animate\"}],__framer__threshold:1,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1dimix\",\"data-styles-preset\":\"lIR2awgFS\",children:\"1x Best of the Best\"})}),className:\"framer-e8h6kg\",\"data-framer-name\":\"We believe that the human spirit, with its limitless imagination and capacity to find links where none existed before, is unique.\",fonts:[\"Inter\"],style:{transformPerspective:1200},verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition24},__framer__animateOnce:true,__framer__enter:animation10,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref9,target:\"animate\"}],__framer__threshold:1,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1dimix\",\"data-styles-preset\":\"lIR2awgFS\",children:\"Red Dot Award\"})}),className:\"framer-1pd78xy\",\"data-framer-name\":\"We believe that the human spirit, with its limitless imagination and capacity to find links where none existed before, is unique.\",fonts:[\"Inter\"],style:{transformPerspective:1200},verticalAlignment:\"center\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{J3nalNAVX:{width:`calc(${componentViewport?.width||\"100vw\"} - 30px)`,y:(componentViewport?.y||0)+0+0+0+6869+0+21+0+72+0+360}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+0+0+0+4787+0+21+0+72+0+360,children:/*#__PURE__*/_jsx(Container,{className:\"framer-jn1fgv-container\",nodeId:\"d0XqMH_L4\",rendersWithMotion:true,scopeId:\"fruSkPM9E\",children:/*#__PURE__*/_jsx(GlobalLineAnimationGlobalWithVariantAppearEffect,{__framer__animateOnce:true,__framer__targets:[{ref:ref9,target:\"vFk7zsU9z\"}],__framer__threshold:1,__framer__variantAppearEffectEnabled:true,height:\"100%\",id:\"d0XqMH_L4\",jO4qx5iFC:{borderBottomWidth:1,borderColor:\"rgba(0, 0, 0, 0.2)\",borderLeftWidth:1,borderRightWidth:0,borderStyle:\"dashed\",borderTopWidth:2},layoutId:\"d0XqMH_L4\",sjMku05M0:\"var(--token-98dd2e4b-2534-4771-a0e9-0adcb7a05c7c, rgba(0, 0, 0, 0.2))\",style:{height:\"100%\",width:\"100%\"},variant:\"yI5Da6yJ7\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-5dleer\",\"data-framer-name\":\"Row\",children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition15},__framer__animateOnce:true,__framer__enter:animation10,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref9,target:\"animate\"}],__framer__threshold:1,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1dimix\",\"data-styles-preset\":\"lIR2awgFS\",children:\"3x WOTD\"})}),className:\"framer-ja4a8v\",\"data-framer-name\":\"We believe that the human spirit, with its limitless imagination and capacity to find links where none existed before, is unique.\",fonts:[\"Inter\"],style:{transformPerspective:1200},verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition25},__framer__animateOnce:true,__framer__enter:animation10,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref9,target:\"animate\"}],__framer__threshold:1,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1dimix\",\"data-styles-preset\":\"lIR2awgFS\",children:\"CSSDA\"})}),className:\"framer-1gr64rw\",\"data-framer-name\":\"We believe that the human spirit, with its limitless imagination and capacity to find links where none existed before, is unique.\",fonts:[\"Inter\"],style:{transformPerspective:1200},verticalAlignment:\"center\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{J3nalNAVX:{width:`calc(${componentViewport?.width||\"100vw\"} - 30px)`,y:(componentViewport?.y||0)+0+0+0+6869+0+21+0+72+0+450}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+0+0+0+4787+0+21+0+72+0+450,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1r9w103-container\",nodeId:\"XnQCN85vN\",rendersWithMotion:true,scopeId:\"fruSkPM9E\",children:/*#__PURE__*/_jsx(GlobalLineAnimationGlobalWithVariantAppearEffect,{__framer__animateOnce:true,__framer__targets:[{ref:ref9,target:\"LHlXshbqs\"}],__framer__threshold:1,__framer__variantAppearEffectEnabled:true,height:\"100%\",id:\"XnQCN85vN\",jO4qx5iFC:{borderBottomWidth:1,borderColor:\"rgba(0, 0, 0, 0.2)\",borderLeftWidth:1,borderRightWidth:0,borderStyle:\"dashed\",borderTopWidth:2},layoutId:\"XnQCN85vN\",sjMku05M0:\"var(--token-98dd2e4b-2534-4771-a0e9-0adcb7a05c7c, rgba(0, 0, 0, 0.2))\",style:{height:\"100%\",width:\"100%\"},variant:\"hI7IO7kB1\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-cwmmlr\",\"data-framer-name\":\"Row\",children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition16},__framer__animateOnce:true,__framer__enter:animation10,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref9,target:\"animate\"}],__framer__threshold:1,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1dimix\",\"data-styles-preset\":\"lIR2awgFS\",children:\"5x WOTM\"})}),className:\"framer-1nf7t35\",\"data-framer-name\":\"We believe that the human spirit, with its limitless imagination and capacity to find links where none existed before, is unique.\",fonts:[\"Inter\"],style:{transformPerspective:1200},verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition26},__framer__animateOnce:true,__framer__enter:animation10,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref9,target:\"animate\"}],__framer__threshold:1,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1dimix\",\"data-styles-preset\":\"lIR2awgFS\",children:\"CSSDA\"})}),className:\"framer-1jn4wqw\",\"data-framer-name\":\"We believe that the human spirit, with its limitless imagination and capacity to find links where none existed before, is unique.\",fonts:[\"Inter\"],style:{transformPerspective:1200},verticalAlignment:\"center\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{J3nalNAVX:{width:`calc(${componentViewport?.width||\"100vw\"} - 30px)`,y:(componentViewport?.y||0)+0+0+0+6869+0+21+0+72+0+540}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+0+0+0+4787+0+21+0+72+0+540,children:/*#__PURE__*/_jsx(Container,{className:\"framer-m9s7l0-container\",nodeId:\"q6eHhtnQh\",rendersWithMotion:true,scopeId:\"fruSkPM9E\",children:/*#__PURE__*/_jsx(GlobalLineAnimationGlobalWithVariantAppearEffect,{__framer__animateOnce:true,__framer__targets:[{ref:ref9,target:\"EwUyMlYgW\"}],__framer__threshold:1,__framer__variantAppearEffectEnabled:true,height:\"100%\",id:\"q6eHhtnQh\",jO4qx5iFC:{borderBottomWidth:1,borderColor:\"rgba(0, 0, 0, 0.2)\",borderLeftWidth:1,borderRightWidth:0,borderStyle:\"dashed\",borderTopWidth:2},layoutId:\"q6eHhtnQh\",sjMku05M0:\"var(--token-98dd2e4b-2534-4771-a0e9-0adcb7a05c7c, rgba(0, 0, 0, 0.2))\",style:{height:\"100%\",width:\"100%\"},variant:\"XFG1TbdNa\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ga5r12\",\"data-framer-name\":\"Row\",children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition17},__framer__animateOnce:true,__framer__enter:animation10,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref9,target:\"animate\"}],__framer__threshold:1,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1dimix\",\"data-styles-preset\":\"lIR2awgFS\",children:\"15x UI, UX, Innovation\"})}),className:\"framer-13wsbzw\",\"data-framer-name\":\"We believe that the human spirit, with its limitless imagination and capacity to find links where none existed before, is unique.\",fonts:[\"Inter\"],style:{transformPerspective:1200},verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition27},__framer__animateOnce:true,__framer__enter:animation10,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref9,target:\"animate\"}],__framer__threshold:1,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1dimix\",\"data-styles-preset\":\"lIR2awgFS\",children:\"CSSDA\"})}),className:\"framer-7t9byj\",\"data-framer-name\":\"We believe that the human spirit, with its limitless imagination and capacity to find links where none existed before, is unique.\",fonts:[\"Inter\"],style:{transformPerspective:1200},verticalAlignment:\"center\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{J3nalNAVX:{width:`calc(${componentViewport?.width||\"100vw\"} - 30px)`,y:(componentViewport?.y||0)+0+0+0+6869+0+21+0+72+0+630}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+0+0+0+4787+0+21+0+72+0+630,children:/*#__PURE__*/_jsx(Container,{className:\"framer-14zf7y2-container\",nodeId:\"q7tz6p2LN\",rendersWithMotion:true,scopeId:\"fruSkPM9E\",children:/*#__PURE__*/_jsx(GlobalLineAnimationGlobalWithVariantAppearEffect,{__framer__animateOnce:true,__framer__targets:[{ref:ref9,target:\"zPvF_9pO9\"}],__framer__threshold:1,__framer__variantAppearEffectEnabled:true,height:\"100%\",id:\"q7tz6p2LN\",jO4qx5iFC:{borderBottomWidth:1,borderColor:\"rgba(0, 0, 0, 0.2)\",borderLeftWidth:1,borderRightWidth:0,borderStyle:\"dashed\",borderTopWidth:2},layoutId:\"q7tz6p2LN\",sjMku05M0:\"var(--token-98dd2e4b-2534-4771-a0e9-0adcb7a05c7c, rgba(0, 0, 0, 0.2))\",style:{height:\"100%\",width:\"100%\"},variant:\"AgVB9ytQa\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1h37jhl\",\"data-framer-name\":\"Row\",children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition18},__framer__animateOnce:true,__framer__enter:animation10,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref9,target:\"animate\"}],__framer__threshold:1,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1dimix\",\"data-styles-preset\":\"lIR2awgFS\",children:\"8x Site of the Day\"})}),className:\"framer-1s1uu4\",\"data-framer-name\":\"We believe that the human spirit, with its limitless imagination and capacity to find links where none existed before, is unique.\",fonts:[\"Inter\"],style:{transformPerspective:1200},verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition28},__framer__animateOnce:true,__framer__enter:animation10,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref9,target:\"animate\"}],__framer__threshold:1,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1dimix\",\"data-styles-preset\":\"lIR2awgFS\",children:\"FWA\"})}),className:\"framer-1kl8ove\",\"data-framer-name\":\"We believe that the human spirit, with its limitless imagination and capacity to find links where none existed before, is unique.\",fonts:[\"Inter\"],style:{transformPerspective:1200},verticalAlignment:\"center\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{J3nalNAVX:{width:`calc(${componentViewport?.width||\"100vw\"} - 30px)`,y:(componentViewport?.y||0)+0+0+0+6869+0+21+0+72+0+720}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+0+0+0+4787+0+21+0+72+0+720,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1yyz4s9-container\",nodeId:\"S6n_vRVn8\",rendersWithMotion:true,scopeId:\"fruSkPM9E\",children:/*#__PURE__*/_jsx(GlobalLineAnimationGlobalWithVariantAppearEffect,{__framer__animateOnce:true,__framer__targets:[{ref:ref9,target:\"F152chKxH\"}],__framer__threshold:1,__framer__variantAppearEffectEnabled:true,height:\"100%\",id:\"S6n_vRVn8\",jO4qx5iFC:{borderBottomWidth:1,borderColor:\"rgba(0, 0, 0, 0.2)\",borderLeftWidth:1,borderRightWidth:0,borderStyle:\"dashed\",borderTopWidth:2},layoutId:\"S6n_vRVn8\",sjMku05M0:\"var(--token-98dd2e4b-2534-4771-a0e9-0adcb7a05c7c, rgba(0, 0, 0, 0.2))\",style:{height:\"100%\",width:\"100%\"},variant:\"QCbzfFAB1\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-yk99zg\",\"data-framer-name\":\"Row\",children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition19},__framer__animateOnce:true,__framer__enter:animation10,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref9,target:\"animate\"}],__framer__threshold:1,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1dimix\",\"data-styles-preset\":\"lIR2awgFS\",children:\"3x Site of the Month\"})}),className:\"framer-jirfie\",\"data-framer-name\":\"We believe that the human spirit, with its limitless imagination and capacity to find links where none existed before, is unique.\",fonts:[\"Inter\"],style:{transformPerspective:1200},verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition29},__framer__animateOnce:true,__framer__enter:animation10,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref9,target:\"animate\"}],__framer__threshold:1,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1dimix\",\"data-styles-preset\":\"lIR2awgFS\",children:\"FWA\"})}),className:\"framer-1fopcre\",\"data-framer-name\":\"We believe that the human spirit, with its limitless imagination and capacity to find links where none existed before, is unique.\",fonts:[\"Inter\"],style:{transformPerspective:1200},verticalAlignment:\"center\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{J3nalNAVX:{width:`calc(${componentViewport?.width||\"100vw\"} - 30px)`,y:(componentViewport?.y||0)+0+0+0+6869+0+21+0+72+0+810}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+0+0+0+4787+0+21+0+72+0+810,children:/*#__PURE__*/_jsx(Container,{className:\"framer-2e54vc-container\",nodeId:\"gK28q7rse\",rendersWithMotion:true,scopeId:\"fruSkPM9E\",children:/*#__PURE__*/_jsx(GlobalLineAnimationGlobalWithVariantAppearEffect,{__framer__animateOnce:true,__framer__targets:[{ref:ref9,target:\"GNJHD3irV\"}],__framer__threshold:1,__framer__variantAppearEffectEnabled:true,height:\"100%\",id:\"gK28q7rse\",jO4qx5iFC:{borderBottomWidth:1,borderColor:\"rgba(0, 0, 0, 0.2)\",borderLeftWidth:1,borderRightWidth:0,borderStyle:\"dashed\",borderTopWidth:2},layoutId:\"gK28q7rse\",sjMku05M0:\"var(--token-98dd2e4b-2534-4771-a0e9-0adcb7a05c7c, rgba(0, 0, 0, 0.2))\",style:{height:\"100%\",width:\"100%\"},variant:\"cOWTCjBW8\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-4x6s3e\",\"data-framer-name\":\"Row\",children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition20},__framer__animateOnce:true,__framer__enter:animation10,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref9,target:\"animate\"}],__framer__threshold:1,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1dimix\",\"data-styles-preset\":\"lIR2awgFS\",children:\"1x Site of the Year\"})}),className:\"framer-19if1v6\",\"data-framer-name\":\"We believe that the human spirit, with its limitless imagination and capacity to find links where none existed before, is unique.\",fonts:[\"Inter\"],style:{transformPerspective:1200},verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition30},__framer__animateOnce:true,__framer__enter:animation10,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref9,target:\"animate\"}],__framer__threshold:1,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1dimix\",\"data-styles-preset\":\"lIR2awgFS\",children:\"FWA\"})}),className:\"framer-80yi08\",\"data-framer-name\":\"We believe that the human spirit, with its limitless imagination and capacity to find links where none existed before, is unique.\",fonts:[\"Inter\"],style:{transformPerspective:1200},verticalAlignment:\"center\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{J3nalNAVX:{width:`calc(${componentViewport?.width||\"100vw\"} - 30px)`,y:(componentViewport?.y||0)+0+0+0+6869+0+21+0+72+0+900}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+0+0+0+4787+0+21+0+72+0+900,children:/*#__PURE__*/_jsx(Container,{className:\"framer-oax9f8-container\",nodeId:\"rsnb8BJh2\",rendersWithMotion:true,scopeId:\"fruSkPM9E\",children:/*#__PURE__*/_jsx(GlobalLineAnimationGlobalWithVariantAppearEffect,{__framer__animateOnce:true,__framer__targets:[{ref:ref9,target:\"S9mKj6085\"}],__framer__threshold:1,__framer__variantAppearEffectEnabled:true,height:\"100%\",id:\"rsnb8BJh2\",jO4qx5iFC:{borderBottomWidth:1,borderColor:\"rgba(0, 0, 0, 0.2)\",borderLeftWidth:1,borderRightWidth:0,borderStyle:\"dashed\",borderTopWidth:2},layoutId:\"rsnb8BJh2\",sjMku05M0:\"var(--token-98dd2e4b-2534-4771-a0e9-0adcb7a05c7c, rgba(0, 0, 0, 0.2))\",style:{height:\"100%\",width:\"100%\"},variant:\"mCpld_ngq\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-80lxh7\",\"data-framer-name\":\"Row\",children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition31},__framer__animateOnce:true,__framer__enter:animation10,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref9,target:\"animate\"}],__framer__threshold:1,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1dimix\",\"data-styles-preset\":\"lIR2awgFS\",children:\"12x Interaction\"})}),className:\"framer-d7egxk\",\"data-framer-name\":\"We believe that the human spirit, with its limitless imagination and capacity to find links where none existed before, is unique.\",fonts:[\"Inter\"],style:{transformPerspective:1200},verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition32},__framer__animateOnce:true,__framer__enter:animation10,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref9,target:\"animate\"}],__framer__threshold:1,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1dimix\",\"data-styles-preset\":\"lIR2awgFS\",children:\"Behance\"})}),className:\"framer-1k975yh\",\"data-framer-name\":\"We believe that the human spirit, with its limitless imagination and capacity to find links where none existed before, is unique.\",fonts:[\"Inter\"],style:{transformPerspective:1200},verticalAlignment:\"center\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{J3nalNAVX:{width:`calc(${componentViewport?.width||\"100vw\"} - 30px)`,y:(componentViewport?.y||0)+0+0+0+6869+0+21+0+72+0+990}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+0+0+0+4787+0+21+0+72+0+990,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1dotomo-container\",nodeId:\"cGeJzE_U8\",rendersWithMotion:true,scopeId:\"fruSkPM9E\",children:/*#__PURE__*/_jsx(GlobalLineAnimationGlobalWithVariantAppearEffect,{__framer__animateOnce:true,__framer__targets:[{ref:ref9,target:\"CHzT5FPgz\"}],__framer__threshold:1,__framer__variantAppearEffectEnabled:true,height:\"100%\",id:\"cGeJzE_U8\",jO4qx5iFC:{borderBottomWidth:1,borderColor:\"rgba(0, 0, 0, 0.2)\",borderLeftWidth:1,borderRightWidth:0,borderStyle:\"dashed\",borderTopWidth:2},layoutId:\"cGeJzE_U8\",sjMku05M0:\"var(--token-98dd2e4b-2534-4771-a0e9-0adcb7a05c7c, rgba(0, 0, 0, 0.2))\",style:{height:\"100%\",width:\"100%\"},variant:\"SlLECbnm0\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ygtcx\",\"data-framer-name\":\"Row\",children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition33},__framer__animateOnce:true,__framer__enter:animation10,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref9,target:\"animate\"}],__framer__threshold:1,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1dimix\",\"data-styles-preset\":\"lIR2awgFS\",children:\"2x Best Visual Design\"})}),className:\"framer-1h9pk29\",\"data-framer-name\":\"We believe that the human spirit, with its limitless imagination and capacity to find links where none existed before, is unique.\",fonts:[\"Inter\"],style:{transformPerspective:1200},verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition34},__framer__animateOnce:true,__framer__enter:animation10,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref9,target:\"animate\"}],__framer__threshold:1,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1dimix\",\"data-styles-preset\":\"lIR2awgFS\",children:\"The Webby Awards\"})}),className:\"framer-14sh3ar\",\"data-framer-name\":\"We believe that the human spirit, with its limitless imagination and capacity to find links where none existed before, is unique.\",fonts:[\"Inter\"],style:{transformPerspective:1200},verticalAlignment:\"center\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{J3nalNAVX:{width:`calc(${componentViewport?.width||\"100vw\"} - 30px)`,y:(componentViewport?.y||0)+0+0+0+6869+0+21+0+72+0+1080}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+0+0+0+4787+0+21+0+72+0+1080,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1cavmk8-container\",nodeId:\"fVKcRKON8\",rendersWithMotion:true,scopeId:\"fruSkPM9E\",children:/*#__PURE__*/_jsx(GlobalLineAnimationGlobalWithVariantAppearEffect,{__framer__animateOnce:true,__framer__targets:[{ref:ref9,target:\"QH2Y7H6Pr\"}],__framer__threshold:1,__framer__variantAppearEffectEnabled:true,height:\"100%\",id:\"fVKcRKON8\",jO4qx5iFC:{borderBottomWidth:1,borderColor:\"rgba(0, 0, 0, 0.2)\",borderLeftWidth:1,borderRightWidth:0,borderStyle:\"dashed\",borderTopWidth:2},layoutId:\"fVKcRKON8\",sjMku05M0:\"var(--token-98dd2e4b-2534-4771-a0e9-0adcb7a05c7c, rgba(0, 0, 0, 0.2))\",style:{height:\"100%\",width:\"100%\"},variant:\"fwuP3GBYz\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-wot1l6\",\"data-framer-name\":\"Row\",children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition35},__framer__animateOnce:true,__framer__enter:animation10,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref9,target:\"animate\"}],__framer__threshold:1,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1dimix\",\"data-styles-preset\":\"lIR2awgFS\",children:\"1x Mobile Exellence\"})}),className:\"framer-vszv1e\",\"data-framer-name\":\"We believe that the human spirit, with its limitless imagination and capacity to find links where none existed before, is unique.\",fonts:[\"Inter\"],style:{transformPerspective:1200},verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition36},__framer__animateOnce:true,__framer__enter:animation10,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref9,target:\"animate\"}],__framer__threshold:1,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1dimix\",\"data-styles-preset\":\"lIR2awgFS\",children:\"The Webby Awards\"})}),className:\"framer-1p9z05s\",\"data-framer-name\":\"We believe that the human spirit, with its limitless imagination and capacity to find links where none existed before, is unique.\",fonts:[\"Inter\"],style:{transformPerspective:1200},verticalAlignment:\"center\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{J3nalNAVX:{width:`calc(${componentViewport?.width||\"100vw\"} - 30px)`,y:(componentViewport?.y||0)+0+0+0+6869+0+21+0+72+0+1170}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+0+0+0+4787+0+21+0+72+0+1170,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1uqaxuu-container\",nodeId:\"t_ETj8Sid\",rendersWithMotion:true,scopeId:\"fruSkPM9E\",children:/*#__PURE__*/_jsx(GlobalLineAnimationGlobalWithVariantAppearEffect,{__framer__animateOnce:true,__framer__targets:[{ref:ref9,target:\"oQFtLzR4z\"}],__framer__threshold:1,__framer__variantAppearEffectEnabled:true,height:\"100%\",id:\"t_ETj8Sid\",jO4qx5iFC:{borderBottomWidth:1,borderColor:\"rgba(0, 0, 0, 0.2)\",borderLeftWidth:1,borderRightWidth:0,borderStyle:\"dashed\",borderTopWidth:2},layoutId:\"t_ETj8Sid\",sjMku05M0:\"var(--token-98dd2e4b-2534-4771-a0e9-0adcb7a05c7c, rgba(0, 0, 0, 0.2))\",style:{height:\"100%\",width:\"100%\"},variant:\"aGYwqRjP5\",width:\"100%\"})})})})]})]})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{J3nalNAVX:{y:(componentViewport?.y||0)+0+0+0+8133}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:500,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+0+0+6051,children:/*#__PURE__*/_jsx(Container,{className:\"framer-qe4zmv-container\",id:elementId9,nodeId:\"JXOQza_pR\",ref:ref10,scopeId:\"fruSkPM9E\",children:/*#__PURE__*/_jsx(CTASectionNewsletter,{height:\"100%\",id:\"JXOQza_pR\",layoutId:\"JXOQza_pR\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{J3nalNAVX:{y:(componentViewport?.y||0)+0+8633}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:474,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+6551,children:/*#__PURE__*/_jsx(Container,{className:\"framer-bonca6-container\",nodeId:\"WlzqNNSuv\",scopeId:\"fruSkPM9E\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dAARy6VJq:{variant:\"qazcbMyGd\"},J3nalNAVX:{variant:\"Fg1Q1eOuR\"}},children:/*#__PURE__*/_jsx(FooterFooter,{height:\"100%\",id:\"WlzqNNSuv\",layoutId:\"WlzqNNSuv\",QBaefKmHe:\"cvhjml\",style:{width:\"100%\"},variant:\"iDrl6GYeD\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-BsUCS.framer-jr6tqn, .framer-BsUCS .framer-jr6tqn { display: block; }\",\".framer-BsUCS.framer-qn7pcu { align-content: center; align-items: center; background-color: var(--token-7465b040-6034-4939-a3ae-1089e0454b56, #f7f7f7); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1200px; }\",\".framer-BsUCS .framer-1pdwb6y-container { flex: none; height: auto; left: 0px; position: fixed; right: 0px; top: 0px; z-index: 9; }\",\".framer-BsUCS .framer-18p6k59-container { flex: none; height: auto; left: 0px; position: fixed; top: 0px; width: 100%; z-index: 9; }\",\".framer-BsUCS.framer-alrfps { background-color: rgba(0, 0, 0, 0.8); inset: 0px; position: fixed; user-select: none; z-index: 6; }\",\".framer-BsUCS.framer-w4sn9l-container { flex: none; height: 100vh; left: 0px; position: fixed; right: 0px; top: 0px; will-change: var(--framer-will-change-effect-override, transform); z-index: 9; }\",\".framer-BsUCS .framer-ker5lj { align-content: flex-end; align-items: flex-end; bottom: 0px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 0px; justify-content: flex-end; left: calc(50.00000000000002% - 100% / 2); overflow: visible; padding: 0px; position: fixed; width: 100%; z-index: 10; }\",\".framer-BsUCS .framer-c9ojyz { align-content: center; align-items: center; bottom: 66px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: absolute; right: 20px; width: min-content; z-index: 1; }\",\".framer-BsUCS .framer-6k450t-container { flex: none; height: auto; position: relative; width: auto; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-BsUCS .framer-1v3w8rw { align-content: flex-start; align-items: flex-start; background-color: #ffffff; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 8; }\",\".framer-BsUCS .framer-76smdu { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 240px 20px 40px 20px; position: relative; width: 100%; }\",\".framer-BsUCS .framer-1rperxp { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-BsUCS .framer-5qcpon { --framer-paragraph-spacing: 0px; flex: none; height: auto; max-width: 915px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-BsUCS .framer-1nsl93e { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-BsUCS .framer-1hwcwsb { align-content: center; align-items: center; aspect-ratio: 1.6111111111111112 / 1; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 124px); justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-BsUCS .framer-1lkn1t3-container { flex: 1 0 0px; height: 1px; position: relative; width: 100%; }\",\".framer-BsUCS .framer-1ynd4ah { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: visible; padding: 40px 20px 120px 20px; position: relative; width: 100%; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-BsUCS .framer-1xqhi99-container, .framer-BsUCS .framer-39os00-container, .framer-BsUCS .framer-1vcicjz-container, .framer-BsUCS .framer-c9ogll-container, .framer-BsUCS .framer-8tuy9i-container, .framer-BsUCS .framer-1d08tk6-container, .framer-BsUCS .framer-1qkzlvq-container, .framer-BsUCS .framer-1uz58js-container, .framer-BsUCS .framer-1oj5jza-container, .framer-BsUCS .framer-weywsi-container, .framer-BsUCS .framer-166gigs-container, .framer-BsUCS .framer-q9un0w-container, .framer-BsUCS .framer-k4fivx-container, .framer-BsUCS .framer-1jgpkbd-container, .framer-BsUCS .framer-7wun5e-container, .framer-BsUCS .framer-jn1fgv-container, .framer-BsUCS .framer-1r9w103-container, .framer-BsUCS .framer-m9s7l0-container, .framer-BsUCS .framer-14zf7y2-container, .framer-BsUCS .framer-1yyz4s9-container, .framer-BsUCS .framer-2e54vc-container, .framer-BsUCS .framer-oax9f8-container, .framer-BsUCS .framer-1dotomo-container, .framer-BsUCS .framer-1cavmk8-container, .framer-BsUCS .framer-1uqaxuu-container { flex: none; height: 1px; position: relative; width: 100%; }\",\".framer-BsUCS .framer-yr8xqd { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-BsUCS .framer-pjl8bc { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-BsUCS .framer-yyi6c7, .framer-BsUCS .framer-1jyfsdl, .framer-BsUCS .framer-bideal, .framer-BsUCS .framer-8qk0qo, .framer-BsUCS .framer-1w0itrk, .framer-BsUCS .framer-11oubqh, .framer-BsUCS .framer-52txth, .framer-BsUCS .framer-1rtxf6k, .framer-BsUCS .framer-14pm3fy, .framer-BsUCS .framer-6dvav4, .framer-BsUCS .framer-88t2d1, .framer-BsUCS .framer-aiexvg, .framer-BsUCS .framer-1tmn0u4, .framer-BsUCS .framer-obpn7x, .framer-BsUCS .framer-1unq521, .framer-BsUCS .framer-15qyx5o, .framer-BsUCS .framer-5hli17, .framer-BsUCS .framer-1txz5dk, .framer-BsUCS .framer-1bj4vkq, .framer-BsUCS .framer-e8h6kg, .framer-BsUCS .framer-1pd78xy, .framer-BsUCS .framer-ja4a8v, .framer-BsUCS .framer-1gr64rw, .framer-BsUCS .framer-1nf7t35, .framer-BsUCS .framer-1jn4wqw, .framer-BsUCS .framer-13wsbzw, .framer-BsUCS .framer-7t9byj, .framer-BsUCS .framer-1s1uu4, .framer-BsUCS .framer-1kl8ove, .framer-BsUCS .framer-jirfie, .framer-BsUCS .framer-1fopcre, .framer-BsUCS .framer-19if1v6, .framer-BsUCS .framer-80yi08, .framer-BsUCS .framer-d7egxk, .framer-BsUCS .framer-1k975yh, .framer-BsUCS .framer-1h9pk29, .framer-BsUCS .framer-14sh3ar, .framer-BsUCS .framer-vszv1e, .framer-BsUCS .framer-1p9z05s { --framer-paragraph-spacing: 0px; flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-BsUCS .framer-rjnu06 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-BsUCS .framer-1gwe8x3 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 20px 120px 20px; position: relative; width: 100%; }\",\".framer-BsUCS .framer-ad3ikx { align-content: flex-start; align-items: flex-start; cursor: default; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-BsUCS .framer-1a6k8ns { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 100px 0px; position: relative; width: 100%; }\",\".framer-BsUCS .framer-jjrzz, .framer-BsUCS .framer-k1rebl, .framer-BsUCS .framer-1uiq0dt, .framer-BsUCS .framer-sr4ozl, .framer-BsUCS .framer-1qyqzaa, .framer-BsUCS .framer-za493j { --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-BsUCS .framer-1h4h5bz-container, .framer-BsUCS .framer-1zmkr3-container, .framer-BsUCS .framer-12tzn6j-container, .framer-BsUCS .framer-1nd45jf-container, .framer-BsUCS .framer-4v9mtu-container, .framer-BsUCS .framer-mk6vqc-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-BsUCS .framer-1eqjtit { 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: hidden; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-BsUCS .framer-b7pta, .framer-BsUCS .framer-8gzhux, .framer-BsUCS .framer-149epbx, .framer-BsUCS .framer-1qtuhxy, .framer-BsUCS .framer-1wy6u6p { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-BsUCS .framer-7dnc4c { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; min-height: 166px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-BsUCS .framer-je6p7f-container { flex: none; height: 166px; position: relative; width: 230px; z-index: 1; }\",\".framer-BsUCS .framer-3m7hrf, .framer-BsUCS .framer-xyq5z6, .framer-BsUCS .framer-xkkeyx { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 20px 0px 20px; position: relative; width: 100%; }\",\".framer-BsUCS .framer-1fpnxid { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 120px 0px; position: relative; width: 100%; }\",\".framer-BsUCS .framer-qfbyyd, .framer-BsUCS .framer-143ebsp { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-BsUCS .framer-iw4w3l { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-BsUCS .framer-1ewww9y-container, .framer-BsUCS .framer-1842hlf-container, .framer-BsUCS .framer-13l0qzv-container, .framer-BsUCS .framer-1tgjcak-container, .framer-BsUCS .framer-d7gfdl-container, .framer-BsUCS .framer-11drbzx-container, .framer-BsUCS .framer-f405ej-container, .framer-BsUCS .framer-1h3w64n-container, .framer-BsUCS .framer-z43ocs-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\".framer-BsUCS .framer-1jgfcr7 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 20px 120px 20px; position: relative; width: 100%; }\",\".framer-BsUCS .framer-vphms2 { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 45px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-BsUCS .framer-2thz7t { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-BsUCS .framer-5s8ccs, .framer-BsUCS .framer-fq9n5j, .framer-BsUCS .framer-1t0gke9, .framer-BsUCS .framer-1k4q0la { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-BsUCS .framer-1us3kq-container, .framer-BsUCS .framer-i4a2ce-container, .framer-BsUCS .framer-xt2zj3-container, .framer-BsUCS .framer-1sisvms-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-BsUCS .framer-1pgsqnf, .framer-BsUCS .framer-983suk, .framer-BsUCS .framer-1pi2apx, .framer-BsUCS .framer-bhebeg { --framer-paragraph-spacing: 0px; flex: none; height: auto; opacity: 0.5; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-BsUCS .framer-1e86f0n, .framer-BsUCS .framer-19nbe8l { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 120px 0px; position: relative; width: 100%; }\",\".framer-BsUCS .framer-c6ovgd { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-BsUCS .framer-my2wsc { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-BsUCS .framer-1esj9c4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: visible; padding: 0px 20px 120px 20px; position: relative; width: 100%; }\",\".framer-BsUCS .framer-zddlxo, .framer-BsUCS .framer-c21c40 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-BsUCS .framer-2uqx3y { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-BsUCS .framer-e90htl, .framer-BsUCS .framer-luti50, .framer-BsUCS .framer-mj0558 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-BsUCS .framer-1qdrrxm { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 20px 0px 20px; position: relative; width: 100%; }\",\".framer-BsUCS .framer-lnvio4 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-BsUCS .framer-mk208p { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-BsUCS .framer-rltnii, .framer-BsUCS .framer-1634w9n, .framer-BsUCS .framer-shbekk, .framer-BsUCS .framer-rj3t36, .framer-BsUCS .framer-izke8s, .framer-BsUCS .framer-673ctc, .framer-BsUCS .framer-16ig6h6, .framer-BsUCS .framer-76x2en, .framer-BsUCS .framer-pkds6t, .framer-BsUCS .framer-2t31rh { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 48px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-BsUCS .framer-11u45aq { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-BsUCS .framer-iu4hpw { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-BsUCS .framer-vydyzq, .framer-BsUCS .framer-1so225i, .framer-BsUCS .framer-1in27k8, .framer-BsUCS .framer-83nini, .framer-BsUCS .framer-5dleer, .framer-BsUCS .framer-cwmmlr, .framer-BsUCS .framer-ga5r12, .framer-BsUCS .framer-1h37jhl, .framer-BsUCS .framer-yk99zg, .framer-BsUCS .framer-4x6s3e, .framer-BsUCS .framer-80lxh7, .framer-BsUCS .framer-ygtcx, .framer-BsUCS .framer-wot1l6 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-BsUCS .framer-qe4zmv-container { flex: none; height: 50vh; position: relative; width: 100%; }\",\".framer-BsUCS .framer-bonca6-container { bottom: 0px; flex: none; height: auto; position: sticky; top: 0px; width: 100%; z-index: 1; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,\"@media (min-width: 810px) and (max-width: 1199px) { .framer-BsUCS.framer-qn7pcu { width: 810px; }}\",\"@media (max-width: 809px) { .framer-BsUCS.framer-qn7pcu { width: 390px; } .framer-BsUCS.framer-alrfps { background-color: unset; } .framer-BsUCS .framer-ker5lj, .framer-BsUCS .framer-2thz7t, .framer-BsUCS .framer-e90htl, .framer-BsUCS .framer-luti50, .framer-BsUCS .framer-mj0558 { flex-direction: column; } .framer-BsUCS .framer-c9ojyz { bottom: 62px; } .framer-BsUCS .framer-76smdu { padding: 240px 15px 20px 15px; } .framer-BsUCS .framer-1hwcwsb { aspect-ratio: 0.9230769230769231 / 1; height: var(--framer-aspect-ratio-supported, 217px); } .framer-BsUCS .framer-1ynd4ah { padding: 20px 15px 120px 15px; } .framer-BsUCS .framer-yr8xqd, .framer-BsUCS .framer-iw4w3l, .framer-BsUCS .framer-1e86f0n, .framer-BsUCS .framer-19nbe8l { flex-direction: column; gap: 40px; } .framer-BsUCS .framer-pjl8bc, .framer-BsUCS .framer-rjnu06, .framer-BsUCS .framer-1ewww9y-container, .framer-BsUCS .framer-1842hlf-container, .framer-BsUCS .framer-13l0qzv-container, .framer-BsUCS .framer-c6ovgd, .framer-BsUCS .framer-my2wsc, .framer-BsUCS .framer-1tgjcak-container, .framer-BsUCS .framer-d7gfdl-container, .framer-BsUCS .framer-11drbzx-container, .framer-BsUCS .framer-f405ej-container, .framer-BsUCS .framer-1h3w64n-container, .framer-BsUCS .framer-z43ocs-container, .framer-BsUCS .framer-lnvio4, .framer-BsUCS .framer-mk208p { flex: none; width: 100%; } .framer-BsUCS .framer-1gwe8x3, .framer-BsUCS .framer-1jgfcr7, .framer-BsUCS .framer-1esj9c4 { padding: 0px 15px 120px 15px; } .framer-BsUCS .framer-39os00-container, .framer-BsUCS .framer-b7pta { order: 0; } .framer-BsUCS .framer-1a6k8ns { order: 1; padding: 0px 0px 40px 0px; } .framer-BsUCS .framer-1eqjtit, .framer-BsUCS .framer-1qtuhxy { order: 3; } .framer-BsUCS .framer-8gzhux { order: 1; } .framer-BsUCS .framer-149epbx { order: 2; } .framer-BsUCS .framer-7dnc4c { min-height: unset; order: 4; } .framer-BsUCS .framer-3m7hrf, .framer-BsUCS .framer-xyq5z6, .framer-BsUCS .framer-1qdrrxm, .framer-BsUCS .framer-xkkeyx { padding: 0px 15px 0px 15px; } .framer-BsUCS .framer-5s8ccs, .framer-BsUCS .framer-fq9n5j, .framer-BsUCS .framer-1t0gke9, .framer-BsUCS .framer-1k4q0la { flex: none; gap: 0px; width: 100%; } .framer-BsUCS .framer-rltnii, .framer-BsUCS .framer-1634w9n, .framer-BsUCS .framer-shbekk, .framer-BsUCS .framer-rj3t36, .framer-BsUCS .framer-izke8s, .framer-BsUCS .framer-673ctc, .framer-BsUCS .framer-16ig6h6, .framer-BsUCS .framer-76x2en, .framer-BsUCS .framer-pkds6t, .framer-BsUCS .framer-2t31rh { height: 36px; }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 6156\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"dAARy6VJq\":{\"layout\":[\"fixed\",\"auto\"]},\"J3nalNAVX\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"HqfvOLyKN\":{\"pattern\":\":HqfvOLyKN\",\"name\":\"services\"},\"OuWhJEHl5\":{\"pattern\":\":OuWhJEHl5\",\"name\":\"1\"},\"qiauajaoU\":{\"pattern\":\":qiauajaoU\",\"name\":\"2\"},\"BAGNgnotz\":{\"pattern\":\":BAGNgnotz\",\"name\":\"3\"},\"uXqJCb8ix\":{\"pattern\":\":uXqJCb8ix\",\"name\":\"4\"},\"RlFQwfBwj\":{\"pattern\":\":RlFQwfBwj\",\"name\":\"5\"},\"oQZgh3BA7\":{\"pattern\":\":oQZgh3BA7\",\"name\":\"team\"},\"KESWw3bLB\":{\"pattern\":\":KESWw3bLB\",\"name\":\"clients\"},\"x7jPKD7LC\":{\"pattern\":\":x7jPKD7LC\",\"name\":\"awards\"},\"JXOQza_pR\":{\"pattern\":\":JXOQza_pR\",\"name\":\"cta\"}}\n * @framerResponsiveScreen\n */const FramerfruSkPM9E=withCSS(Component,css,\"framer-BsUCS\");export default FramerfruSkPM9E;FramerfruSkPM9E.displayName=\"Home\";FramerfruSkPM9E.defaultProps={height:6156,width:1200};addFonts(FramerfruSkPM9E,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...NavigationDesktopNavigationFonts,...NavigationNavigationMobileFonts,...NavigationMobileNavigationOpenStateFonts,...EnaBuyTemplateButtonFonts,...VideoFonts,...GlobalLineAnimationGlobalFonts,...AboutServicesFonts,...AboutServicesMobileFonts,...AboutServicesCursorFonts,...AboutPrinciplesFonts,...NumberCounterFonts,...AccordionAccordionFonts,...AboutTeamCardFonts,...CTASectionNewsletterFonts,...FooterFooterFonts,...FooterEnaLogoFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerfruSkPM9E\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"dAARy6VJq\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"J3nalNAVX\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerColorSyntax\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerResponsiveScreen\":\"\",\"framerAutoSizeImages\":\"true\",\"framerImmutableVariables\":\"true\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerScrollSections\":\"{\\\"HqfvOLyKN\\\":{\\\"pattern\\\":\\\":HqfvOLyKN\\\",\\\"name\\\":\\\"services\\\"},\\\"OuWhJEHl5\\\":{\\\"pattern\\\":\\\":OuWhJEHl5\\\",\\\"name\\\":\\\"1\\\"},\\\"qiauajaoU\\\":{\\\"pattern\\\":\\\":qiauajaoU\\\",\\\"name\\\":\\\"2\\\"},\\\"BAGNgnotz\\\":{\\\"pattern\\\":\\\":BAGNgnotz\\\",\\\"name\\\":\\\"3\\\"},\\\"uXqJCb8ix\\\":{\\\"pattern\\\":\\\":uXqJCb8ix\\\",\\\"name\\\":\\\"4\\\"},\\\"RlFQwfBwj\\\":{\\\"pattern\\\":\\\":RlFQwfBwj\\\",\\\"name\\\":\\\"5\\\"},\\\"oQZgh3BA7\\\":{\\\"pattern\\\":\\\":oQZgh3BA7\\\",\\\"name\\\":\\\"team\\\"},\\\"KESWw3bLB\\\":{\\\"pattern\\\":\\\":KESWw3bLB\\\",\\\"name\\\":\\\"clients\\\"},\\\"x7jPKD7LC\\\":{\\\"pattern\\\":\\\":x7jPKD7LC\\\",\\\"name\\\":\\\"awards\\\"},\\\"JXOQza_pR\\\":{\\\"pattern\\\":\\\":JXOQza_pR\\\",\\\"name\\\":\\\"cta\\\"}}\",\"framerIntrinsicWidth\":\"1200\",\"framerIntrinsicHeight\":\"6156\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["NumberCounter", "props", "startNumber", "endNumber", "fontColor", "fontSize", "fontWeight", "fontFamily", "speed", "prefix", "suffix", "loop", "count", "setCount", "ye", "isVisible", "setIsVisible", "ref", "pe", "ue", "observer", "entries", "entry", "intervalId", "prevCount", "u", "motion", "addPropertyControls", "ControlType", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "toResponsiveImage", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "hover", "id", "image", "link", "name1", "role", "width", "props", "_ref", "_ref1", "_ref2", "_humanReadableVariantMap_props_variant", "_ref3", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "SR0ddxx95", "iArvPEFEx", "LlkmDqG7d", "HDywXWduo", "K9VW1wLZQ", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onMouseEnteriw9l6c", "args", "onMouseLeavecrihwb", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "u", "cx", "Image2", "RichText", "SVG", "css", "Framerf6DLcWPzs", "withCSS", "f6DLcWPzs_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "fontStore", "fonts", "css", "className", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "title", "width", "props", "_ref", "_humanReadableVariantMap_props_variant", "_ref1", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "C23ZSA8jA", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "RichText", "css", "Framergtjns9Npd", "withCSS", "gtjns9Npd_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "fontStore", "fonts", "css", "className", "VideoFonts", "getFonts", "Video", "serializationHash", "variantClassNames", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "number", "paragraph", "title", "uRL", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "xN746g6R5", "WN2RuGrbP", "xM5xgJD30", "zkYUAspo8", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "scopingClassNames", "cx", "serializationHash", "LayoutGroup", "u", "ComponentViewportProvider", "SmartComponentScopedContainer", "Video", "RichText", "css", "FramerJuoXM7nRE", "withCSS", "JuoXM7nRE_default", "addPropertyControls", "ControlType", "addFonts", "VideoFonts", "getFontsFromSharedStyle", "fonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "u", "css", "FramerC_TCK1rkn", "withCSS", "C_TCK1rkn_default", "addPropertyControls", "ControlType", "addFonts", "AccordionAccordionPlusFonts", "getFonts", "C_TCK1rkn_default", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "number", "paragraph", "title", "width", "props", "_ref", "_ref1", "_humanReadableVariantMap_props_variant", "_ref2", "_ref3", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "W88zB8mIG", "T8rQFvSBR", "h1ZthYPRp", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap2z7xdy", "args", "onTap198oigj", "onTapmteqq7", "onTapoyflq3", "onTap1crb1f", "onTap1jwvr64", "onTapmi447o", "onTapaghufh", "onTap4cqrim", "onTap6mbqgw", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "RichText", "ComponentViewportProvider", "css", "FramerERRIHkpd2", "withCSS", "ERRIHkpd2_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "AccordionAccordionRowCopy2Fonts", "getFonts", "ERRIHkpd2_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "ComponentViewportProvider", "css", "FramerK01be9EwF", "withCSS", "K01be9EwF_default", "addPropertyControls", "ControlType", "addFonts", "VideoFonts", "getFonts", "Video", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "LayoutGroup", "u", "ComponentViewportProvider", "SmartComponentScopedContainer", "css", "FramermjZqPuJ5i", "withCSS", "mjZqPuJ5i_default", "addPropertyControls", "ControlType", "addFonts", "RichTextWithFX", "withFX", "RichText", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "animation", "transition2", "transition3", "transition4", "transition5", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "cursor1", "cursor2", "cursor3", "cursor4", "height", "id", "scrollSection", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "NAGztRI8h", "VDjH9otf_", "SXSoaBZIm", "TWIPaVByb", "DtXmV0H8B", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onMouseEnterivkxda", "args", "onMouseLeave10rxhhk", "onMouseEnter1iu8npe", "onMouseEnter99lu06", "onMouseEntermxb3ej", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "css", "FramerzhvBWKZ_w", "withCSS", "zhvBWKZ_w_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "NavigationDesktopNavigationFonts", "getFonts", "vlEshtzG5_default", "NavigationNavigationMobileFonts", "HIFff2Yck_default", "NavigationMobileNavigationOpenStateFonts", "PRwLzu4zV_default", "EnaBuyTemplateButtonFonts", "T3USDJ0Ln_default", "ContainerWithOptimizedAppearEffect", "withOptimizedAppearEffect", "Container", "VideoFonts", "Video", "MotionDivWithOptimizedAppearEffect", "motion", "GlobalLineAnimationGlobalFonts", "VNUD5DB4s_default", "MotionSectionWithOptimizedAppearEffect", "AboutServicesFonts", "zhvBWKZ_w_default", "AboutServicesMobileFonts", "gtjns9Npd_default", "AboutServicesMobileWithVariantAppearEffect", "withVariantAppearEffect", "AboutServicesCursorFonts", "mjZqPuJ5i_default", "AboutServicesCursorWithVariantAppearEffect", "AboutPrinciplesFonts", "JuoXM7nRE_default", "NumberCounterFonts", "NumberCounter", "AccordionAccordionFonts", "K01be9EwF_default", "AboutTeamCardFonts", "f6DLcWPzs_default", "ContainerWithFX", "withFX", "RichTextWithFX", "RichText", "GlobalLineAnimationGlobalWithVariantAppearEffect", "CTASectionNewsletterFonts", "NrEVXefEF_default", "FooterFooterFonts", "Ecu_gXdKa_default", "FooterEnaLogoFonts", "eQjg1x09h_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "transition1", "animation", "animation1", "animation2", "getContainer", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "transition2", "animation3", "animation4", "animation5", "transition3", "textEffect", "transition4", "animation6", "animation7", "animation8", "transition5", "addImageAlt", "image", "alt", "transition6", "transition7", "transition8", "transition9", "transition10", "animation9", "transition11", "transition12", "transition13", "transition14", "transition15", "transition16", "transition17", "transition18", "transition19", "transition20", "animation10", "transition21", "transition22", "transition23", "transition24", "transition25", "transition26", "transition27", "transition28", "transition29", "transition30", "transition31", "transition32", "transition33", "transition34", "transition35", "transition36", "HTMLStyle", "value", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "transition37", "cursor", "cursor1", "cursor2", "cursor3", "cursor4", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "activeVariantCallback", "delay", "useActiveVariantCallback", "EHMhKGDpT3bnx0g", "overlay", "loadMore", "args", "wCQM1JsQO1wnntms", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "elementId", "useRouteElementId", "ref1", "elementId1", "ref2", "ref3", "elementId2", "ref4", "elementId3", "ref5", "elementId4", "ref6", "elementId5", "elementId6", "ref7", "elementId7", "ref8", "elementId8", "ref9", "elementId9", "ref10", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "ComponentViewportProvider", "l", "PropertyOverrides2", "AnimatePresence", "Ga", "x", "css", "FramerfruSkPM9E", "withCSS", "fruSkPM9E_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
