{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/Og700huAvEiINn9kDzEQ/1i6malawdY7uvkEPI21d/x8po0B8XD.js", "ssg:https://framerusercontent.com/modules/VgrEtYKuzNO9gvRglqio/MOKiyBDAsBFsGtXj7cSo/x8po0B8XD.js"],
  "sourcesContent": ["// Generated by Framer (013b13c)\nimport{LazyValue}from\"framer\";const valuesByLocaleId={heAAOx1c8:new LazyValue(()=>import(\"./x8po0B8XD-1.js\")),HMtLMywjH:new LazyValue(()=>import(\"./x8po0B8XD-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 (013b13c)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,PropertyOverrides,ResolveLinks,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useRouter,withCSS}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import FeaturesSection4 from\"#framer/local/canvasComponent/a3kqClI56/a3kqClI56.js\";import Accordion3 from\"#framer/local/canvasComponent/BkR0QTjQr/BkR0QTjQr.js\";import CTASection from\"#framer/local/canvasComponent/BZbH80pwG/BZbH80pwG.js\";import SectionOne from\"#framer/local/canvasComponent/cCDXzB7Z1/cCDXzB7Z1.js\";import HeroMain from\"#framer/local/canvasComponent/FIpDQAnJQ/FIpDQAnJQ.js\";import SectionSectionW3 from\"#framer/local/canvasComponent/gmLCvml2f/gmLCvml2f.js\";import Accordion4 from\"#framer/local/canvasComponent/Itc4bNEX4/Itc4bNEX4.js\";import ModuleLanguageCombinations from\"#framer/local/canvasComponent/JgYSE_D8U/JgYSE_D8U.js\";import ReviewCarousel from\"#framer/local/canvasComponent/kOrQxZhld/kOrQxZhld.js\";import FooterModule from\"#framer/local/canvasComponent/l0axI5cD2/l0axI5cD2.js\";import MenuNavigationModule from\"#framer/local/canvasComponent/p3QJ0hUbI/p3QJ0hUbI.js\";import ModuleLanguages from\"#framer/local/canvasComponent/tSK5_nA_i/tSK5_nA_i.js\";import ModuleIndustry from\"#framer/local/canvasComponent/WElhlFoLh/WElhlFoLh.js\";import getLocalizedValue,{usePreloadLocalizedValues}from\"#framer/local/localization/x8po0B8XD/x8po0B8XD.js\";import metadataProvider from\"#framer/local/webPageMetadata/x8po0B8XD/x8po0B8XD.js\";const MenuNavigationModuleFonts=getFonts(MenuNavigationModule);const HeroMainFonts=getFonts(HeroMain);const Accordion3Fonts=getFonts(Accordion3);const ReviewCarouselFonts=getFonts(ReviewCarousel);const FeaturesSection4Fonts=getFonts(FeaturesSection4);const ModuleIndustryFonts=getFonts(ModuleIndustry);const SectionSectionW3Fonts=getFonts(SectionSectionW3);const SectionOneFonts=getFonts(SectionOne);const Accordion4Fonts=getFonts(Accordion4);const ModuleLanguagesFonts=getFonts(ModuleLanguages);const ModuleLanguageCombinationsFonts=getFonts(ModuleLanguageCombinations);const CTASectionFonts=getFonts(CTASection);const FooterModuleFonts=getFonts(FooterModule);const breakpoints={cIrS9OuPc:\"(min-width: 1200px)\",dVSiBcg6l:\"(min-width: 810px) and (max-width: 1199px)\",ex5xshdIy:\"(max-width: 809px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-1FJ09\";const variantClassNames={cIrS9OuPc:\"framer-v-1g0xno2\",dVSiBcg6l:\"framer-v-wio8ve\",ex5xshdIy:\"framer-v-1h3z50k\"};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"cIrS9OuPc\",Phone:\"ex5xshdIy\",Tablet:\"dVSiBcg6l\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"cIrS9OuPc\"};};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 sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);usePreloadLocalizedValues(activeLocale);const router=useRouter();useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"cIrS9OuPc\",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-1g0xno2\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:87,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1hg8ivf-container\",nodeId:\"VU0k0Xr_F\",scopeId:\"x8po0B8XD\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dVSiBcg6l:{variant:\"I4lDT0UtV\"},ex5xshdIy:{variant:\"I4lDT0UtV\"}},children:/*#__PURE__*/_jsx(MenuNavigationModule,{height:\"100%\",id:\"VU0k0Xr_F\",layoutId:\"VU0k0Xr_F\",style:{width:\"100%\"},variant:\"xIJfeNSL5\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:456,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+87,children:/*#__PURE__*/_jsx(Container,{className:\"framer-19adgpn-container\",nodeId:\"cijo405jO\",scopeId:\"x8po0B8XD\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ex5xshdIy:{variant:\"SvmwbH8cz\"}},children:/*#__PURE__*/_jsx(HeroMain,{DwJcVi9YA:addImageAlt({src:\"https://framerusercontent.com/images/ca1S9zn1DDwVtj38ScbztPBqkyQ.png\",srcSet:\"https://framerusercontent.com/images/ca1S9zn1DDwVtj38ScbztPBqkyQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/ca1S9zn1DDwVtj38ScbztPBqkyQ.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/ca1S9zn1DDwVtj38ScbztPBqkyQ.png 1258w\"},\"\"),ggDw6F18T:\"var(--token-8f76d932-8d09-4c3d-bc86-50dc6739c514, rgb(69, 74, 91))\",gZ1KusEWY:getLocalizedValue(\"v6\",activeLocale)??\"Personal assistance\",height:\"100%\",id:\"cijo405jO\",JmBw9H9W9:getLocalizedValue(\"v1\",activeLocale)??\"Professional English to Dutch translations\",JnYZwWYuZ:false,JSdiJo_Nx:\"E049N0Bde\",KPjxFNlaz:getLocalizedValue(\"v0\",activeLocale)??\"LANGUAGES\",layoutId:\"cijo405jO\",MMeDJfkIh:getLocalizedValue(\"v4\",activeLocale)??\"Access to professional freelancers\",N5NUJgIAk:getLocalizedValue(\"v2\",activeLocale)??\"Combining AI and human expertise for context-based translations that maintain your brand\u2019s voice. EasyTranslate makes on-brand English to Dutch translation fast, easy and affordable.\",ODUJ_zsgO:getLocalizedValue(\"v5\",activeLocale)??\"Unique blend of AI & humans\",OU45l6djO:\"Off\",qtSsR_EOG:\"var(--token-4e87d3ee-8d7f-4429-806c-e7ea8bc4a075, rgb(254, 254, 254))\",style:{width:\"100%\"},Suc2UQmmN:\"\",TPdudkI8B:\"var(--token-10cfbc33-27be-46e6-a1ab-ba1cd565554b, rgb(44, 63, 213))\",variant:\"ky086X1zg\",width:\"100%\",wKT3XUDmM:getLocalizedValue(\"v3\",activeLocale)??\"Get a Quote\"})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:200,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+543,children:/*#__PURE__*/_jsx(Container,{className:\"framer-rxbjwy-container\",nodeId:\"xvYR8cA6s\",scopeId:\"x8po0B8XD\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dVSiBcg6l:{variant:\"BewIS65va\"},ex5xshdIy:{variant:\"QW1ZSJR7z\"}},children:/*#__PURE__*/_jsx(Accordion3,{BRUaPLOzj:false,cpVuhBk6J:\"\",CR9f5xb_I:getLocalizedValue(\"v7\",activeLocale)??\"THE BEST OF HUMAN AND ARTIFICIAL INTELLIGENCE\",FwYdu_04i:getLocalizedValue(\"v12\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"We support you throughout the entire translation process. With some reference material, we take care of everything so you can easily get accurate, on-brand English to Dutch translations. From setting up your personal AI and finding the right human translators to delivering your English to Dutch translations into your preferred systems, we support you all the way.\"})}),gWSt6cbRY:getLocalizedValue(\"v8\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"EasyTranslate HumanAI combines AI efficiency with human expertise to create context-specific, on-brand translations. With customised AI and strategic translator edits, we deliver English to Dutch translations that perfectly fit your product, brand and industry. HumanAI means benefitting from the speed and cost-effectiveness of AI and the quality of human translation.\"})}),height:\"100%\",id:\"xvYR8cA6s\",IL7nge_87:getLocalizedValue(\"v10\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"Our dedicated English to Dutch translators are the best in their field and have years of experience. All of them are native speakers and hold certifications that recognise their language level qualifying them as expert English to Dutch translators. Once AI has done its magic, our translators step in to further up-level quality if needed. With us, you can have confidence in every single translation.\"})}),layoutId:\"xvYR8cA6s\",LktGFcGA8:\"\",MS4NlUBRz:false,OM7EWZrxR:getLocalizedValue(\"v9\",activeLocale)??\"HUNDREDS OF PROFESSIONAL TRANSLATORS\",OQ3IXbTpd:\"\",ozP815uoB:\"text\",qovVgFsK9:false,r5ByPOvwp:false,S7M3Qr2Kf:getLocalizedValue(\"v11\",activeLocale)??\"HANDS-ON ENGLISH TO DUTCH TRANSLATION SUPPORT\",SgSMOo2xW:addImageAlt({src:\"https://framerusercontent.com/images/FhgjNzWjPLwBBbjCEei7s2qFrQ.png\",srcSet:\"https://framerusercontent.com/images/FhgjNzWjPLwBBbjCEei7s2qFrQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/FhgjNzWjPLwBBbjCEei7s2qFrQ.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/FhgjNzWjPLwBBbjCEei7s2qFrQ.png 1259w\"},\"\"),style:{width:\"100%\"},TXYWD_uyb:addImageAlt({src:\"https://framerusercontent.com/images/bwjUlnPc1T1znKtTtMqOZm6D58.png\",srcSet:\"https://framerusercontent.com/images/bwjUlnPc1T1znKtTtMqOZm6D58.png?scale-down-to=512 512w,https://framerusercontent.com/images/bwjUlnPc1T1znKtTtMqOZm6D58.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/bwjUlnPc1T1znKtTtMqOZm6D58.png 1259w\"},\"\"),variant:\"NZfaeOiNx\",width:\"100%\",wrFak3pLz:false,wzRyTbLEe:addImageAlt({src:\"https://framerusercontent.com/images/PP1pQB4ktqWNpRH9y9w6fEXGqzc.png\",srcSet:\"https://framerusercontent.com/images/PP1pQB4ktqWNpRH9y9w6fEXGqzc.png?scale-down-to=512 512w,https://framerusercontent.com/images/PP1pQB4ktqWNpRH9y9w6fEXGqzc.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/PP1pQB4ktqWNpRH9y9w6fEXGqzc.png 1258w\"},\"\"),ys9BtI9Jg:\"text\"})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:200,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+743,children:/*#__PURE__*/_jsx(Container,{className:\"framer-hhmiab-container\",nodeId:\"UtB1rKaZD\",scopeId:\"x8po0B8XD\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dVSiBcg6l:{variant:\"CMSFb1R8Y\"},ex5xshdIy:{variant:\"nwA_l8aPM\"}},children:/*#__PURE__*/_jsx(ReviewCarousel,{height:\"100%\",id:\"UtB1rKaZD\",layoutId:\"UtB1rKaZD\",style:{width:\"100%\"},TDzRmrVpX:getLocalizedValue(\"v13\",activeLocale)??\"See why our customers love us\",variant:\"pDGRyF54v\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"cTvp6ncVE\"},implicitPathVariables:undefined},{href:{webPageId:\"LxQ9_joG4\"},implicitPathVariables:undefined},{href:{webPageId:\"cSoYn4CDF\"},implicitPathVariables:undefined},{href:{webPageId:\"ajR6H1y0L\"},implicitPathVariables:undefined},{href:{webPageId:\"cTvp6ncVE\"},implicitPathVariables:undefined},{href:{webPageId:\"LxQ9_joG4\"},implicitPathVariables:undefined},{href:{webPageId:\"cSoYn4CDF\"},implicitPathVariables:undefined},{href:{webPageId:\"ajR6H1y0L\"},implicitPathVariables:undefined},{href:{webPageId:\"cTvp6ncVE\"},implicitPathVariables:undefined},{href:{webPageId:\"LxQ9_joG4\"},implicitPathVariables:undefined},{href:{webPageId:\"cSoYn4CDF\"},implicitPathVariables:undefined},{href:{webPageId:\"ajR6H1y0L\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:200,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+943,children:/*#__PURE__*/_jsx(Container,{className:\"framer-166bhu8-container\",nodeId:\"dmePgQRBa\",scopeId:\"x8po0B8XD\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dVSiBcg6l:{CNC1GErns:resolvedLinks[5],hUuUwJSjL:resolvedLinks[7],rYJqND9dJ:resolvedLinks[6],variant:\"ofdAscmmi\",xmuXe7o8J:resolvedLinks[4]},ex5xshdIy:{CNC1GErns:resolvedLinks[9],hUuUwJSjL:resolvedLinks[11],rYJqND9dJ:resolvedLinks[10],variant:\"m7dGPToRK\",xmuXe7o8J:resolvedLinks[8]}},children:/*#__PURE__*/_jsx(FeaturesSection4,{AOpbPLU4A:addImageAlt({src:\"https://framerusercontent.com/images/WaKdRCk90KeUWpMtymSNuWxVYrU.svg\",srcSet:\"https://framerusercontent.com/images/WaKdRCk90KeUWpMtymSNuWxVYrU.svg?scale-down-to=512 512w,https://framerusercontent.com/images/WaKdRCk90KeUWpMtymSNuWxVYrU.svg 628w\"},\"\"),avdsVfKoI:getLocalizedValue(\"v16\",activeLocale)??\"HumanAI translations\",BfA60hBQf:getLocalizedValue(\"v22\",activeLocale)??\"Copy editing\",CNC1GErns:resolvedLinks[1],FMAoY6DQE:getLocalizedValue(\"v18\",activeLocale)??\"Team of freelancers\",G4GHqD_RL:addImageAlt({src:\"https://framerusercontent.com/images/jrBwhhPRt3p0ZnvKE3HkXiwKUs.svg\",srcSet:\"https://framerusercontent.com/images/jrBwhhPRt3p0ZnvKE3HkXiwKUs.svg?scale-down-to=512 512w,https://framerusercontent.com/images/jrBwhhPRt3p0ZnvKE3HkXiwKUs.svg 628w\"},\"\"),height:\"100%\",hUuUwJSjL:resolvedLinks[3],id:\"dmePgQRBa\",JTARQDISR:getLocalizedValue(\"v21\",activeLocale)??\"Let AI write engaging content in any language, \u2060\u2060fast and at scale\",kSPpfwZTm:getLocalizedValue(\"v17\",activeLocale)??\"Automated AI translations with human input where it matters\",layoutId:\"dmePgQRBa\",ngJMX0J9J:getLocalizedValue(\"v23\",activeLocale)??\"Get human copy editing services for AI-generated content\",oDZZSqmbY:getLocalizedValue(\"v20\",activeLocale)??\"Content Generation\",qC2RDCOXn:addImageAlt({src:\"https://framerusercontent.com/images/CNnXPQxgXGU1bzAv9LKUMpNcOpM.svg\",srcSet:\"https://framerusercontent.com/images/CNnXPQxgXGU1bzAv9LKUMpNcOpM.svg?scale-down-to=512 512w,https://framerusercontent.com/images/CNnXPQxgXGU1bzAv9LKUMpNcOpM.svg 628w\"},\"\"),rKOgo_nAR:addImageAlt({src:\"https://framerusercontent.com/images/kR2KC0hUATO7QeKkYD51hYUkxwU.svg\",srcSet:\"https://framerusercontent.com/images/kR2KC0hUATO7QeKkYD51hYUkxwU.svg?scale-down-to=512 512w,https://framerusercontent.com/images/kR2KC0hUATO7QeKkYD51hYUkxwU.svg 628w\"},\"\"),rYJqND9dJ:resolvedLinks[2],style:{width:\"100%\"},u6YXs3rpn:getLocalizedValue(\"v15\",activeLocale)??\"From smart translations to multilingual text creation from scratch, we offer everything you need to reach your target audiences with authentic content in any language.\",variant:\"o6xsQ5ts5\",width:\"100%\",wrgdg8p9X:getLocalizedValue(\"v19\",activeLocale)??\"Build a dedicated team of freelance translators and/or copy editors\",xmuXe7o8J:resolvedLinks[0],XOVjNLRWu:getLocalizedValue(\"v14\",activeLocale)??\"What we offer\"})})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:200,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+1143,children:/*#__PURE__*/_jsx(Container,{className:\"framer-srwerh-container\",nodeId:\"PjeCjip4J\",scopeId:\"x8po0B8XD\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ex5xshdIy:{variant:\"S5lsqxwAm\"}},children:/*#__PURE__*/_jsx(ModuleIndustry,{height:\"100%\",id:\"PjeCjip4J\",layoutId:\"PjeCjip4J\",nDtyjf4A7:getLocalizedValue(\"v24\",activeLocale)??\"Translations for any industry\",R1zRLz11y:getLocalizedValue(\"v25\",activeLocale)??\"Whether you work in marketing, tech, fashion or any other field, we deliver tailored translations that fit your brand\u2019s industry.\",style:{width:\"100%\"},variant:\"u6F8M5Caa\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:509,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+1343,children:/*#__PURE__*/_jsx(Container,{className:\"framer-a97el2-container\",nodeId:\"NGcSYrbmW\",scopeId:\"x8po0B8XD\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dVSiBcg6l:{variant:\"WtsWSP0lo\"},ex5xshdIy:{variant:\"iPyWZYzhP\"}},children:/*#__PURE__*/_jsx(SectionSectionW3,{EG6xj12kp:getLocalizedValue(\"v28\",activeLocale)??\"Single sign-on\",GF7ntF9ef:getLocalizedValue(\"v26\",activeLocale)??\"Your data is safe with us\",height:\"100%\",id:\"NGcSYrbmW\",iOCjeH3LS:getLocalizedValue(\"v29\",activeLocale)??\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. \",kcdrqrmJw:getLocalizedValue(\"v30\",activeLocale)??\"Annual ISO 27001 audit\",layoutId:\"NGcSYrbmW\",ltFX_2rTW:getLocalizedValue(\"v31\",activeLocale)??\"GDPR compliance\",onRkQVT7h:getLocalizedValue(\"v27\",activeLocale)??\"Protecting your files and information is our top priority. Your data remains safe, compliant and under your control.\",Qbxk1GJwc:\"text\",style:{width:\"100%\"},variant:\"uFUlz3YBD\",width:\"100%\",X8BmNuXPu:getLocalizedValue(\"v29\",activeLocale)??\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. \",xfMlsNDnT:\"var(--token-4e87d3ee-8d7f-4429-806c-e7ea8bc4a075, rgb(254, 254, 254))\"})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:480,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+1852,children:/*#__PURE__*/_jsx(Container,{className:\"framer-spqjie-container\",nodeId:\"Snwfdr6n4\",scopeId:\"x8po0B8XD\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ex5xshdIy:{variant:\"QHFpmSl1a\"}},children:/*#__PURE__*/_jsx(SectionOne,{AO8hijkrp:false,bODGJlcx3:false,BwA4kQPEj:getLocalizedValue(\"v34\",activeLocale)??\"Read more\",EunZOfnGl:getLocalizedValue(\"v33\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"There\u2019s Dutch and then there\u2019s your Dutch. Using generic machine translation tools will generate generic translations. With EasyTranslate, you get context-based translations that are in line with your industry and your brand as well as your terminology and tone of voice. We customise your own AI model that is trained in your preferred communication style. On top of that, we loop in translators of your choice who are well-briefed on your content preferences. The result? Not just generic Dutch translation but Dutch content that speaks your brand\u2019s language.\"})}),height:\"100%\",id:\"Snwfdr6n4\",iQscSpf_L:addImageAlt({src:\"https://framerusercontent.com/images/RNuPYH2Odxtj4Khsv74Zx7mg74M.png\",srcSet:\"https://framerusercontent.com/images/RNuPYH2Odxtj4Khsv74Zx7mg74M.png?scale-down-to=512 512w,https://framerusercontent.com/images/RNuPYH2Odxtj4Khsv74Zx7mg74M.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/RNuPYH2Odxtj4Khsv74Zx7mg74M.png 1258w\"},\"\"),layoutId:\"Snwfdr6n4\",mwE0pX988:getLocalizedValue(\"v32\",activeLocale)??\"Dutch vs YOUR Dutch\",style:{width:\"100%\"},U8XMtU12F:true,variant:\"jzhle5Uq9\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"KWxRyrlqu\"},implicitPathVariables:undefined},{href:{webPageId:\"KWxRyrlqu\"},implicitPathVariables:undefined},{href:{webPageId:\"KWxRyrlqu\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:200,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+2332,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1m4fcbz-container\",nodeId:\"vy4FoRfdV\",scopeId:\"x8po0B8XD\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dVSiBcg6l:{ASHwoVY2X:resolvedLinks1[1],variant:\"a22_wRSEb\"},ex5xshdIy:{ASHwoVY2X:resolvedLinks1[2],variant:\"ar425hjAk\"}},children:/*#__PURE__*/_jsx(Accordion4,{ASHwoVY2X:resolvedLinks1[0],bUrkPee_E:getLocalizedValue(\"v43\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"Our English to Dutch translation services cover the full translation process from start to finish. From pulling your original content from your CMS and other systems to translating, performing quality checks, proofreading and editing to deploying the finished translations back into your systems, EasyTranslate is fully automated.\"})}),cpVuhBk6J:\"\",CR9f5xb_I:getLocalizedValue(\"v35\",activeLocale)??\"INTEGRATE YOUR APPS WITHOUT CODING\",dEvdFyLBS:false,DX6RWbI7L:\"\",fm14qL4KT:getLocalizedValue(\"v42\",activeLocale)??\"WORRY-FREE TRANSLATION SERVICES\",height:\"100%\",id:\"vy4FoRfdV\",jHWq1G5yK:true,JZszZvqu7:getLocalizedValue(\"v39\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"EasyTranslate is all about making translation processes as smooth for you as possible. Our platform is user-friendly and fast. You can start a translation project at any time with just a few clicks. Once you\u2019ve submitted your request, you can track the status of your translation on our platform - it will be ready for you in less than 48 hours.\"})}),krz1V67vP:getLocalizedValue(\"v41\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"EasyTranslate provides a state-of-the-art translation tool making English to Dutch translations run smoothly and cost-efficiently. AI does the heavy lifting of the translation, conducts quality checks and pulls in translators for the important parts - all automatically. Try our easy-to-use translation tools and focus on what really matters.\"})}),layoutId:\"vy4FoRfdV\",LktGFcGA8:\"\",OM7EWZrxR:getLocalizedValue(\"v38\",activeLocale)??\"FAST AND EASY DUTCH TRANSLATIONS\",OQ3IXbTpd:getLocalizedValue(\"v37\",activeLocale)??\"Explore Plugins\",qovVgFsK9:false,S7M3Qr2Kf:getLocalizedValue(\"v40\",activeLocale)??\"SMART TRANSLATIONS TOOLS\",SgSMOo2xW:addImageAlt({src:\"https://framerusercontent.com/images/RQjYZ42hAjeTBThY8iZwUEuHQVM.png\",srcSet:\"https://framerusercontent.com/images/RQjYZ42hAjeTBThY8iZwUEuHQVM.png?scale-down-to=512 512w,https://framerusercontent.com/images/RQjYZ42hAjeTBThY8iZwUEuHQVM.png 959w\"},\"\"),style:{width:\"100%\"},tdCJoWX3G:false,TnJ20lxig:getLocalizedValue(\"v36\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"EasyTranslate plugs right into your favourite CMS, PIM and other apps. Our no-code plugins automatically translate into the right website sections, styles and formats. Whether you use Shopify, WordPress, Figma or any other system, we probably have the plugin you\u2019re looking for. If not, reach out and we\u2019re happy to develop the integration that fits your needs.\"})}),tOh9PP5sv:addImageAlt({src:\"https://framerusercontent.com/images/PP1pQB4ktqWNpRH9y9w6fEXGqzc.png\",srcSet:\"https://framerusercontent.com/images/PP1pQB4ktqWNpRH9y9w6fEXGqzc.png?scale-down-to=512 512w,https://framerusercontent.com/images/PP1pQB4ktqWNpRH9y9w6fEXGqzc.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/PP1pQB4ktqWNpRH9y9w6fEXGqzc.png 1258w\"},\"\"),TXYWD_uyb:addImageAlt({src:\"https://framerusercontent.com/images/PP1pQB4ktqWNpRH9y9w6fEXGqzc.png\",srcSet:\"https://framerusercontent.com/images/PP1pQB4ktqWNpRH9y9w6fEXGqzc.png?scale-down-to=512 512w,https://framerusercontent.com/images/PP1pQB4ktqWNpRH9y9w6fEXGqzc.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/PP1pQB4ktqWNpRH9y9w6fEXGqzc.png 1258w\"},\"\"),variant:\"IhKLP0YP9\",VBlSgrBhs:false,width:\"100%\",wrFak3pLz:true,wzRyTbLEe:addImageAlt({src:\"https://framerusercontent.com/images/PP1pQB4ktqWNpRH9y9w6fEXGqzc.png\",srcSet:\"https://framerusercontent.com/images/PP1pQB4ktqWNpRH9y9w6fEXGqzc.png?scale-down-to=512 512w,https://framerusercontent.com/images/PP1pQB4ktqWNpRH9y9w6fEXGqzc.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/PP1pQB4ktqWNpRH9y9w6fEXGqzc.png 1258w\"},\"\"),xpMfYhg4B:\"text\",xwtG2nbQZ:false,ZK4EfOgmm:\"text\"})})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:200,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+2532,children:/*#__PURE__*/_jsx(Container,{className:\"framer-qhiwre-container\",nodeId:\"Sc7eYK6lY\",scopeId:\"x8po0B8XD\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ex5xshdIy:{variant:\"UguKo2eSS\"}},children:/*#__PURE__*/_jsx(ModuleLanguages,{BdczmhsAw:getLocalizedValue(\"v48\",activeLocale)??\"Spanish\",bfrZDcttc:getLocalizedValue(\"v44\",activeLocale)??\"Professional translation for any language\",height:\"100%\",id:\"Sc7eYK6lY\",layoutId:\"Sc7eYK6lY\",oIuRdKlV3:getLocalizedValue(\"v46\",activeLocale)??\"Japanese\",schpLiemq:true,style:{width:\"100%\"},variant:\"QNkTdOIcl\",width:\"100%\",Wih9VOHYt:getLocalizedValue(\"v49\",activeLocale)??\"Swedish\",YY2F0lC_v:getLocalizedValue(\"v45\",activeLocale)??\"Italian\",zvpG0w6h0:getLocalizedValue(\"v47\",activeLocale)??\"Norwegian\"})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"ps1vsWpq7\"},implicitPathVariables:undefined},{href:{webPageId:\"h5pEirufX\"},implicitPathVariables:undefined},{href:{webPageId:\"x8po0B8XD\"},implicitPathVariables:undefined},{href:{webPageId:\"RqDXPLy5r\"},implicitPathVariables:undefined},{href:{webPageId:\"LBuRgfvFl\"},implicitPathVariables:undefined},{href:{webPageId:\"EMsfBR4xK\"},implicitPathVariables:undefined},{href:{webPageId:\"iWQISRsim\"},implicitPathVariables:undefined},{href:{webPageId:\"dj0grWXCy\"},implicitPathVariables:undefined},{href:{webPageId:\"R_NKzSAi2\"},implicitPathVariables:undefined},{href:{webPageId:\"W2lLyXs9Q\"},implicitPathVariables:undefined},{href:{webPageId:\"P_zVur3XC\"},implicitPathVariables:undefined},{href:{webPageId:\"fiFPTI1kq\"},implicitPathVariables:undefined},{href:{webPageId:\"ps1vsWpq7\"},implicitPathVariables:undefined},{href:{webPageId:\"h5pEirufX\"},implicitPathVariables:undefined},{href:{webPageId:\"x8po0B8XD\"},implicitPathVariables:undefined},{href:{webPageId:\"RqDXPLy5r\"},implicitPathVariables:undefined},{href:{webPageId:\"LBuRgfvFl\"},implicitPathVariables:undefined},{href:{webPageId:\"EMsfBR4xK\"},implicitPathVariables:undefined},{href:{webPageId:\"iWQISRsim\"},implicitPathVariables:undefined},{href:{webPageId:\"dj0grWXCy\"},implicitPathVariables:undefined},{href:{webPageId:\"R_NKzSAi2\"},implicitPathVariables:undefined},{href:{webPageId:\"W2lLyXs9Q\"},implicitPathVariables:undefined},{href:{webPageId:\"P_zVur3XC\"},implicitPathVariables:undefined},{href:{webPageId:\"fiFPTI1kq\"},implicitPathVariables:undefined},{href:{webPageId:\"ps1vsWpq7\"},implicitPathVariables:undefined},{href:{webPageId:\"h5pEirufX\"},implicitPathVariables:undefined},{href:{webPageId:\"x8po0B8XD\"},implicitPathVariables:undefined},{href:{webPageId:\"RqDXPLy5r\"},implicitPathVariables:undefined},{href:{webPageId:\"LBuRgfvFl\"},implicitPathVariables:undefined},{href:{webPageId:\"EMsfBR4xK\"},implicitPathVariables:undefined},{href:{webPageId:\"iWQISRsim\"},implicitPathVariables:undefined},{href:{webPageId:\"dj0grWXCy\"},implicitPathVariables:undefined},{href:{webPageId:\"R_NKzSAi2\"},implicitPathVariables:undefined},{href:{webPageId:\"W2lLyXs9Q\"},implicitPathVariables:undefined},{href:{webPageId:\"P_zVur3XC\"},implicitPathVariables:undefined},{href:{webPageId:\"fiFPTI1kq\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:361,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+2732,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1krxfp9-container\",nodeId:\"eMp6ge9dF\",scopeId:\"x8po0B8XD\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dVSiBcg6l:{B4QmCvUFA:resolvedLinks2[12],beDQekwoq:resolvedLinks2[17],bJWMD_Pm8:resolvedLinks2[18],FUpZne8Nj:resolvedLinks2[23],gH9ZbLc50:resolvedLinks2[22],mPKmcYnyf:resolvedLinks2[15],olNbenjbm:resolvedLinks2[21],pinfdZczt:resolvedLinks2[14],qgYQWAsaS:resolvedLinks2[13],SK6RxMAbQ:resolvedLinks2[20],xIi95U8hv:resolvedLinks2[16],xXQHZakX7:resolvedLinks2[19]},ex5xshdIy:{B4QmCvUFA:resolvedLinks2[24],beDQekwoq:resolvedLinks2[29],bJWMD_Pm8:resolvedLinks2[30],FUpZne8Nj:resolvedLinks2[35],gH9ZbLc50:resolvedLinks2[34],mPKmcYnyf:resolvedLinks2[27],olNbenjbm:resolvedLinks2[33],pinfdZczt:resolvedLinks2[26],qgYQWAsaS:resolvedLinks2[25],SK6RxMAbQ:resolvedLinks2[32],variant:\"Ok2jGfAfd\",xIi95U8hv:resolvedLinks2[28],xXQHZakX7:resolvedLinks2[31]}},children:/*#__PURE__*/_jsx(ModuleLanguageCombinations,{B4QmCvUFA:resolvedLinks2[0],beDQekwoq:resolvedLinks2[5],bfF4CBMGk:getLocalizedValue(\"v50\",activeLocale)??\"Most common language combinations\",bJWMD_Pm8:resolvedLinks2[6],BqDnIeYwY:getLocalizedValue(\"v51\",activeLocale)??\"English\",c3aD2Sax_:getLocalizedValue(\"v55\",activeLocale)??\"Finnish\",cv5u2ct0J:getLocalizedValue(\"v54\",activeLocale)??\"Dutch\",dWhBVjx3a:true,E8NB9B689:addImageAlt({src:\"https://framerusercontent.com/images/Pq7uh1OaV6Ht5mLWr64P17HrgQA.png\"},\"\"),FouyVUleq:true,FUpZne8Nj:resolvedLinks2[11],gH9ZbLc50:resolvedLinks2[10],gPLf2YBqV:addImageAlt({src:\"https://framerusercontent.com/images/UJsNXdo4e0MvjT1tQ2s7ZdZ2ns.png\"},\"\"),h5Vb2fRH7:addImageAlt({src:\"https://framerusercontent.com/images/yhv8nynnNMxefCTbFMN3PXZTG4.png\"},\"\"),height:\"100%\",id:\"eMp6ge9dF\",IIOohqvlD:getLocalizedValue(\"v58\",activeLocale)??\"Hebrew\",iZHYbWD2E:true,j5Dg87qec:addImageAlt({src:\"https://framerusercontent.com/images/9f83ipK7q1oz6zm39gyNRJoqqTs.png\"},\"\"),JPsPGspmF:true,kEx_xl9xV:addImageAlt({src:\"https://framerusercontent.com/images/uTbLQXGpayggTbTQAgAY8lps.png\"},\"\"),kKgncIHhI:addImageAlt({src:\"https://framerusercontent.com/images/w9hyzSaoopTbesRbFkFf8jNFVKQ.png\"},\"\"),kv_Aw6uBa:addImageAlt({src:\"https://framerusercontent.com/images/sQyhtWl7AKZzRp7R7sG3t1MP4s.png\"},\"\"),L0V_9I68f:addImageAlt({src:\"https://framerusercontent.com/images/ExJa2ZHVOEblmLbtfSi6PiV99L0.png\"},\"\"),layoutId:\"eMp6ge9dF\",LQbw5NpPl:getLocalizedValue(\"v53\",activeLocale)??\"Danish\",mPKmcYnyf:resolvedLinks2[3],olNbenjbm:resolvedLinks2[9],OUViS7twa:getLocalizedValue(\"v52\",activeLocale)??\"Chinese\",oXeKXVBfi:addImageAlt({src:\"https://framerusercontent.com/images/rZKYsRG0ZhEbQK7gQNKlJghICBI.png\"},\"\"),Pfd4cYVdd:getLocalizedValue(\"v49\",activeLocale)??\"Swedish\",pgTACxVax:true,pinfdZczt:resolvedLinks2[2],Q5Psa39IQ:true,QA5CI0qVg:getLocalizedValue(\"v46\",activeLocale)??\"Japanese\",QCpbRLKv1:addImageAlt({src:\"https://framerusercontent.com/images/ai2k5GuEMgNH12zHo38B9BQhhY.png\"},\"\"),qgYQWAsaS:resolvedLinks2[1],qO2kt29UW:addImageAlt({src:\"https://framerusercontent.com/images/c25S3RxcVv1bhCKiqm8eAM5H8ss.png\"},\"\"),s8slKA0i2:getLocalizedValue(\"v47\",activeLocale)??\"Norwegian\",SK6RxMAbQ:resolvedLinks2[8],style:{width:\"100%\"},SvagskgjF:true,TJO5fnTTG:true,toGrroPSn:true,u5zWvINci:getLocalizedValue(\"v56\",activeLocale)??\"French\",UwdisvI_t:true,variant:\"GpqCqVUeT\",vQ6_C0zsl:true,VrQV_ueEO:true,width:\"100%\",xIi95U8hv:resolvedLinks2[4],XJqUBFgeL:true,Xv1SsV6ZL:getLocalizedValue(\"v48\",activeLocale)??\"Spanish\",xXQHZakX7:resolvedLinks2[7],y0jrwn23X:addImageAlt({src:\"https://framerusercontent.com/images/mbEe9mgAmD6Vj9u47cZ8rhjJAY.png\"},\"\"),y7jk5p3ja:getLocalizedValue(\"v45\",activeLocale)??\"Italian\",Yxbec1GJC:getLocalizedValue(\"v57\",activeLocale)??\"German\",ZLYCQmsig:addImageAlt({src:\"https://framerusercontent.com/images/Is8WqEBLE1JDfqu3jUrJs6T7HOg.png\"},\"\")})})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:436,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+3093,children:/*#__PURE__*/_jsx(Container,{className:\"framer-q28p4m-container\",nodeId:\"KDThE1lgj\",scopeId:\"x8po0B8XD\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ex5xshdIy:{variant:\"xcynYgxVU\"}},children:/*#__PURE__*/_jsx(CTASection,{Dppnx2dz0:true,g4gj1J3PZ:getLocalizedValue(\"v61\",activeLocale)??\"Better\",H67vmI7vf:getLocalizedValue(\"v63\",activeLocale)??\"translations\",height:\"100%\",id:\"KDThE1lgj\",jRQN0p2ZQ:getLocalizedValue(\"v59\",activeLocale)??\"Ready for top-quality English to Dutch translations?\",layoutId:\"KDThE1lgj\",style:{width:\"100%\"},tlrFjYl6q:getLocalizedValue(\"v62\",activeLocale)??\"than human\",variant:\"rbTBINYKW\",wfbBr1ozx:getLocalizedValue(\"v64\",activeLocale)??\"Let\u2019s talk\",width:\"100%\",z52wpN41W:getLocalizedValue(\"v60\",activeLocale)??\"Let\u2019s talk and figure out how we can provide the best English to Dutch translations for you.\"})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:200,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+3529,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1y3sdjy-container\",nodeId:\"oXmiyfuVD\",scopeId:\"x8po0B8XD\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dVSiBcg6l:{variant:\"PxWgaGrkZ\"},ex5xshdIy:{variant:\"brvZFEEX6\"}},children:/*#__PURE__*/_jsx(FooterModule,{height:\"100%\",id:\"oXmiyfuVD\",layoutId:\"oXmiyfuVD\",style:{width:\"100%\"},variant:\"zZKo8Hrqc\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-1FJ09.framer-jzygya, .framer-1FJ09 .framer-jzygya { display: block; }\",\".framer-1FJ09.framer-1g0xno2 { 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: visible; padding: 0px; position: relative; width: 1200px; }\",\".framer-1FJ09 .framer-1hg8ivf-container { flex: none; height: auto; position: sticky; top: 0px; width: 100%; z-index: 1; }\",\".framer-1FJ09 .framer-19adgpn-container, .framer-1FJ09 .framer-rxbjwy-container, .framer-1FJ09 .framer-hhmiab-container, .framer-1FJ09 .framer-166bhu8-container, .framer-1FJ09 .framer-srwerh-container, .framer-1FJ09 .framer-a97el2-container, .framer-1FJ09 .framer-spqjie-container, .framer-1FJ09 .framer-1m4fcbz-container, .framer-1FJ09 .framer-qhiwre-container, .framer-1FJ09 .framer-1krxfp9-container, .framer-1FJ09 .framer-q28p4m-container, .framer-1FJ09 .framer-1y3sdjy-container { flex: none; height: auto; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-1FJ09.framer-1g0xno2 { gap: 0px; } .framer-1FJ09.framer-1g0xno2 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-1FJ09.framer-1g0xno2 > :first-child { margin-top: 0px; } .framer-1FJ09.framer-1g0xno2 > :last-child { margin-bottom: 0px; } }\",\"@media (min-width: 810px) and (max-width: 1199px) { .framer-1FJ09.framer-1g0xno2 { width: 810px; }}\",\"@media (max-width: 809px) { .framer-1FJ09.framer-1g0xno2 { width: 390px; }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 7487\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"dVSiBcg6l\":{\"layout\":[\"fixed\",\"auto\"]},\"ex5xshdIy\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections\n * @framerResponsiveScreen\n */const Framerx8po0B8XD=withCSS(Component,css,\"framer-1FJ09\");export default Framerx8po0B8XD;Framerx8po0B8XD.displayName=\"Language English French\";Framerx8po0B8XD.defaultProps={height:7487,width:1200};addFonts(Framerx8po0B8XD,[{explicitInter:true,fonts:[]},...MenuNavigationModuleFonts,...HeroMainFonts,...Accordion3Fonts,...ReviewCarouselFonts,...FeaturesSection4Fonts,...ModuleIndustryFonts,...SectionSectionW3Fonts,...SectionOneFonts,...Accordion4Fonts,...ModuleLanguagesFonts,...ModuleLanguageCombinationsFonts,...CTASectionFonts,...FooterModuleFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerx8po0B8XD\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerIntrinsicWidth\":\"1200\",\"framerContractVersion\":\"1\",\"framerScrollSections\":\"* @framerResponsiveScreen\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"7487\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"dVSiBcg6l\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ex5xshdIy\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["valuesByLocaleId", "LazyValue", "getLocalizedValue", "key", "locale", "values", "value", "preload", "promises", "promise", "usePreloadLocalizedValues", "preloadPromise", "MenuNavigationModuleFonts", "getFonts", "p3QJ0hUbI_default", "HeroMainFonts", "FIpDQAnJQ_default", "Accordion3Fonts", "BkR0QTjQr_default", "ReviewCarouselFonts", "kOrQxZhld_default", "FeaturesSection4Fonts", "a3kqClI56_default", "ModuleIndustryFonts", "WElhlFoLh_default", "SectionSectionW3Fonts", "gmLCvml2f_default", "SectionOneFonts", "cCDXzB7Z1_default", "Accordion4Fonts", "Itc4bNEX4_default", "ModuleLanguagesFonts", "tSK5_nA_i_default", "ModuleLanguageCombinationsFonts", "JgYSE_D8U_default", "CTASectionFonts", "BZbH80pwG_default", "FooterModuleFonts", "l0axI5cD2_default", "breakpoints", "serializationHash", "variantClassNames", "addImageAlt", "image", "alt", "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", "scopingClassNames", "cx", "usePreloadLocalizedValues", "router", "useRouter", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "ComponentViewportProvider", "Container", "PropertyOverrides2", "p3QJ0hUbI_default", "FIpDQAnJQ_default", "getLocalizedValue", "BkR0QTjQr_default", "x", "kOrQxZhld_default", "ResolveLinks", "resolvedLinks", "a3kqClI56_default", "WElhlFoLh_default", "gmLCvml2f_default", "cCDXzB7Z1_default", "resolvedLinks1", "Itc4bNEX4_default", "tSK5_nA_i_default", "resolvedLinks2", "JgYSE_D8U_default", "BZbH80pwG_default", "l0axI5cD2_default", "css", "Framerx8po0B8XD", "withCSS", "x8po0B8XD_default", "addFonts", "MenuNavigationModuleFonts", "HeroMainFonts", "Accordion3Fonts", "ReviewCarouselFonts", "FeaturesSection4Fonts", "ModuleIndustryFonts", "SectionSectionW3Fonts", "SectionOneFonts", "Accordion4Fonts", "ModuleLanguagesFonts", "ModuleLanguageCombinationsFonts", "CTASectionFonts", "FooterModuleFonts", "__FramerMetadata__"]
}
