{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/rm6mQa7GZocifmmJcYmI/ROlbKx2MbNcBjHjE26DH/Download.js", "ssg:https://framerusercontent.com/modules/lFSghAODM35Y7UJ4wice/Ix0yUhRYeeDSQSth9gpp/oC_PPUKnl.js", "ssg:https://framer.com/m/framer/store.js@^1.0.0", "ssg:https://framerusercontent.com/modules/qI1autnce1ngcX7nJQbN/0GVQhVdC8lONnAjjGDYb/SingleToggle.js", "ssg:https://framerusercontent.com/modules/cBF15lBi7RiyI8q4CFpd/HCmFLo76G51WSP2Fde9R/Zbmf7W7C5.js", "ssg:https://framer.com/m/framer/icon-nullstate.js@0.7.0", "ssg:https://framer.com/m/phosphor-icons/House.js@0.0.53", "ssg:https://framerusercontent.com/modules/Ma20hU0GGRxLxZphbywl/OSpwWF91FHPVFyQJjMHt/utils.js", "ssg:https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/CAjjxbTJBxHwH1MagCef/Phosphor.js", "ssg:https://framerusercontent.com/modules/cmTtXrGIgvlXurH1sYiX/ZgwhEqhQeYK7PemoMOZB/Vuw93iw32.js", "ssg:https://framerusercontent.com/modules/7KEVwPWDPxR2V3lIqaU7/GIfOQygOlYT78wWShNw4/CsgIy7Vwd.js", "ssg:https://framerusercontent.com/modules/axAI9dvuh3tQx3Xib7sF/THgPt78PIi4Phfi2oxou/bw6jSAqBi.js", "ssg:https://framerusercontent.com/modules/yMiPcW4HJDXGwc4PUmbF/hWaGG6Mrk84sSn71N4RH/L8klaQpM0.js", "ssg:https://framerusercontent.com/modules/neck8cbRmp4PMXybeLLO/h8uwM2gQ36L211thaXVT/Xc6nVKhOi.js", "ssg:https://framerusercontent.com/modules/oqX9ITKkdA08Q2ssxkW0/3MhmovWrKwWAJ906Rxxi/UKgd4CXyI.js", "ssg:https://framerusercontent.com/modules/jpparWliotCA6vW7Pc9H/QRR4YvURSTT1vbAZhaLc/M9wHOq8mv.js", "ssg:https://framerusercontent.com/modules/eBpH8S9aSsJj3ZJVO0JD/OfkkBbhCPv3JddG1Ie02/qMg6HHaOw.js", "ssg:https://framerusercontent.com/modules/dF7Y6xpesCnTQEH7kdmf/gH3BtWD0TfmsFbQAJK4p/V3OUdpCHN.js"],
  "sourcesContent": ["import{jsx as _jsx}from\"react/jsx-runtime\";import{motion}from\"framer-motion\";import{addPropertyControls,ControlType}from\"framer\";// Learn more: https://www.framer.com/docs/guides/overrides/\n// By Vinaykumar C (www.linkedin.com/in/vinay-sc)\nexport default function Download(props){const{title,tint,style,file,downloadFileName}=props;const downloadFile=()=>{fetch(file).then(response=>response.blob()).then(blob=>{const url=window.URL.createObjectURL(blob);const link=document.createElement(\"a\");link.href=url;link.download=downloadFileName||getFileNameFromUrl(file)||\"download\";document.body.appendChild(link);link.click();document.body.removeChild(link);window.URL.revokeObjectURL(url);}).catch(error=>{console.error(\"Error downloading the file:\",error);});};return /*#__PURE__*/_jsx(motion.div,{style:{...style,...containerStyle},children:/*#__PURE__*/_jsx(motion.div,{onTap:downloadFile,style:{margin:40,padding:40,borderRadius:20,backgroundColor:tint,color:\"white\",fontSize:\"2em\",fontWeight:\"bold\",width:\"100%\",height:\"100%\"},whileHover:{scale:1.01},children:title})});}Download.defaultProps={tint:\"#09F\",title:\"Download\",downloadFileName:\"\"};addPropertyControls(Download,{tint:{title:\"Tint\",type:ControlType.Color},title:{title:\"Label\",type:ControlType.String},file:{title:\"File\",type:ControlType.File,allowedFileTypes:[]},downloadFileName:{title:\"Download File Name\",type:ControlType.String,defaultValue:\"\"}});const containerStyle={display:\"flex\",justifyContent:\"center\",alignItems:\"center\",overflow:\"hidden\"};function getFileNameFromUrl(url){const decodedUrl=decodeURIComponent(url);const parts=decodedUrl.split(\"/\");return parts[parts.length-1];}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Download\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Download.map", "// Generated by Framer (f074239)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getPropertyControls,Link,RichText,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import Download from\"https://framerusercontent.com/modules/rm6mQa7GZocifmmJcYmI/ROlbKx2MbNcBjHjE26DH/Download.js\";const DownloadFonts=getFonts(Download);const DownloadControls=getPropertyControls(Download);const enabledGestures={BSiwsBFkF:{hover:true},VnYO5hR7q:{hover:true}};const cycleOrder=[\"VnYO5hR7q\",\"BSiwsBFkF\"];const serializationHash=\"framer-l6kFx\";const variantClassNames={BSiwsBFkF:\"framer-v-13n6wov\",VnYO5hR7q:\"framer-v-1jwlaih\"};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 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 humanReadableVariantMap={Primary:\"VnYO5hR7q\",Secundary:\"BSiwsBFkF\"};const getProps=({downloadFileName,file,height,iconDownload,iconForward,iconWhatsapp,id,link,newTab,smoothScroll,title,visibleDownload,width,...props})=>{var _ref,_ref1,_ref2,_ref3,_humanReadableVariantMap_props_variant,_ref4;return{...props,flhAHWlbT:link!==null&&link!==void 0?link:props.flhAHWlbT,IeuA6hYe2:visibleDownload!==null&&visibleDownload!==void 0?visibleDownload:props.IeuA6hYe2,IEzb2K1Fi:(_ref=title!==null&&title!==void 0?title:props.IEzb2K1Fi)!==null&&_ref!==void 0?_ref:\"Lore ipsum\",MwjLX4jhq:(_ref1=smoothScroll!==null&&smoothScroll!==void 0?smoothScroll:props.MwjLX4jhq)!==null&&_ref1!==void 0?_ref1:true,OnHDv1JK5:(_ref2=downloadFileName!==null&&downloadFileName!==void 0?downloadFileName:props.OnHDv1JK5)!==null&&_ref2!==void 0?_ref2:\"PTB 210 - Totem 21'' Android.pdf\",R4vbt8oBu:(_ref3=file!==null&&file!==void 0?file:props.R4vbt8oBu)!==null&&_ref3!==void 0?_ref3:\"https://framerusercontent.com/assets/7XshDkSu8NrfHSmYIrWVdcxLmpc.pdf\",rkX1zKf1L:iconWhatsapp!==null&&iconWhatsapp!==void 0?iconWhatsapp:props.rkX1zKf1L,V_TURVune:iconDownload!==null&&iconDownload!==void 0?iconDownload:props.V_TURVune,variant:(_ref4=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref4!==void 0?_ref4:\"VnYO5hR7q\",vbGUaSg6J:iconForward!==null&&iconForward!==void 0?iconForward:props.vbGUaSg6J,xxBetmoHh:newTab!==null&&newTab!==void 0?newTab:props.xxBetmoHh};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Variants=motion.create(React.Fragment);const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,flhAHWlbT,MwjLX4jhq,IEzb2K1Fi,rkX1zKf1L,vbGUaSg6J,V_TURVune,xxBetmoHh,R4vbt8oBu,OnHDv1JK5,IeuA6hYe2,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"VnYO5hR7q\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const defaultLayoutId=React.useId();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__*/_jsx(Link,{href:flhAHWlbT,nodeId:\"VnYO5hR7q\",openInNewTab:false,smoothScroll:MwjLX4jhq,...addPropertyOverrides({BSiwsBFkF:{openInNewTab:xxBetmoHh}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-1jwlaih\",className,classNames)} framer-1rqobwg`,\"data-framer-name\":\"Primary\",layoutDependency:layoutDependency,layoutId:\"VnYO5hR7q\",ref:ref!==null&&ref!==void 0?ref:ref1,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:\"var(--token-e431fac3-19d3-4977-a6d6-d328f4a3ad5a, rgb(2, 110, 210))\",borderBottomLeftRadius:128,borderBottomRightRadius:128,borderTopLeftRadius:128,borderTopRightRadius:128,...style},variants:{\"BSiwsBFkF-hover\":{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-f61e8e1b-b57e-4882-95e5-82c8e39df599, rgba(0, 94, 172, 0.1))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\"},\"VnYO5hR7q-hover\":{backgroundColor:\"var(--token-ceb91bc6-5407-4fe6-95cd-1cbab3182153, rgba(0, 94, 172, 0.75))\"},BSiwsBFkF:{backgroundColor:\"var(--token-406c3087-db96-4d7b-a795-89d26a747a6a, rgba(2, 110, 210, 0.1))\"}},...addPropertyOverrides({\"BSiwsBFkF-hover\":{\"data-border\":true,\"data-framer-name\":undefined},\"VnYO5hR7q-hover\":{\"data-framer-name\":undefined},BSiwsBFkF:{\"data-framer-name\":\"Secundary\"}},baseVariant,gestureVariant),children:[rkX1zKf1L&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-cbj2cu\",\"data-framer-name\":\"Whatsapp\",layoutDependency:layoutDependency,layoutId:\"Go6zOlG4j\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-ngtexy\",\"data-framer-name\":\"whatsapp_svgrepo_com\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"h7MxlrX3l\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><g transform=\"translate(2 2)\" id=\"ss12775102889_1\"><path d=\"M 20 10 C 20 15.523 15.523 20 10 20 C 8.178 20.002 6.391 19.505 4.832 18.562 L 1.8 19.454 C 1.445 19.558 1.062 19.461 0.801 19.199 C 0.539 18.938 0.442 18.555 0.546 18.2 L 1.438 15.168 C 0.525 13.66 0 11.89 0 10 C 0 4.477 4.477 0 10 0 C 15.523 0 20 4.477 20 10 Z M 7.738 12.263 C 9.761 14.285 11.692 14.552 12.374 14.577 C 13.411 14.615 14.421 13.823 14.814 12.904 C 14.915 12.671 14.881 12.402 14.726 12.201 C 14.178 11.501 13.437 10.998 12.713 10.498 C 12.399 10.281 11.969 10.351 11.74 10.656 L 11.14 11.571 C 11.075 11.673 10.941 11.706 10.835 11.647 C 10.428 11.414 9.835 11.018 9.409 10.592 C 8.983 10.166 8.611 9.6 8.402 9.219 C 8.348 9.119 8.377 8.995 8.469 8.928 L 9.393 8.242 C 9.666 8.005 9.718 7.6 9.513 7.302 C 9.065 6.646 8.543 5.812 7.786 5.259 C 7.587 5.115 7.327 5.086 7.102 5.184 C 6.182 5.578 5.386 6.588 5.424 7.627 C 5.449 8.309 5.716 10.24 7.738 12.263 Z\" fill=\"rgb(255, 255, 255)\"></path></g></svg>',svgContentId:12775102889,withExternalLayout:true})}),vbGUaSg6J&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1sh2dbe\",\"data-framer-name\":\"Forward\",layoutDependency:layoutDependency,layoutId:\"s2eadjdPH\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-vgus2d\",\"data-framer-name\":\"Vector\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"AiiXZ50BB\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 18 10\"><path d=\"M 0.667 1.95 L 0.667 8.05 C 0.667 9.3 2.025 10.083 3.108 9.458 L 8.392 6.408 L 8.8 6.175 L 8.8 3.825 L 8.392 3.592 L 3.108 0.542 C 2.025 -0.083 0.667 0.7 0.667 1.95 Z M 8.8 1.95 L 8.8 8.05 C 8.8 9.3 10.158 10.083 11.233 9.458 L 13.883 7.933 L 16.525 6.408 C 17.6 5.783 17.6 4.217 16.525 3.592 L 13.883 2.067 L 11.233 0.542 C 10.158 -0.083 8.8 0.7 8.8 1.95 Z\" fill=\"rgb(255,255,255)\"></path></svg>',svgContentId:9228272314,withExternalLayout:true})}),V_TURVune&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1rrjxld\",\"data-framer-name\":\"Download\",layoutDependency:layoutDependency,layoutId:\"glDpGc92h\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-mrwrie\",\"data-framer-name\":\"Download\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"icIxlo7uD\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 17 16\"><path d=\"M 1.526 9.874 C 1.847 9.874 2.107 10.14 2.107 10.467 C 2.107 11.602 2.108 12.394 2.187 12.991 C 2.263 13.572 2.403 13.879 2.617 14.098 C 2.832 14.317 3.133 14.459 3.702 14.537 C 4.287 14.617 5.063 14.619 6.175 14.619 L 10.825 14.619 C 11.937 14.619 12.713 14.617 13.298 14.537 C 13.867 14.459 14.168 14.317 14.382 14.098 C 14.597 13.879 14.737 13.572 14.813 12.991 C 14.892 12.394 14.893 11.602 14.893 10.467 C 14.893 10.14 15.153 9.874 15.474 9.874 C 15.795 9.874 16.055 10.14 16.055 10.467 L 16.055 10.511 C 16.055 11.592 16.055 12.464 15.965 13.149 C 15.871 13.861 15.671 14.46 15.204 14.936 C 14.738 15.412 14.151 15.617 13.453 15.713 C 12.781 15.805 11.927 15.805 10.867 15.805 L 6.133 15.805 C 5.073 15.805 4.219 15.805 3.547 15.713 C 2.849 15.617 2.262 15.412 1.795 14.936 C 1.329 14.46 1.128 13.861 1.035 13.149 C 0.944 12.464 0.944 11.592 0.944 10.511 C 0.944 10.496 0.944 10.482 0.944 10.467 C 0.944 10.14 1.205 9.874 1.526 9.874 Z\" fill=\"rgb(255, 255, 255)\"></path><path d=\"M 8.5 11.851 C 8.663 11.851 8.819 11.781 8.929 11.658 L 12.029 8.199 C 12.245 7.957 12.229 7.582 11.992 7.361 C 11.755 7.14 11.387 7.157 11.171 7.398 L 9.081 9.731 L 9.081 0.978 C 9.081 0.651 8.821 0.385 8.5 0.385 C 8.179 0.385 7.919 0.651 7.919 0.978 L 7.919 9.731 L 5.829 7.398 C 5.613 7.157 5.245 7.14 5.008 7.361 C 4.771 7.582 4.755 7.957 4.971 8.199 L 8.071 11.658 C 8.181 11.781 8.337 11.851 8.5 11.851 Z\" fill=\"rgb(255, 255, 255)\"></path></svg>',svgContentId:8708702603,withExternalLayout:true,...addPropertyOverrides({BSiwsBFkF:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 17 16\"><path d=\"M 1.526 9.874 C 1.847 9.874 2.107 10.14 2.107 10.467 C 2.107 11.602 2.108 12.394 2.187 12.991 C 2.263 13.572 2.403 13.879 2.617 14.098 C 2.832 14.317 3.133 14.459 3.702 14.537 C 4.287 14.617 5.063 14.619 6.175 14.619 L 10.825 14.619 C 11.937 14.619 12.713 14.617 13.298 14.537 C 13.867 14.459 14.168 14.317 14.382 14.098 C 14.597 13.879 14.737 13.572 14.813 12.991 C 14.892 12.394 14.893 11.602 14.893 10.467 C 14.893 10.14 15.153 9.874 15.474 9.874 C 15.795 9.874 16.055 10.14 16.055 10.467 L 16.055 10.511 C 16.055 11.592 16.055 12.464 15.965 13.149 C 15.871 13.861 15.671 14.46 15.204 14.936 C 14.738 15.412 14.151 15.617 13.453 15.713 C 12.781 15.805 11.927 15.805 10.867 15.805 L 6.133 15.805 C 5.073 15.805 4.219 15.805 3.547 15.713 C 2.849 15.617 2.262 15.412 1.795 14.936 C 1.329 14.46 1.128 13.861 1.035 13.149 C 0.944 12.464 0.944 11.592 0.944 10.511 C 0.944 10.496 0.944 10.482 0.944 10.467 C 0.944 10.14 1.205 9.874 1.526 9.874 Z\" fill=\"var(--token-51fefdc3-93d2-42ee-a5b9-c50088a92fa8, rgb(2, 110, 210)) /* {&quot;name&quot;:&quot;Main 100% -&gt; White&quot;} */\"></path><path d=\"M 8.5 11.851 C 8.663 11.851 8.819 11.781 8.929 11.658 L 12.029 8.199 C 12.245 7.957 12.229 7.582 11.992 7.361 C 11.755 7.14 11.387 7.157 11.171 7.398 L 9.081 9.731 L 9.081 0.978 C 9.081 0.651 8.821 0.385 8.5 0.385 C 8.179 0.385 7.919 0.651 7.919 0.978 L 7.919 9.731 L 5.829 7.398 C 5.613 7.157 5.245 7.14 5.008 7.361 C 4.771 7.582 4.755 7.957 4.971 8.199 L 8.071 11.658 C 8.181 11.781 8.337 11.851 8.5 11.851 Z\" fill=\"var(--token-51fefdc3-93d2-42ee-a5b9-c50088a92fa8, rgb(2, 110, 210)) /* {&quot;name&quot;:&quot;Main 100% -&gt; White&quot;} */\"></path></svg>',svgContentId:9927994576}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UGx1cyBKYWthcnRhIFNhbnMtNzAw\",\"--framer-font-family\":'\"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Saiba mais\"})}),className:\"framer-1jdika0\",fonts:[\"GF;Plus Jakarta Sans-700\"],layoutDependency:layoutDependency,layoutId:\"kYEeeTF7A\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:IEzb2K1Fi,variants:{BSiwsBFkF:{\"--extracted-r6o4lv\":\"var(--token-51fefdc3-93d2-42ee-a5b9-c50088a92fa8, rgb(2, 110, 210))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({BSiwsBFkF:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UGx1cyBKYWthcnRhIFNhbnMtNzAw\",\"--framer-font-family\":'\"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-51fefdc3-93d2-42ee-a5b9-c50088a92fa8, rgb(2, 110, 210)))\"},children:\"Lore ipsum\"})})}},baseVariant,gestureVariant)}),IeuA6hYe2&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-17n6mjm-container\",layoutDependency:layoutDependency,layoutId:\"QpiQ0xXUg-container\",children:/*#__PURE__*/_jsx(Download,{downloadFileName:OnHDv1JK5,file:R4vbt8oBu,height:\"100%\",id:\"QpiQ0xXUg\",layoutId:\"QpiQ0xXUg\",style:{height:\"100%\",width:\"100%\"},tint:\"rgba(0, 153, 255, 0)\",title:\"\",width:\"100%\"})})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-l6kFx.framer-1rqobwg, .framer-l6kFx .framer-1rqobwg { display: block; }\",\".framer-l6kFx.framer-1jwlaih { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: 48px; justify-content: center; padding: 0px 40px 0px 40px; position: relative; text-decoration: none; width: min-content; }\",\".framer-l6kFx .framer-cbj2cu, .framer-l6kFx .framer-1rrjxld { 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-l6kFx .framer-ngtexy { flex: none; height: 24px; position: relative; width: 24px; }\",\".framer-l6kFx .framer-1sh2dbe { 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 0px 0px 0px; position: relative; width: min-content; }\",\".framer-l6kFx .framer-vgus2d { flex: none; height: 10px; position: relative; width: 18px; }\",\".framer-l6kFx .framer-mrwrie { flex: none; height: 16px; position: relative; width: 17px; }\",\".framer-l6kFx .framer-1jdika0 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-l6kFx .framer-17n6mjm-container { bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-l6kFx.framer-1jwlaih, .framer-l6kFx .framer-cbj2cu, .framer-l6kFx .framer-1sh2dbe, .framer-l6kFx .framer-1rrjxld { gap: 0px; } .framer-l6kFx.framer-1jwlaih > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-l6kFx.framer-1jwlaih > :first-child, .framer-l6kFx .framer-cbj2cu > :first-child, .framer-l6kFx .framer-1sh2dbe > :first-child, .framer-l6kFx .framer-1rrjxld > :first-child { margin-left: 0px; } .framer-l6kFx.framer-1jwlaih > :last-child, .framer-l6kFx .framer-cbj2cu > :last-child, .framer-l6kFx .framer-1sh2dbe > :last-child, .framer-l6kFx .framer-1rrjxld > :last-child { margin-right: 0px; } .framer-l6kFx .framer-cbj2cu > *, .framer-l6kFx .framer-1sh2dbe > *, .framer-l6kFx .framer-1rrjxld > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } }\",'.framer-l6kFx[data-border=\"true\"]::after, .framer-l6kFx [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 48\n * @framerIntrinsicWidth 165\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"fixed\"]},\"BSiwsBFkF\":{\"layout\":[\"auto\",\"fixed\"]},\"Gk3ZOTMr1\":{\"layout\":[\"auto\",\"fixed\"]},\"d7S6QWU7b\":{\"layout\":[\"auto\",\"fixed\"]}}}\n * @framerVariables {\"flhAHWlbT\":\"link\",\"MwjLX4jhq\":\"smoothScroll\",\"IEzb2K1Fi\":\"title\",\"rkX1zKf1L\":\"iconWhatsapp\",\"vbGUaSg6J\":\"iconForward\",\"V_TURVune\":\"iconDownload\",\"xxBetmoHh\":\"newTab\",\"R4vbt8oBu\":\"file\",\"OnHDv1JK5\":\"downloadFileName\",\"IeuA6hYe2\":\"visibleDownload\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FrameroC_PPUKnl=withCSS(Component,css,\"framer-l6kFx\");export default FrameroC_PPUKnl;FrameroC_PPUKnl.displayName=\"Button\";FrameroC_PPUKnl.defaultProps={height:48,width:165};addPropertyControls(FrameroC_PPUKnl,{variant:{options:[\"VnYO5hR7q\",\"BSiwsBFkF\"],optionTitles:[\"Primary\",\"Secundary\"],title:\"Variant\",type:ControlType.Enum},flhAHWlbT:{title:\"Link\",type:ControlType.Link},MwjLX4jhq:{defaultValue:true,title:\"Smooth Scroll\",type:ControlType.Boolean},IEzb2K1Fi:{defaultValue:\"Lore ipsum\",displayTextArea:true,title:\"Title\",type:ControlType.String},rkX1zKf1L:{defaultValue:false,title:\"Icon - Whatsapp\",type:ControlType.Boolean},vbGUaSg6J:{defaultValue:false,title:\"Icon - Forward\",type:ControlType.Boolean},V_TURVune:{defaultValue:false,title:\"Icon - Download\",type:ControlType.Boolean},xxBetmoHh:{defaultValue:false,title:\"New tab\",type:ControlType.Boolean},R4vbt8oBu:(DownloadControls===null||DownloadControls===void 0?void 0:DownloadControls[\"file\"])&&{...DownloadControls[\"file\"],__defaultAssetReference:\"data:framer/asset-reference,7XshDkSu8NrfHSmYIrWVdcxLmpc.pdf?originalFilename=PTB+210+-+Totem+21%27%27+Android.pdf\",description:undefined,hidden:undefined,title:\"File\"},OnHDv1JK5:{defaultValue:\"PTB 210 - Totem 21'' Android.pdf\",title:\"Download File Name\",type:ControlType.String},IeuA6hYe2:{defaultValue:false,title:\"Visible Download\",type:ControlType.Boolean}});addFonts(FrameroC_PPUKnl,[{explicitInter:true,fonts:[{family:\"Plus Jakarta Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/plusjakartasans/v8/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_TknNTxXUEKi4Rw.woff2\",weight:\"700\"}]},...DownloadFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameroC_PPUKnl\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"165\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"BSiwsBFkF\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"Gk3ZOTMr1\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"d7S6QWU7b\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"flhAHWlbT\\\":\\\"link\\\",\\\"MwjLX4jhq\\\":\\\"smoothScroll\\\",\\\"IEzb2K1Fi\\\":\\\"title\\\",\\\"rkX1zKf1L\\\":\\\"iconWhatsapp\\\",\\\"vbGUaSg6J\\\":\\\"iconForward\\\",\\\"V_TURVune\\\":\\\"iconDownload\\\",\\\"xxBetmoHh\\\":\\\"newTab\\\",\\\"R4vbt8oBu\\\":\\\"file\\\",\\\"OnHDv1JK5\\\":\\\"downloadFileName\\\",\\\"IeuA6hYe2\\\":\\\"visibleDownload\\\"}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"48\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./oC_PPUKnl.map", "import{useState,useEffect}from\"react\";import{Data,useObserveData}from\"framer\";export function createStore(state1){// Use Data so that a Preview reload resets the state\nconst dataStore=Data({state:Object.freeze({...state1})});// Create a set function that updates the state\nconst setDataStore=newState=>{// If the state is an object, make sure we copy it\nif(typeof newState===\"function\"){newState=newState(dataStore.state);}dataStore.state=Object.freeze({...dataStore.state,...newState});};// Store the initial state, copy the object if it's an object\nlet storeState=typeof state1===\"object\"?Object.freeze({...state1}):state1;// Keep a list of all the listeners, in the form of React hook setters\nconst storeSetters=new Set();// Create a set function that updates all the listeners / setters\nconst setStoreState=newState=>{// If the state is an object, make sure we copy it\nif(typeof newState===\"function\"){newState=newState(storeState);}storeState=typeof newState===\"object\"?Object.freeze({...storeState,...newState}):newState;// Update all the listeners / setters with the new value\nstoreSetters.forEach(setter=>setter(storeState));};// Create the actual hook based on everything above\nfunction useStore(){// Create the hook we are going to use as a listener\nconst[state,setState]=useState(storeState);// If we unmount the component using this hook, we need to remove the listener\n// @ts-ignore\nuseEffect(()=>{// But right now, we need to add the listener\nstoreSetters.add(setState);return()=>storeSetters.delete(setState);},[]);// If Data context exists, use Data, otherwise use vanilla React state\nif(useObserveData()===true){useObserveData();return[dataStore.state,setDataStore];}else{// Return the state and a function to update the central store\nreturn[state,setStoreState];}}return useStore;}\nexport const __FramerMetadata__ = {\"exports\":{\"createStore\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./createStore.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{useEffect}from\"react\";import{createStore}from\"https://framer.com/m/framer/store.js@^1.0.0\";const useStore=createStore({// See here => Set the starting theme below\ntheme:\"light\"});const changeTheme=theme=>{console.log(theme);const htmlElement=document.getElementsByTagName(\"html\")[0];const bodyElement=document.getElementsByTagName(\"body\")[0];htmlElement.setAttribute(\"toggle-theme\",`${theme}`);bodyElement.setAttribute(\"toggle-theme\",`${theme}`);localStorage.setItem(\"currentToggleState\",`${theme}`);// Trigger event that is compatible with Framestack Theme Image Component\nconst event=new Event(\"themeChange\");window.dispatchEvent(event);return;};export function withSingleToggle(Component){return props=>{const[store,setStore]=useStore();useEffect(()=>{// Set the starting theme based on store\nlocalStorage.setItem(\"currentToggleState\",`${store.theme}`);// Create attributes on html and body so that theme will be applied based on store\nconst htmlElement=document.getElementsByTagName(\"html\")[0];const bodyElement=document.getElementsByTagName(\"body\")[0];htmlElement&&htmlElement.setAttribute(\"toggle-theme\",`${store.theme}`);bodyElement&&bodyElement.setAttribute(\"toggle-theme\",`${store.theme}`);// Create sets of light and dark mode tokens\nlet lightThemeTokens=[];let darkThemeTokens=[];for(let i=0;i<document.styleSheets.length;i++){const sheet=document.styleSheets[i];try{for(let rule of sheet.cssRules){// Get light and dark mode tokens\nif(rule.selectorText===\"body\"){const style=rule.style;for(let j=0;j<style.length;j++){const propertyName=style[j];if(propertyName.includes(\"--token\")){const value=style.getPropertyValue(propertyName);// Check for specific tokens or list all\nconst combinedCssRule=`${propertyName}: ${value};`;lightThemeTokens.push(combinedCssRule);}}lightThemeTokens=lightThemeTokens.join(\" \");}else if(rule.conditionText===\"(prefers-color-scheme: dark)\"){const mediaRulesString=rule.cssRules[0].cssText.replace(\"body\",\"\").replace(/\\s*{\\s*/,\"\").replace(/\\s*}\\s*$/,\"\");darkThemeTokens=mediaRulesString;}}}catch(e){console.warn(\"Cannot access stylesheet:\",sheet.href);}}// Create styleSheet with id and populate with correct CSS text\nlet styleElement=document.createElement(\"style\");styleElement.id=\"toggle-theme\";const customCssRule=`body[toggle-theme=\"light\"] {${lightThemeTokens}} body[toggle-theme=\"dark\"]{${darkThemeTokens}} html[toggle-theme=\"light\"] { color-scheme: light; } html[toggle-theme=\"dark\"] { color-scheme: dark; }`;styleElement.textContent=customCssRule;document.head.appendChild(styleElement);// Cleanup function\nreturn()=>{// Check if the style element exists and remove it\nconst existingStyleElement=document.getElementById(\"toggle-theme\");if(existingStyleElement){document.head.removeChild(existingStyleElement);}};},[]);const handleClick=()=>{let newTheme=store.theme===\"light\"?\"dark\":\"light\";setStore({theme:newTheme});changeTheme(newTheme);};return /*#__PURE__*/_jsx(Component,{...props,variant:store.theme===\"light\"?\"Light\":\"Dark\",whileHover:{scale:1.1},onClick:handleClick});};}\nexport const __FramerMetadata__ = {\"exports\":{\"withSingleToggle\":{\"type\":\"reactHoc\",\"name\":\"withSingleToggle\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./SingleToggle.map", "// Generated by Framer (1c1e241)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFonts,getPropertyControls,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/CAjjxbTJBxHwH1MagCef/Phosphor.js\";const PhosphorFonts=getFonts(Phosphor);const PhosphorControls=getPropertyControls(Phosphor);const cycleOrder=[\"KZIK7rfVg\",\"udnmimFYL\"];const serializationHash=\"framer-V3yUc\";const variantClassNames={KZIK7rfVg:\"framer-v-1eogpue\",udnmimFYL:\"framer-v-17ka4qg\"};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 transitions={default:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"}};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 humanReadableVariantMap={Dark:\"KZIK7rfVg\",Light:\"udnmimFYL\"};const getProps=({height,iconColor,iconDark,iconLight,id,weight,width,...props})=>{var _ref,_ref1,_ref2,_ref3,_humanReadableVariantMap_props_variant,_ref4;return{...props,AeO5PLd9q:(_ref=iconColor!==null&&iconColor!==void 0?iconColor:props.AeO5PLd9q)!==null&&_ref!==void 0?_ref:'var(--token-fa6255fa-1747-4bc3-894a-8375bc25f0bd, rgb(28, 28, 28)) /* {\"name\":\"font/active\"} */',fle84VlOx:(_ref1=iconLight!==null&&iconLight!==void 0?iconLight:props.fle84VlOx)!==null&&_ref1!==void 0?_ref1:\"Sun\",njtQOvFbC:(_ref2=weight!==null&&weight!==void 0?weight:props.njtQOvFbC)!==null&&_ref2!==void 0?_ref2:\"bold\",pdO6Nm4lI:(_ref3=iconDark!==null&&iconDark!==void 0?iconDark:props.pdO6Nm4lI)!==null&&_ref3!==void 0?_ref3:\"Moon\",variant:(_ref4=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref4!==void 0?_ref4:\"KZIK7rfVg\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale}=useLocaleInfo();const{style,className,layoutId,variant,AeO5PLd9q,pdO6Nm4lI,fle84VlOx,njtQOvFbC,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"KZIK7rfVg\",transitions,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(motion.div,{initial:variant,animate:variants,onHoverStart:()=>setGestureState({isHovered:true}),onHoverEnd:()=>setGestureState({isHovered:false}),onTapStart:()=>setGestureState({isPressed:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),className:cx(\"framer-V3yUc\",...sharedStyleClassNames,classNames),style:{display:\"contents\"},children:/*#__PURE__*/_jsx(Transition,{value:transition,children:/*#__PURE__*/_jsx(motion.div,{...restProps,className:cx(\"framer-1eogpue\",className),\"data-framer-name\":\"Dark\",layoutDependency:layoutDependency,layoutId:\"KZIK7rfVg\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({udnmimFYL:{\"data-framer-name\":\"Light\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-x0dyzq-container\",layoutDependency:layoutDependency,layoutId:\"WEHUrU2bE-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:AeO5PLd9q,height:\"100%\",iconSearch:\"House\",iconSelection:pdO6Nm4lI,id:\"WEHUrU2bE\",layoutId:\"WEHUrU2bE\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:njtQOvFbC,width:\"100%\",...addPropertyOverrides({udnmimFYL:{iconSelection:fle84VlOx}},baseVariant,gestureVariant)})})})})})});});const css=['.framer-V3yUc [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; }',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-V3yUc .framer-n0rqea { display: block; }\",\".framer-V3yUc .framer-1eogpue { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 40px; justify-content: center; padding: 0px 0px 0px 0px; position: relative; width: 40px; }\",\".framer-V3yUc .framer-x0dyzq-container { flex: none; height: 20px; position: relative; width: 20px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-V3yUc .framer-1eogpue { gap: 0px; } .framer-V3yUc .framer-1eogpue > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-V3yUc .framer-1eogpue > :first-child { margin-left: 0px; } .framer-V3yUc .framer-1eogpue > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 40\n * @framerIntrinsicWidth 40\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"udnmimFYL\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"AeO5PLd9q\":\"iconColor\",\"pdO6Nm4lI\":\"iconDark\",\"fle84VlOx\":\"iconLight\",\"njtQOvFbC\":\"weight\"}\n * @framerImmutableVariables true\n */const FramerZbmf7W7C5=withCSS(Component,css,\"framer-V3yUc\");export default FramerZbmf7W7C5;FramerZbmf7W7C5.displayName=\"Single\";FramerZbmf7W7C5.defaultProps={height:40,width:40};addPropertyControls(FramerZbmf7W7C5,{variant:{options:[\"KZIK7rfVg\",\"udnmimFYL\"],optionTitles:[\"Dark\",\"Light\"],title:\"Variant\",type:ControlType.Enum},AeO5PLd9q:{defaultValue:'var(--token-fa6255fa-1747-4bc3-894a-8375bc25f0bd, rgb(28, 28, 28)) /* {\"name\":\"font/active\"} */',title:\"IconColor\",type:ControlType.Color},pdO6Nm4lI:(PhosphorControls===null||PhosphorControls===void 0?void 0:PhosphorControls[\"iconSelection\"])&&{...PhosphorControls[\"iconSelection\"],defaultValue:\"Moon\",hidden:undefined,title:\"IconDark\"},fle84VlOx:(PhosphorControls===null||PhosphorControls===void 0?void 0:PhosphorControls[\"iconSelection\"])&&{...PhosphorControls[\"iconSelection\"],defaultValue:\"Sun\",hidden:undefined,title:\"IconLight\"},njtQOvFbC:(PhosphorControls===null||PhosphorControls===void 0?void 0:PhosphorControls[\"weight\"])&&{...PhosphorControls[\"weight\"],defaultValue:\"bold\",hidden:undefined,title:\"Weight\"}});addFonts(FramerZbmf7W7C5,[...PhosphorFonts]);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerZbmf7W7C5\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"40\",\"framerVariables\":\"{\\\"AeO5PLd9q\\\":\\\"iconColor\\\",\\\"pdO6Nm4lI\\\":\\\"iconDark\\\",\\\"fle84VlOx\\\":\\\"iconLight\\\",\\\"njtQOvFbC\\\":\\\"weight\\\"}\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"udnmimFYL\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicWidth\":\"40\",\"framerContractVersion\":\"1\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Zbmf7W7C5.map", "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 Component;\nvar House_default = (React) => {\n  if (!Component) {\n    const weights = /* @__PURE__ */ new Map([\n      [\n        \"bold\",\n        /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M221.56,100.85,141.61,25.38l-.16-.15a19.93,19.93,0,0,0-26.91,0l-.17.15L34.44,100.85A20.07,20.07,0,0,0,28,115.55V208a20,20,0,0,0,20,20H96a20,20,0,0,0,20-20V164h24v44a20,20,0,0,0,20,20h48a20,20,0,0,0,20-20V115.55A20.07,20.07,0,0,0,221.56,100.85ZM204,204H164V160a20,20,0,0,0-20-20H112a20,20,0,0,0-20,20v44H52V117.28l76-71.75,76,71.75Z\" }))\n      ],\n      [\n        \"duotone\",\n        /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\n          \"path\",\n          {\n            d: \"M216,115.54V208a8,8,0,0,1-8,8H160a8,8,0,0,1-8-8V160a8,8,0,0,0-8-8H112a8,8,0,0,0-8,8v48a8,8,0,0,1-8,8H48a8,8,0,0,1-8-8V115.54a8,8,0,0,1,2.62-5.92l80-75.54a8,8,0,0,1,10.77,0l80,75.54A8,8,0,0,1,216,115.54Z\",\n            opacity: \"0.2\"\n          }\n        ), /* @__PURE__ */ React.createElement(\"path\", { d: \"M218.83,103.77l-80-75.48a1.14,1.14,0,0,1-.11-.11,16,16,0,0,0-21.53,0l-.11.11L37.17,103.77A16,16,0,0,0,32,115.55V208a16,16,0,0,0,16,16H96a16,16,0,0,0,16-16V160h32v48a16,16,0,0,0,16,16h48a16,16,0,0,0,16-16V115.55A16,16,0,0,0,218.83,103.77ZM208,208H160V160a16,16,0,0,0-16-16H112a16,16,0,0,0-16,16v48H48V115.55l.11-.1L128,40l79.9,75.43.11.1Z\" }))\n      ],\n      [\n        \"fill\",\n        /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M224,115.55V208a16,16,0,0,1-16,16H168a16,16,0,0,1-16-16V168a8,8,0,0,0-8-8H112a8,8,0,0,0-8,8v40a16,16,0,0,1-16,16H48a16,16,0,0,1-16-16V115.55a16,16,0,0,1,5.17-11.78l80-75.48.11-.11a16,16,0,0,1,21.53,0,1.14,1.14,0,0,0,.11.11l80,75.48A16,16,0,0,1,224,115.55Z\" }))\n      ],\n      [\n        \"light\",\n        /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M217.47,105.24l-80-75.5-.09-.08a13.94,13.94,0,0,0-18.83,0l-.09.08-80,75.5A14,14,0,0,0,34,115.55V208a14,14,0,0,0,14,14H96a14,14,0,0,0,14-14V160a2,2,0,0,1,2-2h32a2,2,0,0,1,2,2v48a14,14,0,0,0,14,14h48a14,14,0,0,0,14-14V115.55A14,14,0,0,0,217.47,105.24ZM210,208a2,2,0,0,1-2,2H160a2,2,0,0,1-2-2V160a14,14,0,0,0-14-14H112a14,14,0,0,0-14,14v48a2,2,0,0,1-2,2H48a2,2,0,0,1-2-2V115.55a2,2,0,0,1,.65-1.48l.09-.08,79.94-75.48a2,2,0,0,1,2.63,0L209.26,114l.08.08a2,2,0,0,1,.66,1.48Z\" }))\n      ],\n      [\n        \"regular\",\n        /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M218.83,103.77l-80-75.48a1.14,1.14,0,0,1-.11-.11,16,16,0,0,0-21.53,0l-.11.11L37.17,103.77A16,16,0,0,0,32,115.55V208a16,16,0,0,0,16,16H96a16,16,0,0,0,16-16V160h32v48a16,16,0,0,0,16,16h48a16,16,0,0,0,16-16V115.55A16,16,0,0,0,218.83,103.77ZM208,208H160V160a16,16,0,0,0-16-16H112a16,16,0,0,0-16,16v48H48V115.55l.11-.1L128,40l79.9,75.43.11.1Z\" }))\n      ],\n      [\n        \"thin\",\n        /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M216.13,106.72,136.07,31.13a12,12,0,0,0-16.2.05L39.93,106.67A12,12,0,0,0,36,115.54V208a12,12,0,0,0,12,12H96a12,12,0,0,0,12-12V160a4,4,0,0,1,4-4h32a4,4,0,0,1,4,4v48a12,12,0,0,0,12,12h48a12,12,0,0,0,12-12V115.54A12,12,0,0,0,216.13,106.72ZM212,208a4,4,0,0,1-4,4H160a4,4,0,0,1-4-4V160a12,12,0,0,0-12-12H112a12,12,0,0,0-12,12v48a4,4,0,0,1-4,4H48a4,4,0,0,1-4-4V115.54a4.09,4.09,0,0,1,1.36-3L125.3,37.05a4,4,0,0,1,5.33,0l80.06,75.58a4,4,0,0,1,1.31,3Z\" }))\n      ]\n    ]);\n    const House = React.forwardRef((props, ref) => /* @__PURE__ */ React.createElement(\"g\", { ref, ...props }, weights.get(props.weight)));\n    House.displayName = \"House\";\n    Component = House;\n  }\n  return Component;\n};\nconst __FramerMetadata__ = {\n  exports: {\n    default: {\n      type: \"reactComponent\",\n      slots: [],\n      annotations: { framerContractVersion: \"1\" }\n    },\n    __FramerMetadata__: { type: \"variable\" }\n  }\n};\nexport {\n  __FramerMetadata__,\n  House_default as default\n};\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{motion}from\"framer-motion\";import{NullState}from\"https://framer.com/m/framer/icon-nullstate.js@0.7.0\";import HouseFactory from\"https://framer.com/m/phosphor-icons/House.js@0.0.53\";import{defaultEvents,useIconSelection}from\"https://framerusercontent.com/modules/Ma20hU0GGRxLxZphbywl/OSpwWF91FHPVFyQJjMHt/utils.js\";const iconKeys=[\"AddressBook\",\"AirTrafficControl\",\"Airplane\",\"AirplaneInFlight\",\"AirplaneLanding\",\"AirplaneTakeoff\",\"AirplaneTilt\",\"Airplay\",\"Alarm\",\"Alien\",\"AlignBottom\",\"AlignBottomSimple\",\"AlignCenterVertical\",\"AlignLeft\",\"AlignLeftSimple\",\"AlignRight\",\"AlignRightSimple\",\"AlignTop\",\"AlignTopSimple\",\"AmazonLogo\",\"Anchor\",\"AnchorSimple\",\"AndroidLogo\",\"AngularLogo\",\"Aperture\",\"AppStoreLogo\",\"AppWindow\",\"AppleLogo\",\"ApplePodcastsLogo\",\"Archive\",\"ArchiveBox\",\"ArchiveTray\",\"Armchair\",\"ArrowArcLeft\",\"ArrowArcRight\",\"ArrowBendDownLeft\",\"ArrowBendDownRight\",\"ArrowBendLeftDown\",\"ArrowBendLeftUp\",\"ArrowBendRightDown\",\"ArrowBendRightUp\",\"ArrowBendUpLeft\",\"ArrowBendUpRight\",\"ArrowCircleDown\",\"ArrowCircleDownLeft\",\"ArrowCircleDownRight\",\"ArrowCircleLeft\",\"ArrowCircleRight\",\"ArrowCircleUp\",\"ArrowCircleUpLeft\",\"ArrowCircleUpRight\",\"ArrowClockwise\",\"ArrowDown\",\"ArrowDownLeft\",\"ArrowDownRight\",\"ArrowElbowDownLeft\",\"ArrowElbowDownRight\",\"ArrowElbowLeft\",\"ArrowElbowLeftDown\",\"ArrowElbowLeftUp\",\"ArrowElbowRight\",\"ArrowElbowRightDown\",\"ArrowElbowRightUp\",\"ArrowElbowUpLeft\",\"ArrowElbowUpRight\",\"ArrowFatDown\",\"ArrowFatLeft\",\"ArrowFatLineDown\",\"ArrowFatLineLeft\",\"ArrowFatLineRight\",\"ArrowFatLineUp\",\"ArrowFatLinesDown\",\"ArrowFatLinesLeft\",\"ArrowFatLinesRight\",\"ArrowFatLinesUp\",\"ArrowFatRight\",\"ArrowFatUp\",\"ArrowLeft\",\"ArrowLineDown\",\"ArrowLineDownLeft\",\"ArrowLineDownRight\",\"ArrowLineLeft\",\"ArrowLineRight\",\"ArrowLineUp\",\"ArrowLineUpLeft\",\"ArrowLineUpRight\",\"ArrowRight\",\"ArrowSquareDown\",\"ArrowSquareDownLeft\",\"ArrowSquareDownRight\",\"ArrowSquareIn\",\"ArrowSquareLeft\",\"ArrowSquareOut\",\"ArrowSquareRight\",\"ArrowSquareUp\",\"ArrowSquareUpLeft\",\"ArrowSquareUpRight\",\"ArrowUDownLeft\",\"ArrowUDownRight\",\"ArrowULeftDown\",\"ArrowULeftUp\",\"ArrowURightDown\",\"ArrowURightUp\",\"ArrowUUpLeft\",\"ArrowUUpRight\",\"ArrowUp\",\"ArrowUpLeft\",\"ArrowUpRight\",\"ArrowsClockwise\",\"ArrowsDownUp\",\"ArrowsHorizontal\",\"ArrowsIn\",\"ArrowsInCardinal\",\"ArrowsInLineVertical\",\"ArrowsInSimple\",\"ArrowsLeftRight\",\"ArrowsMerge\",\"ArrowsOut\",\"ArrowsOutCardinal\",\"ArrowsOutSimple\",\"ArrowsSplit\",\"ArrowsVertical\",\"Article\",\"ArticleMedium\",\"ArticleNyTimes\",\"Asterisk\",\"AsteriskSimple\",\"At\",\"Atom\",\"Baby\",\"Backpack\",\"Backspace\",\"Bag\",\"BagSimple\",\"Balloon\",\"Bandaids\",\"Bank\",\"Barbell\",\"Barcode\",\"Barricade\",\"Baseball\",\"BaseballCap\",\"Basket\",\"Basketball\",\"Bathtub\",\"BatteryCharging\",\"BatteryEmpty\",\"BatteryFull\",\"BatteryHigh\",\"BatteryLow\",\"BatteryMedium\",\"BatteryPlus\",\"BatteryPlusVertical\",\"BatteryVerticalEmpty\",\"BatteryVerticalFull\",\"BatteryVerticalHigh\",\"BatteryVerticalLow\",\"BatteryWarning\",\"Bed\",\"BeerBottle\",\"BeerStein\",\"BehanceLogo\",\"Bell\",\"BellRinging\",\"BellSimple\",\"BellSimpleRinging\",\"BellSimpleSlash\",\"BellSimpleZ\",\"BellSlash\",\"BellZ\",\"BezierCurve\",\"Bicycle\",\"Binoculars\",\"Bird\",\"Bluetooth\",\"BluetoothConnected\",\"BluetoothSlash\",\"BluetoothX\",\"Boat\",\"Bone\",\"Book\",\"BookBookmark\",\"BookOpen\",\"BookOpenText\",\"Bookmark\",\"BookmarkSimple\",\"Bookmarks\",\"BookmarksSimple\",\"Books\",\"Boot\",\"BoundingBox\",\"BowlFood\",\"BracketsAngle\",\"BracketsCurly\",\"BracketsRound\",\"BracketsSquare\",\"Brain\",\"Brandy\",\"Bridge\",\"Briefcase\",\"BriefcaseMetal\",\"Broadcast\",\"Broom\",\"Browser\",\"Browsers\",\"Bug\",\"BugBeetle\",\"BugDroid\",\"Buildings\",\"Bus\",\"Butterfly\",\"Cactus\",\"Cake\",\"Calculator\",\"Calendar\",\"CalendarBlank\",\"CalendarCheck\",\"CalendarPlus\",\"CalendarX\",\"CallBell\",\"Camera\",\"CameraPlus\",\"CameraRotate\",\"CameraSlash\",\"Campfire\",\"Car\",\"CarProfile\",\"CarSimple\",\"Cardholder\",\"Cards\",\"CaretCircleDoubleUp\",\"CaretCircleDown\",\"CaretCircleLeft\",\"CaretCircleRight\",\"CaretCircleUp\",\"CaretCircleUpDown\",\"CaretDoubleDown\",\"CaretDoubleLeft\",\"CaretDoubleRight\",\"CaretDoubleUp\",\"CaretDown\",\"CaretLeft\",\"CaretRight\",\"CaretUp\",\"CaretUpDown\",\"Carrot\",\"CassetteTape\",\"CastleTurret\",\"Cat\",\"CellSignalFull\",\"CellSignalHigh\",\"CellSignalLow\",\"CellSignalMedium\",\"CellSignalNone\",\"CellSignalSlash\",\"CellSignalX\",\"Certificate\",\"Chair\",\"Chalkboard\",\"ChalkboardSimple\",\"ChalkboardTeacher\",\"Champagne\",\"ChargingStation\",\"ChartBar\",\"ChartBarHorizontal\",\"ChartDonut\",\"ChartLine\",\"ChartLineDown\",\"ChartLineUp\",\"ChartPie\",\"ChartPieSlice\",\"ChartPolar\",\"ChartScatter\",\"Chat\",\"ChatCentered\",\"ChatCenteredDots\",\"ChatCenteredText\",\"ChatCircle\",\"ChatCircleDots\",\"ChatCircleText\",\"ChatDots\",\"ChatTeardrop\",\"ChatTeardropDots\",\"ChatTeardropText\",\"ChatText\",\"Chats\",\"ChatsCircle\",\"ChatsTeardrop\",\"Check\",\"CheckCircle\",\"CheckFat\",\"CheckSquare\",\"CheckSquareOffset\",\"Checks\",\"Church\",\"Circle\",\"CircleDashed\",\"CircleHalf\",\"CircleHalfTilt\",\"CircleNotch\",\"CirclesFour\",\"CirclesThree\",\"CirclesThreePlus\",\"Circuitry\",\"Clipboard\",\"ClipboardText\",\"Clock\",\"ClockAfternoon\",\"ClockClockwise\",\"ClockCounterClockwise\",\"ClockCountdown\",\"ClosedCaptioning\",\"Cloud\",\"CloudArrowDown\",\"CloudArrowUp\",\"CloudCheck\",\"CloudFog\",\"CloudLightning\",\"CloudMoon\",\"CloudRain\",\"CloudSlash\",\"CloudSnow\",\"CloudSun\",\"CloudWarning\",\"CloudX\",\"Club\",\"CoatHanger\",\"CodaLogo\",\"Code\",\"CodeBlock\",\"CodeSimple\",\"CodepenLogo\",\"CodesandboxLogo\",\"Coffee\",\"Coin\",\"CoinVertical\",\"Coins\",\"Columns\",\"Command\",\"Compass\",\"CompassTool\",\"ComputerTower\",\"Confetti\",\"ContactlessPayment\",\"Control\",\"Cookie\",\"CookingPot\",\"Copy\",\"CopySimple\",\"Copyleft\",\"Copyright\",\"CornersIn\",\"CornersOut\",\"Couch\",\"Cpu\",\"CreditCard\",\"Crop\",\"Cross\",\"Crosshair\",\"CrosshairSimple\",\"Crown\",\"CrownSimple\",\"Cube\",\"CubeFocus\",\"CubeTransparent\",\"CurrencyBtc\",\"CurrencyCircleDollar\",\"CurrencyCny\",\"CurrencyDollar\",\"CurrencyDollarSimple\",\"CurrencyEth\",\"CurrencyEur\",\"CurrencyGbp\",\"CurrencyInr\",\"CurrencyJpy\",\"CurrencyKrw\",\"CurrencyKzt\",\"CurrencyNgn\",\"CurrencyRub\",\"Cursor\",\"CursorClick\",\"CursorText\",\"Cylinder\",\"Database\",\"Desktop\",\"DesktopTower\",\"Detective\",\"DevToLogo\",\"DeviceMobile\",\"DeviceMobileCamera\",\"DeviceMobileSpeaker\",\"DeviceTablet\",\"DeviceTabletCamera\",\"DeviceTabletSpeaker\",\"Devices\",\"Diamond\",\"DiamondsFour\",\"DiceFive\",\"DiceFour\",\"DiceOne\",\"DiceSix\",\"DiceThree\",\"DiceTwo\",\"Disc\",\"DiscordLogo\",\"Divide\",\"Dna\",\"Dog\",\"Door\",\"DoorOpen\",\"Dot\",\"DotOutline\",\"DotsNine\",\"DotsSix\",\"DotsSixVertical\",\"DotsThree\",\"DotsThreeCircle\",\"DotsThreeOutline\",\"DotsThreeVertical\",\"Download\",\"DownloadSimple\",\"Dress\",\"DribbbleLogo\",\"Drop\",\"DropHalf\",\"DropHalfBottom\",\"DropboxLogo\",\"Ear\",\"EarSlash\",\"Egg\",\"EggCrack\",\"Eject\",\"EjectSimple\",\"Elevator\",\"Engine\",\"Envelope\",\"EnvelopeOpen\",\"EnvelopeSimple\",\"EnvelopeSimpleOpen\",\"Equalizer\",\"Equals\",\"Eraser\",\"EscalatorDown\",\"EscalatorUp\",\"Exam\",\"Exclude\",\"ExcludeSquare\",\"Export\",\"Eye\",\"EyeClosed\",\"EyeSlash\",\"Eyedropper\",\"EyedropperSample\",\"Eyeglasses\",\"FaceMask\",\"FacebookLogo\",\"Factory\",\"Faders\",\"FadersHorizontal\",\"Fan\",\"FastForward\",\"FastForwardCircle\",\"Feather\",\"FigmaLogo\",\"File\",\"FileArchive\",\"FileArrowDown\",\"FileArrowUp\",\"FileAudio\",\"FileCloud\",\"FileCode\",\"FileCss\",\"FileCsv\",\"FileDashed\",\"FileDoc\",\"FileHtml\",\"FileImage\",\"FileJpg\",\"FileJs\",\"FileJsx\",\"FileLock\",\"FileMagnifyingGlass\",\"FileMinus\",\"FilePdf\",\"FilePlus\",\"FilePng\",\"FilePpt\",\"FileRs\",\"FileSql\",\"FileSvg\",\"FileText\",\"FileTs\",\"FileTsx\",\"FileVideo\",\"FileVue\",\"FileX\",\"FileXls\",\"FileZip\",\"Files\",\"FilmReel\",\"FilmScript\",\"FilmSlate\",\"FilmStrip\",\"Fingerprint\",\"FingerprintSimple\",\"FinnTheHuman\",\"Fire\",\"FireExtinguisher\",\"FireSimple\",\"FirstAid\",\"FirstAidKit\",\"Fish\",\"FishSimple\",\"Flag\",\"FlagBanner\",\"FlagCheckered\",\"FlagPennant\",\"Flame\",\"Flashlight\",\"Flask\",\"FloppyDisk\",\"FloppyDiskBack\",\"FlowArrow\",\"Flower\",\"FlowerLotus\",\"FlowerTulip\",\"FlyingSaucer\",\"Folder\",\"FolderDashed\",\"FolderLock\",\"FolderMinus\",\"FolderNotch\",\"FolderNotchMinus\",\"FolderNotchOpen\",\"FolderNotchPlus\",\"FolderOpen\",\"FolderPlus\",\"FolderSimple\",\"FolderSimpleDashed\",\"FolderSimpleLock\",\"FolderSimpleMinus\",\"FolderSimplePlus\",\"FolderSimpleStar\",\"FolderSimpleUser\",\"FolderStar\",\"FolderUser\",\"Folders\",\"Football\",\"Footprints\",\"ForkKnife\",\"FrameCorners\",\"FramerLogo\",\"Function\",\"Funnel\",\"FunnelSimple\",\"GameController\",\"Garage\",\"GasCan\",\"GasPump\",\"Gauge\",\"Gavel\",\"Gear\",\"GearFine\",\"GearSix\",\"GenderFemale\",\"GenderIntersex\",\"GenderMale\",\"GenderNeuter\",\"GenderNonbinary\",\"GenderTransgender\",\"Ghost\",\"Gif\",\"Gift\",\"GitBranch\",\"GitCommit\",\"GitDiff\",\"GitFork\",\"GitMerge\",\"GitPullRequest\",\"GithubLogo\",\"GitlabLogo\",\"GitlabLogoSimple\",\"Globe\",\"GlobeHemisphereEast\",\"GlobeHemisphereWest\",\"GlobeSimple\",\"GlobeStand\",\"Goggles\",\"GoodreadsLogo\",\"GoogleCardboardLogo\",\"GoogleChromeLogo\",\"GoogleDriveLogo\",\"GoogleLogo\",\"GooglePhotosLogo\",\"GooglePlayLogo\",\"GooglePodcastsLogo\",\"Gradient\",\"GraduationCap\",\"Grains\",\"GrainsSlash\",\"Graph\",\"GridFour\",\"GridNine\",\"Guitar\",\"Hamburger\",\"Hammer\",\"Hand\",\"HandCoins\",\"HandEye\",\"HandFist\",\"HandGrabbing\",\"HandHeart\",\"HandPalm\",\"HandPointing\",\"HandSoap\",\"HandSwipeLeft\",\"HandSwipeRight\",\"HandTap\",\"HandWaving\",\"Handbag\",\"HandbagSimple\",\"HandsClapping\",\"HandsPraying\",\"Handshake\",\"HardDrive\",\"HardDrives\",\"Hash\",\"HashStraight\",\"Headlights\",\"Headphones\",\"Headset\",\"Heart\",\"HeartBreak\",\"HeartHalf\",\"HeartStraight\",\"HeartStraightBreak\",\"Heartbeat\",\"Hexagon\",\"HighHeel\",\"HighlighterCircle\",\"Hoodie\",\"Horse\",\"Hourglass\",\"HourglassHigh\",\"HourglassLow\",\"HourglassMedium\",\"HourglassSimple\",\"HourglassSimpleHigh\",\"HourglassSimpleLow\",\"House\",\"HouseLine\",\"HouseSimple\",\"IceCream\",\"IdentificationBadge\",\"IdentificationCard\",\"Image\",\"ImageSquare\",\"Images\",\"ImagesSquare\",\"Infinity\",\"Info\",\"InstagramLogo\",\"Intersect\",\"IntersectSquare\",\"IntersectThree\",\"Jeep\",\"Kanban\",\"Key\",\"KeyReturn\",\"Keyboard\",\"Keyhole\",\"Knife\",\"Ladder\",\"LadderSimple\",\"Lamp\",\"Laptop\",\"Layout\",\"Leaf\",\"Lifebuoy\",\"Lightbulb\",\"LightbulbFilament\",\"Lighthouse\",\"Lightning\",\"LightningA\",\"LightningSlash\",\"LineSegment\",\"LineSegments\",\"Link\",\"LinkBreak\",\"LinkSimple\",\"LinkSimpleBreak\",\"LinkSimpleHorizontal\",\"LinkedinLogo\",\"LinuxLogo\",\"List\",\"ListBullets\",\"ListChecks\",\"ListDashes\",\"ListMagnifyingGlass\",\"ListNumbers\",\"ListPlus\",\"Lock\",\"LockKey\",\"LockKeyOpen\",\"LockLaminated\",\"LockLaminatedOpen\",\"LockOpen\",\"LockSimple\",\"LockSimpleOpen\",\"Lockers\",\"MagicWand\",\"Magnet\",\"MagnetStraight\",\"MagnifyingGlass\",\"MagnifyingGlassMinus\",\"MagnifyingGlassPlus\",\"MapPin\",\"MapPinLine\",\"MapTrifold\",\"MarkerCircle\",\"Martini\",\"MaskHappy\",\"MaskSad\",\"MathOperations\",\"Medal\",\"MedalMilitary\",\"MediumLogo\",\"Megaphone\",\"MegaphoneSimple\",\"MessengerLogo\",\"MetaLogo\",\"Metronome\",\"Microphone\",\"MicrophoneSlash\",\"MicrophoneStage\",\"MicrosoftExcelLogo\",\"MicrosoftOutlookLogo\",\"MicrosoftTeamsLogo\",\"MicrosoftWordLogo\",\"Minus\",\"MinusCircle\",\"MinusSquare\",\"Money\",\"Monitor\",\"MonitorPlay\",\"Moon\",\"MoonStars\",\"Moped\",\"MopedFront\",\"Mosque\",\"Motorcycle\",\"Mountains\",\"Mouse\",\"MouseSimple\",\"MusicNote\",\"MusicNoteSimple\",\"MusicNotes\",\"MusicNotesPlus\",\"MusicNotesSimple\",\"NavigationArrow\",\"Needle\",\"Newspaper\",\"NewspaperClipping\",\"Notches\",\"Note\",\"NoteBlank\",\"NotePencil\",\"Notebook\",\"Notepad\",\"Notification\",\"NotionLogo\",\"NumberCircleEight\",\"NumberCircleFive\",\"NumberCircleFour\",\"NumberCircleNine\",\"NumberCircleOne\",\"NumberCircleSeven\",\"NumberCircleSix\",\"NumberCircleThree\",\"NumberCircleTwo\",\"NumberCircleZero\",\"NumberEight\",\"NumberFive\",\"NumberFour\",\"NumberNine\",\"NumberOne\",\"NumberSeven\",\"NumberSix\",\"NumberSquareEight\",\"NumberSquareFive\",\"NumberSquareFour\",\"NumberSquareNine\",\"NumberSquareOne\",\"NumberSquareSeven\",\"NumberSquareSix\",\"NumberSquareThree\",\"NumberSquareTwo\",\"NumberSquareZero\",\"NumberThree\",\"NumberTwo\",\"NumberZero\",\"Nut\",\"NyTimesLogo\",\"Octagon\",\"OfficeChair\",\"Option\",\"OrangeSlice\",\"Package\",\"PaintBrush\",\"PaintBrushBroad\",\"PaintBrushHousehold\",\"PaintBucket\",\"PaintRoller\",\"Palette\",\"Pants\",\"PaperPlane\",\"PaperPlaneRight\",\"PaperPlaneTilt\",\"Paperclip\",\"PaperclipHorizontal\",\"Parachute\",\"Paragraph\",\"Parallelogram\",\"Park\",\"Password\",\"Path\",\"PatreonLogo\",\"Pause\",\"PauseCircle\",\"PawPrint\",\"PaypalLogo\",\"Peace\",\"Pen\",\"PenNib\",\"PenNibStraight\",\"Pencil\",\"PencilCircle\",\"PencilLine\",\"PencilSimple\",\"PencilSimpleLine\",\"PencilSimpleSlash\",\"PencilSlash\",\"Pentagram\",\"Pepper\",\"Percent\",\"Person\",\"PersonArmsSpread\",\"PersonSimple\",\"PersonSimpleBike\",\"PersonSimpleRun\",\"PersonSimpleThrow\",\"PersonSimpleWalk\",\"Perspective\",\"Phone\",\"PhoneCall\",\"PhoneDisconnect\",\"PhoneIncoming\",\"PhoneOutgoing\",\"PhonePlus\",\"PhoneSlash\",\"PhoneX\",\"PhosphorLogo\",\"Pi\",\"PianoKeys\",\"PictureInPicture\",\"PiggyBank\",\"Pill\",\"PinterestLogo\",\"Pinwheel\",\"Pizza\",\"Placeholder\",\"Planet\",\"Plant\",\"Play\",\"PlayCircle\",\"PlayPause\",\"Playlist\",\"Plug\",\"PlugCharging\",\"Plugs\",\"PlugsConnected\",\"Plus\",\"PlusCircle\",\"PlusMinus\",\"PlusSquare\",\"PokerChip\",\"PoliceCar\",\"Polygon\",\"Popcorn\",\"PottedPlant\",\"Power\",\"Prescription\",\"Presentation\",\"PresentationChart\",\"Printer\",\"Prohibit\",\"ProhibitInset\",\"ProjectorScreen\",\"ProjectorScreenChart\",\"Pulse\",\"PushPin\",\"PushPinSimple\",\"PushPinSimpleSlash\",\"PushPinSlash\",\"PuzzlePiece\",\"QrCode\",\"Question\",\"Queue\",\"Quotes\",\"Radical\",\"Radio\",\"RadioButton\",\"Radioactive\",\"Rainbow\",\"RainbowCloud\",\"ReadCvLogo\",\"Receipt\",\"ReceiptX\",\"Record\",\"Rectangle\",\"Recycle\",\"RedditLogo\",\"Repeat\",\"RepeatOnce\",\"Rewind\",\"RewindCircle\",\"RoadHorizon\",\"Robot\",\"Rocket\",\"RocketLaunch\",\"Rows\",\"Rss\",\"RssSimple\",\"Rug\",\"Ruler\",\"Scales\",\"Scan\",\"Scissors\",\"Scooter\",\"Screencast\",\"ScribbleLoop\",\"Scroll\",\"Seal\",\"SealCheck\",\"SealQuestion\",\"SealWarning\",\"Selection\",\"SelectionAll\",\"SelectionBackground\",\"SelectionForeground\",\"SelectionInverse\",\"SelectionPlus\",\"SelectionSlash\",\"Shapes\",\"Share\",\"ShareFat\",\"ShareNetwork\",\"Shield\",\"ShieldCheck\",\"ShieldCheckered\",\"ShieldChevron\",\"ShieldPlus\",\"ShieldSlash\",\"ShieldStar\",\"ShieldWarning\",\"ShirtFolded\",\"ShootingStar\",\"ShoppingBag\",\"ShoppingBagOpen\",\"ShoppingCart\",\"ShoppingCartSimple\",\"Shower\",\"Shrimp\",\"Shuffle\",\"ShuffleAngular\",\"ShuffleSimple\",\"Sidebar\",\"SidebarSimple\",\"Sigma\",\"SignIn\",\"SignOut\",\"Signature\",\"Signpost\",\"SimCard\",\"Siren\",\"SketchLogo\",\"SkipBack\",\"SkipBackCircle\",\"SkipForward\",\"SkipForwardCircle\",\"Skull\",\"SlackLogo\",\"Sliders\",\"SlidersHorizontal\",\"Slideshow\",\"Smiley\",\"SmileyAngry\",\"SmileyBlank\",\"SmileyMeh\",\"SmileyNervous\",\"SmileySad\",\"SmileySticker\",\"SmileyWink\",\"SmileyXEyes\",\"SnapchatLogo\",\"Sneaker\",\"SneakerMove\",\"Snowflake\",\"SoccerBall\",\"SortAscending\",\"SortDescending\",\"SoundcloudLogo\",\"Spade\",\"Sparkle\",\"SpeakerHifi\",\"SpeakerHigh\",\"SpeakerLow\",\"SpeakerNone\",\"SpeakerSimpleHigh\",\"SpeakerSimpleLow\",\"SpeakerSimpleNone\",\"SpeakerSimpleSlash\",\"SpeakerSimpleX\",\"SpeakerSlash\",\"SpeakerX\",\"Spinner\",\"SpinnerGap\",\"Spiral\",\"SplitHorizontal\",\"SplitVertical\",\"SpotifyLogo\",\"Square\",\"SquareHalf\",\"SquareHalfBottom\",\"SquareLogo\",\"SquareSplitVertical\",\"SquaresFour\",\"Stack\",\"StackOverflowLogo\",\"StackSimple\",\"Stairs\",\"Stamp\",\"Star\",\"StarAndCrescent\",\"StarFour\",\"StarHalf\",\"StarOfDavid\",\"SteeringWheel\",\"Steps\",\"Stethoscope\",\"Sticker\",\"Stool\",\"Stop\",\"StopCircle\",\"Storefront\",\"Strategy\",\"StripeLogo\",\"Student\",\"Subtitles\",\"Subtract\",\"SubtractSquare\",\"Suitcase\",\"SuitcaseRolling\",\"SuitcaseSimple\",\"Sun\",\"SunDim\",\"SunHorizon\",\"Sunglasses\",\"Swap\",\"Swatches\",\"SwimmingPool\",\"Sword\",\"Synagogue\",\"Syringe\",\"TShirt\",\"Table\",\"Tabs\",\"Tag\",\"TagChevron\",\"TagSimple\",\"Target\",\"Taxi\",\"TelegramLogo\",\"Television\",\"TelevisionSimple\",\"TennisBall\",\"Tent\",\"Terminal\",\"TerminalWindow\",\"TestTube\",\"TextAUnderline\",\"TextAa\",\"TextAlignCenter\",\"TextAlignJustify\",\"TextAlignLeft\",\"TextAlignRight\",\"TextB\",\"TextColumns\",\"TextH\",\"TextHFive\",\"TextHFour\",\"TextHOne\",\"TextHSix\",\"TextHThree\",\"TextHTwo\",\"TextIndent\",\"TextItalic\",\"TextOutdent\",\"TextStrikethrough\",\"TextT\",\"TextUnderline\",\"Textbox\",\"Thermometer\",\"ThermometerCold\",\"ThermometerHot\",\"ThermometerSimple\",\"ThumbsDown\",\"ThumbsUp\",\"Ticket\",\"TidalLogo\",\"TiktokLogo\",\"Timer\",\"Tipi\",\"ToggleLeft\",\"ToggleRight\",\"Toilet\",\"ToiletPaper\",\"Toolbox\",\"Tooth\",\"Tote\",\"ToteSimple\",\"Trademark\",\"TrademarkRegistered\",\"TrafficCone\",\"TrafficSign\",\"TrafficSignal\",\"Train\",\"TrainRegional\",\"TrainSimple\",\"Tram\",\"Translate\",\"Trash\",\"TrashSimple\",\"Tray\",\"Tree\",\"TreeEvergreen\",\"TreePalm\",\"TreeStructure\",\"TrendDown\",\"TrendUp\",\"Triangle\",\"Trophy\",\"Truck\",\"TwitchLogo\",\"TwitterLogo\",\"Umbrella\",\"UmbrellaSimple\",\"Unite\",\"UniteSquare\",\"Upload\",\"UploadSimple\",\"Usb\",\"User\",\"UserCircle\",\"UserCircleGear\",\"UserCircleMinus\",\"UserCirclePlus\",\"UserFocus\",\"UserGear\",\"UserList\",\"UserMinus\",\"UserPlus\",\"UserRectangle\",\"UserSquare\",\"UserSwitch\",\"Users\",\"UsersFour\",\"UsersThree\",\"Van\",\"Vault\",\"Vibrate\",\"Video\",\"VideoCamera\",\"VideoCameraSlash\",\"Vignette\",\"VinylRecord\",\"VirtualReality\",\"Virus\",\"Voicemail\",\"Volleyball\",\"Wall\",\"Wallet\",\"Warehouse\",\"Warning\",\"WarningCircle\",\"WarningDiamond\",\"WarningOctagon\",\"Watch\",\"WaveSawtooth\",\"WaveSine\",\"WaveSquare\",\"WaveTriangle\",\"Waveform\",\"Waves\",\"Webcam\",\"WebcamSlash\",\"WebhooksLogo\",\"WechatLogo\",\"WhatsappLogo\",\"Wheelchair\",\"WheelchairMotion\",\"WifiHigh\",\"WifiLow\",\"WifiMedium\",\"WifiNone\",\"WifiSlash\",\"WifiX\",\"Wind\",\"WindowsLogo\",\"Wine\",\"Wrench\",\"X\",\"XCircle\",\"XSquare\",\"YinYang\",\"YoutubeLogo\",];const moduleBaseUrl=\"https://framer.com/m/phosphor-icons/\";const weightOptions=[\"thin\",\"light\",\"regular\",\"bold\",\"fill\",\"duotone\",];const lowercaseIconKeyPairs=iconKeys.reduce((res,key)=>{res[key.toLowerCase()]=key;return res;},{});/**\n * PHOSPHOR\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n *\n * @framerIntrinsicWidth 24\n * @framerIntrinsicHeight 24\n */ export function Icon(props){const{color,selectByList,iconSearch,iconSelection,onClick,onMouseDown,onMouseUp,onMouseEnter,onMouseLeave,weight,mirrored}=props;const isMounted=useRef(false);const iconKey=useIconSelection(iconKeys,selectByList,iconSearch,iconSelection,lowercaseIconKeyPairs);const[SelectedIcon,setSelectedIcon]=useState(iconKey===\"Home\"?HouseFactory(React):null);async function importModule(){// Get the selected module\ntry{const version=\"0.0.53\";const iconModuleUrl=`${moduleBaseUrl}${iconKey}.js@${version}`;const module=await import(/* webpackIgnore: true */ iconModuleUrl);if(isMounted.current)setSelectedIcon(module.default(React));}catch(err){if(isMounted.current)setSelectedIcon(null);}}useEffect(()=>{isMounted.current=true;importModule();return()=>{isMounted.current=false;};},[iconKey]);const isOnCanvas=RenderTarget.current()===RenderTarget.canvas;const emptyState=isOnCanvas?/*#__PURE__*/ _jsx(NullState,{}):null;return /*#__PURE__*/ _jsx(motion.div,{style:{display:\"contents\"},onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,children:SelectedIcon?/*#__PURE__*/ _jsx(\"svg\",{xmlns:\"http://www.w3.org/2000/svg\",viewBox:\"0 0 256 256\",style:{userSelect:\"none\",width:\"100%\",height:\"100%\",display:\"inline-block\",fill:color,color,flexShrink:0,transform:mirrored?\"scale(-1, 1)\":undefined},focusable:\"false\",color:color,children:/*#__PURE__*/ _jsx(SelectedIcon,{color:color,weight:weight})}):emptyState});}Icon.displayName=\"Phosphor\";Icon.defaultProps={width:24,height:24,iconSelection:\"House\",iconSearch:\"House\",color:\"#66F\",selectByList:true,weight:\"regular\",mirrored:false};addPropertyControls(Icon,{selectByList:{type:ControlType.Boolean,title:\"Select\",enabledTitle:\"List\",disabledTitle:\"Search\",defaultValue:Icon.defaultProps.selectByList},iconSelection:{type:ControlType.Enum,options:iconKeys,defaultValue:Icon.defaultProps.iconSelection,title:\"Name\",hidden:({selectByList})=>!selectByList,description:\"Find every icon name on the [Phosphor site](https://phosphoricons.com/)\"},iconSearch:{type:ControlType.String,title:\"Name\",placeholder:\"Menu, Wifi, Box\u2026\",hidden:({selectByList})=>selectByList},color:{type:ControlType.Color,title:\"Color\",defaultValue:Icon.defaultProps.color},weight:{type:ControlType.Enum,title:\"Weight\",optionTitles:weightOptions.map(piece=>piece.charAt(0).toUpperCase()+piece.slice(1)),options:weightOptions,defaultValue:Icon.defaultProps.weight},mirrored:{type:ControlType.Boolean,enabledTitle:\"Yes\",disabledTitle:\"No\",defaultValue:Icon.defaultProps.mirrored},...defaultEvents});\nexport const __FramerMetadata__ = {\"exports\":{\"Icon\":{\"type\":\"reactComponent\",\"name\":\"Icon\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"24\",\"framerIntrinsicHeight\":\"24\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerContractVersion\":\"1\"}},\"IconProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Phosphor.map", "// Generated by Framer (1c1e241)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFonts,getPropertyControls,useLocaleInfo,useVariantState,withCSS,withMappedReactProps}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{withSingleToggle}from\"https://framerusercontent.com/modules/qI1autnce1ngcX7nJQbN/0GVQhVdC8lONnAjjGDYb/SingleToggle.js\";import Single,*as SingleInfo from\"https://framerusercontent.com/modules/cBF15lBi7RiyI8q4CFpd/HCmFLo76G51WSP2Fde9R/Zbmf7W7C5.js\";const SingleFonts=getFonts(Single);const SingleWithSingleToggleWithMappedReactPropsg424ez=withMappedReactProps(withSingleToggle(Single),SingleInfo);const SingleControls=getPropertyControls(Single);const cycleOrder=[\"fmPFgJdpx\"];const serializationHash=\"framer-5G3e3\";const variantClassNames={fmPFgJdpx:\"framer-v-dbcror\"};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 transitions={default:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"}};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 getProps=({height,iconColor,iconDark,iconLight,id,weight,width,...props})=>{var _ref,_ref1,_ref2,_ref3;return{...props,d0DRJtbRf:(_ref=iconDark!==null&&iconDark!==void 0?iconDark:props.d0DRJtbRf)!==null&&_ref!==void 0?_ref:\"Moon\",ixZIJysro:(_ref1=weight!==null&&weight!==void 0?weight:props.ixZIJysro)!==null&&_ref1!==void 0?_ref1:\"bold\",LTl4MmErQ:(_ref2=iconLight!==null&&iconLight!==void 0?iconLight:props.LTl4MmErQ)!==null&&_ref2!==void 0?_ref2:\"Sun\",Tib6Q7ZnQ:(_ref3=iconColor!==null&&iconColor!==void 0?iconColor:props.Tib6Q7ZnQ)!==null&&_ref3!==void 0?_ref3:'var(--token-fa6255fa-1747-4bc3-894a-8375bc25f0bd, rgb(28, 28, 28)) /* {\"name\":\"font/active\"} */'};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale}=useLocaleInfo();const{style,className,layoutId,variant,Tib6Q7ZnQ,ixZIJysro,d0DRJtbRf,LTl4MmErQ,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"fmPFgJdpx\",transitions,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(motion.div,{initial:variant,animate:variants,onHoverStart:()=>setGestureState({isHovered:true}),onHoverEnd:()=>setGestureState({isHovered:false}),onTapStart:()=>setGestureState({isPressed:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),className:cx(\"framer-5G3e3\",...sharedStyleClassNames,classNames),style:{display:\"contents\"},children:/*#__PURE__*/_jsx(Transition,{value:transition,children:/*#__PURE__*/_jsx(motion.div,{...restProps,className:cx(\"framer-dbcror\",className),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"fmPFgJdpx\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-57g8d5-container\",layoutDependency:layoutDependency,layoutId:\"JElwo0G4_-container\",children:/*#__PURE__*/_jsx(SingleWithSingleToggleWithMappedReactPropsg424ez,{AeO5PLd9q:Tib6Q7ZnQ,fle84VlOx:LTl4MmErQ,height:\"100%\",id:\"JElwo0G4_\",layoutId:\"JElwo0G4_\",njtQOvFbC:ixZIJysro,pdO6Nm4lI:d0DRJtbRf,style:{height:\"100%\",width:\"100%\"},variant:\"udnmimFYL\",width:\"100%\"})})})})})});});const css=['.framer-5G3e3 [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; }',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-5G3e3 .framer-17sullt { display: block; }\",\".framer-5G3e3 .framer-dbcror { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\",\".framer-5G3e3 .framer-57g8d5-container { flex: none; height: 40px; position: relative; width: 40px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-5G3e3 .framer-dbcror { gap: 0px; } .framer-5G3e3 .framer-dbcror > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-5G3e3 .framer-dbcror > :first-child { margin-left: 0px; } .framer-5G3e3 .framer-dbcror > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 40\n * @framerIntrinsicWidth 40\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"Tib6Q7ZnQ\":\"iconColor\",\"ixZIJysro\":\"weight\",\"d0DRJtbRf\":\"iconDark\",\"LTl4MmErQ\":\"iconLight\"}\n * @framerImmutableVariables true\n */const FramerVuw93iw32=withCSS(Component,css,\"framer-5G3e3\");export default FramerVuw93iw32;FramerVuw93iw32.displayName=\"SingleToggle\";FramerVuw93iw32.defaultProps={height:40,width:40};addPropertyControls(FramerVuw93iw32,{Tib6Q7ZnQ:{defaultValue:'var(--token-fa6255fa-1747-4bc3-894a-8375bc25f0bd, rgb(28, 28, 28)) /* {\"name\":\"font/active\"} */',title:\"IconColor\",type:ControlType.Color},ixZIJysro:(SingleControls===null||SingleControls===void 0?void 0:SingleControls[\"njtQOvFbC\"])&&{...SingleControls[\"njtQOvFbC\"],defaultValue:\"bold\",hidden:undefined,title:\"Weight\"},d0DRJtbRf:(SingleControls===null||SingleControls===void 0?void 0:SingleControls[\"pdO6Nm4lI\"])&&{...SingleControls[\"pdO6Nm4lI\"],defaultValue:\"Moon\",hidden:undefined,title:\"IconDark\"},LTl4MmErQ:(SingleControls===null||SingleControls===void 0?void 0:SingleControls[\"fle84VlOx\"])&&{...SingleControls[\"fle84VlOx\"],defaultValue:\"Sun\",hidden:undefined,title:\"IconLight\"}});addFonts(FramerVuw93iw32,[...SingleFonts]);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerVuw93iw32\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"40\",\"framerIntrinsicWidth\":\"40\",\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"Tib6Q7ZnQ\\\":\\\"iconColor\\\",\\\"ixZIJysro\\\":\\\"weight\\\",\\\"d0DRJtbRf\\\":\\\"iconDark\\\",\\\"LTl4MmErQ\\\":\\\"iconLight\\\"}\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Vuw93iw32.map", "// Generated by Framer (20caf11)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const enabledGestures={jPwypNnxu:{hover:true},Vzp3RpKX6:{hover:true},xYOs0XPgt:{pressed:true}};const cycleOrder=[\"xYOs0XPgt\",\"Vzp3RpKX6\",\"jPwypNnxu\"];const serializationHash=\"framer-HVoBc\";const variantClassNames={jPwypNnxu:\"framer-v-1u2c056\",Vzp3RpKX6:\"framer-v-4rg5t4\",xYOs0XPgt:\"framer-v-4ao153\"};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 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={\"Variant 3\":\"jPwypNnxu\",Desktop:\"xYOs0XPgt\",Mobile:\"Vzp3RpKX6\"};const getProps=({height,id,link,title,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref,_ref1;return{...props,NSaHQYi5J:link!==null&&link!==void 0?link:props.NSaHQYi5J,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"xYOs0XPgt\",wDvQjqSzC:(_ref1=title!==null&&title!==void 0?title:props.wDvQjqSzC)!==null&&_ref1!==void 0?_ref1:\"Lore ipsum\"};};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,wDvQjqSzC,NSaHQYi5J,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"xYOs0XPgt\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if([\"Vzp3RpKX6-hover\",\"jPwypNnxu-hover\"].includes(gestureVariant))return false;if([\"Vzp3RpKX6\",\"jPwypNnxu\"].includes(baseVariant))return false;return true;};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__*/_jsx(Link,{href:NSaHQYi5J,children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-4ao153\",className,classNames)} framer-2aifwa`,\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"xYOs0XPgt\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({\"jPwypNnxu-hover\":{\"data-framer-name\":undefined},\"Vzp3RpKX6-hover\":{\"data-framer-name\":undefined},\"xYOs0XPgt-pressed\":{\"data-framer-name\":undefined},jPwypNnxu:{\"data-framer-name\":\"Variant 3\"},Vzp3RpKX6:{\"data-framer-name\":\"Mobile\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-7c5h40\",\"data-framer-name\":\"Circle\",layoutDependency:layoutDependency,layoutId:\"KDHJ4q9SU\",style:{backgroundColor:\"var(--token-6345e151-4748-4437-ac19-ac856644766f, rgb(105, 123, 142))\",borderBottomLeftRadius:128,borderBottomRightRadius:128,borderTopLeftRadius:128,borderTopRightRadius:128},variants:{\"xYOs0XPgt-pressed\":{backgroundColor:\"var(--token-b925fe7e-3dae-44ec-a004-971ce31b0131, rgb(41, 46, 54))\"}}}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UGx1cyBKYWthcnRhIFNhbnMtNTAw\",\"--framer-font-family\":'\"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-6345e151-4748-4437-ac19-ac856644766f, rgb(105, 123, 142)))\"},children:\"Lore ipsum\"})}),className:\"framer-1xx0rtt\",\"data-framer-name\":\"Text\",fonts:[\"GF;Plus Jakarta Sans-500\"],layoutDependency:layoutDependency,layoutId:\"dW1tXFCTI\",style:{\"--extracted-r6o4lv\":\"var(--token-6345e151-4748-4437-ac19-ac856644766f, rgb(105, 123, 142))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:wDvQjqSzC,variants:{\"jPwypNnxu-hover\":{\"--extracted-r6o4lv\":\"var(--token-b925fe7e-3dae-44ec-a004-971ce31b0131, rgb(41, 46, 54))\"},\"Vzp3RpKX6-hover\":{\"--extracted-r6o4lv\":\"var(--token-b925fe7e-3dae-44ec-a004-971ce31b0131, rgb(41, 46, 54))\"},\"xYOs0XPgt-pressed\":{\"--extracted-r6o4lv\":\"var(--token-b925fe7e-3dae-44ec-a004-971ce31b0131, rgb(41, 46, 54))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"jPwypNnxu-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UGx1cyBKYWthcnRhIFNhbnMtNjAw\",\"--framer-font-family\":'\"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-b925fe7e-3dae-44ec-a004-971ce31b0131, rgb(41, 46, 54)))\"},children:\"Lore ipsum\"})}),fonts:[\"GF;Plus Jakarta Sans-600\"]},\"Vzp3RpKX6-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UGx1cyBKYWthcnRhIFNhbnMtNjAw\",\"--framer-font-family\":'\"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-b925fe7e-3dae-44ec-a004-971ce31b0131, rgb(41, 46, 54)))\"},children:\"Lore ipsum\"})}),fonts:[\"GF;Plus Jakarta Sans-600\"]},\"xYOs0XPgt-pressed\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UGx1cyBKYWthcnRhIFNhbnMtNjAw\",\"--framer-font-family\":'\"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-b925fe7e-3dae-44ec-a004-971ce31b0131, rgb(41, 46, 54)))\"},children:\"Lore ipsum\"})}),fonts:[\"GF;Plus Jakarta Sans-600\"]},jPwypNnxu:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UGx1cyBKYWthcnRhIFNhbnMtNTAw\",\"--framer-font-family\":'\"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-6345e151-4748-4437-ac19-ac856644766f, rgb(105, 123, 142)))\"},children:\"Lore ipsum\"})})}},baseVariant,gestureVariant)})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-HVoBc.framer-2aifwa, .framer-HVoBc .framer-2aifwa { display: block; }\",\".framer-HVoBc.framer-4ao153 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: 40px; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-HVoBc .framer-7c5h40 { flex: none; height: 4px; overflow: visible; position: relative; width: 4px; }\",\".framer-HVoBc .framer-1xx0rtt { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-HVoBc.framer-4ao153 { gap: 0px; } .framer-HVoBc.framer-4ao153 > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-HVoBc.framer-4ao153 > :first-child { margin-left: 0px; } .framer-HVoBc.framer-4ao153 > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 40\n * @framerIntrinsicWidth 85\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"fixed\"]},\"Vzp3RpKX6\":{\"layout\":[\"auto\",\"fixed\"]},\"jPwypNnxu\":{\"layout\":[\"auto\",\"fixed\"]},\"kc3m9blxw\":{\"layout\":[\"auto\",\"fixed\"]},\"Ztp4qF_jU\":{\"layout\":[\"auto\",\"fixed\"]},\"xoffcHUSZ\":{\"layout\":[\"auto\",\"fixed\"]}}}\n * @framerVariables {\"wDvQjqSzC\":\"title\",\"NSaHQYi5J\":\"link\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerCsgIy7Vwd=withCSS(Component,css,\"framer-HVoBc\");export default FramerCsgIy7Vwd;FramerCsgIy7Vwd.displayName=\"Navbar - Links\";FramerCsgIy7Vwd.defaultProps={height:40,width:85};addPropertyControls(FramerCsgIy7Vwd,{variant:{options:[\"xYOs0XPgt\",\"Vzp3RpKX6\",\"jPwypNnxu\"],optionTitles:[\"Desktop\",\"Mobile\",\"Variant 3\"],title:\"Variant\",type:ControlType.Enum},wDvQjqSzC:{defaultValue:\"Lore ipsum\",displayTextArea:false,title:\"Title\",type:ControlType.String},NSaHQYi5J:{title:\"Link\",type:ControlType.Link}});addFonts(FramerCsgIy7Vwd,[{explicitInter:true,fonts:[{family:\"Plus Jakarta Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/plusjakartasans/v8/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_m07NTxXUEKi4Rw.woff2\",weight:\"500\"},{family:\"Plus Jakarta Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/plusjakartasans/v8/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_d0nNTxXUEKi4Rw.woff2\",weight:\"600\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerCsgIy7Vwd\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"Vzp3RpKX6\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"jPwypNnxu\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"kc3m9blxw\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"Ztp4qF_jU\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"xoffcHUSZ\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicHeight\":\"40\",\"framerIntrinsicWidth\":\"85\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerVariables\":\"{\\\"wDvQjqSzC\\\":\\\"title\\\",\\\"NSaHQYi5J\\\":\\\"link\\\"}\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./CsgIy7Vwd.map", "// Generated by Framer (c105afa)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,Link,ResolveLinks,RichText,SmartComponentScopedContainer,SVG,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 NavbarLinks from\"https://framerusercontent.com/modules/7KEVwPWDPxR2V3lIqaU7/GIfOQygOlYT78wWShNw4/CsgIy7Vwd.js\";const NavbarLinksFonts=getFonts(NavbarLinks);const cycleOrder=[\"wcc2LyFT0\",\"nooYLAxU0\",\"hB4W2EFH6\"];const serializationHash=\"framer-PGVIj\";const variantClassNames={hB4W2EFH6:\"framer-v-mh65fa\",nooYLAxU0:\"framer-v-1tzhwjr\",wcc2LyFT0:\"framer-v-1rtingm\"};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 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={\"Products - Open\":\"hB4W2EFH6\",Products:\"nooYLAxU0\",Single:\"wcc2LyFT0\"};const getProps=({height,id,link,title,width,...props})=>{return{...props,CId6nxnUC:title??props.CId6nxnUC??\"Solu\\xe7\\xf5es\",kp38NTCTs:link??props.kp38NTCTs,variant:humanReadableVariantMap[props.variant]??props.variant??\"wcc2LyFT0\"};};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,CId6nxnUC,kp38NTCTs,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"wcc2LyFT0\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap14l011j=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"hB4W2EFH6\");});const onTapyxkk64=activeVariantCallback(async(...args)=>{setVariant(\"nooYLAxU0\");});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if([\"nooYLAxU0\",\"hB4W2EFH6\"].includes(baseVariant))return true;return false;};const isDisplayed1=()=>{if(baseVariant===\"hB4W2EFH6\")return true;return false;};const router=useRouter();const isDisplayed2=()=>{if(baseVariant===\"hB4W2EFH6\")return false;return true;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:kp38NTCTs,motionChild:true,nodeId:\"wcc2LyFT0\",scopeId:\"bw6jSAqBi\",children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-1rtingm\",className,classNames)} framer-1a0p2gy`,\"data-border\":true,\"data-framer-name\":\"Single\",layoutDependency:layoutDependency,layoutId:\"wcc2LyFT0\",ref:refBinding,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-4622e5e8-777f-4e93-be1d-b20b29a1dcb3, rgb(214, 219, 225))\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",...style},...addPropertyOverrides({hB4W2EFH6:{\"data-framer-name\":\"Products - Open\"},nooYLAxU0:{\"data-framer-name\":\"Products\",\"data-highlight\":true,onTap:onTap14l011j}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-18nc77i\",\"data-framer-name\":\"Container\",layoutDependency:layoutDependency,layoutId:\"RZGH4Tz4B\",...addPropertyOverrides({hB4W2EFH6:{\"data-highlight\":true,onTap:onTapyxkk64}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UGx1cyBKYWthcnRhIFNhbnMtNzAw\",\"--framer-font-family\":'\"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-b925fe7e-3dae-44ec-a004-971ce31b0131, rgb(41, 46, 54)))\"},children:\"Solu\\xe7\\xf5es\"})}),className:\"framer-13qw1fh\",\"data-framer-name\":\"Title\",fonts:[\"GF;Plus Jakarta Sans-700\"],layoutDependency:layoutDependency,layoutId:\"lBOjVcn6e\",style:{\"--extracted-r6o4lv\":\"var(--token-b925fe7e-3dae-44ec-a004-971ce31b0131, rgb(41, 46, 54))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:CId6nxnUC,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({hB4W2EFH6:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UGx1cyBKYWthcnRhIFNhbnMtNzAw\",\"--framer-font-family\":'\"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-b925fe7e-3dae-44ec-a004-971ce31b0131, rgb(41, 46, 54)))\"},children:\"Produtos\"})}),text:undefined},nooYLAxU0:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UGx1cyBKYWthcnRhIFNhbnMtNzAw\",\"--framer-font-family\":'\"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-b925fe7e-3dae-44ec-a004-971ce31b0131, rgb(41, 46, 54)))\"},children:\"Produtos\"})}),text:undefined}},baseVariant,gestureVariant)}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1mvia7m\",\"data-framer-name\":\"Arrow\",layoutDependency:layoutDependency,layoutId:\"oGL6dWVV1\",style:{rotate:0},variants:{hB4W2EFH6:{rotate:-180}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1hazfra\",\"data-framer-name\":\"Vector\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"nihkiGLds\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 20 20\"><path d=\"M 10 0 C 4.49 0 0 4.49 0 10 C 0 15.51 4.49 20 10 20 C 15.51 20 20 15.51 20 10 C 20 4.49 15.51 0 10 0 Z M 14.06 9.27 L 10.53 12.8 C 10.38 12.95 10.19 13.02 10 13.02 C 9.81 13.02 9.62 12.95 9.47 12.8 L 5.94 9.27 C 5.65 8.98 5.65 8.5 5.94 8.21 C 6.23 7.92 6.71 7.92 7 8.21 L 10 11.21 L 13 8.21 C 13.29 7.92 13.77 7.92 14.06 8.21 C 14.35 8.5 14.35 8.97 14.06 9.27 Z\" fill=\"var(--token-51fefdc3-93d2-42ee-a5b9-c50088a92fa8, rgb(0, 94, 172)) /* {&quot;name&quot;:&quot;Main 100% -&gt; White&quot;} */\"></path></svg>',svgContentId:11785390222,withExternalLayout:true})})]}),isDisplayed1()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-vfsc2j\",layoutDependency:layoutDependency,layoutId:\"IUSj0HmT1\",children:[isDisplayed1()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"ZKJi13a0j\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({hB4W2EFH6:{height:40,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||684)-16-668)/2+40+16)+0+29}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-106vvfe-container\",layoutDependency:layoutDependency,layoutId:\"RUvwl3sTM-container\",nodeId:\"RUvwl3sTM\",rendersWithMotion:true,scopeId:\"bw6jSAqBi\",children:/*#__PURE__*/_jsx(NavbarLinks,{height:\"100%\",id:\"RUvwl3sTM\",layoutId:\"RUvwl3sTM\",style:{height:\"100%\",width:\"100%\"},variant:\"xYOs0XPgt\",wDvQjqSzC:\"PTB200\",width:\"100%\",...addPropertyOverrides({hB4W2EFH6:{NSaHQYi5J:resolvedLinks[0]}},baseVariant,gestureVariant)})})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"Ldsq0g3tX\"},implicitPathVariables:undefined},{href:{webPageId:\"Ldsq0g3tX\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({hB4W2EFH6:{height:40,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||684)-16-668)/2+40+16)+0+77}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-sqpg1x-container\",layoutDependency:layoutDependency,layoutId:\"UB64LgBx0-container\",nodeId:\"UB64LgBx0\",rendersWithMotion:true,scopeId:\"bw6jSAqBi\",children:/*#__PURE__*/_jsx(NavbarLinks,{height:\"100%\",id:\"UB64LgBx0\",layoutId:\"UB64LgBx0\",NSaHQYi5J:resolvedLinks1[0],style:{height:\"100%\",width:\"100%\"},variant:\"xYOs0XPgt\",wDvQjqSzC:\"JTZ270\",width:\"100%\",...addPropertyOverrides({hB4W2EFH6:{NSaHQYi5J:resolvedLinks1[1]}},baseVariant,gestureVariant)})})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"Ugpdp86IH\"},implicitPathVariables:undefined},{href:{webPageId:\"Ugpdp86IH\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({hB4W2EFH6:{height:40,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||684)-16-668)/2+40+16)+0+125}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-w8608e-container\",layoutDependency:layoutDependency,layoutId:\"NmBB45hJ3-container\",nodeId:\"NmBB45hJ3\",rendersWithMotion:true,scopeId:\"bw6jSAqBi\",children:/*#__PURE__*/_jsx(NavbarLinks,{height:\"100%\",id:\"NmBB45hJ3\",layoutId:\"NmBB45hJ3\",NSaHQYi5J:resolvedLinks2[0],style:{height:\"100%\",width:\"100%\"},variant:\"xYOs0XPgt\",wDvQjqSzC:\"Mini - JTA150\",width:\"100%\",...addPropertyOverrides({hB4W2EFH6:{NSaHQYi5J:resolvedLinks2[1]}},baseVariant,gestureVariant)})})})}),isDisplayed1()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UGx1cyBKYWthcnRhIFNhbnMtNzAw\",\"--framer-font-family\":'\"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e431fac3-19d3-4977-a6d6-d328f4a3ad5a, rgb(2, 110, 210)))\"},children:\"Totem\"})}),className:\"framer-1epn8n3\",\"data-framer-name\":\"Text\",fonts:[\"GF;Plus Jakarta Sans-700\"],layoutDependency:layoutDependency,layoutId:\"DSk6IA73M\",style:{\"--extracted-r6o4lv\":\"var(--token-e431fac3-19d3-4977-a6d6-d328f4a3ad5a, rgb(2, 110, 210))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]}),isDisplayed1()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1a7erfj\",layoutDependency:layoutDependency,layoutId:\"eikiNs_rT\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"a61EErOFz\"},implicitPathVariables:undefined},{href:{webPageId:\"a61EErOFz\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,...addPropertyOverrides({hB4W2EFH6:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||684)-16-668)/2+205+32)+0+29}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-10zrqd9-container\",layoutDependency:layoutDependency,layoutId:\"RUpIGfT2V-container\",nodeId:\"RUpIGfT2V\",rendersWithMotion:true,scopeId:\"bw6jSAqBi\",children:/*#__PURE__*/_jsx(NavbarLinks,{height:\"100%\",id:\"RUpIGfT2V\",layoutId:\"RUpIGfT2V\",NSaHQYi5J:resolvedLinks3[0],style:{height:\"100%\",width:\"100%\"},variant:\"xYOs0XPgt\",wDvQjqSzC:\"JPH150 - C/impressora\",width:\"100%\",...addPropertyOverrides({hB4W2EFH6:{NSaHQYi5J:resolvedLinks3[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"vKZY4WKKJ\"},implicitPathVariables:undefined},{href:{webPageId:\"vKZY4WKKJ\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,...addPropertyOverrides({hB4W2EFH6:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||684)-16-668)/2+205+32)+0+77}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1wi2jgo-container\",layoutDependency:layoutDependency,layoutId:\"e9_7LIxPQ-container\",nodeId:\"e9_7LIxPQ\",rendersWithMotion:true,scopeId:\"bw6jSAqBi\",children:/*#__PURE__*/_jsx(NavbarLinks,{height:\"100%\",id:\"e9_7LIxPQ\",layoutId:\"e9_7LIxPQ\",NSaHQYi5J:resolvedLinks4[0],style:{height:\"100%\",width:\"100%\"},variant:\"xYOs0XPgt\",wDvQjqSzC:\"JPA150 - S/impressora\",width:\"100%\",...addPropertyOverrides({hB4W2EFH6:{NSaHQYi5J:resolvedLinks4[1]}},baseVariant,gestureVariant)})})})}),isDisplayed2()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"NrCvO_Ssf\"},implicitPathVariables:undefined}],children:resolvedLinks5=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-u76nwd-container\",layoutDependency:layoutDependency,layoutId:\"fRUlQ35ko-container\",nodeId:\"fRUlQ35ko\",rendersWithMotion:true,scopeId:\"bw6jSAqBi\",children:/*#__PURE__*/_jsx(NavbarLinks,{height:\"100%\",id:\"fRUlQ35ko\",layoutId:\"fRUlQ35ko\",NSaHQYi5J:resolvedLinks5[0],style:{height:\"100%\",width:\"100%\"},variant:\"xYOs0XPgt\",wDvQjqSzC:\"JPG150 - S/impressora\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"pvsNbRyjs\"},implicitPathVariables:undefined},{href:{webPageId:\"pvsNbRyjs\"},implicitPathVariables:undefined}],children:resolvedLinks6=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,...addPropertyOverrides({hB4W2EFH6:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||684)-16-668)/2+205+32)+0+125}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-cwetw2-container\",layoutDependency:layoutDependency,layoutId:\"lt4S3pZm4-container\",nodeId:\"lt4S3pZm4\",rendersWithMotion:true,scopeId:\"bw6jSAqBi\",children:/*#__PURE__*/_jsx(NavbarLinks,{height:\"100%\",id:\"lt4S3pZm4\",layoutId:\"lt4S3pZm4\",NSaHQYi5J:resolvedLinks6[0],style:{height:\"100%\",width:\"100%\"},variant:\"xYOs0XPgt\",wDvQjqSzC:\"JPA110 - S/ impressora\",width:\"100%\",...addPropertyOverrides({hB4W2EFH6:{NSaHQYi5J:resolvedLinks6[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UGx1cyBKYWthcnRhIFNhbnMtNzAw\",\"--framer-font-family\":'\"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e431fac3-19d3-4977-a6d6-d328f4a3ad5a, rgb(2, 110, 210)))\"},children:\"PDV\"})}),className:\"framer-1hafph6\",\"data-framer-name\":\"Text\",fonts:[\"GF;Plus Jakarta Sans-700\"],layoutDependency:layoutDependency,layoutId:\"LgLfG0stj\",style:{\"--extracted-r6o4lv\":\"var(--token-e431fac3-19d3-4977-a6d6-d328f4a3ad5a, rgb(2, 110, 210))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]}),isDisplayed1()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-136wtls\",layoutDependency:layoutDependency,layoutId:\"fllr6BaNO\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"lOM9s35j7\"},implicitPathVariables:undefined},{href:{webPageId:\"lOM9s35j7\"},implicitPathVariables:undefined}],children:resolvedLinks7=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,...addPropertyOverrides({hB4W2EFH6:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||684)-16-668)/2+370+48)+0+29}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-4ytwue-container\",layoutDependency:layoutDependency,layoutId:\"daE9VrmEr-container\",nodeId:\"daE9VrmEr\",rendersWithMotion:true,scopeId:\"bw6jSAqBi\",children:/*#__PURE__*/_jsx(NavbarLinks,{height:\"100%\",id:\"daE9VrmEr\",layoutId:\"daE9VrmEr\",NSaHQYi5J:resolvedLinks7[0],style:{height:\"100%\",width:\"100%\"},variant:\"xYOs0XPgt\",wDvQjqSzC:\"JKL150 | JKL170\",width:\"100%\",...addPropertyOverrides({hB4W2EFH6:{NSaHQYi5J:resolvedLinks7[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"nU0qIJAyJ\"},implicitPathVariables:undefined},{href:{webPageId:\"nU0qIJAyJ\"},implicitPathVariables:undefined}],children:resolvedLinks8=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,...addPropertyOverrides({hB4W2EFH6:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||684)-16-668)/2+370+48)+0+77}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-nfwuxy-container\",layoutDependency:layoutDependency,layoutId:\"LaiFX4IMz-container\",nodeId:\"LaiFX4IMz\",rendersWithMotion:true,scopeId:\"bw6jSAqBi\",children:/*#__PURE__*/_jsx(NavbarLinks,{height:\"100%\",id:\"LaiFX4IMz\",layoutId:\"LaiFX4IMz\",NSaHQYi5J:resolvedLinks8[0],style:{height:\"100%\",width:\"100%\"},variant:\"xYOs0XPgt\",wDvQjqSzC:\"JKA210\",width:\"100%\",...addPropertyOverrides({hB4W2EFH6:{NSaHQYi5J:resolvedLinks8[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UGx1cyBKYWthcnRhIFNhbnMtNzAw\",\"--framer-font-family\":'\"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e431fac3-19d3-4977-a6d6-d328f4a3ad5a, rgb(2, 110, 210)))\"},children:\"KDS\"})}),className:\"framer-jhcb4j\",\"data-framer-name\":\"Text\",fonts:[\"GF;Plus Jakarta Sans-700\"],layoutDependency:layoutDependency,layoutId:\"XwQCCPAGo\",style:{\"--extracted-r6o4lv\":\"var(--token-e431fac3-19d3-4977-a6d6-d328f4a3ad5a, rgb(2, 110, 210))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]}),isDisplayed1()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1sgrkc9\",layoutDependency:layoutDependency,layoutId:\"MYWHjahwr\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"COVvYgDqg\"},implicitPathVariables:undefined},{href:{webPageId:\"COVvYgDqg\"},implicitPathVariables:undefined}],children:resolvedLinks9=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,...addPropertyOverrides({hB4W2EFH6:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||684)-16-668)/2+487+64)+0+29}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-b5hqh2-container\",layoutDependency:layoutDependency,layoutId:\"cp9GLY9R_-container\",nodeId:\"cp9GLY9R_\",rendersWithMotion:true,scopeId:\"bw6jSAqBi\",children:/*#__PURE__*/_jsx(NavbarLinks,{height:\"100%\",id:\"cp9GLY9R_\",layoutId:\"cp9GLY9R_\",NSaHQYi5J:resolvedLinks9[0],style:{height:\"100%\",width:\"100%\"},variant:\"xYOs0XPgt\",wDvQjqSzC:\"JMT170\",width:\"100%\",...addPropertyOverrides({hB4W2EFH6:{NSaHQYi5J:resolvedLinks9[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UGx1cyBKYWthcnRhIFNhbnMtNzAw\",\"--framer-font-family\":'\"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e431fac3-19d3-4977-a6d6-d328f4a3ad5a, rgb(2, 110, 210)))\"},children:\"Monitor\"})}),className:\"framer-tn6wn3\",\"data-framer-name\":\"Text\",fonts:[\"GF;Plus Jakarta Sans-700\"],layoutDependency:layoutDependency,layoutId:\"cEVdeAXCk\",style:{\"--extracted-r6o4lv\":\"var(--token-e431fac3-19d3-4977-a6d6-d328f4a3ad5a, rgb(2, 110, 210))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"OajvPPQp3\"},implicitPathVariables:undefined},{href:{webPageId:\"OajvPPQp3\"},implicitPathVariables:undefined}],children:resolvedLinks10=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,...addPropertyOverrides({hB4W2EFH6:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||684)-16-668)/2+487+64)+0+77}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1nsvtu-container\",layoutDependency:layoutDependency,layoutId:\"oUWhMZ3nd-container\",nodeId:\"oUWhMZ3nd\",rendersWithMotion:true,scopeId:\"bw6jSAqBi\",children:/*#__PURE__*/_jsx(NavbarLinks,{height:\"100%\",id:\"oUWhMZ3nd\",layoutId:\"oUWhMZ3nd\",NSaHQYi5J:resolvedLinks10[0],style:{height:\"100%\",width:\"100%\"},variant:\"xYOs0XPgt\",wDvQjqSzC:\"ANWELL\",width:\"100%\",...addPropertyOverrides({hB4W2EFH6:{NSaHQYi5J:resolvedLinks10[1]}},baseVariant,gestureVariant)})})})})]})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-PGVIj.framer-1a0p2gy, .framer-PGVIj .framer-1a0p2gy { display: block; }\",\".framer-PGVIj.framer-1rtingm { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: visible; padding: 0px 0px 8px 0px; position: relative; text-decoration: none; width: 200px; }\",\".framer-PGVIj .framer-18nc77i { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: 40px; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-PGVIj .framer-13qw1fh, .framer-PGVIj .framer-1epn8n3, .framer-PGVIj .framer-1hafph6, .framer-PGVIj .framer-jhcb4j, .framer-PGVIj .framer-tn6wn3 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-PGVIj .framer-1mvia7m { 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-PGVIj .framer-1hazfra { flex: none; height: 20px; position: relative; width: 20px; }\",\".framer-PGVIj .framer-vfsc2j { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; min-height: 200px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-PGVIj .framer-106vvfe-container, .framer-PGVIj .framer-sqpg1x-container, .framer-PGVIj .framer-w8608e-container { flex: 1 0 0px; height: 40px; position: relative; width: 1px; }\",\".framer-PGVIj .framer-1a7erfj, .framer-PGVIj .framer-136wtls, .framer-PGVIj .framer-1sgrkc9 { 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: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-PGVIj .framer-10zrqd9-container, .framer-PGVIj .framer-1wi2jgo-container, .framer-PGVIj .framer-u76nwd-container, .framer-PGVIj .framer-cwetw2-container, .framer-PGVIj .framer-4ytwue-container, .framer-PGVIj .framer-nfwuxy-container, .framer-PGVIj .framer-b5hqh2-container, .framer-PGVIj .framer-1nsvtu-container { flex: none; height: 40px; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-PGVIj.framer-1rtingm, .framer-PGVIj .framer-18nc77i, .framer-PGVIj .framer-1mvia7m, .framer-PGVIj .framer-vfsc2j, .framer-PGVIj .framer-1a7erfj, .framer-PGVIj .framer-136wtls, .framer-PGVIj .framer-1sgrkc9 { gap: 0px; } .framer-PGVIj.framer-1rtingm > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-PGVIj.framer-1rtingm > :first-child, .framer-PGVIj .framer-1a7erfj > :first-child, .framer-PGVIj .framer-136wtls > :first-child, .framer-PGVIj .framer-1sgrkc9 > :first-child { margin-top: 0px; } .framer-PGVIj.framer-1rtingm > :last-child, .framer-PGVIj .framer-1a7erfj > :last-child, .framer-PGVIj .framer-136wtls > :last-child, .framer-PGVIj .framer-1sgrkc9 > :last-child { margin-bottom: 0px; } .framer-PGVIj .framer-18nc77i > *, .framer-PGVIj .framer-vfsc2j > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-PGVIj .framer-18nc77i > :first-child, .framer-PGVIj .framer-1mvia7m > :first-child, .framer-PGVIj .framer-vfsc2j > :first-child { margin-left: 0px; } .framer-PGVIj .framer-18nc77i > :last-child, .framer-PGVIj .framer-1mvia7m > :last-child, .framer-PGVIj .framer-vfsc2j > :last-child { margin-right: 0px; } .framer-PGVIj .framer-1mvia7m > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-PGVIj .framer-1a7erfj > *, .framer-PGVIj .framer-136wtls > *, .framer-PGVIj .framer-1sgrkc9 > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } }\",\".framer-PGVIj.framer-v-1tzhwjr.framer-1rtingm { cursor: pointer; overflow: hidden; }\",\".framer-PGVIj.framer-v-mh65fa.framer-1rtingm { overflow: hidden; padding: 0px 0px 16px 0px; }\",\".framer-PGVIj.framer-v-mh65fa .framer-18nc77i { cursor: pointer; order: 0; }\",\".framer-PGVIj.framer-v-mh65fa .framer-vfsc2j { flex-direction: column; min-height: unset; order: 1; }\",\".framer-PGVIj.framer-v-mh65fa .framer-106vvfe-container { flex: none; order: 1; width: 100%; }\",\".framer-PGVIj.framer-v-mh65fa .framer-sqpg1x-container { flex: none; order: 2; width: 100%; }\",\".framer-PGVIj.framer-v-mh65fa .framer-w8608e-container { flex: none; order: 3; width: 100%; }\",\".framer-PGVIj.framer-v-mh65fa .framer-1epn8n3, .framer-PGVIj.framer-v-mh65fa .framer-1hafph6, .framer-PGVIj.framer-v-mh65fa .framer-jhcb4j, .framer-PGVIj.framer-v-mh65fa .framer-tn6wn3 { order: 0; }\",\".framer-PGVIj.framer-v-mh65fa .framer-1a7erfj, .framer-PGVIj.framer-v-mh65fa .framer-1wi2jgo-container, .framer-PGVIj.framer-v-mh65fa .framer-nfwuxy-container, .framer-PGVIj.framer-v-mh65fa .framer-1nsvtu-container { order: 2; }\",\".framer-PGVIj.framer-v-mh65fa .framer-10zrqd9-container, .framer-PGVIj.framer-v-mh65fa .framer-4ytwue-container, .framer-PGVIj.framer-v-mh65fa .framer-b5hqh2-container { order: 1; }\",\".framer-PGVIj.framer-v-mh65fa .framer-cwetw2-container, .framer-PGVIj.framer-v-mh65fa .framer-136wtls { order: 3; }\",\".framer-PGVIj.framer-v-mh65fa .framer-1sgrkc9 { order: 4; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-PGVIj.framer-v-mh65fa .framer-vfsc2j { gap: 0px; } .framer-PGVIj.framer-v-mh65fa .framer-vfsc2j > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-PGVIj.framer-v-mh65fa .framer-vfsc2j > :first-child { margin-top: 0px; } .framer-PGVIj.framer-v-mh65fa .framer-vfsc2j > :last-child { margin-bottom: 0px; } }\",'.framer-PGVIj[data-border=\"true\"]::after, .framer-PGVIj [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 48\n * @framerIntrinsicWidth 200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"nooYLAxU0\":{\"layout\":[\"fixed\",\"auto\"]},\"hB4W2EFH6\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"CId6nxnUC\":\"title\",\"kp38NTCTs\":\"link\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const Framerbw6jSAqBi=withCSS(Component,css,\"framer-PGVIj\");export default Framerbw6jSAqBi;Framerbw6jSAqBi.displayName=\"Navbar - Sections\";Framerbw6jSAqBi.defaultProps={height:48,width:200};addPropertyControls(Framerbw6jSAqBi,{variant:{options:[\"wcc2LyFT0\",\"nooYLAxU0\",\"hB4W2EFH6\"],optionTitles:[\"Single\",\"Products\",\"Products - Open\"],title:\"Variant\",type:ControlType.Enum},CId6nxnUC:{defaultValue:\"Solu\\xe7\\xf5es\",displayTextArea:false,title:\"Title\",type:ControlType.String},kp38NTCTs:{title:\"Link\",type:ControlType.Link}});addFonts(Framerbw6jSAqBi,[{explicitInter:true,fonts:[{family:\"Plus Jakarta Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/plusjakartasans/v8/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_TknNTxXUEKi4Rw.woff2\",weight:\"700\"}]},...NavbarLinksFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerbw6jSAqBi\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"CId6nxnUC\\\":\\\"title\\\",\\\"kp38NTCTs\\\":\\\"link\\\"}\",\"framerComponentViewportWidth\":\"true\",\"framerColorSyntax\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"nooYLAxU0\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"hB4W2EFH6\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"48\",\"framerIntrinsicWidth\":\"200\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./bw6jSAqBi.map", "// Generated by Framer (1e08357)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,RichText,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const enabledGestures={xfk2fd8hK:{hover:true}};const cycleOrder=[\"xfk2fd8hK\"];const serializationHash=\"framer-wGErR\";const variantClassNames={xfk2fd8hK:\"framer-v-133wdac\"};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 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 getProps=({click,height,hover,id,link,text,visible,width,...props})=>{var _ref;return{...props,PzxILncq3:(_ref=text!==null&&text!==void 0?text:props.PzxILncq3)!==null&&_ref!==void 0?_ref:\"Teste\",Q9f31ABy2:visible!==null&&visible!==void 0?visible:props.Q9f31ABy2,RERWw1eje:link!==null&&link!==void 0?link:props.RERWw1eje,SbCOM8RDs:click!==null&&click!==void 0?click:props.SbCOM8RDs,WByl_L7QH:hover!==null&&hover!==void 0?hover:props.WByl_L7QH};};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,PzxILncq3,RERWw1eje,Q9f31ABy2,SbCOM8RDs,WByl_L7QH,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"xfk2fd8hK\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1xokjbe=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(SbCOM8RDs){const res=await SbCOM8RDs(...args);if(res===false)return false;}});const onMouseEnterovmil5=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});if(WByl_L7QH){const res=await WByl_L7QH(...args);if(res===false)return false;}});const ref1=React.useRef(null);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__*/_jsx(Link,{href:RERWw1eje,children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-133wdac\",className,classNames)} framer-1ubqvoa`,\"data-framer-name\":\"Section\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"xfk2fd8hK\",onMouseEnter:onMouseEnterovmil5,onTap:onTap1xokjbe,ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({\"xfk2fd8hK-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UGx1cyBKYWthcnRhIFNhbnMtNjAw\",\"--framer-font-family\":'\"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"126%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-b925fe7e-3dae-44ec-a004-971ce31b0131, rgb(41, 46, 54)))\"},children:\"Teste\"})}),className:\"framer-1894giu\",fonts:[\"GF;Plus Jakarta Sans-600\"],layoutDependency:layoutDependency,layoutId:\"PmZkNYVbY\",style:{\"--extracted-r6o4lv\":\"var(--token-b925fe7e-3dae-44ec-a004-971ce31b0131, rgb(41, 46, 54))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:PzxILncq3,variants:{\"xfk2fd8hK-hover\":{\"--extracted-r6o4lv\":\"var(--token-e431fac3-19d3-4977-a6d6-d328f4a3ad5a, rgb(2, 110, 210))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"xfk2fd8hK-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UGx1cyBKYWthcnRhIFNhbnMtNjAw\",\"--framer-font-family\":'\"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"126%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e431fac3-19d3-4977-a6d6-d328f4a3ad5a, rgb(2, 110, 210)))\"},children:\"Teste\"})})}},baseVariant,gestureVariant)}),Q9f31ABy2&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-199osyb\",\"data-framer-name\":\"Arrow\",layoutDependency:layoutDependency,layoutId:\"XbPGewu2F\",style:{rotate:0},variants:{\"xfk2fd8hK-hover\":{rotate:-180}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-f5wwi\",\"data-framer-name\":\"Icon\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"sPdv3ncCo\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 14 14\"><path d=\"M 3 5.5 L 7 9.5 L 11 5.5\" fill=\"transparent\" stroke-width=\"2\" stroke=\"var(--token-b925fe7e-3dae-44ec-a004-971ce31b0131, rgb(41, 46, 54)) /* {&quot;name&quot;:&quot;Title&quot;} */\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>',svgContentId:9901204643,withExternalLayout:true,...addPropertyOverrides({\"xfk2fd8hK-hover\":{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 14 14\"><path d=\"M 3 5.5 L 7 9.5 L 11 5.5\" fill=\"transparent\" stroke-width=\"2\" stroke=\"var(--token-e431fac3-19d3-4977-a6d6-d328f4a3ad5a, rgb(0, 94, 172)) /* {&quot;name&quot;:&quot;100%&quot;} */\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>',svgContentId:11577432646}},baseVariant,gestureVariant)})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-wGErR.framer-1ubqvoa, .framer-wGErR .framer-1ubqvoa { display: block; }\",\".framer-wGErR.framer-133wdac { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: center; padding: 16px 8px 16px 8px; position: relative; text-decoration: none; width: min-content; }\",\".framer-wGErR .framer-1894giu { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-wGErR .framer-199osyb { 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-wGErR .framer-f5wwi { flex: none; height: 14px; position: relative; width: 14px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-wGErR.framer-133wdac, .framer-wGErR .framer-199osyb { gap: 0px; } .framer-wGErR.framer-133wdac > * { margin: 0px; margin-left: calc(6px / 2); margin-right: calc(6px / 2); } .framer-wGErR.framer-133wdac > :first-child, .framer-wGErR .framer-199osyb > :first-child { margin-left: 0px; } .framer-wGErR.framer-133wdac > :last-child, .framer-wGErR .framer-199osyb > :last-child { margin-right: 0px; } .framer-wGErR .framer-199osyb > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 52\n * @framerIntrinsicWidth 58\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"DDDIWaZaL\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"PzxILncq3\":\"text\",\"RERWw1eje\":\"link\",\"Q9f31ABy2\":\"visible\",\"SbCOM8RDs\":\"click\",\"WByl_L7QH\":\"hover\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerL8klaQpM0=withCSS(Component,css,\"framer-wGErR\");export default FramerL8klaQpM0;FramerL8klaQpM0.displayName=\"Navbar - Sections [2]\";FramerL8klaQpM0.defaultProps={height:52,width:58};addPropertyControls(FramerL8klaQpM0,{PzxILncq3:{defaultValue:\"Teste\",description:\"\",displayTextArea:true,title:\"Text\",type:ControlType.String},RERWw1eje:{title:\"Link\",type:ControlType.Link},Q9f31ABy2:{defaultValue:false,title:\"Visible\",type:ControlType.Boolean},SbCOM8RDs:{title:\"Click\",type:ControlType.EventHandler},WByl_L7QH:{title:\"Hover\",type:ControlType.EventHandler}});addFonts(FramerL8klaQpM0,[{explicitInter:true,fonts:[{family:\"Plus Jakarta Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/plusjakartasans/v8/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_d0nNTxXUEKi4Rw.woff2\",weight:\"600\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerL8klaQpM0\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"58\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"DDDIWaZaL\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerVariables\":\"{\\\"PzxILncq3\\\":\\\"text\\\",\\\"RERWw1eje\\\":\\\"link\\\",\\\"Q9f31ABy2\\\":\\\"visible\\\",\\\"SbCOM8RDs\\\":\\\"click\\\",\\\"WByl_L7QH\\\":\\\"hover\\\"}\",\"framerIntrinsicHeight\":\"52\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./L8klaQpM0.map", "// Generated by Framer (1e08357)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"ybXgg6__g\",\"rprt4gyyg\",\"CbzwvQpId\",\"GkbPAaeuG\"];const serializationHash=\"framer-gfSpl\";const variantClassNames={CbzwvQpId:\"framer-v-1mykpxy\",GkbPAaeuG:\"framer-v-1nspkpt\",rprt4gyyg:\"framer-v-a0riih\",ybXgg6__g:\"framer-v-1pdxm5u\"};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 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={\"Primary - 24px\":\"rprt4gyyg\",\"Primary - 32px\":\"ybXgg6__g\",\"Secundary - 24px\":\"GkbPAaeuG\",\"Secundary - 32px\":\"CbzwvQpId\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"ybXgg6__g\"};};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,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"ybXgg6__g\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);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__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1pdxm5u\",className,classNames),\"data-framer-name\":\"Primary - 32px\",layoutDependency:layoutDependency,layoutId:\"ybXgg6__g\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({CbzwvQpId:{\"data-framer-name\":\"Secundary - 32px\"},GkbPAaeuG:{\"data-framer-name\":\"Secundary - 24px\"},rprt4gyyg:{\"data-framer-name\":\"Primary - 24px\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1vaeyzr\",\"data-framer-name\":\"Vector\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"siCx_yg_E\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 99 32\"><path d=\"M 0.427 18.23 C 0.427 13.313 0.418 8.456 0.435 3.598 C 0.439 2.565 0.705 1.588 1.529 0.868 C 2.116 0.354 2.814 0.019 3.606 0.018 C 8.098 0.003 12.59 -0.016 17.081 0.024 C 18.832 0.039 20.235 1.435 20.25 3.224 C 20.277 6.671 20.264 10.118 20.25 13.566 C 20.248 14.016 20.351 14.212 20.823 14.42 C 22.252 15.048 23.041 16.242 23.34 17.74 C 23.703 19.56 23.642 21.392 23.47 23.23 C 23.227 25.832 22.428 28.258 21.212 30.566 C 20.713 31.513 20 32.006 18.879 31.993 C 16.148 31.959 13.417 31.933 10.688 31.999 C 8.883 32.041 8.055 31.186 7.778 29.489 C 7.483 27.696 6.444 26.305 5.052 25.183 C 4.793 24.974 4.333 24.933 3.969 24.943 C 3.011 24.971 2.199 24.721 1.487 24.055 C 0.947 23.55 0.618 22.941 0.565 22.251 C 0.464 20.934 0.468 19.609 0.427 18.229 Z M 8.977 15.937 L 8.977 21.033 C 8.746 20.893 8.592 20.83 8.479 20.723 C 8.089 20.357 7.725 19.962 7.33 19.601 C 6.53 18.869 5.598 18.407 4.491 18.596 C 3.406 18.78 2.515 19.802 3.346 20.919 C 3.699 21.395 4.203 21.779 4.687 22.142 C 5.435 22.702 6.293 23.132 6.985 23.749 C 8.675 25.253 9.769 27.119 10.18 29.359 C 10.208 29.509 10.46 29.731 10.608 29.732 C 13.416 29.754 16.223 29.748 19.041 29.748 C 19.374 29.028 19.771 28.348 20.007 27.615 C 20.455 26.235 20.855 24.836 21.184 23.425 C 21.366 22.645 21.464 21.82 21.42 21.025 C 21.36 19.945 21.146 18.871 20.964 17.8 C 20.763 16.623 20.55 16.466 19.329 16.466 C 19.171 16.466 19.012 16.473 18.854 16.465 C 18.397 16.441 18.223 16.665 18.235 17.102 C 18.25 17.703 18.239 18.305 18.239 18.906 L 17.408 18.906 L 17.408 17.713 C 17.408 16.247 17.405 16.249 15.918 16.345 C 15.547 16.369 15.362 16.493 15.381 16.903 C 15.412 17.577 15.389 18.253 15.389 18.916 L 14.676 18.916 C 14.676 18.531 14.67 18.163 14.678 17.796 C 14.714 15.986 14.516 16.393 13.207 16.344 C 12.68 16.324 12.517 16.569 12.535 17.051 C 12.555 17.67 12.54 18.291 12.54 18.903 L 11.708 18.903 C 11.708 16.467 11.663 14.061 11.731 11.658 C 11.757 10.762 10.946 10.161 10.317 10.135 C 9.605 10.105 8.98 10.86 8.978 11.65 C 8.975 13.04 8.978 14.43 8.978 15.937 Z M 12.579 3.537 C 11.456 3.181 10.314 3.058 9.152 3.304 C 7.395 3.677 5.959 4.571 4.945 6.043 C 3.993 7.425 3.5 8.935 3.737 10.657 C 3.917 11.96 4.434 13.087 5.235 14.1 C 5.608 14.57 6.402 14.618 6.864 14.263 C 7.441 13.821 7.686 13.007 7.281 12.533 C 6.484 11.601 6.301 10.535 6.359 9.371 C 6.41 8.377 6.871 7.541 7.561 6.921 C 8.535 6.045 9.703 5.654 11.103 5.863 C 13.01 6.147 14.502 7.838 14.562 9.755 C 14.594 10.795 14.202 11.676 13.631 12.51 C 13.342 12.932 13.28 13.342 13.585 13.825 C 13.864 14.268 14.191 14.448 14.711 14.482 C 15.496 14.534 15.763 14.004 16.103 13.477 C 17.818 10.812 17.485 7.523 15.277 5.296 C 14.557 4.568 13.552 4.117 12.579 3.536 Z M 82.269 22.302 C 83.28 24.449 84.945 25.438 87.293 25.412 C 88.511 25.399 89.673 25.244 90.75 24.662 C 91.945 24.015 92.736 23.019 92.778 21.677 C 92.82 20.337 92.105 19.252 90.847 18.747 C 89.477 18.197 88.043 17.783 86.609 17.421 C 84.33 16.845 82.032 16.306 80.093 14.921 C 78.634 13.877 77.69 12.478 77.47 10.621 C 77.308 9.255 77.413 7.969 77.958 6.704 C 78.5 5.449 79.373 4.489 80.521 3.76 C 82.249 2.665 84.163 2.266 86.189 2.099 C 88.036 1.946 89.83 2.068 91.579 2.609 C 94.073 3.379 96.057 4.753 96.88 7.379 C 97.245 8.549 97.112 9.582 96.197 10.47 C 95.182 11.454 93.466 11.307 92.695 10.135 C 92.283 9.499 91.893 8.85 91.527 8.187 C 90.809 6.907 89.7 6.155 88.261 6.029 C 86.892 5.909 85.504 5.922 84.225 6.593 C 83.304 7.075 82.657 7.793 82.501 8.807 C 82.388 9.552 82.769 10.2 83.329 10.707 C 84.526 11.791 86.073 12.074 87.562 12.462 C 89.902 13.072 92.27 13.57 94.446 14.692 C 96.474 15.738 97.815 17.328 98.119 19.555 C 98.445 21.954 98.074 24.243 96.369 26.183 C 94.932 27.821 93.092 28.726 91.014 29.133 C 89.678 29.395 88.318 29.513 86.956 29.487 C 84.551 29.437 82.198 29.006 80.228 27.505 C 78.262 26.005 76.916 24.126 76.891 21.533 C 76.881 20.539 77.906 19.256 79.181 19.255 C 80.615 19.253 81.197 19.925 81.763 21.119 C 81.94 21.493 82.084 21.882 82.269 22.302 Z M 54.453 14.22 C 55.643 11.137 56.841 8.105 58.016 5.063 C 58.799 3.037 60.234 2.185 62.126 2.149 C 63.992 2.114 65.577 3.16 66.344 5.219 C 67.461 8.222 68.69 11.183 69.867 14.164 C 70.947 16.899 72.02 19.636 73.095 22.373 C 73.502 23.408 73.875 24.457 74.318 25.476 C 74.883 26.776 74.297 28.271 73.065 28.816 C 71.661 29.439 70.034 28.696 69.515 27.286 C 68.629 24.882 67.635 22.516 66.688 20.134 C 66.179 18.856 65.67 17.577 65.168 16.296 C 64.246 13.946 63.33 11.595 62.408 9.246 C 62.363 9.131 62.287 9.028 62.126 8.743 C 61.807 9.533 61.55 10.166 61.299 10.802 C 60.362 13.168 59.423 15.533 58.491 17.901 C 57.42 20.619 56.356 23.34 55.283 26.057 C 55.061 26.617 54.843 27.181 54.569 27.717 C 54.047 28.743 53.108 29.113 52.03 29.024 C 51.005 28.94 50.199 28.362 49.895 27.379 C 49.622 26.497 49.895 25.623 50.256 24.766 C 50.759 23.57 51.127 22.32 51.613 21.116 C 52.537 18.825 53.502 16.549 54.452 14.22 Z M 38.543 21.873 L 38.543 7.444 C 38.356 7.434 38.187 7.417 38.017 7.417 C 35.723 7.415 33.428 7.403 31.133 7.42 C 29.724 7.431 28.662 6.628 28.468 5.128 C 28.296 3.795 29.509 2.472 30.751 2.474 C 37.496 2.484 44.24 2.488 50.985 2.469 C 51.975 2.467 53.131 3.64 53.168 4.615 C 53.23 6.215 52.491 6.975 51.259 7.342 C 51.073 7.392 50.881 7.416 50.688 7.412 C 48.32 7.417 45.951 7.416 43.531 7.416 L 43.531 8.085 C 43.531 14.232 43.536 20.38 43.527 26.527 C 43.525 27.927 42.741 28.84 41.611 29.017 C 40.177 29.241 39.233 28.851 38.595 27.38 C 38.529 27.229 38.545 27.038 38.545 26.866 C 38.542 25.221 38.543 23.576 38.543 21.873 Z\" fill=\"var(--token-51fefdc3-93d2-42ee-a5b9-c50088a92fa8, rgb(2, 110, 210)) /* {&quot;name&quot;:&quot;Main 100% -&gt; White&quot;} */\"></path><path d=\"M 58.967 24.115 C 59.101 23.397 59.313 22.796 59.859 22.301 C 60.373 21.834 60.987 21.706 61.596 21.661 C 62.368 21.605 63.162 21.657 63.93 21.771 C 65.027 21.935 66.002 23.604 65.702 24.668 C 65.308 26.066 64.297 26.725 62.967 26.693 C 62.044 26.67 61.101 26.813 60.233 26.335 C 59.581 25.977 59.234 25.421 59.086 24.72 C 59.041 24.519 59.001 24.318 58.967 24.115 Z\" fill=\"var(--token-51fefdc3-93d2-42ee-a5b9-c50088a92fa8, rgb(2, 110, 210)) /* {&quot;name&quot;:&quot;Main 100% -&gt; White&quot;} */\"></path></svg>',svgContentId:12020404277,withExternalLayout:true,...addPropertyOverrides({CbzwvQpId:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 99 32\"><path d=\"M 0.427 18.23 C 0.427 13.313 0.418 8.456 0.435 3.598 C 0.439 2.565 0.705 1.588 1.529 0.868 C 2.116 0.354 2.814 0.019 3.606 0.018 C 8.098 0.003 12.59 -0.016 17.081 0.024 C 18.832 0.039 20.235 1.435 20.25 3.224 C 20.277 6.671 20.264 10.118 20.25 13.566 C 20.248 14.016 20.351 14.212 20.823 14.42 C 22.252 15.048 23.041 16.242 23.34 17.74 C 23.703 19.56 23.642 21.392 23.47 23.23 C 23.227 25.832 22.428 28.258 21.212 30.566 C 20.713 31.513 20 32.006 18.879 31.993 C 16.148 31.959 13.417 31.933 10.688 31.999 C 8.883 32.041 8.055 31.186 7.778 29.489 C 7.483 27.696 6.444 26.305 5.052 25.183 C 4.793 24.974 4.333 24.933 3.969 24.943 C 3.011 24.971 2.199 24.721 1.487 24.055 C 0.947 23.55 0.618 22.941 0.565 22.251 C 0.464 20.934 0.468 19.609 0.427 18.229 Z M 8.977 15.937 L 8.977 21.033 C 8.746 20.893 8.592 20.83 8.479 20.723 C 8.089 20.357 7.725 19.962 7.33 19.601 C 6.53 18.869 5.598 18.407 4.491 18.596 C 3.406 18.78 2.515 19.802 3.346 20.919 C 3.699 21.395 4.203 21.779 4.687 22.142 C 5.435 22.702 6.293 23.132 6.985 23.749 C 8.675 25.253 9.769 27.119 10.18 29.359 C 10.208 29.509 10.46 29.731 10.608 29.732 C 13.416 29.754 16.223 29.748 19.041 29.748 C 19.374 29.028 19.771 28.348 20.007 27.615 C 20.455 26.235 20.855 24.836 21.184 23.425 C 21.366 22.645 21.464 21.82 21.42 21.025 C 21.36 19.945 21.146 18.871 20.964 17.8 C 20.763 16.623 20.55 16.466 19.329 16.466 C 19.171 16.466 19.012 16.473 18.854 16.465 C 18.397 16.441 18.223 16.665 18.235 17.102 C 18.25 17.703 18.239 18.305 18.239 18.906 L 17.408 18.906 L 17.408 17.713 C 17.408 16.247 17.405 16.249 15.918 16.345 C 15.547 16.369 15.362 16.493 15.381 16.903 C 15.412 17.577 15.389 18.253 15.389 18.916 L 14.676 18.916 C 14.676 18.531 14.67 18.163 14.678 17.796 C 14.714 15.986 14.516 16.393 13.207 16.344 C 12.68 16.324 12.517 16.569 12.535 17.051 C 12.555 17.67 12.54 18.291 12.54 18.903 L 11.708 18.903 C 11.708 16.467 11.663 14.061 11.731 11.658 C 11.757 10.762 10.946 10.161 10.317 10.135 C 9.605 10.105 8.98 10.86 8.978 11.65 C 8.975 13.04 8.978 14.43 8.978 15.937 Z M 12.579 3.537 C 11.456 3.181 10.314 3.058 9.152 3.304 C 7.395 3.677 5.959 4.571 4.945 6.043 C 3.993 7.425 3.5 8.935 3.737 10.657 C 3.917 11.96 4.434 13.087 5.235 14.1 C 5.608 14.57 6.402 14.618 6.864 14.263 C 7.441 13.821 7.686 13.007 7.281 12.533 C 6.484 11.601 6.301 10.535 6.359 9.371 C 6.41 8.377 6.871 7.541 7.561 6.921 C 8.535 6.045 9.703 5.654 11.103 5.863 C 13.01 6.147 14.502 7.838 14.562 9.755 C 14.594 10.795 14.202 11.676 13.631 12.51 C 13.342 12.932 13.28 13.342 13.585 13.825 C 13.864 14.268 14.191 14.448 14.711 14.482 C 15.496 14.534 15.763 14.004 16.103 13.477 C 17.818 10.812 17.485 7.523 15.277 5.296 C 14.557 4.568 13.552 4.117 12.579 3.536 Z M 82.269 22.302 C 83.28 24.449 84.945 25.438 87.293 25.412 C 88.511 25.399 89.673 25.244 90.75 24.662 C 91.945 24.015 92.736 23.019 92.778 21.677 C 92.82 20.337 92.105 19.252 90.847 18.747 C 89.477 18.197 88.043 17.783 86.609 17.421 C 84.33 16.845 82.032 16.306 80.093 14.921 C 78.634 13.877 77.69 12.478 77.47 10.621 C 77.308 9.255 77.413 7.969 77.958 6.704 C 78.5 5.449 79.373 4.489 80.521 3.76 C 82.249 2.665 84.163 2.266 86.189 2.099 C 88.036 1.946 89.83 2.068 91.579 2.609 C 94.073 3.379 96.057 4.753 96.88 7.379 C 97.245 8.549 97.112 9.582 96.197 10.47 C 95.182 11.454 93.466 11.307 92.695 10.135 C 92.283 9.499 91.893 8.85 91.527 8.187 C 90.809 6.907 89.7 6.155 88.261 6.029 C 86.892 5.909 85.504 5.922 84.225 6.593 C 83.304 7.075 82.657 7.793 82.501 8.807 C 82.388 9.552 82.769 10.2 83.329 10.707 C 84.526 11.791 86.073 12.074 87.562 12.462 C 89.902 13.072 92.27 13.57 94.446 14.692 C 96.474 15.738 97.815 17.328 98.119 19.555 C 98.445 21.954 98.074 24.243 96.369 26.183 C 94.932 27.821 93.092 28.726 91.014 29.133 C 89.678 29.395 88.318 29.513 86.956 29.487 C 84.551 29.437 82.198 29.006 80.228 27.505 C 78.262 26.005 76.916 24.126 76.891 21.533 C 76.881 20.539 77.906 19.256 79.181 19.255 C 80.615 19.253 81.197 19.925 81.763 21.119 C 81.94 21.493 82.084 21.882 82.269 22.302 Z M 54.453 14.22 C 55.643 11.137 56.841 8.105 58.016 5.063 C 58.799 3.037 60.234 2.185 62.126 2.149 C 63.992 2.114 65.577 3.16 66.344 5.219 C 67.461 8.222 68.69 11.183 69.867 14.164 C 70.947 16.899 72.02 19.636 73.095 22.373 C 73.502 23.408 73.875 24.457 74.318 25.476 C 74.883 26.776 74.297 28.271 73.065 28.816 C 71.661 29.439 70.034 28.696 69.515 27.286 C 68.629 24.882 67.635 22.516 66.688 20.134 C 66.179 18.856 65.67 17.577 65.168 16.296 C 64.246 13.946 63.33 11.595 62.408 9.246 C 62.363 9.131 62.287 9.028 62.126 8.743 C 61.807 9.533 61.55 10.166 61.299 10.802 C 60.362 13.168 59.423 15.533 58.491 17.901 C 57.42 20.619 56.356 23.34 55.283 26.057 C 55.061 26.617 54.843 27.181 54.569 27.717 C 54.047 28.743 53.108 29.113 52.03 29.024 C 51.005 28.94 50.199 28.362 49.895 27.379 C 49.622 26.497 49.895 25.623 50.256 24.766 C 50.759 23.57 51.127 22.32 51.613 21.116 C 52.537 18.825 53.502 16.549 54.452 14.22 Z M 38.543 21.873 L 38.543 7.444 C 38.356 7.434 38.187 7.417 38.017 7.417 C 35.723 7.415 33.428 7.403 31.133 7.42 C 29.724 7.431 28.662 6.628 28.468 5.128 C 28.296 3.795 29.509 2.472 30.751 2.474 C 37.496 2.484 44.24 2.488 50.985 2.469 C 51.975 2.467 53.131 3.64 53.168 4.615 C 53.23 6.215 52.491 6.975 51.259 7.342 C 51.073 7.392 50.881 7.416 50.688 7.412 C 48.32 7.417 45.951 7.416 43.531 7.416 L 43.531 8.085 C 43.531 14.232 43.536 20.38 43.527 26.527 C 43.525 27.927 42.741 28.84 41.611 29.017 C 40.177 29.241 39.233 28.851 38.595 27.38 C 38.529 27.229 38.545 27.038 38.545 26.866 C 38.542 25.221 38.543 23.576 38.543 21.873 Z\" fill=\"rgb(255, 255, 255)\"></path><path d=\"M 58.967 24.115 C 59.101 23.397 59.313 22.796 59.859 22.301 C 60.373 21.834 60.987 21.706 61.596 21.661 C 62.368 21.605 63.162 21.657 63.93 21.771 C 65.027 21.935 66.002 23.604 65.702 24.668 C 65.308 26.066 64.297 26.725 62.967 26.693 C 62.044 26.67 61.101 26.813 60.233 26.335 C 59.581 25.977 59.234 25.421 59.086 24.72 C 59.041 24.519 59.001 24.318 58.967 24.115 Z\" fill=\"rgb(255, 255, 255)\"></path></svg>',svgContentId:12120151268},GkbPAaeuG:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 74 24\"><path d=\"M 0.319 13.673 C 0.319 9.985 0.313 6.342 0.325 2.699 C 0.328 1.924 0.527 1.191 1.143 0.651 C 1.582 0.266 2.104 0.014 2.696 0.014 C 6.053 0.002 9.411 -0.012 12.767 0.018 C 14.077 0.029 15.125 1.076 15.136 2.418 C 15.156 5.003 15.147 7.589 15.136 10.175 C 15.135 10.512 15.212 10.659 15.565 10.815 C 16.633 11.286 17.222 12.182 17.446 13.305 C 17.718 14.67 17.672 16.044 17.543 17.423 C 17.361 19.374 16.764 21.194 15.856 22.925 C 15.483 23.635 14.95 24.005 14.111 23.995 C 12.07 23.969 10.029 23.95 7.989 23.999 C 6.64 24.031 6.021 23.39 5.814 22.117 C 5.593 20.772 4.817 19.729 3.776 18.887 C 3.583 18.731 3.239 18.7 2.967 18.707 C 2.251 18.728 1.644 18.541 1.112 18.041 C 0.708 17.663 0.462 17.206 0.422 16.688 C 0.347 15.701 0.35 14.707 0.319 13.672 Z M 6.71 11.953 L 6.71 15.775 C 6.538 15.67 6.422 15.622 6.338 15.542 C 6.046 15.268 5.774 14.971 5.479 14.701 C 4.881 14.152 4.184 13.805 3.357 13.947 C 2.546 14.085 1.88 14.851 2.501 15.689 C 2.765 16.046 3.142 16.334 3.504 16.606 C 4.062 17.026 4.704 17.349 5.221 17.812 C 6.484 18.94 7.302 20.339 7.609 22.019 C 7.63 22.132 7.818 22.298 7.929 22.299 C 10.028 22.315 12.126 22.311 14.233 22.311 C 14.481 21.771 14.778 21.261 14.955 20.711 C 15.289 19.676 15.588 18.627 15.834 17.569 C 15.97 16.984 16.044 16.365 16.011 15.769 C 15.966 14.959 15.806 14.153 15.67 13.35 C 15.52 12.467 15.36 12.349 14.448 12.349 C 14.33 12.349 14.211 12.355 14.093 12.349 C 13.751 12.331 13.621 12.499 13.63 12.826 C 13.642 13.277 13.633 13.729 13.633 14.179 L 13.012 14.179 L 13.012 13.285 C 13.012 12.185 13.01 12.187 11.898 12.259 C 11.621 12.277 11.483 12.37 11.497 12.677 C 11.52 13.183 11.503 13.69 11.503 14.187 L 10.97 14.187 C 10.97 13.898 10.966 13.622 10.972 13.347 C 10.998 11.989 10.85 12.295 9.872 12.258 C 9.478 12.243 9.356 12.427 9.369 12.788 C 9.384 13.252 9.373 13.718 9.373 14.177 L 8.752 14.177 C 8.752 12.35 8.718 10.546 8.769 8.743 C 8.788 8.071 8.182 7.621 7.712 7.601 C 7.18 7.579 6.712 8.145 6.711 8.737 C 6.708 9.78 6.711 10.822 6.711 11.953 Z M 9.403 2.653 C 8.563 2.386 7.71 2.293 6.841 2.478 C 5.527 2.758 4.454 3.428 3.696 4.532 C 2.985 5.569 2.616 6.701 2.793 7.993 C 2.928 8.97 3.314 9.815 3.913 10.575 C 4.192 10.927 4.785 10.963 5.131 10.697 C 5.562 10.366 5.745 9.755 5.442 9.4 C 4.847 8.701 4.71 7.901 4.753 7.028 C 4.791 6.283 5.136 5.656 5.652 5.191 C 6.38 4.534 7.253 4.24 8.299 4.397 C 9.725 4.61 10.84 5.878 10.885 7.316 C 10.909 8.096 10.616 8.757 10.189 9.382 C 9.973 9.699 9.927 10.006 10.155 10.369 C 10.363 10.701 10.608 10.836 10.996 10.861 C 11.583 10.9 11.783 10.503 12.036 10.108 C 13.318 8.109 13.069 5.642 11.419 3.972 C 10.881 3.426 10.13 3.088 9.403 2.652 Z M 61.494 16.726 C 62.25 18.337 63.494 19.078 65.249 19.059 C 66.16 19.049 67.028 18.933 67.833 18.496 C 68.726 18.011 69.318 17.264 69.349 16.258 C 69.38 15.253 68.846 14.439 67.906 14.06 C 66.882 13.648 65.81 13.337 64.738 13.066 C 63.034 12.634 61.317 12.229 59.868 11.191 C 58.777 10.408 58.071 9.358 57.907 7.966 C 57.786 6.941 57.864 5.977 58.272 5.028 C 58.677 4.087 59.329 3.367 60.188 2.82 C 61.479 1.999 62.91 1.699 64.424 1.574 C 65.805 1.459 67.146 1.551 68.453 1.957 C 70.317 2.534 71.8 3.565 72.415 5.534 C 72.688 6.412 72.589 7.186 71.905 7.852 C 71.146 8.59 69.864 8.48 69.287 7.601 C 68.979 7.125 68.688 6.637 68.414 6.14 C 67.878 5.18 67.049 4.616 65.973 4.522 C 64.949 4.432 63.912 4.441 62.956 4.945 C 62.268 5.306 61.784 5.845 61.668 6.605 C 61.583 7.164 61.868 7.65 62.286 8.03 C 63.181 8.843 64.338 9.055 65.451 9.346 C 67.2 9.804 68.97 10.177 70.596 11.019 C 72.112 11.803 73.114 12.996 73.342 14.666 C 73.585 16.465 73.308 18.182 72.034 19.637 C 70.959 20.866 69.584 21.544 68.031 21.85 C 67.032 22.046 66.015 22.135 64.998 22.115 C 63.2 22.078 61.441 21.754 59.969 20.629 C 58.499 19.504 57.493 18.094 57.474 16.15 C 57.466 15.404 58.233 14.442 59.186 14.441 C 60.258 14.44 60.693 14.944 61.116 15.839 C 61.248 16.12 61.356 16.411 61.494 16.726 Z M 40.702 10.665 C 41.592 8.353 42.487 6.079 43.366 3.797 C 43.951 2.278 45.024 1.639 46.437 1.612 C 47.833 1.585 49.017 2.37 49.591 3.914 C 50.426 6.166 51.344 8.387 52.224 10.623 C 53.031 12.674 53.833 14.727 54.637 16.78 C 54.941 17.556 55.22 18.343 55.551 19.107 C 55.973 20.082 55.535 21.203 54.614 21.612 C 53.565 22.079 52.349 21.522 51.961 20.464 C 51.299 18.661 50.556 16.887 49.847 15.1 C 49.467 14.142 49.087 13.183 48.712 12.222 C 48.022 10.459 47.337 8.696 46.649 6.934 C 46.615 6.848 46.558 6.771 46.437 6.557 C 46.199 7.15 46.007 7.624 45.82 8.101 C 45.119 9.876 44.417 11.65 43.72 13.426 C 42.92 15.464 42.125 17.505 41.323 19.543 C 41.157 19.963 40.994 20.386 40.789 20.788 C 40.399 21.557 39.697 21.835 38.891 21.768 C 38.125 21.705 37.523 21.271 37.295 20.534 C 37.091 19.873 37.295 19.217 37.565 18.574 C 37.941 17.677 38.216 16.74 38.58 15.837 C 39.27 14.119 39.992 12.412 40.702 10.665 Z M 28.81 16.405 L 28.81 5.583 C 28.67 5.576 28.544 5.563 28.417 5.563 C 26.702 5.561 24.986 5.552 23.271 5.565 C 22.218 5.573 21.424 4.971 21.279 3.846 C 21.15 2.846 22.057 1.854 22.985 1.856 C 28.027 1.863 33.068 1.866 38.11 1.852 C 38.85 1.85 39.714 2.73 39.742 3.461 C 39.788 4.661 39.236 5.231 38.315 5.507 C 38.176 5.544 38.032 5.562 37.888 5.559 C 36.118 5.563 34.347 5.562 32.538 5.562 L 32.538 6.064 C 32.538 10.674 32.542 15.285 32.535 19.895 C 32.534 20.945 31.948 21.63 31.103 21.763 C 30.031 21.931 29.326 21.638 28.849 20.535 C 28.8 20.422 28.812 20.279 28.812 20.15 C 28.809 18.916 28.81 17.682 28.81 16.405 Z\" fill=\"rgb(255, 255, 255)\"></path><path d=\"M 44.076 18.086 C 44.176 17.548 44.335 17.097 44.743 16.726 C 45.127 16.375 45.586 16.279 46.042 16.246 C 46.618 16.204 47.212 16.243 47.786 16.328 C 48.606 16.451 49.335 17.703 49.11 18.501 C 48.816 19.549 48.061 20.044 47.066 20.02 C 46.376 20.002 45.672 20.11 45.023 19.751 C 44.535 19.483 44.276 19.066 44.165 18.54 C 44.132 18.39 44.102 18.238 44.076 18.086 Z\" fill=\"rgb(255, 255, 255)\"></path></svg>',svgContentId:8813810910},rprt4gyyg:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 74 24\"><path d=\"M 0.319 13.673 C 0.319 9.985 0.313 6.342 0.325 2.699 C 0.328 1.924 0.527 1.191 1.143 0.651 C 1.582 0.266 2.104 0.014 2.696 0.014 C 6.053 0.002 9.411 -0.012 12.767 0.018 C 14.077 0.029 15.125 1.076 15.136 2.418 C 15.156 5.003 15.147 7.589 15.136 10.175 C 15.135 10.512 15.212 10.659 15.565 10.815 C 16.633 11.286 17.222 12.182 17.446 13.305 C 17.718 14.67 17.672 16.044 17.543 17.423 C 17.361 19.374 16.764 21.194 15.856 22.925 C 15.483 23.635 14.95 24.005 14.111 23.995 C 12.07 23.969 10.029 23.95 7.989 23.999 C 6.64 24.031 6.021 23.39 5.814 22.117 C 5.593 20.772 4.817 19.729 3.776 18.887 C 3.583 18.731 3.239 18.7 2.967 18.707 C 2.251 18.728 1.644 18.541 1.112 18.041 C 0.708 17.663 0.462 17.206 0.422 16.688 C 0.347 15.701 0.35 14.707 0.319 13.672 Z M 6.71 11.953 L 6.71 15.775 C 6.538 15.67 6.422 15.622 6.338 15.542 C 6.046 15.268 5.774 14.971 5.479 14.701 C 4.881 14.152 4.184 13.805 3.357 13.947 C 2.546 14.085 1.88 14.851 2.501 15.689 C 2.765 16.046 3.142 16.334 3.504 16.606 C 4.062 17.026 4.704 17.349 5.221 17.812 C 6.484 18.94 7.302 20.339 7.609 22.019 C 7.63 22.132 7.818 22.298 7.929 22.299 C 10.028 22.315 12.126 22.311 14.233 22.311 C 14.481 21.771 14.778 21.261 14.955 20.711 C 15.289 19.676 15.588 18.627 15.834 17.569 C 15.97 16.984 16.044 16.365 16.011 15.769 C 15.966 14.959 15.806 14.153 15.67 13.35 C 15.52 12.467 15.36 12.349 14.448 12.349 C 14.33 12.349 14.211 12.355 14.093 12.349 C 13.751 12.331 13.621 12.499 13.63 12.826 C 13.642 13.277 13.633 13.729 13.633 14.179 L 13.012 14.179 L 13.012 13.285 C 13.012 12.185 13.01 12.187 11.898 12.259 C 11.621 12.277 11.483 12.37 11.497 12.677 C 11.52 13.183 11.503 13.69 11.503 14.187 L 10.97 14.187 C 10.97 13.898 10.966 13.622 10.972 13.347 C 10.998 11.989 10.85 12.295 9.872 12.258 C 9.478 12.243 9.356 12.427 9.369 12.788 C 9.384 13.252 9.373 13.718 9.373 14.177 L 8.752 14.177 C 8.752 12.35 8.718 10.546 8.769 8.743 C 8.788 8.071 8.182 7.621 7.712 7.601 C 7.18 7.579 6.712 8.145 6.711 8.737 C 6.708 9.78 6.711 10.822 6.711 11.953 Z M 9.403 2.653 C 8.563 2.386 7.71 2.293 6.841 2.478 C 5.527 2.758 4.454 3.428 3.696 4.532 C 2.985 5.569 2.616 6.701 2.793 7.993 C 2.928 8.97 3.314 9.815 3.913 10.575 C 4.192 10.927 4.785 10.963 5.131 10.697 C 5.562 10.366 5.745 9.755 5.442 9.4 C 4.847 8.701 4.71 7.901 4.753 7.028 C 4.791 6.283 5.136 5.656 5.652 5.191 C 6.38 4.534 7.253 4.24 8.299 4.397 C 9.725 4.61 10.84 5.878 10.885 7.316 C 10.909 8.096 10.616 8.757 10.189 9.382 C 9.973 9.699 9.927 10.006 10.155 10.369 C 10.363 10.701 10.608 10.836 10.996 10.861 C 11.583 10.9 11.783 10.503 12.036 10.108 C 13.318 8.109 13.069 5.642 11.419 3.972 C 10.881 3.426 10.13 3.088 9.403 2.652 Z M 61.494 16.726 C 62.25 18.337 63.494 19.078 65.249 19.059 C 66.16 19.049 67.028 18.933 67.833 18.496 C 68.726 18.011 69.318 17.264 69.349 16.258 C 69.38 15.253 68.846 14.439 67.906 14.06 C 66.882 13.648 65.81 13.337 64.738 13.066 C 63.034 12.634 61.317 12.229 59.868 11.191 C 58.777 10.408 58.071 9.358 57.907 7.966 C 57.786 6.941 57.864 5.977 58.272 5.028 C 58.677 4.087 59.329 3.367 60.188 2.82 C 61.479 1.999 62.91 1.699 64.424 1.574 C 65.805 1.459 67.146 1.551 68.453 1.957 C 70.317 2.534 71.8 3.565 72.415 5.534 C 72.688 6.412 72.589 7.186 71.905 7.852 C 71.146 8.59 69.864 8.48 69.287 7.601 C 68.979 7.125 68.688 6.637 68.414 6.14 C 67.878 5.18 67.049 4.616 65.973 4.522 C 64.949 4.432 63.912 4.441 62.956 4.945 C 62.268 5.306 61.784 5.845 61.668 6.605 C 61.583 7.164 61.868 7.65 62.286 8.03 C 63.181 8.843 64.338 9.055 65.451 9.346 C 67.2 9.804 68.97 10.177 70.596 11.019 C 72.112 11.803 73.114 12.996 73.342 14.666 C 73.585 16.465 73.308 18.182 72.034 19.637 C 70.959 20.866 69.584 21.544 68.031 21.85 C 67.032 22.046 66.015 22.135 64.998 22.115 C 63.2 22.078 61.441 21.754 59.969 20.629 C 58.499 19.504 57.493 18.094 57.474 16.15 C 57.466 15.404 58.233 14.442 59.186 14.441 C 60.258 14.44 60.693 14.944 61.116 15.839 C 61.248 16.12 61.356 16.411 61.494 16.726 Z M 40.702 10.665 C 41.592 8.353 42.487 6.079 43.366 3.797 C 43.951 2.278 45.024 1.639 46.437 1.612 C 47.833 1.585 49.017 2.37 49.591 3.914 C 50.426 6.166 51.344 8.387 52.224 10.623 C 53.031 12.674 53.833 14.727 54.637 16.78 C 54.941 17.556 55.22 18.343 55.551 19.107 C 55.973 20.082 55.535 21.203 54.614 21.612 C 53.565 22.079 52.349 21.522 51.961 20.464 C 51.299 18.661 50.556 16.887 49.847 15.1 C 49.467 14.142 49.087 13.183 48.712 12.222 C 48.022 10.459 47.337 8.696 46.649 6.934 C 46.615 6.848 46.558 6.771 46.437 6.557 C 46.199 7.15 46.007 7.624 45.82 8.101 C 45.119 9.876 44.417 11.65 43.72 13.426 C 42.92 15.464 42.125 17.505 41.323 19.543 C 41.157 19.963 40.994 20.386 40.789 20.788 C 40.399 21.557 39.697 21.835 38.891 21.768 C 38.125 21.705 37.523 21.271 37.295 20.534 C 37.091 19.873 37.295 19.217 37.565 18.574 C 37.941 17.677 38.216 16.74 38.58 15.837 C 39.27 14.119 39.992 12.412 40.702 10.665 Z M 28.81 16.405 L 28.81 5.583 C 28.67 5.576 28.544 5.563 28.417 5.563 C 26.702 5.561 24.986 5.552 23.271 5.565 C 22.218 5.573 21.424 4.971 21.279 3.846 C 21.15 2.846 22.057 1.854 22.985 1.856 C 28.027 1.863 33.068 1.866 38.11 1.852 C 38.85 1.85 39.714 2.73 39.742 3.461 C 39.788 4.661 39.236 5.231 38.315 5.507 C 38.176 5.544 38.032 5.562 37.888 5.559 C 36.118 5.563 34.347 5.562 32.538 5.562 L 32.538 6.064 C 32.538 10.674 32.542 15.285 32.535 19.895 C 32.534 20.945 31.948 21.63 31.103 21.763 C 30.031 21.931 29.326 21.638 28.849 20.535 C 28.8 20.422 28.812 20.279 28.812 20.15 C 28.809 18.916 28.81 17.682 28.81 16.405 Z\" fill=\"var(--token-51fefdc3-93d2-42ee-a5b9-c50088a92fa8, rgb(2, 110, 210)) /* {&quot;name&quot;:&quot;Main 100% -&gt; White&quot;} */\"></path><path d=\"M 44.076 18.086 C 44.176 17.548 44.335 17.097 44.743 16.726 C 45.127 16.375 45.586 16.279 46.042 16.246 C 46.618 16.204 47.212 16.243 47.786 16.328 C 48.606 16.451 49.335 17.703 49.11 18.501 C 48.816 19.549 48.061 20.044 47.066 20.02 C 46.376 20.002 45.672 20.11 45.023 19.751 C 44.535 19.483 44.276 19.066 44.165 18.54 C 44.132 18.39 44.102 18.238 44.076 18.086 Z\" fill=\"var(--token-51fefdc3-93d2-42ee-a5b9-c50088a92fa8, rgb(2, 110, 210)) /* {&quot;name&quot;:&quot;Main 100% -&gt; White&quot;} */\"></path></svg>',svgContentId:11344413521}},baseVariant,gestureVariant)})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-gfSpl.framer-a3lgek, .framer-gfSpl .framer-a3lgek { display: block; }\",\".framer-gfSpl.framer-1pdxm5u { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; padding: 0px; position: relative; width: min-content; }\",\".framer-gfSpl .framer-1vaeyzr { flex: none; height: 32px; position: relative; width: 99px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-gfSpl.framer-1pdxm5u { gap: 0px; } .framer-gfSpl.framer-1pdxm5u > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-gfSpl.framer-1pdxm5u > :first-child { margin-top: 0px; } .framer-gfSpl.framer-1pdxm5u > :last-child { margin-bottom: 0px; } }\",\".framer-gfSpl.framer-v-a0riih .framer-1vaeyzr, .framer-gfSpl.framer-v-1nspkpt .framer-1vaeyzr { height: 24px; width: 74px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 32\n * @framerIntrinsicWidth 99\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"rprt4gyyg\":{\"layout\":[\"auto\",\"auto\"]},\"CbzwvQpId\":{\"layout\":[\"auto\",\"auto\"]},\"GkbPAaeuG\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerXc6nVKhOi=withCSS(Component,css,\"framer-gfSpl\");export default FramerXc6nVKhOi;FramerXc6nVKhOi.displayName=\"Logo\";FramerXc6nVKhOi.defaultProps={height:32,width:99};addPropertyControls(FramerXc6nVKhOi,{variant:{options:[\"ybXgg6__g\",\"rprt4gyyg\",\"CbzwvQpId\",\"GkbPAaeuG\"],optionTitles:[\"Primary - 32px\",\"Primary - 24px\",\"Secundary - 32px\",\"Secundary - 24px\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerXc6nVKhOi,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerXc6nVKhOi\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"32\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"rprt4gyyg\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"CbzwvQpId\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"GkbPAaeuG\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"99\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Xc6nVKhOi.map", "// Generated by Framer (c105afa)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,Floating,getFonts,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 SingleToggle from\"https://framerusercontent.com/modules/cmTtXrGIgvlXurH1sYiX/ZgwhEqhQeYK7PemoMOZB/Vuw93iw32.js\";import NavbarSections from\"https://framerusercontent.com/modules/axAI9dvuh3tQx3Xib7sF/THgPt78PIi4Phfi2oxou/bw6jSAqBi.js\";import NavbarLinks from\"https://framerusercontent.com/modules/7KEVwPWDPxR2V3lIqaU7/GIfOQygOlYT78wWShNw4/CsgIy7Vwd.js\";import NavbarSections2 from\"https://framerusercontent.com/modules/yMiPcW4HJDXGwc4PUmbF/hWaGG6Mrk84sSn71N4RH/L8klaQpM0.js\";import Button from\"https://framerusercontent.com/modules/lFSghAODM35Y7UJ4wice/Ix0yUhRYeeDSQSth9gpp/oC_PPUKnl.js\";import Logo from\"https://framerusercontent.com/modules/neck8cbRmp4PMXybeLLO/h8uwM2gQ36L211thaXVT/Xc6nVKhOi.js\";const LogoFonts=getFonts(Logo);const SingleToggleFonts=getFonts(SingleToggle);const NavbarSections2Fonts=getFonts(NavbarSections2);const NavbarLinksFonts=getFonts(NavbarLinks);const MotionDivWithFX=withFX(motion.div);const ButtonFonts=getFonts(Button);const NavbarSectionsFonts=getFonts(NavbarSections);const cycleOrder=[\"QMHeza8G3\",\"okWFrJqjg\",\"l5SdrnmsW\",\"NY3Nsi_Yn\",\"G4NWVwqvL\"];const serializationHash=\"framer-ovqxM\";const variantClassNames={G4NWVwqvL:\"framer-v-1tlzbew\",l5SdrnmsW:\"framer-v-1ws9hhw\",NY3Nsi_Yn:\"framer-v-rzzj49\",okWFrJqjg:\"framer-v-v8akmm\",QMHeza8G3:\"framer-v-p6zcu1\"};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: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 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={\"Phone - Open\":\"G4NWVwqvL\",\"Tablet - Open\":\"okWFrJqjg\",Desktop:\"QMHeza8G3\",Phone:\"NY3Nsi_Yn\",Tablet:\"l5SdrnmsW\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"QMHeza8G3\"};};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,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"QMHeza8G3\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const WByl_L7QHtxyyif=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.show();});const onTap1h1kjtz=activeVariantCallback(async(...args)=>{setVariant(\"HMjlnjMt9\");});const onTap1fl13mt=activeVariantCallback(async(...args)=>{setVariant(\"l5SdrnmsW\");});const onTapgzhfpy=activeVariantCallback(async(...args)=>{setVariant(\"okWFrJqjg\");});const onTap16sejee=activeVariantCallback(async(...args)=>{setVariant(\"G4NWVwqvL\");});const onTap12vfqm=activeVariantCallback(async(...args)=>{setVariant(\"NY3Nsi_Yn\");});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if([\"okWFrJqjg\",\"l5SdrnmsW\",\"NY3Nsi_Yn\",\"G4NWVwqvL\"].includes(baseVariant))return false;return true;};const ref1=React.useRef(null);const ref2=React.useRef(null);const router=useRouter();const isDisplayed1=()=>{if([\"okWFrJqjg\",\"l5SdrnmsW\",\"NY3Nsi_Yn\",\"G4NWVwqvL\"].includes(baseVariant))return true;return false;};const isDisplayed2=()=>{if([\"okWFrJqjg\",\"G4NWVwqvL\"].includes(baseVariant))return false;return true;};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-p6zcu1\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"QMHeza8G3\",ref:refBinding,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-4622e5e8-777f-4e93-be1d-b20b29a1dcb3, rgb(214, 219, 225))\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",backgroundColor:\"var(--token-28ba3146-0f1d-49e7-900a-36c920279906, rgb(255, 255, 255))\",...style},...addPropertyOverrides({G4NWVwqvL:{\"data-framer-name\":\"Phone - Open\"},l5SdrnmsW:{\"data-framer-name\":\"Tablet\"},NY3Nsi_Yn:{\"data-framer-name\":\"Phone\"},okWFrJqjg:{\"data-framer-name\":\"Tablet - Open\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1i6j7y\",\"data-framer-name\":\"Container\",layoutDependency:layoutDependency,layoutId:\"rGz1X2KAL\",style:{backgroundColor:\"var(--token-28ba3146-0f1d-49e7-900a-36c920279906, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1hn9ni3\",\"data-framer-name\":\"Logo\",layoutDependency:layoutDependency,layoutId:\"d3YG6Hcqs\",children:[/*#__PURE__*/_jsx(Link,{href:{hash:\":LGmPgt4dR\",webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"ug6we9U3l\",openInNewTab:false,scopeId:\"UKgd4CXyI\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-oj8k35 framer-t8lryv\",\"data-framer-name\":\"Redirect - Inicio\",layoutDependency:layoutDependency,layoutId:\"ug6we9U3l\"})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,y:(componentViewport?.y||0)+0+0+34+0,...addPropertyOverrides({G4NWVwqvL:{y:(componentViewport?.y||0)+0+0+24+0},l5SdrnmsW:{y:(componentViewport?.y||0)+0+0+24+0},NY3Nsi_Yn:{y:(componentViewport?.y||0)+0+0+24+0},okWFrJqjg:{y:(componentViewport?.y||0)+0+0+24+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-qlqe4q-container\",layoutDependency:layoutDependency,layoutId:\"rEWf4x1jG-container\",nodeId:\"rEWf4x1jG\",rendersWithMotion:true,scopeId:\"UKgd4CXyI\",children:/*#__PURE__*/_jsx(Logo,{height:\"100%\",id:\"rEWf4x1jG\",layoutId:\"rEWf4x1jG\",variant:\"ybXgg6__g\",width:\"100%\",...addPropertyOverrides({G4NWVwqvL:{variant:\"rprt4gyyg\"},l5SdrnmsW:{variant:\"rprt4gyyg\"},NY3Nsi_Yn:{variant:\"rprt4gyyg\"},okWFrJqjg:{variant:\"rprt4gyyg\"}},baseVariant,gestureVariant)})})})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1v6h0ox-container\",\"data-framer-name\":\"Dark&Light\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"bRzezRwAw-container\",name:\"Dark&Light\",nodeId:\"bRzezRwAw\",rendersWithMotion:true,scopeId:\"UKgd4CXyI\",children:/*#__PURE__*/_jsx(SingleToggle,{d0DRJtbRf:\"Sun\",height:\"100%\",id:\"bRzezRwAw\",ixZIJysro:\"fill\",layoutId:\"bRzezRwAw\",LTl4MmErQ:\"Moon\",name:\"Dark&Light\",Tib6Q7ZnQ:\"var(--token-b925fe7e-3dae-44ec-a004-971ce31b0131, rgb(41, 46, 54))\",width:\"100%\"})})}),isDisplayed()&&/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:52,y:(componentViewport?.y||0)+0+0+24,children:/*#__PURE__*/_jsxs(SmartComponentScopedContainer,{className:\"framer-1ofkfmv-container\",\"data-framer-name\":\"Produtos\",id:`${layoutId}-1ofkfmv`,layoutDependency:layoutDependency,layoutId:\"KJYFBwNjS-container\",name:\"Produtos\",nodeId:\"KJYFBwNjS\",ref:ref1,rendersWithMotion:true,scopeId:\"UKgd4CXyI\",children:[/*#__PURE__*/_jsx(NavbarSections2,{height:\"100%\",id:\"KJYFBwNjS\",layoutId:\"KJYFBwNjS\",name:\"Produtos\",PzxILncq3:\"Produtos\",Q9f31ABy2:true,WByl_L7QH:WByl_L7QHtxyyif({overlay}),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}-1ofkfmv`,offsetX:-.5625101202749647,offsetY:.08332263298507314,onDismiss:overlay.hide,placement:\"bottom\",safeArea:true,zIndex:11,children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation1,className:\"framer-ai8x3c\",\"data-border\":true,exit:animation,initial:animation2,layoutDependency:layoutDependency,layoutId:\"Xqapk5zzO\",ref:ref2,role:\"dialog\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-4622e5e8-777f-4e93-be1d-b20b29a1dcb3, rgb(214, 219, 225))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-28ba3146-0f1d-49e7-900a-36c920279906, rgb(255, 255, 255))\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,boxShadow:\"0px 4px 8px 0px rgba(0, 0, 0, 0.15)\"},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1s05ayl\",layoutDependency:layoutDependency,layoutId:\"fqT9w8Xgr\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UGx1cyBKYWthcnRhIFNhbnMtODAw\",\"--framer-font-family\":'\"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"800\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-51fefdc3-93d2-42ee-a5b9-c50088a92fa8, rgb(0, 94, 172)))\"},children:\"Totem\"})}),className:\"framer-r9nsku\",fonts:[\"GF;Plus Jakarta Sans-800\"],layoutDependency:layoutDependency,layoutId:\"wac56T02g\",style:{\"--extracted-r6o4lv\":\"var(--token-51fefdc3-93d2-42ee-a5b9-c50088a92fa8, rgb(0, 94, 172))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1fcjb9x\",layoutDependency:layoutDependency,layoutId:\"jZHNnRrXk\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"ZKJi13a0j\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-rfq952-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"mqaduUPnM-container\",nodeId:\"mqaduUPnM\",rendersWithMotion:true,scopeId:\"UKgd4CXyI\",children:/*#__PURE__*/_jsx(NavbarLinks,{height:\"100%\",id:\"mqaduUPnM\",layoutId:\"mqaduUPnM\",NSaHQYi5J:resolvedLinks[0],style:{height:\"100%\"},variant:\"jPwypNnxu\",wDvQjqSzC:\"PTB200\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"Ldsq0g3tX\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-heuwl6-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"sbIzI8eOO-container\",nodeId:\"sbIzI8eOO\",rendersWithMotion:true,scopeId:\"UKgd4CXyI\",children:/*#__PURE__*/_jsx(NavbarLinks,{height:\"100%\",id:\"sbIzI8eOO\",layoutId:\"sbIzI8eOO\",NSaHQYi5J:resolvedLinks1[0],style:{height:\"100%\"},variant:\"jPwypNnxu\",wDvQjqSzC:\"JTZ270\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"Ugpdp86IH\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"100px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-14s4v7w-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"sVc1jIH1v-container\",nodeId:\"sVc1jIH1v\",rendersWithMotion:true,scopeId:\"UKgd4CXyI\",children:/*#__PURE__*/_jsx(NavbarLinks,{height:\"100%\",id:\"sVc1jIH1v\",layoutId:\"sVc1jIH1v\",NSaHQYi5J:resolvedLinks2[0],style:{height:\"100%\",width:\"100%\"},variant:\"jPwypNnxu\",wDvQjqSzC:\"Mini - JTA 150\",width:\"100%\"})})})})]})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-71yo2j\",layoutDependency:layoutDependency,layoutId:\"sLmtFMp9X\",style:{backgroundColor:\"var(--token-4622e5e8-777f-4e93-be1d-b20b29a1dcb3, rgb(214, 219, 225))\",borderBottomLeftRadius:128,borderBottomRightRadius:128,borderTopLeftRadius:128,borderTopRightRadius:128}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-dz3di2\",layoutDependency:layoutDependency,layoutId:\"y3AzPEYKg\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UGx1cyBKYWthcnRhIFNhbnMtODAw\",\"--framer-font-family\":'\"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"800\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-51fefdc3-93d2-42ee-a5b9-c50088a92fa8, rgb(0, 94, 172)))\"},children:\"PDV\"})}),className:\"framer-bjy0hj\",fonts:[\"GF;Plus Jakarta Sans-800\"],layoutDependency:layoutDependency,layoutId:\"vT7FwK7mw\",style:{\"--extracted-r6o4lv\":\"var(--token-51fefdc3-93d2-42ee-a5b9-c50088a92fa8, rgb(0, 94, 172))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ejgwkw\",layoutDependency:layoutDependency,layoutId:\"B4cc5ZElB\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"a61EErOFz\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-18wyl9y-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"ZiyYOI6lf-container\",nodeId:\"ZiyYOI6lf\",rendersWithMotion:true,scopeId:\"UKgd4CXyI\",children:/*#__PURE__*/_jsx(NavbarLinks,{height:\"100%\",id:\"ZiyYOI6lf\",layoutId:\"ZiyYOI6lf\",NSaHQYi5J:resolvedLinks3[0],style:{height:\"100%\",width:\"100%\"},variant:\"jPwypNnxu\",wDvQjqSzC:\"JPH150 - C/ impressora\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"vKZY4WKKJ\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1mfa51x-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"Y863iNnmU-container\",nodeId:\"Y863iNnmU\",rendersWithMotion:true,scopeId:\"UKgd4CXyI\",children:/*#__PURE__*/_jsx(NavbarLinks,{height:\"100%\",id:\"Y863iNnmU\",layoutId:\"Y863iNnmU\",NSaHQYi5J:resolvedLinks4[0],style:{height:\"100%\",width:\"100%\"},variant:\"jPwypNnxu\",wDvQjqSzC:\"JPA150 - S/ impressora\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"pvsNbRyjs\"},implicitPathVariables:undefined}],children:resolvedLinks5=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-uwmb8b-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"hRe06vQwm-container\",nodeId:\"hRe06vQwm\",rendersWithMotion:true,scopeId:\"UKgd4CXyI\",children:/*#__PURE__*/_jsx(NavbarLinks,{height:\"100%\",id:\"hRe06vQwm\",layoutId:\"hRe06vQwm\",NSaHQYi5J:resolvedLinks5[0],style:{height:\"100%\",width:\"100%\"},variant:\"jPwypNnxu\",wDvQjqSzC:\"JPA110 - S/ impressora\",width:\"100%\"})})})})]})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-17h8e6j\",layoutDependency:layoutDependency,layoutId:\"ciHwJPuXk\",style:{backgroundColor:\"var(--token-4622e5e8-777f-4e93-be1d-b20b29a1dcb3, rgb(214, 219, 225))\",borderBottomLeftRadius:128,borderBottomRightRadius:128,borderTopLeftRadius:128,borderTopRightRadius:128}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ljoedv\",layoutDependency:layoutDependency,layoutId:\"hK_Z3Ipio\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UGx1cyBKYWthcnRhIFNhbnMtODAw\",\"--framer-font-family\":'\"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"800\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-51fefdc3-93d2-42ee-a5b9-c50088a92fa8, rgb(0, 94, 172)))\"},children:\"KDS\"})}),className:\"framer-1f5p0ls\",fonts:[\"GF;Plus Jakarta Sans-800\"],layoutDependency:layoutDependency,layoutId:\"WPV9UC9I8\",style:{\"--extracted-r6o4lv\":\"var(--token-51fefdc3-93d2-42ee-a5b9-c50088a92fa8, rgb(0, 94, 172))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-991vaz\",layoutDependency:layoutDependency,layoutId:\"uPBYgOKWN\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"lOM9s35j7\"},implicitPathVariables:undefined}],children:resolvedLinks6=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1supyyh-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"ZfzJSnkro-container\",nodeId:\"ZfzJSnkro\",rendersWithMotion:true,scopeId:\"UKgd4CXyI\",children:/*#__PURE__*/_jsx(NavbarLinks,{height:\"100%\",id:\"ZfzJSnkro\",layoutId:\"ZfzJSnkro\",NSaHQYi5J:resolvedLinks6[0],style:{height:\"100%\",width:\"100%\"},variant:\"jPwypNnxu\",wDvQjqSzC:\"JKL150 | JKL170\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"nU0qIJAyJ\"},implicitPathVariables:undefined}],children:resolvedLinks7=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-l48fcx-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"j_BXldIVK-container\",nodeId:\"j_BXldIVK\",rendersWithMotion:true,scopeId:\"UKgd4CXyI\",children:/*#__PURE__*/_jsx(NavbarLinks,{height:\"100%\",id:\"j_BXldIVK\",layoutId:\"j_BXldIVK\",NSaHQYi5J:resolvedLinks7[0],style:{height:\"100%\",width:\"100%\"},variant:\"jPwypNnxu\",wDvQjqSzC:\"JKA210\",width:\"100%\"})})})})]})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1djgely\",layoutDependency:layoutDependency,layoutId:\"dZbHZq3h0\",style:{backgroundColor:\"var(--token-4622e5e8-777f-4e93-be1d-b20b29a1dcb3, rgb(214, 219, 225))\",borderBottomLeftRadius:128,borderBottomRightRadius:128,borderTopLeftRadius:128,borderTopRightRadius:128}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-v6f0xj\",layoutDependency:layoutDependency,layoutId:\"vsn0lth5Y\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UGx1cyBKYWthcnRhIFNhbnMtODAw\",\"--framer-font-family\":'\"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"800\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-51fefdc3-93d2-42ee-a5b9-c50088a92fa8, rgb(0, 94, 172)))\"},children:\"Monitor\"})}),className:\"framer-muse7v\",fonts:[\"GF;Plus Jakarta Sans-800\"],layoutDependency:layoutDependency,layoutId:\"ZZYZWaHXS\",style:{\"--extracted-r6o4lv\":\"var(--token-51fefdc3-93d2-42ee-a5b9-c50088a92fa8, rgb(0, 94, 172))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-14r6k82\",layoutDependency:layoutDependency,layoutId:\"djUqwYw3f\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"COVvYgDqg\"},implicitPathVariables:undefined}],children:resolvedLinks8=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-jgmczz-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"xylNEfcLB-container\",nodeId:\"xylNEfcLB\",rendersWithMotion:true,scopeId:\"UKgd4CXyI\",children:/*#__PURE__*/_jsx(NavbarLinks,{height:\"100%\",id:\"xylNEfcLB\",layoutId:\"xylNEfcLB\",NSaHQYi5J:resolvedLinks8[0],style:{height:\"100%\",width:\"100%\"},variant:\"jPwypNnxu\",wDvQjqSzC:\"JMT170\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"OajvPPQp3\"},implicitPathVariables:undefined}],children:resolvedLinks9=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-8ffpyn-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"qnxevWfZf-container\",nodeId:\"qnxevWfZf\",rendersWithMotion:true,scopeId:\"UKgd4CXyI\",children:/*#__PURE__*/_jsx(NavbarLinks,{height:\"100%\",id:\"qnxevWfZf\",layoutId:\"qnxevWfZf\",NSaHQYi5J:resolvedLinks9[0],style:{height:\"100%\",width:\"100%\"},variant:\"jPwypNnxu\",wDvQjqSzC:\"ANWELL\",width:\"100%\"})})})})]})]})]})})})]})})})}),isDisplayed()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"xRnUFbPc8\"},implicitPathVariables:undefined}],children:resolvedLinks10=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:52,y:(componentViewport?.y||0)+0+0+24,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-10gpgn9-container\",\"data-framer-name\":\"Sobre\",layoutDependency:layoutDependency,layoutId:\"sFVBP3FTq-container\",name:\"Sobre\",nodeId:\"sFVBP3FTq\",rendersWithMotion:true,scopeId:\"UKgd4CXyI\",children:/*#__PURE__*/_jsx(NavbarSections2,{height:\"100%\",id:\"sFVBP3FTq\",layoutId:\"sFVBP3FTq\",name:\"Sobre\",PzxILncq3:\"Manuten\\xe7\\xe3o\",Q9f31ABy2:false,RERWw1eje:resolvedLinks10[0],width:\"100%\"})})})}),isDisplayed()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"qvVRdCiVN\"},implicitPathVariables:undefined}],children:resolvedLinks11=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:52,y:(componentViewport?.y||0)+0+0+24,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1g66hau-container\",\"data-framer-name\":\"Sobre\",layoutDependency:layoutDependency,layoutId:\"DZN9qchX1-container\",name:\"Sobre\",nodeId:\"DZN9qchX1\",rendersWithMotion:true,scopeId:\"UKgd4CXyI\",children:/*#__PURE__*/_jsx(NavbarSections2,{height:\"100%\",id:\"DZN9qchX1\",layoutId:\"DZN9qchX1\",name:\"Sobre\",PzxILncq3:\"Regi\\xf5es Cobertas\",Q9f31ABy2:false,RERWw1eje:resolvedLinks11[0],width:\"100%\"})})})}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:52,y:(componentViewport?.y||0)+0+0+24,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-lxq5fa-container\",\"data-framer-name\":\"Sobre\",layoutDependency:layoutDependency,layoutId:\"iHWQZws16-container\",name:\"Sobre\",nodeId:\"iHWQZws16\",rendersWithMotion:true,scopeId:\"UKgd4CXyI\",children:/*#__PURE__*/_jsx(NavbarSections2,{height:\"100%\",id:\"iHWQZws16\",layoutId:\"iHWQZws16\",name:\"Sobre\",PzxILncq3:\"SAC\",Q9f31ABy2:false,RERWw1eje:\"https://posvenda.primeinterway.com.br/index.php?noAUTO=1\",width:\"100%\"})})}),isDisplayed()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":GM0J0A9pa\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined}],children:resolvedLinks12=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,y:(componentViewport?.y||0)+0+0+26,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-tu0j2y-container\",layoutDependency:layoutDependency,layoutId:\"aeExobU63-container\",nodeId:\"aeExobU63\",rendersWithMotion:true,scopeId:\"UKgd4CXyI\",children:/*#__PURE__*/_jsx(Button,{flhAHWlbT:resolvedLinks12[0],height:\"100%\",id:\"aeExobU63\",IeuA6hYe2:false,IEzb2K1Fi:\"Contato\",layoutId:\"aeExobU63\",MwjLX4jhq:true,OnHDv1JK5:\"PTB 210 - Totem 21'' Android.pdf\",rkX1zKf1L:false,style:{height:\"100%\"},V_TURVune:false,variant:\"VnYO5hR7q\",vbGUaSg6J:false,width:\"100%\",xxBetmoHh:false})})})}),isDisplayed1()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1m71qu1\",\"data-framer-name\":\"Hamburguer\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"RbJds2_9R\",onTap:onTap1h1kjtz,...addPropertyOverrides({G4NWVwqvL:{onTap:onTap12vfqm},l5SdrnmsW:{onTap:onTapgzhfpy},NY3Nsi_Yn:{onTap:onTap16sejee},okWFrJqjg:{onTap:onTap1fl13mt}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1cok07u\",\"data-framer-name\":\"Bottom\",layoutDependency:layoutDependency,layoutId:\"cyUcOhvHG\",style:{backgroundColor:\"var(--token-b925fe7e-3dae-44ec-a004-971ce31b0131, rgb(41, 46, 54))\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,rotate:0},variants:{G4NWVwqvL:{rotate:45},l5SdrnmsW:{rotate:0},NY3Nsi_Yn:{rotate:0},okWFrJqjg:{rotate:45}}}),isDisplayed2()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-10bv895\",\"data-framer-name\":\"Middle\",layoutDependency:layoutDependency,layoutId:\"EKOwZTFMo\",style:{backgroundColor:\"var(--token-b925fe7e-3dae-44ec-a004-971ce31b0131, rgb(41, 46, 54))\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-zkheul\",\"data-framer-name\":\"Top\",layoutDependency:layoutDependency,layoutId:\"NTainUbOI\",style:{backgroundColor:\"var(--token-b925fe7e-3dae-44ec-a004-971ce31b0131, rgb(41, 46, 54))\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,rotate:0},variants:{G4NWVwqvL:{rotate:-45},l5SdrnmsW:{rotate:0},NY3Nsi_Yn:{rotate:0},okWFrJqjg:{rotate:-45}}})]})]}),isDisplayed1()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-499t5e\",\"data-framer-name\":\"Sections\",layoutDependency:layoutDependency,layoutId:\"ajqSYXLc8\",style:{backgroundColor:\"var(--token-28ba3146-0f1d-49e7-900a-36c920279906, rgb(255, 255, 255))\"},children:[isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({G4NWVwqvL:{height:48,width:`calc(${componentViewport?.width||\"100vw\"} - 48px)`,y:(componentViewport?.y||0)+0+80+16+0},l5SdrnmsW:{height:48,width:`calc(${componentViewport?.width||\"100vw\"} - 96px)`,y:(componentViewport?.y||0)+(componentViewport?.height||80)-1+0+0},NY3Nsi_Yn:{height:48,width:`calc(${componentViewport?.width||\"100vw\"} - 48px)`,y:(componentViewport?.y||0)+(componentViewport?.height||80)-1+0+0},okWFrJqjg:{height:48,width:`calc(${componentViewport?.width||\"100vw\"} - 96px)`,y:(componentViewport?.y||0)+0+80+16+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-4wrei2-container\",\"data-framer-name\":\"Produtos\",layoutDependency:layoutDependency,layoutId:\"tCWUuV23y-container\",name:\"Produtos\",nodeId:\"tCWUuV23y\",rendersWithMotion:true,scopeId:\"UKgd4CXyI\",children:/*#__PURE__*/_jsx(NavbarSections,{CId6nxnUC:\"Produtos\",height:\"100%\",id:\"tCWUuV23y\",layoutId:\"tCWUuV23y\",name:\"Produtos\",style:{width:\"100%\"},variant:\"nooYLAxU0\",width:\"100%\"})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"xRnUFbPc8\"},implicitPathVariables:undefined},{href:{webPageId:\"xRnUFbPc8\"},implicitPathVariables:undefined},{href:{webPageId:\"lmXFiQDDb\"},implicitPathVariables:undefined},{href:{webPageId:\"lmXFiQDDb\"},implicitPathVariables:undefined},{href:{webPageId:\"xRnUFbPc8\"},implicitPathVariables:undefined}],children:resolvedLinks13=>/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({G4NWVwqvL:{height:48,width:`calc(${componentViewport?.width||\"100vw\"} - 48px)`,y:(componentViewport?.y||0)+0+80+16+72},l5SdrnmsW:{height:48,width:`calc(${componentViewport?.width||\"100vw\"} - 96px)`,y:(componentViewport?.y||0)+(componentViewport?.height||80)-1+0+80},NY3Nsi_Yn:{height:48,width:`calc(${componentViewport?.width||\"100vw\"} - 48px)`,y:(componentViewport?.y||0)+(componentViewport?.height||80)-1+0+72},okWFrJqjg:{height:48,width:`calc(${componentViewport?.width||\"100vw\"} - 96px)`,y:(componentViewport?.y||0)+0+80+16+80}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1m1fcrh-container\",\"data-framer-name\":\"Manuten\\xe7\\xe3o\",layoutDependency:layoutDependency,layoutId:\"rT_myJ7AQ-container\",name:\"Manuten\\xe7\\xe3o\",nodeId:\"rT_myJ7AQ\",rendersWithMotion:true,scopeId:\"UKgd4CXyI\",children:/*#__PURE__*/_jsx(NavbarSections,{CId6nxnUC:\"Manuten\\xe7\\xe3o\",height:\"100%\",id:\"rT_myJ7AQ\",kp38NTCTs:resolvedLinks13[0],layoutId:\"rT_myJ7AQ\",name:\"Manuten\\xe7\\xe3o\",style:{width:\"100%\"},variant:\"wcc2LyFT0\",width:\"100%\",...addPropertyOverrides({G4NWVwqvL:{kp38NTCTs:resolvedLinks13[4]},l5SdrnmsW:{kp38NTCTs:resolvedLinks13[2]},NY3Nsi_Yn:{kp38NTCTs:resolvedLinks13[3]},okWFrJqjg:{kp38NTCTs:resolvedLinks13[1]}},baseVariant,gestureVariant)})})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"qvVRdCiVN\"},implicitPathVariables:undefined},{href:{webPageId:\"qvVRdCiVN\"},implicitPathVariables:undefined},{href:{webPageId:\"lmXFiQDDb\"},implicitPathVariables:undefined},{href:{webPageId:\"lmXFiQDDb\"},implicitPathVariables:undefined},{href:{webPageId:\"qvVRdCiVN\"},implicitPathVariables:undefined}],children:resolvedLinks14=>/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({G4NWVwqvL:{height:48,width:`calc(${componentViewport?.width||\"100vw\"} - 48px)`,y:(componentViewport?.y||0)+0+80+16+144},l5SdrnmsW:{height:48,width:`calc(${componentViewport?.width||\"100vw\"} - 96px)`,y:(componentViewport?.y||0)+(componentViewport?.height||80)-1+0+160},NY3Nsi_Yn:{height:48,width:`calc(${componentViewport?.width||\"100vw\"} - 48px)`,y:(componentViewport?.y||0)+(componentViewport?.height||80)-1+0+144},okWFrJqjg:{height:48,width:`calc(${componentViewport?.width||\"100vw\"} - 96px)`,y:(componentViewport?.y||0)+0+80+16+160}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1jix8jv-container\",\"data-framer-name\":\"Regi\\xf5es Cobertas\",layoutDependency:layoutDependency,layoutId:\"htCLDWnsx-container\",name:\"Regi\\xf5es Cobertas\",nodeId:\"htCLDWnsx\",rendersWithMotion:true,scopeId:\"UKgd4CXyI\",children:/*#__PURE__*/_jsx(NavbarSections,{CId6nxnUC:\"Regi\\xf5es Cobertas\",height:\"100%\",id:\"htCLDWnsx\",kp38NTCTs:resolvedLinks14[0],layoutId:\"htCLDWnsx\",name:\"Regi\\xf5es Cobertas\",style:{width:\"100%\"},variant:\"wcc2LyFT0\",width:\"100%\",...addPropertyOverrides({G4NWVwqvL:{kp38NTCTs:resolvedLinks14[4]},l5SdrnmsW:{kp38NTCTs:resolvedLinks14[2]},NY3Nsi_Yn:{kp38NTCTs:resolvedLinks14[3]},okWFrJqjg:{kp38NTCTs:resolvedLinks14[1]}},baseVariant,gestureVariant)})})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({G4NWVwqvL:{height:48,width:`calc(${componentViewport?.width||\"100vw\"} - 48px)`,y:(componentViewport?.y||0)+0+80+16+216},l5SdrnmsW:{height:48,width:`calc(${componentViewport?.width||\"100vw\"} - 96px)`,y:(componentViewport?.y||0)+(componentViewport?.height||80)-1+0+240},NY3Nsi_Yn:{height:48,width:`calc(${componentViewport?.width||\"100vw\"} - 48px)`,y:(componentViewport?.y||0)+(componentViewport?.height||80)-1+0+216},okWFrJqjg:{height:48,width:`calc(${componentViewport?.width||\"100vw\"} - 96px)`,y:(componentViewport?.y||0)+0+80+16+240}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1rmhogc-container\",\"data-framer-name\":\"SAC\",layoutDependency:layoutDependency,layoutId:\"j1tnl_bCw-container\",name:\"SAC\",nodeId:\"j1tnl_bCw\",rendersWithMotion:true,scopeId:\"UKgd4CXyI\",children:/*#__PURE__*/_jsx(NavbarSections,{CId6nxnUC:\"SAC\",height:\"100%\",id:\"j1tnl_bCw\",kp38NTCTs:\"https://posvenda.primeinterway.com.br/index.php?noAUTO=1\",layoutId:\"j1tnl_bCw\",name:\"SAC\",style:{width:\"100%\"},variant:\"wcc2LyFT0\",width:\"100%\"})})})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-ovqxM.framer-t8lryv, .framer-ovqxM .framer-t8lryv { display: block; }\",\".framer-ovqxM.framer-p6zcu1 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 1500px; }\",\".framer-ovqxM .framer-1i6j7y { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 48px; height: 100px; justify-content: center; overflow: visible; padding: 0px 160px 0px 160px; position: relative; width: 100%; }\",\".framer-ovqxM .framer-1hn9ni3 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-ovqxM .framer-oj8k35 { bottom: -10px; flex: none; left: -21px; overflow: visible; position: absolute; text-decoration: none; top: -10px; width: 135px; z-index: 1; }\",\".framer-ovqxM .framer-qlqe4q-container, .framer-ovqxM .framer-1v6h0ox-container, .framer-ovqxM .framer-1ofkfmv-container, .framer-ovqxM .framer-10gpgn9-container, .framer-ovqxM .framer-1g66hau-container, .framer-ovqxM .framer-lxq5fa-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-ovqxM .framer-ai8x3c { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 32px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-ovqxM .framer-1s05ayl, .framer-ovqxM .framer-dz3di2, .framer-ovqxM .framer-ljoedv, .framer-ovqxM .framer-v6f0xj { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-ovqxM .framer-r9nsku, .framer-ovqxM .framer-bjy0hj, .framer-ovqxM .framer-1f5p0ls, .framer-ovqxM .framer-muse7v { flex: none; height: 18px; position: relative; white-space: pre; width: auto; }\",\".framer-ovqxM .framer-1fcjb9x { 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: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-ovqxM .framer-rfq952-container, .framer-ovqxM .framer-heuwl6-container { flex: none; height: 40px; position: relative; width: auto; }\",\".framer-ovqxM .framer-14s4v7w-container { flex: none; height: 40px; position: relative; width: 100px; }\",\".framer-ovqxM .framer-71yo2j, .framer-ovqxM .framer-17h8e6j, .framer-ovqxM .framer-1djgely { flex: none; height: 170px; overflow: visible; position: relative; width: 1px; }\",\".framer-ovqxM .framer-1ejgwkw, .framer-ovqxM .framer-991vaz, .framer-ovqxM .framer-14r6k82 { align-content: center; align-items: center; align-self: stretch; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: auto; }\",\".framer-ovqxM .framer-18wyl9y-container, .framer-ovqxM .framer-1mfa51x-container, .framer-ovqxM .framer-uwmb8b-container, .framer-ovqxM .framer-1supyyh-container, .framer-ovqxM .framer-l48fcx-container, .framer-ovqxM .framer-jgmczz-container, .framer-ovqxM .framer-8ffpyn-container { flex: none; height: 40px; position: relative; width: 100%; }\",\".framer-ovqxM .framer-tu0j2y-container { flex: none; height: 48px; position: relative; width: auto; }\",\".framer-ovqxM .framer-1m71qu1 { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 6px; height: 48px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 48px; }\",\".framer-ovqxM .framer-1cok07u, .framer-ovqxM .framer-10bv895, .framer-ovqxM .framer-zkheul { flex: none; height: 2px; overflow: hidden; position: relative; width: 24px; will-change: var(--framer-will-change-override, transform); }\",\".framer-ovqxM .framer-499t5e { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; min-height: 96px; overflow: hidden; padding: 48px; position: relative; width: 100%; }\",\".framer-ovqxM .framer-4wrei2-container, .framer-ovqxM .framer-1m1fcrh-container, .framer-ovqxM .framer-1jix8jv-container, .framer-ovqxM .framer-1rmhogc-container { flex: none; height: auto; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-ovqxM.framer-p6zcu1, .framer-ovqxM .framer-1i6j7y, .framer-ovqxM .framer-1hn9ni3, .framer-ovqxM .framer-ai8x3c, .framer-ovqxM .framer-1s05ayl, .framer-ovqxM .framer-1fcjb9x, .framer-ovqxM .framer-dz3di2, .framer-ovqxM .framer-1ejgwkw, .framer-ovqxM .framer-ljoedv, .framer-ovqxM .framer-991vaz, .framer-ovqxM .framer-v6f0xj, .framer-ovqxM .framer-14r6k82, .framer-ovqxM .framer-1m71qu1, .framer-ovqxM .framer-499t5e { gap: 0px; } .framer-ovqxM.framer-p6zcu1 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-ovqxM.framer-p6zcu1 > :first-child, .framer-ovqxM .framer-1s05ayl > :first-child, .framer-ovqxM .framer-1fcjb9x > :first-child, .framer-ovqxM .framer-dz3di2 > :first-child, .framer-ovqxM .framer-1ejgwkw > :first-child, .framer-ovqxM .framer-ljoedv > :first-child, .framer-ovqxM .framer-991vaz > :first-child, .framer-ovqxM .framer-v6f0xj > :first-child, .framer-ovqxM .framer-14r6k82 > :first-child, .framer-ovqxM .framer-1m71qu1 > :first-child, .framer-ovqxM .framer-499t5e > :first-child { margin-top: 0px; } .framer-ovqxM.framer-p6zcu1 > :last-child, .framer-ovqxM .framer-1s05ayl > :last-child, .framer-ovqxM .framer-1fcjb9x > :last-child, .framer-ovqxM .framer-dz3di2 > :last-child, .framer-ovqxM .framer-1ejgwkw > :last-child, .framer-ovqxM .framer-ljoedv > :last-child, .framer-ovqxM .framer-991vaz > :last-child, .framer-ovqxM .framer-v6f0xj > :last-child, .framer-ovqxM .framer-14r6k82 > :last-child, .framer-ovqxM .framer-1m71qu1 > :last-child, .framer-ovqxM .framer-499t5e > :last-child { margin-bottom: 0px; } .framer-ovqxM .framer-1i6j7y > * { margin: 0px; margin-left: calc(48px / 2); margin-right: calc(48px / 2); } .framer-ovqxM .framer-1i6j7y > :first-child, .framer-ovqxM .framer-1hn9ni3 > :first-child, .framer-ovqxM .framer-ai8x3c > :first-child { margin-left: 0px; } .framer-ovqxM .framer-1i6j7y > :last-child, .framer-ovqxM .framer-1hn9ni3 > :last-child, .framer-ovqxM .framer-ai8x3c > :last-child { margin-right: 0px; } .framer-ovqxM .framer-1hn9ni3 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-ovqxM .framer-ai8x3c > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-ovqxM .framer-1s05ayl > *, .framer-ovqxM .framer-dz3di2 > *, .framer-ovqxM .framer-ljoedv > *, .framer-ovqxM .framer-v6f0xj > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-ovqxM .framer-1fcjb9x > *, .framer-ovqxM .framer-1ejgwkw > *, .framer-ovqxM .framer-991vaz > *, .framer-ovqxM .framer-14r6k82 > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-ovqxM .framer-1m71qu1 > * { margin: 0px; margin-bottom: calc(6px / 2); margin-top: calc(6px / 2); } .framer-ovqxM .framer-499t5e > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\",\".framer-ovqxM.framer-v-v8akmm.framer-p6zcu1 { min-height: calc(var(--framer-viewport-height, 100vh) * 1); width: 720px; }\",\".framer-ovqxM.framer-v-v8akmm .framer-1i6j7y, .framer-ovqxM.framer-v-1ws9hhw .framer-1i6j7y { gap: 24px; height: 80px; padding: 0px 36px 0px 48px; }\",\".framer-ovqxM.framer-v-v8akmm .framer-1hn9ni3, .framer-ovqxM.framer-v-v8akmm .framer-4wrei2-container, .framer-ovqxM.framer-v-1ws9hhw .framer-1hn9ni3, .framer-ovqxM.framer-v-1ws9hhw .framer-4wrei2-container, .framer-ovqxM.framer-v-rzzj49 .framer-1hn9ni3, .framer-ovqxM.framer-v-rzzj49 .framer-4wrei2-container, .framer-ovqxM.framer-v-1tlzbew .framer-1hn9ni3, .framer-ovqxM.framer-v-1tlzbew .framer-4wrei2-container { order: 0; }\",\".framer-ovqxM.framer-v-v8akmm .framer-oj8k35, .framer-ovqxM.framer-v-1ws9hhw .framer-oj8k35 { width: 116px; }\",\".framer-ovqxM.framer-v-v8akmm .framer-1v6h0ox-container, .framer-ovqxM.framer-v-v8akmm .framer-1m1fcrh-container, .framer-ovqxM.framer-v-1ws9hhw .framer-1v6h0ox-container, .framer-ovqxM.framer-v-1ws9hhw .framer-1m1fcrh-container, .framer-ovqxM.framer-v-rzzj49 .framer-1v6h0ox-container, .framer-ovqxM.framer-v-rzzj49 .framer-1m1fcrh-container, .framer-ovqxM.framer-v-1tlzbew .framer-1v6h0ox-container, .framer-ovqxM.framer-v-1tlzbew .framer-1m1fcrh-container { order: 1; }\",\".framer-ovqxM.framer-v-v8akmm .framer-1m71qu1, .framer-ovqxM.framer-v-1ws9hhw .framer-1m71qu1, .framer-ovqxM.framer-v-rzzj49 .framer-1m71qu1, .framer-ovqxM.framer-v-1tlzbew .framer-1m71qu1 { order: 8; }\",\".framer-ovqxM.framer-v-v8akmm .framer-zkheul, .framer-ovqxM.framer-v-1tlzbew .framer-zkheul { bottom: 23px; left: calc(50.00000000000002% - 24px / 2); position: absolute; z-index: 1; }\",\".framer-ovqxM.framer-v-v8akmm .framer-499t5e { gap: 32px; min-height: unset; padding: 16px 48px 48px 48px; }\",\".framer-ovqxM.framer-v-v8akmm .framer-1jix8jv-container, .framer-ovqxM.framer-v-1ws9hhw .framer-1jix8jv-container, .framer-ovqxM.framer-v-rzzj49 .framer-1jix8jv-container, .framer-ovqxM.framer-v-1tlzbew .framer-1jix8jv-container { order: 2; }\",\".framer-ovqxM.framer-v-v8akmm .framer-1rmhogc-container, .framer-ovqxM.framer-v-1ws9hhw .framer-1rmhogc-container, .framer-ovqxM.framer-v-rzzj49 .framer-1rmhogc-container, .framer-ovqxM.framer-v-1tlzbew .framer-1rmhogc-container { order: 3; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-ovqxM.framer-v-v8akmm .framer-1i6j7y, .framer-ovqxM.framer-v-v8akmm .framer-499t5e { gap: 0px; } .framer-ovqxM.framer-v-v8akmm .framer-1i6j7y > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-ovqxM.framer-v-v8akmm .framer-1i6j7y > :first-child { margin-left: 0px; } .framer-ovqxM.framer-v-v8akmm .framer-1i6j7y > :last-child { margin-right: 0px; } .framer-ovqxM.framer-v-v8akmm .framer-499t5e > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-ovqxM.framer-v-v8akmm .framer-499t5e > :first-child { margin-top: 0px; } .framer-ovqxM.framer-v-v8akmm .framer-499t5e > :last-child { margin-bottom: 0px; } }\",\".framer-ovqxM.framer-v-1ws9hhw.framer-p6zcu1 { width: 720px; }\",\".framer-ovqxM.framer-v-1ws9hhw .framer-zkheul, .framer-ovqxM.framer-v-rzzj49 .framer-zkheul { z-index: 1; }\",\".framer-ovqxM.framer-v-1ws9hhw .framer-499t5e { bottom: 0px; gap: 32px; height: 1px; left: calc(50.00000000000002% - 100% / 2); min-height: unset; padding: 0px 48px 0px 48px; position: absolute; z-index: 0; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-ovqxM.framer-v-1ws9hhw .framer-1i6j7y, .framer-ovqxM.framer-v-1ws9hhw .framer-499t5e { gap: 0px; } .framer-ovqxM.framer-v-1ws9hhw .framer-1i6j7y > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-ovqxM.framer-v-1ws9hhw .framer-1i6j7y > :first-child { margin-left: 0px; } .framer-ovqxM.framer-v-1ws9hhw .framer-1i6j7y > :last-child { margin-right: 0px; } .framer-ovqxM.framer-v-1ws9hhw .framer-499t5e > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-ovqxM.framer-v-1ws9hhw .framer-499t5e > :first-child { margin-top: 0px; } .framer-ovqxM.framer-v-1ws9hhw .framer-499t5e > :last-child { margin-bottom: 0px; } }\",\".framer-ovqxM.framer-v-rzzj49.framer-p6zcu1 { width: 420px; }\",\".framer-ovqxM.framer-v-rzzj49 .framer-1i6j7y, .framer-ovqxM.framer-v-1tlzbew .framer-1i6j7y { gap: 16px; height: 80px; padding: 0px 14px 0px 24px; }\",\".framer-ovqxM.framer-v-rzzj49 .framer-oj8k35, .framer-ovqxM.framer-v-1tlzbew .framer-oj8k35 { left: -11px; width: 97px; }\",\".framer-ovqxM.framer-v-rzzj49 .framer-499t5e { bottom: 0px; gap: 24px; height: 1px; left: calc(50.00000000000002% - 100% / 2); min-height: unset; padding: 0px 24px 0px 24px; position: absolute; z-index: 0; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-ovqxM.framer-v-rzzj49 .framer-1i6j7y, .framer-ovqxM.framer-v-rzzj49 .framer-499t5e { gap: 0px; } .framer-ovqxM.framer-v-rzzj49 .framer-1i6j7y > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-ovqxM.framer-v-rzzj49 .framer-1i6j7y > :first-child { margin-left: 0px; } .framer-ovqxM.framer-v-rzzj49 .framer-1i6j7y > :last-child { margin-right: 0px; } .framer-ovqxM.framer-v-rzzj49 .framer-499t5e > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-ovqxM.framer-v-rzzj49 .framer-499t5e > :first-child { margin-top: 0px; } .framer-ovqxM.framer-v-rzzj49 .framer-499t5e > :last-child { margin-bottom: 0px; } }\",\".framer-ovqxM.framer-v-1tlzbew.framer-p6zcu1 { min-height: calc(var(--framer-viewport-height, 100vh) * 1); width: 420px; }\",\".framer-ovqxM.framer-v-1tlzbew .framer-499t5e { gap: 24px; min-height: unset; padding: 16px 24px 24px 24px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-ovqxM.framer-v-1tlzbew .framer-1i6j7y, .framer-ovqxM.framer-v-1tlzbew .framer-499t5e { gap: 0px; } .framer-ovqxM.framer-v-1tlzbew .framer-1i6j7y > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-ovqxM.framer-v-1tlzbew .framer-1i6j7y > :first-child { margin-left: 0px; } .framer-ovqxM.framer-v-1tlzbew .framer-1i6j7y > :last-child { margin-right: 0px; } .framer-ovqxM.framer-v-1tlzbew .framer-499t5e > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-ovqxM.framer-v-1tlzbew .framer-499t5e > :first-child { margin-top: 0px; } .framer-ovqxM.framer-v-1tlzbew .framer-499t5e > :last-child { margin-bottom: 0px; } }\",'.framer-ovqxM[data-border=\"true\"]::after, .framer-ovqxM [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 100\n * @framerIntrinsicWidth 1500\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"okWFrJqjg\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,null,\"100vh\",null]},\"l5SdrnmsW\":{\"layout\":[\"fixed\",\"auto\"]},\"NY3Nsi_Yn\":{\"layout\":[\"fixed\",\"auto\"]},\"G4NWVwqvL\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,null,\"100vh\",null]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerUKgd4CXyI=withCSS(Component,css,\"framer-ovqxM\");export default FramerUKgd4CXyI;FramerUKgd4CXyI.displayName=\"Navbar\";FramerUKgd4CXyI.defaultProps={height:100,width:1500};addPropertyControls(FramerUKgd4CXyI,{variant:{options:[\"QMHeza8G3\",\"okWFrJqjg\",\"l5SdrnmsW\",\"NY3Nsi_Yn\",\"G4NWVwqvL\"],optionTitles:[\"Desktop\",\"Tablet - Open\",\"Tablet\",\"Phone\",\"Phone - Open\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerUKgd4CXyI,[{explicitInter:true,fonts:[{family:\"Plus Jakarta Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/plusjakartasans/v8/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_KUnNTxXUEKi4Rw.woff2\",weight:\"800\"}]},...LogoFonts,...SingleToggleFonts,...NavbarSections2Fonts,...NavbarLinksFonts,...ButtonFonts,...NavbarSectionsFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerUKgd4CXyI\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerColorSyntax\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"okWFrJqjg\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,null,\\\"100vh\\\",null]},\\\"l5SdrnmsW\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"NY3Nsi_Yn\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"G4NWVwqvL\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,null,\\\"100vh\\\",null]}}}\",\"framerIntrinsicWidth\":\"1500\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"100\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (0b8b5e5)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,RichText,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const enabledGestures={nKvpKafHF:{hover:true},Rr2GaxzSD:{hover:true}};const cycleOrder=[\"Rr2GaxzSD\",\"nKvpKafHF\",\"op1TLjNt3\"];const serializationHash=\"framer-go68E\";const variantClassNames={nKvpKafHF:\"framer-v-7gwhuq\",op1TLjNt3:\"framer-v-19mag37\",Rr2GaxzSD:\"framer-v-13ri2j3\"};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 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={\"Variant 2\":\"nKvpKafHF\",\"Variant 3\":\"op1TLjNt3\",Section:\"Rr2GaxzSD\"};const getProps=({call,height,id,link,title,width,zap,...props})=>{var _humanReadableVariantMap_props_variant,_ref,_ref1;return{...props,JKTUog_Sm:call!==null&&call!==void 0?call:props.JKTUog_Sm,St2u_cpfJ:zap!==null&&zap!==void 0?zap:props.St2u_cpfJ,TFdSVb8b7:link!==null&&link!==void 0?link:props.TFdSVb8b7,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"Rr2GaxzSD\",XfdYEmQ7H:(_ref1=title!==null&&title!==void 0?title:props.XfdYEmQ7H)!==null&&_ref1!==void 0?_ref1:\"Lore ipsum\"};};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,XfdYEmQ7H,TFdSVb8b7,JKTUog_Sm,St2u_cpfJ,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"Rr2GaxzSD\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);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__*/_jsx(Link,{href:TFdSVb8b7,children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-13ri2j3\",className,classNames)} framer-sa9rhn`,\"data-framer-name\":\"Section\",layoutDependency:layoutDependency,layoutId:\"Rr2GaxzSD\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({\"nKvpKafHF-hover\":{\"data-framer-name\":undefined},\"Rr2GaxzSD-hover\":{\"data-framer-name\":undefined},nKvpKafHF:{\"data-framer-name\":\"Variant 2\"},op1TLjNt3:{\"data-framer-name\":\"Variant 3\"}},baseVariant,gestureVariant),children:[JKTUog_Sm&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-y5i00b\",\"data-framer-name\":\"Call\",layoutDependency:layoutDependency,layoutId:\"DcghMI_vr\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1vvgvu4\",\"data-framer-name\":\"Vector\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"sB_Ts_HIR\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 16 16\"><path d=\"M 15.251 12.604 C 15.251 12.865 15.193 13.135 15.069 13.396 C 14.945 13.658 14.785 13.905 14.575 14.138 C 14.218 14.531 13.825 14.815 13.382 14.996 C 12.945 15.178 12.473 15.273 11.964 15.273 C 11.222 15.273 10.429 15.098 9.593 14.742 C 8.756 14.385 7.92 13.905 7.091 13.302 C 6.255 12.691 5.462 12.015 4.705 11.265 C 3.956 10.509 3.28 9.716 2.676 8.887 C 2.08 8.058 1.6 7.229 1.251 6.407 C 0.902 5.578 0.727 4.785 0.727 4.029 C 0.727 3.535 0.815 3.062 0.989 2.625 C 1.164 2.182 1.44 1.775 1.825 1.411 C 2.291 0.953 2.8 0.727 3.338 0.727 C 3.542 0.727 3.745 0.771 3.927 0.858 C 4.116 0.945 4.284 1.076 4.415 1.265 L 6.102 3.644 C 6.233 3.825 6.327 3.993 6.393 4.153 C 6.458 4.305 6.495 4.458 6.495 4.596 C 6.495 4.771 6.444 4.945 6.342 5.113 C 6.247 5.28 6.109 5.455 5.935 5.629 L 5.382 6.204 C 5.302 6.284 5.265 6.378 5.265 6.495 C 5.265 6.553 5.273 6.604 5.287 6.662 C 5.309 6.72 5.331 6.764 5.345 6.807 C 5.476 7.047 5.702 7.36 6.022 7.738 C 6.349 8.116 6.698 8.502 7.076 8.887 C 7.469 9.273 7.847 9.629 8.233 9.956 C 8.611 10.276 8.924 10.495 9.171 10.625 C 9.207 10.64 9.251 10.662 9.302 10.684 C 9.36 10.705 9.418 10.713 9.484 10.713 C 9.607 10.713 9.702 10.669 9.782 10.589 L 10.335 10.044 C 10.516 9.862 10.691 9.724 10.858 9.636 C 11.025 9.535 11.193 9.484 11.375 9.484 C 11.513 9.484 11.658 9.513 11.818 9.578 C 11.978 9.644 12.145 9.738 12.327 9.862 L 14.735 11.571 C 14.924 11.702 15.055 11.855 15.135 12.036 C 15.207 12.218 15.251 12.4 15.251 12.604 Z\" fill=\"rgb(255,255,255)\" stroke-width=\"1.0909090909090908\" stroke=\"rgb(255,255,255)\" stroke-miterlimit=\"7.272727272727273\" stroke-dasharray=\"\"></path></svg>',svgContentId:11034317293,withExternalLayout:true})}),St2u_cpfJ&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-18bedj1\",\"data-framer-name\":\"Zap\",layoutDependency:layoutDependency,layoutId:\"eU8NxuEXj\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-niabl4\",\"data-framer-name\":\"Whatsapp\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"soteCfpg7\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 16 16\"><path d=\"M 16 8 C 16 12.418 12.418 16 8 16 C 6.543 16.002 5.112 15.604 3.865 14.85 L 1.44 15.563 C 0.826 15.744 0.256 15.174 0.437 14.56 L 1.15 12.135 C 0.42 10.928 0 9.512 0 8 C 0 3.582 3.582 0 8 0 C 12.418 0 16 3.582 16 8 Z M 6.191 9.81 C 7.808 11.428 9.353 11.641 9.899 11.662 C 10.729 11.692 11.536 11.058 11.852 10.323 C 11.932 10.137 11.905 9.921 11.78 9.761 C 11.343 9.2 10.75 8.799 10.171 8.399 C 9.92 8.225 9.576 8.28 9.392 8.524 L 8.912 9.256 C 8.859 9.338 8.752 9.365 8.668 9.318 C 8.343 9.131 7.869 8.814 7.528 8.473 C 7.187 8.133 6.889 7.68 6.722 7.376 C 6.679 7.295 6.702 7.196 6.776 7.143 L 7.514 6.594 C 7.733 6.404 7.775 6.081 7.611 5.842 C 7.252 5.317 6.834 4.649 6.228 4.208 C 6.069 4.092 5.862 4.07 5.681 4.147 C 4.945 4.463 4.309 5.27 4.339 6.102 C 4.359 6.648 4.573 8.192 6.191 9.81 Z\" fill=\"rgb(255, 255, 255)\"></path></svg>',svgContentId:9422247842,withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UGx1cyBKYWthcnRhIFNhbnMtNTAw\",\"--framer-font-family\":'\"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Lore ipsum\"})}),className:\"framer-1au20tt\",\"data-framer-name\":\"Lore ipsum\",fonts:[\"GF;Plus Jakarta Sans-500\"],layoutDependency:layoutDependency,layoutId:\"wPxnoaOxn\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\",opacity:1},text:XfdYEmQ7H,variants:{\"nKvpKafHF-hover\":{opacity:.5},\"Rr2GaxzSD-hover\":{\"--extracted-r6o4lv\":\"rgba(255, 255, 255, 0.5)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"Rr2GaxzSD-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UGx1cyBKYWthcnRhIFNhbnMtNTAw\",\"--framer-font-family\":'\"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.5))\"},children:\"Lore ipsum\"})})}},baseVariant,gestureVariant)})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-go68E.framer-sa9rhn, .framer-go68E .framer-sa9rhn { display: block; }\",\".framer-go68E.framer-13ri2j3 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-go68E .framer-y5i00b, .framer-go68E .framer-18bedj1 { 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-go68E .framer-1vvgvu4, .framer-go68E .framer-niabl4 { flex: none; height: 16px; position: relative; width: 16px; }\",\".framer-go68E .framer-1au20tt { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-go68E.framer-13ri2j3, .framer-go68E .framer-y5i00b, .framer-go68E .framer-18bedj1 { gap: 0px; } .framer-go68E.framer-13ri2j3 > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-go68E.framer-13ri2j3 > :first-child, .framer-go68E .framer-y5i00b > :first-child, .framer-go68E .framer-18bedj1 > :first-child { margin-left: 0px; } .framer-go68E.framer-13ri2j3 > :last-child, .framer-go68E .framer-y5i00b > :last-child, .framer-go68E .framer-18bedj1 > :last-child { margin-right: 0px; } .framer-go68E .framer-y5i00b > *, .framer-go68E .framer-18bedj1 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } }\",\".framer-go68E.framer-v-19mag37.framer-13ri2j3 { cursor: unset; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 21\n * @framerIntrinsicWidth 73\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"nKvpKafHF\":{\"layout\":[\"auto\",\"auto\"]},\"op1TLjNt3\":{\"layout\":[\"auto\",\"auto\"]},\"tZe12NH7Z\":{\"layout\":[\"auto\",\"auto\"]},\"jHWILXxrN\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"XfdYEmQ7H\":\"title\",\"TFdSVb8b7\":\"link\",\"JKTUog_Sm\":\"call\",\"St2u_cpfJ\":\"zap\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerM9wHOq8mv=withCSS(Component,css,\"framer-go68E\");export default FramerM9wHOq8mv;FramerM9wHOq8mv.displayName=\"Footer - Section\";FramerM9wHOq8mv.defaultProps={height:21,width:73};addPropertyControls(FramerM9wHOq8mv,{variant:{options:[\"Rr2GaxzSD\",\"nKvpKafHF\",\"op1TLjNt3\"],optionTitles:[\"Section\",\"Variant 2\",\"Variant 3\"],title:\"Variant\",type:ControlType.Enum},XfdYEmQ7H:{defaultValue:\"Lore ipsum\",displayTextArea:false,title:\"Title\",type:ControlType.String},TFdSVb8b7:{title:\"Link\",type:ControlType.Link},JKTUog_Sm:{defaultValue:false,title:\"Call\",type:ControlType.Boolean},St2u_cpfJ:{defaultValue:false,title:\"Zap\",type:ControlType.Boolean}});addFonts(FramerM9wHOq8mv,[{explicitInter:true,fonts:[{family:\"Plus Jakarta Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/plusjakartasans/v8/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_m07NTxXUEKi4Rw.woff2\",weight:\"500\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerM9wHOq8mv\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"21\",\"framerIntrinsicWidth\":\"73\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"nKvpKafHF\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"op1TLjNt3\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"tZe12NH7Z\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"jHWILXxrN\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerVariables\":\"{\\\"XfdYEmQ7H\\\":\\\"title\\\",\\\"TFdSVb8b7\\\":\\\"link\\\",\\\"JKTUog_Sm\\\":\\\"call\\\",\\\"St2u_cpfJ\\\":\\\"zap\\\"}\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./M9wHOq8mv.map", "// Generated by Framer (0b8b5e5)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"iNXbDyGol\",\"IiXxNLRkE\",\"AinyUTCg5\",\"NpC5LOXwj\",\"Hlcl2f73T\",\"Su0Zt4cVd\",\"wRwvcd_VS\",\"fdAK2EJcU\"];const serializationHash=\"framer-nTRs7\";const variantClassNames={AinyUTCg5:\"framer-v-t3ki62\",fdAK2EJcU:\"framer-v-73echv\",Hlcl2f73T:\"framer-v-2olq4a\",IiXxNLRkE:\"framer-v-1ls4gkd\",iNXbDyGol:\"framer-v-1l5kjzl\",NpC5LOXwj:\"framer-v-1lbjlc\",Su0Zt4cVd:\"framer-v-1lsv67n\",wRwvcd_VS:\"framer-v-h3fxvp\"};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 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={\"E-mail - 40px\":\"NpC5LOXwj\",\"E-mail - 48px\":\"AinyUTCg5\",\"Instagram - 40px\":\"fdAK2EJcU\",\"Instagram - 48px\":\"wRwvcd_VS\",\"LinkedIn - 40px\":\"IiXxNLRkE\",\"LinkedIn - 48px\":\"iNXbDyGol\",\"Whatsapp - 40px\":\"Su0Zt4cVd\",\"Whatsapp - 48px\":\"Hlcl2f73T\"};const getProps=({height,id,link,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,KVrDKOrY7:link!==null&&link!==void 0?link:props.KVrDKOrY7,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"iNXbDyGol\"};};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,KVrDKOrY7,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"iNXbDyGol\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if([\"AinyUTCg5\",\"NpC5LOXwj\",\"Hlcl2f73T\",\"Su0Zt4cVd\",\"wRwvcd_VS\",\"fdAK2EJcU\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if([\"AinyUTCg5\",\"NpC5LOXwj\"].includes(baseVariant))return true;return false;};const isDisplayed2=()=>{if([\"Hlcl2f73T\",\"Su0Zt4cVd\"].includes(baseVariant))return true;return false;};const isDisplayed3=()=>{if([\"wRwvcd_VS\",\"fdAK2EJcU\"].includes(baseVariant))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__*/_jsx(Link,{href:KVrDKOrY7,openInNewTab:true,children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-1l5kjzl\",className,classNames)} framer-pz060y`,\"data-framer-name\":\"LinkedIn - 48px\",layoutDependency:layoutDependency,layoutId:\"iNXbDyGol\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:128,borderBottomRightRadius:128,borderTopLeftRadius:128,borderTopRightRadius:128,...style},...addPropertyOverrides({AinyUTCg5:{\"data-framer-name\":\"E-mail - 48px\"},fdAK2EJcU:{\"data-framer-name\":\"Instagram - 40px\"},Hlcl2f73T:{\"data-framer-name\":\"Whatsapp - 48px\"},IiXxNLRkE:{\"data-framer-name\":\"LinkedIn - 40px\"},NpC5LOXwj:{\"data-framer-name\":\"E-mail - 40px\"},Su0Zt4cVd:{\"data-framer-name\":\"Whatsapp - 40px\"},wRwvcd_VS:{\"data-framer-name\":\"Instagram - 48px\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-127x22s\",\"data-framer-name\":\"LinkedIn\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"QoEbr1_uI\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 23.079 22.349 L 18.639 22.349 L 18.639 14.582 C 18.639 12.451 17.7 11.261 16.015 11.261 C 14.181 11.261 13.092 12.501 13.092 14.582 L 13.092 22.349 L 8.652 22.349 L 8.652 7.92 L 13.092 7.92 L 13.092 9.543 C 13.092 9.543 14.484 7.097 17.623 7.097 C 20.763 7.097 23.081 9.014 23.081 12.977 L 23.081 22.347 Z M 3.593 5.613 C 2.872 5.61 2.181 5.321 1.672 4.808 C 1.164 4.296 0.88 3.603 0.883 2.882 C 0.883 1.373 2.097 0.151 3.591 0.151 C 5.09 0.151 6.302 1.375 6.302 2.882 C 6.305 3.603 6.021 4.296 5.513 4.808 C 5.005 5.321 4.315 5.61 3.593 5.613 Z M 0.883 22.349 L 6.432 22.349 L 6.432 7.92 L 0.883 7.92 Z\" fill=\"var(--token-e431fac3-19d3-4977-a6d6-d328f4a3ad5a, rgb(0, 94, 172)) /* {&quot;name&quot;:&quot;100%&quot;} */\"></path></svg>',svgContentId:9463591363,withExternalLayout:true,...addPropertyOverrides({IiXxNLRkE:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 20 20\"><path d=\"M 19.233 18.624 L 15.533 18.624 L 15.533 12.151 C 15.533 10.376 14.75 9.384 13.346 9.384 C 11.817 9.384 10.91 10.417 10.91 12.151 L 10.91 18.624 L 7.21 18.624 L 7.21 6.6 L 10.91 6.6 L 10.91 7.953 C 10.91 7.953 12.07 5.914 14.686 5.914 C 17.303 5.914 19.234 7.511 19.234 10.814 L 19.234 18.623 Z M 2.994 4.677 C 2.393 4.675 1.817 4.434 1.394 4.007 C 0.97 3.58 0.733 3.003 0.736 2.401 C 0.736 1.144 1.747 0.126 2.993 0.126 C 4.241 0.126 5.251 1.146 5.251 2.401 C 5.254 3.003 5.018 3.58 4.594 4.007 C 4.171 4.434 3.595 4.675 2.994 4.677 Z M 0.736 18.624 L 5.36 18.624 L 5.36 6.6 L 0.736 6.6 Z\" fill=\"var(--token-e431fac3-19d3-4977-a6d6-d328f4a3ad5a, rgb(0, 94, 172)) /* {&quot;name&quot;:&quot;100%&quot;} */\"></path></svg>',svgContentId:11988661362}},baseVariant,gestureVariant)}),isDisplayed1()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-a5ipsh\",\"data-framer-name\":\"E-mail\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"KikO9mUBi\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 22\"><path d=\"M 18 0.611 L 6 0.611 C 2.4 0.611 0 2.444 0 6.722 L 0 15.278 C 0 19.556 2.4 21.389 6 21.389 L 18 21.389 C 21.6 21.389 24 19.556 24 15.278 L 24 6.722 C 24 2.444 21.6 0.611 18 0.611 Z M 18.564 8.054 L 14.808 11.11 C 14.016 11.758 13.008 12.076 12 12.076 C 10.992 12.076 9.972 11.758 9.192 11.11 L 5.436 8.054 C 5.052 7.737 4.992 7.15 5.292 6.759 C 5.604 6.368 6.168 6.294 6.552 6.612 L 10.308 9.668 C 11.22 10.413 12.768 10.413 13.68 9.668 L 17.436 6.612 C 17.82 6.294 18.396 6.356 18.696 6.759 C 19.008 7.15 18.948 7.737 18.564 8.054 Z\" fill=\"var(--token-e431fac3-19d3-4977-a6d6-d328f4a3ad5a, rgb(2, 110, 210)) /* {&quot;name&quot;:&quot;100%&quot;} */\"></path></svg>',svgContentId:12122713045,withExternalLayout:true,...addPropertyOverrides({AinyUTCg5:{svgContentId:10514806932},NpC5LOXwj:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 20 18\"><path d=\"M 15 0.5 L 5 0.5 C 2 0.5 0 2 0 5.5 L 0 12.5 C 0 16 2 17.5 5 17.5 L 15 17.5 C 18 17.5 20 16 20 12.5 L 20 5.5 C 20 2 18 0.5 15 0.5 Z M 15.47 6.59 L 12.34 9.09 C 11.68 9.62 10.84 9.88 10 9.88 C 9.16 9.88 8.31 9.62 7.66 9.09 L 4.53 6.59 C 4.21 6.33 4.16 5.85 4.41 5.53 C 4.67 5.21 5.14 5.15 5.46 5.41 L 8.59 7.91 C 9.35 8.52 10.64 8.52 11.4 7.91 L 14.53 5.41 C 14.85 5.15 15.33 5.2 15.58 5.53 C 15.84 5.85 15.79 6.33 15.47 6.59 Z\" fill=\"var(--token-e431fac3-19d3-4977-a6d6-d328f4a3ad5a, rgb(2, 110, 210)) /* {&quot;name&quot;:&quot;100%&quot;} */\"></path></svg>',svgContentId:10542872882}},baseVariant,gestureVariant)}),isDisplayed2()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-a52rff\",\"data-framer-name\":\"Whatsapp\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"oRfLRMieR\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 24 12 C 24 18.628 18.628 24 12 24 C 9.814 24.003 7.669 23.406 5.798 22.275 L 2.16 23.345 C 1.24 23.616 0.384 22.76 0.655 21.84 L 1.725 18.202 C 0.63 16.391 0 14.267 0 12 C 0 5.372 5.372 0 12 0 C 18.628 0 24 5.372 24 12 Z M 9.286 14.716 C 11.713 17.142 14.03 17.462 14.848 17.492 C 16.093 17.538 17.305 16.588 17.778 15.485 C 17.898 15.205 17.857 14.882 17.67 14.641 C 17.014 13.801 16.124 13.198 15.256 12.598 C 14.879 12.337 14.364 12.42 14.088 12.786 L 13.367 13.885 C 13.289 14.007 13.129 14.048 13.002 13.976 C 12.515 13.697 11.803 13.221 11.291 12.71 C 10.78 12.199 10.333 11.52 10.083 11.063 C 10.018 10.943 10.053 10.794 10.163 10.714 L 11.272 9.891 C 11.6 9.606 11.662 9.121 11.417 8.763 C 10.878 7.975 10.251 6.973 9.342 6.311 C 9.104 6.139 8.792 6.104 8.522 6.221 C 7.418 6.694 6.463 7.905 6.509 9.152 C 6.539 9.971 6.859 12.288 9.286 14.715 Z\" fill=\"var(--token-e431fac3-19d3-4977-a6d6-d328f4a3ad5a, rgb(0, 94, 172)) /* {&quot;name&quot;:&quot;100%&quot;} */\"></path></svg>',svgContentId:9057375779,withExternalLayout:true,...addPropertyOverrides({Hlcl2f73T:{svgContentId:11432286817},Su0Zt4cVd:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 20 20\"><path d=\"M 20 10 C 20 15.523 15.523 20 10 20 C 8.178 20.003 6.391 19.505 4.832 18.562 L 1.8 19.454 C 1.033 19.68 0.32 18.967 0.546 18.2 L 1.438 15.168 C 0.525 13.659 0 11.889 0 10 C 0 4.477 4.477 0 10 0 C 15.523 0 20 4.477 20 10 Z M 7.738 12.263 C 9.761 14.285 11.692 14.552 12.374 14.577 C 13.411 14.615 14.421 13.823 14.815 12.904 C 14.915 12.671 14.881 12.402 14.725 12.201 C 14.178 11.501 13.437 10.998 12.714 10.498 C 12.399 10.281 11.97 10.35 11.74 10.655 L 11.139 11.571 C 11.074 11.673 10.94 11.706 10.835 11.647 C 10.429 11.414 9.836 11.018 9.409 10.592 C 8.984 10.166 8.611 9.6 8.402 9.219 C 8.349 9.119 8.377 8.995 8.469 8.928 L 9.393 8.242 C 9.666 8.005 9.719 7.601 9.514 7.302 C 9.065 6.646 8.542 5.811 7.785 5.259 C 7.587 5.116 7.327 5.087 7.102 5.184 C 6.182 5.578 5.386 6.588 5.424 7.627 C 5.449 8.309 5.716 10.24 7.738 12.262 Z\" fill=\"var(--token-e431fac3-19d3-4977-a6d6-d328f4a3ad5a, rgb(0, 94, 172)) /* {&quot;name&quot;:&quot;100%&quot;} */\"></path></svg>',svgContentId:11740217265}},baseVariant,gestureVariant)}),isDisplayed3()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-m4ihth\",\"data-framer-name\":\"Instagram\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"AHEx92xBH\",opacity:1,style:{backgroundColor:\"rgba(0, 0, 0, 0)\"},svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 11.996 0.008 C 8.738 0.008 8.33 0.022 7.05 0.08 C 5.773 0.138 4.901 0.341 4.138 0.638 C 3.349 0.944 2.68 1.354 2.013 2.021 C 1.347 2.688 0.936 3.357 0.63 4.146 C 0.333 4.909 0.13 5.781 0.072 7.058 C 0.014 8.338 0 8.746 0 12.004 C 0 15.262 0.014 15.67 0.072 16.95 C 0.13 18.227 0.333 19.099 0.63 19.862 C 0.936 20.651 1.347 21.32 2.013 21.987 C 2.68 22.654 3.349 23.064 4.138 23.37 C 4.901 23.667 5.773 23.87 7.05 23.928 C 8.33 23.986 8.738 24 11.996 24 C 15.254 24 15.663 23.986 16.942 23.928 C 18.219 23.87 19.091 23.667 19.854 23.37 C 20.643 23.064 21.312 22.654 21.979 21.987 C 22.646 21.32 23.056 20.651 23.363 19.862 C 23.659 19.099 23.862 18.227 23.92 16.95 C 23.979 15.67 23.992 15.262 23.992 12.004 C 23.992 8.746 23.979 8.338 23.92 7.058 C 23.862 5.781 23.659 4.909 23.363 4.146 C 23.056 3.357 22.646 2.688 21.979 2.021 C 21.312 1.354 20.643 0.944 19.854 0.638 C 19.091 0.341 18.219 0.138 16.942 0.08 C 15.663 0.022 15.254 0.008 11.996 0.008 Z M 7.997 12.004 C 7.997 14.212 9.788 16.003 11.996 16.003 C 14.205 16.003 15.995 14.212 15.995 12.004 C 15.995 9.796 14.205 8.005 11.996 8.005 C 9.788 8.005 7.997 9.796 7.997 12.004 Z M 5.836 12.004 C 5.836 8.602 8.594 5.844 11.996 5.844 C 15.398 5.844 18.156 8.602 18.156 12.004 C 18.156 15.406 15.398 18.164 11.996 18.164 C 8.594 18.164 5.836 15.406 5.836 12.004 Z M 18.4 7.04 C 19.195 7.04 19.839 6.395 19.839 5.6 C 19.839 4.805 19.195 4.161 18.4 4.161 C 17.605 4.161 16.96 4.805 16.96 5.6 C 16.96 6.395 17.605 7.04 18.4 7.04 Z\" fill=\"var(--token-e431fac3-19d3-4977-a6d6-d328f4a3ad5a, rgb(2, 110, 210)) /* {&quot;name&quot;:&quot;100%&quot;} */\"></path></svg>',svgContentId:12155275097,withExternalLayout:true,...addPropertyOverrides({fdAK2EJcU:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 20 20\"><path d=\"M 9.997 0.007 C 7.282 0.007 6.941 0.018 5.875 0.067 C 4.811 0.115 4.084 0.284 3.449 0.531 C 2.791 0.787 2.234 1.129 1.678 1.684 C 1.122 2.24 0.78 2.798 0.525 3.455 C 0.278 4.091 0.109 4.818 0.06 5.882 C 0.012 6.948 0 7.288 0 10.003 C 0 12.718 0.012 13.059 0.06 14.125 C 0.109 15.189 0.278 15.916 0.525 16.552 C 0.78 17.209 1.122 17.767 1.678 18.322 C 2.234 18.878 2.791 19.22 3.449 19.475 C 4.084 19.723 4.811 19.892 5.875 19.94 C 6.941 19.989 7.282 20 9.997 20 C 12.712 20 13.052 19.989 14.119 19.94 C 15.183 19.892 15.909 19.723 16.545 19.475 C 17.202 19.22 17.76 18.878 18.316 18.322 C 18.872 17.767 19.213 17.209 19.469 16.552 C 19.716 15.916 19.885 15.189 19.934 14.125 C 19.982 13.059 19.994 12.718 19.994 10.003 C 19.994 7.288 19.982 6.948 19.934 5.882 C 19.885 4.818 19.716 4.091 19.469 3.455 C 19.213 2.798 18.872 2.24 18.316 1.684 C 17.76 1.129 17.202 0.787 16.545 0.531 C 15.909 0.284 15.183 0.115 14.119 0.067 C 13.052 0.018 12.712 0.007 9.997 0.007 Z M 6.665 10.003 C 6.665 11.844 8.156 13.336 9.997 13.336 C 11.837 13.336 13.329 11.844 13.329 10.003 C 13.329 8.163 11.837 6.671 9.997 6.671 C 8.156 6.671 6.665 8.163 6.665 10.003 Z M 4.863 10.003 C 4.863 7.168 7.162 4.87 9.997 4.87 C 12.832 4.87 15.13 7.168 15.13 10.003 C 15.13 12.839 12.832 15.137 9.997 15.137 C 7.162 15.137 4.863 12.839 4.863 10.003 Z M 15.333 5.867 C 15.996 5.867 16.533 5.33 16.533 4.667 C 16.533 4.004 15.996 3.467 15.333 3.467 C 14.671 3.467 14.134 4.004 14.134 4.667 C 14.134 5.33 14.671 5.867 15.333 5.867 Z\" fill=\"var(--token-e431fac3-19d3-4977-a6d6-d328f4a3ad5a, rgb(2, 110, 210)) /* {&quot;name&quot;:&quot;100%&quot;} */\"></path></svg>',svgContentId:10339731516},wRwvcd_VS:{svgContentId:8671140961}},baseVariant,gestureVariant)})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-nTRs7.framer-pz060y, .framer-nTRs7 .framer-pz060y { display: block; }\",\".framer-nTRs7.framer-1l5kjzl { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 48px; justify-content: center; padding: 0px; position: relative; text-decoration: none; width: 48px; }\",\".framer-nTRs7 .framer-127x22s, .framer-nTRs7 .framer-a52rff, .framer-nTRs7 .framer-m4ihth { flex: none; height: 24px; position: relative; width: 24px; }\",\".framer-nTRs7 .framer-a5ipsh { flex: none; height: 22px; position: relative; width: 24px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-nTRs7.framer-1l5kjzl { gap: 0px; } .framer-nTRs7.framer-1l5kjzl > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-nTRs7.framer-1l5kjzl > :first-child { margin-left: 0px; } .framer-nTRs7.framer-1l5kjzl > :last-child { margin-right: 0px; } }\",\".framer-nTRs7.framer-v-1ls4gkd.framer-1l5kjzl, .framer-nTRs7.framer-v-1lbjlc.framer-1l5kjzl, .framer-nTRs7.framer-v-1lsv67n.framer-1l5kjzl, .framer-nTRs7.framer-v-73echv.framer-1l5kjzl { height: 40px; width: 40px; }\",\".framer-nTRs7.framer-v-1ls4gkd .framer-127x22s, .framer-nTRs7.framer-v-1lsv67n .framer-a52rff, .framer-nTRs7.framer-v-73echv .framer-m4ihth { height: 20px; width: 20px; }\",\".framer-nTRs7.framer-v-1lbjlc .framer-a5ipsh { height: 18px; width: 20px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 48\n * @framerIntrinsicWidth 48\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"IiXxNLRkE\":{\"layout\":[\"fixed\",\"fixed\"]},\"AinyUTCg5\":{\"layout\":[\"fixed\",\"fixed\"]},\"NpC5LOXwj\":{\"layout\":[\"fixed\",\"fixed\"]},\"Hlcl2f73T\":{\"layout\":[\"fixed\",\"fixed\"]},\"Su0Zt4cVd\":{\"layout\":[\"fixed\",\"fixed\"]},\"wRwvcd_VS\":{\"layout\":[\"fixed\",\"fixed\"]},\"fdAK2EJcU\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"KVrDKOrY7\":\"link\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerqMg6HHaOw=withCSS(Component,css,\"framer-nTRs7\");export default FramerqMg6HHaOw;FramerqMg6HHaOw.displayName=\"Footer - Badges\";FramerqMg6HHaOw.defaultProps={height:48,width:48};addPropertyControls(FramerqMg6HHaOw,{variant:{options:[\"iNXbDyGol\",\"IiXxNLRkE\",\"AinyUTCg5\",\"NpC5LOXwj\",\"Hlcl2f73T\",\"Su0Zt4cVd\",\"wRwvcd_VS\",\"fdAK2EJcU\"],optionTitles:[\"LinkedIn - 48px\",\"LinkedIn - 40px\",\"E-mail - 48px\",\"E-mail - 40px\",\"Whatsapp - 48px\",\"Whatsapp - 40px\",\"Instagram - 48px\",\"Instagram - 40px\"],title:\"Variant\",type:ControlType.Enum},KVrDKOrY7:{title:\"Link\",type:ControlType.Link}});addFonts(FramerqMg6HHaOw,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerqMg6HHaOw\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"48\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"IiXxNLRkE\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"AinyUTCg5\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"NpC5LOXwj\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Hlcl2f73T\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Su0Zt4cVd\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"wRwvcd_VS\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"fdAK2EJcU\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerVariables\":\"{\\\"KVrDKOrY7\\\":\\\"link\\\"}\",\"framerIntrinsicHeight\":\"48\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./qMg6HHaOw.map", "// Generated by Framer (c105afa)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,ResolveLinks,RichText,SmartComponentScopedContainer,SVG,useComponentViewport,useLocaleInfo,useRouter,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import FooterSection from\"https://framerusercontent.com/modules/jpparWliotCA6vW7Pc9H/QRR4YvURSTT1vbAZhaLc/M9wHOq8mv.js\";import FooterBadges from\"https://framerusercontent.com/modules/eBpH8S9aSsJj3ZJVO0JD/OfkkBbhCPv3JddG1Ie02/qMg6HHaOw.js\";import Logo from\"https://framerusercontent.com/modules/neck8cbRmp4PMXybeLLO/h8uwM2gQ36L211thaXVT/Xc6nVKhOi.js\";const FooterSectionFonts=getFonts(FooterSection);const LogoFonts=getFonts(Logo);const FooterBadgesFonts=getFonts(FooterBadges);const cycleOrder=[\"FmNTOwxl2\",\"g44UrWt9b\",\"OxOSY_tsT\"];const serializationHash=\"framer-0DTI5\";const variantClassNames={FmNTOwxl2:\"framer-v-1qjw7ak\",g44UrWt9b:\"framer-v-1a3fiqi\",OxOSY_tsT:\"framer-v-1d18kx3\"};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:1,rotate:0,rotateX:0,rotateY:0,scale:1.1,skewX:0,skewY:0,transition:transition2};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:\"FmNTOwxl2\",Phone:\"OxOSY_tsT\",Tablet:\"g44UrWt9b\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"FmNTOwxl2\"};};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,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"FmNTOwxl2\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if([\"g44UrWt9b\",\"OxOSY_tsT\"].includes(baseVariant))return false;return true;};const router=useRouter();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-1qjw7ak\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"FmNTOwxl2\",ref:refBinding,style:{backgroundColor:\"var(--token-e431fac3-19d3-4977-a6d6-d328f4a3ad5a, rgb(0, 94, 172))\",...style},...addPropertyOverrides({g44UrWt9b:{\"data-framer-name\":\"Tablet\"},OxOSY_tsT:{\"data-framer-name\":\"Phone\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-wzmvud\",\"data-framer-name\":\"Sections\",layoutDependency:layoutDependency,layoutId:\"h3LKCyMH7\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1elbx3\",\"data-framer-name\":\"Products\",layoutDependency:layoutDependency,layoutId:\"CWpG17ao6\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UGx1cyBKYWthcnRhIFNhbnMtNzAw\",\"--framer-font-family\":'\"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Totem\"})}),className:\"framer-15nk5u8\",\"data-framer-name\":\"Title\",fonts:[\"GF;Plus Jakarta Sans-700\"],layoutDependency:layoutDependency,layoutId:\"lmOv92ONM\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-13r1s84\",\"data-framer-name\":\"Sections\",layoutDependency:layoutDependency,layoutId:\"r3uULzAdW\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"ZKJi13a0j\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:21,width:`max((${componentViewport?.width||\"100vw\"} - 464px) / 4, 1px)`,y:(componentViewport?.y||0)+80+(((componentViewport?.height||530)-160-586)/2+0+0)+0+0+155+0+0,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1bjsnvg-container\",layoutDependency:layoutDependency,layoutId:\"c9CU9WiZi-container\",nodeId:\"c9CU9WiZi\",rendersWithMotion:true,scopeId:\"V3OUdpCHN\",children:/*#__PURE__*/_jsx(FooterSection,{height:\"100%\",id:\"c9CU9WiZi\",JKTUog_Sm:false,layoutId:\"c9CU9WiZi\",St2u_cpfJ:false,style:{width:\"100%\"},TFdSVb8b7:resolvedLinks[0],variant:\"Rr2GaxzSD\",width:\"100%\",XfdYEmQ7H:\"Totem - PTB200\"})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"Ldsq0g3tX\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:21,width:`max((${componentViewport?.width||\"100vw\"} - 464px) / 4, 1px)`,y:(componentViewport?.y||0)+80+(((componentViewport?.height||530)-160-586)/2+0+0)+0+0+155+0+37,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1kenjkl-container\",layoutDependency:layoutDependency,layoutId:\"anPEhjnlq-container\",nodeId:\"anPEhjnlq\",rendersWithMotion:true,scopeId:\"V3OUdpCHN\",children:/*#__PURE__*/_jsx(FooterSection,{height:\"100%\",id:\"anPEhjnlq\",JKTUog_Sm:false,layoutId:\"anPEhjnlq\",St2u_cpfJ:false,style:{width:\"100%\"},TFdSVb8b7:resolvedLinks1[0],variant:\"Rr2GaxzSD\",width:\"100%\",XfdYEmQ7H:\"Totem - JTZ270\"})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"Ugpdp86IH\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:21,width:`max((${componentViewport?.width||\"100vw\"} - 464px) / 4, 1px)`,y:(componentViewport?.y||0)+80+(((componentViewport?.height||530)-160-586)/2+0+0)+0+0+155+0+74,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1a1afsj-container\",layoutDependency:layoutDependency,layoutId:\"antPfH8kU-container\",nodeId:\"antPfH8kU\",rendersWithMotion:true,scopeId:\"V3OUdpCHN\",children:/*#__PURE__*/_jsx(FooterSection,{height:\"100%\",id:\"antPfH8kU\",JKTUog_Sm:false,layoutId:\"antPfH8kU\",St2u_cpfJ:false,style:{width:\"100%\"},TFdSVb8b7:resolvedLinks2[0],variant:\"Rr2GaxzSD\",width:\"100%\",XfdYEmQ7H:\"Mini totem - JTA 150\"})})})})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-pxbj5s\",\"data-framer-name\":\"Cases\",layoutDependency:layoutDependency,layoutId:\"Xc5dMGAyA\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UGx1cyBKYWthcnRhIFNhbnMtNzAw\",\"--framer-font-family\":'\"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"PDV\"})}),className:\"framer-narhaf\",\"data-framer-name\":\"Title\",fonts:[\"GF;Plus Jakarta Sans-700\"],layoutDependency:layoutDependency,layoutId:\"JrLaV_vYz\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1xv6b8y\",\"data-framer-name\":\"Products\",layoutDependency:layoutDependency,layoutId:\"NnBYK2urS\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"a61EErOFz\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:21,width:`max((${componentViewport?.width||\"100vw\"} - 464px) / 4, 1px)`,y:(componentViewport?.y||0)+80+(((componentViewport?.height||530)-160-586)/2+0+0)+0+0+155+0+0,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1xl99kw-container\",layoutDependency:layoutDependency,layoutId:\"l6wnNQIjY-container\",nodeId:\"l6wnNQIjY\",rendersWithMotion:true,scopeId:\"V3OUdpCHN\",children:/*#__PURE__*/_jsx(FooterSection,{height:\"100%\",id:\"l6wnNQIjY\",JKTUog_Sm:false,layoutId:\"l6wnNQIjY\",St2u_cpfJ:false,style:{width:\"100%\"},TFdSVb8b7:resolvedLinks3[0],variant:\"Rr2GaxzSD\",width:\"100%\",XfdYEmQ7H:\"JPH150 - C/ impressora\"})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"vKZY4WKKJ\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:21,width:`max((${componentViewport?.width||\"100vw\"} - 464px) / 4, 1px)`,y:(componentViewport?.y||0)+80+(((componentViewport?.height||530)-160-586)/2+0+0)+0+0+155+0+37,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1o9dntq-container\",layoutDependency:layoutDependency,layoutId:\"Eig4Rg1XW-container\",nodeId:\"Eig4Rg1XW\",rendersWithMotion:true,scopeId:\"V3OUdpCHN\",children:/*#__PURE__*/_jsx(FooterSection,{height:\"100%\",id:\"Eig4Rg1XW\",JKTUog_Sm:false,layoutId:\"Eig4Rg1XW\",St2u_cpfJ:false,style:{width:\"100%\"},TFdSVb8b7:resolvedLinks4[0],variant:\"Rr2GaxzSD\",width:\"100%\",XfdYEmQ7H:\"JPA150 - S/ impressora\"})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"pvsNbRyjs\"},implicitPathVariables:undefined}],children:resolvedLinks5=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:21,width:`max((${componentViewport?.width||\"100vw\"} - 464px) / 4, 1px)`,y:(componentViewport?.y||0)+80+(((componentViewport?.height||530)-160-586)/2+0+0)+0+0+155+0+74,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-o9o7gd-container\",layoutDependency:layoutDependency,layoutId:\"E6W6WUjNv-container\",nodeId:\"E6W6WUjNv\",rendersWithMotion:true,scopeId:\"V3OUdpCHN\",children:/*#__PURE__*/_jsx(FooterSection,{height:\"100%\",id:\"E6W6WUjNv\",JKTUog_Sm:false,layoutId:\"E6W6WUjNv\",St2u_cpfJ:false,style:{width:\"100%\"},TFdSVb8b7:resolvedLinks5[0],variant:\"Rr2GaxzSD\",width:\"100%\",XfdYEmQ7H:\"JPA110 - S/ impressora\"})})})})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-l2akwr\",layoutDependency:layoutDependency,layoutId:\"OywT46dfk\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-153ga1i\",\"data-framer-name\":\"Cases\",layoutDependency:layoutDependency,layoutId:\"LpAMizPQz\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UGx1cyBKYWthcnRhIFNhbnMtNzAw\",\"--framer-font-family\":'\"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"KDS\"})}),className:\"framer-w7v8i2\",\"data-framer-name\":\"Title\",fonts:[\"GF;Plus Jakarta Sans-700\"],layoutDependency:layoutDependency,layoutId:\"MDpHQgarQ\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-qtmn0s\",\"data-framer-name\":\"Products\",layoutDependency:layoutDependency,layoutId:\"D0TVQriAb\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"lOM9s35j7\"},implicitPathVariables:undefined}],children:resolvedLinks6=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:21,width:`max((${componentViewport?.width||\"100vw\"} - 464px) / 4, 1px)`,y:(componentViewport?.y||0)+80+(((componentViewport?.height||530)-160-586)/2+0+0)+0+0+0+0+155+0+0,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-13wfpfq-container\",layoutDependency:layoutDependency,layoutId:\"oPJEKYhGx-container\",nodeId:\"oPJEKYhGx\",rendersWithMotion:true,scopeId:\"V3OUdpCHN\",children:/*#__PURE__*/_jsx(FooterSection,{height:\"100%\",id:\"oPJEKYhGx\",JKTUog_Sm:false,layoutId:\"oPJEKYhGx\",St2u_cpfJ:false,style:{width:\"100%\"},TFdSVb8b7:resolvedLinks6[0],variant:\"Rr2GaxzSD\",width:\"100%\",XfdYEmQ7H:\"JKL150 | JKL170\"})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"nU0qIJAyJ\"},implicitPathVariables:undefined}],children:resolvedLinks7=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:21,width:`max((${componentViewport?.width||\"100vw\"} - 464px) / 4, 1px)`,y:(componentViewport?.y||0)+80+(((componentViewport?.height||530)-160-586)/2+0+0)+0+0+0+0+155+0+37,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-zkcbla-container\",layoutDependency:layoutDependency,layoutId:\"AkzlhqULM-container\",nodeId:\"AkzlhqULM\",rendersWithMotion:true,scopeId:\"V3OUdpCHN\",children:/*#__PURE__*/_jsx(FooterSection,{height:\"100%\",id:\"AkzlhqULM\",JKTUog_Sm:false,layoutId:\"AkzlhqULM\",St2u_cpfJ:false,style:{width:\"100%\"},TFdSVb8b7:resolvedLinks7[0],variant:\"Rr2GaxzSD\",width:\"100%\",XfdYEmQ7H:\"JKA210\"})})})})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-sug6zh\",\"data-framer-name\":\"Cases\",layoutDependency:layoutDependency,layoutId:\"w9JXSdbMx\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UGx1cyBKYWthcnRhIFNhbnMtNzAw\",\"--framer-font-family\":'\"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Monitor\"})}),className:\"framer-wngtqm\",\"data-framer-name\":\"Title\",fonts:[\"GF;Plus Jakarta Sans-700\"],layoutDependency:layoutDependency,layoutId:\"ZIzS99tqM\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-165i0vq\",\"data-framer-name\":\"Products\",layoutDependency:layoutDependency,layoutId:\"mjg5iwiir\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"COVvYgDqg\"},implicitPathVariables:undefined}],children:resolvedLinks8=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:21,width:`max((${componentViewport?.width||\"100vw\"} - 464px) / 4, 1px)`,y:(componentViewport?.y||0)+80+(((componentViewport?.height||530)-160-586)/2+0+0)+0+0+245+0+155+0+0,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-3sxe8y-container\",layoutDependency:layoutDependency,layoutId:\"Jd1J6tuTb-container\",nodeId:\"Jd1J6tuTb\",rendersWithMotion:true,scopeId:\"V3OUdpCHN\",children:/*#__PURE__*/_jsx(FooterSection,{height:\"100%\",id:\"Jd1J6tuTb\",JKTUog_Sm:false,layoutId:\"Jd1J6tuTb\",St2u_cpfJ:false,style:{width:\"100%\"},TFdSVb8b7:resolvedLinks8[0],variant:\"Rr2GaxzSD\",width:\"100%\",XfdYEmQ7H:\"JMT170\"})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"OajvPPQp3\"},implicitPathVariables:undefined}],children:resolvedLinks9=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:21,width:`max((${componentViewport?.width||\"100vw\"} - 464px) / 4, 1px)`,y:(componentViewport?.y||0)+80+(((componentViewport?.height||530)-160-586)/2+0+0)+0+0+245+0+155+0+37,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-188gz01-container\",layoutDependency:layoutDependency,layoutId:\"sLRIjX6Hn-container\",nodeId:\"sLRIjX6Hn\",rendersWithMotion:true,scopeId:\"V3OUdpCHN\",children:/*#__PURE__*/_jsx(FooterSection,{height:\"100%\",id:\"sLRIjX6Hn\",JKTUog_Sm:false,layoutId:\"sLRIjX6Hn\",St2u_cpfJ:false,style:{width:\"100%\"},TFdSVb8b7:resolvedLinks9[0],variant:\"Rr2GaxzSD\",width:\"100%\",XfdYEmQ7H:\"ANWELL\"})})})})]})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1fo2zge\",\"data-framer-name\":\"Contact\",layoutDependency:layoutDependency,layoutId:\"JEBvucTvy\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UGx1cyBKYWthcnRhIFNhbnMtNzAw\",\"--framer-font-family\":'\"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Contato\"})}),className:\"framer-qnn9ed\",\"data-framer-name\":\"Title\",fonts:[\"GF;Plus Jakarta Sans-700\"],layoutDependency:layoutDependency,layoutId:\"dwGSsiZ4w\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1jppbdd\",\"data-framer-name\":\"Products\",layoutDependency:layoutDependency,layoutId:\"yzlMS3RSo\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:21,width:`max((${componentViewport?.width||\"100vw\"} - 464px) / 4, 1px)`,y:(componentViewport?.y||0)+80+(((componentViewport?.height||530)-160-586)/2+0+0)+0+0+155+0+0,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-18tvrpi-container\",layoutDependency:layoutDependency,layoutId:\"YF25hpTH7-container\",nodeId:\"YF25hpTH7\",rendersWithMotion:true,scopeId:\"V3OUdpCHN\",children:/*#__PURE__*/_jsx(FooterSection,{height:\"100%\",id:\"YF25hpTH7\",JKTUog_Sm:false,layoutId:\"YF25hpTH7\",St2u_cpfJ:true,style:{width:\"100%\"},variant:\"op1TLjNt3\",width:\"100%\",XfdYEmQ7H:\"(35) 99846-3217\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:21,width:`max((${componentViewport?.width||\"100vw\"} - 464px) / 4, 1px)`,y:(componentViewport?.y||0)+80+(((componentViewport?.height||530)-160-586)/2+0+0)+0+0+155+0+37,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-12qpgeg-container\",layoutDependency:layoutDependency,layoutId:\"vHJCvI2cm-container\",nodeId:\"vHJCvI2cm\",rendersWithMotion:true,scopeId:\"V3OUdpCHN\",children:/*#__PURE__*/_jsx(FooterSection,{height:\"100%\",id:\"vHJCvI2cm\",JKTUog_Sm:true,layoutId:\"vHJCvI2cm\",St2u_cpfJ:false,style:{width:\"100%\"},variant:\"op1TLjNt3\",width:\"100%\",XfdYEmQ7H:\"(35) 36529-7550\"})})})]})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-a75e8w\",\"data-framer-name\":\"Container\",layoutDependency:layoutDependency,layoutId:\"l8ekKPxRS\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,y:(componentViewport?.y||0)+80+(((componentViewport?.height||530)-160-586)/2+458+80)+8,...addPropertyOverrides({g44UrWt9b:{y:(componentViewport?.y||0)+64+(((componentViewport?.height||309)-128-189)/2+0+0)+0+0},OxOSY_tsT:{y:(componentViewport?.y||0)+48+(((componentViewport?.height||200)-96-189)/2+0+0)+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1itbv1m-container\",layoutDependency:layoutDependency,layoutId:\"hlkD2PcGF-container\",nodeId:\"hlkD2PcGF\",rendersWithMotion:true,scopeId:\"V3OUdpCHN\",children:/*#__PURE__*/_jsx(Logo,{height:\"100%\",id:\"hlkD2PcGF\",layoutId:\"hlkD2PcGF\",variant:\"CbzwvQpId\",width:\"100%\",...addPropertyOverrides({g44UrWt9b:{variant:\"GkbPAaeuG\"},OxOSY_tsT:{variant:\"GkbPAaeuG\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1dl7bdr\",\"data-framer-name\":\"Copyright\",layoutDependency:layoutDependency,layoutId:\"jmOs9hkcf\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-uasl0v\",\"data-framer-name\":\"Vector\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"GFaIoSFz1\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 15 14\"><path d=\"M 7.405 0.333 C 3.725 0.333 0.738 3.32 0.738 7 C 0.738 10.68 3.725 13.667 7.405 13.667 C 11.085 13.667 14.071 10.68 14.071 7 C 14.071 3.32 11.085 0.333 7.405 0.333 Z M 7.565 9.167 C 8.085 9.167 8.598 8.974 8.991 8.627 C 9.198 8.447 9.518 8.467 9.698 8.674 C 9.878 8.88 9.858 9.2 9.651 9.38 C 9.071 9.894 8.331 10.174 7.565 10.174 C 5.818 10.174 4.398 8.754 4.398 7.007 C 4.398 5.26 5.818 3.84 7.565 3.84 C 8.331 3.84 9.078 4.12 9.651 4.634 C 9.858 4.814 9.878 5.134 9.698 5.34 C 9.511 5.547 9.198 5.567 8.991 5.387 C 8.598 5.04 8.091 4.847 7.565 4.847 C 6.371 4.847 5.398 5.82 5.398 7.014 C 5.398 8.207 6.371 9.167 7.565 9.167 Z\" fill=\"rgb(255,255,255)\"></path></svg>',svgContentId:10240040057,withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UGx1cyBKYWthcnRhIFNhbnMtNTAw\",\"--framer-font-family\":'\"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"TAS | Todos os direitos reservados.\"})}),className:\"framer-mzl2ek\",\"data-framer-name\":\"Unitech | Todos os direitos reservados.\",fonts:[\"GF;Plus Jakarta Sans-500\"],layoutDependency:layoutDependency,layoutId:\"RHl3GyCbk\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1p7qu8s\",\"data-framer-name\":\"Socials\",layoutDependency:layoutDependency,layoutId:\"IFyHrr7P3\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,width:\"48px\",y:(componentViewport?.y||0)+80+(((componentViewport?.height||530)-160-586)/2+458+80)+0+0,...addPropertyOverrides({g44UrWt9b:{height:40,width:\"40px\",y:(componentViewport?.y||0)+64+(((componentViewport?.height||309)-128-189)/2+0+0)+0+80+0},OxOSY_tsT:{height:40,width:\"40px\",y:(componentViewport?.y||0)+48+(((componentViewport?.height||200)-96-189)/2+0+0)+0+80+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-x296cn-container\",layoutDependency:layoutDependency,layoutId:\"kz2ZmssU4-container\",nodeId:\"kz2ZmssU4\",rendersWithMotion:true,scopeId:\"V3OUdpCHN\",whileHover:animation,children:/*#__PURE__*/_jsx(FooterBadges,{height:\"100%\",id:\"kz2ZmssU4\",KVrDKOrY7:\"https://br.linkedin.com/company/primeinterway\",layoutId:\"kz2ZmssU4\",style:{height:\"100%\",width:\"100%\"},variant:\"iNXbDyGol\",width:\"100%\",...addPropertyOverrides({g44UrWt9b:{variant:\"IiXxNLRkE\"},OxOSY_tsT:{variant:\"IiXxNLRkE\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,width:\"48px\",y:(componentViewport?.y||0)+80+(((componentViewport?.height||530)-160-586)/2+458+80)+0+0,...addPropertyOverrides({g44UrWt9b:{height:40,width:\"40px\",y:(componentViewport?.y||0)+64+(((componentViewport?.height||309)-128-189)/2+0+0)+0+80+0},OxOSY_tsT:{height:40,width:\"40px\",y:(componentViewport?.y||0)+48+(((componentViewport?.height||200)-96-189)/2+0+0)+0+80+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1hlqnxz-container\",layoutDependency:layoutDependency,layoutId:\"HG9t0KLQN-container\",nodeId:\"HG9t0KLQN\",rendersWithMotion:true,scopeId:\"V3OUdpCHN\",whileHover:animation,children:/*#__PURE__*/_jsx(FooterBadges,{height:\"100%\",id:\"HG9t0KLQN\",KVrDKOrY7:\"wa.me/5535998463217\",layoutId:\"HG9t0KLQN\",style:{height:\"100%\",width:\"100%\"},variant:\"Hlcl2f73T\",width:\"100%\",...addPropertyOverrides({g44UrWt9b:{variant:\"Su0Zt4cVd\"},OxOSY_tsT:{variant:\"Su0Zt4cVd\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,width:\"48px\",y:(componentViewport?.y||0)+80+(((componentViewport?.height||530)-160-586)/2+458+80)+0+0,...addPropertyOverrides({g44UrWt9b:{height:40,width:\"40px\",y:(componentViewport?.y||0)+64+(((componentViewport?.height||309)-128-189)/2+0+0)+0+80+0},OxOSY_tsT:{height:40,width:\"40px\",y:(componentViewport?.y||0)+48+(((componentViewport?.height||200)-96-189)/2+0+0)+0+80+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-43q6ic-container\",layoutDependency:layoutDependency,layoutId:\"UZ7krjF_N-container\",nodeId:\"UZ7krjF_N\",rendersWithMotion:true,scopeId:\"V3OUdpCHN\",whileHover:animation,children:/*#__PURE__*/_jsx(FooterBadges,{height:\"100%\",id:\"UZ7krjF_N\",KVrDKOrY7:\"https://www.instagram.com/prime.interway/\",layoutId:\"UZ7krjF_N\",style:{height:\"100%\",width:\"100%\"},variant:\"wRwvcd_VS\",width:\"100%\",...addPropertyOverrides({g44UrWt9b:{variant:\"fdAK2EJcU\"},OxOSY_tsT:{variant:\"fdAK2EJcU\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,width:\"48px\",y:(componentViewport?.y||0)+80+(((componentViewport?.height||530)-160-586)/2+458+80)+0+0,...addPropertyOverrides({g44UrWt9b:{height:40,width:\"40px\",y:(componentViewport?.y||0)+64+(((componentViewport?.height||309)-128-189)/2+0+0)+0+80+0},OxOSY_tsT:{height:40,width:\"40px\",y:(componentViewport?.y||0)+48+(((componentViewport?.height||200)-96-189)/2+0+0)+0+80+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-16daxqp-container\",layoutDependency:layoutDependency,layoutId:\"tBdjLgl2o-container\",nodeId:\"tBdjLgl2o\",rendersWithMotion:true,scopeId:\"V3OUdpCHN\",whileHover:animation,children:/*#__PURE__*/_jsx(FooterBadges,{height:\"100%\",id:\"tBdjLgl2o\",KVrDKOrY7:\"mailto:contato@primeinterway.com.br\",layoutId:\"tBdjLgl2o\",style:{height:\"100%\",width:\"100%\"},variant:\"AinyUTCg5\",width:\"100%\",...addPropertyOverrides({g44UrWt9b:{variant:\"NpC5LOXwj\"},OxOSY_tsT:{variant:\"NpC5LOXwj\"}},baseVariant,gestureVariant)})})})]})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-0DTI5.framer-qy0me4, .framer-0DTI5 .framer-qy0me4 { display: block; }\",\".framer-0DTI5.framer-1qjw7ak { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: center; padding: 80px 160px 80px 160px; position: relative; width: 1920px; }\",\".framer-0DTI5 .framer-wzmvud { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-0DTI5 .framer-1elbx3, .framer-0DTI5 .framer-pxbj5s, .framer-0DTI5 .framer-1fo2zge { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-0DTI5 .framer-15nk5u8, .framer-0DTI5 .framer-narhaf, .framer-0DTI5 .framer-w7v8i2, .framer-0DTI5 .framer-wngtqm, .framer-0DTI5 .framer-qnn9ed { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-0DTI5 .framer-13r1s84, .framer-0DTI5 .framer-1xv6b8y, .framer-0DTI5 .framer-qtmn0s, .framer-0DTI5 .framer-165i0vq, .framer-0DTI5 .framer-1jppbdd { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-0DTI5 .framer-1bjsnvg-container, .framer-0DTI5 .framer-1kenjkl-container, .framer-0DTI5 .framer-1a1afsj-container, .framer-0DTI5 .framer-1xl99kw-container, .framer-0DTI5 .framer-1o9dntq-container, .framer-0DTI5 .framer-o9o7gd-container, .framer-0DTI5 .framer-13wfpfq-container, .framer-0DTI5 .framer-zkcbla-container, .framer-0DTI5 .framer-3sxe8y-container, .framer-0DTI5 .framer-188gz01-container, .framer-0DTI5 .framer-18tvrpi-container, .framer-0DTI5 .framer-12qpgeg-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-0DTI5 .framer-l2akwr { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-0DTI5 .framer-153ga1i, .framer-0DTI5 .framer-sug6zh { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-0DTI5 .framer-a75e8w { 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-0DTI5 .framer-1itbv1m-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-0DTI5 .framer-1dl7bdr { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-0DTI5 .framer-uasl0v { flex: none; height: 14px; position: relative; width: 15px; }\",\".framer-0DTI5 .framer-mzl2ek { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-0DTI5 .framer-1p7qu8s { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-0DTI5 .framer-x296cn-container, .framer-0DTI5 .framer-1hlqnxz-container, .framer-0DTI5 .framer-43q6ic-container, .framer-0DTI5 .framer-16daxqp-container { flex: none; height: 48px; position: relative; width: 48px; will-change: var(--framer-will-change-effect-override, transform); }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-0DTI5.framer-1qjw7ak, .framer-0DTI5 .framer-wzmvud, .framer-0DTI5 .framer-1elbx3, .framer-0DTI5 .framer-13r1s84, .framer-0DTI5 .framer-pxbj5s, .framer-0DTI5 .framer-1xv6b8y, .framer-0DTI5 .framer-l2akwr, .framer-0DTI5 .framer-153ga1i, .framer-0DTI5 .framer-qtmn0s, .framer-0DTI5 .framer-sug6zh, .framer-0DTI5 .framer-165i0vq, .framer-0DTI5 .framer-1fo2zge, .framer-0DTI5 .framer-1jppbdd, .framer-0DTI5 .framer-1dl7bdr, .framer-0DTI5 .framer-1p7qu8s { gap: 0px; } .framer-0DTI5.framer-1qjw7ak > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } .framer-0DTI5.framer-1qjw7ak > :first-child, .framer-0DTI5 .framer-1elbx3 > :first-child, .framer-0DTI5 .framer-13r1s84 > :first-child, .framer-0DTI5 .framer-pxbj5s > :first-child, .framer-0DTI5 .framer-1xv6b8y > :first-child, .framer-0DTI5 .framer-l2akwr > :first-child, .framer-0DTI5 .framer-153ga1i > :first-child, .framer-0DTI5 .framer-qtmn0s > :first-child, .framer-0DTI5 .framer-sug6zh > :first-child, .framer-0DTI5 .framer-165i0vq > :first-child, .framer-0DTI5 .framer-1fo2zge > :first-child, .framer-0DTI5 .framer-1jppbdd > :first-child { margin-top: 0px; } .framer-0DTI5.framer-1qjw7ak > :last-child, .framer-0DTI5 .framer-1elbx3 > :last-child, .framer-0DTI5 .framer-13r1s84 > :last-child, .framer-0DTI5 .framer-pxbj5s > :last-child, .framer-0DTI5 .framer-1xv6b8y > :last-child, .framer-0DTI5 .framer-l2akwr > :last-child, .framer-0DTI5 .framer-153ga1i > :last-child, .framer-0DTI5 .framer-qtmn0s > :last-child, .framer-0DTI5 .framer-sug6zh > :last-child, .framer-0DTI5 .framer-165i0vq > :last-child, .framer-0DTI5 .framer-1fo2zge > :last-child, .framer-0DTI5 .framer-1jppbdd > :last-child { margin-bottom: 0px; } .framer-0DTI5 .framer-wzmvud > * { margin: 0px; margin-left: calc(48px / 2); margin-right: calc(48px / 2); } .framer-0DTI5 .framer-wzmvud > :first-child, .framer-0DTI5 .framer-1dl7bdr > :first-child, .framer-0DTI5 .framer-1p7qu8s > :first-child { margin-left: 0px; } .framer-0DTI5 .framer-wzmvud > :last-child, .framer-0DTI5 .framer-1dl7bdr > :last-child, .framer-0DTI5 .framer-1p7qu8s > :last-child { margin-right: 0px; } .framer-0DTI5 .framer-1elbx3 > *, .framer-0DTI5 .framer-pxbj5s > *, .framer-0DTI5 .framer-153ga1i > *, .framer-0DTI5 .framer-sug6zh > *, .framer-0DTI5 .framer-1fo2zge > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-0DTI5 .framer-13r1s84 > *, .framer-0DTI5 .framer-1xv6b8y > *, .framer-0DTI5 .framer-qtmn0s > *, .framer-0DTI5 .framer-165i0vq > *, .framer-0DTI5 .framer-1jppbdd > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-0DTI5 .framer-l2akwr > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-0DTI5 .framer-1dl7bdr > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-0DTI5 .framer-1p7qu8s > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } }\",\".framer-0DTI5.framer-v-1a3fiqi.framer-1qjw7ak { padding: 64px 48px 64px 48px; }\",\".framer-0DTI5.framer-v-1a3fiqi .framer-a75e8w, .framer-0DTI5.framer-v-1d18kx3 .framer-a75e8w { flex-direction: column; gap: 48px; justify-content: flex-start; }\",\".framer-0DTI5.framer-v-1a3fiqi .framer-1itbv1m-container, .framer-0DTI5.framer-v-1d18kx3 .framer-1itbv1m-container { order: 0; }\",\".framer-0DTI5.framer-v-1a3fiqi .framer-1dl7bdr, .framer-0DTI5.framer-v-1d18kx3 .framer-1dl7bdr { flex: none; order: 2; width: 100%; }\",\".framer-0DTI5.framer-v-1a3fiqi .framer-1p7qu8s, .framer-0DTI5.framer-v-1d18kx3 .framer-1p7qu8s { order: 1; }\",\".framer-0DTI5.framer-v-1a3fiqi .framer-x296cn-container, .framer-0DTI5.framer-v-1a3fiqi .framer-1hlqnxz-container, .framer-0DTI5.framer-v-1a3fiqi .framer-43q6ic-container, .framer-0DTI5.framer-v-1a3fiqi .framer-16daxqp-container, .framer-0DTI5.framer-v-1d18kx3 .framer-x296cn-container, .framer-0DTI5.framer-v-1d18kx3 .framer-1hlqnxz-container, .framer-0DTI5.framer-v-1d18kx3 .framer-43q6ic-container, .framer-0DTI5.framer-v-1d18kx3 .framer-16daxqp-container { height: 40px; width: 40px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-0DTI5.framer-v-1a3fiqi .framer-a75e8w { gap: 0px; } .framer-0DTI5.framer-v-1a3fiqi .framer-a75e8w > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-0DTI5.framer-v-1a3fiqi .framer-a75e8w > :first-child { margin-top: 0px; } .framer-0DTI5.framer-v-1a3fiqi .framer-a75e8w > :last-child { margin-bottom: 0px; } }\",\".framer-0DTI5.framer-v-1d18kx3.framer-1qjw7ak { padding: 48px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-0DTI5.framer-v-1d18kx3 .framer-a75e8w { gap: 0px; } .framer-0DTI5.framer-v-1d18kx3 .framer-a75e8w > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-0DTI5.framer-v-1d18kx3 .framer-a75e8w > :first-child { margin-top: 0px; } .framer-0DTI5.framer-v-1d18kx3 .framer-a75e8w > :last-child { margin-bottom: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 530\n * @framerIntrinsicWidth 1920\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"g44UrWt9b\":{\"layout\":[\"fixed\",\"auto\"]},\"OxOSY_tsT\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerV3OUdpCHN=withCSS(Component,css,\"framer-0DTI5\");export default FramerV3OUdpCHN;FramerV3OUdpCHN.displayName=\"Footer\";FramerV3OUdpCHN.defaultProps={height:530,width:1920};addPropertyControls(FramerV3OUdpCHN,{variant:{options:[\"FmNTOwxl2\",\"g44UrWt9b\",\"OxOSY_tsT\"],optionTitles:[\"Desktop\",\"Tablet\",\"Phone\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerV3OUdpCHN,[{explicitInter:true,fonts:[{family:\"Plus Jakarta Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/plusjakartasans/v8/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_TknNTxXUEKi4Rw.woff2\",weight:\"700\"},{family:\"Plus Jakarta Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/plusjakartasans/v8/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_m07NTxXUEKi4Rw.woff2\",weight:\"500\"}]},...FooterSectionFonts,...LogoFonts,...FooterBadgesFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerV3OUdpCHN\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"530\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"g44UrWt9b\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"OxOSY_tsT\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerColorSyntax\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"1920\",\"framerContractVersion\":\"1\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./V3OUdpCHN.map"],
  "mappings": "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",
  "names": ["Download", "props", "title", "tint", "style", "file", "downloadFileName", "downloadFile", "response", "blob", "url", "window", "link", "getFileNameFromUrl", "error", "p", "motion", "containerStyle", "addPropertyControls", "ControlType", "parts", "DownloadFonts", "getFonts", "Download", "DownloadControls", "getPropertyControls", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "humanReadableVariantMap", "getProps", "downloadFileName", "file", "height", "iconDownload", "iconForward", "iconWhatsapp", "id", "link", "newTab", "smoothScroll", "title", "visibleDownload", "width", "props", "_ref", "_ref1", "_ref2", "_ref3", "_humanReadableVariantMap_props_variant", "_ref4", "createLayoutDependency", "Variants", "motion", "x", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "flhAHWlbT", "MwjLX4jhq", "IEzb2K1Fi", "rkX1zKf1L", "vbGUaSg6J", "V_TURVune", "xxBetmoHh", "R4vbt8oBu", "OnHDv1JK5", "IeuA6hYe2", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "ref1", "pe", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "u", "SVG", "RichText2", "ComponentViewportProvider", "css", "FrameroC_PPUKnl", "withCSS", "oC_PPUKnl_default", "addPropertyControls", "ControlType", "addFonts", "createStore", "state1", "dataStore", "Data", "setDataStore", "newState", "storeState", "storeSetters", "setStoreState", "setter", "useStore", "state", "setState", "ye", "ue", "useObserveData", "useStore", "createStore", "changeTheme", "theme", "htmlElement", "bodyElement", "event", "window", "withSingleToggle", "Component", "props", "store", "setStore", "ue", "lightThemeTokens", "darkThemeTokens", "i", "sheet", "rule", "style", "j", "propertyName", "value", "combinedCssRule", "styleElement", "customCssRule", "existingStyleElement", "handleClick", "newTheme", "p", "Zbmf7W7C5_exports", "__export", "__FramerMetadata__", "Zbmf7W7C5_default", "containerStyles", "emptyStateStyle", "containerStyles", "NullState", "Y", "_", "ref", "p", "Component", "House_default", "React", "weights", "House", "props", "ref", "defaultEvents", "ControlType", "findByArray", "arr", "search", "a", "useIconSelection", "iconKeys", "selectByList", "iconSearch", "iconSelection", "lowercaseIconKeyPairs", "iconSearchResult", "se", "iconSearchTerm", "_iconSearchTerm", "findByArray", "iconKeys", "moduleBaseUrl", "weightOptions", "lowercaseIconKeyPairs", "res", "key", "Icon", "props", "color", "selectByList", "iconSearch", "iconSelection", "onClick", "onMouseDown", "onMouseUp", "onMouseEnter", "onMouseLeave", "weight", "mirrored", "isMounted", "pe", "iconKey", "useIconSelection", "SelectedIcon", "setSelectedIcon", "ye", "House_default", "npm_react_18_2_exports", "importModule", "module", "ue", "emptyState", "RenderTarget", "p", "NullState", "motion", "addPropertyControls", "ControlType", "piece", "defaultEvents", "PhosphorFonts", "getFonts", "Icon", "PhosphorControls", "getPropertyControls", "cycleOrder", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transitions", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "humanReadableVariantMap", "getProps", "height", "iconColor", "iconDark", "iconLight", "id", "weight", "width", "props", "_ref", "_ref1", "_ref2", "_ref3", "_humanReadableVariantMap_props_variant", "_ref4", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "useLocaleInfo", "style", "className", "layoutId", "AeO5PLd9q", "pdO6Nm4lI", "fle84VlOx", "njtQOvFbC", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "LayoutGroup", "motion", "cx", "Icon", "css", "FramerZbmf7W7C5", "withCSS", "Zbmf7W7C5_default", "addPropertyControls", "ControlType", "PhosphorControls", "addFonts", "PhosphorFonts", "__FramerMetadata__", "SingleFonts", "getFonts", "Zbmf7W7C5_default", "SingleWithSingleToggleWithMappedReactPropsg424ez", "withMappedReactProps", "withSingleToggle", "Zbmf7W7C5_exports", "SingleControls", "getPropertyControls", "cycleOrder", "variantClassNames", "transitions", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "getProps", "height", "iconColor", "iconDark", "iconLight", "id", "weight", "width", "props", "_ref", "_ref1", "_ref2", "_ref3", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "Tib6Q7ZnQ", "ixZIJysro", "d0DRJtbRf", "LTl4MmErQ", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "variantClassNames", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "LayoutGroup", "motion", "cx", "SingleWithSingleToggleWithMappedReactPropsg424ez", "css", "FramerVuw93iw32", "withCSS", "Vuw93iw32_default", "addPropertyControls", "ControlType", "SingleControls", "addFonts", "SingleFonts", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "link", "title", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "_ref1", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "wDvQjqSzC", "NSaHQYi5J", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "u", "cx", "RichText2", "css", "FramerCsgIy7Vwd", "withCSS", "CsgIy7Vwd_default", "addPropertyControls", "ControlType", "addFonts", "NavbarLinksFonts", "getFonts", "CsgIy7Vwd_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "link", "title", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "CId6nxnUC", "kp38NTCTs", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap14l011j", "args", "onTapyxkk64", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "router", "useRouter", "isDisplayed2", "LayoutGroup", "Link", "u", "RichText2", "SVG", "ResolveLinks", "resolvedLinks", "ComponentViewportProvider", "SmartComponentScopedContainer", "resolvedLinks1", "resolvedLinks2", "resolvedLinks3", "resolvedLinks4", "resolvedLinks5", "resolvedLinks6", "resolvedLinks7", "resolvedLinks8", "resolvedLinks9", "resolvedLinks10", "css", "Framerbw6jSAqBi", "withCSS", "bw6jSAqBi_default", "addPropertyControls", "ControlType", "addFonts", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "click", "height", "hover", "id", "link", "text", "visible", "width", "props", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "PzxILncq3", "RERWw1eje", "Q9f31ABy2", "SbCOM8RDs", "WByl_L7QH", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1xokjbe", "args", "onMouseEnterovmil5", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "u", "cx", "RichText2", "SVG", "css", "FramerL8klaQpM0", "withCSS", "L8klaQpM0_default", "addPropertyControls", "ControlType", "addFonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "SVG", "css", "FramerXc6nVKhOi", "withCSS", "Xc6nVKhOi_default", "addPropertyControls", "ControlType", "addFonts", "LogoFonts", "getFonts", "Xc6nVKhOi_default", "SingleToggleFonts", "Vuw93iw32_default", "NavbarSections2Fonts", "L8klaQpM0_default", "NavbarLinksFonts", "CsgIy7Vwd_default", "MotionDivWithFX", "withFX", "motion", "ButtonFonts", "oC_PPUKnl_default", "NavbarSectionsFonts", "bw6jSAqBi_default", "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", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "WByl_L7QHtxyyif", "overlay", "loadMore", "args", "onTap1h1kjtz", "onTap1fl13mt", "onTapgzhfpy", "onTap16sejee", "onTap12vfqm", "scopingClassNames", "cx", "isDisplayed", "ref1", "ref2", "router", "useRouter", "isDisplayed1", "isDisplayed2", "LayoutGroup", "u", "Link", "ComponentViewportProvider", "SmartComponentScopedContainer", "l", "AnimatePresence", "Floating", "RichText2", "ResolveLinks", "resolvedLinks", "resolvedLinks1", "resolvedLinks2", "resolvedLinks3", "resolvedLinks4", "resolvedLinks5", "resolvedLinks6", "resolvedLinks7", "resolvedLinks8", "resolvedLinks9", "resolvedLinks10", "resolvedLinks11", "resolvedLinks12", "resolvedLinks13", "resolvedLinks14", "css", "FramerUKgd4CXyI", "withCSS", "UKgd4CXyI_default", "addPropertyControls", "ControlType", "addFonts", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "call", "height", "id", "link", "title", "width", "zap", "props", "_humanReadableVariantMap_props_variant", "_ref", "_ref1", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "XfdYEmQ7H", "TFdSVb8b7", "JKTUog_Sm", "St2u_cpfJ", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "u", "cx", "SVG", "RichText2", "css", "FramerM9wHOq8mv", "withCSS", "M9wHOq8mv_default", "addPropertyControls", "ControlType", "addFonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "link", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "KVrDKOrY7", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "u", "cx", "SVG", "css", "FramerqMg6HHaOw", "withCSS", "qMg6HHaOw_default", "addPropertyControls", "ControlType", "addFonts", "FooterSectionFonts", "getFonts", "M9wHOq8mv_default", "LogoFonts", "Xc6nVKhOi_default", "FooterBadgesFonts", "qMg6HHaOw_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "animation", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "isDisplayed", "router", "useRouter", "LayoutGroup", "u", "RichText2", "ResolveLinks", "resolvedLinks", "ComponentViewportProvider", "SmartComponentScopedContainer", "resolvedLinks1", "resolvedLinks2", "resolvedLinks3", "resolvedLinks4", "resolvedLinks5", "resolvedLinks6", "resolvedLinks7", "resolvedLinks8", "resolvedLinks9", "SVG", "css", "FramerV3OUdpCHN", "withCSS", "V3OUdpCHN_default", "addPropertyControls", "ControlType", "addFonts"]
}
