{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/rofp3mS0LNY15cjhHzia/Ycw95yYPzpr98rHtCJMh/BlurGradient.js", "ssg:https://framerusercontent.com/modules/vkHAj2Yk0mTnbM6ZdN5c/Foxm7T4YpJpvPgDlEus0/FormSpark.js", "ssg:https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/qacJMtbrGDTpaTF4eVfx/Ticker.js", "ssg:https://framerusercontent.com/modules/6f1S4MgTrVoYFKIoCdu9/XSHfZ4Ouuc8vWzTRzRRQ/nEQNNx2Yg.js", "ssg:https://framerusercontent.com/modules/gSf278A8anQWNYuIUeJY/g0KO7nYqZowk9ipkxtJp/augiA20Il.js"],
  "sourcesContent": ["import{jsx as r}from\"react/jsx-runtime\";import{addPropertyControls as t,ControlType as e}from\"framer\";/**\n * @framerDisableUnlink\n *\n * @framerIntrinsicWidth 240\n * @framerIntrinsicHeight 240\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */function a({blur:t,borderRadius:e,direction:a}){let i=r=>{switch(r){case\"toBottom\":default:return\"to bottom\";case\"toTop\":return\"to top\";case\"toLeft\":return\"to left\";case\"toRight\":return\"to right\";}},o=[{blur:`${t/2/2/2/2/2/2/2}px`,gradient:\"rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 12.5%, rgba(0, 0, 0, 1) 25%, rgba(0, 0, 0, 0) 37.5%\"},{blur:`${t/2/2/2/2/2/2}px`,gradient:\"rgba(0, 0, 0, 0) 12.5%, rgba(0, 0, 0, 1) 25%, rgba(0, 0, 0, 1) 37.5%, rgba(0, 0, 0, 0) 50%\"},{blur:`${t/2/2/2/2/2}px`,gradient:\"rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 1) 37.5%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) 62.5%\"},{blur:`${t/2/2/2/2}px`,gradient:\"rgba(0, 0, 0, 0) 37.5%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 1) 62.5%, rgba(0, 0, 0, 0) 75%\"},{blur:`${t/2/2/2}px`,gradient:\"rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 1) 62.5%, rgba(0, 0, 0, 1) 75%, rgba(0, 0, 0, 0) 87.5%\"},{blur:`${t/2/2}px`,gradient:\"rgba(0, 0, 0, 0) 62.5%, rgba(0, 0, 0, 1) 75%, rgba(0, 0, 0, 1) 87.5%, rgba(0, 0, 0, 0) 100%\"},{blur:`${t/2}px`,gradient:\"rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 1) 87.5%, rgba(0, 0, 0, 1) 100%\"},{blur:`${t}px`,gradient:\"rgba(0, 0, 0, 0) 87.5%, rgba(0, 0, 0, 1) 100%\"}];return /*#__PURE__*/r(\"div\",{style:{position:\"relative\",width:\"100%\",height:\"100%\",borderRadius:`${e}px`},children:o.map((t,o)=>/*#__PURE__*/r(\"div\",{style:{position:\"absolute\",inset:0,zIndex:o+1,backdropFilter:`blur(${t.blur})`,WebkitBackdropFilter:`blur(${t.blur})`,maskImage:`linear-gradient(${i(a)}, ${t.gradient})`,WebkitMaskImage:`linear-gradient(${i(a)}, ${t.gradient})`,borderRadius:`${e}px`,pointerEvents:\"none\"}},o))});}a.defaultProps={blur:10,borderRadius:0,direction:\"toBottom\"},t(a,{blur:{title:\"Blur\",type:e.Number,defaultValue:10,min:0,max:100,step:1,description:\"Large blur values (10<) can impact performance.\"},borderRadius:{title:\"Radius\",type:e.Number,defaultValue:0,min:0,max:100,step:1,description:\"Blur Gradient component's parent frame can't have border radius (it will break the component). If you need corner radius, apply it directly to the Blur Gradient component here.\"},direction:{title:\"Direction\",type:e.SegmentedEnum,options:[\"toBottom\",\"toTop\",\"toLeft\",\"toRight\"],optionTitles:[\"\u2193\",\"\u2191\",\"\u2190\",\"\u2192\"],defaultValue:\"toBottom\"}});export default a;\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"BlurGradient\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutWidth\":\"fixed\",\"framerContractVersion\":\"1\",\"framerDisableUnlink\":\"*\",\"framerIntrinsicHeight\":\"240\",\"framerIntrinsicWidth\":\"240\",\"framerSupportedLayoutHeight\":\"fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./BlurGradient.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addPropertyControls,ControlType,RenderTarget,withCSS}from\"framer\";import{motion}from\"framer-motion\";import{containerStyles,usePadding,useRadius,paddingControl,borderRadiusControl,fontControls,useFontControls}from\"https://framer.com/m/framer/default-utils.js@^0.45.0\";import{useCallback,useMemo,useState}from\"react\";const emailRegex=/^(([^<>()[\\]\\\\.,;:\\s@\"]+(\\.[^<>()[\\]\\\\.,;:\\s@\"]+)*)|(\".+\"))@((\\[[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\])|(([a-zA-Z\\-0-9]+\\.)+[a-zA-Z]{2,}))$/;const validateEmail=email=>{return emailRegex.test(String(email).toLowerCase());};/**\n * FORMSPARK\n *\n * @framerIntrinsicWidth 550\n * @framerIntrinsicHeight 290\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */ const FormSpark=withCSS(function FormSpark({formId,withName,nameField:name,withEmail,email,withMessage,message,layout,inputs,button,style,gap,onSubmit,...props}){const[nameValue,setName]=useState(name===null||name===void 0?void 0:name.value);const[emailValue,setEmail]=useState(email===null||email===void 0?void 0:email.value);const[messageValue,setMessage]=useState(message===null||message===void 0?void 0:message.value);const[isNameError,setNameError]=useState(false);const[isEmailError,setEmailError]=useState(false);const[isMessageError,setMessageError]=useState(false);const[isLoading,setLoading]=useState(false);const[isSuccess,setSuccess]=useState(false);const isCanvas=useMemo(()=>{return RenderTarget.current()===RenderTarget.canvas;},[]);const gridTemplateRows=useMemo(()=>{const rows=[];if(withName||withMessage){rows.push(\"max-content\");}if(withMessage){rows.push(\"1fr\");}return[...rows,\"max-content\"].join(\" \");},[withName,withEmail,withMessage]);const gridTemplateColumns=useMemo(()=>{const cols=[];if((withName&&!withEmail||withEmail&&!withName)&&!withMessage&&layout===\"horizontal\"){return\"1fr max-content\";}return\"1fr\";},[withName,withEmail,withMessage,layout]);const{fontFamily,fontSize,fontWeight}=useFontControls(props);const borderRadius=useRadius(props);const paddingValue=usePadding(props);const validateForm=useCallback(()=>{let error=false;setNameError(false);setEmailError(false);setMessageError(false);if(withName&&!nameValue){setNameError(true);error=true;}if(withEmail&&(!emailValue||!validateEmail(emailValue))){setEmailError(true);error=true;}if(withMessage&&!messageValue){setMessageError(true);error=true;}return error;},[validateEmail,withName,withEmail,withMessage,nameValue,emailValue,messageValue,]);const handleSubmit=useCallback(event=>{setLoading(true);event.preventDefault();if(validateForm()){setLoading(false);}else{const data=new FormData(event.target);const entries=Object.fromEntries(data.entries());fetch(`https://api.formspark.io/${formId}`,{method:\"POST\",headers:{\"Content-Type\":\"application/json\",Accept:\"application/json\"},body:JSON.stringify(entries)}).then(()=>{setSuccess(true);onSubmit();}).catch(()=>setLoading(false));}},[formId,onSubmit,validateForm]);const handleNameChange=useCallback(event=>{setNameError(false);setName(event.target.value);},[]);const handleEmailChange=useCallback(event=>{setEmailError(false);setEmail(event.target.value);},[]);const handleMessageChange=useCallback(event=>{setMessageError(false);setMessage(event.target.value);},[]);return /*#__PURE__*/ _jsx(motion.div,{style:{...style,...containerStyles,flexDirection:\"column\",\"--framer-formspark-placeholder-color\":inputs.placeholderColor},children:isSuccess?/*#__PURE__*/ _jsx(motion.div,{style:{height:\"60px\",width:\"60px\",background:button.fill,color:button.color,borderRadius:\"50%\",display:\"flex\",justifyContent:\"center\",alignItems:\"center\"},initial:{scale:0},animate:{scale:1},transition:{duration:.3},children:/*#__PURE__*/ _jsx(\"svg\",{xmlns:\"http://www.w3.org/2000/svg\",width:\"28\",height:\"28\",children:/*#__PURE__*/ _jsx(\"path\",{d:\"M 2 14 L 10 22 L 26 6\",fill:\"transparent\",strokeWidth:\"4\",stroke:\"currentColor\",strokeLinecap:\"round\"})})}):/*#__PURE__*/ _jsxs(\"form\",{style:{display:\"grid\",gridTemplateRows,gridTemplateColumns,gap,width:\"100%\",height:\"100%\"},onSubmit:handleSubmit,method:\"POST\",children:[(withName||withEmail)&&/*#__PURE__*/ _jsxs(\"div\",{style:{width:\"100%\",display:\"grid\",gridAutoFlow:layout===\"horizontal\"?\"column\":\"row\",gap},children:[withName&&/*#__PURE__*/ _jsx(\"input\",{className:\"framer-formspark-input\",type:\"text\",name:\"name\",placeholder:name.placeholder,value:isCanvas?name.value:nameValue,onChange:handleNameChange,style:{...defaultStyle,padding:paddingValue,borderRadius,fontFamily,fontWeight,fontSize,background:inputs.fill,color:inputs.color,boxShadow:`inset 0 0 0 1px ${isNameError?inputs.error:\"transparent\"}`}}),withEmail&&/*#__PURE__*/ _jsx(\"input\",{className:\"framer-formspark-input\",type:\"email\",name:\"email\",placeholder:email.placeholder,value:isCanvas?email.value:emailValue,onChange:handleEmailChange,style:{...defaultStyle,padding:paddingValue,borderRadius,fontFamily,fontWeight,fontSize,background:inputs.fill,color:inputs.color,boxShadow:`inset 0 0 0 1px ${isEmailError?inputs.error:\"transparent\"}`}})]}),withMessage&&/*#__PURE__*/ _jsx(\"textarea\",{className:\"framer-formspark-input\",placeholder:message.placeholder,name:\"message\",value:isCanvas?message.value:messageValue,onChange:handleMessageChange,style:{...defaultStyle,minHeight:0,padding:paddingValue,resize:\"vertical\",borderRadius,background:inputs.fill,fontFamily,fontWeight,fontSize,color:inputs.color,boxShadow:`inset 0 0 0 1px ${isMessageError?inputs.error:\"transparent\"}`}}),/*#__PURE__*/ _jsxs(\"div\",{children:[/*#__PURE__*/ _jsx(motion.input,{type:\"submit\",value:button.label,style:{...defaultStyle,borderRadius,padding:paddingValue,fontFamily,fontWeight:button.fontWeight,fontSize,background:button.fill,cursor:\"pointer\",color:button.color,zIndex:1},transition:{type:\"ease\",duration:.3},whileHover:{opacity:.8}}),isLoading&&/*#__PURE__*/ _jsx(\"div\",{style:{borderRadius,position:\"absolute\",display:\"flex\",justifyContent:\"center\",alignItems:\"center\",width:\"100%\",height:\"100%\",left:0,top:0,zIndex:2,color:button.color,background:button.fill},children:/*#__PURE__*/ _jsx(motion.div,{style:{height:16,width:16},initial:{rotate:0},animate:{rotate:360},transition:{duration:2,repeat:Infinity},children:/*#__PURE__*/ _jsxs(\"svg\",{xmlns:\"http://www.w3.org/2000/svg\",width:\"16\",height:\"16\",children:[/*#__PURE__*/ _jsx(\"path\",{d:\"M 8 0 C 3.582 0 0 3.582 0 8 C 0 12.419 3.582 16 8 16 C 12.418 16 16 12.419 16 8 C 15.999 3.582 12.418 0 8 0 Z M 8 14 C 4.687 14 2 11.314 2 8 C 2 4.687 4.687 2 8 2 C 11.314 2 14 4.687 14 8 C 14 11.314 11.314 14 8 14 Z\",fill:\"currentColor\",opacity:\"0.2\"}),/*#__PURE__*/ _jsx(\"path\",{d:\"M 8 0 C 12.418 0 15.999 3.582 16 8 C 16 8 16 9 15 9 C 14 9 14 8 14 8 C 14 4.687 11.314 2 8 2 C 4.687 2 2 4.687 2 8 C 2 8 2 9 1 9 C 0 9 0 8 0 8 C 0 3.582 3.582 0 8 0 Z\",fill:\"currentColor\"})]})})})]})]})});},[\".framer-formspark-input::placeholder { color: var(--framer-formspark-placeholder-color) !important; }\",]);FormSpark.defaultProps={fontSize:16,fontFamily:\"Inter\",fontWeight:400,padding:15,paddingTop:15,paddingBottom:15,paddingLeft:15,paddingRight:15,borderRadius:8,topLeftRadius:8,topRightRadius:8,bottomRightRadius:8,bottomLeftRadius:8,gap:15,nameField:{value:undefined,placeholder:\"Name\"},email:{value:undefined,placeholder:\"Email\"},message:{value:undefined,placeholder:\"Message\"},inputs:{fill:\"#EBEBEB\",color:\"#000\",placeholderColor:\"rgba(0, 0, 0, 0.5)\",error:\"#EE4444\"},layout:{fill:\"#EBEBEB\",color:\"#000\",placeholderColor:\"rgba(0, 0, 0, 0.5)\",error:\"#EE4444\"},button:{label:\"Sign Up\",fontWeight:600,fill:\"#000\",color:\"#FFF\"}};addPropertyControls(FormSpark,{formId:{title:\"ID\",placeholder:\"7PbPpGN3\",type:ControlType.String,description:\"Create a [FormSpark](https://formspark.io/) account, add a new form and copy its ID. [Learn more\u2026](https://www.framer.com/sites/integrations/formspark/)\"},withName:{title:\"Name\",type:ControlType.Boolean,enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:true},nameField:{title:\" \",type:ControlType.Object,controls:{placeholder:{title:\"Placeholder\",type:ControlType.String,defaultValue:\"Name\"},value:{title:\"Value\",type:ControlType.String,defaultValue:\"\"}},hidden:props=>!props.withName},withEmail:{title:\"Email\",type:ControlType.Boolean,enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:true},email:{title:\" \",type:ControlType.Object,controls:{placeholder:{title:\"Placeholder\",type:ControlType.String,defaultValue:\"Email\"},value:{title:\"Value\",type:ControlType.String}},hidden:props=>!props.withEmail},withMessage:{title:\"Message\",type:ControlType.Boolean,enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:true},message:{title:\" \",type:ControlType.Object,controls:{placeholder:{title:\"Placeholder\",type:ControlType.String,defaultValue:\"Message\"},value:{title:\"Value\",type:ControlType.String}},hidden:props=>!props.withMessage},layout:{title:\"Layout\",type:ControlType.Enum,options:[\"horizontal\",\"vertical\"],displaySegmentedControl:true,defaultValue:\"horizontal\"},inputs:{title:\"Inputs\",type:ControlType.Object,controls:{fill:{title:\"Fill\",type:ControlType.Color,defaultValue:\"#EBEBEB\"},color:{title:\"Text\",type:ControlType.Color,defaultValue:\"#000\"},placeholderColor:{title:\"Placeholder\",type:ControlType.Color,defaultValue:\"rgba(0, 0, 0, 0.5)\"},error:{title:\"Error\",type:ControlType.Color,defaultValue:\"#EE4444\"}}},button:{title:\"Button\",type:ControlType.Object,controls:{label:{title:\"Label\",type:ControlType.String,defaultValue:\"Sign Up\"},fontWeight:{...fontControls.fontWeight,defaultValue:600},fill:{title:\"Fill\",type:ControlType.Color,defaultValue:\"#000\"},color:{title:\"Text\",type:ControlType.Color,defaultValue:\"#FFF\"}}},...fontControls,fontSize:{title:\"Font Size\",type:ControlType.Number,displayStepper:true,defaultValue:16},...paddingControl,...borderRadiusControl,gap:{title:\"Gap\",type:ControlType.Number,displayStepper:true,min:0},onSubmit:{type:ControlType.EventHandler}});const defaultStyle={WebkitAppearance:\"none\",display:\"inline-block\",width:\"100%\",lineHeight:\"1.4em\",outline:\"none\",border:\"none\"};export default FormSpark;\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FormSpark\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"290\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"550\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./FormSpark.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{Children,useEffect,useState,useRef,useMemo,createRef,useCallback,cloneElement}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{useAnimationFrame,useReducedMotion,LayoutGroup,useInView,useMotionValue,useTransform,motion,wrap,frame}from\"framer-motion\";import{resize}from\"@motionone/dom\";const MAX_DUPLICATED_ITEMS=100;const directionTransformers={left:offset=>`translateX(-${offset}px)`,right:offset=>`translateX(${offset}px)`,top:offset=>`translateY(-${offset}px)`,bottom:offset=>`translateY(${offset}px)`};const supportsAcceleratedAnimations=typeof Animation!==\"undefined\"&&typeof Animation.prototype.updatePlaybackRate===\"function\";/**\n *\n * @framerIntrinsicWidth 400\n * @framerIntrinsicHeight 200\n *\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */export default function Ticker(props){/* Props */let{slots,gap,padding,paddingPerSide,paddingTop,paddingRight,paddingBottom,paddingLeft,speed,hoverFactor,direction,alignment,sizingOptions,fadeOptions,style}=props;const{fadeContent,overflow,fadeWidth,fadeInset,fadeAlpha}=fadeOptions;const{widthType,heightType}=sizingOptions;const paddingValue=paddingPerSide?`${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px`:`${padding}px`;/* Checks */const isCanvas=RenderTarget.current()===RenderTarget.canvas;const numChildren=Children.count(slots);const hasChildren=numChildren>0;if(direction===true){direction=\"left\";}const isHorizontal=direction===\"left\"||direction===\"right\";const offset=useMotionValue(0);const transformer=directionTransformers[direction];const transform=useTransform(offset,transformer);/* Refs and State */const parentRef=useRef(null);const childrenRef=useMemo(()=>{return[/*#__PURE__*/createRef(),/*#__PURE__*/createRef()];},[]);const[size,setSize]=useState({parent:null,children:null});/* Arrays */let clonedChildren=[];let dupedChildren=[];/* Duplicate value */let duplicateBy=0;let opacity=0;if(isCanvas){duplicateBy=numChildren?Math.floor(10/numChildren):0;opacity=1;}if(!isCanvas&&hasChildren&&size.parent){duplicateBy=Math.round(size.parent/size.children*2)+1;duplicateBy=Math.min(duplicateBy,MAX_DUPLICATED_ITEMS);opacity=1;}/* Measure parent and child */const measure=useCallback(()=>{if(hasChildren&&parentRef.current){const parentLength=isHorizontal?parentRef.current.offsetWidth:parentRef.current.offsetHeight;const start=childrenRef[0].current?isHorizontal?childrenRef[0].current.offsetLeft:childrenRef[0].current.offsetTop:0;const end=childrenRef[1].current?isHorizontal?childrenRef[1].current.offsetLeft+childrenRef[1].current.offsetWidth:childrenRef[1].current.offsetTop+childrenRef[1].current.offsetHeight:0;const childrenLength=end-start+gap;setSize({parent:parentLength,children:childrenLength});}},[]);const childrenStyles=isCanvas?{contentVisibility:\"auto\"}:{};/* Add refs to first and last child */if(hasChildren){// TODO: These conditional hooks will be unsafe if hasChildren ever changes outside the canvas.\nif(!isCanvas){/**\n             * Track whether this is the initial resize event. By default this will fire on mount,\n             * which we do in the useEffect. We should only fire it on subsequent resizes.\n             */let initialResize=useRef(true);useEffect(()=>{frame.read(measure);return resize(parentRef.current,({contentSize})=>{if(!initialResize.current&&(contentSize.width||contentSize.height)){frame.read(measure);}initialResize.current=false;});},[]);}clonedChildren=Children.map(slots,(child,index)=>{var _child_props,_child_props1,_child_props2,_child_props3;let ref;if(index===0){ref=childrenRef[0];}if(index===slots.length-1){ref=childrenRef[1];}const size={width:widthType?(_child_props=child.props)===null||_child_props===void 0?void 0:_child_props.width:\"100%\",height:heightType?(_child_props1=child.props)===null||_child_props1===void 0?void 0:_child_props1.height:\"100%\"};return /*#__PURE__*/_jsx(LayoutGroup,{inherit:\"id\",children:/*#__PURE__*/_jsx(\"li\",{ref:ref,style:size,children:/*#__PURE__*/cloneElement(child,{style:{...(_child_props2=child.props)===null||_child_props2===void 0?void 0:_child_props2.style,...size,flexShrink:0,...childrenStyles},layoutId:child.props.layoutId?child.props.layoutId+\"-original-\"+index:undefined},(_child_props3=child.props)===null||_child_props3===void 0?void 0:_child_props3.children)})});});}if(!isCanvas){for(let i=0;i<duplicateBy;i++){dupedChildren=[...dupedChildren,...Children.map(slots,(child,childIndex)=>{var _child_props,_child_props1,_child_props2,_child_props3,_child_props4,_child_props5;const size={width:widthType?(_child_props=child.props)===null||_child_props===void 0?void 0:_child_props.width:\"100%\",height:heightType?(_child_props1=child.props)===null||_child_props1===void 0?void 0:_child_props1.height:\"100%\"};return /*#__PURE__*/_jsx(LayoutGroup,{inherit:\"id\",children:/*#__PURE__*/_jsx(\"li\",{style:size,\"aria-hidden\":true,children:/*#__PURE__*/cloneElement(child,{key:i+\" \"+childIndex,style:{...(_child_props2=child.props)===null||_child_props2===void 0?void 0:_child_props2.style,width:widthType?(_child_props3=child.props)===null||_child_props3===void 0?void 0:_child_props3.width:\"100%\",height:heightType?(_child_props4=child.props)===null||_child_props4===void 0?void 0:_child_props4.height:\"100%\",flexShrink:0,...childrenStyles},layoutId:child.props.layoutId?child.props.layoutId+\"-dupe-\"+i:undefined},(_child_props5=child.props)===null||_child_props5===void 0?void 0:_child_props5.children)},i+\"li\"+childIndex)},i+\"lg\"+childIndex);})];}}const animateToValue=size.children+size.children*Math.round(size.parent/size.children);const initialTime=useRef(null);const prevTime=useRef(null);const xOrY=useRef(0);const isHover=useRef(false);const isReducedMotion=useReducedMotion();const listRef=useRef(null);const animationRef=useRef(null);/**\n     * Setup animations\n     */if(!isCanvas){const isInView=useInView(parentRef);/**\n         * If this is an animation we can hardware accelerate, animate with WAAPI\n         */if(supportsAcceleratedAnimations){useEffect(()=>{if(isReducedMotion||!animateToValue||!speed){return;}animationRef.current=listRef.current.animate({transform:[transformer(0),transformer(animateToValue)]},{duration:Math.abs(animateToValue)/speed*1e3,iterations:Infinity,easing:\"linear\"});return()=>animationRef.current.cancel();},[hoverFactor,animateToValue,speed]);}else{/**\n             * If we can't accelerate this animation because we have a hoverFactor defined\n             * animate with a rAF loop.\n             */useAnimationFrame(t=>{if(!animateToValue||isReducedMotion||supportsAcceleratedAnimations){return;}/**\n                 * In case this animation is delayed from starting because we're running a bunch\n                 * of other work, we want to set an initial time rather than counting from 0.\n                 * That ensures that if the animation is delayed, it starts from the first frame\n                 * rather than jumping.\n                 */if(initialTime.current===null){initialTime.current=t;}t=t-initialTime.current;const timeSince=prevTime.current===null?0:t-prevTime.current;let delta=timeSince*(speed/1e3);if(isHover.current){delta*=hoverFactor;}xOrY.current+=delta;xOrY.current=wrap(0,animateToValue,xOrY.current);prevTime.current=t;if(!isInView)return;offset.set(xOrY.current);});}}/* Fades */const fadeDirection=isHorizontal?\"to right\":\"to bottom\";const fadeWidthStart=fadeWidth/2;const fadeWidthEnd=100-fadeWidth/2;const fadeInsetStart=clamp(fadeInset,0,fadeWidthStart);const fadeInsetEnd=100-fadeInset;const fadeMask=`linear-gradient(${fadeDirection}, rgba(0, 0, 0, ${fadeAlpha}) ${fadeInsetStart}%, rgba(0, 0, 0, 1) ${fadeWidthStart}%, rgba(0, 0, 0, 1) ${fadeWidthEnd}%, rgba(0, 0, 0, ${fadeAlpha}) ${fadeInsetEnd}%)`;/* Empty state */if(!hasChildren){return /*#__PURE__*/_jsxs(\"section\",{style:placeholderStyles,children:[/*#__PURE__*/_jsx(\"div\",{style:emojiStyles,children:\"\u2728\"}),/*#__PURE__*/_jsx(\"p\",{style:titleStyles,children:\"Connect to Content\"}),/*#__PURE__*/_jsx(\"p\",{style:subtitleStyles,children:\"Add layers or components to infinitely loop on your page.\"})]});}return /*#__PURE__*/_jsx(\"section\",{style:{...containerStyle,opacity:opacity,WebkitMaskImage:fadeContent?fadeMask:undefined,MozMaskImage:fadeContent?fadeMask:undefined,maskImage:fadeContent?fadeMask:undefined,overflow:overflow?\"visible\":\"hidden\",padding:paddingValue},ref:parentRef,children:/*#__PURE__*/_jsxs(motion.ul,{ref:listRef,style:{...containerStyle,gap:gap,top:direction===\"bottom\"&&isValidNumber(animateToValue)?-animateToValue:undefined,left:direction===\"right\"&&isValidNumber(animateToValue)?-animateToValue:undefined,placeItems:alignment,position:\"relative\",flexDirection:isHorizontal?\"row\":\"column\",...style,transform:supportsAcceleratedAnimations?undefined:transform,willChange:isCanvas?\"auto\":\"transform\"},onMouseEnter:()=>{isHover.current=true;if(animationRef.current){// TODO Replace with updatePlaybackRate when Chrome bugs sorted\nanimationRef.current.playbackRate=hoverFactor;}},onMouseLeave:()=>{isHover.current=false;if(animationRef.current){// TODO Replace with updatePlaybackRate when Chrome bugs sorted\nanimationRef.current.playbackRate=1;}},children:[clonedChildren,dupedChildren]})});}/* Default Properties */Ticker.defaultProps={gap:10,padding:10,sizingOptions:{widthType:true,heightType:true},fadeOptions:{fadeContent:true,overflow:false,fadeWidth:25,fadeAlpha:0,fadeInset:0},direction:true};/* Property Controls */addPropertyControls(Ticker,{slots:{type:ControlType.Array,title:\"Children\",control:{type:ControlType.ComponentInstance}},speed:{type:ControlType.Number,title:\"Speed\",min:0,max:1e3,defaultValue:100,unit:\"%\",displayStepper:true,step:5},direction:{type:ControlType.Enum,title:\"Direction\",options:[\"left\",\"right\",\"top\",\"bottom\"],optionIcons:[\"direction-left\",\"direction-right\",\"direction-up\",\"direction-down\"],optionTitles:[\"Left\",\"Right\",\"Top\",\"Bottom\"],defaultValue:\"left\",displaySegmentedControl:true},alignment:{type:ControlType.Enum,title:\"Align\",options:[\"flex-start\",\"center\",\"flex-end\"],optionIcons:{direction:{right:[\"align-top\",\"align-middle\",\"align-bottom\"],left:[\"align-top\",\"align-middle\",\"align-bottom\"],top:[\"align-left\",\"align-center\",\"align-right\"],bottom:[\"align-left\",\"align-center\",\"align-right\"]}},defaultValue:\"center\",displaySegmentedControl:true},gap:{type:ControlType.Number,title:\"Gap\"},padding:{title:\"Padding\",type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},sizingOptions:{type:ControlType.Object,title:\"Sizing\",controls:{widthType:{type:ControlType.Boolean,title:\"Width\",enabledTitle:\"Auto\",disabledTitle:\"Stretch\",defaultValue:true},heightType:{type:ControlType.Boolean,title:\"Height\",enabledTitle:\"Auto\",disabledTitle:\"Stretch\",defaultValue:true}}},fadeOptions:{type:ControlType.Object,title:\"Clipping\",controls:{fadeContent:{type:ControlType.Boolean,title:\"Fade\",defaultValue:true},overflow:{type:ControlType.Boolean,title:\"Overflow\",enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:false,hidden(props){return props.fadeContent===true;}},fadeWidth:{type:ControlType.Number,title:\"Width\",defaultValue:25,min:0,max:100,unit:\"%\",hidden(props){return props.fadeContent===false;}},fadeInset:{type:ControlType.Number,title:\"Inset\",defaultValue:0,min:0,max:100,unit:\"%\",hidden(props){return props.fadeContent===false;}},fadeAlpha:{type:ControlType.Number,title:\"Opacity\",defaultValue:0,min:0,max:1,step:.05,hidden(props){return props.fadeContent===false;}}}},hoverFactor:{type:ControlType.Number,title:\"Hover\",min:0,max:1,unit:\"x\",defaultValue:1,step:.1,displayStepper:true,description:\"Slows down the speed while you are hovering.\"}});/* Placeholder Styles */const containerStyle={display:\"flex\",width:\"100%\",height:\"100%\",maxWidth:\"100%\",maxHeight:\"100%\",placeItems:\"center\",margin:0,padding:0,listStyleType:\"none\",textIndent:\"none\"};/* Styles */const placeholderStyles={display:\"flex\",width:\"100%\",height:\"100%\",placeContent:\"center\",placeItems:\"center\",flexDirection:\"column\",color:\"#96F\",background:\"rgba(136, 85, 255, 0.1)\",fontSize:11,overflow:\"hidden\",padding:\"20px 20px 30px 20px\"};const emojiStyles={fontSize:32,marginBottom:10};const titleStyles={margin:0,marginBottom:10,fontWeight:600,textAlign:\"center\"};const subtitleStyles={margin:0,opacity:.7,maxWidth:150,lineHeight:1.5,textAlign:\"center\"};/* Clamp function, used for fadeInset */const clamp=(num,min,max)=>Math.min(Math.max(num,min),max);const isValidNumber=value=>typeof value===\"number\"&&!isNaN(value);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Ticker\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerDisableUnlink\":\"*\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerIntrinsicHeight\":\"200\",\"framerIntrinsicWidth\":\"400\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Ticker.map", "// Generated by Framer (f7ce5cf)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,cx,getFonts,getFontsFromSharedStyle,Image,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 Ticker from\"https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/qacJMtbrGDTpaTF4eVfx/Ticker.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/cDe34wraAGgUzBZJcHGl/OPUMbadOL2rTNge3jBMm/bQHrmnh5U.js\";const TickerFonts=getFonts(Ticker);const serializationHash=\"framer-ENv54\";const variantClassNames={ltPNmmw0e:\"framer-v-140wtcj\"};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,width,...props})=>{return{...props};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const 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({defaultVariant:\"ltPNmmw0e\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.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-140wtcj\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"ltPNmmw0e\",ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-1uu93t8\",\"data-styles-preset\":\"bQHrmnh5U\",children:\"Our Clients\"})}),className:\"framer-kwa1z0\",\"data-framer-name\":\"Our Partner\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"nYkauk1Ur\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ubzepz\",\"data-framer-name\":\"Line Divider\",layoutDependency:layoutDependency,layoutId:\"Nj8FcIkfJ\",style:{backgroundColor:\"rgb(252, 176, 64)\"}}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1q9xcmh-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"lRKJl2rWn-container\",nodeId:\"lRKJl2rWn\",rendersWithMotion:true,scopeId:\"nEQNNx2Yg\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:25,overflow:false},gap:100,height:\"100%\",hoverFactor:1,id:\"lRKJl2rWn\",layoutId:\"lRKJl2rWn\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:27.333333333333332,intrinsicWidth:102.66666666666667,pixelHeight:41,pixelWidth:154,src:\"https://framerusercontent.com/images/nZAI8AkRGconOrK2O6wWC4UN8FE.png\"},className:\"framer-1wjykub\",\"data-framer-name\":\"Picture1\",layoutDependency:layoutDependency,layoutId:\"SBmDPHtTo\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:132.66666666666666,intrinsicWidth:153.33333333333334,pixelHeight:199,pixelWidth:230,src:\"https://framerusercontent.com/images/BzCioPK1SZb7Iv97BEbWnV2w.png\"},className:\"framer-t9xiao\",\"data-framer-name\":\"Picture2\",layoutDependency:layoutDependency,layoutId:\"DQ8qIX6R8\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:81.33333333333333,intrinsicWidth:244.66666666666666,pixelHeight:122,pixelWidth:367,src:\"https://framerusercontent.com/images/u0FWMcPOU1rspLldwVDpQer9qQA.png\"},className:\"framer-1he2n14\",\"data-framer-name\":\"Picture3\",layoutDependency:layoutDependency,layoutId:\"TL83VleQf\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:84,intrinsicWidth:64.66666666666667,pixelHeight:126,pixelWidth:97,src:\"https://framerusercontent.com/images/dKyufRArSKfzY05jdkuJU7bAQ.svg\"},className:\"framer-1yy9w7k\",\"data-framer-name\":\"Picture4\",layoutDependency:layoutDependency,layoutId:\"cNalJIzPa\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:74.66666666666667,intrinsicWidth:232,pixelHeight:140,pixelWidth:435,src:\"https://framerusercontent.com/images/wMdw9q9LjDNgOnXpGL7ixXlqIA.png\"},className:\"framer-gqbd4t\",\"data-framer-name\":\"cosslogo\",layoutDependency:layoutDependency,layoutId:\"L8FREuxhN\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:78.51852406526665,intrinsicWidth:238.51853536807417,pixelHeight:106,pixelWidth:322,src:\"https://framerusercontent.com/images/OPV6WQuyUeksI6VCCB5s6k5kcg.png\"},className:\"framer-1lyxc1e\",\"data-framer-name\":\"Dawson logo\",layoutDependency:layoutDependency,layoutId:\"OVgM3vktw\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:101.4814886503918,intrinsicWidth:332.5926160877804,pixelHeight:137,pixelWidth:449,src:\"https://framerusercontent.com/images/gNW6E7oG3Gn7hJ0dOWh8jVhvU.png\"},className:\"framer-soi354\",\"data-framer-name\":\"Triumph\",layoutDependency:layoutDependency,layoutId:\"DoiZ8pY5F\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:147.4074178206421,intrinsicWidth:213.33334840374334,pixelHeight:199,pixelWidth:288,src:\"https://framerusercontent.com/images/xSGoNCxRdikfxcZS2vMsArA09I.png\"},className:\"framer-uebxka\",\"data-framer-name\":\"Cresent\",layoutDependency:layoutDependency,layoutId:\"kERxB49Fs\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:124.66666666666667,intrinsicWidth:180.66666666666666,pixelHeight:187,pixelWidth:271,src:\"https://framerusercontent.com/images/CRYK00qDt28AD1FICfcVVvA7TGo.png\"},className:\"framer-1pexqom\",\"data-framer-name\":\"Image\",layoutDependency:layoutDependency,layoutId:\"j7ohqnLAa\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:244,intrinsicWidth:853.3333333333334,pixelHeight:366,pixelWidth:1280,sizes:\"223px\",src:\"https://framerusercontent.com/images/0GjKexoOUwimGfNKu0xkPK9Rsn8.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/0GjKexoOUwimGfNKu0xkPK9Rsn8.png?scale-down-to=512 512w,https://framerusercontent.com/images/0GjKexoOUwimGfNKu0xkPK9Rsn8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/0GjKexoOUwimGfNKu0xkPK9Rsn8.png 1280w\"},className:\"framer-1a89c6b\",\"data-framer-name\":\"Image\",layoutDependency:layoutDependency,layoutId:\"pDVjflOmd\"})],speed:100,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-ENv54.framer-1hkhiqf, .framer-ENv54 .framer-1hkhiqf { display: block; }\",\".framer-ENv54.framer-140wtcj { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: visible; padding: 80px 0px 80px 0px; position: relative; width: 1440px; }\",\".framer-ENv54 .framer-kwa1z0 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-ENv54 .framer-1ubzepz { flex: none; height: 5px; position: relative; width: 150px; }\",\".framer-ENv54 .framer-1q9xcmh-container { flex: none; height: 100px; position: relative; width: 60%; }\",\".framer-ENv54 .framer-1wjykub { aspect-ratio: 3.75609756097561 / 1; height: var(--framer-aspect-ratio-supported, 56px); overflow: visible; position: relative; width: 211px; }\",\".framer-ENv54 .framer-t9xiao { aspect-ratio: 1.155778894472362 / 1; height: var(--framer-aspect-ratio-supported, 116px); overflow: visible; position: relative; width: 134px; }\",\".framer-ENv54 .framer-1he2n14 { aspect-ratio: 3.0081967213114753 / 1; height: var(--framer-aspect-ratio-supported, 71px); overflow: visible; position: relative; width: 215px; }\",\".framer-ENv54 .framer-1yy9w7k { aspect-ratio: 0.7698412698412699 / 1; height: var(--framer-aspect-ratio-supported, 114px); overflow: visible; position: relative; width: 88px; }\",\".framer-ENv54 .framer-gqbd4t { aspect-ratio: 3.1071428571428568 / 1; height: var(--framer-aspect-ratio-supported, 69px); overflow: visible; position: relative; width: 213px; }\",\".framer-ENv54 .framer-1lyxc1e { aspect-ratio: 3.0377358490566038 / 1; height: var(--framer-aspect-ratio-supported, 100px); overflow: visible; position: relative; width: 304px; }\",\".framer-ENv54 .framer-soi354 { aspect-ratio: 3.2773722627737225 / 1; height: var(--framer-aspect-ratio-supported, 99px); overflow: visible; position: relative; width: 324px; }\",\".framer-ENv54 .framer-uebxka { aspect-ratio: 1.4472361809045224 / 1; height: var(--framer-aspect-ratio-supported, 100px); overflow: visible; position: relative; width: 145px; }\",\".framer-ENv54 .framer-1pexqom { aspect-ratio: 1.4491978609625666 / 1; height: var(--framer-aspect-ratio-supported, 89px); overflow: visible; position: relative; width: 129px; }\",\".framer-ENv54 .framer-1a89c6b { aspect-ratio: 3.497267759562842 / 1; height: var(--framer-aspect-ratio-supported, 64px); overflow: visible; position: relative; width: 223px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-ENv54.framer-140wtcj { gap: 0px; } .framer-ENv54.framer-140wtcj > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-ENv54.framer-140wtcj > :first-child { margin-top: 0px; } .framer-ENv54.framer-140wtcj > :last-child { margin-bottom: 0px; } }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 353\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramernEQNNx2Yg=withCSS(Component,css,\"framer-ENv54\");export default FramernEQNNx2Yg;FramernEQNNx2Yg.displayName=\"Partner\";FramernEQNNx2Yg.defaultProps={height:353,width:1440};addFonts(FramernEQNNx2Yg,[{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\"}]},...TickerFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramernEQNNx2Yg\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerColorSyntax\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerIntrinsicHeight\":\"353\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"1440\",\"framerComponentViewportWidth\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./nEQNNx2Yg.map", "// Generated by Framer (a387266)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,Image,optimizeAppear,PropertyOverrides,ResolveLinks,RichText,useCustomCursors,useHydratedBreakpointVariants,useLocaleInfo,useRouter,withCSS,withFX}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{Icon as Material}from\"https://framerusercontent.com/modules/6Ldpz1V0DkD45gXvi67I/PCgBX5d6MdQT7E7nhdXn/Material.js\";import BlurGradient from\"https://framerusercontent.com/modules/rofp3mS0LNY15cjhHzia/Ycw95yYPzpr98rHtCJMh/BlurGradient.js\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/CAjjxbTJBxHwH1MagCef/Phosphor.js\";import FormSpark from\"https://framerusercontent.com/modules/vkHAj2Yk0mTnbM6ZdN5c/Foxm7T4YpJpvPgDlEus0/FormSpark.js\";import FAQItem from\"#framer/local/canvasComponent/FFDlT69rX/FFDlT69rX.js\";import Navbar from\"#framer/local/canvasComponent/hXxnBsxMK/hXxnBsxMK.js\";import Button from\"#framer/local/canvasComponent/LeiqpG2kR/LeiqpG2kR.js\";import Footer from\"#framer/local/canvasComponent/M9uLdRTjP/M9uLdRTjP.js\";import Partner from\"#framer/local/canvasComponent/nEQNNx2Yg/nEQNNx2Yg.js\";import TestimonialSlider from\"#framer/local/canvasComponent/PcvTiqOHD/PcvTiqOHD.js\";import*as sharedStyle from\"#framer/local/css/a_vXcW1EJ/a_vXcW1EJ.js\";import*as sharedStyle3 from\"#framer/local/css/bQHrmnh5U/bQHrmnh5U.js\";import*as sharedStyle2 from\"#framer/local/css/NO6vaGkDS/NO6vaGkDS.js\";import*as sharedStyle4 from\"#framer/local/css/pNGUrQogs/pNGUrQogs.js\";import*as sharedStyle1 from\"#framer/local/css/qdgA1t4sf/qdgA1t4sf.js\";import metadataProvider from\"#framer/local/webPageMetadata/augiA20Il/augiA20Il.js\";const NavbarFonts=getFonts(Navbar);const ButtonFonts=getFonts(Button);const BlurGradientFonts=getFonts(BlurGradient);const ImageWithFX=withFX(Image);const PhosphorFonts=getFonts(Phosphor);const TestimonialSliderFonts=getFonts(TestimonialSlider);const PartnerFonts=getFonts(Partner);const MaterialFonts=getFonts(Material);const FormSparkFonts=getFonts(FormSpark);const FAQItemFonts=getFonts(FAQItem);const FooterFonts=getFonts(Footer);const cycleOrder=[\"WQLkyLRf1\",\"kMvlOuUdt\",\"fO4kqiT_1\"];const breakpoints={fO4kqiT_1:\"(max-width: 809px)\",kMvlOuUdt:\"(min-width: 810px) and (max-width: 1439px)\",WQLkyLRf1:\"(min-width: 1440px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-OwoJI\";const variantClassNames={fO4kqiT_1:\"framer-v-1e1uq75\",kMvlOuUdt:\"framer-v-fosrc2\",WQLkyLRf1:\"framer-v-72rtr7\"};const transition1={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:150};const animation2={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition1,x:0,y:0};const animation3={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:.5,skewX:0,skewY:0,transformPerspective:1200,x:0,y:0};const transition2={delay:0,duration:.95,ease:[.2,-.01,1,-.01],type:\"tween\"};const animation4={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition2,x:0,y:0};const animation5={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:-50,y:0};const animation6={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:0};const animation7={opacity:.78,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation8={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const transition3={damping:30,delay:.1,mass:1,stiffness:400,type:\"spring\"};const animation9={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition3,x:0,y:0};const transition4={damping:30,delay:.2,mass:1,stiffness:400,type:\"spring\"};const animation10={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition4,x:0,y:0};const animation11={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:-150,y:0};const animation12={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:150};const animation13={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:150,y:0};const metadata=metadataProvider();const humanReadableVariantMap={Desktop:\"WQLkyLRf1\",Phone:\"fO4kqiT_1\",Tablet:\"kMvlOuUdt\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"WQLkyLRf1\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useInsertionEffect(()=>{const metadata1=metadataProvider(undefined,activeLocale);document.title=metadata1.title||\"\";if(metadata1.viewport){var _document_querySelector;(_document_querySelector=document.querySelector('meta[name=\"viewport\"]'))===null||_document_querySelector===void 0?void 0:_document_querySelector.setAttribute(\"content\",metadata1.viewport);}if(metadata1.bodyClassName){Array.from(document.body.classList).filter(c=>c.startsWith(\"framer-body-\")).map(c=>document.body.classList.remove(c));document.body.classList.add(`${metadata1.bodyClassName}-framer-OwoJI`);return()=>{document.body.classList.remove(`${metadata1.bodyClassName}-framer-OwoJI`);};}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const ref1=React.useRef(null);const router=useRouter();const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className];useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"WQLkyLRf1\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:[/*#__PURE__*/_jsx(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-72rtr7\",className),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-9j28nx\",\"data-framer-name\":\"Page Wrapper\",name:\"Page Wrapper\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"100vw\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ooil7z-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fO4kqiT_1:{variant:\"T9kRnJ7oW\"},kMvlOuUdt:{variant:\"T9kRnJ7oW\"}},children:/*#__PURE__*/_jsx(Navbar,{height:\"100%\",id:\"bJRrwFHaX\",layoutId:\"bJRrwFHaX\",style:{width:\"100%\"},variant:\"jL0RRmY59\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-17hlg7n\",\"data-framer-name\":\"Hero\",name:\"Hero\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-ayx70\",\"data-framer-name\":\"Hero Wrapper\",name:\"Hero Wrapper\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fO4kqiT_1:{\"data-framer-appear-id\":\"sp87y1\",animate:optimizeAppear(\"animate\",\"sp87y1\",animation,\"1e1uq75\"),initial:optimizeAppear(\"initial\",\"sp87y1\",animation1,\"1e1uq75\")},kMvlOuUdt:{\"data-framer-appear-id\":\"1qb7nk7\",animate:optimizeAppear(\"animate\",\"1qb7nk7\",animation,\"fosrc2\"),initial:optimizeAppear(\"initial\",\"1qb7nk7\",animation1,\"fosrc2\")}},children:/*#__PURE__*/_jsxs(motion.div,{animate:optimizeAppear(\"animate\",\"295mf8\",animation,\"72rtr7\"),className:\"framer-295mf8\",\"data-framer-appear-id\":\"295mf8\",\"data-framer-name\":\"Hero Content\",initial:optimizeAppear(\"initial\",\"295mf8\",animation1,\"72rtr7\"),name:\"Hero Content\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fO4kqiT_1:{\"data-framer-appear-id\":\"udstim\",animate:optimizeAppear(\"animate\",\"udstim\",animation2,\"1e1uq75\"),initial:optimizeAppear(\"initial\",\"udstim\",animation3,\"1e1uq75\")},kMvlOuUdt:{\"data-framer-appear-id\":\"he3i0i\",animate:optimizeAppear(\"animate\",\"he3i0i\",animation2,\"fosrc2\"),initial:optimizeAppear(\"initial\",\"he3i0i\",animation3,\"fosrc2\")}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,animate:optimizeAppear(\"animate\",\"qch7fd\",animation2,\"72rtr7\"),children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-ow2bah\",\"data-styles-preset\":\"a_vXcW1EJ\",style:{\"--framer-text-color\":\"var(--token-3f081dc2-e351-4f32-9e15-b74e1a7db7f9, rgb(252, 176, 64))\"},children:\"Advise, Audit, Assure\"})}),className:\"framer-qch7fd\",\"data-framer-appear-id\":\"qch7fd\",\"data-framer-name\":\"WE'RE TAX CONSULTANT\",fonts:[\"Inter\"],initial:optimizeAppear(\"initial\",\"qch7fd\",animation3,\"72rtr7\"),name:\"WE'RE TAX CONSULTANT\",style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1j0li68\",\"data-framer-name\":\"Title Wrapper\",name:\"Title Wrapper\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-4ihw5k\",\"data-framer-name\":\"Line Title\",name:\"Line Title\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fO4kqiT_1:{\"data-framer-appear-id\":\"1qlsi1i\",animate:optimizeAppear(\"animate\",\"1qlsi1i\",animation4,\"1e1uq75\"),children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"R0Y7TGF0by03MDBpdGFsaWM=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"var(--token-f53c2ad9-311f-4606-876a-0aad04adffdc, rgb(255, 255, 255))\"},children:\"\u201Cif the wind will not serve, take to the oars\u201D\"})}),initial:optimizeAppear(\"initial\",\"1qlsi1i\",animation5,\"1e1uq75\")},kMvlOuUdt:{\"data-framer-appear-id\":\"1j8qo13\",animate:optimizeAppear(\"animate\",\"1j8qo13\",animation4,\"fosrc2\"),initial:optimizeAppear(\"initial\",\"1j8qo13\",animation5,\"fosrc2\")}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,animate:optimizeAppear(\"animate\",\"t5q28y\",animation4,\"72rtr7\"),children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"R0Y7TGF0by03MDBpdGFsaWM=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"55px\",\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"var(--token-f53c2ad9-311f-4606-876a-0aad04adffdc, rgb(255, 255, 255))\"},children:\"\u201Cif the wind will not serve, take to the oars\u201D\"})}),className:\"framer-t5q28y\",\"data-framer-appear-id\":\"t5q28y\",\"data-framer-name\":\"Help You To Manage Your Tax\",fonts:[\"GF;Lato-700italic\"],initial:optimizeAppear(\"initial\",\"t5q28y\",animation5,\"72rtr7\"),name:\"Help You To Manage Your Tax\",style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fO4kqiT_1:{\"data-framer-appear-id\":\"r2pmwa\",animate:optimizeAppear(\"animate\",\"r2pmwa\",animation2,\"1e1uq75\"),initial:optimizeAppear(\"initial\",\"r2pmwa\",animation6,\"1e1uq75\")},kMvlOuUdt:{\"data-framer-appear-id\":\"9796bv\",animate:optimizeAppear(\"animate\",\"9796bv\",animation2,\"fosrc2\"),initial:optimizeAppear(\"initial\",\"9796bv\",animation6,\"fosrc2\")}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,animate:optimizeAppear(\"animate\",\"1y1loxj\",animation2,\"72rtr7\"),children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by1yZWd1bGFy\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--token-f53c2ad9-311f-4606-876a-0aad04adffdc, rgb(255, 255, 255))\"},children:\"Your journey is our journey.\\xa0 We get on board, work with you and do what it takes to help you stay on course.\"})}),className:\"framer-1y1loxj\",\"data-framer-appear-id\":\"1y1loxj\",\"data-framer-name\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",fonts:[\"GF;Lato-regular\"],initial:optimizeAppear(\"initial\",\"1y1loxj\",animation6,\"72rtr7\"),name:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1impqz9\",\"data-framer-name\":\"Button Group\",name:\"Button Group\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"gbbPmSAOI\"},implicitPathVariables:undefined},{href:{webPageId:\"gbbPmSAOI\"},implicitPathVariables:undefined},{href:{webPageId:\"gbbPmSAOI\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fO4kqiT_1:{\"data-framer-appear-id\":\"daxmmn\",animate:optimizeAppear(\"animate\",\"daxmmn\",animation2,\"1e1uq75\"),initial:optimizeAppear(\"initial\",\"daxmmn\",animation3,\"1e1uq75\")},kMvlOuUdt:{\"data-framer-appear-id\":\"1qmdkd7\",animate:optimizeAppear(\"animate\",\"1qmdkd7\",animation2,\"fosrc2\"),initial:optimizeAppear(\"initial\",\"1qmdkd7\",animation3,\"fosrc2\")}},children:/*#__PURE__*/_jsx(Container,{animate:optimizeAppear(\"animate\",\"1vciwzf\",animation2,\"72rtr7\"),className:\"framer-1vciwzf-container\",\"data-framer-appear-id\":\"1vciwzf\",initial:optimizeAppear(\"initial\",\"1vciwzf\",animation3,\"72rtr7\"),style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fO4kqiT_1:{C26jdy6D4:resolvedLinks[2]},kMvlOuUdt:{C26jdy6D4:resolvedLinks[1]}},children:/*#__PURE__*/_jsx(Button,{C26jdy6D4:resolvedLinks[0],DYqaqxAtW:\"Book a call\",g6JKOlx08:\"var(--token-7bfac97c-7544-4e28-a372-efed070cbca7, rgb(47, 60, 79))\",height:\"100%\",id:\"KxZB7jUlZ\",layoutId:\"KxZB7jUlZ\",qB4oOlq9c:\"ArrowForward\",variant:\"Do83jByOf\",width:\"100%\",wxMojG5kJ:\"var(--token-3f081dc2-e351-4f32-9e15-b74e1a7db7f9, rgb(252, 176, 64))\",xM8XZx4T1:\"var(--token-7bfac97c-7544-4e28-a372-efed070cbca7, rgb(47, 60, 79))\"})})})})})})})]})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1bj99lo\",\"data-framer-name\":\"Image Wrapper\",name:\"Image Wrapper\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-u2lm4o-container\",children:/*#__PURE__*/_jsx(BlurGradient,{blur:21,borderRadius:0,direction:\"toBottom\",height:\"100%\",id:\"WgaahXSXp\",layoutId:\"WgaahXSXp\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fO4kqiT_1:{\"data-framer-appear-id\":\"h4u1c5\",animate:optimizeAppear(\"animate\",\"h4u1c5\",animation7,\"1e1uq75\"),background:{alt:\"\",fit:\"fill\",intrinsicHeight:2333,intrinsicWidth:3500,pixelHeight:1538,pixelWidth:2310,positionX:\"71.8%\",positionY:\"50%\",sizes:\"max(100vw, 1px)\",src:\"https://framerusercontent.com/images/ByOZ7szw7jLox6h5eiNKSuTQmmY.jpg\",srcSet:\"https://framerusercontent.com/images/ByOZ7szw7jLox6h5eiNKSuTQmmY.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/ByOZ7szw7jLox6h5eiNKSuTQmmY.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/ByOZ7szw7jLox6h5eiNKSuTQmmY.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/ByOZ7szw7jLox6h5eiNKSuTQmmY.jpg 2310w\"},initial:optimizeAppear(\"initial\",\"h4u1c5\",animation8,\"1e1uq75\")},kMvlOuUdt:{\"data-framer-appear-id\":\"1tlyj68\",animate:optimizeAppear(\"animate\",\"1tlyj68\",animation7,\"fosrc2\"),initial:optimizeAppear(\"initial\",\"1tlyj68\",animation8,\"fosrc2\")}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__adjustPosition:false,__framer__offset:0,__framer__parallaxTransformEnabled:true,__framer__speed:50,__perspectiveFX:false,__targetOpacity:.78,animate:optimizeAppear(\"animate\",\"17il3xz\",animation7,\"72rtr7\"),background:{alt:\"\",fit:\"fill\",intrinsicHeight:2333,intrinsicWidth:3500,pixelHeight:1538,pixelWidth:2310,positionX:\"center\",positionY:\"center\",sizes:\"max(100vw, 1px)\",src:\"https://framerusercontent.com/images/ByOZ7szw7jLox6h5eiNKSuTQmmY.jpg\",srcSet:\"https://framerusercontent.com/images/ByOZ7szw7jLox6h5eiNKSuTQmmY.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/ByOZ7szw7jLox6h5eiNKSuTQmmY.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/ByOZ7szw7jLox6h5eiNKSuTQmmY.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/ByOZ7szw7jLox6h5eiNKSuTQmmY.jpg 2310w\"},className:\"framer-17il3xz\",\"data-framer-appear-id\":\"17il3xz\",\"data-framer-name\":\"Hero Image\",initial:optimizeAppear(\"initial\",\"17il3xz\",animation8,\"72rtr7\"),name:\"Hero Image\"})})]})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fO4kqiT_1:{\"data-framer-appear-id\":\"190j9kk\",animate:optimizeAppear(\"animate\",\"190j9kk\",animation,\"1e1uq75\"),initial:optimizeAppear(\"initial\",\"190j9kk\",animation1,\"1e1uq75\")},kMvlOuUdt:{\"data-framer-appear-id\":\"qrvx24\",animate:optimizeAppear(\"animate\",\"qrvx24\",animation,\"fosrc2\"),initial:optimizeAppear(\"initial\",\"qrvx24\",animation1,\"fosrc2\")}},children:/*#__PURE__*/_jsxs(motion.div,{animate:optimizeAppear(\"animate\",\"1vkljzt\",animation,\"72rtr7\"),className:\"framer-1vkljzt\",\"data-framer-appear-id\":\"1vkljzt\",\"data-framer-name\":\"Features Grid\",initial:optimizeAppear(\"initial\",\"1vkljzt\",animation1,\"72rtr7\"),name:\"Features Grid\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fO4kqiT_1:{\"data-framer-appear-id\":\"1cyfhcp\",animate:optimizeAppear(\"animate\",\"1cyfhcp\",animation2,\"1e1uq75\"),initial:optimizeAppear(\"initial\",\"1cyfhcp\",animation3,\"1e1uq75\")},kMvlOuUdt:{\"data-framer-appear-id\":\"1ord4fy\",animate:optimizeAppear(\"animate\",\"1ord4fy\",animation2,\"fosrc2\"),initial:optimizeAppear(\"initial\",\"1ord4fy\",animation3,\"fosrc2\")}},children:/*#__PURE__*/_jsxs(motion.div,{animate:optimizeAppear(\"animate\",\"mmm4qx\",animation2,\"72rtr7\"),className:\"framer-mmm4qx\",\"data-framer-appear-id\":\"mmm4qx\",\"data-framer-name\":\"Features Item\",initial:optimizeAppear(\"initial\",\"mmm4qx\",animation3,\"72rtr7\"),name:\"Features Item\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-ryueg2-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-3f081dc2-e351-4f32-9e15-b74e1a7db7f9, rgb(252, 176, 64))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"ShieldCheck\",id:\"CPBp7ep06\",layoutId:\"CPBp7ep06\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1v7i1fg\",\"data-framer-name\":\"Features Content\",name:\"Features Content\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{className:\"framer-styles-preset-1h66tgj\",\"data-styles-preset\":\"qdgA1t4sf\",children:[\"Internal & \",/*#__PURE__*/_jsx(\"br\",{}),\"Cyber Audit\"]})}),className:\"framer-1m7q0f4\",\"data-framer-name\":\"Tax Consulting\",fonts:[\"Inter\"],name:\"Tax Consulting\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1kgr4gq\",\"data-styles-preset\":\"NO6vaGkDS\",children:\"Bespoke, engaging audits that enhance your overall systems effectiveness and security.\\xa0 We do not do \u201Coff the shelf\u201D, \u201Cby rote\u201D auditing.\"})}),className:\"framer-1763zi8\",\"data-framer-name\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula\",fonts:[\"Inter\"],name:\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula\",verticalAlignment:\"top\",withExternalLayout:true})]})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fO4kqiT_1:{\"data-framer-appear-id\":\"hth2zt\",animate:optimizeAppear(\"animate\",\"hth2zt\",animation9,\"1e1uq75\"),initial:optimizeAppear(\"initial\",\"hth2zt\",animation3,\"1e1uq75\")},kMvlOuUdt:{\"data-framer-appear-id\":\"1l9r2xu\",animate:optimizeAppear(\"animate\",\"1l9r2xu\",animation9,\"fosrc2\"),initial:optimizeAppear(\"initial\",\"1l9r2xu\",animation3,\"fosrc2\")}},children:/*#__PURE__*/_jsxs(motion.div,{animate:optimizeAppear(\"animate\",\"1hfr1gl\",animation9,\"72rtr7\"),className:\"framer-1hfr1gl\",\"data-framer-appear-id\":\"1hfr1gl\",\"data-framer-name\":\"Features Item\",initial:optimizeAppear(\"initial\",\"1hfr1gl\",animation3,\"72rtr7\"),name:\"Features Item\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1jviz9-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-3f081dc2-e351-4f32-9e15-b74e1a7db7f9, rgb(252, 176, 64))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"FastForward\",id:\"PUTtispJK\",layoutId:\"PUTtispJK\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ih1zie\",\"data-framer-name\":\"Features Content\",name:\"Features Content\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1h66tgj\",\"data-styles-preset\":\"qdgA1t4sf\",children:\"Rapid Assessment\"})}),className:\"framer-19wp730\",\"data-framer-name\":\"Financial Planing\",fonts:[\"Inter\"],name:\"Financial Planing\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1kgr4gq\",\"data-styles-preset\":\"NO6vaGkDS\",children:\"Facing existential challenges/under regulatory scrutiny?\\xa0 An immersive troubleshooting experience that drives out pragmatic, even transformative solutions\u2026fast.\"})}),className:\"framer-fg4j7q\",\"data-framer-name\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula\",fonts:[\"Inter\"],name:\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula\",verticalAlignment:\"top\",withExternalLayout:true})]})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fO4kqiT_1:{\"data-framer-appear-id\":\"10l4xcs\",animate:optimizeAppear(\"animate\",\"10l4xcs\",animation10,\"1e1uq75\"),initial:optimizeAppear(\"initial\",\"10l4xcs\",animation3,\"1e1uq75\")},kMvlOuUdt:{\"data-framer-appear-id\":\"1saiqrq\",animate:optimizeAppear(\"animate\",\"1saiqrq\",animation10,\"fosrc2\"),initial:optimizeAppear(\"initial\",\"1saiqrq\",animation3,\"fosrc2\")}},children:/*#__PURE__*/_jsxs(motion.div,{animate:optimizeAppear(\"animate\",\"16j3qqf\",animation10,\"72rtr7\"),className:\"framer-16j3qqf\",\"data-framer-appear-id\":\"16j3qqf\",\"data-framer-name\":\"Features Item\",initial:optimizeAppear(\"initial\",\"16j3qqf\",animation3,\"72rtr7\"),name:\"Features Item\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-l3ef30-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-3f081dc2-e351-4f32-9e15-b74e1a7db7f9, rgb(252, 176, 64))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"LightbulbFilament\",id:\"KmW1kEXEh\",layoutId:\"KmW1kEXEh\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ygzku0\",\"data-framer-name\":\"Features Content\",name:\"Features Content\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1h66tgj\",\"data-styles-preset\":\"qdgA1t4sf\",children:\"Advisory & Augmentation\"})}),className:\"framer-gnwx45\",\"data-framer-name\":\"Expert Advisor\",fonts:[\"Inter\"],name:\"Expert Advisor\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1kgr4gq\",\"data-styles-preset\":\"NO6vaGkDS\",children:\"Jack of all trades, masters of most. Specialist projects or ongoing \u201Ccounsel\u201D to CEOs/Directors/Trustees. Includes C-Suite and project management interim placements.\"})}),className:\"framer-1p8k2k4\",\"data-framer-name\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula\",fonts:[\"Inter\"],name:\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula\",verticalAlignment:\"top\",withExternalLayout:true})]})]})})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-11cyi2a\",\"data-framer-name\":\"Testimonials\",name:\"Testimonials\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-aw3vc0\",\"data-framer-name\":\"Testimonials Wrapper\",name:\"Testimonials Wrapper\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1j1tnac\",\"data-framer-name\":\"Tittle Wrapper\",name:\"Tittle Wrapper\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-ow2bah\",\"data-styles-preset\":\"a_vXcW1EJ\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-3f081dc2-e351-4f32-9e15-b74e1a7db7f9, rgb(252, 176, 64))\"},children:\"TESTIMONIALS\"})}),className:\"framer-dlzlkr\",\"data-framer-name\":\"TESTIMONIALS\",fonts:[\"Inter\"],name:\"TESTIMONIALS\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1uu93t8\",\"data-styles-preset\":\"bQHrmnh5U\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-f53c2ad9-311f-4606-876a-0aad04adffdc, rgb(255, 255, 255))\"},children:\"Making a difference\"})}),className:\"framer-1u48ktd\",\"data-framer-name\":\"What Our Clients Says\",fonts:[\"Inter\"],name:\"What Our Clients Says\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1jqkl6\",\"data-framer-name\":\"Line Divider\",name:\"Line Divider\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1kgr4gq\",\"data-styles-preset\":\"NO6vaGkDS\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-f53c2ad9-311f-4606-876a-0aad04adffdc, rgb(255, 255, 255))\"},children:\"Our clients have entrusted us with sometimes urgent, critical concerns that carry massive financial, legal, operational, and reputational risks. Their response to, and feedback on, our work, some of which are provided opposite, is testament to our impact. We made a genuine and lasting difference.\"})}),className:\"framer-1b7murj\",\"data-framer-name\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor aenean massa.\",fonts:[\"Inter\"],name:\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor aenean massa.\",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fO4kqiT_1:{width:\"max(min(100vw, 1140px) - 40px, 200px)\"},kMvlOuUdt:{width:\"max(min(100vw, 600px) - 40px, 200px)\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"max((min(100vw, 1140px) - 120px) / 2, 200px)\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fO4kqiT_1:{\"data-framer-appear-id\":\"1oe7isb\",animate:optimizeAppear(\"animate\",\"1oe7isb\",animation,\"1e1uq75\"),initial:optimizeAppear(\"initial\",\"1oe7isb\",animation1,\"1e1uq75\")},kMvlOuUdt:{\"data-framer-appear-id\":\"1m21ovc\",animate:optimizeAppear(\"animate\",\"1m21ovc\",animation,\"fosrc2\"),initial:optimizeAppear(\"initial\",\"1m21ovc\",animation1,\"fosrc2\")}},children:/*#__PURE__*/_jsx(Container,{animate:optimizeAppear(\"animate\",\"etwltx\",animation,\"72rtr7\"),className:\"framer-etwltx-container\",\"data-framer-appear-id\":\"etwltx\",initial:optimizeAppear(\"initial\",\"etwltx\",animation1,\"72rtr7\"),children:/*#__PURE__*/_jsx(TestimonialSlider,{height:\"100%\",id:\"zk2pg8QJM\",layoutId:\"zk2pg8QJM\",style:{width:\"100%\"},width:\"100%\"})})})})})]})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"100vw\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-npa5kh-container\",children:/*#__PURE__*/_jsx(Partner,{height:\"100%\",id:\"h2PakHfeW\",layoutId:\"h2PakHfeW\",style:{width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-18xfwrl\",\"data-framer-name\":\"CTA\",name:\"CTA\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-uk8loj\",\"data-framer-name\":\"CTA Wrapper\",name:\"CTA Wrapper\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fO4kqiT_1:{\"data-framer-appear-id\":\"1ckmnfc\",animate:optimizeAppear(\"animate\",\"1ckmnfc\",animation2,\"1e1uq75\"),initial:optimizeAppear(\"initial\",\"1ckmnfc\",animation11,\"1e1uq75\")},kMvlOuUdt:{\"data-framer-appear-id\":\"xlwc7x\",animate:optimizeAppear(\"animate\",\"xlwc7x\",animation2,\"fosrc2\"),initial:optimizeAppear(\"initial\",\"xlwc7x\",animation11,\"fosrc2\")}},children:/*#__PURE__*/_jsxs(motion.div,{animate:optimizeAppear(\"animate\",\"1j207dv\",animation2,\"72rtr7\"),className:\"framer-1j207dv\",\"data-framer-appear-id\":\"1j207dv\",\"data-framer-name\":\"CTA Content\",initial:optimizeAppear(\"initial\",\"1j207dv\",animation11,\"72rtr7\"),name:\"CTA Content\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{className:\"framer-styles-preset-1uu93t8\",\"data-styles-preset\":\"bQHrmnh5U\",style:{\"--framer-text-color\":\"var(--token-f53c2ad9-311f-4606-876a-0aad04adffdc, rgb(255, 255, 255))\"},children:[\"Assurance & Advisory Services featuring \",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-3f081dc2-e351-4f32-9e15-b74e1a7db7f9, rgb(252, 176, 64))\"},children:\"Rapid Assessment\"})]})}),className:\"framer-65666b\",\"data-framer-name\":\"We Offer Popular Plans for International Tax\",fonts:[\"Inter\"],name:\"We Offer Popular Plans for International Tax\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1s19ym8\",\"data-framer-name\":\"Line Divider\",name:\"Line Divider\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by1yZWd1bGFy\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-line-height\":\"25.5px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"We offer a complete suite of assurance centric business solutions, from impactful internal audits, cyber security diagnostics, and risk management through to supporting Boards with regulatory challenge.\\xa0 And, unique to Intisaa, is our ground breaking Rapid Assessment \u2013 an organisation-wide troubleshooting service that is delivered at pace, with precision and with the purpose of engaging all client staff to identify and to get behind improvement plans. The assessment always leads to improved services and better ways of working and can also identify cashable and non-cashable savings.\"})}),className:\"framer-lfokqb\",\"data-framer-name\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",fonts:[\"GF;Lato-regular\"],name:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"gbbPmSAOI\"},implicitPathVariables:undefined},{href:{webPageId:\"gbbPmSAOI\"},implicitPathVariables:undefined},{href:{webPageId:\"gbbPmSAOI\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ftfa1q-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fO4kqiT_1:{C26jdy6D4:resolvedLinks1[2]},kMvlOuUdt:{C26jdy6D4:resolvedLinks1[1]}},children:/*#__PURE__*/_jsx(Button,{C26jdy6D4:resolvedLinks1[0],DYqaqxAtW:\"Make Appointment\",g6JKOlx08:\"var(--token-7bfac97c-7544-4e28-a372-efed070cbca7, rgb(47, 60, 79))\",height:\"100%\",id:\"klL4Rg5R6\",layoutId:\"klL4Rg5R6\",qB4oOlq9c:\"ArrowForward\",variant:\"Do83jByOf\",width:\"100%\",wxMojG5kJ:\"var(--token-3f081dc2-e351-4f32-9e15-b74e1a7db7f9, rgb(252, 176, 64))\",xM8XZx4T1:\"var(--token-7bfac97c-7544-4e28-a372-efed070cbca7, rgb(47, 60, 79))\"})})})})})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-9hz5kl\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fO4kqiT_1:{\"data-framer-appear-id\":\"kbtw8t\",animate:optimizeAppear(\"animate\",\"kbtw8t\",animation2,\"1e1uq75\"),initial:optimizeAppear(\"initial\",\"kbtw8t\",animation12,\"1e1uq75\")},kMvlOuUdt:{\"data-framer-appear-id\":\"82qd32\",animate:optimizeAppear(\"animate\",\"82qd32\",animation2,\"fosrc2\"),initial:optimizeAppear(\"initial\",\"82qd32\",animation12,\"fosrc2\")}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:.5,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1.2,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onScroll\",__perspectiveFX:false,__targetOpacity:1,animate:optimizeAppear(\"animate\",\"qh67o8\",animation2,\"72rtr7\"),background:{alt:\"\",fit:\"fill\",intrinsicHeight:4912,intrinsicWidth:7360,loading:\"lazy\",pixelHeight:3200,pixelWidth:6400,sizes:\"510px\",src:\"https://framerusercontent.com/images/TtmAxWbzGLuCwmSgCHgPWXfhDJU.jpeg\",srcSet:\"https://framerusercontent.com/images/TtmAxWbzGLuCwmSgCHgPWXfhDJU.jpeg?scale-down-to=512 512w,https://framerusercontent.com/images/TtmAxWbzGLuCwmSgCHgPWXfhDJU.jpeg?scale-down-to=1024 1024w,https://framerusercontent.com/images/TtmAxWbzGLuCwmSgCHgPWXfhDJU.jpeg?scale-down-to=2048 2048w,https://framerusercontent.com/images/TtmAxWbzGLuCwmSgCHgPWXfhDJU.jpeg?scale-down-to=4096 4096w,https://framerusercontent.com/images/TtmAxWbzGLuCwmSgCHgPWXfhDJU.jpeg 6400w\"},className:\"framer-qh67o8\",\"data-framer-appear-id\":\"qh67o8\",\"data-framer-name\":\"CTA Image\",initial:optimizeAppear(\"initial\",\"qh67o8\",animation12,\"72rtr7\"),name:\"CTA Image\",style:{transformPerspective:1200}})})})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1jwaann\",\"data-framer-name\":\"About Us\",name:\"About Us\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-w7fny3\",\"data-framer-name\":\"About Us Wrapper\",name:\"About Us Wrapper\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fO4kqiT_1:{\"data-framer-appear-id\":\"zq60lg\",animate:optimizeAppear(\"animate\",\"zq60lg\",animation2,\"1e1uq75\"),initial:optimizeAppear(\"initial\",\"zq60lg\",animation11,\"1e1uq75\")},kMvlOuUdt:{\"data-framer-appear-id\":\"1tr66ix\",animate:optimizeAppear(\"animate\",\"1tr66ix\",animation2,\"fosrc2\"),initial:optimizeAppear(\"initial\",\"1tr66ix\",animation11,\"fosrc2\")}},children:/*#__PURE__*/_jsxs(motion.div,{animate:optimizeAppear(\"animate\",\"rhvtvz\",animation2,\"72rtr7\"),className:\"framer-rhvtvz\",\"data-framer-appear-id\":\"rhvtvz\",\"data-framer-name\":\"Content Wrapper\",initial:optimizeAppear(\"initial\",\"rhvtvz\",animation11,\"72rtr7\"),name:\"Content Wrapper\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1h8sehs\",\"data-framer-name\":\"Title Wrapper\",name:\"Title Wrapper\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-ow2bah\",\"data-styles-preset\":\"a_vXcW1EJ\",style:{\"--framer-text-color\":\"var(--token-3f081dc2-e351-4f32-9e15-b74e1a7db7f9, rgb(252, 176, 64))\"},children:\"WELCOME TO INTISAA\"})}),className:\"framer-1ei1fus\",\"data-framer-name\":\"WELCOME TO taxflow\",fonts:[\"Inter\"],name:\"WELCOME TO taxflow\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1uu93t8\",\"data-styles-preset\":\"bQHrmnh5U\",children:\"Advise, Audit, Assure\"})}),className:\"framer-304tux\",\"data-framer-name\":\"We Will Provide Best Tax Service For Your Business.\",fonts:[\"Inter\"],name:\"We Will Provide Best Tax Service For Your Business.\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-h8zvzn\",\"data-framer-name\":\"Line Divider\",name:\"Line Divider\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1kgr4gq\",\"data-styles-preset\":\"NO6vaGkDS\",children:\"We originally formed in 2018, comprising leaders from Top 10 Firms and specialists from the world of finance, counter fraud, and the public sector, to offer an incisive, impactful business assurance service.\\xa0 We focus on the quality of our outputs and being there for our clients, not how many hours we can bill!.\\xa0 We can do this because, by virtue of our agile business model, we are not distracted by how to recover our overhead costs (these are low), nor by the pressures to meet arbitrary internal targets.\\xa0You get our undivided attention.\\xa0 We are the definition of value add.\"})}),className:\"framer-yrisra\",\"data-framer-name\":\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\",fonts:[\"Inter\"],name:\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-chfdvh\",\"data-framer-name\":\"Check List Group\",name:\"Check List Group\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1rd22wa\",\"data-framer-name\":\"Check List\",name:\"Check List\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-187t92d-container\",children:/*#__PURE__*/_jsx(Material,{color:\"var(--token-3f081dc2-e351-4f32-9e15-b74e1a7db7f9, rgb(252, 176, 64))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"Check\",iconStyle15:\"Filled\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"tQyH4kHsu\",layoutId:\"tQyH4kHsu\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-vmbnef\",\"data-styles-preset\":\"pNGUrQogs\",children:\"Competitive pricing\"})}),className:\"framer-1wz3mop\",\"data-framer-name\":\"Learn from customer feedback\",fonts:[\"Inter\"],name:\"Learn from customer feedback\",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ic8pmf\",\"data-framer-name\":\"Check List\",name:\"Check List\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-f12wan-container\",children:/*#__PURE__*/_jsx(Material,{color:\"var(--token-3f081dc2-e351-4f32-9e15-b74e1a7db7f9, rgb(252, 176, 64))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"Check\",iconStyle15:\"Filled\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"OvGSaYzPE\",layoutId:\"OvGSaYzPE\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-vmbnef\",\"data-styles-preset\":\"pNGUrQogs\",children:\"Pragmatic advice and solutions\"})}),className:\"framer-1n5hacv\",\"data-framer-name\":\"Learn from customer feedback\",fonts:[\"Inter\"],name:\"Learn from customer feedback\",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ic17s5\",\"data-framer-name\":\"Check List\",name:\"Check List\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-bnc2z9-container\",children:/*#__PURE__*/_jsx(Material,{color:\"var(--token-3f081dc2-e351-4f32-9e15-b74e1a7db7f9, rgb(252, 176, 64))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"Check\",iconStyle15:\"Filled\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"skUNfVQdE\",layoutId:\"skUNfVQdE\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-vmbnef\",\"data-styles-preset\":\"pNGUrQogs\",children:\"Innovative, engaging approach\"})}),className:\"framer-1fx5gmh\",\"data-framer-name\":\"Learn from customer feedback\",fonts:[\"Inter\"],name:\"Learn from customer feedback\",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1emfj90\",\"data-framer-name\":\"Check List\",name:\"Check List\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-10udhcg-container\",children:/*#__PURE__*/_jsx(Material,{color:\"var(--token-3f081dc2-e351-4f32-9e15-b74e1a7db7f9, rgb(252, 176, 64))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"Check\",iconStyle15:\"Filled\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"I9uMrscps\",layoutId:\"I9uMrscps\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-vmbnef\",\"data-styles-preset\":\"pNGUrQogs\",children:\"Experience, expertise, empathy\"})}),className:\"framer-axyvat\",\"data-framer-name\":\"Learn from customer feedback\",fonts:[\"Inter\"],name:\"Learn from customer feedback\",verticalAlignment:\"top\",withExternalLayout:true})]})]})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fO4kqiT_1:{\"data-framer-appear-id\":\"amlf7u\",animate:optimizeAppear(\"animate\",\"amlf7u\",animation2,\"1e1uq75\"),initial:optimizeAppear(\"initial\",\"amlf7u\",animation13,\"1e1uq75\")},kMvlOuUdt:{\"data-framer-appear-id\":\"v7sx3n\",animate:optimizeAppear(\"animate\",\"v7sx3n\",animation2,\"fosrc2\"),initial:optimizeAppear(\"initial\",\"v7sx3n\",animation13,\"fosrc2\")}},children:/*#__PURE__*/_jsxs(motion.div,{animate:optimizeAppear(\"animate\",\"pbyqvo\",animation2,\"72rtr7\"),className:\"framer-pbyqvo\",\"data-framer-appear-id\":\"pbyqvo\",\"data-framer-name\":\"Appoinment Form\",initial:optimizeAppear(\"initial\",\"pbyqvo\",animation13,\"72rtr7\"),name:\"Appoinment Form\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1q3kr0q\",\"data-framer-name\":\"Form Title\",name:\"Form Title\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-ow2bah\",\"data-styles-preset\":\"a_vXcW1EJ\",style:{\"--framer-text-color\":\"var(--token-3f081dc2-e351-4f32-9e15-b74e1a7db7f9, rgb(252, 176, 64))\"},children:\"SEND A MESSAGE\"})}),className:\"framer-9lv5ks\",\"data-framer-name\":\"SEND A MESSAGE\",fonts:[\"Inter\"],name:\"SEND A MESSAGE\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1uu93t8\",\"data-styles-preset\":\"bQHrmnh5U\",children:\"Request a call back\"})}),className:\"framer-q1ujnm\",\"data-framer-name\":\"Request a call back\",fonts:[\"Inter\"],name:\"Request a call back\",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-w19rp3-container\",children:/*#__PURE__*/_jsx(FormSpark,{borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,button:{color:\"var(--token-3f081dc2-e351-4f32-9e15-b74e1a7db7f9, rgb(252, 176, 64))\",fill:\"var(--token-5896b0d1-b764-48c4-b6cc-8861f84ad11e, rgb(80, 110, 134))\",fontWeight:600,label:\"Submit\"},email:{placeholder:\"Email\",value:\"\"},font:true,fontFamily:\"Lato\",fontSize:16,fontWeight:400,formId:\"h7yjnpD6v\",gap:20,height:\"100%\",id:\"JKkqSTW8i\",inputs:{color:\"rgb(0, 0, 0)\",error:\"rgb(238, 68, 68)\",fill:\"rgb(235, 235, 235)\",placeholderColor:\"rgba(0, 0, 0, 0.5)\"},isMixedBorderRadius:false,layout:\"vertical\",layoutId:\"JKkqSTW8i\",message:{placeholder:\"Message\",value:\"\"},nameField:{placeholder:\"Name\",value:\"\"},padding:15,paddingBottom:15,paddingLeft:15,paddingPerSide:false,paddingRight:15,paddingTop:15,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,width:\"100%\",withEmail:true,withMessage:true,withName:true})})})]})})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1w4j14i\",\"data-framer-name\":\"FAQ\",name:\"FAQ\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-xjndzn\",\"data-framer-name\":\"FAQ Wrapper\",name:\"FAQ Wrapper\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-2xhorj\",\"data-framer-name\":\"FAQ Tittle\",name:\"FAQ Tittle\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-ow2bah\",\"data-styles-preset\":\"a_vXcW1EJ\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-3f081dc2-e351-4f32-9e15-b74e1a7db7f9, rgb(252, 176, 64))\"},children:\"FAQ\"})}),className:\"framer-1gpo351\",\"data-framer-name\":\"COMPANY'S VISION\",fonts:[\"Inter\"],name:\"COMPANY'S VISION\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1uu93t8\",\"data-styles-preset\":\"bQHrmnh5U\",style:{\"--framer-text-alignment\":\"center\"},children:\"Frequently Asked Question\"})}),className:\"framer-scl4sr\",\"data-framer-name\":\"Leading The Best Tax Advisor Team.\",fonts:[\"Inter\"],name:\"Leading The Best Tax Advisor Team.\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-65d009\",\"data-framer-name\":\"Rectangle\",name:\"Rectangle\"})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-se5956\",\"data-framer-name\":\"FAQ List\",name:\"FAQ List\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1hv8hxw\",\"data-framer-name\":\"Post\",name:\"Post\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{kMvlOuUdt:{width:\"max(min((100vw - 40px) * 1.0007, 600px) - 40px, 200px)\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"max(min((100vw - 40px) * 1.0007, 1140px) - 40px, 200px)\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-ad80ha-container\",children:/*#__PURE__*/_jsx(FAQItem,{height:\"100%\",id:\"FPmNqEMjr\",l_UjxYyKV:\"What are your fees and pricing structures?\",layoutId:\"FPmNqEMjr\",P5aB4NjRf:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{children:\"We operate a fair pricing structure that recognises the size and nature of our clients. For internal audit services, we provide a fixed fee for an agreed range of outputs, and offer discounts if clients engage us for more than one year. \"}),/*#__PURE__*/_jsx(\"p\",{children:\"For all other services our fee will be tailored according to the complexity and urgency of your requirement. We will where possible agree a total fee for a given assignment up front.\"}),/*#__PURE__*/_jsx(\"p\",{children:\"Our fees, given the experience of the team that we deploy, are competitive and we operate a transparent billing process which sets out exactly the time we spend on your affairs.\"})]}),style:{width:\"100%\"},variant:\"x0fkhbWR0\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{kMvlOuUdt:{width:\"max(min((100vw - 40px) * 1.0007, 600px) - 40px, 200px)\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"max(min((100vw - 40px) * 1.0007, 1140px) - 40px, 200px)\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1xu9n0j-container\",children:/*#__PURE__*/_jsx(FAQItem,{height:\"100%\",id:\"AkJj81OtW\",l_UjxYyKV:\"How do you ensure client confidentiality and data security?\",layoutId:\"AkJj81OtW\",P5aB4NjRf:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"We comply with all relevant Data Protection and GDPR legislation and adhere to ICO requirements.\\xa0We do not hold client data on our laptops or servers. We use secure document sharing portals and sites to share client information and ensure our staff remain up to date on data security and confidentiality protocols, guidance and legislation.\"})}),style:{width:\"100%\"},variant:\"x0fkhbWR0\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{kMvlOuUdt:{width:\"max(min((100vw - 40px) * 1.0007, 600px) - 40px, 200px)\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"max(min((100vw - 40px) * 1.0007, 1140px) - 40px, 200px)\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-q9oghp-container\",children:/*#__PURE__*/_jsx(FAQItem,{height:\"100%\",id:\"ujRHNENwm\",l_UjxYyKV:\"What sets your company apart from other service providers?\",layoutId:\"ujRHNENwm\",P5aB4NjRf:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Undivided attention. \"}),\"We deliver the best service that is right for our clients, using the best people, regardless of their size or the value of the fee. When you face challenges we will get on board and work with you to do whatever it takes to help you achieve your goals, rather than advise and consult from afar.\"]})}),style:{width:\"100%\"},variant:\"x0fkhbWR0\",width:\"100%\"})})})})]})})]})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"100vw\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1njxvk5-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fO4kqiT_1:{variant:\"fqj19Mmq5\"}},children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"QBKUIHTzI\",layoutId:\"QBKUIHTzI\",style:{width:\"100%\"},variant:\"iltZhNQIo\",width:\"100%\"})})})})]})}),/*#__PURE__*/_jsx(\"div\",{className:cx(serializationHash,...sharedStyleClassNames),id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",`.${metadata.bodyClassName}-framer-OwoJI { background: white; }`,\".framer-OwoJI.framer-lux5qc, .framer-OwoJI .framer-lux5qc { display: block; }\",\".framer-OwoJI.framer-72rtr7 { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1440px; }\",\".framer-OwoJI .framer-9j28nx { align-content: center; align-items: center; background-color: #ffffff; 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%; }\",\".framer-OwoJI .framer-1ooil7z-container { flex: none; height: auto; position: relative; width: 100%; z-index: 10; }\",\".framer-OwoJI .framer-17hlg7n { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 700px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-OwoJI .framer-ayx70 { display: grid; flex: none; gap: 10px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(2, minmax(200px, 1fr)); grid-template-rows: repeat(1, minmax(0, 1fr)); height: min-content; justify-content: center; max-width: 1140px; overflow: visible; padding: 20px; position: relative; width: 100%; z-index: 2; }\",\".framer-OwoJI .framer-295mf8 { -webkit-backdrop-filter: blur(4px); align-content: flex-start; align-items: flex-start; align-self: start; backdrop-filter: blur(4px); background-color: rgba(132, 134, 135, 0.8); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; grid-column: auto / span 2; height: 100%; justify-content: flex-start; justify-self: start; max-width: 580px; mix-blend-mode: luminosity; overflow: visible; padding: 40px 50px 40px 50px; position: relative; width: 100%; }\",\".framer-OwoJI .framer-qch7fd, .framer-OwoJI .framer-1y1loxj, .framer-OwoJI .framer-1m7q0f4, .framer-OwoJI .framer-1763zi8, .framer-OwoJI .framer-19wp730, .framer-OwoJI .framer-fg4j7q, .framer-OwoJI .framer-gnwx45, .framer-OwoJI .framer-1p8k2k4, .framer-OwoJI .framer-dlzlkr, .framer-OwoJI .framer-1u48ktd, .framer-OwoJI .framer-1b7murj, .framer-OwoJI .framer-65666b, .framer-OwoJI .framer-lfokqb, .framer-OwoJI .framer-1ei1fus, .framer-OwoJI .framer-304tux, .framer-OwoJI .framer-yrisra, .framer-OwoJI .framer-9lv5ks, .framer-OwoJI .framer-q1ujnm, .framer-OwoJI .framer-1gpo351, .framer-OwoJI .framer-scl4sr { --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-OwoJI .framer-1j0li68 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 25px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-OwoJI .framer-4ihw5k { align-self: stretch; background-color: var(--token-3f081dc2-e351-4f32-9e15-b74e1a7db7f9, #dcaa6b); flex: none; height: auto; position: relative; width: 5px; }\",\".framer-OwoJI .framer-t5q28y, .framer-OwoJI .framer-1wz3mop, .framer-OwoJI .framer-1n5hacv, .framer-OwoJI .framer-1fx5gmh, .framer-OwoJI .framer-axyvat { --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-OwoJI .framer-1impqz9 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-OwoJI .framer-1vciwzf-container, .framer-OwoJI .framer-1ftfa1q-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-OwoJI .framer-1bj99lo { align-content: center; align-items: center; background-color: #ece8d6; bottom: 0px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; justify-content: center; left: 0px; overflow: hidden; padding: 0px; position: absolute; top: 0px; width: 100%; z-index: 1; }\",\".framer-OwoJI .framer-u2lm4o-container { bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; z-index: 1; }\",\".framer-OwoJI .framer-17il3xz { flex: 1 0 0px; height: 100%; mix-blend-mode: luminosity; opacity: 0.78; overflow: hidden; position: relative; width: 1px; }\",\".framer-OwoJI .framer-1vkljzt { display: grid; flex: none; gap: 40px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(3, minmax(200px, 1fr)); grid-template-rows: repeat(1, minmax(0, 1fr)); height: min-content; justify-content: center; max-width: 1140px; overflow: visible; padding: 50px 20px 50px 20px; position: relative; width: 79%; }\",\".framer-OwoJI .framer-mmm4qx, .framer-OwoJI .framer-1hfr1gl, .framer-OwoJI .framer-16j3qqf { align-content: flex-start; align-items: flex-start; align-self: start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: 100%; justify-content: center; justify-self: start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-OwoJI .framer-ryueg2-container, .framer-OwoJI .framer-1jviz9-container, .framer-OwoJI .framer-l3ef30-container { flex: none; height: 48px; position: relative; width: 48px; }\",\".framer-OwoJI .framer-1v7i1fg, .framer-OwoJI .framer-ih1zie, .framer-OwoJI .framer-1ygzku0 { 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: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-OwoJI .framer-11cyi2a { align-content: center; align-items: center; background-color: var(--token-5896b0d1-b764-48c4-b6cc-8861f84ad11e, #506e86); display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 120px 0px 120px 0px; position: relative; width: 100%; }\",\".framer-OwoJI .framer-aw3vc0 { display: grid; flex: none; gap: 80px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(2, minmax(200px, 1fr)); grid-template-rows: repeat(1, minmax(0, 1fr)); height: min-content; justify-content: center; max-width: 1140px; overflow: visible; padding: 0px 20px 0px 20px; position: relative; width: 100%; }\",\".framer-OwoJI .framer-1j1tnac { align-content: flex-start; align-items: flex-start; align-self: start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: 100%; justify-content: center; justify-self: start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-OwoJI .framer-1jqkl6, .framer-OwoJI .framer-1s19ym8, .framer-OwoJI .framer-h8zvzn, .framer-OwoJI .framer-65d009 { background-color: #fcb040; flex: none; height: 5px; position: relative; width: 150px; }\",\".framer-OwoJI .framer-etwltx-container { align-self: start; flex: none; height: auto; justify-self: start; position: relative; width: 100%; z-index: 1; }\",\".framer-OwoJI .framer-npa5kh-container, .framer-OwoJI .framer-ad80ha-container, .framer-OwoJI .framer-1xu9n0j-container, .framer-OwoJI .framer-q9oghp-container, .framer-OwoJI .framer-1njxvk5-container { flex: none; height: auto; position: relative; width: 100%; }\",'.framer-OwoJI .framer-18xfwrl { align-content: center; align-items: center; background: linear-gradient(180deg, var(--token-5896b0d1-b764-48c4-b6cc-8861f84ad11e, #506e86) /* {\"name\":\"Dark Electric Blue\"} */ -14.88175422840895%, var(--token-5896b0d1-b764-48c4-b6cc-8861f84ad11e, rgb(80, 110, 134)) /* {\"name\":\"Dark Electric Blue\"} */ 100%); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 120px 0px 120px 0px; position: relative; width: 100%; }',\".framer-OwoJI .framer-uk8loj { display: grid; flex: none; gap: 80px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(2, minmax(200px, 1fr)); grid-template-rows: repeat(1, minmax(0, 1fr)); height: min-content; justify-content: center; max-width: 1140px; padding: 0px 20px 0px 20px; position: relative; width: 100%; }\",\".framer-OwoJI .framer-1j207dv, .framer-OwoJI .framer-rhvtvz { align-content: flex-start; align-items: flex-start; align-self: start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: 100%; justify-content: center; justify-self: start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-OwoJI .framer-9hz5kl { align-self: start; flex: none; height: 510px; justify-self: start; overflow: hidden; position: relative; width: 510px; }\",\".framer-OwoJI .framer-qh67o8 { flex: none; height: 100%; left: calc(50.00000000000002% - 100% / 2); mix-blend-mode: luminosity; position: absolute; top: 0px; width: 100%; z-index: 1; }\",\".framer-OwoJI .framer-1jwaann { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: auto; justify-content: center; overflow: hidden; padding: 80px 0px 80px 0px; position: relative; width: 100%; }\",\".framer-OwoJI .framer-w7fny3 { display: grid; flex: none; gap: 80px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(2, minmax(200px, 1fr)); grid-template-rows: repeat(1, minmax(0, 1fr)); height: min-content; justify-content: center; max-width: 1140px; overflow: visible; padding: 20px; position: relative; width: 100%; }\",\".framer-OwoJI .framer-1h8sehs { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: auto; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-OwoJI .framer-chfdvh, .framer-OwoJI .framer-1q3kr0q { 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-OwoJI .framer-1rd22wa, .framer-OwoJI .framer-ic8pmf, .framer-OwoJI .framer-ic17s5, .framer-OwoJI .framer-1emfj90 { 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: 100%; }\",\".framer-OwoJI .framer-187t92d-container, .framer-OwoJI .framer-f12wan-container, .framer-OwoJI .framer-bnc2z9-container, .framer-OwoJI .framer-10udhcg-container { flex: none; height: 24px; position: relative; width: 24px; }\",\".framer-OwoJI .framer-pbyqvo { align-content: flex-start; align-items: flex-start; align-self: start; background-color: var(--token-f53c2ad9-311f-4606-876a-0aad04adffdc, #ffffff); box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.03); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: 100%; justify-content: center; justify-self: start; overflow: visible; padding: 50px 30px 50px 30px; position: relative; width: 100%; z-index: 1; }\",\".framer-OwoJI .framer-w19rp3-container { flex: none; height: 350px; position: relative; width: 100%; }\",\".framer-OwoJI .framer-1w4j14i { 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 20px 0px 20px; position: relative; width: 100%; }\",\".framer-OwoJI .framer-xjndzn { background-color: #ffffff; display: grid; flex: none; gap: 80px; grid-auto-rows: min-content; grid-template-columns: repeat(1, minmax(200px, 1fr)); grid-template-rows: repeat(1, min-content); height: min-content; justify-content: center; max-width: 1140px; padding: 20px; position: relative; width: 100%; }\",\".framer-OwoJI .framer-2xhorj { align-content: center; align-items: center; align-self: start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: auto; justify-content: flex-start; justify-self: start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-OwoJI .framer-se5956 { align-content: center; align-items: center; align-self: start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: auto; justify-content: center; justify-self: start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-OwoJI .framer-1hv8hxw { 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: flex-start; min-width: 200px; padding: 0px; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-OwoJI.framer-72rtr7, .framer-OwoJI .framer-9j28nx, .framer-OwoJI .framer-17hlg7n, .framer-OwoJI .framer-295mf8, .framer-OwoJI .framer-1j0li68, .framer-OwoJI .framer-1impqz9, .framer-OwoJI .framer-1bj99lo, .framer-OwoJI .framer-mmm4qx, .framer-OwoJI .framer-1v7i1fg, .framer-OwoJI .framer-1hfr1gl, .framer-OwoJI .framer-ih1zie, .framer-OwoJI .framer-16j3qqf, .framer-OwoJI .framer-1ygzku0, .framer-OwoJI .framer-11cyi2a, .framer-OwoJI .framer-1j1tnac, .framer-OwoJI .framer-18xfwrl, .framer-OwoJI .framer-1j207dv, .framer-OwoJI .framer-1jwaann, .framer-OwoJI .framer-rhvtvz, .framer-OwoJI .framer-1h8sehs, .framer-OwoJI .framer-chfdvh, .framer-OwoJI .framer-1rd22wa, .framer-OwoJI .framer-ic8pmf, .framer-OwoJI .framer-ic17s5, .framer-OwoJI .framer-1emfj90, .framer-OwoJI .framer-pbyqvo, .framer-OwoJI .framer-1q3kr0q, .framer-OwoJI .framer-1w4j14i, .framer-OwoJI .framer-2xhorj, .framer-OwoJI .framer-se5956, .framer-OwoJI .framer-1hv8hxw { gap: 0px; } .framer-OwoJI.framer-72rtr7 > *, .framer-OwoJI .framer-1v7i1fg > *, .framer-OwoJI .framer-ih1zie > *, .framer-OwoJI .framer-1ygzku0 > *, .framer-OwoJI .framer-chfdvh > *, .framer-OwoJI .framer-1q3kr0q > *, .framer-OwoJI .framer-se5956 > *, .framer-OwoJI .framer-1hv8hxw > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-OwoJI.framer-72rtr7 > :first-child, .framer-OwoJI .framer-9j28nx > :first-child, .framer-OwoJI .framer-295mf8 > :first-child, .framer-OwoJI .framer-1v7i1fg > :first-child, .framer-OwoJI .framer-ih1zie > :first-child, .framer-OwoJI .framer-1ygzku0 > :first-child, .framer-OwoJI .framer-1j1tnac > :first-child, .framer-OwoJI .framer-1j207dv > :first-child, .framer-OwoJI .framer-1jwaann > :first-child, .framer-OwoJI .framer-rhvtvz > :first-child, .framer-OwoJI .framer-1h8sehs > :first-child, .framer-OwoJI .framer-chfdvh > :first-child, .framer-OwoJI .framer-pbyqvo > :first-child, .framer-OwoJI .framer-1q3kr0q > :first-child, .framer-OwoJI .framer-2xhorj > :first-child, .framer-OwoJI .framer-se5956 > :first-child, .framer-OwoJI .framer-1hv8hxw > :first-child { margin-top: 0px; } .framer-OwoJI.framer-72rtr7 > :last-child, .framer-OwoJI .framer-9j28nx > :last-child, .framer-OwoJI .framer-295mf8 > :last-child, .framer-OwoJI .framer-1v7i1fg > :last-child, .framer-OwoJI .framer-ih1zie > :last-child, .framer-OwoJI .framer-1ygzku0 > :last-child, .framer-OwoJI .framer-1j1tnac > :last-child, .framer-OwoJI .framer-1j207dv > :last-child, .framer-OwoJI .framer-1jwaann > :last-child, .framer-OwoJI .framer-rhvtvz > :last-child, .framer-OwoJI .framer-1h8sehs > :last-child, .framer-OwoJI .framer-chfdvh > :last-child, .framer-OwoJI .framer-pbyqvo > :last-child, .framer-OwoJI .framer-1q3kr0q > :last-child, .framer-OwoJI .framer-2xhorj > :last-child, .framer-OwoJI .framer-se5956 > :last-child, .framer-OwoJI .framer-1hv8hxw > :last-child { margin-bottom: 0px; } .framer-OwoJI .framer-9j28nx > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-OwoJI .framer-17hlg7n > *, .framer-OwoJI .framer-11cyi2a > *, .framer-OwoJI .framer-18xfwrl > *, .framer-OwoJI .framer-1w4j14i > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-OwoJI .framer-17hlg7n > :first-child, .framer-OwoJI .framer-1j0li68 > :first-child, .framer-OwoJI .framer-1impqz9 > :first-child, .framer-OwoJI .framer-1bj99lo > :first-child, .framer-OwoJI .framer-mmm4qx > :first-child, .framer-OwoJI .framer-1hfr1gl > :first-child, .framer-OwoJI .framer-16j3qqf > :first-child, .framer-OwoJI .framer-11cyi2a > :first-child, .framer-OwoJI .framer-18xfwrl > :first-child, .framer-OwoJI .framer-1rd22wa > :first-child, .framer-OwoJI .framer-ic8pmf > :first-child, .framer-OwoJI .framer-ic17s5 > :first-child, .framer-OwoJI .framer-1emfj90 > :first-child, .framer-OwoJI .framer-1w4j14i > :first-child { margin-left: 0px; } .framer-OwoJI .framer-17hlg7n > :last-child, .framer-OwoJI .framer-1j0li68 > :last-child, .framer-OwoJI .framer-1impqz9 > :last-child, .framer-OwoJI .framer-1bj99lo > :last-child, .framer-OwoJI .framer-mmm4qx > :last-child, .framer-OwoJI .framer-1hfr1gl > :last-child, .framer-OwoJI .framer-16j3qqf > :last-child, .framer-OwoJI .framer-11cyi2a > :last-child, .framer-OwoJI .framer-18xfwrl > :last-child, .framer-OwoJI .framer-1rd22wa > :last-child, .framer-OwoJI .framer-ic8pmf > :last-child, .framer-OwoJI .framer-ic17s5 > :last-child, .framer-OwoJI .framer-1emfj90 > :last-child, .framer-OwoJI .framer-1w4j14i > :last-child { margin-right: 0px; } .framer-OwoJI .framer-295mf8 > *, .framer-OwoJI .framer-1j207dv > *, .framer-OwoJI .framer-1jwaann > *, .framer-OwoJI .framer-rhvtvz > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-OwoJI .framer-1j0li68 > * { margin: 0px; margin-left: calc(25px / 2); margin-right: calc(25px / 2); } .framer-OwoJI .framer-1impqz9 > * { margin: 0px; margin-left: calc(30px / 2); margin-right: calc(30px / 2); } .framer-OwoJI .framer-1bj99lo > *, .framer-OwoJI .framer-1rd22wa > *, .framer-OwoJI .framer-ic8pmf > *, .framer-OwoJI .framer-ic17s5 > *, .framer-OwoJI .framer-1emfj90 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-OwoJI .framer-mmm4qx > *, .framer-OwoJI .framer-1hfr1gl > *, .framer-OwoJI .framer-16j3qqf > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-OwoJI .framer-1j1tnac > *, .framer-OwoJI .framer-1h8sehs > *, .framer-OwoJI .framer-2xhorj > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-OwoJI .framer-pbyqvo > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } }\",\"@media (min-width: 1440px) { .framer-OwoJI .hidden-72rtr7 { display: none !important; } }\",`@media (min-width: 810px) and (max-width: 1439px) { .framer-OwoJI .hidden-fosrc2 { display: none !important; } .${metadata.bodyClassName}-framer-OwoJI { background: white; } .framer-OwoJI.framer-72rtr7 { width: 810px; } .framer-OwoJI .framer-ayx70 { grid-auto-rows: min-content; grid-template-columns: repeat(1, minmax(200px, 1fr)); grid-template-rows: repeat(1, min-content); justify-content: start; order: 1; } .framer-OwoJI .framer-295mf8 { align-self: center; grid-column: auto / span 1; height: auto; justify-self: center; padding: 40px; } .framer-OwoJI .framer-1bj99lo { order: 0; } .framer-OwoJI .framer-1vkljzt { grid-auto-rows: min-content; grid-template-columns: repeat(1, minmax(200px, 1fr)); grid-template-rows: repeat(1, min-content); } .framer-OwoJI .framer-mmm4qx, .framer-OwoJI .framer-1hfr1gl, .framer-OwoJI .framer-16j3qqf, .framer-OwoJI .framer-1j1tnac, .framer-OwoJI .framer-1j207dv, .framer-OwoJI .framer-rhvtvz, .framer-OwoJI .framer-pbyqvo { height: auto; } .framer-OwoJI .framer-aw3vc0, .framer-OwoJI .framer-uk8loj, .framer-OwoJI .framer-w7fny3 { grid-auto-rows: min-content; grid-template-columns: repeat(1, minmax(200px, 1fr)); grid-template-rows: repeat(1, min-content); max-width: 600px; } .framer-OwoJI .framer-1w4j14i { padding: 80px 20px 80px 20px; } .framer-OwoJI .framer-xjndzn { max-width: 600px; }}`,`@media (max-width: 809px) { .framer-OwoJI .hidden-1e1uq75 { display: none !important; } .${metadata.bodyClassName}-framer-OwoJI { background: white; } .framer-OwoJI.framer-72rtr7 { width: 390px; } .framer-OwoJI .framer-ayx70, .framer-OwoJI .framer-1vkljzt, .framer-OwoJI .framer-aw3vc0, .framer-OwoJI .framer-uk8loj, .framer-OwoJI .framer-w7fny3 { grid-auto-rows: min-content; grid-template-columns: repeat(1, minmax(200px, 1fr)); grid-template-rows: repeat(1, min-content); } .framer-OwoJI .framer-295mf8 { align-self: center; grid-column: auto / span 1; height: auto; justify-self: center; padding: 40px; } .framer-OwoJI .framer-1impqz9 { flex-direction: column; gap: 10px; } .framer-OwoJI .framer-mmm4qx, .framer-OwoJI .framer-1hfr1gl, .framer-OwoJI .framer-16j3qqf, .framer-OwoJI .framer-1j1tnac, .framer-OwoJI .framer-1j207dv, .framer-OwoJI .framer-rhvtvz, .framer-OwoJI .framer-pbyqvo { height: auto; } .framer-OwoJI .framer-1w4j14i { padding: 80px 20px 80px 20px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-OwoJI .framer-1impqz9 { gap: 0px; } .framer-OwoJI .framer-1impqz9 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-OwoJI .framer-1impqz9 > :first-child { margin-top: 0px; } .framer-OwoJI .framer-1impqz9 > :last-child { margin-bottom: 0px; } }}`,...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 4411\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"kMvlOuUdt\":{\"layout\":[\"fixed\",\"auto\"]},\"fO4kqiT_1\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerResponsiveScreen\n */const FrameraugiA20Il=withCSS(Component,css,\"framer-OwoJI\");export default FrameraugiA20Il;FrameraugiA20Il.displayName=\"Home\";FrameraugiA20Il.defaultProps={height:4411,width:1440};addFonts(FrameraugiA20Il,[{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://app.framerstatic.com/Inter-Regular.cyrillic-ext-CFTLRB35.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://app.framerstatic.com/Inter-Regular.cyrillic-KKLZBALH.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-ext-ULEBLIFV.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-IRHSNFQB.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://app.framerstatic.com/Inter-Regular.latin-ext-VZDUGU3Q.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://app.framerstatic.com/Inter-Regular.latin-JLQMKCHE.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://app.framerstatic.com/Inter-Regular.vietnamese-QK7VSWXK.woff2\",weight:\"400\"},{family:\"Lato\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/lato/v24/S6u_w4BMUTPHjxsI5wqPGQ3s5dwt7w.woff2\",weight:\"700\"},{family:\"Lato\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/lato/v24/S6uyw4BMUTPHvxw6XweuBCY.woff2\",weight:\"400\"}]},...NavbarFonts,...ButtonFonts,...BlurGradientFonts,...PhosphorFonts,...TestimonialSliderFonts,...PartnerFonts,...MaterialFonts,...FormSparkFonts,...FAQItemFonts,...FooterFonts,...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\":\"FrameraugiA20Il\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"1440\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerResponsiveScreen\":\"\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"4411\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"kMvlOuUdt\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"fO4kqiT_1\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["a", "t", "e", "i", "r", "o", "p", "addPropertyControls", "ControlType", "BlurGradient_default", "emailRegex", "validateEmail", "email", "FormSpark", "withCSS", "formId", "withName", "name", "withEmail", "withMessage", "message", "layout", "inputs", "button", "style", "gap", "onSubmit", "props", "nameValue", "setName", "ye", "emailValue", "setEmail", "messageValue", "setMessage", "isNameError", "setNameError", "isEmailError", "setEmailError", "isMessageError", "setMessageError", "isLoading", "setLoading", "isSuccess", "setSuccess", "isCanvas", "se", "RenderTarget", "gridTemplateRows", "rows", "gridTemplateColumns", "cols", "fontFamily", "fontSize", "fontWeight", "useFontControls", "borderRadius", "useRadius", "paddingValue", "usePadding", "validateForm", "te", "error", "handleSubmit", "event", "data", "entries", "handleNameChange", "handleEmailChange", "handleMessageChange", "p", "motion", "containerStyles", "u", "defaultStyle", "addPropertyControls", "ControlType", "fontControls", "paddingControl", "borderRadiusControl", "FormSpark_default", "MAX_DUPLICATED_ITEMS", "directionTransformers", "offset", "supportsAcceleratedAnimations", "Ticker", "props", "slots", "gap", "padding", "paddingPerSide", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "speed", "hoverFactor", "direction", "alignment", "sizingOptions", "fadeOptions", "style", "fadeContent", "overflow", "fadeWidth", "fadeInset", "fadeAlpha", "widthType", "heightType", "paddingValue", "isCanvas", "RenderTarget", "numChildren", "j", "hasChildren", "isHorizontal", "useMotionValue", "transformer", "transform", "useTransform", "parentRef", "pe", "childrenRef", "se", "W", "size", "setSize", "ye", "clonedChildren", "dupedChildren", "duplicateBy", "opacity", "measure", "te", "parentLength", "start", "childrenLength", "childrenStyles", "initialResize", "ue", "frame", "resize", "contentSize", "child", "index", "_child_props", "_child_props1", "_child_props2", "_child_props3", "ref", "p", "LayoutGroup", "q", "i", "childIndex", "_child_props4", "_child_props5", "animateToValue", "initialTime", "prevTime", "xOrY", "isHover", "isReducedMotion", "useReducedMotion", "listRef", "animationRef", "isInView", "useInView", "useAnimationFrame", "t", "delta", "wrap", "fadeDirection", "fadeWidthStart", "fadeWidthEnd", "fadeInsetStart", "clamp", "fadeInsetEnd", "fadeMask", "containerStyle", "u", "motion", "isValidNumber", "placeholderStyles", "emojiStyles", "titleStyles", "subtitleStyles", "addPropertyControls", "ControlType", "num", "min", "max", "value", "TickerFonts", "getFonts", "Ticker", "serializationHash", "variantClassNames", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "scopingClassNames", "cx", "serializationHash", "LayoutGroup", "u", "RichText2", "ComponentViewportProvider", "SmartComponentScopedContainer", "Ticker", "Image2", "css", "FramernEQNNx2Yg", "withCSS", "nEQNNx2Yg_default", "addFonts", "TickerFonts", "getFontsFromSharedStyle", "fonts", "NavbarFonts", "getFonts", "hXxnBsxMK_default", "ButtonFonts", "LeiqpG2kR_default", "BlurGradientFonts", "BlurGradient_default", "ImageWithFX", "withFX", "Image2", "PhosphorFonts", "Icon", "TestimonialSliderFonts", "PcvTiqOHD_default", "PartnerFonts", "nEQNNx2Yg_default", "MaterialFonts", "FormSparkFonts", "FormSpark_default", "FAQItemFonts", "FFDlT69rX_default", "FooterFonts", "M9uLdRTjP_default", "breakpoints", "serializationHash", "variantClassNames", "transition1", "animation", "animation1", "animation2", "animation3", "transition2", "animation4", "animation5", "animation6", "animation7", "animation8", "transition3", "animation9", "transition4", "animation10", "animation11", "animation12", "animation13", "metadata", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "ie", "metadata1", "_document_querySelector", "c", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "breakpoints", "gestureVariant", "ref1", "pe", "router", "useRouter", "defaultLayoutId", "ae", "sharedStyleClassNames", "useCustomCursors", "p", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "cx", "ComponentViewportProvider", "Container", "PropertyOverrides2", "hXxnBsxMK_default", "optimizeAppear", "RichText2", "x", "ResolveLinks", "resolvedLinks", "LeiqpG2kR_default", "BlurGradient_default", "ImageWithFX", "Icon", "PcvTiqOHD_default", "nEQNNx2Yg_default", "resolvedLinks1", "FormSpark_default", "FFDlT69rX_default", "M9uLdRTjP_default", "css", "FrameraugiA20Il", "withCSS", "augiA20Il_default", "addFonts", "NavbarFonts", "ButtonFonts", "BlurGradientFonts", "PhosphorFonts", "TestimonialSliderFonts", "PartnerFonts", "MaterialFonts", "FormSparkFonts", "FAQItemFonts", "FooterFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
