{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/cuKUFdzXlhvw8OVOBeAc/T08RxQJ4qrs7LLc8wx4E/border.js", "ssg:https://framerusercontent.com/modules/9muYaW1MvHoRQJ0P7dkP/V2GVvLqiMxXRSxszkCSa/focus.js", "ssg:https://framerusercontent.com/modules/YfmtnpWjJrP37sQ18QUZ/9Y2P24U2SBIbf2fPVsOX/hover.js", "ssg:https://framerusercontent.com/modules/wjZLfSMaP1TvJDu5PCwr/6SPClu354QJPCp6Xj5C0/padding.js", "ssg:https://framerusercontent.com/modules/N6MwtHbWoiZJNn1xpqxu/58OHv7BfCzgeBhiv1TYu/radius.js", "ssg:https://framerusercontent.com/modules/57FhkldN9P7x88MqAEaR/UfMN9oeTJKQqVQHIwZ5z/LocaleSelector.js", "ssg:https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/l6rHYi79svcFRVrC1q12/Ticker.js", "ssg:https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/qacJMtbrGDTpaTF4eVfx/Ticker.js", "ssg:https://framerusercontent.com/modules/h5E4UI5Ij3wsemdUqal1/Uan7TXwCYpaMrKRR9QO0/HRX7ZIh60.js", "ssg:https://framerusercontent.com/modules/pnLheOjlMrqnt9qKug7H/uG9YZ8loXmxhhK2g4FHY/SPF5tYCcj.js", "ssg:https://framerusercontent.com/modules/kzZAeOPmot6n4v7TgZh2/SOJyS5FvGjotHXZSeaze/augiA20Il.js"],
  "sourcesContent": ["import{ControlType as e}from\"framer\";export function getBorderStyle({color:e,width:t=0,widthPerSide:o=!1,widthTop:d=0,widthRight:r=0,widthBottom:i=0,widthLeft:l=0,style:h=\"none\"}={}){let b={};return e?(b[\"--framer-border-color\"]=e,b.borderStyle=h,o?(b.borderTopWidth=d,b.borderRightWidth=r,b.borderBottomWidth=i,b.borderLeftWidth=l):(b.borderTopWidth=t,b.borderRightWidth=t,b.borderBottomWidth=t,b.borderLeftWidth=t)):b.border=\"none\",b;}export const borderControls={color:{type:e.Color,defaultValue:\"#444\"},width:{type:e.FusedNumber,toggleKey:\"widthPerSide\",toggleTitles:[\"Width\",\"Width per side\"],valueKeys:[\"widthTop\",\"widthRight\",\"widthBottom\",\"widthLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],defaultValue:1,min:0},style:{type:e.Enum,options:[\"solid\",\"dashed\",\"dotted\",\"double\"],optionTitles:[\"Solid\",\"Dashed\",\"Dotted\",\"double\"],defaultValue:\"solid\"}};\nexport const __FramerMetadata__ = {\"exports\":{\"borderControls\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"getBorderStyle\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"BorderOptions\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./border.map", "import{ControlType}from\"framer\";export function getFocusStyle({color,width,style,offset}={}){const result={};if(color){result[\"--framer-focus-outline\"]=`${width}px ${style} ${color}`;result[\"--framer-focus-outline-offset\"]=`${offset}px`;}return result;}export const focusControls={color:{type:ControlType.Color,defaultValue:\"#09f\"},width:{type:ControlType.Number,displayStepper:true,defaultValue:1,min:0},style:{type:ControlType.Enum,options:[\"solid\",\"dashed\",\"dotted\",\"double\"],optionTitles:[\"Solid\",\"Dashed\",\"Dotted\",\"double\"],defaultValue:\"solid\"},offset:{type:ControlType.Number,displayStepper:true}};\nexport const __FramerMetadata__ = {\"exports\":{\"focusControls\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"getFocusStyle\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"FocusOptions\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./focus.map", "import{ControlType}from\"framer\";export function getHoverStyle({fillColor,textColor,borderColor}={}){return{\"--framer-hover-background-color\":fillColor,\"--framer-hover-color\":textColor,\"--framer-hover-border-color\":borderColor};}export const hoverControls={fillColor:{type:ControlType.Color,title:\"Fill\",optional:true},textColor:{type:ControlType.Color,title:\"Text\",optional:true},borderColor:{type:ControlType.Color,title:\"Border\",optional:true}};\nexport const __FramerMetadata__ = {\"exports\":{\"HoverOptions\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"getHoverStyle\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"hoverControls\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./hover.map", "import{ControlType}from\"framer\";export function getPaddingStyle({padding=0,paddingPerSide=false,paddingTop=0,paddingRight=0,paddingBottom=0,paddingLeft=0}={}){if(paddingPerSide){return{paddingTop:paddingTop,paddingRight:paddingRight,paddingBottom:paddingBottom,paddingLeft:paddingLeft};}else{return{paddingTop:padding,paddingRight:padding,paddingBottom:padding,paddingLeft:padding};}}export const paddingControls={padding:{type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\",],valueLabels:[\"T\",\"R\",\"B\",\"L\"],defaultValue:10,min:0}};\nexport const __FramerMetadata__ = {\"exports\":{\"getPaddingStyle\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"paddingControls\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"PaddingOptions\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./padding.map", "import{ControlType}from\"framer\";export function getRadiusStyle({radius=0,radiusPerCorner=false,radiusTopLeft=0,radiusTopRight=0,radiusBottomRight=0,radiusBottomLeft=0}={}){const result={};if(radiusPerCorner){result.borderTopLeftRadius=radiusTopLeft;result.borderTopRightRadius=radiusTopRight;result.borderBottomRightRadius=radiusBottomRight;result.borderBottomLeftRadius=radiusBottomLeft;}else{result.borderTopLeftRadius=radius;result.borderTopRightRadius=radius;result.borderBottomRightRadius=radius;result.borderBottomLeftRadius=radius;}return result;}export const radiusControls={radius:{type:ControlType.FusedNumber,toggleKey:\"radiusPerConrner\",toggleTitles:[\"Radius\",\"Radius per side\"],valueKeys:[\"radiusTopLeft\",\"radiusTopRight\",\"radiusBottomRight\",\"radiusBottomLeft\",],valueLabels:[\"TL\",\"TR\",\"BR\",\"BL\"],defaultValue:10,min:0}};\nexport const __FramerMetadata__ = {\"exports\":{\"getRadiusStyle\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"radiusControls\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"RadiusOptions\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./radius.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addPropertyControls,ControlType,// @ts-ignore Internal function\nuseLocaleInfo,withCSS}from\"framer\";import{useId,useState}from\"react\";import{getBorderStyle,borderControls}from\"https://framerusercontent.com/modules/cuKUFdzXlhvw8OVOBeAc/T08RxQJ4qrs7LLc8wx4E/border.js\";import{getFocusStyle,focusControls}from\"https://framerusercontent.com/modules/9muYaW1MvHoRQJ0P7dkP/V2GVvLqiMxXRSxszkCSa/focus.js\";import{getHoverStyle,hoverControls}from\"https://framerusercontent.com/modules/YfmtnpWjJrP37sQ18QUZ/9Y2P24U2SBIbf2fPVsOX/hover.js\";import{getPaddingStyle,paddingControls}from\"https://framerusercontent.com/modules/wjZLfSMaP1TvJDu5PCwr/6SPClu354QJPCp6Xj5C0/padding.js\";import{getRadiusStyle,radiusControls}from\"https://framerusercontent.com/modules/N6MwtHbWoiZJNn1xpqxu/58OHv7BfCzgeBhiv1TYu/radius.js\";const className=\"framer-locale-picker\";function addPixel(value){if(typeof value===\"number\"){return`${value}px`;}return value;}var IconType;(function(IconType){IconType[\"Default\"]=\"default\";IconType[\"Custom\"]=\"custom\";})(IconType||(IconType={}));function Icon({type,color,image,size}){if(type===\"custom\"&&image){return /*#__PURE__*/_jsx(\"img\",{...image,width:size,height:size});}return /*#__PURE__*/_jsx(\"svg\",{xmlns:\"http://www.w3.org/2000/svg\",viewBox:\"0 0 256 256\",width:size,height:size,fill:color,children:/*#__PURE__*/_jsx(\"path\",{d:\"M128,24A104,104,0,1,0,232,128,104.11,104.11,0,0,0,128,24Zm87.63,96H175.8c-1.41-28.46-10.27-55.47-25.12-77A88.2,88.2,0,0,1,215.63,120ZM128,215.89c-18.73-20.27-30.09-49-31.77-79.89h63.54C158.09,166.87,146.73,195.62,128,215.89ZM96.23,120c1.68-30.87,13-59.62,31.77-79.89,18.73,20.27,30.09,49,31.77,79.89Zm9.09-77C90.47,64.53,81.61,91.54,80.2,120H40.37A88.2,88.2,0,0,1,105.32,43ZM40.37,136H80.2c1.41,28.46,10.27,55.47,25.12,77A88.2,88.2,0,0,1,40.37,136Zm110.31,77c14.85-21.56,23.71-48.57,25.12-77h39.83A88.2,88.2,0,0,1,150.68,213Z\"})});}var CaretType;(function(CaretType){CaretType[\"Default\"]=\"default\";CaretType[\"Custom\"]=\"custom\";})(CaretType||(CaretType={}));function Caret({type,color,image,size}){if(type===\"custom\"&&image){return /*#__PURE__*/_jsx(\"img\",{...image,width:size,height:size});}return /*#__PURE__*/_jsx(\"svg\",{xmlns:\"http://www.w3.org/2000/svg\",viewBox:\"0 0 12 12\",width:size,height:size,children:/*#__PURE__*/_jsx(\"path\",{d:\"M 2 4.5 L 6 8.5 L 10 4.5\",fill:\"none\",stroke:color,strokeWidth:1.5,strokeLinecap:\"round\",strokeLinejoin:\"round\"})});}/**\n * @framerSupportedLayoutWidth any-prefer-fixed\n * @framerSupportedLayoutHeight any\n * @framerDisableUnlink\n * @framerIntrinsicWidth 120\n * @framerIntrinsicHeight 34\n */const LocaleSelector=withCSS(({font,fillColor,textColor,icon,caret,options:{title,gap,border,hover,focus},style,...props})=>{const id=useId();const{activeLocale,locales,setLocale}=useLocaleInfo();var _activeLocale_id;const activeLocaleId=(_activeLocale_id=activeLocale===null||activeLocale===void 0?void 0:activeLocale.id)!==null&&_activeLocale_id!==void 0?_activeLocale_id:\"default\";const[lastActiveLocaleId,setLastActiveLocaleId]=useState(activeLocaleId);// The useLocaleInfo hook updates the activeLocale variable inside\n// a startTransition to load the translations with Suspense. To make\n// the component feel responsive we update our own state without Suspense.\nconst[selectedLocaleId,setSelectedLocaleId]=useState(activeLocaleId);const selectedLocale=locales.find(locale=>locale.id===selectedLocaleId);// The active locale was updated. Ensure we update our internal state as well.\nif(lastActiveLocaleId!==activeLocaleId){setLastActiveLocaleId(activeLocaleId);if(selectedLocaleId!==activeLocaleId){setSelectedLocaleId(activeLocaleId);}}function handleChange(event){const localeId=event.target.value;setSelectedLocaleId(localeId);const locale=locales.find(locale=>locale.id===localeId);setLocale(locale);}var _selectedLocale_name;return /*#__PURE__*/_jsxs(\"div\",{className:className,style:style,children:[/*#__PURE__*/_jsx(\"label\",{htmlFor:id,children:\"Select Language\"}),/*#__PURE__*/_jsx(\"select\",{id:id,value:selectedLocaleId,onChange:handleChange,// If a navigation occurs from switching locales\n// the browser can attempt to autofill the select to the last value\n// when you use browser back navigation. We don't want that.\nautoComplete:\"off\",children:locales.map(locale=>/*#__PURE__*/_jsx(\"option\",{value:locale.id,children:locale.name},locale.id))}),/*#__PURE__*/_jsxs(\"div\",{className:\"input\",style:{...font,\"--framer-background-color\":fillColor,\"--framer-color\":textColor,...getPaddingStyle(props),...getRadiusStyle(props),...getBorderStyle(border),...getHoverStyle(hover),...getFocusStyle(focus),gap},children:[icon&&/*#__PURE__*/_jsx(\"div\",{className:\"icon\",children:/*#__PURE__*/_jsx(Icon,{...icon})}),title&&/*#__PURE__*/_jsx(\"div\",{className:\"title\",children:(_selectedLocale_name=selectedLocale===null||selectedLocale===void 0?void 0:selectedLocale.name)!==null&&_selectedLocale_name!==void 0?_selectedLocale_name:\"English\"}),caret&&/*#__PURE__*/_jsx(\"div\",{className:\"caret\",children:/*#__PURE__*/_jsx(Caret,{...caret})})]})]});},[`\n            .${className} {\n                position: relative;\n            }\n        `,`\n            .${className} label {\n                position: absolute;\n                width: 1px;\n                height: 1px;\n                margin: -1px;\n                overflow: hidden;\n                white-space: nowrap;\n                clip: rect(0 0 0 0);\n                clip-path: inset(50%);\n            }\n        `,`\n            .${className} select {\n                appearance: none;\n                position: absolute;\n                opacity: 0;\n                top: 0;\n                right: 0;\n                bottom: 0;\n                left: 0;\n                cursor: inherit;\n                width: 100%;\n            }\n        `,`\n            .${className} .input {\n                display: flex;\n                justify-content: center;\n                align-items: center;\n                height: 100%;\n                pointer-events: none;\n                overflow: hidden;\n                background-color: var(--framer-background-color);\n                color: var(--framer-color);\n                border-color: var(--framer-border-color);\n            }\n        `,`\n            .${className} select:focus-visible + .input  {\n                outline: var(--framer-focus-outline, none);\n                outline-offset: var(--framer-focus-outline-offset);\n            }\n        `,`\n            .${className}:hover .input {\n                background-color: var(--framer-hover-background-color, var(--framer-background-color));\n                color: var(--framer-hover-color, var(--framer-color));\n                border-color: var(--framer-hover-border-color, var(--framer-border-color));\n            }\n        `,`\n            .${className} .title {\n                flex: 1 1 auto;\n                white-space: nowrap;\n                text-overflow: ellipsis;\n                overflow: hidden;\n            }\n        `,`\n            .${className} .icon, .${className} .caret {\n                display: flex;\n                align-items: center;\n            }\n        `]);LocaleSelector.displayName=\"Locale Selector\";addPropertyControls(LocaleSelector,{font:{// @ts-ignore\ntype:ControlType.Font,controls:\"extended\",defaultFontType:\"sans-serif\",defaultValue:{fontSize:14,lineHeight:\"1.5em\"}},fillColor:{type:ControlType.Color,title:\"Fill\",optional:true,defaultValue:\"#eee\"},textColor:{type:ControlType.Color,title:\"Text\",defaultValue:\"#000\"},...paddingControls,...radiusControls,icon:{type:ControlType.Object,buttonTitle:\"Size, Color\",optional:true,controls:{type:{type:ControlType.Enum,title:\"Icon\",options:Object.values(IconType),optionTitles:[\"Default\",\"Custom\"],displaySegmentedControl:true,defaultValue:\"default\"},color:{type:ControlType.Color,displaySegmentedControl:true,defaultValue:\"#000\",hidden:props=>props.type!==\"default\"},image:{type:ControlType.ResponsiveImage,title:\"File\",allowedFileTypes:[\"jpg\",\"png\",\"svg\"],hidden:props=>props.type!==\"custom\"},size:{type:ControlType.Number,displayStepper:true,defaultValue:18}}},caret:{type:ControlType.Object,buttonTitle:\"Size, Color\",optional:true,controls:{type:{type:ControlType.Enum,title:\"Icon\",options:Object.values(CaretType),optionTitles:[\"Default\",\"Custom\"],displaySegmentedControl:true,defaultValue:\"default\"},color:{type:ControlType.Color,displaySegmentedControl:true,defaultValue:\"#000\",hidden:props=>props.type!==\"default\"},image:{type:ControlType.ResponsiveImage,title:\"File\",allowedFileTypes:[\"jpg\",\"png\",\"svg\"],hidden:props=>props.type!==\"custom\"},size:{type:ControlType.Number,displayStepper:true,defaultValue:12}},defaultValue:{}},options:{type:ControlType.Object,title:\"Options\",buttonTitle:\"Border, Hover\",controls:{title:{type:ControlType.Boolean,defaultValue:true},gap:{type:ControlType.Number,displayStepper:true,defaultValue:5},border:{type:ControlType.Object,buttonTitle:\"Color, Width\",optional:true,controls:borderControls},hover:{type:ControlType.Object,buttonTitle:\"Fill, Border\",optional:true,controls:hoverControls},focus:{type:ControlType.Object,buttonTitle:\"Color, Width\",controls:focusControls}}}});export default LocaleSelector;\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"LocaleSelector\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutWidth\":\"any-prefer-fixed\",\"framerSupportedLayoutHeight\":\"any\",\"framerDisableUnlink\":\"* @framerIntrinsicWidth 120\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"34\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./LocaleSelector.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{Children,useEffect,useState,useRef,useMemo,createRef,useCallback,cloneElement}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{useAnimationFrame,useReducedMotion,LayoutGroup,useInView,useMotionValue,useTransform,motion,wrap,frame}from\"framer-motion\";import{resize}from\"@motionone/dom\";const MAX_DUPLICATED_ITEMS=100;const directionTransformers={left:offset=>`translateX(-${offset}px)`,right:offset=>`translateX(${offset}px)`,top:offset=>`translateY(-${offset}px)`,bottom:offset=>`translateY(${offset}px)`};const supportsAcceleratedAnimations=typeof Animation!==\"undefined\"&&typeof Animation.prototype.updatePlaybackRate===\"function\";/**\n *\n * @framerIntrinsicWidth 400\n * @framerIntrinsicHeight 200\n *\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */export default function Ticker(props){/* Props */let{slots,gap,padding,paddingPerSide,paddingTop,paddingRight,paddingBottom,paddingLeft,speed,hoverFactor,direction,alignment,sizingOptions,fadeOptions,style}=props;const{fadeContent,overflow,fadeWidth,fadeInset,fadeAlpha}=fadeOptions;const{widthType,heightType}=sizingOptions;const paddingValue=paddingPerSide?`${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px`:`${padding}px`;/* Checks */const isCanvas=RenderTarget.current()===RenderTarget.canvas;const numChildren=Children.count(slots);const hasChildren=numChildren>0;if(direction===true){direction=\"left\";}const isHorizontal=direction===\"left\"||direction===\"right\";const offset=useMotionValue(0);const transformer=directionTransformers[direction];const transform=useTransform(offset,transformer);/* Refs and State */const parentRef=useRef(null);const childrenRef=useMemo(()=>{return[/*#__PURE__*/createRef(),/*#__PURE__*/createRef()];},[]);const[size,setSize]=useState({parent:null,children:null});/* Arrays */let clonedChildren=[];let dupedChildren=[];/* Duplicate value */let duplicateBy=0;let opacity=0;if(isCanvas){duplicateBy=numChildren?Math.floor(10/numChildren):0;opacity=1;}if(!isCanvas&&hasChildren&&size.parent){duplicateBy=Math.round(size.parent/size.children*2)+1;duplicateBy=Math.min(duplicateBy,MAX_DUPLICATED_ITEMS);opacity=1;}/* Measure parent and child */const measure=useCallback(()=>{if(hasChildren&&parentRef.current){const parentLength=isHorizontal?parentRef.current.offsetWidth:parentRef.current.offsetHeight;const start=childrenRef[0].current?isHorizontal?childrenRef[0].current.offsetLeft:childrenRef[0].current.offsetTop:0;const end=childrenRef[1].current?isHorizontal?childrenRef[1].current.offsetLeft+childrenRef[1].current.offsetWidth:childrenRef[1].current.offsetTop+childrenRef[1].current.offsetHeight:0;const childrenLength=end-start+gap;setSize({parent:parentLength,children:childrenLength});}},[]);const childrenStyles=isCanvas?{contentVisibility:\"auto\"}:{};/* Add refs to first and last child */if(hasChildren){// TODO: These conditional hooks will be unsafe if hasChildren ever changes outside the canvas.\nif(!isCanvas){/**\n             * Track whether this is the initial resize event. By default this will fire on mount,\n             * which we do in the useEffect. We should only fire it on subsequent resizes.\n             */let initialResize=useRef(true);useEffect(()=>{frame.read(measure);return resize(parentRef.current,({contentSize})=>{if(!initialResize.current&&(contentSize.width||contentSize.height)){frame.read(measure);}initialResize.current=false;});},[]);}clonedChildren=Children.map(slots,(child,index)=>{var _child_props,_child_props1,_child_props2,_child_props3;let ref;if(index===0){ref=childrenRef[0];}if(index===slots.length-1){ref=childrenRef[1];}const size={width:widthType?(_child_props=child.props)===null||_child_props===void 0?void 0:_child_props.width:\"100%\",height:heightType?(_child_props1=child.props)===null||_child_props1===void 0?void 0:_child_props1.height:\"100%\"};return /*#__PURE__*/_jsx(LayoutGroup,{inherit:\"id\",children:/*#__PURE__*/_jsx(\"li\",{ref:ref,style:size,children:/*#__PURE__*/cloneElement(child,{style:{...(_child_props2=child.props)===null||_child_props2===void 0?void 0:_child_props2.style,...size,flexShrink:0,...childrenStyles},layoutId:child.props.layoutId?child.props.layoutId+\"-original-\"+index:undefined},(_child_props3=child.props)===null||_child_props3===void 0?void 0:_child_props3.children)})});});}if(!isCanvas){for(let i=0;i<duplicateBy;i++){dupedChildren=[...dupedChildren,...Children.map(slots,(child,childIndex)=>{var _child_props,_child_props1,_child_props2,_child_props3,_child_props4,_child_props5;const size={width:widthType?(_child_props=child.props)===null||_child_props===void 0?void 0:_child_props.width:\"100%\",height:heightType?(_child_props1=child.props)===null||_child_props1===void 0?void 0:_child_props1.height:\"100%\"};return /*#__PURE__*/_jsx(LayoutGroup,{inherit:\"id\",children:/*#__PURE__*/_jsx(\"li\",{style:size,\"aria-hidden\":true,children:/*#__PURE__*/cloneElement(child,{key:i+\" \"+childIndex,style:{...(_child_props2=child.props)===null||_child_props2===void 0?void 0:_child_props2.style,width:widthType?(_child_props3=child.props)===null||_child_props3===void 0?void 0:_child_props3.width:\"100%\",height:heightType?(_child_props4=child.props)===null||_child_props4===void 0?void 0:_child_props4.height:\"100%\",flexShrink:0,...childrenStyles},layoutId:child.props.layoutId?child.props.layoutId+\"-dupe-\"+i:undefined},(_child_props5=child.props)===null||_child_props5===void 0?void 0:_child_props5.children)},i+\"li\"+childIndex)},i+\"lg\"+childIndex);})];}}const animateToValue=size.children+size.children*Math.round(size.parent/size.children);const initialTime=useRef(null);const prevTime=useRef(null);const xOrY=useRef(0);const isHover=useRef(false);const isReducedMotion=useReducedMotion();const listRef=useRef(null);const animationRef=useRef(null);/**\n     * Setup animations\n     */if(!isCanvas){const isInView=useInView(parentRef);/**\n         * If this is an animation we can hardware accelerate, animate with WAAPI\n         */if(supportsAcceleratedAnimations){useEffect(()=>{if(isReducedMotion||!animateToValue||!speed){return;}animationRef.current=listRef.current.animate({transform:[transformer(0),transformer(animateToValue)]},{duration:Math.abs(animateToValue)/speed*1e3,iterations:Infinity,easing:\"linear\"});return()=>animationRef.current.cancel();},[hoverFactor,animateToValue,speed]);}else{/**\n             * If we can't accelerate this animation because we have a hoverFactor defined\n             * animate with a rAF loop.\n             */useAnimationFrame(t=>{if(!animateToValue||isReducedMotion||supportsAcceleratedAnimations){return;}/**\n                 * In case this animation is delayed from starting because we're running a bunch\n                 * of other work, we want to set an initial time rather than counting from 0.\n                 * That ensures that if the animation is delayed, it starts from the first frame\n                 * rather than jumping.\n                 */if(initialTime.current===null){initialTime.current=t;}t=t-initialTime.current;const timeSince=prevTime.current===null?0:t-prevTime.current;let delta=timeSince*(speed/1e3);if(isHover.current){delta*=hoverFactor;}xOrY.current+=delta;xOrY.current=wrap(0,animateToValue,xOrY.current);prevTime.current=t;if(!isInView)return;offset.set(xOrY.current);});}}/* Fades */const fadeDirection=isHorizontal?\"to right\":\"to bottom\";const fadeWidthStart=fadeWidth/2;const fadeWidthEnd=100-fadeWidth/2;const fadeInsetStart=clamp(fadeInset,0,fadeWidthStart);const fadeInsetEnd=100-fadeInset;const fadeMask=`linear-gradient(${fadeDirection}, rgba(0, 0, 0, ${fadeAlpha}) ${fadeInsetStart}%, rgba(0, 0, 0, 1) ${fadeWidthStart}%, rgba(0, 0, 0, 1) ${fadeWidthEnd}%, rgba(0, 0, 0, ${fadeAlpha}) ${fadeInsetEnd}%)`;/* Empty state */if(!hasChildren){return /*#__PURE__*/_jsxs(\"section\",{style:placeholderStyles,children:[/*#__PURE__*/_jsx(\"div\",{style:emojiStyles,children:\"\u2728\"}),/*#__PURE__*/_jsx(\"p\",{style:titleStyles,children:\"Connect to Content\"}),/*#__PURE__*/_jsx(\"p\",{style:subtitleStyles,children:\"Add layers or components to infinitely loop on your page.\"})]});}return /*#__PURE__*/_jsx(\"section\",{style:{...containerStyle,opacity:opacity,WebkitMaskImage:fadeContent?fadeMask:undefined,MozMaskImage:fadeContent?fadeMask:undefined,maskImage:fadeContent?fadeMask:undefined,overflow:overflow?\"visible\":\"hidden\",padding:paddingValue},ref:parentRef,children:/*#__PURE__*/_jsxs(motion.ul,{ref:listRef,style:{...containerStyle,gap:gap,top:direction===\"bottom\"&&isValidNumber(animateToValue)?-animateToValue:undefined,left:direction===\"right\"&&isValidNumber(animateToValue)?-animateToValue:undefined,placeItems:alignment,position:\"relative\",flexDirection:isHorizontal?\"row\":\"column\",...style,transform:supportsAcceleratedAnimations?undefined:transform,willChange:isCanvas?\"auto\":\"transform\"},onMouseEnter:()=>{isHover.current=true;if(animationRef.current){animationRef.current.updatePlaybackRate(hoverFactor);}},onMouseLeave:()=>{isHover.current=false;if(animationRef.current){animationRef.current.updatePlaybackRate(1);}},children:[clonedChildren,dupedChildren]})});}/* Default Properties */Ticker.defaultProps={gap:10,padding:10,sizingOptions:{widthType:true,heightType:true},fadeOptions:{fadeContent:true,overflow:false,fadeWidth:25,fadeAlpha:0,fadeInset:0},direction:true};/* Property Controls */addPropertyControls(Ticker,{slots:{type:ControlType.Array,title:\"Children\",control:{type:ControlType.ComponentInstance}},speed:{type:ControlType.Number,title:\"Speed\",min:0,max:1e3,defaultValue:100,unit:\"%\",displayStepper:true,step:5},direction:{type:ControlType.Enum,title:\"Direction\",options:[\"left\",\"right\",\"top\",\"bottom\"],optionIcons:[\"direction-left\",\"direction-right\",\"direction-up\",\"direction-down\"],optionTitles:[\"Left\",\"Right\",\"Top\",\"Bottom\"],defaultValue:\"left\",displaySegmentedControl:true},alignment:{type:ControlType.Enum,title:\"Align\",options:[\"flex-start\",\"center\",\"flex-end\"],optionIcons:{direction:{right:[\"align-top\",\"align-middle\",\"align-bottom\"],left:[\"align-top\",\"align-middle\",\"align-bottom\"],top:[\"align-left\",\"align-center\",\"align-right\"],bottom:[\"align-left\",\"align-center\",\"align-right\"]}},defaultValue:\"center\",displaySegmentedControl:true},gap:{type:ControlType.Number,title:\"Gap\"},padding:{title:\"Padding\",type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},sizingOptions:{type:ControlType.Object,title:\"Sizing\",controls:{widthType:{type:ControlType.Boolean,title:\"Width\",enabledTitle:\"Auto\",disabledTitle:\"Stretch\",defaultValue:true},heightType:{type:ControlType.Boolean,title:\"Height\",enabledTitle:\"Auto\",disabledTitle:\"Stretch\",defaultValue:true}}},fadeOptions:{type:ControlType.Object,title:\"Clipping\",controls:{fadeContent:{type:ControlType.Boolean,title:\"Fade\",defaultValue:true},overflow:{type:ControlType.Boolean,title:\"Overflow\",enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:false,hidden(props){return props.fadeContent===true;}},fadeWidth:{type:ControlType.Number,title:\"Width\",defaultValue:25,min:0,max:100,unit:\"%\",hidden(props){return props.fadeContent===false;}},fadeInset:{type:ControlType.Number,title:\"Inset\",defaultValue:0,min:0,max:100,unit:\"%\",hidden(props){return props.fadeContent===false;}},fadeAlpha:{type:ControlType.Number,title:\"Opacity\",defaultValue:0,min:0,max:1,step:.05,hidden(props){return props.fadeContent===false;}}}},hoverFactor:{type:ControlType.Number,title:\"Hover\",min:0,max:1,unit:\"x\",defaultValue:1,step:.1,displayStepper:true,description:\"Slows down the speed while you are hovering.\"}});/* Placeholder Styles */const containerStyle={display:\"flex\",width:\"100%\",height:\"100%\",maxWidth:\"100%\",maxHeight:\"100%\",placeItems:\"center\",margin:0,padding:0,listStyleType:\"none\",textIndent:\"none\"};/* Styles */const placeholderStyles={display:\"flex\",width:\"100%\",height:\"100%\",placeContent:\"center\",placeItems:\"center\",flexDirection:\"column\",color:\"#96F\",background:\"rgba(136, 85, 255, 0.1)\",fontSize:11,overflow:\"hidden\",padding:\"20px 20px 30px 20px\"};const emojiStyles={fontSize:32,marginBottom:10};const titleStyles={margin:0,marginBottom:10,fontWeight:600,textAlign:\"center\"};const subtitleStyles={margin:0,opacity:.7,maxWidth:150,lineHeight:1.5,textAlign:\"center\"};/* Clamp function, used for fadeInset */const clamp=(num,min,max)=>Math.min(Math.max(num,min),max);const isValidNumber=value=>typeof value===\"number\"&&!isNaN(value);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Ticker\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"200\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerDisableUnlink\":\"*\",\"framerIntrinsicWidth\":\"400\",\"framerSupportedLayoutWidth\":\"fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Ticker.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{Children,useEffect,useState,useRef,useMemo,createRef,useCallback,cloneElement}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{useAnimationFrame,useReducedMotion,LayoutGroup,useInView,useMotionValue,useTransform,motion,wrap,frame}from\"framer-motion\";import{resize}from\"@motionone/dom\";const MAX_DUPLICATED_ITEMS=100;const directionTransformers={left:offset=>`translateX(-${offset}px)`,right:offset=>`translateX(${offset}px)`,top:offset=>`translateY(-${offset}px)`,bottom:offset=>`translateY(${offset}px)`};const supportsAcceleratedAnimations=typeof Animation!==\"undefined\"&&typeof Animation.prototype.updatePlaybackRate===\"function\";/**\n *\n * @framerIntrinsicWidth 400\n * @framerIntrinsicHeight 200\n *\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */export default function Ticker(props){/* Props */let{slots,gap,padding,paddingPerSide,paddingTop,paddingRight,paddingBottom,paddingLeft,speed,hoverFactor,direction,alignment,sizingOptions,fadeOptions,style}=props;const{fadeContent,overflow,fadeWidth,fadeInset,fadeAlpha}=fadeOptions;const{widthType,heightType}=sizingOptions;const paddingValue=paddingPerSide?`${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px`:`${padding}px`;/* Checks */const isCanvas=RenderTarget.current()===RenderTarget.canvas;const numChildren=Children.count(slots);const hasChildren=numChildren>0;if(direction===true){direction=\"left\";}const isHorizontal=direction===\"left\"||direction===\"right\";const offset=useMotionValue(0);const transformer=directionTransformers[direction];const transform=useTransform(offset,transformer);/* Refs and State */const parentRef=useRef(null);const childrenRef=useMemo(()=>{return[/*#__PURE__*/createRef(),/*#__PURE__*/createRef()];},[]);const[size,setSize]=useState({parent:null,children:null});/* Arrays */let clonedChildren=[];let dupedChildren=[];/* Duplicate value */let duplicateBy=0;let opacity=0;if(isCanvas){duplicateBy=numChildren?Math.floor(10/numChildren):0;opacity=1;}if(!isCanvas&&hasChildren&&size.parent){duplicateBy=Math.round(size.parent/size.children*2)+1;duplicateBy=Math.min(duplicateBy,MAX_DUPLICATED_ITEMS);opacity=1;}/* Measure parent and child */const measure=useCallback(()=>{if(hasChildren&&parentRef.current){const parentLength=isHorizontal?parentRef.current.offsetWidth:parentRef.current.offsetHeight;const start=childrenRef[0].current?isHorizontal?childrenRef[0].current.offsetLeft:childrenRef[0].current.offsetTop:0;const end=childrenRef[1].current?isHorizontal?childrenRef[1].current.offsetLeft+childrenRef[1].current.offsetWidth:childrenRef[1].current.offsetTop+childrenRef[1].current.offsetHeight:0;const childrenLength=end-start+gap;setSize({parent:parentLength,children:childrenLength});}},[]);const childrenStyles=isCanvas?{contentVisibility:\"auto\"}:{};/* Add refs to first and last child */if(hasChildren){// TODO: These conditional hooks will be unsafe if hasChildren ever changes outside the canvas.\nif(!isCanvas){/**\n             * Track whether this is the initial resize event. By default this will fire on mount,\n             * which we do in the useEffect. We should only fire it on subsequent resizes.\n             */let initialResize=useRef(true);useEffect(()=>{frame.read(measure);return resize(parentRef.current,({contentSize})=>{if(!initialResize.current&&(contentSize.width||contentSize.height)){frame.read(measure);}initialResize.current=false;});},[]);}clonedChildren=Children.map(slots,(child,index)=>{var _child_props,_child_props1,_child_props2,_child_props3;let ref;if(index===0){ref=childrenRef[0];}if(index===slots.length-1){ref=childrenRef[1];}const size={width:widthType?(_child_props=child.props)===null||_child_props===void 0?void 0:_child_props.width:\"100%\",height:heightType?(_child_props1=child.props)===null||_child_props1===void 0?void 0:_child_props1.height:\"100%\"};return /*#__PURE__*/_jsx(LayoutGroup,{inherit:\"id\",children:/*#__PURE__*/_jsx(\"li\",{ref:ref,style:size,children:/*#__PURE__*/cloneElement(child,{style:{...(_child_props2=child.props)===null||_child_props2===void 0?void 0:_child_props2.style,...size,flexShrink:0,...childrenStyles},layoutId:child.props.layoutId?child.props.layoutId+\"-original-\"+index:undefined},(_child_props3=child.props)===null||_child_props3===void 0?void 0:_child_props3.children)})});});}if(!isCanvas){for(let i=0;i<duplicateBy;i++){dupedChildren=[...dupedChildren,...Children.map(slots,(child,childIndex)=>{var _child_props,_child_props1,_child_props2,_child_props3,_child_props4,_child_props5;const size={width:widthType?(_child_props=child.props)===null||_child_props===void 0?void 0:_child_props.width:\"100%\",height:heightType?(_child_props1=child.props)===null||_child_props1===void 0?void 0:_child_props1.height:\"100%\"};return /*#__PURE__*/_jsx(LayoutGroup,{inherit:\"id\",children:/*#__PURE__*/_jsx(\"li\",{style:size,\"aria-hidden\":true,children:/*#__PURE__*/cloneElement(child,{key:i+\" \"+childIndex,style:{...(_child_props2=child.props)===null||_child_props2===void 0?void 0:_child_props2.style,width:widthType?(_child_props3=child.props)===null||_child_props3===void 0?void 0:_child_props3.width:\"100%\",height:heightType?(_child_props4=child.props)===null||_child_props4===void 0?void 0:_child_props4.height:\"100%\",flexShrink:0,...childrenStyles},layoutId:child.props.layoutId?child.props.layoutId+\"-dupe-\"+i:undefined},(_child_props5=child.props)===null||_child_props5===void 0?void 0:_child_props5.children)},i+\"li\"+childIndex)},i+\"lg\"+childIndex);})];}}const animateToValue=size.children+size.children*Math.round(size.parent/size.children);const initialTime=useRef(null);const prevTime=useRef(null);const xOrY=useRef(0);const isHover=useRef(false);const isReducedMotion=useReducedMotion();const listRef=useRef(null);const animationRef=useRef(null);/**\n     * Setup animations\n     */if(!isCanvas){const isInView=useInView(parentRef);/**\n         * If this is an animation we can hardware accelerate, animate with WAAPI\n         */if(supportsAcceleratedAnimations){useEffect(()=>{if(isReducedMotion||!animateToValue||!speed){return;}animationRef.current=listRef.current.animate({transform:[transformer(0),transformer(animateToValue)]},{duration:Math.abs(animateToValue)/speed*1e3,iterations:Infinity,easing:\"linear\"});return()=>animationRef.current.cancel();},[hoverFactor,animateToValue,speed]);}else{/**\n             * If we can't accelerate this animation because we have a hoverFactor defined\n             * animate with a rAF loop.\n             */useAnimationFrame(t=>{if(!animateToValue||isReducedMotion||supportsAcceleratedAnimations){return;}/**\n                 * In case this animation is delayed from starting because we're running a bunch\n                 * of other work, we want to set an initial time rather than counting from 0.\n                 * That ensures that if the animation is delayed, it starts from the first frame\n                 * rather than jumping.\n                 */if(initialTime.current===null){initialTime.current=t;}t=t-initialTime.current;const timeSince=prevTime.current===null?0:t-prevTime.current;let delta=timeSince*(speed/1e3);if(isHover.current){delta*=hoverFactor;}xOrY.current+=delta;xOrY.current=wrap(0,animateToValue,xOrY.current);prevTime.current=t;if(!isInView)return;offset.set(xOrY.current);});}}/* Fades */const fadeDirection=isHorizontal?\"to right\":\"to bottom\";const fadeWidthStart=fadeWidth/2;const fadeWidthEnd=100-fadeWidth/2;const fadeInsetStart=clamp(fadeInset,0,fadeWidthStart);const fadeInsetEnd=100-fadeInset;const fadeMask=`linear-gradient(${fadeDirection}, rgba(0, 0, 0, ${fadeAlpha}) ${fadeInsetStart}%, rgba(0, 0, 0, 1) ${fadeWidthStart}%, rgba(0, 0, 0, 1) ${fadeWidthEnd}%, rgba(0, 0, 0, ${fadeAlpha}) ${fadeInsetEnd}%)`;/* Empty state */if(!hasChildren){return /*#__PURE__*/_jsxs(\"section\",{style:placeholderStyles,children:[/*#__PURE__*/_jsx(\"div\",{style:emojiStyles,children:\"\u2728\"}),/*#__PURE__*/_jsx(\"p\",{style:titleStyles,children:\"Connect to Content\"}),/*#__PURE__*/_jsx(\"p\",{style:subtitleStyles,children:\"Add layers or components to infinitely loop on your page.\"})]});}return /*#__PURE__*/_jsx(\"section\",{style:{...containerStyle,opacity:opacity,WebkitMaskImage:fadeContent?fadeMask:undefined,MozMaskImage:fadeContent?fadeMask:undefined,maskImage:fadeContent?fadeMask:undefined,overflow:overflow?\"visible\":\"hidden\",padding:paddingValue},ref:parentRef,children:/*#__PURE__*/_jsxs(motion.ul,{ref:listRef,style:{...containerStyle,gap:gap,top:direction===\"bottom\"&&isValidNumber(animateToValue)?-animateToValue:undefined,left:direction===\"right\"&&isValidNumber(animateToValue)?-animateToValue:undefined,placeItems:alignment,position:\"relative\",flexDirection:isHorizontal?\"row\":\"column\",...style,transform:supportsAcceleratedAnimations?undefined:transform,willChange:isCanvas?\"auto\":\"transform\"},onMouseEnter:()=>{isHover.current=true;if(animationRef.current){// TODO Replace with updatePlaybackRate when Chrome bugs sorted\nanimationRef.current.playbackRate=hoverFactor;}},onMouseLeave:()=>{isHover.current=false;if(animationRef.current){// TODO Replace with updatePlaybackRate when Chrome bugs sorted\nanimationRef.current.playbackRate=1;}},children:[clonedChildren,dupedChildren]})});}/* Default Properties */Ticker.defaultProps={gap:10,padding:10,sizingOptions:{widthType:true,heightType:true},fadeOptions:{fadeContent:true,overflow:false,fadeWidth:25,fadeAlpha:0,fadeInset:0},direction:true};/* Property Controls */addPropertyControls(Ticker,{slots:{type:ControlType.Array,title:\"Children\",control:{type:ControlType.ComponentInstance}},speed:{type:ControlType.Number,title:\"Speed\",min:0,max:1e3,defaultValue:100,unit:\"%\",displayStepper:true,step:5},direction:{type:ControlType.Enum,title:\"Direction\",options:[\"left\",\"right\",\"top\",\"bottom\"],optionIcons:[\"direction-left\",\"direction-right\",\"direction-up\",\"direction-down\"],optionTitles:[\"Left\",\"Right\",\"Top\",\"Bottom\"],defaultValue:\"left\",displaySegmentedControl:true},alignment:{type:ControlType.Enum,title:\"Align\",options:[\"flex-start\",\"center\",\"flex-end\"],optionIcons:{direction:{right:[\"align-top\",\"align-middle\",\"align-bottom\"],left:[\"align-top\",\"align-middle\",\"align-bottom\"],top:[\"align-left\",\"align-center\",\"align-right\"],bottom:[\"align-left\",\"align-center\",\"align-right\"]}},defaultValue:\"center\",displaySegmentedControl:true},gap:{type:ControlType.Number,title:\"Gap\"},padding:{title:\"Padding\",type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},sizingOptions:{type:ControlType.Object,title:\"Sizing\",controls:{widthType:{type:ControlType.Boolean,title:\"Width\",enabledTitle:\"Auto\",disabledTitle:\"Stretch\",defaultValue:true},heightType:{type:ControlType.Boolean,title:\"Height\",enabledTitle:\"Auto\",disabledTitle:\"Stretch\",defaultValue:true}}},fadeOptions:{type:ControlType.Object,title:\"Clipping\",controls:{fadeContent:{type:ControlType.Boolean,title:\"Fade\",defaultValue:true},overflow:{type:ControlType.Boolean,title:\"Overflow\",enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:false,hidden(props){return props.fadeContent===true;}},fadeWidth:{type:ControlType.Number,title:\"Width\",defaultValue:25,min:0,max:100,unit:\"%\",hidden(props){return props.fadeContent===false;}},fadeInset:{type:ControlType.Number,title:\"Inset\",defaultValue:0,min:0,max:100,unit:\"%\",hidden(props){return props.fadeContent===false;}},fadeAlpha:{type:ControlType.Number,title:\"Opacity\",defaultValue:0,min:0,max:1,step:.05,hidden(props){return props.fadeContent===false;}}}},hoverFactor:{type:ControlType.Number,title:\"Hover\",min:0,max:1,unit:\"x\",defaultValue:1,step:.1,displayStepper:true,description:\"Slows down the speed while you are hovering.\"}});/* Placeholder Styles */const containerStyle={display:\"flex\",width:\"100%\",height:\"100%\",maxWidth:\"100%\",maxHeight:\"100%\",placeItems:\"center\",margin:0,padding:0,listStyleType:\"none\",textIndent:\"none\"};/* Styles */const placeholderStyles={display:\"flex\",width:\"100%\",height:\"100%\",placeContent:\"center\",placeItems:\"center\",flexDirection:\"column\",color:\"#96F\",background:\"rgba(136, 85, 255, 0.1)\",fontSize:11,overflow:\"hidden\",padding:\"20px 20px 30px 20px\"};const emojiStyles={fontSize:32,marginBottom:10};const titleStyles={margin:0,marginBottom:10,fontWeight:600,textAlign:\"center\"};const subtitleStyles={margin:0,opacity:.7,maxWidth:150,lineHeight:1.5,textAlign:\"center\"};/* Clamp function, used for fadeInset */const clamp=(num,min,max)=>Math.min(Math.max(num,min),max);const isValidNumber=value=>typeof value===\"number\"&&!isNaN(value);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Ticker\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerDisableUnlink\":\"*\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerIntrinsicHeight\":\"200\",\"framerIntrinsicWidth\":\"400\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Ticker.map", "// Generated by Framer (575e68f)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,RichText,SVG,useActiveVariantCallback,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/UUy1GWy0k76piARye5Zy/qKzIMjqbXSrvYTRSYlo9/nlO5fUpAe.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/wSrovLz4MXvoHiwmnnoD/SqszDe1awRLZjwwu4CW2/OiWpyG0s9.js\";const cycleOrder=[\"RiwFBdmlg\",\"wGXy96uln\",\"sOu_ht3zh\",\"AsiZl020m\",\"DETzuJ7kl\"];const serializationHash=\"framer-8zBTe\";const variantClassNames={AsiZl020m:\"framer-v-1bnyrsb\",DETzuJ7kl:\"framer-v-b5l9u1\",RiwFBdmlg:\"framer-v-1kz0dh6\",sOu_ht3zh:\"framer-v-yh8o79\",wGXy96uln:\"framer-v-173uqqm\"};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 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(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"RiwFBdmlg\",\"Variant 2\":\"wGXy96uln\",\"Variant 3\":\"sOu_ht3zh\",\"Variant 4\":\"AsiZl020m\",\"Variant 5\":\"DETzuJ7kl\"};const getProps=({h1,h2,h3,h4,height,id,t1,t2,t3,t4,width,...props})=>{var _ref,_ref1,_ref2,_ref3,_ref4,_ref5,_humanReadableVariantMap_props_variant,_ref6,_ref7,_ref8;return{...props,aYwUrk7Uf:(_ref=h2!==null&&h2!==void 0?h2:props.aYwUrk7Uf)!==null&&_ref!==void 0?_ref:\"Workshopmoderation\",EnyPg64ox:(_ref1=t4!==null&&t4!==void 0?t4:props.EnyPg64ox)!==null&&_ref1!==void 0?_ref1:\"Braucht ihr eine Auszeit vom Arbeitsalltag, plant Teambuilding, ein grundlegendes Gespr\\xe4ch zur Zusammenarbeit oder m\\xfcsst konfliktreiche Themen moderieren? Ich leite euch durch diesen Tag.\",IMRX6L4Uc:(_ref2=t1!==null&&t1!==void 0?t1:props.IMRX6L4Uc)!==null&&_ref2!==void 0?_ref2:\"Braucht ihr eine Auszeit vom Arbeitsalltag, plant Teambuilding, ein grundlegendes Gespr\\xe4ch zur Zusammenarbeit oder m\\xfcsst konfliktreiche Themen moderieren? Ich leite euch durch diesen Tag.\",jURhNZwtA:(_ref3=h3!==null&&h3!==void 0?h3:props.jURhNZwtA)!==null&&_ref3!==void 0?_ref3:\"Workshopmoderation\",mUOFNYump:(_ref4=t2!==null&&t2!==void 0?t2:props.mUOFNYump)!==null&&_ref4!==void 0?_ref4:\"Braucht ihr eine Auszeit vom Arbeitsalltag, plant Teambuilding, ein grundlegendes Gespr\\xe4ch zur Zusammenarbeit oder m\\xfcsst konfliktreiche Themen moderieren? Ich leite euch durch diesen Tag.\",Pv5AaTEDE:(_ref5=h1!==null&&h1!==void 0?h1:props.Pv5AaTEDE)!==null&&_ref5!==void 0?_ref5:\"Workshopmoderation\",variant:(_ref6=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref6!==void 0?_ref6:\"RiwFBdmlg\",W1GW4Cnyn:(_ref7=t3!==null&&t3!==void 0?t3:props.W1GW4Cnyn)!==null&&_ref7!==void 0?_ref7:\"Braucht ihr eine Auszeit vom Arbeitsalltag, plant Teambuilding, ein grundlegendes Gespr\\xe4ch zur Zusammenarbeit oder m\\xfcsst konfliktreiche Themen moderieren? Ich leite euch durch diesen Tag.\",YBFVvl4Rh:(_ref8=h4!==null&&h4!==void 0?h4:props.YBFVvl4Rh)!==null&&_ref8!==void 0?_ref8:\"Workshopmoderation\"};};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,Pv5AaTEDE,IMRX6L4Uc,aYwUrk7Uf,mUOFNYump,jURhNZwtA,W1GW4Cnyn,YBFVvl4Rh,EnyPg64ox,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"RiwFBdmlg\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap12t2035=activeVariantCallback(async(...args)=>{setVariant(\"wGXy96uln\");});const onTap1f13z3y=activeVariantCallback(async(...args)=>{setVariant(\"RiwFBdmlg\");});const onTap1xx2byq=activeVariantCallback(async(...args)=>{setVariant(\"sOu_ht3zh\");});const onTap1b24u1p=activeVariantCallback(async(...args)=>{setVariant(\"AsiZl020m\");});const onTapdu81sx=activeVariantCallback(async(...args)=>{setVariant(\"DETzuJ7kl\");});const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"DETzuJ7kl\")return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"AsiZl020m\")return false;return true;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.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__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1kz0dh6\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"RiwFBdmlg\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({AsiZl020m:{\"data-framer-name\":\"Variant 4\"},DETzuJ7kl:{\"data-framer-name\":\"Variant 5\"},sOu_ht3zh:{\"data-framer-name\":\"Variant 3\"},wGXy96uln:{\"data-framer-name\":\"Variant 2\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-sy2cdl\",\"data-framer-name\":\"Accordion\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"uFgSlHOCC\",onTap:onTap12t2035,style:{backgroundColor:\"var(--token-65fbfe46-34de-419e-99a4-fed3c6152688, rgb(232, 231, 223))\"},...addPropertyOverrides({wGXy96uln:{onTap:onTap1f13z3y}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1bba27n\",layoutDependency:layoutDependency,layoutId:\"JYV179KBr\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-1wy9682\",\"data-styles-preset\":\"nlO5fUpAe\",children:\"Workshopmoderation\"})}),className:\"framer-2kbkhy\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"TjNa01Lfl\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:Pv5AaTEDE,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1jly554\",\"data-framer-name\":\"arrowdown\",fill:'var(--token-65fbfe46-34de-419e-99a4-fed3c6152688, rgb(232, 231, 223)) /* {\"name\":\"mid light\"} */',intrinsicHeight:11,intrinsicWidth:19,layoutDependency:layoutDependency,layoutId:\"BUOBDU2Eu\",style:{rotate:0},svg:'<svg width=\"19\" height=\"11\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m1.5 1 8 8 8-8\" stroke=\"#131312\" stroke-width=\"2\"/></svg>',variants:{wGXy96uln:{rotate:180}},withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-16oax0g\",\"data-styles-preset\":\"OiWpyG0s9\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fd3c7e2d-00c7-43ff-b122-5235cd3a23ae, rgb(122, 121, 117)))\"},children:\"Braucht ihr eine Auszeit vom Arbeitsalltag, plant Teambuilding, ein grundlegendes Gespr\\xe4ch zur Zusammenarbeit oder m\\xfcsst konfliktreiche Themen moderieren? Ich leite euch durch diesen Tag.\"})}),className:\"framer-18m97sh\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"zE0URyVOV\",style:{\"--extracted-r6o4lv\":\"var(--token-fd3c7e2d-00c7-43ff-b122-5235cd3a23ae, rgb(122, 121, 117))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:0},text:IMRX6L4Uc,variants:{wGXy96uln:{opacity:1}},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-twnvwd\",\"data-framer-name\":\"Accordion\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"Fi7OmL3b7\",onTap:onTap1xx2byq,style:{backgroundColor:\"var(--token-65fbfe46-34de-419e-99a4-fed3c6152688, rgb(232, 231, 223))\"},...addPropertyOverrides({sOu_ht3zh:{onTap:onTap1f13z3y}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-79tg89\",layoutDependency:layoutDependency,layoutId:\"djyc3f1yD\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-1wy9682\",\"data-styles-preset\":\"nlO5fUpAe\",children:\"Workshopmoderation\"})}),className:\"framer-1dj8lm1\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"V1AB1uLud\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:aYwUrk7Uf,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1pynoki\",\"data-framer-name\":\"arrowdown\",fill:'var(--token-65fbfe46-34de-419e-99a4-fed3c6152688, rgb(232, 231, 223)) /* {\"name\":\"mid light\"} */',intrinsicHeight:11,intrinsicWidth:19,layoutDependency:layoutDependency,layoutId:\"jzsRbM7Tl\",style:{rotate:0},svg:'<svg width=\"19\" height=\"11\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m1.5 1 8 8 8-8\" stroke=\"#131312\" stroke-width=\"2\"/></svg>',variants:{sOu_ht3zh:{rotate:180}},withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-16oax0g\",\"data-styles-preset\":\"OiWpyG0s9\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fd3c7e2d-00c7-43ff-b122-5235cd3a23ae, rgb(122, 121, 117)))\"},children:\"Braucht ihr eine Auszeit vom Arbeitsalltag, plant Teambuilding, ein grundlegendes Gespr\\xe4ch zur Zusammenarbeit oder m\\xfcsst konfliktreiche Themen moderieren? Ich leite euch durch diesen Tag.\"})}),className:\"framer-1vmexnh\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"wSHNlk4PM\",style:{\"--extracted-r6o4lv\":\"var(--token-fd3c7e2d-00c7-43ff-b122-5235cd3a23ae, rgb(122, 121, 117))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:0},text:mUOFNYump,variants:{sOu_ht3zh:{opacity:1}},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1g6mivf\",\"data-framer-name\":\"Accordion\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"MTQZHvmMX\",onTap:onTap1b24u1p,style:{backgroundColor:\"var(--token-65fbfe46-34de-419e-99a4-fed3c6152688, rgb(232, 231, 223))\"},...addPropertyOverrides({AsiZl020m:{onTap:onTap1f13z3y},DETzuJ7kl:{onTap:onTap1f13z3y}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1qh57po\",layoutDependency:layoutDependency,layoutId:\"Qq0J8CUx_\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-1wy9682\",\"data-styles-preset\":\"nlO5fUpAe\",children:\"Workshopmoderation\"})}),className:\"framer-1vllmml\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"xOluwfH3Q\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:jURhNZwtA,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-lpldgj\",\"data-framer-name\":\"arrowdown\",fill:'var(--token-65fbfe46-34de-419e-99a4-fed3c6152688, rgb(232, 231, 223)) /* {\"name\":\"mid light\"} */',intrinsicHeight:11,intrinsicWidth:19,layoutDependency:layoutDependency,layoutId:\"EFm3cX0i0\",style:{rotate:0},svg:'<svg width=\"19\" height=\"11\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m1.5 1 8 8 8-8\" stroke=\"#131312\" stroke-width=\"2\"/></svg>',variants:{AsiZl020m:{rotate:180}},withExternalLayout:true})]}),isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-16oax0g\",\"data-styles-preset\":\"OiWpyG0s9\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fd3c7e2d-00c7-43ff-b122-5235cd3a23ae, rgb(122, 121, 117)))\"},children:\"Braucht ihr eine Auszeit vom Arbeitsalltag, plant Teambuilding, ein grundlegendes Gespr\\xe4ch zur Zusammenarbeit oder m\\xfcsst konfliktreiche Themen moderieren? Ich leite euch durch diesen Tag.\"})}),className:\"framer-11ky5wc\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"y6FrkwxFX\",style:{\"--extracted-r6o4lv\":\"var(--token-fd3c7e2d-00c7-43ff-b122-5235cd3a23ae, rgb(122, 121, 117))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:0},text:W1GW4Cnyn,variants:{AsiZl020m:{opacity:1}},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1osj8yw\",\"data-framer-name\":\"Accordion\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"hFmgzUl2B\",onTap:onTapdu81sx,style:{backgroundColor:\"var(--token-65fbfe46-34de-419e-99a4-fed3c6152688, rgb(232, 231, 223))\"},...addPropertyOverrides({AsiZl020m:{onTap:onTap1f13z3y},DETzuJ7kl:{onTap:onTap1f13z3y}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-rc57ro\",layoutDependency:layoutDependency,layoutId:\"mWBL2GCrz\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-1wy9682\",\"data-styles-preset\":\"nlO5fUpAe\",children:\"Workshopmoderation\"})}),className:\"framer-1p2kbe8\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"XDCrU36mo\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:YBFVvl4Rh,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-83ren5\",\"data-framer-name\":\"arrowdown\",fill:'var(--token-65fbfe46-34de-419e-99a4-fed3c6152688, rgb(232, 231, 223)) /* {\"name\":\"mid light\"} */',intrinsicHeight:11,intrinsicWidth:19,layoutDependency:layoutDependency,layoutId:\"VR4GZUAK1\",style:{rotate:0},svg:'<svg width=\"19\" height=\"11\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m1.5 1 8 8 8-8\" stroke=\"#131312\" stroke-width=\"2\"/></svg>',variants:{DETzuJ7kl:{rotate:180}},withExternalLayout:true})]}),isDisplayed1()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-16oax0g\",\"data-styles-preset\":\"OiWpyG0s9\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fd3c7e2d-00c7-43ff-b122-5235cd3a23ae, rgb(122, 121, 117)))\"},children:\"Braucht ihr eine Auszeit vom Arbeitsalltag, plant Teambuilding, ein grundlegendes Gespr\\xe4ch zur Zusammenarbeit oder m\\xfcsst konfliktreiche Themen moderieren? Ich leite euch durch diesen Tag.\"})}),className:\"framer-8o300k\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"PDpnCXgel\",style:{\"--extracted-r6o4lv\":\"var(--token-fd3c7e2d-00c7-43ff-b122-5235cd3a23ae, rgb(122, 121, 117))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:0},text:W1GW4Cnyn,variants:{DETzuJ7kl:{opacity:1}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({DETzuJ7kl:{text:EnyPg64ox}},baseVariant,gestureVariant)})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-8zBTe.framer-qmbfhj, .framer-8zBTe .framer-qmbfhj { display: block; }\",\".framer-8zBTe.framer-1kz0dh6 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 610px; }\",\".framer-8zBTe .framer-sy2cdl, .framer-8zBTe .framer-twnvwd, .framer-8zBTe .framer-1g6mivf, .framer-8zBTe .framer-1osj8yw { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: 65px; justify-content: flex-start; overflow: hidden; padding: 20px; position: relative; width: 100%; }\",\".framer-8zBTe .framer-1bba27n, .framer-8zBTe .framer-79tg89, .framer-8zBTe .framer-1qh57po, .framer-8zBTe .framer-rc57ro { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-8zBTe .framer-2kbkhy, .framer-8zBTe .framer-1dj8lm1, .framer-8zBTe .framer-1vllmml, .framer-8zBTe .framer-1p2kbe8 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-8zBTe .framer-1jly554, .framer-8zBTe .framer-1pynoki, .framer-8zBTe .framer-lpldgj, .framer-8zBTe .framer-83ren5 { aspect-ratio: 1.7272727272727273 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 11px); position: relative; width: 19px; }\",\".framer-8zBTe .framer-18m97sh, .framer-8zBTe .framer-1vmexnh, .framer-8zBTe .framer-11ky5wc, .framer-8zBTe .framer-8o300k { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-8zBTe.framer-1kz0dh6, .framer-8zBTe .framer-sy2cdl, .framer-8zBTe .framer-twnvwd, .framer-8zBTe .framer-1g6mivf, .framer-8zBTe .framer-1osj8yw { gap: 0px; } .framer-8zBTe.framer-1kz0dh6 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-8zBTe.framer-1kz0dh6 > :first-child, .framer-8zBTe .framer-sy2cdl > :first-child, .framer-8zBTe .framer-twnvwd > :first-child, .framer-8zBTe .framer-1g6mivf > :first-child, .framer-8zBTe .framer-1osj8yw > :first-child { margin-top: 0px; } .framer-8zBTe.framer-1kz0dh6 > :last-child, .framer-8zBTe .framer-sy2cdl > :last-child, .framer-8zBTe .framer-twnvwd > :last-child, .framer-8zBTe .framer-1g6mivf > :last-child, .framer-8zBTe .framer-1osj8yw > :last-child { margin-bottom: 0px; } .framer-8zBTe .framer-sy2cdl > *, .framer-8zBTe .framer-twnvwd > *, .framer-8zBTe .framer-1g6mivf > *, .framer-8zBTe .framer-1osj8yw > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } }\",\".framer-8zBTe.framer-v-173uqqm .framer-sy2cdl, .framer-8zBTe.framer-v-yh8o79 .framer-twnvwd, .framer-8zBTe.framer-v-1bnyrsb .framer-1g6mivf, .framer-8zBTe.framer-v-1bnyrsb .framer-1osj8yw, .framer-8zBTe.framer-v-b5l9u1 .framer-1g6mivf, .framer-8zBTe.framer-v-b5l9u1 .framer-1osj8yw { height: min-content; }\",...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 290\n * @framerIntrinsicWidth 610\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"wGXy96uln\":{\"layout\":[\"fixed\",\"auto\"]},\"sOu_ht3zh\":{\"layout\":[\"fixed\",\"auto\"]},\"AsiZl020m\":{\"layout\":[\"fixed\",\"auto\"]},\"DETzuJ7kl\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"Pv5AaTEDE\":\"h1\",\"IMRX6L4Uc\":\"t1\",\"aYwUrk7Uf\":\"h2\",\"mUOFNYump\":\"t2\",\"jURhNZwtA\":\"h3\",\"W1GW4Cnyn\":\"t3\",\"YBFVvl4Rh\":\"h4\",\"EnyPg64ox\":\"t4\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerHRX7ZIh60=withCSS(Component,css,\"framer-8zBTe\");export default FramerHRX7ZIh60;FramerHRX7ZIh60.displayName=\"accordion4x\";FramerHRX7ZIh60.defaultProps={height:290,width:610};addPropertyControls(FramerHRX7ZIh60,{variant:{options:[\"RiwFBdmlg\",\"wGXy96uln\",\"sOu_ht3zh\",\"AsiZl020m\",\"DETzuJ7kl\"],optionTitles:[\"Variant 1\",\"Variant 2\",\"Variant 3\",\"Variant 4\",\"Variant 5\"],title:\"Variant\",type:ControlType.Enum},Pv5AaTEDE:{defaultValue:\"Workshopmoderation\",displayTextArea:false,title:\"H1\",type:ControlType.String},IMRX6L4Uc:{defaultValue:\"Braucht ihr eine Auszeit vom Arbeitsalltag, plant Teambuilding, ein grundlegendes Gespr\\xe4ch zur Zusammenarbeit oder m\\xfcsst konfliktreiche Themen moderieren? Ich leite euch durch diesen Tag.\",displayTextArea:false,title:\"T1\",type:ControlType.String},aYwUrk7Uf:{defaultValue:\"Workshopmoderation\",displayTextArea:false,title:\"H2\",type:ControlType.String},mUOFNYump:{defaultValue:\"Braucht ihr eine Auszeit vom Arbeitsalltag, plant Teambuilding, ein grundlegendes Gespr\\xe4ch zur Zusammenarbeit oder m\\xfcsst konfliktreiche Themen moderieren? Ich leite euch durch diesen Tag.\",displayTextArea:false,title:\"T2\",type:ControlType.String},jURhNZwtA:{defaultValue:\"Workshopmoderation\",displayTextArea:false,title:\"H3\",type:ControlType.String},W1GW4Cnyn:{defaultValue:\"Braucht ihr eine Auszeit vom Arbeitsalltag, plant Teambuilding, ein grundlegendes Gespr\\xe4ch zur Zusammenarbeit oder m\\xfcsst konfliktreiche Themen moderieren? Ich leite euch durch diesen Tag.\",displayTextArea:false,title:\"T3\",type:ControlType.String},YBFVvl4Rh:{defaultValue:\"Workshopmoderation\",displayTextArea:false,title:\"H4\",type:ControlType.String},EnyPg64ox:{defaultValue:\"Braucht ihr eine Auszeit vom Arbeitsalltag, plant Teambuilding, ein grundlegendes Gespr\\xe4ch zur Zusammenarbeit oder m\\xfcsst konfliktreiche Themen moderieren? Ich leite euch durch diesen Tag.\",displayTextArea:false,title:\"T4\",type:ControlType.String}});addFonts(FramerHRX7ZIh60,[{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\"}]},...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerHRX7ZIh60\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"wGXy96uln\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"sOu_ht3zh\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"AsiZl020m\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"DETzuJ7kl\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerVariables\":\"{\\\"Pv5AaTEDE\\\":\\\"h1\\\",\\\"IMRX6L4Uc\\\":\\\"t1\\\",\\\"aYwUrk7Uf\\\":\\\"h2\\\",\\\"mUOFNYump\\\":\\\"t2\\\",\\\"jURhNZwtA\\\":\\\"h3\\\",\\\"W1GW4Cnyn\\\":\\\"t3\\\",\\\"YBFVvl4Rh\\\":\\\"h4\\\",\\\"EnyPg64ox\\\":\\\"t4\\\"}\",\"framerIntrinsicHeight\":\"290\",\"framerIntrinsicWidth\":\"610\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./HRX7ZIh60.map", "// Generated by Framer (575e68f)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,RichText,SVG,useActiveVariantCallback,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/UUy1GWy0k76piARye5Zy/qKzIMjqbXSrvYTRSYlo9/nlO5fUpAe.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/wSrovLz4MXvoHiwmnnoD/SqszDe1awRLZjwwu4CW2/OiWpyG0s9.js\";const cycleOrder=[\"M0GRJDbig\",\"R2NViiM3H\",\"HU2J2sAVq\",\"oep8Z2Dai\"];const serializationHash=\"framer-7M9I1\";const variantClassNames={HU2J2sAVq:\"framer-v-1ysczeb\",M0GRJDbig:\"framer-v-v32v0f\",oep8Z2Dai:\"framer-v-s73dtc\",R2NViiM3H:\"framer-v-khi04s\"};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 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(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"M0GRJDbig\",\"Variant 2\":\"R2NViiM3H\",\"Variant 3\":\"HU2J2sAVq\",\"Variant 4\":\"oep8Z2Dai\"};const getProps=({h1,h2,h3,height,id,t1,t2,t3,width,...props})=>{var _ref,_ref1,_ref2,_ref3,_ref4,_humanReadableVariantMap_props_variant,_ref5,_ref6;return{...props,aYwUrk7Uf:(_ref=h2!==null&&h2!==void 0?h2:props.aYwUrk7Uf)!==null&&_ref!==void 0?_ref:\"Workshopmoderation\",D_ZYKPKJX:(_ref1=h1!==null&&h1!==void 0?h1:props.D_ZYKPKJX)!==null&&_ref1!==void 0?_ref1:\"Workshopmoderation\",IMRX6L4Uc:(_ref2=t1!==null&&t1!==void 0?t1:props.IMRX6L4Uc)!==null&&_ref2!==void 0?_ref2:\"Braucht ihr eine Auszeit vom Arbeitsalltag, plant Teambuilding, ein grundlegendes Gespr\\xe4ch zur Zusammenarbeit oder m\\xfcsst konfliktreiche Themen moderieren? Ich leite euch durch diesen Tag.\",jURhNZwtA:(_ref3=h3!==null&&h3!==void 0?h3:props.jURhNZwtA)!==null&&_ref3!==void 0?_ref3:\"Workshopmoderation\",mUOFNYump:(_ref4=t2!==null&&t2!==void 0?t2:props.mUOFNYump)!==null&&_ref4!==void 0?_ref4:\"Braucht ihr eine Auszeit vom Arbeitsalltag, plant Teambuilding, ein grundlegendes Gespr\\xe4ch zur Zusammenarbeit oder m\\xfcsst konfliktreiche Themen moderieren? Ich leite euch durch diesen Tag.\",variant:(_ref5=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref5!==void 0?_ref5:\"M0GRJDbig\",W1GW4Cnyn:(_ref6=t3!==null&&t3!==void 0?t3:props.W1GW4Cnyn)!==null&&_ref6!==void 0?_ref6:\"Braucht ihr eine Auszeit vom Arbeitsalltag, plant Teambuilding, ein grundlegendes Gespr\\xe4ch zur Zusammenarbeit oder m\\xfcsst konfliktreiche Themen moderieren? Ich leite euch durch diesen Tag.\"};};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,D_ZYKPKJX,IMRX6L4Uc,aYwUrk7Uf,mUOFNYump,jURhNZwtA,W1GW4Cnyn,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"M0GRJDbig\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapzzp94g=activeVariantCallback(async(...args)=>{setVariant(\"R2NViiM3H\");});const onTapf65b61=activeVariantCallback(async(...args)=>{setVariant(\"M0GRJDbig\");});const onTap1h47x68=activeVariantCallback(async(...args)=>{setVariant(\"HU2J2sAVq\");});const onTapdv6tic=activeVariantCallback(async(...args)=>{setVariant(\"oep8Z2Dai\");});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.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__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-v32v0f\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"M0GRJDbig\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({HU2J2sAVq:{\"data-framer-name\":\"Variant 3\"},oep8Z2Dai:{\"data-framer-name\":\"Variant 4\"},R2NViiM3H:{\"data-framer-name\":\"Variant 2\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-4soriy\",\"data-framer-name\":\"Accordion\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"HmvRrNUw1\",onTap:onTapzzp94g,style:{backgroundColor:\"var(--token-65fbfe46-34de-419e-99a4-fed3c6152688, rgb(232, 231, 223))\"},...addPropertyOverrides({R2NViiM3H:{onTap:onTapf65b61}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-lpoyxs\",layoutDependency:layoutDependency,layoutId:\"ru4y4RD4z\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-1wy9682\",\"data-styles-preset\":\"nlO5fUpAe\",children:\"Workshopmoderation\"})}),className:\"framer-zeb4zw\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"yk45A3eFI\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:D_ZYKPKJX,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-2vwe8c\",\"data-framer-name\":\"arrowdown\",fill:'var(--token-65fbfe46-34de-419e-99a4-fed3c6152688, rgb(232, 231, 223)) /* {\"name\":\"mid light\"} */',intrinsicHeight:11,intrinsicWidth:19,layoutDependency:layoutDependency,layoutId:\"FPu9_WFSs\",style:{rotate:0},svg:'<svg width=\"19\" height=\"11\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m1.5 1 8 8 8-8\" stroke=\"#131312\" stroke-width=\"2\"/></svg>',variants:{R2NViiM3H:{rotate:180}},withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-16oax0g\",\"data-styles-preset\":\"OiWpyG0s9\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fd3c7e2d-00c7-43ff-b122-5235cd3a23ae, rgb(122, 121, 117)))\"},children:\"Braucht ihr eine Auszeit vom Arbeitsalltag, plant Teambuilding, ein grundlegendes Gespr\\xe4ch zur Zusammenarbeit oder m\\xfcsst konfliktreiche Themen moderieren? Ich leite euch durch diesen Tag.\"})}),className:\"framer-nxznab\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"WgcQ99L9i\",style:{\"--extracted-r6o4lv\":\"var(--token-fd3c7e2d-00c7-43ff-b122-5235cd3a23ae, rgb(122, 121, 117))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:0},text:IMRX6L4Uc,variants:{R2NViiM3H:{opacity:1}},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-17rpgwo\",\"data-framer-name\":\"Accordion\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"ZGwOQMFTK\",onTap:onTap1h47x68,style:{backgroundColor:\"var(--token-65fbfe46-34de-419e-99a4-fed3c6152688, rgb(232, 231, 223))\"},...addPropertyOverrides({HU2J2sAVq:{onTap:onTapf65b61}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1evy48n\",layoutDependency:layoutDependency,layoutId:\"ePN0F_fkP\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-1wy9682\",\"data-styles-preset\":\"nlO5fUpAe\",children:\"Workshopmoderation\"})}),className:\"framer-u2kgjo\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"SqKKKTy0M\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:aYwUrk7Uf,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-ivp1gf\",\"data-framer-name\":\"arrowdown\",fill:'var(--token-65fbfe46-34de-419e-99a4-fed3c6152688, rgb(232, 231, 223)) /* {\"name\":\"mid light\"} */',intrinsicHeight:11,intrinsicWidth:19,layoutDependency:layoutDependency,layoutId:\"Cxs6UK4Sr\",style:{rotate:0},svg:'<svg width=\"19\" height=\"11\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m1.5 1 8 8 8-8\" stroke=\"#131312\" stroke-width=\"2\"/></svg>',variants:{HU2J2sAVq:{rotate:180}},withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-16oax0g\",\"data-styles-preset\":\"OiWpyG0s9\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fd3c7e2d-00c7-43ff-b122-5235cd3a23ae, rgb(122, 121, 117)))\"},children:\"Braucht ihr eine Auszeit vom Arbeitsalltag, plant Teambuilding, ein grundlegendes Gespr\\xe4ch zur Zusammenarbeit oder m\\xfcsst konfliktreiche Themen moderieren? Ich leite euch durch diesen Tag.\"})}),className:\"framer-sum4w3\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"zN2bMrFy0\",style:{\"--extracted-r6o4lv\":\"var(--token-fd3c7e2d-00c7-43ff-b122-5235cd3a23ae, rgb(122, 121, 117))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:0},text:mUOFNYump,variants:{HU2J2sAVq:{opacity:1}},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-nw9ush\",\"data-framer-name\":\"Accordion\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"h6MFuGu7P\",onTap:onTapdv6tic,style:{backgroundColor:\"var(--token-65fbfe46-34de-419e-99a4-fed3c6152688, rgb(232, 231, 223))\"},...addPropertyOverrides({oep8Z2Dai:{onTap:onTapf65b61}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-hdp7f4\",layoutDependency:layoutDependency,layoutId:\"Nb_J48HkO\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-1wy9682\",\"data-styles-preset\":\"nlO5fUpAe\",children:\"Workshopmoderation\"})}),className:\"framer-934ub4\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"fwWco9rv3\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:jURhNZwtA,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-qav4fo\",\"data-framer-name\":\"arrowdown\",fill:'var(--token-65fbfe46-34de-419e-99a4-fed3c6152688, rgb(232, 231, 223)) /* {\"name\":\"mid light\"} */',intrinsicHeight:11,intrinsicWidth:19,layoutDependency:layoutDependency,layoutId:\"IylE6IBVL\",style:{rotate:0},svg:'<svg width=\"19\" height=\"11\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m1.5 1 8 8 8-8\" stroke=\"#131312\" stroke-width=\"2\"/></svg>',variants:{oep8Z2Dai:{rotate:180}},withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-16oax0g\",\"data-styles-preset\":\"OiWpyG0s9\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fd3c7e2d-00c7-43ff-b122-5235cd3a23ae, rgb(122, 121, 117)))\"},children:\"Braucht ihr eine Auszeit vom Arbeitsalltag, plant Teambuilding, ein grundlegendes Gespr\\xe4ch zur Zusammenarbeit oder m\\xfcsst konfliktreiche Themen moderieren? Ich leite euch durch diesen Tag.\"})}),className:\"framer-1qwsgdq\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"qTNq0b6Tf\",style:{\"--extracted-r6o4lv\":\"var(--token-fd3c7e2d-00c7-43ff-b122-5235cd3a23ae, rgb(122, 121, 117))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:0},text:W1GW4Cnyn,variants:{oep8Z2Dai:{opacity:1}},verticalAlignment:\"top\",withExternalLayout:true})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-7M9I1.framer-1su5hn1, .framer-7M9I1 .framer-1su5hn1 { display: block; }\",\".framer-7M9I1.framer-v32v0f { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 610px; }\",\".framer-7M9I1 .framer-4soriy, .framer-7M9I1 .framer-17rpgwo, .framer-7M9I1 .framer-nw9ush { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: 65px; justify-content: flex-start; overflow: hidden; padding: 20px; position: relative; width: 100%; }\",\".framer-7M9I1 .framer-lpoyxs, .framer-7M9I1 .framer-1evy48n, .framer-7M9I1 .framer-hdp7f4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-7M9I1 .framer-zeb4zw, .framer-7M9I1 .framer-u2kgjo, .framer-7M9I1 .framer-934ub4 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-7M9I1 .framer-2vwe8c, .framer-7M9I1 .framer-ivp1gf, .framer-7M9I1 .framer-qav4fo { aspect-ratio: 1.7272727272727273 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 11px); position: relative; width: 19px; }\",\".framer-7M9I1 .framer-nxznab, .framer-7M9I1 .framer-sum4w3, .framer-7M9I1 .framer-1qwsgdq { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-7M9I1.framer-v32v0f, .framer-7M9I1 .framer-4soriy, .framer-7M9I1 .framer-17rpgwo, .framer-7M9I1 .framer-nw9ush { gap: 0px; } .framer-7M9I1.framer-v32v0f > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-7M9I1.framer-v32v0f > :first-child, .framer-7M9I1 .framer-4soriy > :first-child, .framer-7M9I1 .framer-17rpgwo > :first-child, .framer-7M9I1 .framer-nw9ush > :first-child { margin-top: 0px; } .framer-7M9I1.framer-v32v0f > :last-child, .framer-7M9I1 .framer-4soriy > :last-child, .framer-7M9I1 .framer-17rpgwo > :last-child, .framer-7M9I1 .framer-nw9ush > :last-child { margin-bottom: 0px; } .framer-7M9I1 .framer-4soriy > *, .framer-7M9I1 .framer-17rpgwo > *, .framer-7M9I1 .framer-nw9ush > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } }\",\".framer-7M9I1.framer-v-khi04s .framer-4soriy, .framer-7M9I1.framer-v-1ysczeb .framer-17rpgwo, .framer-7M9I1.framer-v-s73dtc .framer-nw9ush { height: min-content; }\",...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 215\n * @framerIntrinsicWidth 610\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"R2NViiM3H\":{\"layout\":[\"fixed\",\"auto\"]},\"HU2J2sAVq\":{\"layout\":[\"fixed\",\"auto\"]},\"oep8Z2Dai\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"D_ZYKPKJX\":\"h1\",\"IMRX6L4Uc\":\"t1\",\"aYwUrk7Uf\":\"h2\",\"mUOFNYump\":\"t2\",\"jURhNZwtA\":\"h3\",\"W1GW4Cnyn\":\"t3\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerSPF5tYCcj=withCSS(Component,css,\"framer-7M9I1\");export default FramerSPF5tYCcj;FramerSPF5tYCcj.displayName=\"accordion3x\";FramerSPF5tYCcj.defaultProps={height:215,width:610};addPropertyControls(FramerSPF5tYCcj,{variant:{options:[\"M0GRJDbig\",\"R2NViiM3H\",\"HU2J2sAVq\",\"oep8Z2Dai\"],optionTitles:[\"Variant 1\",\"Variant 2\",\"Variant 3\",\"Variant 4\"],title:\"Variant\",type:ControlType.Enum},D_ZYKPKJX:{defaultValue:\"Workshopmoderation\",displayTextArea:false,title:\"H1\",type:ControlType.String},IMRX6L4Uc:{defaultValue:\"Braucht ihr eine Auszeit vom Arbeitsalltag, plant Teambuilding, ein grundlegendes Gespr\\xe4ch zur Zusammenarbeit oder m\\xfcsst konfliktreiche Themen moderieren? Ich leite euch durch diesen Tag.\",displayTextArea:false,title:\"T1\",type:ControlType.String},aYwUrk7Uf:{defaultValue:\"Workshopmoderation\",displayTextArea:false,title:\"H2\",type:ControlType.String},mUOFNYump:{defaultValue:\"Braucht ihr eine Auszeit vom Arbeitsalltag, plant Teambuilding, ein grundlegendes Gespr\\xe4ch zur Zusammenarbeit oder m\\xfcsst konfliktreiche Themen moderieren? Ich leite euch durch diesen Tag.\",displayTextArea:false,title:\"T2\",type:ControlType.String},jURhNZwtA:{defaultValue:\"Workshopmoderation\",displayTextArea:false,title:\"H3\",type:ControlType.String},W1GW4Cnyn:{defaultValue:\"Braucht ihr eine Auszeit vom Arbeitsalltag, plant Teambuilding, ein grundlegendes Gespr\\xe4ch zur Zusammenarbeit oder m\\xfcsst konfliktreiche Themen moderieren? Ich leite euch durch diesen Tag.\",displayTextArea:false,title:\"T3\",type:ControlType.String}});addFonts(FramerSPF5tYCcj,[{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\"}]},...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerSPF5tYCcj\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"R2NViiM3H\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"HU2J2sAVq\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"oep8Z2Dai\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerVariables\":\"{\\\"D_ZYKPKJX\\\":\\\"h1\\\",\\\"IMRX6L4Uc\\\":\\\"t1\\\",\\\"aYwUrk7Uf\\\":\\\"h2\\\",\\\"mUOFNYump\\\":\\\"t2\\\",\\\"jURhNZwtA\\\":\\\"h3\\\",\\\"W1GW4Cnyn\\\":\\\"t3\\\"}\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"215\",\"framerIntrinsicWidth\":\"610\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./SPF5tYCcj.map", "// Generated by Framer (ca23763)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,LazyValue,Link,PropertyOverrides,ResolveLinks,RichText,SVG,useCustomCursors,useHydratedBreakpointVariants,useLocaleInfo,useRouteElementId,useRouter,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import LocaleSelector from\"https://framerusercontent.com/modules/57FhkldN9P7x88MqAEaR/UfMN9oeTJKQqVQHIwZ5z/LocaleSelector.js\";import Ticker from\"https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/l6rHYi79svcFRVrC1q12/Ticker.js\";import Ticker1 from\"https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/qacJMtbrGDTpaTF4eVfx/Ticker.js\";import Carousel from\"https://framerusercontent.com/modules/UIrMjSS6ZX89L0CsT8k6/w90zR0qzeh1mgaDSvD54/Carousel.js\";import Button1 from\"#framer/local/canvasComponent/HBy4ZHAGH/HBy4ZHAGH.js\";import Accordion4x from\"#framer/local/canvasComponent/HRX7ZIh60/HRX7ZIh60.js\";import Testimonial from\"#framer/local/canvasComponent/sCFKN4XfR/sCFKN4XfR.js\";import Accordion3x from\"#framer/local/canvasComponent/SPF5tYCcj/SPF5tYCcj.js\";import*as sharedStyle6 from\"#framer/local/css/AjrIU5tha/AjrIU5tha.js\";import*as sharedStyle9 from\"#framer/local/css/BAmgWZ8Hi/BAmgWZ8Hi.js\";import*as sharedStyle3 from\"#framer/local/css/cWUhPOoVe/cWUhPOoVe.js\";import*as sharedStyle1 from\"#framer/local/css/DbqJK655Z/DbqJK655Z.js\";import*as sharedStyle7 from\"#framer/local/css/e5aPLkkIS/e5aPLkkIS.js\";import*as sharedStyle2 from\"#framer/local/css/fSc11lLP5/fSc11lLP5.js\";import*as sharedStyle8 from\"#framer/local/css/nlO5fUpAe/nlO5fUpAe.js\";import*as sharedStyle4 from\"#framer/local/css/OiWpyG0s9/OiWpyG0s9.js\";import*as sharedStyle from\"#framer/local/css/oY1d_tzI0/oY1d_tzI0.js\";import*as sharedStyle10 from\"#framer/local/css/sYvV4Kc2g/sYvV4Kc2g.js\";import*as sharedStyle11 from\"#framer/local/css/V4rEXK05v/V4rEXK05v.js\";import*as sharedStyle5 from\"#framer/local/css/V8730MDL5/V8730MDL5.js\";import metadataProvider from\"#framer/local/webPageMetadata/augiA20Il/augiA20Il.js\";const MotionDivWithOptimizedAppearEffect=withOptimizedAppearEffect(motion.div);const RichTextWithOptimizedAppearEffect=withOptimizedAppearEffect(RichText);const Button1Fonts=getFonts(Button1);const ContainerWithOptimizedAppearEffect=withOptimizedAppearEffect(Container);const MotionDivWithFX=withFX(motion.div);const LocaleSelectorFonts=getFonts(LocaleSelector);const ImageWithOptimizedAppearEffect=withOptimizedAppearEffect(Image);const RichTextWithFX=withFX(RichText);const TickerFonts=getFonts(Ticker);const ContainerWithFX=withFX(Container);const Accordion3xFonts=getFonts(Accordion3x);const Accordion4xFonts=getFonts(Accordion4x);const TestimonialFonts=getFonts(Testimonial);const CarouselFonts=getFonts(Carousel);const Ticker1Fonts=getFonts(Ticker1);const MotionAWithFX=withFX(motion.a);const breakpoints={en3gZyVja:\"(min-width: 810px) and (max-width: 1199px)\",vszekxD7X:\"(max-width: 809px)\",WQLkyLRf1:\"(min-width: 1200px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-NEarI\";const variantClassNames={en3gZyVja:\"framer-v-1go314n\",vszekxD7X:\"framer-v-19kxsw3\",WQLkyLRf1:\"framer-v-72rtr7\"};const valuesByLocaleId={gz9MYZyhh:new LazyValue(()=>import(\"./augiA20Il-0.js\"))};function 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);}}function getLocalizedValue(key,locale){while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values.read()[key];if(value){return value;}}locale=locale.fallback;}}const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-70};const transition1={delay:0,duration:.5,ease:[.44,0,.56,1],type:\"tween\"};const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-75};const transition2={damping:30,delay:.2,mass:1,stiffness:250,type:\"spring\"};const animation2={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition2,x:0,y:0};const animation3={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:15};const transition3={damping:30,delay:.4,mass:1,stiffness:250,type:\"spring\"};const animation4={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition3,x:0,y:0};const transition4={damping:30,delay:.5,mass:1,stiffness:250,type:\"spring\"};const animation5={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition4,x:0,y:0};const transition5={delay:.3,duration:.6,ease:[.44,0,.56,1],type:\"tween\"};const animation6={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition5,x:0,y:0};const animation7={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:0};const transition6={damping:30,delay:.6,mass:1,stiffness:250,type:\"spring\"};const animation8={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition6,x:0,y:0};const animation9={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:40};const transition7={damping:30,delay:.7,mass:1,stiffness:250,type:\"spring\"};const animation10={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition7,x:0,y:0};const transition8={damping:30,delay:.8,mass:1,stiffness:250,type:\"spring\"};const animation11={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition8,x:0,y:0};const transition9={damping:30,delay:.9,mass:1,stiffness:250,type:\"spring\"};const animation12={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition9,x:0,y:0};const animation13={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:60};const transition10={damping:30,delay:.3,mass:1,stiffness:250,type:\"spring\"};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const metadata=metadataProvider();const humanReadableVariantMap={Desktop:\"WQLkyLRf1\",Phone:\"vszekxD7X\",Tablet:\"en3gZyVja\"};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:\"WQLkyLRf1\"};};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-NEarI`);}return()=>{if(bodyCls)document.body.classList.remove(`${metadata1.bodyClassName}-framer-NEarI`);};},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const preloadPromise=preloadLocalizedValues(activeLocale);if(preloadPromise)throw preloadPromise;const ref1=React.useRef(null);const ref2=React.useRef(null);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"vszekxD7X\")return false;return true;};const router=useRouter();const elementId=useRouteElementId(\"IK3lebWp8\");const ref3=React.useRef(null);const elementId1=useRouteElementId(\"EsTvxS0sq\");const elementId2=useRouteElementId(\"jtJGHkWBr\");const ref4=React.useRef(null);const elementId3=useRouteElementId(\"PSr9talA1\");const ref5=React.useRef(null);const elementId4=useRouteElementId(\"MpNYf4sQ7\");const ref6=React.useRef(null);const elementId5=useRouteElementId(\"eWSrbeeK2\");const ref7=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className,sharedStyle6.className,sharedStyle7.className,sharedStyle8.className,sharedStyle9.className,sharedStyle10.className,sharedStyle11.className];useCustomCursors({});var _getLocalizedValue,_getLocalizedValue1,_getLocalizedValue2,_getLocalizedValue3,_getLocalizedValue4,_getLocalizedValue5,_getLocalizedValue6,_getLocalizedValue7,_getLocalizedValue8,_getLocalizedValue9,_getLocalizedValue10,_getLocalizedValue11,_getLocalizedValue12,_getLocalizedValue13,_getLocalizedValue14,_getLocalizedValue15,_getLocalizedValue16,_getLocalizedValue17,_getLocalizedValue18,_getLocalizedValue19,_getLocalizedValue20,_getLocalizedValue21,_getLocalizedValue22,_getLocalizedValue23,_getLocalizedValue24,_getLocalizedValue25,_getLocalizedValue26,_getLocalizedValue27,_getLocalizedValue28,_getLocalizedValue29,_getLocalizedValue30,_getLocalizedValue31,_getLocalizedValue32,_getLocalizedValue33,_getLocalizedValue34,_getLocalizedValue35,_getLocalizedValue36,_getLocalizedValue37,_getLocalizedValue38,_getLocalizedValue39,_getLocalizedValue40,_getLocalizedValue41,_getLocalizedValue42,_getLocalizedValue43,_getLocalizedValue44,_getLocalizedValue45,_getLocalizedValue46,_getLocalizedValue47,_getLocalizedValue48,_getLocalizedValue49,_getLocalizedValue50,_getLocalizedValue51,_getLocalizedValue52,_getLocalizedValue53,_getLocalizedValue54,_getLocalizedValue55,_getLocalizedValue56,_getLocalizedValue57,_getLocalizedValue58,_getLocalizedValue59,_getLocalizedValue60,_getLocalizedValue61,_getLocalizedValue62,_getLocalizedValue63,_getLocalizedValue64,_getLocalizedValue65,_getLocalizedValue66,_getLocalizedValue67,_getLocalizedValue68,_getLocalizedValue69,_getLocalizedValue70,_getLocalizedValue71,_getLocalizedValue72,_getLocalizedValue73,_getLocalizedValue74,_getLocalizedValue75,_getLocalizedValue76,_getLocalizedValue77,_getLocalizedValue78,_getLocalizedValue79,_getLocalizedValue80,_getLocalizedValue81,_getLocalizedValue82,_getLocalizedValue83,_getLocalizedValue84,_getLocalizedValue85,_getLocalizedValue86,_getLocalizedValue87,_getLocalizedValue88,_getLocalizedValue89,_getLocalizedValue90,_getLocalizedValue91;return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"WQLkyLRf1\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:[/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-72rtr7\",className),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{vszekxD7X:{__framer__enter:animation1}},children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref2,target:\"animate\"}],__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1jhb1rg\",\"data-framer-name\":\"Menu Sticky\",name:\"Menu Sticky\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-jkcjgl\",\"data-framer-name\":\"Content Menu\",name:\"Content Menu\",children:[/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation2,className:\"framer-1sk0qv7\",\"data-framer-appear-id\":\"1sk0qv7\",initial:animation3,optimized:true,style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(Link,{href:{hash:\":IK3lebWp8\",webPageId:\"augiA20Il\"},nodeId:\"X3c5rtALG\",openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{vszekxD7X:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:70,intrinsicWidth:232,loading:getLoadingLazyAtYPosition(18),pixelHeight:70,pixelWidth:232,positionX:\"left\",positionY:\"center\",src:\"https://framerusercontent.com/images/xDqMR5NKCSGddoAjWutLg3oNNC0.png\"}}},children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:70,intrinsicWidth:232,loading:getLoadingLazyAtYPosition(18),pixelHeight:70,pixelWidth:232,src:\"https://framerusercontent.com/images/xDqMR5NKCSGddoAjWutLg3oNNC0.png\"},className:\"framer-wj08iz framer-lux5qc\",\"data-framer-name\":\"99flogo\",name:\"99flogo\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-4uzy57\",children:[isDisplayed()&&/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation4,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-akypk4\",\"data-styles-preset\":\"oY1d_tzI0\",style:{\"--framer-text-color\":\"var(--token-a88c7813-34b4-48f3-9ac3-55b160663e08, rgb(253, 252, 251))\"},children:/*#__PURE__*/_jsx(Link,{href:{hash:\":jtJGHkWBr\",webPageId:\"augiA20Il\"},nodeId:\"dfF76SCxc\",openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-cflrjy\",\"data-styles-preset\":\"DbqJK655Z\",children:\"Services\"})})})}),className:\"framer-14p1hqb hidden-19kxsw3\",\"data-framer-appear-id\":\"14p1hqb\",fonts:[\"Inter\"],initial:animation3,optimized:true,style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed()&&/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation4,children:(_getLocalizedValue=getLocalizedValue(\"v0\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-akypk4\",\"data-styles-preset\":\"oY1d_tzI0\",style:{\"--framer-text-color\":\"var(--token-a88c7813-34b4-48f3-9ac3-55b160663e08, rgb(253, 252, 251))\"},children:/*#__PURE__*/_jsx(Link,{href:{hash:\":MpNYf4sQ7\",webPageId:\"augiA20Il\"},nodeId:\"nWi2JbKA6\",openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-cflrjy\",\"data-styles-preset\":\"DbqJK655Z\",children:\"\\xdcber mich\"})})})}),className:\"framer-i3felu hidden-19kxsw3\",\"data-framer-appear-id\":\"i3felu\",fonts:[\"Inter\"],initial:animation3,optimized:true,style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":eWSrbeeK2\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":eWSrbeeK2\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":eWSrbeeK2\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/{var _getLocalizedValue;return _jsx(ComponentViewportProvider,{height:52,y:10,children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation5,className:\"framer-34wyy6-container\",\"data-framer-appear-id\":\"34wyy6\",initial:animation3,optimized:true,style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{en3gZyVja:{tisovQpYR:resolvedLinks[1]},vszekxD7X:{tisovQpYR:resolvedLinks[2]}},children:/*#__PURE__*/_jsx(Button1,{height:\"100%\",id:\"GYt8vTYZd\",layoutId:\"GYt8vTYZd\",PxxpBghqE:(_getLocalizedValue=getLocalizedValue(\"v1\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:\"Kontakt\",tisovQpYR:resolvedLinks[0],variant:\"z4WjqkSay\",width:\"100%\"})})})});}})]})]})})}),/*#__PURE__*/_jsx(\"nav\",{className:\"framer-vczxrj\",\"data-framer-name\":\"Menu\",name:\"Menu\",children:/*#__PURE__*/_jsxs(\"nav\",{className:\"framer-1n4f4ug\",\"data-framer-name\":\"Content Menu\",name:\"Content Menu\",children:[/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation2,className:\"framer-123hpts\",\"data-framer-appear-id\":\"123hpts\",initial:animation3,optimized:true,style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(Link,{href:{hash:\":IK3lebWp8\",webPageId:\"augiA20Il\"},nodeId:\"l6VipBGtF\",openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{vszekxD7X:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:70,intrinsicWidth:232,loading:getLoadingLazyAtYPosition(18),pixelHeight:70,pixelWidth:232,positionX:\"left\",positionY:\"center\",src:\"https://framerusercontent.com/images/t56Cl49hul7AqyP3BhoUiHtoA.png\"}}},children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:70,intrinsicWidth:232,loading:getLoadingLazyAtYPosition(18),pixelHeight:70,pixelWidth:232,src:\"https://framerusercontent.com/images/t56Cl49hul7AqyP3BhoUiHtoA.png\"},className:\"framer-rg2h8p framer-lux5qc\",\"data-framer-name\":\"99flogo\",name:\"99flogo\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-g6mde1\",children:[isDisplayed()&&/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation4,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-akypk4\",\"data-styles-preset\":\"oY1d_tzI0\",style:{\"--framer-text-color\":\"var(--token-a88c7813-34b4-48f3-9ac3-55b160663e08, rgb(253, 252, 251))\"},children:/*#__PURE__*/_jsx(Link,{href:{hash:\":jtJGHkWBr\",webPageId:\"augiA20Il\"},nodeId:\"oVRCrxrnT\",openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-1i44vk5\",\"data-styles-preset\":\"fSc11lLP5\",children:\"Services\"})})})}),className:\"framer-eu9w8n hidden-19kxsw3\",\"data-framer-appear-id\":\"eu9w8n\",fonts:[\"Inter\"],initial:animation3,optimized:true,style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed()&&/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation4,children:(_getLocalizedValue1=getLocalizedValue(\"v2\",activeLocale))!==null&&_getLocalizedValue1!==void 0?_getLocalizedValue1:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-akypk4\",\"data-styles-preset\":\"oY1d_tzI0\",style:{\"--framer-text-color\":\"var(--token-a88c7813-34b4-48f3-9ac3-55b160663e08, rgb(253, 252, 251))\"},children:/*#__PURE__*/_jsx(Link,{href:{hash:\":MpNYf4sQ7\",webPageId:\"augiA20Il\"},nodeId:\"ziR7N_IUW\",openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-1i44vk5\",\"data-styles-preset\":\"fSc11lLP5\",children:\"\\xdcber mich\"})})})}),className:\"framer-1jkaflw hidden-19kxsw3\",\"data-framer-appear-id\":\"1jkaflw\",fonts:[\"Inter\"],initial:animation3,optimized:true,style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":eWSrbeeK2\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":eWSrbeeK2\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":eWSrbeeK2\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/{var _getLocalizedValue;return _jsx(ComponentViewportProvider,{height:52,y:10,children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation5,className:\"framer-z2av4w-container\",\"data-framer-appear-id\":\"z2av4w\",initial:animation3,optimized:true,style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{en3gZyVja:{tisovQpYR:resolvedLinks1[1]},vszekxD7X:{tisovQpYR:resolvedLinks1[2]}},children:/*#__PURE__*/_jsx(Button1,{height:\"100%\",id:\"g3KTqbMF4\",layoutId:\"g3KTqbMF4\",PxxpBghqE:(_getLocalizedValue=getLocalizedValue(\"v1\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:\"Kontakt\",tisovQpYR:resolvedLinks1[0],variant:\"z4WjqkSay\",width:\"100%\"})})})});}}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1yyqll3-container\",children:/*#__PURE__*/_jsx(LocaleSelector,{caret:{color:\"var(--token-a88c7813-34b4-48f3-9ac3-55b160663e08, rgb(253, 252, 251))\",size:12,type:\"default\"},fillColor:\"rgba(237, 237, 237, 0)\",font:{fontFamily:'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',fontSize:\"16px\",fontStyle:\"normal\",fontWeight:700,letterSpacing:\"0em\",lineHeight:\"1.5em\"},height:\"100%\",icon:{color:\"var(--token-a88c7813-34b4-48f3-9ac3-55b160663e08, rgb(253, 252, 251))\",size:18,type:\"default\"},id:\"Xo7CEM0pA\",layoutId:\"Xo7CEM0pA\",options:{focus:{color:\"rgb(0, 153, 255)\",offset:0,style:\"solid\",width:1},gap:5,title:true},padding:7,paddingBottom:7,paddingLeft:7,paddingPerSide:false,paddingRight:7,paddingTop:7,radius:0,radiusBottomLeft:0,radiusBottomRight:0,radiusPerConrner:false,radiusTopLeft:0,radiusTopRight:0,style:{height:\"100%\",width:\"100%\"},textColor:\"var(--token-a88c7813-34b4-48f3-9ac3-55b160663e08, rgb(253, 252, 251))\",width:\"100%\"})})})]})]})}),/*#__PURE__*/_jsxs(\"header\",{className:\"framer-1rdn5xw\",\"data-framer-name\":\"HERO\",name:\"HERO\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-vax9i4\",\"data-framer-name\":\"HERO BG\",name:\"HERO BG\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{vszekxD7X:{background:{alt:(_getLocalizedValue2=getLocalizedValue(\"v3\",activeLocale))!==null&&_getLocalizedValue2!==void 0?_getLocalizedValue2:\"Kristina M\\xfcller in einem Portr\\xe4tfoto\",fit:\"fill\",intrinsicHeight:2076,intrinsicWidth:2091,loading:getLoadingLazyAtYPosition(708),pixelHeight:2319,pixelWidth:2091,positionX:\"center\",positionY:\"bottom\",sizes:\"75.3846vw\",src:\"https://framerusercontent.com/images/yCSFLqXi4HDDDzRZrknLRDdhPs.png\",srcSet:\"https://framerusercontent.com/images/yCSFLqXi4HDDDzRZrknLRDdhPs.png?scale-down-to=1024 923w,https://framerusercontent.com/images/yCSFLqXi4HDDDzRZrknLRDdhPs.png?scale-down-to=2048 1846w,https://framerusercontent.com/images/yCSFLqXi4HDDDzRZrknLRDdhPs.png 2091w\"}}},children:/*#__PURE__*/_jsx(ImageWithOptimizedAppearEffect,{animate:animation6,as:\"figcaption\",background:{alt:(_getLocalizedValue3=getLocalizedValue(\"v3\",activeLocale))!==null&&_getLocalizedValue3!==void 0?_getLocalizedValue3:\"Kristina M\\xfcller in einem Portr\\xe4tfoto\",fit:\"fill\",intrinsicHeight:2076,intrinsicWidth:2091,loading:getLoadingLazyAtYPosition(440),pixelHeight:2319,pixelWidth:2091,positionX:\"center\",positionY:\"bottom\",sizes:\"47vw\",src:\"https://framerusercontent.com/images/yCSFLqXi4HDDDzRZrknLRDdhPs.png\",srcSet:\"https://framerusercontent.com/images/yCSFLqXi4HDDDzRZrknLRDdhPs.png?scale-down-to=1024 923w,https://framerusercontent.com/images/yCSFLqXi4HDDDzRZrknLRDdhPs.png?scale-down-to=2048 1846w,https://framerusercontent.com/images/yCSFLqXi4HDDDzRZrknLRDdhPs.png 2091w\"},className:\"framer-j8b4b5\",\"data-framer-appear-id\":\"j8b4b5\",\"data-framer-name\":\"heroimage\",initial:animation7,name:\"heroimage\",optimized:true,style:{transformPerspective:1200}})})}),/*#__PURE__*/_jsxs(\"header\",{className:\"framer-ocaulw\",\"data-framer-name\":\"HERO Content\",id:elementId,name:\"HERO Content\",ref:ref3,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-17hril3\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{vszekxD7X:{children:(_getLocalizedValue4=getLocalizedValue(\"v5\",activeLocale))!==null&&_getLocalizedValue4!==void 0?_getLocalizedValue4:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-a2d0f8\",\"data-styles-preset\":\"cWUhPOoVe\",style:{\"--framer-text-color\":\"var(--token-a88c7813-34b4-48f3-9ac3-55b160663e08, rgb(253, 252, 251))\"},children:\"Organisationsdynamik verstehen - Unternehmen gestalten & f\\xfchren\"})})}},children:/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation8,children:(_getLocalizedValue5=getLocalizedValue(\"v4\",activeLocale))!==null&&_getLocalizedValue5!==void 0?_getLocalizedValue5:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-a2d0f8\",\"data-styles-preset\":\"cWUhPOoVe\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-a88c7813-34b4-48f3-9ac3-55b160663e08, rgb(253, 252, 251))\"},children:\"Organisationsdynamik verstehen - Unternehmen gestalten & f\\xfchren\"})}),className:\"framer-111ewvc\",\"data-framer-appear-id\":\"111ewvc\",fonts:[\"Inter\"],initial:animation9,optimized:true,style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1rgp9js\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1pmlk2g\",children:[/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation10,children:(_getLocalizedValue6=getLocalizedValue(\"v6\",activeLocale))!==null&&_getLocalizedValue6!==void 0?_getLocalizedValue6:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-16oax0g\",\"data-styles-preset\":\"OiWpyG0s9\",style:{\"--framer-text-color\":\"var(--token-a88c7813-34b4-48f3-9ac3-55b160663e08, rgb(253, 252, 251))\"},children:\"Deine Unternehmensberatung mit wirtschaftspsychologischem Fundament, systemischem Blick und zielf\\xfchrendem Pragmatismus. \"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-16oax0g\",\"data-styles-preset\":\"OiWpyG0s9\",style:{\"--framer-text-color\":\"var(--token-a88c7813-34b4-48f3-9ac3-55b160663e08, rgb(253, 252, 251))\"},children:\"Wirksam, klar & anschlussf\\xe4hig.\"})]}),className:\"framer-pujhev\",\"data-framer-appear-id\":\"pujhev\",fonts:[\"Inter\"],initial:animation9,optimized:true,style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":eWSrbeeK2\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":eWSrbeeK2\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":eWSrbeeK2\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/{var _getLocalizedValue;return _jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{en3gZyVja:{y:591.5000000000002},vszekxD7X:{y:604.414691943128}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:52,y:705.0000000000002,children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation11,className:\"framer-1tug5mp-container\",\"data-framer-appear-id\":\"1tug5mp\",initial:animation9,optimized:true,style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{en3gZyVja:{tisovQpYR:resolvedLinks2[1]},vszekxD7X:{tisovQpYR:resolvedLinks2[2]}},children:/*#__PURE__*/_jsx(Button1,{height:\"100%\",id:\"ygKSaofTw\",layoutId:\"ygKSaofTw\",PxxpBghqE:(_getLocalizedValue=getLocalizedValue(\"v7\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:\"Lass uns sprechen\",tisovQpYR:resolvedLinks2[0],variant:\"z4WjqkSay\",width:\"100%\"})})})})});}})]})})]}),/*#__PURE__*/_jsx(Link,{href:\"https://www.brandeins.de/products/brandeins-thema-unternehmensberater-2024\",nodeId:\"rc_jwa8ZG\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{en3gZyVja:{background:{alt:(_getLocalizedValue7=getLocalizedValue(\"v8\",activeLocale))!==null&&_getLocalizedValue7!==void 0?_getLocalizedValue7:\"Hier wird ein Siegel gezeigt, dass Kristina M\\xfcller von der Wirtschaftszeitschrift brandeins als Beste Unternehmensberater 2024 ausgezeichnet ist. \",fit:\"fill\",intrinsicHeight:1181,intrinsicWidth:766,loading:getLoadingLazyAtYPosition(715.5000000000002),pixelHeight:1181,pixelWidth:766,sizes:\"78px\",src:\"https://framerusercontent.com/images/pC5G7UNcyqvkkWHzvk1y2iORFTU.png\",srcSet:\"https://framerusercontent.com/images/pC5G7UNcyqvkkWHzvk1y2iORFTU.png?scale-down-to=1024 664w,https://framerusercontent.com/images/pC5G7UNcyqvkkWHzvk1y2iORFTU.png 766w\"}},vszekxD7X:{background:{alt:(_getLocalizedValue8=getLocalizedValue(\"v8\",activeLocale))!==null&&_getLocalizedValue8!==void 0?_getLocalizedValue8:\"Hier wird ein Siegel gezeigt, dass Kristina M\\xfcller von der Wirtschaftszeitschrift brandeins als Beste Unternehmensberater 2024 ausgezeichnet ist. \",fit:\"fill\",intrinsicHeight:1181,intrinsicWidth:766,loading:getLoadingLazyAtYPosition(728.414691943128),pixelHeight:1181,pixelWidth:766,sizes:\"78px\",src:\"https://framerusercontent.com/images/pC5G7UNcyqvkkWHzvk1y2iORFTU.png\",srcSet:\"https://framerusercontent.com/images/pC5G7UNcyqvkkWHzvk1y2iORFTU.png?scale-down-to=1024 664w,https://framerusercontent.com/images/pC5G7UNcyqvkkWHzvk1y2iORFTU.png 766w\"}}},children:/*#__PURE__*/_jsx(ImageWithOptimizedAppearEffect,{animate:animation12,as:\"a\",background:{alt:(_getLocalizedValue9=getLocalizedValue(\"v8\",activeLocale))!==null&&_getLocalizedValue9!==void 0?_getLocalizedValue9:\"Hier wird ein Siegel gezeigt, dass Kristina M\\xfcller von der Wirtschaftszeitschrift brandeins als Beste Unternehmensberater 2024 ausgezeichnet ist. \",fit:\"fill\",intrinsicHeight:1181,intrinsicWidth:766,loading:getLoadingLazyAtYPosition(829.0000000000002),pixelHeight:1181,pixelWidth:766,sizes:\"78px\",src:\"https://framerusercontent.com/images/pC5G7UNcyqvkkWHzvk1y2iORFTU.png\",srcSet:\"https://framerusercontent.com/images/pC5G7UNcyqvkkWHzvk1y2iORFTU.png?scale-down-to=1024 664w,https://framerusercontent.com/images/pC5G7UNcyqvkkWHzvk1y2iORFTU.png 766w\"},className:\"framer-ajqve9 framer-lux5qc\",\"data-framer-appear-id\":\"ajqve9\",\"data-framer-name\":\"BrandEins_Berater2024_Logo_DE_basic\",initial:animation9,name:\"BrandEins_Berater2024_Logo_DE_basic\",optimized:true,style:{transformPerspective:1200}})})})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1t13vid\",\"data-framer-name\":\"ICH SPRECHE\",name:\"ICH SPRECHE\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-kob0y9\",\"data-framer-name\":\"Mission Content\",id:elementId1,name:\"Mission Content\",ref:ref2,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{en3gZyVja:{children:(_getLocalizedValue10=getLocalizedValue(\"v10\",activeLocale))!==null&&_getLocalizedValue10!==void 0?_getLocalizedValue10:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-qepcc5\",\"data-styles-preset\":\"V8730MDL5\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-ecaa2a6b-f0f7-4e70-b602-46c6b8d3dd72, rgb(19, 19, 18))\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"\u25A0 Ich spreche\"})})})},vszekxD7X:{__framer__styleTransformEffectEnabled:undefined,style:{}}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:500,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:130}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:(_getLocalizedValue11=getLocalizedValue(\"v9\",activeLocale))!==null&&_getLocalizedValue11!==void 0?_getLocalizedValue11:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-qepcc5\",\"data-styles-preset\":\"V8730MDL5\",style:{\"--framer-text-color\":\"var(--token-ecaa2a6b-f0f7-4e70-b602-46c6b8d3dd72, rgb(19, 19, 18))\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"\u25A0 Ich spreche\"})})}),className:\"framer-uncym7\",fonts:[\"Inter\",\"Inter-Bold\"],style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{vszekxD7X:{__framer__styleTransformEffectEnabled:undefined,style:{}}},children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:500,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:130}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__targetOpacity:1,className:\"framer-1fupxqy-container\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(Ticker,{alignment:\"flex-start\",direction:\"bottom\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:6,fadeWidth:55,overflow:false},gap:10,height:\"100%\",hoverFactor:1,id:\"YdGBg8XOt\",layoutId:\"YdGBg8XOt\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:true,paddingRight:0,paddingTop:0,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-9xikf2\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-qepcc5\",\"data-styles-preset\":\"V8730MDL5\",style:{\"--framer-text-color\":\"var(--token-a88c7813-34b4-48f3-9ac3-55b160663e08, rgb(253, 252, 251))\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"digital\"})})}),className:\"framer-alabob\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1rswfmu\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue12=getLocalizedValue(\"v11\",activeLocale))!==null&&_getLocalizedValue12!==void 0?_getLocalizedValue12:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-qepcc5\",\"data-styles-preset\":\"V8730MDL5\",style:{\"--framer-text-color\":\"var(--token-a88c7813-34b4-48f3-9ac3-55b160663e08, rgb(253, 252, 251))\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Mensch\"})})}),className:\"framer-1ygf3an\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-mlq7mu\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-qepcc5\",\"data-styles-preset\":\"V8730MDL5\",style:{\"--framer-text-color\":\"var(--token-a88c7813-34b4-48f3-9ac3-55b160663e08, rgb(253, 252, 251))\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"IT\"})})}),className:\"framer-aoy3e9\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-6rrqnt\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue13=getLocalizedValue(\"v12\",activeLocale))!==null&&_getLocalizedValue13!==void 0?_getLocalizedValue13:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-qepcc5\",\"data-styles-preset\":\"V8730MDL5\",style:{\"--framer-text-color\":\"var(--token-a88c7813-34b4-48f3-9ac3-55b160663e08, rgb(253, 252, 251))\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"zugewandt\"})})}),className:\"framer-r97l2f\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-wttcd1\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue14=getLocalizedValue(\"v13\",activeLocale))!==null&&_getLocalizedValue14!==void 0?_getLocalizedValue14:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-qepcc5\",\"data-styles-preset\":\"V8730MDL5\",style:{\"--framer-text-color\":\"var(--token-a88c7813-34b4-48f3-9ac3-55b160663e08, rgb(253, 252, 251))\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"energiegeladen\"})})}),className:\"framer-165ra1s\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1mbbfi1\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue15=getLocalizedValue(\"v14\",activeLocale))!==null&&_getLocalizedValue15!==void 0?_getLocalizedValue15:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-qepcc5\",\"data-styles-preset\":\"V8730MDL5\",style:{\"--framer-text-color\":\"var(--token-a88c7813-34b4-48f3-9ac3-55b160663e08, rgb(253, 252, 251))\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Wirtschaft\"})})}),className:\"framer-9lkp6t\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-lm9b5e\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue16=getLocalizedValue(\"v15\",activeLocale))!==null&&_getLocalizedValue16!==void 0?_getLocalizedValue16:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-qepcc5\",\"data-styles-preset\":\"V8730MDL5\",style:{\"--framer-text-color\":\"var(--token-a88c7813-34b4-48f3-9ac3-55b160663e08, rgb(253, 252, 251))\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"allparteilich\"})})}),className:\"framer-1to8rsm\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1lxq2kl\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue17=getLocalizedValue(\"v16\",activeLocale))!==null&&_getLocalizedValue17!==void 0?_getLocalizedValue17:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-qepcc5\",\"data-styles-preset\":\"V8730MDL5\",style:{\"--framer-text-color\":\"var(--token-a88c7813-34b4-48f3-9ac3-55b160663e08, rgb(253, 252, 251))\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"konkret\"})})}),className:\"framer-1gdon13\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-p9r86j\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue18=getLocalizedValue(\"v17\",activeLocale))!==null&&_getLocalizedValue18!==void 0?_getLocalizedValue18:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-qepcc5\",\"data-styles-preset\":\"V8730MDL5\",style:{\"--framer-text-color\":\"var(--token-a88c7813-34b4-48f3-9ac3-55b160663e08, rgb(253, 252, 251))\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Klartext\"})})}),className:\"framer-3wxugq\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-14fn03z\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue19=getLocalizedValue(\"v18\",activeLocale))!==null&&_getLocalizedValue19!==void 0?_getLocalizedValue19:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-qepcc5\",\"data-styles-preset\":\"V8730MDL5\",style:{\"--framer-text-color\":\"var(--token-a88c7813-34b4-48f3-9ac3-55b160663e08, rgb(253, 252, 251))\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"agil\"})})}),className:\"framer-gxcv9t\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ac7kww\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue20=getLocalizedValue(\"v19\",activeLocale))!==null&&_getLocalizedValue20!==void 0?_getLocalizedValue20:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-qepcc5\",\"data-styles-preset\":\"V8730MDL5\",style:{\"--framer-text-color\":\"var(--token-a88c7813-34b4-48f3-9ac3-55b160663e08, rgb(253, 252, 251))\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Management\"})})}),className:\"framer-19k7nmw\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ymddw6\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-qepcc5\",\"data-styles-preset\":\"V8730MDL5\",style:{\"--framer-text-color\":\"var(--token-a88c7813-34b4-48f3-9ac3-55b160663e08, rgb(253, 252, 251))\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Leadership\"})})}),className:\"framer-movbvx\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})})],speed:120,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{vszekxD7X:{__framer__styleTransformEffectEnabled:undefined,style:{}}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:500,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:130}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__targetOpacity:1,className:\"framer-1sf4ogz\",\"data-framer-name\":\"SERVICE_HEADLINE\",name:\"SERVICE_HEADLINE\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1mbvxfk\",\"data-framer-name\":\"BG\",id:elementId2,name:\"BG\",ref:ref4,children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-evvocd\",\"data-framer-name\":\"CONTENT\",name:\"CONTENT\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-xyhp64\",\"data-framer-name\":\"Headline Section\",name:\"Headline Section\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue21=getLocalizedValue(\"v20\",activeLocale))!==null&&_getLocalizedValue21!==void 0?_getLocalizedValue21:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{className:\"framer-styles-preset-16bbkay\",\"data-styles-preset\":\"AjrIU5tha\",style:{\"--framer-text-color\":\"var(--token-ecaa2a6b-f0f7-4e70-b602-46c6b8d3dd72, rgb(19, 19, 18))\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-a3062090-1b51-4d7c-89ce-b1db0d745cb0, rgb(120, 216, 96))\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"\u25A0\"})}),/*#__PURE__*/_jsx(\"strong\",{children:\" Meine Services\"})]})}),className:\"framer-1hkkzkp\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1s7np5q\",\"data-framer-name\":\"TRENN\",name:\"TRENN\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-dyezwr\",\"data-framer-name\":\"BG\",name:\"BG\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-k1ocnj\",\"data-framer-name\":\"BOX\",name:\"BOX\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1x3we8b\",\"data-framer-name\":\"CONTENT\",name:\"CONTENT\"})})})})]})}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-1urs951\",\"data-framer-name\":\"01 SERVICE\",name:\"01 SERVICE\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-16s8qyc\",\"data-framer-name\":\"BOX\",name:\"BOX\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{vszekxD7X:{__framer__styleTransformEffectEnabled:undefined,style:{}}},children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:500,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:130}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__targetOpacity:1,className:\"framer-1vexuxy\",\"data-framer-name\":\"CONTENT\",name:\"CONTENT\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-10mwj1j\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{className:\"framer-styles-preset-8eqe18\",\"data-styles-preset\":\"e5aPLkkIS\",style:{\"--framer-text-color\":\"var(--token-ecaa2a6b-f0f7-4e70-b602-46c6b8d3dd72, rgb(19, 19, 18))\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-fd3c7e2d-00c7-43ff-b122-5235cd3a23ae, rgb(122, 121, 117))\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"01\"})}),/*#__PURE__*/_jsx(\"strong\",{children:\" Offsite & Onsite Facilitation\"})]})}),className:\"framer-mnhspz\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue22=getLocalizedValue(\"v21\",activeLocale))!==null&&_getLocalizedValue22!==void 0?_getLocalizedValue22:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-16oax0g\",\"data-styles-preset\":\"OiWpyG0s9\",style:{\"--framer-text-color\":\"var(--token-fd3c7e2d-00c7-43ff-b122-5235cd3a23ae, rgb(122, 121, 117))\"},children:\"Unternehmensf\\xfchrung, Ver\\xe4nderungsimpulse und Einigung zur Gestaltung von Arbeit erfolgen h\\xe4ufig in Workshops. Ob Offsite oder Inhouse ich begleite eure Strategie- und Teamtage, moderiere den Prozess von Vorbereitung bis zur kontinuierlichen Umsetzung. Als eure verl\\xe4ssliche Beraterin, Sparringspartnerin und Moderatorin schaffe ich den n\\xf6tigen Rahmen f\\xfcr Orientierung und Zuversicht.\"})}),className:\"framer-6c8gpa\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{en3gZyVja:{width:\"calc(min(100vw, 1400px) - 100px)\",y:2542.2},vszekxD7X:{width:\"calc(min(100vw, 1400px) - 60px)\",y:2452.2}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:215,y:2642.2,children:/*#__PURE__*/_jsx(Container,{className:\"framer-qbrioa-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{en3gZyVja:{style:{width:\"100%\"}},vszekxD7X:{style:{width:\"100%\"}}},children:/*#__PURE__*/_jsx(Accordion3x,{aYwUrk7Uf:(_getLocalizedValue23=getLocalizedValue(\"v23\",activeLocale))!==null&&_getLocalizedValue23!==void 0?_getLocalizedValue23:\"Kontinuierliche Begleitung\",D_ZYKPKJX:\"Workshop\",height:\"100%\",id:\"oSb9mJUpN\",IMRX6L4Uc:(_getLocalizedValue24=getLocalizedValue(\"v22\",activeLocale))!==null&&_getLocalizedValue24!==void 0?_getLocalizedValue24:\"Ihr w\\xfcnscht euch einen strukturierten Strategietag & sch\\xe4tzt die Vorz\\xfcge einer f\\xfchrungserfahrenen Beraterin? Ihr w\\xfcnscht euch ein tragf\\xe4higes Teambuilding? Oder m\\xf6chtet eure Zusammenarbeit reflektieren?\",jURhNZwtA:(_getLocalizedValue25=getLocalizedValue(\"v25\",activeLocale))!==null&&_getLocalizedValue25!==void 0?_getLocalizedValue25:\"Tandem-Moderation\",layoutId:\"oSb9mJUpN\",mUOFNYump:(_getLocalizedValue26=getLocalizedValue(\"v24\",activeLocale))!==null&&_getLocalizedValue26!==void 0?_getLocalizedValue26:\"Stetige Begleitung in einem fortw\\xe4hrendem Prozess - als kontinuierliche Beraterin und Moderatorin habt ihr mit mir immer einen Ankerpunkt, frischen Blick von au\\xdfen und stete R\\xfcckmeldung zu eurer Weiterentwicklung. \\xdcber die kontinuierliche Begleitung wird zus\\xe4tzlich nachhaltige Kompetenzentwicklung gew\\xe4hrleistet.\",variant:\"M0GRJDbig\",W1GW4Cnyn:(_getLocalizedValue27=getLocalizedValue(\"v26\",activeLocale))!==null&&_getLocalizedValue27!==void 0?_getLocalizedValue27:'Ihr braucht einen externen Blick? Ihr habt nicht gen\\xfcgend Kapa? Oder ihr sucht \"Learning by Doing\" mit Hilfe einer erfahrenen Facilitatorin? --> dann lass uns den Workshop zusammen konzipieren & begleiten.',width:\"100%\"})})})})})]})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{vszekxD7X:{__framer__styleTransformEffectEnabled:undefined,style:{}}},children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:500,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:130}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__targetOpacity:1,className:\"framer-bs4c40\",\"data-framer-name\":\"IMAGE\",name:\"IMAGE\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{en3gZyVja:{background:{alt:(_getLocalizedValue28=getLocalizedValue(\"v27\",activeLocale))!==null&&_getLocalizedValue28!==void 0?_getLocalizedValue28:\"Gruppenarbeit unter Kollegen\",fit:\"fill\",intrinsicHeight:932,intrinsicWidth:1300,loading:getLoadingLazyAtYPosition(2807.2),pixelHeight:856,pixelWidth:834,sizes:\"calc(min(100vw, 1400px) - 100px)\",src:\"https://framerusercontent.com/images/89HLAhfNJCwwMBbwG7HYEuPVd0.png\",srcSet:\"https://framerusercontent.com/images/89HLAhfNJCwwMBbwG7HYEuPVd0.png 834w\"}},vszekxD7X:{background:{alt:(_getLocalizedValue29=getLocalizedValue(\"v27\",activeLocale))!==null&&_getLocalizedValue29!==void 0?_getLocalizedValue29:\"Gruppenarbeit unter Kollegen\",fit:\"fill\",intrinsicHeight:932,intrinsicWidth:1300,loading:getLoadingLazyAtYPosition(2717.2),pixelHeight:856,pixelWidth:834,sizes:\"calc(min(100vw, 1400px) - 60px)\",src:\"https://framerusercontent.com/images/89HLAhfNJCwwMBbwG7HYEuPVd0.png\",srcSet:\"https://framerusercontent.com/images/89HLAhfNJCwwMBbwG7HYEuPVd0.png 834w\"}}},children:/*#__PURE__*/_jsx(Image,{as:\"figure\",background:{alt:(_getLocalizedValue30=getLocalizedValue(\"v27\",activeLocale))!==null&&_getLocalizedValue30!==void 0?_getLocalizedValue30:\"Gruppenarbeit unter Kollegen\",fit:\"fill\",intrinsicHeight:932,intrinsicWidth:1300,loading:getLoadingLazyAtYPosition(2411),pixelHeight:856,pixelWidth:834,src:\"https://framerusercontent.com/images/89HLAhfNJCwwMBbwG7HYEuPVd0.png\",srcSet:\"https://framerusercontent.com/images/89HLAhfNJCwwMBbwG7HYEuPVd0.png 834w\"},className:\"framer-13kgv71\",\"data-framer-name\":\"Bildschirmfoto_2024_01_27_um_11_29_57\",name:\"Bildschirmfoto_2024_01_27_um_11_29_57\"})})})})]}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":eWSrbeeK2\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":eWSrbeeK2\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":eWSrbeeK2\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/{var _getLocalizedValue;return _jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{en3gZyVja:{y:3337.2},vszekxD7X:{y:3247.2}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:52,y:2871,children:/*#__PURE__*/_jsx(Container,{className:\"framer-b88ckf-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{en3gZyVja:{tisovQpYR:resolvedLinks3[1]},vszekxD7X:{tisovQpYR:resolvedLinks3[2]}},children:/*#__PURE__*/_jsx(Button1,{height:\"100%\",id:\"CoytLROqp\",layoutId:\"CoytLROqp\",PxxpBghqE:(_getLocalizedValue=getLocalizedValue(\"v28\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:\"Jetzt Workshop buchen\",tisovQpYR:resolvedLinks3[0],variant:\"z4WjqkSay\",width:\"100%\"})})})})});}})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-arnvz8\",\"data-framer-name\":\"TRENN\",name:\"TRENN\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-mcexu8\",\"data-framer-name\":\"BG\",name:\"BG\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-12f66v2\",\"data-framer-name\":\"BOX\",name:\"BOX\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-65p4i6\",\"data-framer-name\":\"CONTENT\",name:\"CONTENT\"})})})}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-1siyjog\",\"data-framer-name\":\"02 SERVICE\",id:elementId3,name:\"02 SERVICE\",ref:ref5,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1j23ypz\",\"data-framer-name\":\"BG\",name:\"BG\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{vszekxD7X:{__framer__styleTransformEffectEnabled:undefined,style:{}}},children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:500,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:130}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__targetOpacity:1,className:\"framer-1b8wtgy\",\"data-framer-name\":\"IMAGE\",name:\"IMAGE\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{en3gZyVja:{background:{alt:(_getLocalizedValue31=getLocalizedValue(\"v29\",activeLocale))!==null&&_getLocalizedValue31!==void 0?_getLocalizedValue31:\"Kristina M\\xfcller, Firmengr\\xfcnderin vor einer roten Backstein Hintergrund\",fit:\"fill\",intrinsicHeight:1001,intrinsicWidth:1500,loading:getLoadingLazyAtYPosition(4309.4),pixelHeight:1001,pixelWidth:1500,sizes:\"calc(min(100vw, 1400px) - 100px)\",src:\"https://framerusercontent.com/images/422rGtLfShkcIZaRiGNBf7gVA.jpg\",srcSet:\"https://framerusercontent.com/images/422rGtLfShkcIZaRiGNBf7gVA.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/422rGtLfShkcIZaRiGNBf7gVA.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/422rGtLfShkcIZaRiGNBf7gVA.jpg 1500w\"}},vszekxD7X:{background:{alt:(_getLocalizedValue32=getLocalizedValue(\"v29\",activeLocale))!==null&&_getLocalizedValue32!==void 0?_getLocalizedValue32:\"Kristina M\\xfcller, Firmengr\\xfcnderin vor einer roten Backstein Hintergrund\",fit:\"fill\",intrinsicHeight:1001,intrinsicWidth:1500,loading:getLoadingLazyAtYPosition(4119.4),pixelHeight:1001,pixelWidth:1500,sizes:\"calc(min(100vw, 1400px) - 60px)\",src:\"https://framerusercontent.com/images/422rGtLfShkcIZaRiGNBf7gVA.jpg\",srcSet:\"https://framerusercontent.com/images/422rGtLfShkcIZaRiGNBf7gVA.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/422rGtLfShkcIZaRiGNBf7gVA.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/422rGtLfShkcIZaRiGNBf7gVA.jpg 1500w\"}}},children:/*#__PURE__*/_jsx(Image,{as:\"figure\",background:{alt:(_getLocalizedValue33=getLocalizedValue(\"v29\",activeLocale))!==null&&_getLocalizedValue33!==void 0?_getLocalizedValue33:\"Kristina M\\xfcller, Firmengr\\xfcnderin vor einer roten Backstein Hintergrund\",fit:\"fill\",intrinsicHeight:1001,intrinsicWidth:1500,loading:getLoadingLazyAtYPosition(3174),pixelHeight:1001,pixelWidth:1500,src:\"https://framerusercontent.com/images/422rGtLfShkcIZaRiGNBf7gVA.jpg\",srcSet:\"https://framerusercontent.com/images/422rGtLfShkcIZaRiGNBf7gVA.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/422rGtLfShkcIZaRiGNBf7gVA.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/422rGtLfShkcIZaRiGNBf7gVA.jpg 1500w\"},className:\"framer-rnbwvh\",\"data-framer-name\":\"Bildschirmfoto_2024_01_27_um_11_29_57\",name:\"Bildschirmfoto_2024_01_27_um_11_29_57\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-p91iui\",\"data-framer-name\":\"BOX\",name:\"BOX\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{vszekxD7X:{__framer__styleTransformEffectEnabled:undefined,style:{}}},children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:500,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:130}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__targetOpacity:1,className:\"framer-4rr6m0\",\"data-framer-name\":\"CONTENT\",name:\"CONTENT\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-13sbtyw\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue34=getLocalizedValue(\"v30\",activeLocale))!==null&&_getLocalizedValue34!==void 0?_getLocalizedValue34:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{className:\"framer-styles-preset-8eqe18\",\"data-styles-preset\":\"e5aPLkkIS\",style:{\"--framer-text-color\":\"var(--token-ecaa2a6b-f0f7-4e70-b602-46c6b8d3dd72, rgb(19, 19, 18))\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-fd3c7e2d-00c7-43ff-b122-5235cd3a23ae, rgb(122, 121, 117))\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"02\"})}),/*#__PURE__*/_jsx(\"strong\",{children:\" Interim F\\xfchrung & Beratung\"})]})}),className:\"framer-aukjzc\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue35=getLocalizedValue(\"v31\",activeLocale))!==null&&_getLocalizedValue35!==void 0?_getLocalizedValue35:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-16oax0g\",\"data-styles-preset\":\"OiWpyG0s9\",style:{\"--framer-text-color\":\"var(--token-fd3c7e2d-00c7-43ff-b122-5235cd3a23ae, rgb(122, 121, 117))\"},children:\"Ich komme, um wieder zu gehen: Erfahren, klar & empathisch unterst\\xfctze ich genau da, wo es sein muss - durch Verantwortungs\\xfcbernahme auf Zeit.\"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-16oax0g\",\"data-styles-preset\":\"OiWpyG0s9\",style:{\"--framer-text-color\":\"var(--token-fd3c7e2d-00c7-43ff-b122-5235cd3a23ae, rgb(122, 121, 117))\"},children:\"Um Probleme zu l\\xf6sen, eine Nachfolgel\\xf6sung aufzubauen, agile Arbeitsweisen n\\xe4her zu bringen und Transformation anzuschieben. Um Wandel zu initiieren und nachhaltig die Weichen zu stellen.\"})]}),className:\"framer-1n56cms\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{en3gZyVja:{width:\"calc(min(100vw, 1400px) - 100px)\",y:3969.3999999999996},vszekxD7X:{width:\"calc(min(100vw, 1400px) - 60px)\",y:3779.3999999999996}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:290,y:3553.2,children:/*#__PURE__*/_jsx(Container,{className:\"framer-b01tl0-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{en3gZyVja:{style:{width:\"100%\"}},vszekxD7X:{style:{width:\"100%\"}}},children:/*#__PURE__*/_jsx(Accordion4x,{aYwUrk7Uf:(_getLocalizedValue36=getLocalizedValue(\"v34\",activeLocale))!==null&&_getLocalizedValue36!==void 0?_getLocalizedValue36:\"Beratung\",EnyPg64ox:(_getLocalizedValue37=getLocalizedValue(\"v38\",activeLocale))!==null&&_getLocalizedValue37!==void 0?_getLocalizedValue37:\"Zukunftsgerichtete Innovationen torpedieren oft das bisher erfolgreiche Gesch\\xe4ftsmodell. Diese Ambivalenz f\\xfchrt zur gef\\xfchlten Konkurrenz im eigenen Haus. Ich schaffe mit euch organisationale Strukturen, die Innovativen wieder m\\xf6glich machen.\",height:\"100%\",id:\"xEJgUK96a\",IMRX6L4Uc:(_getLocalizedValue38=getLocalizedValue(\"v33\",activeLocale))!==null&&_getLocalizedValue38!==void 0?_getLocalizedValue38:\"Ihr braucht eine Interim-CDO, die Organisation & Digital zusammendenkt? Ihr sucht eine agil & transformationserfahrene F\\xfchrungskraft, die im Tandem oder alleine wirksam ist? Ich packe mit Fokus auf nachhaltige L\\xf6sungen an und helfe bei der dauerhaften Stellenbesetzung.\",jURhNZwtA:(_getLocalizedValue39=getLocalizedValue(\"v36\",activeLocale))!==null&&_getLocalizedValue39!==void 0?_getLocalizedValue39:\"Selbstorganisation\",layoutId:\"xEJgUK96a\",mUOFNYump:(_getLocalizedValue40=getLocalizedValue(\"v35\",activeLocale))!==null&&_getLocalizedValue40!==void 0?_getLocalizedValue40:\"Mit meinem Blick von au\\xdfen und einem reflektierten Verst\\xe4ndnis f\\xfcr eure individuelle Organisationsdynamik meistert ihr herausfordernde Situationen: Ob Ma\\xdfnahmen zu Umstrukturierungen, kontinuierliche Organisationsentwicklung oder w\\xe4hrend laufender Transformationen - ich helfe euch da durch.\",Pv5AaTEDE:(_getLocalizedValue41=getLocalizedValue(\"v32\",activeLocale))!==null&&_getLocalizedValue41!==void 0?_getLocalizedValue41:\"Interim F\\xfchrung\",variant:\"RiwFBdmlg\",W1GW4Cnyn:(_getLocalizedValue42=getLocalizedValue(\"v37\",activeLocale))!==null&&_getLocalizedValue42!==void 0?_getLocalizedValue42:\"Egal, ob mitten in eurer Transformation oder ganz am Anfang: ich biete euch Orientierung, Kompetenzentwicklung & Leitplanken. Ich packe mit an, lasse im richtigen Moment los & spende Zuversicht.\",width:\"100%\",YBFVvl4Rh:\"Innovation@Scale\"})})})})})]})})})})]}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":eWSrbeeK2\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":eWSrbeeK2\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":eWSrbeeK2\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/{var _getLocalizedValue;return _jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{en3gZyVja:{y:4839.4},vszekxD7X:{y:4649.4}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:52,y:3943.2,children:/*#__PURE__*/_jsx(Container,{className:\"framer-mx32bl-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{en3gZyVja:{tisovQpYR:resolvedLinks4[1]},vszekxD7X:{tisovQpYR:resolvedLinks4[2]}},children:/*#__PURE__*/_jsx(Button1,{height:\"100%\",id:\"oSPU3AEmI\",layoutId:\"oSPU3AEmI\",PxxpBghqE:(_getLocalizedValue=getLocalizedValue(\"v39\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:\"Jetzt Beratung buchen\",tisovQpYR:resolvedLinks4[0],variant:\"z4WjqkSay\",width:\"100%\"})})})})});}})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1n2ddc4\",\"data-framer-name\":\"TRENN\",name:\"TRENN\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-cyjagh\",\"data-framer-name\":\"BG\",name:\"BG\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-g8anez\",\"data-framer-name\":\"BOX\",name:\"BOX\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1halk9x\",\"data-framer-name\":\"CONTENT\",name:\"CONTENT\"})})})}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-1tz28wg\",\"data-framer-name\":\"03 SERVICE\",name:\"03 SERVICE\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1wz138j\",\"data-framer-name\":\"BG\",name:\"BG\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1sil6zl\",\"data-framer-name\":\"BOX\",name:\"BOX\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{vszekxD7X:{__framer__styleAppearEffectEnabled:undefined,__framer__styleTransformEffectEnabled:undefined,style:{}}},children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition10},__framer__animateOnce:true,__framer__enter:animation13,__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:500,type:\"spring\"},__framer__styleAppearEffectEnabled:true,__framer__styleTransformEffectEnabled:true,__framer__threshold:0,__framer__transformTargets:[{target:{opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:130}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__targetOpacity:1,className:\"framer-kjwulj\",\"data-framer-name\":\"CONTENT\",name:\"CONTENT\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-92d2d4\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue43=getLocalizedValue(\"v40\",activeLocale))!==null&&_getLocalizedValue43!==void 0?_getLocalizedValue43:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{className:\"framer-styles-preset-8eqe18\",\"data-styles-preset\":\"e5aPLkkIS\",style:{\"--framer-text-color\":\"var(--token-ecaa2a6b-f0f7-4e70-b602-46c6b8d3dd72, rgb(19, 19, 18))\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-fd3c7e2d-00c7-43ff-b122-5235cd3a23ae, rgb(122, 121, 117))\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"03\"})}),/*#__PURE__*/_jsx(\"strong\",{children:\" Coaching & Sparring\"})]})}),className:\"framer-1so7ipg\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue44=getLocalizedValue(\"v41\",activeLocale))!==null&&_getLocalizedValue44!==void 0?_getLocalizedValue44:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-16oax0g\",\"data-styles-preset\":\"OiWpyG0s9\",style:{\"--framer-text-color\":\"var(--token-fd3c7e2d-00c7-43ff-b122-5235cd3a23ae, rgb(122, 121, 117))\"},children:'Dein Raum f\\xfcr Reflexion & Exzellenz. Wir bewegen uns mit Neugier, Humor & Balance zur Probleml\\xf6sung. Hier bekommst du Coaching von einer fundiert ausgebildeten Coach, die dich dabei unterst\\xfctzt, Organisationsdynamiken, Politik, unaufl\\xf6sbar erscheinende Dilemmata, Paradoxien und vieles mehr zu verstehen und zu reflektieren. So erarbeitest du dir Handlungsalternativen, die zu dir und deinem Arbeitsumfeld passen und eine Chance auf \"fruchtbaren Boden\" haben.'})}),className:\"framer-mmmszu\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{en3gZyVja:{width:\"calc(min(100vw, 1400px) - 100px)\",y:5323.599999999999},vszekxD7X:{width:\"calc(min(100vw, 1400px) - 60px)\",y:5033.599999999999}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:215,y:4477.4,children:/*#__PURE__*/_jsx(Container,{className:\"framer-owms31-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{en3gZyVja:{style:{width:\"100%\"}},vszekxD7X:{style:{width:\"100%\"}}},children:/*#__PURE__*/_jsx(Accordion3x,{aYwUrk7Uf:(_getLocalizedValue45=getLocalizedValue(\"v43\",activeLocale))!==null&&_getLocalizedValue45!==void 0?_getLocalizedValue45:\"Supervision\",D_ZYKPKJX:\"Coaching\",height:\"100%\",id:\"t8Bs9fdZG\",IMRX6L4Uc:(_getLocalizedValue46=getLocalizedValue(\"v42\",activeLocale))!==null&&_getLocalizedValue46!==void 0?_getLocalizedValue46:\"Wie begegnest du einer herausfordernden Situation im Unternehmen? Was kannst du in deiner aktuellen Position als F\\xfchrungskraft tun? Was brauchst du jetzt f\\xfcr deine professionelle Weiterentwicklung? Hier findest du DEINE L\\xf6sung.\",jURhNZwtA:(_getLocalizedValue47=getLocalizedValue(\"v45\",activeLocale))!==null&&_getLocalizedValue47!==void 0?_getLocalizedValue47:\"Fokus-Sitzung\",layoutId:\"t8Bs9fdZG\",mUOFNYump:(_getLocalizedValue48=getLocalizedValue(\"v44\",activeLocale))!==null&&_getLocalizedValue48!==void 0?_getLocalizedValue48:\"Du bist selbst Agile Coach, Scrummaster oder Organisationsbegleiter*in und w\\xfcnscht eine Kollegiale Fallberatung? Du bist F\\xfchrungskraft und brauchst Sparring? Bei mir bekommst du Reibung & Wissen.\",variant:\"M0GRJDbig\",W1GW4Cnyn:(_getLocalizedValue49=getLocalizedValue(\"v46\",activeLocale))!==null&&_getLocalizedValue49!==void 0?_getLocalizedValue49:\"Du hast ein gut abgegrenztes Thema oder Problem? Gemeinsam fokussieren wir uns darauf, dich innerhalb eines Tages an einen anderen Punkt zu katapultieren.\",width:\"100%\"})})})})})]})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{vszekxD7X:{__framer__styleAppearEffectEnabled:undefined,__framer__styleTransformEffectEnabled:undefined,style:{}}},children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation13,__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:500,type:\"spring\"},__framer__styleAppearEffectEnabled:true,__framer__styleTransformEffectEnabled:true,__framer__threshold:0,__framer__transformTargets:[{target:{opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:130}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__targetOpacity:1,className:\"framer-vtc4gi\",\"data-framer-name\":\"IMAGE\",name:\"IMAGE\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{en3gZyVja:{background:{alt:(_getLocalizedValue50=getLocalizedValue(\"v47\",activeLocale))!==null&&_getLocalizedValue50!==void 0?_getLocalizedValue50:\"Moderne St\\xfchle und ein Tisch in einem Raum mit Holzw\\xe4nden und wei\\xdfen W\\xe4nden\",fit:\"fill\",intrinsicHeight:331,intrinsicWidth:351,loading:getLoadingLazyAtYPosition(5588.599999999999),pixelHeight:1364,pixelWidth:1402,sizes:\"calc(min(100vw, 1400px) - 100px)\",src:\"https://framerusercontent.com/images/CGA2z2oruzoyMPO5q6vQofpgY8.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/CGA2z2oruzoyMPO5q6vQofpgY8.png?scale-down-to=512 512w,https://framerusercontent.com/images/CGA2z2oruzoyMPO5q6vQofpgY8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/CGA2z2oruzoyMPO5q6vQofpgY8.png 1402w\"}},vszekxD7X:{background:{alt:(_getLocalizedValue51=getLocalizedValue(\"v47\",activeLocale))!==null&&_getLocalizedValue51!==void 0?_getLocalizedValue51:\"Moderne St\\xfchle und ein Tisch in einem Raum mit Holzw\\xe4nden und wei\\xdfen W\\xe4nden\",fit:\"fill\",intrinsicHeight:331,intrinsicWidth:351,loading:getLoadingLazyAtYPosition(5298.599999999999),pixelHeight:1364,pixelWidth:1402,sizes:\"calc(min(100vw, 1400px) - 60px)\",src:\"https://framerusercontent.com/images/CGA2z2oruzoyMPO5q6vQofpgY8.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/CGA2z2oruzoyMPO5q6vQofpgY8.png?scale-down-to=512 512w,https://framerusercontent.com/images/CGA2z2oruzoyMPO5q6vQofpgY8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/CGA2z2oruzoyMPO5q6vQofpgY8.png 1402w\"}}},children:/*#__PURE__*/_jsx(Image,{as:\"figure\",background:{alt:(_getLocalizedValue52=getLocalizedValue(\"v47\",activeLocale))!==null&&_getLocalizedValue52!==void 0?_getLocalizedValue52:\"Moderne St\\xfchle und ein Tisch in einem Raum mit Holzw\\xe4nden und wei\\xdfen W\\xe4nden\",fit:\"fill\",intrinsicHeight:331,intrinsicWidth:351,loading:getLoadingLazyAtYPosition(4246.2),pixelHeight:1364,pixelWidth:1402,src:\"https://framerusercontent.com/images/CGA2z2oruzoyMPO5q6vQofpgY8.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/CGA2z2oruzoyMPO5q6vQofpgY8.png?scale-down-to=512 512w,https://framerusercontent.com/images/CGA2z2oruzoyMPO5q6vQofpgY8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/CGA2z2oruzoyMPO5q6vQofpgY8.png 1402w\"},className:\"framer-17imqwb\",\"data-framer-name\":\"Bildschirmfoto_2024_01_27_um_11_29_57\",name:\"Bildschirmfoto_2024_01_27_um_11_29_57\"})})})})]})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1bdiw4s\",\"data-framer-name\":\"CTA BAR\",name:\"CTA BAR\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{vszekxD7X:{__framer__styleTransformEffectEnabled:undefined,style:{}}},children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:500,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:130}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__targetOpacity:1,className:\"framer-4xgtki\",\"data-framer-name\":\"BG\",name:\"BG\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-4gvcb2\",\"data-framer-name\":\"BOX\",name:\"BOX\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-rq6701\",\"data-framer-name\":\"CONTENT\",name:\"CONTENT\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ysfjqp\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue53=getLocalizedValue(\"v48\",activeLocale))!==null&&_getLocalizedValue53!==void 0?_getLocalizedValue53:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-8eqe18\",\"data-styles-preset\":\"e5aPLkkIS\",style:{\"--framer-text-color\":\"var(--token-a88c7813-34b4-48f3-9ac3-55b160663e08, rgb(253, 252, 251))\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Du m\\xf6chtest mehr erfahren?\"})})}),className:\"framer-19bx0vp\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue54=getLocalizedValue(\"v49\",activeLocale))!==null&&_getLocalizedValue54!==void 0?_getLocalizedValue54:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-16oax0g\",\"data-styles-preset\":\"OiWpyG0s9\",style:{\"--framer-text-color\":\"var(--token-79d967a8-2e7d-4698-9fb4-967a1ab7367b, rgb(206, 204, 191))\"},children:\"Ich freue mich auf deine Kontaktaufnahme!\"})}),className:\"framer-jiol29\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":eWSrbeeK2\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":eWSrbeeK2\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":eWSrbeeK2\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined}],children:resolvedLinks5=>/*#__PURE__*/{var _getLocalizedValue;return _jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{en3gZyVja:{y:6419.799999999999},vszekxD7X:{width:\"calc(max(min(100vw, 1400px) - 60px, 1px) - 60px)\",y:6069.799999999999}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:52,y:5007.4,children:/*#__PURE__*/_jsx(Container,{className:\"framer-10fjsdv-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{en3gZyVja:{tisovQpYR:resolvedLinks5[1]},vszekxD7X:{style:{width:\"100%\"},tisovQpYR:resolvedLinks5[2]}},children:/*#__PURE__*/_jsx(Button1,{height:\"100%\",id:\"s4w_YJ_Tc\",layoutId:\"s4w_YJ_Tc\",PxxpBghqE:(_getLocalizedValue=getLocalizedValue(\"v7\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:\"Lass uns sprechen\",tisovQpYR:resolvedLinks5[0],variant:\"z4WjqkSay\",width:\"100%\"})})})})});}})]}),isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{en3gZyVja:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:960,intrinsicWidth:960,loading:getLoadingLazyAtYPosition(6168.599999999999),pixelHeight:960,pixelWidth:960,positionX:\"right\",positionY:\"top\",sizes:\"max(max(min(100vw, 1400px) - 100px, 1px) / 4, 1px)\",src:\"https://framerusercontent.com/images/inIIf7z1nRIlpyvGVcwEOatjuc.png\",srcSet:\"https://framerusercontent.com/images/inIIf7z1nRIlpyvGVcwEOatjuc.png?scale-down-to=512 512w,https://framerusercontent.com/images/inIIf7z1nRIlpyvGVcwEOatjuc.png 960w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:960,intrinsicWidth:960,loading:getLoadingLazyAtYPosition(4756.2),pixelHeight:960,pixelWidth:960,positionX:\"right\",positionY:\"top\",sizes:\"max(max(min(100vw, 1400px) - 100px, 1px) / 4, 1px)\",src:\"https://framerusercontent.com/images/inIIf7z1nRIlpyvGVcwEOatjuc.png\",srcSet:\"https://framerusercontent.com/images/inIIf7z1nRIlpyvGVcwEOatjuc.png?scale-down-to=512 512w,https://framerusercontent.com/images/inIIf7z1nRIlpyvGVcwEOatjuc.png 960w\"},className:\"framer-on3t1i hidden-19kxsw3\"})})]})})})})}),/*#__PURE__*/_jsxs(\"aside\",{className:\"framer-1fsfpxo\",\"data-framer-name\":\"PROFIL\",name:\"PROFIL\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-skz3s0\",\"data-framer-name\":\"SERVICE_HEADLINE\",name:\"SERVICE_HEADLINE\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{vszekxD7X:{__framer__styleTransformEffectEnabled:undefined,style:{}}},children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:500,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:130}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__targetOpacity:1,className:\"framer-4w4u0e\",\"data-framer-name\":\"BG\",id:elementId4,name:\"BG\",ref:ref6,style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-fc5f9d\",\"data-framer-name\":\"CONTENT\",name:\"CONTENT\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-hh973c\",\"data-framer-name\":\"Headline Section\",name:\"Headline Section\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue55=getLocalizedValue(\"v50\",activeLocale))!==null&&_getLocalizedValue55!==void 0?_getLocalizedValue55:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{className:\"framer-styles-preset-16bbkay\",\"data-styles-preset\":\"AjrIU5tha\",style:{\"--framer-text-color\":\"var(--token-ecaa2a6b-f0f7-4e70-b602-46c6b8d3dd72, rgb(19, 19, 18))\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-1fbb1b37-4c8b-4f54-bd0a-63fc9772064c, rgb(0, 215, 199))\"},children:\"\u25A0\"}),\" Profil\"]})}),className:\"framer-1geodae\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-pmv411\",\"data-framer-name\":\"BG\",name:\"BG\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1tztpbu\",\"data-framer-name\":\"BOX\",name:\"BOX\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{vszekxD7X:{__framer__styleTransformEffectEnabled:undefined,style:{}}},children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:500,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:130}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__targetOpacity:1,className:\"framer-otz3eb\",\"data-framer-name\":\"IMAGE\",name:\"IMAGE\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{en3gZyVja:{background:{alt:(_getLocalizedValue56=getLocalizedValue(\"v51\",activeLocale))!==null&&_getLocalizedValue56!==void 0?_getLocalizedValue56:\"Portr\\xe4t von Kristina M\\xfcller, mit See und Baum Hintergrund\",fit:\"fill\",intrinsicHeight:2198,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition(6821.799999999999),pixelHeight:2198,pixelWidth:2e3,sizes:\"calc(max(min(100vw, 1400px), 1px) - 100px)\",src:\"https://framerusercontent.com/images/VyJlMBRQrrzRux8GHwGRO4WBIV4.jpg\",srcSet:\"https://framerusercontent.com/images/VyJlMBRQrrzRux8GHwGRO4WBIV4.jpg?scale-down-to=1024 931w,https://framerusercontent.com/images/VyJlMBRQrrzRux8GHwGRO4WBIV4.jpg?scale-down-to=2048 1863w,https://framerusercontent.com/images/VyJlMBRQrrzRux8GHwGRO4WBIV4.jpg 2000w\"}},vszekxD7X:{background:{alt:(_getLocalizedValue57=getLocalizedValue(\"v51\",activeLocale))!==null&&_getLocalizedValue57!==void 0?_getLocalizedValue57:\"Portr\\xe4t von Kristina M\\xfcller, mit See und Baum Hintergrund\",fit:\"fill\",intrinsicHeight:2198,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition(6361.799999999999),pixelHeight:2198,pixelWidth:2e3,sizes:\"calc(max(min(100vw, 1400px), 1px) - 60px)\",src:\"https://framerusercontent.com/images/VyJlMBRQrrzRux8GHwGRO4WBIV4.jpg\",srcSet:\"https://framerusercontent.com/images/VyJlMBRQrrzRux8GHwGRO4WBIV4.jpg?scale-down-to=1024 931w,https://framerusercontent.com/images/VyJlMBRQrrzRux8GHwGRO4WBIV4.jpg?scale-down-to=2048 1863w,https://framerusercontent.com/images/VyJlMBRQrrzRux8GHwGRO4WBIV4.jpg 2000w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:(_getLocalizedValue58=getLocalizedValue(\"v51\",activeLocale))!==null&&_getLocalizedValue58!==void 0?_getLocalizedValue58:\"Portr\\xe4t von Kristina M\\xfcller, mit See und Baum Hintergrund\",fit:\"fill\",intrinsicHeight:2198,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition(5509.4),pixelHeight:2198,pixelWidth:2e3,sizes:\"max((min(100vw, 1400px) - 200px) / 2, 1px)\",src:\"https://framerusercontent.com/images/VyJlMBRQrrzRux8GHwGRO4WBIV4.jpg\",srcSet:\"https://framerusercontent.com/images/VyJlMBRQrrzRux8GHwGRO4WBIV4.jpg?scale-down-to=1024 931w,https://framerusercontent.com/images/VyJlMBRQrrzRux8GHwGRO4WBIV4.jpg?scale-down-to=2048 1863w,https://framerusercontent.com/images/VyJlMBRQrrzRux8GHwGRO4WBIV4.jpg 2000w\"},className:\"framer-g978hw\",\"data-framer-name\":\"Bildschirmfoto_2024_01_27_um_11_29_57\",name:\"Bildschirmfoto_2024_01_27_um_11_29_57\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-8ep0sq\",\"data-framer-name\":\"CONTENT\",name:\"CONTENT\",children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:500,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:130}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__targetOpacity:1,className:\"framer-1iheqsg\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue59=getLocalizedValue(\"v52\",activeLocale))!==null&&_getLocalizedValue59!==void 0?_getLocalizedValue59:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-8eqe18\",\"data-styles-preset\":\"e5aPLkkIS\",style:{\"--framer-text-color\":\"var(--token-ecaa2a6b-f0f7-4e70-b602-46c6b8d3dd72, rgb(19, 19, 18))\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"\\xdcber mich - Kristina M\\xfcller\"})})}),className:\"framer-m4nnn1\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue60=getLocalizedValue(\"v53\",activeLocale))!==null&&_getLocalizedValue60!==void 0?_getLocalizedValue60:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-16oax0g\",\"data-styles-preset\":\"OiWpyG0s9\",style:{\"--framer-text-color\":\"var(--token-fd3c7e2d-00c7-43ff-b122-5235cd3a23ae, rgb(122, 121, 117))\"},children:\"Als erfahrene Wirtschaftspsychologin, F\\xfchrungskraft und Gr\\xfcnderin helfe ich dir und euch, eure Organisationsdynamik besser zu verstehen. Gemeinsam schaffen wir die Grundlagen f\\xfcr eine Unternehmensf\\xfchrung, die sowohl effektiv als auch nachhaltig ist. Ob digitale Transformation, Agilit\\xe4t, hybride Arbeit oder Team- und Organisationsentwicklung - ich arbeite mit allen Unternehmensebenen und habe Erfahrung von Start-Ups bis hin zu etablierten Corporates.\"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-16oax0g\",\"data-styles-preset\":\"OiWpyG0s9\",style:{\"--framer-text-color\":\"var(--token-fd3c7e2d-00c7-43ff-b122-5235cd3a23ae, rgb(122, 121, 117))\"},children:\"Meine St\\xe4rken liegen im Erkennen von Mustern und Zusammenh\\xe4ngen sowie im \u201ERein- und Raus-Zoomen\u201C. Dadurch gelingt es mir, strategische Ziele nahtlos mit operativer Arbeit zu verbinden. Zus\\xe4tzlich ist es mir ein Anliegen, die Balance zwischen unternehmerischen und pers\\xf6nlichen Interessen zu f\\xf6rdern \u2013 in beide Richtungen!\"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-16oax0g\",\"data-styles-preset\":\"OiWpyG0s9\",style:{\"--framer-text-color\":\"var(--token-fd3c7e2d-00c7-43ff-b122-5235cd3a23ae, rgb(122, 121, 117))\"},children:\"Jede Organisation ist einzigartig. Mein Ansatz ist daher ganzheitlich und co-kreativ und er ber\\xfccksichtigt die individuellen Dynamiken jedes Unternehmens. Mein breit aufgestelltes Netzwerk erg\\xe4nzt meine Expertise und bringt zus\\xe4tzliche Perspektiven ein - f\\xfcr inspirierende und wirkungsvolle L\\xf6sungen.\"})]}),className:\"framer-pmjv0p\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1jepk4q\",children:/*#__PURE__*/_jsx(\"button\",{\"aria-label\":'target=\"_blank\"',className:\"framer-1di4081\",\"data-reset\":\"button\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{en3gZyVja:{y:7858.999999999999},vszekxD7X:{width:\"calc(max(min(100vw, 1400px), 1px) - 60px)\",y:7398.999999999999}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:52,y:6016.599999999999,children:/*#__PURE__*/_jsx(Container,{className:\"framer-dx9q44-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{vszekxD7X:{style:{width:\"100%\"}}},children:/*#__PURE__*/_jsx(Button1,{height:\"100%\",id:\"PIHWF7nQk\",layoutId:\"PIHWF7nQk\",PxxpBghqE:\"Linkedin\",tisovQpYR:\"https://www.linkedin.com/company/99-facets/\",variant:\"mecibClYC\",width:\"100%\"})})})})})})})]}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:500,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:130}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__targetOpacity:1,className:\"framer-mz3nu4\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-kvwwz5\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ped745\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue61=getLocalizedValue(\"v54\",activeLocale))!==null&&_getLocalizedValue61!==void 0?_getLocalizedValue61:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1wy9682\",\"data-styles-preset\":\"nlO5fUpAe\",style:{\"--framer-text-color\":\"var(--token-ecaa2a6b-f0f7-4e70-b602-46c6b8d3dd72, rgb(19, 19, 18))\"},children:\"Auszeichnungen und Publikationen:\"})}),className:\"framer-qzx92p\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-h86joh\",children:[/*#__PURE__*/_jsxs(\"figure\",{className:\"framer-1cm2hxg\",children:[/*#__PURE__*/_jsx(Link,{href:\"https://www.brandeins.de/products/brandeins-thema-unternehmensberater-2024\",nodeId:\"QuFBqatGm\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{en3gZyVja:{background:{alt:(_getLocalizedValue62=getLocalizedValue(\"v55\",activeLocale))!==null&&_getLocalizedValue62!==void 0?_getLocalizedValue62:\"Siegel von Brandeins mit dem Titel, 2024 Beste Unternehmensberater\",fit:\"fill\",intrinsicHeight:1181,intrinsicWidth:766,loading:getLoadingLazyAtYPosition(8014.999999999999),pixelHeight:1181,pixelWidth:766,sizes:\"123px\",src:\"https://framerusercontent.com/images/pC5G7UNcyqvkkWHzvk1y2iORFTU.png\",srcSet:\"https://framerusercontent.com/images/pC5G7UNcyqvkkWHzvk1y2iORFTU.png?scale-down-to=1024 664w,https://framerusercontent.com/images/pC5G7UNcyqvkkWHzvk1y2iORFTU.png 766w\"}},vszekxD7X:{background:{alt:(_getLocalizedValue63=getLocalizedValue(\"v55\",activeLocale))!==null&&_getLocalizedValue63!==void 0?_getLocalizedValue63:\"Siegel von Brandeins mit dem Titel, 2024 Beste Unternehmensberater\",fit:\"fill\",intrinsicHeight:1181,intrinsicWidth:766,loading:getLoadingLazyAtYPosition(7554.999999999999),pixelHeight:1181,pixelWidth:766,sizes:\"123px\",src:\"https://framerusercontent.com/images/pC5G7UNcyqvkkWHzvk1y2iORFTU.png\",srcSet:\"https://framerusercontent.com/images/pC5G7UNcyqvkkWHzvk1y2iORFTU.png?scale-down-to=1024 664w,https://framerusercontent.com/images/pC5G7UNcyqvkkWHzvk1y2iORFTU.png 766w\"}}},children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:(_getLocalizedValue64=getLocalizedValue(\"v55\",activeLocale))!==null&&_getLocalizedValue64!==void 0?_getLocalizedValue64:\"Siegel von Brandeins mit dem Titel, 2024 Beste Unternehmensberater\",fit:\"fill\",intrinsicHeight:1181,intrinsicWidth:766,loading:getLoadingLazyAtYPosition(6172.599999999999),pixelHeight:1181,pixelWidth:766,sizes:\"123px\",src:\"https://framerusercontent.com/images/pC5G7UNcyqvkkWHzvk1y2iORFTU.png\",srcSet:\"https://framerusercontent.com/images/pC5G7UNcyqvkkWHzvk1y2iORFTU.png?scale-down-to=1024 664w,https://framerusercontent.com/images/pC5G7UNcyqvkkWHzvk1y2iORFTU.png 766w\"},className:\"framer-1c652te framer-lux5qc\",\"data-framer-name\":\"BrandEins_Berater2024_Logo_DE_basic\",name:\"BrandEins_Berater2024_Logo_DE_basic\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-16oax0g\",\"data-styles-preset\":\"OiWpyG0s9\",style:{\"--framer-text-color\":\"var(--token-fd3c7e2d-00c7-43ff-b122-5235cd3a23ae, rgb(122, 121, 117))\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://www.brandeins.de/products/brandeins-thema-unternehmensberater-2024\",nodeId:\"bz8svOh9U\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-14smzx7\",\"data-styles-preset\":\"BAmgWZ8Hi\",children:\"brandeins 2024 Beste Unternehmensberater\"})})})}),className:\"framer-3zw92r\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"figure\",{className:\"framer-15pqv7u\",children:[/*#__PURE__*/_jsx(Link,{href:\"https://www.carl-auer.de/new-organizing?gad_source=1&gclid=CjwKCAiAt5euBhB9EiwAdkXWO0-55z2RZLdqjjZ8U-6q1dsLrPuQxGbCE_b1jTDUeEgomZLpL8O2GRoC1RIQAvD_BwE\",nodeId:\"qxa2JvyXF\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{en3gZyVja:{background:{alt:(_getLocalizedValue65=getLocalizedValue(\"v56\",activeLocale))!==null&&_getLocalizedValue65!==void 0?_getLocalizedValue65:\"Siegel von New Organizing\",fit:\"fill\",intrinsicHeight:500,intrinsicWidth:314,loading:getLoadingLazyAtYPosition(8014.999999999999),pixelHeight:1e3,pixelWidth:628,sizes:\"119.32px\",src:\"https://framerusercontent.com/images/YKZaSnJinqqhWM1eiJ4nbLTQlU.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/YKZaSnJinqqhWM1eiJ4nbLTQlU.png 628w\"}},vszekxD7X:{background:{alt:(_getLocalizedValue66=getLocalizedValue(\"v56\",activeLocale))!==null&&_getLocalizedValue66!==void 0?_getLocalizedValue66:\"Siegel von New Organizing\",fit:\"fill\",intrinsicHeight:500,intrinsicWidth:314,loading:getLoadingLazyAtYPosition(7952.999999999999),pixelHeight:1e3,pixelWidth:628,sizes:\"119.32px\",src:\"https://framerusercontent.com/images/YKZaSnJinqqhWM1eiJ4nbLTQlU.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/YKZaSnJinqqhWM1eiJ4nbLTQlU.png 628w\"}}},children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:(_getLocalizedValue67=getLocalizedValue(\"v56\",activeLocale))!==null&&_getLocalizedValue67!==void 0?_getLocalizedValue67:\"Siegel von New Organizing\",fit:\"fill\",intrinsicHeight:500,intrinsicWidth:314,loading:getLoadingLazyAtYPosition(6172.599999999999),pixelHeight:1e3,pixelWidth:628,sizes:\"119.32px\",src:\"https://framerusercontent.com/images/YKZaSnJinqqhWM1eiJ4nbLTQlU.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/YKZaSnJinqqhWM1eiJ4nbLTQlU.png 628w\"},className:\"framer-77v34i framer-lux5qc\",\"data-framer-name\":\"image\",name:\"image\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-16oax0g\",\"data-styles-preset\":\"OiWpyG0s9\",style:{\"--framer-text-color\":\"var(--token-fd3c7e2d-00c7-43ff-b122-5235cd3a23ae, rgb(122, 121, 117))\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://www.carl-auer.de/new-organizing?gad_source=1&gclid=CjwKCAiAt5euBhB9EiwAdkXWO0-55z2RZLdqjjZ8U-6q1dsLrPuQxGbCE_b1jTDUeEgomZLpL8O2GRoC1RIQAvD_BwE\",nodeId:\"Mz7rnF0Cd\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-14smzx7\",\"data-styles-preset\":\"BAmgWZ8Hi\",children:\"New Organizing \"})})})}),className:\"framer-11hzo2q\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]})})})]})]})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1juqu1n\",\"data-framer-name\":\"TESTIMONIALS\",name:\"TESTIMONIALS\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-x00zek\",\"data-framer-name\":\"SERVICE_HEADLINE\",name:\"SERVICE_HEADLINE\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{vszekxD7X:{__framer__styleTransformEffectEnabled:undefined,style:{}}},children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:500,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:130}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__targetOpacity:1,className:\"framer-i7a04j\",\"data-framer-name\":\"BG\",name:\"BG\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-r9ynum\",\"data-framer-name\":\"CONTENT\",name:\"CONTENT\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-g7417y\",\"data-framer-name\":\"Headline Section\",name:\"Headline Section\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue68=getLocalizedValue(\"v57\",activeLocale))!==null&&_getLocalizedValue68!==void 0?_getLocalizedValue68:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{className:\"framer-styles-preset-16bbkay\",\"data-styles-preset\":\"AjrIU5tha\",style:{\"--framer-text-color\":\"var(--token-ecaa2a6b-f0f7-4e70-b602-46c6b8d3dd72, rgb(19, 19, 18))\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-a3062090-1b51-4d7c-89ce-b1db0d745cb0, rgb(235, 249, 40))\"},children:\"\u25A0\"}),\" Erfolge meiner Kund:innen\"]})}),className:\"framer-sjitik\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-gyu8b0\",\"data-framer-name\":\"BG\",name:\"BG\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-4zh9z9\",\"data-framer-name\":\"CONTENT\",name:\"CONTENT\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-2gult6-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{vszekxD7X:{paddingBottom:30,paddingLeft:30,paddingRight:30,paddingTop:30,sizingObject:{heightInset:0,heightRows:2,heightType:\"auto\",widthColumns:2,widthInset:0,widthType:\"stretch\"}}},children:/*#__PURE__*/_jsx(Carousel,{align:\"center\",ariaLabel:\"\",arrowObject:{arrowFill:\"rgba(0, 0, 0, 0.2)\",arrowPadding:20,arrowRadius:50,arrowSize:50,showMouseControls:true},axis:true,borderRadius:0,fadeObject:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeTransition:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"},fadeWidth:5},gap:30,height:\"100%\",id:\"RjoBdGR9W\",layoutId:\"RjoBdGR9W\",padding:50,paddingBottom:50,paddingLeft:50,paddingPerSide:true,paddingRight:50,paddingTop:50,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:470,width:\"380px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1xwh2h6-container\",children:/*#__PURE__*/_jsx(Testimonial,{height:\"100%\",id:\"mnQIX7AVN\",jMJ8bwIao:addImageAlt({src:\"https://framerusercontent.com/images/yL75DIrJo5hwBWjFqeczeJfML8.png\",srcSet:\"https://framerusercontent.com/images/yL75DIrJo5hwBWjFqeczeJfML8.png?scale-down-to=512 512w,https://framerusercontent.com/images/yL75DIrJo5hwBWjFqeczeJfML8.png 788w\"},\"\"),JRSEf73bg:true,jvcIvPR8g:\"Matthias Nietz, GF netgo Software GmbH\",layoutId:\"mnQIX7AVN\",style:{width:\"100%\"},variant:\"n79ler26r\",width:\"100%\",WRYB6Pxi2:(_getLocalizedValue69=getLocalizedValue(\"v58\",activeLocale))!==null&&_getLocalizedValue69!==void 0?_getLocalizedValue69:'\"Kristina hat mit profundem Wissen und ma\\xdfgeschneiderter Beratung das Management-Team der netgo software bei der strategischen Arbeit und der Einf\\xfchrung von OKR wesentlich unterst\\xfctzt. Ihre professionelle und zugleich dynamische Arbeitsweise war ausschlaggebend f\\xfcr unseren Erfolg. Danke!\"'})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:470,width:\"380px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1vxj898-container\",children:/*#__PURE__*/_jsx(Testimonial,{height:\"100%\",id:\"wPZEpA7lR\",jMJ8bwIao:addImageAlt({src:\"https://framerusercontent.com/images/Vmld4DKnNpsVvVWxOZT39FfzLfM.png\",srcSet:\"https://framerusercontent.com/images/Vmld4DKnNpsVvVWxOZT39FfzLfM.png?scale-down-to=512 512w,https://framerusercontent.com/images/Vmld4DKnNpsVvVWxOZT39FfzLfM.png 576w\"},\"\"),JRSEf73bg:true,jvcIvPR8g:\"Vlore Krug, Head of Organizational Development mobile.de\",layoutId:\"wPZEpA7lR\",style:{width:\"100%\"},variant:\"n79ler26r\",width:\"100%\",WRYB6Pxi2:(_getLocalizedValue70=getLocalizedValue(\"v59\",activeLocale))!==null&&_getLocalizedValue70!==void 0?_getLocalizedValue70:'\"Mit ihrer Expertise in versch. Branchen & Rollen ist Kristina die 1. Wahl f\\xfcr die Bew\\xe4ltigung heikler Herausforderungen. Ihre F\\xe4higkeit, komplexe Systeme schnell zu verstehen & mutig Feedback zu geben, macht sie unverzichtbar. Ich engagiere sie f\\xfcr F\\xfchrungsteams & mich selbst.\"'})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:470,width:\"380px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1rop78-container\",children:/*#__PURE__*/_jsx(Testimonial,{height:\"100%\",id:\"E7R3o3L8n\",jMJ8bwIao:addImageAlt({src:\"https://framerusercontent.com/images/l60eTdq9OxMCuWA9dVUykat7k8o.png\",srcSet:\"https://framerusercontent.com/images/l60eTdq9OxMCuWA9dVUykat7k8o.png?scale-down-to=1024 787w,https://framerusercontent.com/images/l60eTdq9OxMCuWA9dVUykat7k8o.png 972w\"},\"\"),JRSEf73bg:true,jvcIvPR8g:\"Gerd Jan Tsch\\xf6pe, Head of Corporate Platform idealo\",layoutId:\"E7R3o3L8n\",style:{width:\"100%\"},variant:\"n79ler26r\",width:\"100%\",WRYB6Pxi2:(_getLocalizedValue71=getLocalizedValue(\"v60\",activeLocale))!==null&&_getLocalizedValue71!==void 0?_getLocalizedValue71:'\"Kristina stellt als F\\xfchrungskraft schnell authentische, belastbare Arbeitsbeziehungen her. Offenheit, Zugewandtheit & Augenh\\xf6he pr\\xe4gen ihren Stil. Sie hat einen scharfen Blick f\\xfcr systemische Zusammenh\\xe4nge & legt unbestechlich ihren Finger auf den Punkt.\"'})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:470,width:\"380px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1fg5081-container\",children:/*#__PURE__*/_jsx(Testimonial,{height:\"100%\",id:\"Pc0s6VAqz\",jMJ8bwIao:addImageAlt({src:\"https://framerusercontent.com/images/25EDlx9kSdy67lXtUXaNB5m7Hg.png\",srcSet:\"https://framerusercontent.com/images/25EDlx9kSdy67lXtUXaNB5m7Hg.png 880w\"},\"\"),JRSEf73bg:true,jvcIvPR8g:(_getLocalizedValue72=getLocalizedValue(\"v61\",activeLocale))!==null&&_getLocalizedValue72!==void 0?_getLocalizedValue72:\"Evan Mayer, Agile Coach MediaMarkt-Saturn\",layoutId:\"Pc0s6VAqz\",style:{width:\"100%\"},variant:\"n79ler26r\",width:\"100%\",WRYB6Pxi2:(_getLocalizedValue73=getLocalizedValue(\"v62\",activeLocale))!==null&&_getLocalizedValue73!==void 0?_getLocalizedValue73:'\"In unserer Transformation hat Kristina skalierbare Ans\\xe4tze entwickelt & umgesetzt, die unsere Teams & F\\xfchrungskr\\xe4fte wirklich abgeholt haben.\\nDabei wechselte sie geschickt zwischen treibender Kraft & unterst\\xfctzender Mentorin, um auch mich in meiner Funktion zu st\\xe4rken.\"'})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:470,width:\"380px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-14cjjzg-container\",children:/*#__PURE__*/_jsx(Testimonial,{height:\"100%\",id:\"LqGAytADp\",jMJ8bwIao:addImageAlt({src:\"https://framerusercontent.com/images/KLnOT95fOAuMQGGtloz8XoWtFlk.png\",srcSet:\"https://framerusercontent.com/images/KLnOT95fOAuMQGGtloz8XoWtFlk.png?scale-down-to=512 512w,https://framerusercontent.com/images/KLnOT95fOAuMQGGtloz8XoWtFlk.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/KLnOT95fOAuMQGGtloz8XoWtFlk.png 1102w\"},\"\"),JRSEf73bg:true,jvcIvPR8g:(_getLocalizedValue74=getLocalizedValue(\"v63\",activeLocale))!==null&&_getLocalizedValue74!==void 0?_getLocalizedValue74:\"Jan Becker, Agile Coach bei Ratepay\",layoutId:\"LqGAytADp\",style:{width:\"100%\"},variant:\"n79ler26r\",width:\"100%\",WRYB6Pxi2:(_getLocalizedValue75=getLocalizedValue(\"v64\",activeLocale))!==null&&_getLocalizedValue75!==void 0?_getLocalizedValue75:'\"Kristina hat mich nach einem Rollenwechsel durch Ihre Impulse und Fragen gro\\xdfartig unterst\\xfctzt. Meine Probleml\\xf6sungskompetenz hat sich enorm gesteigert. Nach einer Weile der Zusammenarbeit habe ich mir ein \"Was w\\xfcrde Kristina fragen?\"-Selbstcoaching angew\\xf6hnt.\"'})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:470,width:\"380px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-u3jvvz-container\",children:/*#__PURE__*/_jsx(Testimonial,{height:\"100%\",id:\"tveMH8AMw\",JRSEf73bg:true,jvcIvPR8g:(_getLocalizedValue76=getLocalizedValue(\"v65\",activeLocale))!==null&&_getLocalizedValue76!==void 0?_getLocalizedValue76:\"Maren Eggert, Rolle F\\xfchrungskultur & Personalentwicklung, Hypoport hub SE\",layoutId:\"tveMH8AMw\",style:{width:\"100%\"},variant:\"n79ler26r\",width:\"100%\",WRYB6Pxi2:(_getLocalizedValue77=getLocalizedValue(\"v66\",activeLocale))!==null&&_getLocalizedValue77!==void 0?_getLocalizedValue77:'\"Die Frage \u201EWer bin ich?\u201C war der Start f\\xfcr das Coaching mit Kristina. Meine Rolle war sehr im Wandel. Kristina hat mir durch ihre offene, herzliche, st\\xe4rkenorientierte Art & gleichzeitig hohe Professionalit\\xe4t leichtgewichtig zu mehr Klarheit verholfen.\"'})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:470,width:\"380px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-11bdcvf-container\",children:/*#__PURE__*/_jsx(Testimonial,{height:\"100%\",id:\"q0kSDxOp_\",jMJ8bwIao:addImageAlt({src:\"https://framerusercontent.com/images/EmwlAITIAqsLdeOIwLZmjJjMnZA.png\",srcSet:\"https://framerusercontent.com/images/EmwlAITIAqsLdeOIwLZmjJjMnZA.png?scale-down-to=512 512w,https://framerusercontent.com/images/EmwlAITIAqsLdeOIwLZmjJjMnZA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/EmwlAITIAqsLdeOIwLZmjJjMnZA.png 1134w\"},\"\"),JRSEf73bg:true,jvcIvPR8g:(_getLocalizedValue78=getLocalizedValue(\"v67\",activeLocale))!==null&&_getLocalizedValue78!==void 0?_getLocalizedValue78:\"Daniel R\\xe4der, People Lead &CPO Digitales Versicherungserlebnis, DEVK\",layoutId:\"q0kSDxOp_\",style:{width:\"100%\"},variant:\"n79ler26r\",width:\"100%\",WRYB6Pxi2:(_getLocalizedValue79=getLocalizedValue(\"v68\",activeLocale))!==null&&_getLocalizedValue79!==void 0?_getLocalizedValue79:'\"Kristina ist als Sparring-Partnerin in strategischen Fragen unersetzlich. Ihre Expertise und Methodenvielfalt haben nicht nur meine F\\xfchrungskompetenzen erweitert, sondern auch den Pfad f\\xfcr nachhaltigem Gesch\\xe4ftserfolg aufgezeigt. Sie ist eine unverzichtbare St\\xfctze in meiner beruflichen Entwicklung.\"'})})})],snapObject:{fluid:false,snap:true,snapEdge:\"center\"},style:{width:\"100%\"},width:\"100%\"})})})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1meukdq\",\"data-framer-name\":\"KUND:INNEN\",name:\"KUND:INNEN\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1urafrn\",\"data-framer-name\":\"SERVICE_HEADLINE\",name:\"SERVICE_HEADLINE\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{vszekxD7X:{__framer__styleTransformEffectEnabled:undefined,style:{}}},children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:500,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:130}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__targetOpacity:1,className:\"framer-irwvrk\",\"data-framer-name\":\"BG\",name:\"BG\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-p6a1gp\",\"data-framer-name\":\"CONTENT\",name:\"CONTENT\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-ndlm69\",\"data-framer-name\":\"Headline Section\",name:\"Headline Section\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue80=getLocalizedValue(\"v69\",activeLocale))!==null&&_getLocalizedValue80!==void 0?_getLocalizedValue80:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{className:\"framer-styles-preset-8eqe18\",\"data-styles-preset\":\"e5aPLkkIS\",style:{\"--framer-text-color\":\"var(--token-ecaa2a6b-f0f7-4e70-b602-46c6b8d3dd72, rgb(19, 19, 18))\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-a3062090-1b51-4d7c-89ce-b1db0d745cb0, rgb(235, 249, 40))\"},children:\"\u25A0\"}),\" Kund:innen\"]})}),className:\"framer-5pi5a\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1vjcq94\",\"data-framer-name\":\"BG\",name:\"BG\",children:/*#__PURE__*/_jsx(\"figure\",{className:\"framer-1y4j4oc\",\"data-framer-name\":\"CONTENT\",name:\"CONTENT\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-d5nsus-container\",children:/*#__PURE__*/_jsx(Ticker1,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:25,overflow:false},gap:100,height:\"100%\",hoverFactor:1,id:\"F6dPT6yqp\",layoutId:\"F6dPT6yqp\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(SVG,{className:\"framer-sk6z9n\",\"data-framer-name\":\"Idealo_Internet_GmbH_1_\",layout:\"position\",name:\"Idealo_Internet_GmbH_1_\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 140 47\"><path d=\"M 0.349 3.334 L 7.403 3.334 L 7.403 8.908 L 0.349 8.908 Z M 0.349 11.832 L 7.403 11.832 L 7.403 31.07 L 0.349 31.07 Z M 11.56 18.901 C 11.492 17.712 11.594 16.522 11.765 15.367 C 11.969 14.313 12.48 13.327 13.23 12.545 C 13.979 11.798 15.07 11.22 16.501 10.812 C 17.932 10.404 19.874 10.2 22.294 10.2 L 24.032 10.2 C 24.815 10.2 25.599 10.268 26.349 10.404 C 27.064 10.506 27.78 10.744 28.461 11.05 C 29.075 11.356 29.62 11.798 30.063 12.307 C 30.506 12.885 30.779 13.565 30.847 14.279 L 30.881 3.368 L 37.9 3.368 L 37.9 30.866 L 31.29 30.866 L 31.29 27.161 C 31.085 27.739 30.745 28.249 30.37 28.691 C 29.995 29.2 29.518 29.642 28.973 29.982 C 28.291 30.356 27.576 30.628 26.826 30.798 C 25.906 31.002 24.986 31.07 24.066 31.07 L 22.362 31.07 C 19.943 31.07 18 30.866 16.569 30.458 C 15.138 30.05 14.048 29.472 13.264 28.691 C 12.514 28.011 12.003 27.093 11.799 26.107 C 11.594 24.952 11.526 23.762 11.594 22.572 L 11.594 18.901 Z M 18.375 21.859 C 18.375 22.368 18.409 22.912 18.511 23.422 C 18.58 23.864 18.75 24.238 19.057 24.578 C 19.397 24.918 19.806 25.156 20.283 25.292 C 21.033 25.496 21.783 25.564 22.532 25.53 L 26.349 25.53 C 27.03 25.53 27.712 25.462 28.393 25.36 C 28.939 25.292 29.45 25.088 29.893 24.748 C 30.302 24.442 30.608 24.034 30.779 23.558 C 31.017 22.946 31.119 22.267 31.085 21.621 L 31.085 19.581 C 31.119 18.935 31.017 18.256 30.779 17.644 C 30.608 17.168 30.302 16.76 29.893 16.454 C 29.45 16.148 28.939 15.944 28.393 15.876 C 27.712 15.774 27.03 15.706 26.349 15.706 L 22.498 15.706 C 21.749 15.672 20.965 15.774 20.249 15.944 C 19.772 16.046 19.363 16.318 19.023 16.658 C 18.75 16.998 18.546 17.372 18.477 17.814 C 18.375 18.324 18.341 18.867 18.341 19.377 Z M 60.152 25.496 C 60.049 26.549 59.027 26.753 57.391 26.753 L 52.519 26.753 C 50.849 26.753 49.043 25.937 49.043 24.136 L 49.043 22.742 L 67.103 22.742 L 67.103 19.343 C 67.103 12.579 64.002 10.166 56.165 10.166 L 50.985 10.166 C 45.67 10.166 42.058 12.511 42.058 19.921 L 42.058 21.825 C 42.058 30.152 46.896 31.07 51.803 31.07 L 58.823 31.07 C 64.922 31.07 67.103 29.846 67.171 25.496 Z M 49.077 17.746 C 49.077 15.604 49.929 14.483 52.621 14.483 L 56.778 14.483 C 59.47 14.483 60.322 15.604 60.322 17.746 L 60.322 18.664 L 49.077 18.664 Z M 69.863 23.796 C 69.863 18.426 77.53 18.664 78.211 18.664 L 83.766 18.664 C 85.197 18.664 87.139 19.139 87.821 19.853 L 87.957 19.989 L 87.957 17.78 C 87.957 15.638 87.139 14.483 84.481 14.483 L 80.29 14.483 C 78.041 14.483 76.814 14.789 76.814 15.774 L 70.476 15.774 C 70.476 11.594 73.85 10.2 79.268 10.2 L 87.48 10.2 C 92.387 10.2 94.908 12.783 94.908 17.474 L 94.908 30.866 L 87.923 30.866 L 87.923 28.249 L 87.514 28.963 C 86.321 30.662 85.435 31.036 81.858 31.036 L 76.917 31.036 C 72.555 31.036 69.863 30.118 69.863 25.462 Z M 85.299 26.991 C 87.241 26.991 87.991 26.209 87.991 24.782 C 87.991 22.3 87.378 21.961 83.595 21.893 L 80.222 21.893 C 77.428 21.859 76.746 22.572 76.712 24.068 C 76.678 26.345 77.428 26.957 80.222 26.957 Z M 99.1 31.07 L 106.153 31.07 L 106.153 3.368 L 99.1 3.368 Z M 110.106 18.154 C 110.106 11.526 114.502 10.166 118.352 10.166 L 128.404 10.166 C 132.255 10.166 136.651 11.526 136.651 18.154 L 136.651 23.116 C 136.651 29.744 132.255 31.104 128.404 31.104 L 118.318 31.104 C 114.468 31.104 110.072 29.744 110.072 23.116 Z M 116.921 21.791 C 116.921 22.3 116.955 22.844 117.057 23.354 C 117.126 23.796 117.296 24.204 117.603 24.51 C 117.943 24.85 118.386 25.088 118.829 25.224 C 119.579 25.428 120.363 25.496 121.146 25.462 L 124.997 25.462 C 125.713 25.462 126.394 25.394 127.076 25.292 C 127.621 25.224 128.166 25.02 128.609 24.68 C 129.018 24.374 129.324 24 129.495 23.524 C 129.733 22.878 129.836 22.233 129.802 21.553 L 129.802 19.581 C 129.836 18.901 129.733 18.256 129.495 17.61 C 129.29 17.134 128.984 16.726 128.575 16.42 C 128.132 16.114 127.587 15.91 127.041 15.808 C 126.36 15.706 125.644 15.638 124.963 15.638 L 121.112 15.638 C 120.329 15.604 119.545 15.706 118.795 15.876 C 118.318 15.978 117.875 16.216 117.568 16.59 C 117.296 16.93 117.091 17.338 117.023 17.746 C 116.921 18.256 116.887 18.8 116.887 19.309 Z\" fill=\"rgb(18,50,116)\"></path><path d=\"M 0.349 44.734 L 136.651 44.734 L 136.651 39.16 L 0.349 39.16 Z\" fill=\"rgb(255,102,0)\"></path></svg>',svgContentId:9435899348,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-14covg8\",\"data-framer-name\":\"Joyn_Streaminganbieter_logo_4_\",layout:\"position\",name:\"Joyn_Streaminganbieter_logo_4_\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 117 51\"><path d=\"M 44.479 17.682 C 44.479 13.472 41.629 10.315 37.581 10.315 C 33.531 10.315 30.681 13.472 30.681 17.682 C 30.681 21.892 33.531 25.048 37.579 25.048 C 41.629 25.048 44.477 21.892 44.477 17.682 Z M 53.777 17.682 C 53.777 26.634 46.51 33.92 37.581 33.92 C 28.65 33.92 21.385 26.634 21.385 17.682 C 21.385 8.729 28.65 1.443 37.581 1.443 C 46.51 1.443 53.777 8.729 53.777 17.682 Z M 1.44 2.346 L 1.44 11.216 L 9.388 11.216 L 9.388 35.573 C 9.388 38.281 7.889 40.687 4.89 40.687 L 1.44 40.687 L 1.44 49.557 L 4.89 49.557 C 12.986 49.557 18.686 43.166 18.686 35.348 L 18.686 2.346 Z M 105.061 1.443 C 102.366 1.443 99.404 2.203 97.263 4.863 L 97.263 2.346 L 87.968 2.346 L 87.968 33.018 L 97.265 33.018 L 97.265 15.577 C 97.265 12.719 98.765 10.313 101.749 10.313 C 104.762 10.313 106.261 12.719 106.261 15.425 L 106.261 33.018 L 115.56 33.018 L 115.56 13.472 C 115.56 5.803 111.361 1.443 105.063 1.443 Z M 74.769 2.346 L 84.067 2.346 L 84.067 35.348 C 84.067 43.166 78.368 49.557 70.271 49.557 C 62.324 49.557 56.474 43.242 56.474 36.325 L 65.772 36.325 C 65.923 38.731 67.722 40.687 70.271 40.687 C 73.27 40.687 74.769 38.281 74.769 35.575 L 74.769 30.5 C 72.631 33.16 69.669 33.92 66.971 33.92 C 60.673 33.92 56.474 29.559 56.474 21.892 L 56.474 2.346 L 65.772 2.346 L 65.772 19.936 C 65.772 22.642 67.271 25.048 70.286 25.048 C 73.27 25.048 74.769 22.642 74.769 19.787 Z\" fill=\"rgb(0,0,0)\"></path></svg>',svgContentId:11102108349,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-136quyn\",\"data-framer-name\":\"DEVK_201x_logo\",layout:\"position\",name:\"DEVK_201x_logo\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 144 74\"><path d=\"M 141.903 71.905 L 2.097 71.905 L 2.097 2.095 L 141.903 2.095 L 141.903 71.905\" fill=\"rgb(0,102,51)\"></path><path d=\"M 25.398 25.365 L 25.398 48.635 L 34.948 48.635 C 41.713 48.668 46.89 46.882 46.89 36.933 C 46.89 34.56 46.696 30.31 44.483 27.87 C 42.208 25.399 38.274 25.365 35.766 25.365 Z M 51.55 25.365 L 51.55 48.635 L 67.799 48.635 L 67.799 44.043 L 58.055 44.043 L 58.055 38.138 L 66.705 38.138 L 66.705 34.271 L 58.057 34.271 L 58.057 29.313 L 66.997 29.313 L 66.997 25.365 Z M 70.725 25.365 L 77.259 48.635 L 87 48.635 L 93.535 25.365 L 87.17 25.365 L 83.183 40.23 C 82.787 41.704 82.641 42.077 82.196 44.25 C 81.834 42.205 81.734 41.745 81.305 40.065 L 77.678 25.365 Z M 97.029 25.365 L 97.029 48.635 L 103.749 48.635 L 103.749 42.218 L 106.586 38.746 L 111.862 48.634 L 118.602 48.634 L 110.614 33.871 L 117.609 25.365 L 111.01 25.365 L 103.75 35.021 L 103.75 25.365 Z M 32.207 29.271 L 34.689 29.271 C 36.026 29.271 37.922 29.242 39.131 30.553 C 39.784 31.267 40.125 32.283 40.281 33.266 C 40.497 34.457 40.53 35.65 40.53 36.841 C 40.53 38.005 40.467 38.861 40.311 40.055 C 40.033 41.871 39.413 43.602 36.832 44.197 C 36.056 44.41 35.249 44.409 34.472 44.436 L 33.415 44.436 L 32.207 44.424 Z\" fill=\"rgb(255,255,255)\"></path></svg>',svgContentId:9423674097,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-gtf40v\",\"data-framer-name\":\"V_Zug_Logo2\",layout:\"position\",name:\"V_Zug_Logo2\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 117 79\"><g><defs><linearGradient id=\"idss10346380590_1g41427986\" x1=\"0.20674459614308932\" x2=\"0.7932554038569106\" y1=\"1\" y2=\"0\"><stop offset=\"0\" stop-color=\"rgb(65,143,222)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(0,26,112)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 19.047 0 L 25.033 51.486 C 25.033 51.486 28.298 77.638 57.14 77.638 L 57.956 77.638 C 87.07 77.638 90.063 51.486 90.063 51.486 L 96.049 0 Z M 85.437 48.762 C 85.437 48.762 83.805 72.734 57.684 72.734 C 31.563 72.734 29.93 48.762 29.93 48.762 L 24.76 5.448 L 90.335 5.448 Z M 62.309 8.445 L 67.751 8.445 L 60.949 24.79 L 53.874 24.79 L 47.072 8.445 L 52.514 8.445 L 57.412 20.159 Z M 30.747 25.879 L 47.072 25.879 L 47.072 30.783 L 38.637 38.138 L 47.344 38.138 L 47.344 42.769 L 30.202 42.769 L 30.202 38.138 L 39.181 30.238 L 30.747 30.238 Z M 61.221 25.879 L 66.663 25.879 L 66.663 35.686 C 66.663 35.686 66.663 43.314 57.412 43.314 C 48.16 43.314 48.16 35.686 48.16 35.686 L 48.16 25.879 L 53.602 25.879 L 53.602 33.779 C 53.602 33.779 53.33 38.683 57.412 38.683 C 61.493 38.683 61.221 33.779 61.221 33.779 Z M 85.165 30.238 L 76.186 30.238 C 76.186 30.238 72.921 29.966 72.921 34.052 C 72.921 38.41 76.458 38.138 76.458 38.138 L 79.723 38.138 L 79.723 34.052 L 85.165 34.052 L 85.165 42.769 L 74.553 42.769 C 74.553 42.769 67.207 42.497 67.207 34.052 C 67.207 25.607 74.553 25.879 74.553 25.879 L 85.437 25.879 L 85.437 30.238 Z\" fill=\"url(#idss10346380590_1g41427986)\"></path></g></svg>',svgContentId:10346380590,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1vaki8w\",\"data-framer-name\":\"ratepay_logo_brand_web_rgb_red\",layout:\"position\",name:\"ratepay_logo_brand_web_rgb_red\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 232 69\"><path d=\"M 92.19 23.168 L 92.19 46.655 L 84.74 46.655 L 84.74 43.337 C 84.448 43.895 84.05 44.399 83.573 44.877 C 83.096 45.328 82.512 45.752 81.903 46.097 C 81.266 46.442 80.577 46.708 79.835 46.92 C 79.092 47.132 78.35 47.238 77.581 47.238 C 75.91 47.238 74.346 46.92 72.914 46.283 C 71.509 45.646 70.289 44.797 69.282 43.709 C 68.274 42.621 67.505 41.32 66.949 39.808 C 66.392 38.295 66.127 36.65 66.127 34.898 C 66.127 33.147 66.392 31.501 66.949 29.988 C 67.505 28.476 68.301 27.175 69.282 26.087 C 70.289 24.999 71.509 24.123 72.914 23.513 C 74.32 22.876 75.884 22.558 77.581 22.558 C 78.323 22.558 79.066 22.664 79.835 22.876 C 80.577 23.088 81.266 23.354 81.903 23.725 C 82.539 24.097 83.096 24.495 83.573 24.999 C 84.05 25.477 84.448 26.008 84.74 26.512 L 84.74 23.168 Z M 79.145 40.922 C 79.994 40.922 80.763 40.763 81.425 40.445 C 82.115 40.126 82.698 39.702 83.175 39.144 C 83.653 38.613 84.05 37.977 84.315 37.233 C 84.581 36.49 84.74 35.721 84.74 34.925 C 84.74 34.128 84.581 33.332 84.315 32.642 C 84.05 31.926 83.653 31.289 83.175 30.732 C 82.698 30.174 82.115 29.723 81.425 29.405 C 80.736 29.086 79.994 28.927 79.145 28.927 C 78.297 28.927 77.528 29.086 76.865 29.405 C 76.176 29.723 75.592 30.148 75.115 30.732 C 74.638 31.289 74.24 31.926 73.975 32.642 C 73.71 33.359 73.551 34.128 73.551 34.925 C 73.551 35.721 73.71 36.517 73.975 37.233 C 74.24 37.977 74.638 38.587 75.115 39.144 C 75.592 39.675 76.176 40.126 76.865 40.445 C 77.528 40.763 78.297 40.922 79.145 40.922 Z M 120.534 36.729 C 120.56 37.446 120.693 38.109 120.852 38.746 C 121.011 39.383 121.303 39.94 121.727 40.392 C 122.151 40.843 122.655 41.241 123.318 41.506 C 123.981 41.772 124.776 41.931 125.757 41.931 C 127.056 41.931 128.037 41.665 128.7 41.161 C 129.363 40.657 129.814 40.02 130.079 39.25 L 137.397 39.25 C 137.238 40.338 136.867 41.4 136.257 42.382 C 135.647 43.364 134.878 44.213 133.871 44.93 C 132.863 45.673 131.696 46.257 130.371 46.655 C 129.019 47.079 127.507 47.292 125.81 47.292 C 123.769 47.292 121.966 47 120.375 46.389 C 118.784 45.779 117.485 44.93 116.398 43.842 C 115.337 42.753 114.515 41.427 113.958 39.914 C 113.402 38.401 113.136 36.756 113.136 34.925 C 113.136 33.2 113.402 31.581 113.932 30.095 C 114.462 28.608 115.284 27.282 116.318 26.167 C 117.379 25.052 118.678 24.177 120.216 23.513 C 121.754 22.85 123.557 22.531 125.598 22.531 C 127.454 22.531 129.098 22.823 130.583 23.407 C 132.068 23.991 133.34 24.76 134.374 25.742 C 135.408 26.724 136.257 27.865 136.814 29.166 C 137.371 30.466 137.662 31.82 137.662 33.253 C 137.662 33.73 137.662 34.261 137.636 34.818 C 137.609 35.376 137.53 36.013 137.424 36.729 Z M 125.545 27.52 C 124.087 27.52 122.894 27.945 121.939 28.794 C 120.985 29.643 120.534 30.864 120.534 32.457 L 130.371 32.457 C 130.371 30.917 129.92 29.723 129.019 28.847 C 128.144 27.945 126.977 27.52 125.545 27.52 Z M 194.694 23.433 L 194.694 46.92 L 187.244 46.92 L 187.244 43.603 C 186.952 44.16 186.555 44.664 186.077 45.142 C 185.6 45.593 185.017 46.018 184.407 46.363 C 183.771 46.708 183.081 46.973 182.339 47.185 C 181.596 47.398 180.854 47.504 180.085 47.504 C 178.415 47.504 176.85 47.185 175.419 46.548 C 173.987 45.912 172.794 45.062 171.786 43.974 C 170.779 42.886 170.01 41.586 169.453 40.073 C 168.896 38.56 168.631 36.915 168.631 35.163 C 168.631 33.412 168.896 31.767 169.453 30.254 C 170.01 28.741 170.805 27.441 171.786 26.353 C 172.794 25.265 174.013 24.389 175.419 23.778 C 176.824 23.142 178.388 22.823 180.085 22.823 C 180.827 22.823 181.57 22.929 182.339 23.142 C 183.081 23.354 183.771 23.619 184.407 23.991 C 185.043 24.362 185.6 24.76 186.077 25.265 C 186.555 25.742 186.952 26.273 187.244 26.777 L 187.244 23.407 Z M 181.676 41.161 C 182.524 41.161 183.293 41.002 183.956 40.683 C 184.645 40.365 185.229 39.94 185.706 39.383 C 186.183 38.852 186.581 38.215 186.846 37.472 C 187.111 36.729 187.27 35.96 187.27 35.163 C 187.27 34.367 187.111 33.571 186.846 32.881 C 186.581 32.165 186.183 31.528 185.706 30.97 C 185.229 30.413 184.645 29.962 183.956 29.643 C 183.267 29.325 182.524 29.166 181.676 29.166 C 180.827 29.166 180.059 29.325 179.396 29.643 C 178.706 29.962 178.123 30.387 177.646 30.97 C 177.168 31.528 176.771 32.165 176.506 32.881 C 176.24 33.598 176.081 34.367 176.081 35.163 C 176.081 35.96 176.24 36.756 176.506 37.472 C 176.771 38.215 177.168 38.826 177.646 39.383 C 178.123 39.914 178.706 40.365 179.396 40.683 C 180.059 41.002 180.827 41.161 181.676 41.161 Z M 210.417 52.758 L 201.694 52.758 L 205.883 44.293 L 196.471 23.433 L 205.671 23.433 L 210.285 35.853 L 216.065 23.433 L 224.788 23.433 Z M 109.531 41.108 C 109.08 41.108 108.656 41.055 108.258 40.949 C 107.86 40.843 107.515 40.657 107.224 40.392 C 106.932 40.126 106.72 39.702 106.534 39.197 C 106.349 38.693 106.296 37.977 106.296 37.101 L 106.296 28.741 L 110.644 28.741 L 113.508 23.168 L 106.322 23.168 L 106.322 15.074 L 98.898 19.081 L 98.898 23.168 L 95.186 23.168 L 95.186 28.741 L 98.898 28.741 L 98.898 38.799 C 98.898 40.763 99.163 42.276 99.694 43.417 C 100.224 44.532 100.913 45.381 101.735 45.912 C 102.557 46.442 103.459 46.787 104.44 46.92 C 105.421 47.053 106.349 47.106 107.224 47.106 C 108.311 47.106 109.292 47.053 110.114 46.973 C 110.936 46.893 111.625 46.814 112.182 46.708 L 112.182 41.002 C 111.811 41.082 111.413 41.135 110.909 41.135 C 110.405 41.135 109.981 41.108 109.531 41.108 Z M 66.153 23.142 C 65.57 22.929 64.854 22.77 64.032 22.77 C 62.388 22.77 60.903 23.195 59.631 24.044 C 58.331 24.893 57.43 25.875 56.873 26.963 L 56.873 23.168 L 49.423 23.168 L 49.423 46.655 L 56.873 46.655 L 56.873 37.472 C 56.873 34.606 57.483 32.589 58.729 31.368 C 59.79 30.333 61.168 29.723 62.812 29.617 Z M 29.802 21.363 C 27.389 19.93 24.579 19.108 21.583 19.108 C 15.193 19.187 9.731 23.035 7.318 28.529 L 15.193 36.252 Z M 36.139 28.529 L 15.59 49.494 C 17.526 50.29 19.647 50.742 21.848 50.742 C 30.571 50.635 37.571 43.523 37.491 34.792 C 37.491 32.563 37.014 30.44 36.139 28.529 Z M 148.056 26.538 C 148.347 26.034 148.745 25.503 149.222 25.026 C 149.7 24.548 150.283 24.123 150.919 23.752 C 151.582 23.38 152.272 23.115 152.987 22.903 C 153.703 22.69 154.472 22.584 155.241 22.584 C 156.912 22.584 158.476 22.903 159.908 23.54 C 161.313 24.177 162.533 25.026 163.54 26.114 C 164.548 27.202 165.317 28.502 165.873 30.015 C 166.43 31.528 166.695 33.173 166.695 34.925 C 166.695 36.676 166.43 38.322 165.873 39.834 C 165.317 41.347 164.521 42.647 163.54 43.735 C 162.559 44.823 161.313 45.699 159.908 46.31 C 158.502 46.947 156.938 47.265 155.241 47.265 C 154.472 47.265 153.703 47.159 152.987 46.947 C 152.272 46.734 151.582 46.469 150.919 46.097 C 150.256 45.726 149.7 45.328 149.222 44.85 C 148.745 44.372 148.347 43.868 148.056 43.311 L 148.056 52.758 L 140.605 52.758 L 140.605 23.168 L 148.056 23.168 Z M 153.73 28.927 C 152.881 28.927 152.112 29.086 151.423 29.405 C 150.707 29.723 150.124 30.148 149.647 30.705 C 149.169 31.236 148.772 31.873 148.507 32.616 C 148.241 33.359 148.082 34.128 148.082 34.925 C 148.082 35.721 148.241 36.517 148.507 37.233 C 148.772 37.977 149.169 38.587 149.647 39.144 C 150.124 39.675 150.707 40.126 151.423 40.445 C 152.139 40.763 152.881 40.922 153.73 40.922 C 154.525 40.922 155.294 40.763 155.984 40.445 C 156.673 40.126 157.256 39.702 157.733 39.144 C 158.211 38.613 158.608 37.977 158.874 37.233 C 159.139 36.49 159.298 35.721 159.298 34.925 C 159.298 34.128 159.139 33.332 158.874 32.616 C 158.608 31.873 158.211 31.262 157.733 30.705 C 157.256 30.174 156.673 29.723 155.984 29.405 C 155.268 29.086 154.552 28.927 153.73 28.927 Z\" fill=\"rgb(228,0,63)\"></path></svg>',svgContentId:11938118059,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1cgxzx9\",\"data-framer-name\":\"LucaNet_idMFSTKwmZ_6\",layout:\"position\",name:\"LucaNet_idMFSTKwmZ_6\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 215 63\"><path d=\"M 51.269 36.619 L 51.269 5.04 L 56.861 5.04 L 56.861 31.894 L 70.092 31.894 L 70.092 36.619 Z M 88.52 36.619 L 88.284 33.154 C 86.394 35.831 83.637 37.17 80.881 37.17 C 78.046 37.17 75.919 36.067 74.502 34.177 C 72.769 31.894 72.454 28.822 72.454 25.436 L 72.454 13.387 L 77.888 13.387 L 77.888 25.121 C 77.888 27.09 77.967 29.216 78.755 30.712 C 79.463 31.894 80.645 32.445 82.299 32.445 C 84.504 32.445 86.709 31.027 88.048 28.901 L 88.048 13.387 L 93.482 13.387 L 93.482 36.697 L 88.52 36.697 Z M 117.108 34.571 C 115.06 36.304 112.383 37.17 109.233 37.17 C 102.46 37.17 97.419 32.209 97.419 24.964 C 97.419 18.191 102.46 12.836 109.469 12.836 C 112.304 12.836 114.903 13.702 116.951 15.356 L 114.273 19.451 C 112.934 18.349 111.359 17.719 109.626 17.719 C 105.846 17.719 102.932 21.026 102.932 25.121 C 102.932 29.452 105.925 32.524 109.548 32.524 C 111.201 32.524 112.855 31.972 114.194 30.791 Z M 134.985 36.619 L 134.749 34.414 C 133.095 36.382 130.811 37.091 128.134 37.091 C 123.802 37.091 119.786 34.729 119.786 29.846 C 119.786 24.097 125.141 22.286 130.024 22.286 C 131.284 22.286 132.701 22.444 134.434 22.759 L 134.434 22.207 C 134.434 19.057 133.016 17.167 129.473 17.167 C 126.874 17.167 124.275 18.191 122.306 19.215 L 120.81 15.12 C 123.566 13.781 127.11 12.836 130.496 12.836 C 137.112 12.836 139.947 16.537 139.947 22.601 L 139.947 36.619 Z M 134.434 26.381 C 133.016 26.066 131.914 25.909 130.89 25.909 C 128.291 25.909 125.22 26.696 125.22 29.767 C 125.22 32.13 127.11 33.154 129.158 33.154 C 131.205 33.154 132.859 32.209 134.434 30.87 Z\" fill=\"rgb(0,149,218)\"></path><path d=\"M 166.408 36.619 L 150.815 15.277 L 150.815 36.619 L 145.223 36.619 L 145.223 5.04 L 150.106 5.04 L 165.857 26.46 L 165.857 5.04 L 171.449 5.04 L 171.449 36.619 Z M 180.742 26.381 C 181.136 29.846 183.419 32.681 187.278 32.681 C 190.271 32.681 192.24 31.5 193.658 29.059 L 197.359 31.579 C 194.76 35.359 191.767 37.17 186.885 37.17 C 179.718 37.17 175.15 32.051 175.15 25.121 C 175.15 18.113 180.269 12.758 186.885 12.758 C 193.185 12.758 197.832 17.325 197.832 23.546 C 197.832 24.413 197.753 25.436 197.595 26.303 L 180.742 26.303 Z M 187.121 17.246 C 183.813 17.246 181.844 19.53 181.136 22.523 L 192.397 22.523 C 192.24 19.451 189.956 17.246 187.121 17.246 M 208.07 17.955 L 208.07 27.563 C 208.07 28.271 208.07 28.744 208.148 29.531 C 208.306 31.343 208.936 32.366 210.668 32.366 C 211.692 32.366 212.48 32.13 213.267 31.736 L 214.921 35.91 C 213.582 36.698 211.614 37.091 209.881 37.091 C 206.416 37.091 204.132 35.359 203.266 32.681 C 202.793 31.5 202.714 29.925 202.714 28.35 L 202.714 17.955 L 199.8 17.955 L 199.8 13.388 L 202.714 13.388 L 203.266 8.033 L 208.227 8.033 L 208.227 13.388 L 214.37 13.388 L 214.37 18.034 L 208.07 18.034 Z\" fill=\"rgb(27,44,101)\"></path><path d=\"M 41.346 24.334 C 42.37 18.427 40.795 12.127 36.621 7.245 C 32.368 2.284 26.304 -0.158 20.24 0 C 20.004 9.293 17.247 19.609 15.278 25.594 C 21.5 24.491 31.974 23.074 41.346 24.334\" fill=\"rgb(0,149,218)\"></path><path d=\"M 26.462 30.398 C 18.192 31.106 11.498 32.76 11.419 32.839 C 10.317 33.075 9.136 32.76 8.348 31.894 C 7.56 31.027 7.324 29.846 7.797 28.744 C 7.797 28.665 10.317 22.129 12.128 14.018 C 13.231 9.214 13.861 4.961 14.097 1.26 C 11.656 2.126 9.372 3.386 7.324 5.198 C -1.496 12.521 -2.441 25.673 5.04 34.414 C 12.522 43.155 25.674 44.1 34.416 36.619 C 36.542 34.807 38.196 32.681 39.377 30.319 C 35.597 29.925 31.266 29.925 26.462 30.398 M 55.522 48.431 C 54.104 48.431 53.159 49.14 53.159 50.242 C 53.159 51.502 54.734 51.975 56.231 52.526 C 57.727 53.077 59.223 53.786 59.223 55.755 C 59.223 58.354 56.94 59.377 55.286 59.377 C 53.632 59.377 52.372 58.905 51.19 57.724 L 52.136 56.857 C 53.317 58.039 54.183 58.196 55.286 58.196 C 56.625 58.196 57.885 57.487 57.885 55.912 C 57.885 54.495 56.546 54.022 55.128 53.471 C 53.553 52.841 51.821 52.29 51.821 50.4 C 51.821 48.274 53.396 47.329 55.207 47.329 C 56.546 47.329 57.648 47.722 58.672 48.431 L 57.885 49.297 C 57.491 48.825 56.388 48.431 55.522 48.431 M 61.35 47.644 L 62.452 47.644 L 62.452 49.219 L 61.35 49.219 Z M 61.35 51.03 L 62.452 51.03 L 62.452 59.141 L 61.35 59.141 Z M 65.996 51.03 L 65.996 52.447 C 66.626 51.345 67.65 50.794 68.674 50.794 C 70.013 50.794 70.8 51.424 71.194 52.447 C 72.218 51.109 73.005 50.794 74.029 50.794 C 76.156 50.794 77.101 52.132 77.101 54.731 L 77.101 59.141 L 75.998 59.141 L 75.998 54.967 C 75.998 53.392 75.683 51.896 74.029 51.896 C 73.084 51.896 72.06 52.526 71.509 53.629 C 71.588 54.022 71.588 54.337 71.588 54.81 L 71.588 59.22 L 70.485 59.22 L 70.485 55.046 C 70.485 53.55 70.17 51.975 68.595 51.975 C 67.571 51.975 66.548 52.841 66.075 53.865 L 66.075 59.22 L 64.973 59.22 L 64.973 51.03 Z M 80.566 51.03 L 80.566 52.054 C 81.196 51.266 82.141 50.794 83.165 50.794 C 85.527 50.794 87.339 52.684 87.339 55.046 C 87.339 57.33 85.527 59.299 83.165 59.299 C 82.22 59.299 81.275 58.984 80.566 58.275 L 80.566 63.236 L 79.463 63.236 L 79.463 51.03 Z M 80.566 57.015 C 81.196 57.802 82.22 58.275 83.165 58.275 C 84.897 58.275 86.158 56.779 86.158 55.125 C 86.158 53.392 84.897 51.896 83.165 51.896 C 82.141 51.896 81.038 52.447 80.566 53.392 Z M 89.071 46.699 L 90.174 46.699 L 90.174 59.141 L 89.071 59.141 Z M 92.615 51.03 L 94.899 57.881 L 97.341 51.03 L 98.601 51.03 L 94.19 62.843 L 93.245 62.449 L 94.269 59.535 L 91.434 51.03 Z M 103.484 47.644 L 104.586 47.644 L 104.586 49.219 L 103.484 49.219 Z M 103.484 51.03 L 104.586 51.03 L 104.586 59.141 L 103.484 59.141 Z M 108.209 51.03 L 108.209 52.447 C 108.839 51.345 109.863 50.794 111.123 50.794 C 113.407 50.794 114.194 52.29 114.194 54.731 L 114.194 59.141 L 113.092 59.141 L 113.092 54.967 C 113.092 53.471 112.777 51.896 110.965 51.896 C 109.784 51.896 108.76 52.762 108.209 53.786 L 108.209 59.141 L 107.106 59.141 L 107.106 51.03 Z M 117.896 52.054 L 117.896 56.542 C 117.896 58.039 118.368 58.275 119.156 58.275 C 119.471 58.275 119.786 58.196 120.179 58.039 L 120.495 58.905 C 120.101 59.141 119.707 59.22 119.234 59.22 C 117.659 59.22 116.872 58.275 116.872 56.621 L 116.872 52.054 L 115.69 52.054 L 115.69 51.03 L 116.872 51.03 L 116.872 48.982 L 117.974 48.982 L 117.974 51.03 L 120.337 51.03 L 120.337 52.054 Z M 122.07 55.361 C 122.148 56.936 123.172 58.354 124.984 58.354 C 126.086 58.354 126.952 58.039 127.582 56.936 L 128.37 57.487 C 127.74 58.669 126.322 59.299 125.062 59.299 C 122.385 59.299 120.967 57.409 120.967 54.967 C 120.967 52.605 122.7 50.794 124.905 50.794 C 127.031 50.794 128.527 52.605 128.527 54.574 C 128.527 54.81 128.527 55.204 128.449 55.282 L 122.07 55.282 Z M 124.905 51.817 C 123.33 51.817 122.306 52.92 122.07 54.416 L 127.346 54.416 C 127.346 52.999 126.244 51.817 124.905 51.817 M 130.26 46.699 L 131.363 46.699 L 131.363 59.141 L 130.26 59.141 Z M 133.962 46.699 L 135.064 46.699 L 135.064 59.141 L 133.962 59.141 Z M 137.584 47.644 L 138.687 47.644 L 138.687 49.219 L 137.584 49.219 Z M 137.584 51.03 L 138.687 51.03 L 138.687 59.141 L 137.584 59.141 Z M 148.374 58.669 C 148.374 61.504 146.484 62.764 144.278 62.764 C 143.018 62.764 141.758 62.291 140.734 61.582 L 141.207 60.637 C 141.916 61.189 143.097 61.661 144.278 61.661 C 145.775 61.661 147.271 60.952 147.271 58.905 L 147.271 57.802 C 146.641 58.59 145.696 59.062 144.672 59.062 C 142.31 59.062 140.498 57.172 140.498 54.967 C 140.498 52.762 142.31 50.794 144.672 50.794 C 145.617 50.794 146.562 51.109 147.271 51.817 L 147.271 51.03 L 148.374 51.03 Z M 147.271 53.156 C 146.641 52.369 145.617 51.896 144.672 51.896 C 142.94 51.896 141.679 53.392 141.679 54.967 C 141.679 56.621 142.94 58.117 144.672 58.117 C 145.696 58.117 146.799 57.566 147.271 56.621 Z M 151.13 55.361 C 151.209 56.936 152.233 58.354 154.044 58.354 C 155.147 58.354 156.013 58.039 156.643 56.936 L 157.43 57.487 C 156.8 58.669 155.383 59.299 154.123 59.299 C 151.445 59.299 150.027 57.409 150.027 54.967 C 150.027 52.605 151.76 50.794 153.965 50.794 C 156.092 50.794 157.588 52.605 157.588 54.574 C 157.588 54.81 157.588 55.204 157.509 55.282 L 151.13 55.282 Z M 153.965 51.817 C 152.39 51.817 151.366 52.92 151.13 54.416 L 156.407 54.416 C 156.407 52.999 155.383 51.817 153.965 51.817 M 160.502 51.03 L 160.502 52.447 C 161.132 51.345 162.156 50.794 163.416 50.794 C 165.7 50.794 166.487 52.29 166.487 54.731 L 166.487 59.141 L 165.385 59.141 L 165.385 54.967 C 165.385 53.471 165.07 51.896 163.258 51.896 C 162.077 51.896 161.053 52.762 160.502 53.786 L 160.502 59.141 L 159.399 59.141 L 159.399 51.03 Z M 170.189 52.054 L 170.189 56.542 C 170.189 58.039 170.661 58.275 171.449 58.275 C 171.764 58.275 172.079 58.196 172.473 58.039 L 172.788 58.905 C 172.394 59.141 172 59.22 171.527 59.22 C 169.952 59.22 169.165 58.275 169.165 56.621 L 169.165 52.054 L 167.984 52.054 L 167.984 51.03 L 169.165 51.03 L 169.165 48.982 L 170.267 48.982 L 170.267 51.03 L 172.63 51.03 L 172.63 52.054 Z M 174.126 57.409 L 175.544 57.409 L 175.544 59.063 L 174.126 59.063 Z\" fill=\"rgb(27,44,101)\"></path></svg>',svgContentId:8726419753,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-vqsze1\",\"data-framer-name\":\"Media_Markt_logo_1_\",layout:\"position\",name:\"Media_Markt_logo_1_\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 323 50\"><path d=\"M 276.835 19.105 L 276.928 18.517 C 276.972 18.279 276.909 18.035 276.756 17.848 C 276.601 17.664 276.374 17.558 276.134 17.556 L 271.919 17.556 C 271.527 17.551 271.188 17.828 271.115 18.214 L 270.997 18.853 L 266.494 43.524 C 266.454 43.762 266.526 44.01 266.684 44.195 C 266.844 44.378 267.086 44.487 267.328 44.482 L 269.408 44.45 L 271.362 44.45 C 271.747 44.451 272.078 44.18 272.154 43.803 L 275.244 28.491 C 276.264 24.61 278.828 23.455 281.097 23.119 C 281.218 23.103 281.676 23.11 281.773 23.047 C 280.219 32.331 278.378 43.322 278.347 43.505 C 278.308 43.74 278.374 43.981 278.528 44.163 C 278.681 44.344 278.905 44.449 279.142 44.45 L 283.682 44.45 C 284.037 44.452 284.351 44.22 284.453 43.88 C 284.599 43.433 285.684 37.125 286.336 33.336 C 288.016 35.891 293.383 44.077 293.383 44.077 C 293.534 44.305 293.788 44.442 294.061 44.442 L 299.486 44.45 C 299.584 44.45 299.674 44.428 299.765 44.398 C 299.881 44.45 300.009 44.486 300.136 44.482 L 304.716 44.45 C 305.107 44.45 305.441 44.167 305.508 43.781 L 309.043 23.313 L 314.301 23.306 C 314.695 23.305 315.032 23.021 315.1 22.631 L 315.808 18.501 C 315.816 18.455 315.822 18.413 315.822 18.364 C 315.82 18.174 315.754 17.991 315.634 17.844 C 315.478 17.66 315.249 17.555 315.009 17.556 L 309.83 17.556 C 310.082 16.096 311.004 10.71 311.004 10.71 C 311.01 10.663 311.015 10.617 311.015 10.573 C 311.017 10.381 310.95 10.195 310.825 10.049 C 310.673 9.864 310.446 9.758 310.207 9.76 L 305.655 9.76 C 305.262 9.761 304.925 10.044 304.856 10.432 C 304.856 10.432 303.843 16.452 303.655 17.556 C 303.244 17.568 302.819 17.577 302.819 17.577 L 302.11 17.582 L 301.356 17.568 C 301.074 17.562 300.809 17.705 300.657 17.945 C 300.511 17.716 300.26 17.578 299.99 17.577 L 295.822 17.568 L 294.602 17.568 C 294.376 17.57 294.161 17.664 294.005 17.828 C 294.005 17.828 289.813 22.646 287.586 25.063 C 288.238 21.233 290.034 10.721 290.034 10.721 C 290.039 10.672 290.045 10.629 290.045 10.58 C 290.045 10.392 289.976 10.205 289.851 10.061 C 289.699 9.876 289.472 9.769 289.233 9.77 L 284.699 9.76 C 284.303 9.755 283.962 10.04 283.895 10.431 C 283.789 11.057 283.319 13.855 282.688 17.582 C 282.682 17.571 282.675 17.56 282.667 17.55 C 282.509 17.364 282.273 17.261 282.03 17.272 C 280.098 17.328 278.354 18.123 276.835 19.105 Z M 299.549 42.202 C 297.683 39.195 292.228 30.417 291.749 29.642 C 292.379 28.896 299.019 20.785 300.368 19.196 L 299.771 22.341 C 299.725 22.58 299.792 22.827 299.946 23.01 C 300.101 23.195 300.328 23.306 300.572 23.306 L 302.64 23.306 C 302.405 24.739 300.241 37.956 299.549 42.202 Z M 143.852 31.702 C 142.906 35.015 139.776 38.169 136.722 38.912 C 134.386 39.222 132.672 39.001 131.478 38.227 C 130.221 37.36 129.59 35.857 129.102 34.5 C 129.018 34.02 128.975 33.534 128.974 33.047 C 128.974 30.029 130.584 27.121 133.547 24.894 C 135.251 23.698 137.563 23.247 139.593 23.714 C 140.738 23.978 142.305 24.662 143.283 26.436 C 143.831 27.399 144.123 28.619 144.123 29.809 C 144.123 30.468 144.031 31.114 143.852 31.702 Z M 120.764 10.406 L 119.784 15.74 C 119.74 15.981 119.803 16.229 119.958 16.418 C 120.112 16.601 120.34 16.71 120.588 16.71 L 125.324 16.71 C 125.717 16.711 126.054 16.429 126.124 16.041 L 127.014 10.754 C 127.053 10.516 126.989 10.273 126.839 10.085 C 126.685 9.901 126.459 9.793 126.22 9.79 L 121.565 9.751 C 121.176 9.749 120.84 10.023 120.764 10.406 Z M 110.532 31.702 C 110.71 31.114 110.796 30.468 110.796 29.809 C 110.796 28.619 110.508 27.399 109.961 26.436 C 108.978 24.662 107.413 23.978 106.267 23.714 C 104.242 23.247 101.923 23.698 100.22 24.894 C 97.263 27.121 95.647 30.029 95.647 33.047 C 95.647 33.524 95.693 34.014 95.777 34.5 C 96.265 35.857 96.896 37.36 98.155 38.227 C 99.349 39.001 101.065 39.222 103.397 38.912 C 106.453 38.169 109.579 35.015 110.532 31.702 Z M 71.679 27.896 L 84.239 27.778 C 84.142 26.876 83.668 26.031 82.676 25.035 C 81.58 24.095 80.079 23.653 77.946 23.64 C 75.637 23.964 72.94 25.487 71.679 27.896 Z M 262.025 31.702 C 261.08 35.015 257.952 38.169 254.895 38.912 C 252.557 39.222 250.843 39.001 249.656 38.227 C 248.395 37.36 247.763 35.857 247.275 34.5 C 247.194 34.014 247.145 33.524 247.145 33.047 C 247.145 30.029 248.757 27.121 251.723 24.894 C 253.421 23.698 255.74 23.247 257.768 23.714 C 258.911 23.978 260.481 24.662 261.457 26.436 C 262 27.399 262.294 28.619 262.294 29.809 C 262.294 30.468 262.204 31.114 262.025 31.702 Z M 7.178 44.033 L 7.178 43.528 C 7.203 43.475 7.234 43.424 7.275 43.38 L 41.023 4.386 C 41.14 4.255 41.308 4.179 41.485 4.179 L 46.934 4.179 C 47.113 4.179 47.285 4.262 47.403 4.402 C 47.491 4.512 47.542 4.654 47.542 4.786 C 47.542 4.825 47.533 4.871 47.526 4.911 C 47.526 4.911 43.299 25.839 42.514 29.624 C 45.174 26.61 64.819 4.386 64.819 4.386 C 64.931 4.254 65.097 4.178 65.27 4.179 L 70.398 4.179 C 70.586 4.178 70.763 4.264 70.879 4.411 C 70.994 4.559 71.036 4.754 70.989 4.934 L 65.606 26.843 C 65.65 26.762 65.688 26.683 65.729 26.605 C 68.291 21.61 73.159 18.1 78.428 17.454 C 78.443 17.45 78.465 17.45 78.485 17.45 C 83.25 17.207 86.928 19.015 89.133 22.667 C 89.145 22.686 89.154 22.704 89.168 22.725 C 89.961 24.32 90.55 26.462 90.656 28.669 C 91.555 26.038 93.153 23.605 95.375 21.552 C 99.14 18.041 103.731 16.659 108.307 17.667 C 108.355 17.677 108.411 17.696 108.458 17.716 L 108.883 17.899 C 109.898 18.337 111.003 18.823 111.937 19.663 C 112.433 17.328 113.883 10.406 113.883 10.406 C 113.964 10.029 114.296 9.76 114.68 9.76 L 118.888 9.76 C 119.132 9.76 119.361 9.869 119.515 10.05 C 119.669 10.237 119.735 10.483 119.692 10.721 L 113.555 43.899 C 113.482 44.286 113.145 44.566 112.752 44.565 L 108.578 44.553 C 108.335 44.555 108.105 44.45 107.947 44.265 C 107.826 44.119 107.759 43.935 107.759 43.745 C 107.759 43.694 107.765 43.642 107.775 43.595 C 107.775 43.595 107.881 43.038 107.947 42.671 C 104.544 44.776 101.098 45.597 97.87 45.01 C 94.179 44.274 90.742 40.656 90.05 36.779 C 89.863 35.756 89.775 34.716 89.786 33.676 C 89.637 33.811 89.442 33.887 89.24 33.887 C 89.24 33.887 70.776 33.894 69.857 33.896 C 69.836 33.972 69.824 34.052 69.824 34.132 C 69.824 34.429 69.926 34.815 70.059 35.255 C 70.059 35.255 70.116 35.456 70.142 35.542 C 71.062 37.808 73.27 39.229 75.774 39.169 C 78.264 39.112 80.572 37.917 82.622 35.619 C 82.774 35.446 82.993 35.346 83.224 35.346 L 87.546 35.346 C 87.825 35.346 88.085 35.491 88.232 35.728 C 88.383 35.964 88.403 36.26 88.285 36.514 C 85.832 41.685 80.329 45.158 74.555 45.158 C 70.539 45.001 67.167 43.042 65.29 39.765 C 64.355 38.019 63.913 35.852 63.939 33.633 L 61.403 43.956 C 61.336 44.231 61.09 44.424 60.808 44.424 L 55.341 44.424 C 55.155 44.424 54.98 44.337 54.867 44.19 C 54.748 44.045 54.704 43.853 54.747 43.671 C 56.883 34.758 59.877 22.091 60.964 17.078 C 58.349 20.147 37.858 44.172 37.858 44.172 C 37.745 44.307 37.578 44.385 37.402 44.383 L 32.783 44.424 C 32.597 44.424 32.425 44.343 32.307 44.195 C 32.219 44.088 32.17 43.953 32.17 43.813 C 32.17 43.771 32.172 43.727 32.182 43.685 C 34.137 34.667 36.871 21.825 37.834 16.83 C 35.314 19.848 14.991 44.208 14.991 44.208 C 14.869 44.349 14.691 44.428 14.504 44.424 C 12.928 44.369 11.739 44.377 10.358 44.383 L 7.728 44.383 C 7.491 44.387 7.275 44.25 7.178 44.033 Z M 269.538 17.848 C 269.385 17.663 269.157 17.556 268.917 17.556 L 264.705 17.556 C 264.321 17.555 263.989 17.825 263.91 18.202 L 263.585 19.799 C 262.649 18.959 261.716 18.42 260.38 17.899 L 259.96 17.716 C 259.91 17.695 259.858 17.679 259.806 17.667 C 255.232 16.659 250.638 18.042 246.875 21.552 C 244.997 23.285 243.573 25.293 242.628 27.457 L 248.162 4.934 C 248.208 4.752 248.167 4.559 248.051 4.411 C 247.937 4.264 247.76 4.178 247.574 4.179 L 242.447 4.179 C 242.268 4.179 242.106 4.251 241.991 4.386 C 241.991 4.386 222.348 26.61 219.687 29.624 C 220.47 25.839 224.852 4.911 224.852 4.911 C 224.852 4.871 224.863 4.825 224.863 4.786 C 224.865 4.646 224.817 4.51 224.728 4.402 C 224.612 4.261 224.439 4.179 224.257 4.179 L 218.593 4.179 C 218.414 4.179 218.247 4.256 218.133 4.386 L 189.845 37.135 C 189.371 32.368 187.107 27.176 187.107 27.176 C 183.315 19.388 174.88 16.865 170.096 21.332 L 170.063 21.339 L 169.313 21.885 C 172.783 16.334 181.587 16.58 187.256 23.117 C 187.256 23.117 189.774 26.153 191.562 30.669 C 192.043 29.064 192.33 27.407 192.418 25.733 C 189.467 21.73 186.141 19.379 186.141 19.379 C 178.981 14.538 170.409 16.584 168.493 22.848 L 168.469 22.874 L 168.098 23.721 C 168.331 17.17 176.076 12.974 184.242 15.793 C 184.242 15.793 188.087 17.207 191.968 20.343 C 191.917 20.091 191.86 19.841 191.794 19.593 C 191.384 17.962 190.775 16.388 189.982 14.906 C 185.454 12.941 181.443 12.575 181.443 12.575 C 172.824 11.974 166.426 18.033 167.891 24.422 L 167.88 24.455 L 167.977 25.378 C 164.916 19.586 169.527 12.077 178.004 10.418 C 178.004 10.418 181.94 9.733 186.78 10.457 C 185.539 9.146 184.133 8.004 182.597 7.058 C 177.745 7.628 174.125 9.311 174.125 9.311 C 166.367 13.106 163.845 21.566 168.3 26.366 L 168.305 26.394 L 168.853 27.151 C 163.312 23.669 163.563 14.844 170.079 9.165 C 170.079 9.165 173.124 6.619 177.653 4.818 C 175.784 4.258 173.844 3.968 171.893 3.957 C 168.107 6.846 165.896 9.985 165.896 9.985 C 161.068 17.167 163.106 25.753 169.354 27.677 L 169.377 27.699 L 170.227 28.077 C 163.694 27.841 159.509 20.077 162.32 11.888 C 162.32 11.888 163.615 8.358 166.47 4.647 C 164.859 5.067 163.304 5.68 161.838 6.471 C 159.993 10.881 159.649 14.719 159.649 14.719 C 159.047 23.362 165.095 29.776 171.469 28.309 L 171.496 28.318 L 172.424 28.214 C 166.644 31.29 159.147 26.663 157.501 18.161 C 157.501 18.161 156.841 14.364 157.501 9.631 C 156.109 10.955 154.905 12.464 153.922 14.117 C 154.541 18.781 156.12 22.207 156.12 22.207 C 159.908 29.991 168.343 32.515 173.128 28.047 L 173.163 28.04 L 173.911 27.496 C 170.444 33.047 161.637 32.801 155.974 26.264 C 155.974 26.264 153.069 22.624 151.552 18.388 C 151.556 18.193 151.492 18.001 151.371 17.848 C 151.213 17.663 150.983 17.556 150.74 17.556 L 146.534 17.556 C 146.149 17.555 145.816 17.825 145.735 18.202 C 145.735 18.202 145.412 18.693 145.263 19.663 C 144.329 18.823 143.222 18.337 142.21 17.899 L 141.784 17.716 C 141.734 17.695 141.683 17.679 141.631 17.667 C 137.06 16.659 132.467 18.042 128.702 21.552 C 126.479 23.605 124.88 26.038 123.974 28.669 C 123.974 28.669 123.946 28.735 123.897 28.841 L 125.687 18.506 C 125.726 18.27 125.659 18.028 125.506 17.845 C 125.349 17.661 125.121 17.556 124.88 17.556 L 120.392 17.561 C 119.998 17.564 119.662 17.847 119.591 18.235 L 114.953 43.595 C 114.913 43.832 114.978 44.077 115.132 44.265 C 115.287 44.449 115.516 44.554 115.755 44.553 L 120.487 44.565 C 120.887 44.565 121.226 44.278 121.291 43.885 L 123.079 33.568 C 123.098 33.633 123.114 33.676 123.114 33.676 C 123.098 34.7 123.182 35.741 123.374 36.78 C 124.069 40.656 127.499 44.274 131.196 45.01 C 134.42 45.596 137.869 44.776 141.273 42.671 C 141.206 43.038 141.099 43.595 141.099 43.595 C 141.09 43.644 141.086 43.694 141.086 43.745 C 141.086 43.933 141.152 44.118 141.273 44.265 C 141.426 44.45 141.656 44.553 141.903 44.553 L 146.077 44.565 C 146.47 44.567 146.808 44.287 146.879 43.899 L 150.554 23.94 C 153.304 27.214 156.903 30.01 156.903 30.01 C 164.061 34.855 172.627 32.809 174.543 26.547 L 174.571 26.521 L 174.944 25.67 C 174.71 32.222 166.964 36.418 158.796 33.596 C 158.796 33.596 155.275 32.299 151.564 29.436 C 151.595 29.572 151.622 29.713 151.657 29.85 C 152.098 31.565 152.735 33.19 153.561 34.7 C 157.877 36.482 161.6 36.818 161.6 36.818 C 170.215 37.422 176.614 31.36 175.149 24.971 L 175.162 24.938 L 175.06 24.012 C 178.124 29.804 173.511 37.326 165.032 38.972 C 165.032 38.972 161.327 39.621 156.682 38.993 C 157.804 40.18 159.063 41.23 160.431 42.121 C 165.245 41.538 168.811 39.875 168.811 39.875 C 176.574 36.081 179.097 27.619 174.64 22.825 L 174.631 22.788 L 174.087 22.04 C 179.627 25.519 179.38 34.34 172.863 40.024 C 172.863 40.024 169.754 42.613 165.16 44.417 C 166.424 44.844 167.726 45.148 169.048 45.324 L 170.927 45.324 C 174.787 42.406 177.039 39.2 177.039 39.2 C 181.872 32.021 179.835 23.429 173.584 21.51 L 173.558 21.483 L 172.713 21.109 C 179.248 21.346 183.433 29.11 180.621 37.299 C 180.621 37.299 179.216 41.13 176.103 45.015 C 176.354 44.959 176.595 44.908 176.842 44.843 C 178.421 44.442 179.906 43.855 181.289 43.141 C 183.22 38.635 183.575 34.655 183.575 34.655 C 184.181 26.022 178.131 19.601 171.754 21.07 L 171.728 21.063 L 170.806 21.162 C 176.581 18.091 184.081 22.716 185.73 31.218 C 185.73 31.218 186.682 35.121 185.969 39.744 C 185.774 40.673 185.453 41.571 185.015 42.412 C 184.817 42.756 184.613 43.097 184.402 43.433 C 184.405 43.43 184.408 43.426 184.409 43.422 C 184.408 43.433 184.397 43.442 184.39 43.454 C 184.385 43.466 184.385 43.468 184.385 43.477 C 184.284 43.646 184.271 43.853 184.35 44.033 C 184.447 44.251 184.666 44.389 184.905 44.383 L 187.532 44.383 C 188.912 44.376 190.099 44.369 191.678 44.424 C 191.865 44.427 192.043 44.348 192.166 44.208 C 192.166 44.208 212.489 19.848 215.007 16.83 C 214.043 21.825 211.311 34.667 209.354 43.685 C 209.347 43.727 209.343 43.77 209.343 43.813 C 209.342 43.976 209.406 44.133 209.522 44.248 C 209.637 44.363 209.794 44.426 209.956 44.424 L 214.577 44.383 C 214.753 44.383 214.92 44.308 215.034 44.172 C 215.034 44.172 235.519 20.147 238.141 17.079 C 237.049 22.091 234.058 34.759 231.926 43.671 C 231.912 43.717 231.905 43.765 231.905 43.813 C 231.905 43.945 231.951 44.079 232.037 44.19 C 232.154 44.338 232.327 44.424 232.516 44.424 L 237.981 44.424 C 238.263 44.424 238.509 44.231 238.575 43.956 L 240.941 34.336 L 241.269 32.983 C 241.28 33.369 241.285 33.676 241.285 33.676 C 241.273 34.716 241.362 35.756 241.55 36.78 C 242.24 40.656 245.677 44.274 249.367 45.01 C 252.591 45.596 256.044 44.776 259.447 42.671 C 259.379 43.038 259.273 43.595 259.273 43.595 C 259.229 43.832 259.291 44.077 259.442 44.265 C 259.6 44.448 259.829 44.553 260.071 44.553 L 264.248 44.565 C 264.645 44.565 264.981 44.287 265.051 43.899 L 268.823 23.804 L 269.728 18.388 C 269.734 18.191 269.667 17.998 269.538 17.848 Z\" fill=\"rgb(217,34,42)\"></path></svg>',svgContentId:10704880770,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1hiqh16\",\"data-framer-name\":\"Logo_Gansel_Rechtsanwaelte\",layout:\"position\",name:\"Logo_Gansel_Rechtsanwaelte\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 358 38\"><path d=\"M 101.686 3.378 L 108.512 3.378 L 108.512 34.045 L 101.686 34.045 Z M 346.641 26.002 L 354.524 26.002 L 354.524 34.045 L 346.641 34.045 Z\" fill=\"rgb(5,77,89)\"></path><path d=\"M 119.377 16.178 C 119.489 16.178 119.642 16.185 119.829 16.199 C 120.017 16.213 120.156 16.22 120.246 16.22 C 121.678 16.22 122.693 15.925 123.284 15.32 C 123.882 14.714 124.181 13.708 124.181 12.273 C 124.181 10.95 123.882 10.014 123.284 9.458 C 122.693 8.909 121.678 8.627 120.246 8.627 C 120.156 8.627 120.017 8.634 119.829 8.649 C 119.642 8.663 119.489 8.67 119.377 8.67 Z M 112.447 34.045 L 112.447 3.378 L 120.309 3.378 C 122.874 3.378 124.737 3.497 125.898 3.744 C 127.066 3.99 128.004 4.412 128.727 5.01 C 129.569 5.722 130.223 6.633 130.632 7.663 C 131.049 8.712 131.257 9.964 131.257 11.414 C 131.257 13.18 130.958 14.665 130.354 15.861 C 129.749 17.058 128.81 18.036 127.545 18.81 C 129.7 19.788 130.833 22.117 130.952 25.791 L 130.952 25.889 C 130.958 26.276 130.972 26.825 130.986 27.557 C 131.035 31.005 131.591 33.166 132.648 34.038 L 124.501 34.038 C 124.306 33.405 124.167 32.729 124.077 32.04 C 123.986 31.343 123.944 30.597 123.944 29.802 C 123.944 29.309 123.951 28.718 123.979 28.021 C 124 27.325 124.014 26.874 124.014 26.656 C 124.014 24.784 123.778 23.511 123.305 22.814 C 122.839 22.124 121.991 21.78 120.768 21.78 L 119.363 21.78 L 119.363 34.038 L 112.447 34.038 Z M 140.301 19.401 L 144.486 19.401 L 144.486 19.281 C 144.535 18.697 144.562 18.282 144.562 18.043 C 144.562 16.917 144.375 16.08 144.027 15.545 C 143.673 15.003 143.124 14.736 142.373 14.736 C 141.615 14.736 141.066 14.996 140.746 15.524 C 140.412 16.044 140.253 16.917 140.253 18.127 C 140.253 18.458 140.26 18.719 140.266 18.901 C 140.28 19.084 140.294 19.253 140.301 19.401 M 144.326 25.924 L 150.207 25.924 L 150.207 26.509 C 150.207 29.218 149.519 31.259 148.149 32.631 C 146.787 33.996 144.743 34.679 142.032 34.679 C 140.663 34.679 139.425 34.481 138.313 34.08 C 137.208 33.679 136.339 33.13 135.72 32.427 C 135.018 31.617 134.525 30.541 134.226 29.204 C 133.927 27.86 133.788 25.713 133.788 22.758 C 133.788 19.5 133.941 17.227 134.24 15.939 C 134.545 14.651 135.067 13.589 135.797 12.751 C 136.506 11.97 137.409 11.379 138.501 10.978 C 139.585 10.584 140.857 10.38 142.303 10.38 C 143.777 10.38 145.049 10.598 146.12 11.027 C 147.197 11.456 148.059 12.097 148.74 12.948 C 149.31 13.666 149.714 14.524 149.95 15.517 C 150.2 16.516 150.318 18.212 150.318 20.611 L 150.318 23.377 L 140.141 23.377 C 140.127 23.447 140.121 23.532 140.121 23.637 C 140.077 24.317 140.052 24.997 140.044 25.678 C 140.044 27.304 140.204 28.43 140.545 29.063 C 140.878 29.696 141.448 30.013 142.262 30.013 C 142.971 30.013 143.506 29.767 143.86 29.274 C 144.222 28.789 144.403 28.043 144.403 27.05 C 144.403 26.846 144.382 26.544 144.347 26.129 C 144.34 26.051 144.326 25.981 144.326 25.924 M 162.9 25.024 L 169.039 25.024 C 169.039 25.143 169.052 25.298 169.066 25.488 C 169.08 25.678 169.087 25.819 169.087 25.917 C 169.087 28.859 168.42 31.054 167.092 32.504 C 165.764 33.954 163.749 34.679 161.03 34.679 C 157.972 34.679 155.824 33.785 154.573 31.997 C 153.328 30.21 152.703 27.057 152.703 22.54 C 152.703 18.022 153.328 14.869 154.58 13.075 C 155.831 11.28 157.972 10.387 161.017 10.387 C 163.749 10.387 165.764 11.104 167.05 12.54 C 168.336 13.983 168.983 16.22 168.983 19.274 L 168.983 19.669 L 162.942 19.669 L 162.942 19.014 C 162.942 17.642 162.796 16.664 162.511 16.08 C 162.226 15.496 161.746 15.207 161.065 15.207 C 160.287 15.207 159.758 15.601 159.48 16.382 C 159.209 17.17 159.07 19.225 159.07 22.554 C 159.07 25.749 159.209 27.782 159.487 28.648 C 159.772 29.52 160.287 29.964 161.044 29.964 C 161.705 29.964 162.191 29.654 162.483 29.035 C 162.796 28.423 162.942 27.444 162.942 26.1 C 162.942 25.995 162.935 25.826 162.921 25.587 C 162.907 25.347 162.9 25.157 162.9 25.024 M 171.437 34.045 L 171.437 3.378 L 177.693 3.378 L 177.693 13.455 C 178.214 12.484 178.903 11.759 179.737 11.266 C 180.571 10.781 181.558 10.541 182.726 10.541 C 184.45 10.541 185.715 11.14 186.521 12.322 C 187.314 13.511 187.717 15.397 187.717 17.973 L 187.717 34.045 L 181.516 34.045 L 181.516 19.809 C 181.516 17.959 181.398 16.811 181.169 16.361 C 180.939 15.911 180.522 15.679 179.925 15.679 C 179.229 15.679 178.673 16.03 178.284 16.727 C 177.888 17.424 177.693 18.395 177.693 19.647 L 177.693 34.045 Z M 200.904 33.982 C 200.146 34.13 199.479 34.235 198.909 34.306 C 198.339 34.376 197.852 34.418 197.449 34.418 C 196.212 34.418 195.148 34.214 194.272 33.806 C 193.396 33.391 192.757 32.8 192.34 32.033 C 192.069 31.498 191.881 30.836 191.77 30.034 C 191.659 29.232 191.603 28.007 191.603 26.368 L 191.603 15.791 L 189.184 15.791 L 189.184 11.013 L 191.603 11.013 L 191.603 3.378 L 197.908 3.378 L 197.908 11.02 L 200.904 11.02 L 200.904 15.798 L 197.908 15.798 L 197.908 25.193 C 197.908 27.198 198.047 28.43 198.339 28.894 C 198.624 29.351 199.173 29.591 200 29.591 C 200.139 29.591 200.376 29.57 200.695 29.527 C 200.793 29.513 200.862 29.513 200.911 29.513 L 200.911 33.982 Z M 202.531 26.776 L 208.113 26.797 C 208.182 27.986 208.412 28.852 208.801 29.408 C 209.183 29.957 209.774 30.224 210.553 30.224 C 211.178 30.224 211.7 30.034 212.096 29.661 C 212.506 29.288 212.701 28.796 212.701 28.197 C 212.701 27.684 212.562 27.254 212.284 26.917 C 211.999 26.586 211.38 26.185 210.414 25.713 C 210.205 25.608 209.885 25.446 209.447 25.235 C 207.181 24.158 205.617 23.145 204.72 22.202 C 204.095 21.561 203.608 20.816 203.268 19.964 C 202.94 19.112 202.772 18.205 202.774 17.29 C 202.774 15.186 203.455 13.511 204.852 12.259 C 206.243 11.006 208.12 10.38 210.469 10.38 C 212.923 10.38 214.814 10.985 216.135 12.181 C 217.455 13.377 218.116 15.101 218.116 17.332 L 218.116 17.754 L 212.638 17.733 C 212.617 16.572 212.443 15.749 212.131 15.256 C 211.811 14.764 211.296 14.517 210.58 14.517 C 209.948 14.517 209.447 14.693 209.072 15.045 C 208.697 15.397 208.516 15.861 208.516 16.439 C 208.516 17.452 209.447 18.381 211.324 19.239 C 211.588 19.359 211.79 19.457 211.929 19.521 C 214.494 20.71 216.211 21.857 217.08 22.969 C 217.949 24.088 218.38 25.551 218.38 27.36 C 218.38 29.689 217.685 31.491 216.288 32.764 C 214.89 34.038 212.902 34.679 210.309 34.679 C 207.849 34.679 205.93 34.038 204.574 32.75 C 203.205 31.47 202.524 29.661 202.524 27.346 L 202.524 26.776 Z M 230.976 22.969 C 229.377 23.433 228.209 24.01 227.473 24.7 C 226.736 25.39 226.374 26.248 226.374 27.283 C 226.374 28.014 226.562 28.591 226.923 29.035 C 227.285 29.471 227.771 29.689 228.39 29.689 C 229.294 29.689 229.954 29.373 230.364 28.739 C 230.767 28.099 230.983 27.029 230.983 25.53 L 230.983 22.969 Z M 231.769 34.045 L 231.4 31.934 C 230.615 32.793 229.753 33.433 228.821 33.869 C 227.883 34.299 226.868 34.517 225.776 34.517 C 224.025 34.517 222.634 33.933 221.605 32.764 C 220.577 31.596 220.069 30.02 220.069 28.021 C 220.069 26.283 220.507 24.848 221.383 23.722 C 222.259 22.589 223.691 21.618 225.693 20.794 C 226.166 20.611 226.805 20.365 227.612 20.056 C 229.926 19.183 231.087 18.198 231.087 17.1 C 231.087 16.424 230.92 15.911 230.587 15.566 C 230.253 15.214 229.78 15.038 229.155 15.038 C 228.404 15.038 227.848 15.27 227.486 15.742 C 227.118 16.213 226.944 16.931 226.944 17.909 L 226.944 18.064 L 220.632 18.064 C 220.632 15.467 221.334 13.539 222.746 12.273 C 224.15 11.006 226.284 10.373 229.148 10.373 C 230.448 10.373 231.595 10.492 232.61 10.739 C 233.625 10.985 234.473 11.337 235.154 11.801 C 236.037 12.413 236.648 13.145 237.003 14.011 C 237.357 14.869 237.545 16.439 237.545 18.726 L 237.545 27.606 C 237.545 29.408 237.601 30.78 237.726 31.73 C 237.851 32.673 238.053 33.447 238.338 34.045 Z M 240.924 34.045 L 240.924 11.02 L 246.791 11.02 L 246.791 13.743 C 247.472 12.653 248.25 11.843 249.126 11.33 C 250.009 10.809 251.038 10.549 252.206 10.549 C 253.937 10.549 255.202 11.147 256.001 12.329 C 256.801 13.518 257.204 15.404 257.204 17.98 L 257.204 34.052 L 251.003 34.052 L 251.003 19.809 C 251.003 17.959 250.885 16.811 250.656 16.361 C 250.426 15.911 250.016 15.679 249.418 15.679 C 248.716 15.679 248.174 16.03 247.771 16.727 C 247.381 17.424 247.18 18.395 247.18 19.647 L 247.18 34.045 Z M 263.175 34.045 L 258.837 11.02 L 264.934 11.02 L 266.679 27.043 L 269.07 11.02 L 274.298 11.02 L 276.633 27.043 L 278.42 11.02 L 284.467 11.02 L 280.13 34.045 L 273.616 34.045 L 271.635 21.371 L 269.689 34.045 Z\" fill=\"rgb(79,134,144)\"></path><path d=\"M 23.093 17.227 L 23.093 34.045 L 18.268 34.045 L 17.956 32.131 C 17.26 32.954 16.489 33.567 15.648 33.968 C 14.8 34.369 13.847 34.573 12.777 34.573 C 11.56 34.573 10.448 34.341 9.419 33.876 C 8.397 33.412 7.508 32.743 6.743 31.864 C 5.804 30.787 5.137 29.344 4.748 27.529 C 4.366 25.727 4.171 22.645 4.171 18.31 C 4.171 15.221 4.31 12.751 4.581 10.893 C 4.852 9.036 5.269 7.649 5.839 6.72 C 6.666 5.383 7.758 4.377 9.12 3.701 C 10.483 3.026 12.102 2.688 13.972 2.688 C 16.906 2.688 19.117 3.504 20.597 5.137 C 22.085 6.77 22.829 9.197 22.829 12.434 C 22.829 12.554 22.822 12.737 22.808 12.976 C 22.794 13.223 22.787 13.413 22.787 13.56 L 16.155 13.56 L 16.155 13.187 C 16.155 11.435 15.974 10.183 15.606 9.437 C 15.238 8.684 14.647 8.311 13.819 8.311 C 12.839 8.311 12.165 8.775 11.797 9.697 C 11.428 10.619 11.247 12.779 11.247 16.171 L 11.247 21.308 C 11.247 24.728 11.421 26.881 11.769 27.775 C 12.116 28.662 12.749 29.112 13.68 29.112 C 14.619 29.112 15.3 28.718 15.717 27.93 C 16.141 27.149 16.35 25.875 16.35 24.123 C 16.35 23.722 16.343 23.412 16.343 23.201 C 16.336 22.99 16.322 22.786 16.315 22.582 L 13.576 22.582 L 13.576 17.227 Z M 36.579 22.969 C 34.987 23.433 33.819 24.01 33.082 24.7 C 32.345 25.39 31.984 26.248 31.984 27.283 C 31.984 28.014 32.164 28.591 32.533 29.035 C 32.894 29.471 33.388 29.689 34.007 29.689 C 34.903 29.689 35.564 29.373 35.974 28.739 C 36.384 28.099 36.586 27.029 36.586 25.53 L 36.586 22.969 Z M 37.378 34.045 L 37.01 31.934 C 36.224 32.793 35.362 33.433 34.431 33.869 C 33.492 34.299 32.477 34.517 31.386 34.517 C 29.634 34.517 28.244 33.933 27.222 32.764 C 26.193 31.596 25.686 30.02 25.686 28.021 C 25.686 26.283 26.124 24.848 26.999 23.722 C 27.875 22.589 29.307 21.618 31.309 20.794 C 31.782 20.611 32.422 20.365 33.228 20.056 C 35.543 19.183 36.704 18.198 36.704 17.1 C 36.704 16.424 36.537 15.911 36.21 15.566 C 35.883 15.214 35.404 15.038 34.778 15.038 C 34.027 15.038 33.471 15.27 33.11 15.742 C 32.748 16.213 32.561 16.931 32.561 17.909 L 32.561 18.064 L 26.256 18.064 C 26.256 15.467 26.958 13.539 28.362 12.273 C 29.766 11.006 31.907 10.373 34.764 10.373 C 36.057 10.373 37.204 10.492 38.219 10.739 C 39.234 10.985 40.082 11.337 40.763 11.801 C 41.639 12.413 42.258 13.145 42.612 14.011 C 42.96 14.869 43.141 16.439 43.141 18.726 L 43.141 27.606 C 43.141 29.408 43.203 30.78 43.328 31.73 C 43.454 32.673 43.655 33.447 43.94 34.045 Z M 46.526 34.045 L 46.526 11.02 L 52.393 11.02 L 52.393 13.743 C 53.081 12.653 53.86 11.843 54.736 11.33 C 55.612 10.809 56.64 10.549 57.808 10.549 C 59.539 10.549 60.797 11.147 61.604 12.329 C 62.396 13.518 62.799 15.404 62.799 17.98 L 62.799 34.052 L 56.599 34.052 L 56.599 19.809 C 56.599 17.959 56.481 16.811 56.251 16.361 C 56.015 15.911 55.605 15.679 55.007 15.679 C 54.312 15.679 53.763 16.03 53.373 16.727 C 52.977 17.424 52.782 18.395 52.782 19.647 L 52.782 34.045 Z M 64.808 26.776 L 70.39 26.797 C 70.46 27.986 70.682 28.852 71.079 29.408 C 71.468 29.957 72.059 30.224 72.844 30.224 C 73.47 30.224 73.984 30.034 74.388 29.661 C 74.791 29.288 74.999 28.796 74.999 28.197 C 74.999 27.684 74.853 27.254 74.575 26.917 C 74.297 26.586 73.672 26.185 72.712 25.713 C 72.504 25.608 72.184 25.446 71.746 25.235 C 69.494 24.158 67.916 23.145 67.026 22.202 C 66.399 21.563 65.907 20.802 65.58 19.964 C 65.246 19.113 65.08 18.219 65.08 17.29 C 65.08 15.186 65.775 13.511 67.158 12.259 C 68.548 11.006 70.418 10.38 72.782 10.38 C 75.236 10.38 77.119 10.985 78.447 12.181 C 79.768 13.377 80.428 15.101 80.428 17.332 L 80.428 17.754 L 74.951 17.733 C 74.923 16.572 74.749 15.749 74.436 15.256 C 74.116 14.764 73.609 14.517 72.893 14.517 C 72.26 14.517 71.753 14.693 71.378 15.045 C 71.002 15.397 70.814 15.861 70.814 16.439 C 70.814 17.452 71.753 18.381 73.63 19.239 C 73.887 19.359 74.089 19.457 74.228 19.521 C 76.8 20.71 78.51 21.857 79.379 22.969 C 80.248 24.088 80.679 25.551 80.679 27.36 C 80.679 29.689 79.977 31.491 78.579 32.764 C 77.182 34.038 75.187 34.679 72.601 34.679 C 70.14 34.679 68.222 34.038 66.859 32.75 C 65.497 31.47 64.808 29.661 64.808 27.346 Z M 88.77 19.401 L 92.955 19.401 L 92.955 19.281 C 93.004 18.697 93.038 18.282 93.038 18.043 C 93.038 16.917 92.858 16.08 92.503 15.545 C 92.149 15.003 91.599 14.736 90.856 14.736 C 90.098 14.736 89.549 14.996 89.222 15.524 C 88.895 16.044 88.735 16.917 88.735 18.127 C 88.735 18.458 88.735 18.719 88.749 18.901 C 88.749 19.084 88.756 19.253 88.77 19.401 M 92.802 25.924 L 98.676 25.924 L 98.676 26.509 C 98.676 29.218 97.988 31.259 96.625 32.631 C 95.256 33.996 93.219 34.679 90.508 34.679 C 89.139 34.679 87.901 34.481 86.789 34.08 C 85.677 33.679 84.815 33.13 84.196 32.427 C 83.494 31.617 83 30.541 82.701 29.204 C 82.403 27.86 82.257 25.713 82.257 22.758 C 82.257 19.5 82.403 17.227 82.708 15.939 C 83.014 14.651 83.536 13.589 84.273 12.751 C 84.982 11.97 85.885 11.379 86.97 10.978 C 88.061 10.584 89.333 10.38 90.779 10.38 C 92.246 10.38 93.518 10.598 94.595 11.027 C 95.666 11.456 96.535 12.097 97.209 12.948 C 97.779 13.666 98.189 14.524 98.433 15.517 C 98.676 16.516 98.794 18.212 98.794 20.611 L 98.794 23.377 L 88.624 23.377 C 88.61 23.447 88.603 23.532 88.603 23.637 C 88.555 24.609 88.52 25.284 88.52 25.678 C 88.52 27.304 88.687 28.43 89.027 29.063 C 89.361 29.696 89.931 30.013 90.744 30.013 C 91.453 30.013 91.989 29.767 92.343 29.274 C 92.705 28.789 92.885 28.043 92.885 27.05 C 92.885 26.846 92.865 26.544 92.83 26.129 C 92.809 26.051 92.802 25.981 92.802 25.924\" fill=\"rgb(5,77,89)\"></path><path d=\"M 295.729 3.167 L 300.477 3.167 L 300.477 8.367 L 295.729 8.367 Z M 295.979 22.969 C 294.387 23.433 293.226 24.01 292.489 24.7 C 291.753 25.39 291.391 26.248 291.391 27.283 C 291.391 28.014 291.572 28.591 291.94 29.035 C 292.302 29.471 292.788 29.689 293.407 29.689 C 294.311 29.689 294.971 29.373 295.381 28.739 C 295.791 28.106 295.993 27.036 295.993 25.53 L 295.993 22.969 Z M 288.854 3.167 L 293.602 3.167 L 293.602 8.367 L 288.854 8.367 Z M 296.779 34.045 L 296.41 31.941 C 295.632 32.793 294.763 33.44 293.831 33.876 C 292.9 34.313 291.878 34.524 290.786 34.524 C 289.035 34.524 287.644 33.94 286.622 32.771 C 285.594 31.603 285.079 30.027 285.079 28.036 C 285.079 26.297 285.517 24.862 286.4 23.729 C 287.269 22.603 288.708 21.625 290.703 20.801 C 291.176 20.619 291.815 20.372 292.622 20.07 C 294.943 19.197 296.097 18.212 296.097 17.114 C 296.097 16.439 295.93 15.925 295.597 15.58 C 295.27 15.228 294.797 15.052 294.172 15.052 C 293.421 15.052 292.858 15.284 292.496 15.756 C 292.135 16.227 291.954 16.945 291.954 17.923 L 291.954 18.078 L 285.649 18.078 C 285.649 15.481 286.351 13.553 287.756 12.287 C 289.16 11.02 291.294 10.387 294.172 10.387 C 295.451 10.387 296.605 10.513 297.62 10.753 C 298.635 10.999 299.483 11.351 300.157 11.815 C 301.04 12.42 301.651 13.159 302.013 14.018 C 302.367 14.883 302.541 16.446 302.541 18.733 L 302.541 27.613 C 302.541 29.415 302.604 30.787 302.729 31.737 C 302.854 32.68 303.056 33.454 303.341 34.052 L 296.779 34.052 Z M 305.878 3.167 L 312.079 3.167 L 312.079 34.045 L 305.878 34.045 Z M 325.641 33.982 C 324.883 34.13 324.216 34.235 323.639 34.306 C 323.069 34.376 322.589 34.418 322.186 34.418 C 320.942 34.418 319.885 34.214 319.016 33.806 C 318.14 33.391 317.501 32.8 317.084 32.033 C 316.813 31.498 316.618 30.836 316.514 30.034 C 316.402 29.232 316.347 28.007 316.347 26.368 L 316.347 15.791 L 313.921 15.791 L 313.921 11.013 L 316.347 11.013 L 316.347 3.167 L 322.652 3.167 L 322.652 11.02 L 325.648 11.02 L 325.648 15.798 L 322.652 15.798 L 322.652 25.193 C 322.652 27.198 322.791 28.43 323.076 28.894 C 323.368 29.351 323.91 29.591 324.73 29.591 C 324.869 29.591 325.106 29.57 325.432 29.527 C 325.53 29.513 325.599 29.513 325.648 29.513 L 325.648 33.982 Z M 333.816 19.401 L 338.001 19.401 L 338.001 19.281 C 338.056 18.697 338.077 18.282 338.077 18.043 C 338.077 16.917 337.896 16.08 337.542 15.545 C 337.194 15.003 336.638 14.736 335.894 14.736 C 335.137 14.736 334.594 14.996 334.261 15.524 C 333.941 16.044 333.774 16.917 333.774 18.127 C 333.774 18.458 333.781 18.719 333.788 18.901 C 333.788 19.084 333.795 19.253 333.816 19.401 M 337.848 25.924 L 343.722 25.924 L 343.722 26.509 C 343.722 29.218 343.034 31.259 341.671 32.631 C 340.302 33.996 338.265 34.679 335.554 34.679 C 334.191 34.679 332.94 34.481 331.835 34.08 C 330.722 33.679 329.861 33.13 329.242 32.427 C 328.54 31.617 328.046 30.541 327.74 29.204 C 327.455 27.86 327.302 25.713 327.302 22.758 C 327.302 19.5 327.455 17.227 327.754 15.939 C 328.06 14.651 328.581 13.589 329.304 12.751 C 330.027 11.97 330.917 11.379 332.015 10.978 C 333.107 10.584 334.379 10.38 335.825 10.38 C 337.292 10.38 338.564 10.598 339.634 11.027 C 340.705 11.456 341.574 12.097 342.248 12.948 C 342.818 13.666 343.228 14.524 343.465 15.517 C 343.715 16.516 343.833 18.212 343.833 20.611 L 343.833 23.377 L 333.656 23.377 C 333.649 23.447 333.642 23.532 333.642 23.637 C 333.599 24.317 333.573 24.997 333.566 25.678 C 333.566 27.304 333.732 28.43 334.066 29.063 C 334.4 29.696 334.977 30.013 335.783 30.013 C 336.485 30.013 337.021 29.767 337.382 29.274 C 337.743 28.789 337.924 28.043 337.924 27.05 C 337.924 26.846 337.903 26.544 337.869 26.129 C 337.848 26.051 337.848 25.981 337.848 25.924\" fill=\"rgb(79,134,144)\"></path><path d=\"M 101.686 3.385 L 108.512 3.385 L 108.512 34.052 L 101.686 34.052 Z M 346.627 26.009 L 354.51 26.009 L 354.51 34.052 L 346.627 34.052 Z\" fill=\"rgb(5,77,89)\"></path><path d=\"M 263.168 34.052 L 258.831 11.02 L 264.927 11.02 L 266.672 27.043 L 269.063 11.02 L 274.284 11.02 L 276.626 27.043 L 278.413 11.02 L 284.461 11.02 L 280.116 34.052 L 273.609 34.052 L 271.628 21.371 L 269.682 34.052 Z M 305.864 3.174 L 312.065 3.174 L 312.065 34.052 L 305.864 34.052 Z\" fill=\"rgb(79,134,144)\"></path></svg>',svgContentId:11217842649,withExternalLayout:true})],speed:100,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-itxzdm\",\"data-framer-name\":\"NUMBERS\",name:\"NUMBERS\",children:/*#__PURE__*/_jsx(\"section\",{className:\"framer-1c76glh\",\"data-framer-name\":\"BG\",name:\"BG\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-7g1w9z\",\"data-framer-name\":\"CONTENT\",name:\"CONTENT\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{vszekxD7X:{__framer__styleTransformEffectEnabled:undefined,style:{}}},children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:500,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:130}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__targetOpacity:1,className:\"framer-113lhce\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{vszekxD7X:{children:(_getLocalizedValue81=getLocalizedValue(\"v71\",activeLocale))!==null&&_getLocalizedValue81!==void 0?_getLocalizedValue81:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-16bbkay\",\"data-styles-preset\":\"AjrIU5tha\",style:{\"--framer-text-color\":\"var(--token-01cfd885-c580-4900-808e-8284cdf6f273, rgb(47, 61, 64))\"},children:\"\u25A0 99 Facets in Zahlen\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue82=getLocalizedValue(\"v70\",activeLocale))!==null&&_getLocalizedValue82!==void 0?_getLocalizedValue82:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{className:\"framer-styles-preset-16bbkay\",\"data-styles-preset\":\"AjrIU5tha\",style:{\"--framer-text-color\":\"var(--token-01cfd885-c580-4900-808e-8284cdf6f273, rgb(47, 61, 64))\"},children:[\"\u25A0 99 Facets\",/*#__PURE__*/_jsx(\"br\",{}),\"in Zahlen\"]})}),className:\"framer-105vuee\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-10w0af4\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-8zc8v3\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{vszekxD7X:{__framer__styleAppearEffectEnabled:undefined,__framer__styleTransformEffectEnabled:undefined,style:{}}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation13,__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:500,type:\"spring\"},__framer__styleAppearEffectEnabled:true,__framer__styleTransformEffectEnabled:true,__framer__threshold:0,__framer__transformTargets:[{target:{opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:130}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__targetOpacity:1,className:\"framer-1xt41iw\",\"data-border\":true,\"data-framer-name\":\"Sub_Service 2\",name:\"Sub_Service 2\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-qepcc5\",\"data-styles-preset\":\"V8730MDL5\",style:{\"--framer-text-color\":\"var(--token-01cfd885-c580-4900-808e-8284cdf6f273, rgb(47, 61, 64))\"},children:\"6.234 \"})}),className:\"framer-1umaspd\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue83=getLocalizedValue(\"v72\",activeLocale))!==null&&_getLocalizedValue83!==void 0?_getLocalizedValue83:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-akypk4\",\"data-styles-preset\":\"oY1d_tzI0\",style:{\"--framer-text-color\":\"var(--token-01cfd885-c580-4900-808e-8284cdf6f273, rgb(47, 61, 64))\"},children:\"Beratungsstunden\"})}),className:\"framer-ssk466\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{vszekxD7X:{__framer__styleAppearEffectEnabled:undefined,__framer__styleTransformEffectEnabled:undefined,style:{}}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation13,__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:500,type:\"spring\"},__framer__styleAppearEffectEnabled:true,__framer__styleTransformEffectEnabled:true,__framer__threshold:0,__framer__transformTargets:[{target:{opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:130}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__targetOpacity:1,className:\"framer-1ihr101\",\"data-border\":true,\"data-framer-name\":\"Sub_Service 2\",name:\"Sub_Service 2\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-qepcc5\",\"data-styles-preset\":\"V8730MDL5\",style:{\"--framer-text-color\":\"var(--token-01cfd885-c580-4900-808e-8284cdf6f273, rgb(47, 61, 64))\"},children:\"68\"})}),className:\"framer-1x18ipy\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue84=getLocalizedValue(\"v73\",activeLocale))!==null&&_getLocalizedValue84!==void 0?_getLocalizedValue84:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-akypk4\",\"data-styles-preset\":\"oY1d_tzI0\",style:{\"--framer-text-color\":\"var(--token-01cfd885-c580-4900-808e-8284cdf6f273, rgb(47, 61, 64))\"},children:\"Beratungsprojekte\"})}),className:\"framer-i3i36w\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-qiagq8\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{vszekxD7X:{__framer__styleAppearEffectEnabled:undefined,__framer__styleTransformEffectEnabled:undefined,style:{}}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition6},__framer__animateOnce:true,__framer__enter:animation13,__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:500,type:\"spring\"},__framer__styleAppearEffectEnabled:true,__framer__styleTransformEffectEnabled:true,__framer__threshold:0,__framer__transformTargets:[{target:{opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:130}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__targetOpacity:1,className:\"framer-491pal\",\"data-border\":true,\"data-framer-name\":\"Sub_Service 2\",name:\"Sub_Service 2\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-qepcc5\",\"data-styles-preset\":\"V8730MDL5\",style:{\"--framer-text-color\":\"var(--token-01cfd885-c580-4900-808e-8284cdf6f273, rgb(47, 61, 64))\"},children:\"25\"})}),className:\"framer-1ucvomz\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue85=getLocalizedValue(\"v74\",activeLocale))!==null&&_getLocalizedValue85!==void 0?_getLocalizedValue85:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-akypk4\",\"data-styles-preset\":\"oY1d_tzI0\",style:{\"--framer-text-color\":\"var(--token-01cfd885-c580-4900-808e-8284cdf6f273, rgb(47, 61, 64))\"},children:\"Branchen\"})}),className:\"framer-shjg0s\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{vszekxD7X:{__framer__styleAppearEffectEnabled:undefined,__framer__styleTransformEffectEnabled:undefined,style:{}}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition7},__framer__animateOnce:true,__framer__enter:animation13,__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:500,type:\"spring\"},__framer__styleAppearEffectEnabled:true,__framer__styleTransformEffectEnabled:true,__framer__threshold:0,__framer__transformTargets:[{target:{opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:130}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__targetOpacity:1,className:\"framer-7pwm2i\",\"data-border\":true,\"data-framer-name\":\"Sub_Service 2\",name:\"Sub_Service 2\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{vszekxD7X:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-a2d0f8\",\"data-styles-preset\":\"cWUhPOoVe\",style:{\"--framer-text-color\":\"var(--token-01cfd885-c580-4900-808e-8284cdf6f273, rgb(47, 61, 64))\"},children:\"15+\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-qepcc5\",\"data-styles-preset\":\"V8730MDL5\",style:{\"--framer-text-color\":\"var(--token-01cfd885-c580-4900-808e-8284cdf6f273, rgb(47, 61, 64))\"},children:\"15+\"})}),className:\"framer-vocelq\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue86=getLocalizedValue(\"v75\",activeLocale))!==null&&_getLocalizedValue86!==void 0?_getLocalizedValue86:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-akypk4\",\"data-styles-preset\":\"oY1d_tzI0\",style:{\"--framer-text-color\":\"var(--token-01cfd885-c580-4900-808e-8284cdf6f273, rgb(47, 61, 64))\"},children:\"Jahre Wirtschaftspsychologie\"})}),className:\"framer-93fufp\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})})]})]})]})})}),/*#__PURE__*/_jsxs(\"footer\",{className:\"framer-rrxd5o\",\"data-framer-name\":\"CONTACT / FOOTER\",id:elementId5,name:\"CONTACT / FOOTER\",ref:ref7,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1re5wgj\",\"data-framer-name\":\"BG\",name:\"BG\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1xmaljr\",\"data-framer-name\":\"CONTENT\",name:\"CONTENT\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{vszekxD7X:{__framer__styleTransformEffectEnabled:undefined,style:{}}},children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:500,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:130}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__targetOpacity:1,className:\"framer-1x5gq2v\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue87=getLocalizedValue(\"v76\",activeLocale))!==null&&_getLocalizedValue87!==void 0?_getLocalizedValue87:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-qepcc5\",\"data-styles-preset\":\"V8730MDL5\",style:{\"--framer-text-color\":\"var(--token-a88c7813-34b4-48f3-9ac3-55b160663e08, rgb(253, 252, 251))\"},children:\"Lass uns loslegen!\"})}),className:\"framer-xomd1\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{vszekxD7X:{__framer__styleTransformEffectEnabled:undefined,style:{}}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:500,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:130}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__targetOpacity:1,className:\"framer-1blp66o\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue88=getLocalizedValue(\"v77\",activeLocale))!==null&&_getLocalizedValue88!==void 0?_getLocalizedValue88:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1kaoeg2\",\"data-styles-preset\":\"sYvV4Kc2g\",style:{\"--framer-text-color\":\"var(--token-a88c7813-34b4-48f3-9ac3-55b160663e08, rgb(253, 252, 251))\"},children:\"Ich freue mich auf deine Nachricht. So kannst du mich erreichen:\"})}),className:\"framer-1ocajfe\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{en3gZyVja:{y:10869.9},vszekxD7X:{width:\"calc(min(100vw, 1400px) - 60px)\",y:11827}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:52,y:8901,children:/*#__PURE__*/_jsx(Container,{className:\"framer-2kpcfi-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{vszekxD7X:{style:{width:\"100%\"}}},children:/*#__PURE__*/_jsx(Button1,{height:\"100%\",id:\"iqlDpDN3O\",layoutId:\"iqlDpDN3O\",PxxpBghqE:\"+49 (0) 175 547 008 9\",tisovQpYR:\"tel:+49 (0) 175 547 008 9\",variant:\"z4WjqkSay\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{en3gZyVja:{y:10941.9},vszekxD7X:{width:\"calc(min(100vw, 1400px) - 60px)\",y:11899}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:52,width:\"220px\",y:8973,children:/*#__PURE__*/_jsx(Container,{className:\"framer-s6l9t1-container\",children:/*#__PURE__*/_jsx(Button1,{height:\"100%\",id:\"UeofM304s\",layoutId:\"UeofM304s\",PxxpBghqE:\"kristina@99facets.de\",style:{width:\"100%\"},tisovQpYR:\"mailto:kristina@99facets.de\",variant:\"z4WjqkSay\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{en3gZyVja:{y:11013.9},vszekxD7X:{width:\"calc(min(100vw, 1400px) - 60px)\",y:11971}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:52,width:\"220px\",y:9045,children:/*#__PURE__*/_jsx(Container,{className:\"framer-h9t2xe-container\",children:/*#__PURE__*/_jsx(Button1,{height:\"100%\",id:\"J8X_c8PVW\",layoutId:\"J8X_c8PVW\",PxxpBghqE:(_getLocalizedValue89=getLocalizedValue(\"v78\",activeLocale))!==null&&_getLocalizedValue89!==void 0?_getLocalizedValue89:\"Direkt Termin buchen\",style:{width:\"100%\"},tisovQpYR:\"https://calendar.app.google/KT4xqyiWbYvRT7Z88\",variant:\"z4WjqkSay\",width:\"100%\"})})})})]})})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-5ar581\",\"data-framer-name\":\"TRENN\",name:\"TRENN\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-h7roq7\",\"data-framer-name\":\"BG\",name:\"BG\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1mycnmm\",\"data-framer-name\":\"BOX\",name:\"BOX\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1enjah7\",\"data-framer-name\":\"CONTENT\",name:\"CONTENT\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1mf2cn\",\"data-framer-name\":\"BG\",name:\"BG\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ifm0sz\",\"data-framer-name\":\"CONTENT\",name:\"CONTENT\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-rdwqw8\",children:[/*#__PURE__*/_jsx(Link,{href:\"https://www.instagram.com/99facetskristina/\",nodeId:\"YBB8X0288\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{vszekxD7X:{__framer__styleTransformEffectEnabled:undefined,style:{}}},children:/*#__PURE__*/_jsx(MotionAWithFX,{__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:500,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:130}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__targetOpacity:1,\"aria-label\":'target=\"_blank\"',className:\"framer-aqghep framer-lux5qc\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1qj3kf8\",\"data-framer-name\":\"instagram\",layout:\"position\",name:\"instagram\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><g id=\"ss11952274381_1\"><path d=\"M 0 0 L 24 0 L 24 24 L 0 24 Z\" fill=\"transparent\"></path><path d=\"M 12 2.16 C 15.206 2.16 15.586 2.175 16.847 2.231 C 18.019 2.283 18.652 2.48 19.073 2.644 C 19.594 2.835 20.065 3.141 20.452 3.539 C 20.873 3.961 21.132 4.359 21.347 4.917 C 21.511 5.339 21.707 5.977 21.759 7.144 C 21.816 8.409 21.829 8.789 21.829 11.991 C 21.829 15.197 21.816 15.577 21.759 16.837 C 21.708 18.009 21.511 18.642 21.347 19.064 C 21.155 19.584 20.85 20.055 20.452 20.442 C 20.065 20.84 19.594 21.146 19.073 21.337 C 18.652 21.502 18.014 21.698 16.847 21.75 C 15.581 21.806 15.202 21.82 12 21.82 C 8.794 21.82 8.414 21.806 7.153 21.75 C 5.981 21.698 5.348 21.502 4.927 21.337 C 4.406 21.146 3.935 20.84 3.548 20.442 C 3.15 20.056 2.844 19.585 2.653 19.064 C 2.489 18.642 2.293 18.004 2.241 16.837 C 2.184 15.572 2.171 15.192 2.171 11.991 C 2.171 8.784 2.184 8.405 2.241 7.144 C 2.292 5.972 2.489 5.339 2.653 4.917 C 2.869 4.359 3.131 3.957 3.548 3.539 C 3.97 3.117 4.368 2.859 4.927 2.644 C 5.348 2.48 5.986 2.283 7.153 2.231 C 8.414 2.175 8.793 2.161 12 2.161 Z M 12 0 C 8.742 0 8.334 0.014 7.055 0.07 C 5.78 0.127 4.903 0.333 4.144 0.628 C 3.342 0.929 2.615 1.403 2.016 2.016 C 1.404 2.614 0.931 3.339 0.628 4.139 C 0.333 4.903 0.127 5.775 0.07 7.05 C 0.014 8.334 0 8.742 0 12 C 0 15.258 0.014 15.666 0.07 16.945 C 0.127 18.22 0.333 19.097 0.628 19.856 C 0.938 20.648 1.345 21.319 2.016 21.984 C 2.614 22.594 3.339 23.066 4.139 23.367 C 4.903 23.663 5.775 23.869 7.05 23.925 C 8.33 23.981 8.738 23.995 11.995 23.995 C 15.253 23.995 15.661 23.981 16.941 23.925 C 18.216 23.869 19.092 23.663 19.851 23.367 C 20.651 23.066 21.376 22.594 21.975 21.984 C 22.585 21.386 23.057 20.661 23.358 19.861 C 23.653 19.097 23.859 18.225 23.916 16.95 C 23.972 15.67 23.986 15.262 23.986 12.005 C 23.986 8.747 23.972 8.339 23.916 7.059 C 23.859 5.784 23.653 4.908 23.358 4.149 C 23.069 3.343 22.599 2.613 21.984 2.016 C 21.386 1.406 20.661 0.934 19.861 0.633 C 19.097 0.338 18.225 0.13 16.95 0.075 C 15.666 0.015 15.258 0 12 0 Z\" fill=\"var(--token-79d967a8-2e7d-4698-9fb4-967a1ab7367b, rgb(206, 204, 191)) /* {&quot;name&quot;:&quot;Light-Grey&quot;} */\"></path><path d=\"M 12 5.836 C 8.596 5.837 5.837 8.596 5.836 12 C 5.837 15.404 8.596 18.163 12 18.164 C 15.404 18.163 18.163 15.404 18.164 12 C 18.163 8.596 15.404 5.837 12 5.836 Z M 12 15.998 C 9.791 15.998 8.001 14.207 8.001 11.999 C 8.002 9.79 9.792 8 12.001 8 C 14.21 8 16 9.791 15.999 12 C 15.999 14.208 14.209 15.998 12 15.998 Z M 19.847 5.592 C 19.861 6.115 19.589 6.605 19.138 6.871 C 18.687 7.136 18.128 7.136 17.677 6.871 C 17.226 6.605 16.954 6.115 16.968 5.592 C 16.989 4.812 17.627 4.19 18.408 4.19 C 19.188 4.19 19.826 4.812 19.847 5.592 Z\" fill=\"var(--token-79d967a8-2e7d-4698-9fb4-967a1ab7367b, rgb(206, 204, 191)) /* {&quot;name&quot;:&quot;Light-Grey&quot;} */\"></path></g></svg>',svgContentId:11952274381,withExternalLayout:true})})})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.linkedin.com/company/99-facets/\",nodeId:\"SgwI_Lb2y\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{vszekxD7X:{__framer__styleTransformEffectEnabled:undefined,style:{}}},children:/*#__PURE__*/_jsx(MotionAWithFX,{__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:500,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:130}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__targetOpacity:1,\"aria-label\":'target=\"_blank\"',className:\"framer-jitvol framer-lux5qc\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1g8dtpq\",\"data-framer-name\":\"linkedin\",layout:\"position\",name:\"linkedin\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><g id=\"ss9731020153_1\"><path d=\"M 0 0 L 24 0 L 24 24 L 0 24 Z\" fill=\"transparent\"></path><path d=\"M 22.223 0 L 1.772 0 C 0.792 0 0 0.773 0 1.73 L 0 22.266 C 0 23.222 0.792 24 1.772 24 L 22.223 24 C 23.203 24 24 23.222 24 22.27 L 24 1.73 C 24 0.773 23.203 0 22.223 0 Z M 7.12 20.452 L 3.558 20.452 L 3.558 8.995 L 7.12 8.995 Z M 5.34 7.434 C 4.584 7.463 3.873 7.076 3.487 6.426 C 3.101 5.776 3.101 4.967 3.487 4.317 C 3.873 3.667 4.584 3.28 5.34 3.309 C 6.461 3.334 7.358 4.25 7.358 5.371 C 7.358 6.493 6.461 7.409 5.34 7.434 Z M 20.452 20.452 L 16.894 20.452 L 16.894 14.882 C 16.894 13.556 16.87 11.845 15.042 11.845 C 13.191 11.845 12.909 13.294 12.909 14.789 L 12.909 20.452 L 9.356 20.452 L 9.356 8.995 L 12.769 8.995 L 12.769 10.561 L 12.816 10.561 C 13.289 9.661 14.452 8.709 16.181 8.709 C 19.786 8.709 20.451 11.081 20.451 14.166 L 20.451 20.452 Z\" fill=\"var(--token-79d967a8-2e7d-4698-9fb4-967a1ab7367b, rgb(206, 204, 191)) /* {&quot;name&quot;:&quot;Light-Grey&quot;} */\"></path></g></svg>',svgContentId:9731020153,withExternalLayout:true})})})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{vszekxD7X:{__framer__styleTransformEffectEnabled:undefined,style:{}}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:500,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:130}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__targetOpacity:1,className:\"framer-96hds3\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue90=getLocalizedValue(\"v79\",activeLocale))!==null&&_getLocalizedValue90!==void 0?_getLocalizedValue90:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1kaoeg2\",\"data-styles-preset\":\"sYvV4Kc2g\",style:{\"--framer-text-color\":\"var(--token-a88c7813-34b4-48f3-9ac3-55b160663e08, rgb(253, 252, 251))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"a2lM8vgrF\"},nodeId:\"ldyK7juId\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-1px5pmx\",\"data-styles-preset\":\"V4rEXK05v\",children:\"Impressum\"})})})}),className:\"framer-1dwbp40\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue91=getLocalizedValue(\"v80\",activeLocale))!==null&&_getLocalizedValue91!==void 0?_getLocalizedValue91:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1kaoeg2\",\"data-styles-preset\":\"sYvV4Kc2g\",style:{\"--framer-text-color\":\"var(--token-a88c7813-34b4-48f3-9ac3-55b160663e08, rgb(253, 252, 251))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"QV6DruMkW\"},nodeId:\"az9I_vA_p\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-1px5pmx\",\"data-styles-preset\":\"V4rEXK05v\",children:\"Datenschutz\"})})})}),className:\"framer-m8iukf\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})})]})})]})]}),/*#__PURE__*/_jsx(\"div\",{className:cx(serializationHash,...sharedStyleClassNames),id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",`.${metadata.bodyClassName}-framer-NEarI { background: white; }`,\".framer-NEarI.framer-lux5qc, .framer-NEarI .framer-lux5qc { display: block; }\",\".framer-NEarI.framer-72rtr7 { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1200px; }\",\".framer-NEarI .framer-1jhb1rg { align-content: center; align-items: center; background-color: var(--token-a88c7813-34b4-48f3-9ac3-55b160663e08, #fdfcfb); box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.25); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: 0px; overflow: visible; padding: 0px; position: fixed; right: 0px; top: 0px; z-index: 2; }\",\".framer-NEarI .framer-jkcjgl, .framer-NEarI .framer-1n4f4ug { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; max-width: 1400px; overflow: visible; padding: 10px 50px 10px 50px; position: relative; width: 100%; }\",\".framer-NEarI .framer-1sk0qv7, .framer-NEarI .framer-123hpts { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 38px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 116px; }\",\".framer-NEarI .framer-wj08iz, .framer-NEarI .framer-rg2h8p { aspect-ratio: 3.3142857142857145 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 36px); overflow: visible; position: relative; text-decoration: none; width: 119px; }\",\".framer-NEarI .framer-4uzy57 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-NEarI .framer-14p1hqb, .framer-NEarI .framer-i3felu, .framer-NEarI .framer-eu9w8n, .framer-NEarI .framer-1jkaflw, .framer-NEarI .framer-1dwbp40, .framer-NEarI .framer-m8iukf { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-NEarI .framer-34wyy6-container, .framer-NEarI .framer-z2av4w-container, .framer-NEarI .framer-1tug5mp-container, .framer-NEarI .framer-qbrioa-container, .framer-NEarI .framer-b88ckf-container, .framer-NEarI .framer-b01tl0-container, .framer-NEarI .framer-mx32bl-container, .framer-NEarI .framer-owms31-container, .framer-NEarI .framer-10fjsdv-container, .framer-NEarI .framer-dx9q44-container, .framer-NEarI .framer-2kpcfi-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-NEarI .framer-vczxrj { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: 50%; overflow: visible; padding: 0px; position: absolute; top: 0px; transform: translateX(-50%); width: 100%; z-index: 2; }\",\".framer-NEarI .framer-g6mde1 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 23px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-NEarI .framer-1yyqll3-container { flex: none; height: 30px; position: relative; width: 118px; }\",\".framer-NEarI .framer-1rdn5xw { flex: none; height: 100vh; overflow: hidden; position: relative; width: 100%; }\",\".framer-NEarI .framer-vax9i4 { align-content: flex-end; align-items: flex-end; background-color: var(--token-01cfd885-c580-4900-808e-8284cdf6f273, #0b360b); bottom: 0px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 100vh; justify-content: flex-end; left: calc(50.00000000000002% - 100% / 2); overflow: hidden; padding: 0px; position: absolute; width: 100%; }\",\".framer-NEarI .framer-j8b4b5 { aspect-ratio: 1.0071428571428571 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 560px); overflow: visible; position: relative; width: 47%; }\",\".framer-NEarI .framer-ocaulw { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 72px; height: 100vh; justify-content: flex-end; left: calc(50.00000000000002% - min(1400px, 100%) / 2); max-width: 1400px; overflow: visible; padding: 100px 50px 50px 50px; position: absolute; top: calc(50.00000000000002% - 100vh / 2); width: 100%; }\",\".framer-NEarI .framer-17hril3 { 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: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-NEarI .framer-111ewvc { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 910px; word-break: break-word; word-wrap: break-word; }\",\".framer-NEarI .framer-1rgp9js { align-content: center; align-items: center; align-self: stretch; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: auto; }\",\".framer-NEarI .framer-1pmlk2g { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-NEarI .framer-pujhev { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 455px; word-break: break-word; word-wrap: break-word; }\",\".framer-NEarI .framer-ajqve9 { aspect-ratio: 0.6486028789161727 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 120px); overflow: visible; position: relative; text-decoration: none; width: 78px; }\",\".framer-NEarI .framer-1t13vid { align-content: center; align-items: center; background-color: var(--token-1fbb1b37-4c8b-4f54-bd0a-63fc9772064c, #f35700); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 100vh; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-NEarI .framer-kob0y9 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 60px; height: 100vh; justify-content: flex-start; max-width: 1400px; overflow: hidden; padding: 50px; position: relative; width: 1px; }\",\".framer-NEarI .framer-uncym7 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-NEarI .framer-1fupxqy-container { flex: 1 0 0px; height: 100%; position: relative; width: 1px; }\",\".framer-NEarI .framer-9xikf2, .framer-NEarI .framer-1rswfmu, .framer-NEarI .framer-mlq7mu, .framer-NEarI .framer-6rrqnt, .framer-NEarI .framer-wttcd1, .framer-NEarI .framer-1mbbfi1, .framer-NEarI .framer-lm9b5e, .framer-NEarI .framer-1lxq2kl, .framer-NEarI .framer-p9r86j, .framer-NEarI .framer-14fn03z, .framer-NEarI .framer-1ac7kww, .framer-NEarI .framer-1ymddw6 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-NEarI .framer-alabob, .framer-NEarI .framer-1ygf3an, .framer-NEarI .framer-aoy3e9, .framer-NEarI .framer-r97l2f, .framer-NEarI .framer-165ra1s, .framer-NEarI .framer-9lkp6t, .framer-NEarI .framer-1to8rsm, .framer-NEarI .framer-1gdon13, .framer-NEarI .framer-3wxugq, .framer-NEarI .framer-gxcv9t, .framer-NEarI .framer-19k7nmw, .framer-NEarI .framer-movbvx, .framer-NEarI .framer-105vuee, .framer-NEarI .framer-ssk466, .framer-NEarI .framer-i3i36w, .framer-NEarI .framer-shjg0s { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-NEarI .framer-1sf4ogz { align-content: center; align-items: center; background-color: var(--token-a88c7813-34b4-48f3-9ac3-55b160663e08, #fdfcfb); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-NEarI .framer-1mbvxfk { align-content: center; align-items: center; background-color: var(--token-a88c7813-34b4-48f3-9ac3-55b160663e08, #fdfcfb); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; max-width: 1400px; overflow: hidden; padding: 150px 50px 50px 50px; position: relative; width: 100%; }\",\".framer-NEarI .framer-evvocd { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-NEarI .framer-xyhp64, .framer-NEarI .framer-hh973c, .framer-NEarI .framer-g7417y, .framer-NEarI .framer-ndlm69 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-NEarI .framer-1hkkzkp, .framer-NEarI .framer-19bx0vp, .framer-NEarI .framer-jiol29, .framer-NEarI .framer-1geodae, .framer-NEarI .framer-m4nnn1, .framer-NEarI .framer-pmjv0p, .framer-NEarI .framer-sjitik, .framer-NEarI .framer-5pi5a, .framer-NEarI .framer-1umaspd, .framer-NEarI .framer-1x18ipy, .framer-NEarI .framer-1ucvomz, .framer-NEarI .framer-vocelq, .framer-NEarI .framer-93fufp, .framer-NEarI .framer-xomd1, .framer-NEarI .framer-1ocajfe { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-NEarI .framer-1s7np5q, .framer-NEarI .framer-arnvz8, .framer-NEarI .framer-1n2ddc4, .framer-NEarI .framer-1tz28wg, .framer-NEarI .framer-1bdiw4s { align-content: center; align-items: center; background-color: var(--token-a88c7813-34b4-48f3-9ac3-55b160663e08, #fdfcfb); 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-NEarI .framer-dyezwr, .framer-NEarI .framer-mcexu8, .framer-NEarI .framer-cyjagh { align-content: center; align-items: center; background-color: var(--token-a88c7813-34b4-48f3-9ac3-55b160663e08, #fdfcfb); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; max-width: 1400px; overflow: hidden; padding: 0px 50px 0px 50px; position: relative; width: 100%; }\",\".framer-NEarI .framer-k1ocnj, .framer-NEarI .framer-12f66v2, .framer-NEarI .framer-g8anez { align-content: flex-start; align-items: flex-start; background-color: var(--token-79d967a8-2e7d-4698-9fb4-967a1ab7367b, #d6d5d3); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 100px; height: 1px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-NEarI .framer-1x3we8b, .framer-NEarI .framer-65p4i6, .framer-NEarI .framer-1halk9x { align-content: flex-start; align-items: flex-start; background-color: var(--token-79d967a8-2e7d-4698-9fb4-967a1ab7367b, #d6d5d3); display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; height: 1px; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-NEarI .framer-1urs951 { align-content: center; align-items: center; background-color: var(--token-a88c7813-34b4-48f3-9ac3-55b160663e08, #fdfcfb); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 100px; height: min-content; justify-content: flex-start; max-width: 1400px; overflow: hidden; padding: 150px 50px 100px 50px; position: relative; width: 100%; }\",\".framer-NEarI .framer-16s8qyc, .framer-NEarI .framer-1sil6zl, .framer-NEarI .framer-1tztpbu { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 100px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-NEarI .framer-1vexuxy, .framer-NEarI .framer-kjwulj { align-content: flex-start; align-items: flex-start; align-self: stretch; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; height: auto; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-NEarI .framer-10mwj1j, .framer-NEarI .framer-13sbtyw, .framer-NEarI .framer-92d2d4 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-NEarI .framer-mnhspz, .framer-NEarI .framer-6c8gpa, .framer-NEarI .framer-aukjzc, .framer-NEarI .framer-1n56cms, .framer-NEarI .framer-1so7ipg, .framer-NEarI .framer-mmmszu, .framer-NEarI .framer-qzx92p { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 610px; word-break: break-word; word-wrap: break-word; }\",\".framer-NEarI .framer-bs4c40, .framer-NEarI .framer-1b8wtgy, .framer-NEarI .framer-vtc4gi, .framer-NEarI .framer-otz3eb { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-NEarI .framer-13kgv71, .framer-NEarI .framer-rnbwvh { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 390px); overflow: visible; position: relative; width: 100%; }\",\".framer-NEarI .framer-1siyjog { align-content: center; align-items: center; background-color: var(--token-a88c7813-34b4-48f3-9ac3-55b160663e08, #fdfcfb); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 100px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 100px 0px; position: relative; width: 100%; }\",\".framer-NEarI .framer-1j23ypz { align-content: flex-start; align-items: flex-start; background-color: var(--token-a88c7813-34b4-48f3-9ac3-55b160663e08, #fdfcfb); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 100px; height: min-content; justify-content: flex-start; max-width: 1400px; overflow: hidden; padding: 150px 50px 0px 50px; position: relative; width: 100%; }\",\".framer-NEarI .framer-p91iui { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 100px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-NEarI .framer-4rr6m0 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-NEarI .framer-1wz138j { align-content: center; align-items: center; background-color: var(--token-a88c7813-34b4-48f3-9ac3-55b160663e08, #fdfcfb); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 50px; height: min-content; justify-content: flex-start; max-width: 1400px; overflow: hidden; padding: 150px 50px 150px 50px; position: relative; width: 100%; }\",\".framer-NEarI .framer-17imqwb { -webkit-filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.25)); aspect-ratio: 1 / 1; filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.25)); flex: none; height: var(--framer-aspect-ratio-supported, 390px); overflow: visible; position: relative; width: 100%; }\",\".framer-NEarI .framer-4xgtki { align-content: center; align-items: center; background-color: var(--token-a88c7813-34b4-48f3-9ac3-55b160663e08, #fdfcfb); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; max-width: 1400px; overflow: hidden; padding: 0px 50px 150px 50px; position: relative; width: 100%; }\",\".framer-NEarI .framer-4gvcb2 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 100px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-NEarI .framer-rq6701 { align-content: flex-start; align-items: flex-start; background-color: var(--token-01cfd885-c580-4900-808e-8284cdf6f273, #2f3d40); display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-NEarI .framer-ysfjqp { align-content: flex-start; align-items: flex-start; background-color: var(--token-01cfd885-c580-4900-808e-8284cdf6f273, #2f3d40); display: flex; flex: 3 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 40px; position: relative; width: 1px; }\",\".framer-NEarI .framer-on3t1i { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; min-height: 241px; overflow: hidden; padding: 40px; position: relative; width: 1px; }\",\".framer-NEarI .framer-1fsfpxo { align-content: center; align-items: center; background-color: var(--token-557cc63a-5bcb-41e6-bd34-a99d8f9d2360, #f5f4f2); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-NEarI .framer-skz3s0 { align-content: center; align-items: center; background-color: var(--token-557cc63a-5bcb-41e6-bd34-a99d8f9d2360, #f5f4f2); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-NEarI .framer-4w4u0e { align-content: center; align-items: center; background-color: var(--token-557cc63a-5bcb-41e6-bd34-a99d8f9d2360, #f5f4f2); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; max-width: 1400px; overflow: visible; padding: 150px 50px 50px 50px; position: relative; width: 100%; }\",\".framer-NEarI .framer-fc5f9d, .framer-NEarI .framer-r9ynum, .framer-NEarI .framer-p6a1gp { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-NEarI .framer-pmv411 { align-content: center; align-items: center; background-color: var(--token-557cc63a-5bcb-41e6-bd34-a99d8f9d2360, #f5f4f2); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 1400px; overflow: visible; padding: 0px 50px 150px 50px; position: relative; width: 100%; }\",\".framer-NEarI .framer-g978hw { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 500px); overflow: visible; position: relative; width: 100%; }\",\".framer-NEarI .framer-8ep0sq { align-content: flex-start; align-items: flex-start; align-self: stretch; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 50px; height: auto; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-NEarI .framer-1iheqsg, .framer-NEarI .framer-mz3nu4 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-NEarI .framer-1jepk4q, .framer-NEarI .framer-kvwwz5 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 22px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-NEarI .framer-1di4081, .framer-NEarI .framer-1ped745 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 26px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-NEarI .framer-h86joh { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-NEarI .framer-1cm2hxg, .framer-NEarI .framer-15pqv7u { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-NEarI .framer-1c652te { aspect-ratio: 0.6486028789161727 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 190px); overflow: visible; position: relative; text-decoration: none; width: 123px; }\",\".framer-NEarI .framer-3zw92r, .framer-NEarI .framer-11hzo2q { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-NEarI .framer-77v34i { aspect-ratio: 0.628 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 190px); overflow: visible; position: relative; text-decoration: none; width: 119px; }\",\".framer-NEarI .framer-1juqu1n { align-content: center; align-items: center; background-color: var(--token-79d967a8-2e7d-4698-9fb4-967a1ab7367b, #ceccbf); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 150px 0px; position: relative; width: 100%; }\",\".framer-NEarI .framer-x00zek { align-content: center; align-items: center; background-color: var(--token-79d967a8-2e7d-4698-9fb4-967a1ab7367b, #ceccbf); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-NEarI .framer-i7a04j { align-content: center; align-items: center; background-color: var(--token-79d967a8-2e7d-4698-9fb4-967a1ab7367b, #ceccbf); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; max-width: 1400px; overflow: visible; padding: 150px 50px 50px 50px; position: relative; width: 100%; }\",\".framer-NEarI .framer-gyu8b0 { align-content: center; align-items: center; background-color: var(--token-79d967a8-2e7d-4698-9fb4-967a1ab7367b, #ceccbf); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; max-width: 1400px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-NEarI .framer-4zh9z9 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-NEarI .framer-2gult6-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\".framer-NEarI .framer-1xwh2h6-container, .framer-NEarI .framer-1vxj898-container, .framer-NEarI .framer-1rop78-container, .framer-NEarI .framer-1fg5081-container, .framer-NEarI .framer-14cjjzg-container, .framer-NEarI .framer-u3jvvz-container, .framer-NEarI .framer-11bdcvf-container { height: auto; position: relative; width: 380px; }\",\".framer-NEarI .framer-1meukdq { align-content: center; align-items: center; background-color: var(--token-a88c7813-34b4-48f3-9ac3-55b160663e08, #fdfcfb); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-NEarI .framer-1urafrn { align-content: center; align-items: center; background-color: var(--token-a88c7813-34b4-48f3-9ac3-55b160663e08, #fdfcfb); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-NEarI .framer-irwvrk { align-content: center; align-items: center; background-color: var(--token-a88c7813-34b4-48f3-9ac3-55b160663e08, #fdfcfb); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; max-width: 1400px; overflow: visible; padding: 100px 50px 50px 50px; position: relative; width: 100%; }\",\".framer-NEarI .framer-1vjcq94 { align-content: center; align-items: center; background-color: var(--token-a88c7813-34b4-48f3-9ac3-55b160663e08, #fdfcfb); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; max-width: 1400px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-NEarI .framer-1y4j4oc { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: center; overflow: visible; padding: 0px 0px 50px 0px; position: relative; width: 100%; }\",\".framer-NEarI .framer-d5nsus-container { flex: 1 0 0px; height: 200px; position: relative; width: 1px; }\",\".framer-NEarI .framer-sk6z9n { height: 47px; position: relative; width: 140px; }\",\".framer-NEarI .framer-14covg8 { height: 51px; position: relative; width: 117px; }\",\".framer-NEarI .framer-136quyn { height: 74px; position: relative; width: 144px; }\",\".framer-NEarI .framer-gtf40v { height: 79px; position: relative; width: 117px; }\",\".framer-NEarI .framer-1vaki8w { height: 69px; position: relative; width: 232px; }\",\".framer-NEarI .framer-1cgxzx9 { height: 63px; position: relative; width: 215px; }\",\".framer-NEarI .framer-vqsze1 { height: 50px; position: relative; width: 323px; }\",\".framer-NEarI .framer-1hiqh16 { height: 38px; position: relative; width: 358px; }\",\".framer-NEarI .framer-itxzdm { align-content: center; align-items: center; background-color: var(--token-1fbb1b37-4c8b-4f54-bd0a-63fc9772064c, #f35700); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-NEarI .framer-1c76glh { align-content: center; align-items: center; background-color: var(--token-1fbb1b37-4c8b-4f54-bd0a-63fc9772064c, #f35700); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; max-width: 1400px; overflow: hidden; padding: 150px 50px 150px 50px; position: relative; width: 100%; }\",\".framer-NEarI .framer-7g1w9z, .framer-NEarI .framer-1xmaljr, .framer-NEarI .framer-ifm0sz { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-NEarI .framer-113lhce { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-NEarI .framer-10w0af4 { align-content: center; align-items: center; display: flex; flex: 2 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-NEarI .framer-8zc8v3, .framer-NEarI .framer-qiagq8 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-NEarI .framer-1xt41iw, .framer-NEarI .framer-1ihr101, .framer-NEarI .framer-491pal, .framer-NEarI .framer-7pwm2i { --border-bottom-width: 1px; --border-color: rgba(47, 61, 64, 0.2); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 40px 40px 50px 40px; position: relative; width: 1px; }\",\".framer-NEarI .framer-rrxd5o { align-content: center; align-items: center; background-color: var(--token-01cfd885-c580-4900-808e-8284cdf6f273, #0b360b); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-NEarI .framer-1re5wgj { align-content: center; align-items: center; background-color: var(--token-01cfd885-c580-4900-808e-8284cdf6f273, #0b360b); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; max-width: 1400px; overflow: hidden; padding: 150px 50px 150px 50px; position: relative; width: 100%; }\",\".framer-NEarI .framer-1x5gq2v { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-NEarI .framer-1blp66o { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 22px 0px 0px 0px; position: relative; width: 1px; }\",\".framer-NEarI .framer-s6l9t1-container, .framer-NEarI .framer-h9t2xe-container { flex: none; height: auto; position: relative; width: 220px; }\",\".framer-NEarI .framer-5ar581 { align-content: center; align-items: center; background-color: var(--token-01cfd885-c580-4900-808e-8284cdf6f273, #0b360b); 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-NEarI .framer-h7roq7 { align-content: center; align-items: center; background-color: var(--token-01cfd885-c580-4900-808e-8284cdf6f273, #0b360b); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; max-width: 1400px; overflow: hidden; padding: 0px 50px 0px 50px; position: relative; width: 100%; }\",\".framer-NEarI .framer-1mycnmm { align-content: flex-start; align-items: flex-start; background-color: var(--token-fd3c7e2d-00c7-43ff-b122-5235cd3a23ae, #8f8e85); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 100px; height: 1px; justify-content: center; opacity: 0.39; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-NEarI .framer-1enjah7 { align-content: flex-start; align-items: flex-start; background-color: var(--token-fd3c7e2d-00c7-43ff-b122-5235cd3a23ae, #8f8e85); display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; height: 1px; justify-content: space-between; opacity: 0.5; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-NEarI .framer-1mf2cn { align-content: center; align-items: center; background-color: var(--token-01cfd885-c580-4900-808e-8284cdf6f273, #0b360b); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; max-width: 1400px; overflow: hidden; padding: 50px; position: relative; width: 100%; }\",\".framer-NEarI .framer-rdwqw8 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-NEarI .framer-aqghep, .framer-NEarI .framer-jitvol { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 24px; justify-content: center; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: 24px; }\",\".framer-NEarI .framer-1qj3kf8 { flex: none; height: 24px; position: relative; width: 24px; }\",\".framer-NEarI .framer-1g8dtpq { background-color: rgba(0, 0, 0, 0); flex: none; height: 24px; position: relative; width: 24px; }\",\".framer-NEarI .framer-96hds3 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-NEarI.framer-72rtr7, .framer-NEarI .framer-1jhb1rg, .framer-NEarI .framer-1sk0qv7, .framer-NEarI .framer-4uzy57, .framer-NEarI .framer-vczxrj, .framer-NEarI .framer-123hpts, .framer-NEarI .framer-g6mde1, .framer-NEarI .framer-vax9i4, .framer-NEarI .framer-ocaulw, .framer-NEarI .framer-17hril3, .framer-NEarI .framer-1rgp9js, .framer-NEarI .framer-1pmlk2g, .framer-NEarI .framer-1t13vid, .framer-NEarI .framer-kob0y9, .framer-NEarI .framer-9xikf2, .framer-NEarI .framer-1rswfmu, .framer-NEarI .framer-mlq7mu, .framer-NEarI .framer-6rrqnt, .framer-NEarI .framer-wttcd1, .framer-NEarI .framer-1mbbfi1, .framer-NEarI .framer-lm9b5e, .framer-NEarI .framer-1lxq2kl, .framer-NEarI .framer-p9r86j, .framer-NEarI .framer-14fn03z, .framer-NEarI .framer-1ac7kww, .framer-NEarI .framer-1ymddw6, .framer-NEarI .framer-1sf4ogz, .framer-NEarI .framer-1mbvxfk, .framer-NEarI .framer-evvocd, .framer-NEarI .framer-xyhp64, .framer-NEarI .framer-1s7np5q, .framer-NEarI .framer-dyezwr, .framer-NEarI .framer-k1ocnj, .framer-NEarI .framer-1urs951, .framer-NEarI .framer-16s8qyc, .framer-NEarI .framer-10mwj1j, .framer-NEarI .framer-bs4c40, .framer-NEarI .framer-arnvz8, .framer-NEarI .framer-mcexu8, .framer-NEarI .framer-12f66v2, .framer-NEarI .framer-1siyjog, .framer-NEarI .framer-1j23ypz, .framer-NEarI .framer-1b8wtgy, .framer-NEarI .framer-p91iui, .framer-NEarI .framer-4rr6m0, .framer-NEarI .framer-13sbtyw, .framer-NEarI .framer-1n2ddc4, .framer-NEarI .framer-cyjagh, .framer-NEarI .framer-g8anez, .framer-NEarI .framer-1tz28wg, .framer-NEarI .framer-1wz138j, .framer-NEarI .framer-1sil6zl, .framer-NEarI .framer-92d2d4, .framer-NEarI .framer-vtc4gi, .framer-NEarI .framer-1bdiw4s, .framer-NEarI .framer-4xgtki, .framer-NEarI .framer-4gvcb2, .framer-NEarI .framer-rq6701, .framer-NEarI .framer-ysfjqp, .framer-NEarI .framer-on3t1i, .framer-NEarI .framer-1fsfpxo, .framer-NEarI .framer-skz3s0, .framer-NEarI .framer-4w4u0e, .framer-NEarI .framer-fc5f9d, .framer-NEarI .framer-hh973c, .framer-NEarI .framer-pmv411, .framer-NEarI .framer-1tztpbu, .framer-NEarI .framer-otz3eb, .framer-NEarI .framer-8ep0sq, .framer-NEarI .framer-1iheqsg, .framer-NEarI .framer-1jepk4q, .framer-NEarI .framer-1di4081, .framer-NEarI .framer-mz3nu4, .framer-NEarI .framer-kvwwz5, .framer-NEarI .framer-1ped745, .framer-NEarI .framer-h86joh, .framer-NEarI .framer-1cm2hxg, .framer-NEarI .framer-15pqv7u, .framer-NEarI .framer-1juqu1n, .framer-NEarI .framer-x00zek, .framer-NEarI .framer-i7a04j, .framer-NEarI .framer-r9ynum, .framer-NEarI .framer-g7417y, .framer-NEarI .framer-gyu8b0, .framer-NEarI .framer-4zh9z9, .framer-NEarI .framer-1meukdq, .framer-NEarI .framer-1urafrn, .framer-NEarI .framer-irwvrk, .framer-NEarI .framer-p6a1gp, .framer-NEarI .framer-ndlm69, .framer-NEarI .framer-1vjcq94, .framer-NEarI .framer-1y4j4oc, .framer-NEarI .framer-itxzdm, .framer-NEarI .framer-1c76glh, .framer-NEarI .framer-7g1w9z, .framer-NEarI .framer-113lhce, .framer-NEarI .framer-10w0af4, .framer-NEarI .framer-8zc8v3, .framer-NEarI .framer-1xt41iw, .framer-NEarI .framer-1ihr101, .framer-NEarI .framer-qiagq8, .framer-NEarI .framer-491pal, .framer-NEarI .framer-7pwm2i, .framer-NEarI .framer-rrxd5o, .framer-NEarI .framer-1re5wgj, .framer-NEarI .framer-1xmaljr, .framer-NEarI .framer-1x5gq2v, .framer-NEarI .framer-1blp66o, .framer-NEarI .framer-5ar581, .framer-NEarI .framer-h7roq7, .framer-NEarI .framer-1mycnmm, .framer-NEarI .framer-1mf2cn, .framer-NEarI .framer-ifm0sz, .framer-NEarI .framer-rdwqw8, .framer-NEarI .framer-aqghep, .framer-NEarI .framer-jitvol, .framer-NEarI .framer-96hds3 { gap: 0px; } .framer-NEarI.framer-72rtr7 > *, .framer-NEarI .framer-1sf4ogz > *, .framer-NEarI .framer-4rr6m0 > *, .framer-NEarI .framer-1fsfpxo > *, .framer-NEarI .framer-1juqu1n > *, .framer-NEarI .framer-1meukdq > *, .framer-NEarI .framer-itxzdm > *, .framer-NEarI .framer-1xt41iw > *, .framer-NEarI .framer-1ihr101 > *, .framer-NEarI .framer-491pal > *, .framer-NEarI .framer-7pwm2i > *, .framer-NEarI .framer-rrxd5o > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-NEarI.framer-72rtr7 > :first-child, .framer-NEarI .framer-ocaulw > :first-child, .framer-NEarI .framer-17hril3 > :first-child, .framer-NEarI .framer-1pmlk2g > :first-child, .framer-NEarI .framer-1sf4ogz > :first-child, .framer-NEarI .framer-1mbvxfk > :first-child, .framer-NEarI .framer-evvocd > :first-child, .framer-NEarI .framer-xyhp64 > :first-child, .framer-NEarI .framer-1s7np5q > :first-child, .framer-NEarI .framer-dyezwr > :first-child, .framer-NEarI .framer-1urs951 > :first-child, .framer-NEarI .framer-10mwj1j > :first-child, .framer-NEarI .framer-bs4c40 > :first-child, .framer-NEarI .framer-arnvz8 > :first-child, .framer-NEarI .framer-mcexu8 > :first-child, .framer-NEarI .framer-1siyjog > :first-child, .framer-NEarI .framer-1b8wtgy > :first-child, .framer-NEarI .framer-p91iui > :first-child, .framer-NEarI .framer-4rr6m0 > :first-child, .framer-NEarI .framer-13sbtyw > :first-child, .framer-NEarI .framer-1n2ddc4 > :first-child, .framer-NEarI .framer-cyjagh > :first-child, .framer-NEarI .framer-1tz28wg > :first-child, .framer-NEarI .framer-1wz138j > :first-child, .framer-NEarI .framer-92d2d4 > :first-child, .framer-NEarI .framer-vtc4gi > :first-child, .framer-NEarI .framer-1bdiw4s > :first-child, .framer-NEarI .framer-4xgtki > :first-child, .framer-NEarI .framer-ysfjqp > :first-child, .framer-NEarI .framer-on3t1i > :first-child, .framer-NEarI .framer-1fsfpxo > :first-child, .framer-NEarI .framer-skz3s0 > :first-child, .framer-NEarI .framer-4w4u0e > :first-child, .framer-NEarI .framer-fc5f9d > :first-child, .framer-NEarI .framer-hh973c > :first-child, .framer-NEarI .framer-pmv411 > :first-child, .framer-NEarI .framer-otz3eb > :first-child, .framer-NEarI .framer-8ep0sq > :first-child, .framer-NEarI .framer-1iheqsg > :first-child, .framer-NEarI .framer-1jepk4q > :first-child, .framer-NEarI .framer-1di4081 > :first-child, .framer-NEarI .framer-mz3nu4 > :first-child, .framer-NEarI .framer-kvwwz5 > :first-child, .framer-NEarI .framer-1ped745 > :first-child, .framer-NEarI .framer-1cm2hxg > :first-child, .framer-NEarI .framer-15pqv7u > :first-child, .framer-NEarI .framer-1juqu1n > :first-child, .framer-NEarI .framer-x00zek > :first-child, .framer-NEarI .framer-i7a04j > :first-child, .framer-NEarI .framer-r9ynum > :first-child, .framer-NEarI .framer-g7417y > :first-child, .framer-NEarI .framer-gyu8b0 > :first-child, .framer-NEarI .framer-1meukdq > :first-child, .framer-NEarI .framer-1urafrn > :first-child, .framer-NEarI .framer-irwvrk > :first-child, .framer-NEarI .framer-p6a1gp > :first-child, .framer-NEarI .framer-ndlm69 > :first-child, .framer-NEarI .framer-1vjcq94 > :first-child, .framer-NEarI .framer-itxzdm > :first-child, .framer-NEarI .framer-1c76glh > :first-child, .framer-NEarI .framer-10w0af4 > :first-child, .framer-NEarI .framer-1xt41iw > :first-child, .framer-NEarI .framer-1ihr101 > :first-child, .framer-NEarI .framer-491pal > :first-child, .framer-NEarI .framer-7pwm2i > :first-child, .framer-NEarI .framer-rrxd5o > :first-child, .framer-NEarI .framer-1re5wgj > :first-child, .framer-NEarI .framer-1x5gq2v > :first-child, .framer-NEarI .framer-1blp66o > :first-child, .framer-NEarI .framer-5ar581 > :first-child, .framer-NEarI .framer-h7roq7 > :first-child, .framer-NEarI .framer-1mf2cn > :first-child { margin-top: 0px; } .framer-NEarI.framer-72rtr7 > :last-child, .framer-NEarI .framer-ocaulw > :last-child, .framer-NEarI .framer-17hril3 > :last-child, .framer-NEarI .framer-1pmlk2g > :last-child, .framer-NEarI .framer-1sf4ogz > :last-child, .framer-NEarI .framer-1mbvxfk > :last-child, .framer-NEarI .framer-evvocd > :last-child, .framer-NEarI .framer-xyhp64 > :last-child, .framer-NEarI .framer-1s7np5q > :last-child, .framer-NEarI .framer-dyezwr > :last-child, .framer-NEarI .framer-1urs951 > :last-child, .framer-NEarI .framer-10mwj1j > :last-child, .framer-NEarI .framer-bs4c40 > :last-child, .framer-NEarI .framer-arnvz8 > :last-child, .framer-NEarI .framer-mcexu8 > :last-child, .framer-NEarI .framer-1siyjog > :last-child, .framer-NEarI .framer-1b8wtgy > :last-child, .framer-NEarI .framer-p91iui > :last-child, .framer-NEarI .framer-4rr6m0 > :last-child, .framer-NEarI .framer-13sbtyw > :last-child, .framer-NEarI .framer-1n2ddc4 > :last-child, .framer-NEarI .framer-cyjagh > :last-child, .framer-NEarI .framer-1tz28wg > :last-child, .framer-NEarI .framer-1wz138j > :last-child, .framer-NEarI .framer-92d2d4 > :last-child, .framer-NEarI .framer-vtc4gi > :last-child, .framer-NEarI .framer-1bdiw4s > :last-child, .framer-NEarI .framer-4xgtki > :last-child, .framer-NEarI .framer-ysfjqp > :last-child, .framer-NEarI .framer-on3t1i > :last-child, .framer-NEarI .framer-1fsfpxo > :last-child, .framer-NEarI .framer-skz3s0 > :last-child, .framer-NEarI .framer-4w4u0e > :last-child, .framer-NEarI .framer-fc5f9d > :last-child, .framer-NEarI .framer-hh973c > :last-child, .framer-NEarI .framer-pmv411 > :last-child, .framer-NEarI .framer-otz3eb > :last-child, .framer-NEarI .framer-8ep0sq > :last-child, .framer-NEarI .framer-1iheqsg > :last-child, .framer-NEarI .framer-1jepk4q > :last-child, .framer-NEarI .framer-1di4081 > :last-child, .framer-NEarI .framer-mz3nu4 > :last-child, .framer-NEarI .framer-kvwwz5 > :last-child, .framer-NEarI .framer-1ped745 > :last-child, .framer-NEarI .framer-1cm2hxg > :last-child, .framer-NEarI .framer-15pqv7u > :last-child, .framer-NEarI .framer-1juqu1n > :last-child, .framer-NEarI .framer-x00zek > :last-child, .framer-NEarI .framer-i7a04j > :last-child, .framer-NEarI .framer-r9ynum > :last-child, .framer-NEarI .framer-g7417y > :last-child, .framer-NEarI .framer-gyu8b0 > :last-child, .framer-NEarI .framer-1meukdq > :last-child, .framer-NEarI .framer-1urafrn > :last-child, .framer-NEarI .framer-irwvrk > :last-child, .framer-NEarI .framer-p6a1gp > :last-child, .framer-NEarI .framer-ndlm69 > :last-child, .framer-NEarI .framer-1vjcq94 > :last-child, .framer-NEarI .framer-itxzdm > :last-child, .framer-NEarI .framer-1c76glh > :last-child, .framer-NEarI .framer-10w0af4 > :last-child, .framer-NEarI .framer-1xt41iw > :last-child, .framer-NEarI .framer-1ihr101 > :last-child, .framer-NEarI .framer-491pal > :last-child, .framer-NEarI .framer-7pwm2i > :last-child, .framer-NEarI .framer-rrxd5o > :last-child, .framer-NEarI .framer-1re5wgj > :last-child, .framer-NEarI .framer-1x5gq2v > :last-child, .framer-NEarI .framer-1blp66o > :last-child, .framer-NEarI .framer-5ar581 > :last-child, .framer-NEarI .framer-h7roq7 > :last-child, .framer-NEarI .framer-1mf2cn > :last-child { margin-bottom: 0px; } .framer-NEarI .framer-1jhb1rg > *, .framer-NEarI .framer-1sk0qv7 > *, .framer-NEarI .framer-vczxrj > *, .framer-NEarI .framer-123hpts > *, .framer-NEarI .framer-vax9i4 > *, .framer-NEarI .framer-1rgp9js > *, .framer-NEarI .framer-1t13vid > *, .framer-NEarI .framer-9xikf2 > *, .framer-NEarI .framer-1rswfmu > *, .framer-NEarI .framer-mlq7mu > *, .framer-NEarI .framer-6rrqnt > *, .framer-NEarI .framer-wttcd1 > *, .framer-NEarI .framer-1mbbfi1 > *, .framer-NEarI .framer-lm9b5e > *, .framer-NEarI .framer-1lxq2kl > *, .framer-NEarI .framer-p9r86j > *, .framer-NEarI .framer-14fn03z > *, .framer-NEarI .framer-1ac7kww > *, .framer-NEarI .framer-1ymddw6 > *, .framer-NEarI .framer-h86joh > *, .framer-NEarI .framer-aqghep > *, .framer-NEarI .framer-jitvol > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-NEarI .framer-1jhb1rg > :first-child, .framer-NEarI .framer-1sk0qv7 > :first-child, .framer-NEarI .framer-4uzy57 > :first-child, .framer-NEarI .framer-vczxrj > :first-child, .framer-NEarI .framer-123hpts > :first-child, .framer-NEarI .framer-g6mde1 > :first-child, .framer-NEarI .framer-vax9i4 > :first-child, .framer-NEarI .framer-1rgp9js > :first-child, .framer-NEarI .framer-1t13vid > :first-child, .framer-NEarI .framer-kob0y9 > :first-child, .framer-NEarI .framer-9xikf2 > :first-child, .framer-NEarI .framer-1rswfmu > :first-child, .framer-NEarI .framer-mlq7mu > :first-child, .framer-NEarI .framer-6rrqnt > :first-child, .framer-NEarI .framer-wttcd1 > :first-child, .framer-NEarI .framer-1mbbfi1 > :first-child, .framer-NEarI .framer-lm9b5e > :first-child, .framer-NEarI .framer-1lxq2kl > :first-child, .framer-NEarI .framer-p9r86j > :first-child, .framer-NEarI .framer-14fn03z > :first-child, .framer-NEarI .framer-1ac7kww > :first-child, .framer-NEarI .framer-1ymddw6 > :first-child, .framer-NEarI .framer-k1ocnj > :first-child, .framer-NEarI .framer-16s8qyc > :first-child, .framer-NEarI .framer-12f66v2 > :first-child, .framer-NEarI .framer-1j23ypz > :first-child, .framer-NEarI .framer-g8anez > :first-child, .framer-NEarI .framer-1sil6zl > :first-child, .framer-NEarI .framer-4gvcb2 > :first-child, .framer-NEarI .framer-rq6701 > :first-child, .framer-NEarI .framer-1tztpbu > :first-child, .framer-NEarI .framer-h86joh > :first-child, .framer-NEarI .framer-4zh9z9 > :first-child, .framer-NEarI .framer-1y4j4oc > :first-child, .framer-NEarI .framer-7g1w9z > :first-child, .framer-NEarI .framer-113lhce > :first-child, .framer-NEarI .framer-8zc8v3 > :first-child, .framer-NEarI .framer-qiagq8 > :first-child, .framer-NEarI .framer-1xmaljr > :first-child, .framer-NEarI .framer-1mycnmm > :first-child, .framer-NEarI .framer-ifm0sz > :first-child, .framer-NEarI .framer-rdwqw8 > :first-child, .framer-NEarI .framer-aqghep > :first-child, .framer-NEarI .framer-jitvol > :first-child, .framer-NEarI .framer-96hds3 > :first-child { margin-left: 0px; } .framer-NEarI .framer-1jhb1rg > :last-child, .framer-NEarI .framer-1sk0qv7 > :last-child, .framer-NEarI .framer-4uzy57 > :last-child, .framer-NEarI .framer-vczxrj > :last-child, .framer-NEarI .framer-123hpts > :last-child, .framer-NEarI .framer-g6mde1 > :last-child, .framer-NEarI .framer-vax9i4 > :last-child, .framer-NEarI .framer-1rgp9js > :last-child, .framer-NEarI .framer-1t13vid > :last-child, .framer-NEarI .framer-kob0y9 > :last-child, .framer-NEarI .framer-9xikf2 > :last-child, .framer-NEarI .framer-1rswfmu > :last-child, .framer-NEarI .framer-mlq7mu > :last-child, .framer-NEarI .framer-6rrqnt > :last-child, .framer-NEarI .framer-wttcd1 > :last-child, .framer-NEarI .framer-1mbbfi1 > :last-child, .framer-NEarI .framer-lm9b5e > :last-child, .framer-NEarI .framer-1lxq2kl > :last-child, .framer-NEarI .framer-p9r86j > :last-child, .framer-NEarI .framer-14fn03z > :last-child, .framer-NEarI .framer-1ac7kww > :last-child, .framer-NEarI .framer-1ymddw6 > :last-child, .framer-NEarI .framer-k1ocnj > :last-child, .framer-NEarI .framer-16s8qyc > :last-child, .framer-NEarI .framer-12f66v2 > :last-child, .framer-NEarI .framer-1j23ypz > :last-child, .framer-NEarI .framer-g8anez > :last-child, .framer-NEarI .framer-1sil6zl > :last-child, .framer-NEarI .framer-4gvcb2 > :last-child, .framer-NEarI .framer-rq6701 > :last-child, .framer-NEarI .framer-1tztpbu > :last-child, .framer-NEarI .framer-h86joh > :last-child, .framer-NEarI .framer-4zh9z9 > :last-child, .framer-NEarI .framer-1y4j4oc > :last-child, .framer-NEarI .framer-7g1w9z > :last-child, .framer-NEarI .framer-113lhce > :last-child, .framer-NEarI .framer-8zc8v3 > :last-child, .framer-NEarI .framer-qiagq8 > :last-child, .framer-NEarI .framer-1xmaljr > :last-child, .framer-NEarI .framer-1mycnmm > :last-child, .framer-NEarI .framer-ifm0sz > :last-child, .framer-NEarI .framer-rdwqw8 > :last-child, .framer-NEarI .framer-aqghep > :last-child, .framer-NEarI .framer-jitvol > :last-child, .framer-NEarI .framer-96hds3 > :last-child { margin-right: 0px; } .framer-NEarI .framer-4uzy57 > *, .framer-NEarI .framer-4zh9z9 > *, .framer-NEarI .framer-1y4j4oc > *, .framer-NEarI .framer-113lhce > *, .framer-NEarI .framer-8zc8v3 > *, .framer-NEarI .framer-qiagq8 > *, .framer-NEarI .framer-rdwqw8 > * { margin: 0px; margin-left: calc(30px / 2); margin-right: calc(30px / 2); } .framer-NEarI .framer-g6mde1 > * { margin: 0px; margin-left: calc(23px / 2); margin-right: calc(23px / 2); } .framer-NEarI .framer-ocaulw > * { margin: 0px; margin-bottom: calc(72px / 2); margin-top: calc(72px / 2); } .framer-NEarI .framer-17hril3 > *, .framer-NEarI .framer-1mbvxfk > *, .framer-NEarI .framer-1s7np5q > *, .framer-NEarI .framer-dyezwr > *, .framer-NEarI .framer-arnvz8 > *, .framer-NEarI .framer-mcexu8 > *, .framer-NEarI .framer-1n2ddc4 > *, .framer-NEarI .framer-cyjagh > *, .framer-NEarI .framer-1tz28wg > *, .framer-NEarI .framer-1bdiw4s > *, .framer-NEarI .framer-4xgtki > *, .framer-NEarI .framer-skz3s0 > *, .framer-NEarI .framer-4w4u0e > *, .framer-NEarI .framer-pmv411 > *, .framer-NEarI .framer-1cm2hxg > *, .framer-NEarI .framer-15pqv7u > *, .framer-NEarI .framer-x00zek > *, .framer-NEarI .framer-i7a04j > *, .framer-NEarI .framer-gyu8b0 > *, .framer-NEarI .framer-1urafrn > *, .framer-NEarI .framer-irwvrk > *, .framer-NEarI .framer-1vjcq94 > *, .framer-NEarI .framer-1c76glh > *, .framer-NEarI .framer-1re5wgj > *, .framer-NEarI .framer-5ar581 > *, .framer-NEarI .framer-h7roq7 > *, .framer-NEarI .framer-1mf2cn > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-NEarI .framer-1pmlk2g > *, .framer-NEarI .framer-ysfjqp > *, .framer-NEarI .framer-on3t1i > *, .framer-NEarI .framer-1iheqsg > *, .framer-NEarI .framer-mz3nu4 > *, .framer-NEarI .framer-1blp66o > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-NEarI .framer-kob0y9 > * { margin: 0px; margin-left: calc(60px / 2); margin-right: calc(60px / 2); } .framer-NEarI .framer-evvocd > *, .framer-NEarI .framer-fc5f9d > *, .framer-NEarI .framer-r9ynum > *, .framer-NEarI .framer-p6a1gp > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } .framer-NEarI .framer-xyhp64 > *, .framer-NEarI .framer-bs4c40 > *, .framer-NEarI .framer-1b8wtgy > *, .framer-NEarI .framer-vtc4gi > *, .framer-NEarI .framer-hh973c > *, .framer-NEarI .framer-otz3eb > *, .framer-NEarI .framer-g7417y > *, .framer-NEarI .framer-ndlm69 > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-NEarI .framer-k1ocnj > *, .framer-NEarI .framer-16s8qyc > *, .framer-NEarI .framer-12f66v2 > *, .framer-NEarI .framer-1j23ypz > *, .framer-NEarI .framer-g8anez > *, .framer-NEarI .framer-1sil6zl > *, .framer-NEarI .framer-4gvcb2 > *, .framer-NEarI .framer-1tztpbu > *, .framer-NEarI .framer-1mycnmm > * { margin: 0px; margin-left: calc(100px / 2); margin-right: calc(100px / 2); } .framer-NEarI .framer-1urs951 > *, .framer-NEarI .framer-1siyjog > *, .framer-NEarI .framer-p91iui > * { margin: 0px; margin-bottom: calc(100px / 2); margin-top: calc(100px / 2); } .framer-NEarI .framer-10mwj1j > *, .framer-NEarI .framer-13sbtyw > *, .framer-NEarI .framer-92d2d4 > *, .framer-NEarI .framer-10w0af4 > *, .framer-NEarI .framer-1x5gq2v > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-NEarI .framer-1wz138j > *, .framer-NEarI .framer-8ep0sq > * { margin: 0px; margin-bottom: calc(50px / 2); margin-top: calc(50px / 2); } .framer-NEarI .framer-rq6701 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-NEarI .framer-1jepk4q > *, .framer-NEarI .framer-kvwwz5 > * { margin: 0px; margin-bottom: calc(22px / 2); margin-top: calc(22px / 2); } .framer-NEarI .framer-1di4081 > *, .framer-NEarI .framer-1ped745 > * { margin: 0px; margin-bottom: calc(26px / 2); margin-top: calc(26px / 2); } .framer-NEarI .framer-7g1w9z > *, .framer-NEarI .framer-1xmaljr > *, .framer-NEarI .framer-ifm0sz > * { margin: 0px; margin-left: calc(15px / 2); margin-right: calc(15px / 2); } .framer-NEarI .framer-96hds3 > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } }\",`@media (min-width: 810px) and (max-width: 1199px) { .${metadata.bodyClassName}-framer-NEarI { background: white; } .framer-NEarI.framer-72rtr7 { width: 810px; } .framer-NEarI .framer-j8b4b5 { height: var(--framer-aspect-ratio-supported, 378px); } .framer-NEarI .framer-ocaulw { justify-content: center; } .framer-NEarI .framer-17hril3, .framer-NEarI .framer-10mwj1j, .framer-NEarI .framer-mnhspz, .framer-NEarI .framer-6c8gpa, .framer-NEarI .framer-qbrioa-container, .framer-NEarI .framer-4rr6m0, .framer-NEarI .framer-13sbtyw, .framer-NEarI .framer-aukjzc, .framer-NEarI .framer-1n56cms, .framer-NEarI .framer-b01tl0-container, .framer-NEarI .framer-92d2d4, .framer-NEarI .framer-1so7ipg, .framer-NEarI .framer-mmmszu, .framer-NEarI .framer-owms31-container { width: 100%; } .framer-NEarI .framer-111ewvc { order: 0; width: 755px; } .framer-NEarI .framer-1rgp9js { align-self: unset; order: 1; width: 100%; } .framer-NEarI .framer-ajqve9 { height: var(--framer-aspect-ratio-supported, 121px); } .framer-NEarI .framer-1fupxqy-container { height: 50%; } .framer-NEarI .framer-1urs951 { gap: 50px; padding: 50px 50px 100px 50px; } .framer-NEarI .framer-16s8qyc, .framer-NEarI .framer-1sil6zl { flex-direction: column; gap: 50px; } .framer-NEarI .framer-1vexuxy { align-self: unset; gap: 0px; height: min-content; justify-content: center; width: 100%; } .framer-NEarI .framer-bs4c40, .framer-NEarI .framer-otz3eb { flex: none; width: 100%; } .framer-NEarI .framer-13kgv71, .framer-NEarI .framer-rnbwvh, .framer-NEarI .framer-17imqwb, .framer-NEarI .framer-g978hw { aspect-ratio: 1.4791666666666667 / 1; height: var(--framer-aspect-ratio-supported, 480px); } .framer-NEarI .framer-1siyjog { gap: 50px; } .framer-NEarI .framer-1j23ypz { flex-direction: column; gap: 50px; padding: 100px 50px 0px 50px; } .framer-NEarI .framer-1b8wtgy, .framer-NEarI .framer-vtc4gi { flex: none; order: 1; width: 100%; } .framer-NEarI .framer-p91iui { order: 0; width: 100%; } .framer-NEarI .framer-1wz138j, .framer-NEarI .framer-1c76glh, .framer-NEarI .framer-1re5wgj { padding: 100px 50px 100px 50px; } .framer-NEarI .framer-kjwulj { align-self: unset; gap: 0px; height: min-content; justify-content: center; order: 0; width: 100%; } .framer-NEarI .framer-4xgtki { padding: 0px 50px 100px 50px; } .framer-NEarI .framer-4w4u0e, .framer-NEarI .framer-i7a04j { padding: 100px 50px 50px 50px; } .framer-NEarI .framer-pmv411 { flex-direction: row; padding: 0px; } .framer-NEarI .framer-1tztpbu { flex: 1 0 0px; flex-direction: column; gap: 50px; padding: 0px 50px 100px 50px; width: 1px; } .framer-NEarI .framer-8ep0sq { align-self: unset; flex: none; height: 847px; width: 100%; } .framer-NEarI .framer-1juqu1n { padding: 0px 0px 100px 0px; } .framer-NEarI .framer-1xt41iw, .framer-NEarI .framer-1ihr101, .framer-NEarI .framer-7pwm2i { min-height: 150px; padding: 30px; } .framer-NEarI .framer-491pal { align-self: stretch; height: auto; min-height: 150px; padding: 30px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-NEarI .framer-1urs951, .framer-NEarI .framer-16s8qyc, .framer-NEarI .framer-1vexuxy, .framer-NEarI .framer-1siyjog, .framer-NEarI .framer-1j23ypz, .framer-NEarI .framer-1sil6zl, .framer-NEarI .framer-kjwulj, .framer-NEarI .framer-pmv411, .framer-NEarI .framer-1tztpbu { gap: 0px; } .framer-NEarI .framer-1urs951 > *, .framer-NEarI .framer-16s8qyc > *, .framer-NEarI .framer-1siyjog > *, .framer-NEarI .framer-1j23ypz > *, .framer-NEarI .framer-1sil6zl > *, .framer-NEarI .framer-1tztpbu > * { margin: 0px; margin-bottom: calc(50px / 2); margin-top: calc(50px / 2); } .framer-NEarI .framer-1urs951 > :first-child, .framer-NEarI .framer-16s8qyc > :first-child, .framer-NEarI .framer-1vexuxy > :first-child, .framer-NEarI .framer-1siyjog > :first-child, .framer-NEarI .framer-1j23ypz > :first-child, .framer-NEarI .framer-1sil6zl > :first-child, .framer-NEarI .framer-kjwulj > :first-child, .framer-NEarI .framer-1tztpbu > :first-child { margin-top: 0px; } .framer-NEarI .framer-1urs951 > :last-child, .framer-NEarI .framer-16s8qyc > :last-child, .framer-NEarI .framer-1vexuxy > :last-child, .framer-NEarI .framer-1siyjog > :last-child, .framer-NEarI .framer-1j23ypz > :last-child, .framer-NEarI .framer-1sil6zl > :last-child, .framer-NEarI .framer-kjwulj > :last-child, .framer-NEarI .framer-1tztpbu > :last-child { margin-bottom: 0px; } .framer-NEarI .framer-1vexuxy > *, .framer-NEarI .framer-kjwulj > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-NEarI .framer-pmv411 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-NEarI .framer-pmv411 > :first-child { margin-left: 0px; } .framer-NEarI .framer-pmv411 > :last-child { margin-right: 0px; } }}`,`@media (max-width: 809px) { .${metadata.bodyClassName}-framer-NEarI { background: white; } .framer-NEarI.framer-72rtr7 { width: 390px; } .framer-NEarI .framer-1jhb1rg, .framer-NEarI .framer-vczxrj, .framer-NEarI .framer-1t13vid, .framer-NEarI .framer-rq6701, .framer-NEarI .framer-1xmaljr { flex-direction: column; } .framer-NEarI .framer-jkcjgl, .framer-NEarI .framer-1n4f4ug { padding: 10px 30px 10px 30px; } .framer-NEarI .framer-1sk0qv7 { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 38px); width: 38px; } .framer-NEarI .framer-wj08iz { aspect-ratio: unset; height: 36px; width: 36px; } .framer-NEarI .framer-123hpts { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 36px); width: 36px; } .framer-NEarI .framer-rg2h8p { aspect-ratio: 1 / 1; width: 36px; } .framer-NEarI .framer-j8b4b5 { height: var(--framer-aspect-ratio-supported, 292px); width: 75%; } .framer-NEarI .framer-ocaulw { bottom: 0px; height: 92.41706161137441vh; justify-content: center; padding: 50px 30px 50px 30px; top: unset; } .framer-NEarI .framer-17hril3, .framer-NEarI .framer-p91iui { order: 0; width: 100%; } .framer-NEarI .framer-111ewvc { order: 0; width: 311px; } .framer-NEarI .framer-1rgp9js { align-self: unset; order: 1; width: 100%; } .framer-NEarI .framer-1pmlk2g { flex: 1 0 0px; width: 1px; } .framer-NEarI .framer-pujhev, .framer-NEarI .framer-10mwj1j, .framer-NEarI .framer-mnhspz, .framer-NEarI .framer-6c8gpa, .framer-NEarI .framer-qbrioa-container, .framer-NEarI .framer-4rr6m0, .framer-NEarI .framer-13sbtyw, .framer-NEarI .framer-aukjzc, .framer-NEarI .framer-1n56cms, .framer-NEarI .framer-b01tl0-container, .framer-NEarI .framer-92d2d4, .framer-NEarI .framer-1so7ipg, .framer-NEarI .framer-mmmszu, .framer-NEarI .framer-owms31-container, .framer-NEarI .framer-10fjsdv-container, .framer-NEarI .framer-dx9q44-container, .framer-NEarI .framer-2kpcfi-container, .framer-NEarI .framer-s6l9t1-container, .framer-NEarI .framer-h9t2xe-container { width: 100%; } .framer-NEarI .framer-ajqve9 { height: var(--framer-aspect-ratio-supported, 121px); order: 1; } .framer-NEarI .framer-kob0y9 { flex: none; flex-direction: column; gap: 0px; justify-content: center; padding: 30px; width: 100%; } .framer-NEarI .framer-uncym7, .framer-NEarI .framer-bs4c40, .framer-NEarI .framer-otz3eb, .framer-NEarI .framer-1cm2hxg, .framer-NEarI .framer-15pqv7u, .framer-NEarI .framer-113lhce, .framer-NEarI .framer-1x5gq2v, .framer-NEarI .framer-1blp66o, .framer-NEarI .framer-96hds3 { flex: none; width: 100%; } .framer-NEarI .framer-1fupxqy-container { flex: 0.5 0 0px; height: 1px; width: 100%; } .framer-NEarI .framer-1mbvxfk { padding: 100px 30px 30px 30px; } .framer-NEarI .framer-dyezwr, .framer-NEarI .framer-mcexu8, .framer-NEarI .framer-cyjagh, .framer-NEarI .framer-h7roq7 { padding: 0px 30px 0px 30px; } .framer-NEarI .framer-1urs951 { gap: 50px; padding: 30px 30px 50px 30px; } .framer-NEarI .framer-16s8qyc, .framer-NEarI .framer-1sil6zl { flex-direction: column; gap: 50px; } .framer-NEarI .framer-1vexuxy { align-self: unset; gap: 0px; height: min-content; justify-content: center; width: 100%; } .framer-NEarI .framer-13kgv71, .framer-NEarI .framer-rnbwvh, .framer-NEarI .framer-17imqwb { aspect-ratio: 1.4791666666666667 / 1; height: var(--framer-aspect-ratio-supported, 223px); } .framer-NEarI .framer-1siyjog { gap: 50px; padding: 0px 0px 50px 0px; } .framer-NEarI .framer-1j23ypz { flex-direction: column; gap: 50px; padding: 50px 30px 0px 30px; } .framer-NEarI .framer-1b8wtgy, .framer-NEarI .framer-vtc4gi { flex: none; order: 1; width: 100%; } .framer-NEarI .framer-1wz138j, .framer-NEarI .framer-4w4u0e, .framer-NEarI .framer-i7a04j, .framer-NEarI .framer-1re5wgj { padding: 50px 30px 50px 30px; } .framer-NEarI .framer-kjwulj { align-self: unset; gap: 0px; height: min-content; justify-content: center; order: 0; width: 100%; } .framer-NEarI .framer-4xgtki { padding: 0px 30px 50px 30px; } .framer-NEarI .framer-ysfjqp { flex: none; order: 1; padding: 30px; width: 100%; } .framer-NEarI .framer-pmv411 { flex-direction: row; padding: 0px; } .framer-NEarI .framer-1tztpbu { flex: 1 0 0px; flex-direction: column; gap: 50px; padding: 0px 30px 50px 30px; width: 1px; } .framer-NEarI .framer-g978hw { aspect-ratio: 0.6875 / 1; height: var(--framer-aspect-ratio-supported, 480px); } .framer-NEarI .framer-8ep0sq { align-self: unset; flex: none; height: min-content; width: 100%; } .framer-NEarI .framer-h86joh { flex-direction: column; gap: 70px; } .framer-NEarI .framer-1juqu1n { padding: 0px 0px 100px 0px; } .framer-NEarI .framer-irwvrk { padding: 50px 30px 30px 30px; } .framer-NEarI .framer-1y4j4oc { padding: 0px 0px 30px 0px; } .framer-NEarI .framer-1c76glh { gap: 40px; padding: 50px 30px 50px 30px; } .framer-NEarI .framer-7g1w9z { flex-direction: column; gap: 30px; } .framer-NEarI .framer-105vuee { flex: 1 0 0px; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; } .framer-NEarI .framer-10w0af4 { flex: none; gap: 15px; width: 100%; } .framer-NEarI .framer-8zc8v3, .framer-NEarI .framer-qiagq8 { flex-direction: column; gap: 15px; } .framer-NEarI .framer-1xt41iw, .framer-NEarI .framer-1ihr101, .framer-NEarI .framer-491pal, .framer-NEarI .framer-7pwm2i { flex: none; padding: 30px; width: 100%; } .framer-NEarI .framer-1mf2cn { padding: 30px; } .framer-NEarI .framer-ifm0sz { flex-direction: column; gap: 35px; } .framer-NEarI .framer-rdwqw8 { flex: none; width: min-content; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-NEarI .framer-1jhb1rg, .framer-NEarI .framer-vczxrj, .framer-NEarI .framer-1t13vid, .framer-NEarI .framer-kob0y9, .framer-NEarI .framer-1urs951, .framer-NEarI .framer-16s8qyc, .framer-NEarI .framer-1vexuxy, .framer-NEarI .framer-1siyjog, .framer-NEarI .framer-1j23ypz, .framer-NEarI .framer-1sil6zl, .framer-NEarI .framer-kjwulj, .framer-NEarI .framer-rq6701, .framer-NEarI .framer-pmv411, .framer-NEarI .framer-1tztpbu, .framer-NEarI .framer-h86joh, .framer-NEarI .framer-1c76glh, .framer-NEarI .framer-7g1w9z, .framer-NEarI .framer-10w0af4, .framer-NEarI .framer-8zc8v3, .framer-NEarI .framer-qiagq8, .framer-NEarI .framer-1xmaljr, .framer-NEarI .framer-ifm0sz { gap: 0px; } .framer-NEarI .framer-1jhb1rg > *, .framer-NEarI .framer-vczxrj > *, .framer-NEarI .framer-1t13vid > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-NEarI .framer-1jhb1rg > :first-child, .framer-NEarI .framer-vczxrj > :first-child, .framer-NEarI .framer-1t13vid > :first-child, .framer-NEarI .framer-kob0y9 > :first-child, .framer-NEarI .framer-1urs951 > :first-child, .framer-NEarI .framer-16s8qyc > :first-child, .framer-NEarI .framer-1vexuxy > :first-child, .framer-NEarI .framer-1siyjog > :first-child, .framer-NEarI .framer-1j23ypz > :first-child, .framer-NEarI .framer-1sil6zl > :first-child, .framer-NEarI .framer-kjwulj > :first-child, .framer-NEarI .framer-rq6701 > :first-child, .framer-NEarI .framer-1tztpbu > :first-child, .framer-NEarI .framer-h86joh > :first-child, .framer-NEarI .framer-1c76glh > :first-child, .framer-NEarI .framer-7g1w9z > :first-child, .framer-NEarI .framer-10w0af4 > :first-child, .framer-NEarI .framer-8zc8v3 > :first-child, .framer-NEarI .framer-qiagq8 > :first-child, .framer-NEarI .framer-1xmaljr > :first-child, .framer-NEarI .framer-ifm0sz > :first-child { margin-top: 0px; } .framer-NEarI .framer-1jhb1rg > :last-child, .framer-NEarI .framer-vczxrj > :last-child, .framer-NEarI .framer-1t13vid > :last-child, .framer-NEarI .framer-kob0y9 > :last-child, .framer-NEarI .framer-1urs951 > :last-child, .framer-NEarI .framer-16s8qyc > :last-child, .framer-NEarI .framer-1vexuxy > :last-child, .framer-NEarI .framer-1siyjog > :last-child, .framer-NEarI .framer-1j23ypz > :last-child, .framer-NEarI .framer-1sil6zl > :last-child, .framer-NEarI .framer-kjwulj > :last-child, .framer-NEarI .framer-rq6701 > :last-child, .framer-NEarI .framer-1tztpbu > :last-child, .framer-NEarI .framer-h86joh > :last-child, .framer-NEarI .framer-1c76glh > :last-child, .framer-NEarI .framer-7g1w9z > :last-child, .framer-NEarI .framer-10w0af4 > :last-child, .framer-NEarI .framer-8zc8v3 > :last-child, .framer-NEarI .framer-qiagq8 > :last-child, .framer-NEarI .framer-1xmaljr > :last-child, .framer-NEarI .framer-ifm0sz > :last-child { margin-bottom: 0px; } .framer-NEarI .framer-kob0y9 > *, .framer-NEarI .framer-1vexuxy > *, .framer-NEarI .framer-kjwulj > *, .framer-NEarI .framer-rq6701 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-NEarI .framer-1urs951 > *, .framer-NEarI .framer-16s8qyc > *, .framer-NEarI .framer-1siyjog > *, .framer-NEarI .framer-1j23ypz > *, .framer-NEarI .framer-1sil6zl > *, .framer-NEarI .framer-1tztpbu > * { margin: 0px; margin-bottom: calc(50px / 2); margin-top: calc(50px / 2); } .framer-NEarI .framer-pmv411 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-NEarI .framer-pmv411 > :first-child { margin-left: 0px; } .framer-NEarI .framer-pmv411 > :last-child { margin-right: 0px; } .framer-NEarI .framer-h86joh > * { margin: 0px; margin-bottom: calc(70px / 2); margin-top: calc(70px / 2); } .framer-NEarI .framer-1c76glh > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-NEarI .framer-7g1w9z > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-NEarI .framer-10w0af4 > *, .framer-NEarI .framer-8zc8v3 > *, .framer-NEarI .framer-qiagq8 > *, .framer-NEarI .framer-1xmaljr > * { margin: 0px; margin-bottom: calc(15px / 2); margin-top: calc(15px / 2); } .framer-NEarI .framer-ifm0sz > * { margin: 0px; margin-bottom: calc(35px / 2); margin-top: calc(35px / 2); } }}`,...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,...sharedStyle8.css,...sharedStyle9.css,...sharedStyle10.css,...sharedStyle11.css,'.framer-NEarI[data-border=\"true\"]::after, .framer-NEarI [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 9098.5\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"en3gZyVja\":{\"layout\":[\"fixed\",\"auto\"]},\"vszekxD7X\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerResponsiveScreen\n */const FrameraugiA20Il=withCSS(Component,css,\"framer-NEarI\");export default FrameraugiA20Il;FrameraugiA20Il.displayName=\"Home\";FrameraugiA20Il.defaultProps={height:9098.5,width:1200};addFonts(FrameraugiA20Il,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Satoshi\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/LAFFD4SDUCDVQEXFPDC7C53EQ4ZELWQI/PXCT3G6LO6ICM5I3NTYENYPWJAECAWDD/GHM6WVH6MILNYOOCXHXB5GTSGNTMGXZR.woff2\",weight:\"700\"},{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\"}]},...Button1Fonts,...LocaleSelectorFonts,...TickerFonts,...Accordion3xFonts,...Accordion4xFonts,...TestimonialFonts,...CarouselFonts,...Ticker1Fonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts),...getFontsFromSharedStyle(sharedStyle6.fonts),...getFontsFromSharedStyle(sharedStyle7.fonts),...getFontsFromSharedStyle(sharedStyle8.fonts),...getFontsFromSharedStyle(sharedStyle9.fonts),...getFontsFromSharedStyle(sharedStyle10.fonts),...getFontsFromSharedStyle(sharedStyle11.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameraugiA20Il\",\"slots\":[],\"annotations\":{\"framerResponsiveScreen\":\"\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"en3gZyVja\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"vszekxD7X\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"1200\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"9098.5\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["getBorderStyle", "e", "t", "o", "r", "i", "l", "h", "b", "borderControls", "ControlType", "getFocusStyle", "color", "width", "style", "offset", "result", "focusControls", "ControlType", "getHoverStyle", "fillColor", "textColor", "borderColor", "hoverControls", "ControlType", "getPaddingStyle", "padding", "paddingPerSide", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "paddingControls", "ControlType", "getRadiusStyle", "radius", "radiusPerCorner", "radiusTopLeft", "radiusTopRight", "radiusBottomRight", "radiusBottomLeft", "result", "radiusControls", "ControlType", "className", "IconType", "Icon", "type", "color", "image", "size", "p", "CaretType", "Caret", "LocaleSelector", "withCSS", "font", "fillColor", "textColor", "icon", "caret", "title", "gap", "border", "hover", "focus", "style", "props", "id", "ae", "activeLocale", "locales", "setLocale", "useLocaleInfo", "_activeLocale_id", "activeLocaleId", "lastActiveLocaleId", "setLastActiveLocaleId", "ye", "selectedLocaleId", "setSelectedLocaleId", "selectedLocale", "locale", "handleChange", "event", "localeId", "_selectedLocale_name", "u", "className", "getPaddingStyle", "getRadiusStyle", "getBorderStyle", "getHoverStyle", "getFocusStyle", "addPropertyControls", "ControlType", "paddingControls", "radiusControls", "borderControls", "hoverControls", "focusControls", "LocaleSelector_default", "MAX_DUPLICATED_ITEMS", "directionTransformers", "offset", "supportsAcceleratedAnimations", "Ticker", "props", "slots", "gap", "padding", "paddingPerSide", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "speed", "hoverFactor", "direction", "alignment", "sizingOptions", "fadeOptions", "style", "fadeContent", "overflow", "fadeWidth", "fadeInset", "fadeAlpha", "widthType", "heightType", "paddingValue", "isCanvas", "RenderTarget", "numChildren", "j", "hasChildren", "isHorizontal", "useMotionValue", "transformer", "transform", "useTransform", "parentRef", "pe", "childrenRef", "se", "W", "size", "setSize", "ye", "clonedChildren", "dupedChildren", "duplicateBy", "opacity", "measure", "te", "parentLength", "start", "childrenLength", "childrenStyles", "initialResize", "ue", "frame", "resize", "contentSize", "child", "index", "_child_props", "_child_props1", "_child_props2", "_child_props3", "ref", "p", "LayoutGroup", "q", "i", "childIndex", "_child_props4", "_child_props5", "animateToValue", "initialTime", "prevTime", "xOrY", "isHover", "isReducedMotion", "useReducedMotion", "listRef", "animationRef", "isInView", "useInView", "useAnimationFrame", "t", "delta", "wrap", "fadeDirection", "fadeWidthStart", "fadeWidthEnd", "fadeInsetStart", "clamp", "fadeInsetEnd", "fadeMask", "containerStyle", "u", "motion", "isValidNumber", "placeholderStyles", "emojiStyles", "titleStyles", "subtitleStyles", "addPropertyControls", "ControlType", "num", "min", "max", "value", "MAX_DUPLICATED_ITEMS", "directionTransformers", "offset", "supportsAcceleratedAnimations", "Ticker", "props", "slots", "gap", "padding", "paddingPerSide", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "speed", "hoverFactor", "direction", "alignment", "sizingOptions", "fadeOptions", "style", "fadeContent", "overflow", "fadeWidth", "fadeInset", "fadeAlpha", "widthType", "heightType", "paddingValue", "isCanvas", "RenderTarget", "numChildren", "j", "hasChildren", "isHorizontal", "useMotionValue", "transformer", "transform", "useTransform", "parentRef", "pe", "childrenRef", "se", "W", "size", "setSize", "ye", "clonedChildren", "dupedChildren", "duplicateBy", "opacity", "measure", "te", "parentLength", "start", "childrenLength", "childrenStyles", "initialResize", "ue", "frame", "resize", "contentSize", "child", "index", "_child_props", "_child_props1", "_child_props2", "_child_props3", "ref", "p", "LayoutGroup", "q", "i", "childIndex", "_child_props4", "_child_props5", "animateToValue", "initialTime", "prevTime", "xOrY", "isHover", "isReducedMotion", "useReducedMotion", "listRef", "animationRef", "isInView", "useInView", "useAnimationFrame", "t", "delta", "wrap", "fadeDirection", "fadeWidthStart", "fadeWidthEnd", "fadeInsetStart", "clamp", "fadeInsetEnd", "fadeMask", "containerStyle", "u", "motion", "isValidNumber", "placeholderStyles", "emojiStyles", "titleStyles", "subtitleStyles", "addPropertyControls", "ControlType", "num", "min", "max", "value", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "h1", "h2", "h3", "h4", "height", "id", "t1", "t2", "t3", "t4", "width", "props", "_ref", "_ref1", "_ref2", "_ref3", "_ref4", "_ref5", "_humanReadableVariantMap_props_variant", "_ref6", "_ref7", "_ref8", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "Pv5AaTEDE", "IMRX6L4Uc", "aYwUrk7Uf", "mUOFNYump", "jURhNZwtA", "W1GW4Cnyn", "YBFVvl4Rh", "EnyPg64ox", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap12t2035", "args", "onTap1f13z3y", "onTap1xx2byq", "onTap1b24u1p", "onTapdu81sx", "ref1", "pe", "isDisplayed", "isDisplayed1", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "RichText2", "SVG", "css", "FramerHRX7ZIh60", "withCSS", "HRX7ZIh60_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "h1", "h2", "h3", "height", "id", "t1", "t2", "t3", "width", "props", "_ref", "_ref1", "_ref2", "_ref3", "_ref4", "_humanReadableVariantMap_props_variant", "_ref5", "_ref6", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "D_ZYKPKJX", "IMRX6L4Uc", "aYwUrk7Uf", "mUOFNYump", "jURhNZwtA", "W1GW4Cnyn", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapzzp94g", "args", "onTapf65b61", "onTap1h47x68", "onTapdv6tic", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "RichText2", "SVG", "css", "FramerSPF5tYCcj", "withCSS", "SPF5tYCcj_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "MotionDivWithOptimizedAppearEffect", "withOptimizedAppearEffect", "motion", "RichTextWithOptimizedAppearEffect", "RichText2", "Button1Fonts", "getFonts", "HBy4ZHAGH_default", "ContainerWithOptimizedAppearEffect", "Container", "MotionDivWithFX", "withFX", "LocaleSelectorFonts", "LocaleSelector_default", "ImageWithOptimizedAppearEffect", "Image2", "RichTextWithFX", "TickerFonts", "Ticker", "ContainerWithFX", "Accordion3xFonts", "SPF5tYCcj_default", "Accordion4xFonts", "HRX7ZIh60_default", "TestimonialFonts", "sCFKN4XfR_default", "CarouselFonts", "Carousel", "Ticker1Fonts", "MotionAWithFX", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "valuesByLocaleId", "LazyValue", "preloadLocalizedValues", "locale", "promises", "values", "promise", "getLocalizedValue", "key", "value", "animation", "transition1", "animation1", "transition2", "animation2", "animation3", "transition3", "animation4", "transition4", "animation5", "transition5", "animation6", "animation7", "transition6", "animation8", "animation9", "transition7", "animation10", "transition8", "animation11", "transition9", "animation12", "animation13", "transition10", "addImageAlt", "image", "alt", "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", "preloadPromise", "ref1", "pe", "ref2", "isDisplayed", "router", "useRouter", "elementId", "useRouteElementId", "ref3", "elementId1", "elementId2", "ref4", "elementId3", "ref5", "elementId4", "ref6", "elementId5", "ref7", "defaultLayoutId", "ae", "sharedStyleClassNames", "useCustomCursors", "_getLocalizedValue", "_getLocalizedValue1", "_getLocalizedValue2", "_getLocalizedValue3", "_getLocalizedValue4", "_getLocalizedValue5", "_getLocalizedValue6", "_getLocalizedValue7", "_getLocalizedValue8", "_getLocalizedValue9", "_getLocalizedValue10", "_getLocalizedValue11", "_getLocalizedValue12", "_getLocalizedValue13", "_getLocalizedValue14", "_getLocalizedValue15", "_getLocalizedValue16", "_getLocalizedValue17", "_getLocalizedValue18", "_getLocalizedValue19", "_getLocalizedValue20", "_getLocalizedValue21", "_getLocalizedValue22", "_getLocalizedValue23", "_getLocalizedValue24", "_getLocalizedValue25", "_getLocalizedValue26", "_getLocalizedValue27", "_getLocalizedValue28", "_getLocalizedValue29", "_getLocalizedValue30", "_getLocalizedValue31", "_getLocalizedValue32", "_getLocalizedValue33", "_getLocalizedValue34", "_getLocalizedValue35", "_getLocalizedValue36", "_getLocalizedValue37", "_getLocalizedValue38", "_getLocalizedValue39", "_getLocalizedValue40", "_getLocalizedValue41", "_getLocalizedValue42", "_getLocalizedValue43", "_getLocalizedValue44", "_getLocalizedValue45", "_getLocalizedValue46", "_getLocalizedValue47", "_getLocalizedValue48", "_getLocalizedValue49", "_getLocalizedValue50", "_getLocalizedValue51", "_getLocalizedValue52", "_getLocalizedValue53", "_getLocalizedValue54", "_getLocalizedValue55", "_getLocalizedValue56", "_getLocalizedValue57", "_getLocalizedValue58", "_getLocalizedValue59", "_getLocalizedValue60", "_getLocalizedValue61", "_getLocalizedValue62", "_getLocalizedValue63", "_getLocalizedValue64", "_getLocalizedValue65", "_getLocalizedValue66", "_getLocalizedValue67", "_getLocalizedValue68", "_getLocalizedValue69", "_getLocalizedValue70", "_getLocalizedValue71", "_getLocalizedValue72", "_getLocalizedValue73", "_getLocalizedValue74", "_getLocalizedValue75", "_getLocalizedValue76", "_getLocalizedValue77", "_getLocalizedValue78", "_getLocalizedValue79", "_getLocalizedValue80", "_getLocalizedValue81", "_getLocalizedValue82", "_getLocalizedValue83", "_getLocalizedValue84", "_getLocalizedValue85", "_getLocalizedValue86", "_getLocalizedValue87", "_getLocalizedValue88", "_getLocalizedValue89", "_getLocalizedValue90", "_getLocalizedValue91", "p", "GeneratedComponentContext", "u", "LayoutGroup", "cx", "PropertyOverrides2", "Link", "getLoadingLazyAtYPosition", "x", "ResolveLinks", "resolvedLinks", "ComponentViewportProvider", "resolvedLinks1", "resolvedLinks2", "resolvedLinks3", "resolvedLinks4", "resolvedLinks5", "SVG", "css", "FrameraugiA20Il", "withCSS", "augiA20Il_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
