{"version":3,"file":"iZSQa0c8W.KV5dnT6T.mjs","names":["Button"],"sources":["https:/framer.com/m/framer/icon-nullstate.js@0.7.0","https:/framerusercontent.com/modules/Ma20hU0GGRxLxZphbywl/OSpwWF91FHPVFyQJjMHt/utils.js","https:/framerusercontent.com/modules/idO4RoMEvrpXxce2F64p/zIRy6PJ8quKBXlCugnPZ/iZSQa0c8W.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","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","// Generated by Framer (6d96db3)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,Link,ResolveLinks,RichText,SmartComponentScopedContainer,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useRouter,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import ThemeImage from\"https://framerusercontent.com/modules/oz8LbimHQqM5Ulxjy5PL/5xwcMNnuHLKQgUoGQCnV/ThemeImage.js\";import Button from\"https://framerusercontent.com/modules/6uGZqvrcLSBxKfyrqQrM/jGuobyTrYGvCaMLXbXG9/ETzoC7096.js\";const ThemeImageFonts=getFonts(ThemeImage);const ButtonFonts=getFonts(Button);const cycleOrder=[\"nhdOtC9km\",\"ILu3HJ1TQ\",\"gpBktmsWC\",\"kt2HJYdVk\",\"Lt7eu44CL\",\"KBx9O3kjf\",\"kIQj69LU2\",\"t33KWIs5J\",\"OAhRfrr88\",\"KH5DUhp_j\",\"EZYV1kYfl\",\"QnLyTSSMC\",\"vbOwIcF5q\"];const serializationHash=\"framer-tAPhr\";const variantClassNames={EZYV1kYfl:\"framer-v-y8o33y\",gpBktmsWC:\"framer-v-15v387w\",ILu3HJ1TQ:\"framer-v-1em82ca\",KBx9O3kjf:\"framer-v-1q21ajw\",KH5DUhp_j:\"framer-v-1g222a4\",kIQj69LU2:\"framer-v-1u9v8x8\",kt2HJYdVk:\"framer-v-17nvfkp\",Lt7eu44CL:\"framer-v-fnnohs\",nhdOtC9km:\"framer-v-r0kfaq\",OAhRfrr88:\"framer-v-mgswko\",QnLyTSSMC:\"framer-v-5ewjvn\",t33KWIs5J:\"framer-v-11fzsoo\",vbOwIcF5q:\"framer-v-18zp0us\"};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 addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const transformTemplate1=(_,t)=>`translateY(-50%) ${t}`;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={\"Desktop - Blog\":\"kIQj69LU2\",\"Desktop - Contact\":\"t33KWIs5J\",\"Desktop - Features\":\"Lt7eu44CL\",\"Desktop - Home\":\"nhdOtC9km\",\"Desktop - Pricing\":\"KBx9O3kjf\",\"Desktop - Waitlist\":\"vbOwIcF5q\",\"Mobile Opened\":\"kt2HJYdVk\",\"Tablet - Blog\":\"EZYV1kYfl\",\"Tablet - Contact\":\"QnLyTSSMC\",\"Tablet - Features\":\"OAhRfrr88\",\"Tablet - Pricing\":\"KH5DUhp_j\",Mobile:\"gpBktmsWC\",Tablet:\"ILu3HJ1TQ\"};const getProps=({height,id,pill2Visible,pillVisible,visible,width,...props})=>{return{...props,nJzgdv2sL:pillVisible??props.nJzgdv2sL,Uhw2BdB6R:visible??props.Uhw2BdB6R??true,variant:humanReadableVariantMap[props.variant]??props.variant??\"nhdOtC9km\",WSN_kp_S0:pill2Visible??props.WSN_kp_S0??true};};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,nJzgdv2sL,WSN_kp_S0,Uhw2BdB6R,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"nhdOtC9km\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1bkibp7=activeVariantCallback(async(...args)=>{setVariant(\"kt2HJYdVk\");});const sharedStyleClassNames=[];const isDisplayed=()=>{if(baseVariant===\"kt2HJYdVk\")return false;return true;};const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed1=value=>{if(baseVariant===\"gpBktmsWC\")return value;return true;};const isDisplayed2=()=>{if(baseVariant===\"gpBktmsWC\")return true;return false;};const isDisplayed3=()=>{if(baseVariant===\"gpBktmsWC\")return false;return true;};const isDisplayed4=()=>{if(baseVariant===\"vbOwIcF5q\")return true;return false;};const router=useRouter();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:isDisplayed()&&/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-r0kfaq\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Desktop - Home\",layoutDependency:layoutDependency,layoutId:\"nhdOtC9km\",ref:refBinding,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-0dfa944a-cc3f-44ee-b9a9-17696ab07614, rgb(249, 250, 251))\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",backdropFilter:\"blur(0px)\",backgroundColor:\"rgb(4, 4, 6)\",WebkitBackdropFilter:\"blur(0px)\",...style},...addPropertyOverrides({EZYV1kYfl:{\"data-framer-name\":\"Tablet - Blog\"},gpBktmsWC:{\"data-framer-name\":\"Mobile\"},ILu3HJ1TQ:{\"data-framer-name\":\"Tablet\"},KBx9O3kjf:{\"data-framer-name\":\"Desktop - Pricing\"},KH5DUhp_j:{\"data-framer-name\":\"Tablet - Pricing\"},kIQj69LU2:{\"data-framer-name\":\"Desktop - Blog\"},Lt7eu44CL:{\"data-framer-name\":\"Desktop - Features\"},OAhRfrr88:{\"data-framer-name\":\"Tablet - Features\"},QnLyTSSMC:{\"data-framer-name\":\"Tablet - Contact\"},t33KWIs5J:{\"data-framer-name\":\"Desktop - Contact\"},vbOwIcF5q:{\"data-framer-name\":\"Desktop - Waitlist\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-x76s8z\",layoutDependency:layoutDependency,layoutId:\"w9jlEqc8E\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-19bu0am\",layoutDependency:layoutDependency,layoutId:\"ODkcI8LQI\",children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"BSD3pwl4d\",scopeId:\"iZSQa0c8W\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-jx1rk2 framer-a5yibp\",layoutDependency:layoutDependency,layoutId:\"BSD3pwl4d\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1gi1ju8-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"dShNPBHnZ-container\",nodeId:\"dShNPBHnZ\",rendersWithMotion:true,scopeId:\"iZSQa0c8W\",children:/*#__PURE__*/_jsx(ThemeImage,{bottomLeft:0,bottomRight:0,dark:addImageAlt({pixelHeight:211,pixelWidth:865,src:\"https://framerusercontent.com/images/3t6wDxMf9W1k0lzrHlXZswurI.png\",srcSet:\"https://framerusercontent.com/images/3t6wDxMf9W1k0lzrHlXZswurI.png?scale-down-to=512 512w,https://framerusercontent.com/images/3t6wDxMf9W1k0lzrHlXZswurI.png 865w\"},\"\"),height:\"100%\",id:\"dShNPBHnZ\",layoutId:\"dShNPBHnZ\",light:addImageAlt({pixelHeight:106,pixelWidth:433,src:\"https://framerusercontent.com/images/B9hnv9DpW6JUQ8by7N8KMPw.svg\"},\"\"),radius:0,radiusIsMixed:false,sizing:\"contain\",style:{height:\"100%\",width:\"100%\"},topLeft:0,topRight:0,width:\"100%\"})})}),nJzgdv2sL&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-lhjhzx\",\"data-framer-name\":\"PILL\",layoutDependency:layoutDependency,layoutId:\"gIUSY3wYn\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1lz18r9\",layoutDependency:layoutDependency,layoutId:\"ahU9QKE8o\",style:{backgroundColor:\"var(--token-0dfa944a-cc3f-44ee-b9a9-17696ab07614, rgb(240, 242, 245))\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7UG9wcGlucy1yZWd1bGFy\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 179, 105))\"},children:\"2.0\"})}),className:\"framer-1as0fx5\",\"data-framer-name\":\"Text\",fonts:[\"FS;Poppins-regular\"],layoutDependency:layoutDependency,layoutId:\"jn4RQb2ql\",style:{\"--extracted-r6o4lv\":\"rgb(255, 179, 105)\"},verticalAlignment:\"top\",withExternalLayout:true})})}),WSN_kp_S0&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-12bz007\",\"data-framer-name\":\"PILL 2\",layoutDependency:layoutDependency,layoutId:\"lOQboFaeG\",children:isDisplayed1(Uhw2BdB6R)&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-q81z1a\",layoutDependency:layoutDependency,layoutId:\"G9Gx4Kt1q\",style:{backgroundColor:\"var(--token-0dfa944a-cc3f-44ee-b9a9-17696ab07614, rgb(240, 242, 245))\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7UG9wcGlucy1yZWd1bGFy\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-8973c5e6-c6a6-4dda-8313-d93f6b804d80, rgb(112, 90, 248)))\"},children:\"Legacy\"})}),className:\"framer-6w8eja\",\"data-framer-name\":\"Text\",fonts:[\"FS;Poppins-regular\"],layoutDependency:layoutDependency,layoutId:\"Fi6DX3qyP\",style:{\"--extracted-r6o4lv\":\"var(--token-8973c5e6-c6a6-4dda-8313-d93f6b804d80, rgb(112, 90, 248))\"},verticalAlignment:\"top\",withExternalLayout:true})})})]})}),isDisplayed2()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1mj2o0q\",\"data-framer-name\":\"Hamburger Menu\",layoutDependency:layoutDependency,layoutId:\"aCRJ_2OI2\",...addPropertyOverrides({gpBktmsWC:{\"data-highlight\":true,onTap:onTap1bkibp7}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1cuabgi\",layoutDependency:layoutDependency,layoutId:\"BChiHR5vz\",style:{backgroundColor:\"var(--token-9d7038fb-c14d-4be6-bcb8-793e978c5794, rgb(120, 123, 161))\",borderBottomLeftRadius:1,borderBottomRightRadius:1,borderTopLeftRadius:1,borderTopRightRadius:1}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-4sxzhv\",layoutDependency:layoutDependency,layoutId:\"QyzOeHFts\",style:{backgroundColor:\"var(--token-9d7038fb-c14d-4be6-bcb8-793e978c5794, rgb(120, 123, 161))\",borderBottomLeftRadius:1,borderBottomRightRadius:1,borderTopLeftRadius:1,borderTopRightRadius:1}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1sbmkd1\",layoutDependency:layoutDependency,layoutId:\"cFuweJoRA\",style:{backgroundColor:\"var(--token-9d7038fb-c14d-4be6-bcb8-793e978c5794, rgb(120, 123, 161))\",borderBottomLeftRadius:1,borderBottomRightRadius:1,borderTopLeftRadius:1,borderTopRightRadius:1}})]})]}),isDisplayed3()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1vvrux9\",layoutDependency:layoutDependency,layoutId:\"xTew3kkjl\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1vug9tl\",\"data-framer-name\":\"Menu Links\",layoutDependency:layoutDependency,layoutId:\"SGsRZ7VKc\",transformTemplate:transformTemplate1,children:[isDisplayed4()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"nbwhoqOnt\"},implicitPathVariables:undefined},{href:{webPageId:\"nbwhoqOnt\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1h3w0ga-container\",layoutDependency:layoutDependency,layoutId:\"mcSkKdr7X-container\",nodeId:\"mcSkKdr7X\",rendersWithMotion:true,scopeId:\"iZSQa0c8W\",children:/*#__PURE__*/_jsx(Button,{eFjWCPCI1:\"Blog\",height:\"100%\",id:\"mcSkKdr7X\",K4AHKTyN1:resolvedLinks[0],layoutId:\"mcSkKdr7X\",variant:\"Zx01e4QxN\",width:\"100%\",...addPropertyOverrides({vbOwIcF5q:{K4AHKTyN1:resolvedLinks[1]}},baseVariant,gestureVariant)})})})}),isDisplayed4()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"k5JvIJoT1\"},implicitPathVariables:undefined},{href:{webPageId:\"k5JvIJoT1\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-payw7k-container\",layoutDependency:layoutDependency,layoutId:\"jowzweZWX-container\",nodeId:\"jowzweZWX\",rendersWithMotion:true,scopeId:\"iZSQa0c8W\",children:/*#__PURE__*/_jsx(Button,{eFjWCPCI1:\"Waitlist\",height:\"100%\",id:\"jowzweZWX\",K4AHKTyN1:resolvedLinks1[0],layoutId:\"jowzweZWX\",variant:\"DuvVeS6Uh\",width:\"100%\",...addPropertyOverrides({vbOwIcF5q:{K4AHKTyN1:resolvedLinks1[1]}},baseVariant,gestureVariant)})})})})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1dy5ate\",\"data-framer-name\":\"Buy Button Container\",layoutDependency:layoutDependency,layoutId:\"bJ1_nKacv\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":EVVebup_B\",webPageId:\"k5JvIJoT1\"},implicitPathVariables:undefined},{href:{hash:\":EVVebup_B\",webPageId:\"k5JvIJoT1\"},implicitPathVariables:undefined},{href:{hash:\":EVVebup_B\",webPageId:\"k5JvIJoT1\"},implicitPathVariables:undefined},{href:{hash:\":EVVebup_B\",webPageId:\"k5JvIJoT1\"},implicitPathVariables:undefined},{href:{hash:\":EVVebup_B\",webPageId:\"k5JvIJoT1\"},implicitPathVariables:undefined},{href:{hash:\":EVVebup_B\",webPageId:\"k5JvIJoT1\"},implicitPathVariables:undefined},{href:{hash:\":EVVebup_B\",webPageId:\"k5JvIJoT1\"},implicitPathVariables:undefined},{href:{hash:\":EVVebup_B\",webPageId:\"k5JvIJoT1\"},implicitPathVariables:undefined},{href:{hash:\":EVVebup_B\",webPageId:\"k5JvIJoT1\"},implicitPathVariables:undefined},{href:{hash:\":EVVebup_B\",webPageId:\"k5JvIJoT1\"},implicitPathVariables:undefined},{href:{hash:\":EVVebup_B\",webPageId:\"k5JvIJoT1\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-ppo59h-container\",layoutDependency:layoutDependency,layoutId:\"uTziiAHqQ-container\",nodeId:\"uTziiAHqQ\",rendersWithMotion:true,scopeId:\"iZSQa0c8W\",children:/*#__PURE__*/_jsx(Button,{eFjWCPCI1:\"Join waitlist\",height:\"100%\",id:\"uTziiAHqQ\",K4AHKTyN1:resolvedLinks2[0],layoutId:\"uTziiAHqQ\",style:{height:\"100%\"},variant:\"iOWLXqYzi\",width:\"100%\",...addPropertyOverrides({EZYV1kYfl:{K4AHKTyN1:resolvedLinks2[8]},ILu3HJ1TQ:{K4AHKTyN1:resolvedLinks2[1]},KBx9O3kjf:{K4AHKTyN1:resolvedLinks2[3]},KH5DUhp_j:{K4AHKTyN1:resolvedLinks2[7]},kIQj69LU2:{K4AHKTyN1:resolvedLinks2[4]},Lt7eu44CL:{K4AHKTyN1:resolvedLinks2[2]},OAhRfrr88:{K4AHKTyN1:resolvedLinks2[6]},QnLyTSSMC:{K4AHKTyN1:resolvedLinks2[9]},t33KWIs5J:{K4AHKTyN1:resolvedLinks2[5]},vbOwIcF5q:{K4AHKTyN1:resolvedLinks2[10]}},baseVariant,gestureVariant)})})})})})]})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-tAPhr.framer-a5yibp, .framer-tAPhr .framer-a5yibp { display: block; }\",\".framer-tAPhr.framer-r0kfaq { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1480px; }\",\".framer-tAPhr .framer-x76s8z { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; height: 80px; justify-content: space-between; max-width: 1200px; overflow: hidden; padding: 0px 24px 0px 24px; position: relative; width: 1px; }\",\".framer-tAPhr .framer-19bu0am { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 46px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-tAPhr .framer-jx1rk2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-tAPhr .framer-1gi1ju8-container { flex: none; height: 52px; position: relative; width: 156px; }\",\".framer-tAPhr .framer-lhjhzx, .framer-tAPhr .framer-12bz007 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 53px; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 41px; }\",\".framer-tAPhr .framer-1lz18r9, .framer-tAPhr .framer-q81z1a { 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: 2px 6px 2px 6px; position: relative; width: min-content; }\",\".framer-tAPhr .framer-1as0fx5, .framer-tAPhr .framer-6w8eja { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-tAPhr .framer-1mj2o0q { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 24px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 24px; }\",\".framer-tAPhr .framer-1cuabgi { flex: none; height: 2px; left: calc(50.00000000000002% - 24px / 2); overflow: hidden; position: absolute; top: 4px; width: 24px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-tAPhr .framer-4sxzhv { flex: none; height: 2px; left: calc(50.00000000000002% - 24px / 2); overflow: hidden; position: absolute; top: calc(50.00000000000002% - 2px / 2); width: 24px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-tAPhr .framer-1sbmkd1 { bottom: 4px; flex: none; height: 2px; left: calc(50.00000000000002% - 24px / 2); overflow: hidden; position: absolute; width: 24px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-tAPhr .framer-1vvrux9 { flex: 1 0 0px; height: 36px; overflow: visible; position: relative; width: 1px; }\",\".framer-tAPhr .framer-1vug9tl { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; left: 1px; min-height: 36px; min-width: 96px; overflow: visible; padding: 0px; position: absolute; top: 50%; width: min-content; }\",\".framer-tAPhr .framer-1h3w0ga-container, .framer-tAPhr .framer-payw7k-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-tAPhr .framer-1dy5ate { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-end; overflow: visible; padding: 0px; position: absolute; right: 0px; top: 50%; width: min-content; }\",\".framer-tAPhr .framer-ppo59h-container { flex: none; height: 36px; position: relative; width: auto; }\",\".framer-tAPhr.framer-v-1em82ca.framer-r0kfaq, .framer-tAPhr.framer-v-mgswko.framer-r0kfaq, .framer-tAPhr.framer-v-1g222a4.framer-r0kfaq, .framer-tAPhr.framer-v-y8o33y.framer-r0kfaq, .framer-tAPhr.framer-v-5ewjvn.framer-r0kfaq { width: 810px; }\",\".framer-tAPhr.framer-v-1em82ca .framer-x76s8z, .framer-tAPhr.framer-v-mgswko .framer-x76s8z, .framer-tAPhr.framer-v-1g222a4 .framer-x76s8z, .framer-tAPhr.framer-v-y8o33y .framer-x76s8z, .framer-tAPhr.framer-v-5ewjvn .framer-x76s8z { padding: 0px 48px 0px 48px; }\",\".framer-tAPhr.framer-v-1em82ca .framer-1gi1ju8-container { height: 46px; width: 113px; }\",\".framer-tAPhr.framer-v-15v387w.framer-r0kfaq { width: 390px; }\",\".framer-tAPhr.framer-v-15v387w .framer-19bu0am { flex: 1 0 0px; gap: unset; height: 42px; justify-content: space-between; width: 1px; }\",\".framer-tAPhr.framer-v-15v387w .framer-1gi1ju8-container, .framer-tAPhr.framer-v-mgswko .framer-1gi1ju8-container, .framer-tAPhr.framer-v-1g222a4 .framer-1gi1ju8-container, .framer-tAPhr.framer-v-y8o33y .framer-1gi1ju8-container { height: 46px; width: 122px; }\",\".framer-tAPhr.framer-v-15v387w .framer-1mj2o0q { cursor: pointer; }\",\".framer-tAPhr.framer-v-18zp0us .framer-1vug9tl { min-height: unset; min-width: unset; }\",'.framer-tAPhr[data-border=\"true\"]::after, .framer-tAPhr [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 80\n * @framerIntrinsicWidth 1480\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"ILu3HJ1TQ\":{\"layout\":[\"fixed\",\"auto\"]},\"gpBktmsWC\":{\"layout\":[\"fixed\",\"auto\"]},\"kt2HJYdVk\":{\"layout\":[\"fixed\",\"auto\"]},\"Lt7eu44CL\":{\"layout\":[\"fixed\",\"auto\"]},\"KBx9O3kjf\":{\"layout\":[\"fixed\",\"auto\"]},\"kIQj69LU2\":{\"layout\":[\"fixed\",\"auto\"]},\"t33KWIs5J\":{\"layout\":[\"fixed\",\"auto\"]},\"OAhRfrr88\":{\"layout\":[\"fixed\",\"auto\"]},\"KH5DUhp_j\":{\"layout\":[\"fixed\",\"auto\"]},\"EZYV1kYfl\":{\"layout\":[\"fixed\",\"auto\"]},\"QnLyTSSMC\":{\"layout\":[\"fixed\",\"auto\"]},\"vbOwIcF5q\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"nJzgdv2sL\":\"pillVisible\",\"WSN_kp_S0\":\"pill2Visible\",\"Uhw2BdB6R\":\"visible\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FrameriZSQa0c8W=withCSS(Component,css,\"framer-tAPhr\");export default FrameriZSQa0c8W;FrameriZSQa0c8W.displayName=\"Nav Bar\";FrameriZSQa0c8W.defaultProps={height:80,width:1480};addPropertyControls(FrameriZSQa0c8W,{variant:{options:[\"nhdOtC9km\",\"ILu3HJ1TQ\",\"gpBktmsWC\",\"kt2HJYdVk\",\"Lt7eu44CL\",\"KBx9O3kjf\",\"kIQj69LU2\",\"t33KWIs5J\",\"OAhRfrr88\",\"KH5DUhp_j\",\"EZYV1kYfl\",\"QnLyTSSMC\",\"vbOwIcF5q\"],optionTitles:[\"Desktop - Home\",\"Tablet\",\"Mobile\",\"Mobile Opened\",\"Desktop - Features\",\"Desktop - Pricing\",\"Desktop - Blog\",\"Desktop - Contact\",\"Tablet - Features\",\"Tablet - Pricing\",\"Tablet - Blog\",\"Tablet - Contact\",\"Desktop - Waitlist\"],title:\"Variant\",type:ControlType.Enum},nJzgdv2sL:{defaultValue:false,title:\"pill visible\",type:ControlType.Boolean},WSN_kp_S0:{defaultValue:true,title:\"pill 2 visible\",type:ControlType.Boolean},Uhw2BdB6R:{defaultValue:true,title:\"Visible\",type:ControlType.Boolean}});addFonts(FrameriZSQa0c8W,[{explicitInter:true,fonts:[{family:\"Poppins\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/NC2MP33RO4WQTSTEEAWBJLAEXNCNEQVF/7F4U3COKLHQH4WUH3AXPC7N4UELEWJQN/JMWNCAGBH3TLANIVQPVABVAVNV5QERTH.woff2\",weight:\"400\"}]},...ThemeImageFonts,...ButtonFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameriZSQa0c8W\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"1480\",\"framerAutoSizeImages\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerColorSyntax\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"80\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ILu3HJ1TQ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"gpBktmsWC\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"kt2HJYdVk\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Lt7eu44CL\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"KBx9O3kjf\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"kIQj69LU2\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"t33KWIs5J\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"OAhRfrr88\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"KH5DUhp_j\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"EZYV1kYfl\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"QnLyTSSMC\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"vbOwIcF5q\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerVariables\":\"{\\\"nJzgdv2sL\\\":\\\"pillVisible\\\",\\\"WSN_kp_S0\\\":\\\"pill2Visible\\\",\\\"Uhw2BdB6R\\\":\\\"visible\\\"}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./iZSQa0c8W.map"],"mappings":"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"}