{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/xIqcfrB8S7edeZQCvQ5y/8Mlc3NQGjmxYC9GzSK7A/App_Store_Download_Redirect.js", "ssg:https://framerusercontent.com/modules/nPF7Ukfa726f2EYz4dTz/R5LO5OWr1CrIFsK7Dm5l/b1DvCqSkX.js"],
  "sourcesContent": ["import{jsx as _jsx}from\"react/jsx-runtime\";import{useEffect,useState}from\"react\";/**\n * These annotations control how your component sizes\n * Learn more: https://www.framer.com/developers/#code-components-auto-sizing\n *\n * @framerSupportedLayoutWidth auto\n * @framerSupportedLayoutHeight auto\n */export default function App_Store_Download_Redirect(props){const[platform,setPlatform]=useState(\"\");useEffect(()=>{const referrer=document.referrer;const isFromFramer=referrer.includes(\"framer.com\");if(isFromFramer)return;// Do not redirect if not from enhance-d.com\nconst getOsFromUserAgent=()=>{const userAgent=navigator.userAgent;let detectedPlatform=\"\";if(userAgent.includes(\"Android\")){detectedPlatform=\"Android\";window.location.href=\"https://play.google.com/store/apps/details?id=com.sestanteanalyticsag.enhancedv1\";}else if(userAgent.includes(\"iPhone\")||userAgent.includes(\"iPad\")){detectedPlatform=\"iOS\";window.location.href=\"https://apps.apple.com/us/app/enhance-d/id6497331467\";}else{detectedPlatform=\"Other\";//window.location.href = \"https://www.enhance-d.com/app/\";\n}setPlatform(detectedPlatform);};getOsFromUserAgent();},[]);return /*#__PURE__*/_jsx(\"div\",{style:containerStyle,children:/*#__PURE__*/_jsx(\"div\",{id:\"text\",style:textStyle,children:/*#__PURE__*/_jsx(\"span\",{id:\"text\",children:\"If visiting from a mobile device, we will try to redirect you to the app download page automatically.\"})})});}// Styles\nconst containerStyle={height:\"100%\",display:\"flex\",justifyContent:\"center\",alignItems:\"center\",overflow:\"hidden\"};const textStyle={color:\"#1B1F37\",fontSize:\"20px\"};\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"App_Store_Download_Redirect\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutWidth\":\"auto\",\"framerSupportedLayoutHeight\":\"auto\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./App_Store_Download_Redirect.map", "// Generated by Framer (6d82f59)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getLoadingLazyAtYPosition,Image,Link,PropertyOverrides,RichText,SVG,useActiveVariantCallback,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useOverlayState,withCSS}from\"framer\";import{AnimatePresence,LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import*as ReactDOM from\"react-dom\";import Footer from\"#framer/local/canvasComponent/ckKjSoMrl/ckKjSoMrl.js\";import NavigationOverlayMobile from\"#framer/local/canvasComponent/FPr_Xv3wl/FPr_Xv3wl.js\";import NavigationToggle from\"#framer/local/canvasComponent/j9VApiPlg/j9VApiPlg.js\";import NavigationBar from\"#framer/local/canvasComponent/W3yrHLUeF/W3yrHLUeF.js\";import App_Store_Download_Redirect from\"#framer/local/codeFile/MQ4EndD/App_Store_Download_Redirect.js\";import metadataProvider from\"#framer/local/webPageMetadata/b1DvCqSkX/b1DvCqSkX.js\";const NavigationBarFonts=getFonts(NavigationBar);const App_Store_Download_RedirectFonts=getFonts(App_Store_Download_Redirect);const FooterFonts=getFonts(Footer);const NavigationToggleFonts=getFonts(NavigationToggle);const NavigationOverlayMobileFonts=getFonts(NavigationOverlayMobile);const breakpoints={cy9ZtlAtm:\"(max-width: 809px)\",KFhoJweON:\"(min-width: 1200px) and (max-width: 1399px)\",tY8LcEQlY:\"(min-width: 810px) and (max-width: 1199px)\",yGs9Azswm:\"(min-width: 1400px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-YsUaG\";const variantClassNames={cy9ZtlAtm:\"framer-v-1v4rm3z\",KFhoJweON:\"framer-v-1qflka7\",tY8LcEQlY:\"framer-v-sodc03\",yGs9Azswm:\"framer-v-1w167dy\"};const transition1={bounce:.25,delay:0,duration:.45,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:.9,skewX:0,skewY:0,transition:transition1};const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1.1,skewX:0,skewY:0,transition:transition1};const transition2={delay:0,duration:.6,ease:[.16,1,.3,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 transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const transition3={delay:0,duration:.9,ease:[.16,1,.3,1],type:\"tween\"};const animation3={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition3,x:0,y:0};const animation4={opacity:0,rotate:0,rotateX:8,rotateY:4,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:-120};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 HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={\"Desktop (Small)\":\"KFhoJweON\",Desktop:\"yGs9Azswm\",Phone:\"cy9ZtlAtm\",Tablet:\"tY8LcEQlY\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"yGs9Azswm\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();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{activeVariantCallback,delay}=useActiveVariantCallback(undefined);const JlOjwLvS93bnx0g=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.toggle();});const hjltXcvKx1wnntms=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.hide();});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const isDisplayed=()=>{if(!isBrowser())return true;if([\"tY8LcEQlY\",\"cy9ZtlAtm\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if(!isBrowser())return true;if(baseVariant===\"cy9ZtlAtm\")return true;return false;};const isDisplayed2=()=>{if(!isBrowser())return true;if(baseVariant===\"cy9ZtlAtm\")return false;return true;};const isDisplayed3=()=>{if(!isBrowser())return true;if(baseVariant===\"tY8LcEQlY\")return false;return true;};const isDisplayed4=()=>{if(!isBrowser())return true;if([\"tY8LcEQlY\",\"cy9ZtlAtm\"].includes(baseVariant))return true;return false;};const defaultLayoutId=React.useId();useCustomCursors({});const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"yGs9Azswm\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: rgb(239, 244, 248); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-1w167dy\",className),ref:ref??ref1,style:{...style},children:[isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:72,width:\"100vw\",y:0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-11o6o08-container hidden-sodc03 hidden-1v4rm3z\",layoutScroll:true,children:/*#__PURE__*/_jsx(NavigationBar,{height:\"100%\",id:\"UazfstbFP\",layoutId:\"UazfstbFP\",style:{width:\"100%\"},variant:\"MAWkZLPy6\",width:\"100%\"})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1n6pg5w\",\"data-framer-name\":\"Section 1 - Hero\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-9j5g20\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1am1f6c\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-zjws6t\",\"data-framer-name\":\"Frame 2085662003\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{cy9ZtlAtm:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-text-color\":\"rgb(21, 29, 134)\"},children:\"Pick your platform \"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"64px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-text-color\":\"rgb(21, 29, 134)\"},children:\"Pick your platform \"})}),className:\"framer-17phyyv\",\"data-framer-name\":\"Exercise with diabetes is hard\\u2028just got easier\",fonts:[\"Inter-Medium\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1i4mtv7-container\",children:/*#__PURE__*/_jsx(App_Store_Download_Redirect,{height:\"100%\",id:\"lAJaIRgUV\",layoutId:\"lAJaIRgUV\",width:\"100%\"})})})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-189dz3q\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-sy3lj9\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{cy9ZtlAtm:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:904,intrinsicWidth:770,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0+100+281.6+0+-181),positionX:\"center\",positionY:\"center\",sizes:\"580px\",src:\"https://framerusercontent.com/images/QhdLk9oQLVVZzVm017X3pdCN9M.svg\",srcSet:\"https://framerusercontent.com/images/QhdLk9oQLVVZzVm017X3pdCN9M.svg 770w\"}},tY8LcEQlY:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:904,intrinsicWidth:770,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0+150+149+0+-111),positionX:\"center\",positionY:\"center\",sizes:\"393.9914px\",src:\"https://framerusercontent.com/images/QhdLk9oQLVVZzVm017X3pdCN9M.svg\",srcSet:\"https://framerusercontent.com/images/QhdLk9oQLVVZzVm017X3pdCN9M.svg 770w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:904,intrinsicWidth:770,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0+150+0+-208),positionX:\"center\",positionY:\"center\",sizes:\"983px\",src:\"https://framerusercontent.com/images/QhdLk9oQLVVZzVm017X3pdCN9M.svg\",srcSet:\"https://framerusercontent.com/images/QhdLk9oQLVVZzVm017X3pdCN9M.svg 770w\"},className:\"framer-1flm0r0\",\"data-framer-name\":\"Layer_1\"})})})})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1bxu3po\",\"data-framer-name\":\"Section 2 - Platforms\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-nlipbx\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-fr9e2r\",\"data-framer-name\":\"Group 2085662011\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1gebytd\",children:[/*#__PURE__*/_jsx(Link,{href:\"https://apps.apple.com/us/app/enhance-d-diabetes-exercise/id6497331467?platform=iphone\",nodeId:\"XcaTmTssa\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-7m8pu0 framer-x05ox7\",\"data-framer-name\":\"Apple\",whileTap:animation,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(21, 29, 134)\"},children:\"Apple iOS\"})}),className:\"framer-eiiv1v\",\"data-framer-name\":\"Mobile App\",fonts:[\"Inter-Medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"20px\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(27, 31, 55)\"},children:\"Available for devices running iOS 13.4 or later\"})}),className:\"framer-rkozzh\",\"data-framer-name\":\"For\\xa0tracking your workouts. Record all your activities, monitor performance and connect with friends to stay motivated.\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed1()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{cy9ZtlAtm:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:612,intrinsicWidth:1018,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+487.6+0+0+0+0+40+0+0+0+20+198.4),pixelHeight:612,pixelWidth:1018,sizes:`calc(${componentViewport?.width||\"100vw\"} - 80px)`,src:\"https://framerusercontent.com/images/1TKiMpGmZrSAkYAzpXlD0zhZ7QE.png\",srcSet:\"https://framerusercontent.com/images/1TKiMpGmZrSAkYAzpXlD0zhZ7QE.png?scale-down-to=512 512w,https://framerusercontent.com/images/1TKiMpGmZrSAkYAzpXlD0zhZ7QE.png 1018w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:612,intrinsicWidth:1018,pixelHeight:612,pixelWidth:1018,src:\"https://framerusercontent.com/images/1TKiMpGmZrSAkYAzpXlD0zhZ7QE.png\",srcSet:\"https://framerusercontent.com/images/1TKiMpGmZrSAkYAzpXlD0zhZ7QE.png?scale-down-to=512 512w,https://framerusercontent.com/images/1TKiMpGmZrSAkYAzpXlD0zhZ7QE.png 1018w\"},className:\"framer-18celjm hidden-1w167dy hidden-1qflka7 hidden-sodc03\",\"data-framer-name\":\"Image\"})}),isDisplayed2()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{tY8LcEQlY:{background:{alt:\"Enhance-d iOS Mobile App Download Link QR Code\",fit:\"fit\",intrinsicHeight:612,intrinsicWidth:1018,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+409+0+0+0+0+40+0+0+0+20+198.4),pixelHeight:612,pixelWidth:1018,positionX:\"center\",positionY:\"center\",sizes:\"285px\",src:\"https://framerusercontent.com/images/Alu2RVpKU7vh4LT2ajGlIL4vJ2M.png\",srcSet:\"https://framerusercontent.com/images/Alu2RVpKU7vh4LT2ajGlIL4vJ2M.png?scale-down-to=512 512w,https://framerusercontent.com/images/Alu2RVpKU7vh4LT2ajGlIL4vJ2M.png 888w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"Enhance-d iOS Mobile App Download Link QR Code\",fit:\"fit\",intrinsicHeight:612,intrinsicWidth:1018,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+337+0+0+0+0+40+0+0+20+198.4),pixelHeight:612,pixelWidth:1018,positionX:\"center\",positionY:\"center\",sizes:\"285px\",src:\"https://framerusercontent.com/images/Alu2RVpKU7vh4LT2ajGlIL4vJ2M.png\",srcSet:\"https://framerusercontent.com/images/Alu2RVpKU7vh4LT2ajGlIL4vJ2M.png?scale-down-to=512 512w,https://framerusercontent.com/images/Alu2RVpKU7vh4LT2ajGlIL4vJ2M.png 888w\"},className:\"framer-9mqc3a hidden-1v4rm3z\",\"data-framer-name\":\"Image\"})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-5u9siq\",\"data-framer-name\":\"Group 1\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{cy9ZtlAtm:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+487.6+0+0+0+0+40+0+0+0+20+830.4+0+.460784912109375),pixelHeight:93,pixelWidth:316,src:\"https://framerusercontent.com/images/B0l1qfV7ZqXNVhZ35TazDquoko.png\"}},tY8LcEQlY:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+409+0+0+0+0+40+0+0+0+20+503.4+0+.460784912109375),pixelHeight:93,pixelWidth:316,src:\"https://framerusercontent.com/images/B0l1qfV7ZqXNVhZ35TazDquoko.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+337+0+0+0+0+40+0+0+20+503.4+0+.460784912109375),pixelHeight:93,pixelWidth:316,src:\"https://framerusercontent.com/images/B0l1qfV7ZqXNVhZ35TazDquoko.png\"},className:\"framer-1cupss6\",\"data-framer-name\":\"Download_on_the_App_Store_Badge.svg\",whileHover:animation1,whileTap:animation})})})]})}),/*#__PURE__*/_jsx(Link,{href:\"https://play.google.com/store/apps/details?id=com.sestanteanalyticsag.enhancedv1\",nodeId:\"jy4f04l88\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-11m82r5 framer-x05ox7\",\"data-framer-name\":\"Android\",whileTap:animation,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(21, 29, 134)\"},children:\"Android\"})}),className:\"framer-1ae7m04\",\"data-framer-name\":\"Mobile App\",fonts:[\"Inter-Medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"20px\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(27, 31, 55)\"},children:\"Available for devices running Android 9+\"})}),className:\"framer-wjtmna\",\"data-framer-name\":\"For\\xa0tracking your workouts. Record all your activities, monitor performance and connect with friends to stay motivated.\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed1()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{cy9ZtlAtm:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:612,intrinsicWidth:1018,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+487.6+0+0+0+0+40+0+0+1017.4+20+198.4),pixelHeight:612,pixelWidth:1018,sizes:`calc(${componentViewport?.width||\"100vw\"} - 80px)`,src:\"https://framerusercontent.com/images/1TKiMpGmZrSAkYAzpXlD0zhZ7QE.png\",srcSet:\"https://framerusercontent.com/images/1TKiMpGmZrSAkYAzpXlD0zhZ7QE.png?scale-down-to=512 512w,https://framerusercontent.com/images/1TKiMpGmZrSAkYAzpXlD0zhZ7QE.png 1018w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:612,intrinsicWidth:1018,pixelHeight:612,pixelWidth:1018,src:\"https://framerusercontent.com/images/1TKiMpGmZrSAkYAzpXlD0zhZ7QE.png\",srcSet:\"https://framerusercontent.com/images/1TKiMpGmZrSAkYAzpXlD0zhZ7QE.png?scale-down-to=512 512w,https://framerusercontent.com/images/1TKiMpGmZrSAkYAzpXlD0zhZ7QE.png 1018w\"},className:\"framer-d2wlxw hidden-1w167dy hidden-1qflka7 hidden-sodc03\",\"data-framer-name\":\"Image\"})}),isDisplayed2()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{tY8LcEQlY:{background:{alt:\"Enhance-d Android Mobile App Download Link QR Code\",fit:\"fit\",intrinsicHeight:612,intrinsicWidth:1018,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+409+0+0+0+0+40+0+0+690.4+20+198.4),pixelHeight:612,pixelWidth:1018,positionX:\"center\",positionY:\"center\",sizes:\"285px\",src:\"https://framerusercontent.com/images/WsxZFwyrlHcNgi2WjJfESwMmTI.png\",srcSet:\"https://framerusercontent.com/images/WsxZFwyrlHcNgi2WjJfESwMmTI.png?scale-down-to=512 512w,https://framerusercontent.com/images/WsxZFwyrlHcNgi2WjJfESwMmTI.png 888w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"Enhance-d Android Mobile App Download Link QR Code\",fit:\"fit\",intrinsicHeight:612,intrinsicWidth:1018,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+337+0+0+0+0+40+0+0+20+198.4),pixelHeight:612,pixelWidth:1018,positionX:\"center\",positionY:\"center\",sizes:\"285px\",src:\"https://framerusercontent.com/images/WsxZFwyrlHcNgi2WjJfESwMmTI.png\",srcSet:\"https://framerusercontent.com/images/WsxZFwyrlHcNgi2WjJfESwMmTI.png?scale-down-to=512 512w,https://framerusercontent.com/images/WsxZFwyrlHcNgi2WjJfESwMmTI.png 888w\"},className:\"framer-9q6hb7 hidden-1v4rm3z\",\"data-framer-name\":\"Image\"})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-o3i2ha\",\"data-framer-name\":\"Group 1\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{cy9ZtlAtm:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+487.6+0+0+0+0+40+0+0+1017.4+20+830.4+0),sizes:\"156.6667px\",src:\"https://framerusercontent.com/images/7VhEKK5oyoJhsz3sLkFNnEPsYis.png\",srcSet:\"https://framerusercontent.com/images/7VhEKK5oyoJhsz3sLkFNnEPsYis.png?scale-down-to=512 512w,https://framerusercontent.com/images/7VhEKK5oyoJhsz3sLkFNnEPsYis.png 817w\"}},tY8LcEQlY:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+409+0+0+0+0+40+0+0+690.4+20+503.4+0),sizes:\"156.6667px\",src:\"https://framerusercontent.com/images/7VhEKK5oyoJhsz3sLkFNnEPsYis.png\",srcSet:\"https://framerusercontent.com/images/7VhEKK5oyoJhsz3sLkFNnEPsYis.png?scale-down-to=512 512w,https://framerusercontent.com/images/7VhEKK5oyoJhsz3sLkFNnEPsYis.png 817w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+337+0+0+0+0+40+0+0+20+503.4+0),sizes:\"156.6667px\",src:\"https://framerusercontent.com/images/7VhEKK5oyoJhsz3sLkFNnEPsYis.png\",srcSet:\"https://framerusercontent.com/images/7VhEKK5oyoJhsz3sLkFNnEPsYis.png?scale-down-to=512 512w,https://framerusercontent.com/images/7VhEKK5oyoJhsz3sLkFNnEPsYis.png 817w\"},className:\"framer-1acfhu4\",\"data-framer-name\":\"google-play-badge\",whileHover:animation1,whileTap:animation})})})]})})]})})})}),isDisplayed2()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1oz8z2f hidden-1v4rm3z\",\"data-framer-name\":\"Section 3 - Gap\",children:isDisplayed3()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1541vrz hidden-sodc03\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:655,intrinsicWidth:557,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1007.4+0+-300),positionX:\"center\",positionY:\"center\",sizes:\"557px\",src:\"https://framerusercontent.com/images/OAMtWjiOWNkp5skFsxqJjV9I1s.svg\",srcSet:\"https://framerusercontent.com/images/OAMtWjiOWNkp5skFsxqJjV9I1s.svg 557w\"},className:\"framer-1gfd3l5\",\"data-framer-name\":\"Layer_1\"})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{cy9ZtlAtm:{y:(componentViewport?.y||0)+0+2502.4},KFhoJweON:{width:\"1200px\"},tY8LcEQlY:{y:(componentViewport?.y||0)+0+1869.8}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:696,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+1107.4,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1u7xb5r-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{cy9ZtlAtm:{variant:\"WSPoC35YH\"},tY8LcEQlY:{variant:\"WSPoC35YH\"}},children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"zm3Eb5PyE\",layoutId:\"zm3Eb5PyE\",style:{width:\"100%\"},variant:\"BgZTxA8d9\",width:\"100%\"})})})})}),isDisplayed4()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ygi9rr hidden-1w167dy hidden-1qflka7\",\"data-border\":true,\"data-framer-name\":\"Navigation Mobile\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1wxlf5n\",\"data-framer-name\":\"Logo\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{cy9ZtlAtm:{href:{webPageId:\"jP_skmv24\"}},tY8LcEQlY:{href:{webPageId:\"jP_skmv24\"}}},children:/*#__PURE__*/_jsx(Link,{nodeId:\"M2UljdSdD\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{cy9ZtlAtm:{as:\"a\"},tY8LcEQlY:{as:\"a\"}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-norvnd framer-x05ox7\",\"data-framer-name\":\"Graphic\",fill:\"black\",intrinsicHeight:32,intrinsicWidth:161,svg:'<svg width=\"161\" height=\"32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><g clip-path=\"url(#a)\"><path d=\"M36.993 18.834c0-1.83.578-3.31 1.736-4.438 1.156-1.13 2.594-1.694 4.313-1.694 1.705 0 3.107.56 4.21 1.681 1.103 1.12 1.654 2.606 1.654 4.452 0 .436-.008.738-.024.903H39.29c.14.976.56 1.757 1.26 2.34s1.55.875 2.556.875c.716 0 1.379-.16 1.987-.48a3.339 3.339 0 0 0 1.395-1.344 321.844 321.844 0 0 0 1.975.764 5.232 5.232 0 0 1-2.203 2.324c-.975.542-2.052.812-3.229.812-1.712 0-3.145-.573-4.301-1.718-1.158-1.146-1.736-2.639-1.736-4.477Zm2.297-.89h7.32c-.139-.98-.532-1.754-1.178-2.319-.647-.564-1.447-.846-2.401-.846-.988 0-1.823.282-2.507.846-.683.565-1.095 1.338-1.234 2.319Zm12.543 6.836V12.96h2.296v1.769c.329-.66.847-1.162 1.556-1.508.707-.347 1.42-.52 2.135-.52 1.461 0 2.584.458 3.368 1.373.784.915 1.175 2.205 1.175 3.87v6.837h-2.296v-6.689c0-.989-.23-1.76-.691-2.312-.46-.552-1.098-.828-1.914-.828a3.85 3.85 0 0 0-1.228.191 3.303 3.303 0 0 0-1.055.587c-.322.264-.577.624-.766 1.082-.19.457-.284.987-.284 1.589v6.38h-2.296Zm14.233 0V6.52h2.297v8.21c.322-.651.864-1.152 1.63-1.502.765-.35 1.517-.526 2.259-.526 1.489 0 2.66.462 3.512 1.385.851.923 1.272 2.21 1.265 3.858v6.837h-2.296v-6.689c0-.965-.258-1.728-.772-2.293-.515-.564-1.183-.847-2.006-.847a4.107 4.107 0 0 0-2.394.767c-.363.255-.653.615-.871 1.08-.218.467-.327 1-.327 1.602v6.38h-2.297Zm13.864-5.92c0-1.22.276-2.305.826-3.252.552-.949 1.279-1.67 2.182-2.164.905-.495 1.9-.742 2.984-.742a5.79 5.79 0 0 1 2.444.525c.762.35 1.329.851 1.699 1.502v-1.768h2.297v11.82h-2.297v-1.817c-.378.652-.95 1.158-1.712 1.521a5.576 5.576 0 0 1-2.43.544c-1.66 0-3.074-.573-4.242-1.718-1.166-1.146-1.75-2.63-1.75-4.452Zm2.345-.026c0 1.146.372 2.09 1.113 2.832.742.742 1.653 1.113 2.733 1.113 1.096 0 2.024-.355 2.782-1.064.759-.708 1.138-1.669 1.138-2.88 0-.809-.198-1.515-.594-2.12-.396-.607-.883-1.052-1.465-1.336a4.172 4.172 0 0 0-1.86-.427c-1.089 0-2.002.358-2.74 1.076-.738.717-1.107 1.652-1.107 2.806Zm13.914 5.946V12.96h2.295v1.769c.33-.66.848-1.162 1.556-1.508.708-.347 1.42-.52 2.135-.52 1.462 0 2.584.458 3.367 1.373.785.915 1.176 2.205 1.176 3.87v6.837h-2.295v-6.689c0-.989-.231-1.76-.692-2.312-.461-.552-1.099-.828-1.914-.828-.436 0-.845.063-1.227.191a3.292 3.292 0 0 0-1.056.587c-.321.264-.576.624-.766 1.082-.188.457-.284.987-.284 1.589v6.38h-2.295Zm14.315-2.706c-.581-.96-.873-2.044-.873-3.252 0-1.208.292-2.283.873-3.226a5.849 5.849 0 0 1 2.291-2.154c.944-.494 1.98-.74 3.107-.74.898 0 1.741.164 2.532.494.789.33 1.464.8 2.024 1.41l-1.753 1.454c-.741-.739-1.675-1.108-2.803-1.108-1.103 0-2.041.357-2.814 1.072-.774.715-1.161 1.648-1.161 2.798 0 1.159.389 2.107 1.167 2.847.777.74 1.714 1.11 2.808 1.11 1.119 0 2.054-.387 2.803-1.159l1.778 1.471a5.741 5.741 0 0 1-2.031 1.431 6.46 6.46 0 0 1-2.55.507 6.498 6.498 0 0 1-3.101-.758c-.949-.504-1.714-1.237-2.297-2.197Zm11.758-3.24c0-1.83.578-3.31 1.733-4.438 1.157-1.13 2.596-1.694 4.314-1.694 1.706 0 3.108.56 4.211 1.681 1.103 1.12 1.654 2.606 1.654 4.452 0 .436-.008.738-.025.903h-9.591c.139.976.559 1.757 1.259 2.34.699.583 1.551.875 2.555.875a4.21 4.21 0 0 0 1.988-.48 3.338 3.338 0 0 0 1.394-1.344 563.285 563.285 0 0 0 1.976.764 5.228 5.228 0 0 1-2.205 2.324c-.975.542-2.051.812-3.227.812-1.712 0-3.146-.573-4.303-1.718-1.155-1.146-1.733-2.639-1.733-4.477Zm2.296-.89h7.319c-.139-.98-.532-1.754-1.178-2.319-.646-.564-1.447-.846-2.401-.846-.988 0-1.823.282-2.506.846-.683.565-1.095 1.338-1.234 2.319Zm12.356 2.028V17.77h8.802v2.2h-8.802Zm11.679-1.113c0-1.22.27-2.304.813-3.251.543-.949 1.261-1.67 2.152-2.164.892-.495 1.881-.743 2.966-.743.906 0 1.736.176 2.486.526.75.35 1.314.85 1.693 1.502V6.52H161v18.262h-2.297v-1.817c-.379.651-.951 1.158-1.718 1.521a5.621 5.621 0 0 1-2.436.544 6.018 6.018 0 0 1-2.966-.748c-.9-.499-1.624-1.225-2.17-2.177-.547-.951-.82-2.034-.82-3.245Zm2.346-.025c0 1.146.367 2.09 1.1 2.832.733.742 1.641 1.112 2.721 1.112 1.087 0 2.012-.356 2.775-1.07.763-.711 1.143-1.67 1.143-2.874 0-.808-.198-1.514-.594-2.12-.395-.606-.884-1.051-1.465-1.335a4.168 4.168 0 0 0-1.86-.427c-1.089 0-1.996.358-2.727 1.076-.729.716-1.093 1.652-1.093 2.806Z\" fill=\"#0F1B24\"/><path d=\"m11.65 2.56 9.012 9.012c3.9 3.9 3.9 10.243 0 14.143-3.9 3.899-10.244 3.899-14.142 0-3.9-3.9-3.899-10.245 0-14.143l3.2-3.2 7.07 7.071a4.531 4.531 0 0 1 0 6.399 4.53 4.53 0 0 1-6.398 0 4.53 4.53 0 0 1 0-6.398l.924-.923-1.942-1.941-.923.923c-2.833 2.833-2.833 7.445 0 10.279 2.833 2.833 7.446 2.834 10.279 0 2.834-2.834 2.833-7.446 0-10.28l-9.011-9.01-5.14 5.139c-4.97 4.97-4.97 13.054 0 18.023 4.97 4.97 13.053 4.969 18.023 0 4.97-4.97 4.97-13.054.002-18.023L13.59.619 11.65 2.56Z\" fill=\"url(#b)\"/></g><defs><linearGradient id=\"b\" x1=\"12\" y1=\"-1\" x2=\"12\" y2=\"31\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#5666F0\"/><stop offset=\"1\" stop-color=\"#7A56F0\"/></linearGradient><clipPath id=\"a\"><path fill=\"#fff\" d=\"M0 0h161v32H0z\"/></clipPath></defs></svg>',withExternalLayout:true})})})})}),/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{cy9ZtlAtm:{y:16},tY8LcEQlY:{y:16}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,width:\"40px\",children:/*#__PURE__*/_jsxs(Container,{className:\"framer-lq52xq-container\",id:\"lq52xq\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{cy9ZtlAtm:{variant:overlay.visible?\"gp6PrrshW\":\"F_WdZnMF7\"}},children:/*#__PURE__*/_jsx(NavigationToggle,{height:\"100%\",id:\"KG1EYd2SS\",JlOjwLvS9:JlOjwLvS93bnx0g({overlay}),layoutId:\"KG1EYd2SS\",style:{height:\"100%\",width:\"100%\"},variant:\"F_WdZnMF7\",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-1ycfo4j\"),\"data-framer-portal-id\":\"lq52xq\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay.hide()},\"kMpuY8p6V\"),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"100vw\",children:/*#__PURE__*/_jsx(Container,{animate:animation3,className:cx(scopingClassNames,\"framer-12ud48u-container\"),\"data-framer-portal-id\":\"lq52xq\",exit:animation2,initial:animation4,style:{transformPerspective:1200},transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{cy9ZtlAtm:{hjltXcvKx:hjltXcvKx1wnntms({overlay}),variant:\"iS96HDUsb\"},tY8LcEQlY:{variant:\"iS96HDUsb\"}},children:/*#__PURE__*/_jsx(NavigationOverlayMobile,{height:\"100%\",id:\"ZXwT6T5Xe\",layoutId:\"ZXwT6T5Xe\",style:{width:\"100%\"},variant:\"SSFx0MUJE\",width:\"100%\"})})})})]}),getContainer())})})]})})})})})]})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-YsUaG.framer-x05ox7, .framer-YsUaG .framer-x05ox7 { display: block; }\",\".framer-YsUaG.framer-1w167dy { align-content: center; align-items: center; background-color: #eff4f8; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1400px; }\",\".framer-YsUaG .framer-11o6o08-container { flex: none; height: auto; left: 50%; position: fixed; top: 0px; transform: translateX(-50%); width: 100%; z-index: 2; }\",\".framer-YsUaG .framer-1n6pg5w { 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: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-YsUaG .framer-9j5g20 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 150px 126px 0px 126px; position: relative; width: 100%; }\",\".framer-YsUaG .framer-1am1f6c { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-YsUaG .framer-zjws6t { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: 149px; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 540px; }\",\".framer-YsUaG .framer-17phyyv, .framer-YsUaG .framer-eiiv1v, .framer-YsUaG .framer-rkozzh, .framer-YsUaG .framer-1ae7m04, .framer-YsUaG .framer-wjtmna { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-YsUaG .framer-1i4mtv7-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-YsUaG .framer-189dz3q { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-end; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-YsUaG .framer-sy3lj9 { flex: none; height: 187px; overflow: visible; position: relative; width: 760px; }\",\".framer-YsUaG .framer-1flm0r0 { bottom: -683px; flex: none; left: -56px; overflow: visible; position: absolute; right: -167px; top: -208px; }\",\".framer-YsUaG .framer-1bxu3po { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px 126px 0px 126px; position: relative; width: 100%; z-index: 1; }\",\".framer-YsUaG .framer-nlipbx { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-YsUaG .framer-fr9e2r { align-content: center; align-items: center; background-color: #ffffff; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: visible; padding: 40px; position: relative; width: 100%; }\",\".framer-YsUaG .framer-1gebytd { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-YsUaG .framer-7m8pu0, .framer-YsUaG .framer-11m82r5 { align-content: center; align-items: center; background-color: rgba(82, 103, 248, 0.08); border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: visible; padding: 20px; position: relative; text-decoration: none; width: 1px; }\",\".framer-YsUaG .framer-18celjm, .framer-YsUaG .framer-d2wlxw { aspect-ratio: 1.6633986928104576 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 120px); overflow: visible; position: relative; width: 100%; }\",\".framer-YsUaG .framer-9mqc3a, .framer-YsUaG .framer-9q6hb7 { border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; flex: none; height: 285px; overflow: visible; position: relative; width: 285px; }\",\".framer-YsUaG .framer-5u9siq { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 47px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 329px; }\",\".framer-YsUaG .framer-1cupss6 { flex: none; height: 46px; position: relative; width: 158px; }\",\".framer-YsUaG .framer-o3i2ha { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 47px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 329px; }\",\".framer-YsUaG .framer-1acfhu4 { flex: none; height: 47px; position: relative; width: 157px; }\",\".framer-YsUaG .framer-1oz8z2f { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 100px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 0; }\",\".framer-YsUaG .framer-1541vrz { flex: 1 0 0px; height: 100%; overflow: visible; position: relative; width: 1px; }\",\".framer-YsUaG .framer-1gfd3l5 { bottom: -255px; flex: none; left: 20px; position: absolute; top: -300px; width: 557px; }\",\".framer-YsUaG .framer-1u7xb5r-container { flex: none; height: auto; position: relative; width: 100%; z-index: 1; }\",\".framer-YsUaG .framer-ygi9rr { --border-bottom-width: 1px; --border-color: #cddbea; --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 0px; -webkit-backdrop-filter: blur(10px); align-content: center; align-items: center; backdrop-filter: blur(10px); background-color: rgba(255, 255, 255, 0.9); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: 72px; justify-content: space-between; left: 0px; overflow: hidden; padding: 0px 32px 0px 32px; position: fixed; right: 0px; top: 0px; z-index: 2; }\",\".framer-YsUaG .framer-1wxlf5n { flex: none; height: 32px; overflow: hidden; position: relative; width: 161px; }\",\".framer-YsUaG .framer-norvnd { aspect-ratio: 5.03125 / 1; bottom: 0px; flex: none; left: 0px; position: absolute; top: 0px; width: var(--framer-aspect-ratio-supported, 161px); }\",\".framer-YsUaG .framer-lq52xq-container { flex: none; height: 40px; position: relative; width: 40px; }\",\".framer-YsUaG.framer-1ycfo4j { inset: 0px; position: fixed; user-select: none; }\",\".framer-YsUaG.framer-12ud48u-container { flex: none; height: auto; left: 50%; position: fixed; top: 72px; transform: translateX(-50%); width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-YsUaG.framer-1w167dy, .framer-YsUaG .framer-1n6pg5w, .framer-YsUaG .framer-1am1f6c, .framer-YsUaG .framer-zjws6t, .framer-YsUaG .framer-189dz3q, .framer-YsUaG .framer-1bxu3po, .framer-YsUaG .framer-nlipbx, .framer-YsUaG .framer-fr9e2r, .framer-YsUaG .framer-1gebytd, .framer-YsUaG .framer-7m8pu0, .framer-YsUaG .framer-5u9siq, .framer-YsUaG .framer-11m82r5, .framer-YsUaG .framer-o3i2ha, .framer-YsUaG .framer-1oz8z2f { gap: 0px; } .framer-YsUaG.framer-1w167dy > *, .framer-YsUaG .framer-1n6pg5w > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-YsUaG.framer-1w167dy > :first-child, .framer-YsUaG .framer-1n6pg5w > :first-child, .framer-YsUaG .framer-1am1f6c > :first-child, .framer-YsUaG .framer-zjws6t > :first-child, .framer-YsUaG .framer-1bxu3po > :first-child, .framer-YsUaG .framer-nlipbx > :first-child, .framer-YsUaG .framer-fr9e2r > :first-child, .framer-YsUaG .framer-7m8pu0 > :first-child, .framer-YsUaG .framer-5u9siq > :first-child, .framer-YsUaG .framer-11m82r5 > :first-child { margin-top: 0px; } .framer-YsUaG.framer-1w167dy > :last-child, .framer-YsUaG .framer-1n6pg5w > :last-child, .framer-YsUaG .framer-1am1f6c > :last-child, .framer-YsUaG .framer-zjws6t > :last-child, .framer-YsUaG .framer-1bxu3po > :last-child, .framer-YsUaG .framer-nlipbx > :last-child, .framer-YsUaG .framer-fr9e2r > :last-child, .framer-YsUaG .framer-7m8pu0 > :last-child, .framer-YsUaG .framer-5u9siq > :last-child, .framer-YsUaG .framer-11m82r5 > :last-child { margin-bottom: 0px; } .framer-YsUaG .framer-1am1f6c > *, .framer-YsUaG .framer-1bxu3po > *, .framer-YsUaG .framer-nlipbx > *, .framer-YsUaG .framer-5u9siq > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-YsUaG .framer-zjws6t > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-YsUaG .framer-189dz3q > *, .framer-YsUaG .framer-o3i2ha > *, .framer-YsUaG .framer-1oz8z2f > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-YsUaG .framer-189dz3q > :first-child, .framer-YsUaG .framer-1gebytd > :first-child, .framer-YsUaG .framer-o3i2ha > :first-child, .framer-YsUaG .framer-1oz8z2f > :first-child { margin-left: 0px; } .framer-YsUaG .framer-189dz3q > :last-child, .framer-YsUaG .framer-1gebytd > :last-child, .framer-YsUaG .framer-o3i2ha > :last-child, .framer-YsUaG .framer-1oz8z2f > :last-child { margin-right: 0px; } .framer-YsUaG .framer-fr9e2r > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-YsUaG .framer-1gebytd > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } .framer-YsUaG .framer-7m8pu0 > *, .framer-YsUaG .framer-11m82r5 > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } }\",'.framer-YsUaG[data-border=\"true\"]::after, .framer-YsUaG [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: 1200px) and (max-width: 1399px) { .framer-YsUaG.framer-1w167dy, .framer-YsUaG .framer-1u7xb5r-container { width: 1200px; }}\",\"@media (min-width: 810px) and (max-width: 1199px) { .framer-YsUaG.framer-1w167dy { width: 810px; } .framer-YsUaG .framer-1n6pg5w { order: 2; } .framer-YsUaG .framer-9j5g20 { flex-direction: column; padding: 150px 20px 0px 126px; } .framer-YsUaG .framer-sy3lj9 { height: 110px; order: 0; } .framer-YsUaG .framer-1flm0r0 { aspect-ratio: 0.9120171673819742 / 1; bottom: -211px; left: 358px; right: unset; top: -111px; width: var(--framer-aspect-ratio-supported, 850px); } .framer-YsUaG .framer-1bxu3po { order: 3; } .framer-YsUaG .framer-fr9e2r { order: 0; } .framer-YsUaG .framer-1gebytd { flex-direction: column; gap: 100px; } .framer-YsUaG .framer-7m8pu0, .framer-YsUaG .framer-11m82r5 { flex: none; width: 100%; } .framer-YsUaG .framer-1oz8z2f { order: 4; } .framer-YsUaG .framer-1u7xb5r-container { order: 6; } .framer-YsUaG .framer-ygi9rr { order: 1; } .framer-YsUaG .framer-norvnd { text-decoration: none; } .framer-YsUaG.framer-1ycfo4j, .framer-YsUaG.framer-12ud48u-container { z-index: 1; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-YsUaG .framer-9j5g20, .framer-YsUaG .framer-1gebytd { gap: 0px; } .framer-YsUaG .framer-9j5g20 > *, .framer-YsUaG .framer-9j5g20 > :first-child, .framer-YsUaG .framer-9j5g20 > :last-child { margin: 0px; } .framer-YsUaG .framer-1gebytd > * { margin: 0px; margin-bottom: calc(100px / 2); margin-top: calc(100px / 2); } .framer-YsUaG .framer-1gebytd > :first-child { margin-top: 0px; } .framer-YsUaG .framer-1gebytd > :last-child { margin-bottom: 0px; } }}\",\"@media (max-width: 809px) { .framer-YsUaG.framer-1w167dy { width: 375px; } .framer-YsUaG .framer-1n6pg5w { order: 2; } .framer-YsUaG .framer-9j5g20 { flex-direction: column; padding: 100px 20px 0px 20px; } .framer-YsUaG .framer-1am1f6c { width: 100%; z-index: 1; } .framer-YsUaG .framer-zjws6t { height: min-content; width: 100%; } .framer-YsUaG .framer-189dz3q { justify-content: center; } .framer-YsUaG .framer-sy3lj9 { height: 106px; } .framer-YsUaG .framer-1flm0r0 { bottom: -349px; left: -58px; right: unset; top: -181px; width: 580px; } .framer-YsUaG .framer-1bxu3po { order: 3; padding: 0px; } .framer-YsUaG .framer-fr9e2r { border-bottom-left-radius: unset; border-bottom-right-radius: unset; border-top-left-radius: unset; border-top-right-radius: unset; padding: 40px 20px 40px 20px; } .framer-YsUaG .framer-1gebytd { flex-direction: column; gap: 100px; } .framer-YsUaG .framer-7m8pu0, .framer-YsUaG .framer-11m82r5 { flex: none; width: 100%; } .framer-YsUaG .framer-1u7xb5r-container { order: 6; } .framer-YsUaG .framer-ygi9rr { order: 1; } .framer-YsUaG .framer-norvnd { text-decoration: none; } .framer-YsUaG.framer-1ycfo4j, .framer-YsUaG.framer-12ud48u-container { z-index: 1; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-YsUaG .framer-9j5g20, .framer-YsUaG .framer-1gebytd { gap: 0px; } .framer-YsUaG .framer-9j5g20 > *, .framer-YsUaG .framer-9j5g20 > :first-child, .framer-YsUaG .framer-9j5g20 > :last-child { margin: 0px; } .framer-YsUaG .framer-1gebytd > * { margin: 0px; margin-bottom: calc(100px / 2); margin-top: calc(100px / 2); } .framer-YsUaG .framer-1gebytd > :first-child { margin-top: 0px; } .framer-YsUaG .framer-1gebytd > :last-child { margin-bottom: 0px; } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 1476\n * @framerIntrinsicWidth 1400\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"KFhoJweON\":{\"layout\":[\"fixed\",\"auto\"]},\"tY8LcEQlY\":{\"layout\":[\"fixed\",\"auto\"]},\"cy9ZtlAtm\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections\n * @framerResponsiveScreen\n */const Framerb1DvCqSkX=withCSS(Component,css,\"framer-YsUaG\");export default Framerb1DvCqSkX;Framerb1DvCqSkX.displayName=\"App / Download\";Framerb1DvCqSkX.defaultProps={height:1476,width:1400};addFonts(Framerb1DvCqSkX,[{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/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\"},{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\"}]},...NavigationBarFonts,...App_Store_Download_RedirectFonts,...FooterFonts,...NavigationToggleFonts,...NavigationOverlayMobileFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerb1DvCqSkX\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"1476\",\"framerComponentViewportWidth\":\"true\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerScrollSections\":\"* @framerResponsiveScreen\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"KFhoJweON\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"tY8LcEQlY\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"cy9ZtlAtm\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"1400\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["App_Store_Download_Redirect", "props", "platform", "setPlatform", "ye", "ue", "userAgent", "navigator", "detectedPlatform", "window", "p", "containerStyle", "textStyle", "NavigationBarFonts", "getFonts", "W3yrHLUeF_default", "App_Store_Download_RedirectFonts", "App_Store_Download_Redirect", "FooterFonts", "ckKjSoMrl_default", "NavigationToggleFonts", "j9VApiPlg_default", "NavigationOverlayMobileFonts", "FPr_Xv3wl_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "transition1", "animation", "animation1", "transition2", "animation2", "transformTemplate1", "_", "t", "transition3", "animation3", "animation4", "getContainer", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "HTMLStyle", "value", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "activeVariantCallback", "delay", "useActiveVariantCallback", "JlOjwLvS93bnx0g", "overlay", "loadMore", "args", "hjltXcvKx1wnntms", "scopingClassNames", "cx", "ref1", "pe", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "isDisplayed4", "defaultLayoutId", "ae", "useCustomCursors", "componentViewport", "useComponentViewport", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "ComponentViewportProvider", "Container", "PropertyOverrides2", "x", "RichText2", "getLoadingLazyAtYPosition", "Image2", "Link", "SVG", "l", "AnimatePresence", "Ga", "css", "Framerb1DvCqSkX", "withCSS", "b1DvCqSkX_default", "addFonts", "__FramerMetadata__"]
}
