{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/sIREbfUke9pRHior2r65/GGz0sbblMvJmtt7IzBww/PAX13_iCw.js", "ssg:https://framerusercontent.com/modules/XTZrZFR9uJCTaTHJtuX2/mU4nvTlH8pjFGT10qWHB/PAX13_iCw.js"],
  "sourcesContent": ["// Generated by Framer (9f68555)\nimport{LazyValue}from\"framer\";const valuesByLocaleId={M4DCwXbrx:new LazyValue(()=>import(\"./PAX13_iCw-0.js\")),qe6vsY80E:new LazyValue(()=>import(\"./PAX13_iCw-1.js\"))};export default function getLocalizedValue(key,locale){while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values.read()[key];if(value)return value;}locale=locale.fallback;}}function preload(locale){const promises=[];while(locale){const values=valuesByLocaleId[locale.id];if(values){const promise=values.preload();if(promise)promises.push(promise);}locale=locale.fallback;}if(promises.length>0)return Promise.all(promises);}export function usePreloadLocalizedValues(locale){const preloadPromise=preload(locale);if(preloadPromise)throw preloadPromise;}\nexport const __FramerMetadata__ = {\"exports\":{\"usePreloadLocalizedValues\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (9f68555)\nvar _componentPresets_fonts,_componentPresets_fonts1;import{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ComponentPresetsProvider,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromComponentPreset,getFontsFromSharedStyle,getWhereExpressionFromPathVariables,Image,Link,NotFoundError,ResolveLinks,RichText,useActiveVariantCallback,useCurrentPathVariables,useCustomCursors,useHydratedBreakpointVariants,useLocaleCode,useLocaleInfo,useOverlayState,useQueryData,useRouteElementId,useRouter,withCSS}from\"framer\";import{AnimatePresence,LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import*as ReactDOM from\"react-dom\";import ButtonPrimaryLarge from\"https://framerusercontent.com/modules/DG6t87gCZaaq8ABouwRr/EXHv3M7d7ySILpfFaMpZ/VjwyuRYQW.js\";import Navigation from\"#framer/local/canvasComponent/A94T3B_Jj/A94T3B_Jj.js\";import InThisArticle from\"#framer/local/canvasComponent/CFJSen5vx/CFJSen5vx.js\";import Footer from\"#framer/local/canvasComponent/mT80mjSaJ/mT80mjSaJ.js\";import MortgageProperty from\"#framer/local/collection/JrCmUS0Uc/JrCmUS0Uc.js\";import*as componentPresets from\"#framer/local/componentPresets/componentPresets/componentPresets.js\";import*as sharedStyle11 from\"#framer/local/css/B1pz2M2yU/B1pz2M2yU.js\";import*as sharedStyle10 from\"#framer/local/css/bwyFClVV_/bwyFClVV_.js\";import*as sharedStyle1 from\"#framer/local/css/cSIDUBZW5/cSIDUBZW5.js\";import*as sharedStyle7 from\"#framer/local/css/DavE6EF2t/DavE6EF2t.js\";import*as sharedStyle9 from\"#framer/local/css/dHDxKkHJb/dHDxKkHJb.js\";import*as sharedStyle4 from\"#framer/local/css/KnbATzeIH/KnbATzeIH.js\";import*as sharedStyle2 from\"#framer/local/css/Mm9Lx4gR7/Mm9Lx4gR7.js\";import*as sharedStyle3 from\"#framer/local/css/og02Fy5m2/og02Fy5m2.js\";import*as sharedStyle6 from\"#framer/local/css/QH68ftJDL/QH68ftJDL.js\";import*as sharedStyle8 from\"#framer/local/css/SIISLa3Vk/SIISLa3Vk.js\";import*as sharedStyle5 from\"#framer/local/css/VB0rPYW_L/VB0rPYW_L.js\";import*as sharedStyle from\"#framer/local/css/waimUiI6b/waimUiI6b.js\";import getLocalizedValue,{usePreloadLocalizedValues}from\"#framer/local/localization/PAX13_iCw/PAX13_iCw.js\";import metadataProvider from\"#framer/local/webPageMetadata/PAX13_iCw/PAX13_iCw.js\";const NavigationFonts=getFonts(Navigation);const InThisArticleFonts=getFonts(InThisArticle);const ButtonPrimaryLargeFonts=getFonts(ButtonPrimaryLarge);const FooterFonts=getFonts(Footer);const breakpoints={};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-LKekz\";const variantClassNames={nGiFE_if4:\"framer-v-1pvdfhr\"};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 isSet=value=>{if(Array.isArray(value)){return value.length>0;}return value!==undefined&&value!==null&&value!==\"\";};const toDateString=(value,options={},activeLocale)=>{if(typeof value!==\"string\")return\"\";const date=new Date(value);if(isNaN(date.getTime()))return\"\";const display=options.display?options.display:\"date\";const dateOptions={dateStyle:display!==\"time\"?options.dateStyle:undefined,timeStyle:display===\"date\"?undefined:\"short\",timeZone:\"UTC\"};const fallbackLocale=\"en-US\";const locale=options.locale||activeLocale||fallbackLocale;// We add a try block because an invalid language code results in a crash\ntry{return date.toLocaleString(locale,dateOptions);}catch{return date.toLocaleString(fallbackLocale,dateOptions);}};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const metadata=metadataProvider();const getProps=({height,id,width,...props})=>{return{...props};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const currentPathVariables=useCurrentPathVariables();const[currentRouteData]=useQueryData({from:{alias:\"PAX13_iCw\",data:MortgageProperty,type:\"Collection\"},select:[{collection:\"PAX13_iCw\",name:\"GokZF07km\",type:\"Identifier\"},{collection:\"PAX13_iCw\",name:\"l8hizssoq\",type:\"Identifier\"},{collection:\"PAX13_iCw\",name:\"Ii9lkaD3k\",type:\"Identifier\"},{collection:\"PAX13_iCw\",name:\"vh3gFXboV\",type:\"Identifier\"},{collection:\"PAX13_iCw\",name:\"Oq2sLQOWP\",type:\"Identifier\"},{collection:\"PAX13_iCw\",name:\"FvcvumDAv\",type:\"Identifier\"},{collection:\"PAX13_iCw\",name:\"gMFMOI3Zn\",type:\"Identifier\"},{collection:\"PAX13_iCw\",name:\"uQX3k_GnJ\",type:\"Identifier\"},{collection:\"PAX13_iCw\",name:\"SPMOnwvQ0\",type:\"Identifier\"},{collection:\"PAX13_iCw\",name:\"bQp0Uu7aM\",type:\"Identifier\"},{collection:\"PAX13_iCw\",name:\"yo4V8S5OB\",type:\"Identifier\"},{collection:\"PAX13_iCw\",name:\"qlvJWOYIP\",type:\"Identifier\"},{collection:\"PAX13_iCw\",name:\"fJDpR8k6S\",type:\"Identifier\"},{collection:\"PAX13_iCw\",name:\"qPVoQanu3\",type:\"Identifier\"}],where:getWhereExpressionFromPathVariables(currentPathVariables,\"PAX13_iCw\")});const getFromCurrentRouteData=key=>{if(!currentRouteData)throw new NotFoundError(`No data matches path variables: ${JSON.stringify(currentPathVariables)}`);return currentRouteData[key];};var _getFromCurrentRouteData,_getFromCurrentRouteData1,_getFromCurrentRouteData2,_getFromCurrentRouteData3,_getFromCurrentRouteData4,_getFromCurrentRouteData5,_getFromCurrentRouteData6,_getFromCurrentRouteData7,_getFromCurrentRouteData8,_getFromCurrentRouteData9,_getFromCurrentRouteData10,_getFromCurrentRouteData11;const{style,className,layoutId,variant,FvcvumDAv=(_getFromCurrentRouteData=getFromCurrentRouteData(\"FvcvumDAv\"))!==null&&_getFromCurrentRouteData!==void 0?_getFromCurrentRouteData:\"\",Oq2sLQOWP=(_getFromCurrentRouteData1=getFromCurrentRouteData(\"Oq2sLQOWP\"))!==null&&_getFromCurrentRouteData1!==void 0?_getFromCurrentRouteData1:\"\",geMnsX5FtttEgJZCPh,RFTbnhz3MttEgJZCPh,uQX3k_GnJ=(_getFromCurrentRouteData2=getFromCurrentRouteData(\"uQX3k_GnJ\"))!==null&&_getFromCurrentRouteData2!==void 0?_getFromCurrentRouteData2:\"\",a50aNw372ttEgJZCPh,GokZF07km=(_getFromCurrentRouteData3=getFromCurrentRouteData(\"GokZF07km\"))!==null&&_getFromCurrentRouteData3!==void 0?_getFromCurrentRouteData3:\"\",l8hizssoq=(_getFromCurrentRouteData4=getFromCurrentRouteData(\"l8hizssoq\"))!==null&&_getFromCurrentRouteData4!==void 0?_getFromCurrentRouteData4:\"\",Ii9lkaD3k=(_getFromCurrentRouteData5=getFromCurrentRouteData(\"Ii9lkaD3k\"))!==null&&_getFromCurrentRouteData5!==void 0?_getFromCurrentRouteData5:\"\",vh3gFXboV=(_getFromCurrentRouteData6=getFromCurrentRouteData(\"vh3gFXboV\"))!==null&&_getFromCurrentRouteData6!==void 0?_getFromCurrentRouteData6:\"\",bQp0Uu7aM=(_getFromCurrentRouteData7=getFromCurrentRouteData(\"bQp0Uu7aM\"))!==null&&_getFromCurrentRouteData7!==void 0?_getFromCurrentRouteData7:\"\",yo4V8S5OB=(_getFromCurrentRouteData8=getFromCurrentRouteData(\"yo4V8S5OB\"))!==null&&_getFromCurrentRouteData8!==void 0?_getFromCurrentRouteData8:\"\",qlvJWOYIP=(_getFromCurrentRouteData9=getFromCurrentRouteData(\"qlvJWOYIP\"))!==null&&_getFromCurrentRouteData9!==void 0?_getFromCurrentRouteData9:\"\",fJDpR8k6S=(_getFromCurrentRouteData10=getFromCurrentRouteData(\"fJDpR8k6S\"))!==null&&_getFromCurrentRouteData10!==void 0?_getFromCurrentRouteData10:\"\",qPVoQanu3=(_getFromCurrentRouteData11=getFromCurrentRouteData(\"qPVoQanu3\"))!==null&&_getFromCurrentRouteData11!==void 0?_getFromCurrentRouteData11:\"\",aFQ_2kuCQttEgJZCPh,SPMOnwvQ0=getFromCurrentRouteData(\"SPMOnwvQ0\"),eoyD6jGZettEgJZCPh,...restProps}=getProps(props);React.useEffect(()=>{const metadata1=metadataProvider(currentRouteData,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);}}},[currentRouteData,activeLocale]);React.useInsertionEffect(()=>{const metadata1=metadataProvider(currentRouteData,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-LKekz`);}return()=>{if(bodyCls)document.body.classList.remove(`${metadata1.bodyClassName}-framer-LKekz`);};},[currentRouteData,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const{activeVariantCallback,delay}=useActiveVariantCallback(undefined);const ry0Omz2Viwelu7j=({overlay,paginationInfo})=>activeVariantCallback(async(...args)=>{overlay.toggle();});const ref1=React.useRef(null);usePreloadLocalizedValues(activeLocale);const visible=isSet(RFTbnhz3MttEgJZCPh);const activeLocaleCode=useLocaleCode();const textContent=toDateString(a50aNw372ttEgJZCPh,{dateStyle:\"medium\",locale:\"\"},activeLocaleCode);const router=useRouter();const elementId=useRouteElementId(\"UrXkBQu8z\");const ref2=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className,sharedStyle6.className,sharedStyle7.className,sharedStyle8.className,sharedStyle9.className,sharedStyle10.className,sharedStyle11.className];useCustomCursors({});var _getLocalizedValue,_getLocalizedValue1,_getLocalizedValue2,_getLocalizedValue3,_getLocalizedValue4,_getLocalizedValue5,_getLocalizedValue6,_getLocalizedValue7;return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"nGiFE_if4\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:[/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1pvdfhr\",className),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:[/*#__PURE__*/_jsx(Overlay,{children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:82,width:\"100vw\",children:/*#__PURE__*/_jsxs(Container,{className:\"framer-16fvjij-container\",id:\"16fvjij\",children:[/*#__PURE__*/_jsx(Navigation,{height:\"100%\",id:\"d30B2eF2u\",layoutId:\"d30B2eF2u\",ry0Omz2Vi:ry0Omz2Viwelu7j({overlay}),style:{width:\"100%\"},variant:\"r3j4L_kK9\",width:\"100%\"}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:0,ease:[.5,0,.88,.77],type:\"tween\"}},className:\"framer-9au1lv\",\"data-framer-portal-id\":\"16fvjij\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay.hide()},\"WrV5wgb3f\")}),document.querySelector(\"#overlay\"))})})]})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1pab63q\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1kaj3ho\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-hdjxzi\",\"data-framer-name\":\"Post header\",name:\"Post header\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-tir91z\",\"data-framer-name\":\"Content\",name:\"Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-4w4j\",\"data-framer-name\":\"TItle and meta lg:col-9 xl:col-7\",name:\"TItle and meta lg:col-9 xl:col-7\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ll248y\",\"data-framer-name\":\"Post Title and Category\",name:\"Post Title and Category\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1u474lr\",\"data-framer-name\":\"Page Navigation\",name:\"Page Navigation\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-s734og\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue=getLocalizedValue(\"v0\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7T25lc3QtcmVndWxhcg==\",\"--framer-font-family\":'\"Onest\", \"Onest Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--token-3ab2d8b6-b506-4374-a6e8-5ad0c59c1eff, rgb(102, 102, 102))\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://www.wealthiee.ch/Mortgage-&-Property/overview\",nodeId:\"gAd2DSIwV\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-1jlhbzn\",\"data-styles-preset\":\"waimUiI6b\",children:\"Mortgage & Property\"})})})}),className:\"framer-z5el0n\",\"data-framer-name\":\"Home\",fonts:[\"GF;Onest-regular\"],name:\"Home\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7T25lc3QtcmVndWxhcg==\",\"--framer-font-family\":'\"Onest\", \"Onest Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--token-3ab2d8b6-b506-4374-a6e8-5ad0c59c1eff, rgb(102, 102, 102))\"},children:\"/\"})}),className:\"framer-1krya2d\",\"data-framer-name\":\"Slash\",fonts:[\"GF;Onest-regular\"],name:\"Slash\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7T25lc3QtcmVndWxhcg==\",\"--framer-font-family\":'\"Onest\", \"Onest Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--token-3ab2d8b6-b506-4374-a6e8-5ad0c59c1eff, rgb(102, 102, 102))\"},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{FvcvumDAv},webPageId:\"PAX13_iCw\"},nodeId:\"l_t7eV56I\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-1jlhbzn\",\"data-styles-preset\":\"waimUiI6b\",children:\"How Mortgage Calculators Work and Why You Need One\"})})})}),className:\"framer-1px9z58\",\"data-framer-name\":\"Post\",fonts:[\"GF;Onest-regular\"],name:\"Post\",text:Oq2sLQOWP,verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1s0c0uc\",\"data-styles-preset\":\"cSIDUBZW5\",children:\"Seek Expert Financial Advice\"})}),className:\"framer-vclkpl\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],name:\"Title\",text:geMnsX5FtttEgJZCPh,verticalAlignment:\"top\",withExternalLayout:true})]}),visible&&/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:pVk4QsoHxASnVtUBp6jr/TbhpORLndv1iOkZzyo83/CodeBlock.js:default\":componentPresets.props[\"rgW4eKNTa\"]},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:RFTbnhz3MttEgJZCPh,className:\"framer-1yoav1m\",\"data-framer-name\":\"Excerpt\",fonts:[\"Inter\"],name:\"Excerpt\",stylesPresetsClassNames:{a:\"framer-styles-preset-1pca02v\",code:\"framer-styles-preset-sc0mci\",h1:\"framer-styles-preset-1gob7sy\",h2:\"framer-styles-preset-yb8fr3\",h3:\"framer-styles-preset-h5ogp5\",h4:\"framer-styles-preset-wnqlf3\",h5:\"framer-styles-preset-vqzcl\",h6:\"framer-styles-preset-1o8a0ee\",p:\"framer-styles-preset-1scknwn\"},verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-16vkisw\",\"data-framer-name\":\"Avatar label group\",name:\"Avatar label group\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1yjgizv\",\"data-framer-name\":\"Text and supporting text\",name:\"Text and supporting text\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-19g5no9\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue1=getLocalizedValue(\"v1\",activeLocale))!==null&&_getLocalizedValue1!==void 0?_getLocalizedValue1:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.25px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--token-6f1336a9-4a56-423a-b8b2-a4a6fb9118ab, rgb(0, 44, 21))\"},children:\"by \"})}),className:\"framer-djy59r\",\"data-framer-name\":\"Text\",fonts:[\"Inter-SemiBold\"],name:\"Text\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.25px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--token-6f1336a9-4a56-423a-b8b2-a4a6fb9118ab, rgb(0, 44, 21))\"},children:\"Wealthiee Team\"})}),className:\"framer-1f5iw3z\",\"data-framer-name\":\"Text\",fonts:[\"Inter-SemiBold\"],name:\"Text\",text:uQX3k_GnJ,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue2=getLocalizedValue(\"v2\",activeLocale))!==null&&_getLocalizedValue2!==void 0?_getLocalizedValue2:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.25px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--token-ba75fb7f-8b5a-41e7-8175-ccb8e14a7579, rgb(69, 71, 69))\"},children:\"6 mins read\"})}),className:\"framer-emvrr8\",\"data-framer-name\":\"Supporting text\",fonts:[\"Inter\"],name:\"Supporting text\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.25px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--token-ba75fb7f-8b5a-41e7-8175-ccb8e14a7579, rgb(69, 71, 69))\"},children:\"Content\"})}),className:\"framer-15aqax7\",\"data-framer-name\":\"Supporting text\",fonts:[\"Inter\"],name:\"Supporting text\",text:textContent,verticalAlignment:\"top\",withExternalLayout:true})]})})]})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:72,width:\"347px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1r1gotk-container\",children:/*#__PURE__*/_jsx(InThisArticle,{B3CfChbds:vh3gFXboV,height:\"100%\",id:\"WwFhDjOsI\",layoutId:\"WwFhDjOsI\",r7E30YCEx:l8hizssoq,rfrsEFvYH:GokZF07km,RhzkJTzqv:\"\",style:{width:\"100%\"},variant:\"MkFCkjOdo\",width:\"100%\",y8pO13ZuC:Ii9lkaD3k})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1v5mi8s\",\"data-framer-name\":\"Post content\",name:\"Post content\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-15jh8nx\",children:[/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:pVk4QsoHxASnVtUBp6jr/TbhpORLndv1iOkZzyo83/CodeBlock.js:default\":componentPresets.props[\"rgW4eKNTa\"]},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:bQp0Uu7aM,className:\"framer-owqoce\",\"data-framer-name\":\"Content\",fonts:[\"Inter\"],name:\"Content\",stylesPresetsClassNames:{a:\"framer-styles-preset-1pca02v\",code:\"framer-styles-preset-sc0mci\",h1:\"framer-styles-preset-1gob7sy\",h2:\"framer-styles-preset-yb8fr3\",h3:\"framer-styles-preset-h5ogp5\",h4:\"framer-styles-preset-wnqlf3\",h5:\"framer-styles-preset-vqzcl\",h6:\"framer-styles-preset-1o8a0ee\",p:\"framer-styles-preset-1scknwn\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:pVk4QsoHxASnVtUBp6jr/TbhpORLndv1iOkZzyo83/CodeBlock.js:default\":componentPresets.props[\"rgW4eKNTa\"]},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:yo4V8S5OB,className:\"framer-103820y\",\"data-framer-name\":\"Content\",fonts:[\"Inter\"],name:\"Content\",stylesPresetsClassNames:{a:\"framer-styles-preset-1jlhbzn\",code:\"framer-styles-preset-sc0mci\",h1:\"framer-styles-preset-1gob7sy\",h2:\"framer-styles-preset-yb8fr3\",h3:\"framer-styles-preset-h5ogp5\",h4:\"framer-styles-preset-wnqlf3\",h5:\"framer-styles-preset-vqzcl\",h6:\"framer-styles-preset-1o8a0ee\",p:\"framer-styles-preset-1scknwn\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:pVk4QsoHxASnVtUBp6jr/TbhpORLndv1iOkZzyo83/CodeBlock.js:default\":componentPresets.props[\"rgW4eKNTa\"]},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:qlvJWOYIP,className:\"framer-vsnz65\",\"data-framer-name\":\"Content\",fonts:[\"Inter\"],name:\"Content\",stylesPresetsClassNames:{a:\"framer-styles-preset-1jlhbzn\",code:\"framer-styles-preset-sc0mci\",h1:\"framer-styles-preset-1gob7sy\",h2:\"framer-styles-preset-yb8fr3\",h3:\"framer-styles-preset-h5ogp5\",h4:\"framer-styles-preset-wnqlf3\",h5:\"framer-styles-preset-vqzcl\",h6:\"framer-styles-preset-1o8a0ee\",p:\"framer-styles-preset-1scknwn\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:pVk4QsoHxASnVtUBp6jr/TbhpORLndv1iOkZzyo83/CodeBlock.js:default\":componentPresets.props[\"rgW4eKNTa\"]},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:fJDpR8k6S,className:\"framer-1qow8jn\",\"data-framer-name\":\"Content\",fonts:[\"Inter\"],name:\"Content\",stylesPresetsClassNames:{a:\"framer-styles-preset-1jlhbzn\",code:\"framer-styles-preset-sc0mci\",h1:\"framer-styles-preset-1gob7sy\",h2:\"framer-styles-preset-yb8fr3\",h3:\"framer-styles-preset-h5ogp5\",h4:\"framer-styles-preset-wnqlf3\",h5:\"framer-styles-preset-vqzcl\",h6:\"framer-styles-preset-1o8a0ee\",p:\"framer-styles-preset-1scknwn\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:pVk4QsoHxASnVtUBp6jr/TbhpORLndv1iOkZzyo83/CodeBlock.js:default\":componentPresets.props[\"rgW4eKNTa\"]},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:fJDpR8k6S,className:\"framer-1246jz9\",\"data-framer-name\":\"Content\",fonts:[\"Inter\"],name:\"Content\",stylesPresetsClassNames:{a:\"framer-styles-preset-1jlhbzn\",code:\"framer-styles-preset-sc0mci\",h1:\"framer-styles-preset-1gob7sy\",h2:\"framer-styles-preset-yb8fr3\",h3:\"framer-styles-preset-h5ogp5\",h4:\"framer-styles-preset-wnqlf3\",h5:\"framer-styles-preset-vqzcl\",h6:\"framer-styles-preset-1o8a0ee\",p:\"framer-styles-preset-1scknwn\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:pVk4QsoHxASnVtUBp6jr/TbhpORLndv1iOkZzyo83/CodeBlock.js:default\":componentPresets.props[\"rgW4eKNTa\"]},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:qPVoQanu3,className:\"framer-g00lx\",\"data-framer-name\":\"Content\",fonts:[\"Inter\"],name:\"Content\",stylesPresetsClassNames:{a:\"framer-styles-preset-1jlhbzn\",code:\"framer-styles-preset-sc0mci\",h1:\"framer-styles-preset-1gob7sy\",h2:\"framer-styles-preset-yb8fr3\",h3:\"framer-styles-preset-h5ogp5\",h4:\"framer-styles-preset-wnqlf3\",h5:\"framer-styles-preset-vqzcl\",h6:\"framer-styles-preset-1o8a0ee\",p:\"framer-styles-preset-1scknwn\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:pVk4QsoHxASnVtUBp6jr/TbhpORLndv1iOkZzyo83/CodeBlock.js:default\":componentPresets.props[\"rgW4eKNTa\"]},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:aFQ_2kuCQttEgJZCPh,className:\"framer-1x02dug\",\"data-framer-name\":\"Content\",fonts:[\"Inter\"],name:\"Content\",stylesPresetsClassNames:{a:\"framer-styles-preset-1pca02v\",code:\"framer-styles-preset-sc0mci\",h1:\"framer-styles-preset-1gob7sy\",h2:\"framer-styles-preset-yb8fr3\",h3:\"framer-styles-preset-h5ogp5\",h4:\"framer-styles-preset-wnqlf3\",h5:\"framer-styles-preset-vqzcl\",h6:\"framer-styles-preset-1o8a0ee\",p:\"framer-styles-preset-1scknwn\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:pVk4QsoHxASnVtUBp6jr/TbhpORLndv1iOkZzyo83/CodeBlock.js:default\":componentPresets.props[\"rgW4eKNTa\"]},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:aFQ_2kuCQttEgJZCPh,className:\"framer-yjv1l6\",\"data-framer-name\":\"Content\",fonts:[\"Inter\"],name:\"Content\",stylesPresetsClassNames:{a:\"framer-styles-preset-1pca02v\",code:\"framer-styles-preset-sc0mci\",h1:\"framer-styles-preset-1gob7sy\",h2:\"framer-styles-preset-yb8fr3\",h3:\"framer-styles-preset-h5ogp5\",h4:\"framer-styles-preset-wnqlf3\",h5:\"framer-styles-preset-vqzcl\",h6:\"framer-styles-preset-1o8a0ee\",p:\"framer-styles-preset-1scknwn\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-i7rkno\",\"data-framer-name\":\"Content\",name:\"Content\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-yirjn6\",\"data-framer-name\":\"Heading and text\",name:\"Heading and text\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue3=getLocalizedValue(\"v3\",activeLocale))!==null&&_getLocalizedValue3!==void 0?_getLocalizedValue3:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1hahhhb\",\"data-styles-preset\":\"B1pz2M2yU\",style:{\"--framer-text-color\":\"var(--token-e823f74f-9033-4945-a2cd-50354c7cdc58, rgb(255, 255, 255))\"},children:\"Ready to speak to a financial adviser?\"})}),className:\"framer-192syq7\",\"data-framer-name\":\"Heading\",fonts:[\"Inter\"],name:\"Heading\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue4=getLocalizedValue(\"v4\",activeLocale))!==null&&_getLocalizedValue4!==void 0?_getLocalizedValue4:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"-0.25px\",\"--framer-line-height\":\"28px\",\"--framer-text-color\":\"var(--token-24a39a5b-2936-40cb-80aa-1a6200522cfd, rgb(145, 145, 145))\"},children:\"Get expert independent advice from a financial adviser. First consultation is free. Try our matchmaking service\"})}),className:\"framer-1nrg2po\",\"data-framer-name\":\"Supporting text\",fonts:[\"Inter\"],name:\"Supporting text\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"acePzqMNo\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/{var _getLocalizedValue;return _jsx(ComponentViewportProvider,{height:60,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1t521rt-container\",children:/*#__PURE__*/_jsx(ButtonPrimaryLarge,{height:\"100%\",hjy8SzUsi:\"var(--token-3db90ec8-2e97-46ad-80be-f339486a45b8, rgb(0, 71, 255))\",hKZlbMJ1C:true,id:\"w9f1R9jDR\",IkxBsr5eE:resolvedLinks[0],layoutId:\"w9f1R9jDR\",MW8bVDMEL:(_getLocalizedValue=getLocalizedValue(\"v5\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:\"Find an finanical advisor\",mzoQ3LPS4:-45,ny3VWxjxD:\"var(--token-3db90ec8-2e97-46ad-80be-f339486a45b8, rgb(0, 71, 255))\",PJxIUcqtf:\"arrow-right\",u_HirTQgU:64,width:\"100%\",wwryb3uBf:false,XT9nCl8yg:\"var(--token-00dd63d9-5965-47c1-9e33-29af28dfcbdc, rgb(255, 255, 255))\"})})});}})]})}),/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:pVk4QsoHxASnVtUBp6jr/TbhpORLndv1iOkZzyo83/CodeBlock.js:default\":componentPresets.props[\"rgW4eKNTa\"]},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:aFQ_2kuCQttEgJZCPh,className:\"framer-1wdweba\",\"data-framer-name\":\"Content\",fonts:[\"Inter\"],name:\"Content\",stylesPresetsClassNames:{a:\"framer-styles-preset-1pca02v\",anchor:\"framer-styles-preset-1pca02v\",code:\"framer-styles-preset-sc0mci\",h1:\"framer-styles-preset-1gob7sy\",h2:\"framer-styles-preset-yb8fr3\",h3:\"framer-styles-preset-h5ogp5\",h4:\"framer-styles-preset-wnqlf3\",h5:\"framer-styles-preset-vqzcl\",h6:\"framer-styles-preset-1o8a0ee\",p:\"framer-styles-preset-1scknwn\"},verticalAlignment:\"top\",withExternalLayout:true})})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-2ge83b\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"136px\",...toResponsiveImage(SPMOnwvQ0)},className:\"framer-tlbvew\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1od9msa\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue5=getLocalizedValue(\"v6\",activeLocale))!==null&&_getLocalizedValue5!==void 0?_getLocalizedValue5:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-text-color\":\"var(--token-d71a1a7f-0713-4c62-9977-2304e5272555, rgb(33, 35, 29))\"},children:\"Author\"})}),className:\"framer-bg9snp\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ala4nd\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-text-color\":\"var(--token-d71a1a7f-0713-4c62-9977-2304e5272555, rgb(33, 35, 29))\"},children:\"Wealthiee\"})}),className:\"framer-x5u1y\",fonts:[\"Inter\"],text:eoyD6jGZettEgJZCPh,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue6=getLocalizedValue(\"v7\",activeLocale))!==null&&_getLocalizedValue6!==void 0?_getLocalizedValue6:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"14px\",\"--framer-text-color\":\"var(--token-d71a1a7f-0713-4c62-9977-2304e5272555, rgb(33, 35, 29))\"},children:\"The Wealthiee Research Team is composed of seasoned financial experts with diverse backgrounds in Swiss finance, including pensions, mortgages, investment, and financial advisory services. With decades of combined experience, our team stays at the forefront of financial trends and regulatory changes in Switzerland and globally.\"})}),className:\"framer-12ahr8a\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]}),/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:pVk4QsoHxASnVtUBp6jr/TbhpORLndv1iOkZzyo83/CodeBlock.js:default\":componentPresets.props[\"rgW4eKNTa\"]},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:aFQ_2kuCQttEgJZCPh,className:\"framer-70fmsj\",\"data-framer-name\":\"Content\",fonts:[\"Inter\"],name:\"Content\",stylesPresetsClassNames:{a:\"framer-styles-preset-1pca02v\",anchor:\"framer-styles-preset-1pca02v\",code:\"framer-styles-preset-sc0mci\",h1:\"framer-styles-preset-1gob7sy\",h2:\"framer-styles-preset-yb8fr3\",h3:\"framer-styles-preset-h5ogp5\",h4:\"framer-styles-preset-wnqlf3\",h5:\"framer-styles-preset-vqzcl\",h6:\"framer-styles-preset-1o8a0ee\",p:\"framer-styles-preset-1scknwn\"},verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:72,width:\"min(347px, min(100vw, 1440px))\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1rbfirj-container\",children:/*#__PURE__*/_jsx(InThisArticle,{B3CfChbds:\"\",height:\"100%\",id:\"o9dhUwFXL\",layoutId:\"o9dhUwFXL\",r7E30YCEx:\"\",rfrsEFvYH:(_getLocalizedValue7=getLocalizedValue(\"v8\",activeLocale))!==null&&_getLocalizedValue7!==void 0?_getLocalizedValue7:\"What is pension drawdown?\",RhzkJTzqv:\"\",style:{maxWidth:\"100%\",width:\"100%\"},variant:\"PKyluU_Ta\",width:\"100%\",y8pO13ZuC:\"\"})})})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:714,width:\"100vw\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-14bjwf4-container\",id:elementId,ref:ref2,children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"UrXkBQu8z\",layoutId:\"UrXkBQu8z\",style:{width:\"100%\"},variant:\"huhSo1CMZ\",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-LKekz { background: white; }`,\".framer-LKekz.framer-pcnsq7, .framer-LKekz .framer-pcnsq7 { display: block; }\",\".framer-LKekz.framer-1pvdfhr { align-content: center; align-items: center; background-color: #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: 1400px; }\",\".framer-LKekz .framer-16fvjij-container { flex: none; height: auto; position: relative; width: 100%; z-index: 10; }\",\".framer-LKekz .framer-9au1lv { background-color: rgba(0, 0, 0, 0.8); inset: 0px; position: fixed; user-select: none; z-index: 5; }\",\".framer-LKekz .framer-1pab63q { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: flex-start; max-width: 1440px; overflow: visible; padding: 80px; position: relative; width: 100%; }\",\".framer-LKekz .framer-1kaj3ho { 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; position: relative; width: 1px; }\",\".framer-LKekz .framer-hdjxzi { align-content: flex-start; align-items: flex-start; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-LKekz .framer-tir91z { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-LKekz .framer-4w4j { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-LKekz .framer-1ll248y { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-LKekz .framer-1u474lr { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; max-width: 2000px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-LKekz .framer-s734og { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: wrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-LKekz .framer-z5el0n, .framer-LKekz .framer-1krya2d { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-LKekz .framer-1px9z58 { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-LKekz .framer-vclkpl { --framer-paragraph-spacing: 48px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-LKekz .framer-1yoav1m { --framer-paragraph-spacing: 20px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-LKekz .framer-16vkisw { align-content: center; align-items: center; 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: min-content; }\",\".framer-LKekz .framer-1yjgizv { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-LKekz .framer-19g5no9 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-LKekz .framer-djy59r, .framer-LKekz .framer-1f5iw3z { --framer-paragraph-spacing: 18px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-LKekz .framer-emvrr8, .framer-LKekz .framer-15aqax7 { --framer-paragraph-spacing: 16px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-LKekz .framer-1r1gotk-container { flex: none; height: auto; position: relative; width: 347px; }\",\".framer-LKekz .framer-1v5mi8s { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 100%; }\",\".framer-LKekz .framer-15jh8nx { 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: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-LKekz .framer-owqoce, .framer-LKekz .framer-103820y, .framer-LKekz .framer-vsnz65, .framer-LKekz .framer-1qow8jn, .framer-LKekz .framer-1246jz9, .framer-LKekz .framer-g00lx, .framer-LKekz .framer-1x02dug, .framer-LKekz .framer-yjv1l6, .framer-LKekz .framer-1wdweba, .framer-LKekz .framer-70fmsj { --framer-paragraph-spacing: 32px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-LKekz .framer-i7rkno { align-content: center; align-items: center; background-color: #12033b; border-bottom-left-radius: 18px; border-bottom-right-radius: 18px; border-top-left-radius: 18px; border-top-right-radius: 18px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 30px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-LKekz .framer-yirjn6 { 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; max-width: 528px; overflow: visible; padding: 0px; position: relative; width: 528px; z-index: 6; }\",\".framer-LKekz .framer-192syq7 { --framer-paragraph-spacing: 58px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-LKekz .framer-1nrg2po { --framer-paragraph-spacing: 18px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-LKekz .framer-1t521rt-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-LKekz .framer-2ge83b { align-content: center; align-items: center; background-color: rgba(0, 71, 255, 0.1); border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 15px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-LKekz .framer-tlbvew { border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; flex: none; height: 132px; overflow: hidden; position: relative; width: 136px; will-change: var(--framer-will-change-override, transform); }\",\".framer-LKekz .framer-1od9msa { 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: hidden; padding: 0px; position: relative; width: 315px; }\",\".framer-LKekz .framer-bg9snp, .framer-LKekz .framer-x5u1y { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-LKekz .framer-1ala4nd { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-LKekz .framer-12ahr8a { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; opacity: 0.8; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-LKekz .framer-1rbfirj-container { flex: none; height: auto; max-width: 100%; position: sticky; top: 50px; width: 347px; will-change: transform; z-index: 1; }\",\".framer-LKekz .framer-14bjwf4-container { flex: none; height: auto; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-LKekz.framer-1pvdfhr, .framer-LKekz .framer-1pab63q, .framer-LKekz .framer-1kaj3ho, .framer-LKekz .framer-hdjxzi, .framer-LKekz .framer-tir91z, .framer-LKekz .framer-4w4j, .framer-LKekz .framer-1ll248y, .framer-LKekz .framer-1u474lr, .framer-LKekz .framer-s734og, .framer-LKekz .framer-16vkisw, .framer-LKekz .framer-1yjgizv, .framer-LKekz .framer-19g5no9, .framer-LKekz .framer-1v5mi8s, .framer-LKekz .framer-15jh8nx, .framer-LKekz .framer-i7rkno, .framer-LKekz .framer-yirjn6, .framer-LKekz .framer-2ge83b, .framer-LKekz .framer-1od9msa, .framer-LKekz .framer-1ala4nd { gap: 0px; } .framer-LKekz.framer-1pvdfhr > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-LKekz.framer-1pvdfhr > :first-child, .framer-LKekz .framer-1kaj3ho > :first-child, .framer-LKekz .framer-hdjxzi > :first-child, .framer-LKekz .framer-tir91z > :first-child, .framer-LKekz .framer-4w4j > :first-child, .framer-LKekz .framer-1ll248y > :first-child, .framer-LKekz .framer-1v5mi8s > :first-child, .framer-LKekz .framer-15jh8nx > :first-child, .framer-LKekz .framer-yirjn6 > :first-child, .framer-LKekz .framer-1od9msa > :first-child, .framer-LKekz .framer-1ala4nd > :first-child { margin-top: 0px; } .framer-LKekz.framer-1pvdfhr > :last-child, .framer-LKekz .framer-1kaj3ho > :last-child, .framer-LKekz .framer-hdjxzi > :last-child, .framer-LKekz .framer-tir91z > :last-child, .framer-LKekz .framer-4w4j > :last-child, .framer-LKekz .framer-1ll248y > :last-child, .framer-LKekz .framer-1v5mi8s > :last-child, .framer-LKekz .framer-15jh8nx > :last-child, .framer-LKekz .framer-yirjn6 > :last-child, .framer-LKekz .framer-1od9msa > :last-child, .framer-LKekz .framer-1ala4nd > :last-child { margin-bottom: 0px; } .framer-LKekz .framer-1pab63q > * { margin: 0px; margin-left: calc(48px / 2); margin-right: calc(48px / 2); } .framer-LKekz .framer-1pab63q > :first-child, .framer-LKekz .framer-1u474lr > :first-child, .framer-LKekz .framer-s734og > :first-child, .framer-LKekz .framer-16vkisw > :first-child, .framer-LKekz .framer-1yjgizv > :first-child, .framer-LKekz .framer-19g5no9 > :first-child, .framer-LKekz .framer-i7rkno > :first-child, .framer-LKekz .framer-2ge83b > :first-child { margin-left: 0px; } .framer-LKekz .framer-1pab63q > :last-child, .framer-LKekz .framer-1u474lr > :last-child, .framer-LKekz .framer-s734og > :last-child, .framer-LKekz .framer-16vkisw > :last-child, .framer-LKekz .framer-1yjgizv > :last-child, .framer-LKekz .framer-19g5no9 > :last-child, .framer-LKekz .framer-i7rkno > :last-child, .framer-LKekz .framer-2ge83b > :last-child { margin-right: 0px; } .framer-LKekz .framer-1kaj3ho > *, .framer-LKekz .framer-4w4j > *, .framer-LKekz .framer-15jh8nx > *, .framer-LKekz .framer-1od9msa > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-LKekz .framer-hdjxzi > *, .framer-LKekz .framer-tir91z > *, .framer-LKekz .framer-1v5mi8s > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-LKekz .framer-1ll248y > *, .framer-LKekz .framer-1ala4nd > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-LKekz .framer-1u474lr > *, .framer-LKekz .framer-2ge83b > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-LKekz .framer-s734og > *, .framer-LKekz .framer-16vkisw > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-LKekz .framer-1yjgizv > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } .framer-LKekz .framer-19g5no9 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-LKekz .framer-i7rkno > * { margin: 0px; margin-left: calc(32px / 2); margin-right: calc(32px / 2); } .framer-LKekz .framer-yirjn6 > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,...sharedStyle8.css,...sharedStyle9.css,...sharedStyle10.css,...sharedStyle11.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 9190\n * @framerIntrinsicWidth 1400\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerResponsiveScreen\n */const FramerPAX13_iCw=withCSS(Component,css,\"framer-LKekz\");export default FramerPAX13_iCw;FramerPAX13_iCw.displayName=\"Page\";FramerPAX13_iCw.defaultProps={height:9190,width:1400};addFonts(FramerPAX13_iCw,[{explicitInter:true,fonts:[{family:\"Onest\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/onest/v6/gNMZW3F-SZuj7zOT0IfSjTS16cPh9R-ZtxFMQWXgSQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{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/hyOgCu0Xnghbimh0pE8QTvtt2AU.woff2\",weight:\"600\"},{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/NeGmSOXrPBfEFIy5YZeHq17LEDA.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/oYaAX5himiTPYuN8vLWnqBbfD2s.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/lEJLP4R0yuCaMCjSXYHtJw72M.woff2\",weight:\"600\"},{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/cRJyLNuTJR5jbyKzGi33wU9cqIQ.woff2\",weight:\"600\"},{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/1ZFS7N918ojhhd0nQWdj3jz4w.woff2\",weight:\"600\"},{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/A0Wcc7NgXMjUuFdquHDrIZpzZw0.woff2\",weight:\"600\"}]},...NavigationFonts,...InThisArticleFonts,...ButtonPrimaryLargeFonts,...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),...getFontsFromSharedStyle(sharedStyle8.fonts),...getFontsFromSharedStyle(sharedStyle9.fonts),...getFontsFromSharedStyle(sharedStyle10.fonts),...getFontsFromSharedStyle(sharedStyle11.fonts),...((_componentPresets_fonts=componentPresets.fonts)===null||_componentPresets_fonts===void 0?void 0:_componentPresets_fonts[\"rgW4eKNTa\"])?getFontsFromComponentPreset((_componentPresets_fonts1=componentPresets.fonts)===null||_componentPresets_fonts1===void 0?void 0:_componentPresets_fonts1[\"rgW4eKNTa\"]):[]],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerPAX13_iCw\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerResponsiveScreen\":\"\",\"framerIntrinsicWidth\":\"1400\",\"framerIntrinsicHeight\":\"9190\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["valuesByLocaleId", "LazyValue", "getLocalizedValue", "key", "locale", "values", "value", "preload", "promises", "promise", "usePreloadLocalizedValues", "preloadPromise", "_componentPresets_fonts", "_componentPresets_fonts1", "NavigationFonts", "getFonts", "A94T3B_Jj_default", "InThisArticleFonts", "CFJSen5vx_default", "ButtonPrimaryLargeFonts", "VjwyuRYQW_default", "FooterFonts", "mT80mjSaJ_default", "breakpoints", "serializationHash", "variantClassNames", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "isSet", "value", "toDateString", "options", "activeLocale", "date", "display", "dateOptions", "fallbackLocale", "locale", "toResponsiveImage", "metadata", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "setLocale", "useLocaleInfo", "currentPathVariables", "useCurrentPathVariables", "currentRouteData", "useQueryData", "JrCmUS0Uc_default", "getWhereExpressionFromPathVariables", "getFromCurrentRouteData", "key", "NotFoundError", "_getFromCurrentRouteData", "_getFromCurrentRouteData1", "_getFromCurrentRouteData2", "_getFromCurrentRouteData3", "_getFromCurrentRouteData4", "_getFromCurrentRouteData5", "_getFromCurrentRouteData6", "_getFromCurrentRouteData7", "_getFromCurrentRouteData8", "_getFromCurrentRouteData9", "_getFromCurrentRouteData10", "_getFromCurrentRouteData11", "style", "className", "layoutId", "variant", "FvcvumDAv", "Oq2sLQOWP", "geMnsX5FtttEgJZCPh", "RFTbnhz3MttEgJZCPh", "uQX3k_GnJ", "a50aNw372ttEgJZCPh", "GokZF07km", "l8hizssoq", "Ii9lkaD3k", "vh3gFXboV", "bQp0Uu7aM", "yo4V8S5OB", "qlvJWOYIP", "fJDpR8k6S", "qPVoQanu3", "aFQ_2kuCQttEgJZCPh", "SPMOnwvQ0", "eoyD6jGZettEgJZCPh", "restProps", "ue", "metadata1", "robotsTag", "ie", "_document_querySelector", "bodyCls", "body", "c", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "breakpoints", "gestureVariant", "activeVariantCallback", "delay", "useActiveVariantCallback", "ry0Omz2Viwelu7j", "overlay", "paginationInfo", "args", "ref1", "pe", "usePreloadLocalizedValues", "activeLocaleCode", "useLocaleCode", "textContent", "router", "useRouter", "elementId", "useRouteElementId", "ref2", "defaultLayoutId", "ae", "sharedStyleClassNames", "useCustomCursors", "_getLocalizedValue", "_getLocalizedValue1", "_getLocalizedValue2", "_getLocalizedValue3", "_getLocalizedValue4", "_getLocalizedValue5", "_getLocalizedValue6", "_getLocalizedValue7", "p", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "cx", "l", "ComponentViewportProvider", "Container", "A94T3B_Jj_default", "AnimatePresence", "Ga", "x", "RichText2", "getLocalizedValue", "Link", "ComponentPresetsProvider", "CFJSen5vx_default", "ResolveLinks", "resolvedLinks", "VjwyuRYQW_default", "Image2", "mT80mjSaJ_default", "css", "FramerPAX13_iCw", "withCSS", "PAX13_iCw_default", "addFonts", "NavigationFonts", "InThisArticleFonts", "ButtonPrimaryLargeFonts", "FooterFonts", "getFontsFromSharedStyle", "fonts", "_componentPresets_fonts", "getFontsFromComponentPreset", "_componentPresets_fonts1", "__FramerMetadata__"]
}
