{"version":3,"file":"ZNjGwGIMywRD6njGGPNHS-qbtnU0hkybnBJ_cHLFkr4.BdD4HJKV.mjs","names":["HeroBGVisual","HeaderH2","FeatureBlock","PlanCards","CTAPrimary","metadata","className","PropertyOverrides","RichText","Image","css"],"sources":["https:/framerusercontent.com/modules/lhaJV6PV2qrEWuAZouFw/PbgY68H3pT7DCkXMhb5b/nn0cIBvGp.js","https:/framerusercontent.com/modules/EBQhzUww1ztMxuBCH331/kZjjEsP29xWwwPhpQeVR/nn0cIBvGp.js"],"sourcesContent":["// Generated by Framer (27ad407)\nimport{LazyValue}from\"framer\";const valuesByLocaleId={CfGhBAyom:new LazyValue(()=>import(\"./nn0cIBvGp-0.js\")),KnTSfRlEb:new LazyValue(()=>import(\"./nn0cIBvGp-4.js\")),LASqWnjbT:new LazyValue(()=>import(\"./nn0cIBvGp-1.js\")),LMYmDzsTL:new LazyValue(()=>import(\"./nn0cIBvGp-3.js\")),PKMmRs3eb:new LazyValue(()=>import(\"./nn0cIBvGp-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 (27ad407)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,Image,Link,PropertyOverrides,ResolveLinks,RichText,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useRouter,withCSS}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import Ticker from\"https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/jyRNgY7vYWXe6t31T0wo/Ticker.js\";import PlanCards from\"#framer/local/canvasComponent/LnCNQKe4F/LnCNQKe4F.js\";import HeaderH2 from\"#framer/local/canvasComponent/SWqk6Qolc/SWqk6Qolc.js\";import HeroBGVisual from\"#framer/local/canvasComponent/vAvVeSVr4/vAvVeSVr4.js\";import CTAPrimary from\"#framer/local/canvasComponent/vRSca_mm7/vRSca_mm7.js\";import FeatureBlock from\"#framer/local/canvasComponent/WwkS2jgo3/WwkS2jgo3.js\";import*as sharedStyle1 from\"#framer/local/css/Gk_iqeUzI/Gk_iqeUzI.js\";import*as sharedStyle from\"#framer/local/css/uzLO8B62u/uzLO8B62u.js\";import getLocalizedValue,{usePreloadLocalizedValues}from\"#framer/local/localization/nn0cIBvGp/nn0cIBvGp.js\";import metadataProvider from\"#framer/local/webPageMetadata/nn0cIBvGp/nn0cIBvGp.js\";const HeroBGVisualFonts=getFonts(HeroBGVisual);const HeaderH2Fonts=getFonts(HeaderH2);const FeatureBlockFonts=getFonts(FeatureBlock);const TickerFonts=getFonts(Ticker);const PlanCardsFonts=getFonts(PlanCards);const CTAPrimaryFonts=getFonts(CTAPrimary);const breakpoints={bqidp_cwy:\"(min-width: 1280px)\",IBeJo4q0j:\"(max-width: 767px)\",vtoRrocnK:\"(min-width: 768px) and (max-width: 1279px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-gEs3K\";const variantClassNames={bqidp_cwy:\"framer-v-14ab3ch\",IBeJo4q0j:\"framer-v-1ob1otm\",vtoRrocnK:\"framer-v-jqleda\"};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const transition1={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation={opacity:.9,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"bqidp_cwy\",Phone:\"IBeJo4q0j\",Tablet:\"vtoRrocnK\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"bqidp_cwy\"};};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];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);usePreloadLocalizedValues(activeLocale);const router=useRouter();useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"bqidp_cwy\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: var(--token-63b4f2c3-6eca-4822-9037-55f1154c9e35, rgb(19, 19, 19)); }\"}),/*#__PURE__*/_jsx(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-14ab3ch\",className),ref:refBinding,style:{...style},children:/*#__PURE__*/_jsxs(\"main\",{className:\"framer-168axrn\",\"data-framer-name\":\"MAIN CONTENT\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:800,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-10bon88-container\",nodeId:\"GMXkpMEv_\",scopeId:\"nn0cIBvGp\",children:/*#__PURE__*/_jsx(HeroBGVisual,{e1gG4MTAy:getLocalizedValue(\"v1\",activeLocale)??\"We're thrilled to showcase the remarkable progress we're making in revitalizing our beautiful planet through reforestation projects.\",fbt08rLnI:addImageAlt({pixelHeight:4412,pixelWidth:6618,src:\"https://framerusercontent.com/images/Xnv9Ob11WqoujUu5jlOeWaGIhA.jpg\",srcSet:\"https://framerusercontent.com/images/Xnv9Ob11WqoujUu5jlOeWaGIhA.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/Xnv9Ob11WqoujUu5jlOeWaGIhA.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/Xnv9Ob11WqoujUu5jlOeWaGIhA.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/Xnv9Ob11WqoujUu5jlOeWaGIhA.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/Xnv9Ob11WqoujUu5jlOeWaGIhA.jpg 6618w\"},\"\"),height:\"100%\",id:\"GMXkpMEv_\",IR3bc9I79:false,jzKM4UT3Z:\"\",layoutId:\"GMXkpMEv_\",OcwdRHqIT:getLocalizedValue(\"v0\",activeLocale)??\"bunq users are reforesting the world\",sk1dhMJCz:getLocalizedValue(\"v2\",activeLocale)??\"Terms apply\",style:{width:\"100%\"},v5v5Gqwud:false,variant:\"uKWeNH4oQ\",VqjL9KIBe:\"https://static.bunq.com/framer/videos/reforestation.mp4\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:362,width:\"1280px\",y:(componentViewport?.y||0)+0+0+0+800,children:/*#__PURE__*/_jsx(Container,{className:\"framer-hdzt8z-container\",nodeId:\"tfuTuQW_5\",scopeId:\"nn0cIBvGp\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IBeJo4q0j:{variant:\"euJxPbVdX\"},vtoRrocnK:{variant:\"UeQCcpWhJ\"}},children:/*#__PURE__*/_jsx(HeaderH2,{bLOPrQre3:\"\",DKDctI8Uz:getLocalizedValue(\"v3\",activeLocale)??\"We're planting 30 million trees, and counting...\",FaHIZy6dj:\"m7PMFcPrn\",height:\"100%\",icKRHU_vo:\"m7PMFcPrn\",id:\"tfuTuQW_5\",layoutId:\"tfuTuQW_5\",style:{width:\"100%\"},variant:\"WMBTu4ktO\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:672,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+0+0+1162,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1qgv1v1-container\",nodeId:\"iaaDh10k2\",scopeId:\"nn0cIBvGp\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IBeJo4q0j:{variant:\"UACter_qD\"},vtoRrocnK:{variant:\"LeeDYg_YU\"}},children:/*#__PURE__*/_jsx(FeatureBlock,{BphPz7Zbf:getLocalizedValue(\"v4\",activeLocale)??\"How bunqers contribute\",CV0FIwFk2:false,DH7dmEDDv:getLocalizedValue(\"v5\",activeLocale)??\"Every bunq user plants trees simply by using their bunq card. For every €1,000 spent, they earn 1 tree. All bunq Elite users plant 1 tree for every €100 spent. For every tree earned in the bunq app, we finance the planting of a real one.\",F2qIuTu9j:false,fbNmQShRM:\"Medium-length bullet point text goes here\",Fnve6GeC9:addImageAlt({pixelHeight:2048,pixelWidth:1365,src:\"https://framerusercontent.com/images/YkNIfTbAMtJ9ZPcCWfmOOtF9f8E.png\",srcSet:\"https://framerusercontent.com/images/YkNIfTbAMtJ9ZPcCWfmOOtF9f8E.png?scale-down-to=1024 682w,https://framerusercontent.com/images/YkNIfTbAMtJ9ZPcCWfmOOtF9f8E.png 1365w\"},\"\"),height:\"100%\",id:\"iaaDh10k2\",K2fawYPBy:true,kD_QuobyN:true,lANI0axhp:true,layoutId:\"iaaDh10k2\",p9_JjeZuh:true,QqfNjKKJs:getLocalizedValue(\"v6\",activeLocale)??\"Learn more\",QQPH3sujD:false,qYTmRxEik:\"Medium-length bullet point text goes here\",RFBjmGZrS:false,style:{width:\"100%\"},u3fNZNwro:\"Tagline goes here\",v7qP2iu96:\"Medium-length bullet point text goes here\",variant:\"zaX8b1Myo\",vuQt9f6LC:\"Medium-length bullet point text goes here\",vXPZ0BPsU:\"uS5yELHav\",w5T_EeZbK:\"Medium-length bullet point text goes here\",wHUARAPDQ:false,width:\"100%\",WT4dQAL5Q:\"var(--token-81ff8284-c534-4688-9016-78383027f350, rgb(247, 247, 247))\",xI3O2w_G8:getLocalizedValue(\"v6\",activeLocale)??\"Learn more\",Xo1EGFAVS:\"uS5yELHav\",Z90GMCADp:getLocalizedValue(\"v2\",activeLocale)??\"Terms apply\"})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:672,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+0+0+1834,children:/*#__PURE__*/_jsx(Container,{className:\"framer-wccymi-container\",nodeId:\"pOuvwEoo9\",scopeId:\"nn0cIBvGp\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IBeJo4q0j:{variant:\"UACter_qD\"},vtoRrocnK:{variant:\"GZOXytbZN\"}},children:/*#__PURE__*/_jsx(FeatureBlock,{BphPz7Zbf:getLocalizedValue(\"v7\",activeLocale)??\"Meet veritree\",CV0FIwFk2:false,DH7dmEDDv:getLocalizedValue(\"v8\",activeLocale)??\"We work with veritree to plant the trees earned by our users. We chose this partner for their transparency and dedication to real change. Blockchain tracking and constant updates allow us verify that every single tree is actually being planted, and see the difference we’re making in real time.\",F2qIuTu9j:false,fbNmQShRM:\"Medium-length bullet point text goes here\",Fnve6GeC9:addImageAlt({pixelHeight:1365,pixelWidth:2048,src:\"https://framerusercontent.com/images/nD6Yb6FnPzfP9mDyXCiQYEy8.png\",srcSet:\"https://framerusercontent.com/images/nD6Yb6FnPzfP9mDyXCiQYEy8.png?scale-down-to=512 512w,https://framerusercontent.com/images/nD6Yb6FnPzfP9mDyXCiQYEy8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/nD6Yb6FnPzfP9mDyXCiQYEy8.png 2048w\"},\"\"),height:\"100%\",id:\"pOuvwEoo9\",ixnWbDikc:\"https://www.veritree.com/why-veritree\",K2fawYPBy:true,kD_QuobyN:false,lANI0axhp:true,layoutId:\"pOuvwEoo9\",p9_JjeZuh:true,QqfNjKKJs:getLocalizedValue(\"v6\",activeLocale)??\"Learn more\",QQPH3sujD:true,qYTmRxEik:\"Medium-length bullet point text goes here\",RFBjmGZrS:false,style:{width:\"100%\"},u3fNZNwro:\"Tagline goes here\",v7qP2iu96:\"Medium-length bullet point text goes here\",variant:\"aMhCXPgO_\",vuQt9f6LC:\"Medium-length bullet point text goes here\",vXPZ0BPsU:\"uS5yELHav\",w5T_EeZbK:\"Medium-length bullet point text goes here\",wHUARAPDQ:false,width:\"100%\",WT4dQAL5Q:\"var(--token-81ff8284-c534-4688-9016-78383027f350, rgb(247, 247, 247))\",xI3O2w_G8:getLocalizedValue(\"v9\",activeLocale)??\"Discover veritree\",Xo1EGFAVS:\"uS5yELHav\",Z90GMCADp:getLocalizedValue(\"v2\",activeLocale)??\"Terms apply\"})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:672,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+0+0+2506,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1kpal7l-container\",nodeId:\"bJ8wOjRop\",scopeId:\"nn0cIBvGp\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IBeJo4q0j:{variant:\"UACter_qD\"},vtoRrocnK:{variant:\"LeeDYg_YU\"}},children:/*#__PURE__*/_jsx(FeatureBlock,{BphPz7Zbf:getLocalizedValue(\"v10\",activeLocale)??\"Our planting sites\",CV0FIwFk2:false,DH7dmEDDv:getLocalizedValue(\"v11\",activeLocale)??\"bunq has active projects in Mteza Creek and Tana Salt (both in Southern Kenya), and completed a few others across Kenya and Madagascar. These places were chosen for their significance in environmental preservation and community support.\",F2qIuTu9j:false,fbNmQShRM:\"Medium-length bullet point text goes here\",Fnve6GeC9:addImageAlt({pixelHeight:1365,pixelWidth:2048,src:\"https://framerusercontent.com/images/QOoY5rUGBdpWJ41tYDJ4eXEHfvw.png\",srcSet:\"https://framerusercontent.com/images/QOoY5rUGBdpWJ41tYDJ4eXEHfvw.png?scale-down-to=512 512w,https://framerusercontent.com/images/QOoY5rUGBdpWJ41tYDJ4eXEHfvw.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/QOoY5rUGBdpWJ41tYDJ4eXEHfvw.png 2048w\"},\"\"),height:\"100%\",id:\"bJ8wOjRop\",ixnWbDikc:\"https://www.veritree.com/impact-hub/bunq\",K2fawYPBy:true,kD_QuobyN:false,lANI0axhp:true,layoutId:\"bJ8wOjRop\",p9_JjeZuh:true,QqfNjKKJs:getLocalizedValue(\"v6\",activeLocale)??\"Learn more\",QQPH3sujD:true,qYTmRxEik:\"Medium-length bullet point text goes here\",RFBjmGZrS:false,style:{width:\"100%\"},u3fNZNwro:\"Tagline goes here\",v7qP2iu96:\"Medium-length bullet point text goes here\",variant:\"zaX8b1Myo\",vuQt9f6LC:\"Medium-length bullet point text goes here\",vXPZ0BPsU:\"uS5yELHav\",w5T_EeZbK:\"Medium-length bullet point text goes here\",wHUARAPDQ:false,width:\"100%\",WT4dQAL5Q:\"var(--token-81ff8284-c534-4688-9016-78383027f350, rgb(247, 247, 247))\",xI3O2w_G8:getLocalizedValue(\"v12\",activeLocale)??\"See our sites\",Xo1EGFAVS:\"uS5yELHav\",Z90GMCADp:getLocalizedValue(\"v2\",activeLocale)??\"Terms apply\"})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:672,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+0+0+3178,children:/*#__PURE__*/_jsx(Container,{className:\"framer-ikf6lc-container\",nodeId:\"vmv00XVn4\",scopeId:\"nn0cIBvGp\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IBeJo4q0j:{variant:\"UACter_qD\"},vtoRrocnK:{variant:\"GZOXytbZN\"}},children:/*#__PURE__*/_jsx(FeatureBlock,{BphPz7Zbf:getLocalizedValue(\"v13\",activeLocale)??\"More than trees\",CV0FIwFk2:false,DH7dmEDDv:getLocalizedValue(\"v14\",activeLocale)??\"Besides offsetting CO2, our users are stabilizing coastlines, nurturing marine life, and supporting local livelihoods in a region where the majority of the population lives below the poverty line. By joining hands with veritree, we’ve committed to four of the UN’s sustainable development goals: no poverty, decent work and economic growth, climate action and life on land.\",F2qIuTu9j:false,fbNmQShRM:\"Medium-length bullet point text goes here\",Fnve6GeC9:addImageAlt({pixelHeight:2048,pixelWidth:1365,src:\"https://framerusercontent.com/images/b48UdhHkzSN0RfIufYt0BbfPgg.png\",srcSet:\"https://framerusercontent.com/images/b48UdhHkzSN0RfIufYt0BbfPgg.png?scale-down-to=1024 682w,https://framerusercontent.com/images/b48UdhHkzSN0RfIufYt0BbfPgg.png 1365w\"},\"\"),height:\"100%\",id:\"vmv00XVn4\",K2fawYPBy:true,kD_QuobyN:false,lANI0axhp:true,layoutId:\"vmv00XVn4\",p9_JjeZuh:true,QqfNjKKJs:getLocalizedValue(\"v6\",activeLocale)??\"Learn more\",QQPH3sujD:false,qYTmRxEik:\"Medium-length bullet point text goes here\",RFBjmGZrS:false,style:{width:\"100%\"},u3fNZNwro:\"Tagline goes here\",v7qP2iu96:\"Medium-length bullet point text goes here\",variant:\"aMhCXPgO_\",vuQt9f6LC:\"Medium-length bullet point text goes here\",vXPZ0BPsU:\"uS5yELHav\",w5T_EeZbK:\"Medium-length bullet point text goes here\",wHUARAPDQ:false,width:\"100%\",WT4dQAL5Q:\"var(--token-81ff8284-c534-4688-9016-78383027f350, rgb(247, 247, 247))\",xI3O2w_G8:getLocalizedValue(\"v6\",activeLocale)??\"Learn more\",Xo1EGFAVS:\"uS5yELHav\",Z90GMCADp:getLocalizedValue(\"v2\",activeLocale)??\"Terms apply\"})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{HRJVC2Tn4:\"why-were-planting-mangrove-trees\"},unresolvedPathSlugs:{HRJVC2Tn4:{collectionId:\"RkpTlbLRO\",collectionItemId:\"UnzaiqWQY\"}},webPageId:\"dO9lml58J\"},implicitPathVariables:undefined},{href:{pathVariables:{HRJVC2Tn4:\"why-were-planting-mangrove-trees\"},unresolvedPathSlugs:{HRJVC2Tn4:{collectionId:\"RkpTlbLRO\",collectionItemId:\"UnzaiqWQY\"}},webPageId:\"dO9lml58J\"},implicitPathVariables:undefined},{href:{pathVariables:{HRJVC2Tn4:\"why-were-planting-mangrove-trees\"},unresolvedPathSlugs:{HRJVC2Tn4:{collectionId:\"RkpTlbLRO\",collectionItemId:\"UnzaiqWQY\"}},webPageId:\"dO9lml58J\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:672,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+0+0+3850,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1qbxnuh-container\",nodeId:\"UDTKLzifD\",scopeId:\"nn0cIBvGp\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IBeJo4q0j:{ixnWbDikc:resolvedLinks[2],variant:\"UACter_qD\"},vtoRrocnK:{ixnWbDikc:resolvedLinks[1],variant:\"LeeDYg_YU\"}},children:/*#__PURE__*/_jsx(FeatureBlock,{BphPz7Zbf:getLocalizedValue(\"v15\",activeLocale)??\"Focused on mangroves\",CV0FIwFk2:false,DH7dmEDDv:getLocalizedValue(\"v16\",activeLocale)??\"Mangrove trees are exceptional carbon sinks! One mangrove tree can make up for 12.3 kg of CO2 per year. They are widely considered to be the best trees to fight climate change, because not only do they offset CO2, they also filter pollutants out of our water and act as nurseries for marine life.\",F2qIuTu9j:false,fbNmQShRM:\"Medium-length bullet point text goes here\",Fnve6GeC9:addImageAlt({pixelHeight:2048,pixelWidth:1365,src:\"https://framerusercontent.com/images/7gPal3TpZvYxYnw9KUmk6pbB5ag.png\",srcSet:\"https://framerusercontent.com/images/7gPal3TpZvYxYnw9KUmk6pbB5ag.png?scale-down-to=1024 682w,https://framerusercontent.com/images/7gPal3TpZvYxYnw9KUmk6pbB5ag.png 1365w\"},\"\"),height:\"100%\",id:\"UDTKLzifD\",ixnWbDikc:resolvedLinks[0],K2fawYPBy:true,kD_QuobyN:false,lANI0axhp:true,layoutId:\"UDTKLzifD\",p9_JjeZuh:true,QqfNjKKJs:getLocalizedValue(\"v6\",activeLocale)??\"Learn more\",QQPH3sujD:true,qYTmRxEik:\"Medium-length bullet point text goes here\",RFBjmGZrS:false,style:{width:\"100%\"},u3fNZNwro:\"Tagline goes here\",v7qP2iu96:\"Medium-length bullet point text goes here\",variant:\"zaX8b1Myo\",vuQt9f6LC:\"Medium-length bullet point text goes here\",vXPZ0BPsU:\"uS5yELHav\",w5T_EeZbK:\"Medium-length bullet point text goes here\",wHUARAPDQ:false,width:\"100%\",WT4dQAL5Q:\"var(--token-81ff8284-c534-4688-9016-78383027f350, rgb(247, 247, 247))\",xI3O2w_G8:getLocalizedValue(\"v6\",activeLocale)??\"Learn more\",Xo1EGFAVS:\"uS5yELHav\",Z90GMCADp:getLocalizedValue(\"v2\",activeLocale)??\"Terms apply\"})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{HRJVC2Tn4:\"visit-the-bunq-communitys-mangrove-tree\"},unresolvedPathSlugs:{HRJVC2Tn4:{collectionId:\"RkpTlbLRO\",collectionItemId:\"sztD5ubFj\"}},webPageId:\"dO9lml58J\"},implicitPathVariables:undefined},{href:{pathVariables:{HRJVC2Tn4:\"visit-the-bunq-communitys-mangrove-tree\"},unresolvedPathSlugs:{HRJVC2Tn4:{collectionId:\"RkpTlbLRO\",collectionItemId:\"sztD5ubFj\"}},webPageId:\"dO9lml58J\"},implicitPathVariables:undefined},{href:{pathVariables:{HRJVC2Tn4:\"visit-the-bunq-communitys-mangrove-tree\"},unresolvedPathSlugs:{HRJVC2Tn4:{collectionId:\"RkpTlbLRO\",collectionItemId:\"sztD5ubFj\"}},webPageId:\"dO9lml58J\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:672,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+0+0+4522,children:/*#__PURE__*/_jsx(Container,{className:\"framer-q59dcx-container\",nodeId:\"QKg9xDiAI\",scopeId:\"nn0cIBvGp\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IBeJo4q0j:{ixnWbDikc:resolvedLinks1[2],variant:\"UACter_qD\"},vtoRrocnK:{ixnWbDikc:resolvedLinks1[1],variant:\"GZOXytbZN\"}},children:/*#__PURE__*/_jsx(FeatureBlock,{BphPz7Zbf:getLocalizedValue(\"v17\",activeLocale)??\"Come and visit our tree\",CV0FIwFk2:false,DH7dmEDDv:getLocalizedValue(\"v18\",activeLocale)??\"Mangrove trees are also rare champions in saltwater environments, and notably play a crucial role in protecting communities from natural disasters. If you're eager to witness these environmental superheroes up close, you can visit our very own mangrove at Hortus Botanicus in Amsterdam!\",F2qIuTu9j:false,fbNmQShRM:\"Medium-length bullet point text goes here\",Fnve6GeC9:addImageAlt({pixelHeight:1216,pixelWidth:1216,src:\"https://framerusercontent.com/images/PHeeBPqUYYPKijwzxlAT0Pvrw.png\",srcSet:\"https://framerusercontent.com/images/PHeeBPqUYYPKijwzxlAT0Pvrw.png?scale-down-to=512 512w,https://framerusercontent.com/images/PHeeBPqUYYPKijwzxlAT0Pvrw.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/PHeeBPqUYYPKijwzxlAT0Pvrw.png 1216w\"},\"\"),height:\"100%\",id:\"QKg9xDiAI\",ixnWbDikc:resolvedLinks1[0],K2fawYPBy:true,kD_QuobyN:false,lANI0axhp:true,layoutId:\"QKg9xDiAI\",p9_JjeZuh:true,QqfNjKKJs:getLocalizedValue(\"v6\",activeLocale)??\"Learn more\",QQPH3sujD:true,qYTmRxEik:\"Medium-length bullet point text goes here\",RFBjmGZrS:false,style:{width:\"100%\"},u3fNZNwro:\"Tagline goes here\",v7qP2iu96:\"Medium-length bullet point text goes here\",variant:\"aMhCXPgO_\",vuQt9f6LC:\"Medium-length bullet point text goes here\",vXPZ0BPsU:\"uS5yELHav\",w5T_EeZbK:\"Medium-length bullet point text goes here\",wHUARAPDQ:false,width:\"100%\",WT4dQAL5Q:\"var(--token-81ff8284-c534-4688-9016-78383027f350, rgb(247, 247, 247))\",xI3O2w_G8:getLocalizedValue(\"v6\",activeLocale)??\"Learn more\",Xo1EGFAVS:\"uS5yELHav\",Z90GMCADp:getLocalizedValue(\"v2\",activeLocale)??\"Terms apply\"})})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:672,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+0+0+5194,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1e640ui-container\",nodeId:\"VvtTc8AXv\",scopeId:\"nn0cIBvGp\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IBeJo4q0j:{variant:\"UACter_qD\"},vtoRrocnK:{variant:\"LeeDYg_YU\"}},children:/*#__PURE__*/_jsx(FeatureBlock,{BphPz7Zbf:getLocalizedValue(\"v19\",activeLocale)??\"Our impact so far\",CV0FIwFk2:false,DH7dmEDDv:getLocalizedValue(\"v20\",activeLocale)??\"Since 2019, the bunq community has ordered 30 million trees. But planting is just the beginning. That’s why we work with veritree to make sure every tree is planted under the right conditions and cared for afterward. With their tracking tools, you can see exactly when, where, and how your trees are helping the planet.\",F2qIuTu9j:false,fbNmQShRM:\"Medium-length bullet point text goes here\",Fnve6GeC9:addImageAlt({pixelHeight:1366,pixelWidth:2048,src:\"https://framerusercontent.com/images/ucJ0fbrDMMw5odbaoOWDrHTo.png\",srcSet:\"https://framerusercontent.com/images/ucJ0fbrDMMw5odbaoOWDrHTo.png?scale-down-to=512 512w,https://framerusercontent.com/images/ucJ0fbrDMMw5odbaoOWDrHTo.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/ucJ0fbrDMMw5odbaoOWDrHTo.png 2048w\"},\"\"),height:\"100%\",id:\"VvtTc8AXv\",K2fawYPBy:true,kD_QuobyN:false,lANI0axhp:true,layoutId:\"VvtTc8AXv\",p9_JjeZuh:true,QqfNjKKJs:getLocalizedValue(\"v6\",activeLocale)??\"Learn more\",QQPH3sujD:true,qYTmRxEik:\"Medium-length bullet point text goes here\",RFBjmGZrS:false,style:{width:\"100%\"},u3fNZNwro:\"Tagline goes here\",v7qP2iu96:\"Medium-length bullet point text goes here\",variant:\"zaX8b1Myo\",vuQt9f6LC:\"Medium-length bullet point text goes here\",vXPZ0BPsU:\"uS5yELHav\",w5T_EeZbK:\"Medium-length bullet point text goes here\",wHUARAPDQ:false,width:\"100%\",WT4dQAL5Q:\"var(--token-81ff8284-c534-4688-9016-78383027f350, rgb(247, 247, 247))\",xI3O2w_G8:getLocalizedValue(\"v6\",activeLocale)??\"Learn more\",Xo1EGFAVS:\"uS5yELHav\",Z90GMCADp:getLocalizedValue(\"v2\",activeLocale)??\"Terms apply\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1tnj7zw\",\"data-framer-name\":\"Commitments\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1skzmxj\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-f2q383\",\"data-framer-name\":\"Text wrapper\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v21\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-4gak9y\",\"data-styles-preset\":\"uzLO8B62u\",style:{\"--framer-text-alignment\":\"center\"},children:\"Committed to change\"})}),className:\"framer-1gl02x1\",\"data-framer-name\":\"Heading\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v22\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1bj1o1a\",\"data-styles-preset\":\"Gk_iqeUzI\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-68bc94eb-59e2-4576-80cf-fff1f77aac04, rgb(212, 212, 212))\"},children:\"Our efforts are in support of the following UN Sustainable Development goals.\"})}),className:\"framer-zetdte\",\"data-framer-name\":\"Paragraph\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-75h7hy-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"qsJpfMfAI\",scopeId:\"nn0cIBvGp\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IBeJo4q0j:{gap:16,hoverFactor:.5,speed:100}},children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:25,overflow:false},gap:32,height:\"100%\",hoverFactor:.25,id:\"qsJpfMfAI\",layoutId:\"qsJpfMfAI\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(Link,{href:\"https://sdgs.un.org/goals/goal1\",motionChild:true,nodeId:\"JHV9872g0\",openInNewTab:true,scopeId:\"nn0cIBvGp\",children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fit\",pixelHeight:1500,pixelWidth:1500,positionX:\"center\",positionY:\"center\",sizes:\"200px\",src:\"https://framerusercontent.com/images/qt5l2my3cby2MnrzBPGAGM8JR8o.png\",srcSet:\"https://framerusercontent.com/images/qt5l2my3cby2MnrzBPGAGM8JR8o.png?scale-down-to=512 512w,https://framerusercontent.com/images/qt5l2my3cby2MnrzBPGAGM8JR8o.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/qt5l2my3cby2MnrzBPGAGM8JR8o.png 1500w\"},className:\"framer-jxz2x6 framer-1qdtt2w\",\"data-framer-name\":\"Image\",whileHover:animation})}),/*#__PURE__*/_jsx(Link,{href:\"https://sdgs.un.org/goals/goal2\",motionChild:true,nodeId:\"HigxYZePU\",openInNewTab:true,scopeId:\"nn0cIBvGp\",children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fit\",pixelHeight:1500,pixelWidth:1500,positionX:\"center\",positionY:\"center\",sizes:\"200px\",src:\"https://framerusercontent.com/images/zCGF8LMQcJ3uQvba8L4LLj4JloY.png\",srcSet:\"https://framerusercontent.com/images/zCGF8LMQcJ3uQvba8L4LLj4JloY.png?scale-down-to=512 512w,https://framerusercontent.com/images/zCGF8LMQcJ3uQvba8L4LLj4JloY.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/zCGF8LMQcJ3uQvba8L4LLj4JloY.png 1500w\"},className:\"framer-10etrkd framer-1qdtt2w\",\"data-framer-name\":\"Image\",whileHover:animation})}),/*#__PURE__*/_jsx(Link,{href:\"https://sdgs.un.org/goals/goal3\",motionChild:true,nodeId:\"kgk1gfk0f\",openInNewTab:true,scopeId:\"nn0cIBvGp\",children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fit\",pixelHeight:1500,pixelWidth:1500,positionX:\"center\",positionY:\"center\",sizes:\"200px\",src:\"https://framerusercontent.com/images/cz6WBw8Fotw0oYNID3TmAA6KVU.png\",srcSet:\"https://framerusercontent.com/images/cz6WBw8Fotw0oYNID3TmAA6KVU.png?scale-down-to=512 512w,https://framerusercontent.com/images/cz6WBw8Fotw0oYNID3TmAA6KVU.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/cz6WBw8Fotw0oYNID3TmAA6KVU.png 1500w\"},className:\"framer-zoq400 framer-1qdtt2w\",\"data-framer-name\":\"Image\",whileHover:animation})}),/*#__PURE__*/_jsx(Link,{href:\"https://sdgs.un.org/goals/goal4\",motionChild:true,nodeId:\"vhiotocBA\",openInNewTab:true,scopeId:\"nn0cIBvGp\",children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fit\",pixelHeight:1500,pixelWidth:1500,positionX:\"center\",positionY:\"center\",sizes:\"200px\",src:\"https://framerusercontent.com/images/AVUbfveyBZkpKevlpnlyt0eWMo.png\",srcSet:\"https://framerusercontent.com/images/AVUbfveyBZkpKevlpnlyt0eWMo.png?scale-down-to=512 512w,https://framerusercontent.com/images/AVUbfveyBZkpKevlpnlyt0eWMo.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/AVUbfveyBZkpKevlpnlyt0eWMo.png 1500w\"},className:\"framer-k2wf5u framer-1qdtt2w\",\"data-framer-name\":\"Image\",whileHover:animation})}),/*#__PURE__*/_jsx(Link,{href:\"https://sdgs.un.org/goals/goal5\",motionChild:true,nodeId:\"fVNUQ45Db\",openInNewTab:true,scopeId:\"nn0cIBvGp\",children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fit\",pixelHeight:1500,pixelWidth:1500,positionX:\"center\",positionY:\"center\",sizes:\"200px\",src:\"https://framerusercontent.com/images/H4BYb3bhQkLjaP2Xv6bsgSaRUcg.png\",srcSet:\"https://framerusercontent.com/images/H4BYb3bhQkLjaP2Xv6bsgSaRUcg.png?scale-down-to=512 512w,https://framerusercontent.com/images/H4BYb3bhQkLjaP2Xv6bsgSaRUcg.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/H4BYb3bhQkLjaP2Xv6bsgSaRUcg.png 1500w\"},className:\"framer-1jgqryu framer-1qdtt2w\",\"data-framer-name\":\"Image\",whileHover:animation})}),/*#__PURE__*/_jsx(Link,{href:\"https://sdgs.un.org/goals/goal8\",motionChild:true,nodeId:\"BugwWEvie\",openInNewTab:true,scopeId:\"nn0cIBvGp\",children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fit\",pixelHeight:1500,pixelWidth:1500,positionX:\"center\",positionY:\"center\",sizes:\"200px\",src:\"https://framerusercontent.com/images/YheUgaZAsAizqSe29dCIQuTaads.png\",srcSet:\"https://framerusercontent.com/images/YheUgaZAsAizqSe29dCIQuTaads.png?scale-down-to=512 512w,https://framerusercontent.com/images/YheUgaZAsAizqSe29dCIQuTaads.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/YheUgaZAsAizqSe29dCIQuTaads.png 1500w\"},className:\"framer-16szus9 framer-1qdtt2w\",\"data-framer-name\":\"Image\",whileHover:animation})}),/*#__PURE__*/_jsx(Link,{href:\"https://sdgs.un.org/goals/goal9\",motionChild:true,nodeId:\"fKAXZea_R\",openInNewTab:true,scopeId:\"nn0cIBvGp\",children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fit\",pixelHeight:1500,pixelWidth:1500,positionX:\"center\",positionY:\"center\",sizes:\"200px\",src:\"https://framerusercontent.com/images/oAPo7SLCHqYMnYw81HPiOpv0lQg.png\",srcSet:\"https://framerusercontent.com/images/oAPo7SLCHqYMnYw81HPiOpv0lQg.png?scale-down-to=512 512w,https://framerusercontent.com/images/oAPo7SLCHqYMnYw81HPiOpv0lQg.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/oAPo7SLCHqYMnYw81HPiOpv0lQg.png 1500w\"},className:\"framer-6iiuel framer-1qdtt2w\",\"data-framer-name\":\"Image\",whileHover:animation})}),/*#__PURE__*/_jsx(Link,{href:\"https://sdgs.un.org/goals/goal11\",motionChild:true,nodeId:\"kEkQ5Tuah\",openInNewTab:true,scopeId:\"nn0cIBvGp\",children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fit\",pixelHeight:1500,pixelWidth:1500,positionX:\"center\",positionY:\"center\",sizes:\"200px\",src:\"https://framerusercontent.com/images/aH8hSOsjZxVOznwjp5oPgpuCIH8.png\",srcSet:\"https://framerusercontent.com/images/aH8hSOsjZxVOznwjp5oPgpuCIH8.png?scale-down-to=512 512w,https://framerusercontent.com/images/aH8hSOsjZxVOznwjp5oPgpuCIH8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/aH8hSOsjZxVOznwjp5oPgpuCIH8.png 1500w\"},className:\"framer-lw3lpn framer-1qdtt2w\",\"data-framer-name\":\"Image\",whileHover:animation})}),/*#__PURE__*/_jsx(Link,{href:\"https://sdgs.un.org/goals/goal12\",motionChild:true,nodeId:\"lcCBl6Pz5\",openInNewTab:true,scopeId:\"nn0cIBvGp\",children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fit\",pixelHeight:1500,pixelWidth:1500,positionX:\"center\",positionY:\"center\",sizes:\"200px\",src:\"https://framerusercontent.com/images/UCkFko2s3PtgPr11zf53urwkag.png\",srcSet:\"https://framerusercontent.com/images/UCkFko2s3PtgPr11zf53urwkag.png?scale-down-to=512 512w,https://framerusercontent.com/images/UCkFko2s3PtgPr11zf53urwkag.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/UCkFko2s3PtgPr11zf53urwkag.png 1500w\"},className:\"framer-11z0kmx framer-1qdtt2w\",\"data-framer-name\":\"Image\",whileHover:animation})}),/*#__PURE__*/_jsx(Link,{href:\"https://sdgs.un.org/goals/goal13\",motionChild:true,nodeId:\"WsjCqMljz\",openInNewTab:true,scopeId:\"nn0cIBvGp\",children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fit\",pixelHeight:1500,pixelWidth:1500,positionX:\"center\",positionY:\"center\",sizes:\"200px\",src:\"https://framerusercontent.com/images/WLmKIOWb2kFtvBhDsSSwyUh7230.png\",srcSet:\"https://framerusercontent.com/images/WLmKIOWb2kFtvBhDsSSwyUh7230.png?scale-down-to=512 512w,https://framerusercontent.com/images/WLmKIOWb2kFtvBhDsSSwyUh7230.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/WLmKIOWb2kFtvBhDsSSwyUh7230.png 1500w\"},className:\"framer-u3nvy4 framer-1qdtt2w\",\"data-framer-name\":\"Image\",whileHover:animation})}),/*#__PURE__*/_jsx(Link,{href:\"https://sdgs.un.org/goals/goal15\",motionChild:true,nodeId:\"oYQKq4DLj\",openInNewTab:true,scopeId:\"nn0cIBvGp\",children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fit\",pixelHeight:1500,pixelWidth:1500,positionX:\"center\",positionY:\"center\",sizes:\"200px\",src:\"https://framerusercontent.com/images/IkXnzHZuE7tPdGpmwgbKJ5gguA.png\",srcSet:\"https://framerusercontent.com/images/IkXnzHZuE7tPdGpmwgbKJ5gguA.png?scale-down-to=512 512w,https://framerusercontent.com/images/IkXnzHZuE7tPdGpmwgbKJ5gguA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/IkXnzHZuE7tPdGpmwgbKJ5gguA.png 1500w\"},className:\"framer-nwc4yh framer-1qdtt2w\",\"data-framer-name\":\"Image\",whileHover:animation})})],speed:50,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IBeJo4q0j:{y:(componentViewport?.y||0)+0+0+0+6411}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:923,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+0+0+6519,children:/*#__PURE__*/_jsx(Container,{className:\"framer-16a3l6a-container\",nodeId:\"DToOxio5v\",scopeId:\"nn0cIBvGp\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IBeJo4q0j:{variant:\"F19HkTVBk\"},vtoRrocnK:{variant:\"F2tgIWi96\"}},children:/*#__PURE__*/_jsx(PlanCards,{euAeZBJE0:getLocalizedValue(\"v31\",activeLocale)??\"Next level banking for your international business.\",f2YTnKMAD:getLocalizedValue(\"v28\",activeLocale)??\"The business bank account that gets you started.\",fVqgDOJ9n:getLocalizedValue(\"v27\",activeLocale)??\"The bank account designed for your international lifestyle.\",height:\"100%\",i6N7GGoxz:true,id:\"DToOxio5v\",iO9GGNqLv:getLocalizedValue(\"v30\",activeLocale)??\"Everything you need to scale your business.\",IpcMM6OGq:true,iVOSLNCcC:true,jArR5O4jd:true,JCjrbqY1w:true,layoutId:\"DToOxio5v\",oFCiIrSfG:getLocalizedValue(\"v29\",activeLocale)??\"Everything you need to run your business.\",Ov27UX0Cs:true,Q3tITDTKK:getLocalizedValue(\"v26\",activeLocale)??\"The bank account that makes budgeting easy.\",ssjdUuecm:getLocalizedValue(\"v24\",activeLocale)??\"The essentials to get you started.\",style:{width:\"100%\"},Tlxkgu3HI:getLocalizedValue(\"v23\",activeLocale)??\"Check out all our plans\",TQcJwAj9x:\"\",variant:\"kWAFmvnzu\",Vp1myeqrK:true,width:\"100%\",wsPE7Esp8:getLocalizedValue(\"v25\",activeLocale)??\"The bank account for everyday use.\\xa0\\xa0\",yVthlivFq:true})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IBeJo4q0j:{y:(componentViewport?.y||0)+0+0+0+7334}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:838,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+0+0+7442,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1db79t7-container\",nodeId:\"U9qXQ1ZWH\",scopeId:\"nn0cIBvGp\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IBeJo4q0j:{variant:\"VlsCVczJR\"},vtoRrocnK:{variant:\"ur5cqaN7a\"}},children:/*#__PURE__*/_jsx(CTAPrimary,{height:\"100%\",id:\"U9qXQ1ZWH\",layoutId:\"U9qXQ1ZWH\",lDUg0hraI:getLocalizedValue(\"v33\",activeLocale)??\"Open your account in just 5 minutes, directly from your phone.\",lqRRVMUml:true,style:{width:\"100%\"},T1IdSOfL8:getLocalizedValue(\"v32\",activeLocale)??\"Start your 30-day free trial\",uFflicMoy:getLocalizedValue(\"v34\",activeLocale)??\"Get started\",variant:\"ZC7x07oVg\",width:\"100%\",z2l5L8ejj:\"var(--token-950b55c2-27d6-4ce8-b1de-c2192c8503a4, rgb(255, 106, 0))\",zgBJ0RmEd:\"b4h5fy3UU\"})})})})})]})}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-gEs3K.framer-1qdtt2w, .framer-gEs3K .framer-1qdtt2w { display: block; }\",\".framer-gEs3K.framer-14ab3ch { align-content: center; align-items: center; background-color: var(--token-63b4f2c3-6eca-4822-9037-55f1154c9e35, #131313); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1280px; }\",\".framer-gEs3K .framer-168axrn { 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-gEs3K .framer-10bon88-container, .framer-gEs3K .framer-1qgv1v1-container, .framer-gEs3K .framer-wccymi-container, .framer-gEs3K .framer-1kpal7l-container, .framer-gEs3K .framer-ikf6lc-container, .framer-gEs3K .framer-1qbxnuh-container, .framer-gEs3K .framer-q59dcx-container, .framer-gEs3K .framer-1e640ui-container, .framer-gEs3K .framer-16a3l6a-container, .framer-gEs3K .framer-1db79t7-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-gEs3K .framer-hdzt8z-container { flex: none; height: auto; position: relative; width: 1280px; }\",\".framer-gEs3K .framer-1tnj7zw { 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: 64px 32px 64px 32px; position: relative; width: 100%; }\",\".framer-gEs3K .framer-1skzmxj { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: flex-start; max-width: 1216px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-gEs3K .framer-f2q383 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; max-width: 768px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-gEs3K .framer-1gl02x1, .framer-gEs3K .framer-zetdte { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-gEs3K .framer-75h7hy-container { flex: none; height: 200px; position: relative; width: 100%; }\",\".framer-gEs3K .framer-jxz2x6, .framer-gEs3K .framer-10etrkd, .framer-gEs3K .framer-zoq400, .framer-gEs3K .framer-k2wf5u, .framer-gEs3K .framer-1jgqryu, .framer-gEs3K .framer-16szus9, .framer-gEs3K .framer-6iiuel, .framer-gEs3K .framer-lw3lpn, .framer-gEs3K .framer-11z0kmx, .framer-gEs3K .framer-u3nvy4, .framer-gEs3K .framer-nwc4yh { aspect-ratio: 1 / 1; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; height: var(--framer-aspect-ratio-supported, 200px); position: relative; text-decoration: none; width: 200px; will-change: var(--framer-will-change-effect-override, transform); }\",...sharedStyle.css,...sharedStyle1.css,\"@media (min-width: 768px) and (max-width: 1279px) { .framer-gEs3K.framer-14ab3ch { width: 768px; }}\",\"@media (max-width: 767px) { .framer-gEs3K.framer-14ab3ch { width: 375px; } .framer-gEs3K .framer-1tnj7zw { padding: 32px 16px 32px 16px; } .framer-gEs3K .framer-1skzmxj { gap: 32px; } .framer-gEs3K .framer-f2q383 { gap: 12px; }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 9140\n * @framerIntrinsicWidth 1280\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"vtoRrocnK\":{\"layout\":[\"fixed\",\"auto\"]},\"IBeJo4q0j\":{\"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 Framernn0cIBvGp=withCSS(Component,css,\"framer-gEs3K\");export default Framernn0cIBvGp;Framernn0cIBvGp.displayName=\"Drafts / Our Green Impact\";Framernn0cIBvGp.defaultProps={height:9140,width:1280};addFonts(Framernn0cIBvGp,[{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\"}]},...HeroBGVisualFonts,...HeaderH2Fonts,...FeatureBlockFonts,...TickerFonts,...PlanCardsFonts,...CTAPrimaryFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framernn0cIBvGp\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"9140\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"vtoRrocnK\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"IBeJo4q0j\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"1280\",\"framerColorSyntax\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerContractVersion\":\"1\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerScrollSections\":\"* @framerResponsiveScreen\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],"mappings":"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"}