{"version":3,"file":"eRhPp61aF.BE1gchoL.mjs","names":["superfieldsId","superfieldsId","__legacyOverrideHOC_DataObserverContext","_jsx","addPropertyOverrides","Material","IconFonts","Icon","Phosphor","serializationHash","variantClassNames","transition1","Transition","Variants","getProps","createLayoutDependency","Component","className","css","css","Icon","className","Image"],"sources":["https:/framerusercontent.com/modules/jvvKJp1eFEdIYrKUF43c/YlHRbH3EjwjgkePDM9kv/PaginationLabel.js","https:/framerusercontent.com/modules/SjmdPPDPZAXy5pCDgKCg/rfYL8HV0fQQjMg7UoBup/PaginationButtons.js","https:/framerusercontent.com/modules/piBrk2k3L3WFv7YhOdQL/ZiYLPKqYYFSeYnBSYG5i/Left.js","https:/framerusercontent.com/modules/hbnVlELZD5SGOta6AGnQ/xo8QkCamZ7stXHjBuwMH/Bl8K_UrGb.js","https:/framerusercontent.com/modules/zxG9SDleSzuwpHmRk3bB/8awgQwIqA4VUjuQ7kkwp/cZiyBuzJg.js","https:/framerusercontent.com/modules/dRH41gAGl3FzebDU6yZa/7tj0qpj47ywZfLCYS3hF/eRhPp61aF.js"],"sourcesContent":["import{jsx as _jsx}from\"react/jsx-runtime\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{superfieldsId,calculateTotalPages}from\"https://framerusercontent.com/modules/FZjYlw33eNo8pxLbSFLX/e0vXaSjcEY6WLZBJ4574/SuperfieldsShared.js\";import useSuperfieldsStore from\"https://framerusercontent.com/modules/OoGHZMzWDzm2mNN7bmeR/quqdohq6i4dLZg5wuqIc/Store.js\";/**\n * @framerSupportedLayoutWidth any\n * @framerSupportedLayoutHeight any\n * @framerDisableUnlink\n */export default function PaginationLabel(props){const{superfieldsId}=props;const isCanvas=RenderTarget.current()===RenderTarget.canvas;const[totalItems,page,itemsPerPage,paginationType]=useSuperfieldsStore(superfieldsId,state=>[state.totalItems,state.page,state.itemsPerPage,state.paginationType]);const totalPages=calculateTotalPages(totalItems,itemsPerPage);let visibleItems=0;if(paginationType==\"loadMoreButton\"){visibleItems=Math.min((page+1)*itemsPerPage,totalItems);}else{visibleItems=itemsPerPage;}const pageValue=isCanvas&&!page?1:page+1;const totalPagesValue=isCanvas&&!totalPages?10:totalPages!==null&&totalPages!==void 0?totalPages:1;const itemsValue=isCanvas&&!visibleItems?1:visibleItems!==null&&visibleItems!==void 0?visibleItems:1;const totalItemsValue=isCanvas&&!totalItems?10:totalItems!==null&&totalItems!==void 0?totalItems:1;return /*#__PURE__*/_jsx(\"p\",{style:{display:props.autoHide&&!isCanvas&&totalPagesValue==0?\"none\":undefined,color:props.fontColor,margin:0,userSelect:props.textSelect?\"auto\":\"none\",whiteSpace:\"pre\",...props.font,...props.style},children:props.text.replace(/\\[page\\]/g,pageValue.toString()).replace(/\\[totalPages\\]/g,totalPagesValue.toString()).replace(/\\[items\\]/g,itemsValue.toString()).replace(/\\[totalItems\\]/g,totalItemsValue.toString())});}PaginationLabel.displayName=\"Pagination Label\";addPropertyControls(PaginationLabel,{...superfieldsId(),text:{type:ControlType.String,defaultValue:\"Page [page] / [totalPages]\",displayTextArea:true,description:\"*[page]*: current page\\n*[totalPages]*: total number of pages\\n*[items]*: number of visible items\\n*[totalItems]*: total number of items\"},fontColor:{type:ControlType.Color,defaultValue:\"#000\"},font:{type:\"font\",controls:\"extended\",defaultFontType:\"sans-serif\",defaultValue:{fontSize:16,lineHeight:1.4}},autoHide:{type:ControlType.Boolean,defaultValue:true,description:\"Hide label when no CMS items are visible\"},textSelect:{type:ControlType.Boolean,defaultValue:false}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"PaginationLabel\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerSupportedLayoutHeight\":\"any\",\"framerSupportedLayoutWidth\":\"any\",\"framerDisableUnlink\":\"\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./PaginationLabel.map","import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{motion}from\"framer-motion\";import{borderPropertyControl,Border,fillProp,createBackground,superfieldsId,generateInstanceId,calculateTotalPages}from\"https://framerusercontent.com/modules/FZjYlw33eNo8pxLbSFLX/e0vXaSjcEY6WLZBJ4574/SuperfieldsShared.js\";import useSuperfieldsStore from\"https://framerusercontent.com/modules/OoGHZMzWDzm2mNN7bmeR/quqdohq6i4dLZg5wuqIc/Store.js\";/**\n * @framerSupportedLayoutWidth any\n * @framerSupportedLayoutHeight any\n * @framerDisableUnlink\n */export default function PaginationButtons(props){var _props_font;const{superfieldsId,type,border,disabled,hover,transition}=props;const instanceId=generateInstanceId();const isCanvas=RenderTarget.current()===RenderTarget.canvas;const[totalItems,page,itemsPerPage,setPage,paginationActive]=useSuperfieldsStore(superfieldsId,state=>[state.totalItems,state.page,state.itemsPerPage,state.setPage,state.paginationActive]);const totalPages=calculateTotalPages(totalItems,itemsPerPage);const borderRadius=props.radiusIsMixed?`${props.radiusTopLeft}px ${props.radiusTopRight}px ${props.radiusBottomRight}px ${props.radiusBottomLeft}px`:`${props.radius}px`;const baseAnimate={...createBackground(props.fill),color:props.fontColor,opacity:1};const buttonStyle={position:\"relative\",display:\"flex\",justifyContent:((_props_font=props.font)===null||_props_font===void 0?void 0:_props_font.textAlign)||\"center\",alignItems:\"center\",padding:props.paddingIsMixed?`${props.paddingTop}px ${props.paddingRight}px ${props.paddingBottom}px ${props.paddingLeft}px`:`${props.padding}px`,borderRadius,userSelect:\"none\",flex:props.sizing==\"fill\"?\"1 0 0\":undefined,boxShadow:props.shadows,cursor:\"pointer\",...props.font,...props.style};const disabledStyle={cursor:\"default\"};let disabledAnimate=baseAnimate;if(disabled.mode==\"show\"){var _disabled_fontColor;disabledAnimate={opacity:disabled.opacity,...createBackground(disabled.fill),color:(_disabled_fontColor=disabled.fontColor)!==null&&_disabled_fontColor!==void 0?_disabled_fontColor:baseAnimate.color};}else{if(disabled.preserveSpace){disabledStyle.visibility=\"hidden\";}else{disabledStyle.display=\"none\";}}let hoverStyle=hover?{...createBackground(hover.fill),scale:hover.scale,opacity:hover.opacity,rotate:hover.rotate,color:hover.fontColor}:{};const borderElement=border&&/*#__PURE__*/_jsx(Border,{...border,borderRadius:borderRadius});function onPrevNextButtonClick(isNext){if(paginationActive){const newPage=isNext?page+1:page-1;if(newPage>=0&&newPage<totalPages){setPage(newPage);}}}function onLoadMoreButtonClick(){if(paginationActive&&page+1<totalPages){setPage(page+1);}}function onLoadAllButtonClick(){if(paginationActive&&page+1<totalPages){setPage(totalPages-1);}}const buttons=[];switch(type){case\"prevNext\":const showPrev=isCanvas||!paginationActive||page>0;const showNext=isCanvas||!paginationActive||page<totalPages-1;buttons.push(/*#__PURE__*/_jsxs(motion.div,{whileHover:showPrev?hoverStyle:disabledAnimate,animate:showPrev?baseAnimate:{...baseAnimate,...disabledAnimate},style:{...buttonStyle,...!showPrev&&disabledStyle},onClick:()=>onPrevNextButtonClick(false),initial:false,transition:transition,children:[props.buttonContent==\"text\"?props.prevButtonText:arrowIcon(props.arrowIcons,false),borderElement]}));buttons.push(/*#__PURE__*/_jsxs(motion.div,{whileHover:showNext?hoverStyle:disabledAnimate,animate:showNext?baseAnimate:{...baseAnimate,...disabledAnimate},style:{...buttonStyle,...!showNext&&disabledStyle},onClick:()=>onPrevNextButtonClick(true),initial:false,transition:transition,children:[props.buttonContent==\"text\"?props.nextButtonText:arrowIcon(props.arrowIcons,true),borderElement]}));break;case\"loadMore\":case\"loadAll\":const showLoadMore=isCanvas||!paginationActive||page<totalPages-1;buttons.push(/*#__PURE__*/_jsxs(motion.div,{whileHover:showLoadMore?hoverStyle:disabledAnimate,animate:showLoadMore?baseAnimate:{...baseAnimate,...disabledAnimate},style:{...buttonStyle,...!showLoadMore&&disabledStyle},onClick:type==\"loadMore\"?onLoadMoreButtonClick:onLoadAllButtonClick,initial:false,transition:transition,children:[(type==\"loadMore\"?props.loadMoreButtonText:props.loadAllButtonText).replace(/\\[items\\]/g,Math.min((page+1)*itemsPerPage,totalItems)).replace(/\\[totalItems\\]/g,totalItems),borderElement,disabledStyle.display==\"none\"&&!showLoadMore&&/*#__PURE__*/_jsx(\"style\",{children:`\n                            div:has(> #${instanceId}) {\n                                display: none;\n                            }\n                        `})]}));break;}return /*#__PURE__*/_jsx(\"div\",{id:instanceId,style:{display:\"flex\",flexDirection:\"row\",gap:props.gap,...props.style},children:buttons});}PaginationButtons.displayName=\"Pagination Buttons\";addPropertyControls(PaginationButtons,{...superfieldsId(),type:{type:ControlType.Enum,defaultValue:\"pagination\",options:[\"prevNext\",\"loadMore\",\"loadAll\"],optionTitles:[\"Prev/Next Buttons\",\"Load More Button\",\"Load All Button\"],displaySegmentedControl:true,segmentedControlDirection:\"vertical\"},buttonContent:{type:ControlType.Enum,defaultValue:\"text\",options:[\"text\",\"arrows\"],optionTitles:[\"Text\",\"Arrows\"],displaySegmentedControl:true,title:\"Content\",hidden:props=>props.type!=\"prevNext\"},prevButtonText:{type:ControlType.String,defaultValue:\"Previous\",title:\"Previous Text\",hidden:props=>props.buttonContent!=\"text\"||props.type!=\"prevNext\"},nextButtonText:{type:ControlType.String,defaultValue:\"Next\",title:\"Next Text\",hidden:props=>props.buttonContent!=\"text\"||props.type!=\"prevNext\"},loadMoreButtonText:{type:ControlType.String,defaultValue:\"Load More ([items] / [totalItems])\",displayTextArea:true,title:\"Button Text\",description:\"*[items]*: number of visible items\\n*[totalItems]*: total number of items\",hidden:props=>props.type!=\"loadMore\"},loadAllButtonText:{type:ControlType.String,defaultValue:\"Load All ([items] / [totalItems])\",displayTextArea:true,title:\"Button Text\",description:\"*[items]*: number of visible items\\n*[totalItems]*: total number of items\",hidden:props=>props.type!=\"loadAll\"},arrowIcons:{type:ControlType.Object,buttonTitle:\"Options\",controls:{color:{type:ControlType.Color,defaultValue:\"#FFF\"},size:{type:ControlType.Number,defaultValue:24,min:1,step:1},stroke:{type:ControlType.Number,defaultValue:2,min:.01,step:.01}},hidden:props=>props.type!=\"prevNext\"||props.buttonContent!=\"arrows\"},fill:fillProp({color:\"#000\",gradientColorA:\"#8C8C8C\",gradientColorB:\"#000\"}),fontColor:{type:ControlType.Color,defaultValue:\"#FFF\",hidden:props=>props.type==\"prevNext\"&&props.buttonContent==\"arrows\"},font:{type:\"font\",controls:\"extended\",defaultFontType:\"sans-serif\",defaultValue:{fontSize:14,lineHeight:1.4},hidden:props=>props.type==\"prevNext\"&&props.buttonContent==\"arrows\"},padding:{type:ControlType.FusedNumber,defaultValue:12,toggleKey:\"paddingIsMixed\",toggleTitles:[\"All\",\"Individual\"],valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},radius:{type:ControlType.FusedNumber,defaultValue:8,toggleKey:\"radiusIsMixed\",toggleTitles:[\"All\",\"Individual\"],valueKeys:[\"radiusTopLeft\",\"radiusTopRight\",\"radiusBottomRight\",\"radiusBottomLeft\"],valueLabels:[\"TL\",\"TR\",\"BR\",\"BL\"],min:0},gap:{type:ControlType.Number,defaultValue:10,min:0,hidden:props=>props.type!=\"prevNext\"},border:borderPropertyControl(),shadows:{type:ControlType.BoxShadow},hover:{type:ControlType.Object,buttonTitle:\"Style\",optional:true,icon:\"effect\",controls:{fill:fillProp({noDefault:true}),fontColor:{type:ControlType.Color,optional:true},opacity:{type:ControlType.Number,defaultValue:1,min:0,max:1,step:.01},scale:{type:ControlType.Number,defaultValue:1,min:.1,step:.01},rotate:{type:ControlType.Number,defaultValue:0,min:-360,max:360,step:1}}},disabled:{type:ControlType.Object,controls:{mode:{type:ControlType.Enum,defaultValue:\"hide\",options:[\"hide\",\"show\"],optionTitles:[\"Hide\",\"Show\"],displaySegmentedControl:true},preserveSpace:{type:ControlType.Boolean,defaultValue:false,description:\"Preserve the space where a disabled button would be while hidden.\",hidden:props=>props.mode!==\"hide\"},fill:fillProp({noDefault:true,hidden:props=>props.mode!==\"show\"}),fontColor:{type:ControlType.Color,optional:true,hidden:props=>props.mode!==\"show\"},opacity:{type:ControlType.Number,defaultValue:.5,min:0,max:1,step:.01,hidden:props=>props.mode!==\"show\"}}},transition:{type:ControlType.Transition,defaultValue:{type:\"spring\",duration:.2,bounce:0}}});function arrowIcon(props,right){return /*#__PURE__*/_jsx(\"svg\",{xmlns:\"http://www.w3.org/2000/svg\",width:props.size,height:props.size,viewBox:\"0 0 24 24\",\"stroke-width\":props.stroke,stroke:props.color,fill:\"none\",\"stroke-linecap\":\"round\",\"stroke-linejoin\":\"round\",style:{display:\"block\",rotate:right?\"180deg\":undefined},children:/*#__PURE__*/_jsx(\"path\",{d:\"M15 6l-6 6l6 6\"})});}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"PaginationButtons\",\"slots\":[],\"annotations\":{\"framerDisableUnlink\":\"\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutWidth\":\"any\",\"framerSupportedLayoutHeight\":\"any\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./PaginationButtons.map","import{jsx as _jsx}from\"react/jsx-runtime\";export function LeftAlignText(){return{style:{textAlign:\"left\"}};}import{useContext as __legacyOverrideHOC_useContext}from\"react\";import{DataObserverContext as __legacyOverrideHOC_DataObserverContext}from\"framer\";export function withLeftAlignText(C){return props=>{__legacyOverrideHOC_useContext(__legacyOverrideHOC_DataObserverContext);return _jsx(C,{...props,...LeftAlignText(props)});};}withLeftAlignText.displayName=\"LeftAlignText\";\nexport const __FramerMetadata__ = {\"exports\":{\"withLeftAlignText\":{\"type\":\"reactHoc\",\"name\":\"withLeftAlignText\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"LeftAlignText\":{\"type\":\"override\",\"name\":\"LeftAlignText\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Left.map","// Generated by Framer (99bc0fd)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getPropertyControls,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Material}from\"https://framerusercontent.com/modules/6Ldpz1V0DkD45gXvi67I/PCgBX5d6MdQT7E7nhdXn/Material.js\";import Filter from\"https://framerusercontent.com/modules/LYyAFjx6EnDQcWGl8jCk/55zEpHPHfpFyU7jzV4e9/Filter.js\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";import{withLeftAlignText}from\"https://framerusercontent.com/modules/piBrk2k3L3WFv7YhOdQL/ZiYLPKqYYFSeYnBSYG5i/Left.js\";import Icon from\"https://framerusercontent.com/modules/dsLAPN5lzYv8ZA47bVu3/ebYE7wEAOLJvDLCrC1li/SJYF71W0V.js\";const MaterialFonts=getFonts(Material);const IconFonts=getFonts(Icon);const FilterFonts=getFonts(Filter);const FilterWithLeftAlignText=withLeftAlignText(Filter);const PhosphorControls=getPropertyControls(Phosphor);const cycleOrder=[\"VtOFJ_3Wh\",\"wOL3pqd93\"];const serializationHash=\"framer-Pg8qE\";const variantClassNames={VtOFJ_3Wh:\"framer-v-mo7rav\",wOL3pqd93:\"framer-v-hs8hm3\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const numberToPixelString=value=>{if(typeof value!==\"number\")return value;if(!Number.isFinite(value))return undefined;return Math.max(0,value)+\"px\";};const transition1={duration:0,type:\"tween\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?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={Closed:\"wOL3pqd93\",Open:\"VtOFJ_3Wh\"};const getProps=({background,height,icon,iconName,id,padding,questionText,width,...props})=>{var _ref,_ref1,_humanReadableVariantMap_props_variant,_ref2,_ref3,_ref4;return{...props,caA2nzE3H:icon!==null&&icon!==void 0?icon:props.caA2nzE3H,eEvLkW4gn:(_ref=questionText!==null&&questionText!==void 0?questionText:props.eEvLkW4gn)!==null&&_ref!==void 0?_ref:\"Accordion Title\",qNFbKwPvU:(_ref1=background!==null&&background!==void 0?background:props.qNFbKwPvU)!==null&&_ref1!==void 0?_ref1:\"rgba(249, 249, 249, 0)\",variant:(_ref2=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref2!==void 0?_ref2:\"VtOFJ_3Wh\",XtkYfEWn1:(_ref3=padding!==null&&padding!==void 0?padding:props.XtkYfEWn1)!==null&&_ref3!==void 0?_ref3:\"0px\",yMrVeTyUY:(_ref4=iconName!==null&&iconName!==void 0?iconName:props.yMrVeTyUY)!==null&&_ref4!==void 0?_ref4:\"Circle\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,eEvLkW4gn,caA2nzE3H,yMrVeTyUY,qNFbKwPvU,XtkYfEWn1,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"VtOFJ_3Wh\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onMouseLeave1ogfr6f=activeVariantCallback(async(...args)=>{setGestureState({isHovered:false});setVariant(\"wOL3pqd93\");});const onTap123ldkg=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"VtOFJ_3Wh\");});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-mo7rav\",className,classNames),\"data-framer-name\":\"Open\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"VtOFJ_3Wh\",onMouseLeave:onMouseLeave1ogfr6f,ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--1bf5j87\":numberToPixelString(XtkYfEWn1),backgroundColor:qNFbKwPvU,borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,...style},...addPropertyOverrides({wOL3pqd93:{\"data-framer-name\":\"Closed\",onTap:onTap123ldkg}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-qyptps\",layoutDependency:layoutDependency,layoutId:\"EoLSafekV\",style:{backgroundColor:\"var(--token-518ed8bb-90fd-44b4-8ff8-69a354da462e, rgb(239, 239, 239))\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-5zxtpy\",\"data-framer-name\":\"Question\",layoutDependency:layoutDependency,layoutId:\"lqY96oYOA\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-v0ni0x\",\"data-framer-name\":\"Icon & Text\",layoutDependency:layoutDependency,layoutId:\"youhcxsn_\",children:[caA2nzE3H&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1d379cp-container\",layoutDependency:layoutDependency,layoutId:\"afjgwBhh2-container\",children:/*#__PURE__*/_jsx(Material,{color:\"var(--token-801172cb-bf10-456d-b6c0-e7ed31654a54, rgb(10, 10, 10))\",height:\"100%\",iconSearch:\"Home\",iconSelection:yMrVeTyUY,iconStyle15:\"Outlined\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"afjgwBhh2\",layoutId:\"afjgwBhh2\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h5,{style:{\"--font-selector\":\"R0Y7T3BlbiBTYW5zLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Open Sans\", \"Open Sans Placeholder\", sans-serif',\"--framer-letter-spacing\":\"0.01em\",\"--framer-text-color\":\"var(--extracted-1lwpl3i, var(--token-801172cb-bf10-456d-b6c0-e7ed31654a54, rgb(10, 10, 10)))\"},children:\"Accordion Title\"})}),className:\"framer-b9jzpd\",fonts:[\"GF;Open Sans-regular\"],layoutDependency:layoutDependency,layoutId:\"Oe1rcoqXy\",style:{\"--extracted-1lwpl3i\":\"var(--token-801172cb-bf10-456d-b6c0-e7ed31654a54, rgb(10, 10, 10))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:eEvLkW4gn,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:64,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1frkboj-container\",layoutDependency:layoutDependency,layoutId:\"bJ69R2P4w-container\",style:{rotate:-180},variants:{wOL3pqd93:{rotate:0}},children:/*#__PURE__*/_jsx(Icon,{c8PEaUBNG:\"ExpandMore\",height:\"100%\",id:\"bJ69R2P4w\",layoutId:\"bJ69R2P4w\",mP3L51FI2:\"Outlined\",Q41aWjljL:\"var(--token-801172cb-bf10-456d-b6c0-e7ed31654a54, rgb(10, 10, 10))\",variant:\"EcGeZGbxj\",width:\"100%\",YLsisKcJ0:\"var(--token-518ed8bb-90fd-44b4-8ff8-69a354da462e, rgb(239, 239, 239))\",ze_Ej7HAZ:8})})})]})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1vzmyl2\",\"data-framer-name\":\"Overlay\",layoutDependency:layoutDependency,layoutId:\"Byn6VJyWh\",style:{backgroundColor:\"var(--token-518ed8bb-90fd-44b4-8ff8-69a354da462e, rgb(239, 239, 239))\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-zwdzh1-container\",layoutDependency:layoutDependency,layoutId:\"MFdQDTRR0-container\",children:/*#__PURE__*/_jsx(FilterWithLeftAlignText,{buttonGroupLayout:{direction:\"vertical\",distribute:\"flex-start\",gapH:4,gapV:4,width:\"fill\",wrap:true},buttonGroupStyle:{border:{defaultColor:\"var(--token-f5bbcd0c-3b82-4dbd-94cb-c69bafd7aca8, rgb(56, 128, 73))\",selectedColor:\"var(--token-f5bbcd0c-3b82-4dbd-94cb-c69bafd7aca8, rgb(56, 128, 73))\",style:\"solid\",width:1,widthBottom:1,widthIsMixed:false,widthLeft:1,widthRight:1,widthTop:1},defaultFontColor:\"var(--token-801172cb-bf10-456d-b6c0-e7ed31654a54, rgb(10, 10, 10))\",fill:{colorAOff:\"rgb(237, 237, 237)\",colorAOn:\"rgb(112, 179, 255)\",colorBOff:\"rgb(204, 204, 204)\",colorBOn:\"rgb(0, 117, 255)\",colorOff:\"var(--token-518ed8bb-90fd-44b4-8ff8-69a354da462e, rgb(229, 229, 229))\",colorOn:\"var(--token-f5bbcd0c-3b82-4dbd-94cb-c69bafd7aca8, rgb(56, 128, 73))\",gradientAngle:0,type:\"color\"},padding:4,paddingBottom:4,paddingIsMixed:true,paddingLeft:16,paddingRight:16,paddingTop:4,radius:8,radiusBottomLeft:8,radiusBottomRight:8,radiusIsMixed:false,radiusTopLeft:8,radiusTopRight:8,selectedFontColor:\"var(--token-61a3ab36-64f3-4a4e-9282-13c42d3f3834, rgb(249, 249, 249))\",shadows:\"\",shadowsSelected:\"\"},checkboxStyle:{fillOff:\"rgb(237, 237, 237)\",fillOn:\"rgb(0, 117, 255)\",icon:{colorOn:\"rgb(255, 255, 255)\",lineWidth:2,rounded:true,size:16},radius:6,size:24},collectionList:[],dividerStyle:{color:\"rgb(0, 0, 0)\",marginH:0,marginV:0,rounded:false,width:0},dropdownStyle:{arrow:{gap:10,size:12,stroke:2},fill:{color:\"rgb(240, 240, 240)\",colorA:\"rgb(255, 255, 255)\",colorB:\"rgb(189, 189, 189)\",gradientAngle:0,type:\"color\"},fontColor:\"rgb(0, 0, 0)\",padding:16,paddingBottom:16,paddingIsMixed:false,paddingLeft:16,paddingRight:16,paddingTop:16,radius:8,radiusBottomLeft:8,radiusBottomRight:8,radiusIsMixed:false,radiusTopLeft:8,radiusTopRight:8,shadows:\"\"},fieldName:\"Besonderheiten\",fieldType:\"text\",filterBy:\"field\",filterTypeOption:\"buttonGroup\",filterTypeToggle:\"toggleSwitch\",font:{fontFamily:'\"Open Sans\", \"Open Sans Placeholder\", sans-serif',fontSize:\"16px\",fontStyle:\"normal\",fontWeight:400,letterSpacing:\"0.01em\",lineHeight:\"1.2em\"},height:\"100%\",id:\"MFdQDTRR0\",layoutId:\"MFdQDTRR0\",multipleOptionsNoneOption:\"\",multiSelect:true,optionFieldNames:[\"a\",\"b\"],options:{allOption:true,allText:\"Alle\",defaultValue:\"\",optionMode:\"manual\",optionOrder:\"default\",optionValues:[\"W\\xe4rmepumpe\",\"Eisspeicher\",\"Solar-Absorber\",\"PVA\",\"Deckenstrahlplatten\",\"Hybridanlage\",\"BHKW\"],placeholder:\"[Preview project]\"},superfieldsId:0,textCondition:\"contains\",toggleMultiOptions:{allOption:true,allText:\"All\",defaultValue:\"all\",noOption:false,noText:\"Off\",order:\"yesNo\",yesOption:true,yesText:\"On\"},toggleSwitchStyle:{fill:{colorAOff:\"rgb(237, 237, 237)\",colorAOn:\"rgb(112, 179, 255)\",colorBOff:\"rgb(204, 204, 204)\",colorBOn:\"rgb(0, 117, 255)\",colorOff:\"rgb(237, 237, 237)\",colorOn:\"rgb(0, 117, 255)\",gradientAngle:0,type:\"color\"},height:32,padding:4,radius:16,shadows:\"0px 2px 4px 0px rgba(0,0,0,0.2)\",switchFill:{colorAOff:\"rgb(255, 255, 255)\",colorAOn:\"rgb(255, 255, 255)\",colorBOff:\"rgb(214, 214, 214)\",colorBOn:\"rgb(214, 214, 214)\",colorOff:\"rgb(255, 255, 255)\",colorOn:\"rgb(255, 255, 255)\",gradientAngle:0,type:\"color\"}},toggleTwoStateOptions:{defaultValue:\"off\",offState:\"all\",onState:\"on\"},toggleTwoStateText:{fontColor:\"rgb(0, 0, 0)\",gap:10,location:\"right\",offText:\"Off\",onText:\"On\"},transition:{bounce:0,delay:0,duration:.2,type:\"spring\"},width:\"100%\",...addPropertyOverrides({wOL3pqd93:{style:{width:\"100%\"}}},baseVariant,gestureVariant)})})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Pg8qE.framer-11gmp6k, .framer-Pg8qE .framer-11gmp6k { display: block; }\",\".framer-Pg8qE.framer-mo7rav { align-content: flex-start; align-items: flex-start; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 44px; justify-content: flex-start; padding: var(--1bf5j87); position: relative; width: min-content; }\",\".framer-Pg8qE .framer-qyptps { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 10px 16px 10px 16px; position: relative; width: min-content; z-index: 0; }\",\".framer-Pg8qE .framer-5zxtpy { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-Pg8qE .framer-v0ni0x { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-Pg8qE .framer-1d379cp-container { flex: none; height: 24px; position: relative; width: 24px; }\",\".framer-Pg8qE .framer-b9jzpd { flex: none; height: 20px; position: relative; white-space: pre; width: auto; }\",\".framer-Pg8qE .framer-1frkboj-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-Pg8qE .framer-1vzmyl2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; left: 0px; overflow: visible; padding: 12px; position: absolute; top: 0px; width: 214px; z-index: 2; }\",\".framer-Pg8qE .framer-zwdzh1-container { flex: none; height: auto; position: relative; width: auto; z-index: 2; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Pg8qE.framer-mo7rav, .framer-Pg8qE .framer-qyptps, .framer-Pg8qE .framer-5zxtpy, .framer-Pg8qE .framer-v0ni0x, .framer-Pg8qE .framer-1vzmyl2 { gap: 0px; } .framer-Pg8qE.framer-mo7rav > *, .framer-Pg8qE .framer-1vzmyl2 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-Pg8qE.framer-mo7rav > :first-child, .framer-Pg8qE .framer-1vzmyl2 > :first-child { margin-top: 0px; } .framer-Pg8qE.framer-mo7rav > :last-child, .framer-Pg8qE .framer-1vzmyl2 > :last-child { margin-bottom: 0px; } .framer-Pg8qE .framer-qyptps > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-Pg8qE .framer-qyptps > :first-child, .framer-Pg8qE .framer-5zxtpy > :first-child, .framer-Pg8qE .framer-v0ni0x > :first-child { margin-left: 0px; } .framer-Pg8qE .framer-qyptps > :last-child, .framer-Pg8qE .framer-5zxtpy > :last-child, .framer-Pg8qE .framer-v0ni0x > :last-child { margin-right: 0px; } .framer-Pg8qE .framer-5zxtpy > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-Pg8qE .framer-v0ni0x > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } }\",\".framer-Pg8qE.framer-v-hs8hm3.framer-mo7rav { overflow: hidden; will-change: var(--framer-will-change-override, transform); }\",\".framer-Pg8qE.framer-v-hs8hm3 .framer-qyptps { height: 44px; }\",\".framer-Pg8qE.framer-v-hs8hm3 .framer-5zxtpy { align-content: center; align-items: center; }\",\".framer-Pg8qE.framer-v-hs8hm3 .framer-1vzmyl2 { left: unset; overflow: hidden; position: relative; top: unset; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-Pg8qE.framer-v-hs8hm3 .framer-zwdzh1-container { width: 50px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 44\n * @framerIntrinsicWidth 185\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"fixed\"]},\"wOL3pqd93\":{\"layout\":[\"auto\",\"fixed\"]}}}\n * @framerVariables {\"eEvLkW4gn\":\"questionText\",\"caA2nzE3H\":\"icon\",\"yMrVeTyUY\":\"iconName\",\"qNFbKwPvU\":\"background\",\"XtkYfEWn1\":\"padding\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerBl8K_UrGb=withCSS(Component,css,\"framer-Pg8qE\");export default FramerBl8K_UrGb;FramerBl8K_UrGb.displayName=\"Accordion / Style 3\";FramerBl8K_UrGb.defaultProps={height:44,width:185};addPropertyControls(FramerBl8K_UrGb,{variant:{options:[\"VtOFJ_3Wh\",\"wOL3pqd93\"],optionTitles:[\"Open\",\"Closed\"],title:\"Variant\",type:ControlType.Enum},eEvLkW4gn:{defaultValue:\"Accordion Title\",displayTextArea:true,title:\"Question Text\",type:ControlType.String},caA2nzE3H:{defaultValue:false,title:\"Icon\",type:ControlType.Boolean},yMrVeTyUY:(PhosphorControls===null||PhosphorControls===void 0?void 0:PhosphorControls[\"iconSelection\"])&&{...PhosphorControls[\"iconSelection\"],defaultValue:\"Circle\",description:undefined,hidden:undefined,title:\"Icon Name\"},qNFbKwPvU:{defaultValue:\"rgba(249, 249, 249, 0)\",title:\"Background\",type:ControlType.Color},XtkYfEWn1:{defaultValue:\"0px\",title:\"Padding\",type:ControlType.Padding}});addFonts(FramerBl8K_UrGb,[{explicitInter:true,fonts:[{family:\"Open Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0C4iY1M2xLER.woff2\",weight:\"400\"}]},...MaterialFonts,...IconFonts,...FilterFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerBl8K_UrGb\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"185\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"44\",\"framerVariables\":\"{\\\"eEvLkW4gn\\\":\\\"questionText\\\",\\\"caA2nzE3H\\\":\\\"icon\\\",\\\"yMrVeTyUY\\\":\\\"iconName\\\",\\\"qNFbKwPvU\\\":\\\"background\\\",\\\"XtkYfEWn1\\\":\\\"padding\\\"}\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"wOL3pqd93\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]}}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Bl8K_UrGb.map","// Generated by Framer (abcfa95)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Open Sans-600\",\"Inter-Bold\",\"Inter-BoldItalic\",\"Inter-Italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Open Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1y4iY1M2xLER.woff2\",weight:\"600\"},{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/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{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/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{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/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{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/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{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/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/H89BbHkbHDzlxZzxi8uPzTsp90.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/u6gJwDuwB143kpNK1T1MDKDWkMc.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/43sJ6MfOPh1LCJt46OvyDuSbA6o.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/wccHG0r4gBDAIRhfHiOlq6oEkqw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/WZ367JPwf9bRW6LdTHN8rXgSjw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/QxmhnWTzLtyjIiZcfaLIJ8EFBXU.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/2A4Xx7CngadFGlVV4xrO06OBHY.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/CfMzU8w2e7tHgF4T4rATMPuWosA.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/867QObYax8ANsfX4TGEVU9YiCM.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Oyn2ZbENFdnW7mt2Lzjk1h9Zb9k.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/cdAe8hgZ1cMyLu9g005pAW3xMo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/DOfvtmE1UplCq161m6Hj8CSQYg.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vFzuJY0c65av44uhEKB6vyjFMg.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/tKtBcDnBMevsEEJKdNGhhkLzYo.woff2\",weight:\"400\"}]}];export const css=['.framer-Mx7XF .framer-styles-preset-gljr1b:not(.rich-text-wrapper), .framer-Mx7XF .framer-styles-preset-gljr1b.rich-text-wrapper p { --framer-font-family: \"Open Sans\", \"Open Sans Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 600; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: -0.01em; --framer-line-height: 120%; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-801172cb-bf10-456d-b6c0-e7ed31654a54, #111111); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1199px) and (min-width: 810px) { .framer-Mx7XF .framer-styles-preset-gljr1b:not(.rich-text-wrapper), .framer-Mx7XF .framer-styles-preset-gljr1b.rich-text-wrapper p { --framer-font-family: \"Open Sans\", \"Open Sans Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 600; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: -0.01em; --framer-line-height: 120%; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-801172cb-bf10-456d-b6c0-e7ed31654a54, #111111); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-Mx7XF .framer-styles-preset-gljr1b:not(.rich-text-wrapper), .framer-Mx7XF .framer-styles-preset-gljr1b.rich-text-wrapper p { --framer-font-family: \"Open Sans\", \"Open Sans Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 600; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: -0.01em; --framer-line-height: 120%; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-801172cb-bf10-456d-b6c0-e7ed31654a54, #111111); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-Mx7XF\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}","// Generated by Framer (2b47498)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/zxG9SDleSzuwpHmRk3bB/8awgQwIqA4VUjuQ7kkwp/cZiyBuzJg.js\";import Icon from\"https://framerusercontent.com/modules/eyWOPjxn88q2yJg2Jx05/Y1kvGa5p6ujeeqGAAhFp/SJYF71W0V.js\";const IconFonts=getFonts(Icon);const enabledGestures={FFW1iAP6A:{hover:true}};const serializationHash=\"framer-t843V\";const variantClassNames={FFW1iAP6A:\"framer-v-19hvp02\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?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 getProps=({hauptBild,height,id,link,projektname,width,...props})=>{var _ref;return{...props,ckqnpBez0:(_ref=projektname!==null&&projektname!==void 0?projektname:props.ckqnpBez0)!==null&&_ref!==void 0?_ref:\"Test Projekt 2\",HKeACaUoe:hauptBild!==null&&hauptBild!==void 0?hauptBild:props.HKeACaUoe,skRjGpINc:link!==null&&link!==void 0?link:props.skRjGpINc};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,skRjGpINc,ckqnpBez0,HKeACaUoe,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"FFW1iAP6A\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:skRjGpINc,nodeId:\"FFW1iAP6A\",children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-19hvp02\",className,classNames)} framer-1wdhq2w`,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"FFW1iAP6A\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,boxShadow:\"0px 2px 16px 2px rgba(0, 0, 0, 0.2)\",...style},...addPropertyOverrides({\"FFW1iAP6A-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1lw3x2b\",\"data-framer-name\":\"Post\",layoutDependency:layoutDependency,layoutId:\"IeH8WIs8M\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-42pr2w\",layoutDependency:layoutDependency,layoutId:\"HmAPut7Bd\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-gljr1b\",\"data-styles-preset\":\"cZiyBuzJg\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-61a3ab36-64f3-4a4e-9282-13c42d3f3834, rgb(249, 249, 249)))\"},children:\"Test Projekt 2\"})}),className:\"framer-1j2om6t\",\"data-framer-name\":\"Projektname\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"dfIXmiiQh\",style:{\"--extracted-r6o4lv\":\"var(--token-61a3ab36-64f3-4a4e-9282-13c42d3f3834, rgb(249, 249, 249))\"},text:ckqnpBez0,verticalAlignment:\"center\",withExternalLayout:true})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:64,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-jgbgxc-container\",layoutDependency:layoutDependency,layoutId:\"Fi42yP2HS-container\",children:/*#__PURE__*/_jsx(Icon,{c8PEaUBNG:\"ArrowForward\",height:\"100%\",id:\"Fi42yP2HS\",layoutId:\"Fi42yP2HS\",mP3L51FI2:\"Outlined\",Q41aWjljL:\"var(--token-80553515-7ab0-44ac-b981-96d7680674fd, rgb(249, 249, 249))\",variant:\"EcGeZGbxj\",width:\"100%\",YLsisKcJ0:\"rgba(250, 250, 250, 0)\",ze_Ej7HAZ:8})})})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1wohq92\",\"data-framer-name\":\"Farbe\",layoutDependency:layoutDependency,layoutId:\"s5V_zyIZJ\",style:{backgroundColor:\"rgb(10, 10, 10)\",opacity:.4},variants:{\"FFW1iAP6A-hover\":{opacity:.2}}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)*.5000000000000002-((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)*1/2)),sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",...toResponsiveImage(HKeACaUoe)},className:\"framer-1erd1sh\",\"data-framer-name\":\"Bild\",layoutDependency:layoutDependency,layoutId:\"GO1dU7FbI\",style:{scale:1},variants:{\"FFW1iAP6A-hover\":{scale:1.1}}})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-t843V.framer-1wdhq2w, .framer-t843V .framer-1wdhq2w { display: block; }\",\".framer-t843V.framer-19hvp02 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: column; flex-wrap: wrap; gap: 16px; height: 200px; justify-content: flex-end; overflow: hidden; padding: 0px 20px 20px 20px; position: relative; text-decoration: none; width: 250px; will-change: var(--framer-will-change-override, transform); }\",\".framer-t843V .framer-1lw3x2b { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 8px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 100%; z-index: 2; }\",\".framer-t843V .framer-42pr2w { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-t843V .framer-1j2om6t { --framer-text-wrap-override: balance; flex: none; height: auto; position: relative; width: 100%; }\",\".framer-t843V .framer-jgbgxc-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-t843V .framer-1wohq92 { flex: none; height: 100%; left: calc(50.00000000000002% - 100% / 2); position: absolute; top: calc(50.00000000000002% - 100% / 2); width: 100%; z-index: 1; }\",\".framer-t843V .framer-1erd1sh { flex: none; height: 100%; left: 0px; position: absolute; top: calc(50.00000000000002% - 100% / 2); width: 100%; z-index: 0; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-t843V.framer-19hvp02, .framer-t843V .framer-1lw3x2b, .framer-t843V .framer-42pr2w { gap: 0px; } .framer-t843V.framer-19hvp02 > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-t843V.framer-19hvp02 > :first-child, .framer-t843V .framer-42pr2w > :first-child { margin-top: 0px; } .framer-t843V.framer-19hvp02 > :last-child, .framer-t843V .framer-42pr2w > :last-child { margin-bottom: 0px; } .framer-t843V .framer-1lw3x2b > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-t843V .framer-1lw3x2b > :first-child { margin-left: 0px; } .framer-t843V .framer-1lw3x2b > :last-child { margin-right: 0px; } .framer-t843V .framer-42pr2w > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } }\",\".framer-t843V.framer-v-19hvp02.hover .framer-1lw3x2b { overflow: visible; }\",\".framer-t843V.framer-v-19hvp02.hover .framer-1erd1sh { overflow: hidden; }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 200\n * @framerIntrinsicWidth 250\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"pMKIjSSLb\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"skRjGpINc\":\"link\",\"ckqnpBez0\":\"projektname\",\"HKeACaUoe\":\"hauptBild\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramereRhPp61aF=withCSS(Component,css,\"framer-t843V\");export default FramereRhPp61aF;FramereRhPp61aF.displayName=\"CMS Item\";FramereRhPp61aF.defaultProps={height:200,width:250};addPropertyControls(FramereRhPp61aF,{skRjGpINc:{title:\"Link\",type:ControlType.Link},ckqnpBez0:{defaultValue:\"Test Projekt 2\",title:\"Projektname\",type:ControlType.String},HKeACaUoe:{title:\"Haupt-Bild\",type:ControlType.ResponsiveImage}});addFonts(FramereRhPp61aF,[{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\"}]},...IconFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramereRhPp61aF\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"pMKIjSSLb\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicWidth\":\"250\",\"framerIntrinsicHeight\":\"200\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerVariables\":\"{\\\"skRjGpINc\\\":\\\"link\\\",\\\"ckqnpBez0\\\":\\\"projektname\\\",\\\"HKeACaUoe\\\":\\\"hauptBild\\\"}\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./eRhPp61aF.map"],"mappings":"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"}