{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/TIhCXQ8lN3xdt3H5LQwa/I48Q1LofRvNMgJNdFffw/gKnpMKczu.js"],
  "sourcesContent": ["// Generated by Framer (fe89999)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,PropertyOverrides,ResolveLinks,RichText,SVG,useActiveVariantCallback,useCustomCursors,useHydratedBreakpointVariants,useLocaleInfo,useOverlayState,useRouter,withCSS}from\"framer\";import{AnimatePresence,LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import*as ReactDOM from\"react-dom\";import Vimeo from\"https://framerusercontent.com/modules/0sWquksFr1YDkaIgrl9Z/VgWe6mCMJOseqaLiMnaC/Vimeo.js\";import ButtonTextWIcon from\"#framer/local/canvasComponent/BuxipMVkW/BuxipMVkW.js\";import Navigation from\"#framer/local/canvasComponent/iRhFvxzuV/iRhFvxzuV.js\";import SectionFAQ from\"#framer/local/canvasComponent/IUaSPt92q/IUaSPt92q.js\";import Footer from\"#framer/local/canvasComponent/jcfFoU08J/jcfFoU08J.js\";import ButtonWhite from\"#framer/local/canvasComponent/OqgmkHxkj/OqgmkHxkj.js\";import ButtonPrimary from\"#framer/local/canvasComponent/p9gYp0Wtd/p9gYp0Wtd.js\";import SectionOurServices from\"#framer/local/canvasComponent/r_6VUONmt/r_6VUONmt.js\";import SectionThreeBulletPoints from\"#framer/local/canvasComponent/RlIK6QlLc/RlIK6QlLc.js\";import SectionFinancialAdviceInReality from\"#framer/local/canvasComponent/tEsKZeGHm/tEsKZeGHm.js\";import ButtonWhiteWIcon from\"#framer/local/canvasComponent/tFxzqvmal/tFxzqvmal.js\";import SectionOurBlog from\"#framer/local/canvasComponent/UM3wSJRtE/UM3wSJRtE.js\";import SectionNewsletterSubscribtion from\"#framer/local/canvasComponent/zrMkROcC1/zrMkROcC1.js\";import*as sharedStyle2 from\"#framer/local/css/f4vpByhMJ/f4vpByhMJ.js\";import*as sharedStyle3 from\"#framer/local/css/FEVhOufb4/FEVhOufb4.js\";import*as sharedStyle4 from\"#framer/local/css/gxnqF0aqq/gxnqF0aqq.js\";import*as sharedStyle1 from\"#framer/local/css/nag9YSaxO/nag9YSaxO.js\";import*as sharedStyle5 from\"#framer/local/css/Np7EPu_eR/Np7EPu_eR.js\";import*as sharedStyle7 from\"#framer/local/css/RKvs8ZAF1/RKvs8ZAF1.js\";import*as sharedStyle from\"#framer/local/css/t3MH1PoND/t3MH1PoND.js\";import*as sharedStyle6 from\"#framer/local/css/tP3zzKVvS/tP3zzKVvS.js\";import metadataProvider from\"#framer/local/webPageMetadata/gKnpMKczu/gKnpMKczu.js\";const VimeoFonts=getFonts(Vimeo);const ButtonPrimaryFonts=getFonts(ButtonPrimary);const NavigationFonts=getFonts(Navigation);const ButtonTextWIconFonts=getFonts(ButtonTextWIcon);const ButtonWhiteWIconFonts=getFonts(ButtonWhiteWIcon);const SectionThreeBulletPointsFonts=getFonts(SectionThreeBulletPoints);const SectionFinancialAdviceInRealityFonts=getFonts(SectionFinancialAdviceInReality);const SectionOurServicesFonts=getFonts(SectionOurServices);const SectionOurBlogFonts=getFonts(SectionOurBlog);const SectionNewsletterSubscribtionFonts=getFonts(SectionNewsletterSubscribtion);const SectionFAQFonts=getFonts(SectionFAQ);const ButtonWhiteFonts=getFonts(ButtonWhite);const FooterFonts=getFonts(Footer);const breakpoints={dKuqmzsFy:\"(min-width: 1200px)\",e1fYwrLCf:\"(max-width: 809px)\",zoiBLRH6O:\"(min-width: 810px) and (max-width: 1199px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-V6hf9\";const variantClassNames={dKuqmzsFy:\"framer-v-w4jo0c\",e1fYwrLCf:\"framer-v-158eu15\",zoiBLRH6O:\"framer-v-x3fbii\"};const Overlay=({children,blockDocumentScrolling,enabled=true})=>{const[visible,setVisible]=useOverlayState({blockDocumentScrolling});return children({hide:()=>setVisible(false),show:()=>setVisible(true),toggle:()=>setVisible(!visible),visible:enabled&&visible});};const metadata=metadataProvider();const humanReadableVariantMap={Desktop:\"dKuqmzsFy\",Phone:\"e1fYwrLCf\",Tablet:\"zoiBLRH6O\"};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:\"dKuqmzsFy\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useEffect(()=>{const metadata1=metadataProvider(undefined,activeLocale);if(metadata1.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata1.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata1.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata1=metadataProvider(undefined,activeLocale);document.title=metadata1.title||\"\";if(metadata1.viewport){var _document_querySelector;(_document_querySelector=document.querySelector('meta[name=\"viewport\"]'))===null||_document_querySelector===void 0?void 0:_document_querySelector.setAttribute(\"content\",metadata1.viewport);}const bodyCls=metadata1.bodyClassName;if(bodyCls){const body=document.body;body.classList.forEach(c=>c.startsWith(\"framer-body-\")&&body.classList.remove(c));body.classList.add(`${metadata1.bodyClassName}-framer-V6hf9`);}return()=>{if(bodyCls)document.body.classList.remove(`${metadata1.bodyClassName}-framer-V6hf9`);};},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const{activeVariantCallback,delay}=useActiveVariantCallback(undefined);const onTapwelu7j=({overlay,paginationInfo})=>activeVariantCallback(async(...args)=>{overlay.toggle();});const ref1=React.useRef(null);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"e1fYwrLCf\")return false;return true;};const isDisplayed1=()=>{if(!isBrowser())return true;if(baseVariant===\"e1fYwrLCf\")return true;return false;};const router=useRouter();const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className,sharedStyle6.className,sharedStyle7.className];useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"dKuqmzsFy\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:[/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-w4jo0c\",className),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-25x8ci\",\"data-framer-name\":\"Hero/Pension\",name:\"Hero/Pension\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-prcf8m\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1vws21s\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{e1fYwrLCf:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-10tj7w8\",\"data-styles-preset\":\"nag9YSaxO\",style:{\"--framer-text-color\":\"var(--token-5b5e8348-5fd7-4f8f-b456-d76d1c9afbff, rgb(0, 0, 0))\"},children:\"Bespoke & regulated IFA digital pension advice\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1oxvu3e\",\"data-styles-preset\":\"t3MH1PoND\",style:{\"--framer-text-color\":\"var(--token-5b5e8348-5fd7-4f8f-b456-d76d1c9afbff, rgb(0, 0, 0))\"},children:\"Bespoke & regulated IFA digital pension advice\"})}),className:\"framer-1e8rkaw\",\"data-framer-name\":\"Making your hard earned money work for you\",fonts:[\"Inter\"],name:\"Making your hard earned money work for you\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1hkwfrx\",children:[/*#__PURE__*/_jsx(Overlay,{children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1bfnsv\",\"data-framer-name\":\"Frame 2029267674\",id:\"1bfnsv\",name:\"Frame 2029267674\",onTap:onTapwelu7j({overlay}),children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-14kutfl\",\"data-framer-name\":\"Group 908\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:48,intrinsicWidth:48,name:\"Group 908\",svg:'<svg width=\"48\" height=\"48\" viewBox=\"0 0 48 48\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<circle cx=\"24\" cy=\"24\" r=\"24\" fill=\"#EFEAFE\"/>\\n<path d=\"M33.9512 24.5854L18.1463 33.7103L18.1463 15.4604L33.9512 24.5854Z\" fill=\"#5223EF\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1bloych\",\"data-framer-name\":\"Frame 2029267675\",name:\"Frame 2029267675\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1kn0mdd\",\"data-styles-preset\":\"f4vpByhMJ\",style:{\"--framer-text-color\":\"var(--token-64d63972-9d11-48d8-9563-855d53489450, rgb(119, 122, 155))\"},children:\"Video\"})}),className:\"framer-f1eft7\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],name:\"Text\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1j7714o\",\"data-styles-preset\":\"FEVhOufb4\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-d9fa6d6c-c7c1-43ba-b984-41140db9497e, rgb(23, 24, 32))\"},children:\"Who is fintuity in 2 minutes\"})}),className:\"framer-1pyehsm\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],name:\"Text\",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:0,ease:[.5,0,.88,.77],type:\"tween\"}},className:\"framer-pehpde\",\"data-framer-portal-id\":\"1bfnsv\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay.hide()},\"tODcwiK24\"),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1603t4z-container\",\"data-framer-portal-id\":\"1bfnsv\",children:/*#__PURE__*/_jsx(Vimeo,{autoplay:false,backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:8,bottomLeftRadius:8,bottomRightRadius:8,controls:true,height:\"100%\",id:\"dtNGimWgP\",isMixedBorderRadius:false,layoutId:\"dtNGimWgP\",loop:false,mute:false,style:{height:\"100%\",width:\"100%\"},topLeftRadius:8,topRightRadius:8,video:\"https://vimeo.com/846083783?share=copy#t=0\",width:\"100%\"})})})]}),document.querySelector(\"#overlay\"))})})]})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-hschb4\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-18i6r1g\",\"data-styles-preset\":\"gxnqF0aqq\",children:\"Analyse, manage, consolidate or transfer your pension savings with fintuity\"})}),className:\"framer-ybkkt5\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],name:\"Text\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{e1fYwrLCf:{width:\"min(min(100vw, 1440px) - 32px, 1440px)\",y:296}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:64,y:0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1qku33w-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{e1fYwrLCf:{style:{width:\"100%\"},variant:\"VM49g09xu\"}},children:/*#__PURE__*/_jsx(ButtonPrimary,{Awbnu7OTf:\"https://app.fintuity.com/portal/anonymous/book-meeting?serviceId=c65efbe8-130b-498d-b874-49f68447576f\",height:\"100%\",I6CkZROiY:\"Book free consultation\",id:\"WKT2AU_FR\",layoutId:\"WKT2AU_FR\",variant:\"eIinHb37v\",width:\"100%\"})})})})})]})]})]}),isDisplayed()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1y1t798 hidden-158eu15\",\"data-framer-name\":\"key-visual-desktop\",name:\"key-visual-desktop\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition(64),positionX:\"center\",positionY:\"center\",sizes:\"336px\",src:\"https://framerusercontent.com/images/vgtZoEFwsGjj2vaGwIXJjKBlqY.png\",srcSet:\"https://framerusercontent.com/images/vgtZoEFwsGjj2vaGwIXJjKBlqY.png 672w\"},className:\"framer-14650n4\",\"data-framer-name\":\"Mask group\",name:\"Mask group\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:240,intrinsicWidth:770,loading:getLoadingLazyAtYPosition(-54),pixelHeight:240,pixelWidth:770,sizes:\"380px\",src:\"https://framerusercontent.com/images/cM5WYkhWG0p88KZjhdZ4d0eyJUI.png\",srcSet:\"https://framerusercontent.com/images/cM5WYkhWG0p88KZjhdZ4d0eyJUI.png?scale-down-to=512 512w,https://framerusercontent.com/images/cM5WYkhWG0p88KZjhdZ4d0eyJUI.png 770w\"},className:\"framer-1lqq01i\",\"data-framer-name\":\"image\",name:\"image\"})]}),isDisplayed1()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{e1fYwrLCf:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1048,intrinsicWidth:740,loading:getLoadingLazyAtYPosition(664),pixelHeight:1048,pixelWidth:740,sizes:\"min(min(100vw, 1440px) - 32px, 1440px)\",src:\"https://framerusercontent.com/images/4QPd0o4YFHfg4sWKVCpFo9yqr4Q.png\",srcSet:\"https://framerusercontent.com/images/4QPd0o4YFHfg4sWKVCpFo9yqr4Q.png?scale-down-to=1024 723w,https://framerusercontent.com/images/4QPd0o4YFHfg4sWKVCpFo9yqr4Q.png 740w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1048,intrinsicWidth:740,pixelHeight:1048,pixelWidth:740,src:\"https://framerusercontent.com/images/4QPd0o4YFHfg4sWKVCpFo9yqr4Q.png\",srcSet:\"https://framerusercontent.com/images/4QPd0o4YFHfg4sWKVCpFo9yqr4Q.png?scale-down-to=1024 723w,https://framerusercontent.com/images/4QPd0o4YFHfg4sWKVCpFo9yqr4Q.png 740w\"},className:\"framer-nwwg0y hidden-w4jo0c hidden-x3fbii\",\"data-framer-name\":\"key-visual-mobile\",name:\"key-visual-mobile\"})})]})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:64,width:\"100vw\",y:0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-54bt0x-container\",layoutScroll:true,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{e1fYwrLCf:{variant:\"DvnArT1X3\"},zoiBLRH6O:{variant:\"FHKMmc4ip\"}},children:/*#__PURE__*/_jsx(Navigation,{height:\"100%\",id:\"o7eHicDBN\",layoutId:\"o7eHicDBN\",style:{width:\"100%\"},variant:\"EtGnRZiNO\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-rfyvqk\",\"data-framer-name\":\"We can help you with/Investment\",name:\"We can help you with/Investment\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-10tj7w8\",\"data-styles-preset\":\"nag9YSaxO\",children:\"We can help you with\"})}),className:\"framer-o6hgv4\",\"data-framer-name\":\"We can help you with\",fonts:[\"Inter\"],name:\"We can help you with\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-8uved4\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ckgwki\",\"data-framer-name\":\"Card\",name:\"Card\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ioczi5\",\"data-framer-name\":\"Frame 2029267869\",name:\"Frame 2029267869\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-4wns6v\",\"data-framer-name\":\"Frame 2029267868\",name:\"Frame 2029267868\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{e1fYwrLCf:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:713,intrinsicWidth:645,loading:getLoadingLazyAtYPosition(2040.0004450040865),pixelHeight:713,pixelWidth:645,sizes:\"192px\",src:\"https://framerusercontent.com/images/9ZN32qhJAp4OaR5QF75oMyDqqg.png\",srcSet:\"https://framerusercontent.com/images/9ZN32qhJAp4OaR5QF75oMyDqqg.png 645w\"},style:{rotate:-5}},zoiBLRH6O:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:713,intrinsicWidth:645,loading:getLoadingLazyAtYPosition(208),pixelHeight:713,pixelWidth:645,sizes:\"386.2763px\",src:\"https://framerusercontent.com/images/9ZN32qhJAp4OaR5QF75oMyDqqg.png\",srcSet:\"https://framerusercontent.com/images/9ZN32qhJAp4OaR5QF75oMyDqqg.png 645w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:713,intrinsicWidth:645,loading:getLoadingLazyAtYPosition(337.2655029296875),pixelHeight:713,pixelWidth:645,sizes:\"327px\",src:\"https://framerusercontent.com/images/9ZN32qhJAp4OaR5QF75oMyDqqg.png\",srcSet:\"https://framerusercontent.com/images/9ZN32qhJAp4OaR5QF75oMyDqqg.png 645w\"},className:\"framer-uovoka\",\"data-framer-name\":\"image\",name:\"image\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-y2a9uo\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-10xm04a\",\"data-styles-preset\":\"Np7EPu_eR\",children:\"Pension Locator\"})}),className:\"framer-fwaxcs\",\"data-framer-name\":\"Portfolio\",fonts:[\"Inter\"],name:\"Portfolio\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-9r2v\",\"data-framer-name\":\"Frame 2029267866\",name:\"Frame 2029267866\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-18i6r1g\",\"data-styles-preset\":\"gxnqF0aqq\",children:\"We will begin by reviewing your existing financial and pensions provision and then locate the best pension product for you.\"})}),className:\"framer-c4zoi4\",\"data-framer-name\":\"We will begin by assessing your existing portfolio and will give you helpful advice to manage your current investment portfolio to its maximum capacity.\",fonts:[\"Inter\"],name:\"We will begin by assessing your existing portfolio and will give you helpful advice to manage your current investment portfolio to its maximum capacity.\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{e1fYwrLCf:{y:2088},zoiBLRH6O:{y:443}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,y:877,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1pjil7-container\",children:/*#__PURE__*/_jsx(ButtonTextWIcon,{eQJFAME37:\"Find your pension\",eTGHuZPHy:\"https://app.fintuity.com/portal/anonymous/book-meeting\",height:\"100%\",id:\"L46ZZm6Go\",layoutId:\"L46ZZm6Go\",pwJ1QYQKX:false,variant:\"e_7fG8uYj\",width:\"100%\"})})})})]})]})]})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1y51e01\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-pui07g\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-wqtt97\",\"data-framer-name\":\"Card\",name:\"Card\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1mudj3s\",\"data-framer-name\":\"Frame 2029267859\",name:\"Frame 2029267859\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-10xm04a\",\"data-styles-preset\":\"Np7EPu_eR\",children:\"Planning\"})}),className:\"framer-uvdum\",\"data-framer-name\":\"Review Your Existing Portfolio\",fonts:[\"Inter\"],name:\"Review Your Existing Portfolio\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-13jexch\",\"data-framer-name\":\"Frame 2029267858\",name:\"Frame 2029267858\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-18i6r1g\",\"data-styles-preset\":\"gxnqF0aqq\",children:\"Planning for your retirement has never been more important. We can help you plan for every eventuality with our in-depth and entirely bespoke planning service.\"})}),className:\"framer-151nydh\",\"data-framer-name\":\"If you have an existing investment portfolio, we can help you review your existing provisions.\",fonts:[\"Inter\"],name:\"If you have an existing investment portfolio, we can help you review your existing provisions.\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{e1fYwrLCf:{y:2448},zoiBLRH6O:{y:837}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,y:561.5,children:/*#__PURE__*/_jsx(Container,{className:\"framer-17jcbx6-container\",children:/*#__PURE__*/_jsx(ButtonTextWIcon,{eQJFAME37:\"Plan my pension\",eTGHuZPHy:\"https://app.fintuity.com/portal/anonymous/book-meeting\",height:\"100%\",id:\"oSnSPw4Vk\",layoutId:\"oSnSPw4Vk\",pwJ1QYQKX:false,variant:\"e_7fG8uYj\",width:\"100%\"})})})})]})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-28eu8e\",\"data-framer-name\":\"Card\",name:\"Card\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-rgjo41\",\"data-framer-name\":\"Frame 2029267856\",name:\"Frame 2029267856\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-10xm04a\",\"data-styles-preset\":\"Np7EPu_eR\",style:{\"--framer-text-color\":\"var(--token-e5e6a14c-7c2c-408b-b310-4145287f4c72, rgb(255, 255, 255))\"},children:\"Review\"})}),className:\"framer-18b8rlg\",\"data-framer-name\":\"Develop a Personalised Investment Roadmap\",fonts:[\"Inter\"],name:\"Develop a Personalised Investment Roadmap\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1pvzpme\",\"data-framer-name\":\"Frame 2029267855\",name:\"Frame 2029267855\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-18i6r1g\",\"data-styles-preset\":\"gxnqF0aqq\",style:{\"--framer-text-color\":\"var(--token-e5e6a14c-7c2c-408b-b310-4145287f4c72, rgb(255, 255, 255))\"},children:\"If you are looking to develop a new portfolio or amend an existing one, we can provide you with a fully bespoke investment roadmap to help maximise your returns.\"})}),className:\"framer-1vct3lm\",\"data-framer-name\":\"If you are looking to develop a new portfolio or amend an existing one, we can provide you with a fully bespoke investment roadmap to help maximise your returns.\",fonts:[\"Inter\"],name:\"If you are looking to develop a new portfolio or amend an existing one, we can provide you with a fully bespoke investment roadmap to help maximise your returns.\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{e1fYwrLCf:{width:\"max(min(min(100vw, 1440px) - 32px, 1440px) - 64px, 1px)\",y:2792},zoiBLRH6O:{width:\"max(max((min(min(100vw, 1440px) - 48px, 1440px) - 40px) / 2, 1px) - 64px, 1px)\",y:821}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:64,y:546,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1vv0jyb-container\",children:/*#__PURE__*/_jsx(ButtonWhiteWIcon,{height:\"100%\",id:\"nRUcG2xgj\",layoutId:\"nRUcG2xgj\",LoMJVcCj_:\"https://app.fintuity.com/portal/anonymous/book-meeting\",style:{width:\"100%\"},variant:\"WhF0oZBjh\",width:\"100%\",Z120GXCHW:\"Get pension review\"})})})})]})]})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1janbfn\",\"data-framer-name\":\"Card\",name:\"Card\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-91lcg\",\"data-framer-name\":\"Frame 2029267864\",name:\"Frame 2029267864\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1s3ukud\",\"data-framer-name\":\"Frame 2029267863\",name:\"Frame 2029267863\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-10xm04a\",\"data-styles-preset\":\"Np7EPu_eR\",children:\"Consolidate Pension Plans\"})}),className:\"framer-150m3p4\",\"data-framer-name\":\"Plan Investment Goals\",fonts:[\"Inter\"],name:\"Plan Investment Goals\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-187gs7\",\"data-framer-name\":\"Frame 2029267862\",name:\"Frame 2029267862\",children:[/*#__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-letter-spacing\":\"0.5px\",\"--framer-line-height\":\"24px\"},children:\"If you have more than one pension, our experienced team is able to consolidate your pension plans into one easy to access plan.\"})}),className:\"framer-1s876a4\",\"data-framer-name\":\"We can help you identify and plan realistic investment goals that have the best chance of delivering a strong ROI.\",fonts:[\"GF;Lato-regular\"],name:\"We can help you identify and plan realistic investment goals that have the best chance of delivering a strong ROI.\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{e1fYwrLCf:{y:3152},zoiBLRH6O:{y:1152}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,y:877,children:/*#__PURE__*/_jsx(Container,{className:\"framer-fkeiqx-container\",children:/*#__PURE__*/_jsx(ButtonTextWIcon,{eQJFAME37:\"Get pension review\",eTGHuZPHy:\"https://app.fintuity.com/portal/anonymous/book-meeting\",height:\"100%\",id:\"wTPm5rOZU\",layoutId:\"wTPm5rOZU\",pwJ1QYQKX:false,variant:\"e_7fG8uYj\",width:\"100%\"})})})})]})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{e1fYwrLCf:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(3232),positionX:\"center\",positionY:\"center\",sizes:\"358px\",src:\"https://framerusercontent.com/images/VDoonilf2XEnfD2er4sLJJ6hQ.png\",srcSet:\"https://framerusercontent.com/images/VDoonilf2XEnfD2er4sLJJ6hQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/VDoonilf2XEnfD2er4sLJJ6hQ.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/VDoonilf2XEnfD2er4sLJJ6hQ.png 1280w\"}},zoiBLRH6O:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(957),positionX:\"center\",positionY:\"center\",sizes:\"320px\",src:\"https://framerusercontent.com/images/VDoonilf2XEnfD2er4sLJJ6hQ.png\",srcSet:\"https://framerusercontent.com/images/VDoonilf2XEnfD2er4sLJJ6hQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/VDoonilf2XEnfD2er4sLJJ6hQ.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/VDoonilf2XEnfD2er4sLJJ6hQ.png 1280w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(682),positionX:\"center\",positionY:\"center\",sizes:\"320px\",src:\"https://framerusercontent.com/images/VDoonilf2XEnfD2er4sLJJ6hQ.png\",srcSet:\"https://framerusercontent.com/images/VDoonilf2XEnfD2er4sLJJ6hQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/VDoonilf2XEnfD2er4sLJJ6hQ.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/VDoonilf2XEnfD2er4sLJJ6hQ.png 1280w\"},className:\"framer-1vxzmb5\",\"data-framer-name\":\"Frame 2029267866\",name:\"Frame 2029267866\"})})]})]})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-xlpwwb\",\"data-framer-name\":\"Section/Help with right advice\",name:\"Section/Help with right advice\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-19jx328\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ye2c7g\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-10tj7w8\",\"data-styles-preset\":\"nag9YSaxO\",children:\"How we can help you with the right financial advice\"})}),className:\"framer-qnjdu\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-17848gc\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-18i6r1g\",\"data-styles-preset\":\"gxnqF0aqq\",children:\"Receiving expert financial advice is crucial to making the right investment decision. With the right support and advice from a regulated Independent Financial Adviser (IFA), you will be able to make the right investment decisions that match your personal financial circumstances. Your IFA will help to explain possible options open to you as well as the details of suitable financial products and investment strategies.\"})}),className:\"framer-v8e2aa\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-18i6r1g\",\"data-styles-preset\":\"gxnqF0aqq\",children:[\"Constantly updated, we are also delighted to offer the latest tips and guidance through our\\xa0\",/*#__PURE__*/_jsx(Link,{href:\"https://fintuity.com/knowledge-base/\",nodeId:\"ATNM6QjLN\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-1uhwkp1\",\"data-styles-preset\":\"tP3zzKVvS\",children:\"Investment Knowledge Base.\"})})]})}),className:\"framer-z3sbdb\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{e1fYwrLCf:{y:3964},zoiBLRH6O:{y:1703}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,y:1508,children:/*#__PURE__*/_jsx(Container,{className:\"framer-15y1i66-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{e1fYwrLCf:{eTGHuZPHy:undefined},zoiBLRH6O:{eTGHuZPHy:undefined}},children:/*#__PURE__*/_jsx(ButtonTextWIcon,{eQJFAME37:\"Book free consultation\",eTGHuZPHy:\"https://app.fintuity.com/portal/anonymous/book-meeting?serviceId=c65efbe8-130b-498d-b874-49f68447576f\",height:\"100%\",id:\"xGOZfZlbI\",layoutId:\"xGOZfZlbI\",pwJ1QYQKX:false,variant:\"cnVzkz4G8\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{e1fYwrLCf:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:486,intrinsicWidth:328,loading:getLoadingLazyAtYPosition(4036),pixelHeight:972,pixelWidth:656,sizes:\"calc(min(100vw, 1440px) - 32px)\",src:\"https://framerusercontent.com/images/tl9kjyyjxI0bef7S0EEfj8ZIw.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/tl9kjyyjxI0bef7S0EEfj8ZIw.png 656w\"}},zoiBLRH6O:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:486,intrinsicWidth:328,loading:getLoadingLazyAtYPosition(1312),pixelHeight:972,pixelWidth:656,sizes:\"328px\",src:\"https://framerusercontent.com/images/tl9kjyyjxI0bef7S0EEfj8ZIw.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/tl9kjyyjxI0bef7S0EEfj8ZIw.png 656w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:486,intrinsicWidth:328,loading:getLoadingLazyAtYPosition(1117),pixelHeight:972,pixelWidth:656,sizes:\"328px\",src:\"https://framerusercontent.com/images/tl9kjyyjxI0bef7S0EEfj8ZIw.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/tl9kjyyjxI0bef7S0EEfj8ZIw.png 656w\"},className:\"framer-jriyn9\",\"data-framer-name\":\"image\",name:\"image\"})})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-14nbf47\",\"data-framer-name\":\"Call out block\",name:\"Call out block\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ijjnlw\",children:[/*#__PURE__*/_jsx(\"div\",{background:{alt:\"\",fit:\"fill\",intrinsicHeight:370,intrinsicWidth:430},className:\"framer-i4pk6z\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{e1fYwrLCf:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:512,intrinsicWidth:397.7142857142857,loading:getLoadingLazyAtYPosition(5056),pixelHeight:896,pixelWidth:696,sizes:\"280px\",src:\"https://framerusercontent.com/images/gEqQ6q3hL7Od5nZa63r2ApGuCOg.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/gEqQ6q3hL7Od5nZa63r2ApGuCOg.png 744w\"}},zoiBLRH6O:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:512,intrinsicWidth:397.7142857142857,loading:getLoadingLazyAtYPosition(1878),pixelHeight:896,pixelWidth:696,sizes:\"372.8571px\",src:\"https://framerusercontent.com/images/gEqQ6q3hL7Od5nZa63r2ApGuCOg.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/gEqQ6q3hL7Od5nZa63r2ApGuCOg.png 744w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:512,intrinsicWidth:397.7142857142857,loading:getLoadingLazyAtYPosition(1763),pixelHeight:896,pixelWidth:696,sizes:\"372.8571px\",src:\"https://framerusercontent.com/images/gEqQ6q3hL7Od5nZa63r2ApGuCOg.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/gEqQ6q3hL7Od5nZa63r2ApGuCOg.png 744w\"},className:\"framer-1skg4xz\",\"data-framer-name\":\"what_is_hc_preview\",name:\"what_is_hc_preview\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-15ssx3g\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1kg4cre\",\"data-styles-preset\":\"RKvs8ZAF1\",children:\"PRE-RETIREMENT\"})}),className:\"framer-1k35fdv\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-10tj7w8\",\"data-styles-preset\":\"nag9YSaxO\",children:\"Get ahead of the curve and plan your future retirement income now\"})}),className:\"framer-1kaz8sk\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-18i6r1g\",\"data-styles-preset\":\"gxnqF0aqq\",children:\"It is not uncommon in the UK for people to have their pension plans set by individual previous employers. Whilst great at the time, this can often lead to having a portfolio of 3-5 pensions held in separate accounts with different providers.\"}),/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-18i6r1g\",\"data-styles-preset\":\"gxnqF0aqq\",children:[\"Holding multiple pension pots with different providers that you might not have selected or reviewed personally can lead to a disjointed approach to managing your portfolio and requires much time and energy to ensure that the portfolio continues to work for you. \",/*#__PURE__*/_jsx(\"br\",{}),\"Fintuity\u2019s professional advisers can help you by reviewing you pensions plans in depth \u2013 we will start by analysing the performance of the current provider(s) as well as their fees and make a sound recommendation as to how to get the most back from your pension contributions.\"]})]}),className:\"framer-12d4f8x\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-a7q2a\",\"data-framer-name\":\"Call out block\",name:\"Call out block\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1satg2b\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-18pphmf\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1kg4cre\",\"data-styles-preset\":\"RKvs8ZAF1\",children:\"AT-RETIREMENT\"})}),className:\"framer-11lzsr8\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-10tj7w8\",\"data-styles-preset\":\"nag9YSaxO\",children:\"We can help you to make the right decisions for your pensions\"})}),className:\"framer-1w7gzag\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-18i6r1g\",\"data-styles-preset\":\"gxnqF0aqq\",children:[\"How would you like to receive your pensions upon retirement? We can outline in detail the options open to you, which includes:\",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{}),\"Receive the pension in one cash payout and use for whatever you wish. Whilst a tempting option this may incur additional tax payments. \",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{}),\"Buy an annuity to generate a guaranteed income throughout the whole of your life. \",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{}),\"Use a flexi-drawdown option to withdraw as much income as you need every year, but keep the rest invested. \",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{}),\"Our advisors are qualified to help you understand your retirement goals and explain every available option in great detail, providing an actionable plan.\"]})}),className:\"framer-1rooja4\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{background:{alt:\"\",fit:\"fill\",intrinsicHeight:370,intrinsicWidth:430},className:\"framer-1w5cawf\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{e1fYwrLCf:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:512,intrinsicWidth:397.7142857142857,loading:getLoadingLazyAtYPosition(5808.459770114942),pixelHeight:896,pixelWidth:696,sizes:\"280px\",src:\"https://framerusercontent.com/images/kTkYn3KKSYQgA4zlBR4jnBhDqRg.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/kTkYn3KKSYQgA4zlBR4jnBhDqRg.png 744w\"}},zoiBLRH6O:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:512,intrinsicWidth:397.7142857142857,loading:getLoadingLazyAtYPosition(2438),pixelHeight:896,pixelWidth:696,sizes:\"372.8571px\",src:\"https://framerusercontent.com/images/kTkYn3KKSYQgA4zlBR4jnBhDqRg.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/kTkYn3KKSYQgA4zlBR4jnBhDqRg.png 744w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:512,intrinsicWidth:397.7142857142857,loading:getLoadingLazyAtYPosition(2403),pixelHeight:896,pixelWidth:696,sizes:\"372.8571px\",src:\"https://framerusercontent.com/images/kTkYn3KKSYQgA4zlBR4jnBhDqRg.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/kTkYn3KKSYQgA4zlBR4jnBhDqRg.png 744w\"},className:\"framer-182qa3e\",\"data-framer-name\":\"what_is_hc_preview\",name:\"what_is_hc_preview\"})})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{e1fYwrLCf:{y:6208.919540229885},zoiBLRH6O:{y:2958}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:880,width:\"min(100vw, 1440px)\",y:2963,children:/*#__PURE__*/_jsx(Container,{className:\"framer-r9ziae-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{e1fYwrLCf:{variant:\"Nm1fX0xI7\"},zoiBLRH6O:{variant:\"l2xL_yMNJ\"}},children:/*#__PURE__*/_jsx(SectionThreeBulletPoints,{height:\"100%\",id:\"TN8kq3bFu\",layoutId:\"TN8kq3bFu\",style:{maxWidth:\"100%\",width:\"100%\"},variant:\"KaY0N70gH\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{e1fYwrLCf:{y:7088.919540229885},zoiBLRH6O:{y:3838}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1018,width:\"min(100vw, 1440px)\",y:3843,children:/*#__PURE__*/_jsx(Container,{className:\"framer-aupsiq-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{e1fYwrLCf:{variant:\"Aj0s4ARfb\"},zoiBLRH6O:{variant:\"AD8rQyHaP\"}},children:/*#__PURE__*/_jsx(SectionFinancialAdviceInReality,{height:\"100%\",id:\"f6eoGjidm\",layoutId:\"f6eoGjidm\",style:{maxWidth:\"100%\",width:\"100%\"},variant:\"ENadBOQJ6\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-16wjjh3\",\"data-framer-name\":\"Section/We are here to help\",name:\"Section/We are here to help\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1m1keg9\",\"data-framer-name\":\"Banner\",name:\"Banner\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-9281me\",\"data-framer-name\":\"Content\",name:\"Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1e41wds\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-n5srl2\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{e1fYwrLCf:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-10tj7w8\",\"data-styles-preset\":\"nag9YSaxO\",children:\"We are here to help\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-10tj7w8\",\"data-styles-preset\":\"nag9YSaxO\",children:\"We are here to help you\"})}),className:\"framer-5qhfob\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-18i6r1g\",\"data-styles-preset\":\"gxnqF0aqq\",children:\"Your initial discussion is complimentary and this will help us to understand your financial needs\"})}),className:\"framer-1m8jzra\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{e1fYwrLCf:{width:\"294px\",y:8386.919540229885},zoiBLRH6O:{y:5200}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:64,y:5131,children:/*#__PURE__*/_jsx(Container,{className:\"framer-m6c4kb-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{e1fYwrLCf:{style:{width:\"100%\"}}},children:/*#__PURE__*/_jsx(ButtonPrimary,{Awbnu7OTf:\"https://app.fintuity.com/portal/anonymous/book-meeting?serviceId=c65efbe8-130b-498d-b874-49f68447576f\",height:\"100%\",I6CkZROiY:\"Book free consultation\",id:\"holkzlJxJ\",layoutId:\"holkzlJxJ\",variant:\"eIinHb37v\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ieracw\",children:[/*#__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-letter-spacing\":\"0.5px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--token-9651f5fc-2c86-45e5-a3c7-ec5063df0e74, rgb(59, 149, 148))\"},children:\"Initial meeting ~15 minutes\"})}),className:\"framer-osprm4\",\"data-framer-name\":\"Button text\",fonts:[\"GF;Lato-regular\"],name:\"Button text\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{e1fYwrLCf:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:109.71428571428571,intrinsicWidth:438.85714285714283,loading:getLoadingLazyAtYPosition(8502.919540229885),pixelHeight:192,pixelWidth:768,sizes:\"294px\",src:\"https://framerusercontent.com/images/1eazymUxVEvmHxD2ll4nZlboIyQ.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/1eazymUxVEvmHxD2ll4nZlboIyQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/1eazymUxVEvmHxD2ll4nZlboIyQ.png 768w\"}},zoiBLRH6O:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:109.71428571428571,intrinsicWidth:438.85714285714283,loading:getLoadingLazyAtYPosition(5193),pixelHeight:192,pixelWidth:768,sizes:\"285px\",src:\"https://framerusercontent.com/images/1eazymUxVEvmHxD2ll4nZlboIyQ.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/1eazymUxVEvmHxD2ll4nZlboIyQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/1eazymUxVEvmHxD2ll4nZlboIyQ.png 768w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:109.71428571428571,intrinsicWidth:438.85714285714283,loading:getLoadingLazyAtYPosition(5099),pixelHeight:192,pixelWidth:768,sizes:\"384px\",src:\"https://framerusercontent.com/images/1eazymUxVEvmHxD2ll4nZlboIyQ.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/1eazymUxVEvmHxD2ll4nZlboIyQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/1eazymUxVEvmHxD2ll4nZlboIyQ.png 768w\"},className:\"framer-oasz7w\",\"data-framer-name\":\"image\",name:\"image\"})})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1iwkfud\",\"data-framer-name\":\"Diamond\",name:\"Diamond\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-f130ge\",\"data-framer-name\":\"Img\",fill:\"black\",intrinsicHeight:226,intrinsicWidth:242,name:\"Img\",svg:'<svg width=\"242\" height=\"226\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M40.452 1 1 76.264M40.452 1l40.406 75.264M40.452 1H121M1 76.264 120.77 225M1 76.264h79.858m160.142 0L201.548 1M241 76.264 120.77 225M241 76.264h-80.318M201.548 1l-40.866 75.264M201.548 1H121m-.23 224L80.858 76.264M120.77 225l39.912-148.736m-79.824 0h79.824m-79.824 0L121 1m39.682 75.264L121 1\" stroke=\"url(#a)\"/><defs><radialGradient id=\"a\" cx=\"0\" cy=\"0\" r=\"1\" gradientUnits=\"userSpaceOnUse\" gradientTransform=\"rotate(55.741 -29.25 123.15) scale(209.618 207.91)\"><stop stop-color=\"#2BBAB9\"/><stop offset=\"1\" stop-color=\"#fff\" stop-opacity=\"0\"/></radialGradient></defs></svg>',withExternalLayout:true})})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-12kxvk1\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{e1fYwrLCf:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:960,intrinsicWidth:800,loading:getLoadingLazyAtYPosition(8958.919540229885),pixelHeight:960,pixelWidth:800,sizes:\"calc(min(100vw, 1440px) - 32px)\",src:\"https://framerusercontent.com/images/JkVG23C4HqF9MFy82UfzKik814.png\",srcSet:\"https://framerusercontent.com/images/JkVG23C4HqF9MFy82UfzKik814.png 800w\"}},zoiBLRH6O:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:960,intrinsicWidth:800,loading:getLoadingLazyAtYPosition(5306),pixelHeight:960,pixelWidth:800,sizes:\"max((min(100vw, 1440px) - 58px) / 2, 1px)\",src:\"https://framerusercontent.com/images/JkVG23C4HqF9MFy82UfzKik814.png\",srcSet:\"https://framerusercontent.com/images/JkVG23C4HqF9MFy82UfzKik814.png 800w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:960,intrinsicWidth:800,loading:getLoadingLazyAtYPosition(5307),pixelHeight:960,pixelWidth:800,sizes:\"400px\",src:\"https://framerusercontent.com/images/JkVG23C4HqF9MFy82UfzKik814.png\",srcSet:\"https://framerusercontent.com/images/JkVG23C4HqF9MFy82UfzKik814.png 800w\"},className:\"framer-1rlm9qi\",\"data-framer-name\":\"image\",name:\"image\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-g025y1\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-10tj7w8\",\"data-styles-preset\":\"nag9YSaxO\",children:\"About Fintuity\"})}),className:\"framer-14194r1\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-18i6r1g\",\"data-styles-preset\":\"gxnqF0aqq\",children:\"Founded in 2017, Fintuity is a fully digital and FCA regulated Independent Financial Adviser (IFA) that provides a range of services via our proprietary online platform. Fintuity is a wholly online, secure and cutting edge platform that delivers compliant and bespoke advice at below-industry rates.\"})}),className:\"framer-1r1klld\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"q_zq4S_dM\"},implicitPathVariables:undefined},{href:{webPageId:\"q_zq4S_dM\"},implicitPathVariables:undefined},{href:{webPageId:\"q_zq4S_dM\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{e1fYwrLCf:{y:8878.919540229885},zoiBLRH6O:{y:5626}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,y:5627,children:/*#__PURE__*/_jsx(Container,{className:\"framer-b74p7-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{e1fYwrLCf:{eTGHuZPHy:resolvedLinks[2]},zoiBLRH6O:{eTGHuZPHy:resolvedLinks[1]}},children:/*#__PURE__*/_jsx(ButtonTextWIcon,{eQJFAME37:\"Learn more\",eTGHuZPHy:resolvedLinks[0],height:\"100%\",id:\"aoPwBdTSz\",layoutId:\"aoPwBdTSz\",pwJ1QYQKX:false,variant:\"cnVzkz4G8\",width:\"100%\"})})})})})})]})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{e1fYwrLCf:{y:9438.919540229885},zoiBLRH6O:{y:5786}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:775,width:\"min(100vw, 1440px)\",y:5787,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1n2wusk-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{e1fYwrLCf:{variant:\"ac6oGuUyS\"},zoiBLRH6O:{variant:\"DRpdxf2WZ\"}},children:/*#__PURE__*/_jsx(SectionOurServices,{height:\"100%\",id:\"hGZkJUnr1\",layoutId:\"hGZkJUnr1\",style:{maxWidth:\"100%\",width:\"100%\"},variant:\"PlGWhp4Ae\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{e1fYwrLCf:{y:10213.919540229885},zoiBLRH6O:{y:6561}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:854,width:\"100vw\",y:6562,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1q74nrs-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{e1fYwrLCf:{variant:\"iMAfBzN29\"},zoiBLRH6O:{variant:\"ihuRWdROq\"}},children:/*#__PURE__*/_jsx(SectionOurBlog,{height:\"100%\",id:\"Mk10q633D\",layoutId:\"Mk10q633D\",style:{width:\"100%\"},variant:\"dG7Hsn45a\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{e1fYwrLCf:{y:11067.919540229885},zoiBLRH6O:{y:7415}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:605,width:\"100vw\",y:7416,children:/*#__PURE__*/_jsx(Container,{className:\"framer-ul0f3u-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{e1fYwrLCf:{variant:\"CjQmrgKrj\"},zoiBLRH6O:{variant:\"y9ctyjVVp\"}},children:/*#__PURE__*/_jsx(SectionNewsletterSubscribtion,{height:\"100%\",id:\"tYnhoIMbV\",layoutId:\"tYnhoIMbV\",style:{width:\"100%\"},variant:\"oK_OPDqG5\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{e1fYwrLCf:{y:11672.919540229885},zoiBLRH6O:{y:8020}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:820,width:\"min(100vw, 1440px)\",y:8021,children:/*#__PURE__*/_jsx(Container,{className:\"framer-dtade6-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{e1fYwrLCf:{variant:\"Nsbxo8skw\"},zoiBLRH6O:{variant:\"O8sI2yVhO\"}},children:/*#__PURE__*/_jsx(SectionFAQ,{height:\"100%\",id:\"wCdrwhiGH\",layoutId:\"wCdrwhiGH\",style:{maxWidth:\"100%\",width:\"100%\"},variant:\"gfsyoFlAb\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{e1fYwrLCf:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:811,intrinsicWidth:1200,loading:getLoadingLazyAtYPosition(12492.919540229885),pixelHeight:700,pixelWidth:1360,sizes:\"100vw\",src:\"https://framerusercontent.com/images/lzCDC9OrMeZZ0Hz3VohMCud07gM.png\",srcSet:\"https://framerusercontent.com/images/lzCDC9OrMeZZ0Hz3VohMCud07gM.png?scale-down-to=512 512w,https://framerusercontent.com/images/lzCDC9OrMeZZ0Hz3VohMCud07gM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/lzCDC9OrMeZZ0Hz3VohMCud07gM.png 1360w\"}},zoiBLRH6O:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:811,intrinsicWidth:1200,loading:getLoadingLazyAtYPosition(8840),pixelHeight:700,pixelWidth:1360,sizes:\"100vw\",src:\"https://framerusercontent.com/images/lzCDC9OrMeZZ0Hz3VohMCud07gM.png\",srcSet:\"https://framerusercontent.com/images/lzCDC9OrMeZZ0Hz3VohMCud07gM.png?scale-down-to=512 512w,https://framerusercontent.com/images/lzCDC9OrMeZZ0Hz3VohMCud07gM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/lzCDC9OrMeZZ0Hz3VohMCud07gM.png 1360w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:811,intrinsicWidth:1200,loading:getLoadingLazyAtYPosition(8841),pixelHeight:700,pixelWidth:1360,sizes:\"100vw\",src:\"https://framerusercontent.com/images/lzCDC9OrMeZZ0Hz3VohMCud07gM.png\",srcSet:\"https://framerusercontent.com/images/lzCDC9OrMeZZ0Hz3VohMCud07gM.png?scale-down-to=512 512w,https://framerusercontent.com/images/lzCDC9OrMeZZ0Hz3VohMCud07gM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/lzCDC9OrMeZZ0Hz3VohMCud07gM.png 1360w\"},className:\"framer-rgvab8\",\"data-framer-name\":\"Book a call / Huge banner\",name:\"Book a call / Huge banner\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-gcuf1m\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-10tj7w8\",\"data-styles-preset\":\"nag9YSaxO\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-9c5e0a89-9639-49b1-a751-1b1c39c46d49, rgb(255, 255, 255))\"},children:\"Book a free consultation\"})}),className:\"framer-s4gt4a\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by1yZWd1bGFy\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-e5e6a14c-7c2c-408b-b310-4145287f4c72, rgb(255, 255, 255))\"},children:\"Your first consultation is completely free of\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by1yZWd1bGFy\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-e5e6a14c-7c2c-408b-b310-4145287f4c72, rgb(255, 255, 255))\"},children:\"charge - all you need to do is to select a\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by1yZWd1bGFy\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-e5e6a14c-7c2c-408b-b310-4145287f4c72, rgb(255, 255, 255))\"},children:\"convenient time & date and outline how we can\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by1yZWd1bGFy\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-e5e6a14c-7c2c-408b-b310-4145287f4c72, rgb(255, 255, 255))\"},children:\"assist you.\"})]}),className:\"framer-12h7e0n\",fonts:[\"GF;Lato-regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{e1fYwrLCf:{y:12790.519540229885},zoiBLRH6O:{y:9137.6}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:64,y:9297.800000000001,children:/*#__PURE__*/_jsx(Container,{className:\"framer-s1oc8d-container\",children:/*#__PURE__*/_jsx(ButtonWhite,{height:\"100%\",id:\"TnY1fMcZw\",layoutId:\"TnY1fMcZw\",m_bv0w2v3:\"Book free consultation\",ONHTtEzlp:\"https://app.fintuity.com/portal/anonymous/book-meeting?serviceId=c65efbe8-130b-498d-b874-49f68447576f\",variant:\"ef73_koUf\",width:\"100%\"})})})})]})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{e1fYwrLCf:{y:12974.519540229885},zoiBLRH6O:{y:9321.6}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:678,width:\"100vw\",y:9641,children:/*#__PURE__*/_jsx(Container,{className:\"framer-4jpgg7-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{e1fYwrLCf:{variant:\"nLcDxHw6F\"},zoiBLRH6O:{variant:\"igBEc_srq\"}},children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"UJ_TnJijn\",layoutId:\"UJ_TnJijn\",style:{width:\"100%\"},variant:\"j80jY3K44\",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-V6hf9 { background: var(--token-9c5e0a89-9639-49b1-a751-1b1c39c46d49, rgb(255, 255, 255)); }`,\".framer-V6hf9.framer-i78vhi, .framer-V6hf9 .framer-i78vhi { display: block; }\",\".framer-V6hf9.framer-w4jo0c { align-content: center; align-items: center; background-color: var(--token-9c5e0a89-9639-49b1-a751-1b1c39c46d49, #ffffff); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1200px; }\",\".framer-V6hf9 .framer-25x8ci { align-content: center; align-items: center; background-color: var(--token-9c5e0a89-9639-49b1-a751-1b1c39c46d49, #ffffff); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; max-width: 1440px; overflow: visible; padding: 64px 80px 64px 80px; position: relative; width: 100%; }\",\".framer-V6hf9 .framer-prcf8m { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 160px; height: min-content; justify-content: center; max-width: 1440px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-V6hf9 .framer-1vws21s { align-content: center; align-items: center; align-self: stretch; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: auto; justify-content: flex-end; overflow: hidden; padding: 72px 0px 0px 0px; position: relative; width: 1px; }\",\".framer-V6hf9 .framer-1e8rkaw, .framer-V6hf9 .framer-c4zoi4, .framer-V6hf9 .framer-uvdum, .framer-V6hf9 .framer-151nydh, .framer-V6hf9 .framer-18b8rlg, .framer-V6hf9 .framer-1vct3lm, .framer-V6hf9 .framer-150m3p4, .framer-V6hf9 .framer-1s876a4 { --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-V6hf9 .framer-1hkwfrx { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-V6hf9 .framer-1bfnsv { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-V6hf9 .framer-14kutfl { flex: none; height: 48px; position: relative; width: 48px; }\",\".framer-V6hf9 .framer-1bloych { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-V6hf9 .framer-f1eft7 { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 97px; word-break: break-word; word-wrap: break-word; }\",\".framer-V6hf9 .framer-1pyehsm { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 223px; word-break: break-word; word-wrap: break-word; }\",\".framer-V6hf9 .framer-pehpde { background-color: rgba(23, 24, 32, 0.8); inset: 0px; position: fixed; user-select: none; z-index: 10; }\",\".framer-V6hf9 .framer-1603t4z-container { flex: none; height: 439px; left: calc(50.00000000000002% - 780px / 2); position: fixed; top: calc(50.00000000000002% - 439px / 2); width: 780px; z-index: 10; }\",\".framer-V6hf9 .framer-hschb4 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-V6hf9 .framer-ybkkt5 { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 360px; word-break: break-word; word-wrap: break-word; }\",\".framer-V6hf9 .framer-1qku33w-container, .framer-V6hf9 .framer-1pjil7-container, .framer-V6hf9 .framer-17jcbx6-container, .framer-V6hf9 .framer-fkeiqx-container, .framer-V6hf9 .framer-15y1i66-container, .framer-V6hf9 .framer-m6c4kb-container, .framer-V6hf9 .framer-b74p7-container, .framer-V6hf9 .framer-s1oc8d-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-V6hf9 .framer-1y1t798 { align-self: stretch; flex: none; height: auto; overflow: hidden; position: relative; width: 380px; }\",\".framer-V6hf9 .framer-14650n4 { flex: none; height: 474px; left: 22px; position: absolute; top: 0px; width: 336px; }\",\".framer-V6hf9 .framer-1lqq01i { aspect-ratio: 3.2083333333333335 / 1; bottom: 0px; flex: none; height: var(--framer-aspect-ratio-supported, 118px); left: 0px; overflow: visible; position: absolute; right: 0px; }\",\".framer-V6hf9 .framer-nwwg0y { aspect-ratio: 0.7061068702290076 / 1; flex: 1 0 0px; height: var(--framer-aspect-ratio-supported, 283px); overflow: visible; position: relative; width: 1px; }\",\".framer-V6hf9 .framer-54bt0x-container { flex: none; height: auto; left: 0px; position: fixed; top: 0px; width: 100%; z-index: 1; }\",\".framer-V6hf9 .framer-rfyvqk { align-content: center; align-items: center; background-color: var(--token-9c5e0a89-9639-49b1-a751-1b1c39c46d49, #ffffff); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; max-width: 1440px; overflow: hidden; padding: 80px; position: relative; width: 100%; }\",\".framer-V6hf9 .framer-o6hgv4, .framer-V6hf9 .framer-fwaxcs, .framer-V6hf9 .framer-osprm4 { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-V6hf9 .framer-8uved4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; max-width: 1440px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-V6hf9 .framer-1ckgwki { align-content: flex-start; align-items: flex-start; background-color: var(--token-897846c1-0e4e-434e-b9a5-caaff13161ad, #f7f7f7); border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 32px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-V6hf9 .framer-1ioczi5 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 605px; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 256px; }\",\".framer-V6hf9 .framer-4wns6v { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 56px; height: 100%; justify-content: flex-end; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-V6hf9 .framer-uovoka { aspect-ratio: 0.9046283309957924 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 362px); left: -60px; overflow: visible; position: absolute; right: -11px; top: 17px; z-index: 1; }\",\".framer-V6hf9 .framer-y2a9uo { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-V6hf9 .framer-9r2v, .framer-V6hf9 .framer-13jexch, .framer-V6hf9 .framer-1pvzpme, .framer-V6hf9 .framer-187gs7 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-V6hf9 .framer-1y51e01 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-V6hf9 .framer-pui07g { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-V6hf9 .framer-wqtt97 { align-content: center; align-items: center; background-color: var(--token-897846c1-0e4e-434e-b9a5-caaff13161ad, #f7f7f7); border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 354px; justify-content: flex-start; overflow: hidden; padding: 32px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-V6hf9 .framer-1mudj3s { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; height: 289px; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-V6hf9 .framer-28eu8e { align-content: center; align-items: center; background-color: var(--token-fd379deb-c35f-4f4e-b260-8d370d76b8ef, #977bf5); border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 354px; justify-content: center; overflow: visible; padding: 32px; position: relative; width: 1px; }\",\".framer-V6hf9 .framer-rgjo41 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; height: 100%; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-V6hf9 .framer-1vv0jyb-container, .framer-V6hf9 .framer-1q74nrs-container, .framer-V6hf9 .framer-ul0f3u-container, .framer-V6hf9 .framer-4jpgg7-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-V6hf9 .framer-1janbfn { align-content: flex-start; align-items: flex-start; background-color: var(--token-897846c1-0e4e-434e-b9a5-caaff13161ad, #f7f7f7); border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 56px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-V6hf9 .framer-91lcg { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 275px; justify-content: flex-start; overflow: visible; padding: 32px 0px 32px 32px; position: relative; width: 1px; }\",\".framer-V6hf9 .framer-1s3ukud { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; height: 1px; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-V6hf9 .framer-1vxzmb5 { border-bottom-right-radius: 24px; border-top-right-radius: 24px; flex: none; height: 275px; overflow: visible; position: relative; width: 320px; }\",\".framer-V6hf9 .framer-xlpwwb { align-content: center; align-items: center; background-color: var(--token-12bb849a-61ca-4d01-b15f-7e09ca6a214e, #f7f9ff); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: center; overflow: hidden; padding: 80px 0px 80px 0px; position: relative; width: 100%; }\",\".framer-V6hf9 .framer-19jx328 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; max-width: 1440px; overflow: visible; padding: 0px 80px 0px 80px; position: relative; width: 1px; }\",\".framer-V6hf9 .framer-ye2c7g, .framer-V6hf9 .framer-18pphmf { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 80px 0px 0px; position: relative; width: 1px; }\",\".framer-V6hf9 .framer-qnjdu, .framer-V6hf9 .framer-v8e2aa, .framer-V6hf9 .framer-1k35fdv, .framer-V6hf9 .framer-1kaz8sk, .framer-V6hf9 .framer-12d4f8x, .framer-V6hf9 .framer-11lzsr8, .framer-V6hf9 .framer-1w7gzag, .framer-V6hf9 .framer-5qhfob, .framer-V6hf9 .framer-1m8jzra, .framer-V6hf9 .framer-14194r1, .framer-V6hf9 .framer-1r1klld { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-V6hf9 .framer-17848gc, .framer-V6hf9 .framer-n5srl2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-V6hf9 .framer-z3sbdb, .framer-V6hf9 .framer-1rooja4 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-V6hf9 .framer-jriyn9 { aspect-ratio: 0.6748971193415638 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 486px); overflow: visible; position: relative; width: 328px; }\",\".framer-V6hf9 .framer-14nbf47 { align-content: center; align-items: center; border-bottom-left-radius: 40px; border-bottom-right-radius: 40px; border-top-left-radius: 40px; border-top-right-radius: 40px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 94px; height: min-content; justify-content: center; max-width: 1440px; overflow: hidden; padding: 80px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-V6hf9 .framer-1ijjnlw { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; max-width: 1440px; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-V6hf9 .framer-i4pk6z, .framer-V6hf9 .framer-1w5cawf { align-content: center; align-items: center; aspect-ratio: 0.8333333333333334 / 1; border-bottom-left-radius: 40px; border-bottom-right-radius: 40px; border-top-left-radius: 40px; border-top-right-radius: 40px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 480px); justify-content: center; padding: 0px; position: relative; width: 400px; }\",\".framer-V6hf9 .framer-1skg4xz, .framer-V6hf9 .framer-182qa3e { aspect-ratio: 0.7767857142857143 / 1; flex: 1 0 0px; height: 1px; overflow: visible; position: relative; width: var(--framer-aspect-ratio-supported, 372px); }\",\".framer-V6hf9 .framer-15ssx3g, .framer-V6hf9 .framer-g025y1 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 0px 80px; position: relative; width: 1px; }\",\".framer-V6hf9 .framer-a7q2a { align-content: center; align-items: center; border-bottom-left-radius: 40px; border-bottom-right-radius: 40px; border-top-left-radius: 40px; border-top-right-radius: 40px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 94px; height: min-content; justify-content: center; max-width: 1440px; overflow: hidden; padding: 80px 0px 80px 0px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-V6hf9 .framer-1satg2b { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; max-width: 1440px; overflow: hidden; padding: 0px 80px 0px 80px; position: relative; width: 1px; }\",\".framer-V6hf9 .framer-r9ziae-container, .framer-V6hf9 .framer-aupsiq-container, .framer-V6hf9 .framer-1n2wusk-container, .framer-V6hf9 .framer-dtade6-container { flex: none; height: auto; max-width: 1440px; position: relative; width: 100%; }\",\".framer-V6hf9 .framer-16wjjh3 { align-content: center; align-items: center; background-color: var(--token-9c5e0a89-9639-49b1-a751-1b1c39c46d49, #ffffff); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 1440px; overflow: hidden; padding: 80px; position: relative; width: 100%; }\",\".framer-V6hf9 .framer-1m1keg9 { align-content: center; align-items: center; background-color: var(--token-757a1cd4-05e7-495a-a32a-070095714af2, #e0f3f2); border-bottom-left-radius: 40px; border-bottom-right-radius: 40px; border-top-left-radius: 40px; border-top-right-radius: 40px; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: 286px; justify-content: center; max-width: 1040px; overflow: hidden; padding: 0px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-V6hf9 .framer-9281me { align-content: center; align-items: center; bottom: 32px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; left: 32px; overflow: hidden; padding: 0px; position: absolute; right: 32px; top: 32px; z-index: 1; }\",\".framer-V6hf9 .framer-1e41wds { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; height: 100%; justify-content: space-between; max-width: 464px; overflow: hidden; padding: 0px; position: relative; width: 1px; z-index: 1; }\",\".framer-V6hf9 .framer-1ieracw { align-content: flex-end; align-items: flex-end; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; height: 100%; justify-content: space-between; padding: 0px; position: relative; width: 1px; z-index: 1; }\",\".framer-V6hf9 .framer-oasz7w { aspect-ratio: 4 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 96px); overflow: visible; position: relative; width: 384px; }\",\".framer-V6hf9 .framer-1iwkfud { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 226px; justify-content: flex-end; overflow: hidden; padding: 0px; position: relative; width: 400px; }\",\".framer-V6hf9 .framer-f130ge { aspect-ratio: 1.0707964601769913 / 1; flex: none; height: 226px; position: relative; width: var(--framer-aspect-ratio-supported, 242px); }\",\".framer-V6hf9 .framer-12kxvk1 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; max-width: 1440px; overflow: hidden; padding: 0px 80px 0px 80px; position: relative; width: 100%; }\",\".framer-V6hf9 .framer-1rlm9qi { aspect-ratio: 0.8333333333333334 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 480px); overflow: visible; position: relative; width: 400px; }\",\".framer-V6hf9 .framer-rgvab8 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: 80vh; justify-content: center; padding: 160px 0px 160px 0px; position: relative; width: 100%; }\",\".framer-V6hf9 .framer-gcuf1m { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; max-width: 1440px; overflow: hidden; padding: 0px 80px 0px 80px; position: relative; width: 100%; }\",\".framer-V6hf9 .framer-s4gt4a { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; max-width: 800px; position: relative; white-space: pre-wrap; width: auto; word-break: break-word; word-wrap: break-word; }\",\".framer-V6hf9 .framer-12h7e0n { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; max-width: 540px; position: relative; white-space: pre-wrap; width: auto; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-V6hf9.framer-w4jo0c, .framer-V6hf9 .framer-25x8ci, .framer-V6hf9 .framer-prcf8m, .framer-V6hf9 .framer-1vws21s, .framer-V6hf9 .framer-1hkwfrx, .framer-V6hf9 .framer-1bfnsv, .framer-V6hf9 .framer-1bloych, .framer-V6hf9 .framer-hschb4, .framer-V6hf9 .framer-rfyvqk, .framer-V6hf9 .framer-8uved4, .framer-V6hf9 .framer-1ckgwki, .framer-V6hf9 .framer-1ioczi5, .framer-V6hf9 .framer-4wns6v, .framer-V6hf9 .framer-y2a9uo, .framer-V6hf9 .framer-9r2v, .framer-V6hf9 .framer-1y51e01, .framer-V6hf9 .framer-pui07g, .framer-V6hf9 .framer-wqtt97, .framer-V6hf9 .framer-13jexch, .framer-V6hf9 .framer-28eu8e, .framer-V6hf9 .framer-1pvzpme, .framer-V6hf9 .framer-1janbfn, .framer-V6hf9 .framer-91lcg, .framer-V6hf9 .framer-187gs7, .framer-V6hf9 .framer-xlpwwb, .framer-V6hf9 .framer-ye2c7g, .framer-V6hf9 .framer-17848gc, .framer-V6hf9 .framer-14nbf47, .framer-V6hf9 .framer-i4pk6z, .framer-V6hf9 .framer-15ssx3g, .framer-V6hf9 .framer-a7q2a, .framer-V6hf9 .framer-18pphmf, .framer-V6hf9 .framer-1w5cawf, .framer-V6hf9 .framer-16wjjh3, .framer-V6hf9 .framer-1m1keg9, .framer-V6hf9 .framer-n5srl2, .framer-V6hf9 .framer-1iwkfud, .framer-V6hf9 .framer-g025y1, .framer-V6hf9 .framer-rgvab8, .framer-V6hf9 .framer-gcuf1m { gap: 0px; } .framer-V6hf9.framer-w4jo0c > *, .framer-V6hf9 .framer-25x8ci > *, .framer-V6hf9 .framer-1bloych > *, .framer-V6hf9 .framer-91lcg > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-V6hf9.framer-w4jo0c > :first-child, .framer-V6hf9 .framer-25x8ci > :first-child, .framer-V6hf9 .framer-1vws21s > :first-child, .framer-V6hf9 .framer-1hkwfrx > :first-child, .framer-V6hf9 .framer-1bloych > :first-child, .framer-V6hf9 .framer-hschb4 > :first-child, .framer-V6hf9 .framer-rfyvqk > :first-child, .framer-V6hf9 .framer-4wns6v > :first-child, .framer-V6hf9 .framer-y2a9uo > :first-child, .framer-V6hf9 .framer-9r2v > :first-child, .framer-V6hf9 .framer-1y51e01 > :first-child, .framer-V6hf9 .framer-13jexch > :first-child, .framer-V6hf9 .framer-1pvzpme > :first-child, .framer-V6hf9 .framer-91lcg > :first-child, .framer-V6hf9 .framer-187gs7 > :first-child, .framer-V6hf9 .framer-ye2c7g > :first-child, .framer-V6hf9 .framer-17848gc > :first-child, .framer-V6hf9 .framer-i4pk6z > :first-child, .framer-V6hf9 .framer-15ssx3g > :first-child, .framer-V6hf9 .framer-18pphmf > :first-child, .framer-V6hf9 .framer-1w5cawf > :first-child, .framer-V6hf9 .framer-n5srl2 > :first-child, .framer-V6hf9 .framer-g025y1 > :first-child, .framer-V6hf9 .framer-rgvab8 > :first-child, .framer-V6hf9 .framer-gcuf1m > :first-child { margin-top: 0px; } .framer-V6hf9.framer-w4jo0c > :last-child, .framer-V6hf9 .framer-25x8ci > :last-child, .framer-V6hf9 .framer-1vws21s > :last-child, .framer-V6hf9 .framer-1hkwfrx > :last-child, .framer-V6hf9 .framer-1bloych > :last-child, .framer-V6hf9 .framer-hschb4 > :last-child, .framer-V6hf9 .framer-rfyvqk > :last-child, .framer-V6hf9 .framer-4wns6v > :last-child, .framer-V6hf9 .framer-y2a9uo > :last-child, .framer-V6hf9 .framer-9r2v > :last-child, .framer-V6hf9 .framer-1y51e01 > :last-child, .framer-V6hf9 .framer-13jexch > :last-child, .framer-V6hf9 .framer-1pvzpme > :last-child, .framer-V6hf9 .framer-91lcg > :last-child, .framer-V6hf9 .framer-187gs7 > :last-child, .framer-V6hf9 .framer-ye2c7g > :last-child, .framer-V6hf9 .framer-17848gc > :last-child, .framer-V6hf9 .framer-i4pk6z > :last-child, .framer-V6hf9 .framer-15ssx3g > :last-child, .framer-V6hf9 .framer-18pphmf > :last-child, .framer-V6hf9 .framer-1w5cawf > :last-child, .framer-V6hf9 .framer-n5srl2 > :last-child, .framer-V6hf9 .framer-g025y1 > :last-child, .framer-V6hf9 .framer-rgvab8 > :last-child, .framer-V6hf9 .framer-gcuf1m > :last-child { margin-bottom: 0px; } .framer-V6hf9 .framer-prcf8m > * { margin: 0px; margin-left: calc(160px / 2); margin-right: calc(160px / 2); } .framer-V6hf9 .framer-prcf8m > :first-child, .framer-V6hf9 .framer-1bfnsv > :first-child, .framer-V6hf9 .framer-8uved4 > :first-child, .framer-V6hf9 .framer-1ckgwki > :first-child, .framer-V6hf9 .framer-1ioczi5 > :first-child, .framer-V6hf9 .framer-pui07g > :first-child, .framer-V6hf9 .framer-wqtt97 > :first-child, .framer-V6hf9 .framer-28eu8e > :first-child, .framer-V6hf9 .framer-1janbfn > :first-child, .framer-V6hf9 .framer-xlpwwb > :first-child, .framer-V6hf9 .framer-14nbf47 > :first-child, .framer-V6hf9 .framer-a7q2a > :first-child, .framer-V6hf9 .framer-16wjjh3 > :first-child, .framer-V6hf9 .framer-1m1keg9 > :first-child, .framer-V6hf9 .framer-1iwkfud > :first-child { margin-left: 0px; } .framer-V6hf9 .framer-prcf8m > :last-child, .framer-V6hf9 .framer-1bfnsv > :last-child, .framer-V6hf9 .framer-8uved4 > :last-child, .framer-V6hf9 .framer-1ckgwki > :last-child, .framer-V6hf9 .framer-1ioczi5 > :last-child, .framer-V6hf9 .framer-pui07g > :last-child, .framer-V6hf9 .framer-wqtt97 > :last-child, .framer-V6hf9 .framer-28eu8e > :last-child, .framer-V6hf9 .framer-1janbfn > :last-child, .framer-V6hf9 .framer-xlpwwb > :last-child, .framer-V6hf9 .framer-14nbf47 > :last-child, .framer-V6hf9 .framer-a7q2a > :last-child, .framer-V6hf9 .framer-16wjjh3 > :last-child, .framer-V6hf9 .framer-1m1keg9 > :last-child, .framer-V6hf9 .framer-1iwkfud > :last-child { margin-right: 0px; } .framer-V6hf9 .framer-1vws21s > * { margin: 0px; margin-bottom: calc(64px / 2); margin-top: calc(64px / 2); } .framer-V6hf9 .framer-1hkwfrx > *, .framer-V6hf9 .framer-y2a9uo > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-V6hf9 .framer-1bfnsv > *, .framer-V6hf9 .framer-1m1keg9 > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-V6hf9 .framer-hschb4 > *, .framer-V6hf9 .framer-ye2c7g > *, .framer-V6hf9 .framer-15ssx3g > *, .framer-V6hf9 .framer-18pphmf > *, .framer-V6hf9 .framer-g025y1 > *, .framer-V6hf9 .framer-gcuf1m > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-V6hf9 .framer-rfyvqk > *, .framer-V6hf9 .framer-1y51e01 > *, .framer-V6hf9 .framer-rgvab8 > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-V6hf9 .framer-8uved4 > *, .framer-V6hf9 .framer-pui07g > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } .framer-V6hf9 .framer-1ckgwki > *, .framer-V6hf9 .framer-wqtt97 > *, .framer-V6hf9 .framer-28eu8e > *, .framer-V6hf9 .framer-16wjjh3 > *, .framer-V6hf9 .framer-1iwkfud > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-V6hf9 .framer-1ioczi5 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-V6hf9 .framer-4wns6v > * { margin: 0px; margin-bottom: calc(56px / 2); margin-top: calc(56px / 2); } .framer-V6hf9 .framer-9r2v > *, .framer-V6hf9 .framer-13jexch > *, .framer-V6hf9 .framer-1pvzpme > *, .framer-V6hf9 .framer-187gs7 > *, .framer-V6hf9 .framer-17848gc > *, .framer-V6hf9 .framer-n5srl2 > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-V6hf9 .framer-1janbfn > * { margin: 0px; margin-left: calc(56px / 2); margin-right: calc(56px / 2); } .framer-V6hf9 .framer-xlpwwb > * { margin: 0px; margin-left: calc(80px / 2); margin-right: calc(80px / 2); } .framer-V6hf9 .framer-14nbf47 > *, .framer-V6hf9 .framer-a7q2a > * { margin: 0px; margin-left: calc(94px / 2); margin-right: calc(94px / 2); } .framer-V6hf9 .framer-i4pk6z > *, .framer-V6hf9 .framer-1w5cawf > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\",`@media (min-width: 810px) and (max-width: 1199px) { .${metadata.bodyClassName}-framer-V6hf9 { background: var(--token-9c5e0a89-9639-49b1-a751-1b1c39c46d49, rgb(255, 255, 255)); } .framer-V6hf9.framer-w4jo0c { width: 810px; } .framer-V6hf9 .framer-25x8ci { padding: 64px 24px 64px 24px; } .framer-V6hf9 .framer-prcf8m { gap: 40px; } .framer-V6hf9 .framer-1vws21s { padding: 24px 0px 0px 0px; } .framer-V6hf9 .framer-rfyvqk, .framer-V6hf9 .framer-14nbf47 { padding: 40px 24px 40px 24px; } .framer-V6hf9 .framer-8uved4 { flex-direction: column; height: 984px; } .framer-V6hf9 .framer-1ckgwki { height: 275px; width: 100%; } .framer-V6hf9 .framer-1ioczi5 { flex: 1 0 0px; height: 100%; width: 1px; } .framer-V6hf9 .framer-4wns6v { flex-direction: row; gap: 140px; justify-content: flex-start; } .framer-V6hf9 .framer-uovoka { bottom: -144px; height: unset; left: 349px; order: 1; right: unset; top: -72px; width: var(--framer-aspect-ratio-supported, 386px); } .framer-V6hf9 .framer-y2a9uo { gap: unset; height: 100%; justify-content: space-between; order: 0; width: min-content; } .framer-V6hf9 .framer-9r2v { width: min-content; } .framer-V6hf9 .framer-c4zoi4 { width: 330px; } .framer-V6hf9 .framer-1y51e01 { height: 1px; width: 100%; } .framer-V6hf9 .framer-1mudj3s { height: 100%; } .framer-V6hf9 .framer-28eu8e { height: min-content; } .framer-V6hf9 .framer-rgjo41 { height: 290px; } .framer-V6hf9 .framer-xlpwwb { gap: 40px; padding: 40px 0px 40px 0px; } .framer-V6hf9 .framer-19jx328, .framer-V6hf9 .framer-1satg2b, .framer-V6hf9 .framer-12kxvk1, .framer-V6hf9 .framer-gcuf1m { padding: 0px 24px 0px 24px; } .framer-V6hf9 .framer-ye2c7g { padding: 0px 24px 0px 0px; } .framer-V6hf9 .framer-15ssx3g, .framer-V6hf9 .framer-18pphmf { padding: 0px; } .framer-V6hf9 .framer-a7q2a { padding: 40px 0px 40px 0px; } .framer-V6hf9 .framer-16wjjh3 { padding: 80px 24px 80px 24px; } .framer-V6hf9 .framer-1m1keg9 { height: min-content; max-width: unset; padding: 32px; } .framer-V6hf9 .framer-9281me { bottom: unset; gap: 0px; height: min-content; justify-content: center; right: unset; width: min-content; } .framer-V6hf9 .framer-1e41wds { flex: none; gap: 56px; height: min-content; justify-content: center; width: 381px; } .framer-V6hf9 .framer-1ieracw { align-self: stretch; flex: none; height: auto; width: min-content; } .framer-V6hf9 .framer-oasz7w { height: var(--framer-aspect-ratio-supported, 71px); width: 285px; } .framer-V6hf9 .framer-1rlm9qi { flex: 1 0 0px; height: var(--framer-aspect-ratio-supported, 433px); width: 1px; } .framer-V6hf9 .framer-g025y1 { padding: 0px 0px 0px 40px; } .framer-V6hf9 .framer-rgvab8 { height: min-content; padding: 120px 0px 120px 0px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-V6hf9 .framer-prcf8m, .framer-V6hf9 .framer-8uved4, .framer-V6hf9 .framer-4wns6v, .framer-V6hf9 .framer-y2a9uo, .framer-V6hf9 .framer-xlpwwb, .framer-V6hf9 .framer-9281me, .framer-V6hf9 .framer-1e41wds { gap: 0px; } .framer-V6hf9 .framer-prcf8m > *, .framer-V6hf9 .framer-xlpwwb > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } .framer-V6hf9 .framer-prcf8m > :first-child, .framer-V6hf9 .framer-4wns6v > :first-child, .framer-V6hf9 .framer-xlpwwb > :first-child, .framer-V6hf9 .framer-9281me > :first-child { margin-left: 0px; } .framer-V6hf9 .framer-prcf8m > :last-child, .framer-V6hf9 .framer-4wns6v > :last-child, .framer-V6hf9 .framer-xlpwwb > :last-child, .framer-V6hf9 .framer-9281me > :last-child { margin-right: 0px; } .framer-V6hf9 .framer-8uved4 > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-V6hf9 .framer-8uved4 > :first-child, .framer-V6hf9 .framer-1e41wds > :first-child { margin-top: 0px; } .framer-V6hf9 .framer-8uved4 > :last-child, .framer-V6hf9 .framer-1e41wds > :last-child { margin-bottom: 0px; } .framer-V6hf9 .framer-4wns6v > * { margin: 0px; margin-left: calc(140px / 2); margin-right: calc(140px / 2); } .framer-V6hf9 .framer-y2a9uo > *, .framer-V6hf9 .framer-y2a9uo > :first-child, .framer-V6hf9 .framer-y2a9uo > :last-child { margin: 0px; } .framer-V6hf9 .framer-9281me > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-V6hf9 .framer-1e41wds > * { margin: 0px; margin-bottom: calc(56px / 2); margin-top: calc(56px / 2); } }}`,`@media (max-width: 809px) { .${metadata.bodyClassName}-framer-V6hf9 { background: var(--token-9c5e0a89-9639-49b1-a751-1b1c39c46d49, rgb(255, 255, 255)); } .framer-V6hf9.framer-w4jo0c { width: 390px; } .framer-V6hf9 .framer-25x8ci { padding: 64px 16px 64px 16px; } .framer-V6hf9 .framer-prcf8m { flex-direction: column; gap: 40px; } .framer-V6hf9 .framer-1vws21s { align-self: unset; flex: none; gap: 24px; height: min-content; justify-content: flex-start; padding: 24px 0px 0px 0px; width: 100%; } .framer-V6hf9 .framer-1bfnsv { order: 1; } .framer-V6hf9 .framer-1603t4z-container { height: 208px; left: calc(50.00000000000002% - 370px / 2); top: 91px; width: 370px; } .framer-V6hf9 .framer-hschb4 { order: 0; } .framer-V6hf9 .framer-1qku33w-container, .framer-V6hf9 .framer-m6c4kb-container { width: 100%; } .framer-V6hf9 .framer-nwwg0y, .framer-V6hf9 .framer-1y51e01 { flex: none; width: 100%; } .framer-V6hf9 .framer-rfyvqk, .framer-V6hf9 .framer-16wjjh3 { padding: 40px 16px 40px 16px; } .framer-V6hf9 .framer-8uved4, .framer-V6hf9 .framer-pui07g { flex-direction: column; } .framer-V6hf9 .framer-1ckgwki { height: 296px; width: 100%; } .framer-V6hf9 .framer-1ioczi5 { flex: 1 0 0px; height: min-content; width: 1px; } .framer-V6hf9 .framer-4wns6v { align-content: center; align-items: center; gap: 32px; height: 208px; justify-content: flex-start; } .framer-V6hf9 .framer-uovoka { bottom: -116px; height: var(--framer-aspect-ratio-supported, 212px); left: unset; right: -39px; top: unset; width: 192px; } .framer-V6hf9 .framer-y2a9uo { flex: 1 0 0px; gap: unset; height: 1px; justify-content: space-between; } .framer-V6hf9 .framer-wqtt97 { flex: none; height: 296px; width: 100%; } .framer-V6hf9 .framer-1mudj3s { height: 100%; } .framer-V6hf9 .framer-28eu8e { flex: none; height: min-content; width: 100%; } .framer-V6hf9 .framer-rgjo41 { gap: 24px; height: min-content; justify-content: center; } .framer-V6hf9 .framer-1janbfn { flex-direction: column; gap: 32px; } .framer-V6hf9 .framer-91lcg { flex: none; height: min-content; padding: 32px 32px 0px 32px; width: 100%; } .framer-V6hf9 .framer-1s3ukud { flex: none; gap: 24px; height: min-content; justify-content: flex-start; } .framer-V6hf9 .framer-1vxzmb5 { border-bottom-right-radius: unset; border-top-right-radius: unset; height: 308px; width: 358px; } .framer-V6hf9 .framer-xlpwwb { flex-direction: column; gap: 40px; padding: 40px 0px 40px 0px; } .framer-V6hf9 .framer-19jx328 { flex: none; flex-direction: column; gap: 24px; justify-content: flex-start; padding: 0px 16px 0px 16px; width: 100%; } .framer-V6hf9 .framer-ye2c7g, .framer-V6hf9 .framer-18pphmf { flex: none; padding: 0px; width: 100%; } .framer-V6hf9 .framer-jriyn9 { height: var(--framer-aspect-ratio-supported, 296px); width: 100%; } .framer-V6hf9 .framer-14nbf47 { flex-direction: column; justify-content: flex-start; padding: 40px 16px 24px 16px; } .framer-V6hf9 .framer-1ijjnlw { flex: none; flex-direction: column; gap: 40px; justify-content: flex-start; order: 0; width: 100%; } .framer-V6hf9 .framer-i4pk6z { aspect-ratio: unset; height: min-content; order: 1; width: min-content; } .framer-V6hf9 .framer-1skg4xz, .framer-V6hf9 .framer-182qa3e { flex: none; height: var(--framer-aspect-ratio-supported, 360px); width: 280px; } .framer-V6hf9 .framer-15ssx3g, .framer-V6hf9 .framer-g025y1 { flex: none; order: 0; padding: 0px; width: 100%; } .framer-V6hf9 .framer-a7q2a { flex-direction: column; justify-content: flex-start; padding: 40px 0px 40px 0px; } .framer-V6hf9 .framer-1satg2b { flex: none; flex-direction: column; gap: 40px; justify-content: flex-start; padding: 0px 16px 0px 26px; width: 100%; } .framer-V6hf9 .framer-1w5cawf { aspect-ratio: unset; height: min-content; width: min-content; } .framer-V6hf9 .framer-1m1keg9 { height: min-content; max-width: unset; padding: 32px; } .framer-V6hf9 .framer-9281me { bottom: unset; flex-direction: column; gap: 24px; height: min-content; justify-content: center; left: unset; position: relative; right: unset; top: unset; width: 294px; } .framer-V6hf9 .framer-1e41wds { flex: none; gap: 32px; height: min-content; justify-content: center; max-width: unset; width: 100%; } .framer-V6hf9 .framer-1ieracw { flex: none; gap: 4px; height: min-content; justify-content: center; width: 100%; } .framer-V6hf9 .framer-oasz7w { height: var(--framer-aspect-ratio-supported, 50px); width: 100%; } .framer-V6hf9 .framer-1iwkfud { left: -21px; position: absolute; right: -21px; top: calc(50.00000000000002% - 226px / 2); width: unset; z-index: 0; } .framer-V6hf9 .framer-12kxvk1 { flex-direction: column; gap: 32px; justify-content: flex-start; padding: 0px 16px 0px 16px; } .framer-V6hf9 .framer-1rlm9qi { height: var(--framer-aspect-ratio-supported, 240px); order: 1; width: 100%; } .framer-V6hf9 .framer-rgvab8 { height: min-content; padding: 120px 0px 120px 0px; } .framer-V6hf9 .framer-gcuf1m { padding: 0px 24px 0px 24px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-V6hf9 .framer-prcf8m, .framer-V6hf9 .framer-1vws21s, .framer-V6hf9 .framer-8uved4, .framer-V6hf9 .framer-4wns6v, .framer-V6hf9 .framer-y2a9uo, .framer-V6hf9 .framer-pui07g, .framer-V6hf9 .framer-rgjo41, .framer-V6hf9 .framer-1janbfn, .framer-V6hf9 .framer-1s3ukud, .framer-V6hf9 .framer-xlpwwb, .framer-V6hf9 .framer-19jx328, .framer-V6hf9 .framer-14nbf47, .framer-V6hf9 .framer-1ijjnlw, .framer-V6hf9 .framer-a7q2a, .framer-V6hf9 .framer-1satg2b, .framer-V6hf9 .framer-9281me, .framer-V6hf9 .framer-1e41wds, .framer-V6hf9 .framer-1ieracw, .framer-V6hf9 .framer-12kxvk1 { gap: 0px; } .framer-V6hf9 .framer-prcf8m > *, .framer-V6hf9 .framer-8uved4 > *, .framer-V6hf9 .framer-pui07g > *, .framer-V6hf9 .framer-xlpwwb > *, .framer-V6hf9 .framer-1ijjnlw > *, .framer-V6hf9 .framer-1satg2b > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-V6hf9 .framer-prcf8m > :first-child, .framer-V6hf9 .framer-1vws21s > :first-child, .framer-V6hf9 .framer-8uved4 > :first-child, .framer-V6hf9 .framer-4wns6v > :first-child, .framer-V6hf9 .framer-pui07g > :first-child, .framer-V6hf9 .framer-rgjo41 > :first-child, .framer-V6hf9 .framer-1janbfn > :first-child, .framer-V6hf9 .framer-1s3ukud > :first-child, .framer-V6hf9 .framer-xlpwwb > :first-child, .framer-V6hf9 .framer-19jx328 > :first-child, .framer-V6hf9 .framer-14nbf47 > :first-child, .framer-V6hf9 .framer-1ijjnlw > :first-child, .framer-V6hf9 .framer-a7q2a > :first-child, .framer-V6hf9 .framer-1satg2b > :first-child, .framer-V6hf9 .framer-9281me > :first-child, .framer-V6hf9 .framer-1e41wds > :first-child, .framer-V6hf9 .framer-1ieracw > :first-child, .framer-V6hf9 .framer-12kxvk1 > :first-child { margin-top: 0px; } .framer-V6hf9 .framer-prcf8m > :last-child, .framer-V6hf9 .framer-1vws21s > :last-child, .framer-V6hf9 .framer-8uved4 > :last-child, .framer-V6hf9 .framer-4wns6v > :last-child, .framer-V6hf9 .framer-pui07g > :last-child, .framer-V6hf9 .framer-rgjo41 > :last-child, .framer-V6hf9 .framer-1janbfn > :last-child, .framer-V6hf9 .framer-1s3ukud > :last-child, .framer-V6hf9 .framer-xlpwwb > :last-child, .framer-V6hf9 .framer-19jx328 > :last-child, .framer-V6hf9 .framer-14nbf47 > :last-child, .framer-V6hf9 .framer-1ijjnlw > :last-child, .framer-V6hf9 .framer-a7q2a > :last-child, .framer-V6hf9 .framer-1satg2b > :last-child, .framer-V6hf9 .framer-9281me > :last-child, .framer-V6hf9 .framer-1e41wds > :last-child, .framer-V6hf9 .framer-1ieracw > :last-child, .framer-V6hf9 .framer-12kxvk1 > :last-child { margin-bottom: 0px; } .framer-V6hf9 .framer-1vws21s > *, .framer-V6hf9 .framer-rgjo41 > *, .framer-V6hf9 .framer-1s3ukud > *, .framer-V6hf9 .framer-19jx328 > *, .framer-V6hf9 .framer-9281me > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-V6hf9 .framer-4wns6v > *, .framer-V6hf9 .framer-1janbfn > *, .framer-V6hf9 .framer-1e41wds > *, .framer-V6hf9 .framer-12kxvk1 > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-V6hf9 .framer-y2a9uo > *, .framer-V6hf9 .framer-y2a9uo > :first-child, .framer-V6hf9 .framer-y2a9uo > :last-child { margin: 0px; } .framer-V6hf9 .framer-14nbf47 > *, .framer-V6hf9 .framer-a7q2a > * { margin: 0px; margin-bottom: calc(94px / 2); margin-top: calc(94px / 2); } .framer-V6hf9 .framer-1ieracw > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } }}`,...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 10703\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"zoiBLRH6O\":{\"layout\":[\"fixed\",\"auto\"]},\"e1fYwrLCf\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerResponsiveScreen\n */const FramergKnpMKczu=withCSS(Component,css,\"framer-V6hf9\");export default FramergKnpMKczu;FramergKnpMKczu.displayName=\"Page\";FramergKnpMKczu.defaultProps={height:10703,width:1200};addFonts(FramergKnpMKczu,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Lato\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/lato/v24/S6uyw4BMUTPHvxw6XweuBCY.woff2\",weight:\"400\"}]},...VimeoFonts,...ButtonPrimaryFonts,...NavigationFonts,...ButtonTextWIconFonts,...ButtonWhiteWIconFonts,...SectionThreeBulletPointsFonts,...SectionFinancialAdviceInRealityFonts,...SectionOurServicesFonts,...SectionOurBlogFonts,...SectionNewsletterSubscribtionFonts,...SectionFAQFonts,...ButtonWhiteFonts,...FooterFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts),...getFontsFromSharedStyle(sharedStyle6.fonts),...getFontsFromSharedStyle(sharedStyle7.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramergKnpMKczu\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"10703\",\"framerResponsiveScreen\":\"\",\"framerIntrinsicWidth\":\"1200\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"zoiBLRH6O\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"e1fYwrLCf\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["VimeoFonts", "getFonts", "Vimeo_default", "ButtonPrimaryFonts", "p9gYp0Wtd_default", "NavigationFonts", "iRhFvxzuV_default", "ButtonTextWIconFonts", "BuxipMVkW_default", "ButtonWhiteWIconFonts", "tFxzqvmal_default", "SectionThreeBulletPointsFonts", "RlIK6QlLc_default", "SectionFinancialAdviceInRealityFonts", "tEsKZeGHm_default", "SectionOurServicesFonts", "r_6VUONmt_default", "SectionOurBlogFonts", "UM3wSJRtE_default", "SectionNewsletterSubscribtionFonts", "zrMkROcC1_default", "SectionFAQFonts", "IUaSPt92q_default", "ButtonWhiteFonts", "OqgmkHxkj_default", "FooterFonts", "jcfFoU08J_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "metadata", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata1", "robotsTag", "ie", "_document_querySelector", "bodyCls", "body", "c", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapwelu7j", "overlay", "paginationInfo", "args", "ref1", "pe", "isDisplayed", "isDisplayed1", "router", "useRouter", "defaultLayoutId", "ae", "sharedStyleClassNames", "useCustomCursors", "p", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "cx", "PropertyOverrides2", "x", "RichText2", "l", "SVG", "AnimatePresence", "Ga", "ComponentViewportProvider", "Container", "Image2", "getLoadingLazyAtYPosition", "Link", "ResolveLinks", "resolvedLinks", "css", "FramergKnpMKczu", "withCSS", "gKnpMKczu_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
