{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/1l2SXrmzx1qlFG0CRo48/kDSMeaBWlcEqGyrQJEjH/PLQEzzvyz.js"],
  "sourcesContent": ["// Generated by Framer (20caf11)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,LazyValue,PropertyOverrides,RichText,useActiveVariantCallback,useCustomCursors,useHydratedBreakpointVariants,useLocaleInfo,useOverlayState,useRouteElementId,withCSS,withFX,withVariantAppearEffect}from\"framer\";import{AnimatePresence,LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import*as ReactDOM from\"react-dom\";import{Icon as Feather}from\"https://framerusercontent.com/modules/f0DboytQenYh21kfme7W/zb1zVBMZJKgPMiedOi0y/Feather.js\";import{Video}from\"https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/Z4QJ2YpzpVnWRfR6Ccgg/Video.js\";import Carousel from\"https://framerusercontent.com/modules/UIrMjSS6ZX89L0CsT8k6/ZtFjxnixyznUo5AKQme5/Carousel.js\";import Footer from\"#framer/local/canvasComponent/dv1OsvlSO/dv1OsvlSO.js\";import InsuranceProduct from\"#framer/local/canvasComponent/h_sB2CIlR/h_sB2CIlR.js\";import LogoSection from\"#framer/local/canvasComponent/isu5QHoR1/isu5QHoR1.js\";import FAQsSection from\"#framer/local/canvasComponent/nwmyOz8a7/nwmyOz8a7.js\";import Navigation from\"#framer/local/canvasComponent/QsMxnjrG3/QsMxnjrG3.js\";import Button from\"#framer/local/canvasComponent/r_NtjmlJP/r_NtjmlJP.js\";import LogoMatchSection from\"#framer/local/canvasComponent/SXzt4nTk9/SXzt4nTk9.js\";import StepsSection from\"#framer/local/canvasComponent/Tcdr1G253/Tcdr1G253.js\";import*as sharedStyle6 from\"#framer/local/css/gh7JxdAWg/gh7JxdAWg.js\";import*as sharedStyle4 from\"#framer/local/css/H7gJUL4j6/H7gJUL4j6.js\";import*as sharedStyle7 from\"#framer/local/css/RWGTuTniH/RWGTuTniH.js\";import*as sharedStyle2 from\"#framer/local/css/u3pa8yG_u/u3pa8yG_u.js\";import*as sharedStyle3 from\"#framer/local/css/UOCv95Dcm/UOCv95Dcm.js\";import*as sharedStyle1 from\"#framer/local/css/uXeuFtm1e/uXeuFtm1e.js\";import*as sharedStyle5 from\"#framer/local/css/W5TZoazWX/W5TZoazWX.js\";import*as sharedStyle from\"#framer/local/css/yTK8Z42uq/yTK8Z42uq.js\";import metadataProvider from\"#framer/local/webPageMetadata/PLQEzzvyz/PLQEzzvyz.js\";const NavigationFonts=getFonts(Navigation);const NavigationWithVariantAppearEffect=withVariantAppearEffect(Navigation);const ContainerWithFX=withFX(Container);const FeatherFonts=getFonts(Feather);const ButtonFonts=getFonts(Button);const LogoSectionFonts=getFonts(LogoSection);const VideoFonts=getFonts(Video);const InsuranceProductFonts=getFonts(InsuranceProduct);const CarouselFonts=getFonts(Carousel);const StepsSectionFonts=getFonts(StepsSection);const LogoMatchSectionFonts=getFonts(LogoMatchSection);const FAQsSectionFonts=getFonts(FAQsSection);const FooterFonts=getFonts(Footer);const breakpoints={Fckk0d0iK:\"(min-width: 810px) and (max-width: 1199px)\",RnoH6ukHO:\"(min-width: 1200px)\",U4oNjZxdO:\"(max-width: 809px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-jeg00\";const variantClassNames={Fckk0d0iK:\"framer-v-6vkij6\",RnoH6ukHO:\"framer-v-qzu7qe\",U4oNjZxdO:\"framer-v-1bsj85z\"};const valuesByLocaleId={rNpNJJ1E6:new LazyValue(()=>import(\"./PLQEzzvyz-0.js\"))};const preloadLocalizedValues=locale=>{const promises=[];while(locale){const values=valuesByLocaleId[locale.id];if(values){const promise=values.preload();if(promise){promises.push(promise);}}locale=locale.fallback;}if(promises.length>0){return Promise.all(promises);}};const getLocalizedValue=(key,locale)=>{while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values.read()[key];if(value){return value;}}locale=locale.fallback;}};const transition1={delay:0,duration:.3,ease:[.44,0,.56,1],type:\"tween\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-80};const Overlay=({children,blockDocumentScrolling,enabled=true})=>{const[visible,setVisible]=useOverlayState({blockDocumentScrolling});return children({hide:()=>setVisible(false),show:()=>setVisible(true),toggle:()=>setVisible(!visible),visible:enabled&&visible});};const metadata=metadataProvider();const humanReadableVariantMap={Desktop:\"RnoH6ukHO\",Phone:\"U4oNjZxdO\",Tablet:\"Fckk0d0iK\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"RnoH6ukHO\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useEffect(()=>{const metadata1=metadataProvider(undefined,activeLocale);if(metadata1.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata1.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata1.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata1=metadataProvider(undefined,activeLocale);document.title=metadata1.title||\"\";if(metadata1.viewport){var _document_querySelector;(_document_querySelector=document.querySelector('meta[name=\"viewport\"]'))===null||_document_querySelector===void 0?void 0:_document_querySelector.setAttribute(\"content\",metadata1.viewport);}const bodyCls=metadata1.bodyClassName;if(bodyCls){const body=document.body;body.classList.forEach(c=>c.startsWith(\"framer-body-\")&&body.classList.remove(c));body.classList.add(`${metadata1.bodyClassName}-framer-jeg00`);}return()=>{if(bodyCls)document.body.classList.remove(`${metadata1.bodyClassName}-framer-jeg00`);};},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const{activeVariantCallback,delay}=useActiveVariantCallback(undefined);const onTapwelu7j=({overlay,paginationInfo})=>activeVariantCallback(async(...args)=>{overlay.toggle();});const mldzOKbWt1wvko5h=({overlay,paginationInfo})=>activeVariantCallback(async(...args)=>{overlay.hide();});const preloadPromise=preloadLocalizedValues(activeLocale);if(preloadPromise)throw preloadPromise;const ref1=React.useRef(null);const ref2=React.useRef(null);const elementId=useRouteElementId(\"cS30MoGps\");const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"U4oNjZxdO\")return false;return true;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className,sharedStyle6.className,sharedStyle7.className];useCustomCursors({});var _getLocalizedValue,_getLocalizedValue1,_getLocalizedValue2,_getLocalizedValue3,_getLocalizedValue4,_getLocalizedValue5,_getLocalizedValue6,_getLocalizedValue7,_getLocalizedValue8,_getLocalizedValue9,_getLocalizedValue10,_getLocalizedValue11,_getLocalizedValue12,_getLocalizedValue13,_getLocalizedValue14,_getLocalizedValue15,_getLocalizedValue16,_getLocalizedValue17;return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"RnoH6ukHO\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:[/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-qzu7qe\",className),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:80,width:\"100vw\",y:0,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__scrollDirection:{direction:\"down\",target:animation},__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-hfvo98-container\",layoutScroll:true,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Fckk0d0iK:{__framer__targets:[{offset:-32,ref:ref2,target:\"CUDsOnolo\"}],variant:\"Mb0T9gRfJ\"},U4oNjZxdO:{__framer__targets:[{offset:-32,ref:ref2,target:\"CUDsOnolo\"}],variant:\"Mb0T9gRfJ\"}},children:/*#__PURE__*/_jsx(NavigationWithVariantAppearEffect,{__framer__animateOnce:false,__framer__targets:[{offset:-32,ref:ref2,target:\"Z8s_Asa2J\"}],__framer__threshold:1,__framer__variantAppearEffectEnabled:true,height:\"100%\",id:\"jnQviptsN\",layoutId:\"jnQviptsN\",style:{width:\"100%\"},variant:\"DtUND5V26\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1h2lj47\",\"data-framer-name\":\"Industries Header Section\",name:\"Industries Header Section\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1aqe8r6\",\"data-framer-name\":\"content\",name:\"content\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1e1p1qs\",\"data-framer-name\":\"text\",name:\"text\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{className:\"framer-styles-preset-jna7l2\",\"data-styles-preset\":\"yTK8Z42uq\",style:{\"--framer-text-color\":\"var(--token-5d8c70cb-8aaf-4443-b8d5-9bd398e99786, rgb(255, 255, 255))\"},children:[\"Die optimalen\",/*#__PURE__*/_jsx(\"br\",{}),\"Gewerbe\\xadversicherungen\",/*#__PURE__*/_jsx(\"br\",{}),\"f\\xfcr Unternehmen\"]})}),className:\"framer-syj9zx\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-17umu8\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1gv3z2u\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-v6b3ov-container\",children:/*#__PURE__*/_jsx(Feather,{color:\"var(--token-a1a79c93-b114-4038-9ff7-65ed2ae7dd29, rgb(21, 190, 83))\",height:\"100%\",iconSearch:(_getLocalizedValue=getLocalizedValue(\"v0\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:\"Home\",iconSelection:\"check\",id:\"NRb517XjZ\",layoutId:\"NRb517XjZ\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-19m96bj\",\"data-styles-preset\":\"uXeuFtm1e\",style:{\"--framer-text-color\":\"var(--token-5d8c70cb-8aaf-4443-b8d5-9bd398e99786, rgb(255, 255, 255))\"},children:\"Spare bis zu 30% Deiner Beitr\\xe4ge, bei gleichen Leistungen\"})}),className:\"framer-1ooqpau\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-11t46nu\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-no4uo8-container\",children:/*#__PURE__*/_jsx(Feather,{color:\"var(--token-a1a79c93-b114-4038-9ff7-65ed2ae7dd29, rgb(21, 190, 83))\",height:\"100%\",iconSearch:(_getLocalizedValue1=getLocalizedValue(\"v0\",activeLocale))!==null&&_getLocalizedValue1!==void 0?_getLocalizedValue1:\"Home\",iconSelection:\"check\",id:\"awqT5Tr5m\",layoutId:\"awqT5Tr5m\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-19m96bj\",\"data-styles-preset\":\"uXeuFtm1e\",style:{\"--framer-text-color\":\"var(--token-5d8c70cb-8aaf-4443-b8d5-9bd398e99786, rgb(255, 255, 255))\"},children:\"Jederzeit 100% Sicherheit f\\xfcr dein Unternehmen\"})}),className:\"framer-1o4tuck\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-l9g38l\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-a3714l-container\",children:/*#__PURE__*/_jsx(Feather,{color:\"var(--token-a1a79c93-b114-4038-9ff7-65ed2ae7dd29, rgb(21, 190, 83))\",height:\"100%\",iconSearch:(_getLocalizedValue2=getLocalizedValue(\"v0\",activeLocale))!==null&&_getLocalizedValue2!==void 0?_getLocalizedValue2:\"Home\",iconSelection:\"check\",id:\"RlyZgyKYB\",layoutId:\"RlyZgyKYB\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-19m96bj\",\"data-styles-preset\":\"uXeuFtm1e\",style:{\"--framer-text-color\":\"var(--token-5d8c70cb-8aaf-4443-b8d5-9bd398e99786, rgb(255, 255, 255))\"},children:\"Einfaches Schadenmanagement\"})}),className:\"framer-13hlole\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,y:698.8499999999999,children:/*#__PURE__*/_jsx(Container,{className:\"framer-9msxm5-container\",children:/*#__PURE__*/_jsx(Button,{height:\"100%\",id:\"Qor5MYwtU\",it5TE3ouO:\"chevron-right\",layoutId:\"Qor5MYwtU\",MNQ7QHToV:\"YXwRqyKr7\",NXuZ51p_e:false,qsCDs4LWE:\"https://app.surein.de/assessment/offer-liability/start?funnel_source=gewerbe-ssf\",QZIMl5BqT:\"var(--token-94374f87-3059-4062-acb0-c75d3dc24e17, rgba(245, 247, 250, 0.4))\",style:{height:\"100%\"},TDfERnjV4:{borderColor:'var(--token-874f79be-1f7a-492a-9a4c-04f760c94a54, rgb(218, 226, 242)) /* {\"name\":\"Light variation\"} */',borderStyle:\"solid\",borderWidth:1},UEHtu_cNA:\"var(--token-1dc384a0-c0cb-4512-b1a1-904d67e299aa, rgb(20, 30, 51))\",v6jcgx66f:\"rgb(255, 255, 255)\",variant:\"S5jBIWYIY\",width:\"100%\",XXzZfO0wu:\"Dein Angebot in 60 Sekunden\"})})})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-qi7dp7\",\"data-framer-name\":\"bg contraster\",name:\"bg contraster\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{U4oNjZxdO:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(0),pixelHeight:1414,pixelWidth:1926,positionX:\"5%\",positionY:\"top\",sizes:\"100vw\",src:\"https://framerusercontent.com/images/2oBDlqChTRieRUvylSTXaULAuMA.png\",srcSet:\"https://framerusercontent.com/images/2oBDlqChTRieRUvylSTXaULAuMA.png?scale-down-to=512 512w,https://framerusercontent.com/images/2oBDlqChTRieRUvylSTXaULAuMA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/2oBDlqChTRieRUvylSTXaULAuMA.png 1926w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(0),pixelHeight:1414,pixelWidth:1926,positionX:\"right\",positionY:\"top\",sizes:\"100vw\",src:\"https://framerusercontent.com/images/2oBDlqChTRieRUvylSTXaULAuMA.png\",srcSet:\"https://framerusercontent.com/images/2oBDlqChTRieRUvylSTXaULAuMA.png?scale-down-to=512 512w,https://framerusercontent.com/images/2oBDlqChTRieRUvylSTXaULAuMA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/2oBDlqChTRieRUvylSTXaULAuMA.png 1926w\"},className:\"framer-1cckee8\",\"data-framer-name\":\"bg image\",name:\"bg image\"})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1n00bmj\",\"data-framer-name\":\"Trust Logos\",name:\"Trust Logos\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{U4oNjZxdO:{y:899}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:240,width:\"100vw\",y:934.5,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1jg5k5x-container\",id:elementId,ref:ref2,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Fckk0d0iK:{variant:\"JWqz8OTOX\"},U4oNjZxdO:{variant:\"Klw6QecGe\"}},children:/*#__PURE__*/_jsx(LogoSection,{DtB8jIHjY:\"var(--token-7264d441-0e85-4b40-8013-a745a5ca6aa5, rgb(255, 255, 255))\",height:\"100%\",id:\"cS30MoGps\",layoutId:\"cS30MoGps\",oRuG4xdRe:(_getLocalizedValue3=getLocalizedValue(\"v1\",activeLocale))!==null&&_getLocalizedValue3!==void 0?_getLocalizedValue3:\"2.000+ Unternehmen vertrauen uns\",style:{width:\"100%\"},variant:\"yZC5_CsZi\",width:\"100%\",Y9mUJstGo:\"var(--token-a723f74e-aece-41f3-ace8-064f6ab23126, rgb(80, 92, 115))\"})})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-4fhn8y\",\"data-framer-name\":\"Video\",name:\"Video\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-9v52sn\",\"data-framer-name\":\"content\",name:\"content\",children:[/*#__PURE__*/_jsx(Overlay,{children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-12ophhd\",id:\"12ophhd\",onTap:onTapwelu7j({overlay}),children:[/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:0,ease:[.5,0,.88,.77],type:\"tween\"}},className:\"framer-1be6k\",\"data-framer-portal-id\":\"12ophhd\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay.hide()},\"ru3ZiKBIt\"),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-18y81on-container\",\"data-framer-portal-id\":\"12ophhd\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:24,bottomLeftRadius:24,bottomRightRadius:24,controls:true,height:\"100%\",id:\"vA1ayp4g6\",isMixedBorderRadius:false,layoutId:\"vA1ayp4g6\",loop:true,muted:false,objectFit:\"cover\",playing:true,posterEnabled:false,srcFile:\"https://framerusercontent.com/assets/9ecdY4Z1ghV3whPmz5UDuPio1Jg.mp4\",srcType:\"Upload\",srcUrl:\"https://assets.mixkit.co/videos/preview/mixkit-shining-sun-in-the-sky-surrounded-by-moving-clouds-31793-small.mp4\",startTime:0,style:{height:\"100%\",maxWidth:\"100%\",width:\"100%\"},topLeftRadius:24,topRightRadius:24,volume:25,width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,y:16,children:/*#__PURE__*/_jsx(Container,{className:\"framer-dbvxmu-container\",\"data-framer-portal-id\":\"12ophhd\",children:/*#__PURE__*/_jsx(Button,{height:\"100%\",id:\"w8_0zgR1s\",it5TE3ouO:\"x\",layoutId:\"w8_0zgR1s\",mldzOKbWt:mldzOKbWt1wvko5h({overlay}),MNQ7QHToV:\"YXwRqyKr7\",NXuZ51p_e:false,QZIMl5BqT:\"var(--token-94374f87-3059-4062-acb0-c75d3dc24e17, rgba(245, 247, 250, 0.4))\",style:{height:\"100%\"},TDfERnjV4:{borderColor:'var(--token-874f79be-1f7a-492a-9a4c-04f760c94a54, rgb(218, 226, 242)) /* {\"name\":\"Light variation\"} */',borderStyle:\"solid\",borderWidth:1},UEHtu_cNA:\"var(--token-5d8c70cb-8aaf-4443-b8d5-9bd398e99786, rgb(255, 255, 255))\",v6jcgx66f:\"var(--token-5d8c70cb-8aaf-4443-b8d5-9bd398e99786, rgb(255, 255, 255))\",variant:\"Rt4O2Va1M\",width:\"100%\",XXzZfO0wu:\"Label\"})})})]}),document.querySelector(\"#overlay\"))})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1th56p4-container\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"q48iIQSfL\",isMixedBorderRadius:false,layoutId:\"q48iIQSfL\",loop:true,muted:true,objectFit:\"cover\",playing:true,posterEnabled:false,srcFile:\"https://framerusercontent.com/assets/hgKJtGKgqD7yk3kq8H948IFwc.mp4\",srcType:\"Upload\",srcUrl:\"https://assets.mixkit.co/videos/preview/mixkit-shining-sun-in-the-sky-surrounded-by-moving-clouds-31793-small.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1glbu51\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-66cwhq-container\",children:/*#__PURE__*/_jsx(Feather,{color:\"var(--token-5d8c70cb-8aaf-4443-b8d5-9bd398e99786, rgb(255, 255, 255))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"play\",id:\"vVMg6nnkX\",layoutId:\"vVMg6nnkX\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})]})})}),/*#__PURE__*/_jsx(\"div\",{background:{alt:\"\",fit:\"fill\"},className:\"framer-1hxvli9\",\"data-framer-name\":\"content\",name:\"content\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-98pj1x\",\"data-framer-name\":\"section\",name:\"section\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-rl7jeh\",\"data-styles-preset\":\"u3pa8yG_u\",style:{\"--framer-text-color\":\"var(--token-1dc384a0-c0cb-4512-b1a1-904d67e299aa, rgb(20, 30, 51))\"},children:\"Gewerbeversicherungen von Unternehmern f\\xfcr Unternehmer\"})}),className:\"framer-7i064l\",\"data-framer-name\":\"Managing business insurances is the most horrible thing on Earth.\",fonts:[\"Inter\"],name:\"Managing business insurances is the most horrible thing on Earth.\",verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-19m96bj\",\"data-styles-preset\":\"uXeuFtm1e\",style:{\"--framer-text-color\":\"var(--token-a723f74e-aece-41f3-ace8-064f6ab23126, rgb(80, 92, 115))\"},children:\"\u201CWir gestalten das Risikomanagement f\\xfcr Unternehmer m\\xfchelos und effizient, damit du dich voll auf Wachstum und Erfolg konzentrieren kannst. Durch unseren pers\\xf6nlichen Experten-Service und benutzerfreundliche Softwarel\\xf6sungen erh\\xe4ltst du Klarheit und volle Kontrolle \u2013 weil wir genau verstehen, was Unternehmer brauchen.\u201D\"})}),className:\"framer-ehgosc\",\"data-framer-name\":\"Managing business insurances is the most horrible thing on Earth.\",fonts:[\"Inter\"],name:\"Managing business insurances is the most horrible thing on Earth.\",verticalAlignment:\"center\",withExternalLayout:true})]})})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1xc4mmu\",\"data-framer-name\":\"Recommendation_Basics\",name:\"Recommendation_Basics\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-za1by6\",\"data-framer-name\":\"section\",name:\"section\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1k1z2ko\",\"data-framer-name\":\"content\",name:\"content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-oavo0p\",\"data-framer-name\":\"Section Headline\",name:\"Section Headline\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-a4jlr0\",\"data-styles-preset\":\"UOCv95Dcm\",style:{\"--framer-text-color\":\"var(--token-1dc384a0-c0cb-4512-b1a1-904d67e299aa, rgb(20, 30, 51))\"},children:\"Die wichtigsten Gewerbeversicherungen f\\xfcr Unternehmen\"})}),className:\"framer-13hjpdu\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1okv9rs\",\"data-styles-preset\":\"H7gJUL4j6\",style:{\"--framer-text-color\":\"var(--token-1dc384a0-c0cb-4512-b1a1-904d67e299aa, rgb(20, 30, 51))\"},children:\"Egal ob Kleinunternehmer oder Mittelst\\xe4ndern, dies sind die wichtigsten Versicherungen f\\xfcr Dein Unternehmen\"})}),className:\"framer-1aumb35\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-3n4f8x-container\",children:/*#__PURE__*/_jsx(Carousel,{align:\"center\",ariaLabel:\"\",arrowObject:{arrowFill:\"rgba(0, 0, 0, 0.1)\",arrowPadding:20,arrowRadius:40,arrowSize:40,showMouseControls:true},axis:true,borderRadius:0,fadeObject:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeTransition:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"},fadeWidth:24},gap:16,height:\"100%\",id:\"EXDfzTxo2\",layoutId:\"EXDfzTxo2\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,progressObject:{dotsActiveOpacity:1,dotsBackground:\"rgba(0, 0, 0, 0.2)\",dotsBlur:4,dotsFill:\"rgb(255, 255, 255)\",dotsGap:10,dotsInset:10,dotSize:10,dotsOpacity:.5,dotsPadding:10,dotsRadius:50,showProgressDots:false,showScrollbar:false},sizingObject:{heightInset:0,heightRows:2,heightType:\"auto\",widthColumns:2,widthInset:0,widthType:\"auto\"},slots:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:400,children:/*#__PURE__*/_jsx(Container,{className:\"framer-ha38d-container\",\"data-framer-name\":\"Liability\",name:\"Liability\",children:/*#__PURE__*/_jsx(InsuranceProduct,{CApZIv9sG:\"Learn More\",height:\"100%\",Hjp5sKI2q:\"\",id:\"dSNbmDtKC\",layoutId:\"dSNbmDtKC\",name:\"Liability\",variant:\"W1wdGkj9b\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:400,children:/*#__PURE__*/_jsx(Container,{className:\"framer-wce606-container\",\"data-framer-name\":\"Fin\",name:\"Fin\",children:/*#__PURE__*/_jsx(InsuranceProduct,{CApZIv9sG:\"Learn More\",height:\"100%\",Hjp5sKI2q:\"\",id:\"XN9osuLnI\",layoutId:\"XN9osuLnI\",name:\"Fin\",variant:\"Ff6rM5LrL\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:400,children:/*#__PURE__*/_jsx(Container,{className:\"framer-tqvy1s-container\",\"data-framer-name\":\"Law\",name:\"Law\",children:/*#__PURE__*/_jsx(InsuranceProduct,{CApZIv9sG:\"Learn More\",height:\"100%\",Hjp5sKI2q:\"\",id:\"UeexjdNJ6\",layoutId:\"UeexjdNJ6\",name:\"Law\",variant:\"pY88ommRR\",width:\"100%\"})})})],snapObject:{fluid:false,snap:true,snapEdge:\"center\"},style:{width:\"100%\"},width:\"100%\"})})})]})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1rkkapl\",\"data-framer-name\":\"Recommendation_Zusatz\",name:\"Recommendation_Zusatz\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1jbjv10\",\"data-framer-name\":\"section\",name:\"section\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-xaidw0\",\"data-framer-name\":\"content\",name:\"content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-vyw63m\",\"data-framer-name\":\"Section Headline\",name:\"Section Headline\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-a4jlr0\",\"data-styles-preset\":\"UOCv95Dcm\",style:{\"--framer-text-color\":\"var(--token-1dc384a0-c0cb-4512-b1a1-904d67e299aa, rgb(20, 30, 51))\"},children:\"Die wichtigsten Zusatzversicherungen f\\xfcr Unternehmen\"})}),className:\"framer-kiopve\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1okv9rs\",\"data-styles-preset\":\"H7gJUL4j6\",style:{\"--framer-text-color\":\"var(--token-1dc384a0-c0cb-4512-b1a1-904d67e299aa, rgb(20, 30, 51))\"},children:\"Je nach T\\xe4tigkeit und Gesch\\xe4ftsfeld empfehlen wir zus\\xe4tzlich die folgenden Versicherung f\\xfcr Dein Unternehmen.\"})}),className:\"framer-9geqiv\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-17ih5pr-container\",children:/*#__PURE__*/_jsx(Carousel,{align:\"center\",ariaLabel:\"\",arrowObject:{arrowFill:\"rgba(0, 0, 0, 0.1)\",arrowPadding:20,arrowRadius:40,arrowSize:40,showMouseControls:true},axis:true,borderRadius:0,fadeObject:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeTransition:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"},fadeWidth:24},gap:16,height:\"100%\",id:\"AgjdIAtjW\",layoutId:\"AgjdIAtjW\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,progressObject:{dotsActiveOpacity:1,dotsBackground:\"rgba(0, 0, 0, 0.2)\",dotsBlur:4,dotsFill:\"rgb(255, 255, 255)\",dotsGap:10,dotsInset:10,dotSize:10,dotsOpacity:.5,dotsPadding:10,dotsRadius:50,showProgressDots:false,showScrollbar:false},sizingObject:{heightInset:0,heightRows:2,heightType:\"auto\",widthColumns:2,widthInset:0,widthType:\"auto\"},slots:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:400,children:/*#__PURE__*/_jsx(Container,{className:\"framer-wfqbn1-container\",\"data-framer-name\":\"P-Liability\",name:\"P-Liability\",children:/*#__PURE__*/_jsx(InsuranceProduct,{CApZIv9sG:\"Learn More\",height:\"100%\",Hjp5sKI2q:\"\",id:\"W7eZi8ywq\",layoutId:\"W7eZi8ywq\",name:\"P-Liability\",variant:\"ybGlScBaq\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:400,children:/*#__PURE__*/_jsx(Container,{className:\"framer-2se10b-container\",\"data-framer-name\":\"Cyber\",name:\"Cyber\",children:/*#__PURE__*/_jsx(InsuranceProduct,{CApZIv9sG:\"Learn More\",height:\"100%\",Hjp5sKI2q:\"\",id:\"a2sorlGYm\",layoutId:\"a2sorlGYm\",name:\"Cyber\",variant:\"BCmk36SOE\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:400,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1a0x0eh-container\",\"data-framer-name\":\"Bau\",name:\"Bau\",children:/*#__PURE__*/_jsx(InsuranceProduct,{CApZIv9sG:\"Learn More\",height:\"100%\",Hjp5sKI2q:\"\",id:\"ZTJ5U_rX_\",layoutId:\"ZTJ5U_rX_\",name:\"Bau\",variant:\"trFDVJSQd\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:400,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1aoopun-container\",\"data-framer-name\":\"Content\",name:\"Content\",children:/*#__PURE__*/_jsx(InsuranceProduct,{CApZIv9sG:\"Learn More\",height:\"100%\",Hjp5sKI2q:\"\",id:\"lsZJina9o\",layoutId:\"lsZJina9o\",name:\"Content\",variant:\"cb7fAXJTB\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:400,children:/*#__PURE__*/_jsx(Container,{className:\"framer-guh2zf-container\",\"data-framer-name\":\"DO\",name:\"DO\",children:/*#__PURE__*/_jsx(InsuranceProduct,{CApZIv9sG:\"Learn More\",height:\"100%\",Hjp5sKI2q:\"\",id:\"H6HfDxuUN\",layoutId:\"H6HfDxuUN\",name:\"DO\",variant:\"Xt1yhXtTp\",width:\"100%\"})})})],snapObject:{fluid:false,snap:true,snapEdge:\"center\"},style:{width:\"100%\"},width:\"100%\"})})})]})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1dz78zt\",\"data-framer-name\":\"Recommendation_Private\",name:\"Recommendation_Private\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1titf5y\",\"data-framer-name\":\"Recommendation_Private\",name:\"Recommendation_Private\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1h01qo\",\"data-framer-name\":\"content\",name:\"content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-166b3ue\",\"data-framer-name\":\"Section Headline\",name:\"Section Headline\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-a4jlr0\",\"data-styles-preset\":\"UOCv95Dcm\",style:{\"--framer-text-color\":\"var(--token-1dc384a0-c0cb-4512-b1a1-904d67e299aa, rgb(20, 30, 51))\"},children:\"Weitere Gewerbeversicherungen von denen Du und deine Mitarbeiter profitieren k\\xf6nnen\"})}),className:\"framer-v33h3u\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1okv9rs\",\"data-styles-preset\":\"H7gJUL4j6\",style:{\"--framer-text-color\":\"var(--token-1dc384a0-c0cb-4512-b1a1-904d67e299aa, rgb(20, 30, 51))\"},children:\"Sorge f\\xfcr eine zus\\xe4tzliche Absicherung f\\xfcr Dich und deine Mitarbeiter und profitiere von staatlichen Zusch\\xfcssen und weiteren Steuervorteilen.\"})}),className:\"framer-gtcror\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-4h5pfa-container\",children:/*#__PURE__*/_jsx(Carousel,{align:\"center\",ariaLabel:\"\",arrowObject:{arrowFill:\"rgba(0, 0, 0, 0.1)\",arrowPadding:20,arrowRadius:40,arrowSize:40,showMouseControls:true},axis:true,borderRadius:0,fadeObject:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeTransition:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"},fadeWidth:24},gap:16,height:\"100%\",id:\"kU78rb2Ml\",layoutId:\"kU78rb2Ml\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,progressObject:{dotsActiveOpacity:1,dotsBackground:\"rgba(0, 0, 0, 0.2)\",dotsBlur:4,dotsFill:\"rgb(255, 255, 255)\",dotsGap:10,dotsInset:10,dotSize:10,dotsOpacity:.5,dotsPadding:10,dotsRadius:50,showProgressDots:false,showScrollbar:false},sizingObject:{heightInset:0,heightRows:2,heightType:\"auto\",widthColumns:2,widthInset:0,widthType:\"auto\"},slots:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:400,width:\"288px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-jyiifs-container\",\"data-framer-name\":\"P-Liability\",name:\"P-Liability\",children:/*#__PURE__*/_jsx(InsuranceProduct,{CApZIv9sG:\"Learn More\",height:\"100%\",Hjp5sKI2q:\"\",id:\"KdRu2zvBg\",layoutId:\"KdRu2zvBg\",name:\"P-Liability\",variant:\"jLgXElELu\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:400,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1dekq1s-container\",\"data-framer-name\":\"P-Liability\",name:\"P-Liability\",children:/*#__PURE__*/_jsx(InsuranceProduct,{CApZIv9sG:\"Learn More\",height:\"100%\",Hjp5sKI2q:\"\",id:\"RIi0U7Vw5\",layoutId:\"RIi0U7Vw5\",name:\"P-Liability\",variant:\"EREkESGje\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:400,children:/*#__PURE__*/_jsx(Container,{className:\"framer-cb9uf2-container\",\"data-framer-name\":\"P-Liability\",name:\"P-Liability\",children:/*#__PURE__*/_jsx(InsuranceProduct,{CApZIv9sG:\"Learn More\",height:\"100%\",Hjp5sKI2q:\"\",id:\"aelA1RBhl\",layoutId:\"aelA1RBhl\",name:\"P-Liability\",variant:\"NYaxj5FcP\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:400,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1szz2ey-container\",\"data-framer-name\":\"P-Liability\",name:\"P-Liability\",children:/*#__PURE__*/_jsx(InsuranceProduct,{CApZIv9sG:\"Learn More\",height:\"100%\",Hjp5sKI2q:\"\",id:\"yGEc5nzeg\",layoutId:\"yGEc5nzeg\",name:\"P-Liability\",variant:\"Bbzkao2Uo\",width:\"100%\"})})})],snapObject:{fluid:false,snap:true,snapEdge:\"center\"},style:{width:\"100%\"},width:\"100%\"})})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Fckk0d0iK:{width:\"812px\"},U4oNjZxdO:{width:\"390px\",y:4171}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:866,width:\"100vw\",y:4014.5,children:/*#__PURE__*/_jsx(Container,{className:\"framer-ka9ft6-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Fckk0d0iK:{variant:\"jzehT2Ui6\"},U4oNjZxdO:{variant:\"a0OHt54tI\"}},children:/*#__PURE__*/_jsx(StepsSection,{Bn6jMn_z4:(_getLocalizedValue4=getLocalizedValue(\"v4\",activeLocale))!==null&&_getLocalizedValue4!==void 0?_getLocalizedValue4:\"Label\",DC1xWzXqq:(_getLocalizedValue5=getLocalizedValue(\"v9\",activeLocale))!==null&&_getLocalizedValue5!==void 0?_getLocalizedValue5:\"Pr\\xfcfe dein pers\\xf6nliches Angebot\",f81a9JEeD:(_getLocalizedValue6=getLocalizedValue(\"v7\",activeLocale))!==null&&_getLocalizedValue6!==void 0?_getLocalizedValue6:\"Beantworte 5 kurze Fragen\",FffKej8Je:(_getLocalizedValue7=getLocalizedValue(\"v6\",activeLocale))!==null&&_getLocalizedValue7!==void 0?_getLocalizedValue7:\"Bist du Elektriker, Restaurantbesitzer oder Handwerker? Arbeitest du im Einzelhandel oder machst etwas anderes?\",height:\"100%\",id:\"RIs8A8T8b\",layoutId:\"RIs8A8T8b\",qMQeKqs1C:(_getLocalizedValue8=getLocalizedValue(\"v8\",activeLocale))!==null&&_getLocalizedValue8!==void 0?_getLocalizedValue8:\"Um dir ein optimales Angebot machen zu k\\xf6nnen, brauchen wir ein paar standardisierte Informationen.\",SijW5IdU7:(_getLocalizedValue9=getLocalizedValue(\"v5\",activeLocale))!==null&&_getLocalizedValue9!==void 0?_getLocalizedValue9:\"Erz\\xe4hlen uns, was du tust\",style:{width:\"100%\"},variant:\"Aucia8jjc\",VG1H9OcCr:(_getLocalizedValue10=getLocalizedValue(\"v3\",activeLocale))!==null&&_getLocalizedValue10!==void 0?_getLocalizedValue10:\"Eine anpassbare und 100% digitale Versicherungsmanagementl\\xf6sung, die auf dich zugeschnitten ist.\",vZNnLigC4:false,width:\"100%\",xK0LCSv9j:(_getLocalizedValue11=getLocalizedValue(\"v10\",activeLocale))!==null&&_getLocalizedValue11!==void 0?_getLocalizedValue11:\"Dein pers\\xf6nlicher Versicherungsexperte erstellt in Zusammenarbeit mit unserer Riskio Engine 3x ma\\xdfgeschneiderte Angebote f\\xfcr dein Unternehmen. Pr\\xfcfe das Angebot und stell alle deine Fragen.\",XV5_3nk4k:(_getLocalizedValue12=getLocalizedValue(\"v2\",activeLocale))!==null&&_getLocalizedValue12!==void 0?_getLocalizedValue12:\"Deine optimale Gewerbeversicherung in 3 einfachen Schritten\"})})})})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Fckk0d0iK:{width:\"811px\"},U4oNjZxdO:{width:\"390px\",y:5037}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:610,width:\"100vw\",y:4880.5,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1tffuyv-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Fckk0d0iK:{variant:\"lkIAvilnp\"},U4oNjZxdO:{variant:\"iuf_P33E3\"}},children:/*#__PURE__*/_jsx(LogoMatchSection,{height:\"100%\",id:\"DQxgsZavO\",KnXYQzFfx:false,layoutId:\"DQxgsZavO\",lTJTQtO39:\"https://app.surein.de/assessment/offer-legal/start?funnel_source=firmenrechtsschutzversicherung-ssf\",style:{width:\"100%\"},variant:\"sbqIrcBCz\",vHVLfj36_:(_getLocalizedValue13=getLocalizedValue(\"v11\",activeLocale))!==null&&_getLocalizedValue13!==void 0?_getLocalizedValue13:\"Dein Angebot in 60 Sekunden\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1g3vlv8\",\"data-framer-name\":\"SEO 1\",name:\"SEO 1\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1c0l3wt\",\"data-framer-name\":\"content\",name:\"content\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{U4oNjZxdO:{background:{alt:(_getLocalizedValue14=getLocalizedValue(\"v12\",activeLocale))!==null&&_getLocalizedValue14!==void 0?_getLocalizedValue14:\"Verm\\xf6gensschadenhaftpflichtversicherung f\\xfcr Unternehmen & Selbstst\\xe4ndige\",fit:\"fill\",loading:getLoadingLazyAtYPosition(5727),pixelHeight:1165,pixelWidth:900,sizes:\"min(100vw - 64px, 1080px)\",src:\"https://framerusercontent.com/images/3GWw2Ddmrn8K0UuTGEZ7JgqXuoI.jpg\",srcSet:\"https://framerusercontent.com/images/3GWw2Ddmrn8K0UuTGEZ7JgqXuoI.jpg?scale-down-to=1024 791w,https://framerusercontent.com/images/3GWw2Ddmrn8K0UuTGEZ7JgqXuoI.jpg 900w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:(_getLocalizedValue15=getLocalizedValue(\"v12\",activeLocale))!==null&&_getLocalizedValue15!==void 0?_getLocalizedValue15:\"Verm\\xf6gensschadenhaftpflichtversicherung f\\xfcr Unternehmen & Selbstst\\xe4ndige\",fit:\"fill\",loading:getLoadingLazyAtYPosition(5570.5),pixelHeight:1165,pixelWidth:900,sizes:\"max((min(max(100vw - 64px, 1px), 1080px) - 48px) / 2, 1px)\",src:\"https://framerusercontent.com/images/3GWw2Ddmrn8K0UuTGEZ7JgqXuoI.jpg\",srcSet:\"https://framerusercontent.com/images/3GWw2Ddmrn8K0UuTGEZ7JgqXuoI.jpg?scale-down-to=1024 791w,https://framerusercontent.com/images/3GWw2Ddmrn8K0UuTGEZ7JgqXuoI.jpg 900w\"},className:\"framer-stmltc\",\"data-border\":true})}),/*#__PURE__*/_jsx(\"div\",{background:{alt:\"\",fit:\"fill\"},className:\"framer-14blz6s\",\"data-framer-name\":\"content\",name:\"content\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-12o7r3n\",\"data-framer-name\":\"section\",name:\"section\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-qp7l0r\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-a4jlr0\",\"data-styles-preset\":\"UOCv95Dcm\",style:{\"--framer-text-color\":\"var(--token-1dc384a0-c0cb-4512-b1a1-904d67e299aa, rgb(20, 30, 51))\"},children:\"Vorteile einer Gewerbeversicherung\"})}),className:\"framer-jsbo19\",\"data-framer-name\":\"Managing business insurances is the most horrible thing on Earth.\",fonts:[\"Inter\"],name:\"Managing business insurances is the most horrible thing on Earth.\",verticalAlignment:\"center\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1f2tq42\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1nycrfa\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue16=getLocalizedValue(\"v13\",activeLocale))!==null&&_getLocalizedValue16!==void 0?_getLocalizedValue16:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-jt5l2v\",\"data-styles-preset\":\"W5TZoazWX\",style:{\"--framer-text-color\":\"var(--token-1dc384a0-c0cb-4512-b1a1-904d67e299aa, rgb(20, 30, 51))\"},children:\"Das wichtigste in K\\xfcrze\"})}),className:\"framer-re0j9c\",\"data-framer-name\":\"Managing business insurances is the most horrible thing on Earth.\",fonts:[\"Inter\"],name:\"Managing business insurances is the most horrible thing on Earth.\",verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-bxnojs\",\"data-styles-preset\":\"gh7JxdAWg\",style:{\"--framer-text-color\":\"var(--token-a723f74e-aece-41f3-ace8-064f6ab23126, rgb(80, 92, 115))\"},children:\"Gewerbeversicherungen sind speziell f\\xfcr Unternehmen entwickelte Versicherungen, die das Risiko von Sch\\xe4den und finanziellen Verlusten im Gesch\\xe4ftsbetrieb abdecken. Hier sind die wichtigsten Aspekte und Vorteile, die man \\xfcber Gewerbeversicherungen wissen sollte:\"})}),className:\"framer-njk394\",\"data-framer-name\":\"Managing business insurances is the most horrible thing on Earth.\",fonts:[\"Inter\"],name:\"Managing business insurances is the most horrible thing on Earth.\",verticalAlignment:\"center\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1r2p5pl\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-h8sbaw\",\"data-styles-preset\":\"RWGTuTniH\",style:{\"--framer-text-color\":\"var(--token-1dc384a0-c0cb-4512-b1a1-904d67e299aa, rgb(20, 30, 51))\"},children:\"Finanzielle Sicherheit\"})}),className:\"framer-866vk1\",\"data-framer-name\":\"Managing business insurances is the most horrible thing on Earth.\",fonts:[\"Inter\"],name:\"Managing business insurances is the most horrible thing on Earth.\",verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-bxnojs\",\"data-styles-preset\":\"gh7JxdAWg\",style:{\"--framer-text-color\":\"var(--token-a723f74e-aece-41f3-ace8-064f6ab23126, rgb(80, 92, 115))\"},children:\"Versicherungen sch\\xfctzen das Unternehmen vor gro\\xdfen finanziellen Verlusten durch unerwartete Sch\\xe4den oder Rechtsstreitigkeiten.\"})}),className:\"framer-ed7jf\",\"data-framer-name\":\"Managing business insurances is the most horrible thing on Earth.\",fonts:[\"Inter\"],name:\"Managing business insurances is the most horrible thing on Earth.\",verticalAlignment:\"center\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-13cn476\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-h8sbaw\",\"data-styles-preset\":\"RWGTuTniH\",style:{\"--framer-text-color\":\"var(--token-1dc384a0-c0cb-4512-b1a1-904d67e299aa, rgb(20, 30, 51))\"},children:\"Risikominimierung\"})}),className:\"framer-yz3bm1\",\"data-framer-name\":\"Managing business insurances is the most horrible thing on Earth.\",fonts:[\"Inter\"],name:\"Managing business insurances is the most horrible thing on Earth.\",verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-bxnojs\",\"data-styles-preset\":\"gh7JxdAWg\",style:{\"--framer-text-color\":\"var(--token-a723f74e-aece-41f3-ace8-064f6ab23126, rgb(80, 92, 115))\"},children:\"Viele Risiken, die den Betrieb beeintr\\xe4chtigen k\\xf6nnten (z. B. Naturkatastrophen, technische Ausf\\xe4lle), werden abgesichert, was den Fortbestand des Unternehmens sichert.\"})}),className:\"framer-xlhakm\",\"data-framer-name\":\"Managing business insurances is the most horrible thing on Earth.\",fonts:[\"Inter\"],name:\"Managing business insurances is the most horrible thing on Earth.\",verticalAlignment:\"center\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-eyq62x\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-h8sbaw\",\"data-styles-preset\":\"RWGTuTniH\",style:{\"--framer-text-color\":\"var(--token-1dc384a0-c0cb-4512-b1a1-904d67e299aa, rgb(20, 30, 51))\"},children:\"Rechtliche Absicherung\"})}),className:\"framer-cnb47w\",\"data-framer-name\":\"Managing business insurances is the most horrible thing on Earth.\",fonts:[\"Inter\"],name:\"Managing business insurances is the most horrible thing on Earth.\",verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-bxnojs\",\"data-styles-preset\":\"gh7JxdAWg\",style:{\"--framer-text-color\":\"var(--token-a723f74e-aece-41f3-ace8-064f6ab23126, rgb(80, 92, 115))\"},children:\"Gerade im Bereich der Haftpflicht k\\xf6nnen Anspr\\xfcche Dritter existenzbedrohend sein. Gewerbeversicherungen sch\\xfctzen vor diesen Risiken.\"})}),className:\"framer-1lojy1q\",\"data-framer-name\":\"Managing business insurances is the most horrible thing on Earth.\",fonts:[\"Inter\"],name:\"Managing business insurances is the most horrible thing on Earth.\",verticalAlignment:\"center\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1z0ysef\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-h8sbaw\",\"data-styles-preset\":\"RWGTuTniH\",style:{\"--framer-text-color\":\"var(--token-1dc384a0-c0cb-4512-b1a1-904d67e299aa, rgb(20, 30, 51))\"},children:\"Beruhigtes Gesch\\xe4ftsleben\"})}),className:\"framer-nv74g9\",\"data-framer-name\":\"Managing business insurances is the most horrible thing on Earth.\",fonts:[\"Inter\"],name:\"Managing business insurances is the most horrible thing on Earth.\",verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-bxnojs\",\"data-styles-preset\":\"gh7JxdAWg\",style:{\"--framer-text-color\":\"var(--token-a723f74e-aece-41f3-ace8-064f6ab23126, rgb(80, 92, 115))\"},children:\"Unternehmer k\\xf6nnen sich auf ihr Kerngesch\\xe4ft konzentrieren, ohne sich \\xfcber m\\xf6gliche unvorhergesehene Ereignisse sorgen zu m\\xfcssen.\"})}),className:\"framer-55a089\",\"data-framer-name\":\"Managing business insurances is the most horrible thing on Earth.\",fonts:[\"Inter\"],name:\"Managing business insurances is the most horrible thing on Earth.\",verticalAlignment:\"center\",withExternalLayout:true})]})]})]})})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-yxqbqc\",\"data-framer-name\":\"SEO 2\",name:\"SEO 2\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1t9g176\",\"data-framer-name\":\"content\",name:\"content\",children:[/*#__PURE__*/_jsx(\"div\",{background:{alt:\"\",fit:\"fill\"},className:\"framer-1mvv2sq\",\"data-framer-name\":\"content\",name:\"content\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1c29fb0\",\"data-framer-name\":\"section\",name:\"section\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-akiv6i\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-a4jlr0\",\"data-styles-preset\":\"UOCv95Dcm\",style:{\"--framer-text-color\":\"var(--token-1dc384a0-c0cb-4512-b1a1-904d67e299aa, rgb(20, 30, 51))\"},children:\"Wichtige Merkmale einer Gewerbeversicherung\"})}),className:\"framer-15uh9ru\",\"data-framer-name\":\"Managing business insurances is the most horrible thing on Earth.\",fonts:[\"Inter\"],name:\"Managing business insurances is the most horrible thing on Earth.\",verticalAlignment:\"center\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-2hmo8m\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1jwecl4\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-h8sbaw\",\"data-styles-preset\":\"RWGTuTniH\",style:{\"--framer-text-color\":\"var(--token-1dc384a0-c0cb-4512-b1a1-904d67e299aa, rgb(20, 30, 51))\"},children:\"Anpassbarkeit\"})}),className:\"framer-bjg10j\",\"data-framer-name\":\"Managing business insurances is the most horrible thing on Earth.\",fonts:[\"Inter\"],name:\"Managing business insurances is the most horrible thing on Earth.\",verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-bxnojs\",\"data-styles-preset\":\"gh7JxdAWg\",style:{\"--framer-text-color\":\"var(--token-a723f74e-aece-41f3-ace8-064f6ab23126, rgb(80, 92, 115))\"},children:\"Jede Gewerbeversicherung kann auf die individuellen Bed\\xfcrfnisse eines Unternehmens zugeschnitten werden. Je nach Branche, Gr\\xf6\\xdfe und Risikoprofil k\\xf6nnen verschiedene Bausteine und Deckungen kombiniert werden.\"})}),className:\"framer-11wxh7m\",\"data-framer-name\":\"Managing business insurances is the most horrible thing on Earth.\",fonts:[\"Inter\"],name:\"Managing business insurances is the most horrible thing on Earth.\",verticalAlignment:\"center\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1s4b75m\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-h8sbaw\",\"data-styles-preset\":\"RWGTuTniH\",style:{\"--framer-text-color\":\"var(--token-1dc384a0-c0cb-4512-b1a1-904d67e299aa, rgb(20, 30, 51))\"},children:\"Umf\\xe4ngliche Absicherung\"})}),className:\"framer-mgf5jz\",\"data-framer-name\":\"Managing business insurances is the most horrible thing on Earth.\",fonts:[\"Inter\"],name:\"Managing business insurances is the most horrible thing on Earth.\",verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-bxnojs\",\"data-styles-preset\":\"gh7JxdAWg\",style:{\"--framer-text-color\":\"var(--token-a723f74e-aece-41f3-ace8-064f6ab23126, rgb(80, 92, 115))\"},children:\"Gewerbeversicherungen sind ein wesentlicher Bestandteil des Risikomanagements eines Unternehmens. Sie bieten Schutz vor finanziellen Belastungen und tragen zur langfristigen Stabilit\\xe4t des Unternehmens bei.\"})}),className:\"framer-145vi29\",\"data-framer-name\":\"Managing business insurances is the most horrible thing on Earth.\",fonts:[\"Inter\"],name:\"Managing business insurances is the most horrible thing on Earth.\",verticalAlignment:\"center\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-6hth7w\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-h8sbaw\",\"data-styles-preset\":\"RWGTuTniH\",style:{\"--framer-text-color\":\"var(--token-1dc384a0-c0cb-4512-b1a1-904d67e299aa, rgb(20, 30, 51))\"},children:\"Fazit\"})}),className:\"framer-14vilr9\",\"data-framer-name\":\"Managing business insurances is the most horrible thing on Earth.\",fonts:[\"Inter\"],name:\"Managing business insurances is the most horrible thing on Earth.\",verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-bxnojs\",\"data-styles-preset\":\"gh7JxdAWg\",style:{\"--framer-text-color\":\"var(--token-a723f74e-aece-41f3-ace8-064f6ab23126, rgb(80, 92, 115))\"},children:\"Gewerbeversicherungen sind ein wesentlicher Bestandteil des Risikomanagements eines Unternehmens. Sie bieten Schutz vor finanziellen Belastungen und tragen zur langfristigen Stabilit\\xe4t des Unternehmens bei.\"})}),className:\"framer-1c26dml\",\"data-framer-name\":\"Managing business insurances is the most horrible thing on Earth.\",fonts:[\"Inter\"],name:\"Managing business insurances is the most horrible thing on Earth.\",verticalAlignment:\"center\",withExternalLayout:true})]})]})]})}),isDisplayed()&&/*#__PURE__*/_jsx(Image,{background:{alt:(_getLocalizedValue17=getLocalizedValue(\"v14\",activeLocale))!==null&&_getLocalizedValue17!==void 0?_getLocalizedValue17:\"Schadenhaftpflichtversicherung f\\xfcr Unternehmen & Selbstst\\xe4ndige\",fit:\"fill\",loading:getLoadingLazyAtYPosition(6741.5),pixelHeight:1290,pixelWidth:2e3,sizes:\"max((min(max(100vw - 64px, 1px), 1080px) - 48px) / 2, 1px)\",src:\"https://framerusercontent.com/images/WTxhcV31tQpCphcwLAa8LO1DPg.png\",srcSet:\"https://framerusercontent.com/images/WTxhcV31tQpCphcwLAa8LO1DPg.png?scale-down-to=512 512w,https://framerusercontent.com/images/WTxhcV31tQpCphcwLAa8LO1DPg.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/WTxhcV31tQpCphcwLAa8LO1DPg.png 1928w\"},className:\"framer-1ente93 hidden-1bsj85z\",\"data-border\":true})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Fckk0d0iK:{width:\"810px\"},U4oNjZxdO:{width:\"390px\",y:7937.5}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1200,width:\"100vw\",y:7407,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1sohi5i-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Fckk0d0iK:{variant:\"W5C98S2jK\"},U4oNjZxdO:{variant:\"u9ZYchL4k\"}},children:/*#__PURE__*/_jsx(FAQsSection,{height:\"100%\",id:\"HtTAXNIup\",layoutId:\"HtTAXNIup\",style:{width:\"100%\"},variant:\"j5zvWZdWg\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{U4oNjZxdO:{y:9137.5}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:336,width:\"100vw\",y:8607,children:/*#__PURE__*/_jsx(Container,{className:\"framer-z487bz-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Fckk0d0iK:{variant:\"xUcEmNxbQ\"},U4oNjZxdO:{variant:\"zkIw8L69T\"}},children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"eLdBmqZFD\",layoutId:\"eLdBmqZFD\",style:{width:\"100%\"},variant:\"yabs7BxQM\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:cx(serializationHash,...sharedStyleClassNames),id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",`.${metadata.bodyClassName}-framer-jeg00 { background: var(--token-7264d441-0e85-4b40-8013-a745a5ca6aa5, rgb(255, 255, 255)) /* {\"name\":\"White\"} */; }`,\".framer-jeg00.framer-1kdi7a3, .framer-jeg00 .framer-1kdi7a3 { display: block; }\",\".framer-jeg00.framer-qzu7qe { align-content: center; align-items: center; background-color: var(--token-7264d441-0e85-4b40-8013-a745a5ca6aa5, #ffffff); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1200px; }\",\".framer-jeg00 .framer-hfvo98-container { flex: none; height: auto; left: 0px; position: fixed; right: 0px; top: 0px; z-index: 10; }\",\".framer-jeg00 .framer-1h2lj47 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 32px 0px 32px; position: relative; width: 100%; }\",\".framer-jeg00 .framer-1aqe8r6 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: flex-start; max-width: 1080px; min-height: 90vh; overflow: hidden; padding: 0px; position: relative; width: 1px; z-index: 2; }\",\".framer-jeg00 .framer-1e1p1qs { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: 720px; justify-content: center; min-height: 213px; overflow: hidden; padding: 0px; position: relative; width: 1px; z-index: 3; }\",\".framer-jeg00 .framer-syj9zx { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; max-width: 1000px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-jeg00 .framer-17umu8 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-jeg00 .framer-1gv3z2u, .framer-jeg00 .framer-11t46nu, .framer-jeg00 .framer-l9g38l { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-jeg00 .framer-v6b3ov-container, .framer-jeg00 .framer-no4uo8-container, .framer-jeg00 .framer-a3714l-container { flex: none; height: 24px; position: relative; width: 24px; }\",\".framer-jeg00 .framer-1ooqpau, .framer-jeg00 .framer-1o4tuck, .framer-jeg00 .framer-13hlole { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: 1 0 0px; height: auto; max-width: 696px; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-jeg00 .framer-9msxm5-container { flex: none; height: 48px; position: relative; width: auto; }\",\".framer-jeg00 .framer-qi7dp7 { background-color: rgba(0, 0, 0, 0.6); bottom: 0px; flex: none; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; z-index: 1; }\",\".framer-jeg00 .framer-1cckee8 { bottom: 0px; flex: none; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; z-index: 0; }\",\".framer-jeg00 .framer-1n00bmj { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 309px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-jeg00 .framer-1jg5k5x-container, .framer-jeg00 .framer-3n4f8x-container, .framer-jeg00 .framer-17ih5pr-container, .framer-jeg00 .framer-4h5pfa-container, .framer-jeg00 .framer-ka9ft6-container, .framer-jeg00 .framer-1tffuyv-container, .framer-jeg00 .framer-1sohi5i-container, .framer-jeg00 .framer-z487bz-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-jeg00 .framer-4fhn8y { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px 32px 0px 32px; position: relative; width: 1200px; }\",\".framer-jeg00 .framer-9v52sn, .framer-jeg00 .framer-1c0l3wt, .framer-jeg00 .framer-1t9g176 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: center; max-width: 1080px; overflow: visible; padding: 80px 0px 80px 0px; position: relative; width: 1px; }\",\".framer-jeg00 .framer-12ophhd { background-color: var(--token-7629a310-4557-45d8-a3b6-9b4dd11a0109, #ffffff); border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; cursor: pointer; flex: 1 0 0px; height: 328px; overflow: hidden; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-jeg00 .framer-1be6k { background-color: rgba(0, 0, 0, 0.8); inset: 0px; position: fixed; user-select: none; z-index: 10; }\",\".framer-jeg00 .framer-18y81on-container { aspect-ratio: 1.806020066889632 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 111px); left: 50%; max-width: 1080px; position: fixed; top: 49%; transform: translate(-50%, -50%); width: 90%; z-index: 10; }\",\".framer-jeg00 .framer-dbvxmu-container { flex: none; height: 48px; position: fixed; right: 16px; top: 16px; width: auto; z-index: 10; }\",\".framer-jeg00 .framer-1th56p4-container { bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-jeg00 .framer-1glbu51 { -webkit-backdrop-filter: blur(10px); aspect-ratio: 1 / 1; backdrop-filter: blur(10px); background-color: rgba(0, 0, 0, 0.5); border-bottom-left-radius: 60px; border-bottom-right-radius: 60px; border-top-left-radius: 60px; border-top-right-radius: 60px; flex: none; height: var(--framer-aspect-ratio-supported, 120px); left: 50%; overflow: hidden; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 120px; will-change: var(--framer-will-change-override, transform); }\",\".framer-jeg00 .framer-66cwhq-container { flex: none; height: 48px; left: calc(53.33333333333336% - 49px / 2); position: absolute; top: calc(50.00000000000002% - 48px / 2); width: 49px; }\",\".framer-jeg00 .framer-1hxvli9, .framer-jeg00 .framer-14blz6s, .framer-jeg00 .framer-1mvv2sq { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-jeg00 .framer-98pj1x { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-jeg00 .framer-7i064l, .framer-jeg00 .framer-ehgosc, .framer-jeg00 .framer-jsbo19, .framer-jeg00 .framer-re0j9c, .framer-jeg00 .framer-njk394, .framer-jeg00 .framer-866vk1, .framer-jeg00 .framer-ed7jf, .framer-jeg00 .framer-yz3bm1, .framer-jeg00 .framer-xlhakm, .framer-jeg00 .framer-cnb47w, .framer-jeg00 .framer-1lojy1q, .framer-jeg00 .framer-nv74g9, .framer-jeg00 .framer-55a089, .framer-jeg00 .framer-15uh9ru, .framer-jeg00 .framer-bjg10j, .framer-jeg00 .framer-11wxh7m, .framer-jeg00 .framer-mgf5jz, .framer-jeg00 .framer-145vi29, .framer-jeg00 .framer-14vilr9, .framer-jeg00 .framer-1c26dml { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-jeg00 .framer-1xc4mmu, .framer-jeg00 .framer-1rkkapl { background-color: #ffffff; flex: none; height: 822px; overflow: hidden; position: relative; width: 100%; }\",\".framer-jeg00 .framer-za1by6, .framer-jeg00 .framer-1jbjv10 { align-content: center; align-items: center; background-color: var(--token-7264d441-0e85-4b40-8013-a745a5ca6aa5, #ffffff); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; left: 0px; overflow: visible; padding: 32px; position: absolute; right: 0px; top: 50%; transform: translateY(-50%); }\",\".framer-jeg00 .framer-1k1z2ko, .framer-jeg00 .framer-xaidw0, .framer-jeg00 .framer-1h01qo { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: center; max-width: 1080px; overflow: visible; padding: 0px 0px 80px 0px; position: relative; width: 1px; }\",\".framer-jeg00 .framer-oavo0p, .framer-jeg00 .framer-vyw63m, .framer-jeg00 .framer-166b3ue { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 21px 0px 21px 0px; position: relative; width: 100%; }\",\".framer-jeg00 .framer-13hjpdu, .framer-jeg00 .framer-1aumb35, .framer-jeg00 .framer-kiopve, .framer-jeg00 .framer-9geqiv, .framer-jeg00 .framer-v33h3u, .framer-jeg00 .framer-gtcror { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; max-width: 840px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-jeg00 .framer-ha38d-container, .framer-jeg00 .framer-wce606-container, .framer-jeg00 .framer-tqvy1s-container, .framer-jeg00 .framer-wfqbn1-container, .framer-jeg00 .framer-2se10b-container, .framer-jeg00 .framer-1a0x0eh-container, .framer-jeg00 .framer-1aoopun-container, .framer-jeg00 .framer-guh2zf-container, .framer-jeg00 .framer-jyiifs-container, .framer-jeg00 .framer-1dekq1s-container, .framer-jeg00 .framer-cb9uf2-container, .framer-jeg00 .framer-1szz2ey-container { height: auto; position: relative; width: auto; }\",\".framer-jeg00 .framer-1dz78zt { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-jeg00 .framer-1titf5y { align-content: center; align-items: center; background-color: var(--token-7264d441-0e85-4b40-8013-a745a5ca6aa5, #ffffff); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 32px; position: relative; width: 100%; }\",\".framer-jeg00 .framer-1g3vlv8, .framer-jeg00 .framer-yxqbqc { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px 32px 0px 32px; position: relative; width: 100%; }\",\".framer-jeg00 .framer-stmltc, .framer-jeg00 .framer-1ente93 { --border-bottom-width: 1px; --border-color: var(--token-874f79be-1f7a-492a-9a4c-04f760c94a54, #dae2f2); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-self: stretch; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; flex: 1 0 0px; height: auto; overflow: hidden; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-jeg00 .framer-12o7r3n, .framer-jeg00 .framer-1c29fb0 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-jeg00 .framer-qp7l0r, .framer-jeg00 .framer-akiv6i { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-jeg00 .framer-1f2tq42, .framer-jeg00 .framer-2hmo8m { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-jeg00 .framer-1nycrfa, .framer-jeg00 .framer-1r2p5pl, .framer-jeg00 .framer-13cn476, .framer-jeg00 .framer-eyq62x, .framer-jeg00 .framer-1z0ysef, .framer-jeg00 .framer-1jwecl4, .framer-jeg00 .framer-1s4b75m, .framer-jeg00 .framer-6hth7w { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-jeg00.framer-qzu7qe, .framer-jeg00 .framer-1h2lj47, .framer-jeg00 .framer-1aqe8r6, .framer-jeg00 .framer-1e1p1qs, .framer-jeg00 .framer-17umu8, .framer-jeg00 .framer-1gv3z2u, .framer-jeg00 .framer-11t46nu, .framer-jeg00 .framer-l9g38l, .framer-jeg00 .framer-1n00bmj, .framer-jeg00 .framer-4fhn8y, .framer-jeg00 .framer-9v52sn, .framer-jeg00 .framer-1hxvli9, .framer-jeg00 .framer-98pj1x, .framer-jeg00 .framer-za1by6, .framer-jeg00 .framer-1k1z2ko, .framer-jeg00 .framer-oavo0p, .framer-jeg00 .framer-1jbjv10, .framer-jeg00 .framer-xaidw0, .framer-jeg00 .framer-vyw63m, .framer-jeg00 .framer-1dz78zt, .framer-jeg00 .framer-1titf5y, .framer-jeg00 .framer-1h01qo, .framer-jeg00 .framer-166b3ue, .framer-jeg00 .framer-1g3vlv8, .framer-jeg00 .framer-1c0l3wt, .framer-jeg00 .framer-14blz6s, .framer-jeg00 .framer-12o7r3n, .framer-jeg00 .framer-qp7l0r, .framer-jeg00 .framer-1f2tq42, .framer-jeg00 .framer-1nycrfa, .framer-jeg00 .framer-1r2p5pl, .framer-jeg00 .framer-13cn476, .framer-jeg00 .framer-eyq62x, .framer-jeg00 .framer-1z0ysef, .framer-jeg00 .framer-yxqbqc, .framer-jeg00 .framer-1t9g176, .framer-jeg00 .framer-1mvv2sq, .framer-jeg00 .framer-1c29fb0, .framer-jeg00 .framer-akiv6i, .framer-jeg00 .framer-2hmo8m, .framer-jeg00 .framer-1jwecl4, .framer-jeg00 .framer-1s4b75m, .framer-jeg00 .framer-6hth7w { gap: 0px; } .framer-jeg00.framer-qzu7qe > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-jeg00.framer-qzu7qe > :first-child, .framer-jeg00 .framer-1e1p1qs > :first-child, .framer-jeg00 .framer-17umu8 > :first-child, .framer-jeg00 .framer-1n00bmj > :first-child, .framer-jeg00 .framer-1hxvli9 > :first-child, .framer-jeg00 .framer-98pj1x > :first-child, .framer-jeg00 .framer-1k1z2ko > :first-child, .framer-jeg00 .framer-oavo0p > :first-child, .framer-jeg00 .framer-xaidw0 > :first-child, .framer-jeg00 .framer-vyw63m > :first-child, .framer-jeg00 .framer-1dz78zt > :first-child, .framer-jeg00 .framer-1h01qo > :first-child, .framer-jeg00 .framer-166b3ue > :first-child, .framer-jeg00 .framer-14blz6s > :first-child, .framer-jeg00 .framer-12o7r3n > :first-child, .framer-jeg00 .framer-qp7l0r > :first-child, .framer-jeg00 .framer-1f2tq42 > :first-child, .framer-jeg00 .framer-1nycrfa > :first-child, .framer-jeg00 .framer-1r2p5pl > :first-child, .framer-jeg00 .framer-13cn476 > :first-child, .framer-jeg00 .framer-eyq62x > :first-child, .framer-jeg00 .framer-1z0ysef > :first-child, .framer-jeg00 .framer-1mvv2sq > :first-child, .framer-jeg00 .framer-1c29fb0 > :first-child, .framer-jeg00 .framer-akiv6i > :first-child, .framer-jeg00 .framer-2hmo8m > :first-child, .framer-jeg00 .framer-1jwecl4 > :first-child, .framer-jeg00 .framer-1s4b75m > :first-child, .framer-jeg00 .framer-6hth7w > :first-child { margin-top: 0px; } .framer-jeg00.framer-qzu7qe > :last-child, .framer-jeg00 .framer-1e1p1qs > :last-child, .framer-jeg00 .framer-17umu8 > :last-child, .framer-jeg00 .framer-1n00bmj > :last-child, .framer-jeg00 .framer-1hxvli9 > :last-child, .framer-jeg00 .framer-98pj1x > :last-child, .framer-jeg00 .framer-1k1z2ko > :last-child, .framer-jeg00 .framer-oavo0p > :last-child, .framer-jeg00 .framer-xaidw0 > :last-child, .framer-jeg00 .framer-vyw63m > :last-child, .framer-jeg00 .framer-1dz78zt > :last-child, .framer-jeg00 .framer-1h01qo > :last-child, .framer-jeg00 .framer-166b3ue > :last-child, .framer-jeg00 .framer-14blz6s > :last-child, .framer-jeg00 .framer-12o7r3n > :last-child, .framer-jeg00 .framer-qp7l0r > :last-child, .framer-jeg00 .framer-1f2tq42 > :last-child, .framer-jeg00 .framer-1nycrfa > :last-child, .framer-jeg00 .framer-1r2p5pl > :last-child, .framer-jeg00 .framer-13cn476 > :last-child, .framer-jeg00 .framer-eyq62x > :last-child, .framer-jeg00 .framer-1z0ysef > :last-child, .framer-jeg00 .framer-1mvv2sq > :last-child, .framer-jeg00 .framer-1c29fb0 > :last-child, .framer-jeg00 .framer-akiv6i > :last-child, .framer-jeg00 .framer-2hmo8m > :last-child, .framer-jeg00 .framer-1jwecl4 > :last-child, .framer-jeg00 .framer-1s4b75m > :last-child, .framer-jeg00 .framer-6hth7w > :last-child { margin-bottom: 0px; } .framer-jeg00 .framer-1h2lj47 > *, .framer-jeg00 .framer-4fhn8y > *, .framer-jeg00 .framer-za1by6 > *, .framer-jeg00 .framer-1jbjv10 > *, .framer-jeg00 .framer-1titf5y > *, .framer-jeg00 .framer-1g3vlv8 > *, .framer-jeg00 .framer-yxqbqc > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-jeg00 .framer-1h2lj47 > :first-child, .framer-jeg00 .framer-1aqe8r6 > :first-child, .framer-jeg00 .framer-1gv3z2u > :first-child, .framer-jeg00 .framer-11t46nu > :first-child, .framer-jeg00 .framer-l9g38l > :first-child, .framer-jeg00 .framer-4fhn8y > :first-child, .framer-jeg00 .framer-9v52sn > :first-child, .framer-jeg00 .framer-za1by6 > :first-child, .framer-jeg00 .framer-1jbjv10 > :first-child, .framer-jeg00 .framer-1titf5y > :first-child, .framer-jeg00 .framer-1g3vlv8 > :first-child, .framer-jeg00 .framer-1c0l3wt > :first-child, .framer-jeg00 .framer-yxqbqc > :first-child, .framer-jeg00 .framer-1t9g176 > :first-child { margin-left: 0px; } .framer-jeg00 .framer-1h2lj47 > :last-child, .framer-jeg00 .framer-1aqe8r6 > :last-child, .framer-jeg00 .framer-1gv3z2u > :last-child, .framer-jeg00 .framer-11t46nu > :last-child, .framer-jeg00 .framer-l9g38l > :last-child, .framer-jeg00 .framer-4fhn8y > :last-child, .framer-jeg00 .framer-9v52sn > :last-child, .framer-jeg00 .framer-za1by6 > :last-child, .framer-jeg00 .framer-1jbjv10 > :last-child, .framer-jeg00 .framer-1titf5y > :last-child, .framer-jeg00 .framer-1g3vlv8 > :last-child, .framer-jeg00 .framer-1c0l3wt > :last-child, .framer-jeg00 .framer-yxqbqc > :last-child, .framer-jeg00 .framer-1t9g176 > :last-child { margin-right: 0px; } .framer-jeg00 .framer-1aqe8r6 > *, .framer-jeg00 .framer-9v52sn > *, .framer-jeg00 .framer-1c0l3wt > *, .framer-jeg00 .framer-1t9g176 > * { margin: 0px; margin-left: calc(48px / 2); margin-right: calc(48px / 2); } .framer-jeg00 .framer-1e1p1qs > *, .framer-jeg00 .framer-1hxvli9 > *, .framer-jeg00 .framer-14blz6s > *, .framer-jeg00 .framer-1mvv2sq > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-jeg00 .framer-17umu8 > *, .framer-jeg00 .framer-98pj1x > *, .framer-jeg00 .framer-oavo0p > *, .framer-jeg00 .framer-vyw63m > *, .framer-jeg00 .framer-166b3ue > *, .framer-jeg00 .framer-qp7l0r > *, .framer-jeg00 .framer-akiv6i > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-jeg00 .framer-1gv3z2u > *, .framer-jeg00 .framer-11t46nu > *, .framer-jeg00 .framer-l9g38l > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-jeg00 .framer-1n00bmj > *, .framer-jeg00 .framer-1dz78zt > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-jeg00 .framer-1k1z2ko > *, .framer-jeg00 .framer-xaidw0 > *, .framer-jeg00 .framer-1h01qo > *, .framer-jeg00 .framer-12o7r3n > *, .framer-jeg00 .framer-1c29fb0 > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-jeg00 .framer-1f2tq42 > *, .framer-jeg00 .framer-2hmo8m > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-jeg00 .framer-1nycrfa > *, .framer-jeg00 .framer-1r2p5pl > *, .framer-jeg00 .framer-13cn476 > *, .framer-jeg00 .framer-eyq62x > *, .framer-jeg00 .framer-1z0ysef > *, .framer-jeg00 .framer-1jwecl4 > *, .framer-jeg00 .framer-1s4b75m > *, .framer-jeg00 .framer-6hth7w > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } }\",`@media (min-width: 810px) and (max-width: 1199px) { .${metadata.bodyClassName}-framer-jeg00 { background: var(--token-7264d441-0e85-4b40-8013-a745a5ca6aa5, rgb(255, 255, 255)) /* {\"name\":\"White\"} */; } .framer-jeg00.framer-qzu7qe, .framer-jeg00 .framer-4fhn8y, .framer-jeg00 .framer-1titf5y, .framer-jeg00 .framer-1sohi5i-container { width: 810px; } .framer-jeg00 .framer-ka9ft6-container { width: 812px; } .framer-jeg00 .framer-1tffuyv-container { width: 811px; }}`,`@media (max-width: 809px) { .${metadata.bodyClassName}-framer-jeg00 { background: var(--token-7264d441-0e85-4b40-8013-a745a5ca6aa5, rgb(255, 255, 255)) /* {\"name\":\"White\"} */; } .framer-jeg00.framer-qzu7qe, .framer-jeg00 .framer-1titf5y, .framer-jeg00 .framer-ka9ft6-container, .framer-jeg00 .framer-1tffuyv-container, .framer-jeg00 .framer-1sohi5i-container { width: 390px; } .framer-jeg00 .framer-1h2lj47, .framer-jeg00 .framer-9v52sn, .framer-jeg00 .framer-1g3vlv8, .framer-jeg00 .framer-yxqbqc { flex-direction: column; } .framer-jeg00 .framer-1aqe8r6, .framer-jeg00 .framer-12ophhd, .framer-jeg00 .framer-1hxvli9, .framer-jeg00 .framer-14blz6s, .framer-jeg00 .framer-1mvv2sq { flex: none; width: 100%; } .framer-jeg00 .framer-1n00bmj { height: 238px; } .framer-jeg00 .framer-4fhn8y { padding: 0px 16px 0px 16px; width: 100%; } .framer-jeg00 .framer-7i064l { order: 0; } .framer-jeg00 .framer-ehgosc { order: 1; } .framer-jeg00 .framer-1c0l3wt, .framer-jeg00 .framer-1t9g176 { flex: none; flex-direction: column; width: 100%; } .framer-jeg00 .framer-stmltc { align-self: unset; flex: none; height: 326px; width: 100%; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-jeg00 .framer-1h2lj47, .framer-jeg00 .framer-9v52sn, .framer-jeg00 .framer-1g3vlv8, .framer-jeg00 .framer-1c0l3wt, .framer-jeg00 .framer-yxqbqc, .framer-jeg00 .framer-1t9g176 { gap: 0px; } .framer-jeg00 .framer-1h2lj47 > *, .framer-jeg00 .framer-1g3vlv8 > *, .framer-jeg00 .framer-yxqbqc > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-jeg00 .framer-1h2lj47 > :first-child, .framer-jeg00 .framer-9v52sn > :first-child, .framer-jeg00 .framer-1g3vlv8 > :first-child, .framer-jeg00 .framer-1c0l3wt > :first-child, .framer-jeg00 .framer-yxqbqc > :first-child, .framer-jeg00 .framer-1t9g176 > :first-child { margin-top: 0px; } .framer-jeg00 .framer-1h2lj47 > :last-child, .framer-jeg00 .framer-9v52sn > :last-child, .framer-jeg00 .framer-1g3vlv8 > :last-child, .framer-jeg00 .framer-1c0l3wt > :last-child, .framer-jeg00 .framer-yxqbqc > :last-child, .framer-jeg00 .framer-1t9g176 > :last-child { margin-bottom: 0px; } .framer-jeg00 .framer-9v52sn > *, .framer-jeg00 .framer-1c0l3wt > *, .framer-jeg00 .framer-1t9g176 > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } }}`,...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,'.framer-jeg00[data-border=\"true\"]::after, .framer-jeg00 [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; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 8587\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"Fckk0d0iK\":{\"layout\":[\"fixed\",\"auto\"]},\"U4oNjZxdO\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerResponsiveScreen\n */const FramerPLQEzzvyz=withCSS(Component,css,\"framer-jeg00\");export default FramerPLQEzzvyz;FramerPLQEzzvyz.displayName=\"Page\";FramerPLQEzzvyz.defaultProps={height:8587,width:1200};addFonts(FramerPLQEzzvyz,[{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\"}]},...NavigationFonts,...FeatherFonts,...ButtonFonts,...LogoSectionFonts,...VideoFonts,...InsuranceProductFonts,...CarouselFonts,...StepsSectionFonts,...LogoMatchSectionFonts,...FAQsSectionFonts,...FooterFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts),...getFontsFromSharedStyle(sharedStyle6.fonts),...getFontsFromSharedStyle(sharedStyle7.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerPLQEzzvyz\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"8587\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Fckk0d0iK\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"U4oNjZxdO\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerResponsiveScreen\":\"\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"1200\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["NavigationFonts", "getFonts", "QsMxnjrG3_default", "NavigationWithVariantAppearEffect", "withVariantAppearEffect", "ContainerWithFX", "withFX", "Container", "FeatherFonts", "Icon", "ButtonFonts", "r_NtjmlJP_default", "LogoSectionFonts", "isu5QHoR1_default", "VideoFonts", "Video", "InsuranceProductFonts", "h_sB2CIlR_default", "CarouselFonts", "Carousel", "StepsSectionFonts", "Tcdr1G253_default", "LogoMatchSectionFonts", "SXzt4nTk9_default", "FAQsSectionFonts", "nwmyOz8a7_default", "FooterFonts", "dv1OsvlSO_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "valuesByLocaleId", "LazyValue", "preloadLocalizedValues", "locale", "promises", "values", "promise", "getLocalizedValue", "key", "value", "transition1", "animation", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "metadata", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata1", "robotsTag", "ie", "_document_querySelector", "bodyCls", "body", "c", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapwelu7j", "overlay", "paginationInfo", "args", "mldzOKbWt1wvko5h", "preloadPromise", "ref1", "pe", "ref2", "elementId", "useRouteElementId", "isDisplayed", "defaultLayoutId", "ae", "sharedStyleClassNames", "useCustomCursors", "_getLocalizedValue", "_getLocalizedValue1", "_getLocalizedValue2", "_getLocalizedValue3", "_getLocalizedValue4", "_getLocalizedValue5", "_getLocalizedValue6", "_getLocalizedValue7", "_getLocalizedValue8", "_getLocalizedValue9", "_getLocalizedValue10", "_getLocalizedValue11", "_getLocalizedValue12", "_getLocalizedValue13", "_getLocalizedValue14", "_getLocalizedValue15", "_getLocalizedValue16", "_getLocalizedValue17", "p", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "cx", "ComponentViewportProvider", "PropertyOverrides2", "RichText2", "x", "getLoadingLazyAtYPosition", "Image2", "l", "AnimatePresence", "Ga", "css", "FramerPLQEzzvyz", "withCSS", "PLQEzzvyz_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
