{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/Qb5cSLRY0tfgbkGYSjwV/DFVpJRyNDvVmBjC56iML/PeKC0ci6Z.js", "ssg:https://framerusercontent.com/modules/weO5pY3kZPWcmQXvKfrR/KGLdaNnOwTeLFbxAAh8n/PeKC0ci6Z.js"],
  "sourcesContent": ["// Generated by Framer (f030ee3)\nimport{LazyValue}from\"framer\";const valuesByLocaleId={dC0rUWJM9:new LazyValue(()=>import(\"./PeKC0ci6Z-0.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 (f030ee3)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,PropertyOverrides,ResolveLinks,RichText,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useRouter,withCSS,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import CTAButton from\"#framer/local/canvasComponent/i1qpMRGqv/i1qpMRGqv.js\";import Nav02Footer from\"#framer/local/canvasComponent/T1_diAL2w/T1_diAL2w.js\";import Nav01Header from\"#framer/local/canvasComponent/uqSUz_Xri/uqSUz_Xri.js\";import BlogIntroduction from\"#framer/local/canvasComponent/wjLluvJUQ/wjLluvJUQ.js\";import BodyBlog from\"#framer/local/canvasComponent/wzkO0S9C0/wzkO0S9C0.js\";import BulletPoints from\"#framer/local/canvasComponent/yv4YkPOno/yv4YkPOno.js\";import Title1Blog from\"#framer/local/canvasComponent/ZwW9oEJ9w/ZwW9oEJ9w.js\";import*as sharedStyle from\"#framer/local/css/F_bG5D9vl/F_bG5D9vl.js\";import*as sharedStyle1 from\"#framer/local/css/xLaFr1PmW/xLaFr1PmW.js\";import*as sharedStyle2 from\"#framer/local/css/XNrgrErJg/XNrgrErJg.js\";import getLocalizedValue,{usePreloadLocalizedValues}from\"#framer/local/localization/PeKC0ci6Z/PeKC0ci6Z.js\";import metadataProvider from\"#framer/local/webPageMetadata/PeKC0ci6Z/PeKC0ci6Z.js\";const Nav01HeaderFonts=getFonts(Nav01Header);const BlogIntroductionFonts=getFonts(BlogIntroduction);const Title1BlogFonts=getFonts(Title1Blog);const BodyBlogFonts=getFonts(BodyBlog);const BulletPointsFonts=getFonts(BulletPoints);const CTAButtonFonts=getFonts(CTAButton);const ContainerWithOptimizedAppearEffect=withOptimizedAppearEffect(Container);const Nav02FooterFonts=getFonts(Nav02Footer);const breakpoints={ccFHjoDSm:\"(min-width: 1051px) and (max-width: 1117px)\",CMvD2N1d3:\"(max-width: 809px)\",GZ0BC8pjF:\"(min-width: 810px) and (max-width: 1050px)\",QOekJanr0:\"(min-width: 1118px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-DBXjN\";const variantClassNames={ccFHjoDSm:\"framer-v-l16m7p\",CMvD2N1d3:\"framer-v-1wr6hy1\",GZ0BC8pjF:\"framer-v-1gyc0u8\",QOekJanr0:\"framer-v-iwgmvf\"};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const transition1={delay:0,duration:.5,ease:[.44,0,.56,1],type:\"tween\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition1,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:150};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={\"Large Desktop\":\"ccFHjoDSm\",Desktop:\"QOekJanr0\",Phone:\"CMvD2N1d3\",Tablet:\"GZ0BC8pjF\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"ccFHjoDSm\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(undefined,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);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(!isBrowser())return true;if([\"CMvD2N1d3\",\"GZ0BC8pjF\"].includes(baseVariant))return false;return true;};usePreloadLocalizedValues(activeLocale);const isDisplayed1=()=>{if(!isBrowser())return true;if(baseVariant===\"CMvD2N1d3\")return true;return false;};const isDisplayed2=()=>{if(!isBrowser())return true;if(baseVariant===\"CMvD2N1d3\")return false;return true;};const router=useRouter();const isDisplayed3=()=>{if(!isBrowser())return true;if(baseVariant===\"GZ0BC8pjF\")return true;return false;};useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"ccFHjoDSm\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: var(--token-30882c94-f0d7-4676-a31c-4e1d40152456, rgb(36, 47, 87)); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-l16m7p\",className),ref:refBinding,style:{...style},children:[isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:91,width:\"100vw\",y:0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-5m3uox-container hidden-1wr6hy1 hidden-1gyc0u8\",layoutScroll:true,nodeId:\"i9my22GWa\",scopeId:\"PeKC0ci6Z\",children:/*#__PURE__*/_jsx(Nav01Header,{height:\"100%\",id:\"i9my22GWa\",layoutId:\"i9my22GWa\",style:{height:\"100%\",width:\"100%\"},t2mmUTN8j:true,variant:\"D07upCnwx\",width:\"100%\"})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{CMvD2N1d3:{height:537,width:componentViewport?.width||\"100vw\"},GZ0BC8pjF:{width:componentViewport?.width||\"100vw\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:297,width:\"903px\",y:(componentViewport?.y||0)+64+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-aj7x9q-container\",nodeId:\"hKKgG4928\",scopeId:\"PeKC0ci6Z\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{CMvD2N1d3:{style:{height:\"100%\",width:\"100%\"},variant:\"h6qBeZZF4\",wWhw4KB8o:addImageAlt({src:\"https://framerusercontent.com/images/BQaXmqVEYKOOplmeKzdJ9qfyZ4o.png\",srcSet:\"https://framerusercontent.com/images/BQaXmqVEYKOOplmeKzdJ9qfyZ4o.png?scale-down-to=512 512w,https://framerusercontent.com/images/BQaXmqVEYKOOplmeKzdJ9qfyZ4o.png 1024w\"},\"\")},GZ0BC8pjF:{variant:\"Xa1JvAB4G\"}},children:/*#__PURE__*/_jsx(BlogIntroduction,{height:\"100%\",id:\"hKKgG4928\",layoutId:\"hKKgG4928\",style:{width:\"100%\"},variant:\"DnGodFUmL\",width:\"100%\",wWhw4KB8o:addImageAlt({src:\"https://framerusercontent.com/images/kRRsb6XbEE46MRJIGvjUetbes7M.png\",srcSet:\"https://framerusercontent.com/images/kRRsb6XbEE46MRJIGvjUetbes7M.png?scale-down-to=512 512w,https://framerusercontent.com/images/kRRsb6XbEE46MRJIGvjUetbes7M.png 1024w\"},\"\"),XPNJb2g3t:getLocalizedValue(\"v0\",activeLocale)??\"DORA Regulation: Effortless Compliance with B4Finance\"})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ue0f0f\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1jer4ok\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-qcv5rt\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v1\",activeLocale)??/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1h6t101\",\"data-styles-preset\":\"F_bG5D9vl\",style:{\"--framer-text-alignment\":\"justify\"},children:\"Staying compliant with the Digital Operational Resilience Act (DORA) is no longer a one-time effort\u2014it's an ongoing responsibility. As of January 17, 2025, financial entities must continuously monitor and manage regulatory requirements to avoid penalties and operational risks.\"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1h6t101\",\"data-styles-preset\":\"F_bG5D9vl\",style:{\"--framer-text-alignment\":\"justify\"},children:\"At B4Finance, we understand the complexities of regulatory compliance. That\u2019s why we\u2019ve designed a seamless, all-in-one solution that ensures your organization a stress free platform.\"})]}),className:\"framer-1c4ix3w\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{CMvD2N1d3:{width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+64+557+10+0+10+293},GZ0BC8pjF:{width:\"628px\",y:(componentViewport?.y||0)+64+317+0+0+32+233}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:42,width:\"828px\",y:(componentViewport?.y||0)+64+317+10+0+32+290,children:/*#__PURE__*/_jsx(Container,{className:\"framer-5n4gtk-container\",nodeId:\"LbEaW0lhq\",scopeId:\"PeKC0ci6Z\",children:/*#__PURE__*/_jsx(Title1Blog,{height:\"100%\",id:\"LbEaW0lhq\",layoutId:\"LbEaW0lhq\",mj8XwOJIF:getLocalizedValue(\"v2\",activeLocale)??\"The Challenge of Continuous Compliance\",style:{width:\"100%\"},variant:\"SVONDqgxx\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{CMvD2N1d3:{width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+64+557+10+0+10+354},GZ0BC8pjF:{width:\"628px\",y:(componentViewport?.y||0)+64+317+0+0+32+291}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:21,width:\"828px\",y:(componentViewport?.y||0)+64+317+10+0+32+348,children:/*#__PURE__*/_jsx(Container,{className:\"framer-15bhz0p-container\",nodeId:\"eUIpdRaXW\",scopeId:\"PeKC0ci6Z\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{QOekJanr0:{GKZ4wKLXB:getLocalizedValue(\"v4\",activeLocale)??/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsxs(\"p\",{children:[/*#__PURE__*/_jsx(\"strong\",{children:\"DORA\"}),\" imposes strict requirements on financial entities, making \",/*#__PURE__*/_jsx(\"strong\",{children:\"operational resilience a necessity\"}),\". Firms must maintain continuous oversight, conduct regular security testing, report incidents, and manage third-party risks. Compliance is not just about avoiding penalties\u2014it\u2019s about ensuring systems can withstand, respond to, and recover from cyber threats, system failures, and third-party vulnerabilities without disrupting investor confidence.\"]}),/*#__PURE__*/_jsxs(\"p\",{children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Beyond DORA\"}),\", financial institutions must also comply with other regulations like the \",/*#__PURE__*/_jsx(\"strong\",{children:\"Anti-Money Laundering Directive (AMLD)\"}),\", the\",/*#__PURE__*/_jsx(\"strong\",{children:\" Markets in Financial Instruments Directive (MiFID II)\"}),\", and the \",/*#__PURE__*/_jsx(\"strong\",{children:\"General Data Protection Regulation (GDPR)\"}),\". These frameworks demand rigorous due diligence, secure investor onboarding, and robust data protection.\"]}),/*#__PURE__*/_jsxs(\"p\",{children:[\"For firms, \",/*#__PURE__*/_jsx(\"strong\",{children:\"the challenge is twofold:\"}),\" ensuring full \",/*#__PURE__*/_jsx(\"strong\",{children:\"regulatory compliance\"}),\" while delivering a \",/*#__PURE__*/_jsx(\"strong\",{children:\"seamless onboarding experience\"}),\". Without an integrated solution, compliance can become fragmented, costly, and prone to human error\u2014leading to penalties and reputational risks.\"]}),/*#__PURE__*/_jsx(\"p\",{children:\"At B4Finance, security and compliance are not add-ons\u2014they are embedded into our platform, providing a reliable framework that evolves with regulatory requirements without disrupting business operations.\"})]})}},children:/*#__PURE__*/_jsx(BodyBlog,{GKZ4wKLXB:getLocalizedValue(\"v3\",activeLocale)??/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsxs(\"p\",{children:[/*#__PURE__*/_jsx(\"strong\",{children:\"DORA\"}),\" imposes strict requirements on financial entities, making o\",/*#__PURE__*/_jsx(\"strong\",{children:\"perational resilience a necessity\"}),\". Firms must maintain continuous oversight, conduct regular security testing, report incidents, and manage third-party risks. Compliance is not just about avoiding penalties\u2014it\u2019s about ensuring systems can withstand, respond to, and recover from cyber threats, system failures, and third-party vulnerabilities without disrupting investor confidence.\"]}),/*#__PURE__*/_jsxs(\"p\",{children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Beyond DORA\"}),\", financial institutions must also comply with other regulations like the \",/*#__PURE__*/_jsx(\"strong\",{children:\"Anti-Money Laundering Directive (AMLD)\"}),\", the\",/*#__PURE__*/_jsx(\"strong\",{children:\" Markets in Financial Instruments Directive (MiFID II)\"}),\", and the \",/*#__PURE__*/_jsx(\"strong\",{children:\"General Data Protection Regulation (GDPR)\"}),\". These frameworks demand rigorous due diligence, secure investor onboarding, and robust data protection.\"]}),/*#__PURE__*/_jsxs(\"p\",{children:[\"For firms, \",/*#__PURE__*/_jsx(\"strong\",{children:\"the challenge is twofold:\"}),\" ensuring full \",/*#__PURE__*/_jsx(\"strong\",{children:\"regulatory compliance\"}),\" while delivering a \",/*#__PURE__*/_jsx(\"strong\",{children:\"seamless onboarding experience\"}),\". Without an integrated solution, compliance can become fragmented, costly, and prone to human error\u2014leading to penalties and reputational risks.\"]}),/*#__PURE__*/_jsx(\"p\",{children:\"At B4Finance, security and compliance are not add-ons\u2014they are embedded into our platform, providing a reliable framework that evolves with regulatory requirements without disrupting business operations.\"})]}),height:\"100%\",id:\"eUIpdRaXW\",layoutId:\"eUIpdRaXW\",style:{width:\"100%\"},width:\"100%\"})})})})}),isDisplayed1()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{CMvD2N1d3:{height:21,width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+64+557+10+0+10+635}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-g8pwii-container hidden-l16m7p hidden-iwgmvf hidden-1gyc0u8\",nodeId:\"HNDp820NI\",scopeId:\"PeKC0ci6Z\",children:/*#__PURE__*/_jsx(BodyBlog,{GKZ4wKLXB:getLocalizedValue(\"v5\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"These measures align with DORA\u2019s strict data protection requirements, safeguarding financial institutions from evolving cyber threats and operational risks.\"})}),height:\"100%\",id:\"HNDp820NI\",layoutId:\"HNDp820NI\",style:{width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{CMvD2N1d3:{width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+64+557+10+0+10+394},GZ0BC8pjF:{width:\"628px\",y:(componentViewport?.y||0)+64+317+0+0+32+328}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:42,width:\"828px\",y:(componentViewport?.y||0)+64+317+10+0+32+385,children:/*#__PURE__*/_jsx(Container,{className:\"framer-ecbww2-container\",nodeId:\"lfP7Cj7Eg\",scopeId:\"PeKC0ci6Z\",children:/*#__PURE__*/_jsx(Title1Blog,{height:\"100%\",id:\"lfP7Cj7Eg\",layoutId:\"lfP7Cj7Eg\",mj8XwOJIF:getLocalizedValue(\"v6\",activeLocale)??\"B4Finance - Investor onboarding made easy\",style:{width:\"100%\"},variant:\"SVONDqgxx\",width:\"100%\"})})})}),isDisplayed2()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GZ0BC8pjF:{height:42,width:\"628px\",y:(componentViewport?.y||0)+64+317+0+0+32+386}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:21,width:\"828px\",y:(componentViewport?.y||0)+64+317+10+0+32+443,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1uzg2so-container hidden-1wr6hy1\",nodeId:\"BYq9idYTp\",scopeId:\"PeKC0ci6Z\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GZ0BC8pjF:{style:{height:\"100%\",width:\"100%\"}}},children:/*#__PURE__*/_jsx(BodyBlog,{GKZ4wKLXB:getLocalizedValue(\"v7\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"Our solution ensures seamless, ongoing compliance with a user-friendly, security-first approach. Key features include:\"})}),height:\"100%\",id:\"BYq9idYTp\",layoutId:\"BYq9idYTp\",style:{width:\"100%\"},width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{CMvD2N1d3:{width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+64+557+10+0+10+599},GZ0BC8pjF:{width:\"628px\",y:(componentViewport?.y||0)+64+317+0+0+32+576}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:17,width:\"828px\",y:(componentViewport?.y||0)+64+317+10+0+32+480,children:/*#__PURE__*/_jsx(Container,{className:\"framer-pxedm9-container\",nodeId:\"xmEHH2Kqk\",scopeId:\"PeKC0ci6Z\",children:/*#__PURE__*/_jsx(BulletPoints,{height:\"100%\",id:\"xmEHH2Kqk\",layoutId:\"xmEHH2Kqk\",SpD4WtZtK:getLocalizedValue(\"v8\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"End-to-end data encryption for storage, processing, and transmission\"})}),style:{width:\"100%\"},variant:\"lgsWL8LvN\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{CMvD2N1d3:{width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+64+557+10+0+10+527},GZ0BC8pjF:{width:\"628px\",y:(componentViewport?.y||0)+64+317+0+0+32+510}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:17,width:\"828px\",y:(componentViewport?.y||0)+64+317+10+0+32+513,children:/*#__PURE__*/_jsx(Container,{className:\"framer-iztizq-container\",nodeId:\"encw_4onT\",scopeId:\"PeKC0ci6Z\",children:/*#__PURE__*/_jsx(BulletPoints,{height:\"100%\",id:\"encw_4onT\",layoutId:\"encw_4onT\",SpD4WtZtK:getLocalizedValue(\"v9\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"Secure transmission protocols to protect data in motion\"})}),style:{width:\"100%\"},variant:\"lgsWL8LvN\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{CMvD2N1d3:{width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+64+557+10+0+10+455},GZ0BC8pjF:{width:\"628px\",y:(componentViewport?.y||0)+64+317+0+0+32+444}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:17,width:\"828px\",y:(componentViewport?.y||0)+64+317+10+0+32+546,children:/*#__PURE__*/_jsx(Container,{className:\"framer-12jg1ve-container\",nodeId:\"Dp7HUhnk_\",scopeId:\"PeKC0ci6Z\",children:/*#__PURE__*/_jsx(BulletPoints,{height:\"100%\",id:\"Dp7HUhnk_\",layoutId:\"Dp7HUhnk_\",SpD4WtZtK:getLocalizedValue(\"v10\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"Advanced key management with HSM implementation and regular rotation\"})}),style:{width:\"100%\"},variant:\"lgsWL8LvN\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{CMvD2N1d3:{width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+64+557+10+0+10+491},GZ0BC8pjF:{width:\"628px\",y:(componentViewport?.y||0)+64+317+0+0+32+477}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:17,width:\"828px\",y:(componentViewport?.y||0)+64+317+10+0+32+579,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1pa3idh-container\",nodeId:\"MdW0YEg5a\",scopeId:\"PeKC0ci6Z\",children:/*#__PURE__*/_jsx(BulletPoints,{height:\"100%\",id:\"MdW0YEg5a\",layoutId:\"MdW0YEg5a\",SpD4WtZtK:getLocalizedValue(\"v11\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"Role-based access controls for robust governance\"})}),style:{width:\"100%\"},variant:\"lgsWL8LvN\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{CMvD2N1d3:{width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+64+557+10+0+10+563},GZ0BC8pjF:{width:\"628px\",y:(componentViewport?.y||0)+64+317+0+0+32+543}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:17,width:\"828px\",y:(componentViewport?.y||0)+64+317+10+0+32+612,children:/*#__PURE__*/_jsx(Container,{className:\"framer-17waqbm-container\",nodeId:\"ZfhPQXMxc\",scopeId:\"PeKC0ci6Z\",children:/*#__PURE__*/_jsx(BulletPoints,{height:\"100%\",id:\"ZfhPQXMxc\",layoutId:\"ZfhPQXMxc\",SpD4WtZtK:getLocalizedValue(\"v12\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"Real-time security monitoring through SOC integration\"})}),style:{width:\"100%\"},variant:\"lgsWL8LvN\",width:\"100%\"})})})}),isDisplayed2()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GZ0BC8pjF:{width:\"628px\",y:(componentViewport?.y||0)+64+317+0+0+32+609}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:21,width:\"828px\",y:(componentViewport?.y||0)+64+317+10+0+32+645,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1lc4co9-container hidden-1wr6hy1\",nodeId:\"MfCp4iSKi\",scopeId:\"PeKC0ci6Z\",children:/*#__PURE__*/_jsx(BodyBlog,{GKZ4wKLXB:getLocalizedValue(\"v5\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"These measures align with DORA\u2019s strict data protection requirements, safeguarding financial institutions from evolving cyber threats and operational risks.\"})}),height:\"100%\",id:\"MfCp4iSKi\",layoutId:\"MfCp4iSKi\",style:{width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{CMvD2N1d3:{width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+64+557+10+0+10+675},GZ0BC8pjF:{width:\"628px\",y:(componentViewport?.y||0)+64+317+0+0+32+646}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:42,width:\"828px\",y:(componentViewport?.y||0)+64+317+10+0+32+682,children:/*#__PURE__*/_jsx(Container,{className:\"framer-xnwde4-container\",nodeId:\"wM3hHSFCq\",scopeId:\"PeKC0ci6Z\",children:/*#__PURE__*/_jsx(Title1Blog,{height:\"100%\",id:\"wM3hHSFCq\",layoutId:\"wM3hHSFCq\",mj8XwOJIF:getLocalizedValue(\"v13\",activeLocale)??\"Future-Proof Your Compliance Strategy\",style:{width:\"100%\"},variant:\"SVONDqgxx\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{CMvD2N1d3:{width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+64+557+10+0+10+736},GZ0BC8pjF:{width:\"628px\",y:(componentViewport?.y||0)+64+317+0+0+32+704}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:21,width:\"828px\",y:(componentViewport?.y||0)+64+317+10+0+32+740,children:/*#__PURE__*/_jsx(Container,{className:\"framer-nal9b5-container\",nodeId:\"vI6Xnf93a\",scopeId:\"PeKC0ci6Z\",children:/*#__PURE__*/_jsx(BodyBlog,{GKZ4wKLXB:getLocalizedValue(\"v14\",activeLocale)??/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{children:\"While DORA introduces new compliance obligations, it also presents an opportunity for financial institutions to strengthen their risk management practices and enhance trust within the financial ecosystem. By proactively implementing these requirements, firms can ensure they are well-positioned to mitigate potential risks, improve operational resilience, and maintain regulatory compliance with confidence.\"}),/*#__PURE__*/_jsx(\"p\",{children:\"With B4Finance, staying ahead of regulatory changes has never been easier. Partner with us to transform compliance from a challenge into a strategic advantage.\"})]}),height:\"100%\",id:\"vI6Xnf93a\",layoutId:\"vI6Xnf93a\",style:{width:\"100%\"},width:\"100%\"})})})})]})}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-1bd2z3m\",\"data-framer-name\":\"CTA Section\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-17lwq3\",\"data-framer-name\":\"03 CTA/Banner\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1w370t1\",\"data-framer-name\":\"Subscription Content\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-gs6dxk\",\"data-framer-name\":\"Title Content\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{CMvD2N1d3:{children:getLocalizedValue(\"v16\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-exh44l\",\"data-styles-preset\":\"xLaFr1PmW\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(0, 0, 0)\"},children:\"Simplify your DORA compliance journey, contact us today!\"})})},GZ0BC8pjF:{children:getLocalizedValue(\"v17\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{className:\"framer-styles-preset-1b88axh\",\"data-styles-preset\":\"XNrgrErJg\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(0, 0, 0)\"},children:[\"Simplify your DORA compliance journey,\",/*#__PURE__*/_jsx(\"br\",{}),\"contact us today!\"]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v15\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-exh44l\",\"data-styles-preset\":\"xLaFr1PmW\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(0, 0, 0)\"},children:\"Simplify your DORA compliance journey\u2014contact us today!\"})}),className:\"framer-45pgxt\",fonts:[\"Inter\"],id:\"45pgxt\",verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"ARDzPUYf1\"},implicitPathVariables:undefined},{href:{webPageId:\"ARDzPUYf1\"},implicitPathVariables:undefined},{href:{webPageId:\"ARDzPUYf1\"},implicitPathVariables:undefined},{href:{webPageId:\"ARDzPUYf1\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{CMvD2N1d3:{height:42,width:\"175px\",y:(componentViewport?.y||0)+64+1374+0+0+46.3+0+53.4},GZ0BC8pjF:{width:\"206px\",y:(componentViewport?.y||0)+64+1136+0+0+34.7+0+55.6}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:47,width:\"203px\",y:(componentViewport?.y||0)+64+1182+0+0+0+0+107.2,children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation,className:\"framer-5exfog-container\",\"data-framer-appear-id\":\"5exfog\",id:\"5exfog\",initial:animation1,nodeId:\"lmKMu0YPc\",optimized:true,rendersWithMotion:true,scopeId:\"PeKC0ci6Z\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{CMvD2N1d3:{BpBzX0p60:false,qAejPu7n3:resolvedLinks[2],style:{height:\"100%\",width:\"100%\"}},GZ0BC8pjF:{qAejPu7n3:resolvedLinks[3]},QOekJanr0:{qAejPu7n3:resolvedLinks[1]}},children:/*#__PURE__*/_jsx(CTAButton,{BpBzX0p60:true,CLwo5toVX:getLocalizedValue(\"v18\",activeLocale)??\"Book a demo\",height:\"100%\",ICa5HVGey:\"var(--token-0dbc62f9-ce04-4373-93c9-1d22735eece5, rgb(1, 165, 196))\",id:\"lmKMu0YPc\",iYogxevL6:\"14px 24px 14px 24px\",jEZND0IbI:false,layoutId:\"lmKMu0YPc\",pMeWZ1xxl:\"ArrowRight\",qAejPu7n3:resolvedLinks[0],style:{width:\"100%\"},variant:\"zKQ3fVdBH\",W4fYvvW6v:\"var(--token-0dbc62f9-ce04-4373-93c9-1d22735eece5, rgb(1, 165, 196))\",width:\"100%\",Y09OdWT2b:\"rgb(255, 255, 255)\"})})})})})})]})})}),isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{QOekJanr0:{height:739}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:741,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+64+1397,children:/*#__PURE__*/_jsx(Container,{className:\"framer-rhc3ng-container hidden-1wr6hy1 hidden-1gyc0u8\",nodeId:\"u61xjasdn\",scopeId:\"PeKC0ci6Z\",children:/*#__PURE__*/_jsx(Nav02Footer,{height:\"100%\",id:\"u61xjasdn\",layoutId:\"u61xjasdn\",style:{height:\"100%\",width:\"100%\"},variant:\"DiZQFHV8d\",width:\"100%\"})})})}),isDisplayed3()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GZ0BC8pjF:{height:951,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+64+1328}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-t4wiag-container hidden-l16m7p hidden-iwgmvf hidden-1wr6hy1\",nodeId:\"f7IDStvzd\",scopeId:\"PeKC0ci6Z\",children:/*#__PURE__*/_jsx(Nav02Footer,{height:\"100%\",id:\"f7IDStvzd\",layoutId:\"f7IDStvzd\",style:{height:\"100%\",width:\"100%\"},variant:\"vFLBRpJcC\",width:\"100%\"})})})}),isDisplayed1()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{CMvD2N1d3:{height:1380,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+64+1582}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-2h7mwv-container hidden-l16m7p hidden-iwgmvf hidden-1gyc0u8\",nodeId:\"gRPTcPJGI\",scopeId:\"PeKC0ci6Z\",children:/*#__PURE__*/_jsx(Nav02Footer,{height:\"100%\",id:\"gRPTcPJGI\",layoutId:\"gRPTcPJGI\",style:{height:\"100%\",width:\"100%\"},variant:\"eHZbwicjg\",width:\"100%\"})})})}),isDisplayed1()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{CMvD2N1d3:{height:88,width:\"100vw\",y:0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-a0jtn-container hidden-l16m7p hidden-iwgmvf hidden-1gyc0u8\",layoutScroll:true,nodeId:\"ToDEPVsof\",scopeId:\"PeKC0ci6Z\",children:/*#__PURE__*/_jsx(Nav01Header,{height:\"100%\",id:\"ToDEPVsof\",layoutId:\"ToDEPVsof\",style:{width:\"100%\"},t2mmUTN8j:true,variant:\"BMONVPYhg\",width:\"100%\"})})})}),isDisplayed3()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GZ0BC8pjF:{height:88,width:\"100vw\",y:-415}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1oqapl6-container hidden-l16m7p hidden-iwgmvf hidden-1wr6hy1\",layoutScroll:true,nodeId:\"TV9ITVUDT\",scopeId:\"PeKC0ci6Z\",children:/*#__PURE__*/_jsx(Nav01Header,{height:\"100%\",id:\"TV9ITVUDT\",layoutId:\"TV9ITVUDT\",style:{width:\"100%\"},t2mmUTN8j:true,variant:\"TcPRUViz6\",width:\"100%\"})})})}),isDisplayed3()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GZ0BC8pjF:{height:88,width:\"100vw\",y:0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-13qpj4o-container hidden-l16m7p hidden-iwgmvf hidden-1wr6hy1\",layoutScroll:true,nodeId:\"OKBfwkf20\",scopeId:\"PeKC0ci6Z\",children:/*#__PURE__*/_jsx(Nav01Header,{height:\"100%\",id:\"OKBfwkf20\",layoutId:\"OKBfwkf20\",style:{width:\"100%\"},t2mmUTN8j:true,variant:\"TcPRUViz6\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-DBXjN.framer-1i6adgy, .framer-DBXjN .framer-1i6adgy { display: block; }\",\".framer-DBXjN.framer-l16m7p { align-content: center; align-items: center; background-color: var(--token-30882c94-f0d7-4676-a31c-4e1d40152456, #242f57); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 64px 0px 0px 0px; position: relative; width: 1051px; }\",\".framer-DBXjN .framer-5m3uox-container { flex: none; height: 91px; left: calc(50.00000000000002% - 100% / 2); position: fixed; top: 0px; width: 100%; z-index: 1; }\",\".framer-DBXjN .framer-aj7x9q-container { flex: none; height: auto; position: relative; width: 903px; }\",\".framer-DBXjN .framer-1ue0f0f { align-content: center; align-items: center; background-color: var(--token-30882c94-f0d7-4676-a31c-4e1d40152456, #242f57); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 10px 140px 10px 140px; position: relative; width: 100%; }\",\".framer-DBXjN .framer-1jer4ok { align-content: center; align-items: center; background-color: var(--token-43d2da8e-3dbc-409e-8bc7-3d3835e600e5, #ffffff); border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 32px; position: relative; width: 892px; will-change: var(--framer-will-change-override, transform); }\",\".framer-DBXjN .framer-qcv5rt { align-content: center; align-items: center; background-color: var(--token-fff3d0c1-71be-4c4e-9a3b-f15fde42a409, #f2f2f3); border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 22px 32px 22px 32px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-DBXjN .framer-1c4ix3w { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-DBXjN .framer-5n4gtk-container, .framer-DBXjN .framer-15bhz0p-container, .framer-DBXjN .framer-g8pwii-container, .framer-DBXjN .framer-ecbww2-container, .framer-DBXjN .framer-1uzg2so-container, .framer-DBXjN .framer-pxedm9-container, .framer-DBXjN .framer-iztizq-container, .framer-DBXjN .framer-12jg1ve-container, .framer-DBXjN .framer-1pa3idh-container, .framer-DBXjN .framer-17waqbm-container, .framer-DBXjN .framer-1lc4co9-container, .framer-DBXjN .framer-xnwde4-container, .framer-DBXjN .framer-nal9b5-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-DBXjN .framer-1bd2z3m { align-content: center; align-items: center; background-color: var(--token-30882c94-f0d7-4676-a31c-4e1d40152456, #242f57); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 100px 0px 100px; position: relative; width: 100%; }\",'.framer-DBXjN .framer-17lwq3 { align-content: center; align-items: center; background: conic-gradient(from 0deg at 103.60000000000001% 107.89999999999999%, var(--token-adce540d-1222-4d51-a2b1-22917d647235, #f5e5c4) /* {\"name\":\"Yellow light\"} */ 264.64505234780336deg, var(--token-fff3d0c1-71be-4c4e-9a3b-f15fde42a409, rgb(242, 242, 243)) /* {\"name\":\"Background\"} */ 288.48713474796153deg, var(--token-95f71202-ac57-406e-a61a-9599798d3e29, rgb(226, 240, 237)) /* {\"name\":\"Green light\"} */ 355.90015094135174deg); border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 64px; height: 195px; justify-content: flex-start; max-width: 1100px; overflow: hidden; padding: 0px; position: relative; width: 898px; will-change: var(--framer-will-change-override, transform); }',\".framer-DBXjN .framer-1w370t1 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 28px; height: 100%; justify-content: center; max-width: 898px; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-DBXjN .framer-gs6dxk { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 794px; z-index: 0; }\",\".framer-DBXjN .framer-45pgxt { --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-DBXjN .framer-5exfog-container { flex: none; height: auto; position: relative; width: 203px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-DBXjN .framer-rhc3ng-container { flex: none; height: 741px; position: relative; width: 100%; }\",\".framer-DBXjN .framer-t4wiag-container { flex: none; height: 951px; position: relative; width: 100%; }\",\".framer-DBXjN .framer-2h7mwv-container { flex: none; height: 1380px; position: relative; width: 100%; }\",\".framer-DBXjN .framer-a0jtn-container, .framer-DBXjN .framer-13qpj4o-container { flex: none; height: auto; left: 50%; position: fixed; top: 0px; transform: translateX(-50%); width: 100%; z-index: 1; }\",\".framer-DBXjN .framer-1oqapl6-container { flex: none; height: auto; position: fixed; right: -422px; top: -415px; width: 100%; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-DBXjN.framer-l16m7p, .framer-DBXjN .framer-1ue0f0f, .framer-DBXjN .framer-1jer4ok, .framer-DBXjN .framer-qcv5rt, .framer-DBXjN .framer-1bd2z3m, .framer-DBXjN .framer-17lwq3, .framer-DBXjN .framer-1w370t1, .framer-DBXjN .framer-gs6dxk { gap: 0px; } .framer-DBXjN.framer-l16m7p > *, .framer-DBXjN .framer-gs6dxk > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-DBXjN.framer-l16m7p > :first-child, .framer-DBXjN .framer-1ue0f0f > :first-child, .framer-DBXjN .framer-1jer4ok > :first-child, .framer-DBXjN .framer-1bd2z3m > :first-child, .framer-DBXjN .framer-1w370t1 > :first-child, .framer-DBXjN .framer-gs6dxk > :first-child { margin-top: 0px; } .framer-DBXjN.framer-l16m7p > :last-child, .framer-DBXjN .framer-1ue0f0f > :last-child, .framer-DBXjN .framer-1jer4ok > :last-child, .framer-DBXjN .framer-1bd2z3m > :last-child, .framer-DBXjN .framer-1w370t1 > :last-child, .framer-DBXjN .framer-gs6dxk > :last-child { margin-bottom: 0px; } .framer-DBXjN .framer-1ue0f0f > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-DBXjN .framer-1jer4ok > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-DBXjN .framer-qcv5rt > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-DBXjN .framer-qcv5rt > :first-child, .framer-DBXjN .framer-17lwq3 > :first-child { margin-left: 0px; } .framer-DBXjN .framer-qcv5rt > :last-child, .framer-DBXjN .framer-17lwq3 > :last-child { margin-right: 0px; } .framer-DBXjN .framer-1bd2z3m > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-DBXjN .framer-17lwq3 > * { margin: 0px; margin-left: calc(64px / 2); margin-right: calc(64px / 2); } .framer-DBXjN .framer-1w370t1 > * { margin: 0px; margin-bottom: calc(28px / 2); margin-top: calc(28px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,\"@media (min-width: 1118px) { .framer-DBXjN.framer-l16m7p { width: 1118px; } .framer-DBXjN .framer-5m3uox-container { order: 0; } .framer-DBXjN .framer-aj7x9q-container { order: 1; } .framer-DBXjN .framer-1ue0f0f { order: 2; } .framer-DBXjN .framer-1bd2z3m { order: 3; } .framer-DBXjN .framer-rhc3ng-container { height: 739px; order: 4; }}\",\"@media (max-width: 809px) { .framer-DBXjN.framer-l16m7p { width: 369px; } .framer-DBXjN .framer-aj7x9q-container { height: 537px; width: 100%; } .framer-DBXjN .framer-1ue0f0f { padding: 10px; } .framer-DBXjN .framer-1jer4ok { gap: 19px; padding: 10px; width: 100%; } .framer-DBXjN .framer-qcv5rt { order: 0; padding: 22px; } .framer-DBXjN .framer-5n4gtk-container { order: 1; } .framer-DBXjN .framer-15bhz0p-container { order: 2; } .framer-DBXjN .framer-g8pwii-container { order: 11; } .framer-DBXjN .framer-ecbww2-container { order: 5; } .framer-DBXjN .framer-pxedm9-container { order: 10; } .framer-DBXjN .framer-iztizq-container { order: 8; } .framer-DBXjN .framer-12jg1ve-container { order: 6; } .framer-DBXjN .framer-1pa3idh-container { order: 7; } .framer-DBXjN .framer-17waqbm-container { order: 9; } .framer-DBXjN .framer-xnwde4-container { order: 12; } .framer-DBXjN .framer-nal9b5-container { order: 13; } .framer-DBXjN .framer-1bd2z3m { gap: 0px; height: 188px; padding: 0px; } .framer-DBXjN .framer-17lwq3 { flex: 1 0 0px; height: 1px; max-width: unset; width: 347px; } .framer-DBXjN .framer-1w370t1 { gap: 15px; height: min-content; } .framer-DBXjN .framer-gs6dxk { width: min-content; } .framer-DBXjN .framer-45pgxt { width: 314px; } .framer-DBXjN .framer-5exfog-container { height: 42px; width: 175px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-DBXjN .framer-1jer4ok, .framer-DBXjN .framer-1bd2z3m, .framer-DBXjN .framer-1w370t1 { gap: 0px; } .framer-DBXjN .framer-1jer4ok > * { margin: 0px; margin-bottom: calc(19px / 2); margin-top: calc(19px / 2); } .framer-DBXjN .framer-1jer4ok > :first-child, .framer-DBXjN .framer-1bd2z3m > :first-child, .framer-DBXjN .framer-1w370t1 > :first-child { margin-top: 0px; } .framer-DBXjN .framer-1jer4ok > :last-child, .framer-DBXjN .framer-1bd2z3m > :last-child, .framer-DBXjN .framer-1w370t1 > :last-child { margin-bottom: 0px; } .framer-DBXjN .framer-1bd2z3m > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-DBXjN .framer-1w370t1 > * { margin: 0px; margin-bottom: calc(15px / 2); margin-top: calc(15px / 2); } }}\",\"@media (min-width: 810px) and (max-width: 1050px) { .framer-DBXjN.framer-l16m7p { width: 810px; } .framer-DBXjN .framer-aj7x9q-container { order: 1; width: 100%; } .framer-DBXjN .framer-1ue0f0f { order: 2; padding: 0px 20px 10px 20px; width: 732px; } .framer-DBXjN .framer-1jer4ok { width: 100%; } .framer-DBXjN .framer-qcv5rt { height: 217px; order: 0; padding: 27px 27px 32px 27px; } .framer-DBXjN .framer-1c4ix3w { flex: none; order: 0; width: 593px; } .framer-DBXjN .framer-5n4gtk-container { order: 1; } .framer-DBXjN .framer-15bhz0p-container { order: 2; } .framer-DBXjN .framer-ecbww2-container { order: 4; } .framer-DBXjN .framer-1uzg2so-container { height: 42px; order: 5; } .framer-DBXjN .framer-pxedm9-container { order: 10; } .framer-DBXjN .framer-iztizq-container, .framer-DBXjN .framer-1oqapl6-container { order: 8; } .framer-DBXjN .framer-12jg1ve-container { order: 6; } .framer-DBXjN .framer-1pa3idh-container { order: 7; } .framer-DBXjN .framer-17waqbm-container, .framer-DBXjN .framer-13qpj4o-container { order: 9; } .framer-DBXjN .framer-1lc4co9-container { order: 11; } .framer-DBXjN .framer-xnwde4-container { order: 12; } .framer-DBXjN .framer-nal9b5-container { order: 13; } .framer-DBXjN .framer-1bd2z3m { border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; max-width: 680px; order: 3; will-change: var(--framer-will-change-override, transform); } .framer-DBXjN .framer-17lwq3 { border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; height: 172px; padding: 0px 3px 0px 3px; width: min-content; } .framer-DBXjN .framer-1w370t1 { flex: none; height: min-content; width: 672px; } .framer-DBXjN .framer-45pgxt { white-space: pre; width: auto; } .framer-DBXjN .framer-5exfog-container { width: 206px; } .framer-DBXjN .framer-t4wiag-container { order: 5; }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 2584\n * @framerIntrinsicWidth 1051\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"QOekJanr0\":{\"layout\":[\"fixed\",\"auto\"]},\"CMvD2N1d3\":{\"layout\":[\"fixed\",\"auto\"]},\"GZ0BC8pjF\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections\n * @framerResponsiveScreen\n */const FramerPeKC0ci6Z=withCSS(Component,css,\"framer-DBXjN\");export default FramerPeKC0ci6Z;FramerPeKC0ci6Z.displayName=\"Blog Fincen Aml Rule 2026 Investment Advisors\";FramerPeKC0ci6Z.defaultProps={height:2584,width:1051};addFonts(FramerPeKC0ci6Z,[{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\"}]},...Nav01HeaderFonts,...BlogIntroductionFonts,...Title1BlogFonts,...BodyBlogFonts,...BulletPointsFonts,...CTAButtonFonts,...Nav02FooterFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerPeKC0ci6Z\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"1051\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerScrollSections\":\"* @framerResponsiveScreen\",\"framerIntrinsicHeight\":\"2584\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"QOekJanr0\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"CMvD2N1d3\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"GZ0BC8pjF\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["valuesByLocaleId", "LazyValue", "getLocalizedValue", "key", "locale", "values", "value", "preload", "promises", "promise", "usePreloadLocalizedValues", "preloadPromise", "Nav01HeaderFonts", "getFonts", "uqSUz_Xri_default", "BlogIntroductionFonts", "wjLluvJUQ_default", "Title1BlogFonts", "ZwW9oEJ9w_default", "BodyBlogFonts", "wzkO0S9C0_default", "BulletPointsFonts", "yv4YkPOno_default", "CTAButtonFonts", "i1qpMRGqv_default", "ContainerWithOptimizedAppearEffect", "withOptimizedAppearEffect", "Container", "Nav02FooterFonts", "T1_diAL2w_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "addImageAlt", "image", "alt", "transition1", "animation", "animation1", "HTMLStyle", "value", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "scopingClassNames", "cx", "isDisplayed", "usePreloadLocalizedValues", "isDisplayed1", "isDisplayed2", "router", "useRouter", "isDisplayed3", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "ComponentViewportProvider", "PropertyOverrides2", "getLocalizedValue", "RichText2", "x", "ResolveLinks", "resolvedLinks", "css", "FramerPeKC0ci6Z", "withCSS", "PeKC0ci6Z_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
