{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/lkwOGy7UO1CfMkl0qOO9/PCxHDUII9wkSvT1HNoXP/xY4N8Ppmc.js", "ssg:https://framerusercontent.com/modules/ly8dGIe805KIYW8AWOzJ/qHsIf8Dx9esZgBqO1dnA/xY4N8Ppmc.js"],
  "sourcesContent": ["// Generated by Framer (c56cc2c)\nimport{LazyValue}from\"framer\";const valuesByLocaleId={bwKoEFRXS:new LazyValue(()=>import(\"./xY4N8Ppmc-2.js\")),DFeoO1HGR:new LazyValue(()=>import(\"./xY4N8Ppmc-1.js\")),lMipNK6SL:new LazyValue(()=>import(\"./xY4N8Ppmc-0.js\"))};export default function getLocalizedValue(key,locale){while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values.read()[key];if(value)return value;}locale=locale.fallback;}}function preload(locale){const promises=[];while(locale){const values=valuesByLocaleId[locale.id];if(values){const promise=values.preload();if(promise)promises.push(promise);}locale=locale.fallback;}if(promises.length>0)return Promise.all(promises);}export function usePreloadLocalizedValues(locale){const preloadPromise=preload(locale);if(preloadPromise)throw preloadPromise;}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"usePreloadLocalizedValues\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (c56cc2c)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,PropertyOverrides,ResolveLinks,RichText,useCustomCursors,useHydratedBreakpointVariants,useLocaleInfo,useRouter,withCSS,withFX}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import Subscribe from\"#framer/local/canvasComponent/aYzUa813B/aYzUa813B.js\";import HeaderHeaderHover from\"#framer/local/canvasComponent/nQD_4cBVr/nQD_4cBVr.js\";import ButtonGhostButton from\"#framer/local/canvasComponent/PUnlW1X7p/PUnlW1X7p.js\";import FooterRealWear from\"#framer/local/canvasComponent/q4c6Ny6bK/q4c6Ny6bK.js\";import*as sharedStyle from\"#framer/local/css/YAP816Y5n/YAP816Y5n.js\";import getLocalizedValue,{usePreloadLocalizedValues}from\"#framer/local/localization/xY4N8Ppmc/xY4N8Ppmc.js\";import metadataProvider from\"#framer/local/webPageMetadata/xY4N8Ppmc/xY4N8Ppmc.js\";const HeaderHeaderHoverFonts=getFonts(HeaderHeaderHover);const RichTextWithFX=withFX(RichText);const ButtonGhostButtonFonts=getFonts(ButtonGhostButton);const SubscribeFonts=getFonts(Subscribe);const FooterRealWearFonts=getFonts(FooterRealWear);const breakpoints={gKGRZh9q5:\"(min-width: 810px) and (max-width: 1199px)\",HSCoBSDSD:\"(max-width: 809px)\",q6noaWw_r:\"(min-width: 1200px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-l5vti\";const variantClassNames={gKGRZh9q5:\"framer-v-dtegb2\",HSCoBSDSD:\"framer-v-lf9xab\",q6noaWw_r:\"framer-v-y6gju8\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.5,skewX:0,skewY:0,transformPerspective:1200,x:0,y:30};const transition1={delay:0,duration:.3,ease:[.44,0,.56,1],type:\"tween\"};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.5,skewX:0,skewY:0,transformPerspective:1200,transition:transition1,x:0,y:30};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:50};const transition2={delay:.1,duration:.3,ease:[.44,0,.56,1],type:\"tween\"};const animation3={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition2,x:0,y:50};const metadata=metadataProvider();const humanReadableVariantMap={Desktop:\"q6noaWw_r\",Phone:\"HSCoBSDSD\",Tablet:\"gKGRZh9q5\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"q6noaWw_r\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useEffect(()=>{const metadata1=metadataProvider(undefined,activeLocale);if(metadata1.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata1.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata1.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata1=metadataProvider(undefined,activeLocale);document.title=metadata1.title||\"\";if(metadata1.viewport){var _document_querySelector;(_document_querySelector=document.querySelector('meta[name=\"viewport\"]'))===null||_document_querySelector===void 0?void 0:_document_querySelector.setAttribute(\"content\",metadata1.viewport);}const bodyCls=metadata1.bodyClassName;if(bodyCls){const body=document.body;body.classList.forEach(c=>c.startsWith(\"framer-body-\")&&body.classList.remove(c));body.classList.add(`${metadata1.bodyClassName}-framer-l5vti`);}return()=>{if(bodyCls)document.body.classList.remove(`${metadata1.bodyClassName}-framer-l5vti`);};},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const ref1=React.useRef(null);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"gKGRZh9q5\")return true;return false;};usePreloadLocalizedValues(activeLocale);const isDisplayed1=()=>{if(!isBrowser())return true;if([\"gKGRZh9q5\",\"HSCoBSDSD\"].includes(baseVariant))return false;return true;};const router=useRouter();const isDisplayed2=()=>{if(!isBrowser())return true;if(baseVariant===\"HSCoBSDSD\")return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];useCustomCursors({});var _getLocalizedValue,_getLocalizedValue1,_getLocalizedValue2,_getLocalizedValue3,_getLocalizedValue4,_getLocalizedValue5,_getLocalizedValue6,_getLocalizedValue7,_getLocalizedValue8,_getLocalizedValue9,_getLocalizedValue10,_getLocalizedValue11,_getLocalizedValue12,_getLocalizedValue13,_getLocalizedValue14,_getLocalizedValue15,_getLocalizedValue16,_getLocalizedValue17,_getLocalizedValue18,_getLocalizedValue19,_getLocalizedValue20,_getLocalizedValue21,_getLocalizedValue22,_getLocalizedValue23,_getLocalizedValue24,_getLocalizedValue25,_getLocalizedValue26,_getLocalizedValue27,_getLocalizedValue28,_getLocalizedValue29,_getLocalizedValue30,_getLocalizedValue31;return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"q6noaWw_r\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:[/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-y6gju8\",className),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:83,width:\"100vw\",y:0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-7jgwm3-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gKGRZh9q5:{variant:\"IA9Fdkgb6\"},HSCoBSDSD:{variant:\"aWOwyEqC7\"}},children:/*#__PURE__*/_jsx(HeaderHeaderHover,{height:\"100%\",id:\"xvdThGS7X\",layoutId:\"xvdThGS7X\",style:{width:\"100%\"},variant:\"SQvN03Y5C\",width:\"100%\"})})})}),isDisplayed()&&/*#__PURE__*/_jsx(\"section\",{className:\"framer-1hfr5ge hidden-y6gju8 hidden-lf9xab\",\"data-framer-name\":\"Grid A\",name:\"Grid A\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-11ow4ik\",\"data-framer-name\":\"Container\",name:\"Container\",children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:(_getLocalizedValue=getLocalizedValue(\"v0\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-3nqyhf\",\"data-styles-preset\":\"YAP816Y5n\",style:{\"--framer-text-alignment\":\"center\"},children:\"Industry Solutions\"}),/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-3nqyhf\",\"data-styles-preset\":\"YAP816Y5n\",style:{\"--framer-text-alignment\":\"center\"},children:\"when performance really matters\"})]}),className:\"framer-kq75tm\",\"data-framer-name\":\"Heading\",fonts:[\"Inter\"],name:\"Heading\",style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:(_getLocalizedValue1=getLocalizedValue(\"v1\",activeLocale))!==null&&_getLocalizedValue1!==void 0?_getLocalizedValue1:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-e2d5906a-217e-4692-88f1-069c7ccee5fd, rgb(21, 21, 21))\"},children:\"Frontline tasks can be made safer and more efficient through RealWear's connected worker solutions. From the floor of a fast-paced warehouses to the heights of wind turbines, our assisted reality devices are designed to help workers stay productive and better aware of the hazards that surround them.\"})}),className:\"framer-11pyv57\",\"data-framer-name\":\"Text\",fonts:[\"GF;Roboto-regular\"],name:\"Text\",style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})]})}),isDisplayed1()&&/*#__PURE__*/_jsx(\"section\",{className:\"framer-t3yzgk hidden-dtegb2 hidden-lf9xab\",\"data-framer-name\":\"Grid A\",name:\"Grid A\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1kwp0zi\",\"data-framer-name\":\"Container\",name:\"Container\",children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:(_getLocalizedValue2=getLocalizedValue(\"v2\",activeLocale))!==null&&_getLocalizedValue2!==void 0?_getLocalizedValue2:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTcwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"64px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-1px\",\"--framer-line-height\":\"110%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-e2d5906a-217e-4692-88f1-069c7ccee5fd, rgb(21, 21, 21))\"},children:\"Industry Solutions\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTcwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"64px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-1px\",\"--framer-line-height\":\"110%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-e2d5906a-217e-4692-88f1-069c7ccee5fd, rgb(21, 21, 21))\"},children:\"when performance really matters\"})]}),className:\"framer-1xewp0z\",\"data-framer-name\":\"Heading\",fonts:[\"GF;Roboto-700\"],name:\"Heading\",style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-17q5ypo\",\"data-framer-name\":\"Features T\",name:\"Features T\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1xw59wz\",\"data-framer-name\":\"Container\",name:\"Container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-12rmrbj\",\"data-framer-name\":\"Row\",name:\"Row\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-17m30dw\",\"data-border\":true,\"data-framer-name\":\"Column\",name:\"Column\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-tojo1f\",\"data-framer-name\":\"Content\",name:\"Content\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gKGRZh9q5:{children:(_getLocalizedValue3=getLocalizedValue(\"v4\",activeLocale))!==null&&_getLocalizedValue3!==void 0?_getLocalizedValue3:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTUwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.3em\",\"--framer-text-color\":\"var(--token-e2d5906a-217e-4692-88f1-069c7ccee5fd, rgb(255, 255, 255))\"},children:\"Automotive\"})})},HSCoBSDSD:{children:(_getLocalizedValue4=getLocalizedValue(\"v4\",activeLocale))!==null&&_getLocalizedValue4!==void 0?_getLocalizedValue4:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTUwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.3em\",\"--framer-text-color\":\"var(--token-e2d5906a-217e-4692-88f1-069c7ccee5fd, rgb(255, 255, 255))\"},children:\"Automotive\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue5=getLocalizedValue(\"v3\",activeLocale))!==null&&_getLocalizedValue5!==void 0?_getLocalizedValue5:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTUwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.3em\",\"--framer-text-color\":\"var(--token-e2d5906a-217e-4692-88f1-069c7ccee5fd, rgb(255, 255, 255))\"},children:\"Automotive\"})}),className:\"framer-rrm0v5\",\"data-framer-name\":\"Heading\",fonts:[\"GF;Roboto-500\"],name:\"Heading\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue6=getLocalizedValue(\"v5\",activeLocale))!==null&&_getLocalizedValue6!==void 0?_getLocalizedValue6:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"ul\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-line-height\":\"1.6em\",\"--framer-text-color\":\"var(--token-e2d5906a-217e-4692-88f1-069c7ccee5fd, rgb(21, 21, 21))\"},children:[/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"Remote Inspection & Maintenance\"})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"Diagnostic Inspection\"})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"Deployed to over 5000 workshops globally\"})})]})}),className:\"framer-1ratzbn\",\"data-framer-name\":\"Text\",fonts:[\"GF;Roboto-regular\"],name:\"Text\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"k6XBLHHDD\"},implicitPathVariables:undefined},{href:{webPageId:\"k6XBLHHDD\"},implicitPathVariables:undefined},{href:{webPageId:\"k6XBLHHDD\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/{var _getLocalizedValue;return _jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gKGRZh9q5:{y:1378.8},HSCoBSDSD:{y:1327.8}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:30,y:1509,children:/*#__PURE__*/_jsx(Container,{className:\"framer-y8nyd4-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gKGRZh9q5:{xeN6X3DVe:resolvedLinks[1]},HSCoBSDSD:{xeN6X3DVe:resolvedLinks[2]}},children:/*#__PURE__*/_jsx(ButtonGhostButton,{height:\"100%\",id:\"UDuwkQNLZ\",layoutId:\"UDuwkQNLZ\",U5vFOHa8p:(_getLocalizedValue=getLocalizedValue(\"v6\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:\"Find out more\",variant:\"VKDzMhafj\",width:\"100%\",xeN6X3DVe:resolvedLinks[0]})})})})});}})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gKGRZh9q5:{background:{alt:\"Automotive Smart Glasses\",fit:\"fill\",intrinsicHeight:1067,intrinsicWidth:1600,loading:getLoadingLazyAtYPosition(564.8),pixelHeight:1067,pixelWidth:1600,positionX:\"left\",positionY:\"center\",sizes:\"calc(max((max(100vw, 1px) - 110px) / 2, 1px) - 40px)\",src:\"https://framerusercontent.com/images/a9uLhSvsuepBzaiTjZ8l8iuHN90.jpg\",srcSet:\"https://framerusercontent.com/images/a9uLhSvsuepBzaiTjZ8l8iuHN90.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/a9uLhSvsuepBzaiTjZ8l8iuHN90.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/a9uLhSvsuepBzaiTjZ8l8iuHN90.jpg 1600w\"}},HSCoBSDSD:{background:{alt:\"Automotive Smart Glasses\",fit:\"fill\",intrinsicHeight:1067,intrinsicWidth:1600,loading:getLoadingLazyAtYPosition(523.8),pixelHeight:1067,pixelWidth:1600,positionX:\"left\",positionY:\"center\",sizes:\"calc(100vw - 80px)\",src:\"https://framerusercontent.com/images/a9uLhSvsuepBzaiTjZ8l8iuHN90.jpg\",srcSet:\"https://framerusercontent.com/images/a9uLhSvsuepBzaiTjZ8l8iuHN90.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/a9uLhSvsuepBzaiTjZ8l8iuHN90.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/a9uLhSvsuepBzaiTjZ8l8iuHN90.jpg 1600w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"Automotive Smart Glasses\",fit:\"fill\",intrinsicHeight:1067,intrinsicWidth:1600,loading:getLoadingLazyAtYPosition(1119),pixelHeight:1067,pixelWidth:1600,positionX:\"left\",positionY:\"center\",sizes:\"240px\",src:\"https://framerusercontent.com/images/a9uLhSvsuepBzaiTjZ8l8iuHN90.jpg\",srcSet:\"https://framerusercontent.com/images/a9uLhSvsuepBzaiTjZ8l8iuHN90.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/a9uLhSvsuepBzaiTjZ8l8iuHN90.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/a9uLhSvsuepBzaiTjZ8l8iuHN90.jpg 1600w\"},className:\"framer-4w4uxa\",\"data-framer-name\":\"image_square\",name:\"image_square\"})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-2i4bsm\",\"data-border\":true,\"data-framer-name\":\"Column\",name:\"Column\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-lf0ia3\",\"data-framer-name\":\"Content\",name:\"Content\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gKGRZh9q5:{children:(_getLocalizedValue7=getLocalizedValue(\"v8\",activeLocale))!==null&&_getLocalizedValue7!==void 0?_getLocalizedValue7:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTUwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.3em\",\"--framer-text-color\":\"var(--token-e2d5906a-217e-4692-88f1-069c7ccee5fd, rgb(255, 255, 255))\"},children:\"Mining, Oil & Gas\"})})},HSCoBSDSD:{children:(_getLocalizedValue8=getLocalizedValue(\"v8\",activeLocale))!==null&&_getLocalizedValue8!==void 0?_getLocalizedValue8:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTUwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.3em\",\"--framer-text-color\":\"var(--token-e2d5906a-217e-4692-88f1-069c7ccee5fd, rgb(255, 255, 255))\"},children:\"Mining, Oil & Gas\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue9=getLocalizedValue(\"v7\",activeLocale))!==null&&_getLocalizedValue9!==void 0?_getLocalizedValue9:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTUwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.3em\",\"--framer-text-color\":\"var(--token-e2d5906a-217e-4692-88f1-069c7ccee5fd, rgb(255, 255, 255))\"},children:\"Mining, Oil & Gas\"})}),className:\"framer-1ae1z9e\",\"data-framer-name\":\"Heading\",fonts:[\"GF;Roboto-500\"],name:\"Heading\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue10=getLocalizedValue(\"v9\",activeLocale))!==null&&_getLocalizedValue10!==void 0?_getLocalizedValue10:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"ul\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-line-height\":\"1.6em\",\"--framer-text-color\":\"var(--token-e2d5906a-217e-4692-88f1-069c7ccee5fd, rgb(21, 21, 21))\"},children:[/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"Safety checks\"})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"Equipment maintenance\"})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"Remote assist\"})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"ATEX Zone 1 Certified\"})})]})}),className:\"framer-1b5qqw2\",\"data-framer-name\":\"Text\",fonts:[\"GF;Roboto-regular\"],name:\"Text\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"AB9wZxW0m\"},implicitPathVariables:undefined},{href:{webPageId:\"AB9wZxW0m\"},implicitPathVariables:undefined},{href:{webPageId:\"AB9wZxW0m\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/{var _getLocalizedValue;return _jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gKGRZh9q5:{y:1506.8},HSCoBSDSD:{y:2349.8}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:30,y:1637,children:/*#__PURE__*/_jsx(Container,{className:\"framer-e9t6ql-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gKGRZh9q5:{xeN6X3DVe:resolvedLinks1[1]},HSCoBSDSD:{xeN6X3DVe:resolvedLinks1[2]}},children:/*#__PURE__*/_jsx(ButtonGhostButton,{height:\"100%\",id:\"ujSyLZFe_\",layoutId:\"ujSyLZFe_\",U5vFOHa8p:(_getLocalizedValue=getLocalizedValue(\"v6\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:\"Find out more\",variant:\"VKDzMhafj\",width:\"100%\",xeN6X3DVe:resolvedLinks1[0]})})})})});}})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gKGRZh9q5:{background:{alt:\"Oil & Gas Smart Glasses\",fit:\"fill\",intrinsicHeight:800,intrinsicWidth:1200,loading:getLoadingLazyAtYPosition(564.8),pixelHeight:800,pixelWidth:1200,positionX:\"left\",positionY:\"center\",sizes:\"calc(max((max(100vw, 1px) - 110px) / 2, 1px) - 40px)\",src:\"https://framerusercontent.com/images/e4ybvvf11WkQ9KK9UP24DUoV64.png\",srcSet:\"https://framerusercontent.com/images/e4ybvvf11WkQ9KK9UP24DUoV64.png?scale-down-to=512 512w,https://framerusercontent.com/images/e4ybvvf11WkQ9KK9UP24DUoV64.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/e4ybvvf11WkQ9KK9UP24DUoV64.png 1200w\"}},HSCoBSDSD:{background:{alt:\"Oil & Gas Smart Glasses\",fit:\"fill\",intrinsicHeight:800,intrinsicWidth:1200,loading:getLoadingLazyAtYPosition(1417.8),pixelHeight:800,pixelWidth:1200,positionX:\"left\",positionY:\"center\",sizes:\"calc(100vw - 80px)\",src:\"https://framerusercontent.com/images/e4ybvvf11WkQ9KK9UP24DUoV64.png\",srcSet:\"https://framerusercontent.com/images/e4ybvvf11WkQ9KK9UP24DUoV64.png?scale-down-to=512 512w,https://framerusercontent.com/images/e4ybvvf11WkQ9KK9UP24DUoV64.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/e4ybvvf11WkQ9KK9UP24DUoV64.png 1200w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"Oil & Gas Smart Glasses\",fit:\"fill\",intrinsicHeight:800,intrinsicWidth:1200,loading:getLoadingLazyAtYPosition(1183),pixelHeight:800,pixelWidth:1200,positionX:\"left\",positionY:\"center\",sizes:\"240px\",src:\"https://framerusercontent.com/images/e4ybvvf11WkQ9KK9UP24DUoV64.png\",srcSet:\"https://framerusercontent.com/images/e4ybvvf11WkQ9KK9UP24DUoV64.png?scale-down-to=512 512w,https://framerusercontent.com/images/e4ybvvf11WkQ9KK9UP24DUoV64.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/e4ybvvf11WkQ9KK9UP24DUoV64.png 1200w\"},className:\"framer-1w5gs99\",\"data-framer-name\":\"image_square\",name:\"image_square\"})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ac7pif\",\"data-framer-name\":\"Row\",name:\"Row\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1qezs1t\",\"data-border\":true,\"data-framer-name\":\"Column\",name:\"Column\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1lvcdu7\",\"data-framer-name\":\"Content\",name:\"Content\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gKGRZh9q5:{children:(_getLocalizedValue11=getLocalizedValue(\"v11\",activeLocale))!==null&&_getLocalizedValue11!==void 0?_getLocalizedValue11:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTUwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.3em\",\"--framer-text-color\":\"var(--token-e2d5906a-217e-4692-88f1-069c7ccee5fd, rgb(255, 255, 255))\"},children:\"Warehousing\"})})},HSCoBSDSD:{children:(_getLocalizedValue12=getLocalizedValue(\"v11\",activeLocale))!==null&&_getLocalizedValue12!==void 0?_getLocalizedValue12:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTUwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.3em\",\"--framer-text-color\":\"var(--token-e2d5906a-217e-4692-88f1-069c7ccee5fd, rgb(255, 255, 255))\"},children:\"Warehousing\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue13=getLocalizedValue(\"v10\",activeLocale))!==null&&_getLocalizedValue13!==void 0?_getLocalizedValue13:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTUwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.3em\",\"--framer-text-color\":\"var(--token-e2d5906a-217e-4692-88f1-069c7ccee5fd, rgb(255, 255, 255))\"},children:\"Warehousing\"})}),className:\"framer-1x3ddo4\",\"data-framer-name\":\"Heading\",fonts:[\"GF;Roboto-500\"],name:\"Heading\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gKGRZh9q5:{children:(_getLocalizedValue14=getLocalizedValue(\"v13\",activeLocale))!==null&&_getLocalizedValue14!==void 0?_getLocalizedValue14:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"ul\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-line-height\":\"1.6em\",\"--framer-text-color\":\"var(--token-e2d5906a-217e-4692-88f1-069c7ccee5fd, rgb(21, 21, 21))\"},children:/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"Vision Picking\"})})}),/*#__PURE__*/_jsxs(\"ul\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-line-height\":\"1.6em\",\"--framer-text-color\":\"var(--token-e2d5906a-217e-4692-88f1-069c7ccee5fd, rgb(21, 21, 21))\"},children:[/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"Maintenance Repair\"})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"Improved Picking Accuracy\"})})]})]})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue15=getLocalizedValue(\"v12\",activeLocale))!==null&&_getLocalizedValue15!==void 0?_getLocalizedValue15:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"ul\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-line-height\":\"1.6em\",\"--framer-text-color\":\"var(--token-e2d5906a-217e-4692-88f1-069c7ccee5fd, rgb(21, 21, 21))\"},children:[/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"Vision Picking\"})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"Maintenance Repair\"})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"Improved Picking Accuracy\"})})]})}),className:\"framer-2ok9gh\",\"data-framer-name\":\"Text\",fonts:[\"GF;Roboto-regular\"],name:\"Text\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"jvK0TSlTJ\"},implicitPathVariables:undefined},{href:{webPageId:\"jvK0TSlTJ\"},implicitPathVariables:undefined},{href:{webPageId:\"jvK0TSlTJ\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/{var _getLocalizedValue;return _jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gKGRZh9q5:{y:2420.8},HSCoBSDSD:{y:3243.8}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:30,y:2327,children:/*#__PURE__*/_jsx(Container,{className:\"framer-gdw0cf-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gKGRZh9q5:{xeN6X3DVe:resolvedLinks2[1]},HSCoBSDSD:{xeN6X3DVe:resolvedLinks2[2]}},children:/*#__PURE__*/_jsx(ButtonGhostButton,{height:\"100%\",id:\"EDUq0_JiR\",layoutId:\"EDUq0_JiR\",U5vFOHa8p:(_getLocalizedValue=getLocalizedValue(\"v6\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:\"Find out more\",variant:\"VKDzMhafj\",width:\"100%\",xeN6X3DVe:resolvedLinks2[0]})})})})});}})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gKGRZh9q5:{background:{alt:\"Warehousing Vision Picking\",fit:\"fill\",intrinsicHeight:700,intrinsicWidth:1e3,loading:getLoadingLazyAtYPosition(1606.8),pixelHeight:700,pixelWidth:1e3,sizes:\"calc(max((max(100vw, 1px) - 110px) / 2, 1px) - 40px)\",src:\"https://framerusercontent.com/images/nnGPen0jfLDxDhYdRMpi7CMmvk.jpg\",srcSet:\"https://framerusercontent.com/images/nnGPen0jfLDxDhYdRMpi7CMmvk.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/nnGPen0jfLDxDhYdRMpi7CMmvk.jpg 1000w\"}},HSCoBSDSD:{background:{alt:\"Warehousing Vision Picking\",fit:\"fill\",intrinsicHeight:700,intrinsicWidth:1e3,loading:getLoadingLazyAtYPosition(2439.8),pixelHeight:700,pixelWidth:1e3,sizes:\"calc(100vw - 80px)\",src:\"https://framerusercontent.com/images/nnGPen0jfLDxDhYdRMpi7CMmvk.jpg\",srcSet:\"https://framerusercontent.com/images/nnGPen0jfLDxDhYdRMpi7CMmvk.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/nnGPen0jfLDxDhYdRMpi7CMmvk.jpg 1000w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"Warehousing Vision Picking\",fit:\"fill\",intrinsicHeight:700,intrinsicWidth:1e3,loading:getLoadingLazyAtYPosition(1937),pixelHeight:700,pixelWidth:1e3,sizes:\"240px\",src:\"https://framerusercontent.com/images/nnGPen0jfLDxDhYdRMpi7CMmvk.jpg\",srcSet:\"https://framerusercontent.com/images/nnGPen0jfLDxDhYdRMpi7CMmvk.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/nnGPen0jfLDxDhYdRMpi7CMmvk.jpg 1000w\"},className:\"framer-18bklqw\",\"data-framer-name\":\"image_square\",name:\"image_square\"})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-5scwtr\",\"data-border\":true,\"data-framer-name\":\"Column\",name:\"Column\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-3peiu7\",\"data-framer-name\":\"Content\",name:\"Content\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gKGRZh9q5:{children:(_getLocalizedValue16=getLocalizedValue(\"v15\",activeLocale))!==null&&_getLocalizedValue16!==void 0?_getLocalizedValue16:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTUwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.3em\",\"--framer-text-color\":\"var(--token-e2d5906a-217e-4692-88f1-069c7ccee5fd, rgb(255, 255, 255))\"},children:\"Healthcare\"})})},HSCoBSDSD:{children:(_getLocalizedValue17=getLocalizedValue(\"v15\",activeLocale))!==null&&_getLocalizedValue17!==void 0?_getLocalizedValue17:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTUwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.3em\",\"--framer-text-color\":\"var(--token-e2d5906a-217e-4692-88f1-069c7ccee5fd, rgb(255, 255, 255))\"},children:\"Healthcare\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue18=getLocalizedValue(\"v14\",activeLocale))!==null&&_getLocalizedValue18!==void 0?_getLocalizedValue18:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTUwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.3em\",\"--framer-text-color\":\"var(--token-e2d5906a-217e-4692-88f1-069c7ccee5fd, rgb(255, 255, 255))\"},children:\"Healthcare\"})}),className:\"framer-n6bll\",\"data-framer-name\":\"Heading\",fonts:[\"GF;Roboto-500\"],name:\"Heading\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gKGRZh9q5:{children:(_getLocalizedValue19=getLocalizedValue(\"v17\",activeLocale))!==null&&_getLocalizedValue19!==void 0?_getLocalizedValue19:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"ul\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-line-height\":\"1.6em\",\"--framer-text-color\":\"var(--token-e2d5906a-217e-4692-88f1-069c7ccee5fd, rgb(21, 21, 21))\"},children:[/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"Telemedicine\"})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"Training\"})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"Home Care\"})})]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue20=getLocalizedValue(\"v16\",activeLocale))!==null&&_getLocalizedValue20!==void 0?_getLocalizedValue20:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"ul\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-line-height\":\"1.6em\",\"--framer-text-color\":\"var(--token-e2d5906a-217e-4692-88f1-069c7ccee5fd, rgb(21, 21, 21))\"},children:[/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"Telemedicine\"})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"Knowledge Transfer & Training\"})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"At Home Care\"})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"Remote Expert Assistance\"})})]})}),className:\"framer-2wbuzk\",\"data-framer-name\":\"Text\",fonts:[\"GF;Roboto-regular\"],name:\"Text\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"rz_UDltVb\"},implicitPathVariables:undefined},{href:{webPageId:\"rz_UDltVb\"},implicitPathVariables:undefined},{href:{webPageId:\"rz_UDltVb\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/{var _getLocalizedValue;return _jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gKGRZh9q5:{y:2420.8},HSCoBSDSD:{y:4265.8}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:30,y:2455,children:/*#__PURE__*/_jsx(Container,{className:\"framer-uxpwla-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gKGRZh9q5:{xeN6X3DVe:resolvedLinks3[1]},HSCoBSDSD:{xeN6X3DVe:resolvedLinks3[2]}},children:/*#__PURE__*/_jsx(ButtonGhostButton,{height:\"100%\",id:\"nHnJBEuqw\",layoutId:\"nHnJBEuqw\",U5vFOHa8p:(_getLocalizedValue=getLocalizedValue(\"v6\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:\"Find out more\",variant:\"VKDzMhafj\",width:\"100%\",xeN6X3DVe:resolvedLinks3[0]})})})})});}})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gKGRZh9q5:{background:{alt:\"Healthcare Smart Glasses\",fit:\"fill\",intrinsicHeight:700,intrinsicWidth:1e3,loading:getLoadingLazyAtYPosition(1606.8),pixelHeight:700,pixelWidth:1e3,sizes:\"calc(max((max(100vw, 1px) - 110px) / 2, 1px) - 40px)\",src:\"https://framerusercontent.com/images/OCJDZGBnWEY00jutklqwh8ad0.jpg\",srcSet:\"https://framerusercontent.com/images/OCJDZGBnWEY00jutklqwh8ad0.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/OCJDZGBnWEY00jutklqwh8ad0.jpg 1000w\"}},HSCoBSDSD:{background:{alt:\"Healthcare Smart Glasses\",fit:\"fill\",intrinsicHeight:700,intrinsicWidth:1e3,loading:getLoadingLazyAtYPosition(3333.8),pixelHeight:700,pixelWidth:1e3,sizes:\"calc(100vw - 80px)\",src:\"https://framerusercontent.com/images/OCJDZGBnWEY00jutklqwh8ad0.jpg\",srcSet:\"https://framerusercontent.com/images/OCJDZGBnWEY00jutklqwh8ad0.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/OCJDZGBnWEY00jutklqwh8ad0.jpg 1000w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"Healthcare Smart Glasses\",fit:\"fill\",intrinsicHeight:700,intrinsicWidth:1e3,loading:getLoadingLazyAtYPosition(2001),pixelHeight:700,pixelWidth:1e3,sizes:\"240px\",src:\"https://framerusercontent.com/images/OCJDZGBnWEY00jutklqwh8ad0.jpg\",srcSet:\"https://framerusercontent.com/images/OCJDZGBnWEY00jutklqwh8ad0.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/OCJDZGBnWEY00jutklqwh8ad0.jpg 1000w\"},className:\"framer-1by4a0r\",\"data-framer-name\":\"image_square\",name:\"image_square\"})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-51okfe\",\"data-framer-name\":\"Row\",name:\"Row\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1lzymif\",\"data-border\":true,\"data-framer-name\":\"Column\",name:\"Column\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ca2ksl\",\"data-framer-name\":\"Content\",name:\"Content\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gKGRZh9q5:{children:(_getLocalizedValue21=getLocalizedValue(\"v19\",activeLocale))!==null&&_getLocalizedValue21!==void 0?_getLocalizedValue21:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTUwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.3em\",\"--framer-text-color\":\"var(--token-e2d5906a-217e-4692-88f1-069c7ccee5fd, rgb(255, 255, 255))\"},children:\"Manufacturing\"})})},HSCoBSDSD:{children:(_getLocalizedValue22=getLocalizedValue(\"v19\",activeLocale))!==null&&_getLocalizedValue22!==void 0?_getLocalizedValue22:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTUwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.3em\",\"--framer-text-color\":\"var(--token-e2d5906a-217e-4692-88f1-069c7ccee5fd, rgb(255, 255, 255))\"},children:\"Manufacturing\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue23=getLocalizedValue(\"v18\",activeLocale))!==null&&_getLocalizedValue23!==void 0?_getLocalizedValue23:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTUwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.3em\",\"--framer-text-color\":\"var(--token-e2d5906a-217e-4692-88f1-069c7ccee5fd, rgb(255, 255, 255))\"},children:\"Manufacturing\"})}),className:\"framer-azf0oi\",\"data-framer-name\":\"Heading\",fonts:[\"GF;Roboto-500\"],name:\"Heading\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue24=getLocalizedValue(\"v20\",activeLocale))!==null&&_getLocalizedValue24!==void 0?_getLocalizedValue24:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"ul\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-line-height\":\"1.6em\",\"--framer-text-color\":\"var(--token-e2d5906a-217e-4692-88f1-069c7ccee5fd, rgb(21, 21, 21))\"},children:[/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"Maintenance Repair\"})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"Reduce Downtime\"})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"Operational Efficiency\"})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"Training\"})})]})}),className:\"framer-ir2zvt\",\"data-framer-name\":\"Text\",fonts:[\"GF;Roboto-regular\"],name:\"Text\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"E7nl2A5kE\"},implicitPathVariables:undefined},{href:{webPageId:\"E7nl2A5kE\"},implicitPathVariables:undefined},{href:{webPageId:\"E7nl2A5kE\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/{var _getLocalizedValue;return _jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gKGRZh9q5:{y:3532.8},HSCoBSDSD:{y:5287.8}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:30,y:3273,children:/*#__PURE__*/_jsx(Container,{className:\"framer-9a7ji8-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gKGRZh9q5:{xeN6X3DVe:resolvedLinks4[1]},HSCoBSDSD:{xeN6X3DVe:resolvedLinks4[2]}},children:/*#__PURE__*/_jsx(ButtonGhostButton,{height:\"100%\",id:\"BQoa53Aog\",layoutId:\"BQoa53Aog\",U5vFOHa8p:(_getLocalizedValue=getLocalizedValue(\"v6\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:\"Find out more\",variant:\"VKDzMhafj\",width:\"100%\",xeN6X3DVe:resolvedLinks4[0]})})})})});}})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gKGRZh9q5:{background:{alt:\"Manufacturing Smart Glasses\",fit:\"fill\",intrinsicHeight:700,intrinsicWidth:1e3,loading:getLoadingLazyAtYPosition(2520.8),pixelHeight:700,pixelWidth:1e3,positionX:\"left\",positionY:\"center\",sizes:\"calc(max((max(100vw, 1px) - 110px) / 2, 1px) - 40px)\",src:\"https://framerusercontent.com/images/Mqx9KplpxdQFUzqfoTorTrQaorc.jpg\",srcSet:\"https://framerusercontent.com/images/Mqx9KplpxdQFUzqfoTorTrQaorc.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/Mqx9KplpxdQFUzqfoTorTrQaorc.jpg 1000w\"}},HSCoBSDSD:{background:{alt:\"Manufacturing Smart Glasses\",fit:\"fill\",intrinsicHeight:700,intrinsicWidth:1e3,loading:getLoadingLazyAtYPosition(4355.8),pixelHeight:700,pixelWidth:1e3,positionX:\"left\",positionY:\"center\",sizes:\"calc(100vw - 80px)\",src:\"https://framerusercontent.com/images/Mqx9KplpxdQFUzqfoTorTrQaorc.jpg\",srcSet:\"https://framerusercontent.com/images/Mqx9KplpxdQFUzqfoTorTrQaorc.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/Mqx9KplpxdQFUzqfoTorTrQaorc.jpg 1000w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"Manufacturing Smart Glasses\",fit:\"fill\",intrinsicHeight:700,intrinsicWidth:1e3,loading:getLoadingLazyAtYPosition(2819),pixelHeight:700,pixelWidth:1e3,positionX:\"left\",positionY:\"center\",sizes:\"240px\",src:\"https://framerusercontent.com/images/Mqx9KplpxdQFUzqfoTorTrQaorc.jpg\",srcSet:\"https://framerusercontent.com/images/Mqx9KplpxdQFUzqfoTorTrQaorc.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/Mqx9KplpxdQFUzqfoTorTrQaorc.jpg 1000w\"},className:\"framer-1x1gori\",\"data-framer-name\":\"image_square\",name:\"image_square\"})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-atfq1j\",\"data-border\":true,\"data-framer-name\":\"Column\",name:\"Column\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-nwcurc\",\"data-framer-name\":\"Content\",name:\"Content\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gKGRZh9q5:{children:(_getLocalizedValue25=getLocalizedValue(\"v22\",activeLocale))!==null&&_getLocalizedValue25!==void 0?_getLocalizedValue25:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTUwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.3em\",\"--framer-text-color\":\"var(--token-e2d5906a-217e-4692-88f1-069c7ccee5fd, rgb(255, 255, 255))\"},children:\"Other Industries\"})})},HSCoBSDSD:{children:(_getLocalizedValue26=getLocalizedValue(\"v22\",activeLocale))!==null&&_getLocalizedValue26!==void 0?_getLocalizedValue26:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTUwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.3em\",\"--framer-text-color\":\"var(--token-e2d5906a-217e-4692-88f1-069c7ccee5fd, rgb(255, 255, 255))\"},children:\"Other Industries\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue27=getLocalizedValue(\"v21\",activeLocale))!==null&&_getLocalizedValue27!==void 0?_getLocalizedValue27:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTUwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.3em\",\"--framer-text-color\":\"var(--token-e2d5906a-217e-4692-88f1-069c7ccee5fd, rgb(255, 255, 255))\"},children:\"Other Industries\"})}),className:\"framer-1ocplss\",\"data-framer-name\":\"Heading\",fonts:[\"GF;Roboto-500\"],name:\"Heading\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gKGRZh9q5:{children:(_getLocalizedValue28=getLocalizedValue(\"v24\",activeLocale))!==null&&_getLocalizedValue28!==void 0?_getLocalizedValue28:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"ul\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-line-height\":\"1.6em\",\"--framer-text-color\":\"var(--token-e2d5906a-217e-4692-88f1-069c7ccee5fd, rgb(21, 21, 21))\"},children:[/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"Aviation\"})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"Agriculture\"})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"Construction\"})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"Energy & Utilities\"})}),/*#__PURE__*/_jsxs(\"li\",{children:[/*#__PURE__*/_jsx(\"p\",{children:\"Pharmaceuticals\"}),/*#__PURE__*/_jsx(\"p\",{children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})})]})]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue29=getLocalizedValue(\"v23\",activeLocale))!==null&&_getLocalizedValue29!==void 0?_getLocalizedValue29:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"ul\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-line-height\":\"1.6em\",\"--framer-text-color\":\"var(--token-e2d5906a-217e-4692-88f1-069c7ccee5fd, rgb(21, 21, 21))\"},children:[/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"Aviation\"})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"Agriculture\"})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"Construction\"})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"Energy & Utilities\"})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"Pharmaceuticals\"})})]})}),className:\"framer-17a9xg1\",\"data-framer-name\":\"Text\",fonts:[\"GF;Roboto-regular\"],name:\"Text\",verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gKGRZh9q5:{background:{alt:\"Other industries\",fit:\"fill\",intrinsicHeight:800,intrinsicWidth:1200,loading:getLoadingLazyAtYPosition(2520.8),pixelHeight:800,pixelWidth:1200,positionX:\"center\",positionY:\"center\",sizes:\"calc(max((max(100vw, 1px) - 110px) / 2, 1px) - 40px)\",src:\"https://framerusercontent.com/images/oSdh6ED4bV7GndYnzpVAkgjO8pY.png\",srcSet:\"https://framerusercontent.com/images/oSdh6ED4bV7GndYnzpVAkgjO8pY.png?scale-down-to=512 512w,https://framerusercontent.com/images/oSdh6ED4bV7GndYnzpVAkgjO8pY.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/oSdh6ED4bV7GndYnzpVAkgjO8pY.png 1200w\"}},HSCoBSDSD:{background:{alt:\"Other industries\",fit:\"fill\",intrinsicHeight:800,intrinsicWidth:1200,loading:getLoadingLazyAtYPosition(5377.8),pixelHeight:800,pixelWidth:1200,positionX:\"center\",positionY:\"center\",sizes:\"calc(100vw - 80px)\",src:\"https://framerusercontent.com/images/oSdh6ED4bV7GndYnzpVAkgjO8pY.png\",srcSet:\"https://framerusercontent.com/images/oSdh6ED4bV7GndYnzpVAkgjO8pY.png?scale-down-to=512 512w,https://framerusercontent.com/images/oSdh6ED4bV7GndYnzpVAkgjO8pY.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/oSdh6ED4bV7GndYnzpVAkgjO8pY.png 1200w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"Other industries\",fit:\"fill\",intrinsicHeight:800,intrinsicWidth:1200,loading:getLoadingLazyAtYPosition(2860.5),pixelHeight:800,pixelWidth:1200,positionX:\"left\",positionY:\"center\",sizes:\"240px\",src:\"https://framerusercontent.com/images/oSdh6ED4bV7GndYnzpVAkgjO8pY.png\",srcSet:\"https://framerusercontent.com/images/oSdh6ED4bV7GndYnzpVAkgjO8pY.png?scale-down-to=512 512w,https://framerusercontent.com/images/oSdh6ED4bV7GndYnzpVAkgjO8pY.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/oSdh6ED4bV7GndYnzpVAkgjO8pY.png 1200w\"},className:\"framer-1llk5z1\",\"data-framer-name\":\"image_square\",name:\"image_square\"})})]})]})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gKGRZh9q5:{y:3843.8},HSCoBSDSD:{y:6492.8}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:340,width:\"100vw\",y:3496,children:/*#__PURE__*/_jsx(Container,{className:\"framer-fn8c90-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gKGRZh9q5:{variant:\"hk9iWsIN2\"},HSCoBSDSD:{variant:\"IOjCyPe3v\"}},children:/*#__PURE__*/_jsx(Subscribe,{height:\"100%\",id:\"MSX6Cvppm\",layoutId:\"MSX6Cvppm\",style:{width:\"100%\"},variant:\"LsuhYgbXc\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gKGRZh9q5:{y:4183.8},HSCoBSDSD:{y:6832.8}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:386,width:\"100vw\",y:3836,children:/*#__PURE__*/_jsx(Container,{className:\"framer-nhr7n9-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gKGRZh9q5:{variant:\"jxSpKmwpy\"},HSCoBSDSD:{variant:\"j1YF8fxhp\"}},children:/*#__PURE__*/_jsx(FooterRealWear,{height:\"100%\",id:\"cvbMKyzJZ\",layoutId:\"cvbMKyzJZ\",style:{width:\"100%\"},variant:\"jcSdCWh8H\",width:\"100%\"})})})})}),isDisplayed2()&&/*#__PURE__*/_jsx(\"section\",{className:\"framer-1n6y0lx hidden-y6gju8 hidden-dtegb2\",\"data-framer-name\":\"Grid A\",name:\"Grid A\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ss04m0\",\"data-framer-name\":\"Container\",name:\"Container\",children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:(_getLocalizedValue30=getLocalizedValue(\"v0\",activeLocale))!==null&&_getLocalizedValue30!==void 0?_getLocalizedValue30:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-3nqyhf\",\"data-styles-preset\":\"YAP816Y5n\",style:{\"--framer-text-alignment\":\"center\"},children:\"Industry Solutions\"}),/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-3nqyhf\",\"data-styles-preset\":\"YAP816Y5n\",style:{\"--framer-text-alignment\":\"center\"},children:\"when performance really matters\"})]}),className:\"framer-qdjnlj\",\"data-framer-name\":\"Heading\",fonts:[\"Inter\"],name:\"Heading\",style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:(_getLocalizedValue31=getLocalizedValue(\"v25\",activeLocale))!==null&&_getLocalizedValue31!==void 0?_getLocalizedValue31:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-e2d5906a-217e-4692-88f1-069c7ccee5fd, rgb(21, 21, 21))\"},children:\"Frontline tasks can be made safer and more efficient through RealWear's connected worker solutions. From the floor of a fast-paced warehouses to the heights of wind turbines, our assisted reality devices are designed to help workers stay productive and better aware of the hazards that surround them.\"})}),className:\"framer-rjf58v\",\"data-framer-name\":\"Text\",fonts:[\"GF;Roboto-regular\"],name:\"Text\",style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})]})})]}),/*#__PURE__*/_jsx(\"div\",{className:cx(serializationHash,...sharedStyleClassNames),id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",`.${metadata.bodyClassName}-framer-l5vti { background: var(--token-14c0db2f-420d-43e8-8ba1-38a6846f817c, rgb(255, 255, 255)) /* {\"name\":\"Color 500 / Main Background\"} */; }`,\".framer-l5vti.framer-1wiqy3, .framer-l5vti .framer-1wiqy3 { display: block; }\",\".framer-l5vti.framer-y6gju8 { align-content: flex-start; align-items: flex-start; background-color: var(--token-14c0db2f-420d-43e8-8ba1-38a6846f817c, #ffffff); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 100px 0px 0px 0px; position: relative; width: 1200px; }\",\".framer-l5vti .framer-7jgwm3-container { flex: none; height: auto; left: 50%; position: absolute; top: 0px; transform: translateX(-50%); width: 100%; z-index: 3; }\",\".framer-l5vti .framer-1hfr5ge { align-content: center; align-items: center; background-color: var(--token-14c0db2f-420d-43e8-8ba1-38a6846f817c, #ffffff); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 80px 0px 40px 0px; position: relative; width: 100%; }\",\".framer-l5vti .framer-11ow4ik, .framer-l5vti .framer-ss04m0 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 770px; }\",\".framer-l5vti .framer-kq75tm { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 770px; word-break: break-word; word-wrap: break-word; }\",\".framer-l5vti .framer-11pyv57, .framer-l5vti .framer-rjf58v { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 768px; word-break: break-word; word-wrap: break-word; }\",\".framer-l5vti .framer-t3yzgk { align-content: center; align-items: center; background-color: var(--token-14c0db2f-420d-43e8-8ba1-38a6846f817c, #ffffff); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 40px 0px 40px 0px; position: relative; width: 100%; }\",\".framer-l5vti .framer-1kwp0zi { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 979px; }\",\".framer-l5vti .framer-1xewp0z { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 980px; word-break: break-word; word-wrap: break-word; }\",\".framer-l5vti .framer-17q5ypo { align-content: center; align-items: center; background-color: var(--token-14c0db2f-420d-43e8-8ba1-38a6846f817c, #ffffff); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: center; overflow: hidden; padding: 25px 0px 80px 0px; position: relative; width: 100%; }\",\".framer-l5vti .framer-1xw59wz { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1170px; }\",\".framer-l5vti .framer-12rmrbj, .framer-l5vti .framer-1ac7pif, .framer-l5vti .framer-51okfe { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-l5vti .framer-17m30dw, .framer-l5vti .framer-2i4bsm, .framer-l5vti .framer-1qezs1t, .framer-l5vti .framer-5scwtr, .framer-l5vti .framer-1lzymif, .framer-l5vti .framer-atfq1j { --border-bottom-width: 1px; --border-color: var(--token-5fb94218-abe9-4555-a6ab-b939df3d149c, #282828); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; background-color: var(--token-63a9eea5-e01d-4aaf-a42e-ef5327c77603, #1b1b1b); border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: visible; padding: 30px; position: relative; width: min-content; }\",\".framer-l5vti .framer-tojo1f, .framer-l5vti .framer-lf0ia3, .framer-l5vti .framer-1lvcdu7, .framer-l5vti .framer-3peiu7, .framer-l5vti .framer-1ca2ksl, .framer-l5vti .framer-nwcurc { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 230px; }\",\".framer-l5vti .framer-rrm0v5, .framer-l5vti .framer-1ratzbn, .framer-l5vti .framer-1ae1z9e, .framer-l5vti .framer-1b5qqw2, .framer-l5vti .framer-1x3ddo4, .framer-l5vti .framer-2ok9gh, .framer-l5vti .framer-n6bll, .framer-l5vti .framer-2wbuzk, .framer-l5vti .framer-azf0oi, .framer-l5vti .framer-ir2zvt, .framer-l5vti .framer-1ocplss, .framer-l5vti .framer-17a9xg1 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-l5vti .framer-y8nyd4-container, .framer-l5vti .framer-e9t6ql-container, .framer-l5vti .framer-gdw0cf-container, .framer-l5vti .framer-uxpwla-container, .framer-l5vti .framer-9a7ji8-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-l5vti .framer-4w4uxa, .framer-l5vti .framer-1w5gs99, .framer-l5vti .framer-18bklqw, .framer-l5vti .framer-1by4a0r, .framer-l5vti .framer-1x1gori, .framer-l5vti .framer-1llk5z1 { aspect-ratio: 1 / 1; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; flex: none; height: var(--framer-aspect-ratio-supported, 240px); overflow: visible; position: relative; width: 240px; }\",\".framer-l5vti .framer-fn8c90-container, .framer-l5vti .framer-nhr7n9-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-l5vti .framer-1n6y0lx { align-content: center; align-items: center; background-color: var(--token-14c0db2f-420d-43e8-8ba1-38a6846f817c, #ffffff); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 80px 0px 80px 0px; position: relative; width: 100%; }\",\".framer-l5vti .framer-qdjnlj { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 388px; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-l5vti.framer-y6gju8, .framer-l5vti .framer-1hfr5ge, .framer-l5vti .framer-11ow4ik, .framer-l5vti .framer-t3yzgk, .framer-l5vti .framer-1kwp0zi, .framer-l5vti .framer-17q5ypo, .framer-l5vti .framer-1xw59wz, .framer-l5vti .framer-12rmrbj, .framer-l5vti .framer-17m30dw, .framer-l5vti .framer-tojo1f, .framer-l5vti .framer-2i4bsm, .framer-l5vti .framer-lf0ia3, .framer-l5vti .framer-1ac7pif, .framer-l5vti .framer-1qezs1t, .framer-l5vti .framer-1lvcdu7, .framer-l5vti .framer-5scwtr, .framer-l5vti .framer-3peiu7, .framer-l5vti .framer-51okfe, .framer-l5vti .framer-1lzymif, .framer-l5vti .framer-1ca2ksl, .framer-l5vti .framer-atfq1j, .framer-l5vti .framer-nwcurc, .framer-l5vti .framer-1n6y0lx, .framer-l5vti .framer-ss04m0 { gap: 0px; } .framer-l5vti.framer-y6gju8 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-l5vti.framer-y6gju8 > :first-child, .framer-l5vti .framer-11ow4ik > :first-child, .framer-l5vti .framer-1kwp0zi > :first-child, .framer-l5vti .framer-1xw59wz > :first-child, .framer-l5vti .framer-tojo1f > :first-child, .framer-l5vti .framer-lf0ia3 > :first-child, .framer-l5vti .framer-1lvcdu7 > :first-child, .framer-l5vti .framer-3peiu7 > :first-child, .framer-l5vti .framer-1ca2ksl > :first-child, .framer-l5vti .framer-nwcurc > :first-child, .framer-l5vti .framer-ss04m0 > :first-child { margin-top: 0px; } .framer-l5vti.framer-y6gju8 > :last-child, .framer-l5vti .framer-11ow4ik > :last-child, .framer-l5vti .framer-1kwp0zi > :last-child, .framer-l5vti .framer-1xw59wz > :last-child, .framer-l5vti .framer-tojo1f > :last-child, .framer-l5vti .framer-lf0ia3 > :last-child, .framer-l5vti .framer-1lvcdu7 > :last-child, .framer-l5vti .framer-3peiu7 > :last-child, .framer-l5vti .framer-1ca2ksl > :last-child, .framer-l5vti .framer-nwcurc > :last-child, .framer-l5vti .framer-ss04m0 > :last-child { margin-bottom: 0px; } .framer-l5vti .framer-1hfr5ge > *, .framer-l5vti .framer-t3yzgk > *, .framer-l5vti .framer-1n6y0lx > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-l5vti .framer-1hfr5ge > :first-child, .framer-l5vti .framer-t3yzgk > :first-child, .framer-l5vti .framer-17q5ypo > :first-child, .framer-l5vti .framer-12rmrbj > :first-child, .framer-l5vti .framer-17m30dw > :first-child, .framer-l5vti .framer-2i4bsm > :first-child, .framer-l5vti .framer-1ac7pif > :first-child, .framer-l5vti .framer-1qezs1t > :first-child, .framer-l5vti .framer-5scwtr > :first-child, .framer-l5vti .framer-51okfe > :first-child, .framer-l5vti .framer-1lzymif > :first-child, .framer-l5vti .framer-atfq1j > :first-child, .framer-l5vti .framer-1n6y0lx > :first-child { margin-left: 0px; } .framer-l5vti .framer-1hfr5ge > :last-child, .framer-l5vti .framer-t3yzgk > :last-child, .framer-l5vti .framer-17q5ypo > :last-child, .framer-l5vti .framer-12rmrbj > :last-child, .framer-l5vti .framer-17m30dw > :last-child, .framer-l5vti .framer-2i4bsm > :last-child, .framer-l5vti .framer-1ac7pif > :last-child, .framer-l5vti .framer-1qezs1t > :last-child, .framer-l5vti .framer-5scwtr > :last-child, .framer-l5vti .framer-51okfe > :last-child, .framer-l5vti .framer-1lzymif > :last-child, .framer-l5vti .framer-atfq1j > :last-child, .framer-l5vti .framer-1n6y0lx > :last-child { margin-right: 0px; } .framer-l5vti .framer-11ow4ik > *, .framer-l5vti .framer-1kwp0zi > *, .framer-l5vti .framer-ss04m0 > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-l5vti .framer-17q5ypo > *, .framer-l5vti .framer-12rmrbj > *, .framer-l5vti .framer-1ac7pif > *, .framer-l5vti .framer-51okfe > * { margin: 0px; margin-left: calc(30px / 2); margin-right: calc(30px / 2); } .framer-l5vti .framer-1xw59wz > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-l5vti .framer-17m30dw > *, .framer-l5vti .framer-2i4bsm > *, .framer-l5vti .framer-1qezs1t > *, .framer-l5vti .framer-5scwtr > *, .framer-l5vti .framer-1lzymif > *, .framer-l5vti .framer-atfq1j > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } .framer-l5vti .framer-tojo1f > *, .framer-l5vti .framer-lf0ia3 > *, .framer-l5vti .framer-1lvcdu7 > *, .framer-l5vti .framer-3peiu7 > *, .framer-l5vti .framer-1ca2ksl > *, .framer-l5vti .framer-nwcurc > * { margin: 0px; margin-bottom: calc(15px / 2); margin-top: calc(15px / 2); } }\",`@media (min-width: 810px) and (max-width: 1199px) { .${metadata.bodyClassName}-framer-l5vti { background: var(--token-14c0db2f-420d-43e8-8ba1-38a6846f817c, rgb(255, 255, 255)) /* {\"name\":\"Color 500 / Main Background\"} */; } .framer-l5vti.framer-y6gju8 { padding: 95px 0px 0px 0px; width: 810px; } .framer-l5vti .framer-7jgwm3-container { order: 0; } .framer-l5vti .framer-1hfr5ge { order: 2; padding: 60px 0px 40px 0px; } .framer-l5vti .framer-11ow4ik, .framer-l5vti .framer-1xw59wz { flex: 1 0 0px; padding: 0px 40px 0px 40px; width: 1px; } .framer-l5vti .framer-11pyv57, .framer-l5vti .framer-12rmrbj, .framer-l5vti .framer-1ac7pif, .framer-l5vti .framer-51okfe { width: 100%; } .framer-l5vti .framer-17q5ypo { order: 3; padding: 25px 0px 50px 0px; } .framer-l5vti .framer-17m30dw, .framer-l5vti .framer-2i4bsm, .framer-l5vti .framer-1qezs1t, .framer-l5vti .framer-5scwtr, .framer-l5vti .framer-1lzymif, .framer-l5vti .framer-atfq1j { flex: 1 0 0px; flex-direction: column; gap: 30px; padding: 20px; width: 1px; } .framer-l5vti .framer-tojo1f, .framer-l5vti .framer-lf0ia3, .framer-l5vti .framer-1lvcdu7, .framer-l5vti .framer-3peiu7, .framer-l5vti .framer-1ca2ksl, .framer-l5vti .framer-nwcurc { order: 1; width: 100%; } .framer-l5vti .framer-4w4uxa, .framer-l5vti .framer-1w5gs99, .framer-l5vti .framer-18bklqw, .framer-l5vti .framer-1by4a0r, .framer-l5vti .framer-1x1gori, .framer-l5vti .framer-1llk5z1 { height: var(--framer-aspect-ratio-supported, 310px); order: 0; width: 100%; } .framer-l5vti .framer-fn8c90-container { order: 4; } .framer-l5vti .framer-nhr7n9-container { order: 5; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-l5vti .framer-17m30dw, .framer-l5vti .framer-2i4bsm, .framer-l5vti .framer-1qezs1t, .framer-l5vti .framer-5scwtr, .framer-l5vti .framer-1lzymif, .framer-l5vti .framer-atfq1j { gap: 0px; } .framer-l5vti .framer-17m30dw > *, .framer-l5vti .framer-2i4bsm > *, .framer-l5vti .framer-1qezs1t > *, .framer-l5vti .framer-5scwtr > *, .framer-l5vti .framer-1lzymif > *, .framer-l5vti .framer-atfq1j > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-l5vti .framer-17m30dw > :first-child, .framer-l5vti .framer-2i4bsm > :first-child, .framer-l5vti .framer-1qezs1t > :first-child, .framer-l5vti .framer-5scwtr > :first-child, .framer-l5vti .framer-1lzymif > :first-child, .framer-l5vti .framer-atfq1j > :first-child { margin-top: 0px; } .framer-l5vti .framer-17m30dw > :last-child, .framer-l5vti .framer-2i4bsm > :last-child, .framer-l5vti .framer-1qezs1t > :last-child, .framer-l5vti .framer-5scwtr > :last-child, .framer-l5vti .framer-1lzymif > :last-child, .framer-l5vti .framer-atfq1j > :last-child { margin-bottom: 0px; } }}`,`@media (max-width: 809px) { .${metadata.bodyClassName}-framer-l5vti { background: var(--token-14c0db2f-420d-43e8-8ba1-38a6846f817c, rgb(255, 255, 255)) /* {\"name\":\"Color 500 / Main Background\"} */; } .framer-l5vti.framer-y6gju8 { padding: 70px 0px 0px 0px; width: 390px; } .framer-l5vti .framer-7jgwm3-container { order: 0; } .framer-l5vti .framer-17q5ypo { flex-direction: column; order: 3; padding: 25px 0px 50px 0px; } .framer-l5vti .framer-1xw59wz { gap: 20px; padding: 0px 20px 0px 20px; width: 100%; } .framer-l5vti .framer-12rmrbj, .framer-l5vti .framer-1ac7pif, .framer-l5vti .framer-51okfe { flex-direction: column; gap: 20px; width: 100%; } .framer-l5vti .framer-17m30dw, .framer-l5vti .framer-2i4bsm, .framer-l5vti .framer-1qezs1t, .framer-l5vti .framer-5scwtr, .framer-l5vti .framer-1lzymif, .framer-l5vti .framer-atfq1j { flex-direction: column; gap: 20px; padding: 20px; width: 100%; } .framer-l5vti .framer-tojo1f, .framer-l5vti .framer-lf0ia3, .framer-l5vti .framer-1lvcdu7, .framer-l5vti .framer-3peiu7, .framer-l5vti .framer-1ca2ksl, .framer-l5vti .framer-nwcurc { order: 1; width: 100%; } .framer-l5vti .framer-4w4uxa, .framer-l5vti .framer-1w5gs99, .framer-l5vti .framer-18bklqw, .framer-l5vti .framer-1by4a0r, .framer-l5vti .framer-1x1gori, .framer-l5vti .framer-1llk5z1 { height: var(--framer-aspect-ratio-supported, 200px); order: 0; width: 100%; } .framer-l5vti .framer-fn8c90-container { order: 5; } .framer-l5vti .framer-nhr7n9-container { order: 6; } .framer-l5vti .framer-1n6y0lx { flex-direction: column; order: 1; padding: 50px 0px 50px 0px; } .framer-l5vti .framer-ss04m0 { padding: 0px 20px 0px 20px; width: 100%; } .framer-l5vti .framer-rjf58v { width: 100%; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-l5vti .framer-17q5ypo, .framer-l5vti .framer-1xw59wz, .framer-l5vti .framer-12rmrbj, .framer-l5vti .framer-17m30dw, .framer-l5vti .framer-2i4bsm, .framer-l5vti .framer-1ac7pif, .framer-l5vti .framer-1qezs1t, .framer-l5vti .framer-5scwtr, .framer-l5vti .framer-51okfe, .framer-l5vti .framer-1lzymif, .framer-l5vti .framer-atfq1j, .framer-l5vti .framer-1n6y0lx { gap: 0px; } .framer-l5vti .framer-17q5ypo > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-l5vti .framer-17q5ypo > :first-child, .framer-l5vti .framer-1xw59wz > :first-child, .framer-l5vti .framer-12rmrbj > :first-child, .framer-l5vti .framer-17m30dw > :first-child, .framer-l5vti .framer-2i4bsm > :first-child, .framer-l5vti .framer-1ac7pif > :first-child, .framer-l5vti .framer-1qezs1t > :first-child, .framer-l5vti .framer-5scwtr > :first-child, .framer-l5vti .framer-51okfe > :first-child, .framer-l5vti .framer-1lzymif > :first-child, .framer-l5vti .framer-atfq1j > :first-child, .framer-l5vti .framer-1n6y0lx > :first-child { margin-top: 0px; } .framer-l5vti .framer-17q5ypo > :last-child, .framer-l5vti .framer-1xw59wz > :last-child, .framer-l5vti .framer-12rmrbj > :last-child, .framer-l5vti .framer-17m30dw > :last-child, .framer-l5vti .framer-2i4bsm > :last-child, .framer-l5vti .framer-1ac7pif > :last-child, .framer-l5vti .framer-1qezs1t > :last-child, .framer-l5vti .framer-5scwtr > :last-child, .framer-l5vti .framer-51okfe > :last-child, .framer-l5vti .framer-1lzymif > :last-child, .framer-l5vti .framer-atfq1j > :last-child, .framer-l5vti .framer-1n6y0lx > :last-child { margin-bottom: 0px; } .framer-l5vti .framer-1xw59wz > *, .framer-l5vti .framer-12rmrbj > *, .framer-l5vti .framer-17m30dw > *, .framer-l5vti .framer-2i4bsm > *, .framer-l5vti .framer-1ac7pif > *, .framer-l5vti .framer-1qezs1t > *, .framer-l5vti .framer-5scwtr > *, .framer-l5vti .framer-51okfe > *, .framer-l5vti .framer-1lzymif > *, .framer-l5vti .framer-atfq1j > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-l5vti .framer-1n6y0lx > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } }}`,...sharedStyle.css,'.framer-l5vti[data-border=\"true\"]::after, .framer-l5vti [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 2115\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"gKGRZh9q5\":{\"layout\":[\"fixed\",\"auto\"]},\"HSCoBSDSD\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerResponsiveScreen\n */const FramerxY4N8Ppmc=withCSS(Component,css,\"framer-l5vti\");export default FramerxY4N8Ppmc;FramerxY4N8Ppmc.displayName=\"Industries\";FramerxY4N8Ppmc.defaultProps={height:2115,width:1200};addFonts(FramerxY4N8Ppmc,[{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:\"Roboto\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/roboto/v32/KFOmCnqEu92Fr1Me4GZLCzYlKw.woff2\",weight:\"400\"},{family:\"Roboto\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmWUlvBh05IsDqlA.woff2\",weight:\"700\"},{family:\"Roboto\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmEU9vBh05IsDqlA.woff2\",weight:\"500\"}]},...HeaderHeaderHoverFonts,...ButtonGhostButtonFonts,...SubscribeFonts,...FooterRealWearFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerxY4N8Ppmc\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"1200\",\"framerIntrinsicHeight\":\"2115\",\"framerResponsiveScreen\":\"\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"gKGRZh9q5\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"HSCoBSDSD\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["valuesByLocaleId", "LazyValue", "getLocalizedValue", "key", "locale", "values", "value", "preload", "promises", "promise", "usePreloadLocalizedValues", "preloadPromise", "HeaderHeaderHoverFonts", "getFonts", "nQD_4cBVr_default", "RichTextWithFX", "withFX", "RichText2", "ButtonGhostButtonFonts", "PUnlW1X7p_default", "SubscribeFonts", "aYzUa813B_default", "FooterRealWearFonts", "q4c6Ny6bK_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "animation", "transition1", "animation1", "animation2", "transition2", "animation3", "metadata", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata1", "robotsTag", "ie", "_document_querySelector", "bodyCls", "body", "c", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "ref1", "pe", "isDisplayed", "usePreloadLocalizedValues", "isDisplayed1", "router", "useRouter", "isDisplayed2", "defaultLayoutId", "ae", "sharedStyleClassNames", "useCustomCursors", "_getLocalizedValue", "_getLocalizedValue1", "_getLocalizedValue2", "_getLocalizedValue3", "_getLocalizedValue4", "_getLocalizedValue5", "_getLocalizedValue6", "_getLocalizedValue7", "_getLocalizedValue8", "_getLocalizedValue9", "_getLocalizedValue10", "_getLocalizedValue11", "_getLocalizedValue12", "_getLocalizedValue13", "_getLocalizedValue14", "_getLocalizedValue15", "_getLocalizedValue16", "_getLocalizedValue17", "_getLocalizedValue18", "_getLocalizedValue19", "_getLocalizedValue20", "_getLocalizedValue21", "_getLocalizedValue22", "_getLocalizedValue23", "_getLocalizedValue24", "_getLocalizedValue25", "_getLocalizedValue26", "_getLocalizedValue27", "_getLocalizedValue28", "_getLocalizedValue29", "_getLocalizedValue30", "_getLocalizedValue31", "p", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "cx", "ComponentViewportProvider", "Container", "PropertyOverrides2", "getLocalizedValue", "x", "ResolveLinks", "resolvedLinks", "getLoadingLazyAtYPosition", "Image2", "resolvedLinks1", "resolvedLinks2", "resolvedLinks3", "resolvedLinks4", "css", "FramerxY4N8Ppmc", "withCSS", "xY4N8Ppmc_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
