{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/8irNmc2sXcCjv8cM8mQ5/n0QwrcoGCYx6SUZw9zAH/ThatICan_1.js", "ssg:https://framerusercontent.com/modules/HLqlwl9cV0up0lzs2R4U/o14dIXZwUv50EqT0dIAa/Z26OhWmFd.js", "ssg:https://framerusercontent.com/modules/cW27ZEJBQAjrpYC9Ocgj/LplFJfijeFJNVr5zuyCN/NtFZ4Jwun.js", "ssg:https://framerusercontent.com/modules/6B9pvOMvGGpn35DEfWKz/pI20Q5aXrJR2dqu2S8qn/Xqzz_oSpb.js", "ssg:https://framerusercontent.com/modules/xWznTqz5TpsCr6XNfIc4/E6Bb3MiFZzK9nowSahMk/CQ8AZ59Uk.js", "ssg:https://framerusercontent.com/modules/nWL9LUY2PT6Qyvd6avZI/amjpaLapZ53SGNRk8Q2I/EoH2XiQIr.js", "ssg:https://framerusercontent.com/modules/4NZeNCOFCTihcDkmtfII/yX7VSXZOHOJCp80hoTyu/H21CAP7ZK.js", "ssg:https://framerusercontent.com/modules/xViUsxBEBtGifIsts47N/FgSaWaFkSYFuvo116uYr/lYiAKoZeB.js", "ssg:https://framerusercontent.com/modules/uduElGhyhe707SuTQvaw/d9Uhu8mB6svhb6kfJpvu/Ps0ZGEmYq.js", "ssg:https://framerusercontent.com/modules/ukrP6aPNkHv9saq1jI1i/a3HlEeXtFCHCGiqnRKUl/W64TOpngP.js", "ssg:https://framerusercontent.com/modules/a6lmi7u7lVFdH0CUl8C8/RLidA1ME1G1pAK9OVWrX/zsUIG5xyj.js", "ssg:https://framerusercontent.com/modules/tAtZUufqV44KlpOkuaeH/b92slA3CIk4jRlngr83N/CZMERk5Po.js", "ssg:https://framerusercontent.com/modules/RvM91VtLIONQCDM2DB6b/hKeTkWbMIpJUeTHgnOG9/rXHCePIVl.js", "ssg:https://framerusercontent.com/modules/qeErC8CG9vM3SDj67Mo7/0VcefRz9SvTjDZyxWACR/FFJrt7WaY.js"],
  "sourcesContent": ["import{jsx as _jsx}from\"react/jsx-runtime\";import{useEffect,useState,startTransition}from\"react\";import{addPropertyControls,ControlType}from\"framer\";/**\n * ThatICan\n * \n * Blocks page scrolling when a navigation menu is active/visible\n * \n * @framerSupportedLayoutWidth any\n * @framerSupportedLayoutHeight any\n */export default function ThatICan(props){const{isActive,blockBodyScroll,blockHtmlScroll}=props;const[originalBodyOverflow,setOriginalBodyOverflow]=useState(\"\");const[originalHtmlOverflow,setOriginalHtmlOverflow]=useState(\"\");const[originalBodyPosition,setOriginalBodyPosition]=useState(\"\");const[scrollY,setScrollY]=useState(0);useEffect(()=>{if(typeof document===\"undefined\"||typeof window===\"undefined\")return;// Store original values and current scroll position\nif(isActive){// Save current scroll position and styles before modifying\nconst currentScrollY=window.scrollY;startTransition(()=>{setScrollY(currentScrollY);setOriginalBodyOverflow(document.body.style.overflow||\"\");setOriginalBodyPosition(document.body.style.position||\"\");setOriginalHtmlOverflow(document.documentElement.style.overflow||\"\");});// Apply scroll blocking immediately after state update\nrequestAnimationFrame(()=>{document.body.style.position=\"fixed\";document.body.style.top=`-${currentScrollY}px`;document.body.style.width=\"100%\";document.body.style.overflow=\"hidden\";document.body.style.height=\"100vh\";document.body.style.left=\"0\";document.body.style.right=\"0\";document.documentElement.style.overflow=\"hidden\";document.documentElement.style.height=\"100%\";});}else{// Restore original values when inactive\nrequestAnimationFrame(()=>{document.body.style.overflow=originalBodyOverflow;document.body.style.position=originalBodyPosition;document.body.style.top=\"\";document.body.style.width=\"\";document.body.style.height=\"\";document.body.style.left=\"\";document.body.style.right=\"\";document.documentElement.style.overflow=originalHtmlOverflow;document.documentElement.style.height=\"\";// Restore scroll position\nif(scrollY>0){window.scrollTo(0,scrollY);}});}// Cleanup function\nreturn()=>{if(isActive){document.body.style.overflow=originalBodyOverflow;document.body.style.position=originalBodyPosition;document.body.style.top=\"\";document.body.style.width=\"\";document.body.style.height=\"\";document.body.style.left=\"\";document.body.style.right=\"\";document.documentElement.style.overflow=originalHtmlOverflow;document.documentElement.style.height=\"\";// Restore scroll position on unmount if still fixed\nif(scrollY>0){window.scrollTo(0,scrollY);}}};},[isActive,originalBodyOverflow,originalHtmlOverflow,originalBodyPosition,scrollY]);// Return an empty div instead of null\nreturn /*#__PURE__*/_jsx(\"div\",{style:{display:\"none\"}});}addPropertyControls(ThatICan,{isActive:{type:ControlType.Boolean,title:\"Is Active\",defaultValue:true,enabledTitle:\"Yes\",disabledTitle:\"No\"},blockBodyScroll:{type:ControlType.Boolean,title:\"Block Body\",defaultValue:true,enabledTitle:\"Yes\",disabledTitle:\"No\"},blockHtmlScroll:{type:ControlType.Boolean,title:\"Block HTML\",defaultValue:true,enabledTitle:\"Yes\",disabledTitle:\"No\"}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"ThatICan\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerSupportedLayoutHeight\":\"any\",\"framerSupportedLayoutWidth\":\"any\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./ThatICan_1.map", "// Generated by Framer (9e04080)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const cycleOrder=[\"vA2yRW0Z7\",\"lePr5avJ3\"];const serializationHash=\"framer-4T64M\";const variantClassNames={lePr5avJ3:\"framer-v-166154g\",vA2yRW0Z7:\"framer-v-sl9vyb\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,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={\"Variant 1\":\"vA2yRW0Z7\",\"Variant 2\":\"lePr5avJ3\"};const getProps=({click,height,id,width,...props})=>{return{...props,STFq9yulg:click??props.STFq9yulg,variant:humanReadableVariantMap[props.variant]??props.variant??\"vA2yRW0Z7\"};};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,STFq9yulg,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"vA2yRW0Z7\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1h59hww=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(STFq9yulg){const res=await STFq9yulg(...args);if(res===false)return false;}});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);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-sl9vyb\",className,classNames),\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"vA2yRW0Z7\",onTap:onTap1h59hww,ref:refBinding,style:{...style},...addPropertyOverrides({lePr5avJ3:{\"data-framer-name\":\"Variant 2\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-zmdwe8\",\"data-framer-name\":\"Bottom\",layoutDependency:layoutDependency,layoutId:\"AygqHp8GW\",style:{backgroundColor:\"var(--token-63625738-9d1b-4ed0-9679-dfd1c76b4735, rgb(39, 42, 46))\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,rotate:0},variants:{lePr5avJ3:{rotate:45}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-uycd2o\",\"data-framer-name\":\"Top\",layoutDependency:layoutDependency,layoutId:\"wxyB6COpu\",style:{backgroundColor:\"var(--token-63625738-9d1b-4ed0-9679-dfd1c76b4735, rgb(39, 42, 46))\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,rotate:0},variants:{lePr5avJ3:{rotate:-45}}})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-4T64M.framer-1num3uf, .framer-4T64M .framer-1num3uf { display: block; }\",\".framer-4T64M.framer-sl9vyb { cursor: pointer; height: 32px; overflow: hidden; position: relative; width: 32px; }\",\".framer-4T64M .framer-zmdwe8 { flex: none; height: 2px; left: calc(50.00000000000002% - 20px / 2); overflow: hidden; position: absolute; top: calc(62.50000000000002% - 2px / 2); width: 20px; will-change: var(--framer-will-change-override, transform); }\",\".framer-4T64M .framer-uycd2o { flex: none; height: 2px; left: calc(50.00000000000002% - 20px / 2); overflow: hidden; position: absolute; top: calc(37.50000000000002% - 2px / 2); width: 20px; will-change: var(--framer-will-change-override, transform); }\",\".framer-4T64M.framer-v-166154g .framer-zmdwe8, .framer-4T64M.framer-v-166154g .framer-uycd2o { top: calc(50.00000000000002% - 2px / 2); }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 32\n * @framerIntrinsicWidth 32\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"lePr5avJ3\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"STFq9yulg\":\"click\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerZ26OhWmFd=withCSS(Component,css,\"framer-4T64M\");export default FramerZ26OhWmFd;FramerZ26OhWmFd.displayName=\"Hamburger Icon\";FramerZ26OhWmFd.defaultProps={height:32,width:32};addPropertyControls(FramerZ26OhWmFd,{variant:{options:[\"vA2yRW0Z7\",\"lePr5avJ3\"],optionTitles:[\"Variant 1\",\"Variant 2\"],title:\"Variant\",type:ControlType.Enum},STFq9yulg:{title:\"Click\",type:ControlType.EventHandler}});addFonts(FramerZ26OhWmFd,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerZ26OhWmFd\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"lePr5avJ3\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerColorSyntax\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerIntrinsicWidth\":\"32\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"32\",\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"STFq9yulg\\\":\\\"click\\\"}\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Z26OhWmFd.map", "// Generated by Framer (ba156f5)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/2bkqL6Duy4dxP0i8xpsq/cifrlVL7bhllilVeM0hF/bJ9n2WqZ5.js\";const enabledGestures={H5kcPjyRM:{hover:true}};const serializationHash=\"framer-Rjcwe\";const variantClassNames={H5kcPjyRM:\"framer-v-1susa2r\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};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 getProps=({click,description,height,icon,id,link,title,width,...props})=>{return{...props,eprv9NfBY:link??props.eprv9NfBY,GEUV1tRmv:description??props.GEUV1tRmv??\"Amazon Sponsored Advertising Adbrew's powerful Amazon PPC tool\",O2OsbC9Oi:title??props.O2OsbC9Oi??\"Amazon Sponsored Advertising\",q1vLYMeNZ:click??props.q1vLYMeNZ,xQfpVATpK:icon??props.xQfpVATpK??{alt:\"\",pixelHeight:20,pixelWidth:20,src:\"https://framerusercontent.com/images/bpA96eI8STi3oRhwlSx81Ywips.svg\"}};};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,xQfpVATpK,O2OsbC9Oi,GEUV1tRmv,eprv9NfBY,q1vLYMeNZ,mj8Encmj5,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"H5kcPjyRM\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1pekvqk=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(q1vLYMeNZ){const res=await q1vLYMeNZ(...args);if(res===false)return false;}});const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);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:eprv9NfBY,motionChild:true,nodeId:\"H5kcPjyRM\",openInNewTab:false,scopeId:\"NtFZ4Jwun\",smoothScroll:true,children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-1susa2r\",className,classNames)} framer-1o6grz6`,\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"H5kcPjyRM\",onTap:onTap1pekvqk,ref:refBinding,style:{backgroundColor:\"var(--token-3f8e208c-679a-4200-9238-89332fd56275, rgb(255, 255, 255))\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,...style},variants:{\"H5kcPjyRM-hover\":{backgroundColor:\"var(--token-ce3c08c8-5d28-4d0e-9717-80f3289cc0eb, rgb(244, 249, 255))\"}},...addPropertyOverrides({\"H5kcPjyRM-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-wapq5q\",\"data-framer-name\":\"Icon\",layoutDependency:layoutDependency,layoutId:\"CeBxCfOLG\",style:{backgroundColor:\"var(--token-ce3c08c8-5d28-4d0e-9717-80f3289cc0eb, rgb(244, 249, 255))\",borderBottomLeftRadius:6,borderBottomRightRadius:6,borderTopLeftRadius:6,borderTopRightRadius:6},variants:{\"H5kcPjyRM-hover\":{backgroundColor:mj8Encmj5}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+12+8),pixelHeight:20,pixelWidth:20,sizes:\"20px\",...toResponsiveImage(xQfpVATpK)},className:\"framer-9e86mn\",\"data-framer-name\":\"announcement-01\",layoutDependency:layoutDependency,layoutId:\"WQmG6aFN5\"})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-11vw3l6\",\"data-framer-name\":\"Text and supporting text\",layoutDependency:layoutDependency,layoutId:\"oF_nul8ud\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-1dgmt5v\",\"data-styles-preset\":\"bJ9n2WqZ5\",style:{\"--framer-text-color\":\"var(--extracted-1w1cjl5, var(--token-0d681fd7-f766-48d2-8c46-b5b443a4fe2b, rgb(26, 29, 32)))\"},children:\"Amazon Sponsored Advertising\"})}),className:\"framer-1elf08i\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"adR58Z2HE\",style:{\"--extracted-1w1cjl5\":\"var(--token-0d681fd7-f766-48d2-8c46-b5b443a4fe2b, rgb(26, 29, 32))\",\"--framer-paragraph-spacing\":\"16px\"},text:O2OsbC9Oi,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItVmFyaWFibGVWRj1JbTl3YzNvaUlERTBMQ0FpZDJkb2RDSWdOREF3\",\"--framer-font-family\":'\"Inter Variable\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-variation-axes\":'var(--extracted-2gg91v, \"opsz\" 14, \"wght\" 400)',\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-b4c445b5-8690-4752-a63b-cc4b2b66416b, rgb(151, 158, 168)))\"},children:\"Amazon Sponsored Advertising Adbrew's powerful Amazon PPC tool\"})}),className:\"framer-egu608\",\"data-framer-name\":\"Text\",fonts:[\"Inter-Variable\"],layoutDependency:layoutDependency,layoutId:\"UcqOEf6By\",style:{\"--extracted-2gg91v\":'\"opsz\" 14, \"wght\" 400',\"--extracted-r6o4lv\":\"var(--token-b4c445b5-8690-4752-a63b-cc4b2b66416b, rgb(151, 158, 168))\",\"--framer-paragraph-spacing\":\"16px\"},text:GEUV1tRmv,verticalAlignment:\"top\",withExternalLayout:true})]})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Rjcwe.framer-1o6grz6, .framer-Rjcwe .framer-1o6grz6 { display: block; }\",\".framer-Rjcwe.framer-1susa2r { align-content: flex-start; align-items: flex-start; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 12px 8px 12px 8px; position: relative; text-decoration: none; width: 346px; }\",\".framer-Rjcwe .framer-wapq5q { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 8px; position: relative; width: min-content; }\",\".framer-Rjcwe .framer-9e86mn { align-content: center; align-items: center; aspect-ratio: 1 / 1; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: var(--framer-aspect-ratio-supported, 20px); justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 20px; }\",\".framer-Rjcwe .framer-11vw3l6 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-Rjcwe .framer-1elf08i, .framer-Rjcwe .framer-egu608 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 81\n * @framerIntrinsicWidth 346\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"wYp0n_Rub\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"xQfpVATpK\":\"icon\",\"O2OsbC9Oi\":\"title\",\"GEUV1tRmv\":\"description\",\"eprv9NfBY\":\"link\",\"q1vLYMeNZ\":\"click\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerNtFZ4Jwun=withCSS(Component,css,\"framer-Rjcwe\");export default FramerNtFZ4Jwun;FramerNtFZ4Jwun.displayName=\"Mega Meu Item\";FramerNtFZ4Jwun.defaultProps={height:81,width:346};addPropertyControls(FramerNtFZ4Jwun,{xQfpVATpK:{__defaultAssetReference:\"data:framer/asset-reference,bpA96eI8STi3oRhwlSx81Ywips.svg?originalFilename=announcement-01.svg&preferredSize=auto\",__vekterDefault:{alt:\"\",assetReference:\"data:framer/asset-reference,bpA96eI8STi3oRhwlSx81Ywips.svg?originalFilename=announcement-01.svg&preferredSize=auto\"},title:\"Icon\",type:ControlType.ResponsiveImage},O2OsbC9Oi:{defaultValue:\"Amazon Sponsored Advertising\",displayTextArea:false,title:\"Title\",type:ControlType.String},GEUV1tRmv:{defaultValue:\"Amazon Sponsored Advertising Adbrew's powerful Amazon PPC tool\",displayTextArea:false,title:\"Description\",type:ControlType.String},eprv9NfBY:{title:\"Link\",type:ControlType.Link},q1vLYMeNZ:{title:\"Click\",type:ControlType.EventHandler}});const variationAxes=[{defaultValue:14,maxValue:32,minValue:14,name:\"Optical size\",tag:\"opsz\"},{defaultValue:400,maxValue:900,minValue:100,name:\"Weight\",tag:\"wght\"}];addFonts(FramerNtFZ4Jwun,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/mYcqTSergLb16PdbJJQMl9ebYm4.woff2\",variationAxes,weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/ZRl8AlxwsX1m7xS1eJCiSPbztg.woff2\",variationAxes,weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/nhSQpBRqFmXNUBY2p5SENQ8NplQ.woff2\",variationAxes,weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/DYHjxG0qXjopUuruoacfl5SA.woff2\",variationAxes,weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/s7NH6sl7w4NU984r5hcmo1tPSYo.woff2\",variationAxes,weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/7lw0VWkeXrGYJT05oB3DsFy8BaY.woff2\",variationAxes,weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/wx5nfqEgOXnxuFaxB0Mn9OhmcZA.woff2\",variationAxes,weight:\"400\"}]},...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerNtFZ4Jwun\",\"slots\":[],\"annotations\":{\"framerAutoSizeImages\":\"true\",\"framerIntrinsicHeight\":\"81\",\"framerVariables\":\"{\\\"xQfpVATpK\\\":\\\"icon\\\",\\\"O2OsbC9Oi\\\":\\\"title\\\",\\\"GEUV1tRmv\\\":\\\"description\\\",\\\"eprv9NfBY\\\":\\\"link\\\",\\\"q1vLYMeNZ\\\":\\\"click\\\"}\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"346\",\"framerColorSyntax\":\"true\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"wYp0n_Rub\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./NtFZ4Jwun.map", "// Generated by Framer (d9f95e9)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getLoadingLazyAtYPosition,Image,Link,RichText,SmartComponentScopedContainer,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import TertiaryButton from\"https://framerusercontent.com/modules/14a8eJi6tRXKyzmaUEbY/J28IR5zss90ZwiTcUmI0/VptRTbFaF.js\";const TertiaryButtonFonts=getFonts(TertiaryButton);const serializationHash=\"framer-btfnO\";const variantClassNames={yrrE3k40A:\"framer-v-1r50ite\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const radiusForCorner=(value,cornerIndex)=>{if(typeof value===\"number\"&&Number.isFinite(value))return Math.max(0,value)+\"px\";if(typeof value!==\"string\"||typeof cornerIndex!==\"number\")return undefined;const segments=value.split(\" \");return segments[cornerIndex]||segments[cornerIndex-2]||segments[0];};const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};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 getProps=({fill,height,id,image,link,radius,text,title,width,...props})=>{return{...props,DTZkMuiZ5:text??props.DTZkMuiZ5??\"Check out the all new dashboard view. Pages now load faster. \",ecljk7nBu:fill??props.ecljk7nBu??\"rgb(249, 250, 251)\",TcCNlXswk:title??props.TcCNlXswk??\"We've just released an update!\",ttIaybk2q:link??props.ttIaybk2q,uPnuxMQaM:image??props.uPnuxMQaM??{alt:\"\",pixelHeight:950,pixelWidth:1267,src:\"https://framerusercontent.com/images/29lROpZJ68NRKjpJDO1wH2mcGE.jpg?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/29lROpZJ68NRKjpJDO1wH2mcGE.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/29lROpZJ68NRKjpJDO1wH2mcGE.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/29lROpZJ68NRKjpJDO1wH2mcGE.jpg 1267w\"},WdKa73am3:radius??props.WdKa73am3??\"0px\"};};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,ecljk7nBu,uPnuxMQaM,TcCNlXswk,DTZkMuiZ5,ttIaybk2q,WdKa73am3,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"yrrE3k40A\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);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-1r50ite\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"yrrE3k40A\",ref:refBinding,style:{backgroundColor:ecljk7nBu,borderBottomLeftRadius:radiusForCorner(WdKa73am3,3),borderBottomRightRadius:radiusForCorner(WdKa73am3,2),borderTopLeftRadius:radiusForCorner(WdKa73am3,0),borderTopRightRadius:radiusForCorner(WdKa73am3,1),...style},children:[/*#__PURE__*/_jsx(Link,{href:ttIaybk2q,motionChild:true,nodeId:\"xWwUYGV46\",openInNewTab:false,scopeId:\"Xqzz_oSpb\",children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+20+0),sizes:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,...toResponsiveImage(uPnuxMQaM)},className:\"framer-5bfv51 framer-usmi8e\",\"data-framer-name\":\"Image\",layoutDependency:layoutDependency,layoutId:\"xWwUYGV46\",style:{borderBottomLeftRadius:7.7,borderBottomRightRadius:7.7,borderTopLeftRadius:7.7,borderTopRightRadius:7.7}})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-14ucfox\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"PDDHbiJvA\",children:[/*#__PURE__*/_jsx(Link,{href:ttIaybk2q,motionChild:true,nodeId:\"FMHZLk7pm\",openInNewTab:false,scopeId:\"Xqzz_oSpb\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1rrkkud framer-usmi8e\",\"data-framer-name\":\"Text and supporting text\",layoutDependency:layoutDependency,layoutId:\"FMHZLk7pm\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(15, 23, 40))\"},children:\"We've just released an update!\"})}),className:\"framer-pgbh4q\",\"data-framer-name\":\"Text\",fonts:[\"Inter-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"e22mbygV1\",style:{\"--extracted-r6o4lv\":\"rgb(15, 23, 40)\",\"--framer-paragraph-spacing\":\"16px\"},text:TcCNlXswk,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(71, 84, 102))\"},children:\"Check out the all new dashboard view. Pages now load faster. \"})}),className:\"framer-1hj9ovi\",\"data-framer-name\":\"Supporting text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"MkUJEFqbz\",style:{\"--extracted-r6o4lv\":\"rgb(71, 84, 102)\",\"--framer-paragraph-spacing\":\"14px\"},text:DTZkMuiZ5,verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:22,y:(componentViewport?.y||0)+20+198.5333+0+248,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-j469nx-container\",layoutDependency:layoutDependency,layoutId:\"yqLz8It3H-container\",nodeId:\"yqLz8It3H\",rendersWithMotion:true,scopeId:\"Xqzz_oSpb\",children:/*#__PURE__*/_jsx(TertiaryButton,{height:\"100%\",id:\"yqLz8It3H\",layoutId:\"yqLz8It3H\",PwH8f_QPk:ttIaybk2q,rPMJ_i18z:\"Read post\",variant:\"cprYgQTF4\",VgxK4e6wZ:false,width:\"100%\"})})})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-btfnO.framer-usmi8e, .framer-btfnO .framer-usmi8e { display: block; }\",\".framer-btfnO.framer-1r50ite { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 20px; position: relative; width: 360px; }\",\".framer-btfnO .framer-5bfv51 { aspect-ratio: 1.8742857142857143 / 1; flex: none; gap: 0px; height: var(--framer-aspect-ratio-supported, 171px); overflow: visible; position: relative; text-decoration: none; width: 100%; }\",\".framer-btfnO .framer-14ucfox { 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-btfnO .framer-1rrkkud { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: 100%; }\",\".framer-btfnO .framer-pgbh4q, .framer-btfnO .framer-1hj9ovi { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-btfnO .framer-j469nx-container { flex: none; height: auto; position: relative; width: auto; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 348.5\n * @framerIntrinsicWidth 360\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"ecljk7nBu\":\"fill\",\"uPnuxMQaM\":\"image\",\"TcCNlXswk\":\"title\",\"DTZkMuiZ5\":\"text\",\"ttIaybk2q\":\"link\",\"WdKa73am3\":\"radius\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerXqzz_oSpb=withCSS(Component,css,\"framer-btfnO\");export default FramerXqzz_oSpb;FramerXqzz_oSpb.displayName=\"Nav Item Card\";FramerXqzz_oSpb.defaultProps={height:348.5,width:360};addPropertyControls(FramerXqzz_oSpb,{ecljk7nBu:{defaultValue:\"rgb(249, 250, 251)\",title:\"Fill\",type:ControlType.Color},uPnuxMQaM:{__defaultAssetReference:\"data:framer/asset-reference,29lROpZJ68NRKjpJDO1wH2mcGE.jpg?originalFilename=Image.jpg&preferredSize=auto\",__vekterDefault:{alt:\"\",assetReference:\"data:framer/asset-reference,29lROpZJ68NRKjpJDO1wH2mcGE.jpg?originalFilename=Image.jpg&preferredSize=auto\"},title:\"Image\",type:ControlType.ResponsiveImage},TcCNlXswk:{defaultValue:\"We've just released an update!\",displayTextArea:false,title:\"Title\",type:ControlType.String},DTZkMuiZ5:{defaultValue:\"Check out the all new dashboard view. Pages now load faster. \",displayTextArea:false,title:\"Text\",type:ControlType.String},ttIaybk2q:{title:\"Link\",type:ControlType.Link},WdKa73am3:{defaultValue:\"0px\",title:\"Radius\",type:ControlType.BorderRadius}});addFonts(FramerXqzz_oSpb,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/hyOgCu0Xnghbimh0pE8QTvtt2AU.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/NeGmSOXrPBfEFIy5YZeHq17LEDA.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/oYaAX5himiTPYuN8vLWnqBbfD2s.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/lEJLP4R0yuCaMCjSXYHtJw72M.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/cRJyLNuTJR5jbyKzGi33wU9cqIQ.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/1ZFS7N918ojhhd0nQWdj3jz4w.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/A0Wcc7NgXMjUuFdquHDrIZpzZw0.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...TertiaryButtonFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerXqzz_oSpb\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerVariables\":\"{\\\"ecljk7nBu\\\":\\\"fill\\\",\\\"uPnuxMQaM\\\":\\\"image\\\",\\\"TcCNlXswk\\\":\\\"title\\\",\\\"DTZkMuiZ5\\\":\\\"text\\\",\\\"ttIaybk2q\\\":\\\"link\\\",\\\"WdKa73am3\\\":\\\"radius\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"360\",\"framerAutoSizeImages\":\"true\",\"framerIntrinsicHeight\":\"348.5\",\"framerDisplayContentsDiv\":\"false\",\"framerColorSyntax\":\"true\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (b4533c2)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,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 HamburgerIcon from\"https://framerusercontent.com/modules/HLqlwl9cV0up0lzs2R4U/o14dIXZwUv50EqT0dIAa/Z26OhWmFd.js\";import MegaMeuItem from\"https://framerusercontent.com/modules/cW27ZEJBQAjrpYC9Ocgj/LplFJfijeFJNVr5zuyCN/NtFZ4Jwun.js\";import NavItemCard from\"https://framerusercontent.com/modules/6B9pvOMvGGpn35DEfWKz/pI20Q5aXrJR2dqu2S8qn/Xqzz_oSpb.js\";const HamburgerIconFonts=getFonts(HamburgerIcon);const MegaMeuItemFonts=getFonts(MegaMeuItem);const NavItemCardFonts=getFonts(NavItemCard);const cycleOrder=[\"HSymCeeG7\",\"XUp2L55BA\"];const serializationHash=\"framer-XWmaK\";const variantClassNames={HSymCeeG7:\"framer-v-ipdzgh\",XUp2L55BA:\"framer-v-b4k4wr\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};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={\"Variant 1\":\"HSymCeeG7\",\"Variant 2\":\"XUp2L55BA\"};const getProps=({back,close,cut,height,id,width,...props})=>{return{...props,Aa07WMphY:cut??props.Aa07WMphY,harJ_881W:close??props.harJ_881W,variant:humanReadableVariantMap[props.variant]??props.variant??\"HSymCeeG7\",yRbryjRrD:back??props.yRbryjRrD};};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,yRbryjRrD,Aa07WMphY,harJ_881W,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"HSymCeeG7\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1i8s808=activeVariantCallback(async(...args)=>{if(yRbryjRrD){const res=await yRbryjRrD(...args);if(res===false)return false;}});const STFq9yulg1yctl6e=activeVariantCallback(async(...args)=>{if(Aa07WMphY){const res=await Aa07WMphY(...args);if(res===false)return false;}});const q1vLYMeNZfhxyn=activeVariantCallback(async(...args)=>{if(harJ_881W){const res=await harJ_881W(...args);if(res===false)return false;}});const onTapfhxyn=activeVariantCallback(async(...args)=>{if(harJ_881W){const res=await harJ_881W(...args);if(res===false)return false;}});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(baseVariant===\"XUp2L55BA\")return true;return false;};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-ipdzgh\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"HSymCeeG7\",ref:refBinding,style:{backgroundColor:\"var(--token-b56d50b0-4a18-4c09-8706-195b51d6bf0a, rgb(255, 255, 255))\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,...style},...addPropertyOverrides({XUp2L55BA:{\"data-framer-name\":\"Variant 2\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1b1kr69\",\"data-framer-name\":\"Section\",layoutDependency:layoutDependency,layoutId:\"MFsMT8H44\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-khnsom\",\"data-framer-name\":\"Frame 1000012676\",layoutDependency:layoutDependency,layoutId:\"ttImq0Klh\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-y7oalw\",\"data-framer-name\":\"Back Button\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"ZbwnQ9qEE\",onTap:onTap1i8s808,children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-mzn81b\",layoutDependency:layoutDependency,layoutId:\"aspzxWFV5\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1v4i0cu\",layoutDependency:layoutDependency,layoutId:\"OPhqFl_Of\",opacity:1,requiresOverflowVisible:false,style:{rotate:90},svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 10.4 6.002\" overflow=\"visible\"><path d=\"M 10.282 0.126 C 10.207 0.045 10.105 0 9.999 0 C 9.893 0 9.791 0.045 9.716 0.126 L 5.2 4.966 L 0.684 0.126 C 0.527 -0.042 0.274 -0.042 0.117 0.126 C -0.039 0.293 -0.039 0.565 0.117 0.733 L 4.917 5.876 C 4.992 5.956 5.093 6.002 5.2 6.002 C 5.306 6.002 5.408 5.956 5.483 5.876 L 10.282 0.733 C 10.357 0.652 10.4 0.543 10.4 0.429 C 10.4 0.315 10.357 0.206 10.282 0.126\" fill=\"var(--token-2d51d537-b720-4609-a6e3-a89a217354c5, rgb(23, 81, 208)) /* {&quot;name&quot;:&quot;#1751D0&quot;} */\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-2d51d537-b720-4609-a6e3-a89a217354c5, rgb(23, 81, 208)))\"},children:\"Back\"})}),className:\"framer-jbpg5q\",\"data-framer-name\":\"Text\",fonts:[\"Inter-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"GlK815xmG\",style:{\"--extracted-r6o4lv\":\"var(--token-2d51d537-b720-4609-a6e3-a89a217354c5, rgb(23, 81, 208))\",\"--framer-paragraph-spacing\":\"14px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,width:\"32px\",...addPropertyOverrides({XUp2L55BA:{y:(componentViewport?.y||0)+20+0+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1pw7z17-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"WeNo9kB2B-container\",nodeId:\"WeNo9kB2B\",rendersWithMotion:true,scopeId:\"CQ8AZ59Uk\",children:/*#__PURE__*/_jsx(HamburgerIcon,{height:\"100%\",id:\"WeNo9kB2B\",layoutId:\"WeNo9kB2B\",STFq9yulg:STFq9yulg1yctl6e,style:{height:\"100%\",width:\"100%\"},variant:\"lePr5avJ3\",width:\"100%\"})})})]})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1w0mazf\",\"data-framer-name\":\"Section\",layoutDependency:layoutDependency,layoutId:\"eZYhZJigZ\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-xcp35g\",\"data-framer-name\":\"Frame 1000012676\",layoutDependency:layoutDependency,layoutId:\"RPPOysHST\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItVmFyaWFibGVWRj1JbTl3YzNvaUlERTBMQ0FpZDJkb2RDSWdOREF3\",\"--framer-font-family\":'\"Inter Variable\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-variation-axes\":'var(--extracted-2gg91v, \"opsz\" 14, \"wght\" 400)',\"--framer-line-height\":\"1.6em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d93054eb-7c0a-4938-bab6-1ab7a79effe9, rgb(71, 84, 103)))\",\"--framer-text-transform\":\"capitalize\"},children:\"Blog\"})}),className:\"framer-rqud44\",\"data-framer-name\":\"Text\",fonts:[\"Inter-Variable\"],layoutDependency:layoutDependency,layoutId:\"uhsEt7Bz3\",style:{\"--extracted-2gg91v\":'\"opsz\" 14, \"wght\" 400',\"--extracted-r6o4lv\":\"var(--token-d93054eb-7c0a-4938-bab6-1ab7a79effe9, rgb(71, 84, 103))\",\"--framer-paragraph-spacing\":\"14px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1en3n1t\",layoutDependency:layoutDependency,layoutId:\"v_1_9PIaW\",style:{backgroundColor:\"var(--token-d67afced-06fb-4e37-b93e-01d53682b8bb, rgb(238, 238, 238))\"}})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-zobgz7\",\"data-framer-name\":\"Navigation\",layoutDependency:layoutDependency,layoutId:\"DIzLwSuaw\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":y6w1RtVZj\",webPageId:\"js2KUL6hi\"},implicitPathVariables:undefined},{href:{hash:\":y6w1RtVZj\",webPageId:\"js2KUL6hi\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:81,width:\"346px\",y:(componentViewport?.y||0)+0+20+52.2+0+0,...addPropertyOverrides({XUp2L55BA:{width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+20+52+0+52.2+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1samuox-container\",layoutDependency:layoutDependency,layoutId:\"Xf910YpmF-container\",nodeId:\"Xf910YpmF\",rendersWithMotion:true,scopeId:\"CQ8AZ59Uk\",children:/*#__PURE__*/_jsx(MegaMeuItem,{eprv9NfBY:resolvedLinks[0],GEUV1tRmv:\"Insights, updates, and strategies for Amazon Sponsored Ads.\",height:\"100%\",id:\"Xf910YpmF\",layoutId:\"Xf910YpmF\",O2OsbC9Oi:\"Amazon Ads\",q1vLYMeNZ:q1vLYMeNZfhxyn,style:{width:\"100%\"},width:\"100%\",xQfpVATpK:addImageAlt({pixelHeight:20,pixelWidth:20,src:\"https://framerusercontent.com/images/IQPKI1TP7nU6g3ZcDJtqFBXj4.svg\"},\"\"),...addPropertyOverrides({XUp2L55BA:{eprv9NfBY:resolvedLinks[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":V1dtFCVpj\",webPageId:\"bbF5nqoP7\"},implicitPathVariables:undefined},{href:{hash:\":V1dtFCVpj\",webPageId:\"bbF5nqoP7\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:81,width:\"346px\",y:(componentViewport?.y||0)+0+20+52.2+0+81,...addPropertyOverrides({XUp2L55BA:{width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+20+52+0+52.2+0+81}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-14ozw7c-container\",layoutDependency:layoutDependency,layoutId:\"Bfs_k6zhZ-container\",nodeId:\"Bfs_k6zhZ\",rendersWithMotion:true,scopeId:\"CQ8AZ59Uk\",children:/*#__PURE__*/_jsx(MegaMeuItem,{eprv9NfBY:resolvedLinks1[0],GEUV1tRmv:\"Learn how to reach audiences across the web with Amazon DSP.\",height:\"100%\",id:\"Bfs_k6zhZ\",layoutId:\"Bfs_k6zhZ\",O2OsbC9Oi:\"Amazon DSP\",q1vLYMeNZ:q1vLYMeNZfhxyn,style:{width:\"100%\"},width:\"100%\",xQfpVATpK:addImageAlt({pixelHeight:20,pixelWidth:20,src:\"https://framerusercontent.com/images/nTeGe9rr5kNuWPDM6n7VU7NAHM4.svg\"},\"\"),...addPropertyOverrides({XUp2L55BA:{eprv9NfBY:resolvedLinks1[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":Wc0OZEVxy\",webPageId:\"D8qttWuDI\"},implicitPathVariables:undefined},{href:{hash:\":Wc0OZEVxy\",webPageId:\"D8qttWuDI\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:81,width:\"346px\",y:(componentViewport?.y||0)+0+20+52.2+0+162,...addPropertyOverrides({XUp2L55BA:{width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+20+52+0+52.2+0+162}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1vwvlue-container\",layoutDependency:layoutDependency,layoutId:\"c_CvbfpMi-container\",nodeId:\"c_CvbfpMi\",rendersWithMotion:true,scopeId:\"CQ8AZ59Uk\",children:/*#__PURE__*/_jsx(MegaMeuItem,{eprv9NfBY:resolvedLinks2[0],GEUV1tRmv:\"Explore data-driven strategies using AMC and custom queries.\",height:\"100%\",id:\"c_CvbfpMi\",layoutId:\"c_CvbfpMi\",O2OsbC9Oi:\"Amazon Marketing Cloud\",q1vLYMeNZ:q1vLYMeNZfhxyn,style:{width:\"100%\"},width:\"100%\",xQfpVATpK:addImageAlt({pixelHeight:20,pixelWidth:20,src:\"https://framerusercontent.com/images/uR1dfaknEfAUv7Ol2IvFHastF4.svg\"},\"\"),...addPropertyOverrides({XUp2L55BA:{eprv9NfBY:resolvedLinks2[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":E0sm4F8_8\",webPageId:\"TkP6doXmZ\"},implicitPathVariables:undefined},{href:{hash:\":E0sm4F8_8\",webPageId:\"TkP6doXmZ\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:81,width:\"346px\",y:(componentViewport?.y||0)+0+20+52.2+0+243,...addPropertyOverrides({XUp2L55BA:{width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+20+52+0+52.2+0+243}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-16d2sii-container\",layoutDependency:layoutDependency,layoutId:\"sKiDq0cHH-container\",nodeId:\"sKiDq0cHH\",rendersWithMotion:true,scopeId:\"CQ8AZ59Uk\",children:/*#__PURE__*/_jsx(MegaMeuItem,{eprv9NfBY:resolvedLinks3[0],GEUV1tRmv:\"Tips and updates for optimizing ads on Walmart Marketplace.\",height:\"100%\",id:\"sKiDq0cHH\",layoutId:\"sKiDq0cHH\",O2OsbC9Oi:\"Walmart\",q1vLYMeNZ:q1vLYMeNZfhxyn,style:{width:\"100%\"},width:\"100%\",xQfpVATpK:addImageAlt({pixelHeight:20,pixelWidth:20,src:\"https://framerusercontent.com/images/RgnWz0M9V51qavrYAdZ3eaWgW20.svg\"},\"\"),...addPropertyOverrides({XUp2L55BA:{eprv9NfBY:resolvedLinks3[1]}},baseVariant,gestureVariant)})})})})]})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1d2b0x6\",\"data-framer-name\":\"Group 1000012190\",layoutDependency:layoutDependency,layoutId:\"uJGEZI0fN\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-zmhup4\",\"data-framer-name\":\"Section\",layoutDependency:layoutDependency,layoutId:\"dsHhr7VoI\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-fnhyg9\",\"data-framer-name\":\"Frame 1000012676\",layoutDependency:layoutDependency,layoutId:\"r87MPdzKU\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItVmFyaWFibGVWRj1JbTl3YzNvaUlERTBMQ0FpZDJkb2RDSWdOREF3\",\"--framer-font-family\":'\"Inter Variable\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-variation-axes\":'var(--extracted-2gg91v, \"opsz\" 14, \"wght\" 400)',\"--framer-line-height\":\"1.6em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d93054eb-7c0a-4938-bab6-1ab7a79effe9, rgb(71, 84, 103)))\",\"--framer-text-transform\":\"capitalize\"},children:\"Media\"})}),className:\"framer-lbmw85\",\"data-framer-name\":\"Text\",fonts:[\"Inter-Variable\"],layoutDependency:layoutDependency,layoutId:\"z9700NRhV\",style:{\"--extracted-2gg91v\":'\"opsz\" 14, \"wght\" 400',\"--extracted-r6o4lv\":\"var(--token-d93054eb-7c0a-4938-bab6-1ab7a79effe9, rgb(71, 84, 103))\",\"--framer-paragraph-spacing\":\"14px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-19z4p1m\",layoutDependency:layoutDependency,layoutId:\"EoW8rQgqG\",style:{backgroundColor:\"var(--token-d67afced-06fb-4e37-b93e-01d53682b8bb, rgb(238, 238, 238))\"}})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-pcqjnk\",\"data-framer-name\":\"Navigation\",layoutDependency:layoutDependency,layoutId:\"PE7kl4dkb\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"qtwMRp934\"},implicitPathVariables:undefined},{href:{webPageId:\"qtwMRp934\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:81,width:\"346px\",y:(componentViewport?.y||0)+0+20+0+0+52.2+0+0,...addPropertyOverrides({XUp2L55BA:{width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+20+448.2+0+0+0+52.2+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1l678zf-container\",layoutDependency:layoutDependency,layoutId:\"fDlW5lw8B-container\",nodeId:\"fDlW5lw8B\",rendersWithMotion:true,scopeId:\"CQ8AZ59Uk\",children:/*#__PURE__*/_jsx(MegaMeuItem,{eprv9NfBY:resolvedLinks4[0],GEUV1tRmv:\"Stay up to date with product releases, features, and company news.\",height:\"100%\",id:\"fDlW5lw8B\",layoutId:\"fDlW5lw8B\",O2OsbC9Oi:\"News & Announcements\",q1vLYMeNZ:q1vLYMeNZfhxyn,style:{width:\"100%\"},width:\"100%\",xQfpVATpK:addImageAlt({pixelHeight:20,pixelWidth:20,src:\"https://framerusercontent.com/images/bQJSleIv09qi6DXhLjbPxT63ys.svg\"},\"\"),...addPropertyOverrides({XUp2L55BA:{eprv9NfBY:resolvedLinks4[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"DfEKfeEbE\"},implicitPathVariables:undefined},{href:{webPageId:\"DfEKfeEbE\"},implicitPathVariables:undefined}],children:resolvedLinks5=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:81,width:\"346px\",y:(componentViewport?.y||0)+0+20+0+0+52.2+0+81,...addPropertyOverrides({XUp2L55BA:{width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+20+448.2+0+0+0+52.2+0+81}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-190o36l-container\",layoutDependency:layoutDependency,layoutId:\"sH5PDKsvx-container\",nodeId:\"sH5PDKsvx\",rendersWithMotion:true,scopeId:\"CQ8AZ59Uk\",children:/*#__PURE__*/_jsx(MegaMeuItem,{eprv9NfBY:resolvedLinks5[0],GEUV1tRmv:\"Actionable resources like whitepapers, checklists, and how-to playbooks.\",height:\"100%\",id:\"sH5PDKsvx\",layoutId:\"sH5PDKsvx\",O2OsbC9Oi:\"Guides\",q1vLYMeNZ:q1vLYMeNZfhxyn,style:{width:\"100%\"},width:\"100%\",xQfpVATpK:addImageAlt({pixelHeight:20,pixelWidth:20,src:\"https://framerusercontent.com/images/wIiAJ1QDmNeO4yVMP2sf8sYI8SY.svg\"},\"\"),...addPropertyOverrides({XUp2L55BA:{eprv9NfBY:resolvedLinks5[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"xExoWwcfG\"},implicitPathVariables:undefined},{href:{webPageId:\"xExoWwcfG\"},implicitPathVariables:undefined}],children:resolvedLinks6=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:81,width:\"346px\",y:(componentViewport?.y||0)+0+20+0+0+52.2+0+162,...addPropertyOverrides({XUp2L55BA:{width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+20+448.2+0+0+0+52.2+0+162}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1dk5bog-container\",layoutDependency:layoutDependency,layoutId:\"mCJ6T9_Px-container\",nodeId:\"mCJ6T9_Px\",rendersWithMotion:true,scopeId:\"CQ8AZ59Uk\",children:/*#__PURE__*/_jsx(MegaMeuItem,{eprv9NfBY:resolvedLinks6[0],GEUV1tRmv:\"Watch expert-led sessions on campaign strategy, tools, and features.\",height:\"100%\",id:\"mCJ6T9_Px\",layoutId:\"mCJ6T9_Px\",O2OsbC9Oi:\"Webinars\",q1vLYMeNZ:q1vLYMeNZfhxyn,style:{width:\"100%\"},width:\"100%\",xQfpVATpK:addImageAlt({pixelHeight:20,pixelWidth:20,src:\"https://framerusercontent.com/images/8CYZHPopNehBTVHRJCXQYYlj7Eg.svg\"},\"\"),...addPropertyOverrides({XUp2L55BA:{eprv9NfBY:resolvedLinks6[1]}},baseVariant,gestureVariant)})})})})]})]})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1q0fq4q\",\"data-framer-name\":\"Section\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"ILpzWq_SA\",onTap:onTapfhxyn,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:Math.max(0,(((componentViewport?.height||416.5)-0)*1-0-0)/1)*1,width:\"366px\",y:(componentViewport?.y||0)+0+0+0,...addPropertyOverrides({XUp2L55BA:{height:348,width:`min(${componentViewport?.width||\"100vw\"} - 40px, 500px)`,y:(componentViewport?.y||0)+20+763.4+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1r33t2n-container\",layoutDependency:layoutDependency,layoutId:\"XOZJgzVou-container\",nodeId:\"XOZJgzVou\",rendersWithMotion:true,scopeId:\"CQ8AZ59Uk\",children:/*#__PURE__*/_jsx(NavItemCard,{DTZkMuiZ5:\"Learn how to use AMC to identify and grow your new-to-brand customer base.\",ecljk7nBu:\"var(--token-cc4eb835-5740-4130-87d6-a5b403b68bd0, rgb(245, 246, 250))\",height:\"100%\",id:\"XOZJgzVou\",layoutId:\"XOZJgzVou\",style:{height:\"100%\",width:\"100%\"},TcCNlXswk:\"How to Leverage New-to-Brand Data Using Amazon Marketing Cloud?\",ttIaybk2q:\"https://adbrew.io/blog/new-to-brand-data-using-amazon-marketing-cloud/\",uPnuxMQaM:addImageAlt({pixelHeight:625,pixelWidth:1227,src:\"https://framerusercontent.com/images/zJfG17IiK59A5HaA6VbwGDy5m8.png\",srcSet:\"https://framerusercontent.com/images/zJfG17IiK59A5HaA6VbwGDy5m8.png?scale-down-to=512 512w,https://framerusercontent.com/images/zJfG17IiK59A5HaA6VbwGDy5m8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/zJfG17IiK59A5HaA6VbwGDy5m8.png 1227w\"},\"\"),WdKa73am3:\"0px\",width:\"100%\",...addPropertyOverrides({XUp2L55BA:{style:{width:\"100%\"},WdKa73am3:\"8px\"}},baseVariant,gestureVariant)})})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-XWmaK.framer-1ajv2j8, .framer-XWmaK .framer-1ajv2j8 { display: block; }\",\".framer-XWmaK.framer-ipdzgh { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 20px; position: relative; width: min-content; }\",\".framer-XWmaK .framer-1b1kr69 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-XWmaK .framer-khnsom { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-XWmaK .framer-y7oalw { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-XWmaK .framer-mzn81b { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-XWmaK .framer-1v4i0cu { height: 6px; position: relative; width: 11px; }\",\".framer-XWmaK .framer-jbpg5q, .framer-XWmaK .framer-rqud44, .framer-XWmaK .framer-lbmw85 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-XWmaK .framer-1pw7z17-container { flex: none; height: 32px; position: relative; width: 32px; }\",\".framer-XWmaK .framer-1w0mazf { 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: 20px 0px 20px 0px; position: relative; width: 346px; }\",\".framer-XWmaK .framer-xcp35g, .framer-XWmaK .framer-fnhyg9 { 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: hidden; padding: 0px 0px 0px 8px; position: relative; width: 100%; }\",\".framer-XWmaK .framer-1en3n1t, .framer-XWmaK .framer-19z4p1m { flex: none; height: 1px; overflow: visible; position: relative; width: 100%; }\",\".framer-XWmaK .framer-zobgz7, .framer-XWmaK .framer-pcqjnk { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-XWmaK .framer-1samuox-container, .framer-XWmaK .framer-14ozw7c-container, .framer-XWmaK .framer-1vwvlue-container, .framer-XWmaK .framer-16d2sii-container, .framer-XWmaK .framer-1l678zf-container, .framer-XWmaK .framer-190o36l-container, .framer-XWmaK .framer-1dk5bog-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-XWmaK .framer-1d2b0x6 { align-content: flex-start; align-items: flex-start; cursor: pointer; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: visible; padding: 20px 0px 0px 0px; position: relative; width: 346px; }\",\".framer-XWmaK .framer-zmhup4 { 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-XWmaK .framer-1q0fq4q { align-content: flex-start; align-items: flex-start; align-self: stretch; cursor: pointer; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: auto; justify-content: flex-start; max-width: 500px; overflow: visible; padding: 0px; position: relative; width: 366px; }\",\".framer-XWmaK .framer-1r33t2n-container { flex: 1 0 0px; height: 1px; position: relative; width: 100%; }\",\".framer-XWmaK.framer-v-b4k4wr.framer-ipdzgh { flex-direction: column; padding: 20px; width: 380px; }\",\".framer-XWmaK.framer-v-b4k4wr .framer-1b1kr69 { flex: none; width: 100%; }\",\".framer-XWmaK.framer-v-b4k4wr .framer-1w0mazf, .framer-XWmaK.framer-v-b4k4wr .framer-1d2b0x6 { padding: 0px; width: 100%; }\",\".framer-XWmaK.framer-v-b4k4wr .framer-1q0fq4q { align-self: unset; height: min-content; overflow: hidden; padding: 0px 0px 40px 0px; width: 100%; }\",\".framer-XWmaK.framer-v-b4k4wr .framer-1r33t2n-container { flex: none; height: auto; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 416.5\n * @framerIntrinsicWidth 1118\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"XUp2L55BA\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"yRbryjRrD\":\"back\",\"Aa07WMphY\":\"cut\",\"harJ_881W\":\"close\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerCQ8AZ59Uk=withCSS(Component,css,\"framer-XWmaK\");export default FramerCQ8AZ59Uk;FramerCQ8AZ59Uk.displayName=\"Resources Sub Menu\";FramerCQ8AZ59Uk.defaultProps={height:416.5,width:1118};addPropertyControls(FramerCQ8AZ59Uk,{variant:{options:[\"HSymCeeG7\",\"XUp2L55BA\"],optionTitles:[\"Variant 1\",\"Variant 2\"],title:\"Variant\",type:ControlType.Enum},yRbryjRrD:{title:\"Back\",type:ControlType.EventHandler},Aa07WMphY:{title:\"Cut\",type:ControlType.EventHandler},harJ_881W:{title:\"Close\",type:ControlType.EventHandler}});const variationAxes=[{defaultValue:14,maxValue:32,minValue:14,name:\"Optical size\",tag:\"opsz\"},{defaultValue:400,maxValue:900,minValue:100,name:\"Weight\",tag:\"wght\"}];addFonts(FramerCQ8AZ59Uk,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/hyOgCu0Xnghbimh0pE8QTvtt2AU.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/NeGmSOXrPBfEFIy5YZeHq17LEDA.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/oYaAX5himiTPYuN8vLWnqBbfD2s.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/lEJLP4R0yuCaMCjSXYHtJw72M.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/cRJyLNuTJR5jbyKzGi33wU9cqIQ.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/1ZFS7N918ojhhd0nQWdj3jz4w.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/A0Wcc7NgXMjUuFdquHDrIZpzZw0.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/mYcqTSergLb16PdbJJQMl9ebYm4.woff2\",variationAxes,weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/ZRl8AlxwsX1m7xS1eJCiSPbztg.woff2\",variationAxes,weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/nhSQpBRqFmXNUBY2p5SENQ8NplQ.woff2\",variationAxes,weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/DYHjxG0qXjopUuruoacfl5SA.woff2\",variationAxes,weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/s7NH6sl7w4NU984r5hcmo1tPSYo.woff2\",variationAxes,weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/7lw0VWkeXrGYJT05oB3DsFy8BaY.woff2\",variationAxes,weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/wx5nfqEgOXnxuFaxB0Mn9OhmcZA.woff2\",variationAxes,weight:\"400\"}]},...HamburgerIconFonts,...MegaMeuItemFonts,...NavItemCardFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerCQ8AZ59Uk\",\"slots\":[],\"annotations\":{\"framerAutoSizeImages\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"416.5\",\"framerVariables\":\"{\\\"yRbryjRrD\\\":\\\"back\\\",\\\"Aa07WMphY\\\":\\\"cut\\\",\\\"harJ_881W\\\":\\\"close\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"XUp2L55BA\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerColorSyntax\":\"true\",\"framerIntrinsicWidth\":\"1118\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./CQ8AZ59Uk.map", "// Generated by Framer (612a550)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getLoadingLazyAtYPosition,Image,Link,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const enabledGestures={tG2J9qqbB:{hover:true}};const cycleOrder=[\"tG2J9qqbB\",\"TpZE5wbl3\",\"W6ZjAKvcU\"];const serializationHash=\"framer-8FC5j\";const variantClassNames={tG2J9qqbB:\"framer-v-1eyet8p\",TpZE5wbl3:\"framer-v-1u22alp\",W6ZjAKvcU:\"framer-v-xeyqpk\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,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={\"Variant 1\":\"tG2J9qqbB\",\"Variant 3\":\"W6ZjAKvcU\",Phone:\"TpZE5wbl3\"};const getProps=({click,color,dropDown,height,hover,id,link,title,whiteArrowVisible,width,...props})=>{return{...props,AbycVm8Qu:dropDown??props.AbycVm8Qu,FApx0Pqp7:click??props.FApx0Pqp7,fVaVAiabm:color??props.fVaVAiabm??\"var(--token-d93054eb-7c0a-4938-bab6-1ab7a79effe9, rgb(71, 84, 103))\",hPKn8Xnzz:whiteArrowVisible??props.hPKn8Xnzz,qBgx8gErs:hover??props.qBgx8gErs,SrbNWfDRI:title??props.SrbNWfDRI??\"Product\",variant:humanReadableVariantMap[props.variant]??props.variant??\"tG2J9qqbB\",VHR_2hrjm:link??props.VHR_2hrjm};};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,SrbNWfDRI,AbycVm8Qu,qBgx8gErs,FApx0Pqp7,VHR_2hrjm,fVaVAiabm,hPKn8Xnzz,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"tG2J9qqbB\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapv36zrd=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(FApx0Pqp7){const res=await FApx0Pqp7(...args);if(res===false)return false;}});const onMouseEntermvawco=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});if(qBgx8gErs){const res=await qBgx8gErs(...args);if(res===false)return false;}});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);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:VHR_2hrjm,motionChild:true,nodeId:\"tG2J9qqbB\",openInNewTab:false,scopeId:\"EoH2XiQIr\",smoothScroll:true,children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-1eyet8p\",className,classNames)} framer-1c0pkc2`,\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"tG2J9qqbB\",onMouseEnter:onMouseEntermvawco,onTap:onTapv36zrd,ref:refBinding,style:{...style},...addPropertyOverrides({\"tG2J9qqbB-hover\":{\"data-framer-name\":undefined},TpZE5wbl3:{\"data-framer-name\":\"Phone\"},W6ZjAKvcU:{\"data-framer-name\":\"Variant 3\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItVmFyaWFibGVWRj1JbTl3YzNvaUlERTBMQ0FpZDJkb2RDSWdOREF3\",\"--framer-font-family\":'\"Inter Variable\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-variation-axes\":'var(--extracted-2gg91v, \"opsz\" 14, \"wght\" 400)',\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-fVaVAiabm-EoH2XiQIr))\"},children:\"Product\"})}),className:\"framer-90glcb\",\"data-framer-name\":\"Product\",fonts:[\"Inter-Variable\"],layoutDependency:layoutDependency,layoutId:\"yfo3cwVwg\",style:{\"--extracted-2gg91v\":'\"opsz\" 14, \"wght\" 400',\"--extracted-r6o4lv\":\"var(--variable-reference-fVaVAiabm-EoH2XiQIr)\",\"--framer-paragraph-spacing\":\"0px\",\"--variable-reference-fVaVAiabm-EoH2XiQIr\":fVaVAiabm},text:SrbNWfDRI,verticalAlignment:\"center\",withExternalLayout:true}),AbycVm8Qu&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||21)-0-16)/2)),pixelHeight:16,pixelWidth:16,src:\"https://framerusercontent.com/images/CeCUAsXICgVzEh2dDzYbtKSA.svg\"},className:\"framer-sgeaor\",layoutDependency:layoutDependency,layoutId:\"W1KX_tt02\",style:{rotate:0},variants:{\"tG2J9qqbB-hover\":{rotate:180},TpZE5wbl3:{rotate:-90},W6ZjAKvcU:{rotate:180}}}),hPKn8Xnzz&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||21)-0-16)/2)),pixelHeight:16,pixelWidth:17,src:\"https://framerusercontent.com/images/KkBc8gPafK05EmlWY8UzTDnXAes.svg\"},className:\"framer-1qa04fw\",layoutDependency:layoutDependency,layoutId:\"ewNnS9YkT\",style:{rotate:0},variants:{\"tG2J9qqbB-hover\":{rotate:180},TpZE5wbl3:{rotate:-90},W6ZjAKvcU:{rotate:180}}})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-8FC5j.framer-1c0pkc2, .framer-8FC5j .framer-1c0pkc2 { display: block; }\",\".framer-8FC5j.framer-1eyet8p { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-8FC5j .framer-90glcb { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-8FC5j .framer-sgeaor, .framer-8FC5j .framer-1qa04fw { align-content: center; align-items: center; aspect-ratio: 1 / 1; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 16px); justify-content: center; overflow: visible; padding: 0px; position: relative; width: 16px; }\",\".framer-8FC5j.framer-v-1u22alp.framer-1eyet8p { gap: unset; justify-content: space-between; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 21\n * @framerIntrinsicWidth 52\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"TpZE5wbl3\":{\"layout\":[\"auto\",\"auto\"]},\"W6ZjAKvcU\":{\"layout\":[\"auto\",\"auto\"]},\"gfAScu5CJ\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"SrbNWfDRI\":\"title\",\"AbycVm8Qu\":\"dropDown\",\"qBgx8gErs\":\"hover\",\"FApx0Pqp7\":\"click\",\"VHR_2hrjm\":\"link\",\"fVaVAiabm\":\"color\",\"hPKn8Xnzz\":\"whiteArrowVisible\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerEoH2XiQIr=withCSS(Component,css,\"framer-8FC5j\");export default FramerEoH2XiQIr;FramerEoH2XiQIr.displayName=\"Nav Item\";FramerEoH2XiQIr.defaultProps={height:21,width:52};addPropertyControls(FramerEoH2XiQIr,{variant:{options:[\"tG2J9qqbB\",\"TpZE5wbl3\",\"W6ZjAKvcU\"],optionTitles:[\"Variant 1\",\"Phone\",\"Variant 3\"],title:\"Variant\",type:ControlType.Enum},SrbNWfDRI:{defaultValue:\"Product\",displayTextArea:false,title:\"Title\",type:ControlType.String},AbycVm8Qu:{defaultValue:false,title:\"Drop Down\",type:ControlType.Boolean},qBgx8gErs:{title:\"Hover\",type:ControlType.EventHandler},FApx0Pqp7:{title:\"Click\",type:ControlType.EventHandler},VHR_2hrjm:{title:\"Link\",type:ControlType.Link},fVaVAiabm:{defaultValue:\"var(--token-d93054eb-7c0a-4938-bab6-1ab7a79effe9, rgb(71, 84, 103))\",title:\"Color\",type:ControlType.Color},hPKn8Xnzz:{defaultValue:false,title:\"White arrow visible\",type:ControlType.Boolean}});const variationAxes=[{defaultValue:14,maxValue:32,minValue:14,name:\"Optical size\",tag:\"opsz\"},{defaultValue:400,maxValue:900,minValue:100,name:\"Weight\",tag:\"wght\"}];addFonts(FramerEoH2XiQIr,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/mYcqTSergLb16PdbJJQMl9ebYm4.woff2\",variationAxes,weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/ZRl8AlxwsX1m7xS1eJCiSPbztg.woff2\",variationAxes,weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/nhSQpBRqFmXNUBY2p5SENQ8NplQ.woff2\",variationAxes,weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/DYHjxG0qXjopUuruoacfl5SA.woff2\",variationAxes,weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/s7NH6sl7w4NU984r5hcmo1tPSYo.woff2\",variationAxes,weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/7lw0VWkeXrGYJT05oB3DsFy8BaY.woff2\",variationAxes,weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/wx5nfqEgOXnxuFaxB0Mn9OhmcZA.woff2\",variationAxes,weight:\"400\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerEoH2XiQIr\",\"slots\":[],\"annotations\":{\"framerColorSyntax\":\"true\",\"framerIntrinsicWidth\":\"52\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"TpZE5wbl3\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"W6ZjAKvcU\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"gfAScu5CJ\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerAutoSizeImages\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"21\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"SrbNWfDRI\\\":\\\"title\\\",\\\"AbycVm8Qu\\\":\\\"dropDown\\\",\\\"qBgx8gErs\\\":\\\"hover\\\",\\\"FApx0Pqp7\\\":\\\"click\\\",\\\"VHR_2hrjm\\\":\\\"link\\\",\\\"fVaVAiabm\\\":\\\"color\\\",\\\"hPKn8Xnzz\\\":\\\"whiteArrowVisible\\\"}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./EoH2XiQIr.map", "// Generated by Framer (b4533c2)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,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 HamburgerIcon from\"https://framerusercontent.com/modules/HLqlwl9cV0up0lzs2R4U/o14dIXZwUv50EqT0dIAa/Z26OhWmFd.js\";import MegaMeuItem from\"https://framerusercontent.com/modules/cW27ZEJBQAjrpYC9Ocgj/LplFJfijeFJNVr5zuyCN/NtFZ4Jwun.js\";import NavItemCard from\"https://framerusercontent.com/modules/6B9pvOMvGGpn35DEfWKz/pI20Q5aXrJR2dqu2S8qn/Xqzz_oSpb.js\";const HamburgerIconFonts=getFonts(HamburgerIcon);const MegaMeuItemFonts=getFonts(MegaMeuItem);const NavItemCardFonts=getFonts(NavItemCard);const cycleOrder=[\"GeBz3vCPI\",\"JOHi1p_Ua\"];const serializationHash=\"framer-01W9i\";const variantClassNames={GeBz3vCPI:\"framer-v-1ktwrkm\",JOHi1p_Ua:\"framer-v-1rbsyad\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};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={\"Variant 1\":\"GeBz3vCPI\",\"Variant 2\":\"JOHi1p_Ua\"};const getProps=({back,close,cut,height,id,width,...props})=>{return{...props,Aa07WMphY:cut??props.Aa07WMphY,RDfXZXluz:close??props.RDfXZXluz,variant:humanReadableVariantMap[props.variant]??props.variant??\"GeBz3vCPI\",yRbryjRrD:back??props.yRbryjRrD};};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,yRbryjRrD,Aa07WMphY,RDfXZXluz,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"GeBz3vCPI\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1i8s808=activeVariantCallback(async(...args)=>{if(yRbryjRrD){const res=await yRbryjRrD(...args);if(res===false)return false;}});const STFq9yulg1yctl6e=activeVariantCallback(async(...args)=>{if(Aa07WMphY){const res=await Aa07WMphY(...args);if(res===false)return false;}});const q1vLYMeNZk0rojc=activeVariantCallback(async(...args)=>{if(RDfXZXluz){const res=await RDfXZXluz(...args);if(res===false)return false;}});const onTapk0rojc=activeVariantCallback(async(...args)=>{if(RDfXZXluz){const res=await RDfXZXluz(...args);if(res===false)return false;}});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(baseVariant===\"JOHi1p_Ua\")return true;return false;};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-1ktwrkm\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"GeBz3vCPI\",ref:refBinding,style:{backgroundColor:\"var(--token-b56d50b0-4a18-4c09-8706-195b51d6bf0a, rgb(255, 255, 255))\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,...style},...addPropertyOverrides({JOHi1p_Ua:{\"data-framer-name\":\"Variant 2\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-u0pfg1\",\"data-framer-name\":\"Section\",layoutDependency:layoutDependency,layoutId:\"nG1YcBLrX\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-vpfw4w\",\"data-framer-name\":\"Frame 1000012676\",layoutDependency:layoutDependency,layoutId:\"IQwPurv5Q\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-141t3l7\",\"data-framer-name\":\"Back Button\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"Ll4ItjP6A\",onTap:onTap1i8s808,children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1g3ouac\",layoutDependency:layoutDependency,layoutId:\"MtytrhHHl\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-16l4yd2\",layoutDependency:layoutDependency,layoutId:\"b_GP8ksol\",opacity:1,requiresOverflowVisible:false,style:{rotate:90},svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 10.4 6.002\" overflow=\"visible\"><path d=\"M 10.282 0.126 C 10.207 0.045 10.105 0 9.999 0 C 9.893 0 9.791 0.045 9.716 0.126 L 5.2 4.966 L 0.684 0.126 C 0.527 -0.042 0.274 -0.042 0.117 0.126 C -0.039 0.293 -0.039 0.565 0.117 0.733 L 4.917 5.876 C 4.992 5.956 5.093 6.002 5.2 6.002 C 5.306 6.002 5.408 5.956 5.483 5.876 L 10.282 0.733 C 10.357 0.652 10.4 0.543 10.4 0.429 C 10.4 0.315 10.357 0.206 10.282 0.126\" fill=\"var(--token-2d51d537-b720-4609-a6e3-a89a217354c5, rgb(23, 81, 208)) /* {&quot;name&quot;:&quot;#1751D0&quot;} */\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-2d51d537-b720-4609-a6e3-a89a217354c5, rgb(23, 81, 208)))\"},children:\"Back\"})}),className:\"framer-7pxuub\",\"data-framer-name\":\"Text\",fonts:[\"Inter-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"qvxnizI5_\",style:{\"--extracted-r6o4lv\":\"var(--token-2d51d537-b720-4609-a6e3-a89a217354c5, rgb(23, 81, 208))\",\"--framer-paragraph-spacing\":\"14px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,width:\"32px\",...addPropertyOverrides({JOHi1p_Ua:{y:(componentViewport?.y||0)+20+0+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-iohq5o-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"LMcPHv8fT-container\",nodeId:\"LMcPHv8fT\",rendersWithMotion:true,scopeId:\"H21CAP7ZK\",children:/*#__PURE__*/_jsx(HamburgerIcon,{height:\"100%\",id:\"LMcPHv8fT\",layoutId:\"LMcPHv8fT\",STFq9yulg:STFq9yulg1yctl6e,style:{height:\"100%\",width:\"100%\"},variant:\"lePr5avJ3\",width:\"100%\"})})})]})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-m8dldv\",\"data-framer-name\":\"Group 1000012190\",layoutDependency:layoutDependency,layoutId:\"eoVh9AV_a\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-nhhqhx\",\"data-framer-name\":\"Section\",layoutDependency:layoutDependency,layoutId:\"u4PE2fFNM\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-5dk1gz\",\"data-framer-name\":\"Frame 1000012676\",layoutDependency:layoutDependency,layoutId:\"smCBEj9h7\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItVmFyaWFibGVWRj1JbTl3YzNvaUlERTBMQ0FpZDJkb2RDSWdOREF3\",\"--framer-font-family\":'\"Inter Variable\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-variation-axes\":'var(--extracted-2gg91v, \"opsz\" 14, \"wght\" 400)',\"--framer-line-height\":\"1.6em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d93054eb-7c0a-4938-bab6-1ab7a79effe9, rgb(71, 84, 103)))\",\"--framer-text-transform\":\"capitalize\"},children:\"Customer Stories\"})}),className:\"framer-947jal\",\"data-framer-name\":\"Text\",fonts:[\"Inter-Variable\"],layoutDependency:layoutDependency,layoutId:\"guN1uZfCx\",style:{\"--extracted-2gg91v\":'\"opsz\" 14, \"wght\" 400',\"--extracted-r6o4lv\":\"var(--token-d93054eb-7c0a-4938-bab6-1ab7a79effe9, rgb(71, 84, 103))\",\"--framer-paragraph-spacing\":\"14px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-12jxi11\",layoutDependency:layoutDependency,layoutId:\"svnYAIQCU\",style:{backgroundColor:\"var(--token-d67afced-06fb-4e37-b93e-01d53682b8bb, rgb(238, 238, 238))\"}})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1r79li2\",\"data-framer-name\":\"Navigation\",layoutDependency:layoutDependency,layoutId:\"tF9P3hJPU\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":WTYS0LI5k\",webPageId:\"W2hDJu4nC\"},implicitPathVariables:undefined},{href:{hash:\":WTYS0LI5k\",webPageId:\"W2hDJu4nC\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:81,width:\"346px\",y:(componentViewport?.y||0)+0+20+0+0+52.2+0+0,...addPropertyOverrides({JOHi1p_Ua:{width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+20+52+0+0+0+52.2+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1nk08di-container\",layoutDependency:layoutDependency,layoutId:\"XLH0X3o8H-container\",nodeId:\"XLH0X3o8H\",rendersWithMotion:true,scopeId:\"H21CAP7ZK\",children:/*#__PURE__*/_jsx(MegaMeuItem,{eprv9NfBY:resolvedLinks[0],GEUV1tRmv:\"See how top brands scaled growth using Adbrew\u2019s PPC platform.\",height:\"100%\",id:\"XLH0X3o8H\",layoutId:\"XLH0X3o8H\",O2OsbC9Oi:\"Brands\",q1vLYMeNZ:q1vLYMeNZk0rojc,style:{width:\"100%\"},width:\"100%\",xQfpVATpK:addImageAlt({pixelHeight:20,pixelWidth:20,src:\"https://framerusercontent.com/images/fHKLSb7BZW1JHol8cv5glAz2Y.svg\"},\"\"),...addPropertyOverrides({JOHi1p_Ua:{eprv9NfBY:resolvedLinks[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":cCpi1G0fb\",webPageId:\"ShQd6NE9x\"},implicitPathVariables:undefined},{href:{hash:\":cCpi1G0fb\",webPageId:\"ShQd6NE9x\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:81,width:\"346px\",y:(componentViewport?.y||0)+0+20+0+0+52.2+0+81,...addPropertyOverrides({JOHi1p_Ua:{width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+20+52+0+0+0+52.2+0+81}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1tpuzxa-container\",layoutDependency:layoutDependency,layoutId:\"TOP57gTFz-container\",nodeId:\"TOP57gTFz\",rendersWithMotion:true,scopeId:\"H21CAP7ZK\",children:/*#__PURE__*/_jsx(MegaMeuItem,{eprv9NfBY:resolvedLinks1[0],GEUV1tRmv:\"Learn how agencies manage multiple clients and deliver results with Adbrew.\",height:\"100%\",id:\"TOP57gTFz\",layoutId:\"TOP57gTFz\",O2OsbC9Oi:\"Agencies\",q1vLYMeNZ:q1vLYMeNZk0rojc,style:{width:\"100%\"},width:\"100%\",xQfpVATpK:addImageAlt({pixelHeight:20,pixelWidth:20,src:\"https://framerusercontent.com/images/sOlHsqSG1nRHSOxY9M4R3aeZSg.svg\"},\"\"),...addPropertyOverrides({JOHi1p_Ua:{eprv9NfBY:resolvedLinks1[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":iPfXZwLCZ\",webPageId:\"Go74kjlMs\"},implicitPathVariables:undefined},{href:{hash:\":iPfXZwLCZ\",webPageId:\"Go74kjlMs\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:81,width:\"346px\",y:(componentViewport?.y||0)+0+20+0+0+52.2+0+162,...addPropertyOverrides({JOHi1p_Ua:{width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+20+52+0+0+0+52.2+0+162}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1mx9qx4-container\",layoutDependency:layoutDependency,layoutId:\"HGpmyAJio-container\",nodeId:\"HGpmyAJio\",rendersWithMotion:true,scopeId:\"H21CAP7ZK\",children:/*#__PURE__*/_jsx(MegaMeuItem,{eprv9NfBY:resolvedLinks2[0],GEUV1tRmv:\"Explore official case studies featuring Adbrew on Amazon\u2019s Ads website.\",height:\"100%\",id:\"HGpmyAJio\",layoutId:\"HGpmyAJio\",O2OsbC9Oi:\"Amazon Published\",q1vLYMeNZ:q1vLYMeNZk0rojc,style:{width:\"100%\"},width:\"100%\",xQfpVATpK:addImageAlt({pixelHeight:20,pixelWidth:20,src:\"https://framerusercontent.com/images/IQPKI1TP7nU6g3ZcDJtqFBXj4.svg\"},\"\"),...addPropertyOverrides({JOHi1p_Ua:{eprv9NfBY:resolvedLinks2[1]}},baseVariant,gestureVariant)})})})})]})]})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-wndmxk\",\"data-framer-name\":\"Section\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"KdrZ2Ara8\",onTap:onTapk0rojc,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:348,width:\"366px\",y:(componentViewport?.y||0)+0+0+0,...addPropertyOverrides({JOHi1p_Ua:{width:`min(min(${componentViewport?.width||\"100vw\"} - 40px, 500px), 510px)`,y:(componentViewport?.y||0)+20+367.2+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-nn3zty-container\",layoutDependency:layoutDependency,layoutId:\"QL1neu6Gv-container\",nodeId:\"QL1neu6Gv\",rendersWithMotion:true,scopeId:\"H21CAP7ZK\",children:/*#__PURE__*/_jsx(NavItemCard,{DTZkMuiZ5:\"K2 Health unlocked deeper insights with AMC to improve targeting and increase conversion rates.\",ecljk7nBu:\"var(--token-cc4eb835-5740-4130-87d6-a5b403b68bd0, rgb(245, 246, 250))\",height:\"100%\",id:\"QL1neu6Gv\",layoutId:\"QL1neu6Gv\",style:{width:\"100%\"},TcCNlXswk:\"How K2 Health Used Amazon Marketing Cloud to Boost Conversions by 20.28%\",ttIaybk2q:\"https://adbrew.io/blog/case-study/k2-health-amazon-marketing-cloud/\",uPnuxMQaM:addImageAlt({pixelHeight:1586,pixelWidth:2962,src:\"https://framerusercontent.com/images/YYqbZqkFguKNX0vdkpHbkVBaUdA.png\",srcSet:\"https://framerusercontent.com/images/YYqbZqkFguKNX0vdkpHbkVBaUdA.png?scale-down-to=512 512w,https://framerusercontent.com/images/YYqbZqkFguKNX0vdkpHbkVBaUdA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/YYqbZqkFguKNX0vdkpHbkVBaUdA.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/YYqbZqkFguKNX0vdkpHbkVBaUdA.png 2962w\"},\"\"),WdKa73am3:\"0px\",width:\"100%\",...addPropertyOverrides({JOHi1p_Ua:{style:{maxWidth:\"100%\",width:\"100%\"},WdKa73am3:\"8px\"}},baseVariant,gestureVariant)})})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-01W9i.framer-16bdkvj, .framer-01W9i .framer-16bdkvj { display: block; }\",\".framer-01W9i.framer-1ktwrkm { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 20px; position: relative; width: min-content; }\",\".framer-01W9i .framer-u0pfg1 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-01W9i .framer-vpfw4w { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-01W9i .framer-141t3l7 { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-01W9i .framer-1g3ouac { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-01W9i .framer-16l4yd2 { height: 6px; position: relative; width: 11px; }\",\".framer-01W9i .framer-7pxuub, .framer-01W9i .framer-947jal { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-01W9i .framer-iohq5o-container { flex: none; height: 32px; position: relative; width: 32px; }\",\".framer-01W9i .framer-m8dldv { 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: 20px 0px 20px 0px; position: relative; width: 346px; }\",\".framer-01W9i .framer-nhhqhx { 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-01W9i .framer-5dk1gz { 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: hidden; padding: 0px 0px 0px 8px; position: relative; width: 100%; }\",\".framer-01W9i .framer-12jxi11 { flex: none; height: 1px; overflow: visible; position: relative; width: 100%; }\",\".framer-01W9i .framer-1r79li2 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-01W9i .framer-1nk08di-container, .framer-01W9i .framer-1tpuzxa-container, .framer-01W9i .framer-1mx9qx4-container, .framer-01W9i .framer-nn3zty-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-01W9i .framer-wndmxk { align-content: flex-start; align-items: flex-start; cursor: pointer; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; max-width: 500px; overflow: visible; padding: 0px; position: relative; width: 366px; }\",\".framer-01W9i.framer-v-1rbsyad.framer-1ktwrkm { flex-direction: column; padding: 20px; width: 390px; }\",\".framer-01W9i.framer-v-1rbsyad .framer-u0pfg1 { flex: none; width: 100%; }\",\".framer-01W9i.framer-v-1rbsyad .framer-m8dldv { padding: 0px; width: 100%; }\",\".framer-01W9i.framer-v-1rbsyad .framer-wndmxk { padding: 0px 0px 40px 0px; width: 100%; }\",\".framer-01W9i.framer-v-1rbsyad .framer-nn3zty-container { max-width: 510px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 376\n * @framerIntrinsicWidth 752\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"JOHi1p_Ua\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"yRbryjRrD\":\"back\",\"Aa07WMphY\":\"cut\",\"RDfXZXluz\":\"close\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerH21CAP7ZK=withCSS(Component,css,\"framer-01W9i\");export default FramerH21CAP7ZK;FramerH21CAP7ZK.displayName=\"Case Study Sub Menu\";FramerH21CAP7ZK.defaultProps={height:376,width:752};addPropertyControls(FramerH21CAP7ZK,{variant:{options:[\"GeBz3vCPI\",\"JOHi1p_Ua\"],optionTitles:[\"Variant 1\",\"Variant 2\"],title:\"Variant\",type:ControlType.Enum},yRbryjRrD:{title:\"Back\",type:ControlType.EventHandler},Aa07WMphY:{title:\"Cut\",type:ControlType.EventHandler},RDfXZXluz:{title:\"Close\",type:ControlType.EventHandler}});const variationAxes=[{defaultValue:14,maxValue:32,minValue:14,name:\"Optical size\",tag:\"opsz\"},{defaultValue:400,maxValue:900,minValue:100,name:\"Weight\",tag:\"wght\"}];addFonts(FramerH21CAP7ZK,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/hyOgCu0Xnghbimh0pE8QTvtt2AU.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/NeGmSOXrPBfEFIy5YZeHq17LEDA.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/oYaAX5himiTPYuN8vLWnqBbfD2s.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/lEJLP4R0yuCaMCjSXYHtJw72M.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/cRJyLNuTJR5jbyKzGi33wU9cqIQ.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/1ZFS7N918ojhhd0nQWdj3jz4w.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/A0Wcc7NgXMjUuFdquHDrIZpzZw0.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/mYcqTSergLb16PdbJJQMl9ebYm4.woff2\",variationAxes,weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/ZRl8AlxwsX1m7xS1eJCiSPbztg.woff2\",variationAxes,weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/nhSQpBRqFmXNUBY2p5SENQ8NplQ.woff2\",variationAxes,weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/DYHjxG0qXjopUuruoacfl5SA.woff2\",variationAxes,weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/s7NH6sl7w4NU984r5hcmo1tPSYo.woff2\",variationAxes,weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/7lw0VWkeXrGYJT05oB3DsFy8BaY.woff2\",variationAxes,weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/wx5nfqEgOXnxuFaxB0Mn9OhmcZA.woff2\",variationAxes,weight:\"400\"}]},...HamburgerIconFonts,...MegaMeuItemFonts,...NavItemCardFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerH21CAP7ZK\",\"slots\":[],\"annotations\":{\"framerAutoSizeImages\":\"true\",\"framerVariables\":\"{\\\"yRbryjRrD\\\":\\\"back\\\",\\\"Aa07WMphY\\\":\\\"cut\\\",\\\"RDfXZXluz\\\":\\\"close\\\"}\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"JOHi1p_Ua\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerColorSyntax\":\"true\",\"framerIntrinsicHeight\":\"376\",\"framerIntrinsicWidth\":\"752\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./H21CAP7ZK.map", "// Generated by Framer (b8d5a97)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const cycleOrder=[\"TKeJByTza\",\"go6sBdaL1\"];const serializationHash=\"framer-yH9ly\";const variantClassNames={go6sBdaL1:\"framer-v-1jodqaa\",TKeJByTza:\"framer-v-4z508n\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,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={\"Variant 1\":\"TKeJByTza\",\"Variant 2\":\"go6sBdaL1\"};const getProps=({click,height,id,width,...props})=>{return{...props,STFq9yulg:click??props.STFq9yulg,variant:humanReadableVariantMap[props.variant]??props.variant??\"TKeJByTza\"};};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,STFq9yulg,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"TKeJByTza\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1h59hww=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(STFq9yulg){const res=await STFq9yulg(...args);if(res===false)return false;}});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);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-4z508n\",className,classNames),\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"TKeJByTza\",onTap:onTap1h59hww,ref:refBinding,style:{...style},...addPropertyOverrides({go6sBdaL1:{\"data-framer-name\":\"Variant 2\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1g292po\",\"data-framer-name\":\"Bottom\",layoutDependency:layoutDependency,layoutId:\"WewQNoqkx\",style:{backgroundColor:\"var(--token-63625738-9d1b-4ed0-9679-dfd1c76b4735, rgb(39, 42, 46))\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,rotate:0},variants:{go6sBdaL1:{rotate:45}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-6jwft6\",\"data-framer-name\":\"Top\",layoutDependency:layoutDependency,layoutId:\"QwJR0GzkD\",style:{backgroundColor:\"var(--token-63625738-9d1b-4ed0-9679-dfd1c76b4735, rgb(39, 42, 46))\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,rotate:0},variants:{go6sBdaL1:{rotate:-45}}})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-yH9ly.framer-2kz9ge, .framer-yH9ly .framer-2kz9ge { display: block; }\",\".framer-yH9ly.framer-4z508n { cursor: pointer; height: 32px; overflow: hidden; position: relative; width: 32px; }\",\".framer-yH9ly .framer-1g292po { flex: none; height: 2px; left: calc(50.00000000000002% - 20px / 2); overflow: hidden; position: absolute; top: calc(62.50000000000002% - 2px / 2); width: 20px; will-change: var(--framer-will-change-override, transform); }\",\".framer-yH9ly .framer-6jwft6 { flex: none; height: 2px; left: calc(50.00000000000002% - 20px / 2); overflow: hidden; position: absolute; top: calc(37.50000000000002% - 2px / 2); width: 20px; will-change: var(--framer-will-change-override, transform); }\",\".framer-yH9ly.framer-v-1jodqaa .framer-1g292po, .framer-yH9ly.framer-v-1jodqaa .framer-6jwft6 { top: calc(50.00000000000002% - 2px / 2); }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 32\n * @framerIntrinsicWidth 32\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"go6sBdaL1\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"STFq9yulg\":\"click\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerlYiAKoZeB=withCSS(Component,css,\"framer-yH9ly\");export default FramerlYiAKoZeB;FramerlYiAKoZeB.displayName=\"Hamburger Icon\";FramerlYiAKoZeB.defaultProps={height:32,width:32};addPropertyControls(FramerlYiAKoZeB,{variant:{options:[\"TKeJByTza\",\"go6sBdaL1\"],optionTitles:[\"Variant 1\",\"Variant 2\"],title:\"Variant\",type:ControlType.Enum},STFq9yulg:{title:\"Click\",type:ControlType.EventHandler}});addFonts(FramerlYiAKoZeB,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerlYiAKoZeB\",\"slots\":[],\"annotations\":{\"framerColorSyntax\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"go6sBdaL1\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicHeight\":\"32\",\"framerVariables\":\"{\\\"STFq9yulg\\\":\\\"click\\\"}\",\"framerAutoSizeImages\":\"true\",\"framerIntrinsicWidth\":\"32\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./lYiAKoZeB.map", "// Generated by Framer (b8d5a97)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getLoadingLazyAtYPosition,Image,Link,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const cycleOrder=[\"hPicF_nAj\",\"C9rdP7mBl\",\"YRWaUrOcB\"];const serializationHash=\"framer-KqfJ3\";const variantClassNames={C9rdP7mBl:\"framer-v-181fgh0\",hPicF_nAj:\"framer-v-g5ozy3\",YRWaUrOcB:\"framer-v-wjh9z8\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,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={\"Variant 1\":\"hPicF_nAj\",\"Variant 2\":\"C9rdP7mBl\",\"Variant 3\":\"YRWaUrOcB\"};const getProps=({height,id,link,newTab,width,...props})=>{return{...props,ueBOaEtpn:newTab??props.ueBOaEtpn,variant:humanReadableVariantMap[props.variant]??props.variant??\"hPicF_nAj\",xb916eigK:link??props.xb916eigK};};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,xb916eigK,ueBOaEtpn,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"hPicF_nAj\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);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:xb916eigK,motionChild:true,nodeId:\"hPicF_nAj\",openInNewTab:ueBOaEtpn,scopeId:\"Ps0ZGEmYq\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-g5ozy3\",className,classNames)} framer-dzmek3`,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"hPicF_nAj\",ref:refBinding,style:{...style},...addPropertyOverrides({C9rdP7mBl:{\"data-framer-name\":\"Variant 2\"},YRWaUrOcB:{\"data-framer-name\":\"Variant 3\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||28)-0-28)/2)),pixelHeight:28,pixelWidth:112,src:\"https://framerusercontent.com/images/OpdCdg0isFjRhEZf3GNBOVzb7UE.svg\"},className:\"framer-5fqcty\",layoutDependency:layoutDependency,layoutId:\"gquuI43c4\",...addPropertyOverrides({C9rdP7mBl:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||28)-0-28)/2)),pixelHeight:28,pixelWidth:112,src:\"https://framerusercontent.com/images/jOYkqXIIhJYEy4Jsyop2Znjzd4.svg\"}},YRWaUrOcB:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||28)-0-28)/2)),pixelHeight:28,pixelWidth:112,src:\"https://framerusercontent.com/images/tbpPYjsNRmvSR7Nj19LTj4GvcW8.svg\"}}},baseVariant,gestureVariant)})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-KqfJ3.framer-dzmek3, .framer-KqfJ3 .framer-dzmek3 { display: block; }\",\".framer-KqfJ3.framer-g5ozy3 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-KqfJ3 .framer-5fqcty { flex: none; height: 28px; overflow: hidden; position: relative; width: 112px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 28\n * @framerIntrinsicWidth 112\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"C9rdP7mBl\":{\"layout\":[\"auto\",\"auto\"]},\"YRWaUrOcB\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"xb916eigK\":\"link\",\"ueBOaEtpn\":\"newTab\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerPs0ZGEmYq=withCSS(Component,css,\"framer-KqfJ3\");export default FramerPs0ZGEmYq;FramerPs0ZGEmYq.displayName=\"Logo\";FramerPs0ZGEmYq.defaultProps={height:28,width:112};addPropertyControls(FramerPs0ZGEmYq,{variant:{options:[\"hPicF_nAj\",\"C9rdP7mBl\",\"YRWaUrOcB\"],optionTitles:[\"Variant 1\",\"Variant 2\",\"Variant 3\"],title:\"Variant\",type:ControlType.Enum},xb916eigK:{title:\"Link\",type:ControlType.Link},ueBOaEtpn:{defaultValue:false,title:\"New Tab\",type:ControlType.Boolean}});addFonts(FramerPs0ZGEmYq,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerPs0ZGEmYq\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"C9rdP7mBl\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"YRWaUrOcB\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerColorSyntax\":\"true\",\"framerIntrinsicHeight\":\"28\",\"framerAutoSizeImages\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"112\",\"framerVariables\":\"{\\\"xb916eigK\\\":\\\"link\\\",\\\"ueBOaEtpn\\\":\\\"newTab\\\"}\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Ps0ZGEmYq.map", "// Generated by Framer (ba156f5)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,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 HamburgerIcon from\"https://framerusercontent.com/modules/HLqlwl9cV0up0lzs2R4U/o14dIXZwUv50EqT0dIAa/Z26OhWmFd.js\";import MegaMeuItem from\"https://framerusercontent.com/modules/cW27ZEJBQAjrpYC9Ocgj/LplFJfijeFJNVr5zuyCN/NtFZ4Jwun.js\";const HamburgerIconFonts=getFonts(HamburgerIcon);const MegaMeuItemFonts=getFonts(MegaMeuItem);const cycleOrder=[\"YGtCS0TkJ\",\"HtwO949V9\"];const serializationHash=\"framer-h4vm6\";const variantClassNames={HtwO949V9:\"framer-v-rwjya9\",YGtCS0TkJ:\"framer-v-1j7pdl2\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};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={\"Variant 1\":\"YGtCS0TkJ\",\"Variant 2\":\"HtwO949V9\"};const getProps=({back,close,cut,height,id,width,...props})=>{return{...props,Aa07WMphY:cut??props.Aa07WMphY,pWIbyA6pV:close??props.pWIbyA6pV,variant:humanReadableVariantMap[props.variant]??props.variant??\"YGtCS0TkJ\",yRbryjRrD:back??props.yRbryjRrD};};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,yRbryjRrD,Aa07WMphY,pWIbyA6pV,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"YGtCS0TkJ\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1i8s808=activeVariantCallback(async(...args)=>{if(yRbryjRrD){const res=await yRbryjRrD(...args);if(res===false)return false;}});const STFq9yulg1yctl6e=activeVariantCallback(async(...args)=>{if(Aa07WMphY){const res=await Aa07WMphY(...args);if(res===false)return false;}});const q1vLYMeNZ122qabs=activeVariantCallback(async(...args)=>{if(pWIbyA6pV){const res=await pWIbyA6pV(...args);if(res===false)return false;}});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(baseVariant===\"HtwO949V9\")return true;return false;};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__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1j7pdl2\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"YGtCS0TkJ\",ref:refBinding,style:{backgroundColor:\"var(--token-b56d50b0-4a18-4c09-8706-195b51d6bf0a, rgb(255, 255, 255))\",...style},...addPropertyOverrides({HtwO949V9:{\"data-framer-name\":\"Variant 2\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1d15r40\",\"data-framer-name\":\"container\",layoutDependency:layoutDependency,layoutId:\"Z6fUvJ6WF\",children:[isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1h14xdj\",\"data-framer-name\":\"Section\",layoutDependency:layoutDependency,layoutId:\"jPrdvcCrG\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-8l2pvd\",\"data-framer-name\":\"Frame 1000012676\",layoutDependency:layoutDependency,layoutId:\"tklZABpNY\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-14togiv\",\"data-framer-name\":\"Back Button\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"a5d8n1gcD\",onTap:onTap1i8s808,children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-18lp8du\",layoutDependency:layoutDependency,layoutId:\"MF70Uxiv8\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1y54eox\",layoutDependency:layoutDependency,layoutId:\"eyzmHXwOv\",opacity:1,requiresOverflowVisible:false,style:{rotate:90},svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 10.4 6.002\" overflow=\"visible\"><path d=\"M 10.282 0.126 C 10.207 0.045 10.105 0 9.999 0 C 9.893 0 9.791 0.045 9.716 0.126 L 5.2 4.966 L 0.684 0.126 C 0.527 -0.042 0.274 -0.042 0.117 0.126 C -0.039 0.293 -0.039 0.565 0.117 0.733 L 4.917 5.876 C 4.992 5.956 5.093 6.002 5.2 6.002 C 5.306 6.002 5.408 5.956 5.483 5.876 L 10.282 0.733 C 10.357 0.652 10.4 0.543 10.4 0.429 C 10.4 0.315 10.357 0.206 10.282 0.126\" fill=\"var(--token-2d51d537-b720-4609-a6e3-a89a217354c5, rgb(23, 81, 208)) /* {&quot;name&quot;:&quot;#1751D0&quot;} */\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-2d51d537-b720-4609-a6e3-a89a217354c5, rgb(23, 81, 208)))\"},children:\"Back\"})}),className:\"framer-cdqzy\",\"data-framer-name\":\"Text\",fonts:[\"Inter-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"er0N6iFgz\",style:{\"--extracted-r6o4lv\":\"var(--token-2d51d537-b720-4609-a6e3-a89a217354c5, rgb(23, 81, 208))\",\"--framer-paragraph-spacing\":\"14px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,width:\"32px\",...addPropertyOverrides({HtwO949V9:{y:(componentViewport?.y||0)+20+0+0+0+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-746700-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"n7JHaqeag-container\",nodeId:\"n7JHaqeag\",rendersWithMotion:true,scopeId:\"W64TOpngP\",children:/*#__PURE__*/_jsx(HamburgerIcon,{height:\"100%\",id:\"n7JHaqeag\",layoutId:\"n7JHaqeag\",STFq9yulg:STFq9yulg1yctl6e,style:{height:\"100%\",width:\"100%\"},variant:\"lePr5avJ3\",width:\"100%\"})})})]})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-vhy04x\",\"data-framer-name\":\"Section\",layoutDependency:layoutDependency,layoutId:\"t2ClLHlb8\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-mht860\",\"data-framer-name\":\"Frame 1000012676\",layoutDependency:layoutDependency,layoutId:\"Cg2bJ7Qki\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItVmFyaWFibGVWRj1JbTl3YzNvaUlERTBMQ0FpZDJkb2RDSWdOREF3\",\"--framer-font-family\":'\"Inter Variable\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-variation-axes\":'var(--extracted-2gg91v, \"opsz\" 14, \"wght\" 400)',\"--framer-line-height\":\"1.6em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d93054eb-7c0a-4938-bab6-1ab7a79effe9, rgb(71, 84, 103)))\",\"--framer-text-transform\":\"capitalize\"},children:\"Company\"})}),className:\"framer-1fj2trm\",\"data-framer-name\":\"Text\",fonts:[\"Inter-Variable\"],layoutDependency:layoutDependency,layoutId:\"VtENsG12J\",style:{\"--extracted-2gg91v\":'\"opsz\" 14, \"wght\" 400',\"--extracted-r6o4lv\":\"var(--token-d93054eb-7c0a-4938-bab6-1ab7a79effe9, rgb(71, 84, 103))\",\"--framer-paragraph-spacing\":\"14px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-10zfqwj\",layoutDependency:layoutDependency,layoutId:\"qQDkR7wfb\",style:{backgroundColor:\"var(--token-d67afced-06fb-4e37-b93e-01d53682b8bb, rgb(238, 238, 238))\"}})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1y32kvh\",\"data-framer-name\":\"Navigation\",layoutDependency:layoutDependency,layoutId:\"EwRNDaS5b\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"uBR_vZIIw\"},implicitPathVariables:undefined},{href:{webPageId:\"uBR_vZIIw\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:81,width:\"346px\",y:(componentViewport?.y||0)+20+0+0+52.2+0+0,...addPropertyOverrides({HtwO949V9:{width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+20+0+0+52+0+52.2+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-18a9hft-container\",layoutDependency:layoutDependency,layoutId:\"Td1vKK1PM-container\",nodeId:\"Td1vKK1PM\",rendersWithMotion:true,scopeId:\"W64TOpngP\",children:/*#__PURE__*/_jsx(MegaMeuItem,{eprv9NfBY:resolvedLinks[0],GEUV1tRmv:\"Learn about our mission, team, and journey building better retail media solutions.\",height:\"100%\",id:\"Td1vKK1PM\",layoutId:\"Td1vKK1PM\",O2OsbC9Oi:\"About Us\",q1vLYMeNZ:q1vLYMeNZ122qabs,style:{width:\"100%\"},width:\"100%\",xQfpVATpK:addImageAlt({pixelHeight:20,pixelWidth:20,src:\"https://framerusercontent.com/images/erirnXNird4UlOxMZJGg2LEQrLA.svg\"},\"\"),...addPropertyOverrides({HtwO949V9:{eprv9NfBY:resolvedLinks[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"PLod1MG2L\"},implicitPathVariables:undefined},{href:{webPageId:\"PLod1MG2L\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:81,width:\"346px\",y:(componentViewport?.y||0)+20+0+0+52.2+0+81,...addPropertyOverrides({HtwO949V9:{width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+20+0+0+52+0+52.2+0+81}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1s5oxig-container\",layoutDependency:layoutDependency,layoutId:\"LaSEaf3Ty-container\",nodeId:\"LaSEaf3Ty\",rendersWithMotion:true,scopeId:\"W64TOpngP\",children:/*#__PURE__*/_jsx(MegaMeuItem,{eprv9NfBY:resolvedLinks1[0],GEUV1tRmv:\"Get in touch with our team for support, partnerships, or general inquiries.\",height:\"100%\",id:\"LaSEaf3Ty\",layoutId:\"LaSEaf3Ty\",O2OsbC9Oi:\"Contact\",q1vLYMeNZ:q1vLYMeNZ122qabs,style:{width:\"100%\"},width:\"100%\",xQfpVATpK:addImageAlt({pixelHeight:20,pixelWidth:20,src:\"https://framerusercontent.com/images/A9yL8pd5Hmqn5Bygu2oIBQoFDQI.svg\"},\"\"),...addPropertyOverrides({HtwO949V9:{eprv9NfBY:resolvedLinks1[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"oZzceLTQy\"},implicitPathVariables:undefined},{href:{webPageId:\"oZzceLTQy\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:81,width:\"346px\",y:(componentViewport?.y||0)+20+0+0+52.2+0+162,...addPropertyOverrides({HtwO949V9:{width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+20+0+0+52+0+52.2+0+162}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-mtl7us-container\",layoutDependency:layoutDependency,layoutId:\"ld7z6WAeu-container\",nodeId:\"ld7z6WAeu\",rendersWithMotion:true,scopeId:\"W64TOpngP\",children:/*#__PURE__*/_jsx(MegaMeuItem,{eprv9NfBY:resolvedLinks2[0],GEUV1tRmv:\"Join us in shaping the future of retail media \u2014 explore open roles.\",height:\"100%\",id:\"ld7z6WAeu\",layoutId:\"ld7z6WAeu\",O2OsbC9Oi:\"Careers\",q1vLYMeNZ:q1vLYMeNZ122qabs,style:{width:\"100%\"},width:\"100%\",xQfpVATpK:addImageAlt({pixelHeight:20,pixelWidth:20,src:\"https://framerusercontent.com/images/4krz667tDrgUcm6NWHrOOKmVY.svg\"},\"\"),...addPropertyOverrides({HtwO949V9:{eprv9NfBY:resolvedLinks2[1]}},baseVariant,gestureVariant)})})})})]})]})]})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-h4vm6.framer-1de70mz, .framer-h4vm6 .framer-1de70mz { display: block; }\",\".framer-h4vm6.framer-1j7pdl2 { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: visible; padding: 20px; position: relative; width: min-content; }\",\".framer-h4vm6 .framer-1d15r40 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-h4vm6 .framer-1h14xdj { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-h4vm6 .framer-8l2pvd { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-h4vm6 .framer-14togiv { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-h4vm6 .framer-18lp8du { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-h4vm6 .framer-1y54eox { height: 6px; position: relative; width: 11px; }\",\".framer-h4vm6 .framer-cdqzy, .framer-h4vm6 .framer-1fj2trm { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-h4vm6 .framer-746700-container { flex: none; height: 32px; position: relative; width: 32px; }\",\".framer-h4vm6 .framer-vhy04x { 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: 346px; }\",\".framer-h4vm6 .framer-mht860 { 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: hidden; padding: 0px 0px 0px 8px; position: relative; width: 100%; }\",\".framer-h4vm6 .framer-10zfqwj { flex: none; height: 1px; overflow: visible; position: relative; width: 100%; }\",\".framer-h4vm6 .framer-1y32kvh { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-h4vm6 .framer-18a9hft-container, .framer-h4vm6 .framer-1s5oxig-container, .framer-h4vm6 .framer-mtl7us-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-h4vm6.framer-v-rwjya9.framer-1j7pdl2 { flex-direction: column; gap: 0px; width: 390px; }\",\".framer-h4vm6.framer-v-rwjya9 .framer-1d15r40 { flex-direction: column; min-height: calc(var(--framer-viewport-height, 100vh) * 1); width: 100%; }\",\".framer-h4vm6.framer-v-rwjya9 .framer-1h14xdj { flex: none; width: 100%; }\",\".framer-h4vm6.framer-v-rwjya9 .framer-vhy04x { width: 100%; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 335.5\n * @framerIntrinsicWidth 386\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"HtwO949V9\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"yRbryjRrD\":\"back\",\"Aa07WMphY\":\"cut\",\"pWIbyA6pV\":\"close\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerW64TOpngP=withCSS(Component,css,\"framer-h4vm6\");export default FramerW64TOpngP;FramerW64TOpngP.displayName=\"Company Sub Menu\";FramerW64TOpngP.defaultProps={height:335.5,width:386};addPropertyControls(FramerW64TOpngP,{variant:{options:[\"YGtCS0TkJ\",\"HtwO949V9\"],optionTitles:[\"Variant 1\",\"Variant 2\"],title:\"Variant\",type:ControlType.Enum},yRbryjRrD:{title:\"Back\",type:ControlType.EventHandler},Aa07WMphY:{title:\"Cut\",type:ControlType.EventHandler},pWIbyA6pV:{title:\"Close\",type:ControlType.EventHandler}});const variationAxes=[{defaultValue:14,maxValue:32,minValue:14,name:\"Optical size\",tag:\"opsz\"},{defaultValue:400,maxValue:900,minValue:100,name:\"Weight\",tag:\"wght\"}];addFonts(FramerW64TOpngP,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/hyOgCu0Xnghbimh0pE8QTvtt2AU.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/NeGmSOXrPBfEFIy5YZeHq17LEDA.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/oYaAX5himiTPYuN8vLWnqBbfD2s.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/lEJLP4R0yuCaMCjSXYHtJw72M.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/cRJyLNuTJR5jbyKzGi33wU9cqIQ.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/1ZFS7N918ojhhd0nQWdj3jz4w.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/A0Wcc7NgXMjUuFdquHDrIZpzZw0.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/mYcqTSergLb16PdbJJQMl9ebYm4.woff2\",variationAxes,weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/ZRl8AlxwsX1m7xS1eJCiSPbztg.woff2\",variationAxes,weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/nhSQpBRqFmXNUBY2p5SENQ8NplQ.woff2\",variationAxes,weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/DYHjxG0qXjopUuruoacfl5SA.woff2\",variationAxes,weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/s7NH6sl7w4NU984r5hcmo1tPSYo.woff2\",variationAxes,weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/7lw0VWkeXrGYJT05oB3DsFy8BaY.woff2\",variationAxes,weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/wx5nfqEgOXnxuFaxB0Mn9OhmcZA.woff2\",variationAxes,weight:\"400\"}]},...HamburgerIconFonts,...MegaMeuItemFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerW64TOpngP\",\"slots\":[],\"annotations\":{\"framerColorSyntax\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"386\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"HtwO949V9\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerVariables\":\"{\\\"yRbryjRrD\\\":\\\"back\\\",\\\"Aa07WMphY\\\":\\\"cut\\\",\\\"pWIbyA6pV\\\":\\\"close\\\"}\",\"framerIntrinsicHeight\":\"335.5\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (ce6e1ae)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,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 HamburgerIcon from\"https://framerusercontent.com/modules/HLqlwl9cV0up0lzs2R4U/o14dIXZwUv50EqT0dIAa/Z26OhWmFd.js\";import MegaMeuItem from\"https://framerusercontent.com/modules/cW27ZEJBQAjrpYC9Ocgj/LplFJfijeFJNVr5zuyCN/NtFZ4Jwun.js\";const HamburgerIconFonts=getFonts(HamburgerIcon);const MegaMeuItemFonts=getFonts(MegaMeuItem);const cycleOrder=[\"mwshanOll\",\"LWNjNKxJu\"];const serializationHash=\"framer-6swOj\";const variantClassNames={LWNjNKxJu:\"framer-v-1dhe4u9\",mwshanOll:\"framer-v-zevyej\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};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={\"Variant 1\":\"mwshanOll\",\"Variant 2\":\"LWNjNKxJu\"};const getProps=({back,close,cut,height,id,width,...props})=>{return{...props,Aa07WMphY:cut??props.Aa07WMphY,PqdslW37r:close??props.PqdslW37r,variant:humanReadableVariantMap[props.variant]??props.variant??\"mwshanOll\",yRbryjRrD:back??props.yRbryjRrD};};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,yRbryjRrD,Aa07WMphY,PqdslW37r,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"mwshanOll\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1i8s808=activeVariantCallback(async(...args)=>{if(yRbryjRrD){const res=await yRbryjRrD(...args);if(res===false)return false;}});const STFq9yulg1yctl6e=activeVariantCallback(async(...args)=>{if(Aa07WMphY){const res=await Aa07WMphY(...args);if(res===false)return false;}});const q1vLYMeNZ6i1uwi=activeVariantCallback(async(...args)=>{if(PqdslW37r){const res=await PqdslW37r(...args);if(res===false)return false;}});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(baseVariant===\"LWNjNKxJu\")return true;return false;};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-zevyej\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"mwshanOll\",ref:refBinding,style:{backgroundColor:\"var(--token-3f8e208c-679a-4200-9238-89332fd56275, rgb(255, 255, 255))\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,...style},...addPropertyOverrides({LWNjNKxJu:{\"data-framer-name\":\"Variant 2\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1j81moz\",\"data-framer-name\":\"Section\",layoutDependency:layoutDependency,layoutId:\"fbBHQWvKk\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-rxd6dw\",\"data-framer-name\":\"Frame 1000012676\",layoutDependency:layoutDependency,layoutId:\"Q2yScl6cA\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1dmohyn\",\"data-framer-name\":\"Back Button\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"J4XGA94F3\",onTap:onTap1i8s808,children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-13kx2t7\",layoutDependency:layoutDependency,layoutId:\"x3t6IM2aB\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1bc0yxi\",layoutDependency:layoutDependency,layoutId:\"NAOT2nMJz\",opacity:1,requiresOverflowVisible:false,style:{rotate:90},svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 10.4 6.002\" overflow=\"visible\"><path d=\"M 10.282 0.126 C 10.207 0.045 10.105 0 9.999 0 C 9.893 0 9.791 0.045 9.716 0.126 L 5.2 4.966 L 0.684 0.126 C 0.527 -0.042 0.274 -0.042 0.117 0.126 C -0.039 0.293 -0.039 0.565 0.117 0.733 L 4.917 5.876 C 4.992 5.956 5.093 6.002 5.2 6.002 C 5.306 6.002 5.408 5.956 5.483 5.876 L 10.282 0.733 C 10.357 0.652 10.4 0.543 10.4 0.429 C 10.4 0.315 10.357 0.206 10.282 0.126\" fill=\"var(--token-2d51d537-b720-4609-a6e3-a89a217354c5, rgb(23, 81, 208)) /* {&quot;name&quot;:&quot;#1751D0&quot;} */\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-2d51d537-b720-4609-a6e3-a89a217354c5, rgb(23, 81, 208)))\"},children:\"Back\"})}),className:\"framer-1l9xruq\",\"data-framer-name\":\"Text\",fonts:[\"Inter-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"PnjuXEEzE\",style:{\"--extracted-r6o4lv\":\"var(--token-2d51d537-b720-4609-a6e3-a89a217354c5, rgb(23, 81, 208))\",\"--framer-paragraph-spacing\":\"14px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,width:\"32px\",...addPropertyOverrides({LWNjNKxJu:{y:(componentViewport?.y||0)+20+0+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-k3fkgs-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"f9RCeE5Kg-container\",nodeId:\"f9RCeE5Kg\",rendersWithMotion:true,scopeId:\"zsUIG5xyj\",children:/*#__PURE__*/_jsx(HamburgerIcon,{height:\"100%\",id:\"f9RCeE5Kg\",layoutId:\"f9RCeE5Kg\",STFq9yulg:STFq9yulg1yctl6e,style:{height:\"100%\",width:\"100%\"},variant:\"lePr5avJ3\",width:\"100%\"})})})]})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-uzl29n\",\"data-framer-name\":\"Section\",layoutDependency:layoutDependency,layoutId:\"BoCjG3Cs1\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1afh40k\",\"data-framer-name\":\"Frame 1000012676\",layoutDependency:layoutDependency,layoutId:\"FLKnaCpzA\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItVmFyaWFibGVWRj1JbTl3YzNvaUlERTBMQ0FpZDJkb2RDSWdOREF3\",\"--framer-font-family\":'\"Inter Variable\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-variation-axes\":'var(--extracted-2gg91v, \"opsz\" 14, \"wght\" 400)',\"--framer-line-height\":\"1.6em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d93054eb-7c0a-4938-bab6-1ab7a79effe9, rgb(71, 84, 103)))\",\"--framer-text-transform\":\"capitalize\"},children:\"Retail Media Optimization\"})}),className:\"framer-1u8goa3\",\"data-framer-name\":\"Text\",fonts:[\"Inter-Variable\"],layoutDependency:layoutDependency,layoutId:\"jiLs5GgLl\",style:{\"--extracted-2gg91v\":'\"opsz\" 14, \"wght\" 400',\"--extracted-r6o4lv\":\"var(--token-d93054eb-7c0a-4938-bab6-1ab7a79effe9, rgb(71, 84, 103))\",\"--framer-paragraph-spacing\":\"14px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-jzyd78\",layoutDependency:layoutDependency,layoutId:\"g8L2gF7Fc\",style:{backgroundColor:\"var(--token-d67afced-06fb-4e37-b93e-01d53682b8bb, rgb(238, 238, 238))\"}})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1b3lpdi\",\"data-framer-name\":\"Navigation\",layoutDependency:layoutDependency,layoutId:\"uldSZipWB\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"zxecgqkth\"},implicitPathVariables:undefined},{href:{webPageId:\"zxecgqkth\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:81,width:\"346px\",y:(componentViewport?.y||0)+20+0+52.2+0+0,...addPropertyOverrides({LWNjNKxJu:{width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+20+52+0+52.2+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1s3xmz3-container\",layoutDependency:layoutDependency,layoutId:\"dKQQCZXCF-container\",nodeId:\"dKQQCZXCF\",rendersWithMotion:true,scopeId:\"zsUIG5xyj\",children:/*#__PURE__*/_jsx(MegaMeuItem,{eprv9NfBY:resolvedLinks[0],GEUV1tRmv:\"Automation, insights, and reporting for your sponsored advertising campaigns.\",height:\"100%\",id:\"dKQQCZXCF\",layoutId:\"dKQQCZXCF\",O2OsbC9Oi:\"Amazon Sponsored Advertising\",q1vLYMeNZ:q1vLYMeNZ6i1uwi,style:{width:\"100%\"},width:\"100%\",...addPropertyOverrides({LWNjNKxJu:{eprv9NfBY:resolvedLinks[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"SmYXmfaBU\"},implicitPathVariables:undefined},{href:{webPageId:\"SmYXmfaBU\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:81,width:\"346px\",y:(componentViewport?.y||0)+20+0+52.2+0+81,...addPropertyOverrides({LWNjNKxJu:{width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+20+52+0+52.2+0+81}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1a1crc6-container\",layoutDependency:layoutDependency,layoutId:\"oyp8wgb0p-container\",nodeId:\"oyp8wgb0p\",rendersWithMotion:true,scopeId:\"zsUIG5xyj\",children:/*#__PURE__*/_jsx(MegaMeuItem,{eprv9NfBY:resolvedLinks1[0],GEUV1tRmv:\"Programmatic reach, audience targeting, and performance tracking on and off Amazon.\",height:\"100%\",id:\"oyp8wgb0p\",layoutId:\"oyp8wgb0p\",O2OsbC9Oi:\"Amazon DSP Advertising\",q1vLYMeNZ:q1vLYMeNZ6i1uwi,style:{width:\"100%\"},width:\"100%\",xQfpVATpK:addImageAlt({pixelHeight:20,pixelWidth:20,src:\"https://framerusercontent.com/images/nTeGe9rr5kNuWPDM6n7VU7NAHM4.svg\"},\"\"),...addPropertyOverrides({LWNjNKxJu:{eprv9NfBY:resolvedLinks1[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"Hmc8Gdi8E\"},implicitPathVariables:undefined},{href:{webPageId:\"Hmc8Gdi8E\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:81,width:\"346px\",y:(componentViewport?.y||0)+20+0+52.2+0+162,...addPropertyOverrides({LWNjNKxJu:{width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+20+52+0+52.2+0+162}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1wtfn7f-container\",layoutDependency:layoutDependency,layoutId:\"vk9uBC_18-container\",nodeId:\"vk9uBC_18\",rendersWithMotion:true,scopeId:\"zsUIG5xyj\",children:/*#__PURE__*/_jsx(MegaMeuItem,{eprv9NfBY:resolvedLinks2[0],GEUV1tRmv:\"Campaign automation, reporting, and optimization for Walmart Sponsored Ads.\",height:\"100%\",id:\"vk9uBC_18\",layoutId:\"vk9uBC_18\",O2OsbC9Oi:\"Walmart PPC Advertising\",q1vLYMeNZ:q1vLYMeNZ6i1uwi,style:{width:\"100%\"},width:\"100%\",xQfpVATpK:addImageAlt({pixelHeight:20,pixelWidth:20,src:\"https://framerusercontent.com/images/RgnWz0M9V51qavrYAdZ3eaWgW20.svg\"},\"\"),...addPropertyOverrides({LWNjNKxJu:{eprv9NfBY:resolvedLinks2[1]}},baseVariant,gestureVariant)})})})})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-w4pm43\",\"data-framer-name\":\"Section\",layoutDependency:layoutDependency,layoutId:\"KtZKimNBG\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1d21z7y\",\"data-framer-name\":\"Frame 1000012676\",layoutDependency:layoutDependency,layoutId:\"zSeG4BpdE\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItVmFyaWFibGVWRj1JbTl3YzNvaUlERTBMQ0FpZDJkb2RDSWdOREF3\",\"--framer-font-family\":'\"Inter Variable\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-variation-axes\":'var(--extracted-2gg91v, \"opsz\" 14, \"wght\" 400)',\"--framer-line-height\":\"1.6em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d93054eb-7c0a-4938-bab6-1ab7a79effe9, rgb(71, 84, 103)))\",\"--framer-text-transform\":\"capitalize\"},children:\"Measurements and Analytics\"})}),className:\"framer-vvexo3\",\"data-framer-name\":\"Text\",fonts:[\"Inter-Variable\"],layoutDependency:layoutDependency,layoutId:\"t21_aeq0k\",style:{\"--extracted-2gg91v\":'\"opsz\" 14, \"wght\" 400',\"--extracted-r6o4lv\":\"var(--token-d93054eb-7c0a-4938-bab6-1ab7a79effe9, rgb(71, 84, 103))\",\"--framer-paragraph-spacing\":\"14px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1yvomdh\",layoutDependency:layoutDependency,layoutId:\"QeqYUyayU\",style:{backgroundColor:\"var(--token-d67afced-06fb-4e37-b93e-01d53682b8bb, rgb(238, 238, 238))\"}})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1g2kg15\",\"data-framer-name\":\"Navigation\",layoutDependency:layoutDependency,layoutId:\"zEymjUBwA\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"JEbd8KrWy\"},implicitPathVariables:undefined},{href:{webPageId:\"JEbd8KrWy\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:81,width:\"346px\",y:(componentViewport?.y||0)+20+0+52.2+0+0,...addPropertyOverrides({LWNjNKxJu:{width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+20+367.2+0+52.2+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1dvmk56-container\",layoutDependency:layoutDependency,layoutId:\"tUkhVhNia-container\",nodeId:\"tUkhVhNia\",rendersWithMotion:true,scopeId:\"zsUIG5xyj\",children:/*#__PURE__*/_jsx(MegaMeuItem,{eprv9NfBY:resolvedLinks3[0],GEUV1tRmv:\"Leverage ready-made AMC reports and audiences for faster insights and actions.\",height:\"100%\",id:\"tUkhVhNia\",layoutId:\"tUkhVhNia\",O2OsbC9Oi:\"Amazon Marketing Cloud\",q1vLYMeNZ:q1vLYMeNZ6i1uwi,style:{width:\"100%\"},width:\"100%\",xQfpVATpK:addImageAlt({pixelHeight:20,pixelWidth:20,src:\"https://framerusercontent.com/images/uR1dfaknEfAUv7Ol2IvFHastF4.svg\"},\"\"),...addPropertyOverrides({LWNjNKxJu:{eprv9NfBY:resolvedLinks3[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"x7I5AAjoR\"},implicitPathVariables:undefined},{href:{webPageId:\"x7I5AAjoR\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:81,width:\"346px\",y:(componentViewport?.y||0)+20+0+52.2+0+81,...addPropertyOverrides({LWNjNKxJu:{width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+20+367.2+0+52.2+0+81}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1vsw59v-container\",layoutDependency:layoutDependency,layoutId:\"g2FHHjGFB-container\",nodeId:\"g2FHHjGFB\",rendersWithMotion:true,scopeId:\"zsUIG5xyj\",children:/*#__PURE__*/_jsx(MegaMeuItem,{eprv9NfBY:resolvedLinks4[0],GEUV1tRmv:\"Optimize bids, budgets, and placements with hourly performance insights.\",height:\"100%\",id:\"g2FHHjGFB\",layoutId:\"g2FHHjGFB\",O2OsbC9Oi:\"Amazon Marketing Stream\",q1vLYMeNZ:q1vLYMeNZ6i1uwi,style:{width:\"100%\"},width:\"100%\",xQfpVATpK:addImageAlt({pixelHeight:20,pixelWidth:20,src:\"https://framerusercontent.com/images/fka0XEz1tzkDm7aXtZW2eCjVJ0c.svg\"},\"\"),...addPropertyOverrides({LWNjNKxJu:{eprv9NfBY:resolvedLinks4[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"WHRis4JtI\"},implicitPathVariables:undefined},{href:{webPageId:\"WHRis4JtI\"},implicitPathVariables:undefined}],children:resolvedLinks5=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:81,width:\"346px\",y:(componentViewport?.y||0)+20+0+52.2+0+162,...addPropertyOverrides({LWNjNKxJu:{width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+20+367.2+0+52.2+0+162}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-itlgs-container\",layoutDependency:layoutDependency,layoutId:\"jgIlO5LVI-container\",nodeId:\"jgIlO5LVI\",rendersWithMotion:true,scopeId:\"zsUIG5xyj\",children:/*#__PURE__*/_jsx(MegaMeuItem,{eprv9NfBY:resolvedLinks5[0],GEUV1tRmv:\"Monitor your visibility in Amazon search across different placements and keywords.\",height:\"100%\",id:\"jgIlO5LVI\",layoutId:\"jgIlO5LVI\",O2OsbC9Oi:\"Digital Shelf Analytics\",q1vLYMeNZ:q1vLYMeNZ6i1uwi,style:{width:\"100%\"},width:\"100%\",xQfpVATpK:addImageAlt({pixelHeight:20,pixelWidth:20,src:\"https://framerusercontent.com/images/oaYl1tDA5kzRGXG7aU2oTLnYSUE.svg\"},\"\"),...addPropertyOverrides({LWNjNKxJu:{eprv9NfBY:resolvedLinks5[1]}},baseVariant,gestureVariant)})})})})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-159hrsg\",\"data-framer-name\":\"Group 1000012190\",layoutDependency:layoutDependency,layoutId:\"sV47Tiolr\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-55zmq9\",\"data-framer-name\":\"Section\",layoutDependency:layoutDependency,layoutId:\"VpfbgkqlT\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-3vtpcd\",\"data-framer-name\":\"Frame 1000012676\",layoutDependency:layoutDependency,layoutId:\"Aq_nHWCoI\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItVmFyaWFibGVWRj1JbTl3YzNvaUlERTBMQ0FpZDJkb2RDSWdOREF3\",\"--framer-font-family\":'\"Inter Variable\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-variation-axes\":'var(--extracted-2gg91v, \"opsz\" 14, \"wght\" 400)',\"--framer-line-height\":\"1.6em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d93054eb-7c0a-4938-bab6-1ab7a79effe9, rgb(71, 84, 103)))\",\"--framer-text-transform\":\"capitalize\"},children:\"Marketplaces\"})}),className:\"framer-1pb9mvn\",\"data-framer-name\":\"Text\",fonts:[\"Inter-Variable\"],layoutDependency:layoutDependency,layoutId:\"amIDWFixb\",style:{\"--extracted-2gg91v\":'\"opsz\" 14, \"wght\" 400',\"--extracted-r6o4lv\":\"var(--token-d93054eb-7c0a-4938-bab6-1ab7a79effe9, rgb(71, 84, 103))\",\"--framer-paragraph-spacing\":\"14px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1t8tjck\",layoutDependency:layoutDependency,layoutId:\"gMHhdiq2G\",style:{backgroundColor:\"var(--token-d67afced-06fb-4e37-b93e-01d53682b8bb, rgb(238, 238, 238))\"}})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-d4dv9u\",\"data-framer-name\":\"Navigation\",layoutDependency:layoutDependency,layoutId:\"Ct82fhJ8c\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"x7I5AAjoR\"},implicitPathVariables:undefined},{href:{webPageId:\"x7I5AAjoR\"},implicitPathVariables:undefined}],children:resolvedLinks6=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:81,width:\"346px\",y:(componentViewport?.y||0)+20+0+0+0+52.2+0+0,...addPropertyOverrides({LWNjNKxJu:{width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+20+682.4+0+0+0+52.2+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-smlk6p-container\",layoutDependency:layoutDependency,layoutId:\"x2F1ZQ20o-container\",nodeId:\"x2F1ZQ20o\",rendersWithMotion:true,scopeId:\"zsUIG5xyj\",children:/*#__PURE__*/_jsx(MegaMeuItem,{eprv9NfBY:resolvedLinks6[0],GEUV1tRmv:\"End-to-end tools to manage, optimize, and scale across the Amazon ecosystem.\",height:\"100%\",id:\"x2F1ZQ20o\",layoutId:\"x2F1ZQ20o\",O2OsbC9Oi:\"Amazon\",q1vLYMeNZ:q1vLYMeNZ6i1uwi,style:{width:\"100%\"},width:\"100%\",xQfpVATpK:addImageAlt({pixelHeight:20,pixelWidth:20,src:\"https://framerusercontent.com/images/IQPKI1TP7nU6g3ZcDJtqFBXj4.svg\"},\"\"),...addPropertyOverrides({LWNjNKxJu:{eprv9NfBY:resolvedLinks6[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"Hmc8Gdi8E\"},implicitPathVariables:undefined},{href:{webPageId:\"Hmc8Gdi8E\"},implicitPathVariables:undefined}],children:resolvedLinks7=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:81,width:\"346px\",y:(componentViewport?.y||0)+20+0+0+0+52.2+0+81,...addPropertyOverrides({LWNjNKxJu:{width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+20+682.4+0+0+0+52.2+0+81}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-10w1584-container\",layoutDependency:layoutDependency,layoutId:\"DkS1JI2EH-container\",nodeId:\"DkS1JI2EH\",rendersWithMotion:true,scopeId:\"zsUIG5xyj\",children:/*#__PURE__*/_jsx(MegaMeuItem,{eprv9NfBY:resolvedLinks7[0],GEUV1tRmv:\"Leverage tailored tools for success on Walmart Marketplace.\",height:\"100%\",id:\"DkS1JI2EH\",layoutId:\"DkS1JI2EH\",O2OsbC9Oi:\"Walmart\",q1vLYMeNZ:q1vLYMeNZ6i1uwi,style:{width:\"100%\"},width:\"100%\",xQfpVATpK:addImageAlt({pixelHeight:20,pixelWidth:20,src:\"https://framerusercontent.com/images/tfF1hG5r1nCjT8MprV7PLTzA8M0.svg\"},\"\"),...addPropertyOverrides({LWNjNKxJu:{eprv9NfBY:resolvedLinks7[1]}},baseVariant,gestureVariant)})})})})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-rquyk5\",\"data-framer-name\":\"Section\",layoutDependency:layoutDependency,layoutId:\"bh1D8mpm2\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-lspbvs\",\"data-framer-name\":\"Frame 1000012676\",layoutDependency:layoutDependency,layoutId:\"VKW69mGRK\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItVmFyaWFibGVWRj1JbTl3YzNvaUlERTBMQ0FpZDJkb2RDSWdOREF3\",\"--framer-font-family\":'\"Inter Variable\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-variation-axes\":'var(--extracted-2gg91v, \"opsz\" 14, \"wght\" 400)',\"--framer-line-height\":\"1.6em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d93054eb-7c0a-4938-bab6-1ab7a79effe9, rgb(71, 84, 103)))\",\"--framer-text-transform\":\"capitalize\"},children:\"Solutions\"})}),className:\"framer-vuaene\",\"data-framer-name\":\"Text\",fonts:[\"Inter-Variable\"],layoutDependency:layoutDependency,layoutId:\"Iur_RYiPi\",style:{\"--extracted-2gg91v\":'\"opsz\" 14, \"wght\" 400',\"--extracted-r6o4lv\":\"var(--token-d93054eb-7c0a-4938-bab6-1ab7a79effe9, rgb(71, 84, 103))\",\"--framer-paragraph-spacing\":\"14px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1kdlcw8\",layoutDependency:layoutDependency,layoutId:\"jgcLtCTDh\",style:{backgroundColor:\"var(--token-d67afced-06fb-4e37-b93e-01d53682b8bb, rgb(238, 238, 238))\"}})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-101tyka\",\"data-framer-name\":\"Navigation\",layoutDependency:layoutDependency,layoutId:\"ZAhwBAzt1\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"PR5cIuFoB\"},implicitPathVariables:undefined},{href:{webPageId:\"PR5cIuFoB\"},implicitPathVariables:undefined}],children:resolvedLinks8=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:81,width:\"346px\",y:(componentViewport?.y||0)+20+0+234.2+0+52.2+0+0,...addPropertyOverrides({LWNjNKxJu:{width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+20+682.4+0+234.2+0+52.2+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-13z0w5r-container\",layoutDependency:layoutDependency,layoutId:\"usaTpVnqo-container\",nodeId:\"usaTpVnqo\",rendersWithMotion:true,scopeId:\"zsUIG5xyj\",children:/*#__PURE__*/_jsx(MegaMeuItem,{eprv9NfBY:resolvedLinks8[0],GEUV1tRmv:\"Tailored automation and analytics to scale brand performance across Amazon & Walmart.\",height:\"100%\",id:\"usaTpVnqo\",layoutId:\"usaTpVnqo\",O2OsbC9Oi:\"For Brands\",q1vLYMeNZ:q1vLYMeNZ6i1uwi,style:{width:\"100%\"},width:\"100%\",xQfpVATpK:addImageAlt({pixelHeight:20,pixelWidth:20,src:\"https://framerusercontent.com/images/fHKLSb7BZW1JHol8cv5glAz2Y.svg\"},\"\"),...addPropertyOverrides({LWNjNKxJu:{eprv9NfBY:resolvedLinks8[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"EFHFawblF\"},implicitPathVariables:undefined},{href:{webPageId:\"EFHFawblF\"},implicitPathVariables:undefined}],children:resolvedLinks9=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:81,width:\"346px\",y:(componentViewport?.y||0)+20+0+234.2+0+52.2+0+81,...addPropertyOverrides({LWNjNKxJu:{width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+20+682.4+0+234.2+0+52.2+0+81}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1cg3lze-container\",layoutDependency:layoutDependency,layoutId:\"yZKTnqFEj-container\",nodeId:\"yZKTnqFEj\",rendersWithMotion:true,scopeId:\"zsUIG5xyj\",children:/*#__PURE__*/_jsx(MegaMeuItem,{eprv9NfBY:resolvedLinks9[0],GEUV1tRmv:\"Multi-client management, reporting, and optimization tools for retail media at scale.\",height:\"100%\",id:\"yZKTnqFEj\",layoutId:\"yZKTnqFEj\",O2OsbC9Oi:\"For Agencies\",q1vLYMeNZ:q1vLYMeNZ6i1uwi,style:{width:\"100%\"},width:\"100%\",xQfpVATpK:addImageAlt({pixelHeight:20,pixelWidth:20,src:\"https://framerusercontent.com/images/3F7HmApm8WmoaNnoyBS1CdJlE.png\"},\"\"),...addPropertyOverrides({LWNjNKxJu:{eprv9NfBY:resolvedLinks9[1]}},baseVariant,gestureVariant)})})})})]})]})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-6swOj.framer-1cmrgj, .framer-6swOj .framer-1cmrgj { display: block; }\",\".framer-6swOj.framer-zevyej { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: visible; padding: 20px; position: relative; width: min-content; }\",\".framer-6swOj .framer-1j81moz { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-6swOj .framer-rxd6dw { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-6swOj .framer-1dmohyn { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-6swOj .framer-13kx2t7 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-6swOj .framer-1bc0yxi { height: 6px; position: relative; width: 11px; }\",\".framer-6swOj .framer-1l9xruq, .framer-6swOj .framer-1u8goa3, .framer-6swOj .framer-vvexo3, .framer-6swOj .framer-1pb9mvn, .framer-6swOj .framer-vuaene { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-6swOj .framer-k3fkgs-container { flex: none; height: 32px; position: relative; width: 32px; }\",\".framer-6swOj .framer-uzl29n, .framer-6swOj .framer-w4pm43 { 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: 346px; }\",\".framer-6swOj .framer-1afh40k, .framer-6swOj .framer-1d21z7y, .framer-6swOj .framer-3vtpcd, .framer-6swOj .framer-lspbvs { 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: hidden; padding: 0px 0px 0px 8px; position: relative; width: 100%; }\",\".framer-6swOj .framer-jzyd78, .framer-6swOj .framer-1yvomdh, .framer-6swOj .framer-1t8tjck, .framer-6swOj .framer-1kdlcw8 { flex: none; height: 1px; overflow: visible; position: relative; width: 100%; }\",\".framer-6swOj .framer-1b3lpdi, .framer-6swOj .framer-1g2kg15, .framer-6swOj .framer-d4dv9u, .framer-6swOj .framer-101tyka { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-6swOj .framer-1s3xmz3-container, .framer-6swOj .framer-1a1crc6-container, .framer-6swOj .framer-1wtfn7f-container, .framer-6swOj .framer-1dvmk56-container, .framer-6swOj .framer-1vsw59v-container, .framer-6swOj .framer-itlgs-container, .framer-6swOj .framer-smlk6p-container, .framer-6swOj .framer-10w1584-container, .framer-6swOj .framer-13z0w5r-container, .framer-6swOj .framer-1cg3lze-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-6swOj .framer-159hrsg { align-content: flex-start; align-items: flex-start; cursor: pointer; 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: 346px; }\",\".framer-6swOj .framer-55zmq9, .framer-6swOj .framer-rquyk5 { 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-6swOj.framer-v-1dhe4u9.framer-zevyej { flex-direction: column; width: 390px; }\",\".framer-6swOj.framer-v-1dhe4u9 .framer-1j81moz { flex: none; width: 100%; }\",\".framer-6swOj.framer-v-1dhe4u9 .framer-uzl29n, .framer-6swOj.framer-v-1dhe4u9 .framer-w4pm43 { width: 100%; }\",\".framer-6swOj.framer-v-1dhe4u9 .framer-159hrsg { padding: 0px 0px 80px 0px; width: 100%; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 489\n * @framerIntrinsicWidth 1118\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"LWNjNKxJu\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"yRbryjRrD\":\"back\",\"Aa07WMphY\":\"cut\",\"PqdslW37r\":\"close\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerzsUIG5xyj=withCSS(Component,css,\"framer-6swOj\");export default FramerzsUIG5xyj;FramerzsUIG5xyj.displayName=\"Product Sub Menu\";FramerzsUIG5xyj.defaultProps={height:489,width:1118};addPropertyControls(FramerzsUIG5xyj,{variant:{options:[\"mwshanOll\",\"LWNjNKxJu\"],optionTitles:[\"Variant 1\",\"Variant 2\"],title:\"Variant\",type:ControlType.Enum},yRbryjRrD:{title:\"Back\",type:ControlType.EventHandler},Aa07WMphY:{title:\"Cut\",type:ControlType.EventHandler},PqdslW37r:{title:\"Close\",type:ControlType.EventHandler}});const variationAxes=[{defaultValue:14,maxValue:32,minValue:14,name:\"Optical size\",tag:\"opsz\"},{defaultValue:400,maxValue:900,minValue:100,name:\"Weight\",tag:\"wght\"}];addFonts(FramerzsUIG5xyj,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/hyOgCu0Xnghbimh0pE8QTvtt2AU.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/NeGmSOXrPBfEFIy5YZeHq17LEDA.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/oYaAX5himiTPYuN8vLWnqBbfD2s.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/lEJLP4R0yuCaMCjSXYHtJw72M.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/cRJyLNuTJR5jbyKzGi33wU9cqIQ.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/1ZFS7N918ojhhd0nQWdj3jz4w.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/A0Wcc7NgXMjUuFdquHDrIZpzZw0.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/mYcqTSergLb16PdbJJQMl9ebYm4.woff2\",variationAxes,weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/ZRl8AlxwsX1m7xS1eJCiSPbztg.woff2\",variationAxes,weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/nhSQpBRqFmXNUBY2p5SENQ8NplQ.woff2\",variationAxes,weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/DYHjxG0qXjopUuruoacfl5SA.woff2\",variationAxes,weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/s7NH6sl7w4NU984r5hcmo1tPSYo.woff2\",variationAxes,weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/7lw0VWkeXrGYJT05oB3DsFy8BaY.woff2\",variationAxes,weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/wx5nfqEgOXnxuFaxB0Mn9OhmcZA.woff2\",variationAxes,weight:\"400\"}]},...HamburgerIconFonts,...MegaMeuItemFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerzsUIG5xyj\",\"slots\":[],\"annotations\":{\"framerColorSyntax\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"1118\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"LWNjNKxJu\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerAutoSizeImages\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerVariables\":\"{\\\"yRbryjRrD\\\":\\\"back\\\",\\\"Aa07WMphY\\\":\\\"cut\\\",\\\"PqdslW37r\\\":\\\"close\\\"}\",\"framerIntrinsicHeight\":\"489\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (0e34db6)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,Floating,getFonts,getPropertyControls,ResolveLinks,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 ThatICan from\"https://framerusercontent.com/modules/8irNmc2sXcCjv8cM8mQ5/n0QwrcoGCYx6SUZw9zAH/ThatICan_1.js\";import ResourcesSubMenu from\"https://framerusercontent.com/modules/xWznTqz5TpsCr6XNfIc4/E6Bb3MiFZzK9nowSahMk/CQ8AZ59Uk.js\";import CTAButton from\"https://framerusercontent.com/modules/82c1BAWWH4aA396StBah/0VMPeVZYRv3h5AEH6oWq/DEImcJ6hp.js\";import NavItem from\"https://framerusercontent.com/modules/nWL9LUY2PT6Qyvd6avZI/amjpaLapZ53SGNRk8Q2I/EoH2XiQIr.js\";import CaseStudySubMenu from\"https://framerusercontent.com/modules/4NZeNCOFCTihcDkmtfII/yX7VSXZOHOJCp80hoTyu/H21CAP7ZK.js\";import HamburgerIcon from\"https://framerusercontent.com/modules/xViUsxBEBtGifIsts47N/FgSaWaFkSYFuvo116uYr/lYiAKoZeB.js\";import Logo from\"https://framerusercontent.com/modules/uduElGhyhe707SuTQvaw/d9Uhu8mB6svhb6kfJpvu/Ps0ZGEmYq.js\";import CompanySubMenu from\"https://framerusercontent.com/modules/ukrP6aPNkHv9saq1jI1i/a3HlEeXtFCHCGiqnRKUl/W64TOpngP.js\";import ProductSubMenu from\"https://framerusercontent.com/modules/a6lmi7u7lVFdH0CUl8C8/RLidA1ME1G1pAK9OVWrX/zsUIG5xyj.js\";const LogoFonts=getFonts(Logo);const ThatICanFonts=getFonts(ThatICan);const HamburgerIconFonts=getFonts(HamburgerIcon);const CTAButtonFonts=getFonts(CTAButton);const NavItemFonts=getFonts(NavItem);const ProductSubMenuFonts=getFonts(ProductSubMenu);const MotionDivWithFX=withFX(motion.div);const ResourcesSubMenuFonts=getFonts(ResourcesSubMenu);const CaseStudySubMenuFonts=getFonts(CaseStudySubMenu);const CompanySubMenuFonts=getFonts(CompanySubMenu);const LogoControls=getPropertyControls(Logo);const CTAButtonControls=getPropertyControls(CTAButton);const cycleOrder=[\"FFgHZZTmS\",\"BINeeTnnM\",\"Ea5wbYbzy\",\"dkH35hbR_\",\"LE5z40rus\",\"SB1RjQ42s\",\"SHQQYHqDr\",\"fTdXXOUFL\",\"QDVfpc9O2\",\"rp54XG8U5\"];const serializationHash=\"framer-KWg4H\";const variantClassNames={BINeeTnnM:\"framer-v-p52s6h\",dkH35hbR_:\"framer-v-u60h19\",Ea5wbYbzy:\"framer-v-1q5qjyu\",FFgHZZTmS:\"framer-v-1uvf5w0\",fTdXXOUFL:\"framer-v-1evmo85\",LE5z40rus:\"framer-v-n7882j\",QDVfpc9O2:\"framer-v-1bwpuii\",rp54XG8U5:\"framer-v-1gb5clu\",SB1RjQ42s:\"framer-v-16mz1pk\",SHQQYHqDr:\"framer-v-h33oej\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:30,delay:0,mass:1,stiffness:200,type:\"spring\"};const transition2={bounce:.2,delay:0,duration:.4,type:\"spring\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.5,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:.5,skewX:0,skewY:0,x:0,y:0};const Overlay=({children,blockDocumentScrolling,enabled=true})=>{const[visible,setVisible]=useOverlayState({blockDocumentScrolling});return children({hide:()=>setVisible(false),show:()=>setVisible(true),toggle:()=>setVisible(!visible),visible:enabled&&visible});};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableEnumMap={\"Variant 1\":\"hPicF_nAj\",\"Variant 2\":\"C9rdP7mBl\",\"Variant 3\":\"YRWaUrOcB\"};const humanReadableEnumMap1={\"Variant 1\":\"rmcRW6snK\",\"Variant 2\":\"AKbwZmqT3\"};const humanReadableVariantMap={\"Phone Closed\":\"LE5z40rus\",\"Phone Open Case Study\":\"fTdXXOUFL\",\"Phone Open Company\":\"QDVfpc9O2\",\"Phone Open Products\":\"SB1RjQ42s\",\"Phone Open Resources\":\"SHQQYHqDr\",\"Phone Open\":\"dkH35hbR_\",\"Variant 11\":\"rp54XG8U5\",Desktop:\"FFgHZZTmS\",Laptop:\"BINeeTnnM\",Tablet:\"Ea5wbYbzy\"};const getProps=({backgroundBlur,border,button,dropdownTextColor,fill,height,id,logoVariant,navTitleVisible,visible,width,...props})=>{return{...props,B79kT47me:humanReadableEnumMap[logoVariant]??logoVariant??props.B79kT47me??\"hPicF_nAj\",BfodAmXqR:fill??props.BfodAmXqR??\"var(--token-b56d50b0-4a18-4c09-8706-195b51d6bf0a, rgb(255, 255, 255))\",EngRhRPbP:backgroundBlur??props.EngRhRPbP,FBrC56guM:humanReadableEnumMap1[button]??button??props.FBrC56guM??\"rmcRW6snK\",lf1teL_mg:border??props.lf1teL_mg??{borderBottomWidth:1,borderColor:'var(--token-d67afced-06fb-4e37-b93e-01d53682b8bb, rgb(238, 238, 238)) /* {\"name\":\"#EEEEEE\"} */',borderLeftWidth:0,borderRightWidth:0,borderStyle:\"solid\",borderTopWidth:0},rlY55Lm5Z:visible??props.rlY55Lm5Z,variant:humanReadableVariantMap[props.variant]??props.variant??\"FFgHZZTmS\",vjkSMAzhK:navTitleVisible??props.vjkSMAzhK??true,XyESxkjBL:dropdownTextColor??props.XyESxkjBL??\"var(--token-d93054eb-7c0a-4938-bab6-1ab7a79effe9, rgb(71, 84, 103))\"};};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,BfodAmXqR,XyESxkjBL,lf1teL_mg,B79kT47me,vjkSMAzhK,FBrC56guM,EngRhRPbP,rlY55Lm5Z,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"FFgHZZTmS\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const STFq9yulgsn6k2a=activeVariantCallback(async(...args)=>{setVariant(\"LE5z40rus\");});const STFq9yulgm15uf8=activeVariantCallback(async(...args)=>{setVariant(\"dkH35hbR_\");});const qBgx8gErstxyyif=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.show();});const FApx0Pqp717quwke=activeVariantCallback(async(...args)=>{setVariant(\"SB1RjQ42s\");});const PqdslW37r1wnntms=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.hide();});const FApx0Pqp7o5oid4=activeVariantCallback(async(...args)=>{setVariant(\"SHQQYHqDr\");});const harJ_881W1wnntms=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.hide();});const FApx0Pqp71ekboxu=activeVariantCallback(async(...args)=>{setVariant(\"fTdXXOUFL\");});const RDfXZXluz1wnntms=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.hide();});const FApx0Pqp7sn6k2a=activeVariantCallback(async(...args)=>{setVariant(\"LE5z40rus\");});const FApx0Pqp7x333w3=activeVariantCallback(async(...args)=>{setVariant(\"QDVfpc9O2\");});const pWIbyA6pV1wnntms=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.hide();});const yRbryjRrDm15uf8=activeVariantCallback(async(...args)=>{setVariant(\"dkH35hbR_\");});const Aa07WMphYsn6k2a=activeVariantCallback(async(...args)=>{setVariant(\"LE5z40rus\");});const PqdslW37rsn6k2a=activeVariantCallback(async(...args)=>{setVariant(\"LE5z40rus\");});const harJ_881Wsn6k2a=activeVariantCallback(async(...args)=>{setVariant(\"LE5z40rus\");});const RDfXZXluzsn6k2a=activeVariantCallback(async(...args)=>{setVariant(\"LE5z40rus\");});const pWIbyA6pVsn6k2a=activeVariantCallback(async(...args)=>{setVariant(\"LE5z40rus\");});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const router=useRouter();const isDisplayed=()=>{if([\"dkH35hbR_\",\"SB1RjQ42s\",\"SHQQYHqDr\",\"fTdXXOUFL\",\"QDVfpc9O2\"].includes(baseVariant))return true;return false;};const isDisplayed1=value=>{if([\"dkH35hbR_\",\"SB1RjQ42s\",\"SHQQYHqDr\",\"fTdXXOUFL\",\"QDVfpc9O2\"].includes(baseVariant))return true;if(baseVariant===\"LE5z40rus\")return value;return false;};const isDisplayed2=value=>{if(baseVariant===\"LE5z40rus\")return value;return false;};const ref1=React.useRef(null);const isDisplayed3=()=>{if([\"dkH35hbR_\",\"LE5z40rus\",\"SB1RjQ42s\",\"SHQQYHqDr\",\"fTdXXOUFL\",\"QDVfpc9O2\"].includes(baseVariant))return false;return true;};const ref2=React.useRef(null);const ref3=React.useRef(null);const ref4=React.useRef(null);const ref5=React.useRef(null);const ref6=React.useRef(null);const ref7=React.useRef(null);const ref8=React.useRef(null);const isDisplayed4=()=>{if([\"dkH35hbR_\",\"LE5z40rus\",\"SB1RjQ42s\",\"SHQQYHqDr\",\"fTdXXOUFL\",\"QDVfpc9O2\"].includes(baseVariant))return true;return false;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.nav,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1uvf5w0\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"FFgHZZTmS\",ref:refBinding,style:{\"--border-bottom-width\":(lf1teL_mg.borderBottomWidth??lf1teL_mg.borderWidth)+\"px\",\"--border-color\":lf1teL_mg.borderColor,\"--border-left-width\":(lf1teL_mg.borderLeftWidth??lf1teL_mg.borderWidth)+\"px\",\"--border-right-width\":(lf1teL_mg.borderRightWidth??lf1teL_mg.borderWidth)+\"px\",\"--border-style\":lf1teL_mg.borderStyle,\"--border-top-width\":(lf1teL_mg.borderTopWidth??lf1teL_mg.borderWidth)+\"px\",backdropFilter:`blur(${EngRhRPbP}px)`,backgroundColor:BfodAmXqR,...style},...addPropertyOverrides({BINeeTnnM:{\"data-framer-name\":\"Laptop\"},dkH35hbR_:{\"data-framer-name\":\"Phone Open\"},Ea5wbYbzy:{\"data-framer-name\":\"Tablet\"},fTdXXOUFL:{\"data-framer-name\":\"Phone Open Case Study\"},LE5z40rus:{\"data-framer-name\":\"Phone Closed\"},QDVfpc9O2:{\"data-framer-name\":\"Phone Open Company\"},rp54XG8U5:{\"data-framer-name\":\"Variant 11\"},SB1RjQ42s:{\"data-framer-name\":\"Phone Open Products\"},SHQQYHqDr:{\"data-framer-name\":\"Phone Open Resources\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ljmiji\",\"data-framer-name\":\"Container\",layoutDependency:layoutDependency,layoutId:\"jTkB5wVvv\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-bu4bz8\",\"data-framer-name\":\"Link\",layoutDependency:layoutDependency,layoutId:\"gIwudXOcW\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"nt2IGF7ve\"},implicitPathVariables:undefined},{href:{webPageId:\"nt2IGF7ve\"},implicitPathVariables:undefined},{href:{webPageId:\"nt2IGF7ve\"},implicitPathVariables:undefined},{href:{webPageId:\"nt2IGF7ve\"},implicitPathVariables:undefined},{href:{webPageId:\"nt2IGF7ve\"},implicitPathVariables:undefined},{href:{webPageId:\"nt2IGF7ve\"},implicitPathVariables:undefined},{href:{webPageId:\"nt2IGF7ve\"},implicitPathVariables:undefined},{href:{webPageId:\"nt2IGF7ve\"},implicitPathVariables:undefined},{href:{webPageId:\"nt2IGF7ve\"},implicitPathVariables:undefined},{href:{webPageId:\"nt2IGF7ve\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:28,y:(componentViewport?.y||0)+14+0+2.5+0,...addPropertyOverrides({dkH35hbR_:{y:(componentViewport?.y||0)+14+0+0+0+86},fTdXXOUFL:{y:(componentViewport?.y||0)+14+0+0+0+86},LE5z40rus:{y:(componentViewport?.y||0)+14+0+0+0+2},QDVfpc9O2:{y:(componentViewport?.y||0)+14+0+0+0+86},SB1RjQ42s:{y:(componentViewport?.y||0)+14+0+0+0+86},SHQQYHqDr:{y:(componentViewport?.y||0)+14+0+0+0+86}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1bqm5qw-container\",layoutDependency:layoutDependency,layoutId:\"kAiVUJAAQ-container\",nodeId:\"kAiVUJAAQ\",rendersWithMotion:true,scopeId:\"CZMERk5Po\",children:/*#__PURE__*/_jsx(Logo,{height:\"100%\",id:\"kAiVUJAAQ\",layoutId:\"kAiVUJAAQ\",ueBOaEtpn:false,variant:B79kT47me,width:\"100%\",xb916eigK:resolvedLinks[0],...addPropertyOverrides({BINeeTnnM:{xb916eigK:resolvedLinks[1]},dkH35hbR_:{xb916eigK:resolvedLinks[3]},Ea5wbYbzy:{xb916eigK:resolvedLinks[2]},fTdXXOUFL:{xb916eigK:resolvedLinks[7]},LE5z40rus:{xb916eigK:resolvedLinks[4]},QDVfpc9O2:{xb916eigK:resolvedLinks[8]},rp54XG8U5:{variant:\"C9rdP7mBl\",xb916eigK:resolvedLinks[9]},SB1RjQ42s:{xb916eigK:resolvedLinks[5]},SHQQYHqDr:{xb916eigK:resolvedLinks[6]}},baseVariant,gestureVariant)})})})}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-2hux4q-container\",\"data-code-component-plugin-id\":\"84d4c1\",isAuthoredByUser:true,layoutDependency:layoutDependency,layoutId:\"MJ0ff4xRn-container\",nodeId:\"MJ0ff4xRn\",rendersWithMotion:true,scopeId:\"CZMERk5Po\",children:/*#__PURE__*/_jsx(ThatICan,{blockBodyScroll:true,blockHtmlScroll:true,height:\"100%\",id:\"MJ0ff4xRn\",isActive:true,layoutId:\"MJ0ff4xRn\",width:\"100%\"})})}),isDisplayed1(vjkSMAzhK)&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({dkH35hbR_:{height:32,width:\"32px\",y:(componentViewport?.y||0)+14+0+0+0+84},fTdXXOUFL:{height:32,width:\"32px\",y:(componentViewport?.y||0)+14+0+0+0+84},LE5z40rus:{height:32,width:\"32px\",y:(componentViewport?.y||0)+14+0+0+0+0},QDVfpc9O2:{height:32,width:\"32px\",y:(componentViewport?.y||0)+14+0+0+0+84},SB1RjQ42s:{height:32,width:\"32px\",y:(componentViewport?.y||0)+14+0+0+0+84},SHQQYHqDr:{height:32,width:\"32px\",y:(componentViewport?.y||0)+14+0+0+0+84}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1d83ur1-container\",layoutDependency:layoutDependency,layoutId:\"isoUlOKtG-container\",nodeId:\"isoUlOKtG\",rendersWithMotion:true,scopeId:\"CZMERk5Po\",children:/*#__PURE__*/_jsx(HamburgerIcon,{height:\"100%\",id:\"isoUlOKtG\",layoutId:\"isoUlOKtG\",style:{height:\"100%\",width:\"100%\"},variant:\"TKeJByTza\",width:\"100%\",...addPropertyOverrides({dkH35hbR_:{STFq9yulg:STFq9yulgsn6k2a,variant:\"go6sBdaL1\"},fTdXXOUFL:{variant:\"go6sBdaL1\"},LE5z40rus:{STFq9yulg:STFq9yulgm15uf8},QDVfpc9O2:{variant:\"go6sBdaL1\"},SB1RjQ42s:{variant:\"go6sBdaL1\"},SHQQYHqDr:{variant:\"go6sBdaL1\"}},baseVariant,gestureVariant)})})}),isDisplayed2(rlY55Lm5Z)&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"OLtbiK0N1\"},implicitPathVariables:undefined},{href:{webPageId:\"OLtbiK0N1\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({LE5z40rus:{height:33,y:(componentViewport?.y||0)+14+0+0+0+-.5}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-cp0iff-container\",layoutDependency:layoutDependency,layoutId:\"G6FkJNl0d-container\",nodeId:\"G6FkJNl0d\",rendersWithMotion:true,scopeId:\"CZMERk5Po\",children:/*#__PURE__*/_jsx(CTAButton,{height:\"100%\",id:\"G6FkJNl0d\",Iyz6fml7T:false,layoutId:\"G6FkJNl0d\",maZfSwUT7:\"6px 12px 6px 12px\",N5vrPpy07:\"var(--token-3f8e208c-679a-4200-9238-89332fd56275, rgb(255, 255, 255))\",Pezlxg_9s:resolvedLinks1[0],qSKLtDp1n:{borderColor:\"var(--token-0d681fd7-f766-48d2-8c46-b5b443a4fe2b, rgb(26, 29, 32))\",borderStyle:\"solid\",borderWidth:0},rOMZ_EE51:false,TuP00wIIG:\"var(--token-2d51d537-b720-4609-a6e3-a89a217354c5, rgb(23, 81, 208))\",uhTl20bHU:\"Schedule a demo\",variant:FBrC56guM,WCOlCj41I:\"var(--token-89a97db6-bdfd-4048-89c4-228215b8e06b, rgb(0, 44, 105))\",width:\"100%\",...addPropertyOverrides({LE5z40rus:{Pezlxg_9s:resolvedLinks1[1]}},baseVariant,gestureVariant)})})})})]}),vjkSMAzhK&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-xmeve6\",\"data-framer-name\":\"List\",layoutDependency:layoutDependency,layoutId:\"SJSrW1Sod\",children:[/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,enabled:isDisplayed3(),children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:21,y:(componentViewport?.y||0)+14+0+6+0,...addPropertyOverrides({dkH35hbR_:{width:`min(${componentViewport?.width||\"100vw\"} - 40px, 1120px)`,y:(componentViewport?.y||0)+14+0+0+230+0+0},fTdXXOUFL:{width:`min(${componentViewport?.width||\"100vw\"} - 40px, 1120px)`,y:(componentViewport?.y||0)+14+0+0+230+0+0},LE5z40rus:{width:`min(${componentViewport?.width||\"100vw\"} - 40px, 1120px)`,y:(componentViewport?.y||0)+14+0+0+62+0+0},QDVfpc9O2:{width:`min(${componentViewport?.width||\"100vw\"} - 40px, 1120px)`,y:(componentViewport?.y||0)+14+0+0+230+0+0},SB1RjQ42s:{width:`min(${componentViewport?.width||\"100vw\"} - 40px, 1120px)`,y:(componentViewport?.y||0)+14+0+0+230+0+0},SHQQYHqDr:{width:`min(${componentViewport?.width||\"100vw\"} - 40px, 1120px)`,y:(componentViewport?.y||0)+14+0+0+230+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(SmartComponentScopedContainer,{className:\"framer-hrjez4-container\",id:`${layoutId}-hrjez4`,layoutDependency:layoutDependency,layoutId:\"wHdZsMCZU-container\",nodeId:\"wHdZsMCZU\",ref:ref1,rendersWithMotion:true,scopeId:\"CZMERk5Po\",children:[/*#__PURE__*/_jsx(NavItem,{AbycVm8Qu:true,fVaVAiabm:XyESxkjBL,height:\"100%\",hPKn8Xnzz:false,id:\"wHdZsMCZU\",layoutId:\"wHdZsMCZU\",qBgx8gErs:qBgx8gErstxyyif({overlay}),SrbNWfDRI:\"Product\",variant:overlay.visible?\"W6ZjAKvcU\":\"tG2J9qqbB\",width:\"100%\",...addPropertyOverrides({dkH35hbR_:{FApx0Pqp7:FApx0Pqp717quwke,style:{width:\"100%\"},variant:overlay.visible?\"W6ZjAKvcU\":\"TpZE5wbl3\"},fTdXXOUFL:{FApx0Pqp7:FApx0Pqp717quwke,style:{width:\"100%\"},variant:overlay.visible?\"W6ZjAKvcU\":\"TpZE5wbl3\"},LE5z40rus:{FApx0Pqp7:undefined,style:{width:\"100%\"},variant:overlay.visible?\"W6ZjAKvcU\":\"TpZE5wbl3\"},QDVfpc9O2:{FApx0Pqp7:FApx0Pqp717quwke,style:{width:\"100%\"},variant:overlay.visible?\"W6ZjAKvcU\":\"TpZE5wbl3\"},SB1RjQ42s:{style:{width:\"100%\"},variant:overlay.visible?\"W6ZjAKvcU\":\"TpZE5wbl3\"},SHQQYHqDr:{FApx0Pqp7:FApx0Pqp717quwke,style:{width:\"100%\"},variant:overlay.visible?\"W6ZjAKvcU\":\"TpZE5wbl3\"}},baseVariant,gestureVariant)}),isDisplayed3()&&/*#__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}-hrjez4`,offsetX:220,offsetY:30,onDismiss:overlay.hide,placement:\"bottom\",safeArea:true,zIndex:11,children:/*#__PURE__*/_jsx(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation1,className:\"framer-8948x0\",\"data-border\":true,exit:animation,initial:animation2,layoutDependency:layoutDependency,layoutId:\"ONyTl_nj0\",ref:ref2,role:\"dialog\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-d67afced-06fb-4e37-b93e-01d53682b8bb, rgb(238, 238, 238))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,boxShadow:\"0px 10px 20px 0px rgba(0, 0, 0, 0.05)\"},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-11x5z05-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"ZWlZeSP7S-container\",nodeId:\"ZWlZeSP7S\",rendersWithMotion:true,scopeId:\"CZMERk5Po\",children:/*#__PURE__*/_jsx(ProductSubMenu,{height:\"100%\",id:\"ZWlZeSP7S\",layoutId:\"ZWlZeSP7S\",PqdslW37r:PqdslW37r1wnntms({overlay}),variant:\"mwshanOll\",width:\"100%\"})})})})})})]})})})}),/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,enabled:isDisplayed3(),children:overlay1=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:21,y:(componentViewport?.y||0)+14+0+6+0,...addPropertyOverrides({dkH35hbR_:{width:`min(${componentViewport?.width||\"100vw\"} - 40px, 1120px)`,y:(componentViewport?.y||0)+14+0+0+230+0+53},fTdXXOUFL:{width:`min(${componentViewport?.width||\"100vw\"} - 40px, 1120px)`,y:(componentViewport?.y||0)+14+0+0+230+0+53},LE5z40rus:{width:`min(${componentViewport?.width||\"100vw\"} - 40px, 1120px)`,y:(componentViewport?.y||0)+14+0+0+62+0+53},QDVfpc9O2:{width:`min(${componentViewport?.width||\"100vw\"} - 40px, 1120px)`,y:(componentViewport?.y||0)+14+0+0+230+0+53},SB1RjQ42s:{width:`min(${componentViewport?.width||\"100vw\"} - 40px, 1120px)`,y:(componentViewport?.y||0)+14+0+0+230+0+53},SHQQYHqDr:{width:`min(${componentViewport?.width||\"100vw\"} - 40px, 1120px)`,y:(componentViewport?.y||0)+14+0+0+230+0+53}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(SmartComponentScopedContainer,{className:\"framer-c6e8hg-container\",id:`${layoutId}-c6e8hg`,layoutDependency:layoutDependency,layoutId:\"AfIOLdDDu-container\",nodeId:\"AfIOLdDDu\",ref:ref3,rendersWithMotion:true,scopeId:\"CZMERk5Po\",children:[/*#__PURE__*/_jsx(NavItem,{AbycVm8Qu:true,fVaVAiabm:\"var(--token-d93054eb-7c0a-4938-bab6-1ab7a79effe9, rgb(71, 84, 103))\",height:\"100%\",hPKn8Xnzz:false,id:\"AfIOLdDDu\",layoutId:\"AfIOLdDDu\",qBgx8gErs:qBgx8gErstxyyif({overlay:overlay1}),SrbNWfDRI:\"Resources\",variant:overlay1.visible?\"W6ZjAKvcU\":\"tG2J9qqbB\",width:\"100%\",...addPropertyOverrides({dkH35hbR_:{FApx0Pqp7:FApx0Pqp7o5oid4,style:{width:\"100%\"},variant:overlay1.visible?\"W6ZjAKvcU\":\"TpZE5wbl3\"},fTdXXOUFL:{style:{width:\"100%\"},variant:overlay1.visible?\"W6ZjAKvcU\":\"TpZE5wbl3\"},LE5z40rus:{style:{width:\"100%\"},variant:overlay1.visible?\"W6ZjAKvcU\":\"TpZE5wbl3\"},QDVfpc9O2:{style:{width:\"100%\"},variant:overlay1.visible?\"W6ZjAKvcU\":\"TpZE5wbl3\"},SB1RjQ42s:{style:{width:\"100%\"},variant:overlay1.visible?\"W6ZjAKvcU\":\"TpZE5wbl3\"},SHQQYHqDr:{style:{width:\"100%\"},variant:overlay1.visible?\"W6ZjAKvcU\":\"TpZE5wbl3\"}},baseVariant,gestureVariant)}),isDisplayed3()&&/*#__PURE__*/_jsx(AnimatePresence,{children:overlay1.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"center\",anchorRef:ref3,className:cx(scopingClassNames,classNames),collisionDetection:true,collisionDetectionPadding:20,\"data-framer-portal-id\":`${layoutId}-c6e8hg`,offsetX:110,offsetY:30,onDismiss:overlay1.hide,placement:\"bottom\",safeArea:true,zIndex:11,children:/*#__PURE__*/_jsx(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation1,className:\"framer-eron45\",\"data-border\":true,exit:animation,initial:animation2,layoutDependency:layoutDependency,layoutId:\"PvbBmv8M1\",ref:ref4,role:\"dialog\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-d67afced-06fb-4e37-b93e-01d53682b8bb, rgb(238, 238, 238))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,boxShadow:\"0px 10px 20px 0px rgba(0, 0, 0, 0.05)\"},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-16fegb1-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"meBVcwkSF-container\",nodeId:\"meBVcwkSF\",rendersWithMotion:true,scopeId:\"CZMERk5Po\",children:/*#__PURE__*/_jsx(ResourcesSubMenu,{harJ_881W:harJ_881W1wnntms({overlay:overlay1}),height:\"100%\",id:\"meBVcwkSF\",layoutId:\"meBVcwkSF\",variant:\"HSymCeeG7\",width:\"100%\"})})})})})})]})})})}),/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,enabled:isDisplayed3(),children:overlay2=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:21,y:(componentViewport?.y||0)+14+0+6+0,...addPropertyOverrides({dkH35hbR_:{width:`min(${componentViewport?.width||\"100vw\"} - 40px, 1120px)`,y:(componentViewport?.y||0)+14+0+0+230+0+106},fTdXXOUFL:{width:`min(${componentViewport?.width||\"100vw\"} - 40px, 1120px)`,y:(componentViewport?.y||0)+14+0+0+230+0+106},LE5z40rus:{width:`min(${componentViewport?.width||\"100vw\"} - 40px, 1120px)`,y:(componentViewport?.y||0)+14+0+0+62+0+106},QDVfpc9O2:{width:`min(${componentViewport?.width||\"100vw\"} - 40px, 1120px)`,y:(componentViewport?.y||0)+14+0+0+230+0+106},SB1RjQ42s:{width:`min(${componentViewport?.width||\"100vw\"} - 40px, 1120px)`,y:(componentViewport?.y||0)+14+0+0+230+0+106},SHQQYHqDr:{width:`min(${componentViewport?.width||\"100vw\"} - 40px, 1120px)`,y:(componentViewport?.y||0)+14+0+0+230+0+106}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(SmartComponentScopedContainer,{className:\"framer-1s147kp-container\",id:`${layoutId}-1s147kp`,layoutDependency:layoutDependency,layoutId:\"gfwfRLlbz-container\",nodeId:\"gfwfRLlbz\",ref:ref5,rendersWithMotion:true,scopeId:\"CZMERk5Po\",children:[/*#__PURE__*/_jsx(NavItem,{AbycVm8Qu:true,fVaVAiabm:\"var(--token-d93054eb-7c0a-4938-bab6-1ab7a79effe9, rgb(71, 84, 103))\",height:\"100%\",hPKn8Xnzz:false,id:\"gfwfRLlbz\",layoutId:\"gfwfRLlbz\",qBgx8gErs:qBgx8gErstxyyif({overlay:overlay2}),SrbNWfDRI:\"Customers\",variant:overlay2.visible?\"W6ZjAKvcU\":\"tG2J9qqbB\",width:\"100%\",...addPropertyOverrides({dkH35hbR_:{FApx0Pqp7:FApx0Pqp71ekboxu,style:{width:\"100%\"},variant:overlay2.visible?\"W6ZjAKvcU\":\"TpZE5wbl3\"},fTdXXOUFL:{style:{width:\"100%\"},variant:overlay2.visible?\"W6ZjAKvcU\":\"TpZE5wbl3\"},LE5z40rus:{style:{width:\"100%\"},variant:overlay2.visible?\"W6ZjAKvcU\":\"TpZE5wbl3\"},QDVfpc9O2:{style:{width:\"100%\"},variant:overlay2.visible?\"W6ZjAKvcU\":\"TpZE5wbl3\"},SB1RjQ42s:{style:{width:\"100%\"},variant:overlay2.visible?\"W6ZjAKvcU\":\"TpZE5wbl3\"},SHQQYHqDr:{style:{width:\"100%\"},variant:overlay2.visible?\"W6ZjAKvcU\":\"TpZE5wbl3\"}},baseVariant,gestureVariant)}),isDisplayed3()&&/*#__PURE__*/_jsx(AnimatePresence,{children:overlay2.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"center\",anchorRef:ref5,className:cx(scopingClassNames,classNames),collisionDetection:true,collisionDetectionPadding:20,\"data-framer-portal-id\":`${layoutId}-1s147kp`,offsetX:-30,offsetY:30,onDismiss:overlay2.hide,placement:\"bottom\",safeArea:true,zIndex:11,children:/*#__PURE__*/_jsx(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation1,className:\"framer-wqblqk\",\"data-border\":true,exit:animation,initial:animation2,layoutDependency:layoutDependency,layoutId:\"lzptWcrje\",ref:ref6,role:\"dialog\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-d67afced-06fb-4e37-b93e-01d53682b8bb, rgb(238, 238, 238))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,boxShadow:\"0px 10px 20px 0px rgba(0, 0, 0, 0.05)\"},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1ety0ex-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"KZBlGdhSq-container\",nodeId:\"KZBlGdhSq\",rendersWithMotion:true,scopeId:\"CZMERk5Po\",children:/*#__PURE__*/_jsx(CaseStudySubMenu,{height:\"100%\",id:\"KZBlGdhSq\",layoutId:\"KZBlGdhSq\",RDfXZXluz:RDfXZXluz1wnntms({overlay:overlay2}),variant:\"GeBz3vCPI\",width:\"100%\"})})})})})})]})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"lf4GMeJCo\"},implicitPathVariables:undefined},{href:{webPageId:\"lf4GMeJCo\"},implicitPathVariables:undefined},{href:{webPageId:\"lf4GMeJCo\"},implicitPathVariables:undefined},{href:{webPageId:\"lf4GMeJCo\"},implicitPathVariables:undefined},{href:{webPageId:\"lf4GMeJCo\"},implicitPathVariables:undefined},{href:{webPageId:\"lf4GMeJCo\"},implicitPathVariables:undefined},{href:{webPageId:\"lf4GMeJCo\"},implicitPathVariables:undefined},{href:{webPageId:\"lf4GMeJCo\"},implicitPathVariables:undefined},{href:{webPageId:\"lf4GMeJCo\"},implicitPathVariables:undefined},{href:{webPageId:\"lf4GMeJCo\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:21,y:(componentViewport?.y||0)+14+0+6+0,...addPropertyOverrides({dkH35hbR_:{width:`min(${componentViewport?.width||\"100vw\"} - 40px, 1120px)`,y:(componentViewport?.y||0)+14+0+0+230+0+159},fTdXXOUFL:{width:`min(${componentViewport?.width||\"100vw\"} - 40px, 1120px)`,y:(componentViewport?.y||0)+14+0+0+230+0+159},LE5z40rus:{width:`min(${componentViewport?.width||\"100vw\"} - 40px, 1120px)`,y:(componentViewport?.y||0)+14+0+0+62+0+159},QDVfpc9O2:{width:`min(${componentViewport?.width||\"100vw\"} - 40px, 1120px)`,y:(componentViewport?.y||0)+14+0+0+230+0+159},SB1RjQ42s:{width:`min(${componentViewport?.width||\"100vw\"} - 40px, 1120px)`,y:(componentViewport?.y||0)+14+0+0+230+0+159},SHQQYHqDr:{width:`min(${componentViewport?.width||\"100vw\"} - 40px, 1120px)`,y:(componentViewport?.y||0)+14+0+0+230+0+159}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-z0rcmn-container\",layoutDependency:layoutDependency,layoutId:\"Z7MtpUlZ6-container\",nodeId:\"Z7MtpUlZ6\",rendersWithMotion:true,scopeId:\"CZMERk5Po\",children:/*#__PURE__*/_jsx(NavItem,{AbycVm8Qu:false,fVaVAiabm:\"var(--token-d93054eb-7c0a-4938-bab6-1ab7a79effe9, rgb(71, 84, 103))\",height:\"100%\",hPKn8Xnzz:false,id:\"Z7MtpUlZ6\",layoutId:\"Z7MtpUlZ6\",SrbNWfDRI:\"Pricing\",variant:\"tG2J9qqbB\",VHR_2hrjm:resolvedLinks2[0],width:\"100%\",...addPropertyOverrides({BINeeTnnM:{VHR_2hrjm:resolvedLinks2[1]},dkH35hbR_:{FApx0Pqp7:FApx0Pqp7sn6k2a,style:{width:\"100%\"},variant:\"TpZE5wbl3\",VHR_2hrjm:resolvedLinks2[3]},Ea5wbYbzy:{VHR_2hrjm:resolvedLinks2[2]},fTdXXOUFL:{style:{width:\"100%\"},variant:\"TpZE5wbl3\",VHR_2hrjm:resolvedLinks2[7]},LE5z40rus:{style:{width:\"100%\"},variant:\"TpZE5wbl3\",VHR_2hrjm:resolvedLinks2[4]},QDVfpc9O2:{style:{width:\"100%\"},variant:\"TpZE5wbl3\",VHR_2hrjm:resolvedLinks2[8]},rp54XG8U5:{VHR_2hrjm:resolvedLinks2[9]},SB1RjQ42s:{style:{width:\"100%\"},variant:\"TpZE5wbl3\",VHR_2hrjm:resolvedLinks2[5]},SHQQYHqDr:{style:{width:\"100%\"},variant:\"TpZE5wbl3\",VHR_2hrjm:resolvedLinks2[6]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,enabled:isDisplayed3(),children:overlay3=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:21,y:(componentViewport?.y||0)+14+0+6+0,...addPropertyOverrides({dkH35hbR_:{width:`min(${componentViewport?.width||\"100vw\"} - 40px, 1120px)`,y:(componentViewport?.y||0)+14+0+0+230+0+212},fTdXXOUFL:{width:`min(${componentViewport?.width||\"100vw\"} - 40px, 1120px)`,y:(componentViewport?.y||0)+14+0+0+230+0+212},LE5z40rus:{width:`min(${componentViewport?.width||\"100vw\"} - 40px, 1120px)`,y:(componentViewport?.y||0)+14+0+0+62+0+212},QDVfpc9O2:{width:`min(${componentViewport?.width||\"100vw\"} - 40px, 1120px)`,y:(componentViewport?.y||0)+14+0+0+230+0+212},SB1RjQ42s:{width:`min(${componentViewport?.width||\"100vw\"} - 40px, 1120px)`,y:(componentViewport?.y||0)+14+0+0+230+0+212},SHQQYHqDr:{width:`min(${componentViewport?.width||\"100vw\"} - 40px, 1120px)`,y:(componentViewport?.y||0)+14+0+0+230+0+212}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(SmartComponentScopedContainer,{className:\"framer-liopjv-container\",id:`${layoutId}-liopjv`,layoutDependency:layoutDependency,layoutId:\"RlKi877xW-container\",nodeId:\"RlKi877xW\",ref:ref7,rendersWithMotion:true,scopeId:\"CZMERk5Po\",children:[/*#__PURE__*/_jsx(NavItem,{AbycVm8Qu:true,fVaVAiabm:\"var(--token-d93054eb-7c0a-4938-bab6-1ab7a79effe9, rgb(71, 84, 103))\",height:\"100%\",hPKn8Xnzz:false,id:\"RlKi877xW\",layoutId:\"RlKi877xW\",qBgx8gErs:qBgx8gErstxyyif({overlay:overlay3}),SrbNWfDRI:\"Company\",variant:overlay3.visible?\"W6ZjAKvcU\":\"tG2J9qqbB\",width:\"100%\",...addPropertyOverrides({dkH35hbR_:{FApx0Pqp7:FApx0Pqp7x333w3,style:{width:\"100%\"},variant:overlay3.visible?\"W6ZjAKvcU\":\"TpZE5wbl3\"},fTdXXOUFL:{style:{width:\"100%\"},variant:overlay3.visible?\"W6ZjAKvcU\":\"TpZE5wbl3\"},LE5z40rus:{style:{width:\"100%\"},variant:overlay3.visible?\"W6ZjAKvcU\":\"TpZE5wbl3\"},QDVfpc9O2:{style:{width:\"100%\"},variant:overlay3.visible?\"W6ZjAKvcU\":\"TpZE5wbl3\"},SB1RjQ42s:{style:{width:\"100%\"},variant:overlay3.visible?\"W6ZjAKvcU\":\"TpZE5wbl3\"},SHQQYHqDr:{style:{width:\"100%\"},variant:overlay3.visible?\"W6ZjAKvcU\":\"TpZE5wbl3\"}},baseVariant,gestureVariant)}),isDisplayed3()&&/*#__PURE__*/_jsx(AnimatePresence,{children:overlay3.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"center\",anchorRef:ref7,className:cx(scopingClassNames,classNames),collisionDetection:true,collisionDetectionPadding:20,\"data-framer-portal-id\":`${layoutId}-liopjv`,offsetX:0,offsetY:30,onDismiss:overlay3.hide,placement:\"bottom\",safeArea:true,zIndex:11,children:/*#__PURE__*/_jsx(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation1,className:\"framer-1m9jb5m\",\"data-border\":true,exit:animation,initial:animation2,layoutDependency:layoutDependency,layoutId:\"DIt5wsjhK\",ref:ref8,role:\"dialog\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-d67afced-06fb-4e37-b93e-01d53682b8bb, rgb(238, 238, 238))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,boxShadow:\"0px 10px 20px 0px rgba(0, 0, 0, 0.05)\"},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-xw3f6a-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"Fd38G3X7k-container\",nodeId:\"Fd38G3X7k\",rendersWithMotion:true,scopeId:\"CZMERk5Po\",children:/*#__PURE__*/_jsx(CompanySubMenu,{height:\"100%\",id:\"Fd38G3X7k\",layoutId:\"Fd38G3X7k\",pWIbyA6pV:pWIbyA6pV1wnntms({overlay:overlay3}),variant:\"YGtCS0TkJ\",width:\"100%\"})})})})})})]})})})})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1wb7cqr\",\"data-framer-name\":\"button\",layoutDependency:layoutDependency,layoutId:\"fIyEygWAI\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"OLtbiK0N1\"},implicitPathVariables:undefined},{href:{webPageId:\"OLtbiK0N1\"},implicitPathVariables:undefined},{href:{webPageId:\"OLtbiK0N1\"},implicitPathVariables:undefined},{href:{webPageId:\"OLtbiK0N1\"},implicitPathVariables:undefined},{href:{webPageId:\"OLtbiK0N1\"},implicitPathVariables:undefined},{href:{webPageId:\"OLtbiK0N1\"},implicitPathVariables:undefined},{href:{webPageId:\"OLtbiK0N1\"},implicitPathVariables:undefined},{href:{webPageId:\"OLtbiK0N1\"},implicitPathVariables:undefined},{href:{webPageId:\"OLtbiK0N1\"},implicitPathVariables:undefined},{href:{webPageId:\"OLtbiK0N1\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:33,y:(componentViewport?.y||0)+14+0+0+0,...addPropertyOverrides({dkH35hbR_:{y:(componentViewport?.y||0)+14+0+0+230+0},fTdXXOUFL:{y:(componentViewport?.y||0)+14+0+0+230+0},LE5z40rus:{y:(componentViewport?.y||0)+14+0+0+62+0},QDVfpc9O2:{y:(componentViewport?.y||0)+14+0+0+230+0},SB1RjQ42s:{y:(componentViewport?.y||0)+14+0+0+230+0},SHQQYHqDr:{y:(componentViewport?.y||0)+14+0+0+230+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-69haqh-container\",layoutDependency:layoutDependency,layoutId:\"metQSeY3X-container\",nodeId:\"metQSeY3X\",rendersWithMotion:true,scopeId:\"CZMERk5Po\",children:/*#__PURE__*/_jsx(CTAButton,{height:\"100%\",id:\"metQSeY3X\",Iyz6fml7T:false,layoutId:\"metQSeY3X\",maZfSwUT7:\"6px 12px 6px 12px\",N5vrPpy07:\"var(--token-3f8e208c-679a-4200-9238-89332fd56275, rgb(255, 255, 255))\",Pezlxg_9s:resolvedLinks3[0],qSKLtDp1n:{borderColor:\"var(--token-0d681fd7-f766-48d2-8c46-b5b443a4fe2b, rgb(26, 29, 32))\",borderStyle:\"solid\",borderWidth:0},rOMZ_EE51:false,TuP00wIIG:\"var(--token-2d51d537-b720-4609-a6e3-a89a217354c5, rgb(23, 81, 208))\",uhTl20bHU:\"Schedule a demo\",variant:FBrC56guM,WCOlCj41I:\"var(--token-89a97db6-bdfd-4048-89c4-228215b8e06b, rgb(0, 44, 105))\",width:\"100%\",...addPropertyOverrides({BINeeTnnM:{Pezlxg_9s:resolvedLinks3[1]},dkH35hbR_:{Pezlxg_9s:resolvedLinks3[3]},Ea5wbYbzy:{Pezlxg_9s:resolvedLinks3[2]},fTdXXOUFL:{Pezlxg_9s:resolvedLinks3[7]},LE5z40rus:{Pezlxg_9s:resolvedLinks3[4]},QDVfpc9O2:{Pezlxg_9s:resolvedLinks3[8]},rp54XG8U5:{Pezlxg_9s:resolvedLinks3[9]},SB1RjQ42s:{Pezlxg_9s:resolvedLinks3[5]},SHQQYHqDr:{Pezlxg_9s:resolvedLinks3[6]}},baseVariant,gestureVariant)})})})})})]}),isDisplayed4()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({dkH35hbR_:{height:489,width:`calc(${componentViewport?.width||\"100vw\"} * 0.9564)`,y:(componentViewport?.y||0)+0},fTdXXOUFL:{height:489,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0},LE5z40rus:{height:489,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0},QDVfpc9O2:{height:489,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0},SB1RjQ42s:{height:489,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0},SHQQYHqDr:{height:489,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-5uce91-container\",layoutDependency:layoutDependency,layoutId:\"q36Hw4is7-container\",nodeId:\"q36Hw4is7\",rendersWithMotion:true,scopeId:\"CZMERk5Po\",children:/*#__PURE__*/_jsx(ProductSubMenu,{Aa07WMphY:Aa07WMphYsn6k2a,height:\"100%\",id:\"q36Hw4is7\",layoutId:\"q36Hw4is7\",style:{width:\"100%\"},variant:\"mwshanOll\",width:\"100%\",yRbryjRrD:yRbryjRrDm15uf8,...addPropertyOverrides({dkH35hbR_:{variant:\"LWNjNKxJu\"},LE5z40rus:{variant:\"LWNjNKxJu\"},SB1RjQ42s:{PqdslW37r:PqdslW37rsn6k2a,variant:\"LWNjNKxJu\"},SHQQYHqDr:{variant:\"LWNjNKxJu\"}},baseVariant,gestureVariant)})})}),isDisplayed4()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({dkH35hbR_:{height:416,width:`calc(${componentViewport?.width||\"100vw\"} * 0.9564)`,y:(componentViewport?.y||0)+0},fTdXXOUFL:{height:416,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0},LE5z40rus:{height:416,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0},QDVfpc9O2:{height:416,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0},SB1RjQ42s:{height:416,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0},SHQQYHqDr:{height:416,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-wsbhtz-container\",layoutDependency:layoutDependency,layoutId:\"vMGVyPYZ7-container\",nodeId:\"vMGVyPYZ7\",rendersWithMotion:true,scopeId:\"CZMERk5Po\",children:/*#__PURE__*/_jsx(ResourcesSubMenu,{Aa07WMphY:Aa07WMphYsn6k2a,height:\"100%\",id:\"vMGVyPYZ7\",layoutId:\"vMGVyPYZ7\",style:{width:\"100%\"},variant:\"HSymCeeG7\",width:\"100%\",yRbryjRrD:yRbryjRrDm15uf8,...addPropertyOverrides({dkH35hbR_:{variant:\"XUp2L55BA\"},LE5z40rus:{variant:\"XUp2L55BA\"},SB1RjQ42s:{variant:\"XUp2L55BA\"},SHQQYHqDr:{harJ_881W:harJ_881Wsn6k2a,variant:\"XUp2L55BA\"}},baseVariant,gestureVariant)})})}),isDisplayed4()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({dkH35hbR_:{height:376,width:`calc(${componentViewport?.width||\"100vw\"} * 0.9564)`,y:(componentViewport?.y||0)+0},fTdXXOUFL:{height:376,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0},LE5z40rus:{height:376,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0},QDVfpc9O2:{height:376,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0},SB1RjQ42s:{height:376,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0},SHQQYHqDr:{height:376,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-vnepun-container\",layoutDependency:layoutDependency,layoutId:\"J7XTjxG3A-container\",nodeId:\"J7XTjxG3A\",rendersWithMotion:true,scopeId:\"CZMERk5Po\",children:/*#__PURE__*/_jsx(CaseStudySubMenu,{Aa07WMphY:Aa07WMphYsn6k2a,height:\"100%\",id:\"J7XTjxG3A\",layoutId:\"J7XTjxG3A\",style:{width:\"100%\"},variant:\"GeBz3vCPI\",width:\"100%\",yRbryjRrD:yRbryjRrDm15uf8,...addPropertyOverrides({dkH35hbR_:{variant:\"JOHi1p_Ua\"},fTdXXOUFL:{RDfXZXluz:RDfXZXluzsn6k2a,variant:\"JOHi1p_Ua\"},LE5z40rus:{variant:\"JOHi1p_Ua\"},SB1RjQ42s:{variant:\"JOHi1p_Ua\"},SHQQYHqDr:{variant:\"JOHi1p_Ua\"}},baseVariant,gestureVariant)})})}),isDisplayed4()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({dkH35hbR_:{height:335,width:`calc(${componentViewport?.width||\"100vw\"} * 0.9564)`,y:(componentViewport?.y||0)+0},fTdXXOUFL:{height:335,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0},LE5z40rus:{height:335,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0},QDVfpc9O2:{height:335,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0},SB1RjQ42s:{height:335,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0},SHQQYHqDr:{height:335,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1ps240u-container\",layoutDependency:layoutDependency,layoutId:\"f8L_gNWMm-container\",nodeId:\"f8L_gNWMm\",rendersWithMotion:true,scopeId:\"CZMERk5Po\",children:/*#__PURE__*/_jsx(CompanySubMenu,{Aa07WMphY:Aa07WMphYsn6k2a,height:\"100%\",id:\"f8L_gNWMm\",layoutId:\"f8L_gNWMm\",style:{width:\"100%\"},variant:\"YGtCS0TkJ\",width:\"100%\",yRbryjRrD:yRbryjRrDm15uf8,...addPropertyOverrides({dkH35hbR_:{variant:\"HtwO949V9\"},LE5z40rus:{variant:\"HtwO949V9\"},QDVfpc9O2:{pWIbyA6pV:pWIbyA6pVsn6k2a,variant:\"HtwO949V9\"},SB1RjQ42s:{variant:\"HtwO949V9\"},SHQQYHqDr:{variant:\"HtwO949V9\"}},baseVariant,gestureVariant)})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-KWg4H.framer-djxvo8, .framer-KWg4H .framer-djxvo8 { display: block; }\",\".framer-KWg4H.framer-1uvf5w0 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 14px 40px 14px 40px; position: relative; width: 1440px; }\",\".framer-KWg4H .framer-ljmiji { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; max-width: 1120px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-KWg4H .framer-bu4bz8 { 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; max-width: 300px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-KWg4H .framer-1bqm5qw-container, .framer-KWg4H .framer-2hux4q-container, .framer-KWg4H .framer-cp0iff-container, .framer-KWg4H .framer-hrjez4-container, .framer-KWg4H .framer-11x5z05-container, .framer-KWg4H .framer-c6e8hg-container, .framer-KWg4H .framer-16fegb1-container, .framer-KWg4H .framer-1s147kp-container, .framer-KWg4H .framer-1ety0ex-container, .framer-KWg4H .framer-z0rcmn-container, .framer-KWg4H .framer-liopjv-container, .framer-KWg4H .framer-xw3f6a-container, .framer-KWg4H .framer-69haqh-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-KWg4H .framer-1d83ur1-container { flex: none; height: 32px; position: relative; width: 32px; }\",\".framer-KWg4H .framer-xmeve6 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-KWg4H .framer-8948x0, .framer-KWg4H .framer-eron45, .framer-KWg4H .framer-wqblqk, .framer-KWg4H .framer-1m9jb5m { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-KWg4H .framer-1wb7cqr { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-end; max-width: 300px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-KWg4H .framer-5uce91-container, .framer-KWg4H .framer-wsbhtz-container, .framer-KWg4H .framer-vnepun-container, .framer-KWg4H .framer-1ps240u-container { flex: none; height: auto; left: 0px; position: absolute; right: 0px; top: 0px; z-index: 1; }\",\".framer-KWg4H.framer-v-1q5qjyu.framer-1uvf5w0, .framer-KWg4H.framer-v-1gb5clu.framer-1uvf5w0 { padding: 14px 30px 14px 30px; width: 810px; }\",\".framer-KWg4H.framer-v-u60h19.framer-1uvf5w0, .framer-KWg4H.framer-v-16mz1pk.framer-1uvf5w0, .framer-KWg4H.framer-v-h33oej.framer-1uvf5w0, .framer-KWg4H.framer-v-1evmo85.framer-1uvf5w0, .framer-KWg4H.framer-v-1bwpuii.framer-1uvf5w0 { overflow: hidden; overflow-y: auto; padding: 14px 20px 14px 20px; width: 390px; }\",\".framer-KWg4H.framer-v-u60h19 .framer-ljmiji, .framer-KWg4H.framer-v-n7882j .framer-ljmiji, .framer-KWg4H.framer-v-16mz1pk .framer-ljmiji, .framer-KWg4H.framer-v-h33oej .framer-ljmiji, .framer-KWg4H.framer-v-1evmo85 .framer-ljmiji, .framer-KWg4H.framer-v-1bwpuii .framer-ljmiji { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 30px; justify-content: flex-start; min-height: calc(var(--framer-viewport-height, 100vh) * 1); }\",\".framer-KWg4H.framer-v-u60h19 .framer-bu4bz8, .framer-KWg4H.framer-v-n7882j .framer-bu4bz8, .framer-KWg4H.framer-v-16mz1pk .framer-bu4bz8, .framer-KWg4H.framer-v-h33oej .framer-bu4bz8, .framer-KWg4H.framer-v-1evmo85 .framer-bu4bz8, .framer-KWg4H.framer-v-1bwpuii .framer-bu4bz8 { flex: none; gap: unset; justify-content: space-between; max-width: unset; width: 100%; }\",\".framer-KWg4H.framer-v-u60h19 .framer-1bqm5qw-container, .framer-KWg4H.framer-v-n7882j .framer-1bqm5qw-container { order: 0; }\",\".framer-KWg4H.framer-v-u60h19 .framer-2hux4q-container { order: 1; }\",\".framer-KWg4H.framer-v-u60h19 .framer-1d83ur1-container, .framer-KWg4H.framer-v-n7882j .framer-cp0iff-container { order: 2; }\",\".framer-KWg4H.framer-v-u60h19 .framer-xmeve6, .framer-KWg4H.framer-v-n7882j .framer-xmeve6, .framer-KWg4H.framer-v-16mz1pk .framer-xmeve6, .framer-KWg4H.framer-v-h33oej .framer-xmeve6, .framer-KWg4H.framer-v-1evmo85 .framer-xmeve6, .framer-KWg4H.framer-v-1bwpuii .framer-xmeve6 { align-content: flex-start; align-items: flex-start; flex-direction: column; width: 100%; }\",\".framer-KWg4H.framer-v-u60h19 .framer-hrjez4-container, .framer-KWg4H.framer-v-u60h19 .framer-c6e8hg-container, .framer-KWg4H.framer-v-u60h19 .framer-1s147kp-container, .framer-KWg4H.framer-v-u60h19 .framer-z0rcmn-container, .framer-KWg4H.framer-v-u60h19 .framer-liopjv-container, .framer-KWg4H.framer-v-n7882j .framer-hrjez4-container, .framer-KWg4H.framer-v-n7882j .framer-c6e8hg-container, .framer-KWg4H.framer-v-n7882j .framer-1s147kp-container, .framer-KWg4H.framer-v-n7882j .framer-z0rcmn-container, .framer-KWg4H.framer-v-n7882j .framer-liopjv-container, .framer-KWg4H.framer-v-16mz1pk .framer-hrjez4-container, .framer-KWg4H.framer-v-16mz1pk .framer-c6e8hg-container, .framer-KWg4H.framer-v-16mz1pk .framer-1s147kp-container, .framer-KWg4H.framer-v-16mz1pk .framer-z0rcmn-container, .framer-KWg4H.framer-v-16mz1pk .framer-liopjv-container, .framer-KWg4H.framer-v-h33oej .framer-hrjez4-container, .framer-KWg4H.framer-v-h33oej .framer-c6e8hg-container, .framer-KWg4H.framer-v-h33oej .framer-1s147kp-container, .framer-KWg4H.framer-v-h33oej .framer-z0rcmn-container, .framer-KWg4H.framer-v-h33oej .framer-liopjv-container, .framer-KWg4H.framer-v-1evmo85 .framer-hrjez4-container, .framer-KWg4H.framer-v-1evmo85 .framer-c6e8hg-container, .framer-KWg4H.framer-v-1evmo85 .framer-1s147kp-container, .framer-KWg4H.framer-v-1evmo85 .framer-z0rcmn-container, .framer-KWg4H.framer-v-1evmo85 .framer-liopjv-container, .framer-KWg4H.framer-v-1bwpuii .framer-hrjez4-container, .framer-KWg4H.framer-v-1bwpuii .framer-c6e8hg-container, .framer-KWg4H.framer-v-1bwpuii .framer-1s147kp-container, .framer-KWg4H.framer-v-1bwpuii .framer-z0rcmn-container, .framer-KWg4H.framer-v-1bwpuii .framer-liopjv-container { width: 100%; }\",\".framer-KWg4H.framer-v-u60h19 .framer-1wb7cqr, .framer-KWg4H.framer-v-n7882j .framer-1wb7cqr, .framer-KWg4H.framer-v-16mz1pk .framer-1wb7cqr, .framer-KWg4H.framer-v-h33oej .framer-1wb7cqr, .framer-KWg4H.framer-v-1evmo85 .framer-1wb7cqr, .framer-KWg4H.framer-v-1bwpuii .framer-1wb7cqr { flex: none; justify-content: flex-start; max-width: unset; width: 100%; }\",\".framer-KWg4H.framer-v-u60h19 .framer-5uce91-container, .framer-KWg4H.framer-v-u60h19 .framer-wsbhtz-container, .framer-KWg4H.framer-v-u60h19 .framer-vnepun-container, .framer-KWg4H.framer-v-u60h19 .framer-1ps240u-container { left: unset; right: -1222px; width: 96%; }\",\".framer-KWg4H.framer-v-n7882j.framer-1uvf5w0 { height: 61px; overflow: hidden; padding: 14px 20px 14px 20px; width: 390px; }\",\".framer-KWg4H.framer-v-n7882j .framer-1d83ur1-container { order: 3; }\",\".framer-KWg4H.framer-v-n7882j .framer-5uce91-container, .framer-KWg4H.framer-v-n7882j .framer-wsbhtz-container, .framer-KWg4H.framer-v-n7882j .framer-vnepun-container, .framer-KWg4H.framer-v-n7882j .framer-1ps240u-container, .framer-KWg4H.framer-v-16mz1pk .framer-wsbhtz-container, .framer-KWg4H.framer-v-16mz1pk .framer-vnepun-container, .framer-KWg4H.framer-v-16mz1pk .framer-1ps240u-container, .framer-KWg4H.framer-v-h33oej .framer-5uce91-container, .framer-KWg4H.framer-v-h33oej .framer-vnepun-container, .framer-KWg4H.framer-v-h33oej .framer-1ps240u-container, .framer-KWg4H.framer-v-1evmo85 .framer-5uce91-container, .framer-KWg4H.framer-v-1evmo85 .framer-wsbhtz-container, .framer-KWg4H.framer-v-1evmo85 .framer-1ps240u-container, .framer-KWg4H.framer-v-1bwpuii .framer-5uce91-container, .framer-KWg4H.framer-v-1bwpuii .framer-wsbhtz-container, .framer-KWg4H.framer-v-1bwpuii .framer-vnepun-container { left: unset; right: -1222px; width: 100%; }\",\".framer-KWg4H.framer-v-16mz1pk .framer-5uce91-container, .framer-KWg4H.framer-v-h33oej .framer-wsbhtz-container, .framer-KWg4H.framer-v-1evmo85 .framer-vnepun-container, .framer-KWg4H.framer-v-1bwpuii .framer-1ps240u-container { left: unset; width: 100%; }\",'.framer-KWg4H[data-border=\"true\"]::after, .framer-KWg4H [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 61\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"BINeeTnnM\":{\"layout\":[\"fixed\",\"auto\"]},\"Ea5wbYbzy\":{\"layout\":[\"fixed\",\"auto\"]},\"dkH35hbR_\":{\"layout\":[\"fixed\",\"auto\"]},\"LE5z40rus\":{\"layout\":[\"fixed\",\"fixed\"]},\"SB1RjQ42s\":{\"layout\":[\"fixed\",\"auto\"]},\"SHQQYHqDr\":{\"layout\":[\"fixed\",\"auto\"]},\"fTdXXOUFL\":{\"layout\":[\"fixed\",\"auto\"]},\"QDVfpc9O2\":{\"layout\":[\"fixed\",\"auto\"]},\"rp54XG8U5\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"BfodAmXqR\":\"fill\",\"XyESxkjBL\":\"dropdownTextColor\",\"lf1teL_mg\":\"border\",\"B79kT47me\":\"logoVariant\",\"vjkSMAzhK\":\"navTitleVisible\",\"FBrC56guM\":\"button\",\"EngRhRPbP\":\"backgroundBlur\",\"rlY55Lm5Z\":\"visible\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerCZMERk5Po=withCSS(Component,css,\"framer-KWg4H\");export default FramerCZMERk5Po;FramerCZMERk5Po.displayName=\"Nav Bar\";FramerCZMERk5Po.defaultProps={height:61,width:1440};addPropertyControls(FramerCZMERk5Po,{variant:{options:[\"FFgHZZTmS\",\"BINeeTnnM\",\"Ea5wbYbzy\",\"dkH35hbR_\",\"LE5z40rus\",\"SB1RjQ42s\",\"SHQQYHqDr\",\"fTdXXOUFL\",\"QDVfpc9O2\",\"rp54XG8U5\"],optionTitles:[\"Desktop\",\"Laptop\",\"Tablet\",\"Phone Open\",\"Phone Closed\",\"Phone Open Products\",\"Phone Open Resources\",\"Phone Open Case Study\",\"Phone Open Company\",\"Variant 11\"],title:\"Variant\",type:ControlType.Enum},BfodAmXqR:{defaultValue:'var(--token-b56d50b0-4a18-4c09-8706-195b51d6bf0a, rgb(255, 255, 255)) /* {\"name\":\"White\"} */',title:\"Fill\",type:ControlType.Color},XyESxkjBL:{defaultValue:\"var(--token-d93054eb-7c0a-4938-bab6-1ab7a79effe9, rgb(71, 84, 103))\",title:\"Dropdown text color\",type:ControlType.Color},lf1teL_mg:{defaultValue:{borderBottomWidth:1,borderColor:'var(--token-d67afced-06fb-4e37-b93e-01d53682b8bb, rgb(238, 238, 238)) /* {\"name\":\"#EEEEEE\"} */',borderLeftWidth:0,borderRightWidth:0,borderStyle:\"solid\",borderTopWidth:0},title:\"Border\",type:ControlType.Border},B79kT47me:LogoControls?.[\"variant\"]&&{...LogoControls[\"variant\"],defaultValue:\"hPicF_nAj\",description:undefined,hidden:undefined,title:\"Logo Variant\"},vjkSMAzhK:{defaultValue:true,title:\"Nav title Visible\",type:ControlType.Boolean},FBrC56guM:CTAButtonControls?.[\"variant\"]&&{...CTAButtonControls[\"variant\"],defaultValue:\"rmcRW6snK\",description:undefined,hidden:undefined,title:\"Button\"},EngRhRPbP:{defaultValue:0,title:\"Background Blur\",type:ControlType.Number},rlY55Lm5Z:{defaultValue:false,title:\"Visible\",type:ControlType.Boolean}});addFonts(FramerCZMERk5Po,[{explicitInter:true,fonts:[]},...LogoFonts,...ThatICanFonts,...HamburgerIconFonts,...CTAButtonFonts,...NavItemFonts,...ProductSubMenuFonts,...ResourcesSubMenuFonts,...CaseStudySubMenuFonts,...CompanySubMenuFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerCZMERk5Po\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"61\",\"framerColorSyntax\":\"true\",\"framerVariables\":\"{\\\"BfodAmXqR\\\":\\\"fill\\\",\\\"XyESxkjBL\\\":\\\"dropdownTextColor\\\",\\\"lf1teL_mg\\\":\\\"border\\\",\\\"B79kT47me\\\":\\\"logoVariant\\\",\\\"vjkSMAzhK\\\":\\\"navTitleVisible\\\",\\\"FBrC56guM\\\":\\\"button\\\",\\\"EngRhRPbP\\\":\\\"backgroundBlur\\\",\\\"rlY55Lm5Z\\\":\\\"visible\\\"}\",\"framerIntrinsicWidth\":\"1440\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"BINeeTnnM\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Ea5wbYbzy\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"dkH35hbR_\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"LE5z40rus\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"SB1RjQ42s\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"SHQQYHqDr\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"fTdXXOUFL\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"QDVfpc9O2\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"rp54XG8U5\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./CZMERk5Po.map", "// Generated by Framer (6ca5d98)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addPropertyControls,ControlType,cx,motion,useSVGTemplate,withCSS}from\"framer\";import*as React from\"react\";import{forwardRef}from\"react\";const mask=\"var(--framer-icon-mask)\";const Base=/*#__PURE__*/forwardRef(function(props,ref){return /*#__PURE__*/_jsx(\"svg\",{...props,ref:ref,children:props.children});});const MotionSVG=motion.create(Base);const SVG=/*#__PURE__*/forwardRef((props,ref)=>{const{animated,layoutId,children,...rest}=props;return animated?/*#__PURE__*/_jsx(MotionSVG,{...rest,layoutId:layoutId,ref:ref,children:children}):/*#__PURE__*/_jsx(\"svg\",{...rest,ref:ref,children:children});});const svg='<svg display=\"block\" role=\"presentation\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M 18 0 L 1.5 0 C 0.672 0 0 0.672 0 1.5 L 0 15 C 0 15.828 0.672 16.5 1.5 16.5 L 18 16.5 C 18.828 16.5 19.5 15.828 19.5 15 L 19.5 1.5 C 19.5 0.672 18.828 0 18 0 Z\" fill-opacity=\"var(--1m6trwb, 0)\" fill=\"var(--21h8s6, rgb(0, 0, 0))\" height=\"16.5px\" id=\"CcIDqS4bW\" transform=\"translate(2.25 3.75)\" width=\"19.5px\"/><path d=\"M 0 5.25 L 3.75 9 L 12.75 0\" fill=\"transparent\" height=\"9px\" id=\"txP0X4MiU\" stroke-dasharray=\"\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"var(--pgex8v, 1.5)\" stroke=\"var(--21h8s6, rgb(0, 0, 0))\" transform=\"translate(6 7.5)\" width=\"12.75px\"/></svg>';const getProps=({alpha,color,height,id,width,width1,...props})=>{return{...props,ezTt3ayMo:color??props.ezTt3ayMo??\"rgb(0, 0, 0)\",lschgej4H:width1??props.lschgej4H??1.5,qxTvv_EBh:alpha??props.qxTvv_EBh};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{style,className,layoutId,variant,ezTt3ayMo,lschgej4H,qxTvv_EBh,...restProps}=getProps(props);const href=useSVGTemplate(\"4119102008\",svg);return /*#__PURE__*/_jsx(SVG,{...restProps,className:cx(\"framer-uMwCf\",className),layoutId:layoutId,ref:ref,role:\"presentation\",style:{\"--1m6trwb\":qxTvv_EBh,\"--21h8s6\":ezTt3ayMo,\"--pgex8v\":lschgej4H,...style},viewBox:\"0 0 24 24\",children:/*#__PURE__*/_jsx(\"use\",{href:href})});});const css=[`.framer-uMwCf { -webkit-mask: ${mask}; aspect-ratio: 1; display: block; mask: ${mask}; width: 24px; }`];/**\n * This is a generated Framer component.\n * @framerIntrinsicWidth 24\n * @framerIntrinsicHeight 24\n * @framerSupportedLayoutWidth any-prefer-fixed\n * @framerSupportedLayoutHeight any-prefer-fixed\n * @framerVariables {\"ezTt3ayMo\":\"color\",\"lschgej4H\":\"width1\",\"qxTvv_EBh\":\"alpha\"}\n * @framerImmutableVariables true\n * @framerVector {\"name\":\"Check\",\"color\":{\"type\":\"variable\",\"value\":\"21h8s6\"},\"set\":{\"localId\":\"vectorSet/NGVKdicsm\",\"id\":\"NGVKdicsm\",\"moduleId\":\"omX0gWFPqDwhaiWwf6ab\"}}\n * @framerDisableUnlink true\n */const Icon=withCSS(Component,css,\"framer-uMwCf\");Icon.displayName=\"Check\";export default Icon;addPropertyControls(Icon,{ezTt3ayMo:{defaultValue:\"rgb(0, 0, 0)\",hidden:false,title:\"Color\",type:ControlType.Color},lschgej4H:{defaultValue:1.5,displayStepper:true,hidden:false,max:6,min:0,step:.5,title:\"Width\",type:ControlType.Number},qxTvv_EBh:{defaultValue:0,displayStepper:true,hidden:false,max:1,min:0,step:.1,title:\"Alpha\",type:ControlType.Number}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Icon\",\"slots\":[],\"annotations\":{\"framerVector\":\"{\\\"name\\\":\\\"Check\\\",\\\"color\\\":{\\\"type\\\":\\\"variable\\\",\\\"value\\\":\\\"21h8s6\\\"},\\\"set\\\":{\\\"localId\\\":\\\"vectorSet/NGVKdicsm\\\",\\\"id\\\":\\\"NGVKdicsm\\\",\\\"moduleId\\\":\\\"omX0gWFPqDwhaiWwf6ab\\\"}}\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"ezTt3ayMo\\\":\\\"color\\\",\\\"lschgej4H\\\":\\\"width1\\\",\\\"qxTvv_EBh\\\":\\\"alpha\\\"}\",\"framerSupportedLayoutHeight\":\"any-prefer-fixed\",\"framerIntrinsicWidth\":\"24\",\"framerDisableUnlink\":\"true\",\"framerIntrinsicHeight\":\"24\",\"framerSupportedLayoutWidth\":\"any-prefer-fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (b8d5a97)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Instance,RichText,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import Check from\"https://framerusercontent.com/modules/RvM91VtLIONQCDM2DB6b/hKeTkWbMIpJUeTHgnOG9/rXHCePIVl.js\";import X from\"https://framerusercontent.com/modules/wbL0GysLpUpZOLelXsKU/7IhRlKXIvqCTv7OUjGRe/q95pf4lLL.js\";const MotionDivWithFX=withFX(motion.div);const enabledGestures={myN71ctfd:{hover:true,pressed:true},Q_YFrsLKZ:{hover:true}};const cycleOrder=[\"myN71ctfd\",\"xUFp2IciC\",\"hUtlOaEnd\",\"nPfLlM86I\",\"X3XbQNaL6\",\"Q_YFrsLKZ\"];const serializationHash=\"framer-etDyq\";const variantClassNames={hUtlOaEnd:\"framer-v-1q72qyd\",myN71ctfd:\"framer-v-qnlps0\",nPfLlM86I:\"framer-v-wsjhuj\",Q_YFrsLKZ:\"framer-v-brja36\",X3XbQNaL6:\"framer-v-1usd4j4\",xUFp2IciC:\"framer-v-anae3b\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={delay:0,duration:.2,ease:[.44,0,.56,1],type:\"tween\"};const transition2={delay:0,duration:1,ease:[0,0,1,1],type:\"tween\"};const animation={opacity:1,rotate:360,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 6\":\"Q_YFrsLKZ\",Default:\"myN71ctfd\",Disabled:\"hUtlOaEnd\",Error:\"X3XbQNaL6\",Loading:\"xUFp2IciC\",Success:\"nPfLlM86I\"};const getProps=({height,id,title,width,...props})=>{return{...props,MLCX1gRJa:title??props.MLCX1gRJa??\"Submit\",variant:humanReadableVariantMap[props.variant]??props.variant??\"myN71ctfd\"};};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,MLCX1gRJa,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"myN71ctfd\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(gestureVariant===\"Q_YFrsLKZ-hover\")return true;if(baseVariant===\"Q_YFrsLKZ\")return true;return false;};const isDisplayed1=()=>{if(baseVariant===\"xUFp2IciC\")return true;return false;};const isDisplayed2=()=>{if([\"xUFp2IciC\",\"nPfLlM86I\",\"X3XbQNaL6\"].includes(baseVariant))return false;return true;};const isDisplayed3=()=>{if([\"nPfLlM86I\",\"X3XbQNaL6\"].includes(baseVariant))return true;return false;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.button,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-qnlps0\",className,classNames),\"data-framer-name\":\"Default\",\"data-reset\":\"button\",layoutDependency:layoutDependency,layoutId:\"myN71ctfd\",ref:refBinding,style:{backgroundColor:\"var(--token-3f8e208c-679a-4200-9238-89332fd56275, rgb(255, 255, 255))\",borderBottomLeftRadius:6,borderBottomRightRadius:6,borderTopLeftRadius:6,borderTopRightRadius:6,opacity:1,...style},variants:{\"myN71ctfd-hover\":{backgroundColor:\"rgba(51, 51, 51, 0.85)\",opacity:1},\"myN71ctfd-pressed\":{backgroundColor:\"rgb(51, 51, 51)\",opacity:1},\"Q_YFrsLKZ-hover\":{backgroundColor:\"rgb(204, 204, 204)\"},hUtlOaEnd:{opacity:.5},nPfLlM86I:{opacity:1},Q_YFrsLKZ:{opacity:1},X3XbQNaL6:{backgroundColor:\"rgba(255, 34, 68, 0.15)\",opacity:1}},...addPropertyOverrides({\"myN71ctfd-hover\":{\"data-framer-name\":undefined},\"myN71ctfd-pressed\":{\"data-framer-name\":undefined},\"Q_YFrsLKZ-hover\":{\"data-framer-name\":undefined},hUtlOaEnd:{\"data-framer-name\":\"Disabled\"},nPfLlM86I:{\"data-framer-name\":\"Success\"},Q_YFrsLKZ:{\"data-framer-name\":\"Variant 6\"},X3XbQNaL6:{\"data-framer-name\":\"Error\"},xUFp2IciC:{\"data-framer-name\":\"Loading\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"14px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-0d681fd7-f766-48d2-8c46-b5b443a4fe2b, rgb(26, 29, 32)))\"},children:\"Submit\"})}),className:\"framer-1cpksed\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"PMWoeCV56\",style:{\"--extracted-r6o4lv\":\"var(--token-0d681fd7-f766-48d2-8c46-b5b443a4fe2b, rgb(26, 29, 32))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:MLCX1gRJa,verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-11qyv66\",\"data-framer-name\":\"Spinner\",layoutDependency:layoutDependency,layoutId:\"tarZgALZx\",style:{mask:\"url('https://framerusercontent.com/images/pGiXYozQ3mE4cilNOItfe2L2fUA.svg') alpha no-repeat center / cover add\",WebkitMask:\"url('https://framerusercontent.com/images/pGiXYozQ3mE4cilNOItfe2L2fUA.svg') alpha no-repeat center / cover add\"},children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__loop:animation,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"loop\",__framer__loopTransition:transition2,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-evq9u3\",\"data-framer-name\":\"Conic\",layoutDependency:layoutDependency,layoutId:\"zhFN64Zt1\",style:{background:\"conic-gradient(from 0deg at 50% 50%, rgba(255, 255, 255, 0) 7.208614864864882deg, var(--token-0d681fd7-f766-48d2-8c46-b5b443a4fe2b, rgb(26, 29, 32)) 342deg)\",mask:\"none\",WebkitMask:\"none\"},variants:{xUFp2IciC:{mask:\"url('https://framerusercontent.com/images/pGiXYozQ3mE4cilNOItfe2L2fUA.svg') alpha no-repeat center / cover add\",WebkitMask:\"url('https://framerusercontent.com/images/pGiXYozQ3mE4cilNOItfe2L2fUA.svg') alpha no-repeat center / cover add\"}},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-hbe0zb\",\"data-framer-name\":\"Rounding\",layoutDependency:layoutDependency,layoutId:\"azBEkl8nI\",style:{backgroundColor:\"var(--token-3f8e208c-679a-4200-9238-89332fd56275, rgb(255, 255, 255))\",borderBottomLeftRadius:1,borderBottomRightRadius:1,borderTopLeftRadius:1,borderTopRightRadius:1},transformTemplate:transformTemplate1})})}),isDisplayed2()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1qdnw51\",layoutDependency:layoutDependency,layoutId:\"etM8Jtr5O\",children:/*#__PURE__*/_jsxs(SVG,{className:\"framer-akpmun\",layoutDependency:layoutDependency,layoutId:\"XciT7kugS\",opacity:1,requiresOverflowVisible:true,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 13.333 10\" overflow=\"visible\"><path d=\"M 0 5 L 13.333 5 M 13.333 5 L 8.333 0 M 13.333 5 L 8.333 10\" fill=\"transparent\" stroke-width=\"1.667\" stroke=\"var(--token-0d681fd7-f766-48d2-8c46-b5b443a4fe2b, rgb(26, 29, 32)) /* {&quot;name&quot;:&quot;#1A1D20&quot;} */\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></svg>',withExternalLayout:true,...addPropertyOverrides({\"myN71ctfd-hover\":{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 13.333 10\" overflow=\"visible\"><path d=\"M 0 5 L 13.333 5 M 13.333 5 L 8.333 0 M 13.333 5 L 8.333 10\" fill=\"transparent\" stroke-width=\"1.667\" stroke=\"var(--token-3f8e208c-679a-4200-9238-89332fd56275, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;#FFFFFF&quot;} */\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></svg>'},\"myN71ctfd-pressed\":{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 13.333 10\" overflow=\"visible\"><path d=\"M 0 5 L 13.333 5 M 13.333 5 L 8.333 0 M 13.333 5 L 8.333 10\" fill=\"transparent\" stroke-width=\"1.667\" stroke=\"var(--token-3f8e208c-679a-4200-9238-89332fd56275, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;#FFFFFF&quot;} */\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></svg>'}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1z0gdf0\",layoutDependency:layoutDependency,layoutId:\"NFLBrNjFD\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 13.333 1\" overflow=\"visible\"><path d=\"M 0 0 L 13.333 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-839j4c\",layoutDependency:layoutDependency,layoutId:\"YKUq3nz0h\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 5 5\" overflow=\"visible\"><path d=\"M 5 5 L 0 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-p0eizc\",layoutDependency:layoutDependency,layoutId:\"cSF0hCR8a\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 5 5\" overflow=\"visible\"><path d=\"M 5 0 L 0 5\" fill=\"transparent\"></path></svg>',withExternalLayout:true})]})}),isDisplayed3()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1jc90ps\",layoutDependency:layoutDependency,layoutId:\"XURzzYWbi\",children:/*#__PURE__*/_jsx(Instance,{animated:true,className:\"framer-dn4zri\",Component:Check,layoutDependency:layoutDependency,layoutId:\"V66kj6UmB\",style:{\"--1m6trwb\":0,\"--21h8s6\":\"var(--token-0d681fd7-f766-48d2-8c46-b5b443a4fe2b, rgb(26, 29, 32))\",\"--pgex8v\":2},variants:{X3XbQNaL6:{\"--21h8s6\":\"var(--token-b20e087f-9ab3-4f40-ae10-2dba2b4c4c01, rgb(180, 35, 24))\"}},...addPropertyOverrides({X3XbQNaL6:{Component:X}},baseVariant,gestureVariant)})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-etDyq.framer-tsxr1x, .framer-etDyq .framer-tsxr1x { display: block; }\",\".framer-etDyq.framer-qnlps0 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: center; overflow: visible; padding: 7px; position: relative; width: min-content; }\",\".framer-etDyq .framer-1cpksed { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-etDyq .framer-11qyv66 { aspect-ratio: 1 / 1; flex: none; gap: 10px; height: var(--framer-aspect-ratio-supported, 20px); overflow: hidden; position: relative; width: 20px; }\",\".framer-etDyq .framer-evq9u3 { bottom: 0px; flex: none; left: 0px; overflow: visible; position: absolute; right: 0px; top: 0px; }\",\".framer-etDyq .framer-hbe0zb { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 2px); left: 50%; overflow: visible; position: absolute; top: 0px; width: 2px; }\",\".framer-etDyq .framer-1qdnw51, .framer-etDyq .framer-1jc90ps { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 20px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 20px; }\",\".framer-etDyq .framer-akpmun { height: 10px; position: relative; width: 14px; }\",\".framer-etDyq .framer-1z0gdf0 { height: 1px; left: 0px; position: absolute; top: 5px; width: 14px; }\",\".framer-etDyq .framer-839j4c { height: 5px; left: 9px; position: absolute; top: 0px; width: 5px; }\",\".framer-etDyq .framer-p0eizc { height: 5px; left: 9px; position: absolute; top: 5px; width: 5px; }\",\".framer-etDyq .framer-dn4zri { flex: none; height: var(--framer-aspect-ratio-supported, 24px); position: relative; width: 20px; }\",\".framer-etDyq.framer-v-anae3b.framer-qnlps0, .framer-etDyq.framer-v-1q72qyd.framer-qnlps0, .framer-etDyq.framer-v-wsjhuj.framer-qnlps0, .framer-etDyq.framer-v-1usd4j4.framer-qnlps0 { cursor: unset; }\",\".framer-etDyq.framer-v-anae3b .framer-evq9u3 { overflow: hidden; }\",\".framer-etDyq.framer-v-wsjhuj .framer-dn4zri, .framer-etDyq.framer-v-1usd4j4 .framer-dn4zri { height: var(--framer-aspect-ratio-supported, 20px); }\",\".framer-etDyq.framer-v-brja36 .framer-1qdnw51 { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 20px); }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 34\n * @framerIntrinsicWidth 34\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"xUFp2IciC\":{\"layout\":[\"auto\",\"auto\"]},\"hUtlOaEnd\":{\"layout\":[\"auto\",\"auto\"]},\"nPfLlM86I\":{\"layout\":[\"auto\",\"auto\"]},\"X3XbQNaL6\":{\"layout\":[\"auto\",\"auto\"]},\"Q_YFrsLKZ\":{\"layout\":[\"auto\",\"auto\"]},\"qzfTMgKSs\":{\"layout\":[\"auto\",\"auto\"]},\"TmZsTVD0g\":{\"layout\":[\"auto\",\"auto\"]},\"Jri8bMHU3\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"MLCX1gRJa\":\"title\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerFFJrt7WaY=withCSS(Component,css,\"framer-etDyq\");export default FramerFFJrt7WaY;FramerFFJrt7WaY.displayName=\"Footer newsletter button\";FramerFFJrt7WaY.defaultProps={height:34,width:34};addPropertyControls(FramerFFJrt7WaY,{variant:{options:[\"myN71ctfd\",\"xUFp2IciC\",\"hUtlOaEnd\",\"nPfLlM86I\",\"X3XbQNaL6\",\"Q_YFrsLKZ\"],optionTitles:[\"Default\",\"Loading\",\"Disabled\",\"Success\",\"Error\",\"Variant 6\"],title:\"Variant\",type:ControlType.Enum},MLCX1gRJa:{defaultValue:\"Submit\",displayTextArea:false,title:\"Title\",type:ControlType.String}});addFonts(FramerFFJrt7WaY,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerFFJrt7WaY\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerVariables\":\"{\\\"MLCX1gRJa\\\":\\\"title\\\"}\",\"framerDisplayContentsDiv\":\"false\",\"framerColorSyntax\":\"true\",\"framerIntrinsicWidth\":\"34\",\"framerIntrinsicHeight\":\"34\",\"framerAutoSizeImages\":\"true\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"xUFp2IciC\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"hUtlOaEnd\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"nPfLlM86I\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"X3XbQNaL6\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"Q_YFrsLKZ\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"qzfTMgKSs\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"TmZsTVD0g\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"Jri8bMHU3\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./FFJrt7WaY.map"],
  "mappings": "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",
  "names": ["ThatICan", "props", "isActive", "blockBodyScroll", "blockHtmlScroll", "originalBodyOverflow", "setOriginalBodyOverflow", "ye", "originalHtmlOverflow", "setOriginalHtmlOverflow", "originalBodyPosition", "setOriginalBodyPosition", "scrollY", "setScrollY", "ue", "window", "currentScrollY", "Z", "p", "addPropertyControls", "ControlType", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "click", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "STFq9yulg", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1h59hww", "args", "scopingClassNames", "cx", "LayoutGroup", "u", "css", "FramerZ26OhWmFd", "withCSS", "Z26OhWmFd_default", "addPropertyControls", "ControlType", "addFonts", "enabledGestures", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "toResponsiveImage", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "click", "description", "height", "icon", "id", "link", "title", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "xQfpVATpK", "O2OsbC9Oi", "GEUV1tRmv", "eprv9NfBY", "q1vLYMeNZ", "mj8Encmj5", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1pekvqk", "args", "scopingClassNames", "cx", "LayoutGroup", "Link", "u", "Image2", "getLoadingLazyAtYPosition", "RichText", "css", "FramerNtFZ4Jwun", "withCSS", "NtFZ4Jwun_default", "addPropertyControls", "ControlType", "variationAxes", "addFonts", "getFontsFromSharedStyle", "fonts", "TertiaryButtonFonts", "getFonts", "VptRTbFaF_default", "serializationHash", "variantClassNames", "radiusForCorner", "value", "cornerIndex", "segments", "transition1", "toResponsiveImage", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "fill", "height", "id", "image", "link", "radius", "text", "title", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "ecljk7nBu", "uPnuxMQaM", "TcCNlXswk", "DTZkMuiZ5", "ttIaybk2q", "WdKa73am3", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "scopingClassNames", "cx", "serializationHash", "LayoutGroup", "u", "Link", "Image2", "getLoadingLazyAtYPosition", "RichText", "ComponentViewportProvider", "SmartComponentScopedContainer", "VptRTbFaF_default", "css", "FramerXqzz_oSpb", "withCSS", "Xqzz_oSpb_default", "addPropertyControls", "ControlType", "addFonts", "TertiaryButtonFonts", "HamburgerIconFonts", "getFonts", "Z26OhWmFd_default", "MegaMeuItemFonts", "NtFZ4Jwun_default", "NavItemCardFonts", "Xqzz_oSpb_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "addImageAlt", "image", "alt", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "back", "close", "cut", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "yRbryjRrD", "Aa07WMphY", "harJ_881W", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1i8s808", "args", "STFq9yulg1yctl6e", "q1vLYMeNZfhxyn", "onTapfhxyn", "scopingClassNames", "cx", "isDisplayed", "router", "useRouter", "LayoutGroup", "u", "SVG", "RichText", "ComponentViewportProvider", "SmartComponentScopedContainer", "ResolveLinks", "resolvedLinks", "resolvedLinks1", "resolvedLinks2", "resolvedLinks3", "resolvedLinks4", "resolvedLinks5", "resolvedLinks6", "css", "FramerCQ8AZ59Uk", "withCSS", "CQ8AZ59Uk_default", "addPropertyControls", "ControlType", "variationAxes", "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", "click", "color", "dropDown", "height", "hover", "id", "link", "title", "whiteArrowVisible", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "SrbNWfDRI", "AbycVm8Qu", "qBgx8gErs", "FApx0Pqp7", "VHR_2hrjm", "fVaVAiabm", "hPKn8Xnzz", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapv36zrd", "args", "onMouseEntermvawco", "scopingClassNames", "cx", "LayoutGroup", "Link", "u", "RichText", "Image2", "getLoadingLazyAtYPosition", "css", "FramerEoH2XiQIr", "withCSS", "EoH2XiQIr_default", "addPropertyControls", "ControlType", "variationAxes", "addFonts", "HamburgerIconFonts", "getFonts", "Z26OhWmFd_default", "MegaMeuItemFonts", "NtFZ4Jwun_default", "NavItemCardFonts", "Xqzz_oSpb_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "addImageAlt", "image", "alt", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "back", "close", "cut", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "yRbryjRrD", "Aa07WMphY", "RDfXZXluz", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1i8s808", "args", "STFq9yulg1yctl6e", "q1vLYMeNZk0rojc", "onTapk0rojc", "scopingClassNames", "cx", "isDisplayed", "router", "useRouter", "LayoutGroup", "u", "SVG", "RichText", "ComponentViewportProvider", "SmartComponentScopedContainer", "ResolveLinks", "resolvedLinks", "resolvedLinks1", "resolvedLinks2", "css", "FramerH21CAP7ZK", "withCSS", "H21CAP7ZK_default", "addPropertyControls", "ControlType", "variationAxes", "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", "click", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "STFq9yulg", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1h59hww", "args", "scopingClassNames", "cx", "LayoutGroup", "u", "css", "FramerlYiAKoZeB", "withCSS", "lYiAKoZeB_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", "newTab", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "xb916eigK", "ueBOaEtpn", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "LayoutGroup", "Link", "Image2", "getLoadingLazyAtYPosition", "css", "FramerPs0ZGEmYq", "withCSS", "Ps0ZGEmYq_default", "addPropertyControls", "ControlType", "addFonts", "HamburgerIconFonts", "getFonts", "Z26OhWmFd_default", "MegaMeuItemFonts", "NtFZ4Jwun_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "addImageAlt", "image", "alt", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "back", "close", "cut", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "yRbryjRrD", "Aa07WMphY", "pWIbyA6pV", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1i8s808", "args", "STFq9yulg1yctl6e", "q1vLYMeNZ122qabs", "scopingClassNames", "cx", "isDisplayed", "router", "useRouter", "LayoutGroup", "u", "SVG", "RichText", "ComponentViewportProvider", "SmartComponentScopedContainer", "ResolveLinks", "resolvedLinks", "resolvedLinks1", "resolvedLinks2", "css", "FramerW64TOpngP", "withCSS", "W64TOpngP_default", "addPropertyControls", "ControlType", "variationAxes", "addFonts", "HamburgerIconFonts", "getFonts", "Z26OhWmFd_default", "MegaMeuItemFonts", "NtFZ4Jwun_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "addImageAlt", "image", "alt", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "back", "close", "cut", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "yRbryjRrD", "Aa07WMphY", "PqdslW37r", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1i8s808", "args", "STFq9yulg1yctl6e", "q1vLYMeNZ6i1uwi", "scopingClassNames", "cx", "isDisplayed", "router", "useRouter", "LayoutGroup", "u", "SVG", "RichText", "ComponentViewportProvider", "SmartComponentScopedContainer", "ResolveLinks", "resolvedLinks", "resolvedLinks1", "resolvedLinks2", "resolvedLinks3", "resolvedLinks4", "resolvedLinks5", "resolvedLinks6", "resolvedLinks7", "resolvedLinks8", "resolvedLinks9", "css", "FramerzsUIG5xyj", "withCSS", "zsUIG5xyj_default", "addPropertyControls", "ControlType", "variationAxes", "addFonts", "LogoFonts", "getFonts", "Ps0ZGEmYq_default", "ThatICanFonts", "ThatICan", "HamburgerIconFonts", "lYiAKoZeB_default", "CTAButtonFonts", "DEImcJ6hp_default", "NavItemFonts", "EoH2XiQIr_default", "ProductSubMenuFonts", "zsUIG5xyj_default", "MotionDivWithFX", "withFX", "motion", "ResourcesSubMenuFonts", "CQ8AZ59Uk_default", "CaseStudySubMenuFonts", "H21CAP7ZK_default", "CompanySubMenuFonts", "W64TOpngP_default", "LogoControls", "getPropertyControls", "CTAButtonControls", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "animation", "animation1", "animation2", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "Transition", "value", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableEnumMap", "humanReadableEnumMap1", "humanReadableVariantMap", "getProps", "backgroundBlur", "border", "button", "dropdownTextColor", "fill", "height", "id", "logoVariant", "navTitleVisible", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "BfodAmXqR", "XyESxkjBL", "lf1teL_mg", "B79kT47me", "vjkSMAzhK", "FBrC56guM", "EngRhRPbP", "rlY55Lm5Z", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "STFq9yulgsn6k2a", "args", "STFq9yulgm15uf8", "qBgx8gErstxyyif", "overlay", "loadMore", "FApx0Pqp717quwke", "PqdslW37r1wnntms", "FApx0Pqp7o5oid4", "harJ_881W1wnntms", "FApx0Pqp71ekboxu", "RDfXZXluz1wnntms", "FApx0Pqp7sn6k2a", "FApx0Pqp7x333w3", "pWIbyA6pV1wnntms", "yRbryjRrDm15uf8", "Aa07WMphYsn6k2a", "PqdslW37rsn6k2a", "harJ_881Wsn6k2a", "RDfXZXluzsn6k2a", "pWIbyA6pVsn6k2a", "scopingClassNames", "cx", "router", "useRouter", "isDisplayed", "isDisplayed1", "isDisplayed2", "ref1", "isDisplayed3", "ref2", "ref3", "ref4", "ref5", "ref6", "ref7", "ref8", "isDisplayed4", "LayoutGroup", "u", "ResolveLinks", "resolvedLinks", "ComponentViewportProvider", "SmartComponentScopedContainer", "resolvedLinks1", "l", "AnimatePresence", "Floating", "overlay1", "overlay2", "resolvedLinks2", "overlay3", "resolvedLinks3", "css", "FramerCZMERk5Po", "withCSS", "CZMERk5Po_default", "addPropertyControls", "ControlType", "addFonts", "mask", "Base", "Y", "props", "ref", "p", "MotionSVG", "motion", "SVG", "animated", "layoutId", "children", "rest", "svg", "getProps", "alpha", "color", "height", "id", "width", "width1", "Component", "style", "className", "variant", "ezTt3ayMo", "lschgej4H", "qxTvv_EBh", "restProps", "href", "useSVGTemplate", "cx", "css", "Icon", "withCSS", "rXHCePIVl_default", "addPropertyControls", "ControlType", "MotionDivWithFX", "withFX", "motion", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "animation", "transformTemplate1", "_", "t", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "height", "id", "title", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "MLCX1gRJa", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "LayoutGroup", "u", "RichText", "SVG", "Instance", "rXHCePIVl_default", "q95pf4lLL_default", "css", "FramerFFJrt7WaY", "withCSS", "FFJrt7WaY_default", "addPropertyControls", "ControlType", "addFonts"]
}
