{
  "version": 3,
  "sources": ["ssg:https://framer.com/m/framer/icon-nullstate.js@0.7.0", "ssg:https://framer.com/m/feather-icons/home.js@0.0.29", "ssg:https://framerusercontent.com/modules/Ma20hU0GGRxLxZphbywl/OSpwWF91FHPVFyQJjMHt/utils.js", "ssg:https://framerusercontent.com/modules/f0DboytQenYh21kfme7W/zb1zVBMZJKgPMiedOi0y/Feather.js", "ssg:https://framerusercontent.com/modules/CJQ30c2rGIpSY0uRLdlM/Qv4Tq6k3ociJyIELKKvI/XFaknfDo9.js", "ssg:https://framerusercontent.com/modules/SN12O6nFAhuefkqf3KTw/F7o5Vz5KkTJ57eGMaboS/dTQabqqee.js"],
  "sourcesContent": ["import { jsx as _jsx } from \"react/jsx-runtime\";\nimport * as React from \"react\";\nexport const containerStyles = {\n    width: \"100%\",\n    height: \"100%\",\n    display: \"flex\",\n    justifyContent: \"center\",\n    alignItems: \"center\"\n};\nconst nullIconStyle = {\n    minWidth: \"10px\",\n    minHeight: \"10px\",\n    maxWidth: \"20px\",\n    maxHeight: \"20px\",\n    width: \"60%\",\n    height: \"60%\"\n};\nconst emptyStateStyle = {\n    ...containerStyles,\n    borderRadius: 6,\n    background: \"rgba(149, 149, 149, 0.1)\",\n    border: \"1px dashed rgba(149, 149, 149, 0.15)\",\n    color: \"#a5a5a5\",\n    flexDirection: \"column\"\n};\nexport const NullState = /*#__PURE__*/ React.forwardRef((_, ref)=>{\n    return(/*#__PURE__*/ _jsx(\"div\", {\n        style: emptyStateStyle,\n        ref: ref\n    }));\n}) /*\n\n<svg\n                xmlns=\"http://www.w3.org/2000/svg\"\n                viewBox=\"0 0 30 30\"\n                style={nullIconStyle}\n            >\n                <path\n                    d=\"M 12.857 0 C 19.958 0 25.714 5.756 25.714 12.857 C 25.714 19.958 19.958 25.714 12.857 25.714 C 5.756 25.714 0 19.958 0 12.857 C 0 5.756 5.756 0 12.857 0 Z\"\n                    fill=\"#FFFFFF\"\n                ></path>\n                <path\n                    d=\"M 20.357 20.357 L 27.857 27.857\"\n                    fill=\"transparent\"\n                    strokeWidth=\"4.28\"\n                    stroke=\"#FFFFFF\"\n                    strokeLinecap=\"round\"\n                ></path>\n                <g transform=\"translate(9.643 6.429)\">\n                    <path\n                        d=\"M 3.214 12.857 L 3.214 12.857\"\n                        fill=\"transparent\"\n                        strokeWidth=\"3.75\"\n                        stroke=\"currentColor\"\n                        strokeLinecap=\"round\"\n                    ></path>\n                    <path\n                        d=\"M 0 3.214 C 0 1.004 1.843 0 3.214 0 C 4.586 0 6.429 0.603 6.429 3.214 C 6.429 5.826 3.214 5.913 3.214 7.232 C 3.214 8.552 3.214 8.571 3.214 8.571\"\n                        fill=\"transparent\"\n                        strokeWidth=\"3.22\"\n                        stroke=\"currentColor\"\n                        strokeLinecap=\"round\"\n                        strokeLinejoin=\"round\"\n                    ></path>\n                </g>\n            </svg>\n            */ ;\n\nexport const __FramerMetadata__ = {\"exports\":{\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"NullState\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./nullstate.map", "let r;var s=o=>{if(!r){const n=o.forwardRef(({color:t=\"currentColor\",size:e=24,...i},l)=>o.createElement(\"svg\",{ref:l,xmlns:\"http://www.w3.org/2000/svg\",width:e,height:e,viewBox:\"0 0 24 24\",fill:\"none\",stroke:t,strokeWidth:\"2\",strokeLinecap:\"round\",strokeLinejoin:\"round\",...i},o.createElement(\"path\",{d:\"M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z\"}),o.createElement(\"polyline\",{points:\"9 22 9 12 15 12 15 22\"})));n.displayName=\"Home\",r=n}return r};export{s as default};\n", "import{useMemo}from\"react\";import{ControlType}from\"framer\";/*\n ** ICON UTILS\n ** Pull as much re-usable logic into here as possible\n ** This will make it easier to replace in all icon components\n */ export const containerStyles={width:\"100%\",height:\"100%\",display:\"flex\",justifyContent:\"center\",alignItems:\"center\"};export const defaultEvents={onClick:{type:ControlType.EventHandler},onMouseDown:{type:ControlType.EventHandler},onMouseUp:{type:ControlType.EventHandler},onMouseEnter:{type:ControlType.EventHandler},onMouseLeave:{type:ControlType.EventHandler}};const findByArray=(arr,search)=>arr.find(a=>a.toLowerCase().includes(search));export function getIconSelection(iconKeys,selectByList,iconSearch=\"\",iconSelection,lowercaseIconKeyPairs){// gotta get the exact match first THEN find\n// have a set and try to access ?\nif(selectByList)return iconSelection;if(iconSearch==null||(iconSearch===null||iconSearch===void 0?void 0:iconSearch.length)===0)return null;const iconSearchTerm=iconSearch.toLowerCase().replace(/-|\\s/g,\"\");var _iconSearchTerm;// check for exact match, otherwise use .find\nconst searchResult=(_iconSearchTerm=lowercaseIconKeyPairs[iconSearchTerm])!==null&&_iconSearchTerm!==void 0?_iconSearchTerm:findByArray(iconKeys,iconSearchTerm);return searchResult;}export function useIconSelection(iconKeys,selectByList,iconSearch=\"\",iconSelection,lowercaseIconKeyPairs){// Clean search term\nconst iconSearchResult=useMemo(()=>{if(iconSearch==null||(iconSearch===null||iconSearch===void 0?void 0:iconSearch.length)===0)return null;const iconSearchTerm=iconSearch.toLowerCase().replace(/-|\\s/g,\"\");var _iconSearchTerm;// check for exact match, otherwise use .find\nconst searchResult=(_iconSearchTerm=lowercaseIconKeyPairs[iconSearchTerm])!==null&&_iconSearchTerm!==void 0?_iconSearchTerm:findByArray(iconKeys,iconSearchTerm);return searchResult;},[iconSelection,iconSearch]);const name=selectByList?iconSelection:iconSearchResult;return name;}\nexport const __FramerMetadata__ = {\"exports\":{\"getIconSelection\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useIconSelection\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"defaultEvents\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./utils.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import*as React from\"react\";import{useState,useEffect,useRef}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{NullState}from\"https://framer.com/m/framer/icon-nullstate.js@0.7.0\";import HomeFactory from\"https://framer.com/m/feather-icons/home.js@0.0.29\";import{defaultEvents,useIconSelection}from\"https://framerusercontent.com/modules/Ma20hU0GGRxLxZphbywl/OSpwWF91FHPVFyQJjMHt/utils.js\";export const iconKeys=[\"activity\",\"airplay\",\"alert-circle\",\"alert-octagon\",\"alert-triangle\",\"align-center\",\"align-justify\",\"align-left\",\"align-right\",\"anchor\",\"aperture\",\"archive\",\"arrow-down\",\"arrow-down-circle\",\"arrow-down-left\",\"arrow-down-right\",\"arrow-left\",\"arrow-left-circle\",\"arrow-right\",\"arrow-right-circle\",\"arrow-up\",\"arrow-up-circle\",\"arrow-up-left\",\"arrow-up-right\",\"at-sign\",\"award\",\"bar-chart\",\"bar-chart-2\",\"battery\",\"battery-charging\",\"bell\",\"bell-off\",\"bluetooth\",\"bold\",\"book\",\"book-open\",\"bookmark\",\"box\",\"briefcase\",\"calendar\",\"camera\",\"camera-off\",\"cast\",\"check\",\"check-circle\",\"check-square\",\"chevron-down\",\"chevron-left\",\"chevron-right\",\"chevron-up\",\"chevrons-down\",\"chevrons-left\",\"chevrons-right\",\"chevrons-up\",\"chrome\",\"circle\",\"clipboard\",\"clock\",\"cloud\",\"cloud-drizzle\",\"cloud-lightning\",\"cloud-off\",\"cloud-rain\",\"cloud-snow\",\"code\",\"codepen\",\"codesandbox\",\"coffee\",\"columns\",\"command\",\"compass\",\"copy\",\"corner-down-left\",\"corner-down-right\",\"corner-left-down\",\"corner-left-up\",\"corner-right-down\",\"corner-right-up\",\"corner-up-left\",\"corner-up-right\",\"cpu\",\"credit-card\",\"crop\",\"crosshair\",\"database\",\"delete\",\"disc\",\"divide\",\"divide-circle\",\"divide-square\",\"dollar-sign\",\"download\",\"download-cloud\",\"dribbble\",\"droplet\",\"edit\",\"edit-2\",\"edit-3\",\"external-link\",\"eye\",\"eye-off\",\"facebook\",\"fast-forward\",\"feather\",\"figma\",\"file\",\"file-minus\",\"file-plus\",\"file-text\",\"film\",\"filter\",\"flag\",\"folder\",\"folder-minus\",\"folder-plus\",\"framer\",\"frown\",\"gift\",\"git-branch\",\"git-commit\",\"git-merge\",\"git-pull-request\",\"github\",\"gitlab\",\"globe\",\"grid\",\"hard-drive\",\"hash\",\"headphones\",\"heart\",\"help-circle\",\"hexagon\",\"home\",\"image\",\"inbox\",\"info\",\"instagram\",\"italic\",\"key\",\"layers\",\"layout\",\"life-buoy\",\"link\",\"link-2\",\"linkedin\",\"list\",\"loader\",\"lock\",\"log-in\",\"log-out\",\"mail\",\"map\",\"map-pin\",\"maximize\",\"maximize-2\",\"meh\",\"menu\",\"message-circle\",\"message-square\",\"mic\",\"mic-off\",\"minimize\",\"minimize-2\",\"minus\",\"minus-circle\",\"minus-square\",\"monitor\",\"moon\",\"more-horizontal\",\"more-vertical\",\"mouse-pointer\",\"move\",\"music\",\"navigation\",\"navigation-2\",\"octagon\",\"package\",\"paperclip\",\"pause\",\"pause-circle\",\"pen-tool\",\"percent\",\"phone\",\"phone-call\",\"phone-forwarded\",\"phone-incoming\",\"phone-missed\",\"phone-off\",\"phone-outgoing\",\"pie-chart\",\"play\",\"play-circle\",\"plus\",\"plus-circle\",\"plus-square\",\"pocket\",\"power\",\"printer\",\"radio\",\"refresh-ccw\",\"refresh-cw\",\"repeat\",\"rewind\",\"rotate-ccw\",\"rotate-cw\",\"rss\",\"save\",\"scissors\",\"search\",\"send\",\"server\",\"settings\",\"share\",\"share-2\",\"shield\",\"shield-off\",\"shopping-bag\",\"shopping-cart\",\"shuffle\",\"sidebar\",\"skip-back\",\"skip-forward\",\"slack\",\"slash\",\"sliders\",\"smartphone\",\"smile\",\"speaker\",\"square\",\"star\",\"stop-circle\",\"sun\",\"sunrise\",\"sunset\",\"tablet\",\"tag\",\"target\",\"terminal\",\"thermometer\",\"thumbs-down\",\"thumbs-up\",\"toggle-left\",\"toggle-right\",\"tool\",\"trash\",\"trash-2\",\"trello\",\"trending-down\",\"trending-up\",\"triangle\",\"truck\",\"tv\",\"twitch\",\"twitter\",\"type\",\"umbrella\",\"underline\",\"unlock\",\"upload\",\"upload-cloud\",\"user\",\"user-check\",\"user-minus\",\"user-plus\",\"user-x\",\"users\",\"video\",\"video-off\",\"voicemail\",\"volume\",\"volume-1\",\"volume-2\",\"volume-x\",\"watch\",\"wifi\",\"wifi-off\",\"wind\",\"x\",\"x-circle\",\"x-octagon\",\"x-square\",\"youtube\",\"zap\",\"zap-off\",\"zoom-in\",\"zoom-out\",];const moduleBaseUrl=\"https://framer.com/m/feather-icons/\";const uppercaseIconKeys=iconKeys.map(name=>name.charAt(0).toUpperCase()+name.slice(1));const lowercaseIconKeyPairs=iconKeys.reduce((res,key)=>{res[key.toLowerCase()]=key;return res;},{});/**\n * FEATHER\n *\n * @framerIntrinsicWidth 24\n * @framerIntrinsicHeight 24\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */ export function Icon(props){const{color,selectByList,iconSearch,iconSelection,onClick,onMouseDown,onMouseUp,onMouseEnter,onMouseLeave,mirrored}=props;const isMounted=useRef(false);const iconKey=useIconSelection(iconKeys,selectByList,iconSearch,iconSelection,lowercaseIconKeyPairs);// Selected Icon Module\nconst[SelectedIcon,setSelectedIcon]=useState(iconKey===\"Home\"?HomeFactory(React):null);// Import the selected module or reset so null state\nasync function importModule(){let active=true;// Get the selected module\ntry{const iconModuleUrl=`${moduleBaseUrl}${iconKey}.js@0.0.29`;const module=await import(/* webpackIgnore: true */ iconModuleUrl);// console.log(module.default)\nif(active)setSelectedIcon(module.default(React));}catch(e){console.log(e);if(active)setSelectedIcon(null);}return()=>{active=false;};}// Import module when new style or icon is selected\nuseEffect(()=>{importModule();},[iconKey]);const isOnCanvas=RenderTarget.current()===RenderTarget.canvas;const emptyState=isOnCanvas?/*#__PURE__*/ _jsx(NullState,{}):null;return /*#__PURE__*/ _jsx(\"div\",{style:{display:\"contents\"},onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,children:SelectedIcon?/*#__PURE__*/ _jsx(SelectedIcon,{style:{width:\"100%\",height:\"100%\",transform:mirrored?\"scale(-1, 1)\":undefined},color:color}):emptyState});}Icon.displayName=\"Feather\";Icon.defaultProps={width:24,height:24,iconSelection:\"home\",iconSearch:\"Home\",color:\"#66F\",selectByList:true,mirrored:false};addPropertyControls(Icon,{selectByList:{type:ControlType.Boolean,title:\"Select\",enabledTitle:\"List\",disabledTitle:\"Search\",defaultValue:Icon.defaultProps.selectByList},iconSelection:{type:ControlType.Enum,options:iconKeys,optionTitles:uppercaseIconKeys,defaultValue:Icon.defaultProps.iconSelection,title:\"Name\",hidden:({selectByList})=>!selectByList,description:\"Find every icon name on the [Feather site](https://feathericons.com/)\"},iconSearch:{type:ControlType.String,title:\"Name\",placeholder:\"Menu, Wifi, Box\u2026\",hidden:({selectByList})=>selectByList},mirrored:{type:ControlType.Boolean,enabledTitle:\"Yes\",disabledTitle:\"No\",defaultValue:Icon.defaultProps.mirrored},color:{type:ControlType.Color,title:\"Color\",defaultValue:Icon.defaultProps.color},...defaultEvents});\nexport const __FramerMetadata__ = {\"exports\":{\"iconKeys\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"Icon\":{\"type\":\"reactComponent\",\"name\":\"Icon\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicHeight\":\"24\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"24\",\"framerSupportedLayoutHeight\":\"fixed\"}},\"IconProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Feather.map", "// Generated by Framer (78454af)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"SgxsN5aZq\",\"tlQ2f770b\"];const serializationHash=\"framer-Fy8y3\";const variantClassNames={SgxsN5aZq:\"framer-v-11a04wi\",tlQ2f770b:\"framer-v-1hhj82n\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={\"Burger menu\":\"SgxsN5aZq\",Close:\"tlQ2f770b\"};const getProps=({click,height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,g9VMU2zW3:click!==null&&click!==void 0?click:props.g9VMU2zW3,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"SgxsN5aZq\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,g9VMU2zW3,...restProps}=getProps(props);const{baseVariant,classNames,gestureHandlers,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"SgxsN5aZq\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1s1eyd3=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(g9VMU2zW3){const res=await g9VMU2zW3(...args);if(res===false)return false;}setVariant(\"tlQ2f770b\");});const onTapsujn9j=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(g9VMU2zW3){const res=await g9VMU2zW3(...args);if(res===false)return false;}setVariant(\"SgxsN5aZq\");});const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"tlQ2f770b\")return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"tlQ2f770b\")return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-11a04wi\",className,classNames),\"data-framer-name\":\"Burger menu\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"SgxsN5aZq\",onTap:onTap1s1eyd3,ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({tlQ2f770b:{\"data-framer-name\":\"Close\",onTap:onTapsujn9j}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-36n4t9\",\"data-framer-name\":\"Frame 1000003409\",layoutDependency:layoutDependency,layoutId:\"i81PA3vNN\",transformTemplate:transformTemplate1,children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1svsbnk\",\"data-framer-name\":\"Rectangle 1197\",layoutDependency:layoutDependency,layoutId:\"Juau1XQGF\",style:{backgroundColor:\"rgb(255, 255, 255)\"}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1xuw1av\",\"data-framer-name\":\"Rectangle 1198\",layoutDependency:layoutDependency,layoutId:\"WSAstd4NB\",style:{backgroundColor:\"rgb(255, 255, 255)\"}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-17yop0d\",\"data-framer-name\":\"Rectangle 1199\",layoutDependency:layoutDependency,layoutId:\"vUV6W9TOZ\",style:{backgroundColor:\"rgb(255, 255, 255)\"}})]}),isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-e1od5h\",\"data-framer-name\":\"Rectangle 1197\",layoutDependency:layoutDependency,layoutId:\"EE1QUUE5i\",style:{backgroundColor:\"rgb(255, 255, 255)\",rotate:-45}}),isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-j23rpp\",\"data-framer-name\":\"Rectangle 1199\",layoutDependency:layoutDependency,layoutId:\"nFvyfHneL\",style:{backgroundColor:\"rgb(255, 255, 255)\",rotate:45}})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Fy8y3.framer-76y2s4, .framer-Fy8y3 .framer-76y2s4 { display: block; }\",\".framer-Fy8y3.framer-11a04wi { cursor: pointer; height: 52px; overflow: hidden; position: relative; width: 52px; }\",\".framer-Fy8y3 .framer-36n4t9 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; left: 50%; overflow: visible; padding: 0px; position: absolute; top: 50%; width: 34px; }\",\".framer-Fy8y3 .framer-1svsbnk, .framer-Fy8y3 .framer-1xuw1av, .framer-Fy8y3 .framer-17yop0d { flex: none; height: 2px; position: relative; width: 100%; }\",\".framer-Fy8y3 .framer-e1od5h, .framer-Fy8y3 .framer-j23rpp { flex: none; height: 2px; left: 9px; position: absolute; top: 25px; width: 34px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Fy8y3 .framer-36n4t9 { gap: 0px; } .framer-Fy8y3 .framer-36n4t9 > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-Fy8y3 .framer-36n4t9 > :first-child { margin-top: 0px; } .framer-Fy8y3 .framer-36n4t9 > :last-child { margin-bottom: 0px; } }\",\".framer-Fy8y3.framer-v-1hhj82n.framer-11a04wi { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 52px); }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 52\n * @framerIntrinsicWidth 52\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"tlQ2f770b\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"g9VMU2zW3\":\"click\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerXFaknfDo9=withCSS(Component,css,\"framer-Fy8y3\");export default FramerXFaknfDo9;FramerXFaknfDo9.displayName=\"Burger Menu\";FramerXFaknfDo9.defaultProps={height:52,width:52};addPropertyControls(FramerXFaknfDo9,{variant:{options:[\"SgxsN5aZq\",\"tlQ2f770b\"],optionTitles:[\"Burger menu\",\"Close\"],title:\"Variant\",type:ControlType.Enum},g9VMU2zW3:{title:\"Click\",type:ControlType.EventHandler}});addFonts(FramerXFaknfDo9,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerXFaknfDo9\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"52\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"tlQ2f770b\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerVariables\":\"{\\\"g9VMU2zW3\\\":\\\"click\\\"}\",\"framerIntrinsicWidth\":\"52\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./XFaknfDo9.map", "// Generated by Framer (6d96db3)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,Floating,getFonts,getFontsFromSharedStyle,Link,RichText,SmartComponentScopedContainer,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOverlayState,useVariantState,withCSS,withFX}from\"framer\";import{AnimatePresence,LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{Icon as Feather}from\"https://framerusercontent.com/modules/f0DboytQenYh21kfme7W/zb1zVBMZJKgPMiedOi0y/Feather.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/PHNkfdQM6lfpGPLuWzR6/Sxbf52ctuNqM50AfhDKD/OqYykBbBB.js\";import BurgerMenu from\"https://framerusercontent.com/modules/CJQ30c2rGIpSY0uRLdlM/Qv4Tq6k3ociJyIELKKvI/XFaknfDo9.js\";const FeatherFonts=getFonts(Feather);const BurgerMenuFonts=getFonts(BurgerMenu);const MotionDivWithFX=withFX(motion.div);const cycleOrder=[\"xwKpRP9c_\",\"Ac2plRiz7\",\"w47bzeo8x\",\"yV6gs5rPs\"];const serializationHash=\"framer-GaWKA\";const variantClassNames={Ac2plRiz7:\"framer-v-fjvrma\",w47bzeo8x:\"framer-v-epxswd\",xwKpRP9c_:\"framer-v-1fgi8ko\",yV6gs5rPs:\"framer-v-d08tw\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;const transition2={bounce:.2,delay:0,duration:.4,type:\"spring\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const transformTemplate2=(_,t)=>`translateX(-50%) ${t}`;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 Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Mobile Closed\":\"w47bzeo8x\",\"Variant 4\":\"yV6gs5rPs\",Desktop:\"xwKpRP9c_\",Tablet:\"Ac2plRiz7\"};const getProps=({click,greyBGOPCT,height,hover,id,width,...props})=>{return{...props,k6Prpu28e:greyBGOPCT??props.k6Prpu28e??\"rgba(21, 23, 26, 0.84)\",oohCyhGg1:hover??props.oohCyhGg1,variant:humanReadableVariantMap[props.variant]??props.variant??\"xwKpRP9c_\",YcEkcQ3KY:click??props.YcEkcQ3KY};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};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,k6Prpu28e,oohCyhGg1,YcEkcQ3KY,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"xwKpRP9c_\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap19ya82n=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(YcEkcQ3KY){const res=await YcEkcQ3KY(...args);if(res===false)return false;}});const onMouseEnter1j295pq=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});if(oohCyhGg1){const res=await oohCyhGg1(...args);if(res===false)return false;}});const g9VMU2zW3txyyif=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.show();});const g9VMU2zW316hrrlg=activeVariantCallback(async(...args)=>{if(YcEkcQ3KY){const res=await YcEkcQ3KY(...args);if(res===false)return false;}setVariant(\"yV6gs5rPs\");});const g9VMU2zW31rc8eze=activeVariantCallback(async(...args)=>{setVariant(\"w47bzeo8x\");});const onTap14cybfj=activeVariantCallback(async(...args)=>{if(YcEkcQ3KY){const res=await YcEkcQ3KY(...args);if(res===false)return false;}setVariant(\"w47bzeo8x\");});const onMouseEnter11oe6td=activeVariantCallback(async(...args)=>{if(oohCyhGg1){const res=await oohCyhGg1(...args);if(res===false)return false;}});const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if([\"w47bzeo8x\",\"yV6gs5rPs\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if([\"Ac2plRiz7\",\"w47bzeo8x\",\"yV6gs5rPs\"].includes(baseVariant))return false;return true;};const isDisplayed2=()=>{if([\"w47bzeo8x\",\"yV6gs5rPs\"].includes(baseVariant))return true;return false;};const ref1=React.useRef(null);const ref2=React.useRef(null);const isDisplayed3=()=>{if(baseVariant===\"yV6gs5rPs\")return true;return false;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1fgi8ko\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Desktop\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"xwKpRP9c_\",onMouseEnter:onMouseEnter1j295pq,onTap:onTap19ya82n,ref:refBinding,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(238, 238, 238, 0.15)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:k6Prpu28e,borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100,...style},variants:{w47bzeo8x:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",backgroundColor:\"rgba(0, 0, 0, 0)\"},yV6gs5rPs:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",backgroundColor:\"rgba(0, 0, 0, 0)\"}},...addPropertyOverrides({Ac2plRiz7:{\"data-framer-name\":\"Tablet\"},w47bzeo8x:{\"data-framer-name\":\"Mobile Closed\",onMouseEnter:undefined},yV6gs5rPs:{\"data-framer-name\":\"Variant 4\",\"data-highlight\":undefined,onMouseEnter:undefined,onTap:undefined}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-qvqrns\",layoutDependency:layoutDependency,layoutId:\"rooWjnTQZ\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"NmhN1UZPF\"},motionChild:true,nodeId:\"DnqQ89AJD\",scopeId:\"dTQabqqee\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-96ti5e framer-14viy6f\",\"data-framer-name\":\"Frame 1000003286\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"DnqQ89AJD\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 133 27\"><path d=\"M 72.259 25.222 L 72.259 24.424 C 72.259 20.121 72.259 15.821 72.259 11.518 C 72.259 9.354 70.608 8.06 68.505 8.575 C 67.025 8.938 66.294 9.869 66.294 11.402 C 66.294 15.768 66.294 20.134 66.294 24.501 L 66.294 25.219 L 61.393 25.219 C 61.393 24.976 61.393 24.733 61.393 24.491 C 61.393 20.188 61.42 15.888 61.383 11.585 C 61.357 8.329 62.688 5.879 65.566 4.429 C 68.528 2.936 71.438 3.218 74.18 5.117 C 74.355 5.237 74.516 5.377 74.734 5.543 C 74.902 5.416 75.08 5.283 75.261 5.147 C 78.89 2.404 84.233 3.205 86.786 6.883 C 87.581 8.027 88.059 9.294 88.065 10.694 C 88.085 15.399 88.075 20.108 88.075 24.813 C 88.075 24.936 88.059 25.059 88.049 25.212 L 83.171 25.212 L 83.171 24.427 C 83.171 20.061 83.171 15.695 83.171 11.329 C 83.171 9.859 82.463 8.951 81.039 8.582 C 79.625 8.216 78.037 8.802 77.476 9.969 C 77.292 10.351 77.223 10.827 77.219 11.259 C 77.202 15.645 77.209 20.031 77.209 24.421 C 77.209 24.674 77.209 24.923 77.209 25.212 L 72.269 25.212 Z\" fill=\"rgb(255, 255, 255)\"></path><path d=\"M 48.805 8.923 C 46.043 7.939 43.149 9.671 41.116 13.469 C 39.676 12.913 38.226 12.358 36.733 11.783 C 37.553 9.601 38.753 7.762 40.519 6.323 C 44.929 2.738 51.978 3.217 55.736 7.35 C 58.811 10.732 59.589 16.385 57.41 20.409 C 55.564 23.817 52.592 25.49 48.769 25.337 C 44.504 25.167 41.607 20.821 42.681 16.402 C 43.443 13.276 45.444 11.111 48.034 9.408 C 48.271 9.252 48.515 9.103 48.801 8.923 Z M 53.181 12.182 C 51.471 12.75 49.583 13.981 48.528 15.218 C 47.843 16.023 47.329 16.914 47.22 17.998 C 47.062 19.591 48.116 20.691 49.684 20.542 C 50.014 20.512 50.35 20.425 50.663 20.309 C 53.636 19.198 54.925 15.062 53.181 12.182 Z\" fill=\"rgb(255, 255, 255)\"></path><path d=\"M 27.615 20.396 C 30.502 21.317 33.073 19.937 35.04 16.446 C 36.477 17.011 37.921 17.576 39.417 18.162 C 38.062 21.563 35.831 23.984 32.325 24.965 C 29.171 25.85 26.079 25.521 23.202 23.904 C 20.055 22.135 18.446 19.276 17.942 15.767 C 17.491 12.622 18.028 9.642 20.15 7.205 C 22.296 4.74 25.051 3.5 28.343 4.039 C 32.002 4.637 34.421 8.129 33.936 11.86 C 33.524 15.026 31.794 17.347 29.349 19.209 C 28.815 19.618 28.241 19.971 27.618 20.396 Z M 23.255 17.071 C 24.547 16.735 26.59 15.564 27.605 14.357 C 28.228 13.613 28.749 12.725 29.098 11.817 C 29.434 10.939 29.279 9.985 28.548 9.276 C 27.826 8.578 26.949 8.595 26.06 8.867 C 22.886 9.838 21.396 14.204 23.255 17.071 Z\" fill=\"rgb(255, 255, 255)\"></path><path d=\"M 16.547 21.156 L 16.547 25.492 L 15.789 25.492 C 11.09 25.492 6.387 25.492 1.687 25.495 C 1.123 25.495 0.57 25.476 0.286 24.897 C 0.023 24.352 0.24 23.863 0.543 23.374 C 3.566 18.502 6.571 13.621 9.584 8.739 C 9.702 8.546 9.818 8.347 9.995 8.051 L 0.309 8.051 L 0.309 3.724 L 0.926 3.724 C 5.751 3.724 10.576 3.724 15.404 3.721 C 15.971 3.721 16.491 3.771 16.791 4.346 C 17.081 4.898 16.814 5.347 16.531 5.806 C 13.515 10.708 10.503 15.609 7.491 20.511 C 7.375 20.7 7.263 20.89 7.105 21.159 L 16.551 21.159 Z\" fill=\"rgb(255, 255, 255)\"></path></svg>',svgContentId:10914805427,withExternalLayout:true})})}),isDisplayed1()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-vppt16\",\"data-framer-name\":\"Frame 1000003288\",layoutDependency:layoutDependency,layoutId:\"I132:1474;131:939\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(248, 247, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"NmhN1UZPF\"},motionChild:true,nodeId:\"QXsqpmxwY\",openInNewTab:false,relValues:[],scopeId:\"dTQabqqee\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1poiexa\",\"data-styles-preset\":\"OqYykBbBB\",children:\"Home\"})})})}),className:\"framer-ijqsvt\",\"data-framer-name\":\"Home\",fonts:[\"GF;Poppins-500\"],layoutDependency:layoutDependency,layoutId:\"QXsqpmxwY\",style:{\"--extracted-r6o4lv\":\"rgb(248, 247, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(248, 247, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"IUhIoxjrQ\"},motionChild:true,nodeId:\"vwlZdQO0o\",openInNewTab:false,relValues:[],scopeId:\"dTQabqqee\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1poiexa\",\"data-styles-preset\":\"OqYykBbBB\",children:\"Help & Support\"})})})}),className:\"framer-d3gfwx\",\"data-framer-name\":\"How it works\",fonts:[\"GF;Poppins-500\"],layoutDependency:layoutDependency,layoutId:\"vwlZdQO0o\",style:{\"--extracted-r6o4lv\":\"rgb(248, 247, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(248, 247, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:{hash:\":zv799qlCl\",webPageId:\"NmhN1UZPF\"},motionChild:true,nodeId:\"oIUcELjwH\",openInNewTab:false,relValues:[],scopeId:\"dTQabqqee\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1poiexa\",\"data-styles-preset\":\"OqYykBbBB\",children:\"Get in touch\"})})})}),className:\"framer-13rwocb\",\"data-framer-name\":\"Get In Touch\",fonts:[\"GF;Poppins-500\"],layoutDependency:layoutDependency,layoutId:\"oIUcELjwH\",style:{\"--extracted-r6o4lv\":\"rgb(248, 247, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"center\",withExternalLayout:true})]}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1352wj4\",\"data-framer-name\":\"Frame 1000003287\",layoutDependency:layoutDependency,layoutId:\"bm5KVFd1_\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1sh8e92\",layoutDependency:layoutDependency,layoutId:\"v_j85t7xp\",children:[/*#__PURE__*/_jsx(Link,{href:\"https://apps.apple.com/us/app/zeam/id6541750680\",motionChild:true,nodeId:\"lpbGk0NdH\",openInNewTab:true,scopeId:\"dTQabqqee\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1bskqap framer-14viy6f\",layoutDependency:layoutDependency,layoutId:\"lpbGk0NdH\",style:{backgroundColor:\"rgba(255, 255, 255, 0.07)\",borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-18hjaht\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"ST_RvXSmI\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 19 22\"><g transform=\"translate(0.164 0.85)\"><path d=\"M 0 21 L 0 0 L 18 0 L 18 21 Z\" fill=\"transparent\"></path><g transform=\"translate(0 0)\"><path d=\"M 0 20.571 L 0 0 L 18 0 L 18 20.571 Z\" fill=\"transparent\"></path><path d=\"M 16.965 16.031 C 16.653 16.75 16.285 17.411 15.859 18.02 C 15.277 18.849 14.802 19.422 14.434 19.742 C 13.865 20.265 13.256 20.533 12.602 20.547 C 12.134 20.547 11.569 20.415 10.912 20.144 C 10.251 19.875 9.645 19.742 9.091 19.742 C 8.509 19.742 7.885 19.875 7.218 20.144 C 6.549 20.415 6.012 20.556 5.599 20.57 C 4.974 20.596 4.35 20.321 3.727 19.742 C 3.33 19.395 2.833 18.8 2.237 17.959 C 1.599 17.06 1.074 16.017 0.662 14.828 C 0.221 13.546 0 12.302 0 11.098 C 0 9.72 0.298 8.531 0.894 7.534 C 1.346 6.752 1.991 6.1 2.768 5.64 C 3.534 5.182 4.409 4.935 5.302 4.925 C 5.798 4.925 6.45 5.079 7.26 5.381 C 8.068 5.685 8.587 5.838 8.814 5.838 C 8.985 5.838 9.561 5.658 10.537 5.3 C 11.461 4.968 12.241 4.83 12.88 4.884 C 14.611 5.023 15.911 5.707 16.775 6.936 C 15.227 7.873 14.462 9.187 14.477 10.872 C 14.491 12.184 14.967 13.277 15.903 14.143 C 16.327 14.547 16.801 14.858 17.328 15.078 C 17.217 15.4 17.096 15.718 16.965 16.031 Z M 12.995 0.411 C 12.995 1.44 12.62 2.401 11.87 3.289 C 10.967 4.347 9.872 4.958 8.686 4.862 C 8.67 4.732 8.663 4.602 8.664 4.472 C 8.664 3.484 9.093 2.426 9.857 1.562 C 10.238 1.126 10.722 0.761 11.31 0.471 C 11.897 0.185 12.452 0.027 12.973 0 C 12.989 0.137 12.995 0.274 12.995 0.411 Z\" fill=\"rgb(255, 255, 255)\"></path></g></g></svg>',svgContentId:12408771854,withExternalLayout:true})})}),/*#__PURE__*/_jsx(Link,{href:\"https://play.google.com/store/apps/details?id=money.zeam.app&hl=en_US\",motionChild:true,nodeId:\"h4363jzIO\",openInNewTab:true,scopeId:\"dTQabqqee\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-atk570 framer-14viy6f\",layoutDependency:layoutDependency,layoutId:\"h4363jzIO\",style:{backgroundColor:\"rgba(255, 255, 255, 0.07)\",borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1yh17bf\",layoutDependency:layoutDependency,layoutId:\"YDIPrG1RR\",transformTemplate:transformTemplate1,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-z2492f\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"ZXpmDQwut\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 15 12\"><g><defs><linearGradient id=\"idss9607372359_1g-2043038266\" x1=\"0.004875266305313042\" x2=\"0.9951247336946869\" y1=\"1\" y2=\"0\"><stop offset=\"0\" stop-color=\"rgb(50,160,113)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(0,240,118)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 14.441 7.455 L 1.835 0.461 C 1.093 0.055 0.441 0.104 0.041 0.515 L 10.796 11.013 Z\" fill=\"url(#idss9607372359_1g-2043038266)\"></path></g></svg>',svgContentId:9607372359,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-bauge7\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"xEbdVhkbl\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 15 12\"><g><defs><linearGradient id=\"idss10404075477_1g-1458251208\" x1=\"0.9880926448189424\" x2=\"0.011907355181057622\" y1=\"1\" y2=\"0\"><stop offset=\"0\" stop-color=\"rgb(255,58,68)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(195,17,98)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 14.441 4.405 L 10.796 0.847 L 0.041 11.349 C 0.441 11.76 1.093 11.81 1.835 11.399 L 14.441 4.405\" fill=\"url(#idss10404075477_1g-1458251208)\"></path></g></svg>',svgContentId:10404075477,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1dvmp13\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"Vjjiav17e\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 10 8\"><g><defs><linearGradient id=\"idss10120220112_1g43703969\" x1=\"1\" x2=\"0\" y1=\"0.4974874371859296\" y2=\"0.5025125628140704\"><stop offset=\"0\" stop-color=\"rgb(255,224,0)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(255,156,0)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 4.109 7.847 L 0.548 4.366 L 0.548 4.12 L 4.113 0.639 L 4.193 0.684 L 8.415 3.03 C 9.619 3.695 9.619 4.79 8.415 5.46 L 4.193 7.801 L 4.109 7.847 Z\" fill=\"url(#idss10120220112_1g43703969)\"></path></g></svg>',svgContentId:10120220112,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-fd18sz\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"e98a5XjIA\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 12 22\"><g><defs><linearGradient id=\"idss12462812418_1g-1673948263\" x1=\"0.9880771334995937\" x2=\"0.01192286650040636\" y1=\"1\" y2=\"0\"><stop offset=\"0\" stop-color=\"rgb(0,160,255)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(0,227,255)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 0.64 0.79 C 0.386 1.049 0.24 1.452 0.24 1.974 L 0.24 20.605 C 0.24 21.128 0.386 21.531 0.64 21.79 L 0.703 21.847 L 11.396 11.411 L 11.396 11.165 L 0.703 0.729 Z\" fill=\"url(#idss12462812418_1g-1673948263)\"></path></g></svg>',svgContentId:12462812418,withExternalLayout:true})]})})}),/*#__PURE__*/_jsx(Link,{href:\"app.zeam.money\",motionChild:true,nodeId:\"qYhnUrtUI\",openInNewTab:true,scopeId:\"dTQabqqee\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1ht7cmd framer-14viy6f\",layoutDependency:layoutDependency,layoutId:\"qYhnUrtUI\",style:{backgroundColor:\"rgba(255, 255, 255, 0.07)\",borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1lb3aj-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"rHJ0BZDlA-container\",nodeId:\"rHJ0BZDlA\",rendersWithMotion:true,scopeId:\"dTQabqqee\",children:/*#__PURE__*/_jsx(Feather,{color:\"rgb(255, 255, 255)\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"globe\",id:\"rHJ0BZDlA\",layoutId:\"rHJ0BZDlA\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})})]})}),isDisplayed2()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-rml6i5\",layoutDependency:layoutDependency,layoutId:\"SQpsHYiXh\",style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(0, 0, 0, 0)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0},variants:{w47bzeo8x:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(238, 238, 238, 0.15)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:k6Prpu28e,borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100},yV6gs5rPs:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(238, 238, 238, 0.15)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:k6Prpu28e,borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100}},...addPropertyOverrides({w47bzeo8x:{\"data-border\":true},yV6gs5rPs:{\"data-border\":true}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,enabled:isDisplayed(),children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:52,width:\"52px\",...addPropertyOverrides({w47bzeo8x:{y:(componentViewport?.y||0)+16+(0+0+((componentViewport?.height||104)-32-84)/1*0)+16},yV6gs5rPs:{y:(componentViewport?.y||0)+16+(0+0+((componentViewport?.height||104)-32-461)/1*0)+16}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(SmartComponentScopedContainer,{className:\"framer-45mf8k-container\",id:`${layoutId}-45mf8k`,layoutDependency:layoutDependency,layoutId:\"qhamtOjnf-container\",nodeId:\"qhamtOjnf\",ref:ref1,rendersWithMotion:true,scopeId:\"dTQabqqee\",children:[/*#__PURE__*/_jsx(BurgerMenu,{g9VMU2zW3:g9VMU2zW3txyyif({overlay}),height:\"100%\",id:\"qhamtOjnf\",layoutId:\"qhamtOjnf\",style:{height:\"100%\",width:\"100%\"},variant:\"tlQ2f770b\",width:\"100%\",...addPropertyOverrides({w47bzeo8x:{g9VMU2zW3:g9VMU2zW316hrrlg,variant:\"SgxsN5aZq\"},yV6gs5rPs:{g9VMU2zW3:g9VMU2zW31rc8eze}},baseVariant,gestureVariant)}),isDisplayed()&&/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"center\",anchorRef:ref1,className:cx(scopingClassNames,classNames),collisionDetection:true,collisionDetectionPadding:20,\"data-framer-portal-id\":`${layoutId}-45mf8k`,offsetX:0,offsetY:10,onDismiss:overlay.hide,placement:\"bottom\",safeArea:true,zIndex:11,children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation1,className:\"framer-y26qcs\",exit:animation,initial:animation2,layoutDependency:layoutDependency,layoutId:\"aznwO5sAq\",ref:ref2,role:\"dialog\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,boxShadow:\"0px 10px 20px 0px rgba(0, 0, 0, 0.05)\"},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1emjbe9\",\"data-framer-name\":\"Mob dropdown\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"Z8gMniix0\",onMouseEnter:onMouseEnter11oe6td,onTap:onTap14cybfj,style:{backgroundColor:\"rgb(21, 23, 26)\"},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-q1upqh\",layoutDependency:layoutDependency,layoutId:\"mhCufIATs\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"52px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1xysmm1-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"vvgOnlaKn-container\",nodeId:\"vvgOnlaKn\",rendersWithMotion:true,scopeId:\"dTQabqqee\",children:/*#__PURE__*/_jsx(BurgerMenu,{g9VMU2zW3:g9VMU2zW31rc8eze,height:\"100%\",id:\"vvgOnlaKn\",layoutId:\"vvgOnlaKn\",style:{height:\"100%\",width:\"100%\"},variant:\"tlQ2f770b\",width:\"100%\"})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"NmhN1UZPF\"},motionChild:true,nodeId:\"kymrjQOQb\",scopeId:\"dTQabqqee\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-t9s5p2 framer-14viy6f\",\"data-framer-name\":\"Frame 1000003286\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"kymrjQOQb\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 133 27\"><path d=\"M 72.259 25.222 L 72.259 24.424 C 72.259 20.121 72.259 15.821 72.259 11.518 C 72.259 9.354 70.608 8.06 68.505 8.575 C 67.025 8.938 66.294 9.869 66.294 11.402 C 66.294 15.768 66.294 20.134 66.294 24.501 L 66.294 25.219 L 61.393 25.219 C 61.393 24.976 61.393 24.733 61.393 24.491 C 61.393 20.188 61.42 15.888 61.383 11.585 C 61.357 8.329 62.688 5.879 65.566 4.429 C 68.528 2.936 71.438 3.218 74.18 5.117 C 74.355 5.237 74.516 5.377 74.734 5.543 C 74.902 5.416 75.08 5.283 75.261 5.147 C 78.89 2.404 84.233 3.205 86.786 6.883 C 87.581 8.027 88.059 9.294 88.065 10.694 C 88.085 15.399 88.075 20.108 88.075 24.813 C 88.075 24.936 88.059 25.059 88.049 25.212 L 83.171 25.212 L 83.171 24.427 C 83.171 20.061 83.171 15.695 83.171 11.329 C 83.171 9.859 82.463 8.951 81.039 8.582 C 79.625 8.216 78.037 8.802 77.476 9.969 C 77.292 10.351 77.223 10.827 77.219 11.259 C 77.202 15.645 77.209 20.031 77.209 24.421 C 77.209 24.674 77.209 24.923 77.209 25.212 L 72.269 25.212 Z\" fill=\"rgb(255, 255, 255)\"></path><path d=\"M 48.805 8.923 C 46.043 7.939 43.149 9.671 41.116 13.469 C 39.676 12.913 38.226 12.358 36.733 11.783 C 37.553 9.601 38.753 7.762 40.519 6.323 C 44.929 2.738 51.978 3.217 55.736 7.35 C 58.811 10.732 59.589 16.385 57.41 20.409 C 55.564 23.817 52.592 25.49 48.769 25.337 C 44.504 25.167 41.607 20.821 42.681 16.402 C 43.443 13.276 45.444 11.111 48.034 9.408 C 48.271 9.252 48.515 9.103 48.801 8.923 Z M 53.181 12.182 C 51.471 12.75 49.583 13.981 48.528 15.218 C 47.843 16.023 47.329 16.914 47.22 17.998 C 47.062 19.591 48.116 20.691 49.684 20.542 C 50.014 20.512 50.35 20.425 50.663 20.309 C 53.636 19.198 54.925 15.062 53.181 12.182 Z\" fill=\"rgb(255, 255, 255)\"></path><path d=\"M 27.615 20.396 C 30.502 21.317 33.073 19.937 35.04 16.446 C 36.477 17.011 37.921 17.576 39.417 18.162 C 38.062 21.563 35.831 23.984 32.325 24.965 C 29.171 25.85 26.079 25.521 23.202 23.904 C 20.055 22.135 18.446 19.276 17.942 15.767 C 17.491 12.622 18.028 9.642 20.15 7.205 C 22.296 4.74 25.051 3.5 28.343 4.039 C 32.002 4.637 34.421 8.129 33.936 11.86 C 33.524 15.026 31.794 17.347 29.349 19.209 C 28.815 19.618 28.241 19.971 27.618 20.396 Z M 23.255 17.071 C 24.547 16.735 26.59 15.564 27.605 14.357 C 28.228 13.613 28.749 12.725 29.098 11.817 C 29.434 10.939 29.279 9.985 28.548 9.276 C 27.826 8.578 26.949 8.595 26.06 8.867 C 22.886 9.838 21.396 14.204 23.255 17.071 Z\" fill=\"rgb(255, 255, 255)\"></path><path d=\"M 16.547 21.156 L 16.547 25.492 L 15.789 25.492 C 11.09 25.492 6.387 25.492 1.687 25.495 C 1.123 25.495 0.57 25.476 0.286 24.897 C 0.023 24.352 0.24 23.863 0.543 23.374 C 3.566 18.502 6.571 13.621 9.584 8.739 C 9.702 8.546 9.818 8.347 9.995 8.051 L 0.309 8.051 L 0.309 3.724 L 0.926 3.724 C 5.751 3.724 10.576 3.724 15.404 3.721 C 15.971 3.721 16.491 3.771 16.791 4.346 C 17.081 4.898 16.814 5.347 16.531 5.806 C 13.515 10.708 10.503 15.609 7.491 20.511 C 7.375 20.7 7.263 20.89 7.105 21.159 L 16.551 21.159 Z\" fill=\"rgb(255, 255, 255)\"></path></svg>',svgContentId:10914805427,withExternalLayout:true})})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-niffgi\",\"data-framer-name\":\"Frame 1000003287\",layoutDependency:layoutDependency,layoutId:\"kQE1MvgEz\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-5qj35p\",\"data-framer-name\":\"Frame 1000003287\",layoutDependency:layoutDependency,layoutId:\"SPSoFrBEs\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1jxbdkp\",\"data-framer-name\":\"Button\",layoutDependency:layoutDependency,layoutId:\"HzWS75cNt\",style:{borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy1yZWd1bGFy\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Download Zeam\"})}),className:\"framer-m7wobt\",\"data-framer-name\":\"Button\",fonts:[\"GF;Poppins-regular\"],layoutDependency:layoutDependency,layoutId:\"EDBy7XoFJ\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"center\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1inr8f4\",layoutDependency:layoutDependency,layoutId:\"TkkOr2Ddc\",children:[/*#__PURE__*/_jsx(Link,{href:\"https://apps.apple.com/us/app/zeam/id6541750680\",motionChild:true,nodeId:\"wezWmeG3W\",openInNewTab:true,scopeId:\"dTQabqqee\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-12ezcw9 framer-14viy6f\",layoutDependency:layoutDependency,layoutId:\"wezWmeG3W\",style:{backgroundColor:\"rgba(255, 255, 255, 0.07)\",borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-us13lf\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"tsTv_fRPX\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 19 22\"><g transform=\"translate(0.164 0.85)\"><path d=\"M 0 21 L 0 0 L 18 0 L 18 21 Z\" fill=\"transparent\"></path><g transform=\"translate(0 0)\"><path d=\"M 0 20.571 L 0 0 L 18 0 L 18 20.571 Z\" fill=\"transparent\"></path><path d=\"M 16.965 16.031 C 16.653 16.75 16.285 17.411 15.859 18.02 C 15.277 18.849 14.802 19.422 14.434 19.742 C 13.865 20.265 13.256 20.533 12.602 20.547 C 12.134 20.547 11.569 20.415 10.912 20.144 C 10.251 19.875 9.645 19.742 9.091 19.742 C 8.509 19.742 7.885 19.875 7.218 20.144 C 6.549 20.415 6.012 20.556 5.599 20.57 C 4.974 20.596 4.35 20.321 3.727 19.742 C 3.33 19.395 2.833 18.8 2.237 17.959 C 1.599 17.06 1.074 16.017 0.662 14.828 C 0.221 13.546 0 12.302 0 11.098 C 0 9.72 0.298 8.531 0.894 7.534 C 1.346 6.752 1.991 6.1 2.768 5.64 C 3.534 5.182 4.409 4.935 5.302 4.925 C 5.798 4.925 6.45 5.079 7.26 5.381 C 8.068 5.685 8.587 5.838 8.814 5.838 C 8.985 5.838 9.561 5.658 10.537 5.3 C 11.461 4.968 12.241 4.83 12.88 4.884 C 14.611 5.023 15.911 5.707 16.775 6.936 C 15.227 7.873 14.462 9.187 14.477 10.872 C 14.491 12.184 14.967 13.277 15.903 14.143 C 16.327 14.547 16.801 14.858 17.328 15.078 C 17.217 15.4 17.096 15.718 16.965 16.031 Z M 12.995 0.411 C 12.995 1.44 12.62 2.401 11.87 3.289 C 10.967 4.347 9.872 4.958 8.686 4.862 C 8.67 4.732 8.663 4.602 8.664 4.472 C 8.664 3.484 9.093 2.426 9.857 1.562 C 10.238 1.126 10.722 0.761 11.31 0.471 C 11.897 0.185 12.452 0.027 12.973 0 C 12.989 0.137 12.995 0.274 12.995 0.411 Z\" fill=\"rgb(255, 255, 255)\"></path></g></g></svg>',svgContentId:12408771854,withExternalLayout:true})})}),/*#__PURE__*/_jsx(Link,{href:\"https://play.google.com/store/apps/details?id=money.zeam.app&hl=en_US\",motionChild:true,nodeId:\"fMP14OIiF\",openInNewTab:true,scopeId:\"dTQabqqee\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-hpszc0 framer-14viy6f\",layoutDependency:layoutDependency,layoutId:\"fMP14OIiF\",style:{backgroundColor:\"rgba(255, 255, 255, 0.07)\",borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-gaucpt\",layoutDependency:layoutDependency,layoutId:\"LbsNuTQGl\",transformTemplate:transformTemplate1,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-101dpmj\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"djVlAoFMv\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 15 12\"><g><defs><linearGradient id=\"idss9607372359_1g-2043038266\" x1=\"0.004875266305313042\" x2=\"0.9951247336946869\" y1=\"1\" y2=\"0\"><stop offset=\"0\" stop-color=\"rgb(50,160,113)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(0,240,118)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 14.441 7.455 L 1.835 0.461 C 1.093 0.055 0.441 0.104 0.041 0.515 L 10.796 11.013 Z\" fill=\"url(#idss9607372359_1g-2043038266)\"></path></g></svg>',svgContentId:9607372359,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-19yrrwa\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"Pr2MJ2cK7\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 15 12\"><g><defs><linearGradient id=\"idss10404075477_1g-1458251208\" x1=\"0.9880926448189424\" x2=\"0.011907355181057622\" y1=\"1\" y2=\"0\"><stop offset=\"0\" stop-color=\"rgb(255,58,68)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(195,17,98)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 14.441 4.405 L 10.796 0.847 L 0.041 11.349 C 0.441 11.76 1.093 11.81 1.835 11.399 L 14.441 4.405\" fill=\"url(#idss10404075477_1g-1458251208)\"></path></g></svg>',svgContentId:10404075477,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-h1m398\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"LjA9O9qDb\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 10 8\"><g><defs><linearGradient id=\"idss10120220112_1g43703969\" x1=\"1\" x2=\"0\" y1=\"0.4974874371859296\" y2=\"0.5025125628140704\"><stop offset=\"0\" stop-color=\"rgb(255,224,0)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(255,156,0)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 4.109 7.847 L 0.548 4.366 L 0.548 4.12 L 4.113 0.639 L 4.193 0.684 L 8.415 3.03 C 9.619 3.695 9.619 4.79 8.415 5.46 L 4.193 7.801 L 4.109 7.847 Z\" fill=\"url(#idss10120220112_1g43703969)\"></path></g></svg>',svgContentId:10120220112,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1roy6dd\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"A6SHQ2nXI\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 12 22\"><g><defs><linearGradient id=\"idss12462812418_1g-1673948263\" x1=\"0.9880771334995937\" x2=\"0.01192286650040636\" y1=\"1\" y2=\"0\"><stop offset=\"0\" stop-color=\"rgb(0,160,255)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(0,227,255)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 0.64 0.79 C 0.386 1.049 0.24 1.452 0.24 1.974 L 0.24 20.605 C 0.24 21.128 0.386 21.531 0.64 21.79 L 0.703 21.847 L 11.396 11.411 L 11.396 11.165 L 0.703 0.729 Z\" fill=\"url(#idss12462812418_1g-1673948263)\"></path></g></svg>',svgContentId:12462812418,withExternalLayout:true})]})})}),/*#__PURE__*/_jsx(Link,{href:\"https://apps.apple.com/us/app/zeam/id6541750680\",motionChild:true,nodeId:\"jHUgXTLrT\",openInNewTab:true,scopeId:\"dTQabqqee\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-59ag9i framer-14viy6f\",layoutDependency:layoutDependency,layoutId:\"jHUgXTLrT\",style:{backgroundColor:\"rgba(255, 255, 255, 0.07)\",borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-18yt9o7-container\",inComponentSlot:true,isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"PFRh8ErDu-container\",nodeId:\"PFRh8ErDu\",rendersWithMotion:true,scopeId:\"dTQabqqee\",children:/*#__PURE__*/_jsx(Feather,{color:\"rgb(255, 255, 255)\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"globe\",id:\"PFRh8ErDu\",layoutId:\"PFRh8ErDu\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})})]})]})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-i5it7j\",\"data-framer-name\":\"Frame 1000003288\",layoutDependency:layoutDependency,layoutId:\"Ippep2pMD\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(248, 247, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"IUhIoxjrQ\"},motionChild:true,nodeId:\"J9OLqBctC\",openInNewTab:false,relValues:[],scopeId:\"dTQabqqee\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1poiexa\",\"data-styles-preset\":\"OqYykBbBB\",children:\"Help & Support\"})})})}),className:\"framer-1hrnfe8\",\"data-framer-name\":\"How it works\",fonts:[\"GF;Poppins-500\"],layoutDependency:layoutDependency,layoutId:\"J9OLqBctC\",style:{\"--extracted-r6o4lv\":\"rgb(248, 247, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"j605_Udt0\"},motionChild:true,nodeId:\"zRFYesvDx\",scopeId:\"dTQabqqee\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-qle8bi framer-14viy6f\",layoutDependency:layoutDependency,layoutId:\"zRFYesvDx\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(248, 247, 255))\"},children:\"Campaigns\"})}),className:\"framer-156qdxf\",\"data-framer-name\":\"Features\",fonts:[\"GF;Poppins-500\"],layoutDependency:layoutDependency,layoutId:\"SHACYma2Q\",style:{\"--extracted-r6o4lv\":\"rgb(248, 247, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"center\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(248, 247, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:{hash:\":OOUgYFffy\",webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"xJsdkSjqo\",openInNewTab:false,relValues:[],scopeId:\"dTQabqqee\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1poiexa\",\"data-styles-preset\":\"OqYykBbBB\",children:\"Features\"})})})}),className:\"framer-d1orxe\",\"data-framer-name\":\"Features\",fonts:[\"GF;Poppins-500\"],layoutDependency:layoutDependency,layoutId:\"xJsdkSjqo\",style:{\"--extracted-r6o4lv\":\"rgb(248, 247, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(248, 247, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:{hash:\":fXEP9XP25\",webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"AGYOBdXWD\",openInNewTab:false,relValues:[],scopeId:\"dTQabqqee\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1poiexa\",\"data-styles-preset\":\"OqYykBbBB\",children:\"Get in touch\"})})})}),className:\"framer-17jjiqi\",\"data-framer-name\":\"About us\",fonts:[\"GF;Poppins-500\"],layoutDependency:layoutDependency,layoutId:\"AGYOBdXWD\",style:{\"--extracted-r6o4lv\":\"rgb(248, 247, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"center\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-npxey4\",\"data-framer-name\":\"Frame 1000003287\",layoutDependency:layoutDependency,layoutId:\"szMtrOzOU\",transformTemplate:transformTemplate2,children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1t0as2g\",\"data-framer-name\":\"Frame 1000003287\",layoutDependency:layoutDependency,layoutId:\"wG_qNBdem\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-fxf42j\",\"data-framer-name\":\"Button\",layoutDependency:layoutDependency,layoutId:\"iLMitQNDV\",style:{borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy1yZWd1bGFy\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Download Zeam\"})}),className:\"framer-1gnkhry\",\"data-framer-name\":\"Button\",fonts:[\"GF;Poppins-regular\"],layoutDependency:layoutDependency,layoutId:\"swyyoRTyJ\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"center\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1d70ip7\",layoutDependency:layoutDependency,layoutId:\"crHKKLeH5\",children:[/*#__PURE__*/_jsx(Link,{href:\"https://apps.apple.com/us/app/zeam/id6541750680\",motionChild:true,nodeId:\"IBh69ptyd\",openInNewTab:true,scopeId:\"dTQabqqee\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-uu3s2w framer-14viy6f\",layoutDependency:layoutDependency,layoutId:\"IBh69ptyd\",style:{backgroundColor:\"rgba(255, 255, 255, 0.07)\",borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-g50yuw\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"Uxas6MNjz\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 19 22\"><g transform=\"translate(0.164 0.85)\"><path d=\"M 0 21 L 0 0 L 18 0 L 18 21 Z\" fill=\"transparent\"></path><g transform=\"translate(0 0)\"><path d=\"M 0 20.571 L 0 0 L 18 0 L 18 20.571 Z\" fill=\"transparent\"></path><path d=\"M 16.965 16.031 C 16.653 16.75 16.285 17.411 15.859 18.02 C 15.277 18.849 14.802 19.422 14.434 19.742 C 13.865 20.265 13.256 20.533 12.602 20.547 C 12.134 20.547 11.569 20.415 10.912 20.144 C 10.251 19.875 9.645 19.742 9.091 19.742 C 8.509 19.742 7.885 19.875 7.218 20.144 C 6.549 20.415 6.012 20.556 5.599 20.57 C 4.974 20.596 4.35 20.321 3.727 19.742 C 3.33 19.395 2.833 18.8 2.237 17.959 C 1.599 17.06 1.074 16.017 0.662 14.828 C 0.221 13.546 0 12.302 0 11.098 C 0 9.72 0.298 8.531 0.894 7.534 C 1.346 6.752 1.991 6.1 2.768 5.64 C 3.534 5.182 4.409 4.935 5.302 4.925 C 5.798 4.925 6.45 5.079 7.26 5.381 C 8.068 5.685 8.587 5.838 8.814 5.838 C 8.985 5.838 9.561 5.658 10.537 5.3 C 11.461 4.968 12.241 4.83 12.88 4.884 C 14.611 5.023 15.911 5.707 16.775 6.936 C 15.227 7.873 14.462 9.187 14.477 10.872 C 14.491 12.184 14.967 13.277 15.903 14.143 C 16.327 14.547 16.801 14.858 17.328 15.078 C 17.217 15.4 17.096 15.718 16.965 16.031 Z M 12.995 0.411 C 12.995 1.44 12.62 2.401 11.87 3.289 C 10.967 4.347 9.872 4.958 8.686 4.862 C 8.67 4.732 8.663 4.602 8.664 4.472 C 8.664 3.484 9.093 2.426 9.857 1.562 C 10.238 1.126 10.722 0.761 11.31 0.471 C 11.897 0.185 12.452 0.027 12.973 0 C 12.989 0.137 12.995 0.274 12.995 0.411 Z\" fill=\"rgb(255, 255, 255)\"></path></g></g></svg>',svgContentId:12408771854,withExternalLayout:true})})}),/*#__PURE__*/_jsx(Link,{href:\"https://play.google.com/store/apps/details?id=money.zeam.app&hl=en_US\",motionChild:true,nodeId:\"RxJGphoKU\",openInNewTab:true,scopeId:\"dTQabqqee\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-nnb5ok framer-14viy6f\",layoutDependency:layoutDependency,layoutId:\"RxJGphoKU\",style:{backgroundColor:\"rgba(255, 255, 255, 0.07)\",borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1wcm47r\",layoutDependency:layoutDependency,layoutId:\"X8DDxEuCK\",transformTemplate:transformTemplate1,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-r6vtm6\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"gcK8CZqwJ\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 15 12\"><g><defs><linearGradient id=\"idss9607372359_1g-2043038266\" x1=\"0.004875266305313042\" x2=\"0.9951247336946869\" y1=\"1\" y2=\"0\"><stop offset=\"0\" stop-color=\"rgb(50,160,113)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(0,240,118)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 14.441 7.455 L 1.835 0.461 C 1.093 0.055 0.441 0.104 0.041 0.515 L 10.796 11.013 Z\" fill=\"url(#idss9607372359_1g-2043038266)\"></path></g></svg>',svgContentId:9607372359,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-t9ywue\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"L0q0TIcAA\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 15 12\"><g><defs><linearGradient id=\"idss10404075477_1g-1458251208\" x1=\"0.9880926448189424\" x2=\"0.011907355181057622\" y1=\"1\" y2=\"0\"><stop offset=\"0\" stop-color=\"rgb(255,58,68)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(195,17,98)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 14.441 4.405 L 10.796 0.847 L 0.041 11.349 C 0.441 11.76 1.093 11.81 1.835 11.399 L 14.441 4.405\" fill=\"url(#idss10404075477_1g-1458251208)\"></path></g></svg>',svgContentId:10404075477,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1vfdsfj\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"o30W01aJq\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 10 8\"><g><defs><linearGradient id=\"idss10120220112_1g43703969\" x1=\"1\" x2=\"0\" y1=\"0.4974874371859296\" y2=\"0.5025125628140704\"><stop offset=\"0\" stop-color=\"rgb(255,224,0)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(255,156,0)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 4.109 7.847 L 0.548 4.366 L 0.548 4.12 L 4.113 0.639 L 4.193 0.684 L 8.415 3.03 C 9.619 3.695 9.619 4.79 8.415 5.46 L 4.193 7.801 L 4.109 7.847 Z\" fill=\"url(#idss10120220112_1g43703969)\"></path></g></svg>',svgContentId:10120220112,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-c2wbir\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"J0NP7IwC5\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 12 22\"><g><defs><linearGradient id=\"idss12462812418_1g-1673948263\" x1=\"0.9880771334995937\" x2=\"0.01192286650040636\" y1=\"1\" y2=\"0\"><stop offset=\"0\" stop-color=\"rgb(0,160,255)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(0,227,255)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 0.64 0.79 C 0.386 1.049 0.24 1.452 0.24 1.974 L 0.24 20.605 C 0.24 21.128 0.386 21.531 0.64 21.79 L 0.703 21.847 L 11.396 11.411 L 11.396 11.165 L 0.703 0.729 Z\" fill=\"url(#idss12462812418_1g-1673948263)\"></path></g></svg>',svgContentId:12462812418,withExternalLayout:true})]})})}),/*#__PURE__*/_jsx(Link,{href:\"https://apps.apple.com/us/app/zeam/id6541750680\",motionChild:true,nodeId:\"OQtKsaXTf\",openInNewTab:true,scopeId:\"dTQabqqee\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-udb6d9 framer-14viy6f\",layoutDependency:layoutDependency,layoutId:\"OQtKsaXTf\",style:{backgroundColor:\"rgba(255, 255, 255, 0.07)\",borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-13gp4s8-container\",inComponentSlot:true,isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"Vc3A5MPpC-container\",nodeId:\"Vc3A5MPpC\",rendersWithMotion:true,scopeId:\"dTQabqqee\",children:/*#__PURE__*/_jsx(Feather,{color:\"rgb(255, 255, 255)\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"globe\",id:\"Vc3A5MPpC\",layoutId:\"Vc3A5MPpC\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})})]})]})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-dec9ki\",\"data-framer-name\":\"Frame 1000003288\",layoutDependency:layoutDependency,layoutId:\"q4tZP6qTw\",transformTemplate:transformTemplate2,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(248, 247, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"IUhIoxjrQ\"},motionChild:true,nodeId:\"iQ1Ubew0g\",openInNewTab:false,relValues:[],scopeId:\"dTQabqqee\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1poiexa\",\"data-styles-preset\":\"OqYykBbBB\",children:\"Help & Support\"})})})}),className:\"framer-167wbuq\",\"data-framer-name\":\"How it works\",fonts:[\"GF;Poppins-500\"],layoutDependency:layoutDependency,layoutId:\"iQ1Ubew0g\",style:{\"--extracted-r6o4lv\":\"rgb(248, 247, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"j605_Udt0\"},motionChild:true,nodeId:\"qdBug3FHf\",scopeId:\"dTQabqqee\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1vd56r0 framer-14viy6f\",layoutDependency:layoutDependency,layoutId:\"qdBug3FHf\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(248, 247, 255))\"},children:\"Campaigns\"})}),className:\"framer-19jf43g\",\"data-framer-name\":\"Features\",fonts:[\"GF;Poppins-500\"],layoutDependency:layoutDependency,layoutId:\"Wej4NITlJ\",style:{\"--extracted-r6o4lv\":\"rgb(248, 247, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"center\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(248, 247, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:{hash:\":OOUgYFffy\",webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"yMbFEF17f\",openInNewTab:false,relValues:[],scopeId:\"dTQabqqee\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1poiexa\",\"data-styles-preset\":\"OqYykBbBB\",children:\"Features\"})})})}),className:\"framer-10projg\",\"data-framer-name\":\"Features\",fonts:[\"GF;Poppins-500\"],layoutDependency:layoutDependency,layoutId:\"yMbFEF17f\",style:{\"--extracted-r6o4lv\":\"rgb(248, 247, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(248, 247, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:{hash:\":fXEP9XP25\",webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"k7t67Q_Pm\",openInNewTab:false,relValues:[],scopeId:\"dTQabqqee\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1poiexa\",\"data-styles-preset\":\"OqYykBbBB\",children:\"Get in touch\"})})})}),className:\"framer-nz9n4m\",\"data-framer-name\":\"About us\",fonts:[\"GF;Poppins-500\"],layoutDependency:layoutDependency,layoutId:\"k7t67Q_Pm\",style:{\"--extracted-r6o4lv\":\"rgb(248, 247, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-kgt408\",\"data-framer-name\":\"Frame 1000003287\",layoutDependency:layoutDependency,layoutId:\"dqz4n_f4y\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-7ptwzs\",\"data-framer-name\":\"Frame 1000003287\",layoutDependency:layoutDependency,layoutId:\"lJ7TVTL53\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1d6p40l\",\"data-framer-name\":\"Button\",layoutDependency:layoutDependency,layoutId:\"sJwSJFgZj\",style:{borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy1yZWd1bGFy\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Download Zeam\"})}),className:\"framer-142grwj\",\"data-framer-name\":\"Button\",fonts:[\"GF;Poppins-regular\"],layoutDependency:layoutDependency,layoutId:\"tmFzDNKXO\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"center\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1pusleu\",layoutDependency:layoutDependency,layoutId:\"wwXrEVxSv\",children:[/*#__PURE__*/_jsx(Link,{href:\"https://apps.apple.com/us/app/zeam/id6541750680\",motionChild:true,nodeId:\"U56U4KSfp\",openInNewTab:true,scopeId:\"dTQabqqee\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1kr30xx framer-14viy6f\",layoutDependency:layoutDependency,layoutId:\"U56U4KSfp\",style:{backgroundColor:\"rgba(255, 255, 255, 0.07)\",borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-e0x5nk\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"uK4PmrJ1_\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 19 22\"><g transform=\"translate(0.164 0.85)\"><path d=\"M 0 21 L 0 0 L 18 0 L 18 21 Z\" fill=\"transparent\"></path><g transform=\"translate(0 0)\"><path d=\"M 0 20.571 L 0 0 L 18 0 L 18 20.571 Z\" fill=\"transparent\"></path><path d=\"M 16.965 16.031 C 16.653 16.75 16.285 17.411 15.859 18.02 C 15.277 18.849 14.802 19.422 14.434 19.742 C 13.865 20.265 13.256 20.533 12.602 20.547 C 12.134 20.547 11.569 20.415 10.912 20.144 C 10.251 19.875 9.645 19.742 9.091 19.742 C 8.509 19.742 7.885 19.875 7.218 20.144 C 6.549 20.415 6.012 20.556 5.599 20.57 C 4.974 20.596 4.35 20.321 3.727 19.742 C 3.33 19.395 2.833 18.8 2.237 17.959 C 1.599 17.06 1.074 16.017 0.662 14.828 C 0.221 13.546 0 12.302 0 11.098 C 0 9.72 0.298 8.531 0.894 7.534 C 1.346 6.752 1.991 6.1 2.768 5.64 C 3.534 5.182 4.409 4.935 5.302 4.925 C 5.798 4.925 6.45 5.079 7.26 5.381 C 8.068 5.685 8.587 5.838 8.814 5.838 C 8.985 5.838 9.561 5.658 10.537 5.3 C 11.461 4.968 12.241 4.83 12.88 4.884 C 14.611 5.023 15.911 5.707 16.775 6.936 C 15.227 7.873 14.462 9.187 14.477 10.872 C 14.491 12.184 14.967 13.277 15.903 14.143 C 16.327 14.547 16.801 14.858 17.328 15.078 C 17.217 15.4 17.096 15.718 16.965 16.031 Z M 12.995 0.411 C 12.995 1.44 12.62 2.401 11.87 3.289 C 10.967 4.347 9.872 4.958 8.686 4.862 C 8.67 4.732 8.663 4.602 8.664 4.472 C 8.664 3.484 9.093 2.426 9.857 1.562 C 10.238 1.126 10.722 0.761 11.31 0.471 C 11.897 0.185 12.452 0.027 12.973 0 C 12.989 0.137 12.995 0.274 12.995 0.411 Z\" fill=\"rgb(255, 255, 255)\"></path></g></g></svg>',svgContentId:12408771854,withExternalLayout:true})})}),/*#__PURE__*/_jsx(Link,{href:\"https://play.google.com/store/apps/details?id=money.zeam.app&hl=en_US\",motionChild:true,nodeId:\"LUNDrrQey\",openInNewTab:true,scopeId:\"dTQabqqee\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-10g70m9 framer-14viy6f\",layoutDependency:layoutDependency,layoutId:\"LUNDrrQey\",style:{backgroundColor:\"rgba(255, 255, 255, 0.07)\",borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-fllopg\",layoutDependency:layoutDependency,layoutId:\"JLpKN5_lV\",transformTemplate:transformTemplate1,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-40lhn2\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"gCiZNzRPF\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 15 12\"><g><defs><linearGradient id=\"idss9607372359_1g-2043038266\" x1=\"0.004875266305313042\" x2=\"0.9951247336946869\" y1=\"1\" y2=\"0\"><stop offset=\"0\" stop-color=\"rgb(50,160,113)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(0,240,118)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 14.441 7.455 L 1.835 0.461 C 1.093 0.055 0.441 0.104 0.041 0.515 L 10.796 11.013 Z\" fill=\"url(#idss9607372359_1g-2043038266)\"></path></g></svg>',svgContentId:9607372359,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1c0gogn\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"k1gfNg5lI\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 15 12\"><g><defs><linearGradient id=\"idss10404075477_1g-1458251208\" x1=\"0.9880926448189424\" x2=\"0.011907355181057622\" y1=\"1\" y2=\"0\"><stop offset=\"0\" stop-color=\"rgb(255,58,68)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(195,17,98)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 14.441 4.405 L 10.796 0.847 L 0.041 11.349 C 0.441 11.76 1.093 11.81 1.835 11.399 L 14.441 4.405\" fill=\"url(#idss10404075477_1g-1458251208)\"></path></g></svg>',svgContentId:10404075477,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-kvzts4\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"LHyctL5km\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 10 8\"><g><defs><linearGradient id=\"idss10120220112_1g43703969\" x1=\"1\" x2=\"0\" y1=\"0.4974874371859296\" y2=\"0.5025125628140704\"><stop offset=\"0\" stop-color=\"rgb(255,224,0)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(255,156,0)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 4.109 7.847 L 0.548 4.366 L 0.548 4.12 L 4.113 0.639 L 4.193 0.684 L 8.415 3.03 C 9.619 3.695 9.619 4.79 8.415 5.46 L 4.193 7.801 L 4.109 7.847 Z\" fill=\"url(#idss10120220112_1g43703969)\"></path></g></svg>',svgContentId:10120220112,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-bdssr3\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"IzEAuYHcp\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 12 22\"><g><defs><linearGradient id=\"idss12462812418_1g-1673948263\" x1=\"0.9880771334995937\" x2=\"0.01192286650040636\" y1=\"1\" y2=\"0\"><stop offset=\"0\" stop-color=\"rgb(0,160,255)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(0,227,255)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 0.64 0.79 C 0.386 1.049 0.24 1.452 0.24 1.974 L 0.24 20.605 C 0.24 21.128 0.386 21.531 0.64 21.79 L 0.703 21.847 L 11.396 11.411 L 11.396 11.165 L 0.703 0.729 Z\" fill=\"url(#idss12462812418_1g-1673948263)\"></path></g></svg>',svgContentId:12462812418,withExternalLayout:true})]})})}),/*#__PURE__*/_jsx(Link,{href:\"https://apps.apple.com/us/app/zeam/id6541750680\",motionChild:true,nodeId:\"NguxXwbVb\",openInNewTab:true,scopeId:\"dTQabqqee\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-9odhfk framer-14viy6f\",layoutDependency:layoutDependency,layoutId:\"NguxXwbVb\",style:{backgroundColor:\"rgba(255, 255, 255, 0.07)\",borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-tl14x-container\",inComponentSlot:true,isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"tYbaUTzeZ-container\",nodeId:\"tYbaUTzeZ\",rendersWithMotion:true,scopeId:\"dTQabqqee\",children:/*#__PURE__*/_jsx(Feather,{color:\"rgb(255, 255, 255)\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"globe\",id:\"tYbaUTzeZ\",layoutId:\"tYbaUTzeZ\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})})]})]})})]})]})})})]})})})}),/*#__PURE__*/_jsx(Link,{motionChild:true,nodeId:\"M_gNhlwX0\",scopeId:\"dTQabqqee\",...addPropertyOverrides({w47bzeo8x:{href:{webPageId:\"NmhN1UZPF\"},openInNewTab:false},yV6gs5rPs:{href:{webPageId:\"NmhN1UZPF\"},openInNewTab:false}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SVG,{className:\"framer-wd2jmb framer-14viy6f\",\"data-framer-name\":\"Frame 1000003286\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"M_gNhlwX0\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 133 27\"><path d=\"M 72.259 25.222 L 72.259 24.424 C 72.259 20.121 72.259 15.821 72.259 11.518 C 72.259 9.354 70.608 8.06 68.505 8.575 C 67.025 8.938 66.294 9.869 66.294 11.402 C 66.294 15.768 66.294 20.134 66.294 24.501 L 66.294 25.219 L 61.393 25.219 C 61.393 24.976 61.393 24.733 61.393 24.491 C 61.393 20.188 61.42 15.888 61.383 11.585 C 61.357 8.329 62.688 5.879 65.566 4.429 C 68.528 2.936 71.438 3.218 74.18 5.117 C 74.355 5.237 74.516 5.377 74.734 5.543 C 74.902 5.416 75.08 5.283 75.261 5.147 C 78.89 2.404 84.233 3.205 86.786 6.883 C 87.581 8.027 88.059 9.294 88.065 10.694 C 88.085 15.399 88.075 20.108 88.075 24.813 C 88.075 24.936 88.059 25.059 88.049 25.212 L 83.171 25.212 L 83.171 24.427 C 83.171 20.061 83.171 15.695 83.171 11.329 C 83.171 9.859 82.463 8.951 81.039 8.582 C 79.625 8.216 78.037 8.802 77.476 9.969 C 77.292 10.351 77.223 10.827 77.219 11.259 C 77.202 15.645 77.209 20.031 77.209 24.421 C 77.209 24.674 77.209 24.923 77.209 25.212 L 72.269 25.212 Z\" fill=\"rgb(255, 255, 255)\"></path><path d=\"M 48.805 8.923 C 46.043 7.939 43.149 9.671 41.116 13.469 C 39.676 12.913 38.226 12.358 36.733 11.783 C 37.553 9.601 38.753 7.762 40.519 6.323 C 44.929 2.738 51.978 3.217 55.736 7.35 C 58.811 10.732 59.589 16.385 57.41 20.409 C 55.564 23.817 52.592 25.49 48.769 25.337 C 44.504 25.167 41.607 20.821 42.681 16.402 C 43.443 13.276 45.444 11.111 48.034 9.408 C 48.271 9.252 48.515 9.103 48.801 8.923 Z M 53.181 12.182 C 51.471 12.75 49.583 13.981 48.528 15.218 C 47.843 16.023 47.329 16.914 47.22 17.998 C 47.062 19.591 48.116 20.691 49.684 20.542 C 50.014 20.512 50.35 20.425 50.663 20.309 C 53.636 19.198 54.925 15.062 53.181 12.182 Z\" fill=\"rgb(255, 255, 255)\"></path><path d=\"M 27.615 20.396 C 30.502 21.317 33.073 19.937 35.04 16.446 C 36.477 17.011 37.921 17.576 39.417 18.162 C 38.062 21.563 35.831 23.984 32.325 24.965 C 29.171 25.85 26.079 25.521 23.202 23.904 C 20.055 22.135 18.446 19.276 17.942 15.767 C 17.491 12.622 18.028 9.642 20.15 7.205 C 22.296 4.74 25.051 3.5 28.343 4.039 C 32.002 4.637 34.421 8.129 33.936 11.86 C 33.524 15.026 31.794 17.347 29.349 19.209 C 28.815 19.618 28.241 19.971 27.618 20.396 Z M 23.255 17.071 C 24.547 16.735 26.59 15.564 27.605 14.357 C 28.228 13.613 28.749 12.725 29.098 11.817 C 29.434 10.939 29.279 9.985 28.548 9.276 C 27.826 8.578 26.949 8.595 26.06 8.867 C 22.886 9.838 21.396 14.204 23.255 17.071 Z\" fill=\"rgb(255, 255, 255)\"></path><path d=\"M 16.547 21.156 L 16.547 25.492 L 15.789 25.492 C 11.09 25.492 6.387 25.492 1.687 25.495 C 1.123 25.495 0.57 25.476 0.286 24.897 C 0.023 24.352 0.24 23.863 0.543 23.374 C 3.566 18.502 6.571 13.621 9.584 8.739 C 9.702 8.546 9.818 8.347 9.995 8.051 L 0.309 8.051 L 0.309 3.724 L 0.926 3.724 C 5.751 3.724 10.576 3.724 15.404 3.721 C 15.971 3.721 16.491 3.771 16.791 4.346 C 17.081 4.898 16.814 5.347 16.531 5.806 C 13.515 10.708 10.503 15.609 7.491 20.511 C 7.375 20.7 7.263 20.89 7.105 21.159 L 16.551 21.159 Z\" fill=\"rgb(255, 255, 255)\"></path></svg>',svgContentId:8639742239,withExternalLayout:true,...addPropertyOverrides({w47bzeo8x:{as:\"a\",svgContentId:10914805427},yV6gs5rPs:{as:\"a\",svgContentId:10914805427}},baseVariant,gestureVariant)})})]}),isDisplayed3()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-setqlb\",\"data-framer-name\":\"Frame 1000003288\",layoutDependency:layoutDependency,layoutId:\"NgLr_CVom\",style:{backgroundColor:\"rgb(23, 24, 27)\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(248, 247, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"IUhIoxjrQ\"},motionChild:true,nodeId:\"WtfFhjLrs\",openInNewTab:false,relValues:[],scopeId:\"dTQabqqee\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1poiexa\",\"data-styles-preset\":\"OqYykBbBB\",children:\"Help & Support\"})})})}),className:\"framer-tgjpq5\",\"data-framer-name\":\"How it works\",fonts:[\"GF;Poppins-500\"],layoutDependency:layoutDependency,layoutId:\"WtfFhjLrs\",style:{\"--extracted-r6o4lv\":\"rgb(248, 247, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"center\",withExternalLayout:true}),isDisplayed3()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1nyaid1\",\"data-framer-name\":\"Frame 1000003287\",layoutDependency:layoutDependency,layoutId:\"ZepNSsCW4\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1vsf1ho\",\"data-framer-name\":\"Frame 1000003287\",layoutDependency:layoutDependency,layoutId:\"ZqMTpke4q\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-7l8baq\",\"data-framer-name\":\"Button\",layoutDependency:layoutDependency,layoutId:\"W_KbWDmeQ\",style:{borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy1yZWd1bGFy\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Download Zeam\"})}),className:\"framer-1vszz6y\",\"data-framer-name\":\"Button\",fonts:[\"GF;Poppins-regular\"],layoutDependency:layoutDependency,layoutId:\"ShNKlCDX5\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"center\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-cc9spi\",layoutDependency:layoutDependency,layoutId:\"mRbt8kYF3\",children:[/*#__PURE__*/_jsx(Link,{href:\"https://apps.apple.com/us/app/zeam/id6541750680\",motionChild:true,nodeId:\"a49CHF537\",openInNewTab:true,scopeId:\"dTQabqqee\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1yp1znc framer-14viy6f\",layoutDependency:layoutDependency,layoutId:\"a49CHF537\",style:{backgroundColor:\"rgba(255, 255, 255, 0.07)\",borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-s1cf2z\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"IDPXDbazx\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 19 22\"><g transform=\"translate(0.164 0.85)\"><path d=\"M 0 21 L 0 0 L 18 0 L 18 21 Z\" fill=\"transparent\"></path><g transform=\"translate(0 0)\"><path d=\"M 0 20.571 L 0 0 L 18 0 L 18 20.571 Z\" fill=\"transparent\"></path><path d=\"M 16.965 16.031 C 16.653 16.75 16.285 17.411 15.859 18.02 C 15.277 18.849 14.802 19.422 14.434 19.742 C 13.865 20.265 13.256 20.533 12.602 20.547 C 12.134 20.547 11.569 20.415 10.912 20.144 C 10.251 19.875 9.645 19.742 9.091 19.742 C 8.509 19.742 7.885 19.875 7.218 20.144 C 6.549 20.415 6.012 20.556 5.599 20.57 C 4.974 20.596 4.35 20.321 3.727 19.742 C 3.33 19.395 2.833 18.8 2.237 17.959 C 1.599 17.06 1.074 16.017 0.662 14.828 C 0.221 13.546 0 12.302 0 11.098 C 0 9.72 0.298 8.531 0.894 7.534 C 1.346 6.752 1.991 6.1 2.768 5.64 C 3.534 5.182 4.409 4.935 5.302 4.925 C 5.798 4.925 6.45 5.079 7.26 5.381 C 8.068 5.685 8.587 5.838 8.814 5.838 C 8.985 5.838 9.561 5.658 10.537 5.3 C 11.461 4.968 12.241 4.83 12.88 4.884 C 14.611 5.023 15.911 5.707 16.775 6.936 C 15.227 7.873 14.462 9.187 14.477 10.872 C 14.491 12.184 14.967 13.277 15.903 14.143 C 16.327 14.547 16.801 14.858 17.328 15.078 C 17.217 15.4 17.096 15.718 16.965 16.031 Z M 12.995 0.411 C 12.995 1.44 12.62 2.401 11.87 3.289 C 10.967 4.347 9.872 4.958 8.686 4.862 C 8.67 4.732 8.663 4.602 8.664 4.472 C 8.664 3.484 9.093 2.426 9.857 1.562 C 10.238 1.126 10.722 0.761 11.31 0.471 C 11.897 0.185 12.452 0.027 12.973 0 C 12.989 0.137 12.995 0.274 12.995 0.411 Z\" fill=\"rgb(255, 255, 255)\"></path></g></g></svg>',svgContentId:12408771854,withExternalLayout:true})})}),/*#__PURE__*/_jsx(Link,{href:\"https://play.google.com/store/apps/details?id=money.zeam.app&hl=en_US\",motionChild:true,nodeId:\"cREJt94xQ\",openInNewTab:true,scopeId:\"dTQabqqee\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1ivfxzm framer-14viy6f\",layoutDependency:layoutDependency,layoutId:\"cREJt94xQ\",style:{backgroundColor:\"rgba(255, 255, 255, 0.07)\",borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-s8tmd\",layoutDependency:layoutDependency,layoutId:\"PQ1c5gUrL\",transformTemplate:transformTemplate1,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-gbcw\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"oLvJxVr9H\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 15 12\"><g><defs><linearGradient id=\"idss9607372359_1g-2043038266\" x1=\"0.004875266305313042\" x2=\"0.9951247336946869\" y1=\"1\" y2=\"0\"><stop offset=\"0\" stop-color=\"rgb(50,160,113)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(0,240,118)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 14.441 7.455 L 1.835 0.461 C 1.093 0.055 0.441 0.104 0.041 0.515 L 10.796 11.013 Z\" fill=\"url(#idss9607372359_1g-2043038266)\"></path></g></svg>',svgContentId:9607372359,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1mmspef\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"AyqNNBate\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 15 12\"><g><defs><linearGradient id=\"idss10404075477_1g-1458251208\" x1=\"0.9880926448189424\" x2=\"0.011907355181057622\" y1=\"1\" y2=\"0\"><stop offset=\"0\" stop-color=\"rgb(255,58,68)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(195,17,98)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 14.441 4.405 L 10.796 0.847 L 0.041 11.349 C 0.441 11.76 1.093 11.81 1.835 11.399 L 14.441 4.405\" fill=\"url(#idss10404075477_1g-1458251208)\"></path></g></svg>',svgContentId:10404075477,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-120s1sm\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"VzNq3Knti\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 10 8\"><g><defs><linearGradient id=\"idss10120220112_1g43703969\" x1=\"1\" x2=\"0\" y1=\"0.4974874371859296\" y2=\"0.5025125628140704\"><stop offset=\"0\" stop-color=\"rgb(255,224,0)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(255,156,0)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 4.109 7.847 L 0.548 4.366 L 0.548 4.12 L 4.113 0.639 L 4.193 0.684 L 8.415 3.03 C 9.619 3.695 9.619 4.79 8.415 5.46 L 4.193 7.801 L 4.109 7.847 Z\" fill=\"url(#idss10120220112_1g43703969)\"></path></g></svg>',svgContentId:10120220112,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-6vd41q\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"yuXgy1EGP\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 12 22\"><g><defs><linearGradient id=\"idss12462812418_1g-1673948263\" x1=\"0.9880771334995937\" x2=\"0.01192286650040636\" y1=\"1\" y2=\"0\"><stop offset=\"0\" stop-color=\"rgb(0,160,255)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(0,227,255)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 0.64 0.79 C 0.386 1.049 0.24 1.452 0.24 1.974 L 0.24 20.605 C 0.24 21.128 0.386 21.531 0.64 21.79 L 0.703 21.847 L 11.396 11.411 L 11.396 11.165 L 0.703 0.729 Z\" fill=\"url(#idss12462812418_1g-1673948263)\"></path></g></svg>',svgContentId:12462812418,withExternalLayout:true})]})})}),/*#__PURE__*/_jsx(Link,{href:\"app.zeam.money\",motionChild:true,nodeId:\"OpGRKZrHH\",openInNewTab:true,scopeId:\"dTQabqqee\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1lq1of2 framer-14viy6f\",layoutDependency:layoutDependency,layoutId:\"OpGRKZrHH\",style:{backgroundColor:\"rgba(255, 255, 255, 0.07)\",borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1egootb-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"WygnbMijR-container\",nodeId:\"WygnbMijR\",rendersWithMotion:true,scopeId:\"dTQabqqee\",children:/*#__PURE__*/_jsx(Feather,{color:\"rgb(255, 255, 255)\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"globe\",id:\"WygnbMijR\",layoutId:\"WygnbMijR\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})})]})]})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(248, 247, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://wa.me/600702338\",motionChild:true,nodeId:\"rDk7DrM6_\",openInNewTab:true,relValues:[],scopeId:\"dTQabqqee\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1poiexa\",\"data-styles-preset\":\"OqYykBbBB\",children:\"Get in touch\"})})})}),className:\"framer-3gkyeq\",\"data-framer-name\":\"About us\",fonts:[\"GF;Poppins-500\"],layoutDependency:layoutDependency,layoutId:\"rDk7DrM6_\",style:{\"--extracted-r6o4lv\":\"rgb(248, 247, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"center\",withExternalLayout:true})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-GaWKA.framer-14viy6f, .framer-GaWKA .framer-14viy6f { display: block; }\",\".framer-GaWKA.framer-1fgi8ko { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 16px 24px 16px 32px; position: relative; width: 1243px; }\",\".framer-GaWKA .framer-qvqrns { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-GaWKA .framer-96ti5e, .framer-GaWKA .framer-t9s5p2 { flex: none; height: 27px; position: relative; text-decoration: none; width: 133px; }\",\".framer-GaWKA .framer-vppt16 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-GaWKA .framer-ijqsvt, .framer-GaWKA .framer-d3gfwx, .framer-GaWKA .framer-13rwocb, .framer-GaWKA .framer-m7wobt, .framer-GaWKA .framer-1gnkhry, .framer-GaWKA .framer-142grwj, .framer-GaWKA .framer-1vszz6y { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-GaWKA .framer-1352wj4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-GaWKA .framer-1sh8e92, .framer-GaWKA .framer-1inr8f4, .framer-GaWKA .framer-1d70ip7, .framer-GaWKA .framer-1pusleu, .framer-GaWKA .framer-cc9spi { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: 49px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-GaWKA .framer-1bskqap, .framer-GaWKA .framer-atk570, .framer-GaWKA .framer-1ht7cmd, .framer-GaWKA .framer-12ezcw9, .framer-GaWKA .framer-hpszc0, .framer-GaWKA .framer-59ag9i, .framer-GaWKA .framer-uu3s2w, .framer-GaWKA .framer-nnb5ok, .framer-GaWKA .framer-udb6d9, .framer-GaWKA .framer-1kr30xx, .framer-GaWKA .framer-10g70m9, .framer-GaWKA .framer-9odhfk, .framer-GaWKA .framer-1yp1znc, .framer-GaWKA .framer-1ivfxzm, .framer-GaWKA .framer-1lq1of2 { flex: none; height: 49px; overflow: hidden; position: relative; text-decoration: none; width: 49px; will-change: var(--framer-will-change-override, transform); }\",\".framer-GaWKA .framer-18hjaht, .framer-GaWKA .framer-us13lf, .framer-GaWKA .framer-g50yuw, .framer-GaWKA .framer-e0x5nk, .framer-GaWKA .framer-s1cf2z { flex: none; height: 22px; left: 15px; position: absolute; top: 13px; width: 19px; }\",\".framer-GaWKA .framer-1yh17bf, .framer-GaWKA .framer-gaucpt, .framer-GaWKA .framer-1wcm47r, .framer-GaWKA .framer-fllopg, .framer-GaWKA .framer-s8tmd { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 32px); left: 51%; overflow: hidden; position: absolute; top: 51%; width: 32px; }\",\".framer-GaWKA .framer-z2492f, .framer-GaWKA .framer-101dpmj, .framer-GaWKA .framer-r6vtm6, .framer-GaWKA .framer-40lhn2, .framer-GaWKA .framer-gbcw { flex: none; height: 12px; left: 5px; position: absolute; top: 5px; width: 15px; }\",\".framer-GaWKA .framer-bauge7, .framer-GaWKA .framer-19yrrwa, .framer-GaWKA .framer-t9ywue, .framer-GaWKA .framer-1c0gogn, .framer-GaWKA .framer-1mmspef { bottom: 5px; flex: none; height: 12px; left: 5px; position: absolute; width: 15px; }\",\".framer-GaWKA .framer-1dvmp13, .framer-GaWKA .framer-h1m398, .framer-GaWKA .framer-1vfdsfj, .framer-GaWKA .framer-kvzts4, .framer-GaWKA .framer-120s1sm { flex: none; height: 8px; position: absolute; right: 6px; top: calc(50.00000000000002% - 8px / 2); width: 10px; }\",\".framer-GaWKA .framer-fd18sz, .framer-GaWKA .framer-1roy6dd, .framer-GaWKA .framer-c2wbir, .framer-GaWKA .framer-bdssr3, .framer-GaWKA .framer-6vd41q { flex: none; height: 22px; left: 5px; position: absolute; top: calc(50.00000000000002% - 22px / 2); width: 12px; }\",\".framer-GaWKA .framer-1lb3aj-container, .framer-GaWKA .framer-18yt9o7-container, .framer-GaWKA .framer-13gp4s8-container, .framer-GaWKA .framer-tl14x-container, .framer-GaWKA .framer-1egootb-container { flex: none; height: 24px; left: calc(51.02040816326533% - 24px / 2); position: absolute; top: calc(51.02040816326533% - 24px / 2); width: 24px; }\",\".framer-GaWKA .framer-rml6i5 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-GaWKA .framer-45mf8k-container, .framer-GaWKA .framer-1xysmm1-container { flex: none; height: 52px; position: relative; width: 52px; }\",\".framer-GaWKA .framer-y26qcs { height: 150px; overflow: hidden; position: relative; width: 200px; will-change: var(--framer-will-change-override, transform); }\",\".framer-GaWKA .framer-1emjbe9 { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; height: 581px; justify-content: space-between; left: 0px; overflow: visible; padding: 16px 24px 16px 24px; position: absolute; top: 0px; width: 390px; }\",\".framer-GaWKA .framer-q1upqh { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-GaWKA .framer-niffgi, .framer-GaWKA .framer-1nyaid1 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 24px; position: relative; width: 100%; }\",\".framer-GaWKA .framer-5qj35p, .framer-GaWKA .framer-1t0as2g, .framer-GaWKA .framer-7ptwzs, .framer-GaWKA .framer-1vsf1ho { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-GaWKA .framer-1jxbdkp, .framer-GaWKA .framer-fxf42j, .framer-GaWKA .framer-1d6p40l, .framer-GaWKA .framer-7l8baq { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: 48px; justify-content: center; overflow: visible; padding: 12px 24px 12px 24px; position: relative; width: min-content; }\",\".framer-GaWKA .framer-i5it7j { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 40px 0px 40px 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-GaWKA .framer-1hrnfe8, .framer-GaWKA .framer-d1orxe, .framer-GaWKA .framer-17jjiqi, .framer-GaWKA .framer-167wbuq, .framer-GaWKA .framer-10projg, .framer-GaWKA .framer-nz9n4m, .framer-GaWKA .framer-tgjpq5, .framer-GaWKA .framer-3gkyeq { flex: none; height: 48px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-GaWKA .framer-qle8bi, .framer-GaWKA .framer-1vd56r0 { flex: none; height: 56px; overflow: visible; position: relative; text-decoration: none; width: 100%; }\",\".framer-GaWKA .framer-156qdxf, .framer-GaWKA .framer-19jf43g { bottom: 0px; flex: none; left: calc(50.00000000000002% - 342px / 2); position: absolute; top: 0px; white-space: pre-wrap; width: 342px; word-break: break-word; word-wrap: break-word; }\",\".framer-GaWKA .framer-npxey4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; left: 0%; overflow: visible; padding: 24px; position: absolute; top: 24px; width: 100px; }\",\".framer-GaWKA .framer-dec9ki { align-content: flex-start; align-items: flex-start; bottom: -41px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; left: 50%; overflow: visible; padding: 40px 0px 40px 0px; position: absolute; width: 100px; z-index: 1; }\",\".framer-GaWKA .framer-kgt408 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 24px; position: relative; width: 100px; }\",\".framer-GaWKA .framer-wd2jmb { flex: none; height: 27px; position: relative; width: 133px; }\",\".framer-GaWKA .framer-setqlb { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 40px 0px 40px 0px; position: relative; width: 1px; z-index: 1; }\",\".framer-GaWKA.framer-v-fjvrma.framer-1fgi8ko { padding: 16px 24px 16px 24px; width: 810px; }\",\".framer-GaWKA.framer-v-epxswd.framer-1fgi8ko { flex-direction: column; height: 104px; padding: 16px; width: 385px; }\",\".framer-GaWKA.framer-v-epxswd .framer-rml6i5, .framer-GaWKA.framer-v-d08tw .framer-rml6i5 { flex: none; order: 2; padding: 16px 24px 16px 24px; width: 100%; }\",\".framer-GaWKA.framer-v-epxswd .framer-45mf8k-container, .framer-GaWKA.framer-v-d08tw .framer-45mf8k-container, .framer-GaWKA.framer-v-d08tw .framer-3gkyeq { order: 1; }\",\".framer-GaWKA.framer-v-epxswd .framer-wd2jmb, .framer-GaWKA.framer-v-d08tw .framer-wd2jmb { order: 0; text-decoration: none; }\",\".framer-GaWKA.framer-v-d08tw.framer-1fgi8ko { cursor: unset; flex-direction: column; height: 104px; padding: 16px; width: 385px; }\",\".framer-GaWKA.framer-v-d08tw .framer-setqlb { flex: none; order: 8; width: 100%; }\",\".framer-GaWKA.framer-v-d08tw .framer-tgjpq5, .framer-GaWKA.framer-v-d08tw .framer-1vsf1ho { order: 0; }\",\".framer-GaWKA.framer-v-d08tw .framer-1nyaid1 { order: 2; }\",...sharedStyle.css,'.framer-GaWKA[data-border=\"true\"]::after, .framer-GaWKA [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; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 81\n * @framerIntrinsicWidth 1243\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"Ac2plRiz7\":{\"layout\":[\"fixed\",\"auto\"]},\"w47bzeo8x\":{\"layout\":[\"fixed\",\"fixed\"]},\"yV6gs5rPs\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"k6Prpu28e\":\"greyBGOPCT\",\"oohCyhGg1\":\"hover\",\"YcEkcQ3KY\":\"click\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerdTQabqqee=withCSS(Component,css,\"framer-GaWKA\");export default FramerdTQabqqee;FramerdTQabqqee.displayName=\"Open Mobile\";FramerdTQabqqee.defaultProps={height:81,width:1243};addPropertyControls(FramerdTQabqqee,{variant:{options:[\"xwKpRP9c_\",\"Ac2plRiz7\",\"w47bzeo8x\",\"yV6gs5rPs\"],optionTitles:[\"Desktop\",\"Tablet\",\"Mobile Closed\",\"Variant 4\"],title:\"Variant\",type:ControlType.Enum},k6Prpu28e:{defaultValue:\"rgba(21, 23, 26, 0.84)\",title:\"Grey BG-OPCT\",type:ControlType.Color},oohCyhGg1:{title:\"Hover\",type:ControlType.EventHandler},YcEkcQ3KY:{title:\"Click\",type:ControlType.EventHandler}});addFonts(FramerdTQabqqee,[{explicitInter:true,fonts:[{family:\"Poppins\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/poppins/v23/pxiByp8kv8JHgFVrLGT9V15vFP-KUEg.woff2\",weight:\"500\"},{family:\"Poppins\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/poppins/v23/pxiEyp8kv8JHgFVrFJXUc1NECPY.woff2\",weight:\"400\"}]},...FeatherFonts,...BurgerMenuFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerdTQabqqee\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"k6Prpu28e\\\":\\\"greyBGOPCT\\\",\\\"oohCyhGg1\\\":\\\"hover\\\",\\\"YcEkcQ3KY\\\":\\\"click\\\"}\",\"framerIntrinsicWidth\":\"1243\",\"framerIntrinsicHeight\":\"81\",\"framerComponentViewportWidth\":\"true\",\"framerColorSyntax\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Ac2plRiz7\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"w47bzeo8x\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"yV6gs5rPs\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./dTQabqqee.map"],
  "mappings": "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",
  "names": ["containerStyles", "emptyStateStyle", "containerStyles", "NullState", "Y", "_", "ref", "p", "r", "s", "o", "n", "t", "e", "i", "l", "defaultEvents", "ControlType", "findByArray", "arr", "search", "a", "getIconSelection", "iconKeys", "selectByList", "iconSearch", "iconSelection", "lowercaseIconKeyPairs", "iconSearchTerm", "_iconSearchTerm", "useIconSelection", "iconSearchResult", "se", "iconKeys", "moduleBaseUrl", "uppercaseIconKeys", "name", "lowercaseIconKeyPairs", "res", "key", "Icon", "props", "color", "selectByList", "iconSearch", "iconSelection", "onClick", "onMouseDown", "onMouseUp", "onMouseEnter", "onMouseLeave", "mirrored", "isMounted", "pe", "iconKey", "useIconSelection", "SelectedIcon", "setSelectedIcon", "ye", "s", "npm_react_18_2_exports", "importModule", "active", "module", "e", "ue", "emptyState", "RenderTarget", "p", "NullState", "addPropertyControls", "ControlType", "defaultEvents", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transformTemplate1", "_", "t", "Transition", "value", "children", "config", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "click", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "g9VMU2zW3", "restProps", "baseVariant", "classNames", "gestureHandlers", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1s1eyd3", "args", "onTapsujn9j", "ref1", "pe", "isDisplayed", "isDisplayed1", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "css", "FramerXFaknfDo9", "withCSS", "XFaknfDo9_default", "addPropertyControls", "ControlType", "addFonts", "FeatherFonts", "getFonts", "Icon", "BurgerMenuFonts", "XFaknfDo9_default", "MotionDivWithFX", "withFX", "motion", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transformTemplate1", "_", "t", "transition2", "animation", "animation1", "animation2", "transformTemplate2", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "Transition", "value", "config", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "click", "greyBGOPCT", "height", "hover", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "k6Prpu28e", "oohCyhGg1", "YcEkcQ3KY", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap19ya82n", "args", "onMouseEnter1j295pq", "g9VMU2zW3txyyif", "overlay", "loadMore", "g9VMU2zW316hrrlg", "g9VMU2zW31rc8eze", "onTap14cybfj", "onMouseEnter11oe6td", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "isDisplayed2", "ref1", "ref2", "isDisplayed3", "LayoutGroup", "u", "Link", "SVG", "RichText", "ComponentViewportProvider", "SmartComponentScopedContainer", "l", "AnimatePresence", "Floating", "css", "FramerdTQabqqee", "withCSS", "dTQabqqee_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts"]
}
