{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/mmvq3YyTROYJsGZnSESM/6FiQm9zXAxiMoIRKoc5n/N6YIf8VH3.js", "ssg:https://framerusercontent.com/modules/zLNEQY61hDHbDLUjNlfx/mnbC9jXiOhXwUpegaDDL/N6YIf8VH3.js"],
  "sourcesContent": ["// Generated by Framer (5351ffe)\nimport{LazyValue}from\"framer\";const valuesByLocaleId={FmolrX6Lx:new LazyValue(()=>import(\"./N6YIf8VH3-1.js\")),ywVC8vCEu:new LazyValue(()=>import(\"./N6YIf8VH3-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\":{\"usePreloadLocalizedValues\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (5351ffe)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,PropertyOverrides,ResolveLinks,RichText,useActiveVariantCallback,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useOverlayState,useRouteElementId,useRouter,withCSS}from\"framer\";import{AnimatePresence,LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as ReactDOM from\"react-dom\";import HubSpotForm from\"https://framerusercontent.com/modules/uGQZtcsxBzvxqsgxQ0Tz/b7VYVaGCWWNyhqVsgsiv/Hubspot.js\";import TileLink from\"#framer/local/canvasComponent/HQrdXgxta/HQrdXgxta.js\";import TickerComponent from\"#framer/local/canvasComponent/LvEqZmANn/LvEqZmANn.js\";import ButtonPrimary from\"#framer/local/canvasComponent/wrxaEL33k/wrxaEL33k.js\";import*as sharedStyle1 from\"#framer/local/css/OIHbmh3Do/OIHbmh3Do.js\";import*as sharedStyle3 from\"#framer/local/css/OPnLqJ3cA/OPnLqJ3cA.js\";import*as sharedStyle2 from\"#framer/local/css/TtcgDhrZQ/TtcgDhrZQ.js\";import*as sharedStyle from\"#framer/local/css/UCRFa6jsn/UCRFa6jsn.js\";import getLocalizedValue,{usePreloadLocalizedValues}from\"#framer/local/localization/N6YIf8VH3/N6YIf8VH3.js\";import metadataProvider from\"#framer/local/webPageMetadata/N6YIf8VH3/N6YIf8VH3.js\";const ButtonPrimaryFonts=getFonts(ButtonPrimary);const HubSpotFormFonts=getFonts(HubSpotForm);const TileLinkFonts=getFonts(TileLink);const TickerComponentFonts=getFonts(TickerComponent);const breakpoints={Kok_ELqOI:\"(max-width: 809px)\",OACX0aC6u:\"(min-width: 1200px)\",ZTgpABZ7A:\"(min-width: 810px) and (max-width: 1199px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-i3TK1\";const variantClassNames={Kok_ELqOI:\"framer-v-10unqch\",OACX0aC6u:\"framer-v-uaok05\",ZTgpABZ7A:\"framer-v-hrh4sd\"};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const getContainer=()=>{return document.querySelector(\"#template-overlay\")??document.querySelector(\"#overlay\")??document.body;};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 HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"OACX0aC6u\",Phone:\"Kok_ELqOI\",Tablet:\"ZTgpABZ7A\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"OACX0aC6u\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const{activeVariantCallback,delay}=useActiveVariantCallback(undefined);const oq8l5beXs3bnx0g=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.toggle();});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);usePreloadLocalizedValues(activeLocale);const elementId=useRouteElementId(\"EQf1bpcyn\");const ref1=React.useRef(null);const router=useRouter();const elementId1=useRouteElementId(\"mOS5x2lXy\");const ref2=React.useRef(null);useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"OACX0aC6u\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: rgb(255, 255, 255); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-uaok05\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Kok_ELqOI:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0),pixelHeight:750,pixelWidth:1920,positionX:\"33.6%\",positionY:\"49.7%\",sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/OhNZvvz2jZVHHvA11g59cRAOfdA.png\",srcSet:\"https://framerusercontent.com/images/OhNZvvz2jZVHHvA11g59cRAOfdA.png?scale-down-to=512 512w,https://framerusercontent.com/images/OhNZvvz2jZVHHvA11g59cRAOfdA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/OhNZvvz2jZVHHvA11g59cRAOfdA.png 1920w\"}},ZTgpABZ7A:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0),pixelHeight:750,pixelWidth:1920,positionX:\"left\",positionY:\"center\",sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/OhNZvvz2jZVHHvA11g59cRAOfdA.png\",srcSet:\"https://framerusercontent.com/images/OhNZvvz2jZVHHvA11g59cRAOfdA.png?scale-down-to=512 512w,https://framerusercontent.com/images/OhNZvvz2jZVHHvA11g59cRAOfdA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/OhNZvvz2jZVHHvA11g59cRAOfdA.png 1920w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0),pixelHeight:750,pixelWidth:1920,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/OhNZvvz2jZVHHvA11g59cRAOfdA.png\",srcSet:\"https://framerusercontent.com/images/OhNZvvz2jZVHHvA11g59cRAOfdA.png?scale-down-to=512 512w,https://framerusercontent.com/images/OhNZvvz2jZVHHvA11g59cRAOfdA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/OhNZvvz2jZVHHvA11g59cRAOfdA.png 1920w\"},className:\"framer-3w8k6n\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1i8rhds\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-b25jja\",\"data-framer-name\":\"Content\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1themd4\",\"data-framer-name\":\"Text\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v0\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{className:\"framer-styles-preset-1v9fa8d\",\"data-styles-preset\":\"UCRFa6jsn\",style:{\"--framer-text-color\":\"var(--token-10bb7ac9-ba17-4563-b163-5df758b0c0c9, rgb(255, 255, 255))\"},children:[\"The whole world is just\",/*#__PURE__*/_jsx(\"br\",{}),\"a click away from you.\",/*#__PURE__*/_jsx(\"br\",{}),\"Are you ready for it?\"]})}),className:\"framer-fw4v1n\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1x0ql2x\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1l47g2o\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v1\",activeLocale)??/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-5dgj5c\",\"data-styles-preset\":\"OIHbmh3Do\",style:{\"--framer-text-alignment\":\"center\"},children:\"Digitalisation means that we can now tap into whole new worlds online in the blink of an eye.\"}),/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-5dgj5c\",\"data-styles-preset\":\"OIHbmh3Do\",style:{\"--framer-text-alignment\":\"center\"},children:[\"Webshop operators, suppliers, investors, global multinationals and local, owner-operated niche businesses. \",/*#__PURE__*/_jsx(\"em\",{children:\"Everyone\u2019s\"}),\" online. Including you. But are you and your content ready for the tough competition that is coming with the next wave of digital transformation?\"]}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-5dgj5c\",\"data-styles-preset\":\"OIHbmh3Do\",style:{\"--framer-text-alignment\":\"center\"},children:\"Once you have hit on the formula for running a successful website or web shop for your domestic market, we can help you repeat the success around the world.\"})]}),className:\"framer-qp35fq\",\"data-framer-name\":\"Paragraph\",fonts:[\"Inter\",\"Inter-Italic\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(Overlay,{children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Kok_ELqOI:{width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+0+179.4+80+458},ZTgpABZ7A:{y:(componentViewport?.y||0)+0+219.4+100+458}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:53,y:(componentViewport?.y||0)+0+299.4+120+458,children:/*#__PURE__*/_jsxs(Container,{className:\"framer-1o655y9-container\",id:\"1o655y9\",nodeId:\"KkT7dETMc\",scopeId:\"N6YIf8VH3\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Kok_ELqOI:{style:{width:\"100%\"},variant:\"Zz8KxfsVU\"}},children:/*#__PURE__*/_jsx(ButtonPrimary,{at1UkTATe:false,AUxxThHf2:true,BsL0r5fka:false,dhDI_NVr3:\"Circle\",height:\"100%\",id:\"KkT7dETMc\",layoutId:\"KkT7dETMc\",LDOd_u_9b:false,MI1bsd8zC:getLocalizedValue(\"v2\",activeLocale)??\"Questions? Ask Marion\",oq8l5beXs:oq8l5beXs3bnx0g({overlay}),variant:\"mGHQmBD6H\",vLnyw9Ex8:addImageAlt({pixelHeight:800,pixelWidth:800,src:\"https://framerusercontent.com/images/ZrqEUZpI2Tha5EhUZXzSJ1C5B6M.png\",srcSet:\"https://framerusercontent.com/images/ZrqEUZpI2Tha5EhUZXzSJ1C5B6M.png?scale-down-to=512 512w,https://framerusercontent.com/images/ZrqEUZpI2Tha5EhUZXzSJ1C5B6M.png 800w\"},\"\"),width:\"100%\",YeMJPbkcS:\"ArrowRight\"})}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:0,ease:[.5,0,.88,.77],type:\"tween\"}},className:cx(scopingClassNames,\"framer-goaiig\"),\"data-framer-portal-id\":\"1o655y9\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay.hide()},\"dtc39By2f\"),/*#__PURE__*/_jsx(motion.div,{className:cx(scopingClassNames,\"framer-bikkty\"),\"data-framer-portal-id\":\"1o655y9\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-jju0cf-container\",inComponentSlot:true,isAuthoredByUser:true,isModuleExternal:true,nodeId:\"VczYeVUGT\",rendersWithMotion:true,scopeId:\"N6YIf8VH3\",children:/*#__PURE__*/_jsx(HubSpotForm,{advanced:false,formId:getLocalizedValue(\"v3\",activeLocale)??\"5724af53-50de-40ec-a6f0-7076e22b13c1\",height:\"100%\",id:\"VczYeVUGT\",layoutId:\"VczYeVUGT\",portalId:\"8932080\",region:\"eu1\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})]}),getContainer())})})]})})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-652uhn\",\"data-framer-name\":\"feature-003\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-13k673d\",\"data-framer-name\":\"Wrapper\",id:elementId,ref:ref1,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Kok_ELqOI:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+850.4+80+0+0),pixelHeight:1667,pixelWidth:1668,sizes:`min(${componentViewport?.width||\"100vw\"} - 60px, 1100px)`,src:\"https://framerusercontent.com/images/iOcfO8pD79PmsqQSLriEvvZwHE.png\",srcSet:\"https://framerusercontent.com/images/iOcfO8pD79PmsqQSLriEvvZwHE.png?scale-down-to=512 512w,https://framerusercontent.com/images/iOcfO8pD79PmsqQSLriEvvZwHE.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/iOcfO8pD79PmsqQSLriEvvZwHE.png 1668w\"}},ZTgpABZ7A:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+930.4+100+0+0),pixelHeight:1667,pixelWidth:1668,sizes:`min(${componentViewport?.width||\"100vw\"} - 80px, 1100px)`,src:\"https://framerusercontent.com/images/iOcfO8pD79PmsqQSLriEvvZwHE.png\",srcSet:\"https://framerusercontent.com/images/iOcfO8pD79PmsqQSLriEvvZwHE.png?scale-down-to=512 512w,https://framerusercontent.com/images/iOcfO8pD79PmsqQSLriEvvZwHE.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/iOcfO8pD79PmsqQSLriEvvZwHE.png 1668w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1050.4+120+0),pixelHeight:1667,pixelWidth:1668,sizes:`max((min(${componentViewport?.width||\"100vw\"}, 1100px) - 40px) / 2, 1px)`,src:\"https://framerusercontent.com/images/iOcfO8pD79PmsqQSLriEvvZwHE.png\",srcSet:\"https://framerusercontent.com/images/iOcfO8pD79PmsqQSLriEvvZwHE.png?scale-down-to=512 512w,https://framerusercontent.com/images/iOcfO8pD79PmsqQSLriEvvZwHE.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/iOcfO8pD79PmsqQSLriEvvZwHE.png 1668w\"},className:\"framer-1p4rwpa\",\"data-framer-name\":\"Image\"})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-grl5kv\",\"data-framer-name\":\"Content\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ucps4x\",\"data-framer-name\":\"Text\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-c7a00v\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v4\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1ts73f0\",\"data-styles-preset\":\"TtcgDhrZQ\",children:\"Typical texts in the field of e-commerce & websites\"})}),className:\"framer-15rvogj\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v5\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-5dgj5c\",\"data-styles-preset\":\"OIHbmh3Do\",children:[\"Corporate information\",/*#__PURE__*/_jsx(\"br\",{}),\"Landing pages\",/*#__PURE__*/_jsx(\"br\",{}),\"Marketing material\",/*#__PURE__*/_jsx(\"br\",{}),\"Meta titles and meta descriptions\",/*#__PURE__*/_jsx(\"br\",{}),\"Product descriptions\",/*#__PURE__*/_jsx(\"br\",{}),\"SEO and SEA texts\",/*#__PURE__*/_jsx(\"br\",{}),\"Web texts\"]})}),className:\"framer-1k7uams\",\"data-framer-name\":\"Paragraph\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"pQHpvgio_\"},implicitPathVariables:undefined},{href:{webPageId:\"pQHpvgio_\"},implicitPathVariables:undefined},{href:{webPageId:\"pQHpvgio_\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Kok_ELqOI:{y:(componentViewport?.y||0)+0+850.4+80+0+500+0+0+0+207.8},ZTgpABZ7A:{y:(componentViewport?.y||0)+0+930.4+100+0+500+0+0+0+207.8}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:53,y:(componentViewport?.y||0)+0+1050.4+120+119.6+0+0+0+207.8,children:/*#__PURE__*/_jsx(Container,{className:\"framer-199e4vv-container\",nodeId:\"vyIS5FsTJ\",scopeId:\"N6YIf8VH3\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Kok_ELqOI:{oWZRT2mWz:resolvedLinks[2],variant:\"Zz8KxfsVU\"},ZTgpABZ7A:{oWZRT2mWz:resolvedLinks[1]}},children:/*#__PURE__*/_jsx(ButtonPrimary,{at1UkTATe:false,AUxxThHf2:true,BsL0r5fka:false,dhDI_NVr3:\"Circle\",height:\"100%\",id:\"vyIS5FsTJ\",layoutId:\"vyIS5FsTJ\",LDOd_u_9b:false,MI1bsd8zC:getLocalizedValue(\"v6\",activeLocale)??\"Overview: All specialities\",oWZRT2mWz:resolvedLinks[0],variant:\"EJHHo6Ww_\",width:\"100%\",YeMJPbkcS:\"ArrowRight\"})})})})})})]})})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-pygixr\",\"data-framer-name\":\"feature-003\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-19zy7u4\",\"data-framer-name\":\"Wrapper\",id:elementId1,ref:ref2,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-syhjet\",\"data-framer-name\":\"Content\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1lxurx0\",\"data-framer-name\":\"Text\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-zv4e2v\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v7\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1ts73f0\",\"data-styles-preset\":\"TtcgDhrZQ\",children:\"Modern technology to ensure top quality\"})}),className:\"framer-occl2h\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v8\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-5dgj5c\",\"data-styles-preset\":\"OIHbmh3Do\",children:\"The tools we use ensure continuity and clarity in your texts. We use the latest technology in our sector to help you make a statement in yours.  The tools we use support our translators in their work, help to guarantee uniformity over time and can increase your savings from one project to the next.\"})}),className:\"framer-1vyy1b7\",\"data-framer-name\":\"Paragraph\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Kok_ELqOI:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1771.2+80+0+0),pixelHeight:1638,pixelWidth:3045,positionX:\"center\",positionY:\"center\",sizes:`min(${componentViewport?.width||\"100vw\"} - 60px, 1100px)`,src:\"https://framerusercontent.com/images/0dnZIV72ndUKda0OfrMYgDDc.webp\",srcSet:\"https://framerusercontent.com/images/0dnZIV72ndUKda0OfrMYgDDc.webp?scale-down-to=512 512w,https://framerusercontent.com/images/0dnZIV72ndUKda0OfrMYgDDc.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/0dnZIV72ndUKda0OfrMYgDDc.webp?scale-down-to=2048 2048w,https://framerusercontent.com/images/0dnZIV72ndUKda0OfrMYgDDc.webp 3045w\"}},ZTgpABZ7A:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1891.2+100+0+0),pixelHeight:1638,pixelWidth:3045,positionX:\"center\",positionY:\"center\",sizes:`min(${componentViewport?.width||\"100vw\"} - 80px, 1100px)`,src:\"https://framerusercontent.com/images/0dnZIV72ndUKda0OfrMYgDDc.webp\",srcSet:\"https://framerusercontent.com/images/0dnZIV72ndUKda0OfrMYgDDc.webp?scale-down-to=512 512w,https://framerusercontent.com/images/0dnZIV72ndUKda0OfrMYgDDc.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/0dnZIV72ndUKda0OfrMYgDDc.webp?scale-down-to=2048 2048w,https://framerusercontent.com/images/0dnZIV72ndUKda0OfrMYgDDc.webp 3045w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1790.4+120+0),pixelHeight:1638,pixelWidth:3045,positionX:\"center\",positionY:\"center\",sizes:`max((min(${componentViewport?.width||\"100vw\"}, 1100px) - 40px) / 2, 1px)`,src:\"https://framerusercontent.com/images/0dnZIV72ndUKda0OfrMYgDDc.webp\",srcSet:\"https://framerusercontent.com/images/0dnZIV72ndUKda0OfrMYgDDc.webp?scale-down-to=512 512w,https://framerusercontent.com/images/0dnZIV72ndUKda0OfrMYgDDc.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/0dnZIV72ndUKda0OfrMYgDDc.webp?scale-down-to=2048 2048w,https://framerusercontent.com/images/0dnZIV72ndUKda0OfrMYgDDc.webp 3045w\"},className:\"framer-soc91x\",\"data-framer-name\":\"Image\"})})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1v1cupi\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-cpsw7\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v9\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1ts73f0\",\"data-styles-preset\":\"TtcgDhrZQ\",style:{\"--framer-text-alignment\":\"center\"},children:\"Relevant for you\"})}),className:\"framer-ukcl2h\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-134up1w\",\"data-framer-name\":\"Features\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"ktR_N9qoC\"},implicitPathVariables:undefined},{href:{webPageId:\"ktR_N9qoC\"},implicitPathVariables:undefined},{href:{webPageId:\"ktR_N9qoC\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Kok_ELqOI:{width:`max((min(${componentViewport?.width||\"100vw\"} - 40px, 1100px) - 4px) / 2, 100px)`,y:(componentViewport?.y||0)+0+2439+80+81.8+0+0},ZTgpABZ7A:{width:`max((min(${componentViewport?.width||\"100vw\"} - 40px, 1100px) - 24px) / 4, 100px)`,y:(componentViewport?.y||0)+0+2599+100+81.8+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:114,width:`max((min(${componentViewport?.width||\"100vw\"} - 40px, 1100px) - 30px) / 4, 100px)`,y:(componentViewport?.y||0)+0+2360.4+120+81.8+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1oy4l6p-container\",nodeId:\"XRgzbuF6O\",scopeId:\"N6YIf8VH3\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Kok_ELqOI:{hbGJ11_d8:14,WXcjDxPxy:resolvedLinks1[2]},ZTgpABZ7A:{hbGJ11_d8:16,WXcjDxPxy:resolvedLinks1[1]}},children:/*#__PURE__*/_jsx(TileLink,{hbGJ11_d8:18,height:\"100%\",hxnCfNYDD:getLocalizedValue(\"v10\",activeLocale)??\"Marketing translation\",id:\"XRgzbuF6O\",layoutId:\"XRgzbuF6O\",P6duJ1SXV:\"Megaphone\",style:{width:\"100%\"},width:\"100%\",WXcjDxPxy:resolvedLinks1[0]})})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"duuZmhN6I\"},implicitPathVariables:undefined},{href:{webPageId:\"duuZmhN6I\"},implicitPathVariables:undefined},{href:{webPageId:\"duuZmhN6I\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Kok_ELqOI:{width:`max((min(${componentViewport?.width||\"100vw\"} - 40px, 1100px) - 4px) / 2, 100px)`,y:(componentViewport?.y||0)+0+2439+80+81.8+0+0},ZTgpABZ7A:{width:`max((min(${componentViewport?.width||\"100vw\"} - 40px, 1100px) - 24px) / 4, 100px)`,y:(componentViewport?.y||0)+0+2599+100+81.8+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:114,width:`max((min(${componentViewport?.width||\"100vw\"} - 40px, 1100px) - 30px) / 4, 100px)`,y:(componentViewport?.y||0)+0+2360.4+120+81.8+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ibclo8-container\",nodeId:\"myZaJh0B0\",scopeId:\"N6YIf8VH3\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Kok_ELqOI:{hbGJ11_d8:14,WXcjDxPxy:resolvedLinks2[2]},ZTgpABZ7A:{hbGJ11_d8:16,WXcjDxPxy:resolvedLinks2[1]}},children:/*#__PURE__*/_jsx(TileLink,{hbGJ11_d8:18,height:\"100%\",hxnCfNYDD:getLocalizedValue(\"v11\",activeLocale)??\"Connectors & WPML\",id:\"myZaJh0B0\",layoutId:\"myZaJh0B0\",P6duJ1SXV:\"PlugsConnected\",style:{width:\"100%\"},width:\"100%\",WXcjDxPxy:resolvedLinks2[0]})})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"lngQho4vI\"},implicitPathVariables:undefined},{href:{webPageId:\"lngQho4vI\"},implicitPathVariables:undefined},{href:{webPageId:\"lngQho4vI\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Kok_ELqOI:{width:`max((min(${componentViewport?.width||\"100vw\"} - 40px, 1100px) - 4px) / 2, 100px)`,y:(componentViewport?.y||0)+0+2439+80+81.8+0+118},ZTgpABZ7A:{width:`max((min(${componentViewport?.width||\"100vw\"} - 40px, 1100px) - 24px) / 4, 100px)`,y:(componentViewport?.y||0)+0+2599+100+81.8+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:114,width:`max((min(${componentViewport?.width||\"100vw\"} - 40px, 1100px) - 30px) / 4, 100px)`,y:(componentViewport?.y||0)+0+2360.4+120+81.8+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1qbe01w-container\",nodeId:\"CviOiWWje\",scopeId:\"N6YIf8VH3\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Kok_ELqOI:{hbGJ11_d8:14,WXcjDxPxy:resolvedLinks3[2]},ZTgpABZ7A:{hbGJ11_d8:16,WXcjDxPxy:resolvedLinks3[1]}},children:/*#__PURE__*/_jsx(TileLink,{hbGJ11_d8:18,height:\"100%\",hxnCfNYDD:getLocalizedValue(\"v12\",activeLocale)??\"Website Translation\",id:\"CviOiWWje\",layoutId:\"CviOiWWje\",P6duJ1SXV:\"Browsers\",style:{width:\"100%\"},width:\"100%\",WXcjDxPxy:resolvedLinks3[0]})})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"Mj51ga8Rm\"},implicitPathVariables:undefined},{href:{webPageId:\"Mj51ga8Rm\"},implicitPathVariables:undefined},{href:{webPageId:\"Mj51ga8Rm\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Kok_ELqOI:{width:`max((min(${componentViewport?.width||\"100vw\"} - 40px, 1100px) - 4px) / 2, 100px)`,y:(componentViewport?.y||0)+0+2439+80+81.8+0+118},ZTgpABZ7A:{width:`max((min(${componentViewport?.width||\"100vw\"} - 40px, 1100px) - 24px) / 4, 100px)`,y:(componentViewport?.y||0)+0+2599+100+81.8+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:114,width:`max((min(${componentViewport?.width||\"100vw\"} - 40px, 1100px) - 30px) / 4, 100px)`,y:(componentViewport?.y||0)+0+2360.4+120+81.8+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-nudueo-container\",nodeId:\"KXXSKy_h0\",scopeId:\"N6YIf8VH3\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Kok_ELqOI:{hbGJ11_d8:14,WXcjDxPxy:resolvedLinks4[2]},ZTgpABZ7A:{hbGJ11_d8:16,WXcjDxPxy:resolvedLinks4[1]}},children:/*#__PURE__*/_jsx(TileLink,{hbGJ11_d8:18,height:\"100%\",hxnCfNYDD:getLocalizedValue(\"v13\",activeLocale)??\"Software Translation\",id:\"KXXSKy_h0\",layoutId:\"KXXSKy_h0\",P6duJ1SXV:\"SidebarSimple\",style:{width:\"100%\"},width:\"100%\",WXcjDxPxy:resolvedLinks4[0]})})})})})})]})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Kok_ELqOI:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2912.8),pixelHeight:1707,pixelWidth:2560,positionX:\"center\",positionY:\"top\",sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/JViF7unTRk74HFrt9MqkMlzWxTI.png\",srcSet:\"https://framerusercontent.com/images/JViF7unTRk74HFrt9MqkMlzWxTI.png?scale-down-to=512 512w,https://framerusercontent.com/images/JViF7unTRk74HFrt9MqkMlzWxTI.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/JViF7unTRk74HFrt9MqkMlzWxTI.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/JViF7unTRk74HFrt9MqkMlzWxTI.png 2560w\"}},ZTgpABZ7A:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2994.8),pixelHeight:1707,pixelWidth:2560,positionX:\"center\",positionY:\"top\",sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/JViF7unTRk74HFrt9MqkMlzWxTI.png\",srcSet:\"https://framerusercontent.com/images/JViF7unTRk74HFrt9MqkMlzWxTI.png?scale-down-to=512 512w,https://framerusercontent.com/images/JViF7unTRk74HFrt9MqkMlzWxTI.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/JViF7unTRk74HFrt9MqkMlzWxTI.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/JViF7unTRk74HFrt9MqkMlzWxTI.png 2560w\"}}},children:/*#__PURE__*/_jsxs(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2796.2),pixelHeight:1707,pixelWidth:2560,positionX:\"center\",positionY:\"top\",sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/JViF7unTRk74HFrt9MqkMlzWxTI.png\",srcSet:\"https://framerusercontent.com/images/JViF7unTRk74HFrt9MqkMlzWxTI.png?scale-down-to=512 512w,https://framerusercontent.com/images/JViF7unTRk74HFrt9MqkMlzWxTI.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/JViF7unTRk74HFrt9MqkMlzWxTI.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/JViF7unTRk74HFrt9MqkMlzWxTI.png 2560w\"},className:\"framer-1o5d00t\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-2rfnw7\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v14\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1ts73f0\",\"data-styles-preset\":\"TtcgDhrZQ\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Our door is always open\"})}),className:\"framer-fzd9u3\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v15\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-5dgj5c\",\"data-styles-preset\":\"OIHbmh3Do\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"We work from beautiful new premises in Tilst, just outside Aarhus in Denmark. You\u2019re always welcome to drop by to have\\xa0a cup of coffee and get to know us in person.\"})}),className:\"framer-cf4gv3\",\"data-framer-name\":\"Paragraph\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-6mqczh\"}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"yzlJm6SWg\"},implicitPathVariables:undefined},{href:{webPageId:\"yzlJm6SWg\"},implicitPathVariables:undefined},{href:{webPageId:\"yzlJm6SWg\"},implicitPathVariables:undefined}],children:resolvedLinks5=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Kok_ELqOI:{y:(componentViewport?.y||0)+0+2912.8+80+197.8},ZTgpABZ7A:{y:(componentViewport?.y||0)+0+2994.8+100+197.8}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:53,y:(componentViewport?.y||0)+0+2796.2+120+197.8,children:/*#__PURE__*/_jsx(Container,{className:\"framer-11vqy6a-container\",nodeId:\"OFypDvBtX\",scopeId:\"N6YIf8VH3\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Kok_ELqOI:{oWZRT2mWz:resolvedLinks5[2],variant:\"Zz8KxfsVU\"},ZTgpABZ7A:{oWZRT2mWz:resolvedLinks5[1]}},children:/*#__PURE__*/_jsx(ButtonPrimary,{at1UkTATe:false,AUxxThHf2:true,BsL0r5fka:false,dhDI_NVr3:\"Circle\",height:\"100%\",id:\"OFypDvBtX\",layoutId:\"OFypDvBtX\",LDOd_u_9b:false,MI1bsd8zC:getLocalizedValue(\"v16\",activeLocale)??\"I'd like to swing by\",oWZRT2mWz:resolvedLinks5[0],variant:\"EJHHo6Ww_\",width:\"100%\",YeMJPbkcS:\"ArrowRight\"})})})})})})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1bumf9q\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v17\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1l88tz4\",\"data-styles-preset\":\"OPnLqJ3cA\",children:\"Strong partnerships\"})}),className:\"framer-105a2g2\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Kok_ELqOI:{y:(componentViewport?.y||0)+0+3323.6+30+42},ZTgpABZ7A:{y:(componentViewport?.y||0)+0+3445.6+40+42}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:100,width:\"1200px\",y:(componentViewport?.y||0)+0+3287+40+42,children:/*#__PURE__*/_jsx(Container,{className:\"framer-barwmj-container\",nodeId:\"jL_BEOqWs\",scopeId:\"N6YIf8VH3\",children:/*#__PURE__*/_jsx(TickerComponent,{height:\"100%\",id:\"jL_BEOqWs\",layoutId:\"jL_BEOqWs\",style:{width:\"100%\"},width:\"100%\"})})})})]})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-i3TK1.framer-n5wfch, .framer-i3TK1 .framer-n5wfch { display: block; }\",\".framer-i3TK1.framer-uaok05 { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1200px; }\",\".framer-i3TK1 .framer-3w8k6n { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: center; overflow: hidden; padding: 120px 20px 120px 20px; position: relative; width: 100%; }\",\".framer-i3TK1 .framer-1i8rhds { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 1200px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-i3TK1 .framer-b25jja { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 50%; }\",\".framer-i3TK1 .framer-1themd4 { 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-i3TK1 .framer-fw4v1n, .framer-i3TK1 .framer-105a2g2 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-i3TK1 .framer-1x0ql2x { align-content: center; align-items: center; background-color: var(--token-10bb7ac9-ba17-4563-b163-5df758b0c0c9, #ffffff); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: hidden; padding: 120px 20px 120px 20px; position: relative; width: 100%; }\",\".framer-i3TK1 .framer-1l47g2o { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; max-width: 700px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-i3TK1 .framer-qp35fq, .framer-i3TK1 .framer-15rvogj, .framer-i3TK1 .framer-1k7uams, .framer-i3TK1 .framer-occl2h, .framer-i3TK1 .framer-1vyy1b7, .framer-i3TK1 .framer-ukcl2h { --framer-text-wrap-override: balance; flex: none; height: auto; position: relative; width: 100%; }\",\".framer-i3TK1 .framer-1o655y9-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-i3TK1.framer-goaiig { background-color: rgba(0, 0, 0, 0.8); inset: 0px; position: fixed; user-select: none; }\",\".framer-i3TK1.framer-bikkty { align-content: center; align-items: center; background-color: #ffffff; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 10px; height: 72vh; justify-content: center; left: calc(50.00000000000002% - 65% / 2); overflow: auto; padding: 20px; position: fixed; top: calc(50.043744531933534% - 72vh / 2); width: 65%; }\",\".framer-i3TK1 .framer-jju0cf-container { flex: none; height: 60vh; position: relative; width: 90%; }\",\".framer-i3TK1 .framer-652uhn { align-content: center; align-items: center; background-color: var(--token-050166de-2508-480a-908b-e56825a167e6, #fafafa); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; overflow: visible; padding: 120px 0px 120px 0px; position: relative; width: 100%; }\",\".framer-i3TK1 .framer-13k673d, .framer-i3TK1 .framer-19zy7u4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; max-width: 1100px; overflow: visible; padding: 0px; position: relative; scroll-margin-top: 100px; width: 100%; }\",\".framer-i3TK1 .framer-1p4rwpa { aspect-ratio: 1 / 1; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; flex: 1 0 0px; gap: 0px; height: var(--framer-aspect-ratio-supported, 530px); overflow: hidden; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-i3TK1 .framer-grl5kv, .framer-i3TK1 .framer-syhjet { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-i3TK1 .framer-1ucps4x, .framer-i3TK1 .framer-1lxurx0 { 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: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-i3TK1 .framer-c7a00v, .framer-i3TK1 .framer-zv4e2v { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-i3TK1 .framer-199e4vv-container, .framer-i3TK1 .framer-11vqy6a-container { flex: none; height: auto; position: relative; width: auto; z-index: 2; }\",\".framer-i3TK1 .framer-pygixr { align-content: center; align-items: center; background-color: var(--token-10bb7ac9-ba17-4563-b163-5df758b0c0c9, #ffffff); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; overflow: visible; padding: 120px 0px 120px 0px; position: relative; width: 100%; }\",\".framer-i3TK1 .framer-soc91x { aspect-ratio: 1.606060606060606 / 1; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; flex: 1 0 0px; gap: 0px; height: var(--framer-aspect-ratio-supported, 330px); overflow: hidden; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-i3TK1 .framer-1v1cupi { align-content: center; align-items: center; background-color: var(--token-050166de-2508-480a-908b-e56825a167e6, #fafafa); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: hidden; padding: 120px 20px 120px 20px; position: relative; width: 100%; }\",\".framer-i3TK1 .framer-cpsw7 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; max-width: 1100px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-i3TK1 .framer-134up1w { display: grid; flex: none; gap: 10px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(4, minmax(100px, 1fr)); grid-template-rows: repeat(1, minmax(0, 1fr)); height: min-content; justify-content: center; max-width: 1100px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-i3TK1 .framer-1oy4l6p-container, .framer-i3TK1 .framer-1ibclo8-container, .framer-i3TK1 .framer-1qbe01w-container, .framer-i3TK1 .framer-nudueo-container { align-self: start; flex: none; height: auto; justify-self: start; position: relative; width: 100%; }\",\".framer-i3TK1 .framer-1o5d00t { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 120px 0px 120px 0px; position: relative; width: 100%; }\",\".framer-i3TK1 .framer-2rfnw7 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 600px; overflow: hidden; padding: 0px 30px 0px 30px; position: relative; width: 100%; }\",\".framer-i3TK1 .framer-fzd9u3, .framer-i3TK1 .framer-cf4gv3 { --framer-text-wrap-override: balance; flex: none; height: auto; position: relative; width: 100%; z-index: 2; }\",\".framer-i3TK1 .framer-6mqczh { background: linear-gradient(180deg, #0083b3 0%, rgba(0, 0, 0, 0) 100%); flex: none; height: 600px; left: calc(50.00000000000002% - 101% / 2); overflow: hidden; position: absolute; top: 0px; width: 101%; z-index: 1; }\",\".framer-i3TK1 .framer-1bumf9q { align-content: center; align-items: center; background-color: var(--token-050166de-2508-480a-908b-e56825a167e6, #fafafa); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: hidden; padding: 40px 0px 40px 0px; position: relative; width: 100%; }\",\".framer-i3TK1 .framer-barwmj-container { flex: none; height: auto; position: relative; width: 1200px; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,\"@media (min-width: 810px) and (max-width: 1199px) { .framer-i3TK1.framer-uaok05 { width: 810px; } .framer-i3TK1 .framer-3w8k6n { padding: 80px 20px 80px 20px; } .framer-i3TK1 .framer-b25jja { gap: 21px; width: 60%; } .framer-i3TK1 .framer-1x0ql2x, .framer-i3TK1 .framer-1v1cupi { padding: 100px 20px 100px 20px; } .framer-i3TK1.framer-bikkty { left: calc(50.00000000000002% - 70% / 2); width: 70%; } .framer-i3TK1 .framer-652uhn, .framer-i3TK1 .framer-pygixr { padding: 100px 40px 100px 40px; } .framer-i3TK1 .framer-13k673d, .framer-i3TK1 .framer-19zy7u4 { flex-direction: column; gap: 0px; } .framer-i3TK1 .framer-1p4rwpa { flex: none; height: var(--framer-aspect-ratio-supported, 730px); width: 100%; } .framer-i3TK1 .framer-grl5kv { flex: none; padding: 0px 40px 0px 40px; width: 100%; } .framer-i3TK1 .framer-syhjet { flex: none; order: 1; padding: 0px 40px 0px 40px; width: 100%; } .framer-i3TK1 .framer-soc91x { flex: none; height: var(--framer-aspect-ratio-supported, 455px); order: 0; width: 100%; } .framer-i3TK1 .framer-134up1w { gap: 8px; } .framer-i3TK1 .framer-1o5d00t { padding: 100px 0px 100px 0px; }}\",\"@media (max-width: 809px) { .framer-i3TK1.framer-uaok05 { width: 390px; } .framer-i3TK1 .framer-3w8k6n { gap: 20px; padding: 60px 20px 60px 20px; } .framer-i3TK1 .framer-b25jja { gap: 30px; width: 100%; } .framer-i3TK1 .framer-1x0ql2x { padding: 80px 20px 80px 20px; } .framer-i3TK1 .framer-1o655y9-container { width: 100%; } .framer-i3TK1.framer-bikkty { left: calc(50.00000000000002% - 80% / 2); width: 80%; } .framer-i3TK1 .framer-jju0cf-container { height: 65vh; } .framer-i3TK1 .framer-652uhn, .framer-i3TK1 .framer-pygixr { padding: 80px 30px 80px 30px; } .framer-i3TK1 .framer-13k673d, .framer-i3TK1 .framer-19zy7u4 { flex-direction: column; gap: 0px; } .framer-i3TK1 .framer-1p4rwpa { flex: none; height: var(--framer-aspect-ratio-supported, 200px); width: 100%; } .framer-i3TK1 .framer-grl5kv { flex: none; gap: 30px; width: 100%; } .framer-i3TK1 .framer-syhjet { flex: none; gap: 30px; order: 1; width: 100%; } .framer-i3TK1 .framer-soc91x { flex: none; height: var(--framer-aspect-ratio-supported, 125px); order: 0; width: 100%; } .framer-i3TK1 .framer-1v1cupi { align-content: flex-start; align-items: flex-start; padding: 80px 20px 80px 20px; } .framer-i3TK1 .framer-134up1w { gap: 4px; grid-template-columns: repeat(2, minmax(100px, 1fr)); } .framer-i3TK1 .framer-1o5d00t { padding: 80px 0px 80px 0px; } .framer-i3TK1 .framer-6mqczh { height: 70%; left: calc(50.00000000000002% - 101.02564102564102% / 2); width: 101%; } .framer-i3TK1 .framer-1bumf9q { padding: 30px 0px 30px 0px; }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 4094.5\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"ZTgpABZ7A\":{\"layout\":[\"fixed\",\"auto\"]},\"Kok_ELqOI\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"EQf1bpcyn\":{\"pattern\":\":EQf1bpcyn\",\"name\":\"translation\"},\"mOS5x2lXy\":{\"pattern\":\":mOS5x2lXy\",\"name\":\"seo\"}}\n * @framerResponsiveScreen\n */const FramerN6YIf8VH3=withCSS(Component,css,\"framer-i3TK1\");export default FramerN6YIf8VH3;FramerN6YIf8VH3.displayName=\"Specialities / Industries / Robot Technology\";FramerN6YIf8VH3.defaultProps={height:4094.5,width:1200};addFonts(FramerN6YIf8VH3,[{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:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/CfMzU8w2e7tHgF4T4rATMPuWosA.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/867QObYax8ANsfX4TGEVU9YiCM.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Oyn2ZbENFdnW7mt2Lzjk1h9Zb9k.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/cdAe8hgZ1cMyLu9g005pAW3xMo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/DOfvtmE1UplCq161m6Hj8CSQYg.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/vFzuJY0c65av44uhEKB6vyjFMg.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/tKtBcDnBMevsEEJKdNGhhkLzYo.woff2\",weight:\"400\"}]},...ButtonPrimaryFonts,...HubSpotFormFonts,...TileLinkFonts,...TickerComponentFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerN6YIf8VH3\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerResponsiveScreen\":\"\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ZTgpABZ7A\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Kok_ELqOI\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerAutoSizeImages\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerScrollSections\":\"{\\\"EQf1bpcyn\\\":{\\\"pattern\\\":\\\":EQf1bpcyn\\\",\\\"name\\\":\\\"translation\\\"},\\\"mOS5x2lXy\\\":{\\\"pattern\\\":\\\":mOS5x2lXy\\\",\\\"name\\\":\\\"seo\\\"}}\",\"framerColorSyntax\":\"true\",\"framerIntrinsicHeight\":\"4094.5\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"1200\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["valuesByLocaleId", "LazyValue", "getLocalizedValue", "key", "locale", "values", "value", "preload", "promises", "promise", "usePreloadLocalizedValues", "preloadPromise", "ButtonPrimaryFonts", "getFonts", "wrxaEL33k_default", "HubSpotFormFonts", "HubSpotForm", "TileLinkFonts", "HQrdXgxta_default", "TickerComponentFonts", "LvEqZmANn_default", "breakpoints", "serializationHash", "variantClassNames", "addImageAlt", "image", "alt", "getContainer", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "HTMLStyle", "value", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "breakpoints", "gestureVariant", "activeVariantCallback", "delay", "useActiveVariantCallback", "oq8l5beXs3bnx0g", "overlay", "loadMore", "args", "scopingClassNames", "cx", "usePreloadLocalizedValues", "elementId", "useRouteElementId", "ref1", "router", "useRouter", "elementId1", "ref2", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "PropertyOverrides2", "getLoadingLazyAtYPosition", "Image2", "RichText2", "getLocalizedValue", "x", "l", "ComponentViewportProvider", "Container", "wrxaEL33k_default", "AnimatePresence", "Ga", "HubSpotForm", "ResolveLinks", "resolvedLinks", "resolvedLinks1", "HQrdXgxta_default", "resolvedLinks2", "resolvedLinks3", "resolvedLinks4", "resolvedLinks5", "LvEqZmANn_default", "css", "FramerN6YIf8VH3", "withCSS", "N6YIf8VH3_default", "addFonts", "ButtonPrimaryFonts", "HubSpotFormFonts", "TileLinkFonts", "TickerComponentFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
