{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/LJRO6mR6ccd1WSpYtrRv/Wl4DzD4FYmAkCHb74pem/Rde5rr_PY.js", "ssg:https://framerusercontent.com/modules/yw2taRnBUg70zbH6I4Z1/kNICXy9ux9cAeTstwM0z/Rde5rr_PY.js"],
  "sourcesContent": ["// Generated by Framer (06534cb)\nimport{LazyValue}from\"framer\";const valuesByLocaleId={FbHPxjbc4:new LazyValue(()=>import(\"./Rde5rr_PY-2.js\")),GcV4380m4:new LazyValue(()=>import(\"./Rde5rr_PY-6.js\")),HA4CdnRQy:new LazyValue(()=>import(\"./Rde5rr_PY-1.js\")),OC5FsGtH0:new LazyValue(()=>import(\"./Rde5rr_PY-4.js\")),oLki2Tvpp:new LazyValue(()=>import(\"./Rde5rr_PY-3.js\")),sjEnwwrpj:new LazyValue(()=>import(\"./Rde5rr_PY-7.js\")),uFVIrVicY:new LazyValue(()=>import(\"./Rde5rr_PY-5.js\")),zcohiioqA:new LazyValue(()=>import(\"./Rde5rr_PY-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\":{\"usePreloadLocalizedValues\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (06534cb)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ChildrenCanSuspend,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,PathVariablesContext,PropertyOverrides,RichText,useActiveVariantCallback,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useOverlayState,useQueryData,withCSS,withFX}from\"framer\";import{AnimatePresence,LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as ReactDOM from\"react-dom\";import MainFooter from\"#framer/local/canvasComponent/dFgqYJhfv/dFgqYJhfv.js\";import ButtonPrimaryButtons from\"#framer/local/canvasComponent/OuBXC4dBs/OuBXC4dBs.js\";import MainGetTheAppModal from\"#framer/local/canvasComponent/uhDhNKI1p/uhDhNKI1p.js\";import MainNav from\"#framer/local/canvasComponent/YhtTUnlRB/YhtTUnlRB.js\";import CMSItemCounter from\"#framer/local/codeFile/QBzFwhe/Cms_item_counter.js\";import DualColorTextComponent from\"#framer/local/codeFile/hZm39K2/Custom_text.js\";import MarketingModal from\"#framer/local/codeFile/ATJ9_MY/MarketingModal.js\";import MarketingModal1 from\"#framer/local/collection/Ar1zrKtxB/Ar1zrKtxB.js\";import Destinations from\"#framer/local/collection/rgZPR9DA9/rgZPR9DA9.js\";import*as sharedStyle3 from\"#framer/local/css/EucRWyIvm/EucRWyIvm.js\";import*as sharedStyle2 from\"#framer/local/css/mRtPLHG3r/mRtPLHG3r.js\";import*as sharedStyle from\"#framer/local/css/NCarXpM5Q/NCarXpM5Q.js\";import*as sharedStyle1 from\"#framer/local/css/vDIARG0rv/vDIARG0rv.js\";import*as sharedStyle4 from\"#framer/local/css/YBoFGmsYp/YBoFGmsYp.js\";import getLocalizedValue,{usePreloadLocalizedValues}from\"#framer/local/localization/Rde5rr_PY/Rde5rr_PY.js\";import metadataProvider from\"#framer/local/webPageMetadata/Rde5rr_PY/Rde5rr_PY.js\";const MarketingModalFonts=getFonts(MarketingModal);const RichTextWithFX=withFX(RichText);const DualColorTextComponentFonts=getFonts(DualColorTextComponent);const CMSItemCounterFonts=getFonts(CMSItemCounter);const MotionDivWithFX=withFX(motion.div);const MainFooterFonts=getFonts(MainFooter);const MainGetTheAppModalFonts=getFonts(MainGetTheAppModal);const ButtonPrimaryButtonsFonts=getFonts(ButtonPrimaryButtons);const ContainerWithFX=withFX(Container);const MainNavFonts=getFonts(MainNav);const breakpoints={AHZxDs6OP:\"(max-width: 809px)\",trsZkEYLc:\"(min-width: 810px) and (max-width: 1199px)\",tup1M83SS:\"(min-width: 1200px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-VKR6p\";const variantClassNames={AHZxDs6OP:\"framer-v-1l615tg\",trsZkEYLc:\"framer-v-13jo0e2\",tup1M83SS:\"framer-v-1v8n29m\"};const transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const getContainer=()=>{return document.querySelector(\"#template-overlay\")??document.querySelector(\"#overlay\")??document.body;};const Overlay=({children,blockDocumentScrolling,enabled=true})=>{const[visible,setVisible]=useOverlayState({blockDocumentScrolling});return children({hide:()=>setVisible(false),show:()=>setVisible(true),toggle:()=>setVisible(!visible),visible:enabled&&visible});};const QueryData=({query,pageSize,children})=>{const data=useQueryData(query);return children(data);};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:40};const transition1={damping:30,delay:0,mass:1,stiffness:190,type:\"spring\"};const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const transition2={delay:0,duration:.1,ease:[0,0,1,1],type:\"tween\"};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"tup1M83SS\",Phone:\"AHZxDs6OP\",Tablet:\"trsZkEYLc\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"tup1M83SS\"};};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,CjjTqokmWa_iAD4EZC,W8PgmVMKta_iAD4EZC,I5vSmlYxYa_iAD4EZC,CLKezvIewa_iAD4EZC,XzweuDWR6a_iAD4EZC,dHKJttseUa_iAD4EZC,f6ILXjyQba_iAD4EZC,upIaGXHKKa_iAD4EZC,oK4nVtAlfa_iAD4EZC,vkbR2ZXJ8Vi41GET9L,Xlvze51VZVi41GET9L,oK4nVtAlfVi41GET9L,idVi41GET9L,ida_iAD4EZC,To7fWZPb5S8EJ4ldYu,jXrUPLhAbS8EJ4ldYu,idS8EJ4ldYu,...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{activeVariantCallback,delay}=useActiveVariantCallback(undefined);const onShow3bnx0g=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.toggle();});const onTap1wnntms=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.hide();});const CPMEQq8Ze3bnx0g=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.toggle();});const JCBsQKeKR1wnntms=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.hide();});const wr7wAoyM83bnx0g=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.toggle();});const zRtdkByam3bnx0g=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.toggle();});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);usePreloadLocalizedValues(activeLocale);const isDisplayed=()=>{if(!isBrowser())return true;if([\"trsZkEYLc\",\"AHZxDs6OP\"].includes(baseVariant))return true;return false;};useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"tup1M83SS\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: rgb(255, 255, 255); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-1v8n29m\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-yjq64w\",\"data-framer-name\":\"Marketing Modal\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"a_iAD4EZC\",data:MarketingModal1,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},select:[{collection:\"a_iAD4EZC\",name:\"CjjTqokmW\",type:\"Identifier\"},{collection:\"a_iAD4EZC\",name:\"W8PgmVMKt\",type:\"Identifier\"},{collection:\"a_iAD4EZC\",name:\"I5vSmlYxY\",type:\"Identifier\"},{collection:\"a_iAD4EZC\",name:\"CLKezvIew\",type:\"Identifier\"},{collection:\"a_iAD4EZC\",name:\"XzweuDWR6\",type:\"Identifier\"},{collection:\"a_iAD4EZC\",name:\"dHKJttseU\",type:\"Identifier\"},{collection:\"a_iAD4EZC\",name:\"f6ILXjyQb\",type:\"Identifier\"},{collection:\"a_iAD4EZC\",name:\"upIaGXHKK\",type:\"Identifier\"},{collection:\"a_iAD4EZC\",name:\"oK4nVtAlf\",type:\"Identifier\"},{collection:\"a_iAD4EZC\",name:\"id\",type:\"Identifier\"},{alias:\"Vi41GET9L\",arguments:[{from:{alias:\"Vi41GET9L\",data:MarketingModal1,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},select:[{collection:\"Vi41GET9L\",name:\"vkbR2ZXJ8\",type:\"Identifier\"},{collection:\"Vi41GET9L\",name:\"Xlvze51VZ\",type:\"Identifier\"},{collection:\"Vi41GET9L\",name:\"oK4nVtAlf\",type:\"Identifier\"},{collection:\"Vi41GET9L\",name:\"id\",type:\"Identifier\"}],type:\"Select\",where:{collection:\"Vi41GET9L\",name:\"y6_W4bzCc\",type:\"Identifier\"}}],functionName:\"ARRAY\",type:\"FunctionCall\"}]},children:(collection1,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection1?.map(({CjjTqokmW:CjjTqokmWa_iAD4EZC,CLKezvIew:CLKezvIewa_iAD4EZC,dHKJttseU:dHKJttseUa_iAD4EZC,f6ILXjyQb:f6ILXjyQba_iAD4EZC,I5vSmlYxY:I5vSmlYxYa_iAD4EZC,id:ida_iAD4EZC,oK4nVtAlf:oK4nVtAlfa_iAD4EZC,upIaGXHKK:upIaGXHKKa_iAD4EZC,Vi41GET9L:collection,W8PgmVMKt:W8PgmVMKta_iAD4EZC,XzweuDWR6:XzweuDWR6a_iAD4EZC},index1)=>{CjjTqokmWa_iAD4EZC??=true;W8PgmVMKta_iAD4EZC??=\"\";I5vSmlYxYa_iAD4EZC??=0;CLKezvIewa_iAD4EZC??=true;XzweuDWR6a_iAD4EZC??=0;dHKJttseUa_iAD4EZC??=true;f6ILXjyQba_iAD4EZC??=0;upIaGXHKKa_iAD4EZC??=true;oK4nVtAlfa_iAD4EZC??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`a_iAD4EZC-${ida_iAD4EZC}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{oK4nVtAlf:oK4nVtAlfa_iAD4EZC},children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-78ys10\",children:CjjTqokmWa_iAD4EZC&&/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsxs(Container,{className:\"framer-wzbwpd-container\",id:`${oK4nVtAlfa_iAD4EZC}-wzbwpd`,isAuthoredByUser:true,nodeId:\"clQOYKr4Q\",scopeId:\"Rde5rr_PY\",children:[/*#__PURE__*/_jsx(MarketingModal,{combinedTriggers:upIaGXHKKa_iAD4EZC,delayEnabled:dHKJttseUa_iAD4EZC,delayTime:f6ILXjyQba_iAD4EZC,height:\"100%\",id:\"clQOYKr4Q\",layoutId:\"clQOYKr4Q\",modalId:W8PgmVMKta_iAD4EZC,onShow:onShow3bnx0g({overlay}),resetAfterDays:I5vSmlYxYa_iAD4EZC,resetAfterSeconds:60,scrollTriggerPercentage:XzweuDWR6a_iAD4EZC,showType:\"recurring\",style:{height:\"100%\"},useScrollTrigger:CLKezvIewa_iAD4EZC,useSecondsForReset:false,width:\"100%\"}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:0,ease:[.5,0,.88,.77],type:\"tween\"}},className:cx(scopingClassNames,\"framer-bflbd4\"),\"data-framer-portal-id\":`${oK4nVtAlfa_iAD4EZC}-wzbwpd`,exit:{opacity:0,transition:{delay:0,duration:0,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay.hide()},\"IkAanfzEa\"),/*#__PURE__*/_jsx(motion.div,{className:cx(scopingClassNames,\"framer-s1szyd\"),\"data-framer-name\":\"Marketing Modal\",\"data-framer-portal-id\":`${oK4nVtAlfa_iAD4EZC}-wzbwpd`,transformTemplate:transformTemplate1,children:collection?.map(({id:idVi41GET9L,oK4nVtAlf:oK4nVtAlfVi41GET9L,vkbR2ZXJ8:vkbR2ZXJ8Vi41GET9L,Xlvze51VZ:Xlvze51VZVi41GET9L},index)=>{vkbR2ZXJ8Vi41GET9L??=\"\";oK4nVtAlfVi41GET9L??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`Vi41GET9L-${idVi41GET9L}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{oK4nVtAlf:oK4nVtAlfVi41GET9L},children:/*#__PURE__*/_jsx(Link,{href:vkbR2ZXJ8Vi41GET9L,motionChild:true,nodeId:\"KW5CkdfqH\",openInNewTab:true,scopeId:\"Rde5rr_PY\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1fkgudp framer-5gn75s\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{AHZxDs6OP:{background:{alt:\"\",fit:\"fill\",sizes:\"80vw\",...toResponsiveImage(Xlvze51VZVi41GET9L)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"468px\",...toResponsiveImage(Xlvze51VZVi41GET9L)},className:\"framer-tmry4i\"})})})})})},idVi41GET9L);})}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:24,pixelWidth:24,src:\"https://framerusercontent.com/images/jRreaE6gkmcVqaPxgSGil1mWE.svg\"},className:cx(scopingClassNames,\"framer-ylsqus\"),\"data-framer-name\":\"Close Icon\",\"data-framer-portal-id\":`${oK4nVtAlfa_iAD4EZC}-wzbwpd`,onTap:onTap1wnntms({overlay})})]}),getContainer())})})]})})})})})})},ida_iAD4EZC);})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1chj8t1\",\"data-framer-name\":\"Text Content\",children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:getLocalizedValue(\"v0\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1vouxrr\",\"data-styles-preset\":\"NCarXpM5Q\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-976104d3-6565-4026-ac35-a9d5104446c4, rgb(131, 74, 253))\"},children:\"ROAMLESS FEATURES\"})}),className:\"framer-i7jqg5\",\"data-framer-name\":\"Tag\",fonts:[\"Inter\"],style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1yd17dj\",\"data-framer-name\":\"Title & Helper Text\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{AHZxDs6OP:{children:getLocalizedValue(\"v2\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{style:{\"--font-selector\":\"R0Y7TWFucm9wZS03MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"36px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-4a737f72-20df-44b7-aa95-83470637c11c, rgb(26, 15, 51))\"},children:[\"Pay as you go \",/*#__PURE__*/_jsx(\"br\",{}),\"travel internet\"]})}),fonts:[\"GF;Manrope-700\"]}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:getLocalizedValue(\"v1\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-29fbs8\",\"data-styles-preset\":\"vDIARG0rv\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-4a737f72-20df-44b7-aa95-83470637c11c, rgb(26, 15, 51))\"},children:\"Roamless Wallet\"})}),className:\"framer-cc9tzd\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:getLocalizedValue(\"v3\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-zcgy8c\",\"data-styles-preset\":\"mRtPLHG3r\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-e7df65c4-02d4-496e-91e6-32a9574f585f, rgb(100, 116, 139))\"},children:\"Pay-as-you-go flexibility\"})}),className:\"framer-1xl4dtd\",\"data-framer-name\":\"Description\",fonts:[\"Inter\"],style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1vx8g54\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-13xm91g\",\"data-framer-name\":\"Features Section 1\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-b9t9g9\",\"data-framer-name\":\"Text\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-mafieu\",\"data-framer-name\":\"Title & Description\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1nzr5s4\",\"data-framer-name\":\"Titles\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1out2o-container\",isAuthoredByUser:true,nodeId:\"Fs6l7zz5l\",scopeId:\"Rde5rr_PY\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{AHZxDs6OP:{font:{fontFamily:'\"Manrope\", \"Manrope Placeholder\", sans-serif',fontSize:\"24px\",fontStyle:\"normal\",fontWeight:700,letterSpacing:\"-0.02em\",lineHeight:\"120%\"}}},children:/*#__PURE__*/_jsx(DualColorTextComponent,{customizeStyling:{highlightColor:\"rgb(255, 0, 0)\",highlightEnabled:false,highlightWord:\"\",prefixColor:\"var(--token-976104d3-6565-4026-ac35-a9d5104446c4, rgb(131, 74, 253))\",prefixEnabled:true,suffixColor:\"var(--token-976104d3-6565-4026-ac35-a9d5104446c4, rgb(131, 74, 253))\",suffixEnabled:true,textColor:\"var(--token-4a737f72-20df-44b7-aa95-83470637c11c, rgb(26, 15, 51))\"},distribute:\"horizontal\",font:{fontFamily:'\"Manrope\", \"Manrope Placeholder\", sans-serif',fontSize:\"32px\",fontStyle:\"normal\",fontWeight:700,letterSpacing:\"-0.02em\",lineHeight:\"120%\"},height:\"100%\",id:\"Fs6l7zz5l\",layoutId:\"Fs6l7zz5l\",semanticTag:\"h2\",style:{width:\"100%\"},textVariable:getLocalizedValue(\"v4\",activeLocale)??\"by country\",transform:{plural:false,prefix:getLocalizedValue(\"v5\",activeLocale)??\"No need to buy fixed plans \",suffix:getLocalizedValue(\"v6\",activeLocale)??\"\"},width:\"100%\"})})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v7\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-zcgy8c\",\"data-styles-preset\":\"mRtPLHG3r\",style:{\"--framer-text-color\":\"var(--token-4a737f72-20df-44b7-aa95-83470637c11c, rgb(26, 15, 51))\"},children:\"Instead, you add funds to your wallet and you use those funds for mobile data or call time (or both) in any Roamless destination, as you need.\"})}),className:\"framer-x6wg6a\",\"data-framer-name\":\"Description\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1a7ffvu\",\"data-framer-name\":\"Bullet List\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-15mk0z3\",\"data-framer-name\":\"Bullet Item 1\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{AHZxDs6OP:{background:{alt:getLocalizedValue(\"v8\",activeLocale)??\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+448.2+0+0+50+0+0+353+0+0+0),pixelHeight:32,pixelWidth:32,src:\"https://framerusercontent.com/images/0v3W1OyxpkzkBq3800ZNV2OGiw.svg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:getLocalizedValue(\"v8\",activeLocale)??\"\",fit:\"fill\",pixelHeight:32,pixelWidth:32,src:\"https://framerusercontent.com/images/0v3W1OyxpkzkBq3800ZNV2OGiw.svg\"},className:\"framer-1b1zk18\",\"data-framer-name\":\"Icon\"})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v9\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-egobk\",\"data-styles-preset\":\"EucRWyIvm\",style:{\"--framer-text-color\":\"var(--token-4a737f72-20df-44b7-aa95-83470637c11c, rgb(26, 15, 51))\"},children:\"Roamless wallet gives you full flexibility\"})}),className:\"framer-wvewuw\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-b4n0np\",\"data-framer-name\":\"Bullet Item 2\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{AHZxDs6OP:{background:{alt:getLocalizedValue(\"v8\",activeLocale)??\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+448.2+0+0+50+0+0+353+0+48+84),pixelHeight:32,pixelWidth:32,src:\"https://framerusercontent.com/images/0v3W1OyxpkzkBq3800ZNV2OGiw.svg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:getLocalizedValue(\"v8\",activeLocale)??\"\",fit:\"fill\",pixelHeight:32,pixelWidth:32,src:\"https://framerusercontent.com/images/0v3W1OyxpkzkBq3800ZNV2OGiw.svg\"},className:\"framer-1vtxu64\",\"data-framer-name\":\"Icon\"})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ow5eq1-container\",isAuthoredByUser:true,nodeId:\"c8StoJm67\",scopeId:\"Rde5rr_PY\",children:/*#__PURE__*/_jsx(CMSItemCounter,{additionValue:0,calculationType:\"subtraction\",collectionList:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-hvo170\",\"data-framer-name\":\"Destination Amount Calculator - Do Not Remove\",\"data-hide-scrollbars\":true,children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"S8EJ4ldYu\",data:Destinations,type:\"Collection\"},orderBy:[{collection:\"S8EJ4ldYu\",direction:\"desc\",name:\"index\",type:\"Identifier\"}],select:[{collection:\"S8EJ4ldYu\",name:\"To7fWZPb5\",type:\"Identifier\"},{collection:\"S8EJ4ldYu\",name:\"jXrUPLhAb\",type:\"Identifier\"},{collection:\"S8EJ4ldYu\",name:\"id\",type:\"Identifier\"}]},children:(collection2,paginationInfo1,loadMore1)=>/*#__PURE__*/_jsx(_Fragment,{children:collection2?.map(({id:idS8EJ4ldYu,jXrUPLhAb:jXrUPLhAbS8EJ4ldYu,To7fWZPb5:To7fWZPb5S8EJ4ldYu},index2)=>{To7fWZPb5S8EJ4ldYu??=\"\";jXrUPLhAbS8EJ4ldYu??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`S8EJ4ldYu-${idS8EJ4ldYu}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{To7fWZPb5:To7fWZPb5S8EJ4ldYu},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-q3tsm5\",\"data-framer-name\":\"Card Wrap\",children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{To7fWZPb5:To7fWZPb5S8EJ4ldYu},webPageId:\"UadRbZWGx\"},motionChild:true,nodeId:\"hRZ7ktQOl\",scopeId:\"Rde5rr_PY\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-4gl53p framer-5gn75s\",\"data-border\":true,\"data-framer-name\":\"Cards / Country Card\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"4px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Yemen\"})}),className:\"framer-vmr110\",fonts:[\"Inter\"],text:jXrUPLhAbS8EJ4ldYu,verticalAlignment:\"top\",withExternalLayout:true})})})})})},idS8EJ4ldYu);})})})})})],commas:false,customCalculationEnabled:false,customizeStyling:{counterColor:\"rgb(0, 0, 0)\",counterEnabled:false,highlightColor:\"rgb(255, 0, 0)\",highlightEnabled:false,highlightWord:\"\",prefixColor:\"rgb(0, 0, 0)\",prefixEnabled:false,suffixColor:\"rgb(0, 0, 0)\",suffixEnabled:false},filterDataOrder:\"\",filterItemsEnabled:false,filterText:\"\",font:{fontFamily:'\"Inter\", \"Inter Placeholder\", sans-serif',fontSize:\"16px\",fontStyle:\"normal\",fontWeight:500,letterSpacing:\"0em\",lineHeight:\"140%\"},fontColor:\"var(--token-4a737f72-20df-44b7-aa95-83470637c11c, rgb(26, 15, 51))\",height:\"100%\",id:\"c8StoJm67\",layoutId:\"c8StoJm67\",placeholder:180,regexPattern:\"\",regexReplacement:\"\",semanticTag:\"h3\",style:{width:\"100%\"},subtractionValue:0,textSelect:true,transform:{plural:false,pluralPrefix:\"\",pluralSuffix:\"\",prefix:getLocalizedValue(\"v10\",activeLocale)??\"Use your funds for mobile data in \",singularPrefix:\"\",singularSuffix:\"\",suffix:getLocalizedValue(\"v11\",activeLocale)??\" destinations\"},width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ngwfr6\",\"data-framer-name\":\"Bullet Item 3\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{AHZxDs6OP:{background:{alt:getLocalizedValue(\"v8\",activeLocale)??\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+448.2+0+0+50+0+0+353+0+264+0),pixelHeight:32,pixelWidth:32,src:\"https://framerusercontent.com/images/0v3W1OyxpkzkBq3800ZNV2OGiw.svg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:getLocalizedValue(\"v8\",activeLocale)??\"\",fit:\"fill\",pixelHeight:32,pixelWidth:32,src:\"https://framerusercontent.com/images/0v3W1OyxpkzkBq3800ZNV2OGiw.svg\"},className:\"framer-x85k4z\",\"data-framer-name\":\"Icon\"})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v12\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-egobk\",\"data-styles-preset\":\"EucRWyIvm\",style:{\"--framer-text-color\":\"var(--token-4a737f72-20df-44b7-aa95-83470637c11c, rgb(26, 15, 51))\"},children:\"Use your funds to call 200+ destinations via the in-app calls feature\"})}),className:\"framer-114r4tk\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1cibahe\",\"data-framer-name\":\"Bullet Item 4\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{AHZxDs6OP:{background:{alt:getLocalizedValue(\"v8\",activeLocale)??\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+448.2+0+0+50+0+0+353+0+312+0),pixelHeight:32,pixelWidth:32,src:\"https://framerusercontent.com/images/0v3W1OyxpkzkBq3800ZNV2OGiw.svg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:getLocalizedValue(\"v8\",activeLocale)??\"\",fit:\"fill\",pixelHeight:32,pixelWidth:32,src:\"https://framerusercontent.com/images/0v3W1OyxpkzkBq3800ZNV2OGiw.svg\"},className:\"framer-1rnfkxr\",\"data-framer-name\":\"Icon\"})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v13\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-egobk\",\"data-styles-preset\":\"EucRWyIvm\",style:{\"--framer-text-color\":\"var(--token-4a737f72-20df-44b7-aa95-83470637c11c, rgb(26, 15, 51))\"},children:\"Your funds are not country-specific. Use them anywhere Roamless has coverage\"})}),className:\"framer-g2ianz\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v14\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-zcgy8c\",\"data-styles-preset\":\"mRtPLHG3r\",style:{\"--framer-text-color\":\"var(--token-4a737f72-20df-44b7-aa95-83470637c11c, rgb(26, 15, 51))\"},children:[\"In this regard, Roamless is similar to \u2018roaming\u2019 with your local operator in terms of ease and convenience, but up to 90% cheaper.\",/*#__PURE__*/_jsxs(\"span\",{style:{\"--framer-text-color\":\"var(--token-e7df65c4-02d4-496e-91e6-32a9574f585f, rgb(100, 116, 139))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{})]}),\"And unlike eSIM marketplaces or tourist SIMs that lock you in to country-specific data plans (which are often not fully consumed and therefore wasted), Roamless gives you the freedom to stay connected how you want, without wasting your money.\"]})}),className:\"framer-1kokvbp\",\"data-framer-name\":\"Description\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{AHZxDs6OP:{background:{alt:getLocalizedValue(\"v15\",activeLocale)??\"Phone Mockup Images\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+448.2+0+0+50+866),pixelHeight:2e3,pixelWidth:2e3,sizes:`max(min(min(${componentViewport?.width||\"100vw\"} - 48px, 1440px), 500px), 280px)`,src:\"https://framerusercontent.com/images/Hu4RhtcXoSNoKpDlSC7yHENBufU.webp\",srcSet:\"https://framerusercontent.com/images/Hu4RhtcXoSNoKpDlSC7yHENBufU.webp?scale-down-to=512 512w,https://framerusercontent.com/images/Hu4RhtcXoSNoKpDlSC7yHENBufU.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/Hu4RhtcXoSNoKpDlSC7yHENBufU.webp 2000w\"}},trsZkEYLc:{background:{alt:getLocalizedValue(\"v15\",activeLocale)??\"Phone Mockup Images\",fit:\"fill\",pixelHeight:2e3,pixelWidth:2e3,sizes:`max(min(min(${componentViewport?.width||\"100vw\"}, 1440px) - 200px, 500px), 327px)`,src:\"https://framerusercontent.com/images/Hu4RhtcXoSNoKpDlSC7yHENBufU.webp\",srcSet:\"https://framerusercontent.com/images/Hu4RhtcXoSNoKpDlSC7yHENBufU.webp?scale-down-to=512 512w,https://framerusercontent.com/images/Hu4RhtcXoSNoKpDlSC7yHENBufU.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/Hu4RhtcXoSNoKpDlSC7yHENBufU.webp 2000w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:getLocalizedValue(\"v15\",activeLocale)??\"Phone Mockup Images\",fit:\"fill\",pixelHeight:2e3,pixelWidth:2e3,sizes:`max(min(min(${componentViewport?.width||\"100vw\"}, 1440px) - 200px, 500px), 280px)`,src:\"https://framerusercontent.com/images/Hu4RhtcXoSNoKpDlSC7yHENBufU.webp\",srcSet:\"https://framerusercontent.com/images/Hu4RhtcXoSNoKpDlSC7yHENBufU.webp?scale-down-to=512 512w,https://framerusercontent.com/images/Hu4RhtcXoSNoKpDlSC7yHENBufU.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/Hu4RhtcXoSNoKpDlSC7yHENBufU.webp 2000w\"},className:\"framer-110zayk\",\"data-framer-name\":\"Image\"})})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1uuyigi\",\"data-framer-name\":\"Features Section 2\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-zvjrf9\",\"data-framer-name\":\"Text\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-11hg48j\",\"data-framer-name\":\"Title & Description\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-2roo7v\",\"data-framer-name\":\"Titles\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1vdo6st-container\",isAuthoredByUser:true,nodeId:\"LNlZFXPsz\",scopeId:\"Rde5rr_PY\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{AHZxDs6OP:{font:{fontFamily:'\"Manrope\", \"Manrope Placeholder\", sans-serif',fontSize:\"24px\",fontStyle:\"normal\",fontWeight:700,letterSpacing:\"-0.02em\",lineHeight:\"120%\"}}},children:/*#__PURE__*/_jsx(DualColorTextComponent,{customizeStyling:{highlightColor:\"rgb(255, 0, 0)\",highlightEnabled:false,highlightWord:\"\",prefixColor:\"var(--token-976104d3-6565-4026-ac35-a9d5104446c4, rgb(131, 74, 253))\",prefixEnabled:true,suffixColor:\"var(--token-976104d3-6565-4026-ac35-a9d5104446c4, rgb(131, 74, 253))\",suffixEnabled:true,textColor:\"var(--token-4a737f72-20df-44b7-aa95-83470637c11c, rgb(26, 15, 51))\"},distribute:\"horizontal\",font:{fontFamily:'\"Manrope\", \"Manrope Placeholder\", sans-serif',fontSize:\"32px\",fontStyle:\"normal\",fontWeight:700,letterSpacing:\"-0.02em\",lineHeight:\"120%\"},height:\"100%\",id:\"LNlZFXPsz\",layoutId:\"LNlZFXPsz\",semanticTag:\"h2\",style:{width:\"100%\"},textVariable:getLocalizedValue(\"v16\",activeLocale)??\"Only \",transform:{plural:false,prefix:getLocalizedValue(\"v17\",activeLocale)??\"\",suffix:getLocalizedValue(\"v18\",activeLocale)??\"pay for what you use\"},width:\"100%\"})})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v19\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-zcgy8c\",\"data-styles-preset\":\"mRtPLHG3r\",style:{\"--framer-text-color\":\"var(--token-4a737f72-20df-44b7-aa95-83470637c11c, rgb(26, 15, 51))\"},children:\"Roamless is pay-as-you-go, giving you absolute flexibility on how you stay connected during your travels.\"})}),className:\"framer-19syp5v\",\"data-framer-name\":\"Description\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1fsqq2b\",\"data-framer-name\":\"Bullet List\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-tgkap0\",\"data-framer-name\":\"Bullet Item 1\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{AHZxDs6OP:{background:{alt:getLocalizedValue(\"v8\",activeLocale)??\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+448.2+0+1466+50+0+0+353+0+0+0),pixelHeight:32,pixelWidth:32,src:\"https://framerusercontent.com/images/0v3W1OyxpkzkBq3800ZNV2OGiw.svg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:getLocalizedValue(\"v8\",activeLocale)??\"\",fit:\"fill\",pixelHeight:32,pixelWidth:32,src:\"https://framerusercontent.com/images/0v3W1OyxpkzkBq3800ZNV2OGiw.svg\"},className:\"framer-1am9qht\",\"data-framer-name\":\"Icon\"})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v20\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-egobk\",\"data-styles-preset\":\"EucRWyIvm\",style:{\"--framer-text-color\":\"var(--token-4a737f72-20df-44b7-aa95-83470637c11c, rgb(26, 15, 51))\"},children:\"There are no daily charges\"})}),className:\"framer-kp5lkx\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-z54a1j\",\"data-framer-name\":\"Bullet Item 2\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{AHZxDs6OP:{background:{alt:getLocalizedValue(\"v8\",activeLocale)??\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+448.2+0+1466+50+0+0+353+0+48+0),pixelHeight:32,pixelWidth:32,src:\"https://framerusercontent.com/images/0v3W1OyxpkzkBq3800ZNV2OGiw.svg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:getLocalizedValue(\"v8\",activeLocale)??\"\",fit:\"fill\",pixelHeight:32,pixelWidth:32,src:\"https://framerusercontent.com/images/0v3W1OyxpkzkBq3800ZNV2OGiw.svg\"},className:\"framer-16xlqn8\",\"data-framer-name\":\"Icon\"})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v21\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-egobk\",\"data-styles-preset\":\"EucRWyIvm\",style:{\"--framer-text-color\":\"var(--token-4a737f72-20df-44b7-aa95-83470637c11c, rgb(26, 15, 51))\"},children:\"There are no plans or packages to which you commit upfront\"})}),className:\"framer-1wh243m\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-2auf7n\",\"data-framer-name\":\"Bullet Item 3\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{AHZxDs6OP:{background:{alt:getLocalizedValue(\"v8\",activeLocale)??\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+448.2+0+1466+50+0+0+353+0+96+0),pixelHeight:32,pixelWidth:32,src:\"https://framerusercontent.com/images/0v3W1OyxpkzkBq3800ZNV2OGiw.svg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:getLocalizedValue(\"v8\",activeLocale)??\"\",fit:\"fill\",pixelHeight:32,pixelWidth:32,src:\"https://framerusercontent.com/images/0v3W1OyxpkzkBq3800ZNV2OGiw.svg\"},className:\"framer-1r2byp4\",\"data-framer-name\":\"Icon\"})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v22\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-egobk\",\"data-styles-preset\":\"EucRWyIvm\",style:{\"--framer-text-color\":\"var(--token-4a737f72-20df-44b7-aa95-83470637c11c, rgb(26, 15, 51))\"},children:\"You only pay for what you use, and not a single cent more\"})}),className:\"framer-1guecix\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-uv4vdh\",\"data-framer-name\":\"Bullet Item 4\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{AHZxDs6OP:{background:{alt:getLocalizedValue(\"v8\",activeLocale)??\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+448.2+0+1466+50+0+0+353+0+144+0),pixelHeight:32,pixelWidth:32,src:\"https://framerusercontent.com/images/0v3W1OyxpkzkBq3800ZNV2OGiw.svg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:getLocalizedValue(\"v8\",activeLocale)??\"\",fit:\"fill\",pixelHeight:32,pixelWidth:32,src:\"https://framerusercontent.com/images/0v3W1OyxpkzkBq3800ZNV2OGiw.svg\"},className:\"framer-4vw5u4\",\"data-framer-name\":\"Icon\"})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v23\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-egobk\",\"data-styles-preset\":\"EucRWyIvm\",style:{\"--framer-text-color\":\"var(--token-4a737f72-20df-44b7-aa95-83470637c11c, rgb(26, 15, 51))\"},children:\"Mobile data is charged per MB of usage\"})}),className:\"framer-hk4j5r\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1l6w9wx\",\"data-framer-name\":\"Bullet Item 4\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{AHZxDs6OP:{background:{alt:getLocalizedValue(\"v8\",activeLocale)??\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+448.2+0+1466+50+0+0+353+0+192+0),pixelHeight:32,pixelWidth:32,src:\"https://framerusercontent.com/images/0v3W1OyxpkzkBq3800ZNV2OGiw.svg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:getLocalizedValue(\"v8\",activeLocale)??\"\",fit:\"fill\",pixelHeight:32,pixelWidth:32,src:\"https://framerusercontent.com/images/0v3W1OyxpkzkBq3800ZNV2OGiw.svg\"},className:\"framer-b26qz0\",\"data-framer-name\":\"Icon\"})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v24\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-egobk\",\"data-styles-preset\":\"EucRWyIvm\",style:{\"--framer-text-color\":\"var(--token-4a737f72-20df-44b7-aa95-83470637c11c, rgb(26, 15, 51))\"},children:\"Calls are charged per minute of talk time\"})}),className:\"framer-1oazirg\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-turffk\",\"data-framer-name\":\"Bullet Item 4\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{AHZxDs6OP:{background:{alt:getLocalizedValue(\"v8\",activeLocale)??\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+448.2+0+1466+50+0+0+353+0+240+0),pixelHeight:32,pixelWidth:32,src:\"https://framerusercontent.com/images/0v3W1OyxpkzkBq3800ZNV2OGiw.svg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:getLocalizedValue(\"v8\",activeLocale)??\"\",fit:\"fill\",pixelHeight:32,pixelWidth:32,src:\"https://framerusercontent.com/images/0v3W1OyxpkzkBq3800ZNV2OGiw.svg\"},className:\"framer-1kcfzc0\",\"data-framer-name\":\"Icon\"})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v25\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-egobk\",\"data-styles-preset\":\"EucRWyIvm\",style:{\"--framer-text-color\":\"var(--token-4a737f72-20df-44b7-aa95-83470637c11c, rgb(26, 15, 51))\"},children:\"And if you don\u2019t use your balance for data or calls, you don\u2019t pay anything. Naturally.\"})}),className:\"framer-1f9f41n\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v26\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-zcgy8c\",\"data-styles-preset\":\"mRtPLHG3r\",style:{\"--framer-text-color\":\"var(--token-4a737f72-20df-44b7-aa95-83470637c11c, rgb(26, 15, 51))\"},children:[\"Roamless eliminates excessive daily roaming fees your local operator charges you (whether you use your allowance or not), saving you up to 90%.\",/*#__PURE__*/_jsxs(\"span\",{style:{\"--framer-text-color\":\"var(--token-e7df65c4-02d4-496e-91e6-32a9574f585f, rgb(100, 116, 139))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{})]}),\"Roamless also eliminates the need to estimate or calculate how much data you \u2018might\u2019 on your trip (to buy the right plan). You don\u2019t commit to anything up front; you don\u2019t over- or under-estimate your data consumption; you don\u2019t waste money on unused data.\"]})}),className:\"framer-158zdml\",\"data-framer-name\":\"Description\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{AHZxDs6OP:{background:{alt:getLocalizedValue(\"v15\",activeLocale)??\"Phone Mockup Images\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+448.2+0+1466+50+794),pixelHeight:2e3,pixelWidth:2e3,sizes:`max(min(min(${componentViewport?.width||\"100vw\"} - 48px, 1440px), 500px), 280px)`,src:\"https://framerusercontent.com/images/wvPjarKuUZCYyby6NS9XLkAspE.webp\",srcSet:\"https://framerusercontent.com/images/wvPjarKuUZCYyby6NS9XLkAspE.webp?scale-down-to=512 512w,https://framerusercontent.com/images/wvPjarKuUZCYyby6NS9XLkAspE.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/wvPjarKuUZCYyby6NS9XLkAspE.webp 2000w\"}},trsZkEYLc:{background:{alt:getLocalizedValue(\"v15\",activeLocale)??\"Phone Mockup Images\",fit:\"fill\",pixelHeight:2e3,pixelWidth:2e3,sizes:`max(min(min(${componentViewport?.width||\"100vw\"}, 1440px) - 200px, 500px), 327px)`,src:\"https://framerusercontent.com/images/wvPjarKuUZCYyby6NS9XLkAspE.webp\",srcSet:\"https://framerusercontent.com/images/wvPjarKuUZCYyby6NS9XLkAspE.webp?scale-down-to=512 512w,https://framerusercontent.com/images/wvPjarKuUZCYyby6NS9XLkAspE.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/wvPjarKuUZCYyby6NS9XLkAspE.webp 2000w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:getLocalizedValue(\"v15\",activeLocale)??\"Phone Mockup Images\",fit:\"fill\",pixelHeight:2e3,pixelWidth:2e3,sizes:`max(min(min(${componentViewport?.width||\"100vw\"}, 1440px) - 200px, 500px), 280px)`,src:\"https://framerusercontent.com/images/wvPjarKuUZCYyby6NS9XLkAspE.webp\",srcSet:\"https://framerusercontent.com/images/wvPjarKuUZCYyby6NS9XLkAspE.webp?scale-down-to=512 512w,https://framerusercontent.com/images/wvPjarKuUZCYyby6NS9XLkAspE.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/wvPjarKuUZCYyby6NS9XLkAspE.webp 2000w\"},className:\"framer-sww07s\",\"data-framer-name\":\"Image\"})})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1vtxr4s\",\"data-framer-name\":\"Features Section 2\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-eddrwy\",\"data-framer-name\":\"Text\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ic9ldb\",\"data-framer-name\":\"Title & Description\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-3uybu7\",\"data-framer-name\":\"Titles\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v27\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-dw1nqu\",\"data-styles-preset\":\"YBoFGmsYp\",style:{\"--framer-text-color\":\"var(--token-4a737f72-20df-44b7-aa95-83470637c11c, rgb(26, 15, 51))\"},children:\"Add as little or as much funds as you like\"})}),className:\"framer-1irbafu\",\"data-framer-name\":\"Title Dark Purple\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v28\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-zcgy8c\",\"data-styles-preset\":\"mRtPLHG3r\",style:{\"--framer-text-color\":\"var(--token-4a737f72-20df-44b7-aa95-83470637c11c, rgb(26, 15, 51))\"},children:[\"Given that Roamless is pay-as-you-go with no expirations of funds, you have total control and peace of mind over how you want to manage your spending.\",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{}),\"You can choose to top-up your wallet in small amounts to keep a closer eye on your usage, or you can top-up with a larger amount every now and then without ever needing to worry about what will happen to your funds (since they never expire).\",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{}),\"You can also monitor your usage real-time from inside the Roamless app, adjusting your funds and top-ups needed. It\u2019s your funds, and you have total control of how you use them.\"]})}),className:\"framer-py508l\",\"data-framer-name\":\"Description\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{AHZxDs6OP:{background:{alt:getLocalizedValue(\"v15\",activeLocale)??\"Phone Mockup Images\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+448.2+0+2860+50+191.4),pixelHeight:2e3,pixelWidth:2e3,sizes:`max(min(min(${componentViewport?.width||\"100vw\"} - 48px, 1440px), 500px), 280px)`,src:\"https://framerusercontent.com/images/Hu4RhtcXoSNoKpDlSC7yHENBufU.webp\",srcSet:\"https://framerusercontent.com/images/Hu4RhtcXoSNoKpDlSC7yHENBufU.webp?scale-down-to=512 512w,https://framerusercontent.com/images/Hu4RhtcXoSNoKpDlSC7yHENBufU.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/Hu4RhtcXoSNoKpDlSC7yHENBufU.webp 2000w\"}},trsZkEYLc:{background:{alt:getLocalizedValue(\"v15\",activeLocale)??\"Phone Mockup Images\",fit:\"fill\",pixelHeight:2e3,pixelWidth:2e3,sizes:`max(min(min(${componentViewport?.width||\"100vw\"}, 1440px) - 200px, 500px), 327px)`,src:\"https://framerusercontent.com/images/Hu4RhtcXoSNoKpDlSC7yHENBufU.webp\",srcSet:\"https://framerusercontent.com/images/Hu4RhtcXoSNoKpDlSC7yHENBufU.webp?scale-down-to=512 512w,https://framerusercontent.com/images/Hu4RhtcXoSNoKpDlSC7yHENBufU.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/Hu4RhtcXoSNoKpDlSC7yHENBufU.webp 2000w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:getLocalizedValue(\"v15\",activeLocale)??\"Phone Mockup Images\",fit:\"fill\",pixelHeight:2e3,pixelWidth:2e3,sizes:`max(min(min(${componentViewport?.width||\"100vw\"}, 1440px) - 200px, 500px), 280px)`,src:\"https://framerusercontent.com/images/Hu4RhtcXoSNoKpDlSC7yHENBufU.webp\",srcSet:\"https://framerusercontent.com/images/Hu4RhtcXoSNoKpDlSC7yHENBufU.webp?scale-down-to=512 512w,https://framerusercontent.com/images/Hu4RhtcXoSNoKpDlSC7yHENBufU.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/Hu4RhtcXoSNoKpDlSC7yHENBufU.webp 2000w\"},className:\"framer-12n4d0n\",\"data-framer-name\":\"Image\"})})]})]}),/*#__PURE__*/_jsx(Overlay,{children:overlay1=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{AHZxDs6OP:{y:(componentViewport?.y||0)+0+4099.6}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:399,width:componentViewport?.width||\"100vw\",children:/*#__PURE__*/_jsxs(Container,{className:\"framer-pmtign-container\",id:\"pmtign\",nodeId:\"OuhjUL9yo\",scopeId:\"Rde5rr_PY\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{AHZxDs6OP:{variant:\"kzz2miLYT\"},trsZkEYLc:{YDh88MPV_:\"flex-start\"}},children:/*#__PURE__*/_jsx(MainFooter,{CPMEQq8Ze:CPMEQq8Ze3bnx0g({overlay:overlay1}),height:\"100%\",id:\"OuhjUL9yo\",layoutId:\"OuhjUL9yo\",style:{width:\"100%\"},variant:\"somoFzqnB\",width:\"100%\",YDh88MPV_:\"center\"})}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay1.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:0,ease:[.5,0,.88,.77],type:\"tween\"}},className:cx(scopingClassNames,\"framer-1seloyh\"),\"data-framer-name\":\"Get the app - Modal\",\"data-framer-portal-id\":\"pmtign\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay1.hide()},\"fLtNTtfVS\"),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:cx(scopingClassNames,\"framer-tkqlm0-container\"),\"data-framer-portal-id\":\"pmtign\",inComponentSlot:true,nodeId:\"F7wJm3S4T\",rendersWithMotion:true,scopeId:\"Rde5rr_PY\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{AHZxDs6OP:{variant:\"Q1KEUgiFe\"}},children:/*#__PURE__*/_jsx(MainGetTheAppModal,{height:\"100%\",id:\"F7wJm3S4T\",JCBsQKeKR:JCBsQKeKR1wnntms({overlay:overlay1}),layoutId:\"F7wJm3S4T\",variant:\"fPQ4G_nCM\",width:\"100%\"})})})})]}),getContainer())})})]})})})})}),isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{AHZxDs6OP:{height:62,y:874},trsZkEYLc:{height:62,y:874}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:false,__framer__enter:animation1,__framer__exit:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-2c987w-container hidden-1v8n29m\",layoutScroll:true,nodeId:\"gUlYQbsSe\",rendersWithMotion:true,scopeId:\"Rde5rr_PY\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{AHZxDs6OP:{variant:\"iGFmEmhYP\"},trsZkEYLc:{variant:\"iGFmEmhYP\"}},children:/*#__PURE__*/_jsx(ButtonPrimaryButtons,{height:\"100%\",id:\"gUlYQbsSe\",layoutId:\"gUlYQbsSe\",S57JPJR48:\"https://roamless.onelink.me/OOq0/b9gdxskp\",variant:\"Pi5Pm2eGx\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(Overlay,{enabled:isDisplayed(),children:overlay3=>/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay2=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{AHZxDs6OP:{y:(componentViewport?.y||0)+0},trsZkEYLc:{y:(componentViewport?.y||0)+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:156,width:componentViewport?.width||\"100vw\",y:0,children:/*#__PURE__*/_jsxs(Container,{className:\"framer-djngcs-container\",id:\"djngcs\",layoutScroll:true,nodeId:\"HU1YHQB2p\",scopeId:\"Rde5rr_PY\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{AHZxDs6OP:{variant:overlay2.visible||overlay3.visible?\"JBGOP1U56\":\"PimlxqKZV\"},trsZkEYLc:{variant:overlay2.visible||overlay3.visible?\"JBGOP1U56\":\"PimlxqKZV\"}},children:/*#__PURE__*/_jsx(MainNav,{height:\"100%\",id:\"HU1YHQB2p\",layoutId:\"HU1YHQB2p\",style:{width:\"100%\"},variant:\"cSnxn0lhf\",width:\"100%\",wr7wAoyM8:wr7wAoyM83bnx0g({overlay:overlay2}),zRtdkByam:zRtdkByam3bnx0g({overlay:overlay3})})}),isDisplayed()&&/*#__PURE__*/_jsx(AnimatePresence,{children:overlay3.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:0,ease:[.5,0,.88,.77],type:\"tween\"}},className:`${cx(scopingClassNames,\"framer-w4qw10\")} hidden-1v8n29m`,\"data-framer-name\":\"Mobile - Nav Overlay\",\"data-framer-portal-id\":\"djngcs\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay3.hide()},\"dZuceHnxv\")}),getContainer())})}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay2.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1},className:cx(scopingClassNames,\"framer-lvtn4p\"),\"data-framer-name\":\"Get the app - Modal\",\"data-framer-portal-id\":\"djngcs\",exit:{opacity:0},initial:{opacity:0},onTap:()=>overlay2.hide(),transition:{delay:0,duration:.1,ease:[.44,0,.56,1],type:\"tween\"}},\"bPVCeN4ny\"),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:cx(scopingClassNames,\"framer-7hic73-container\"),\"data-framer-portal-id\":\"djngcs\",inComponentSlot:true,nodeId:\"OWdaI0rtk\",rendersWithMotion:true,scopeId:\"Rde5rr_PY\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{AHZxDs6OP:{variant:\"Q1KEUgiFe\"}},children:/*#__PURE__*/_jsx(MainGetTheAppModal,{height:\"100%\",id:\"OWdaI0rtk\",JCBsQKeKR:JCBsQKeKR1wnntms({overlay:overlay2}),layoutId:\"OWdaI0rtk\",variant:\"fPQ4G_nCM\",width:\"100%\"})})})})]}),getContainer())})})]})})})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-VKR6p.framer-5gn75s, .framer-VKR6p .framer-5gn75s { display: block; }\",\".framer-VKR6p.framer-1v8n29m { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1200px; }\",\".framer-VKR6p .framer-yjq64w { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; padding: 0px; position: relative; width: min-content; }\",\".framer-VKR6p .framer-78ys10 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; padding: 0px; position: relative; width: min-content; }\",\".framer-VKR6p .framer-wzbwpd-container { flex: none; height: 0px; position: relative; width: auto; }\",\".framer-VKR6p.framer-bflbd4 { background-color: rgba(0, 0, 0, 0.8); inset: 0px; position: fixed; user-select: none; z-index: 10; }\",\".framer-VKR6p.framer-s1szyd { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; left: 50%; padding: 0px; position: fixed; top: 50%; transform: translate(-50%, -50%); width: min-content; z-index: 10; }\",\".framer-VKR6p .framer-1fkgudp { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-VKR6p .framer-tmry4i { -webkit-user-select: none; aspect-ratio: 0.936 / 1; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; flex: none; height: var(--framer-aspect-ratio-supported, 500px); position: relative; user-select: none; width: 468px; }\",\".framer-VKR6p.framer-ylsqus { cursor: pointer; flex: none; height: 32px; overflow: hidden; position: fixed; right: 56px; top: 56px; width: 32px; z-index: 10; }\",\".framer-VKR6p .framer-1chj8t1 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; max-width: 1240px; overflow: visible; padding: 188px 16px 0px 16px; position: relative; width: 100%; }\",\".framer-VKR6p .framer-i7jqg5, .framer-VKR6p .framer-cc9tzd, .framer-VKR6p .framer-1xl4dtd, .framer-VKR6p .framer-x6wg6a, .framer-VKR6p .framer-1kokvbp, .framer-VKR6p .framer-19syp5v, .framer-VKR6p .framer-158zdml, .framer-VKR6p .framer-1irbafu, .framer-VKR6p .framer-py508l { --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-VKR6p .framer-1yd17dj { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-VKR6p .framer-1vx8g54 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-VKR6p .framer-13xm91g, .framer-VKR6p .framer-1uuyigi, .framer-VKR6p .framer-1vtxr4s { align-content: flex-start; align-items: flex-start; background-color: var(--token-ea016190-e8e5-4b84-869f-b382bc530b20, #ffffff); display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 32px; height: min-content; justify-content: center; max-width: 1440px; overflow: hidden; padding: 80px 100px 80px 100px; position: relative; width: 100%; }\",\".framer-VKR6p .framer-b9t9g9, .framer-VKR6p .framer-zvjrf9, .framer-VKR6p .framer-eddrwy { align-content: flex-start; align-items: flex-start; background-color: var(--token-ea016190-e8e5-4b84-869f-b382bc530b20, #ffffff); display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; max-width: 660px; min-width: 280px; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-VKR6p .framer-mafieu, .framer-VKR6p .framer-1a7ffvu, .framer-VKR6p .framer-11hg48j, .framer-VKR6p .framer-1fsqq2b, .framer-VKR6p .framer-1ic9ldb { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-VKR6p .framer-1nzr5s4, .framer-VKR6p .framer-2roo7v, .framer-VKR6p .framer-3uybu7 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-VKR6p .framer-1out2o-container, .framer-VKR6p .framer-1vdo6st-container, .framer-VKR6p .framer-pmtign-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-VKR6p .framer-15mk0z3, .framer-VKR6p .framer-b4n0np, .framer-VKR6p .framer-ngwfr6, .framer-VKR6p .framer-1cibahe, .framer-VKR6p .framer-tgkap0, .framer-VKR6p .framer-z54a1j, .framer-VKR6p .framer-2auf7n, .framer-VKR6p .framer-uv4vdh, .framer-VKR6p .framer-1l6w9wx, .framer-VKR6p .framer-turffk { align-content: center; align-items: center; background-color: var(--token-ea016190-e8e5-4b84-869f-b382bc530b20, #ffffff); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-VKR6p .framer-1b1zk18, .framer-VKR6p .framer-1vtxu64, .framer-VKR6p .framer-x85k4z, .framer-VKR6p .framer-1rnfkxr, .framer-VKR6p .framer-1am9qht, .framer-VKR6p .framer-16xlqn8, .framer-VKR6p .framer-1r2byp4, .framer-VKR6p .framer-4vw5u4, .framer-VKR6p .framer-b26qz0, .framer-VKR6p .framer-1kcfzc0 { flex: none; height: 32px; overflow: hidden; position: relative; width: 32px; }\",\".framer-VKR6p .framer-wvewuw, .framer-VKR6p .framer-114r4tk, .framer-VKR6p .framer-g2ianz, .framer-VKR6p .framer-kp5lkx, .framer-VKR6p .framer-1wh243m, .framer-VKR6p .framer-1guecix, .framer-VKR6p .framer-hk4j5r, .framer-VKR6p .framer-1oazirg, .framer-VKR6p .framer-1f9f41n { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-VKR6p .framer-1ow5eq1-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\".framer-VKR6p .framer-hvo170 { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: row; flex-wrap: wrap; gap: 4px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 173px; }\",\".framer-VKR6p .framer-q3tsm5 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 40px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: min-content; }\",\".framer-VKR6p .framer-4gl53p { --border-bottom-width: 2px; --border-color: rgba(130, 73, 252, 0); --border-left-width: 2px; --border-right-width: 2px; --border-style: solid; --border-top-width: 2px; align-content: center; align-items: center; background-color: rgba(131, 74, 253, 0); 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: 16px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-VKR6p .framer-vmr110 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-VKR6p .framer-110zayk, .framer-VKR6p .framer-sww07s, .framer-VKR6p .framer-12n4d0n { border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; flex: 1 0 0px; height: 500px; max-width: 500px; min-width: 280px; overflow: hidden; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-VKR6p.framer-1seloyh, .framer-VKR6p.framer-lvtn4p { background-color: rgba(0, 0, 0, 0.8); inset: 0px; position: fixed; user-select: none; z-index: 6; }\",\".framer-VKR6p.framer-tkqlm0-container, .framer-VKR6p.framer-7hic73-container { flex: none; height: auto; left: 50%; position: fixed; top: 46%; transform: translate(-50%, -50%); width: auto; z-index: 6; }\",\".framer-VKR6p .framer-2c987w-container { bottom: 64px; flex: none; height: auto; left: 100px; position: fixed; width: auto; z-index: 1; }\",\".framer-VKR6p .framer-djngcs-container { flex: none; height: auto; left: 0px; position: fixed; right: 0px; top: 0px; z-index: 5; }\",\".framer-VKR6p.framer-w4qw10 { background-color: rgba(0, 0, 0, 0.8); inset: 0px; position: fixed; user-select: none; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-VKR6p.framer-1v8n29m, .framer-VKR6p .framer-yjq64w, .framer-VKR6p .framer-78ys10, .framer-VKR6p.framer-s1szyd, .framer-VKR6p .framer-1fkgudp, .framer-VKR6p .framer-1chj8t1, .framer-VKR6p .framer-1yd17dj, .framer-VKR6p .framer-1vx8g54, .framer-VKR6p .framer-13xm91g, .framer-VKR6p .framer-b9t9g9, .framer-VKR6p .framer-mafieu, .framer-VKR6p .framer-1nzr5s4, .framer-VKR6p .framer-1a7ffvu, .framer-VKR6p .framer-15mk0z3, .framer-VKR6p .framer-b4n0np, .framer-VKR6p .framer-hvo170, .framer-VKR6p .framer-q3tsm5, .framer-VKR6p .framer-4gl53p, .framer-VKR6p .framer-ngwfr6, .framer-VKR6p .framer-1cibahe, .framer-VKR6p .framer-1uuyigi, .framer-VKR6p .framer-zvjrf9, .framer-VKR6p .framer-11hg48j, .framer-VKR6p .framer-2roo7v, .framer-VKR6p .framer-1fsqq2b, .framer-VKR6p .framer-tgkap0, .framer-VKR6p .framer-z54a1j, .framer-VKR6p .framer-2auf7n, .framer-VKR6p .framer-uv4vdh, .framer-VKR6p .framer-1l6w9wx, .framer-VKR6p .framer-turffk, .framer-VKR6p .framer-1vtxr4s, .framer-VKR6p .framer-eddrwy, .framer-VKR6p .framer-1ic9ldb, .framer-VKR6p .framer-3uybu7 { gap: 0px; } .framer-VKR6p.framer-1v8n29m > *, .framer-VKR6p .framer-1vx8g54 > *, .framer-VKR6p .framer-1nzr5s4 > *, .framer-VKR6p .framer-2roo7v > *, .framer-VKR6p .framer-3uybu7 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-VKR6p.framer-1v8n29m > :first-child, .framer-VKR6p .framer-yjq64w > :first-child, .framer-VKR6p.framer-s1szyd > :first-child, .framer-VKR6p .framer-1chj8t1 > :first-child, .framer-VKR6p .framer-1yd17dj > :first-child, .framer-VKR6p .framer-1vx8g54 > :first-child, .framer-VKR6p .framer-b9t9g9 > :first-child, .framer-VKR6p .framer-mafieu > :first-child, .framer-VKR6p .framer-1nzr5s4 > :first-child, .framer-VKR6p .framer-1a7ffvu > :first-child, .framer-VKR6p .framer-zvjrf9 > :first-child, .framer-VKR6p .framer-11hg48j > :first-child, .framer-VKR6p .framer-2roo7v > :first-child, .framer-VKR6p .framer-1fsqq2b > :first-child, .framer-VKR6p .framer-eddrwy > :first-child, .framer-VKR6p .framer-1ic9ldb > :first-child, .framer-VKR6p .framer-3uybu7 > :first-child { margin-top: 0px; } .framer-VKR6p.framer-1v8n29m > :last-child, .framer-VKR6p .framer-yjq64w > :last-child, .framer-VKR6p.framer-s1szyd > :last-child, .framer-VKR6p .framer-1chj8t1 > :last-child, .framer-VKR6p .framer-1yd17dj > :last-child, .framer-VKR6p .framer-1vx8g54 > :last-child, .framer-VKR6p .framer-b9t9g9 > :last-child, .framer-VKR6p .framer-mafieu > :last-child, .framer-VKR6p .framer-1nzr5s4 > :last-child, .framer-VKR6p .framer-1a7ffvu > :last-child, .framer-VKR6p .framer-zvjrf9 > :last-child, .framer-VKR6p .framer-11hg48j > :last-child, .framer-VKR6p .framer-2roo7v > :last-child, .framer-VKR6p .framer-1fsqq2b > :last-child, .framer-VKR6p .framer-eddrwy > :last-child, .framer-VKR6p .framer-1ic9ldb > :last-child, .framer-VKR6p .framer-3uybu7 > :last-child { margin-bottom: 0px; } .framer-VKR6p .framer-yjq64w > *, .framer-VKR6p.framer-s1szyd > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-VKR6p .framer-78ys10 > *, .framer-VKR6p .framer-1fkgudp > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-VKR6p .framer-78ys10 > :first-child, .framer-VKR6p .framer-1fkgudp > :first-child, .framer-VKR6p .framer-13xm91g > :first-child, .framer-VKR6p .framer-15mk0z3 > :first-child, .framer-VKR6p .framer-b4n0np > :first-child, .framer-VKR6p .framer-hvo170 > :first-child, .framer-VKR6p .framer-q3tsm5 > :first-child, .framer-VKR6p .framer-4gl53p > :first-child, .framer-VKR6p .framer-ngwfr6 > :first-child, .framer-VKR6p .framer-1cibahe > :first-child, .framer-VKR6p .framer-1uuyigi > :first-child, .framer-VKR6p .framer-tgkap0 > :first-child, .framer-VKR6p .framer-z54a1j > :first-child, .framer-VKR6p .framer-2auf7n > :first-child, .framer-VKR6p .framer-uv4vdh > :first-child, .framer-VKR6p .framer-1l6w9wx > :first-child, .framer-VKR6p .framer-turffk > :first-child, .framer-VKR6p .framer-1vtxr4s > :first-child { margin-left: 0px; } .framer-VKR6p .framer-78ys10 > :last-child, .framer-VKR6p .framer-1fkgudp > :last-child, .framer-VKR6p .framer-13xm91g > :last-child, .framer-VKR6p .framer-15mk0z3 > :last-child, .framer-VKR6p .framer-b4n0np > :last-child, .framer-VKR6p .framer-hvo170 > :last-child, .framer-VKR6p .framer-q3tsm5 > :last-child, .framer-VKR6p .framer-4gl53p > :last-child, .framer-VKR6p .framer-ngwfr6 > :last-child, .framer-VKR6p .framer-1cibahe > :last-child, .framer-VKR6p .framer-1uuyigi > :last-child, .framer-VKR6p .framer-tgkap0 > :last-child, .framer-VKR6p .framer-z54a1j > :last-child, .framer-VKR6p .framer-2auf7n > :last-child, .framer-VKR6p .framer-uv4vdh > :last-child, .framer-VKR6p .framer-1l6w9wx > :last-child, .framer-VKR6p .framer-turffk > :last-child, .framer-VKR6p .framer-1vtxr4s > :last-child { margin-right: 0px; } .framer-VKR6p .framer-1chj8t1 > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-VKR6p .framer-1yd17dj > *, .framer-VKR6p .framer-mafieu > *, .framer-VKR6p .framer-1a7ffvu > *, .framer-VKR6p .framer-11hg48j > *, .framer-VKR6p .framer-1fsqq2b > *, .framer-VKR6p .framer-1ic9ldb > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-VKR6p .framer-13xm91g > *, .framer-VKR6p .framer-1uuyigi > *, .framer-VKR6p .framer-1vtxr4s > * { margin: 0px; margin-left: calc(32px / 2); margin-right: calc(32px / 2); } .framer-VKR6p .framer-b9t9g9 > *, .framer-VKR6p .framer-zvjrf9 > *, .framer-VKR6p .framer-eddrwy > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-VKR6p .framer-15mk0z3 > *, .framer-VKR6p .framer-b4n0np > *, .framer-VKR6p .framer-4gl53p > *, .framer-VKR6p .framer-ngwfr6 > *, .framer-VKR6p .framer-1cibahe > *, .framer-VKR6p .framer-tgkap0 > *, .framer-VKR6p .framer-z54a1j > *, .framer-VKR6p .framer-2auf7n > *, .framer-VKR6p .framer-uv4vdh > *, .framer-VKR6p .framer-1l6w9wx > *, .framer-VKR6p .framer-turffk > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-VKR6p .framer-hvo170 > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-VKR6p .framer-q3tsm5 > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,'.framer-VKR6p[data-hide-scrollbars=\"true\"]::-webkit-scrollbar, .framer-VKR6p [data-hide-scrollbars=\"true\"]::-webkit-scrollbar { width: 0px; height: 0px; }','.framer-VKR6p[data-hide-scrollbars=\"true\"]::-webkit-scrollbar-thumb, .framer-VKR6p [data-hide-scrollbars=\"true\"]::-webkit-scrollbar-thumb { background: transparent; }','.framer-VKR6p[data-hide-scrollbars=\"true\"], .framer-VKR6p [data-hide-scrollbars=\"true\"] { scrollbar-width: none; }','.framer-VKR6p[data-border=\"true\"]::after, .framer-VKR6p [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',\"@media (min-width: 810px) and (max-width: 1199px) { .framer-VKR6p.framer-1v8n29m { width: 810px; } .framer-VKR6p .framer-13xm91g, .framer-VKR6p .framer-1uuyigi, .framer-VKR6p .framer-1vtxr4s { justify-content: flex-start; } .framer-VKR6p .framer-b9t9g9, .framer-VKR6p .framer-zvjrf9, .framer-VKR6p .framer-eddrwy { order: 0; } .framer-VKR6p .framer-110zayk, .framer-VKR6p .framer-sww07s, .framer-VKR6p .framer-12n4d0n { min-width: 327px; order: 1; } .framer-VKR6p .framer-djngcs-container { position: absolute; }}\",\"@media (max-width: 809px) { .framer-VKR6p.framer-1v8n29m { width: 390px; } .framer-VKR6p.framer-s1szyd { align-content: center; align-items: center; width: 100%; } .framer-VKR6p .framer-1fkgudp { width: 100%; } .framer-VKR6p .framer-tmry4i { height: var(--framer-aspect-ratio-supported, 214px); width: 80%; } .framer-VKR6p.framer-ylsqus { right: 32px; top: 32px; } .framer-VKR6p .framer-1chj8t1 { padding: 138px 16px 50px 16px; } .framer-VKR6p .framer-1vx8g54 { padding: 0px 24px 0px 24px; } .framer-VKR6p .framer-13xm91g, .framer-VKR6p .framer-1uuyigi, .framer-VKR6p .framer-1vtxr4s { flex-direction: column; padding: 50px 0px 50px 0px; } .framer-VKR6p .framer-b9t9g9, .framer-VKR6p .framer-zvjrf9, .framer-VKR6p .framer-eddrwy { flex: none; order: 0; width: 100%; } .framer-VKR6p .framer-110zayk, .framer-VKR6p .framer-sww07s, .framer-VKR6p .framer-12n4d0n { aspect-ratio: 0.684 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 500px); order: 1; width: 100%; } .framer-VKR6p.framer-1seloyh, .framer-VKR6p.framer-tkqlm0-container, .framer-VKR6p.framer-lvtn4p, .framer-VKR6p.framer-7hic73-container { z-index: 7; } .framer-VKR6p .framer-2c987w-container { left: 24px; } .framer-VKR6p .framer-djngcs-container { position: absolute; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-VKR6p .framer-13xm91g, .framer-VKR6p .framer-1uuyigi, .framer-VKR6p .framer-1vtxr4s { gap: 0px; } .framer-VKR6p .framer-13xm91g > *, .framer-VKR6p .framer-1uuyigi > *, .framer-VKR6p .framer-1vtxr4s > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-VKR6p .framer-13xm91g > :first-child, .framer-VKR6p .framer-1uuyigi > :first-child, .framer-VKR6p .framer-1vtxr4s > :first-child { margin-top: 0px; } .framer-VKR6p .framer-13xm91g > :last-child, .framer-VKR6p .framer-1uuyigi > :last-child, .framer-VKR6p .framer-1vtxr4s > :last-child { margin-bottom: 0px; } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 2950\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"trsZkEYLc\":{\"layout\":[\"fixed\",\"auto\"]},\"AHZxDs6OP\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections\n * @framerResponsiveScreen\n */const FramerRde5rr_PY=withCSS(Component,css,\"framer-VKR6p\");export default FramerRde5rr_PY;FramerRde5rr_PY.displayName=\"Features\";FramerRde5rr_PY.defaultProps={height:2950,width:1200};addFonts(FramerRde5rr_PY,[{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\"},{family:\"Manrope\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/manrope/v15/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4aE-_A87jxeN7B.woff2\",weight:\"700\"},{family:\"Manrope\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/NGBUP45ES3F7RD5XGKPEDJ6QEPO4TMOK/EXDVWJ2EDDVVV65UENMX33EDDYBX6OF7/6P4FPMFQH7CCC7RZ4UU4NKSGJ2RLF7V5.woff2\",weight:\"700\"},{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/5A3Ce6C9YYmCjpQx9M4inSaKU.woff2\",weight:\"500\"},{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/Qx95Xyt0Ka3SGhinnbXIGpEIyP4.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/6mJuEAguuIuMog10gGvH5d3cl8.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/xYYWaj7wCU5zSQH0eXvSaS19wo.woff2\",weight:\"500\"},{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/otTaNuNpVK4RbdlT7zDDdKvQBA.woff2\",weight:\"500\"},{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/d3tHnaQIAeqiE5hGcRw4mmgWYU.woff2\",weight:\"500\"},{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/DolVirEGb34pEXEp8t8FQBSK4.woff2\",weight:\"500\"}]},...MarketingModalFonts,...DualColorTextComponentFonts,...CMSItemCounterFonts,...MainFooterFonts,...MainGetTheAppModalFonts,...ButtonPrimaryButtonsFonts,...MainNavFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerRde5rr_PY\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"1200\",\"framerDisplayContentsDiv\":\"false\",\"framerScrollSections\":\"* @framerResponsiveScreen\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"trsZkEYLc\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"AHZxDs6OP\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"2950\",\"framerAcceptsLayoutTemplate\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["valuesByLocaleId", "LazyValue", "getLocalizedValue", "key", "locale", "values", "value", "preload", "promises", "promise", "usePreloadLocalizedValues", "preloadPromise", "MarketingModalFonts", "getFonts", "MarketingModal", "RichTextWithFX", "withFX", "RichText2", "DualColorTextComponentFonts", "TextWithPrefixSuffix", "CMSItemCounterFonts", "CMSCounter", "MotionDivWithFX", "motion", "MainFooterFonts", "dFgqYJhfv_default", "MainGetTheAppModalFonts", "uhDhNKI1p_default", "ButtonPrimaryButtonsFonts", "OuBXC4dBs_default", "ContainerWithFX", "Container", "MainNavFonts", "YhtTUnlRB_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "transformTemplate1", "_", "t", "toResponsiveImage", "value", "getContainer", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "QueryData", "query", "pageSize", "data", "useQueryData", "animation", "transition1", "animation1", "transition2", "animation2", "HTMLStyle", "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", "CjjTqokmWa_iAD4EZC", "W8PgmVMKta_iAD4EZC", "I5vSmlYxYa_iAD4EZC", "CLKezvIewa_iAD4EZC", "XzweuDWR6a_iAD4EZC", "dHKJttseUa_iAD4EZC", "f6ILXjyQba_iAD4EZC", "upIaGXHKKa_iAD4EZC", "oK4nVtAlfa_iAD4EZC", "vkbR2ZXJ8Vi41GET9L", "Xlvze51VZVi41GET9L", "oK4nVtAlfVi41GET9L", "idVi41GET9L", "ida_iAD4EZC", "To7fWZPb5S8EJ4ldYu", "jXrUPLhAbS8EJ4ldYu", "idS8EJ4ldYu", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "activeVariantCallback", "delay", "useActiveVariantCallback", "onShow3bnx0g", "overlay", "loadMore", "args", "onTap1wnntms", "CPMEQq8Ze3bnx0g", "JCBsQKeKR1wnntms", "wr7wAoyM83bnx0g", "zRtdkByam3bnx0g", "scopingClassNames", "cx", "usePreloadLocalizedValues", "isDisplayed", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "ChildrenCanSuspend", "Ar1zrKtxB_default", "collection1", "paginationInfo", "l", "collection", "index1", "PathVariablesContext", "ComponentViewportProvider", "AnimatePresence", "Ga", "x", "index", "Link", "PropertyOverrides2", "Image2", "getLocalizedValue", "getLoadingLazyAtYPosition", "rgZPR9DA9_default", "collection2", "paginationInfo1", "loadMore1", "index2", "overlay1", "overlay3", "overlay2", "css", "FramerRde5rr_PY", "withCSS", "Rde5rr_PY_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
