{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/4wZAYjrm1ThCIgLmwh40/Q2aSp2WYRCbCTHuuz2m5/hH1DdpI8D.js"],
  "sourcesContent": ["// Generated by Framer (e22b717)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,Floating,getFonts,getFontsFromSharedStyle,getPropertyControls,Link,ResolveLinks,RichText,SmartComponentScopedContainer,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOverlayState,useRouter,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 Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/q7zlbwbFrBiqYZlxFJzB/5H8fRboWit5dBw2eb3vl/sWDjdymW6.js\";import NavMenu from\"https://framerusercontent.com/modules/lVCDWDA8fAuqTssKFVdH/2QQgeDIpfbLXPMilOKZu/a7w3v2CCa.js\";import Logo from\"https://framerusercontent.com/modules/wIMRIRK0rHiqKOGHb56O/JcSr9WNOvbO2DhfG7uwK/DtRGLx0ml.js\";import CTA from\"https://framerusercontent.com/modules/h3LF70aiZtSnDoOwJU1o/nEXqTBKyupTz9oANdUeB/FLXzApIyg.js\";import Button from\"https://framerusercontent.com/modules/p4W7aLfIrX8nKi1pGK1F/kv8sAIkugtqnam21SFrj/hljNqlOx9.js\";import NavDropdownItem from\"https://framerusercontent.com/modules/cFTwMNln4mP5M0Jo8pUQ/ihmngC759Md4XqTTxD1S/M1GgOVuN5.js\";const LogoFonts=getFonts(Logo);const NavMenuFonts=getFonts(NavMenu);const NavDropdownItemFonts=getFonts(NavDropdownItem);const MotionDivWithFX=withFX(motion.div);const ButtonFonts=getFonts(Button);const PhosphorFonts=getFonts(Phosphor);const CTAFonts=getFonts(CTA);const ButtonControls=getPropertyControls(Button);const cycleOrder=[\"J7TtQthx_\",\"onuwv4s61\",\"z45OQZKmF\"];const serializationHash=\"framer-fg21i\";const variantClassNames={J7TtQthx_:\"framer-v-1pmqjcu\",onuwv4s61:\"framer-v-w2rvpf\",z45OQZKmF:\"framer-v-1nw1we0\"};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 transition2={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.95,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:.95,skewX:0,skewY:0,x:0,y:0};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 humanReadableEnumMap={\"\u2B1B\uFE0F L Button Fill\":\"okzTquwJH\",\"\u2B1B\uFE0F L Icon Fill\":\"nGeT6PtR1\",\"\u2B1B\uFE0F M Button Fill\":\"PqgBulBPi\",\"\u2B1B\uFE0F M Icon FIll\":\"oZAhUs9Fy\",\"\u2B1B\uFE0F S Button Fill\":\"nupapQLqg\",\"\u2B1B\uFE0F S Icon Fill \":\"lHDIKfs8W\",\"\uD83D\uDD32 L Button Border\":\"ohXdB0YgU\",\"\uD83D\uDD32 L Icon Border\":\"cQxCGXnZN\",\"\uD83D\uDD32 M Button Border\":\"zb8n5Cev9\",\"\uD83D\uDD32 M Icon Border\":\"LimbupE7m\",\"\uD83D\uDD32 S Button Border\":\"tbk3Yo42H\",\"\uD83D\uDD32 S Icon Border\":\"Pith7zUB4\"};const humanReadableVariantMap={\"Phone Open\":\"z45OQZKmF\",Desktop:\"J7TtQthx_\",Phone:\"onuwv4s61\"};const getProps=({background,backgroundBlur,button,height,id,text,width,...props})=>{return{...props,JU5116W8C:humanReadableEnumMap[button]??button??props.JU5116W8C??\"PqgBulBPi\",LylWg8UG8:backgroundBlur??props.LylWg8UG8,oqrd6d5I6:background??props.oqrd6d5I6??\"rgb(255, 255, 255)\",Tyvh_HtHO:text??props.Tyvh_HtHO??\"rgb(0, 0, 0)\",variant:humanReadableVariantMap[props.variant]??props.variant??\"J7TtQthx_\"};};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,Tyvh_HtHO,oqrd6d5I6,JU5116W8C,LylWg8UG8,BFhC6pNFPM1GgOVuN5,upiCzNseEltZuO6cFa,XRn7LO2VYltZuO6cFa,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"J7TtQthx_\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const qe8e_sxRytxyyif=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.show();});const onClick1jfbi8x=activeVariantCallback(async(...args)=>{setVariant(\"vZNkcdFXx\");});const onClickagw30o=activeVariantCallback(async(...args)=>{setVariant(\"z45OQZKmF\");});const onClickbcknn2=activeVariantCallback(async(...args)=>{setVariant(\"onuwv4s61\");});const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(baseVariant===\"z45OQZKmF\")return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"onuwv4s61\")return false;return true;};const ref1=React.useRef(null);const ref2=React.useRef(null);const router=useRouter();const isDisplayed2=()=>{if([\"onuwv4s61\",\"z45OQZKmF\"].includes(baseVariant))return false;return true;};const isDisplayed3=()=>{if([\"onuwv4s61\",\"z45OQZKmF\"].includes(baseVariant))return true;return false;};const isDisplayed4=()=>{if(baseVariant===\"z45OQZKmF\")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-1pmqjcu\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"J7TtQthx_\",ref:refBinding,style:{backdropFilter:`blur(${LylWg8UG8}px)`,backgroundColor:oqrd6d5I6,...style},variants:{z45OQZKmF:{backgroundColor:\"rgb(245, 243, 239)\"}},...addPropertyOverrides({onuwv4s61:{\"data-framer-name\":\"Phone\"},z45OQZKmF:{\"data-framer-name\":\"Phone Open\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1aas860\",layoutDependency:layoutDependency,layoutId:\"OmPYeV0DI\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,width:\"32px\",y:(componentViewport?.y||0)+(0+((componentViewport?.height||79)-0-94)/2)+31,...addPropertyOverrides({onuwv4s61:{y:(componentViewport?.y||0)+(0+((componentViewport?.height||72)-0-72)/2)+20},z45OQZKmF:{y:(componentViewport?.y||0)+0+0+20}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1x9f04c-container\",layoutDependency:layoutDependency,layoutId:\"q9a0IJNz_-container\",nodeId:\"q9a0IJNz_\",rendersWithMotion:true,scopeId:\"hH1DdpI8D\",children:/*#__PURE__*/_jsx(Logo,{height:\"100%\",id:\"q9a0IJNz_\",layoutId:\"q9a0IJNz_\",style:{height:\"100%\",width:\"100%\"},variant:\"eEZGnfswo\",width:\"100%\"})})}),isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1brz4np\",layoutDependency:layoutDependency,layoutId:\"g3TWzsekv\",children:[isDisplayed1()&&/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:24,y:(componentViewport?.y||0)+(0+((componentViewport?.height||79)-0-94)/2)+35+0,children:/*#__PURE__*/_jsxs(SmartComponentScopedContainer,{className:\"framer-1sk1je0-container\",id:`${layoutId}-1sk1je0`,layoutDependency:layoutDependency,layoutId:\"WqWi426TA-container\",nodeId:\"WqWi426TA\",ref:ref1,rendersWithMotion:true,scopeId:\"hH1DdpI8D\",children:[/*#__PURE__*/_jsx(NavMenu,{Dl6AiX37G:\"rgb(0, 0, 0)\",height:\"100%\",id:\"WqWi426TA\",kcKdHX2wm:\"Products\",layoutId:\"WqWi426TA\",qe8e_sxRy:qe8e_sxRytxyyif({overlay}),variant:overlay.visible?\"TuI1FkLhZ\":\"pulFlqedB\",width:\"100%\"}),/*#__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}-1sk1je0`,offsetX:62,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-10nlkcd\",exit:animation,initial:animation2,layoutDependency:layoutDependency,layoutId:\"TnXiuJ14o\",ref:ref2,role:\"dialog\",style:{backdropFilter:\"blur(0px)\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,boxShadow:\"0px 10px 20px 0px rgba(0,0,0,0.05)\",WebkitBackdropFilter:\"blur(0px)\"},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-g5cawv\",\"data-framer-name\":\"Nav/Dropdown Item\",layoutDependency:layoutDependency,layoutId:\"D9WD9DzxD\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1vd8d3n\",layoutDependency:layoutDependency,layoutId:\"TVLl7z_2s\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1liy3mn\",\"data-styles-preset\":\"sWDjdymW6\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(48, 71, 236))\"},children:\"Free\"})}),className:\"framer-7y7xqk\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"B8N9GfWu3\",style:{\"--extracted-r6o4lv\":\"rgb(48, 71, 236)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"G9sN8VT7k\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"251px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-11dkewl-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"Py3vCETbI-container\",nodeId:\"Py3vCETbI\",rendersWithMotion:true,scopeId:\"hH1DdpI8D\",children:/*#__PURE__*/_jsx(NavDropdownItem,{BFhC6pNFP:resolvedLinks[0],gXnn4SgRT:\"Discovery Platform\",height:\"100%\",id:\"Py3vCETbI\",layoutId:\"Py3vCETbI\",p6O1w1br3:\"rgb(255, 255, 255)\",QR8348iKk:\"rgb(0, 0, 0)\",SJLTlehwU:false,style:{width:\"100%\"},u7j9AUUWB:true,V7_OfYtD0:\"\",variant:\"lhQ1aBKvy\",WCeYfOaIw:\"MagnifyingGlass\",width:\"100%\",wy_5ghmrW:\"rgb(247, 247, 247)\"})})})}),/*#__PURE__*/_jsx(Link,{href:BFhC6pNFPM1GgOVuN5,motionChild:true,nodeId:\"LcxN1i7FC\",scopeId:\"hH1DdpI8D\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1dwo1a4 framer-1977ihu\",\"data-framer-name\":\"Nav/Dropdown Item\",layoutDependency:layoutDependency,layoutId:\"LcxN1i7FC\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ifwu91\",layoutDependency:layoutDependency,layoutId:\"gJGGi7Kqq\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1liy3mn\",\"data-styles-preset\":\"sWDjdymW6\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(48, 71, 236))\"},children:\"Premium\"})}),className:\"framer-14d6nnv\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"DfKqSr8z3\",style:{\"--extracted-r6o4lv\":\"rgb(48, 71, 236)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"tpZJBrXpX\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"251px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-163d7m2-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"ez706Q0vu-container\",nodeId:\"ez706Q0vu\",rendersWithMotion:true,scopeId:\"hH1DdpI8D\",children:/*#__PURE__*/_jsx(NavDropdownItem,{BFhC6pNFP:resolvedLinks1[0],gXnn4SgRT:\"Ingredient Vault\",height:\"100%\",id:\"ez706Q0vu\",layoutId:\"ez706Q0vu\",p6O1w1br3:\"rgb(255, 255, 255)\",QR8348iKk:\"rgb(0, 0, 0)\",SJLTlehwU:false,style:{width:\"100%\"},u7j9AUUWB:true,V7_OfYtD0:\"\",variant:\"lhQ1aBKvy\",WCeYfOaIw:\"Lock\",width:\"100%\",wy_5ghmrW:\"rgb(247, 247, 247)\"})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"IscBqKwlI\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"251px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-6sdl8h-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"a4ogCmob5-container\",nodeId:\"a4ogCmob5\",rendersWithMotion:true,scopeId:\"hH1DdpI8D\",children:/*#__PURE__*/_jsx(NavDropdownItem,{BFhC6pNFP:resolvedLinks2[0],gXnn4SgRT:\"GenAI Formulation\",height:\"100%\",id:\"a4ogCmob5\",layoutId:\"a4ogCmob5\",p6O1w1br3:\"rgb(255, 255, 255)\",QR8348iKk:\"rgb(0, 0, 0)\",SJLTlehwU:false,style:{width:\"100%\"},u7j9AUUWB:true,V7_OfYtD0:\"\",variant:\"lhQ1aBKvy\",WCeYfOaIw:\"Sparkle\",width:\"100%\",wy_5ghmrW:\"rgb(247, 247, 247)\"})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"jXTQMBMgC\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"251px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-12psmgx-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"rYtpUizz3-container\",nodeId:\"rYtpUizz3\",rendersWithMotion:true,scopeId:\"hH1DdpI8D\",children:/*#__PURE__*/_jsx(NavDropdownItem,{BFhC6pNFP:resolvedLinks3[0],gXnn4SgRT:\"Agentic Compliance\",height:\"100%\",id:\"rYtpUizz3\",layoutId:\"rYtpUizz3\",p6O1w1br3:\"rgb(255, 255, 255)\",QR8348iKk:\"rgb(0, 0, 0)\",SJLTlehwU:false,style:{width:\"100%\"},u7j9AUUWB:true,V7_OfYtD0:\"\",variant:\"lhQ1aBKvy\",WCeYfOaIw:\"Scales\",width:\"100%\",wy_5ghmrW:\"rgb(247, 247, 247)\"})})})})]})})})]})})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"KkGan7s5H\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:24,y:(componentViewport?.y||0)+(0+((componentViewport?.height||79)-0-94)/2)+35+0,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-10gx5z0-container\",layoutDependency:layoutDependency,layoutId:\"muwSq7L00-container\",nodeId:\"muwSq7L00\",rendersWithMotion:true,scopeId:\"hH1DdpI8D\",children:/*#__PURE__*/_jsx(NavMenu,{Dl6AiX37G:Tyvh_HtHO,height:\"100%\",id:\"muwSq7L00\",kcKdHX2wm:\"About\",layoutId:\"muwSq7L00\",NKudH2mEX:resolvedLinks4[0],variant:\"AY2iJjz0z\",width:\"100%\"})})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:24,y:(componentViewport?.y||0)+(0+((componentViewport?.height||79)-0-94)/2)+35+0,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-hr3bg1-container\",layoutDependency:layoutDependency,layoutId:\"nq2naycbS-container\",nodeId:\"nq2naycbS\",rendersWithMotion:true,scopeId:\"hH1DdpI8D\",children:/*#__PURE__*/_jsx(NavMenu,{Dl6AiX37G:Tyvh_HtHO,height:\"100%\",id:\"nq2naycbS\",kcKdHX2wm:\"Contact\",layoutId:\"nq2naycbS\",NKudH2mEX:\"mailto:hello@potion.ai\",variant:\"AY2iJjz0z\",width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-17g9egj\",layoutDependency:layoutDependency,layoutId:\"GVaW8J43t\",children:[isDisplayed2()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:24,y:(componentViewport?.y||0)+(0+((componentViewport?.height||79)-0-94)/2)+20+15,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1wcuisu-container\",layoutDependency:layoutDependency,layoutId:\"gRtQOtpk9-container\",nodeId:\"gRtQOtpk9\",rendersWithMotion:true,scopeId:\"hH1DdpI8D\",children:/*#__PURE__*/_jsx(NavMenu,{Dl6AiX37G:Tyvh_HtHO,height:\"100%\",id:\"gRtQOtpk9\",kcKdHX2wm:\"Login\",layoutId:\"gRtQOtpk9\",NKudH2mEX:\"vft.potion.ai\",variant:\"AY2iJjz0z\",width:\"100%\"})})}),isDisplayed2()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:54,y:(componentViewport?.y||0)+(0+((componentViewport?.height||79)-0-94)/2)+20+0,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-zssa0d-container\",layoutDependency:layoutDependency,layoutId:\"CknA63Gy5-container\",nodeId:\"CknA63Gy5\",rendersWithMotion:true,scopeId:\"hH1DdpI8D\",children:/*#__PURE__*/_jsx(Button,{eszixBaDA:5,height:\"100%\",id:\"CknA63Gy5\",ik9I5qIGz:false,J0LC2FGV8:false,KJK1sV1GB:\"Join for free\",layoutId:\"CknA63Gy5\",RmkZjgJwi:\"ArrowRight\",UsLusPFRg:\"rgb(48, 71, 236)\",variant:JU5116W8C,width:\"100%\",yTZZaFOb3:\"https://vft.potion.ai/signup\"})})}),isDisplayed3()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-ed3nj7-container\",\"data-framer-name\":\"Menu\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"x7fru5_ph-container\",name:\"Menu\",nodeId:\"x7fru5_ph\",rendersWithMotion:true,scopeId:\"hH1DdpI8D\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(0, 0, 0)\",height:\"100%\",iconSearch:\"House\",iconSelection:\"List\",id:\"x7fru5_ph\",layoutId:\"x7fru5_ph\",mirrored:false,name:\"Menu\",onClick:onClick1jfbi8x,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\",...addPropertyOverrides({onuwv4s61:{color:Tyvh_HtHO,onClick:onClickagw30o},z45OQZKmF:{color:Tyvh_HtHO,iconSelection:\"X\",onClick:onClickbcknn2}},baseVariant,gestureVariant)})})})]})]}),isDisplayed4()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1142xyd\",layoutDependency:layoutDependency,layoutId:\"qyHAtBAmg\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1liy3mn\",\"data-styles-preset\":\"sWDjdymW6\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-upiCzNseE-ltZuO6cFa))\"},children:\"Products\"})}),className:\"framer-u9d2z7\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"O6IQ3lEWt\",style:{\"--extracted-r6o4lv\":\"var(--variable-reference-upiCzNseE-ltZuO6cFa)\",\"--variable-reference-upiCzNseE-ltZuO6cFa\":upiCzNseEltZuO6cFa,opacity:.5},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1m2mz08\",layoutDependency:layoutDependency,layoutId:\"Ap4wyX5GD\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"G9sN8VT7k\"},implicitPathVariables:undefined},{href:{webPageId:\"G9sN8VT7k\"},implicitPathVariables:undefined}],children:resolvedLinks5=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:52,width:\"350px\",...addPropertyOverrides({z45OQZKmF:{y:(componentViewport?.y||0)+0+82+20+34+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-69l6by-container\",layoutDependency:layoutDependency,layoutId:\"jvwba3fkR-container\",nodeId:\"jvwba3fkR\",rendersWithMotion:true,scopeId:\"hH1DdpI8D\",children:/*#__PURE__*/_jsx(NavDropdownItem,{BFhC6pNFP:resolvedLinks5[0],gXnn4SgRT:\"Discovery Platform\",height:\"100%\",id:\"jvwba3fkR\",layoutId:\"jvwba3fkR\",p6O1w1br3:XRn7LO2VYltZuO6cFa,QR8348iKk:upiCzNseEltZuO6cFa,SJLTlehwU:false,style:{width:\"100%\"},u7j9AUUWB:true,V7_OfYtD0:\"Organize tasks\",variant:\"LkD2tCl2M\",WCeYfOaIw:\"MagnifyingGlass\",width:\"100%\",wy_5ghmrW:\"rgb(247, 247, 247)\",...addPropertyOverrides({z45OQZKmF:{BFhC6pNFP:resolvedLinks5[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"tpZJBrXpX\"},implicitPathVariables:undefined},{href:{webPageId:\"tpZJBrXpX\"},implicitPathVariables:undefined}],children:resolvedLinks6=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:52,width:\"350px\",...addPropertyOverrides({z45OQZKmF:{y:(componentViewport?.y||0)+0+82+20+34+0+57}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-kodtkm-container\",layoutDependency:layoutDependency,layoutId:\"HVzWvFSh2-container\",nodeId:\"HVzWvFSh2\",rendersWithMotion:true,scopeId:\"hH1DdpI8D\",children:/*#__PURE__*/_jsx(NavDropdownItem,{BFhC6pNFP:resolvedLinks6[0],gXnn4SgRT:\"Ingredient Vault\",height:\"100%\",id:\"HVzWvFSh2\",layoutId:\"HVzWvFSh2\",p6O1w1br3:XRn7LO2VYltZuO6cFa,QR8348iKk:upiCzNseEltZuO6cFa,SJLTlehwU:false,style:{width:\"100%\"},u7j9AUUWB:true,V7_OfYtD0:\"Organize tasks\",variant:\"LkD2tCl2M\",WCeYfOaIw:\"Lock\",width:\"100%\",wy_5ghmrW:\"rgb(247, 247, 247)\",...addPropertyOverrides({z45OQZKmF:{BFhC6pNFP:resolvedLinks6[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"IscBqKwlI\"},implicitPathVariables:undefined},{href:{webPageId:\"IscBqKwlI\"},implicitPathVariables:undefined}],children:resolvedLinks7=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:52,width:\"350px\",...addPropertyOverrides({z45OQZKmF:{y:(componentViewport?.y||0)+0+82+20+34+0+114}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-464zwm-container\",layoutDependency:layoutDependency,layoutId:\"Ocvquixxw-container\",nodeId:\"Ocvquixxw\",rendersWithMotion:true,scopeId:\"hH1DdpI8D\",children:/*#__PURE__*/_jsx(NavDropdownItem,{BFhC6pNFP:resolvedLinks7[0],gXnn4SgRT:\"GenAI Formulation\",height:\"100%\",id:\"Ocvquixxw\",layoutId:\"Ocvquixxw\",p6O1w1br3:XRn7LO2VYltZuO6cFa,QR8348iKk:upiCzNseEltZuO6cFa,SJLTlehwU:false,style:{width:\"100%\"},u7j9AUUWB:true,V7_OfYtD0:\"Organize tasks\",variant:\"LkD2tCl2M\",WCeYfOaIw:\"Sparkle\",width:\"100%\",wy_5ghmrW:\"rgb(247, 247, 247)\",...addPropertyOverrides({z45OQZKmF:{BFhC6pNFP:resolvedLinks7[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"jXTQMBMgC\"},implicitPathVariables:undefined},{href:{webPageId:\"jXTQMBMgC\"},implicitPathVariables:undefined}],children:resolvedLinks8=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:52,width:\"350px\",...addPropertyOverrides({z45OQZKmF:{y:(componentViewport?.y||0)+0+82+20+34+0+171}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-cacxyk-container\",layoutDependency:layoutDependency,layoutId:\"COdYMTNgq-container\",nodeId:\"COdYMTNgq\",rendersWithMotion:true,scopeId:\"hH1DdpI8D\",children:/*#__PURE__*/_jsx(NavDropdownItem,{BFhC6pNFP:resolvedLinks8[0],gXnn4SgRT:\"Agentic AI Compliance\",height:\"100%\",id:\"COdYMTNgq\",layoutId:\"COdYMTNgq\",p6O1w1br3:XRn7LO2VYltZuO6cFa,QR8348iKk:upiCzNseEltZuO6cFa,SJLTlehwU:false,style:{width:\"100%\"},u7j9AUUWB:true,V7_OfYtD0:\"Organize tasks\",variant:\"LkD2tCl2M\",WCeYfOaIw:\"Scales\",width:\"100%\",wy_5ghmrW:\"rgb(247, 247, 247)\",...addPropertyOverrides({z45OQZKmF:{BFhC6pNFP:resolvedLinks8[1]}},baseVariant,gestureVariant)})})})})]})]}),isDisplayed4()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-zi8ha3\",layoutDependency:layoutDependency,layoutId:\"XlzuJsrs2\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1liy3mn\",\"data-styles-preset\":\"sWDjdymW6\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-upiCzNseE-ltZuO6cFa))\"},children:\"Company\"})}),className:\"framer-v8qjpn\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Ioswk3VNm\",style:{\"--extracted-r6o4lv\":\"var(--variable-reference-upiCzNseE-ltZuO6cFa)\",\"--variable-reference-upiCzNseE-ltZuO6cFa\":upiCzNseEltZuO6cFa,opacity:.5},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ptgxq9\",layoutDependency:layoutDependency,layoutId:\"BXKDot9r3\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"KkGan7s5H\"},implicitPathVariables:undefined},{href:{webPageId:\"KkGan7s5H\"},implicitPathVariables:undefined}],children:resolvedLinks9=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:52,width:\"350px\",...addPropertyOverrides({z45OQZKmF:{y:(componentViewport?.y||0)+0+389+20+34+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-jdjmf4-container\",layoutDependency:layoutDependency,layoutId:\"A2eR5VQRJ-container\",nodeId:\"A2eR5VQRJ\",rendersWithMotion:true,scopeId:\"hH1DdpI8D\",children:/*#__PURE__*/_jsx(NavDropdownItem,{BFhC6pNFP:resolvedLinks9[0],gXnn4SgRT:\"About\",height:\"100%\",id:\"A2eR5VQRJ\",layoutId:\"A2eR5VQRJ\",p6O1w1br3:XRn7LO2VYltZuO6cFa,QR8348iKk:upiCzNseEltZuO6cFa,SJLTlehwU:false,style:{width:\"100%\"},u7j9AUUWB:false,V7_OfYtD0:\"Organize tasks\",variant:\"LkD2tCl2M\",WCeYfOaIw:\"UsersThree\",width:\"100%\",wy_5ghmrW:\"rgb(247, 247, 247)\",...addPropertyOverrides({z45OQZKmF:{BFhC6pNFP:resolvedLinks9[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:52,width:\"350px\",...addPropertyOverrides({z45OQZKmF:{y:(componentViewport?.y||0)+0+389+20+34+0+57}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1pl3iux-container\",layoutDependency:layoutDependency,layoutId:\"Stwja9SF7-container\",nodeId:\"Stwja9SF7\",rendersWithMotion:true,scopeId:\"hH1DdpI8D\",children:/*#__PURE__*/_jsx(NavDropdownItem,{BFhC6pNFP:\"mailto:hello@potion.ai\",gXnn4SgRT:\"Contact\",height:\"100%\",id:\"Stwja9SF7\",layoutId:\"Stwja9SF7\",p6O1w1br3:XRn7LO2VYltZuO6cFa,QR8348iKk:upiCzNseEltZuO6cFa,SJLTlehwU:false,style:{width:\"100%\"},u7j9AUUWB:false,V7_OfYtD0:\"Organize tasks\",variant:\"LkD2tCl2M\",WCeYfOaIw:\"Article\",width:\"100%\",wy_5ghmrW:\"rgb(247, 247, 247)\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:52,width:\"350px\",...addPropertyOverrides({z45OQZKmF:{y:(componentViewport?.y||0)+0+389+20+34+0+114}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-nyyvhb-container\",layoutDependency:layoutDependency,layoutId:\"ySKSqeHy4-container\",nodeId:\"ySKSqeHy4\",rendersWithMotion:true,scopeId:\"hH1DdpI8D\",children:/*#__PURE__*/_jsx(NavDropdownItem,{gXnn4SgRT:\"Linkedin\",height:\"100%\",id:\"ySKSqeHy4\",layoutId:\"ySKSqeHy4\",p6O1w1br3:XRn7LO2VYltZuO6cFa,QR8348iKk:upiCzNseEltZuO6cFa,SJLTlehwU:false,style:{width:\"100%\"},u7j9AUUWB:false,V7_OfYtD0:\"Organize tasks\",variant:\"LkD2tCl2M\",WCeYfOaIw:\"Briefcase\",width:\"100%\",wy_5ghmrW:\"rgb(247, 247, 247)\"})})})]})]}),isDisplayed4()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-vwjnmh\",layoutDependency:layoutDependency,layoutId:\"PG51KS3mW\",children:[isDisplayed4()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({z45OQZKmF:{height:54,y:(componentViewport?.y||0)+0+639+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-jf2q72-container\",layoutDependency:layoutDependency,layoutId:\"Saqh62oO3-container\",nodeId:\"Saqh62oO3\",rendersWithMotion:true,scopeId:\"hH1DdpI8D\",children:/*#__PURE__*/_jsx(Button,{eszixBaDA:5,height:\"100%\",id:\"Saqh62oO3\",ik9I5qIGz:false,J0LC2FGV8:false,KJK1sV1GB:\"Join for free\",layoutId:\"Saqh62oO3\",RmkZjgJwi:\"ArrowRight\",UsLusPFRg:\"rgb(48, 71, 236)\",variant:JU5116W8C,width:\"100%\",yTZZaFOb3:\"https://vft.potion.ai/signup\"})})}),isDisplayed4()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({z45OQZKmF:{height:30,y:(componentViewport?.y||0)+0+639+12}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-z6jmmu-container\",layoutDependency:layoutDependency,layoutId:\"faD99GVjh-container\",nodeId:\"faD99GVjh\",rendersWithMotion:true,scopeId:\"hH1DdpI8D\",children:/*#__PURE__*/_jsx(CTA,{bVToBLBTS:\"Request a demo\",height:\"100%\",id:\"faD99GVjh\",KqeH5xil_:\"rgb(0, 0, 0)\",layoutId:\"faD99GVjh\",MJWWsEY26:\"mailto:hello@potion.ai\",variant:\"uvXz5tOXs\",width:\"100%\"})})})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-fg21i.framer-1977ihu, .framer-fg21i .framer-1977ihu { display: block; }\",\".framer-fg21i.framer-1pmqjcu { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1120px; }\",\".framer-fg21i .framer-1aas860 { 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; max-width: 1600px; overflow: visible; padding: 20px; position: relative; width: 1px; z-index: 0; }\",\".framer-fg21i .framer-1x9f04c-container { flex: none; height: 32px; position: relative; width: 32px; }\",\".framer-fg21i .framer-1brz4np { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 0px 100px; position: relative; width: min-content; z-index: 2; }\",\".framer-fg21i .framer-1sk1je0-container { cursor: pointer; flex: none; height: auto; position: relative; width: auto; }\",\".framer-fg21i .framer-10nlkcd { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 5px; position: relative; width: 261px; will-change: var(--framer-will-change-override, transform); }\",\".framer-fg21i .framer-g5cawv { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 10px 10px 0px 10px; position: relative; width: 100%; }\",\".framer-fg21i .framer-1vd8d3n, .framer-fg21i .framer-1ifwu91 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-fg21i .framer-7y7xqk, .framer-fg21i .framer-14d6nnv, .framer-fg21i .framer-u9d2z7, .framer-fg21i .framer-v8qjpn { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-fg21i .framer-11dkewl-container, .framer-fg21i .framer-163d7m2-container, .framer-fg21i .framer-6sdl8h-container, .framer-fg21i .framer-12psmgx-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-fg21i .framer-1dwo1a4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 10px 10px 0px 10px; position: relative; text-decoration: none; width: 100%; }\",\".framer-fg21i .framer-10gx5z0-container, .framer-fg21i .framer-hr3bg1-container, .framer-fg21i .framer-1wcuisu-container, .framer-fg21i .framer-zssa0d-container, .framer-fg21i .framer-jf2q72-container, .framer-fg21i .framer-z6jmmu-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-fg21i .framer-17g9egj { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; z-index: 2; }\",\".framer-fg21i .framer-ed3nj7-container { flex: none; height: 28px; position: relative; width: 28px; }\",\".framer-fg21i .framer-1142xyd, .framer-fg21i .framer-zi8ha3 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 20px; position: relative; width: 1px; }\",\".framer-fg21i .framer-1m2mz08, .framer-fg21i .framer-ptgxq9 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-fg21i .framer-69l6by-container, .framer-fg21i .framer-kodtkm-container, .framer-fg21i .framer-464zwm-container, .framer-fg21i .framer-cacxyk-container, .framer-fg21i .framer-jdjmf4-container, .framer-fg21i .framer-1pl3iux-container, .framer-fg21i .framer-nyyvhb-container { flex: none; height: auto; position: relative; width: 350px; }\",\".framer-fg21i .framer-vwjnmh { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; min-height: 326px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-fg21i.framer-1pmqjcu, .framer-fg21i .framer-1brz4np, .framer-fg21i .framer-10nlkcd, .framer-fg21i .framer-g5cawv, .framer-fg21i .framer-1vd8d3n, .framer-fg21i .framer-1dwo1a4, .framer-fg21i .framer-1ifwu91, .framer-fg21i .framer-17g9egj, .framer-fg21i .framer-1142xyd, .framer-fg21i .framer-1m2mz08, .framer-fg21i .framer-zi8ha3, .framer-fg21i .framer-ptgxq9, .framer-fg21i .framer-vwjnmh { gap: 0px; } .framer-fg21i.framer-1pmqjcu > *, .framer-fg21i .framer-1vd8d3n > *, .framer-fg21i .framer-1ifwu91 > *, .framer-fg21i .framer-vwjnmh > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-fg21i.framer-1pmqjcu > :first-child, .framer-fg21i .framer-1brz4np > :first-child, .framer-fg21i .framer-1vd8d3n > :first-child, .framer-fg21i .framer-1ifwu91 > :first-child, .framer-fg21i .framer-17g9egj > :first-child, .framer-fg21i .framer-vwjnmh > :first-child { margin-left: 0px; } .framer-fg21i.framer-1pmqjcu > :last-child, .framer-fg21i .framer-1brz4np > :last-child, .framer-fg21i .framer-1vd8d3n > :last-child, .framer-fg21i .framer-1ifwu91 > :last-child, .framer-fg21i .framer-17g9egj > :last-child, .framer-fg21i .framer-vwjnmh > :last-child { margin-right: 0px; } .framer-fg21i .framer-1brz4np > *, .framer-fg21i .framer-17g9egj > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-fg21i .framer-10nlkcd > *, .framer-fg21i .framer-g5cawv > *, .framer-fg21i .framer-1dwo1a4 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-fg21i .framer-10nlkcd > :first-child, .framer-fg21i .framer-g5cawv > :first-child, .framer-fg21i .framer-1dwo1a4 > :first-child, .framer-fg21i .framer-1142xyd > :first-child, .framer-fg21i .framer-1m2mz08 > :first-child, .framer-fg21i .framer-zi8ha3 > :first-child, .framer-fg21i .framer-ptgxq9 > :first-child { margin-top: 0px; } .framer-fg21i .framer-10nlkcd > :last-child, .framer-fg21i .framer-g5cawv > :last-child, .framer-fg21i .framer-1dwo1a4 > :last-child, .framer-fg21i .framer-1142xyd > :last-child, .framer-fg21i .framer-1m2mz08 > :last-child, .framer-fg21i .framer-zi8ha3 > :last-child, .framer-fg21i .framer-ptgxq9 > :last-child { margin-bottom: 0px; } .framer-fg21i .framer-1142xyd > *, .framer-fg21i .framer-zi8ha3 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-fg21i .framer-1m2mz08 > *, .framer-fg21i .framer-ptgxq9 > * { margin: 0px; margin-bottom: calc(5px / 2); margin-top: calc(5px / 2); } }\",\".framer-fg21i.framer-v-w2rvpf.framer-1pmqjcu { width: 390px; }\",\".framer-fg21i.framer-v-w2rvpf .framer-1brz4np { min-height: 28px; min-width: 128px; }\",\".framer-fg21i.framer-v-1nw1we0.framer-1pmqjcu { flex-direction: column; height: 800px; justify-content: flex-start; min-height: calc(var(--framer-viewport-height, 100vh) * 1); width: 390px; }\",\".framer-fg21i.framer-v-1nw1we0 .framer-1aas860 { align-content: flex-start; align-items: flex-start; flex: none; width: 100%; }\",\".framer-fg21i.framer-v-1nw1we0 .framer-1142xyd, .framer-fg21i.framer-v-1nw1we0 .framer-zi8ha3 { flex: none; width: 100%; }\",\".framer-fg21i.framer-v-1nw1we0 .framer-vwjnmh { flex: none; min-height: unset; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-fg21i.framer-v-1nw1we0.framer-1pmqjcu { gap: 0px; } .framer-fg21i.framer-v-1nw1we0.framer-1pmqjcu > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-fg21i.framer-v-1nw1we0.framer-1pmqjcu > :first-child { margin-top: 0px; } .framer-fg21i.framer-v-1nw1we0.framer-1pmqjcu > :last-child { margin-bottom: 0px; } }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 79\n * @framerIntrinsicWidth 1120\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"onuwv4s61\":{\"layout\":[\"fixed\",\"auto\"]},\"z45OQZKmF\":{\"layout\":[\"fixed\",\"fixed\"],\"constraints\":[null,null,\"100vh\",null]}}}\n * @framerVariables {\"Tyvh_HtHO\":\"text\",\"oqrd6d5I6\":\"background\",\"JU5116W8C\":\"button\",\"LylWg8UG8\":\"backgroundBlur\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerhH1DdpI8D=withCSS(Component,css,\"framer-fg21i\");export default FramerhH1DdpI8D;FramerhH1DdpI8D.displayName=\"Nav Simple\";FramerhH1DdpI8D.defaultProps={height:79,width:1120};addPropertyControls(FramerhH1DdpI8D,{variant:{options:[\"J7TtQthx_\",\"onuwv4s61\",\"z45OQZKmF\"],optionTitles:[\"Desktop\",\"Phone\",\"Phone Open\"],title:\"Variant\",type:ControlType.Enum},Tyvh_HtHO:{defaultValue:\"rgb(0, 0, 0)\",title:\"Text\",type:ControlType.Color},oqrd6d5I6:{defaultValue:\"rgb(255, 255, 255)\",title:\"Background\",type:ControlType.Color},JU5116W8C:ButtonControls?.[\"variant\"]&&{...ButtonControls[\"variant\"],defaultValue:\"PqgBulBPi\",description:undefined,hidden:undefined,title:\"Button\"},LylWg8UG8:{defaultValue:0,max:7,title:\"Background Blur\",type:ControlType.Number}});addFonts(FramerhH1DdpI8D,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...LogoFonts,...NavMenuFonts,...NavDropdownItemFonts,...ButtonFonts,...PhosphorFonts,...CTAFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerhH1DdpI8D\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"onuwv4s61\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"z45OQZKmF\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"],\\\"constraints\\\":[null,null,\\\"100vh\\\",null]}}}\",\"framerIntrinsicHeight\":\"79\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"1120\",\"framerVariables\":\"{\\\"Tyvh_HtHO\\\":\\\"text\\\",\\\"oqrd6d5I6\\\":\\\"background\\\",\\\"JU5116W8C\\\":\\\"button\\\",\\\"LylWg8UG8\\\":\\\"backgroundBlur\\\"}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./hH1DdpI8D.map"],
  "mappings": "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",
  "names": ["LogoFonts", "getFonts", "DtRGLx0ml_default", "NavMenuFonts", "a7w3v2CCa_default", "NavDropdownItemFonts", "M1GgOVuN5_default", "MotionDivWithFX", "withFX", "motion", "ButtonFonts", "hljNqlOx9_default", "PhosphorFonts", "Icon", "CTAFonts", "FLXzApIyg_default", "ButtonControls", "getPropertyControls", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "animation", "animation1", "animation2", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "Transition", "value", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableEnumMap", "humanReadableVariantMap", "getProps", "background", "backgroundBlur", "button", "height", "id", "text", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "Tyvh_HtHO", "oqrd6d5I6", "JU5116W8C", "LylWg8UG8", "BFhC6pNFPM1GgOVuN5", "upiCzNseEltZuO6cFa", "XRn7LO2VYltZuO6cFa", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "qe8e_sxRytxyyif", "overlay", "loadMore", "args", "onClick1jfbi8x", "onClickagw30o", "onClickbcknn2", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "ref1", "ref2", "router", "useRouter", "isDisplayed2", "isDisplayed3", "isDisplayed4", "LayoutGroup", "u", "ComponentViewportProvider", "SmartComponentScopedContainer", "l", "AnimatePresence", "Floating", "RichText2", "ResolveLinks", "resolvedLinks", "Link", "resolvedLinks1", "resolvedLinks2", "resolvedLinks3", "resolvedLinks4", "resolvedLinks5", "resolvedLinks6", "resolvedLinks7", "resolvedLinks8", "resolvedLinks9", "css", "FramerhH1DdpI8D", "withCSS", "hH1DdpI8D_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts"]
}
