{"version":3,"file":"cepIFOcvsXM4HsPNgz9SYw9YMR4m2ckYTNmOFneFT5M.CHD8NnFB.mjs","names":["props","IconType","SrcType","Card","serializationHash","variantClassNames","transition1","toResponsiveImage","humanReadableVariantMap","getProps","props","Component","className","Agenda","_Fragment","coVKpbptRUsncMbbBy","hODJmGRDCUsncMbbBy","idUsncMbbBy","O0TDoa0GhUsncMbbBy","pFCDyCbFZUsncMbbBy","S8asGtKmfUsncMbbBy","SvPRr9lgzUsncMbbBy","Y5A8_c1BqUsncMbbBy","css","__FramerMetadata__","PageheroCDP","MeerAgenda","MeerAgendaInfo","Button","NewsletterCTA","props","Agenda","metadata","className","PropertyOverrides","Image","css"],"sources":["https:/framerusercontent.com/modules/kBkaj3LmBqcSU2IkUsBC/kvFSr6fSU7VcYZyNyfaK/Download.js","https:/framerusercontent.com/modules/wM4ZU3zEjm23bDgwvEUl/tNkNRWfN60mUnhyMrYee/AUZPOJtHj.js","https:/framerusercontent.com/modules/f74FZUyFeXG3FYgXvL9B/Mi2KAbMIZINf7KWxjyuz/VGVEqwkPj.js"],"sourcesContent":["import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addPropertyControls,ControlType}from\"framer\";import{motion}from\"framer-motion\";var IconType;(function(IconType){IconType[\"Default\"]=\"Default\";IconType[\"Custom\"]=\"Custom\";})(IconType||(IconType={}));var SrcType;(function(SrcType){SrcType[\"Upload\"]=\"Upload\";SrcType[\"URL\"]=\"URL\";})(SrcType||(SrcType={}));// Check for the Search Index Meta Tag\n// Currently the only way to differenciate between Preview & Publish\nconst metaTagSelector='meta[name=\"framer-search-index\"]';// We can hopefully remove this check when new Preview ships\nfunction isPublishedSiteOrSSG(){if(typeof document===\"undefined\")return true;const metaTag=document.querySelector(metaTagSelector);return!!metaTag;}/**\n *\n * DOWNLOAD\n * By Hunter\n *\n * @framerIntrinsicWidth 200\n * @framerIntrinsicHeight 100\n *\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth any\n * @framerSupportedLayoutHeight any\n */ export default function Download(props){const{styleOptions,hoverOptions,iconOptions}=props;const{backgroundColor,color,borderRadius,padding,paddingPerSide,paddingTop,paddingRight,paddingBottom,paddingLeft,gap}=styleOptions;const isInPublishedSiteOrSSG=isPublishedSiteOrSSG();let downloadURL=undefined;if(isInPublishedSiteOrSSG){if(props.srcType===SrcType.URL)downloadURL=props.srcURL;if(props.srcType===SrcType.Upload)downloadURL=props.srcFile;}const paddingValue=paddingPerSide?`${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px`:`${padding}px`;const getIcon=()=>{var ref,ref1;if(!iconOptions)return;const iconStyle={order:iconOptions.alignment===\"start\"?0:2,flexShrink:0};return iconOptions.type===IconType.Custom&&!!((ref=iconOptions.image)===null||ref===void 0?void 0:ref.src)?/*#__PURE__*/ _jsx(\"img\",{style:iconStyle,alt:((ref1=iconOptions.image)===null||ref1===void 0?void 0:ref1.alt)&&iconOptions.image.alt.length>0?iconOptions.image.alt:\"download icon\",src:iconOptions.image.src,width:iconOptions.size,height:iconOptions.size}):/*#__PURE__*/ _jsx(\"svg\",{style:iconStyle,xmlns:\"http://www.w3.org/2000/svg\",width:iconOptions.size,height:iconOptions.size,fill:iconOptions.color,viewBox:\"0 0 256 256\",children:/*#__PURE__*/ _jsx(\"path\",{d:\"M228 152v56a20 20 0 0 1-20 20H48a20 20 0 0 1-20-20v-56a12 12 0 0 1 24 0v52h152v-52a12 12 0 0 1 24 0Zm-108.49 8.49a12 12 0 0 0 17 0l40-40a12 12 0 0 0-17-17L140 123V40a12 12 0 0 0-24 0v83l-19.51-19.49a12 12 0 0 0-17 17Z\"})});};const getCursor=()=>{if(props.srcType===SrcType.URL&&props.srcURL)return\"pointer\";if(props.srcType===SrcType.Upload&&props.srcFile)return\"pointer\";return\"auto\";};const buttonTitle=isInPublishedSiteOrSSG?\"Download File\":\"Publish to Download\";return /*#__PURE__*/ _jsxs(motion.a,{target:\"_blank\",href:downloadURL,download:true,title:buttonTitle,style:{gap,fontSize:16,lineHeight:1,fontFamily:\"Inter\",fontWeight:500,width:\"max-content\",...props.style,...buttonStyles,...props.fontControl,padding:paddingValue,color:color,backgroundColor:backgroundColor,borderRadius:borderRadius,userSelect:\"none\",placeContent:flexAlignSwitch(props.fontControl),whiteSpace:\"nowrap\",cursor:getCursor()},whileHover:hoverOptions,transition:hoverOptions===null||hoverOptions===void 0?void 0:hoverOptions.transition,children:[getIcon(),props.text]});};Download.displayName=\"Download\";addPropertyControls(Download,{text:{title:\"Text\",type:ControlType.String,defaultValue:\"Download\"},srcType:{type:ControlType.Enum,displaySegmentedControl:true,title:\"Source\",options:[SrcType.Upload,SrcType.URL]},srcURL:{type:ControlType.String,title:\" \",placeholder:\"../example.pdf\",hidden:props=>props.srcType===SrcType.Upload},srcFile:{type:ControlType.File,title:\" \",allowedFileTypes:[],hidden:props=>props.srcType===SrcType.URL},fontControl:{// @ts-ignore - Internal\ntype:ControlType.Font,title:\"Font\",controls:\"extended\"},iconOptions:{type:ControlType.Object,optional:true,title:\"Icon\",buttonTitle:\"Size, Color\",controls:{type:{title:\"Type\",type:ControlType.Enum,options:Object.values(IconType),optionTitles:Object.values(IconType),displaySegmentedControl:true},color:{title:\"Color\",type:ControlType.Color,defaultValue:\"#FFF\",hidden:props=>props.type===IconType.Custom},image:{title:\"File\",type:ControlType.ResponsiveImage,allowedFileTypes:[\"jpg\",\"png\",\"svg\"],hidden:props=>props.type===IconType.Default},size:{type:ControlType.Number,displayStepper:true,min:5,defaultValue:16,max:250},alignment:{title:\"Align\",type:ControlType.Enum,displaySegmentedControl:true,options:[\"start\",\"end\"],optionTitles:[\"Start\",\"End\"]}}},styleOptions:{type:ControlType.Object,title:\"Styles\",buttonTitle:\"Button, Font\",controls:{backgroundColor:{type:ControlType.Color,title:\"Fill\",defaultValue:\"#111\"},color:{type:ControlType.Color,defaultValue:\"#FFF\"},borderRadius:{type:ControlType.Number,title:\"Radius\",displayStepper:true,defaultValue:50},padding:{title:\"Padding\",type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],defaultValue:10,valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\",],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},gap:{title:\"Gap\",type:ControlType.Number,displayStepper:true,defaultValue:5}}},hoverOptions:{type:ControlType.Object,title:\"Hover\",buttonTitle:\"Effect\",optional:true,controls:{scale:{type:ControlType.Number,title:\"Scale\",min:0,max:10,displayStepper:true,step:.01,defaultValue:1.1},backgroundColor:{type:ControlType.Color,title:\"Fill\",defaultValue:\"#333\",optional:true},color:{type:ControlType.Color,title:\"Color\",defaultValue:\"#FFF\",optional:true},transition:{type:ControlType.Transition,title:\"Transition\",defaultValue:{type:\"spring\",stiffness:400,damping:30}}}}});const buttonStyles={display:\"flex\",placeItems:\"center\",placeContent:\"center\",textDecoration:\"none\"};/* Match flex content alignment with text align */ const flexAlignSwitch=fontControlStyles=>{if(!(fontControlStyles===null||fontControlStyles===void 0?void 0:fontControlStyles.textAlign)){return\"left\";}if(fontControlStyles.textAlign===\"left\"){return\"flex-start\";}if(fontControlStyles.textAlign===\"right\"){return\"flex-end\";}return\"center\";};\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Download\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"100\",\"framerContractVersion\":\"1\",\"framerDisableUnlink\":\"*\",\"framerSupportedLayoutWidth\":\"any\",\"framerSupportedLayoutHeight\":\"any\",\"framerIntrinsicWidth\":\"200\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Download.map","// Generated by Framer (2306ade)\nimport{jsx as _jsx,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ChildrenCanSuspend,ComponentViewportProvider,ControlType,cx,getFonts,Link,PathVariablesContext,SmartComponentScopedContainer,useComponentViewport,useLocaleInfo,useQueryData,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import Agenda,{enumToDisplayNameFunctions}from\"https://framerusercontent.com/modules/Ao0zE7AqV5lhcF0zpyzO/ho7PGIJN6wH60v7LyAQe/PNH_XVoQF.js\";import Card from\"https://framerusercontent.com/modules/oD2I3EfmioBLiDqnuyqW/fP3dcGtHAoZHYuHKDh4U/yKu_mc6zh.js\";const CardFonts=getFonts(Card);const cycleOrder=[\"UsncMbbBy\",\"dNhYyI2_F\",\"Xn63SZXJD\"];const serializationHash=\"framer-gzL3n\";const variantClassNames={dNhYyI2_F:\"framer-v-1hzq9lr\",UsncMbbBy:\"framer-v-1m2lrym\",Xn63SZXJD:\"framer-v-icwhuh\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const isAfter=(dateString,minDateString)=>{if(typeof dateString!==\"string\"||typeof minDateString!==\"string\")return false;const date=new Date(dateString);if(isNaN(date.getTime()))return false;const minDate=new Date(minDateString);if(isNaN(minDate.getTime()))return false;return date>=minDate;};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const query=(prequery,{UrVauUHMi})=>prequery({from:{alias:\"UsncMbbBy\",data:Agenda,type:\"Collection\"},orderBy:[{collection:\"UsncMbbBy\",name:\"hODJmGRDC\",type:\"Identifier\"}],select:[{collection:\"UsncMbbBy\",name:\"hODJmGRDC\",type:\"Identifier\"},{collection:\"UsncMbbBy\",name:\"Y5A8_c1Bq\",type:\"Identifier\"},{collection:\"UsncMbbBy\",name:\"coVKpbptR\",type:\"Identifier\"},{collection:\"UsncMbbBy\",name:\"pFCDyCbFZ\",type:\"Identifier\"},{collection:\"UsncMbbBy\",name:\"O0TDoa0Gh\",type:\"Identifier\"},{collection:\"UsncMbbBy\",name:\"SvPRr9lgz\",type:\"Identifier\"},{collection:\"UsncMbbBy\",name:\"S8asGtKmf\",type:\"Identifier\"},{collection:\"UsncMbbBy\",name:\"id\",type:\"Identifier\"}],where:{operator:\"not\",type:\"UnaryOperation\",value:{left:{collection:\"UsncMbbBy\",name:\"id\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:UrVauUHMi},type:\"BinaryOperation\"}}});const QueryData=({query,pageSize,children})=>{const data=useQueryData(query);return children(data);};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Desktop:\"UsncMbbBy\",Phone:\"Xn63SZXJD\",Tablet:\"dNhYyI2_F\"};const getProps=({agenda,height,id,today,width,...props})=>{return{...props,dnrrIChIP:today??props.dnrrIChIP??\"1970-01-01T00:00:00.000Z\",UrVauUHMi:agenda??props.UrVauUHMi??\"ACOzFvkUf\",variant:humanReadableVariantMap[props.variant]??props.variant??\"UsncMbbBy\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,UrVauUHMi,dnrrIChIP,hODJmGRDCUsncMbbBy,Y5A8_c1BqUsncMbbBy,coVKpbptRUsncMbbBy,pFCDyCbFZUsncMbbBy,O0TDoa0GhUsncMbbBy,SvPRr9lgzUsncMbbBy,S8asGtKmfUsncMbbBy,idUsncMbbBy,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"UsncMbbBy\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1m2lrym\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"UsncMbbBy\",ref:refBinding,style:{...style},...addPropertyOverrides({dNhYyI2_F:{\"data-framer-name\":\"Tablet\"},Xn63SZXJD:{\"data-framer-name\":\"Phone\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"UsncMbbBy\",data:Agenda,type:\"Collection\"},orderBy:[{collection:\"UsncMbbBy\",name:\"hODJmGRDC\",type:\"Identifier\"}],select:[{collection:\"UsncMbbBy\",name:\"hODJmGRDC\",type:\"Identifier\"},{collection:\"UsncMbbBy\",name:\"Y5A8_c1Bq\",type:\"Identifier\"},{collection:\"UsncMbbBy\",name:\"coVKpbptR\",type:\"Identifier\"},{collection:\"UsncMbbBy\",name:\"pFCDyCbFZ\",type:\"Identifier\"},{collection:\"UsncMbbBy\",name:\"O0TDoa0Gh\",type:\"Identifier\"},{collection:\"UsncMbbBy\",name:\"SvPRr9lgz\",type:\"Identifier\"},{collection:\"UsncMbbBy\",name:\"S8asGtKmf\",type:\"Identifier\"},{collection:\"UsncMbbBy\",name:\"id\",type:\"Identifier\"}],where:{operator:\"not\",type:\"UnaryOperation\",value:{left:{collection:\"UsncMbbBy\",name:\"id\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:UrVauUHMi},type:\"BinaryOperation\"}}},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection?.map(({coVKpbptR:coVKpbptRUsncMbbBy,hODJmGRDC:hODJmGRDCUsncMbbBy,id:idUsncMbbBy,O0TDoa0Gh:O0TDoa0GhUsncMbbBy,pFCDyCbFZ:pFCDyCbFZUsncMbbBy,S8asGtKmf:S8asGtKmfUsncMbbBy,SvPRr9lgz:SvPRr9lgzUsncMbbBy,Y5A8_c1Bq:Y5A8_c1BqUsncMbbBy},index)=>{Y5A8_c1BqUsncMbbBy??=\"\";pFCDyCbFZUsncMbbBy??=\"\";O0TDoa0GhUsncMbbBy??=\"\";S8asGtKmfUsncMbbBy??=\"\";const visible=isAfter(hODJmGRDCUsncMbbBy,dnrrIChIP);return /*#__PURE__*/_jsx(LayoutGroup,{id:`UsncMbbBy-${idUsncMbbBy}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{Y5A8_c1Bq:Y5A8_c1BqUsncMbbBy},children:visible&&/*#__PURE__*/_jsx(Link,{href:{pathVariables:{Y5A8_c1Bq:Y5A8_c1BqUsncMbbBy},webPageId:\"VGVEqwkPj\"},motionChild:true,nodeId:\"kufnKgJDg\",scopeId:\"AUZPOJtHj\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1rqhngg framer-124xmsv\",layoutDependency:layoutDependency,layoutId:\"kufnKgJDg\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:398,width:`max(max((${componentViewport?.width||\"100vw\"} - 40px) / 3, 50px), 1px)`,y:(componentViewport?.y||0)+0+(0*(((componentViewport?.height||3413)-0-20)/2)+0)+0,...addPropertyOverrides({dNhYyI2_F:{y:(componentViewport?.y||0)+0+(0*(((componentViewport?.height||3131)-0-20)/2)+0)+0},Xn63SZXJD:{width:`max(max(${componentViewport?.width||\"100vw\"}, 50px), 1px)`,y:(componentViewport?.y||0)+0+(0*(((componentViewport?.height||6999)-0-20)/2)+0)+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1a7hpnl-container\",layoutDependency:layoutDependency,layoutId:\"yiLq4RPb3-container\",nodeId:\"yiLq4RPb3\",rendersWithMotion:true,scopeId:\"AUZPOJtHj\",children:/*#__PURE__*/_jsx(Card,{AAydpWqxS:true,B1scFIYmu:\"var(--token-5b2aedfa-b347-413a-81a7-c958ffe3f0b3, rgb(178, 52, 117))\",fENoPEdqP:enumToDisplayNameFunctions[\"SvPRr9lgz\"]?.(SvPRr9lgzUsncMbbBy,activeLocale),gayPtcQjn:toResponsiveImage(coVKpbptRUsncMbbBy),height:\"100%\",id:\"yiLq4RPb3\",in09wGTV8:hODJmGRDCUsncMbbBy,IuLGFz3Qz:O0TDoa0GhUsncMbbBy,layoutId:\"yiLq4RPb3\",lIvMfyvYl:\"var(--token-5b2aedfa-b347-413a-81a7-c958ffe3f0b3, rgb(178, 52, 117))\",mPrnuq1gK:true,ok1dr7J1a:true,pFk2kxvZw:\"var(--token-5b2aedfa-b347-413a-81a7-c958ffe3f0b3, rgb(178, 52, 117))\",s_gNIw8Ns:S8asGtKmfUsncMbbBy,style:{width:\"100%\"},tEHpCZQOz:true,V4XPjNtUR:true,variant:\"d3ejJM4jy\",W4i5mpDMa:pFCDyCbFZUsncMbbBy,width:\"100%\",...addPropertyOverrides({dNhYyI2_F:{variant:\"zYT81xs2C\"},Xn63SZXJD:{variant:\"pJT9zu1WI\"}},baseVariant,gestureVariant)})})})})})})},idUsncMbbBy);})})})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-gzL3n.framer-124xmsv, .framer-gzL3n .framer-124xmsv { display: block; }\",\".framer-gzL3n.framer-1m2lrym { display: grid; gap: 20px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(3, minmax(50px, 1fr)); height: min-content; justify-content: center; padding: 0px; position: relative; width: 1140px; }\",\".framer-gzL3n .framer-1rqhngg { align-content: center; align-items: center; align-self: start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; justify-self: start; padding: 0px; position: relative; text-decoration: none; width: 100%; }\",\".framer-gzL3n .framer-1a7hpnl-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\".framer-gzL3n.framer-v-1hzq9lr.framer-1m2lrym { width: 946px; }\",\".framer-gzL3n.framer-v-icwhuh.framer-1m2lrym { grid-template-columns: repeat(1, minmax(50px, 1fr)); width: 557px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 3413\n * @framerIntrinsicWidth 1140\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"dNhYyI2_F\":{\"layout\":[\"fixed\",\"auto\"]},\"Xn63SZXJD\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"UrVauUHMi\":\"agenda\",\"dnrrIChIP\":\"today\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerAUZPOJtHj=withCSS(Component,css,\"framer-gzL3n\");export default FramerAUZPOJtHj;FramerAUZPOJtHj.displayName=\"Meer Agenda\";FramerAUZPOJtHj.defaultProps={height:3413,width:1140};addPropertyControls(FramerAUZPOJtHj,{variant:{options:[\"UsncMbbBy\",\"dNhYyI2_F\",\"Xn63SZXJD\"],optionTitles:[\"Desktop\",\"Tablet\",\"Phone\"],title:\"Variant\",type:ControlType.Enum},UrVauUHMi:{dataIdentifier:\"local-module:collection/PNH_XVoQF:default\",defaultValue:\"ACOzFvkUf\",title:\"Agenda\",type:ControlType.CollectionReference},dnrrIChIP:{defaultValue:\"1970-01-01T00:00:00.000Z\",title:\"Today\",type:ControlType.Date}});addFonts(FramerAUZPOJtHj,[{explicitInter:true,fonts:[]},...CardFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerAUZPOJtHj\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"1140\",\"framerVariables\":\"{\\\"UrVauUHMi\\\":\\\"agenda\\\",\\\"dnrrIChIP\\\":\\\"today\\\"}\",\"framerAutoSizeImages\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerColorSyntax\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"dNhYyI2_F\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Xn63SZXJD\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"3413\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}","// Generated by Framer (2306ade)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentPresetsProvider,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromComponentPreset,getFontsFromSharedStyle,getLoadingLazyAtYPosition,getWhereExpressionFromPathVariables,Image,Link,NotFoundError,PropertyOverrides,ResolveLinks,RichText,SVG,useComponentViewport,useCurrentPathVariables,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleCode,useLocaleInfo,useQueryData,useRouter,withCodeBoundaryForOverrides,withCSS,withFX,withMappedReactProps}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import Download from\"https://framerusercontent.com/modules/kBkaj3LmBqcSU2IkUsBC/kvFSr6fSU7VcYZyNyfaK/Download.js\";import MeerAgenda,*as MeerAgendaInfo from\"#framer/local/canvasComponent/AUZPOJtHj/AUZPOJtHj.js\";import Button from\"#framer/local/canvasComponent/DYGiUyuZL/DYGiUyuZL.js\";import NewsletterCTA from\"#framer/local/canvasComponent/RWY1IfMV6/RWY1IfMV6.js\";import PageheroCDP from\"#framer/local/canvasComponent/SjfLs2D2v/SjfLs2D2v.js\";import{withTodaysDate}from\"#framer/local/codeFile/zpMJOjT/ApplyToday.js\";import Agenda,{enumToDisplayNameFunctions}from\"#framer/local/collection/PNH_XVoQF/PNH_XVoQF.js\";import*as componentPresets from\"#framer/local/componentPresets/componentPresets/componentPresets.js\";import*as sharedStyle from\"#framer/local/css/DR8qMjguX/DR8qMjguX.js\";import*as sharedStyle5 from\"#framer/local/css/iWFXv8klz/iWFXv8klz.js\";import*as sharedStyle4 from\"#framer/local/css/mJRBvTNrX/mJRBvTNrX.js\";import*as sharedStyle11 from\"#framer/local/css/mNou7nrP4/mNou7nrP4.js\";import*as sharedStyle10 from\"#framer/local/css/n7HbYXNKW/n7HbYXNKW.js\";import*as sharedStyle7 from\"#framer/local/css/Npd8D3Ivv/Npd8D3Ivv.js\";import*as sharedStyle2 from\"#framer/local/css/Ownaa4Ndv/Ownaa4Ndv.js\";import*as sharedStyle3 from\"#framer/local/css/UNhvwfxxA/UNhvwfxxA.js\";import*as sharedStyle9 from\"#framer/local/css/UX3j6hmSd/UX3j6hmSd.js\";import*as sharedStyle6 from\"#framer/local/css/wBiYErCPA/wBiYErCPA.js\";import*as sharedStyle8 from\"#framer/local/css/xtmdKSitf/xtmdKSitf.js\";import*as sharedStyle1 from\"#framer/local/css/xw0ZgP0dE/xw0ZgP0dE.js\";import*as sharedStyle12 from\"#framer/local/css/Zv2VKgVfV/Zv2VKgVfV.js\";import metadataProvider from\"#framer/local/webPageMetadata/VGVEqwkPj/VGVEqwkPj.js\";const PageheroCDPFonts=getFonts(PageheroCDP);const DownloadFonts=getFonts(Download);const RichTextWithFX=withFX(RichText);const MeerAgendaFonts=getFonts(MeerAgenda);const MeerAgendaWithTodaysDate1a4o1owWithMappedReactProps1a9dx6o=withMappedReactProps(withCodeBoundaryForOverrides(MeerAgenda,{nodeId:\"v6_uoGffo\",override:withTodaysDate,scopeId:\"VGVEqwkPj\"}),MeerAgendaInfo);const ButtonFonts=getFonts(Button);const MotionDivWithFX=withFX(motion.div);const NewsletterCTAFonts=getFonts(NewsletterCTA);const breakpoints={lZ7R0OhnQ:\"(min-width: 1200px)\",miWFMy99J:\"(max-width: 859px)\",wvQ5Ij52I:\"(min-width: 860px) and (max-width: 1199px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-1HiEE\";const variantClassNames={lZ7R0OhnQ:\"framer-v-1cga4s\",miWFMy99J:\"framer-v-1rtywu8\",wvQ5Ij52I:\"framer-v-i39i5b\"};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 addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const negate=value=>{return!value;};const isSet=value=>{if(Array.isArray(value))return value.length>0;return value!==undefined&&value!==null&&value!==\"\";};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:20};const transition1={delay:.1,duration:.5,ease:[.17,.44,.38,.99],type:\"tween\"};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"lZ7R0OhnQ\",Phone:\"miWFMy99J\",Tablet:\"wvQ5Ij52I\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"lZ7R0OhnQ\"};};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 currentPathVariables=useCurrentPathVariables();const[currentRouteData]=useQueryData({from:{alias:\"VGVEqwkPj\",data:Agenda,type:\"Collection\"},select:[{collection:\"VGVEqwkPj\",name:\"id\",type:\"Identifier\"},{collection:\"VGVEqwkPj\",name:\"pFCDyCbFZ\",type:\"Identifier\"},{collection:\"VGVEqwkPj\",name:\"SvPRr9lgz\",type:\"Identifier\"},{collection:\"VGVEqwkPj\",name:\"hODJmGRDC\",type:\"Identifier\"},{collection:\"VGVEqwkPj\",name:\"S8asGtKmf\",type:\"Identifier\"},{collection:\"VGVEqwkPj\",name:\"coVKpbptR\",type:\"Identifier\"},{collection:\"VGVEqwkPj\",name:\"O0TDoa0Gh\",type:\"Identifier\"},{collection:\"VGVEqwkPj\",name:\"yOcnsIovS\",type:\"Identifier\"},{collection:\"VGVEqwkPj\",name:\"uA21TKubF\",type:\"Identifier\"},{collection:\"VGVEqwkPj\",name:\"mgaTMMLFh\",type:\"Identifier\"},{collection:\"VGVEqwkPj\",name:\"HFo_eTLxG\",type:\"Identifier\"},{collection:\"VGVEqwkPj\",name:\"Os_udsyQC\",type:\"Identifier\"},{collection:\"VGVEqwkPj\",name:\"gXyl59Z7l\",type:\"Identifier\"},{collection:\"VGVEqwkPj\",name:\"FrEoogFUH\",type:\"Identifier\"},{collection:\"VGVEqwkPj\",name:\"Jl_qTgssL\",type:\"Identifier\"},{collection:\"VGVEqwkPj\",name:\"EBeQIuVys\",type:\"Identifier\"},{collection:\"VGVEqwkPj\",name:\"ZaX1pOhB7\",type:\"Identifier\"}],where:getWhereExpressionFromPathVariables(currentPathVariables,\"VGVEqwkPj\")});const getFromCurrentRouteData=key=>{if(!currentRouteData)throw new NotFoundError(`No data matches path variables: ${JSON.stringify(currentPathVariables)}`);return currentRouteData[key];};const{style,className,layoutId,variant,pFCDyCbFZ=getFromCurrentRouteData(\"pFCDyCbFZ\")??\"\",hODJmGRDC=getFromCurrentRouteData(\"hODJmGRDC\"),SvPRr9lgz=getFromCurrentRouteData(\"SvPRr9lgz\"),yOcnsIovS=getFromCurrentRouteData(\"yOcnsIovS\")??\"\",coVKpbptR=getFromCurrentRouteData(\"coVKpbptR\"),M5AuLiC41,S8asGtKmf=getFromCurrentRouteData(\"S8asGtKmf\")??\"\",HFo_eTLxG=getFromCurrentRouteData(\"HFo_eTLxG\"),Os_udsyQC=getFromCurrentRouteData(\"Os_udsyQC\")??\"\",gXyl59Z7l=getFromCurrentRouteData(\"gXyl59Z7l\"),FrEoogFUH=getFromCurrentRouteData(\"FrEoogFUH\")??\"\",uA21TKubF=getFromCurrentRouteData(\"uA21TKubF\")??\"\",mgaTMMLFh=getFromCurrentRouteData(\"mgaTMMLFh\")??\"\",Jl_qTgssL=getFromCurrentRouteData(\"Jl_qTgssL\")??\"\",EBeQIuVys=getFromCurrentRouteData(\"EBeQIuVys\")??true,ZaX1pOhB7=getFromCurrentRouteData(\"ZaX1pOhB7\")??\"\",id=getFromCurrentRouteData(\"id\"),...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(currentRouteData,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);}}},[currentRouteData,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(currentRouteData,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[currentRouteData,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className,sharedStyle6.className,sharedStyle7.className,sharedStyle8.className,sharedStyle9.className,sharedStyle10.className,sharedStyle11.className,sharedStyle12.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const activeLocaleCode=useLocaleCode();const textContent=enumToDisplayNameFunctions[\"SvPRr9lgz\"]?.(SvPRr9lgz,activeLocale);const visible=negate(M5AuLiC41);const textContent1=toDateString(hODJmGRDC,{dateStyle:\"full\",locale:\"\"},activeLocaleCode);const visible1=isSet(S8asGtKmf);const visible2=isSet(HFo_eTLxG);const visible3=isSet(gXyl59Z7l);const visible4=isSet(uA21TKubF);const visible5=isSet(mgaTMMLFh);const visible6=isSet(Jl_qTgssL);const router=useRouter();useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"lZ7R0OhnQ\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: rgb(255, 255, 255); }\"}),/*#__PURE__*/_jsx(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-1cga4s\",className),ref:refBinding,style:{...style},children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1i8kje\",\"data-framer-name\":\"Bodywrap\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{miWFMy99J:{y:(componentViewport?.y||0)+50+0+0+0},wvQ5Ij52I:{y:(componentViewport?.y||0)+90+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:390,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+110+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-bm30e2-container\",nodeId:\"Cm7lkOSgI\",scopeId:\"VGVEqwkPj\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{miWFMy99J:{variant:\"nq6bAVcK0\"},wvQ5Ij52I:{variant:\"QmDMMjDMx\"}},children:/*#__PURE__*/_jsx(PageheroCDP,{EkXXLBpqi:true,height:\"100%\",id:\"Cm7lkOSgI\",layoutId:\"Cm7lkOSgI\",pK2zhS80_:toDateString(hODJmGRDC,{dateStyle:\"long\",locale:\"\"},activeLocaleCode),PT3n7QXRd:addImageAlt({pixelHeight:487,pixelWidth:377,src:\"https://framerusercontent.com/images/8LFaAEWEKDpzemDXKtGPbV0XE.svg\"},\"\"),rblVqb2me:\"var(--token-5b2aedfa-b347-413a-81a7-c958ffe3f0b3, rgb(178, 52, 117))\",style:{width:\"100%\"},variant:\"YdePittIET_Ai4_Vvz\",width:\"100%\",yJQzDVQh2:pFCDyCbFZ,ZBTQPuEI2:enumToDisplayNameFunctions[\"SvPRr9lgz\"]?.(SvPRr9lgz,activeLocale)})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-jtj3jq\",\"data-framer-name\":\"section-content\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1lmczj0\",\"data-framer-name\":\"container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-p9t7jp\",\"data-framer-name\":\"cdp-left\",children:[/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:NEd4VmDdsxM3StIUbddO/1de6WpgIbCrKkRcPfQcW/YouTube.js:Youtube\":componentPresets.props[\"w6eWIX0jo\"],\"module:pVk4QsoHxASnVtUBp6jr/QVzZltTawVJTjmjAWG3C/CodeBlock.js:default\":componentPresets.props[\"NXwd4MfR_\"]},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:yOcnsIovS,className:\"framer-673xm7\",fonts:[\"Inter\"],stylesPresetsClassNames:{a:\"framer-styles-preset-126vkju\",blockquote:\"framer-styles-preset-12mw7wy\",code:\"framer-styles-preset-1hr4400\",h1:\"framer-styles-preset-12zacvn\",h2:\"framer-styles-preset-t6ufq\",h3:\"framer-styles-preset-1ktc4yb\",h4:\"framer-styles-preset-7uk4ap\",h5:\"framer-styles-preset-w84wx9\",h6:\"framer-styles-preset-rj4hrb\",img:\"framer-styles-preset-1nppwij\",p:\"framer-styles-preset-1m699h8\",table:\"framer-styles-preset-1do4zty\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1k7k4gy\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{miWFMy99J:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+50+0+0+390+50+0+0+0+0+126+30),sizes:`max(min(min(1200px, ${componentViewport?.width||\"100vw\"}), 750px), 1px)`,...toResponsiveImage(coVKpbptR)}},wvQ5Ij52I:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+90+0+0+390+60+0+0+0+0+126+50),sizes:`max(min(max((min(1200px, ${componentViewport?.width||\"100vw\"}) - 40px) / 3, 50px) * 2 + 20px, 750px), 1px)`,...toResponsiveImage(coVKpbptR)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+110+0+0+390+70+0+0+0+0+126+50),sizes:`max(min(max((min(1200px, ${componentViewport?.width||\"100vw\"}) - 40px) / 3, 50px) * 2 + 20px, 750px), 1px)`,...toResponsiveImage(coVKpbptR)},className:\"framer-1fftxq9\"})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-483ymp\",\"data-framer-name\":\"cdp-right\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-bkkckx\",\"data-framer-name\":\"event-details\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-15ex0c3\",\"data-framer-name\":\"event-category\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wvQ5Ij52I:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0hlbHZldGljYSBOZXVlIE1lZGl1bQ==\",\"--framer-font-family\":'\"Helvetica Neue Medium\", \"Helvetica Neue Medium Placeholder\", sans-serif',\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--token-5b2aedfa-b347-413a-81a7-c958ffe3f0b3, rgb(178, 52, 117))\"},children:\"Hulp en advies\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0hlbHZldGljYSBOZXVlIE1lZGl1bQ==\",\"--framer-font-family\":'\"Helvetica Neue Medium\", \"Helvetica Neue Medium Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--token-5b2aedfa-b347-413a-81a7-c958ffe3f0b3, rgb(178, 52, 117))\"},children:\"Hulp en advies\"})}),className:\"framer-1kujz4z\",fonts:[\"CUSTOM;Helvetica Neue Medium\"],text:textContent,verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1h871tx\",\"data-border\":true,\"data-framer-name\":\"event-detail-item\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wvQ5Ij52I:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0hlbHZldGljYSBOZXVlIEJvbGQ=\",\"--framer-font-family\":'\"Helvetica Neue Bold\", \"Helvetica Neue Bold Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"var(--token-5b2aedfa-b347-413a-81a7-c958ffe3f0b3, rgb(178, 52, 117))\"},children:\"Hulp bij online aangifte inkomstenbelasting  \"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0hlbHZldGljYSBOZXVlIEJvbGQ=\",\"--framer-font-family\":'\"Helvetica Neue Bold\", \"Helvetica Neue Bold Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"var(--token-5b2aedfa-b347-413a-81a7-c958ffe3f0b3, rgb(178, 52, 117))\"},children:\"Hulp bij online aangifte inkomstenbelasting  \"})}),className:\"framer-1x65y0w\",fonts:[\"CUSTOM;Helvetica Neue Bold\"],text:pFCDyCbFZ,verticalAlignment:\"top\",withExternalLayout:true})})}),visible&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1tz9dq5\",\"data-border\":true,\"data-framer-name\":\"event-detail-item\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wvQ5Ij52I:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0hlbHZldGljYSBOZXVlIEJvbGQ=\",\"--framer-font-family\":'\"Helvetica Neue Bold\", \"Helvetica Neue Bold Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"var(--token-5b2aedfa-b347-413a-81a7-c958ffe3f0b3, rgb(178, 52, 117))\"},children:\"Saturday, March 8, 2025\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0hlbHZldGljYSBOZXVlIEJvbGQ=\",\"--framer-font-family\":'\"Helvetica Neue Bold\", \"Helvetica Neue Bold Placeholder\", sans-serif',\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"var(--token-5b2aedfa-b347-413a-81a7-c958ffe3f0b3, rgb(178, 52, 117))\"},children:\"Thursday, February 27, 2025\"})}),className:\"framer-1flxue0\",fonts:[\"CUSTOM;Helvetica Neue Bold\"],text:textContent1,verticalAlignment:\"top\",withExternalLayout:true})})}),visible1&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1bn92lc\",\"data-border\":true,\"data-framer-name\":\"event-detail-item\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wvQ5Ij52I:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0hlbHZldGljYSBOZXVlIEJvbGQ=\",\"--framer-font-family\":'\"Helvetica Neue Bold\", \"Helvetica Neue Bold Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"var(--token-5b2aedfa-b347-413a-81a7-c958ffe3f0b3, rgb(178, 52, 117))\"},children:\"10.00 uur\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0hlbHZldGljYSBOZXVlIEJvbGQ=\",\"--framer-font-family\":'\"Helvetica Neue Bold\", \"Helvetica Neue Bold Placeholder\", sans-serif',\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"var(--token-5b2aedfa-b347-413a-81a7-c958ffe3f0b3, rgb(178, 52, 117))\"},children:\"Iedere donderdag 13.00 - 14.30 uur - gratis \"})}),className:\"framer-1tlda9z\",fonts:[\"CUSTOM;Helvetica Neue Bold\"],text:S8asGtKmf,verticalAlignment:\"top\",withExternalLayout:true})})}),visible2&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1pysrno\",\"data-border\":true,\"data-framer-name\":\"event-detail-item\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-115nxcv-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"NQpJjOBPq\",scopeId:\"VGVEqwkPj\",children:/*#__PURE__*/_jsx(Download,{fontControl:{},height:\"100%\",id:\"NQpJjOBPq\",layoutId:\"NQpJjOBPq\",srcFile:HFo_eTLxG,srcType:\"Upload\",srcURL:\"\",styleOptions:{backgroundColor:\"var(--token-6e383410-127c-44cb-9c04-6073c8126de5, rgb(29, 97, 161))\",borderRadius:50,color:\"rgb(255, 255, 255)\",gap:5,padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10},text:Os_udsyQC,width:\"100%\"})})}),visible3&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1pn0scl-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"sXCqCWVhW\",scopeId:\"VGVEqwkPj\",children:/*#__PURE__*/_jsx(Download,{fontControl:{},height:\"100%\",id:\"sXCqCWVhW\",layoutId:\"sXCqCWVhW\",srcFile:gXyl59Z7l,srcType:\"Upload\",srcURL:\"\",styleOptions:{backgroundColor:\"var(--token-6e383410-127c-44cb-9c04-6073c8126de5, rgb(29, 97, 161))\",borderRadius:50,color:\"rgb(255, 255, 255)\",gap:5,padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10},text:FrEoogFUH,width:\"100%\"})})})]}),visible4&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-13lt7mr\",\"data-border\":true,\"data-framer-name\":\"event-detail-item\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wvQ5Ij52I:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0hlbHZldGljYSBOZXVlIEJvbGQ=\",\"--framer-font-family\":'\"Helvetica Neue Bold\", \"Helvetica Neue Bold Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"var(--token-5b2aedfa-b347-413a-81a7-c958ffe3f0b3, rgb(178, 52, 117))\"},children:\"Content\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0hlbHZldGljYSBOZXVlIEJvbGQ=\",\"--framer-font-family\":'\"Helvetica Neue Bold\", \"Helvetica Neue Bold Placeholder\", sans-serif',\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"var(--token-5b2aedfa-b347-413a-81a7-c958ffe3f0b3, rgb(178, 52, 117))\"},children:\"Content\"})}),className:\"framer-3abji2\",fonts:[\"CUSTOM;Helvetica Neue Bold\"],text:uA21TKubF,verticalAlignment:\"top\",withExternalLayout:true})})}),visible5&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1mtxfhi\",\"data-border\":true,\"data-framer-name\":\"event-detail-item\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wvQ5Ij52I:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0hlbHZldGljYSBOZXVlIEJvbGQ=\",\"--framer-font-family\":'\"Helvetica Neue Bold\", \"Helvetica Neue Bold Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"var(--token-5b2aedfa-b347-413a-81a7-c958ffe3f0b3, rgb(178, 52, 117))\"},children:\"Content\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0hlbHZldGljYSBOZXVlIEJvbGQ=\",\"--framer-font-family\":'\"Helvetica Neue Bold\", \"Helvetica Neue Bold Placeholder\", sans-serif',\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"var(--token-5b2aedfa-b347-413a-81a7-c958ffe3f0b3, rgb(178, 52, 117))\"},children:\"Content\"})}),className:\"framer-1x4xvyu\",fonts:[\"CUSTOM;Helvetica Neue Bold\"],text:mgaTMMLFh,verticalAlignment:\"top\",withExternalLayout:true})})}),visible6&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1el15xb\",\"data-border\":true,\"data-framer-name\":\"event-detail-item\",children:/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:NEd4VmDdsxM3StIUbddO/1de6WpgIbCrKkRcPfQcW/YouTube.js:Youtube\":componentPresets.props[\"w6eWIX0jo\"],\"module:pVk4QsoHxASnVtUBp6jr/QVzZltTawVJTjmjAWG3C/CodeBlock.js:default\":componentPresets.props[\"NXwd4MfR_\"]},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:Jl_qTgssL,className:\"framer-1o6nbru\",fonts:[\"CUSTOM;Helvetica Neue Bold\"],stylesPresetsClassNames:{a:\"framer-styles-preset-126vkju\",blockquote:\"framer-styles-preset-12mw7wy\",code:\"framer-styles-preset-1hr4400\",h1:\"framer-styles-preset-12zacvn\",h2:\"framer-styles-preset-t6ufq\",h3:\"framer-styles-preset-1ktc4yb\",h4:\"framer-styles-preset-7uk4ap\",h5:\"framer-styles-preset-w84wx9\",h6:\"framer-styles-preset-rj4hrb\",img:\"framer-styles-preset-1nppwij\",p:\"framer-styles-preset-1m699h8\",table:\"framer-styles-preset-1do4zty\"},verticalAlignment:\"top\",withExternalLayout:true})})}),EBeQIuVys&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1j3xoyi\",children:/*#__PURE__*/_jsx(Link,{href:ZaX1pOhB7,motionChild:true,nodeId:\"hNSpmHzFz\",openInNewTab:true,scopeId:\"VGVEqwkPj\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-widbai framer-2fy8ji\",\"data-framer-name\":\"aanmeldknop\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0hlbHZldGljYSBOZXVlIE1lZGl1bQ==\",\"--framer-font-family\":'\"Helvetica Neue Medium\", \"Helvetica Neue Medium Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--token-768f8bc4-1499-487e-9909-8df636681777, rgb(255, 255, 255))\"},children:\"Aanmelden\"})}),className:\"framer-4x0m04\",fonts:[\"CUSTOM;Helvetica Neue Medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-a7l5s9\",\"data-framer-name\":\"arrow-yellow\",fill:\"black\",intrinsicHeight:22,intrinsicWidth:16,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16.21 22.13\"><path d=\"M0 1.88v18.53c0 1.29 1.54 2.12 2.83 1.52 5.87-2.73 10.7-6.19 12.96-8.75.44-.5.55-1.17.26-1.75C14.02 7.23 8.73 1.39 2.61.05 1.28-.23 0 .66 0 1.88Z\" style=\"fill:#f7a600\"/></svg>',withExternalLayout:true})]})})})]})})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1toylc6\",\"data-framer-name\":\"section-news\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-vbcvd9\",\"data-framer-name\":\"container\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{miWFMy99J:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO0hlbHZldGljYSBOZXVlIEJvbGQ=\",\"--framer-font-family\":'\"Helvetica Neue Bold\", \"Helvetica Neue Bold Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"var(--token-5b2aedfa-b347-413a-81a7-c958ffe3f0b3, rgb(178, 52, 117))\"},children:\"Meer uit de agenda\"})}),fonts:[\"CUSTOM;Helvetica Neue Bold\"]},wvQ5Ij52I:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO0hlbHZldGljYSBOZXVlIEJvbGQ=\",\"--framer-font-family\":'\"Helvetica Neue Bold\", \"Helvetica Neue Bold Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"var(--token-5b2aedfa-b347-413a-81a7-c958ffe3f0b3, rgb(178, 52, 117))\"},children:\"Meer uit de agenda\"})}),fonts:[\"CUSTOM;Helvetica Neue Bold\"]}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-15i7csv\",\"data-styles-preset\":\"Zv2VKgVfV\",style:{\"--framer-text-color\":\"var(--token-5b2aedfa-b347-413a-81a7-c958ffe3f0b3, rgb(178, 52, 117))\"},children:\"Meer uit de agenda\"})}),className:\"framer-1jfy2ts\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{miWFMy99J:{y:(componentViewport?.y||0)+50+0+0+1833+0+0+0+52},wvQ5Ij52I:{y:(componentViewport?.y||0)+90+0+0+1372+0+0+0+60}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:0,width:`min(1200px, ${componentViewport?.width||\"100vw\"})`,y:(componentViewport?.y||0)+110+0+0+1464+0+0+0+62,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1a4o1ow-container\",nodeId:\"v6_uoGffo\",rendersWithMotion:true,scopeId:\"VGVEqwkPj\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{miWFMy99J:{variant:\"Xn63SZXJD\"},wvQ5Ij52I:{variant:\"dNhYyI2_F\"}},children:/*#__PURE__*/_jsx(MeerAgendaWithTodaysDate1a4o1owWithMappedReactProps1a9dx6o,{height:\"100%\",id:\"v6_uoGffo\",layoutId:\"v6_uoGffo\",style:{width:\"100%\"},UrVauUHMi:id,variant:\"UsncMbbBy\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-w94yxy\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"QE8NtSN38\"},implicitPathVariables:undefined},{href:{webPageId:\"QE8NtSN38\"},implicitPathVariables:undefined},{href:{webPageId:\"QE8NtSN38\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{miWFMy99J:{y:(componentViewport?.y||0)+50+0+0+1833+0+0+0+72+0},wvQ5Ij52I:{y:(componentViewport?.y||0)+90+0+0+1372+0+0+0+80+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:22,y:(componentViewport?.y||0)+110+0+0+1464+0+0+0+82+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-i5nx4c-container\",nodeId:\"CMe9h5Pyd\",scopeId:\"VGVEqwkPj\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{miWFMy99J:{guOVsnmVY:resolvedLinks[2]},wvQ5Ij52I:{guOVsnmVY:resolvedLinks[1]}},children:/*#__PURE__*/_jsx(Button,{guOVsnmVY:resolvedLinks[0],height:\"100%\",id:\"CMe9h5Pyd\",KGL1nkuNO:\"Bekijk alle activiteiten\",layoutId:\"CMe9h5Pyd\",MMVaxRaXv:false,variant:\"JzJanAmXI\",width:\"100%\"})})})})})})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{miWFMy99J:{y:(componentViewport?.y||0)+50+0+0+2007},wvQ5Ij52I:{y:(componentViewport?.y||0)+90+0+0+1534}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:425,width:`min(${componentViewport?.width||\"100vw\"}, 1400px)`,y:(componentViewport?.y||0)+110+0+0+1648,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1lspfz7-container\",nodeId:\"F9I5XoVyv\",scopeId:\"VGVEqwkPj\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{miWFMy99J:{variant:\"yPpLvh5QY\"},wvQ5Ij52I:{variant:\"pWjPcDkj7\"}},children:/*#__PURE__*/_jsx(NewsletterCTA,{height:\"100%\",id:\"F9I5XoVyv\",layoutId:\"F9I5XoVyv\",style:{maxWidth:\"100%\",width:\"100%\"},variant:\"u4QJVNJCr\",width:\"100%\"})})})})})]})}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-1HiEE.framer-2fy8ji, .framer-1HiEE .framer-2fy8ji { display: block; }\",\".framer-1HiEE.framer-1cga4s { 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: 110px 0px 0px 0px; position: relative; width: 1200px; }\",\".framer-1HiEE .framer-1i8kje { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-1HiEE .framer-bm30e2-container, .framer-1HiEE .framer-1a4o1ow-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-1HiEE .framer-jtj3jq { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 70px 30px 80px 30px; position: relative; width: 100%; }\",\".framer-1HiEE .framer-1lmczj0 { display: grid; flex: none; gap: 20px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(3, minmax(50px, 1fr)); grid-template-rows: repeat(1, minmax(0, 1fr)); height: min-content; justify-content: center; max-width: 100%; overflow: visible; padding: 0px; position: relative; width: 1200px; }\",\".framer-1HiEE .framer-p9t7jp { align-content: center; align-items: center; align-self: start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; grid-column: span 2; height: 100%; justify-content: flex-start; justify-self: start; max-width: 750px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-1HiEE .framer-673xm7 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-1HiEE .framer-1k7k4gy { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 50px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-1HiEE .framer-1fftxq9 { border-bottom-left-radius: 25px; border-bottom-right-radius: 25px; border-top-left-radius: 25px; border-top-right-radius: 25px; flex: 1 0 0px; gap: 10px; height: 407px; position: relative; width: 1px; }\",\".framer-1HiEE .framer-483ymp { align-content: flex-start; align-items: flex-start; align-self: start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; justify-self: start; overflow: hidden; padding: 0px; position: sticky; top: 100px; width: 100%; z-index: 1; }\",\".framer-1HiEE .framer-bkkckx { align-content: flex-start; align-items: flex-start; background-color: rgba(178, 52, 117, 0.15); 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: column; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: center; overflow: hidden; padding: 35px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-1HiEE .framer-15ex0c3 { align-content: center; align-items: center; background-color: var(--token-768f8bc4-1499-487e-9909-8df636681777, #ffffff); border-bottom-left-radius: 100px; border-bottom-right-radius: 100px; border-top-left-radius: 100px; border-top-right-radius: 100px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 44px; justify-content: center; overflow: hidden; padding: 0px 20px 0px 20px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); z-index: 2; }\",\".framer-1HiEE .framer-1kujz4z, .framer-1HiEE .framer-4x0m04 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-1HiEE .framer-1h871tx { --border-bottom-width: 1px; --border-color: var(--token-5b2aedfa-b347-413a-81a7-c958ffe3f0b3, #b23475); --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 0px; align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 15px 0px 15px 0px; position: relative; width: 100%; }\",\".framer-1HiEE .framer-1x65y0w, .framer-1HiEE .framer-1flxue0, .framer-1HiEE .framer-1tlda9z, .framer-1HiEE .framer-3abji2, .framer-1HiEE .framer-1x4xvyu { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-1HiEE .framer-1tz9dq5, .framer-1HiEE .framer-1bn92lc, .framer-1HiEE .framer-13lt7mr, .framer-1HiEE .framer-1mtxfhi, .framer-1HiEE .framer-1el15xb { --border-bottom-width: 1px; --border-color: var(--token-5b2aedfa-b347-413a-81a7-c958ffe3f0b3, #b23475); --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 0px; align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 15px 0px; position: relative; width: 100%; }\",\".framer-1HiEE .framer-1pysrno { --border-bottom-width: 1px; --border-color: var(--token-5b2aedfa-b347-413a-81a7-c958ffe3f0b3, #b23475); --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 0px; align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 5px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 0px 15px 0px; position: relative; width: 100%; }\",\".framer-1HiEE .framer-115nxcv-container, .framer-1HiEE .framer-1pn0scl-container, .framer-1HiEE .framer-i5nx4c-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-1HiEE .framer-1o6nbru { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-1HiEE .framer-1j3xoyi { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 20px 0px 0px 0px; position: relative; width: 160px; }\",\".framer-1HiEE .framer-widbai { align-content: center; align-items: center; background-color: var(--token-5b2aedfa-b347-413a-81a7-c958ffe3f0b3, #b23475); border-bottom-left-radius: 100px; border-bottom-right-radius: 100px; border-top-left-radius: 100px; border-top-right-radius: 100px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 44px; justify-content: center; overflow: hidden; padding: 0px 20px 0px 20px; position: relative; text-decoration: none; width: min-content; will-change: var(--framer-will-change-override, transform); z-index: 2; }\",\".framer-1HiEE .framer-a7l5s9 { aspect-ratio: 0.7272727272727273 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 22px); position: relative; width: 16px; }\",\".framer-1HiEE .framer-1toylc6 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 30px 80px 30px; position: relative; width: 100%; }\",\".framer-1HiEE .framer-vbcvd9 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; max-width: 100%; overflow: hidden; padding: 0px; position: relative; width: 1200px; }\",\".framer-1HiEE .framer-1jfy2ts { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-1HiEE .framer-w94yxy { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-end; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-1HiEE .framer-1lspfz7-container { flex: none; height: auto; max-width: 1400px; position: relative; width: 100%; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,...sharedStyle8.css,...sharedStyle9.css,...sharedStyle10.css,...sharedStyle11.css,...sharedStyle12.css,'.framer-1HiEE[data-border=\"true\"]::after, .framer-1HiEE [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',\"@media (min-width: 860px) and (max-width: 1199px) { .framer-1HiEE.framer-1cga4s { padding: 90px 0px 0px 0px; width: 860px; } .framer-1HiEE .framer-jtj3jq { padding: 60px 30px 80px 30px; } .framer-1HiEE .framer-1fftxq9 { height: 312px; } .framer-1HiEE .framer-bkkckx { gap: 13px; padding: 25px; } .framer-1HiEE .framer-15ex0c3, .framer-1HiEE .framer-widbai { height: 40px; padding: 0px 16px 0px 16px; } .framer-1HiEE .framer-1toylc6 { padding: 0px 30px 60px 30px; }}\",\"@media (max-width: 859px) { .framer-1HiEE.framer-1cga4s { padding: 50px 0px 0px 0px; width: 410px; } .framer-1HiEE .framer-jtj3jq { padding: 50px 15px 60px 15px; } .framer-1HiEE .framer-1lmczj0 { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 40px; } .framer-1HiEE .framer-p9t7jp { align-self: unset; height: min-content; } .framer-1HiEE .framer-1k7k4gy { padding: 30px 0px 0px 0px; } .framer-1HiEE .framer-1fftxq9 { height: 268px; } .framer-1HiEE .framer-483ymp { align-self: unset; gap: 20px; position: relative; top: unset; } .framer-1HiEE .framer-bkkckx { gap: 10px; padding: 25px; }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 2065\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"wvQ5Ij52I\":{\"layout\":[\"fixed\",\"auto\"]},\"miWFMy99J\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections\n * @framerResponsiveScreen\n */const FramerVGVEqwkPj=withCSS(Component,css,\"framer-1HiEE\");export default FramerVGVEqwkPj;FramerVGVEqwkPj.displayName=\"Articles Detail\";FramerVGVEqwkPj.defaultProps={height:2065,width:1200};addFonts(FramerVGVEqwkPj,[{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:\"Helvetica Neue Medium\",source:\"custom\",url:\"https://framerusercontent.com/assets/jU9WF0d02oFMMgYZ1xKut1aiItI.woff2\"},{family:\"Helvetica Neue Bold\",source:\"custom\",url:\"https://framerusercontent.com/assets/UCqnuPgZfyg087otGTtUl5MUECI.woff2\"}]},...PageheroCDPFonts,...DownloadFonts,...MeerAgendaFonts,...ButtonFonts,...NewsletterCTAFonts,...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),...getFontsFromSharedStyle(sharedStyle11.fonts),...getFontsFromSharedStyle(sharedStyle12.fonts),...componentPresets.fonts?.[\"NXwd4MfR_\"]?getFontsFromComponentPreset(componentPresets.fonts?.[\"NXwd4MfR_\"]):[],...componentPresets.fonts?.[\"w6eWIX0jo\"]?getFontsFromComponentPreset(componentPresets.fonts?.[\"w6eWIX0jo\"]):[]],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerVGVEqwkPj\",\"slots\":[],\"annotations\":{\"framerScrollSections\":\"* @framerResponsiveScreen\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"1200\",\"framerIntrinsicHeight\":\"2065\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerColorSyntax\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"wvQ5Ij52I\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"miWFMy99J\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerAutoSizeImages\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],"mappings":"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"}