{"version":3,"file":"jfbElxvttFwrKFD01biEzmZBFlbXKs5Qm8DJrJjc860.Biu84ynQ.mjs","names":["props","Navbar","QRModal","CTAPrimary","PlanCards","RelatedBlogPosts","props","BlogPosts","metadata","className","_Fragment","PropertyOverrides","Image","css"],"sources":["https:/framerusercontent.com/modules/Fzca5k6fjITf4aHgGz6M/wKVMGFXwn2LhY8WRVxeU/ShareOnSocials.js","https:/framerusercontent.com/modules/1SHa2x9fqfjB9aYmRQUp/1wo1KneyKOykDYrWTBTG/dO9lml58J.js","https:/framerusercontent.com/modules/lTSVfbTNqg3r8lixcGMP/ZcZXgjjD66KlkMu55ZDV/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 (623e8d4)\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\")),lMXFgAOrS:new LazyValue(()=>import(\"./dO9lml58J-5.js\")),LMYmDzsTL:new LazyValue(()=>import(\"./dO9lml58J-3.js\")),PGsEYFoqv:new LazyValue(()=>import(\"./dO9lml58J-6.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\":{\"default\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"usePreloadLocalizedValues\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}","// Generated by Framer (623e8d4)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ComponentPresetsProvider,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromComponentPreset,getFontsFromSharedStyle,getLoadingLazyAtYPosition,getWhereExpressionFromPathVariables,Image,NotFoundError,PropertyOverrides,RichText,useActiveVariantCallback,useComponentViewport,useCurrentPathVariables,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleCode,useLocaleInfo,useMetadata,useOverlayState,useQueryData,withCodeBoundaryForOverrides,withCSS}from\"framer\";import{AnimatePresence,LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as ReactDOM from\"react-dom\";import PlanCards from\"#framer/local/canvasComponent/LnCNQKe4F/LnCNQKe4F.js\";import Navbar from\"#framer/local/canvasComponent/qUmNIybh2/qUmNIybh2.js\";import QRModal from\"#framer/local/canvasComponent/rwL81CpNv/rwL81CpNv.js\";import RelatedBlogPosts from\"#framer/local/canvasComponent/s93eQYCwV/s93eQYCwV.js\";import CTAPrimary from\"#framer/local/canvasComponent/vRSca_mm7/vRSca_mm7.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 sharedStyle12 from\"#framer/local/css/boo6xtvML/boo6xtvML.js\";import*as sharedStyle2 from\"#framer/local/css/C4gXxFuOO/C4gXxFuOO.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 sharedStyle13 from\"#framer/local/css/lB8iZ57nP/lB8iZ57nP.js\";import*as sharedStyle10 from\"#framer/local/css/ODad4ZtXn/ODad4ZtXn.js\";import*as sharedStyle7 from\"#framer/local/css/QeZveRZXP/QeZveRZXP.js\";import*as sharedStyle4 from\"#framer/local/css/QJkFFYI5i/QJkFFYI5i.js\";import*as sharedStyle11 from\"#framer/local/css/ShTxJIpSy/ShTxJIpSy.js\";import*as sharedStyle8 from\"#framer/local/css/sXwqVSUkd/sXwqVSUkd.js\";import*as sharedStyle6 from\"#framer/local/css/UCiRq5L0t/UCiRq5L0t.js\";import*as sharedStyle from\"#framer/local/css/uzLO8B62u/uzLO8B62u.js\";import*as sharedStyle9 from\"#framer/local/css/W9uPbH8vE/W9uPbH8vE.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 NavbarFonts=getFonts(Navbar);const QRModalFonts=getFonts(QRModal);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-a1Nm1\";const variantClassNames={nwgqQLWJt:\"framer-v-11v71g6\",qvA9BM9u2:\"framer-v-152u4ew\",zTuOGcB4z:\"framer-v-197ivj7\"};const transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;const getContainer=()=>{return document.querySelector(\"#template-overlay\")??document.querySelector(\"#overlay\")??document.body;};const Overlay=({children,blockDocumentScrolling,enabled=true})=>{const[visible,setVisible]=useOverlayState({blockDocumentScrolling});return children({hide:()=>setVisible(false),show:()=>setVisible(true),toggle:()=>setVisible(!visible),visible:enabled&&visible});};const sharedDateFormatter=(value,formatOptions,locale)=>{if(typeof value!==\"string\")return\"\";const date=new Date(value);if(isNaN(date.getTime()))return\"\";const fallbackLocale=\"en-US\";try{return date.toLocaleString(locale||fallbackLocale,formatOptions);}catch{return date.toLocaleString(fallbackLocale,formatOptions);}};const dateOptions={dateStyle:\"long\",timeZone:\"UTC\"};const toDateString=(value,activeLocale)=>{return sharedDateFormatter(value,dateOptions,activeLocale);};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const transition1={damping:50,delay:0,mass:1,stiffness:500,type:\"spring\"};const animation={opacity:.7,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:\"TqFOxbyIz\",type:\"Identifier\"},{collection:\"dO9lml58J\",name:\"e8MPnlxQP\",type:\"Identifier\"},{collection:\"dO9lml58J\",name:\"fUdISvj6f\",type:\"Identifier\"},{collection:\"dO9lml58J\",name:\"onjMnBjtT\",type:\"Identifier\"},{collection:\"dO9lml58J\",name:\"yHVIg9gen\",type:\"Identifier\"},{collection:\"dO9lml58J\",name:\"JtokfAac4\",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,y5GVRUuPA=getFromCurrentRouteData(\"y5GVRUuPA\")??\"\",e8MPnlxQP=getFromCurrentRouteData(\"e8MPnlxQP\")??\"\",fUdISvj6f=getFromCurrentRouteData(\"fUdISvj6f\"),onjMnBjtT=getFromCurrentRouteData(\"onjMnBjtT\"),yHVIg9gen=getFromCurrentRouteData(\"yHVIg9gen\")??\"\",JtokfAac4=getFromCurrentRouteData(\"JtokfAac4\"),...restProps}=getProps(props);const metadata=React.useMemo(()=>metadataProvider(currentRouteData,activeLocale),[currentRouteData,activeLocale]);useMetadata(metadata);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const{activeVariantCallback,delay}=useActiveVariantCallback(undefined);const CTAcWXMt_3bnx0g=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.toggle();});const wV4WWHmPL1wnntms=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.hide();});const dJaYdXJ7m3bnx0g=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.toggle();});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,sharedStyle12.className,sharedStyle13.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);usePreloadLocalizedValues(activeLocale);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"nwgqQLWJt\")return false;return true;};const activeLocaleCode=useLocaleCode();const textContent=toDateString(fUdISvj6f,activeLocaleCode);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__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-152u4ew\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(Overlay,{enabled:isDisplayed(),children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1112,width:\"100vw\",y:0,children:/*#__PURE__*/_jsxs(Container,{className:\"framer-1djgdab-container\",id:\"1djgdab\",layoutScroll:true,nodeId:\"S2U_8UFgl\",scopeId:\"dO9lml58J\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nwgqQLWJt:{variant:\"FCifLhGef\"},zTuOGcB4z:{variant:\"moHTJxBTR\"}},children:/*#__PURE__*/_jsx(Navbar,{cQGBsWlmV:\"gwwPd7FGe\",CTAcWXMt_:CTAcWXMt_3bnx0g({overlay}),czgzakSfd:getLocalizedValue(\"v0\",activeLocale)??\"Subtitle\",height:\"100%\",id:\"S2U_8UFgl\",layoutId:\"S2U_8UFgl\",style:{width:\"100%\"},variant:\"QNuOCdi0H\",width:\"100%\"})}),isDisplayed()&&/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:.3,ease:[0,0,1,1],type:\"tween\"}},className:`${cx(scopingClassNames,\"framer-q3wzcb\")} hidden-11v71g6`,\"data-framer-portal-id\":\"1djgdab\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[0,0,1,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay.hide()},\"el7g64kgw\"),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"480px\",children:/*#__PURE__*/_jsx(Container,{className:cx(scopingClassNames,\"framer-1a0jb5o-container\"),\"data-framer-portal-id\":\"1djgdab\",inComponentSlot:true,nodeId:\"CDhkGk2vN\",rendersWithMotion:true,scopeId:\"dO9lml58J\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(QRModal,{height:\"100%\",id:\"CDhkGk2vN\",layoutId:\"CDhkGk2vN\",style:{width:\"100%\"},variant:\"VTACALHXl\",width:\"100%\",wV4WWHmPL:wV4WWHmPL1wnntms({overlay})})})})]}),getContainer())})})]})})})}),/*#__PURE__*/_jsxs(\"main\",{className:\"framer-17rw5jr\",\"data-framer-name\":\"MAIN CONTENT\",children:[/*#__PURE__*/_jsx(\"section\",{className:\"framer-59bwye\",\"data-framer-name\":\"Section\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1p7ul7p\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsxs(\"header\",{className:\"framer-1ip8l0p\",\"data-framer-name\":\"Header\",children:[/*#__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(\"div\",{className:\"framer-styles-preset-1igbl16\",\"data-styles-preset\":\"C4gXxFuOO\",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+371),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+403),sizes:`min(min(${componentViewport?.width||\"100vw\"} - 64px, 1216px), 1080px)`,...toResponsiveImage(onjMnBjtT)},className:\"framer-w3z4ab\",\"data-framer-name\":\"Image\"})}),/*#__PURE__*/_jsx(\"article\",{className:\"framer-11bf2im\",\"data-framer-name\":\"Content wrapper\",children:/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:NEd4VmDdsxM3StIUbddO/4sbLnuatuUfmOTwFGSJM/YouTube.js:Youtube\":componentPresets.props[\"QylH1OXPH\"]},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:yHVIg9gen,className:\"framer-14azfvc\",\"data-framer-name\":\"Content\",fonts:[\"Inter\"],stylesPresetsClassNames:{a:\"framer-styles-preset-4w8yxr\",blockquote:\"framer-styles-preset-19r3zro\",code:\"framer-styles-preset-1mvoutz\",h2:\"framer-styles-preset-1kxij7p\",h3:\"framer-styles-preset-1m7rr48\",h4:\"framer-styles-preset-154cc2h\",h5:\"framer-styles-preset-3q2rg6\",img:\"framer-styles-preset-1xtirue\",p:\"framer-styles-preset-ju3f6p\",table:\"framer-styles-preset-1cswyz\"},verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-114i89c\",\"data-framer-name\":\"Share\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v1\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1p605pp\",\"data-styles-preset\":\"lB8iZ57nP\",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:getLocalizedValue(\"v2\",activeLocale)??\"Black chain link icon, symbolizing a hyperlink or connection, on a light background.\",fit:\"fill\",intrinsicHeight:32,intrinsicWidth:32,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+72+0+0+0+32+0+0+731+0+57.6+0+4+0),pixelHeight:32,pixelWidth:32,src:\"https://framerusercontent.com/images/QEpdOlmQ5BhOuXbcXNz2zFIhg.svg\"}},zTuOGcB4z:{background:{alt:getLocalizedValue(\"v2\",activeLocale)??\"Black chain link icon, symbolizing a hyperlink or connection, on a light background.\",fit:\"fill\",intrinsicHeight:32,intrinsicWidth:32,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+72+0+0+0+64+0+0+1047+0+57.6+0+4+0),pixelHeight:32,pixelWidth:32,src:\"https://framerusercontent.com/images/QEpdOlmQ5BhOuXbcXNz2zFIhg.svg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:getLocalizedValue(\"v2\",activeLocale)??\"Black chain link icon, symbolizing a hyperlink or connection, on a light background.\",fit:\"fill\",intrinsicHeight:32,intrinsicWidth:32,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+72+0+0+0+64+0+0+1347+0+57.6+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:getLocalizedValue(\"v3\",activeLocale)??\"Simple black envelope icon, commonly used to represent email, messages, or communication.\",fit:\"fill\",intrinsicHeight:32,intrinsicWidth:32,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+72+0+0+0+32+0+0+731+0+57.6+0+4+0),pixelHeight:32,pixelWidth:32,src:\"https://framerusercontent.com/images/5AdcKV3zhE6UnMx1B9bVAUCYjRI.svg\"}},zTuOGcB4z:{background:{alt:getLocalizedValue(\"v3\",activeLocale)??\"Simple black envelope icon, commonly used to represent email, messages, or communication.\",fit:\"fill\",intrinsicHeight:32,intrinsicWidth:32,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+72+0+0+0+64+0+0+1047+0+57.6+0+4+0),pixelHeight:32,pixelWidth:32,src:\"https://framerusercontent.com/images/5AdcKV3zhE6UnMx1B9bVAUCYjRI.svg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:getLocalizedValue(\"v3\",activeLocale)??\"Simple black envelope icon, commonly used to represent email, messages, or communication.\",fit:\"fill\",intrinsicHeight:32,intrinsicWidth:32,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+72+0+0+0+64+0+0+1347+0+57.6+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:getLocalizedValue(\"v4\",activeLocale)??\"Black LinkedIn logo with “in” letters in white on a black square, symbolizing the professional networking platform.\",fit:\"fill\",intrinsicHeight:32,intrinsicWidth:32,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+72+0+0+0+32+0+0+731+0+57.6+0+4+0),pixelHeight:32,pixelWidth:32,src:\"https://framerusercontent.com/images/Gg7hG9HXb8eoVBKhe22m9ywFxYY.svg\"}},zTuOGcB4z:{background:{alt:getLocalizedValue(\"v4\",activeLocale)??\"Black LinkedIn logo with “in” letters in white on a black square, symbolizing the professional networking platform.\",fit:\"fill\",intrinsicHeight:32,intrinsicWidth:32,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+72+0+0+0+64+0+0+1047+0+57.6+0+4+0),pixelHeight:32,pixelWidth:32,src:\"https://framerusercontent.com/images/Gg7hG9HXb8eoVBKhe22m9ywFxYY.svg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:getLocalizedValue(\"v4\",activeLocale)??\"Black LinkedIn logo with “in” letters in white on a black square, symbolizing the professional networking platform.\",fit:\"fill\",intrinsicHeight:32,intrinsicWidth:32,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+72+0+0+0+64+0+0+1347+0+57.6+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:getLocalizedValue(\"v5\",activeLocale)??\"Black stylized “X” logo, representing the rebranded Twitter platform, formerly known as Twitter.\",fit:\"fill\",intrinsicHeight:32,intrinsicWidth:32,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+72+0+0+0+32+0+0+731+0+57.6+0+4+0),pixelHeight:32,pixelWidth:32,src:\"https://framerusercontent.com/images/dFxsxpGYoWEnYT5uUDl7aND6Vzo.svg\"}},zTuOGcB4z:{background:{alt:getLocalizedValue(\"v5\",activeLocale)??\"Black stylized “X” logo, representing the rebranded Twitter platform, formerly known as Twitter.\",fit:\"fill\",intrinsicHeight:32,intrinsicWidth:32,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+72+0+0+0+64+0+0+1047+0+57.6+0+4+0),pixelHeight:32,pixelWidth:32,src:\"https://framerusercontent.com/images/dFxsxpGYoWEnYT5uUDl7aND6Vzo.svg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:getLocalizedValue(\"v5\",activeLocale)??\"Black stylized “X” logo, representing the rebranded Twitter platform, formerly known as Twitter.\",fit:\"fill\",intrinsicHeight:32,intrinsicWidth:32,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+72+0+0+0+64+0+0+1347+0+57.6+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:getLocalizedValue(\"v6\",activeLocale)??\"Black WhatsApp logo with a phone icon inside a speech bubble, representing messaging and calling.\",fit:\"fill\",intrinsicHeight:32,intrinsicWidth:32,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+72+0+0+0+32+0+0+731+0+57.6+0+4+0),pixelHeight:32,pixelWidth:32,src:\"https://framerusercontent.com/images/xt8xfF2ryNddeR1bCEggfaHt1tI.svg\"}},zTuOGcB4z:{background:{alt:getLocalizedValue(\"v6\",activeLocale)??\"Black WhatsApp logo with a phone icon inside a speech bubble, representing messaging and calling.\",fit:\"fill\",intrinsicHeight:32,intrinsicWidth:32,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+72+0+0+0+64+0+0+1047+0+57.6+0+4+0),pixelHeight:32,pixelWidth:32,src:\"https://framerusercontent.com/images/xt8xfF2ryNddeR1bCEggfaHt1tI.svg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:getLocalizedValue(\"v6\",activeLocale)??\"Black WhatsApp logo with a phone icon inside a speech bubble, representing messaging and calling.\",fit:\"fill\",intrinsicHeight:32,intrinsicWidth:32,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+72+0+0+0+64+0+0+1347+0+57.6+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:getLocalizedValue(\"v7\",activeLocale)??\"Black circular Facebook icon with lowercase white “f,” representing the Facebook social network.\",fit:\"fill\",intrinsicHeight:32,intrinsicWidth:32,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+72+0+0+0+32+0+0+731+0+57.6+0+4+0),pixelHeight:32,pixelWidth:32,src:\"https://framerusercontent.com/images/MsnrVNHaYAbi1NjECVqPf2FMHc.svg\"}},zTuOGcB4z:{background:{alt:getLocalizedValue(\"v7\",activeLocale)??\"Black circular Facebook icon with lowercase white “f,” representing the Facebook social network.\",fit:\"fill\",intrinsicHeight:32,intrinsicWidth:32,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+72+0+0+0+64+0+0+1047+0+57.6+0+4+0),pixelHeight:32,pixelWidth:32,src:\"https://framerusercontent.com/images/MsnrVNHaYAbi1NjECVqPf2FMHc.svg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:getLocalizedValue(\"v7\",activeLocale)??\"Black circular Facebook icon with lowercase white “f,” representing the Facebook social network.\",fit:\"fill\",intrinsicHeight:32,intrinsicWidth:32,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+72+0+0+0+64+0+0+1347+0+57.6+0+4+0),pixelHeight:32,pixelWidth:32,src:\"https://framerusercontent.com/images/MsnrVNHaYAbi1NjECVqPf2FMHc.svg\"},className:\"framer-i9nys1\",\"data-framer-name\":\"Icon\"})})})]})]})]})}),/*#__PURE__*/_jsx(Overlay,{enabled:isDisplayed(),children:overlay1=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nwgqQLWJt:{y:(componentViewport?.y||0)+72+0+0+892.6},zTuOGcB4z:{y:(componentViewport?.y||0)+72+0+0+1272.6}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:899,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+72+0+0+1572.6,children:/*#__PURE__*/_jsxs(Container,{className:\"framer-1demfq4-container\",id:\"1demfq4\",nodeId:\"IoPUEI98W\",scopeId:\"dO9lml58J\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nwgqQLWJt:{variant:\"VlsCVczJR\"},zTuOGcB4z:{variant:\"ur5cqaN7a\"}},children:/*#__PURE__*/_jsx(CTAPrimary,{dJaYdXJ7m:dJaYdXJ7m3bnx0g({overlay:overlay1}),height:\"100%\",id:\"IoPUEI98W\",layoutId:\"IoPUEI98W\",lDUg0hraI:getLocalizedValue(\"v9\",activeLocale)??\"Open your account in just 5 minutes, directly from your phone.\",lqRRVMUml:true,style:{width:\"100%\"},T1IdSOfL8:getLocalizedValue(\"v8\",activeLocale)??\"Start your 30-day free trial\",uFflicMoy:getLocalizedValue(\"v10\",activeLocale)??\"Get started\",variant:\"ZC7x07oVg\",width:\"100%\",z2l5L8ejj:\"var(--token-950b55c2-27d6-4ce8-b1de-c2192c8503a4, rgb(255, 106, 0))\",zgBJ0RmEd:\"b4h5fy3UU\"})}),isDisplayed()&&/*#__PURE__*/_jsx(AnimatePresence,{children:overlay1.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:.3,ease:[0,0,1,1],type:\"tween\"}},className:`${cx(scopingClassNames,\"framer-9hmnlb\")} hidden-11v71g6`,\"data-framer-portal-id\":\"1demfq4\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[0,0,1,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay1.hide()},\"vACiut2Cm\"),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"480px\",children:/*#__PURE__*/_jsx(Container,{className:cx(scopingClassNames,\"framer-1sdfj00-container\"),\"data-framer-portal-id\":\"1demfq4\",inComponentSlot:true,nodeId:\"NAEhwulYW\",rendersWithMotion:true,scopeId:\"dO9lml58J\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(QRModal,{height:\"100%\",id:\"NAEhwulYW\",layoutId:\"NAEhwulYW\",style:{width:\"100%\"},variant:\"VTACALHXl\",width:\"100%\",wV4WWHmPL:wV4WWHmPL1wnntms({overlay:overlay1})})})})]}),getContainer())})})]})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nwgqQLWJt:{y:(componentViewport?.y||0)+72+0+0+1791.6},zTuOGcB4z:{y:(componentViewport?.y||0)+72+0+0+2171.6}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:924,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+72+0+0+2471.6,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(\"v19\",activeLocale)??\"Next level banking for your international business.\",f2YTnKMAD:getLocalizedValue(\"v16\",activeLocale)??\"The business bank account that gets you started.\",fVqgDOJ9n:getLocalizedValue(\"v15\",activeLocale)??\"The bank account designed for your international lifestyle.\",height:\"100%\",i6N7GGoxz:true,id:\"AnxEb9jy0\",iO9GGNqLv:getLocalizedValue(\"v18\",activeLocale)??\"Everything you need to scale your business.\",IpcMM6OGq:true,iVOSLNCcC:true,jArR5O4jd:true,JCjrbqY1w:true,layoutId:\"AnxEb9jy0\",oFCiIrSfG:getLocalizedValue(\"v17\",activeLocale)??\"Everything you need to run your business.\",Ov27UX0Cs:true,Q3tITDTKK:getLocalizedValue(\"v14\",activeLocale)??\"The bank account that makes budgeting easy.\",sHfCgbFDf:true,ssjdUuecm:getLocalizedValue(\"v12\",activeLocale)??\"The essentials to get you started.\",style:{width:\"100%\"},Tlxkgu3HI:getLocalizedValue(\"v11\",activeLocale)??\"Find your perfect fit\",TQcJwAj9x:\"\",variant:convertFromEnum(JtokfAac4,activeLocale),Vp1myeqrK:true,width:\"100%\",wsPE7Esp8:getLocalizedValue(\"v13\",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+2715.6},zTuOGcB4z:{y:(componentViewport?.y||0)+72+0+0+3095.6}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:419,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+72+0+0+3395.6,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,{aMUJIGYXd:true,height:\"100%\",id:\"jGBvskB5r\",layoutId:\"jGBvskB5r\",LpSWfPFpn:true,pdeonCIdZ:getLocalizedValue(\"v20\",activeLocale)??\"Keep exploring\",style:{width:\"100%\"},TiA5InPZA:getLocalizedValue(\"v21\",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-a1Nm1.framer-1v1m8yl, .framer-a1Nm1 .framer-1v1m8yl { display: block; }\",\".framer-a1Nm1.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-a1Nm1 .framer-1djgdab-container { flex: none; height: auto; left: 50%; position: fixed; top: 0px; transform: translateX(-50%); width: 100%; z-index: 6; }\",'.framer-a1Nm1.framer-q3wzcb, .framer-a1Nm1.framer-9hmnlb { background-color: var(--token-1b7720bd-b881-46f4-ad99-f4f9d98649ae, rgba(0, 0, 0, 0.5)) /* {\"name\":\"utility-black-50%\"} */; inset: 0px; position: fixed; user-select: none; z-index: 8; }',\".framer-a1Nm1.framer-1a0jb5o-container, .framer-a1Nm1.framer-1sdfj00-container { flex: none; height: auto; left: 50%; position: fixed; top: 50%; transform: translate(-50%, -50%); width: 480px; z-index: 8; }\",\".framer-a1Nm1 .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-a1Nm1 .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-a1Nm1 .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-a1Nm1 .framer-1ip8l0p { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: center; max-width: 768px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-a1Nm1 .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-a1Nm1 .framer-cop4zn, .framer-a1Nm1 .framer-1hgae94 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-a1Nm1 .framer-nz7cnf { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-a1Nm1 .framer-w3z4ab { aspect-ratio: 1.7777777777777777 / 1; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; flex: none; height: var(--framer-aspect-ratio-supported, 113px); max-width: 1080px; position: relative; width: 100%; }\",\".framer-a1Nm1 .framer-11bf2im { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-a1Nm1 .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-a1Nm1 .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-a1Nm1 .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-a1Nm1 .framer-mgr073 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-a1Nm1 .framer-1vr9bdt, .framer-a1Nm1 .framer-1d0qa9w, .framer-a1Nm1 .framer-2wqc14, .framer-a1Nm1 .framer-190iv3v, .framer-a1Nm1 .framer-18d5acz, .framer-a1Nm1 .framer-1t5xdz2 { align-content: center; align-items: center; background-color: var(--token-790eda29-d8e8-4037-b877-77c425f46565, #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-a1Nm1 .framer-1tsp135, .framer-a1Nm1 .framer-17bac4t, .framer-a1Nm1 .framer-11crwc4, .framer-a1Nm1 .framer-qz959f, .framer-a1Nm1 .framer-190xxqc, .framer-a1Nm1 .framer-i9nys1 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 32px); position: relative; width: 32px; }\",\".framer-a1Nm1 .framer-1demfq4-container, .framer-a1Nm1 .framer-1r3z4k6-container, .framer-a1Nm1 .framer-14n3fxm-container { flex: none; height: auto; position: relative; width: 100%; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,...sharedStyle8.css,...sharedStyle9.css,...sharedStyle10.css,...sharedStyle11.css,...sharedStyle12.css,...sharedStyle13.css,\"@media (min-width: 768px) and (max-width: 1279px) { .framer-a1Nm1.framer-152u4ew { width: 768px; } .framer-a1Nm1 .framer-w3z4ab { aspect-ratio: unset; height: 420px; }}\",\"@media (max-width: 767px) { .framer-a1Nm1.framer-152u4ew { width: 375px; } .framer-a1Nm1 .framer-59bwye { padding: 32px 16px 32px 16px; } .framer-a1Nm1 .framer-1p7ul7p { gap: 32px; } .framer-a1Nm1 .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; }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 7699\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\n * @framerResponsiveScreen\n */const FramerdO9lml58J=withCSS(Component,css,\"framer-a1Nm1\");export default FramerdO9lml58J;FramerdO9lml58J.displayName=\"Blog Detail\";FramerdO9lml58J.defaultProps={height:7699,width:1280};addFonts(FramerdO9lml58J,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...NavbarFonts,...QRModalFonts,...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),...getFontsFromSharedStyle(sharedStyle10.fonts),...getFontsFromSharedStyle(sharedStyle11.fonts),...getFontsFromSharedStyle(sharedStyle12.fonts),...getFontsFromSharedStyle(sharedStyle13.fonts),...componentPresets.fonts?.[\"QylH1OXPH\"]?getFontsFromComponentPreset(componentPresets.fonts?.[\"QylH1OXPH\"]):[]],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerdO9lml58J\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerIntrinsicWidth\":\"1280\",\"framerScrollSections\":\"* @framerResponsiveScreen\",\"framerColorSyntax\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"zTuOGcB4z\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"nwgqQLWJt\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"7699\",\"framerAcceptsLayoutTemplate\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],"mappings":"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"}