{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/Mt9HOzgtO2dO0BxLFer6/03ksiKTkVboK71jIoCL7/mQ2vvF9Qv.js", "ssg:https://framerusercontent.com/modules/lxnZxaZtY2RxVXzI6GO4/fGIllOPAizAkNLL287Dg/mQ2vvF9Qv.js"],
  "sourcesContent": ["// Generated by Framer (1a71db7)\nimport{LazyValue}from\"framer\";const valuesByLocaleId={qyiid22Iy:new LazyValue(()=>import(\"./mQ2vvF9Qv-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 (1a71db7)\nvar _componentPresets_fonts,_componentPresets_fonts1,_componentPresets_fonts2,_componentPresets_fonts3,_componentPresets_fonts4,_componentPresets_fonts5;import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentPresetsProvider,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromComponentPreset,getFontsFromSharedStyle,getWhereExpressionFromPathVariables,Link,NotFoundError,PropertyOverrides,RichText,useCurrentPathVariables,useCustomCursors,useHydratedBreakpointVariants,useLocaleCode,useLocaleInfo,useQueryData,withCSS}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{Icon as Hero}from\"https://framerusercontent.com/modules/hKjtTuWGYB451ckw6eTN/rQJeCcsGr1fSnWO0FT2G/Hero.js\";import HeaderWithImage from\"#framer/local/canvasComponent/cqvTUcvdh/cqvTUcvdh.js\";import Navbar from\"#framer/local/canvasComponent/MC_U0pDm1/MC_U0pDm1.js\";import Footer from\"#framer/local/canvasComponent/QJ7kWfxrW/QJ7kWfxrW.js\";import Nieuwsbrief from\"#framer/local/canvasComponent/YdUpkp1Q2/YdUpkp1Q2.js\";import Blog from\"#framer/local/collection/YaJcwnliN/YaJcwnliN.js\";import*as componentPresets from\"#framer/local/componentPresets/componentPresets/componentPresets.js\";import*as sharedStyle1 from\"#framer/local/css/AxW0bHVKa/AxW0bHVKa.js\";import*as sharedStyle5 from\"#framer/local/css/DEbgkLRnA/DEbgkLRnA.js\";import*as sharedStyle10 from\"#framer/local/css/ffbhFI5ej/ffbhFI5ej.js\";import*as sharedStyle7 from\"#framer/local/css/GeICQ4fg4/GeICQ4fg4.js\";import*as sharedStyle8 from\"#framer/local/css/nEJEROOLa/nEJEROOLa.js\";import*as sharedStyle2 from\"#framer/local/css/stylesPresetHeading1/stylesPresetHeading1.js\";import*as sharedStyle3 from\"#framer/local/css/stylesPresetHeading2/stylesPresetHeading2.js\";import*as sharedStyle4 from\"#framer/local/css/stylesPresetHeading3/stylesPresetHeading3.js\";import*as sharedStyle from\"#framer/local/css/stylesPresetParagraph/stylesPresetParagraph.js\";import*as sharedStyle6 from\"#framer/local/css/zca5_lJ8K/zca5_lJ8K.js\";import*as sharedStyle9 from\"#framer/local/css/Zdgd4XLcz/Zdgd4XLcz.js\";import getLocalizedValue,{usePreloadLocalizedValues}from\"#framer/local/localization/mQ2vvF9Qv/mQ2vvF9Qv.js\";import metadataProvider from\"#framer/local/webPageMetadata/mQ2vvF9Qv/mQ2vvF9Qv.js\";const NavbarFonts=getFonts(Navbar);const HeaderWithImageFonts=getFonts(HeaderWithImage);const HeroFonts=getFonts(Hero);const NieuwsbriefFonts=getFonts(Nieuwsbrief);const FooterFonts=getFonts(Footer);const breakpoints={gE9jkX5e7:\"(min-width: 810px) and (max-width: 1199px)\",GRibPioHZ:\"(min-width: 1200px) and (max-width: 1919px)\",rpC50KCF2:\"(min-width: 1920px)\",XX2oZrRpd:\"(max-width: 809px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-2ngo0\";const variantClassNames={gE9jkX5e7:\"framer-v-1viv9rv\",GRibPioHZ:\"framer-v-h2t6ss\",rpC50KCF2:\"framer-v-1wzrhp4\",XX2oZrRpd:\"framer-v-w9pw0r\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const toDateString=(value,options={},activeLocale)=>{if(typeof value!==\"string\")return\"\";const date=new Date(value);if(isNaN(date.getTime()))return\"\";const display=options.display?options.display:\"date\";const dateOptions={dateStyle:display!==\"time\"?options.dateStyle:undefined,timeStyle:display===\"date\"?undefined:\"short\",timeZone:\"UTC\"};const fallbackLocale=\"en-US\";const locale=options.locale||activeLocale||fallbackLocale;// We add a try block because an invalid language code results in a crash\ntry{return date.toLocaleString(locale,dateOptions);}catch{return date.toLocaleString(fallbackLocale,dateOptions);}};const metadata=metadataProvider();const humanReadableVariantMap={\"Desktop small\":\"GRibPioHZ\",Desktop:\"rpC50KCF2\",Phone:\"XX2oZrRpd\",Tablet:\"gE9jkX5e7\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"rpC50KCF2\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const currentPathVariables=useCurrentPathVariables();const[currentRouteData]=useQueryData({from:{alias:\"mQ2vvF9Qv\",data:Blog,type:\"Collection\"},select:[{collection:\"mQ2vvF9Qv\",name:\"SYgTlz98c\",type:\"Identifier\"},{collection:\"mQ2vvF9Qv\",name:\"SBu5liXfR\",type:\"Identifier\"},{collection:\"mQ2vvF9Qv\",name:\"KVvd0JikH\",type:\"Identifier\"},{collection:\"mQ2vvF9Qv\",name:\"bqPJrrj5R\",type:\"Identifier\"},{collection:\"mQ2vvF9Qv\",name:\"mwZZxZBgu\",type:\"Identifier\"}],where:getWhereExpressionFromPathVariables(currentPathVariables,\"mQ2vvF9Qv\")});const getFromCurrentRouteData=key=>{if(!currentRouteData)throw new NotFoundError(`No data matches path variables: ${JSON.stringify(currentPathVariables)}`);return currentRouteData[key];};var _getFromCurrentRouteData,_getFromCurrentRouteData1,_getFromCurrentRouteData2;const{style,className,layoutId,variant,KVvd0JikH=getFromCurrentRouteData(\"KVvd0JikH\"),SYgTlz98c=(_getFromCurrentRouteData=getFromCurrentRouteData(\"SYgTlz98c\"))!==null&&_getFromCurrentRouteData!==void 0?_getFromCurrentRouteData:\"\",bqPJrrj5R=(_getFromCurrentRouteData1=getFromCurrentRouteData(\"bqPJrrj5R\"))!==null&&_getFromCurrentRouteData1!==void 0?_getFromCurrentRouteData1:\"\",SBu5liXfR=getFromCurrentRouteData(\"SBu5liXfR\"),mwZZxZBgu=(_getFromCurrentRouteData2=getFromCurrentRouteData(\"mwZZxZBgu\"))!==null&&_getFromCurrentRouteData2!==void 0?_getFromCurrentRouteData2:\"\",...restProps}=getProps(props);React.useEffect(()=>{const metadata1=metadataProvider(currentRouteData,activeLocale);if(metadata1.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata1.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata1.robots);document.head.appendChild(robotsTag);}}},[currentRouteData,activeLocale]);React.useInsertionEffect(()=>{const metadata1=metadataProvider(currentRouteData,activeLocale);document.title=metadata1.title||\"\";if(metadata1.viewport){var _document_querySelector;(_document_querySelector=document.querySelector('meta[name=\"viewport\"]'))===null||_document_querySelector===void 0?void 0:_document_querySelector.setAttribute(\"content\",metadata1.viewport);}const bodyCls=metadata1.bodyClassName;if(bodyCls){const body=document.body;body.classList.forEach(c=>c.startsWith(\"framer-body-\")&&body.classList.remove(c));body.classList.add(`${metadata1.bodyClassName}-framer-2ngo0`);}return()=>{if(bodyCls)document.body.classList.remove(`${metadata1.bodyClassName}-framer-2ngo0`);};},[currentRouteData,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const ref1=React.useRef(null);usePreloadLocalizedValues(activeLocale);const activeLocaleCode=useLocaleCode();const textContent=toDateString(SBu5liXfR,{dateStyle:\"long\",locale:\"nl-NL\"},activeLocaleCode);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className,sharedStyle6.className,sharedStyle7.className,sharedStyle8.className,sharedStyle9.className,sharedStyle10.className];useCustomCursors({});var _getLocalizedValue,_getLocalizedValue1;return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"rpC50KCF2\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:[/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1wzrhp4\",className),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:60,width:\"100vw\",y:0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-6aosd0-container\",layoutScroll:true,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gE9jkX5e7:{variant:\"U0T0YLnl2\"},XX2oZrRpd:{variant:\"U0T0YLnl2\"}},children:/*#__PURE__*/_jsx(Navbar,{height:\"100%\",id:\"Q3iAf5QUO\",layoutId:\"Q3iAf5QUO\",style:{width:\"100%\"},variant:\"Julg2Gz4K\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:465,width:\"100vw\",y:0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-hjcptx-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gE9jkX5e7:{variant:\"iaBQPdNnK\"},GRibPioHZ:{variant:\"FmKoJCz3n\"},XX2oZrRpd:{variant:\"P92kfzzcy\"}},children:/*#__PURE__*/_jsx(HeaderWithImage,{height:\"100%\",id:\"CCws9m7YS\",iIxEI71So:SYgTlz98c,KMFii0NY9:bqPJrrj5R,layoutId:\"CCws9m7YS\",le4NsD5Ua:toResponsiveImage(KVvd0JikH),style:{width:\"100%\"},variant:\"sgSOxaioY\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-aanypv\",\"data-framer-name\":\"Content\",name:\"Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ehmx9h\",children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"BKTxqEqLv\"},nodeId:\"J4HWvXQ8q\",children:/*#__PURE__*/_jsxs(\"a\",{className:\"framer-t9kc9t framer-1buql1v\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1tbzspj-container\",children:/*#__PURE__*/_jsx(Hero,{color:\"var(--token-8856508d-3cdd-4b9d-93c5-9410ff7516dc, rgb(232, 182, 121))\",height:\"100%\",iconSearch:(_getLocalizedValue=getLocalizedValue(\"v0\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:\"Home\",iconSelection:\"ArrowLeftOutline\",id:\"qxeOvYMqu\",layoutId:\"qxeOvYMqu\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue1=getLocalizedValue(\"v1\",activeLocale))!==null&&_getLocalizedValue1!==void 0?_getLocalizedValue1:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-16bzrdu\",\"data-styles-preset\":\"stylesPresetParagraph\",style:{\"--framer-text-color\":\"var(--token-d85d8d2e-a90b-41e9-8852-32af98456a8d, rgb(25, 25, 25))\"},children:\"Alle blogs bekijken\"})}),className:\"framer-p8sgwi\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1b9fya\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-wp1d7j\",\"data-styles-preset\":\"AxW0bHVKa\",style:{\"--framer-text-color\":\"var(--token-79c68df7-4245-44e2-8f97-f918bee5cff5, rgb(255, 255, 255))\"},children:\"21 augustus 2023\"})}),className:\"framer-11ijjs3\",fonts:[\"Inter\"],text:textContent,verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-cs322b\",children:/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:0sWquksFr1YDkaIgrl9Z/VgWe6mCMJOseqaLiMnaC/Vimeo.js:default\":componentPresets.props[\"TomyB7EJ9\"],\"module:NEd4VmDdsxM3StIUbddO/bZxrMUxBPAhoXlARkK9C/YouTube.js:Youtube\":componentPresets.props[\"CYX4CSYI3\"],\"module:pVk4QsoHxASnVtUBp6jr/TbhpORLndv1iOkZzyo83/CodeBlock.js:default\":componentPresets.props[\"lGRaeKJ_P\"]},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GRibPioHZ:{stylesPresetsClassNames:{a:\"framer-styles-preset-1m5q6o2\",code:\"framer-styles-preset-wlxq6k\",h1:\"framer-styles-preset-o3e5h0\",h2:\"framer-styles-preset-1m9bzi2\",h3:\"framer-styles-preset-ci2ngw\",h4:\"framer-styles-preset-wp1d7j\",h5:\"framer-styles-preset-xbrnq0\",h6:\"framer-styles-preset-1vpr5rf\",img:\"framer-styles-preset-1eteip8\",p:\"framer-styles-preset-16bzrdu\"}},XX2oZrRpd:{stylesPresetsClassNames:{a:\"framer-styles-preset-1m5q6o2\",code:\"framer-styles-preset-wlxq6k\",h1:\"framer-styles-preset-o3e5h0\",h2:\"framer-styles-preset-1m9bzi2\",h3:\"framer-styles-preset-ci2ngw\",h4:\"framer-styles-preset-wp1d7j\",h5:\"framer-styles-preset-xbrnq0\",h6:\"framer-styles-preset-1vpr5rf\",img:\"framer-styles-preset-1eteip8\",p:\"framer-styles-preset-16bzrdu\"}}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:mwZZxZBgu,className:\"framer-6a99l2\",fonts:[\"Inter\"],stylesPresetsClassNames:{a:\"framer-styles-preset-1m5q6o2\",code:\"framer-styles-preset-wlxq6k\",h1:\"framer-styles-preset-o3e5h0\",h2:\"framer-styles-preset-1m9bzi2\",h3:\"framer-styles-preset-ci2ngw\",h4:\"framer-styles-preset-gdppxo\",h5:\"framer-styles-preset-xbrnq0\",h6:\"framer-styles-preset-1vpr5rf\",img:\"framer-styles-preset-1eteip8\",p:\"framer-styles-preset-16bzrdu\"},verticalAlignment:\"top\",withExternalLayout:true})})})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{XX2oZrRpd:{y:785.2}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1500,width:\"100vw\",y:750.2,children:/*#__PURE__*/_jsx(Container,{className:\"framer-qv2qns-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gE9jkX5e7:{variant:\"B5dKcUa7X\"},GRibPioHZ:{variant:\"o6N4n9JFF\"},XX2oZrRpd:{variant:\"TWfwo6BEr\"}},children:/*#__PURE__*/_jsx(Nieuwsbrief,{height:\"100%\",id:\"wUjRM6reW\",layoutId:\"wUjRM6reW\",style:{width:\"100%\"},variant:\"o8Eo_sj6Z\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{XX2oZrRpd:{y:2285.2}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:333,width:\"100vw\",y:2250.2,children:/*#__PURE__*/_jsx(Container,{className:\"framer-18ot1ic-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gE9jkX5e7:{variant:\"PEZxN7aBU\"},GRibPioHZ:{variant:\"sEDMSuk4a\"},XX2oZrRpd:{variant:\"E7GgU1jy6\"}},children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"c6aBpEwsq\",layoutId:\"c6aBpEwsq\",style:{width:\"100%\"},variant:\"eDhgjwGhd\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:cx(serializationHash,...sharedStyleClassNames),id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",`.${metadata.bodyClassName}-framer-2ngo0 { background: var(--token-79c68df7-4245-44e2-8f97-f918bee5cff5, rgb(255, 255, 255)); }`,\".framer-2ngo0.framer-1buql1v, .framer-2ngo0 .framer-1buql1v { display: block; }\",\".framer-2ngo0.framer-1wzrhp4 { align-content: center; align-items: center; background-color: var(--token-79c68df7-4245-44e2-8f97-f918bee5cff5, #ffffff); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1920px; }\",\".framer-2ngo0 .framer-6aosd0-container { flex: none; height: auto; left: 50%; position: fixed; top: 0px; transform: translateX(-50%); width: 100%; z-index: 1; }\",\".framer-2ngo0 .framer-hjcptx-container, .framer-2ngo0 .framer-qv2qns-container, .framer-2ngo0 .framer-18ot1ic-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-2ngo0 .framer-aanypv { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; max-width: 1240px; overflow: hidden; padding: 50px 40px 50px 40px; position: relative; width: 100%; }\",\".framer-2ngo0 .framer-ehmx9h { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-2ngo0 .framer-t9kc9t { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-2ngo0 .framer-1tbzspj-container { flex: none; height: 30px; position: relative; width: 30px; }\",\".framer-2ngo0 .framer-p8sgwi, .framer-2ngo0 .framer-11ijjs3 { flex: none; height: auto; overflow: visible; position: relative; white-space: pre; width: auto; }\",\".framer-2ngo0 .framer-1b9fya { align-content: flex-start; align-items: flex-start; background-color: var(--token-8856508d-3cdd-4b9d-93c5-9410ff7516dc, #e8b679); border-bottom-left-radius: 56px; border-bottom-right-radius: 56px; border-top-left-radius: 56px; border-top-right-radius: 56px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 10px 20px 10px 20px; position: relative; width: min-content; }\",\".framer-2ngo0 .framer-cs322b { 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: 50px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-2ngo0 .framer-6a99l2 { --framer-paragraph-spacing: 3px; flex: none; height: auto; overflow: hidden; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-2ngo0.framer-1wzrhp4, .framer-2ngo0 .framer-aanypv, .framer-2ngo0 .framer-t9kc9t, .framer-2ngo0 .framer-1b9fya, .framer-2ngo0 .framer-cs322b { gap: 0px; } .framer-2ngo0.framer-1wzrhp4 > *, .framer-2ngo0 .framer-aanypv > *, .framer-2ngo0 .framer-1b9fya > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-2ngo0.framer-1wzrhp4 > :first-child, .framer-2ngo0 .framer-aanypv > :first-child, .framer-2ngo0 .framer-1b9fya > :first-child, .framer-2ngo0 .framer-cs322b > :first-child { margin-top: 0px; } .framer-2ngo0.framer-1wzrhp4 > :last-child, .framer-2ngo0 .framer-aanypv > :last-child, .framer-2ngo0 .framer-1b9fya > :last-child, .framer-2ngo0 .framer-cs322b > :last-child { margin-bottom: 0px; } .framer-2ngo0 .framer-t9kc9t > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-2ngo0 .framer-t9kc9t > :first-child { margin-left: 0px; } .framer-2ngo0 .framer-t9kc9t > :last-child { margin-right: 0px; } .framer-2ngo0 .framer-cs322b > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } }\",`@media (min-width: 1200px) and (max-width: 1919px) { .${metadata.bodyClassName}-framer-2ngo0 { background: var(--token-79c68df7-4245-44e2-8f97-f918bee5cff5, rgb(255, 255, 255)); } .framer-2ngo0.framer-1wzrhp4 { width: 1200px; }}`,`@media (min-width: 810px) and (max-width: 1199px) { .${metadata.bodyClassName}-framer-2ngo0 { background: var(--token-79c68df7-4245-44e2-8f97-f918bee5cff5, rgb(255, 255, 255)); } .framer-2ngo0.framer-1wzrhp4 { width: 810px; }}`,`@media (max-width: 809px) { .${metadata.bodyClassName}-framer-2ngo0 { background: var(--token-79c68df7-4245-44e2-8f97-f918bee5cff5, rgb(255, 255, 255)); } .framer-2ngo0.framer-1wzrhp4 { width: 390px; } .framer-2ngo0 .framer-aanypv { padding: 50px 20px 50px 20px; } .framer-2ngo0 .framer-ehmx9h { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 25px; justify-content: flex-start; } .framer-2ngo0 .framer-cs322b { padding: 30px 0px 0px 0px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-2ngo0 .framer-ehmx9h { gap: 0px; } .framer-2ngo0 .framer-ehmx9h > * { margin: 0px; margin-bottom: calc(25px / 2); margin-top: calc(25px / 2); } .framer-2ngo0 .framer-ehmx9h > :first-child { margin-top: 0px; } .framer-2ngo0 .framer-ehmx9h > :last-child { margin-bottom: 0px; } }}`,...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,...sharedStyle8.css,...sharedStyle9.css,...sharedStyle10.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 5532\n * @framerIntrinsicWidth 1920\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"GRibPioHZ\":{\"layout\":[\"fixed\",\"auto\"]},\"gE9jkX5e7\":{\"layout\":[\"fixed\",\"auto\"]},\"XX2oZrRpd\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerResponsiveScreen\n */const FramermQ2vvF9Qv=withCSS(Component,css,\"framer-2ngo0\");export default FramermQ2vvF9Qv;FramermQ2vvF9Qv.displayName=\"Blogs\";FramermQ2vvF9Qv.defaultProps={height:5532,width:1920};addFonts(FramermQ2vvF9Qv,[{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\"}]},...NavbarFonts,...HeaderWithImageFonts,...HeroFonts,...NieuwsbriefFonts,...FooterFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts),...getFontsFromSharedStyle(sharedStyle6.fonts),...getFontsFromSharedStyle(sharedStyle7.fonts),...getFontsFromSharedStyle(sharedStyle8.fonts),...getFontsFromSharedStyle(sharedStyle9.fonts),...getFontsFromSharedStyle(sharedStyle10.fonts),...((_componentPresets_fonts=componentPresets.fonts)===null||_componentPresets_fonts===void 0?void 0:_componentPresets_fonts[\"CYX4CSYI3\"])?getFontsFromComponentPreset((_componentPresets_fonts1=componentPresets.fonts)===null||_componentPresets_fonts1===void 0?void 0:_componentPresets_fonts1[\"CYX4CSYI3\"]):[],...((_componentPresets_fonts2=componentPresets.fonts)===null||_componentPresets_fonts2===void 0?void 0:_componentPresets_fonts2[\"lGRaeKJ_P\"])?getFontsFromComponentPreset((_componentPresets_fonts3=componentPresets.fonts)===null||_componentPresets_fonts3===void 0?void 0:_componentPresets_fonts3[\"lGRaeKJ_P\"]):[],...((_componentPresets_fonts4=componentPresets.fonts)===null||_componentPresets_fonts4===void 0?void 0:_componentPresets_fonts4[\"TomyB7EJ9\"])?getFontsFromComponentPreset((_componentPresets_fonts5=componentPresets.fonts)===null||_componentPresets_fonts5===void 0?void 0:_componentPresets_fonts5[\"TomyB7EJ9\"]):[]],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramermQ2vvF9Qv\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"1920\",\"framerResponsiveScreen\":\"\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"GRibPioHZ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"gE9jkX5e7\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"XX2oZrRpd\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"5532\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["valuesByLocaleId", "LazyValue", "getLocalizedValue", "key", "locale", "values", "value", "preload", "promises", "promise", "usePreloadLocalizedValues", "preloadPromise", "_componentPresets_fonts", "_componentPresets_fonts1", "_componentPresets_fonts2", "_componentPresets_fonts3", "_componentPresets_fonts4", "_componentPresets_fonts5", "NavbarFonts", "getFonts", "MC_U0pDm1_default", "HeaderWithImageFonts", "cqvTUcvdh_default", "HeroFonts", "Icon", "NieuwsbriefFonts", "YdUpkp1Q2_default", "FooterFonts", "QJ7kWfxrW_default", "breakpoints", "serializationHash", "variantClassNames", "toResponsiveImage", "value", "toDateString", "options", "activeLocale", "date", "display", "dateOptions", "fallbackLocale", "locale", "metadata", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "Component", "Y", "ref", "setLocale", "useLocaleInfo", "currentPathVariables", "useCurrentPathVariables", "currentRouteData", "useQueryData", "YaJcwnliN_default", "getWhereExpressionFromPathVariables", "getFromCurrentRouteData", "key", "NotFoundError", "_getFromCurrentRouteData", "_getFromCurrentRouteData1", "_getFromCurrentRouteData2", "style", "className", "layoutId", "variant", "KVvd0JikH", "SYgTlz98c", "bqPJrrj5R", "SBu5liXfR", "mwZZxZBgu", "restProps", "ue", "metadata1", "robotsTag", "ie", "_document_querySelector", "bodyCls", "body", "c", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "breakpoints", "gestureVariant", "ref1", "pe", "usePreloadLocalizedValues", "activeLocaleCode", "useLocaleCode", "textContent", "defaultLayoutId", "ae", "sharedStyleClassNames", "useCustomCursors", "_getLocalizedValue", "_getLocalizedValue1", "p", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "cx", "ComponentViewportProvider", "Container", "PropertyOverrides2", "MC_U0pDm1_default", "cqvTUcvdh_default", "Link", "Icon", "getLocalizedValue", "RichText2", "x", "ComponentPresetsProvider", "YdUpkp1Q2_default", "QJ7kWfxrW_default", "css", "FramermQ2vvF9Qv", "withCSS", "mQ2vvF9Qv_default", "addFonts", "NavbarFonts", "HeaderWithImageFonts", "HeroFonts", "NieuwsbriefFonts", "FooterFonts", "getFontsFromSharedStyle", "fonts", "_componentPresets_fonts", "getFontsFromComponentPreset", "_componentPresets_fonts1", "_componentPresets_fonts2", "_componentPresets_fonts3", "_componentPresets_fonts4", "_componentPresets_fonts5", "__FramerMetadata__"]
}
