{"version":3,"file":"rS5PJXJMQsnmCAGHjx5zaM2BQQe69-DcBhrivau1ZqU.DBUAd6b1.mjs","names":["props","fonts","fonts","css","className","ButtonTextKILL","ReadingTimeCC","CTAPrimary","PlanCards","RelatedBlogPosts","props","BlogPosts","metadata","className","PropertyOverrides","Image","RichText","css"],"sources":["https:/framerusercontent.com/modules/Fzca5k6fjITf4aHgGz6M/wKVMGFXwn2LhY8WRVxeU/ShareOnSocials.js","https:/framerusercontent.com/modules/kOZpfuzc86QGY4wXzioR/vqm941Qa1J25vPO7IIrw/componentPresets.js","https:/framerusercontent.com/modules/HBY69rTtVlA7IxJBNZSK/D4pWPwmibhJicIly0iS0/boo6xtvML.js","https:/framerusercontent.com/modules/1SHa2x9fqfjB9aYmRQUp/RGhE2is8bBvatI8cKVJm/dO9lml58J.js","https:/framerusercontent.com/modules/lTSVfbTNqg3r8lixcGMP/OI1uh35nTKamlLc7kekb/dO9lml58J.js"],"sourcesContent":["// This module provides code overrides for sharing content on various social media platforms.\n// Last updated by @joshua on 20241126.\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{useEffect,useState}from\"react\";// Code override for sharing content on Twitter.\nexport function Twitter_Share(WrappedComponent){return props=>{// State to store the page title for sharing.\nconst[pageTitle,setPageTitle]=useState(\"\");// Effect to set the page title when the component mounts.\nuseEffect(()=>{setPageTitle(document.title);},[]);// Function to handle the tap event for sharing on Twitter.\nconst handleTap=()=>{window.open(`https://twitter.com/intent/tweet?text=${encodeURIComponent(`Check out this article on ${pageTitle}. Read it here:`)}&url=${encodeURIComponent(window.location.href)}`);};return /*#__PURE__*/_jsx(WrappedComponent,{...props,onTap:handleTap});};}// Code override for sharing content on Facebook.\nexport function Facebook_Share(WrappedComponent){return props=>{// State to store the page title for sharing.\nconst[pageTitle,setPageTitle]=useState(\"\");// Effect to set the page title when the component mounts.\nuseEffect(()=>{setPageTitle(document.title);},[]);// Function to handle the tap event for sharing on Facebook.\nconst handleTap=()=>{window.open(`https://www.facebook.com/sharer/sharer.php?u=${encodeURIComponent(window.location.href)}&quote=${encodeURIComponent(`Check out this article on ${pageTitle}`)}`);};return /*#__PURE__*/_jsx(WrappedComponent,{...props,onTap:handleTap});};}// Code override for sharing content on LinkedIn.\nexport function LinkedIn_Share(WrappedComponent){return props=>{// State to store the page title for sharing.\nconst[pageTitle,setPageTitle]=useState(\"\");// Effect to set the page title when the component mounts.\nuseEffect(()=>{setPageTitle(document.title);},[]);// Function to handle the tap event for sharing on LinkedIn.\nconst handleTap=()=>{window.open(`https://www.linkedin.com/shareArticle?mini=true&url=${encodeURIComponent(window.location.href)}&title=${encodeURIComponent(pageTitle)}&source=bunq.com`);};// Define additional styles to indicate clickability.\nconst componentStyle={...props.style,cursor:\"pointer\"};return /*#__PURE__*/_jsx(WrappedComponent,{...props,onTap:handleTap,style:componentStyle});};}// Code override for sharing content on WhatsApp.\nexport function Whatsapp_Share(WrappedComponent){return props=>{// State to store the page title for sharing.\nconst[pageTitle,setPageTitle]=useState(\"\");// Effect to set the page title when the component mounts.\nuseEffect(()=>{setPageTitle(document.title);},[]);// Function to handle the tap event for sharing on WhatsApp.\nconst handleTap=()=>{window.open(`https://api.whatsapp.com/send?text=${encodeURIComponent(`Check out this article on ${window.location.href}`)}`);};return /*#__PURE__*/_jsx(WrappedComponent,{...props,onTap:handleTap});};}// Code override for sharing content via Email.\nexport function Email_Share(WrappedComponent){return props=>{// State to store the page title for sharing.\nconst[pageTitle,setPageTitle]=useState(\"\");// Effect to set the page title when the component mounts.\nuseEffect(()=>{setPageTitle(document.title);},[]);// Function to handle the tap event for sharing via Email.\nconst handleTap=()=>{const subject=encodeURIComponent(\"Check out this link!\");const body=encodeURIComponent(`Hi,\n\nI wanted to share this article with you: ${window.location.href}`);window.open(`mailto:?subject=${subject}&body=${body}`);};return /*#__PURE__*/_jsx(WrappedComponent,{...props,onTap:handleTap});};}// Code override for copying the page URL to the clipboard.\nexport function Clipboard_Share(WrappedComponent){return props=>{// State to store the page title for potential use.\nconst[pageTitle,setPageTitle]=useState(\"\");// Effect to set the page title when the component mounts.\nuseEffect(()=>{setPageTitle(document.title);},[]);// Function to handle the tap event for copying the URL to the clipboard.\nconst handleTap=()=>{const textField=document.createElement(\"textarea\");textField.innerText=window.location.href;document.body.appendChild(textField);textField.select();document.execCommand(\"copy\");textField.remove();alert(\"URL copied to clipboard!\");};return /*#__PURE__*/_jsx(WrappedComponent,{...props,onTap:handleTap});};}\nexport const __FramerMetadata__ = {\"exports\":{\"Whatsapp_Share\":{\"type\":\"reactHoc\",\"name\":\"Whatsapp_Share\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"LinkedIn_Share\":{\"type\":\"reactHoc\",\"name\":\"LinkedIn_Share\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"Clipboard_Share\":{\"type\":\"reactHoc\",\"name\":\"Clipboard_Share\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"Email_Share\":{\"type\":\"reactHoc\",\"name\":\"Email_Share\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"Facebook_Share\":{\"type\":\"reactHoc\",\"name\":\"Facebook_Share\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"Twitter_Share\":{\"type\":\"reactHoc\",\"name\":\"Twitter_Share\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./ShareOnSocials.map","// Generated by Framer (86f5ff9)\nexport const props={LLPbgJWqc:{borderRadius:16,bottomLeftRadius:16,bottomRightRadius:16,darkTheme:\"framerDark\",font:{fontFamily:'\"Fragment Mono\", monospace',fontSize:\"14px\",fontStyle:\"normal\",fontWeight:400,letterSpacing:\"0em\",lineHeight:\"1.5em\"},isMixedBorderRadius:false,lightTheme:\"framerLight\",padding:24,paddingBottom:24,paddingLeft:24,paddingPerSide:false,paddingRight:24,paddingTop:24,theme:\"framerDark\",themeMode:\"Dynamic\",topLeftRadius:16,topRightRadius:16},QylH1OXPH:{borderRadius:16,bottomLeftRadius:16,bottomRightRadius:16,isMixedBorderRadius:false,isRed:true,topLeftRadius:16,topRightRadius:16}};export const fonts={LLPbgJWqc:[{explicitInter:true,fonts:[{family:\"Fragment Mono\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/fragmentmono/v4/4iCr6K5wfMRRjxp0DA6-2CLnN4FNh4UI_1U.woff2\",weight:\"400\"}]}]};\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"props\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}","// Generated by Framer (f7ce5cf)\nimport{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=[\".framer-RZRlO .framer-styles-preset-1xtirue { border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; }\"];export const className=\"framer-RZRlO\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}","// Generated by Framer (99efa6a)\nimport{LazyValue}from\"framer\";const valuesByLocaleId={CfGhBAyom:new LazyValue(()=>import(\"./dO9lml58J-0.js\")),KnTSfRlEb:new LazyValue(()=>import(\"./dO9lml58J-4.js\")),LASqWnjbT:new LazyValue(()=>import(\"./dO9lml58J-1.js\")),LMYmDzsTL:new LazyValue(()=>import(\"./dO9lml58J-3.js\")),PKMmRs3eb:new LazyValue(()=>import(\"./dO9lml58J-2.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 (99efa6a)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentPresetsProvider,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromComponentPreset,getFontsFromSharedStyle,getLoadingLazyAtYPosition,getWhereExpressionFromPathVariables,Image,NotFoundError,PropertyOverrides,ResolveLinks,RichText,useComponentViewport,useCurrentPathVariables,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleCode,useLocaleInfo,useQueryData,useRouteElementId,useRouter,withCodeBoundaryForOverrides,withCSS}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import ButtonTextKILL from\"#framer/local/canvasComponent/H5y1GblOv/H5y1GblOv.js\";import PlanCards from\"#framer/local/canvasComponent/LnCNQKe4F/LnCNQKe4F.js\";import RelatedBlogPosts from\"#framer/local/canvasComponent/s93eQYCwV/s93eQYCwV.js\";import CTAPrimary from\"#framer/local/canvasComponent/vRSca_mm7/vRSca_mm7.js\";import ReadingTimeCC from\"#framer/local/codeFile/YrOqJRv/ReadingTime.js\";import{Clipboard_Share,Email_Share,Facebook_Share,LinkedIn_Share,Twitter_Share,Whatsapp_Share}from\"#framer/local/codeFile/DspnPjn/ShareOnSocials.js\";import BlogPosts from\"#framer/local/collection/RkpTlbLRO/RkpTlbLRO.js\";import*as componentPresets from\"#framer/local/componentPresets/componentPresets/componentPresets.js\";import*as sharedStyle8 from\"#framer/local/css/boo6xtvML/boo6xtvML.js\";import*as sharedStyle3 from\"#framer/local/css/dFfeAeV8E/dFfeAeV8E.js\";import*as sharedStyle1 from\"#framer/local/css/Gk_iqeUzI/Gk_iqeUzI.js\";import*as sharedStyle7 from\"#framer/local/css/ODad4ZtXn/ODad4ZtXn.js\";import*as sharedStyle2 from\"#framer/local/css/QeZveRZXP/QeZveRZXP.js\";import*as sharedStyle4 from\"#framer/local/css/QJkFFYI5i/QJkFFYI5i.js\";import*as sharedStyle6 from\"#framer/local/css/sXwqVSUkd/sXwqVSUkd.js\";import*as sharedStyle9 from\"#framer/local/css/uzBSHEJDv/uzBSHEJDv.js\";import*as sharedStyle from\"#framer/local/css/uzLO8B62u/uzLO8B62u.js\";import*as sharedStyle5 from\"#framer/local/css/XOvPZaNRX/XOvPZaNRX.js\";import getLocalizedValue,{usePreloadLocalizedValues}from\"#framer/local/localization/dO9lml58J/dO9lml58J.js\";import metadataProvider from\"#framer/local/webPageMetadata/dO9lml58J/dO9lml58J.js\";const ButtonTextKILLFonts=getFonts(ButtonTextKILL);const ReadingTimeCCFonts=getFonts(ReadingTimeCC);const MotionDivClipboard_Share1vr9bdt=withCodeBoundaryForOverrides(motion.div,{nodeId:\"oN7CIVe3h\",override:Clipboard_Share,scopeId:\"dO9lml58J\"});const MotionDivEmail_Share1d0qa9w=withCodeBoundaryForOverrides(motion.div,{nodeId:\"dRy3DV1bh\",override:Email_Share,scopeId:\"dO9lml58J\"});const MotionDivLinkedIn_Share2wqc14=withCodeBoundaryForOverrides(motion.div,{nodeId:\"KF3gTUQIK\",override:LinkedIn_Share,scopeId:\"dO9lml58J\"});const MotionDivTwitter_Share190iv3v=withCodeBoundaryForOverrides(motion.div,{nodeId:\"gSF22vVBb\",override:Twitter_Share,scopeId:\"dO9lml58J\"});const MotionDivWhatsapp_Share18d5acz=withCodeBoundaryForOverrides(motion.div,{nodeId:\"VV3hgumxN\",override:Whatsapp_Share,scopeId:\"dO9lml58J\"});const MotionDivFacebook_Share1t5xdz2=withCodeBoundaryForOverrides(motion.div,{nodeId:\"gitxWSNrc\",override:Facebook_Share,scopeId:\"dO9lml58J\"});const CTAPrimaryFonts=getFonts(CTAPrimary);const PlanCardsFonts=getFonts(PlanCards);const RelatedBlogPostsFonts=getFonts(RelatedBlogPosts);const breakpoints={nwgqQLWJt:\"(max-width: 767px)\",qvA9BM9u2:\"(min-width: 1280px)\",zTuOGcB4z:\"(min-width: 768px) and (max-width: 1279px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-QX09z\";const variantClassNames={nwgqQLWJt:\"framer-v-11v71g6\",qvA9BM9u2:\"framer-v-152u4ew\",zTuOGcB4z:\"framer-v-197ivj7\"};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 transition1={delay:0,duration:.25,ease:[.44,0,.56,1],type:\"tween\"};const animation={opacity:.75,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1};const convertFromEnum=(value,activeLocale)=>{switch(value){case\"jO1Pl9yWh\":return\"Jio5F9AR0\";case\"p6iB3eEGC\":return\"iAjK1zZeD\";case\"PHMZ0j8U3\":return\"zo6kh15xX\";default:return\"kWAFmvnzu\";}};const convertFromEnum1=(value,activeLocale)=>{switch(value){case\"jO1Pl9yWh\":return\"RyygtE8x2\";case\"p6iB3eEGC\":return\"kzpudTxbR\";case\"PHMZ0j8U3\":return\"yinOcB1Go\";default:return\"F2tgIWi96\";}};const convertFromEnum2=(value,activeLocale)=>{switch(value){case\"jO1Pl9yWh\":return\"wU5m51Emj\";case\"p6iB3eEGC\":return\"sdpQykPzA\";case\"PHMZ0j8U3\":return\"sBO82BeSp\";default:return\"F19HkTVBk\";}};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"qvA9BM9u2\",Phone:\"nwgqQLWJt\",Tablet:\"zTuOGcB4z\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"qvA9BM9u2\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const currentPathVariables=useCurrentPathVariables();const[currentRouteData]=useQueryData({from:{alias:\"dO9lml58J\",data:BlogPosts,type:\"Collection\"},select:[{collection:\"dO9lml58J\",name:\"y5GVRUuPA\",type:\"Identifier\"},{collection:\"dO9lml58J\",name:\"fUdISvj6f\",type:\"Identifier\"},{collection:\"dO9lml58J\",name:\"e8MPnlxQP\",type:\"Identifier\"},{collection:\"dO9lml58J\",name:\"onjMnBjtT\",type:\"Identifier\"},{collection:\"dO9lml58J\",name:\"yHVIg9gen\",type:\"Identifier\"},{collection:\"dO9lml58J\",name:\"JtokfAac4\",type:\"Identifier\"},{collection:\"dO9lml58J\",name:\"t0mdF_96l\",type:\"Identifier\"},{collection:\"dO9lml58J\",name:\"SeC3ZOeMi\",type:\"Identifier\"},{collection:\"dO9lml58J\",name:\"xnxfBpD1h\",type:\"Identifier\"}],where:getWhereExpressionFromPathVariables(currentPathVariables,\"dO9lml58J\")});const getFromCurrentRouteData=key=>{if(!currentRouteData)throw new NotFoundError(`No data matches path variables: ${JSON.stringify(currentPathVariables)}`);return currentRouteData[key];};const{style,className,layoutId,variant,uQpdFIJSN_IB8slbn2w,uQpdFIJSN_qTrKDr0HL,yHVIg9gen=getFromCurrentRouteData(\"yHVIg9gen\")??\"\",y5GVRUuPA=getFromCurrentRouteData(\"y5GVRUuPA\")??\"\",e8MPnlxQP=getFromCurrentRouteData(\"e8MPnlxQP\")??\"\",fUdISvj6f=getFromCurrentRouteData(\"fUdISvj6f\"),onjMnBjtT=getFromCurrentRouteData(\"onjMnBjtT\"),t0mdF_96l=getFromCurrentRouteData(\"t0mdF_96l\")??\"\",SeC3ZOeMi=getFromCurrentRouteData(\"SeC3ZOeMi\")??\"\",xnxfBpD1h=getFromCurrentRouteData(\"xnxfBpD1h\")??\"\",JtokfAac4=getFromCurrentRouteData(\"JtokfAac4\"),...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(currentRouteData,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[currentRouteData,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(currentRouteData,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[currentRouteData,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className,sharedStyle6.className,sharedStyle7.className,sharedStyle8.className,sharedStyle9.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const elementId=useRouteElementId(\"SwDMRQHBq\");const ref1=React.useRef(null);const router=useRouter();usePreloadLocalizedValues(activeLocale);const activeLocaleCode=useLocaleCode();const textContent=toDateString(fUdISvj6f,{dateStyle:\"long\",locale:\"\"},activeLocaleCode);const elementId1=useRouteElementId(\"tAWE_TL0A\");const ref2=React.useRef(null);const elementId2=useRouteElementId(\"H3UwTU_jv\");const ref3=React.useRef(null);useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"qvA9BM9u2\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: var(--token-ab64e10b-9ba1-476f-b74d-a602b60011ff, rgb(0, 0, 0)); }\"}),/*#__PURE__*/_jsx(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-152u4ew\",className),ref:refBinding,style:{...style},children:/*#__PURE__*/_jsxs(\"main\",{className:\"framer-17rw5jr\",\"data-framer-name\":\"MAIN CONTENT\",children:[/*#__PURE__*/_jsx(\"section\",{className:\"framer-59bwye\",\"data-framer-name\":\"Blog Post\",id:elementId,ref:ref1,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1p7ul7p\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ip8l0p\",\"data-framer-name\":\"Details wrapper\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1eag42p\",\"data-framer-name\":\"Breadcrumbs\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"W91p4u12e\"},implicitPathVariables:undefined},{href:{webPageId:\"W91p4u12e\"},implicitPathVariables:undefined},{href:{webPageId:\"W91p4u12e\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nwgqQLWJt:{y:(componentViewport?.y||0)+72+0+0+0+32+0+0+0+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:47,y:(componentViewport?.y||0)+72+0+0+0+64+0+0+0+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1gtwibe-container\",nodeId:\"IiN4ik89x\",scopeId:\"dO9lml58J\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nwgqQLWJt:{KsnUmdsez:resolvedLinks[2]},zTuOGcB4z:{KsnUmdsez:resolvedLinks[1]}},children:/*#__PURE__*/_jsx(ButtonTextKILL,{aCcA5DLlL:false,height:\"100%\",id:\"IiN4ik89x\",KsnUmdsez:resolvedLinks[0],layoutId:\"IiN4ik89x\",MHDsp5Fqa:getLocalizedValue(\"v0\",activeLocale)??\"Blog\",variant:\"oC8d6nX4R\",wceiftBUM:true,width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nwgqQLWJt:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:32,intrinsicWidth:32,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+72+0+0+0+32+0+0+0+0+0+15.5),pixelHeight:32,pixelWidth:32,src:\"https://framerusercontent.com/images/SMryyYe6l5qQvFLgWtjTDUnn0k.svg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:32,intrinsicWidth:32,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+72+0+0+0+64+0+0+0+0+0+15.5),pixelHeight:32,pixelWidth:32,src:\"https://framerusercontent.com/images/SMryyYe6l5qQvFLgWtjTDUnn0k.svg\"},className:\"framer-rf8d6r\",\"data-framer-name\":\"Icon\"})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{IB8slbn2w:uQpdFIJSN_IB8slbn2w},webPageId:\"jHk8qafvE\"},implicitPathVariables:undefined},{href:{pathVariables:{IB8slbn2w:uQpdFIJSN_IB8slbn2w},webPageId:\"jHk8qafvE\"},implicitPathVariables:undefined},{href:{pathVariables:{IB8slbn2w:uQpdFIJSN_IB8slbn2w},webPageId:\"jHk8qafvE\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nwgqQLWJt:{y:(componentViewport?.y||0)+72+0+0+0+32+0+0+0+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:47,y:(componentViewport?.y||0)+72+0+0+0+64+0+0+0+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-19i3f4z-container\",nodeId:\"WFi85q_SC\",scopeId:\"dO9lml58J\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nwgqQLWJt:{KsnUmdsez:resolvedLinks1[2]},zTuOGcB4z:{KsnUmdsez:resolvedLinks1[1]}},children:/*#__PURE__*/_jsx(ButtonTextKILL,{aCcA5DLlL:false,height:\"100%\",id:\"WFi85q_SC\",KsnUmdsez:resolvedLinks1[0],layoutId:\"WFi85q_SC\",MHDsp5Fqa:uQpdFIJSN_qTrKDr0HL,variant:\"oC8d6nX4R\",wceiftBUM:true,width:\"100%\"})})})})})})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1jx75t2-container\",isAuthoredByUser:true,nodeId:\"uqHvPasm9\",scopeId:\"dO9lml58J\",children:/*#__PURE__*/_jsx(ReadingTimeCC,{font:{fontFamily:'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',fontSize:\"20px\",fontStyle:\"normal\",fontWeight:400,letterSpacing:\"0em\",lineHeight:\"1.5em\"},fontColor:\"var(--token-5fcce91c-dd1c-4169-b271-a1b5445a4b72, rgb(247, 247, 247))\",formatted:true,formattedText:yHVIg9gen,height:\"100%\",id:\"uqHvPasm9\",layoutId:\"uqHvPasm9\",plainText:\"\",prefix:\"\",suffix:getLocalizedValue(\"v1\",activeLocale)??\" minute read\",textSelect:true,width:\"100%\",wpm:200})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-mtxh5s\",\"data-framer-name\":\"Text wrapper\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-4gak9y\",\"data-styles-preset\":\"uzLO8B62u\",style:{\"--framer-text-alignment\":\"center\"},children:\"Content\"})}),className:\"framer-cop4zn\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],text:y5GVRUuPA,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1bj1o1a\",\"data-styles-preset\":\"Gk_iqeUzI\",style:{\"--framer-text-alignment\":\"center\"},children:\"Content\"})}),className:\"framer-1hgae94\",\"data-framer-name\":\"Description\",fonts:[\"Inter\"],text:e8MPnlxQP,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-ju3f6p\",\"data-styles-preset\":\"QeZveRZXP\",children:\"Content\"})}),className:\"framer-nz7cnf\",\"data-framer-name\":\"Date\",fonts:[\"Inter\"],text:textContent,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nwgqQLWJt:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+72+0+0+0+32+0+0+639),sizes:`min(min(${componentViewport?.width||\"100vw\"} - 32px, 1216px), 1080px)`,...toResponsiveImage(onjMnBjtT)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+72+0+0+0+64+0+0+671),sizes:`min(min(${componentViewport?.width||\"100vw\"} - 64px, 1216px), 1080px)`,...toResponsiveImage(onjMnBjtT)},className:\"framer-w3z4ab\",\"data-framer-name\":\"Image\",id:elementId1,ref:ref2})}),/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:NEd4VmDdsxM3StIUbddO/DDzyuYPF56TuI0bfUu2z/YouTube.js:Youtube\":componentPresets.props[\"QylH1OXPH\"],\"module:pVk4QsoHxASnVtUBp6jr/HTBsNkEMAb7TUGaO3DBy/CodeBlock.js:default\":componentPresets.props[\"LLPbgJWqc\"]},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:yHVIg9gen,className:\"framer-14azfvc\",\"data-framer-name\":\"Content\",fonts:[\"Inter\"],id:elementId2,ref:ref3,stylesPresetsClassNames:{a:\"framer-styles-preset-4w8yxr\",h2:\"framer-styles-preset-1kxij7p\",h3:\"framer-styles-preset-1m7rr48\",h4:\"framer-styles-preset-154cc2h\",img:\"framer-styles-preset-1xtirue\",p:\"framer-styles-preset-ju3f6p\",table:\"framer-styles-preset-1cswyz\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-lopmb0\",\"data-framer-name\":\"Divider\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-114i89c\",\"data-framer-name\":\"Share\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v2\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-zwgvnk\",\"data-styles-preset\":\"uzBSHEJDv\",style:{\"--framer-text-alignment\":\"center\"},children:\"Share this article\"})}),className:\"framer-5abxjj\",\"data-framer-name\":\"Heading\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-mgr073\",\"data-framer-name\":\"Button group\",children:[/*#__PURE__*/_jsx(MotionDivClipboard_Share1vr9bdt,{className:\"framer-1vr9bdt\",\"data-framer-name\":\"Button\",whileHover:animation,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nwgqQLWJt:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:32,intrinsicWidth:32,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+72+0+0+0+32+0+0+1032+0+189+0+4+0),pixelHeight:32,pixelWidth:32,src:\"https://framerusercontent.com/images/QEpdOlmQ5BhOuXbcXNz2zFIhg.svg\"}},zTuOGcB4z:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:32,intrinsicWidth:32,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+72+0+0+0+64+0+0+1380+0+189+0+4+0),pixelHeight:32,pixelWidth:32,src:\"https://framerusercontent.com/images/QEpdOlmQ5BhOuXbcXNz2zFIhg.svg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:32,intrinsicWidth:32,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+72+0+0+0+64+0+0+1680+0+189+0+4+0),pixelHeight:32,pixelWidth:32,src:\"https://framerusercontent.com/images/QEpdOlmQ5BhOuXbcXNz2zFIhg.svg\"},className:\"framer-1tsp135\",\"data-framer-name\":\"Icon\"})})}),/*#__PURE__*/_jsx(MotionDivEmail_Share1d0qa9w,{className:\"framer-1d0qa9w\",\"data-framer-name\":\"Button\",whileHover:animation,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nwgqQLWJt:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:32,intrinsicWidth:32,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+72+0+0+0+32+0+0+1032+0+189+0+4+0),pixelHeight:32,pixelWidth:32,src:\"https://framerusercontent.com/images/5AdcKV3zhE6UnMx1B9bVAUCYjRI.svg\"}},zTuOGcB4z:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:32,intrinsicWidth:32,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+72+0+0+0+64+0+0+1380+0+189+0+4+0),pixelHeight:32,pixelWidth:32,src:\"https://framerusercontent.com/images/5AdcKV3zhE6UnMx1B9bVAUCYjRI.svg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:32,intrinsicWidth:32,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+72+0+0+0+64+0+0+1680+0+189+0+4+0),pixelHeight:32,pixelWidth:32,src:\"https://framerusercontent.com/images/5AdcKV3zhE6UnMx1B9bVAUCYjRI.svg\"},className:\"framer-17bac4t\",\"data-framer-name\":\"Icon\"})})}),/*#__PURE__*/_jsx(MotionDivLinkedIn_Share2wqc14,{className:\"framer-2wqc14\",\"data-framer-name\":\"Button\",whileHover:animation,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nwgqQLWJt:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:32,intrinsicWidth:32,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+72+0+0+0+32+0+0+1032+0+189+0+4+0),pixelHeight:32,pixelWidth:32,src:\"https://framerusercontent.com/images/Gg7hG9HXb8eoVBKhe22m9ywFxYY.svg\"}},zTuOGcB4z:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:32,intrinsicWidth:32,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+72+0+0+0+64+0+0+1380+0+189+0+4+0),pixelHeight:32,pixelWidth:32,src:\"https://framerusercontent.com/images/Gg7hG9HXb8eoVBKhe22m9ywFxYY.svg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:32,intrinsicWidth:32,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+72+0+0+0+64+0+0+1680+0+189+0+4+0),pixelHeight:32,pixelWidth:32,src:\"https://framerusercontent.com/images/Gg7hG9HXb8eoVBKhe22m9ywFxYY.svg\"},className:\"framer-11crwc4\",\"data-framer-name\":\"Icon\"})})}),/*#__PURE__*/_jsx(MotionDivTwitter_Share190iv3v,{className:\"framer-190iv3v\",\"data-framer-name\":\"Button\",whileHover:animation,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nwgqQLWJt:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:32,intrinsicWidth:32,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+72+0+0+0+32+0+0+1032+0+189+0+4+0),pixelHeight:32,pixelWidth:32,src:\"https://framerusercontent.com/images/dFxsxpGYoWEnYT5uUDl7aND6Vzo.svg\"}},zTuOGcB4z:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:32,intrinsicWidth:32,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+72+0+0+0+64+0+0+1380+0+189+0+4+0),pixelHeight:32,pixelWidth:32,src:\"https://framerusercontent.com/images/dFxsxpGYoWEnYT5uUDl7aND6Vzo.svg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:32,intrinsicWidth:32,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+72+0+0+0+64+0+0+1680+0+189+0+4+0),pixelHeight:32,pixelWidth:32,src:\"https://framerusercontent.com/images/dFxsxpGYoWEnYT5uUDl7aND6Vzo.svg\"},className:\"framer-qz959f\",\"data-framer-name\":\"Icon\"})})}),/*#__PURE__*/_jsx(MotionDivWhatsapp_Share18d5acz,{className:\"framer-18d5acz\",\"data-framer-name\":\"Button\",whileHover:animation,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nwgqQLWJt:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:32,intrinsicWidth:32,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+72+0+0+0+32+0+0+1032+0+189+0+4+0),pixelHeight:32,pixelWidth:32,src:\"https://framerusercontent.com/images/xt8xfF2ryNddeR1bCEggfaHt1tI.svg\"}},zTuOGcB4z:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:32,intrinsicWidth:32,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+72+0+0+0+64+0+0+1380+0+189+0+4+0),pixelHeight:32,pixelWidth:32,src:\"https://framerusercontent.com/images/xt8xfF2ryNddeR1bCEggfaHt1tI.svg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:32,intrinsicWidth:32,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+72+0+0+0+64+0+0+1680+0+189+0+4+0),pixelHeight:32,pixelWidth:32,src:\"https://framerusercontent.com/images/xt8xfF2ryNddeR1bCEggfaHt1tI.svg\"},className:\"framer-190xxqc\",\"data-framer-name\":\"Icon\"})})}),/*#__PURE__*/_jsx(MotionDivFacebook_Share1t5xdz2,{className:\"framer-1t5xdz2\",\"data-framer-name\":\"Button\",whileHover:animation,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nwgqQLWJt:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:32,intrinsicWidth:32,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+72+0+0+0+32+0+0+1032+0+189+0+4+0),pixelHeight:32,pixelWidth:32,src:\"https://framerusercontent.com/images/MsnrVNHaYAbi1NjECVqPf2FMHc.svg\"}},zTuOGcB4z:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:32,intrinsicWidth:32,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+72+0+0+0+64+0+0+1380+0+189+0+4+0),pixelHeight:32,pixelWidth:32,src:\"https://framerusercontent.com/images/MsnrVNHaYAbi1NjECVqPf2FMHc.svg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:32,intrinsicWidth:32,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+72+0+0+0+64+0+0+1680+0+189+0+4+0),pixelHeight:32,pixelWidth:32,src:\"https://framerusercontent.com/images/MsnrVNHaYAbi1NjECVqPf2FMHc.svg\"},className:\"framer-i9nys1\",\"data-framer-name\":\"Icon\"})})})]})]})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nwgqQLWJt:{y:(componentViewport?.y||0)+72+0+0+1325},zTuOGcB4z:{y:(componentViewport?.y||0)+72+0+0+1737}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:838,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+72+0+0+2037,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1demfq4-container\",nodeId:\"IoPUEI98W\",scopeId:\"dO9lml58J\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nwgqQLWJt:{variant:\"VlsCVczJR\"},zTuOGcB4z:{variant:\"ur5cqaN7a\"}},children:/*#__PURE__*/_jsx(CTAPrimary,{height:\"100%\",id:\"IoPUEI98W\",layoutId:\"IoPUEI98W\",lDUg0hraI:SeC3ZOeMi,lqRRVMUml:true,style:{width:\"100%\"},T1IdSOfL8:t0mdF_96l,uFflicMoy:xnxfBpD1h,variant:\"ZC7x07oVg\",width:\"100%\",z2l5L8ejj:\"var(--token-950b55c2-27d6-4ce8-b1de-c2192c8503a4, rgb(255, 106, 0))\",zgBJ0RmEd:\"b4h5fy3UU\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nwgqQLWJt:{y:(componentViewport?.y||0)+72+0+0+2163},zTuOGcB4z:{y:(componentViewport?.y||0)+72+0+0+2575}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:924,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+72+0+0+2875,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1r3z4k6-container\",nodeId:\"AnxEb9jy0\",scopeId:\"dO9lml58J\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nwgqQLWJt:{variant:convertFromEnum2(JtokfAac4,activeLocale)},zTuOGcB4z:{variant:convertFromEnum1(JtokfAac4,activeLocale)}},children:/*#__PURE__*/_jsx(PlanCards,{euAeZBJE0:getLocalizedValue(\"v11\",activeLocale)??\"Next level banking for your international business.\",f2YTnKMAD:getLocalizedValue(\"v8\",activeLocale)??\"The business bank account that gets you started.\",FHiJAmwYu:true,fVqgDOJ9n:getLocalizedValue(\"v7\",activeLocale)??\"The bank account designed for your international lifestyle.\",height:\"100%\",hT0M6hVbv:true,i6N7GGoxz:true,id:\"AnxEb9jy0\",iO9GGNqLv:getLocalizedValue(\"v10\",activeLocale)??\"Everything you need to scale your business.\",IpcMM6OGq:true,iVOSLNCcC:true,jArR5O4jd:true,JCjrbqY1w:true,layoutId:\"AnxEb9jy0\",oFCiIrSfG:getLocalizedValue(\"v9\",activeLocale)??\"Everything you need to run your business.\",Ov27UX0Cs:true,Q3tITDTKK:getLocalizedValue(\"v6\",activeLocale)??\"The bank account that makes budgeting easy.\",ssjdUuecm:getLocalizedValue(\"v4\",activeLocale)??\"The essentials to get you started.\",style:{width:\"100%\"},Tlxkgu3HI:getLocalizedValue(\"v3\",activeLocale)??\"Find your perfect fit\",variant:convertFromEnum(JtokfAac4,activeLocale),Vp1myeqrK:true,width:\"100%\",wsPE7Esp8:getLocalizedValue(\"v5\",activeLocale)??\"The bank account for everyday use.\\xa0\\xa0\",yVthlivFq:true})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nwgqQLWJt:{y:(componentViewport?.y||0)+72+0+0+3087},zTuOGcB4z:{y:(componentViewport?.y||0)+72+0+0+3499}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:695,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+72+0+0+3799,children:/*#__PURE__*/_jsx(Container,{className:\"framer-14n3fxm-container\",nodeId:\"jGBvskB5r\",scopeId:\"dO9lml58J\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nwgqQLWJt:{variant:\"rGTqFr5Tx\"},zTuOGcB4z:{variant:\"pDL1EQete\"}},children:/*#__PURE__*/_jsx(RelatedBlogPosts,{height:\"100%\",hvHFpIHtp:false,id:\"jGBvskB5r\",layoutId:\"jGBvskB5r\",pdeonCIdZ:getLocalizedValue(\"v12\",activeLocale)??\"Keep exploring\",QQHWYMuuI:\"\",style:{width:\"100%\"},TiA5InPZA:getLocalizedValue(\"v13\",activeLocale)??\"Check out some of these related articles, packed with useful insights and tips to help you bank smarter and make life easy.\",variant:\"NVLjQVx3R\",width:\"100%\",ZUWgWkqN9:\"xqd7Z5QOK\"})})})})})]})}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-QX09z.framer-1v1m8yl, .framer-QX09z .framer-1v1m8yl { display: block; }\",\".framer-QX09z.framer-152u4ew { align-content: center; align-items: center; background-color: var(--token-ab64e10b-9ba1-476f-b74d-a602b60011ff, #000000); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 72px 0px 0px 0px; position: relative; width: 1280px; }\",\".framer-QX09z .framer-17rw5jr { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-QX09z .framer-59bwye { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; padding: 64px 32px 64px 32px; position: relative; width: 100%; }\",\".framer-QX09z .framer-1p7ul7p { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: center; max-width: 1216px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-QX09z .framer-1ip8l0p, .framer-QX09z .framer-114i89c { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; max-width: 768px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-QX09z .framer-1eag42p { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-QX09z .framer-1gtwibe-container, .framer-QX09z .framer-19i3f4z-container, .framer-QX09z .framer-1jx75t2-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-QX09z .framer-rf8d6r { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 16px); position: relative; width: 16px; }\",\".framer-QX09z .framer-mtxh5s { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-QX09z .framer-cop4zn, .framer-QX09z .framer-1hgae94 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-QX09z .framer-nz7cnf { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-QX09z .framer-w3z4ab { aspect-ratio: 1.7777777777777777 / 1; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; flex: none; height: var(--framer-aspect-ratio-supported, 113px); max-width: 1080px; position: relative; width: 100%; }\",\".framer-QX09z .framer-14azfvc { --framer-paragraph-spacing: 20px; flex: none; height: auto; max-width: 720px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-QX09z .framer-lopmb0 { background-color: var(--token-c4032492-9418-42ca-a8b3-ac30b6b175e6, rgba(255, 255, 255, 0.1)); flex: none; height: 1px; max-width: 768px; overflow: hidden; position: relative; width: 100%; }\",\".framer-QX09z .framer-5abxjj { --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-QX09z .framer-mgr073 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: 40px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-QX09z .framer-1vr9bdt, .framer-QX09z .framer-1d0qa9w, .framer-QX09z .framer-2wqc14, .framer-QX09z .framer-190iv3v, .framer-QX09z .framer-18d5acz, .framer-QX09z .framer-1t5xdz2 { align-content: center; align-items: center; background-color: var(--token-e321b03f-d732-43f9-bbf7-842b7ca11fae, #ffffff); border-bottom-left-radius: 32px; border-bottom-right-radius: 32px; border-top-left-radius: 32px; border-top-right-radius: 32px; cursor: pointer; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 4px; position: relative; width: min-content; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-QX09z .framer-1tsp135, .framer-QX09z .framer-17bac4t, .framer-QX09z .framer-11crwc4, .framer-QX09z .framer-qz959f, .framer-QX09z .framer-190xxqc, .framer-QX09z .framer-i9nys1 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 32px); position: relative; width: 32px; }\",\".framer-QX09z .framer-1demfq4-container, .framer-QX09z .framer-1r3z4k6-container, .framer-QX09z .framer-14n3fxm-container { flex: none; height: auto; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-QX09z.framer-152u4ew, .framer-QX09z .framer-17rw5jr, .framer-QX09z .framer-59bwye, .framer-QX09z .framer-1p7ul7p, .framer-QX09z .framer-1ip8l0p, .framer-QX09z .framer-1eag42p, .framer-QX09z .framer-mtxh5s, .framer-QX09z .framer-114i89c, .framer-QX09z .framer-mgr073, .framer-QX09z .framer-1vr9bdt, .framer-QX09z .framer-1d0qa9w, .framer-QX09z .framer-2wqc14, .framer-QX09z .framer-190iv3v, .framer-QX09z .framer-18d5acz, .framer-QX09z .framer-1t5xdz2 { gap: 0px; } .framer-QX09z.framer-152u4ew > *, .framer-QX09z .framer-17rw5jr > *, .framer-QX09z .framer-59bwye > *, .framer-QX09z .framer-1vr9bdt > *, .framer-QX09z .framer-1d0qa9w > *, .framer-QX09z .framer-2wqc14 > *, .framer-QX09z .framer-190iv3v > *, .framer-QX09z .framer-18d5acz > *, .framer-QX09z .framer-1t5xdz2 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-QX09z.framer-152u4ew > :first-child, .framer-QX09z .framer-17rw5jr > :first-child, .framer-QX09z .framer-59bwye > :first-child, .framer-QX09z .framer-1p7ul7p > :first-child, .framer-QX09z .framer-1ip8l0p > :first-child, .framer-QX09z .framer-mtxh5s > :first-child, .framer-QX09z .framer-114i89c > :first-child, .framer-QX09z .framer-1vr9bdt > :first-child, .framer-QX09z .framer-1d0qa9w > :first-child, .framer-QX09z .framer-2wqc14 > :first-child, .framer-QX09z .framer-190iv3v > :first-child, .framer-QX09z .framer-18d5acz > :first-child, .framer-QX09z .framer-1t5xdz2 > :first-child { margin-top: 0px; } .framer-QX09z.framer-152u4ew > :last-child, .framer-QX09z .framer-17rw5jr > :last-child, .framer-QX09z .framer-59bwye > :last-child, .framer-QX09z .framer-1p7ul7p > :last-child, .framer-QX09z .framer-1ip8l0p > :last-child, .framer-QX09z .framer-mtxh5s > :last-child, .framer-QX09z .framer-114i89c > :last-child, .framer-QX09z .framer-1vr9bdt > :last-child, .framer-QX09z .framer-1d0qa9w > :last-child, .framer-QX09z .framer-2wqc14 > :last-child, .framer-QX09z .framer-190iv3v > :last-child, .framer-QX09z .framer-18d5acz > :last-child, .framer-QX09z .framer-1t5xdz2 > :last-child { margin-bottom: 0px; } .framer-QX09z .framer-1p7ul7p > * { margin: 0px; margin-bottom: calc(64px / 2); margin-top: calc(64px / 2); } .framer-QX09z .framer-1ip8l0p > *, .framer-QX09z .framer-mtxh5s > *, .framer-QX09z .framer-114i89c > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-QX09z .framer-1eag42p > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-QX09z .framer-1eag42p > :first-child, .framer-QX09z .framer-mgr073 > :first-child { margin-left: 0px; } .framer-QX09z .framer-1eag42p > :last-child, .framer-QX09z .framer-mgr073 > :last-child { margin-right: 0px; } .framer-QX09z .framer-mgr073 > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,...sharedStyle8.css,...sharedStyle9.css,\"@media (min-width: 768px) and (max-width: 1279px) { .framer-QX09z.framer-152u4ew { width: 768px; } .framer-QX09z .framer-w3z4ab { aspect-ratio: unset; height: 420px; }}\",\"@media (max-width: 767px) { .framer-QX09z.framer-152u4ew { width: 375px; } .framer-QX09z .framer-59bwye { padding: 32px 16px 32px 16px; } .framer-QX09z .framer-1p7ul7p { gap: 32px; } .framer-QX09z .framer-w3z4ab { aspect-ratio: unset; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; height: 200px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-QX09z .framer-1p7ul7p { gap: 0px; } .framer-QX09z .framer-1p7ul7p > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-QX09z .framer-1p7ul7p > :first-child { margin-top: 0px; } .framer-QX09z .framer-1p7ul7p > :last-child { margin-bottom: 0px; } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 4691\n * @framerIntrinsicWidth 1280\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"zTuOGcB4z\":{\"layout\":[\"fixed\",\"auto\"]},\"nwgqQLWJt\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"SwDMRQHBq\":{\"pattern\":\":SwDMRQHBq\",\"name\":\"blog-post\"},\"tAWE_TL0A\":{\"pattern\":\":tAWE_TL0A\",\"name\":\"image\"},\"H3UwTU_jv\":{\"pattern\":\":H3UwTU_jv\",\"name\":\"content\"}}\n * @framerResponsiveScreen\n */const FramerdO9lml58J=withCSS(Component,css,\"framer-QX09z\");export default FramerdO9lml58J;FramerdO9lml58J.displayName=\"Blog Detail\";FramerdO9lml58J.defaultProps={height:4691,width:1280};addFonts(FramerdO9lml58J,[{explicitInter:true,fonts:[{family:\"Montserrat\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/NZ67QOF3FXYLOR27ABJOZVKKBKNRMKMF/EHBFE55HTLOOJHTZSLD54GSL3EBTAFNQ/DI2GHUWG3WKRXISSCTNDMTWKWZC25UIW.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\"}]},...ButtonTextKILLFonts,...ReadingTimeCCFonts,...CTAPrimaryFonts,...PlanCardsFonts,...RelatedBlogPostsFonts,...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),...componentPresets.fonts?.[\"QylH1OXPH\"]?getFontsFromComponentPreset(componentPresets.fonts?.[\"QylH1OXPH\"]):[],...componentPresets.fonts?.[\"LLPbgJWqc\"]?getFontsFromComponentPreset(componentPresets.fonts?.[\"LLPbgJWqc\"]):[]],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerdO9lml58J\",\"slots\":[],\"annotations\":{\"framerAcceptsLayoutTemplate\":\"true\",\"framerColorSyntax\":\"true\",\"framerScrollSections\":\"{\\\"SwDMRQHBq\\\":{\\\"pattern\\\":\\\":SwDMRQHBq\\\",\\\"name\\\":\\\"blog-post\\\"},\\\"tAWE_TL0A\\\":{\\\"pattern\\\":\\\":tAWE_TL0A\\\",\\\"name\\\":\\\"image\\\"},\\\"H3UwTU_jv\\\":{\\\"pattern\\\":\\\":H3UwTU_jv\\\",\\\"name\\\":\\\"content\\\"}}\",\"framerImmutableVariables\":\"true\",\"framerResponsiveScreen\":\"\",\"framerIntrinsicHeight\":\"4691\",\"framerIntrinsicWidth\":\"1280\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerAutoSizeImages\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"zTuOGcB4z\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"nwgqQLWJt\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],"mappings":"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"}