{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/F2dD1KLCGpUA66De6ZXC/M0bw4rniOeXr8zzdmhMR/g_tfEglJK.js", "ssg:https://framerusercontent.com/modules/JsfxuIOSItTKimOi1qnk/kl2LMSlIuNRs1R6dMaVG/Fillout_Prefill.js", "ssg:https://framerusercontent.com/modules/9a3D3RyEH6VQ0lEvBplx/ZqmwRIT5z1JbQQBvreIt/augiA20Il.js"],
  "sourcesContent": ["// Generated by Framer (6ca5d98)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addPropertyControls,ControlType,cx,motion,withCSS}from\"framer\";import*as React from\"react\";import{forwardRef}from\"react\";const mask='url(\\'data:image/svg+xml,<svg display=\"block\" role=\"presentation\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M 1 0 L 1 2 L 9.59 2 L 0 11.59 L 1.41 13 L 11 3.41 L 11 12 L 13 12 L 13 0 Z\" fill=\"var(--esondr, rgb(0,0,0))\" height=\"13px\" id=\"vzQo0tt9J\" transform=\"translate(5.5 5.5)\" width=\"13px\"/></svg>\\') alpha no-repeat center / auto var(--framer-icon-mask-mode, add), var(--framer-icon-mask, none)';const SVG=/*#__PURE__*/forwardRef((props,ref)=>{const{animated,layoutId,children,...rest}=props;return animated?/*#__PURE__*/_jsx(motion.div,{...rest,layoutId:layoutId,ref:ref}):/*#__PURE__*/_jsx(\"div\",{...rest,ref:ref});});const getProps=({fill,height,id,width,...props})=>{return{...props,K5AAorpEW:fill??props.K5AAorpEW??\"rgb(0, 0, 0)\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{style,className,layoutId,variant,K5AAorpEW,...restProps}=getProps(props);return /*#__PURE__*/_jsx(SVG,{...restProps,className:cx(\"framer-9X8zn\",className),layoutId:layoutId,ref:ref,style:{\"--esondr\":K5AAorpEW,...style}});});const css=[`.framer-9X8zn { -webkit-mask: ${mask}; aspect-ratio: 1; background-color: var(--esondr); mask: ${mask}; width: 24px; }`];/**\n * This is a generated Framer component.\n * @framerIntrinsicWidth 24\n * @framerIntrinsicHeight 24\n * @framerSupportedLayoutWidth any-prefer-fixed\n * @framerSupportedLayoutHeight any-prefer-fixed\n * @framerVariables {\"K5AAorpEW\":\"fill\"}\n * @framerImmutableVariables true\n * @framerVector {\"name\":\"Arrow Outward\",\"color\":{\"type\":\"variable\",\"value\":\"esondr\"},\"set\":{\"localId\":\"vectorSet/DnLsXE00W\",\"id\":\"DnLsXE00W\",\"moduleId\":\"JIScivAkNLgXrcOUxHXD\"}}\n * @framerDisableUnlink true\n */const Icon=withCSS(Component,css,\"framer-9X8zn\");Icon.displayName=\"Arrow Outward\";export default Icon;addPropertyControls(Icon,{K5AAorpEW:{defaultValue:\"rgb(0, 0, 0)\",hidden:false,title:\"Fill\",type:ControlType.Color}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Icon\",\"slots\":[],\"annotations\":{\"framerDisableUnlink\":\"true\",\"framerSupportedLayoutWidth\":\"any-prefer-fixed\",\"framerVariables\":\"{\\\"K5AAorpEW\\\":\\\"fill\\\"}\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"24\",\"framerSupportedLayoutHeight\":\"any-prefer-fixed\",\"framerVector\":\"{\\\"name\\\":\\\"Arrow Outward\\\",\\\"color\\\":{\\\"type\\\":\\\"variable\\\",\\\"value\\\":\\\"esondr\\\"},\\\"set\\\":{\\\"localId\\\":\\\"vectorSet/DnLsXE00W\\\",\\\"id\\\":\\\"DnLsXE00W\\\",\\\"moduleId\\\":\\\"JIScivAkNLgXrcOUxHXD\\\"}}\",\"framerIntrinsicHeight\":\"24\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{jsx as _jsx}from\"react/jsx-runtime\";import{Data}from\"framer\";// Shared state store\nconst store=Data({name:\"\"});// Input field override\nexport function NameInputOverride(){return{value:store.name,onChange:event=>{store.name=event.target.value;},onFocus:event=>{// Explicitly handle focus without any action\nevent.stopPropagation();},onClick:event=>{// Prevent any click propagation that might trigger other behaviors\nevent.stopPropagation();}};}// Button override\nexport function SubmitButtonOverride(){return{onClick:()=>{const encodedName=encodeURIComponent(store.name);const formUrl=`https://forms.fillout.com/t/cbrD95JLLXus?servicii=xxxxx&name=${encodedName}`;window.open(formUrl,\"_blank\");}};}import{useContext as __legacyOverrideHOC_useContext}from\"react\";import{DataObserverContext as __legacyOverrideHOC_DataObserverContext}from\"framer\";export function withNameInputOverride(C){return props=>{__legacyOverrideHOC_useContext(__legacyOverrideHOC_DataObserverContext);return _jsx(C,{...props,...NameInputOverride(props)});};}withNameInputOverride.displayName=\"NameInputOverride\";export function withSubmitButtonOverride(C){return props=>{__legacyOverrideHOC_useContext(__legacyOverrideHOC_DataObserverContext);return _jsx(C,{...props,...SubmitButtonOverride(props)});};}withSubmitButtonOverride.displayName=\"SubmitButtonOverride\";\nexport const __FramerMetadata__ = {\"exports\":{\"withSubmitButtonOverride\":{\"type\":\"reactHoc\",\"name\":\"withSubmitButtonOverride\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"NameInputOverride\":{\"type\":\"override\",\"name\":\"NameInputOverride\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"SubmitButtonOverride\":{\"type\":\"override\",\"name\":\"SubmitButtonOverride\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withNameInputOverride\":{\"type\":\"reactHoc\",\"name\":\"withNameInputOverride\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Fillout_Prefill.map", "// Generated by Framer (31ca47b)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,FormContainer,FormPlainTextInput,GeneratedComponentContext,getFonts,getLoadingLazyAtYPosition,Image,Link,PropertyOverrides,RichText,SVG,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useMetadata,useRouteElementId,withCodeBoundaryForOverrides,withCSS,withFX,withMappedReactProps,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{Icon as Material}from\"https://framerusercontent.com/modules/6Ldpz1V0DkD45gXvi67I/PCgBX5d6MdQT7E7nhdXn/Material.js\";import Ticker from\"https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/XVUmpmPn1EPL0dzocT35/Ticker.js\";import ArrowOutward from\"https://framerusercontent.com/modules/F2dD1KLCGpUA66De6ZXC/M0bw4rniOeXr8zzdmhMR/g_tfEglJK.js\";import{Video}from\"https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/7qT0r3So12155VV5Jq5x/Video.js\";import Embed from\"https://framerusercontent.com/modules/o1PI5S8YtkA5bP5g4dFz/s801VqobGI0Gkh3K9b41/Embed.js\";import Carousel from\"https://framerusercontent.com/modules/UIrMjSS6ZX89L0CsT8k6/ZtFjxnixyznUo5AKQme5/Carousel.js\";import Navigation2 from\"#framer/local/canvasComponent/Mv6Kx4m_F/Mv6Kx4m_F.js\";import SectionFooter from\"#framer/local/canvasComponent/rJiWbT2yT/rJiWbT2yT.js\";import ButonFormulare,*as ButonFormulareInfo from\"#framer/local/canvasComponent/t_h2bSDDJ/t_h2bSDDJ.js\";import{withNameInputOverride,withSubmitButtonOverride}from\"#framer/local/codeFile/mBUTCoB/Fillout_Prefill.js\";import BackgroundDeFiShapesMobile from\"#framer/local/codeFile/IS0mHk2/Gradient_Home_Mobile.js\";import BackgroundDeFiShapes from\"#framer/local/codeFile/q2PW8no/Gradient_Home.js\";import metadataProvider from\"#framer/local/webPageMetadata/augiA20Il/augiA20Il.js\";const Navigation2Fonts=getFonts(Navigation2);const ContainerWithOptimizedAppearEffect=withOptimizedAppearEffect(Container);const BackgroundDeFiShapesMobileFonts=getFonts(BackgroundDeFiShapesMobile);const BackgroundDeFiShapesFonts=getFonts(BackgroundDeFiShapes);const RichTextWithOptimizedAppearEffect=withOptimizedAppearEffect(RichText);const MotionDivWithOptimizedAppearEffect=withOptimizedAppearEffect(motion.div);const VideoFonts=getFonts(Video);const MaterialFonts=getFonts(Material);const MotionAWithOptimizedAppearEffect=withOptimizedAppearEffect(motion.a);const MotionLabelWithNameInputOverrideackqtm=withCodeBoundaryForOverrides(motion.label,{nodeId:\"k2oEz5WxN\",override:withNameInputOverride,scopeId:\"augiA20Il\"});const ButonFormulareFonts=getFonts(ButonFormulare);const ButonFormulareWithSubmitButtonOverridezqrj73WithMappedReactProps18lgdr8=withMappedReactProps(withCodeBoundaryForOverrides(ButonFormulare,{nodeId:\"zB4YA_eR7\",override:withSubmitButtonOverride,scopeId:\"augiA20Il\"}),ButonFormulareInfo);const RichTextWithFX=withFX(RichText);const TickerFonts=getFonts(Ticker);const ContainerWithFX=withFX(Container);const MotionDivWithFX=withFX(motion.div);const CarouselFonts=getFonts(Carousel);const ArrowOutwardFonts=getFonts(ArrowOutward);const MotionAWithFX=withFX(motion.a);const EmbedFonts=getFonts(Embed);const SectionFooterFonts=getFonts(SectionFooter);const breakpoints={GueYE4CZD:\"(min-width: 1200px) and (max-width: 1439px)\",mFUosVO92:\"(min-width: 810px) and (max-width: 1199px)\",SM99oXKG5:\"(min-width: 1440px)\",yBPI24Pu2:\"(max-width: 809px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-CGa2b\";const variantClassNames={GueYE4CZD:\"framer-v-1qgghdv\",mFUosVO92:\"framer-v-1j97s1t\",SM99oXKG5:\"framer-v-1rpcwz9\",yBPI24Pu2:\"framer-v-addl4h\"};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const transition1={bounce:0,delay:.5,duration:1.8,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-150};const transition2={bounce:0,delay:1.5,duration:2.8,type:\"spring\"};const animation2={opacity:.75,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const animation3={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:-227,y:0};const transition3={bounce:0,delay:1,duration:2.9,type:\"spring\"};const animation4={opacity:.75,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:0,y:0};const animation5={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:-219,y:0};const transition4={bounce:0,delay:1.5,duration:3,type:\"spring\"};const animation6={opacity:.75,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition4,x:0,y:0};const animation7={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:419,y:0};const transition5={bounce:0,delay:2,duration:3.2,type:\"spring\"};const animation8={opacity:.75,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition5,x:0,y:0};const animation9={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:230,y:0};const transition6={bounce:0,delay:1,duration:2,type:\"spring\"};const animation10={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition6,x:0,y:0};const transition7={bounce:0,delay:.5,duration:2.5,type:\"spring\"};const animation11={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition7,x:0,y:0};const transition8={bounce:0,delay:.5,duration:3,type:\"spring\"};const animation12={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition8,x:0,y:0};const transition9={bounce:0,delay:.5,duration:3.2,type:\"spring\"};const animation13={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition9,x:0,y:0};const transition10={bounce:0,delay:1.6,duration:2.4,type:\"spring\"};const animation14={opacity:.3,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition10,x:0,y:0};const animation15={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:-435,y:0};const transition11={bounce:0,delay:1.5,duration:2.5,type:\"spring\"};const animation16={opacity:.3,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition11,x:0,y:0};const animation17={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:-284,y:0};const transition12={bounce:0,delay:1.5,duration:3.2,type:\"spring\"};const animation18={opacity:.3,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition12,x:0,y:0};const animation19={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:373,y:0};const animation20={opacity:.3,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition4,x:0,y:0};const animation21={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:685,y:0};const transition13={bounce:0,delay:2,duration:2,type:\"spring\"};const animation22={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition13,x:0,y:0};const animation23={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const transition14={bounce:0,delay:.5,duration:2,type:\"spring\"};const animation24={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition14,x:0,y:0};const animation25={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:7.6,skewX:0,skewY:0,x:0,y:-22};const transition15={bounce:0,delay:1.5,duration:1.5,type:\"spring\"};const animation26={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition15,x:0,y:0};const animation27={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:.8,skewX:0,skewY:0,x:0,y:0};const transition16={bounce:0,delay:2.5,duration:2,type:\"spring\"};const animation28={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition16,x:0,y:0};const animation29={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:8};const formVariants=(form,variants,currentVariant)=>{switch(form.state){case\"success\":return variants.success??currentVariant;case\"pending\":return variants.pending??currentVariant;case\"error\":return variants.error??currentVariant;case\"incomplete\":return variants.incomplete??currentVariant;}};const animation30={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.6,skewX:0,skewY:0,x:0,y:0};const transition17={bounce:0,delay:0,duration:1.5,type:\"spring\"};const animation31={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:-425,y:0};const transition18={bounce:0,delay:.5,duration:1.5,type:\"spring\"};const animation32={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:419,y:0};const transition19={bounce:0,delay:1,duration:1.5,type:\"spring\"};const animation33={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:215,y:0};const transition20={bounce:0,delay:1,duration:2.8,type:\"spring\"};const animation34={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:669,y:0};const transition21={bounce:0,delay:0,duration:1,type:\"spring\"};const transition22={bounce:0,delay:.5,duration:1,type:\"spring\"};const animation35={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:386,y:0};const animation36={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:-372,y:0};const transition23={bounce:0,delay:1,duration:3,type:\"spring\"};const animation37={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:-806,y:0};const animation38={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:76};const transition24={bounce:0,delay:1.5,duration:1,type:\"spring\"};const animation39={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:66};const animation40={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:62};const animation41={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:65};const transition25={bounce:0,delay:.5,duration:.4,type:\"spring\"};const animation42={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.8,skewX:0,skewY:0,x:-146,y:0};const transition26={bounce:0,delay:.2,duration:2.5,type:\"spring\"};const animation43={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const transition27={bounce:0,delay:1,duration:.4,type:\"spring\"};const animation44={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.8,skewX:0,skewY:0,x:168,y:0};const transition28={bounce:0,delay:1.8,duration:2.5,type:\"spring\"};const animation45={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.8,skewX:0,skewY:0,x:179,y:0};const animation46={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:399,y:0};const animation47={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:670,y:0};const animation48={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.9,skewX:0,skewY:0,x:-303,y:0};const transition29={bounce:0,delay:1,duration:2.5,type:\"spring\"};const toString=value=>{return typeof value===\"string\"?value:String(value);};const animation49={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:-414,y:0};const animation50={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:-640,y:0};const transition30={bounce:0,delay:0,duration:.4,type:\"spring\"};const animation51={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.9,skewX:0,skewY:0,x:0,y:22};const transition31={bounce:0,delay:1,duration:1,type:\"spring\"};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={\"Desktop 2\":\"GueYE4CZD\",\"Desktop L\":\"SM99oXKG5\",Mobile:\"yBPI24Pu2\",Tablet:\"mFUosVO92\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"yBPI24Pu2\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const metadata=React.useMemo(()=>metadataProvider(undefined,activeLocale),[undefined,activeLocale]);useMetadata(metadata);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const elementId=useRouteElementId(\"rRrUtgdBjFjG_meoJU\");const ref1=React.useRef(null);const isDisplayed=()=>{if(!isBrowser())return true;if([\"GueYE4CZD\",\"SM99oXKG5\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if(!isBrowser())return true;if(baseVariant===\"GueYE4CZD\")return true;return false;};const isDisplayed2=()=>{if(!isBrowser())return true;if(baseVariant===\"SM99oXKG5\")return true;return false;};const elementId1=useRouteElementId(\"rRrUtgdBjxkXDikUYV\");const ref2=React.useRef(null);const elementId2=useRouteElementId(\"rRrUtgdBjmGs3cCjn9\");const ref3=React.useRef(null);const isDisplayed3=()=>{if(!isBrowser())return true;if([\"GueYE4CZD\",\"mFUosVO92\",\"SM99oXKG5\"].includes(baseVariant))return false;return true;};const isDisplayed4=()=>{if(!isBrowser())return true;if(baseVariant===\"mFUosVO92\")return true;return false;};const ref4=React.useRef(null);const elementId3=useRouteElementId(\"rRrUtgdBjpvEMwSdP5\");const ref5=React.useRef(null);const elementId4=useRouteElementId(\"JO1urhbiU\");const ref6=React.useRef(null);const elementId5=useRouteElementId(\"rRrUtgdBjslj9gTJ5p\");const elementId6=useRouteElementId(\"rRrUtgdBjrvyXPpS41\");const ref7=React.useRef(null);useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"yBPI24Pu2\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: rgb(18, 18, 18); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-addl4h\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:87,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0,children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation,className:\"framer-1kpsb7s-container\",\"data-framer-appear-id\":\"1kpsb7s\",initial:animation1,nodeId:\"rRrUtgdBjT3zq0VeM4\",optimized:true,rendersWithMotion:true,scopeId:\"augiA20Il\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GueYE4CZD:{variant:\"LFQmRBv5E\"},mFUosVO92:{variant:\"kaMsoY61m\"},SM99oXKG5:{variant:\"LFQmRBv5E\"}},children:/*#__PURE__*/_jsx(Navigation2,{height:\"100%\",id:\"rRrUtgdBjT3zq0VeM4\",layoutId:\"rRrUtgdBjT3zq0VeM4\",style:{width:\"100%\"},variant:\"zNUTZGtv3\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-g7l5mh\",\"data-framer-name\":\"Header\",id:elementId,ref:ref1,children:[isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1g8mt0s-container hidden-1qgghdv hidden-1rpcwz9\",isAuthoredByUser:true,nodeId:\"rRrUtgdBjrd58spdoD\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(BackgroundDeFiShapesMobile,{height:\"100%\",id:\"rRrUtgdBjrd58spdoD\",layoutId:\"rRrUtgdBjrd58spdoD\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-r6cpw1-container hidden-addl4h hidden-1j97s1t hidden-1rpcwz9\",isAuthoredByUser:true,nodeId:\"hOc2pDUmC\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(BackgroundDeFiShapes,{height:\"100%\",id:\"hOc2pDUmC\",layoutId:\"hOc2pDUmC\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation2,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO05vaGVtaSBMaWdodA==\",\"--framer-font-family\":'\"Nohemi Light\", \"Nohemi Light Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"\u2022   100M+ EURO INCAS\u0102RI\"})}),className:\"framer-10ecz0m\",\"data-framer-appear-id\":\"10ecz0m\",fonts:[\"CUSTOM;Nohemi Light\"],initial:animation3,optimized:true,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation4,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO05vaGVtaSBMaWdodA==\",\"--framer-font-family\":'\"Nohemi Light\", \"Nohemi Light Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"\u2022   5M+ URM\u0102RITORI\"})}),className:\"framer-1hk9h0v\",\"data-framer-appear-id\":\"1hk9h0v\",fonts:[\"CUSTOM;Nohemi Light\"],initial:animation5,optimized:true,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GueYE4CZD:{transformTemplate:undefined},mFUosVO92:{transformTemplate:undefined},SM99oXKG5:{transformTemplate:undefined}},children:/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation6,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO05vaGVtaSBMaWdodA==\",\"--framer-font-family\":'\"Nohemi Light\", \"Nohemi Light Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"\u2022   20 ANI DE EXPERIEN\u021A\u0102\"})}),className:\"framer-o91sdh\",\"data-framer-appear-id\":\"o91sdh\",fonts:[\"CUSTOM;Nohemi Light\"],initial:animation7,optimized:true,transformTemplate:transformTemplate1,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation8,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO05vaGVtaSBMaWdodA==\",\"--framer-font-family\":'\"Nohemi Light\", \"Nohemi Light Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"\u2022  500+ PROIECTE\"})}),className:\"framer-1a4prv4\",\"data-framer-appear-id\":\"1a4prv4\",fonts:[\"CUSTOM;Nohemi Light\"],initial:animation9,optimized:true,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation10,className:\"framer-1jkj08l\",\"data-border\":true,\"data-framer-appear-id\":\"1jkj08l\",initial:animation3,optimized:true,children:/*#__PURE__*/_jsx(SVG,{className:\"framer-g3p1tx\",\"data-framer-name\":\"Coins\",fill:\"rgb(255, 255, 255)\",intrinsicHeight:512,intrinsicWidth:512,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\" width=\"512\" height=\"512\"><path d=\"M9 4c0-2.209 3.358-4 7.5-4S24 1.791 24 4s-3.358 4-7.5 4S9 6.209 9 4Zm7.5 6c-1.027 0-2.001-.115-2.891-.315C12.25 8.666 10.023 8 7.5 8 3.358 8 0 9.791 0 12s3.358 4 7.5 4 7.5-1.791 7.5-4c0-.029-.007-.057-.008-.086H15V14c0 2.209-3.358 4-7.5 4S0 16.209 0 14v2c0 2.209 3.358 4 7.5 4s7.5-1.791 7.5-4v2c0 2.209-3.358 4-7.5 4S0 20.209 0 18v2c0 2.209 3.358 4 7.5 4s7.5-1.791 7.5-4v-.08c.485.052.986.08 1.5.08 4.142 0 7.5-1.791 7.5-4v-2c0 2.119-3.092 3.849-7 3.987v-2c3.908-.138 7-1.867 7-3.987v-2c0 2.119-3.092 3.849-7 3.987v-2c3.908-.138 7-1.867 7-3.987V6c0 2.209-3.358 4-7.5 4Z\"/></svg>',withExternalLayout:true})}),isDisplayed2()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-12ij09m-container hidden-addl4h hidden-1qgghdv hidden-1j97s1t\",isAuthoredByUser:true,nodeId:\"cfjIfEWpY\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(BackgroundDeFiShapes,{height:\"100%\",id:\"cfjIfEWpY\",layoutId:\"cfjIfEWpY\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation11,className:\"framer-1nm3ma6\",\"data-border\":true,\"data-framer-appear-id\":\"1nm3ma6\",initial:animation5,optimized:true,children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1omx7fg\",\"data-framer-name\":\"Users-alt-2\",fill:\"rgb(255, 255, 255)\",intrinsicHeight:512,intrinsicWidth:512,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\" width=\"512\" height=\"512\"><path d=\"M12 16a4 4 0 1 1 4-4 4 4 0 0 1-4 4Zm-6.317 0H1a1 1 0 0 1-1-1 6.022 6.022 0 0 1 5.131-5.916 1 1 0 0 1 1.1 1.266A6.009 6.009 0 0 0 6 12a5.937 5.937 0 0 0 .586 2.57 1 1 0 0 1-.9 1.43ZM17 24H7a1 1 0 0 1-1-1 6 6 0 0 1 12 0 1 1 0 0 1-1 1Zm1-16a4 4 0 1 1 4-4 4 4 0 0 1-4 4ZM6 8a4 4 0 1 1 4-4 4 4 0 0 1-4 4Zm17 8h-4.683a1 1 0 0 1-.9-1.43A5.937 5.937 0 0 0 18 12a6.009 6.009 0 0 0-.236-1.65 1 1 0 0 1 1.105-1.266A6.022 6.022 0 0 1 24 15a1 1 0 0 1-1 1Z\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GueYE4CZD:{transformTemplate:undefined},mFUosVO92:{transformTemplate:undefined},SM99oXKG5:{transformTemplate:undefined}},children:/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation12,className:\"framer-159wiu3\",\"data-border\":true,\"data-framer-appear-id\":\"159wiu3\",initial:animation7,optimized:true,transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(SVG,{className:\"framer-y80zce\",\"data-framer-name\":\"Briefcase-2\",fill:\"rgb(255, 255, 255)\",intrinsicHeight:512,intrinsicWidth:512,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"512\" height=\"512\"><path d=\"M19 4h-1.1A5.009 5.009 0 0 0 13 0h-2a5.009 5.009 0 0 0-4.9 4H5a5.006 5.006 0 0 0-5 5v3h24V9a5.006 5.006 0 0 0-5-5ZM8.184 4A3 3 0 0 1 11 2h2a3 3 0 0 1 2.816 2ZM13 15a1 1 0 0 1-2 0v-1H0v5a5.006 5.006 0 0 0 5 5h14a5.006 5.006 0 0 0 5-5v-5H13Z\"/></svg>',withExternalLayout:true})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-17wzao6\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1uc2zt0-container\",isModuleExternal:true,nodeId:\"rRrUtgdBjFIfwmhhfC\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"rRrUtgdBjFIfwmhhfC\",isMixedBorderRadius:false,layoutId:\"rRrUtgdBjFIfwmhhfC\",loop:false,muted:true,objectFit:\"cover\",playing:true,posterEnabled:true,srcFile:\"https://framerusercontent.com/assets/JZs4fq6CosmM3VVBtQvlrT6w8.mp4\",srcType:\"Upload\",srcUrl:\"https://framerusercontent.com/assets/MLWPbW1dUQawJLhhun3dBwpgJak.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})})}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation13,className:\"framer-92msf7\",\"data-border\":true,\"data-framer-appear-id\":\"92msf7\",initial:animation9,optimized:true,children:/*#__PURE__*/_jsxs(SVG,{className:\"framer-1azixii\",opacity:.75,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 18 18\" overflow=\"visible\"><path d=\"M 0 18 L 0.057 17.212 C 0.114 16.386 0.466 12.191 1.789 10.867 C 3.272 9.421 5.642 9.436 7.106 10.901 C 8.57 12.366 8.583 14.736 7.134 16.216 C 5.811 17.539 1.616 17.89 0.788 17.947 Z M 17.327 0.652 C 16.417 -0.217 14.984 -0.217 14.074 0.652 L 6.178 8.549 C 7.708 9.069 8.912 10.268 9.439 11.795 L 17.327 3.904 C 18.224 3.005 18.224 1.551 17.327 0.652 Z\" fill=\"rgb(255, 255, 255)\" opacity=\"0.75\"></path></svg>',withExternalLayout:true,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-o6x4p4\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 8.212 8.208\" overflow=\"visible\"><path d=\"M 0 8.208 L 0.057 7.42 C 0.114 6.594 0.466 2.399 1.789 1.075 C 3.272 -0.371 5.642 -0.356 7.106 1.109 C 8.57 2.574 8.583 4.944 7.134 6.424 C 5.811 7.747 1.616 8.098 0.788 8.155 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-emrmg3\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 11.822 11.795\" overflow=\"visible\"><path d=\"M 11.149 0.652 C 10.239 -0.217 8.806 -0.217 7.896 0.652 L 0 8.549 C 1.53 9.069 2.733 10.268 3.26 11.795 L 11.149 3.904 C 12.046 3.005 12.046 1.551 11.149 0.652 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-i6bnnr\",children:[/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation14,className:\"framer-hr9wuh\",\"data-framer-appear-id\":\"hr9wuh\",initial:animation15,optimized:true}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation16,className:\"framer-162wryr\",\"data-framer-appear-id\":\"162wryr\",initial:animation17,optimized:true}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation18,className:\"framer-1bd1b0o\",\"data-framer-appear-id\":\"1bd1b0o\",initial:animation19,optimized:true}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation20,className:\"framer-gfa0th\",\"data-framer-appear-id\":\"gfa0th\",initial:animation21,optimized:true})]}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",backgroundSize:1,fit:\"tile\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0),pixelHeight:256,pixelWidth:256,positionX:\"left\",positionY:\"top\",src:\"https://framerusercontent.com/images/6mcf62RlDfRfU61Yg5vb2pefpi4.png\"},className:\"framer-1ro7di0\"}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"ISQhZa24H\"},motionChild:true,nodeId:\"rRrUtgdBjy0etMK2jf\",openInNewTab:false,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsxs(MotionAWithOptimizedAppearEffect,{animate:animation22,className:\"framer-1ke21cd framer-lux5qc\",\"data-framer-appear-id\":\"1ke21cd\",initial:animation23,optimized:true,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-d86fwp\",\"data-framer-name\":\"Apps\",fill:\"rgb(255, 255, 255)\",intrinsicHeight:512,intrinsicWidth:512,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\" width=\"512\" height=\"512\"><path d=\"M85.333 0h64c47.128 0 85.333 38.205 85.333 85.333v64c0 47.128-38.205 85.333-85.333 85.333h-64C38.205 234.667 0 196.462 0 149.333v-64C0 38.205 38.205 0 85.333 0zm277.334 0h64C473.795 0 512 38.205 512 85.333v64c0 47.128-38.205 85.333-85.333 85.333h-64c-47.128 0-85.333-38.205-85.333-85.333v-64C277.333 38.205 315.538 0 362.667 0zM85.333 277.333h64c47.128 0 85.333 38.205 85.333 85.333v64c0 47.128-38.205 85.333-85.333 85.333h-64C38.205 512 0 473.795 0 426.667v-64c0-47.129 38.205-85.334 85.333-85.334zm277.334 0h64c47.128 0 85.333 38.205 85.333 85.333v64C512 473.795 473.795 512 426.667 512h-64c-47.128 0-85.333-38.205-85.333-85.333v-64c-.001-47.129 38.204-85.334 85.333-85.334z\"/></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy0zMDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"300\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Iat\u0103 serviciile noastre!\"})}),className:\"framer-142fbym\",fonts:[\"GF;DM Sans-300\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-54cjz-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"rRrUtgdBjTSCFj_dD0\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Material,{color:\"rgb(255, 255, 255)\",height:\"100%\",iconSearch:\"arrow right\",iconSelection:\"Home\",iconStyle15:\"Rounded\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"rRrUtgdBjTSCFj_dD0\",layoutId:\"rRrUtgdBjTSCFj_dD0\",mirrored:false,selectByList:false,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ts2dzm\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GueYE4CZD:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO05vaGVtaSBNZWRpdW0=\",\"--framer-font-family\":'\"Nohemi Medium\", \"Nohemi Medium Placeholder\", sans-serif',\"--framer-font-size\":\"58px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.4) 100%)\"},children:\"Deciziile corecte fac diferen\u021Ba.\"})})})},mFUosVO92:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO05vaGVtaSBNZWRpdW0=\",\"--framer-font-family\":'\"Nohemi Medium\", \"Nohemi Medium Placeholder\", sans-serif',\"--framer-font-size\":\"44px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.4) 100%)\"},children:\"Deciziile corecte fac diferen\u021Ba.\"})})})},SM99oXKG5:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO05vaGVtaSBNZWRpdW0=\",\"--framer-font-family\":'\"Nohemi Medium\", \"Nohemi Medium Placeholder\", sans-serif',\"--framer-font-size\":\"74px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.4) 100%)\"},children:\"Deciziile corecte fac diferen\u021Ba.\"})})})}},children:/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation24,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO05vaGVtaSBNZWRpdW0=\",\"--framer-font-family\":'\"Nohemi Medium\", \"Nohemi Medium Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.4) 100%)\"},children:\"Deciziile corecte fac diferen\u021Ba.\"})})}),className:\"framer-pnrr02\",\"data-framer-appear-id\":\"pnrr02\",fonts:[\"CUSTOM;Nohemi Medium\"],initial:animation25,optimized:true,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GueYE4CZD:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy0zMDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"300\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.85)\"},children:\"Sprijinim companiile ambi\u021Bioase s\u0103-\u0219i accelereze cre\u0219terea \u0219i impactul\"})})},SM99oXKG5:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy0zMDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"300\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.85)\"},children:\"Sprijinim companiile ambi\u021Bioase s\u0103-\u0219i accelereze cre\u0219terea \u0219i impactul\"})})}},children:/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation26,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy0zMDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"300\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.85)\"},children:\"Sprijinim companiile ambi\u021Bioase s\u0103-\u0219i accelereze cre\u0219terea \u0219i impactul\"})}),className:\"framer-sftaqv\",\"data-framer-appear-id\":\"sftaqv\",fonts:[\"GF;DM Sans-300\"],initial:animation27,optimized:true,verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation28,className:\"framer-zuvzu3\",\"data-framer-appear-id\":\"zuvzu3\",initial:animation29,optimized:true,children:/*#__PURE__*/_jsx(FormContainer,{className:\"framer-17h20zb\",nodeId:\"ZWduNdvtv\",children:formState=>/*#__PURE__*/_jsxs(_Fragment,{children:[/*#__PURE__*/_jsx(MotionLabelWithNameInputOverrideackqtm,{className:\"framer-ackqtm\",children:/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-mxytoq\",inputName:\"Nume\",placeholder:\"Cum te nume\u0219ti?\",required:false,type:\"text\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GueYE4CZD:{width:\"201px\",y:(componentViewport?.y||0)+0+0+0+723+0+0+9},mFUosVO92:{width:\"194px\",y:(componentViewport?.y||0)+0+0+0+676+0+9},SM99oXKG5:{width:\"193px\",y:(componentViewport?.y||0)+0+0+0+777+0+9}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,width:\"262px\",y:(componentViewport?.y||0)+0+0+0+641+0+9+46,children:/*#__PURE__*/_jsx(Container,{className:\"framer-zqrj73-container\",nodeId:\"zB4YA_eR7\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(ButonFormulareWithSubmitButtonOverridezqrj73WithMappedReactProps18lgdr8,{height:\"100%\",id:\"zB4YA_eR7\",layoutId:\"zB4YA_eR7\",Mhn69Mrbv:\"Hai sa ne cunoastem!\",rI1ShgvBD:\"https://forms.fillout.com/t/cbrD95JLLXus\",style:{height:\"100%\",width:\"100%\"},type:\"submit\",variant:formVariants(formState,{pending:\"NGGvEiJqI\",success:\"auyeD_AyN\"},\"wF7hoaxDl\"),width:\"100%\"})})})})]})})})]}),/*#__PURE__*/_jsxs(\"header\",{className:\"framer-16dnhds\",\"data-framer-name\":\"Colabs\",id:elementId1,ref:ref2,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GueYE4CZD:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO05vaGVtaSBNZWRpdW0=\",\"--framer-font-family\":'\"Nohemi Medium\", \"Nohemi Medium Placeholder\", sans-serif',\"--framer-font-size\":\"34px\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(51, 51, 51)\"},children:/*#__PURE__*/_jsxs(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(270deg, rgba(255, 255, 255, 0.4) 0%, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0.4) 100%)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"56px\"},children:\"Cu cine \"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"56px\"},children:/*#__PURE__*/_jsx(\"br\",{})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"56px\"},children:\"am f\u0103cut magie\"})]})})})},SM99oXKG5:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO05vaGVtaSBNZWRpdW0=\",\"--framer-font-family\":'\"Nohemi Medium\", \"Nohemi Medium Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(51, 51, 51)\"},children:/*#__PURE__*/_jsxs(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(270deg, rgba(255, 255, 255, 0.4) 0%, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0.4) 100%)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"62px\"},children:\"Cu cine \"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"62px\"},children:/*#__PURE__*/_jsx(\"br\",{})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"62px\"},children:\"am f\u0103cut magie\"})]})})})}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition17},__framer__animateOnce:true,__framer__enter:animation30,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref2,target:\"animate\"}],__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO05vaGVtaSBNZWRpdW0=\",\"--framer-font-family\":'\"Nohemi Medium\", \"Nohemi Medium Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(51, 51, 51)\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(270deg, rgba(255, 255, 255, 0.5) 0%, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0.5) 100%)\"},children:\"Cu cine am f\u0103cut magie\"})})}),className:\"framer-1eram6p\",fonts:[\"CUSTOM;Nohemi Medium\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1s2d1b\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition18},__framer__animateOnce:true,__framer__enter:animation31,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref2,target:\"animate\"}],__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:.45,className:\"framer-spv0uh-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"rRrUtgdBjkjYlRsHl1\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:25,overflow:false},gap:40,height:\"100%\",hoverFactor:1,id:\"rRrUtgdBjkjYlRsHl1\",layoutId:\"rRrUtgdBjkjYlRsHl1\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:187,pixelWidth:630,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/skjOvEaqrVuEosrmKAYrG5aIaZs.png\"},className:\"framer-16js2oe\",\"data-framer-name\":\"google\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:248,pixelWidth:1280,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/miBVt1ETez01uTE3KyxgfH6ve4I.png\"},className:\"framer-p6pf4s\",\"data-framer-name\":\"youtube\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:309,pixelWidth:860,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/DewryFgJE41HPElp2vPg6OhACU.png\"},className:\"framer-16pa5lo\",\"data-framer-name\":\"kerastase\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:268,pixelWidth:920,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/U71ppbqLY1JgYYTWueHExtuOh0.png\"},className:\"framer-180pmnv\",\"data-framer-name\":\"Loreal\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:376,pixelWidth:1200,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/zgV8dFPUv00fcWXxbJkCV8Y180.png\"},className:\"framer-1j7006q\",\"data-framer-name\":\"pepsi\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:720,pixelWidth:1280,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/a2SLJB4GAsKIioI1wTOMzYa2w.png\"},className:\"framer-1f9mem6\",\"data-framer-name\":\"mastercard\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:519,pixelWidth:1599,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/EH3pdw91i6cmCfHikRjPm6EqpmU.png\"},className:\"framer-1vya5bj\",\"data-framer-name\":\"visa\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:482,pixelWidth:1500,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/gPHhofXVcwxQCtnAhgJxmtfZys.png\"},className:\"framer-1oqsgkd\",\"data-framer-name\":\"canva\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:853,pixelWidth:3e3,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/qiggCOiKETNXzNNixui5sLQ5D6A.png?scale-down-to=2048\"},className:\"framer-1cghspn\",\"data-framer-name\":\"linkedin\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:352,pixelWidth:1280,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/SgbIWNdxE7y96vp7d5RabXre1KE.png\"},className:\"framer-n05662\",\"data-framer-name\":\"whatsapp\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:300,pixelWidth:1140,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/wAMif1WKxgxDY6RwBxowOp5s6O4.png\"},className:\"framer-1s06o1s\",\"data-framer-name\":\"Rockstar\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:384,pixelWidth:2584,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/rwpleTkqmZiMCraTVwRG7YamTw.png?scale-down-to=1024\"},className:\"framer-qa3jjo\",\"data-framer-name\":\"solana\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:343,pixelWidth:551,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/4TBUcl3QqvAk81c82KIgw15tfko.png\"},className:\"framer-2vkc46\",\"data-framer-name\":\"Magura\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:394,pixelWidth:900,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/w6K1l8gNgNvWR1uj6e2hFhd0.png\"},className:\"framer-nsbmbx\",\"data-framer-name\":\"Frame Oreo\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:317,pixelWidth:505,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/P0ptfQhbkDrCaXjfjywnYl3vqc.png\"},className:\"framer-127om0q\",\"data-framer-name\":\"Framer Sugus\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:45,pixelWidth:119,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/wYprmb8YoKamAM292pqnHbwvt0.png\"},className:\"framer-16du2zv\",\"data-framer-name\":\"Framer Primola\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:172,pixelWidth:395,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/lWCXxBEArVfxEnxnXDqwPwkUH0.png\"},className:\"framer-1uxonmj\",\"data-framer-name\":\"Frame rom\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:184,pixelWidth:185,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/8fGue4nGWUlRHBy9PhrSsAT7uoY.png\"},className:\"framer-1ujzfwa\",\"data-framer-name\":\"Frame Kandia\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:745,pixelWidth:1280,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/dw2dym4SUxDuPzLNSMfOsuzU7s.png?scale-down-to=1024\"},className:\"framer-121we47\",\"data-framer-name\":\"Frame Cheetos\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:104,pixelWidth:300,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/A3LhP8KbsphaLwrUTy0u9APnvS0.png\"},className:\"framer-1jvkp57\",\"data-framer-name\":\"Frame Belvita\"})],speed:60,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition19},__framer__animateOnce:true,__framer__enter:animation32,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref2,target:\"animate\"}],__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:.45,className:\"framer-1mq9x7b-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"rRrUtgdBjKJUYa3Bxh\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"right\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:25,overflow:false},gap:40,height:\"100%\",hoverFactor:1,id:\"rRrUtgdBjKJUYa3Bxh\",layoutId:\"rRrUtgdBjKJUYa3Bxh\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:187,pixelWidth:630,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/skjOvEaqrVuEosrmKAYrG5aIaZs.png\"},className:\"framer-16js2oe\",\"data-framer-name\":\"google\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:248,pixelWidth:1280,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/miBVt1ETez01uTE3KyxgfH6ve4I.png\"},className:\"framer-p6pf4s\",\"data-framer-name\":\"youtube\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:309,pixelWidth:860,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/DewryFgJE41HPElp2vPg6OhACU.png\"},className:\"framer-16pa5lo\",\"data-framer-name\":\"kerastase\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:268,pixelWidth:920,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/U71ppbqLY1JgYYTWueHExtuOh0.png\"},className:\"framer-180pmnv\",\"data-framer-name\":\"Loreal\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:376,pixelWidth:1200,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/zgV8dFPUv00fcWXxbJkCV8Y180.png\"},className:\"framer-1j7006q\",\"data-framer-name\":\"pepsi\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:720,pixelWidth:1280,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/a2SLJB4GAsKIioI1wTOMzYa2w.png\"},className:\"framer-1f9mem6\",\"data-framer-name\":\"mastercard\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:519,pixelWidth:1599,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/EH3pdw91i6cmCfHikRjPm6EqpmU.png\"},className:\"framer-1vya5bj\",\"data-framer-name\":\"visa\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:482,pixelWidth:1500,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/gPHhofXVcwxQCtnAhgJxmtfZys.png\"},className:\"framer-1oqsgkd\",\"data-framer-name\":\"canva\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:853,pixelWidth:3e3,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/qiggCOiKETNXzNNixui5sLQ5D6A.png?scale-down-to=2048\"},className:\"framer-1cghspn\",\"data-framer-name\":\"linkedin\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:352,pixelWidth:1280,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/SgbIWNdxE7y96vp7d5RabXre1KE.png\"},className:\"framer-n05662\",\"data-framer-name\":\"whatsapp\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:300,pixelWidth:1140,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/wAMif1WKxgxDY6RwBxowOp5s6O4.png\"},className:\"framer-1s06o1s\",\"data-framer-name\":\"Rockstar\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:384,pixelWidth:2584,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/rwpleTkqmZiMCraTVwRG7YamTw.png?scale-down-to=1024\"},className:\"framer-qa3jjo\",\"data-framer-name\":\"solana\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:343,pixelWidth:551,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/4TBUcl3QqvAk81c82KIgw15tfko.png\"},className:\"framer-2vkc46\",\"data-framer-name\":\"Magura\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:394,pixelWidth:900,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/w6K1l8gNgNvWR1uj6e2hFhd0.png\"},className:\"framer-nsbmbx\",\"data-framer-name\":\"Frame Oreo\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:317,pixelWidth:505,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/P0ptfQhbkDrCaXjfjywnYl3vqc.png\"},className:\"framer-127om0q\",\"data-framer-name\":\"Framer Sugus\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:45,pixelWidth:119,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/wYprmb8YoKamAM292pqnHbwvt0.png\"},className:\"framer-16du2zv\",\"data-framer-name\":\"Framer Primola\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:172,pixelWidth:395,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/lWCXxBEArVfxEnxnXDqwPwkUH0.png\"},className:\"framer-1uxonmj\",\"data-framer-name\":\"Frame rom\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:184,pixelWidth:185,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/8fGue4nGWUlRHBy9PhrSsAT7uoY.png\"},className:\"framer-1ujzfwa\",\"data-framer-name\":\"Frame Kandia\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:745,pixelWidth:1280,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/dw2dym4SUxDuPzLNSMfOsuzU7s.png?scale-down-to=1024\"},className:\"framer-121we47\",\"data-framer-name\":\"Frame Cheetos\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:104,pixelWidth:300,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/A3LhP8KbsphaLwrUTy0u9APnvS0.png\"},className:\"framer-1jvkp57\",\"data-framer-name\":\"Frame Belvita\"})],speed:60,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{SM99oXKG5:{__framer__enter:animation34}},children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition20},__framer__animateOnce:false,__framer__enter:animation33,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref2,target:\"animate\"}],__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:.55,className:\"framer-1n9itzi\",style:{rotate:180}})})]}),/*#__PURE__*/_jsxs(\"header\",{className:\"framer-103e2vh\",\"data-framer-name\":\"Echipa\",id:elementId2,ref:ref3,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-s05ka4\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GueYE4CZD:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO05vaGVtaSBNZWRpdW0=\",\"--framer-font-family\":'\"Nohemi Medium\", \"Nohemi Medium Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(51, 51, 51)\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(90deg, rgba(255, 255, 255, 0.4) 0%, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0.4) 100%)\"},children:\"Exper\u021Bii din spatele magiei\"})})})},SM99oXKG5:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO05vaGVtaSBNZWRpdW0=\",\"--framer-font-family\":'\"Nohemi Medium\", \"Nohemi Medium Placeholder\", sans-serif',\"--framer-font-size\":\"42px\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(51, 51, 51)\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(90deg, rgba(255, 255, 255, 0.4) 0%, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0.4) 100%)\"},children:\"Exper\u021Bii din spatele magiei\"})})})}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition21},__framer__animateOnce:true,__framer__enter:animation30,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref3,target:\"animate\"}],__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO05vaGVtaSBNZWRpdW0=\",\"--framer-font-family\":'\"Nohemi Medium\", \"Nohemi Medium Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(51, 51, 51)\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(90deg, rgba(255, 255, 255, 0.4) 0%, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0.4) 100%)\"},children:\"Exper\u021Bii din spatele magiei\"})})}),className:\"framer-zw9xnd\",fonts:[\"CUSTOM;Nohemi Medium\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition22},__framer__animateOnce:false,__framer__enter:animation30,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref3,target:\"animate\"}],__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy0zMDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"300\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(207, 207, 207)\"},children:\"Ne dedic\u0103m 100% s\u0103 aducem la via\u021B\u0103 viziunea ta exact\u0103\"})}),className:\"framer-gaxfvg\",fonts:[\"GF;DM Sans-300\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition6},__framer__animateOnce:true,__framer__enter:animation35,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref3,target:\"animate\"}],__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1wz5zy7-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"rRrUtgdBjQtgAuenll\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Carousel,{align:\"center\",ariaLabel:\"\",arrowObject:{arrowFill:\"rgba(0, 0, 0, 0.2)\",arrowPadding:0,arrowRadius:40,arrowSize:34,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:25},gap:10,height:\"100%\",id:\"rRrUtgdBjQtgAuenll\",layoutId:\"rRrUtgdBjQtgAuenll\",padding:10,paddingBottom:10,paddingLeft:22,paddingPerSide:true,paddingRight:22,paddingTop:10,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__*/_jsxs(motion.div,{className:\"framer-1e3cucg\",\"data-framer-name\":\"Dragos\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1280,pixelWidth:853,positionX:\"64%\",positionY:\"7.4%\",sizes:\"242px\",src:\"https://framerusercontent.com/images/G6xtP9g3A0bAzLJ0RXvcCMBlY.png\",srcSet:\"https://framerusercontent.com/images/G6xtP9g3A0bAzLJ0RXvcCMBlY.png?scale-down-to=1024 682w,https://framerusercontent.com/images/G6xtP9g3A0bAzLJ0RXvcCMBlY.png 853w\"},className:\"framer-1bg48wh\"}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-12net3j\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-epyxnl\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1cmawza\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy1yZWd1bGFy\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-letter-spacing\":\"0.4px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-195ca2ff-95dc-4d7d-bb9a-c5fb1e041116, rgb(252, 252, 250))\",\"--framer-text-transform\":\"capitalize\"},children:\"CEO & Founder \"})}),className:\"framer-1pr4b2e\",fonts:[\"GF;DM Sans-regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO05vaGVtaSBCb2xk\",\"--framer-font-family\":'\"Nohemi Bold\", \"Nohemi Bold Placeholder\", sans-serif',\"--framer-letter-spacing\":\"0.4px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-195ca2ff-95dc-4d7d-bb9a-c5fb1e041116, rgb(252, 252, 250))\",\"--framer-text-transform\":\"uppercase\"},children:\"Drago\u0219 M\\xfcller\"})}),className:\"framer-1dqayxl\",fonts:[\"CUSTOM;Nohemi Bold\"],verticalAlignment:\"top\",withExternalLayout:true})]})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1374sr4\",\"data-framer-name\":\"Roxana\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:798,pixelWidth:762,sizes:\"239px\",src:\"https://framerusercontent.com/images/0FDf7hgdfGg2MQ0TyPWOo9i1QGA.jpg\",srcSet:\"https://framerusercontent.com/images/0FDf7hgdfGg2MQ0TyPWOo9i1QGA.jpg 762w\"},className:\"framer-2ss0vh\"}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-d76lvy\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-ll12xl\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-d58a94\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy1yZWd1bGFy\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-letter-spacing\":\"0.4px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-195ca2ff-95dc-4d7d-bb9a-c5fb1e041116, rgb(252, 252, 250))\",\"--framer-text-transform\":\"capitalize\"},children:\"Director Commercial Operations\"})}),className:\"framer-mf2kl1\",fonts:[\"GF;DM Sans-regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO05vaGVtaSBCb2xk\",\"--framer-font-family\":'\"Nohemi Bold\", \"Nohemi Bold Placeholder\", sans-serif',\"--framer-letter-spacing\":\"0.4px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-195ca2ff-95dc-4d7d-bb9a-c5fb1e041116, rgb(252, 252, 250))\",\"--framer-text-transform\":\"uppercase\"},children:\"Roxana Herea\"})}),className:\"framer-cusdoq\",fonts:[\"CUSTOM;Nohemi Bold\"],verticalAlignment:\"top\",withExternalLayout:true})]})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-15qlcnv\",\"data-framer-name\":\"Isac\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:2654,pixelWidth:2906,sizes:\"241px\",src:\"https://framerusercontent.com/images/LUWPhpYacvGfolhdpBTCfsqpaZI.png\",srcSet:\"https://framerusercontent.com/images/LUWPhpYacvGfolhdpBTCfsqpaZI.png?scale-down-to=512 512w,https://framerusercontent.com/images/LUWPhpYacvGfolhdpBTCfsqpaZI.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/LUWPhpYacvGfolhdpBTCfsqpaZI.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/LUWPhpYacvGfolhdpBTCfsqpaZI.png 2906w\"},className:\"framer-6tg7ny\"}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-gp43sy\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-118edtc\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-rr0at9\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy1yZWd1bGFy\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-letter-spacing\":\"0.4px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-195ca2ff-95dc-4d7d-bb9a-c5fb1e041116, rgb(252, 252, 250))\",\"--framer-text-transform\":\"capitalize\"},children:\"Chief Digital Officer\"})}),className:\"framer-rjbqfg\",fonts:[\"GF;DM Sans-regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO05vaGVtaSBCb2xk\",\"--framer-font-family\":'\"Nohemi Bold\", \"Nohemi Bold Placeholder\", sans-serif',\"--framer-letter-spacing\":\"0.4px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-195ca2ff-95dc-4d7d-bb9a-c5fb1e041116, rgb(252, 252, 250))\",\"--framer-text-transform\":\"uppercase\"},children:\"Isac Elysium\"})}),className:\"framer-1vpvr3w\",fonts:[\"CUSTOM;Nohemi Bold\"],verticalAlignment:\"top\",withExternalLayout:true})]})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1xnospk\",\"data-framer-name\":\"Denisa\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1280,pixelWidth:853,positionX:\"48.9%\",positionY:\"26.6%\",sizes:\"239px\",src:\"https://framerusercontent.com/images/QskHKCT8bc3cRMMAB4OLcHL9yc.png\",srcSet:\"https://framerusercontent.com/images/QskHKCT8bc3cRMMAB4OLcHL9yc.png?scale-down-to=1024 682w,https://framerusercontent.com/images/QskHKCT8bc3cRMMAB4OLcHL9yc.png 853w\"},className:\"framer-1kxphtk\"}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-15ztdbb\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-nzs5z6\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-jjkauf\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy1yZWd1bGFy\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-letter-spacing\":\"0.4px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-195ca2ff-95dc-4d7d-bb9a-c5fb1e041116, rgb(252, 252, 250))\",\"--framer-text-transform\":\"capitalize\"},children:\"Partner & Chief of People\"})}),className:\"framer-1dwxgu3\",fonts:[\"GF;DM Sans-regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO05vaGVtaSBCb2xk\",\"--framer-font-family\":'\"Nohemi Bold\", \"Nohemi Bold Placeholder\", sans-serif',\"--framer-letter-spacing\":\"0.4px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-195ca2ff-95dc-4d7d-bb9a-c5fb1e041116, rgb(252, 252, 250))\",\"--framer-text-transform\":\"uppercase\"},children:\"Denisa Nistor\"})}),className:\"framer-aa8z3b\",fonts:[\"CUSTOM;Nohemi Bold\"],verticalAlignment:\"top\",withExternalLayout:true})]})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1py522u\",\"data-framer-name\":\"Alina\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1280,pixelWidth:853,positionX:\"52.9%\",positionY:\"8.7%\",sizes:\"239px\",src:\"https://framerusercontent.com/images/Sz1lzR8L60CuS3Vx6Sf1pFhxw.jpeg\",srcSet:\"https://framerusercontent.com/images/Sz1lzR8L60CuS3Vx6Sf1pFhxw.jpeg?scale-down-to=1024 682w,https://framerusercontent.com/images/Sz1lzR8L60CuS3Vx6Sf1pFhxw.jpeg 853w\"},className:\"framer-usvd89\"}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1goy2m5\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1pz1xvw\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-fqvjpb\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy1yZWd1bGFy\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-letter-spacing\":\"0.4px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-195ca2ff-95dc-4d7d-bb9a-c5fb1e041116, rgb(252, 252, 250))\",\"--framer-text-transform\":\"capitalize\"},children:\"Chief Creative Officer\"})}),className:\"framer-1lgmal8\",fonts:[\"GF;DM Sans-regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO05vaGVtaSBCb2xk\",\"--framer-font-family\":'\"Nohemi Bold\", \"Nohemi Bold Placeholder\", sans-serif',\"--framer-letter-spacing\":\"0.4px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-195ca2ff-95dc-4d7d-bb9a-c5fb1e041116, rgb(252, 252, 250))\",\"--framer-text-transform\":\"uppercase\"},children:\"Alina Ciotea\"})}),className:\"framer-rxnak\",fonts:[\"CUSTOM;Nohemi Bold\"],verticalAlignment:\"top\",withExternalLayout:true})]})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1bwf8ys\",\"data-framer-name\":\"Restu\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:600,pixelWidth:1e3,sizes:\"242px\",src:\"https://framerusercontent.com/images/LCNcINF0zoq4KPAXbk2vXl6PsY.jpg\",srcSet:\"https://framerusercontent.com/images/LCNcINF0zoq4KPAXbk2vXl6PsY.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/LCNcINF0zoq4KPAXbk2vXl6PsY.jpg 1000w\"},className:\"framer-144hn1a\"}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-43foc8\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-rn7fbi\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-uxk6ir\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy1yZWd1bGFy\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-letter-spacing\":\"0.4px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-195ca2ff-95dc-4d7d-bb9a-c5fb1e041116, rgb(252, 252, 250))\",\"--framer-text-transform\":\"capitalize\"},children:\"Echipa Noastr\u0103\"})}),className:\"framer-ctzpdi\",fonts:[\"GF;DM Sans-regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO05vaGVtaSBCb2xk\",\"--framer-font-family\":'\"Nohemi Bold\", \"Nohemi Bold Placeholder\", sans-serif',\"--framer-letter-spacing\":\"0.4px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-195ca2ff-95dc-4d7d-bb9a-c5fb1e041116, rgb(252, 252, 250))\",\"--framer-text-transform\":\"uppercase\"},children:\"50+ Profesioni\u0219ti!\"})}),className:\"framer-16x9r80\",fonts:[\"CUSTOM;Nohemi Bold\"],verticalAlignment:\"top\",withExternalLayout:true})]})})})]})],snapObject:{fluid:false,snap:true,snapEdge:\"center\"},style:{width:\"100%\"},width:\"100%\"})})}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1wf4ws6-container hidden-1qgghdv hidden-1rpcwz9\",isAuthoredByUser:true,nodeId:\"rRrUtgdBji78IX0sDJ\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(BackgroundDeFiShapesMobile,{height:\"100%\",id:\"rRrUtgdBji78IX0sDJ\",layoutId:\"rRrUtgdBji78IX0sDJ\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1g96w1w-container hidden-addl4h hidden-1j97s1t hidden-1rpcwz9\",isAuthoredByUser:true,nodeId:\"RfCBpyAFy\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(BackgroundDeFiShapes,{height:\"100%\",id:\"RfCBpyAFy\",layoutId:\"RfCBpyAFy\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),isDisplayed2()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1jajm0x-container hidden-addl4h hidden-1qgghdv hidden-1j97s1t\",isAuthoredByUser:true,nodeId:\"NWNnH4WLH\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(BackgroundDeFiShapes,{height:\"100%\",id:\"NWNnH4WLH\",layoutId:\"NWNnH4WLH\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{SM99oXKG5:{__framer__enter:animation37,style:{rotate:360}}},children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition23},__framer__animateOnce:false,__framer__enter:animation36,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref3,target:\"animate\"}],__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:.55,className:\"framer-4stdbl\"})}),isDisplayed3()&&/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition24},__framer__animateOnce:true,__framer__enter:animation38,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref3,target:\"animate\"}],__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-11lg4xe hidden-1qgghdv hidden-1j97s1t hidden-1rpcwz9\",\"data-framer-name\":\"Fondatori\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1rvgshm\",\"data-framer-name\":\"tiktok\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy0zMDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"300\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"1.9em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Fondatori men\u021Biona\u021Bi \\xeen:\"})})}),className:\"framer-1y6i1jg\",fonts:[\"GF;DM Sans-300\",\"GF;DM Sans-regular\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-rtj0gk\",\"data-framer-name\":\"logos / fondatori\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-12mfy7q\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1319+40+318.8+0+36.6+0+0+0),pixelHeight:250,pixelWidth:735,sizes:`max(max((${componentViewport?.width||\"100vw\"} - 52px) / 2, 50px), 1px)`,src:\"https://framerusercontent.com/images/cBvOISCBfzeevmU6WztLx0n5y3E.png\",srcSet:\"https://framerusercontent.com/images/cBvOISCBfzeevmU6WztLx0n5y3E.png?scale-down-to=512 512w,https://framerusercontent.com/images/cBvOISCBfzeevmU6WztLx0n5y3E.png 735w\"},className:\"framer-1mghp6k\"})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1swyeh1\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1319+40+318.8+0+36.6+0+0+0),pixelHeight:122,pixelWidth:457,src:\"https://framerusercontent.com/images/jUH479zvDBcLCRQFeTsOamZmw.png\"},className:\"framer-xqqe5o\"})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1mlwmu\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1319+40+318.8+0+36.6+0+37.5+0),pixelHeight:100,pixelWidth:540,sizes:`max(max((${componentViewport?.width||\"100vw\"} - 52px) / 2, 50px), 1px)`,src:\"https://framerusercontent.com/images/nPRGePvrP47DPxz7XVP1sUE1LHI.png\",srcSet:\"https://framerusercontent.com/images/nPRGePvrP47DPxz7XVP1sUE1LHI.png?scale-down-to=512 512w,https://framerusercontent.com/images/nPRGePvrP47DPxz7XVP1sUE1LHI.png 540w\"},className:\"framer-1ygimsd\"})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-t7zde9\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1319+40+318.8+0+36.6+0+37.5+0),pixelHeight:310,pixelWidth:800,positionX:\"center\",positionY:\"center\",sizes:`max(max((${componentViewport?.width||\"100vw\"} - 52px) / 2, 50px), 1px)`,src:\"https://framerusercontent.com/images/2H7Igpgysl7k3atSGE3xUrDhCA.png\",srcSet:\"https://framerusercontent.com/images/2H7Igpgysl7k3atSGE3xUrDhCA.png?scale-down-to=512 512w,https://framerusercontent.com/images/2H7Igpgysl7k3atSGE3xUrDhCA.png 800w\"},className:\"framer-tgtfwj\"})})]})]}),isDisplayed4()&&/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition24},__framer__animateOnce:true,__framer__enter:animation39,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref3,target:\"animate\"}],__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-bhx3mw hidden-addl4h hidden-1qgghdv hidden-1rpcwz9\",\"data-framer-name\":\"Fondatori\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-bn9hou\",\"data-framer-name\":\"tiktok\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy0zMDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"17px\",\"--framer-font-weight\":\"300\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"1.9em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Fondatori men\u021Biona\u021Bi \\xeen:\"})})}),className:\"framer-1vyy1zu\",fonts:[\"GF;DM Sans-300\",\"GF;DM Sans-regular\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ypbhgx\",\"data-framer-name\":\"logos / fondatori\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-180whcy\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mFUosVO92:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1295+40+318.8+10+42.3+0+0),pixelHeight:250,pixelWidth:735,sizes:\"98px\",src:\"https://framerusercontent.com/images/cBvOISCBfzeevmU6WztLx0n5y3E.png\",srcSet:\"https://framerusercontent.com/images/cBvOISCBfzeevmU6WztLx0n5y3E.png?scale-down-to=512 512w,https://framerusercontent.com/images/cBvOISCBfzeevmU6WztLx0n5y3E.png 735w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:250,pixelWidth:735,sizes:\"98px\",src:\"https://framerusercontent.com/images/cBvOISCBfzeevmU6WztLx0n5y3E.png\",srcSet:\"https://framerusercontent.com/images/cBvOISCBfzeevmU6WztLx0n5y3E.png?scale-down-to=512 512w,https://framerusercontent.com/images/cBvOISCBfzeevmU6WztLx0n5y3E.png 735w\"},className:\"framer-1iaijq\"})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-umu0bb\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mFUosVO92:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1295+40+318.8+10+42.3+0+0),pixelHeight:122,pixelWidth:457,src:\"https://framerusercontent.com/images/jUH479zvDBcLCRQFeTsOamZmw.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:122,pixelWidth:457,src:\"https://framerusercontent.com/images/jUH479zvDBcLCRQFeTsOamZmw.png\"},className:\"framer-1fs37p5\"})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-btuprc\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mFUosVO92:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1295+40+318.8+10+42.3+0+0),pixelHeight:100,pixelWidth:540,sizes:\"234px\",src:\"https://framerusercontent.com/images/nPRGePvrP47DPxz7XVP1sUE1LHI.png\",srcSet:\"https://framerusercontent.com/images/nPRGePvrP47DPxz7XVP1sUE1LHI.png?scale-down-to=512 512w,https://framerusercontent.com/images/nPRGePvrP47DPxz7XVP1sUE1LHI.png 540w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:100,pixelWidth:540,sizes:\"234px\",src:\"https://framerusercontent.com/images/nPRGePvrP47DPxz7XVP1sUE1LHI.png\",srcSet:\"https://framerusercontent.com/images/nPRGePvrP47DPxz7XVP1sUE1LHI.png?scale-down-to=512 512w,https://framerusercontent.com/images/nPRGePvrP47DPxz7XVP1sUE1LHI.png 540w\"},className:\"framer-1qrahoo\"})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1y9qkk1\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mFUosVO92:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1295+40+318.8+10+42.3+0+5),pixelHeight:310,pixelWidth:800,positionX:\"center\",positionY:\"center\",sizes:\"111px\",src:\"https://framerusercontent.com/images/2H7Igpgysl7k3atSGE3xUrDhCA.png\",srcSet:\"https://framerusercontent.com/images/2H7Igpgysl7k3atSGE3xUrDhCA.png?scale-down-to=512 512w,https://framerusercontent.com/images/2H7Igpgysl7k3atSGE3xUrDhCA.png 800w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:310,pixelWidth:800,positionX:\"center\",positionY:\"center\",sizes:\"111px\",src:\"https://framerusercontent.com/images/2H7Igpgysl7k3atSGE3xUrDhCA.png\",srcSet:\"https://framerusercontent.com/images/2H7Igpgysl7k3atSGE3xUrDhCA.png?scale-down-to=512 512w,https://framerusercontent.com/images/2H7Igpgysl7k3atSGE3xUrDhCA.png 800w\"},className:\"framer-sd5ewo\"})})})]})]}),isDisplayed1()&&/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition24},__framer__animateOnce:true,__framer__enter:animation40,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref3,target:\"animate\"}],__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-pr32nq hidden-addl4h hidden-1j97s1t hidden-1rpcwz9\",\"data-framer-name\":\"Fondatori\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-14nc295\",\"data-framer-name\":\"tiktok\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy0zMDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"17px\",\"--framer-font-weight\":\"300\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"1.9em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Fondatori men\u021Biona\u021Bi \\xeen:\"})})}),className:\"framer-fg53no\",fonts:[\"GF;DM Sans-300\",\"GF;DM Sans-regular\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-12y7oih\",\"data-framer-name\":\"logos / fondatori\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-o0u8p8\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GueYE4CZD:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1263+40+333.2+10+42.3+0+0),pixelHeight:250,pixelWidth:735,sizes:\"98px\",src:\"https://framerusercontent.com/images/cBvOISCBfzeevmU6WztLx0n5y3E.png\",srcSet:\"https://framerusercontent.com/images/cBvOISCBfzeevmU6WztLx0n5y3E.png?scale-down-to=512 512w,https://framerusercontent.com/images/cBvOISCBfzeevmU6WztLx0n5y3E.png 735w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:250,pixelWidth:735,sizes:\"98px\",src:\"https://framerusercontent.com/images/cBvOISCBfzeevmU6WztLx0n5y3E.png\",srcSet:\"https://framerusercontent.com/images/cBvOISCBfzeevmU6WztLx0n5y3E.png?scale-down-to=512 512w,https://framerusercontent.com/images/cBvOISCBfzeevmU6WztLx0n5y3E.png 735w\"},className:\"framer-1cxvs95\"})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-14jo9j3\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GueYE4CZD:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1263+40+333.2+10+42.3+0+0),pixelHeight:122,pixelWidth:457,src:\"https://framerusercontent.com/images/jUH479zvDBcLCRQFeTsOamZmw.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:122,pixelWidth:457,src:\"https://framerusercontent.com/images/jUH479zvDBcLCRQFeTsOamZmw.png\"},className:\"framer-lds4jp\"})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-qohyac\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GueYE4CZD:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1263+40+333.2+10+42.3+0+0),pixelHeight:100,pixelWidth:540,sizes:\"234px\",src:\"https://framerusercontent.com/images/nPRGePvrP47DPxz7XVP1sUE1LHI.png\",srcSet:\"https://framerusercontent.com/images/nPRGePvrP47DPxz7XVP1sUE1LHI.png?scale-down-to=512 512w,https://framerusercontent.com/images/nPRGePvrP47DPxz7XVP1sUE1LHI.png 540w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:100,pixelWidth:540,sizes:\"234px\",src:\"https://framerusercontent.com/images/nPRGePvrP47DPxz7XVP1sUE1LHI.png\",srcSet:\"https://framerusercontent.com/images/nPRGePvrP47DPxz7XVP1sUE1LHI.png?scale-down-to=512 512w,https://framerusercontent.com/images/nPRGePvrP47DPxz7XVP1sUE1LHI.png 540w\"},className:\"framer-1tor4xd\"})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-17gs3py\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GueYE4CZD:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1263+40+333.2+10+42.3+0+0),pixelHeight:310,pixelWidth:800,positionX:\"center\",positionY:\"center\",sizes:\"111px\",src:\"https://framerusercontent.com/images/2H7Igpgysl7k3atSGE3xUrDhCA.png\",srcSet:\"https://framerusercontent.com/images/2H7Igpgysl7k3atSGE3xUrDhCA.png?scale-down-to=512 512w,https://framerusercontent.com/images/2H7Igpgysl7k3atSGE3xUrDhCA.png 800w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:310,pixelWidth:800,positionX:\"center\",positionY:\"center\",sizes:\"111px\",src:\"https://framerusercontent.com/images/2H7Igpgysl7k3atSGE3xUrDhCA.png\",srcSet:\"https://framerusercontent.com/images/2H7Igpgysl7k3atSGE3xUrDhCA.png?scale-down-to=512 512w,https://framerusercontent.com/images/2H7Igpgysl7k3atSGE3xUrDhCA.png 800w\"},className:\"framer-1rldsds\"})})})]})]}),isDisplayed2()&&/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition24},__framer__animateOnce:true,__framer__enter:animation41,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref4,target:\"animate\"}],__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-dcz0ab hidden-addl4h hidden-1qgghdv hidden-1j97s1t\",\"data-framer-name\":\"Fondatori\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ueicgb\",\"data-framer-name\":\"tiktok\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy0zMDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"17px\",\"--framer-font-weight\":\"300\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"1.9em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Fondatori men\u021Biona\u021Bi \\xeen:\"})})}),className:\"framer-5ftj7f\",fonts:[\"GF;DM Sans-300\",\"GF;DM Sans-regular\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1gixxgn\",\"data-framer-name\":\"logos / fondatori\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-6pbg43\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{SM99oXKG5:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1319+80+335.6+10+42.3+0+0),pixelHeight:250,pixelWidth:735,sizes:\"98px\",src:\"https://framerusercontent.com/images/cBvOISCBfzeevmU6WztLx0n5y3E.png\",srcSet:\"https://framerusercontent.com/images/cBvOISCBfzeevmU6WztLx0n5y3E.png?scale-down-to=512 512w,https://framerusercontent.com/images/cBvOISCBfzeevmU6WztLx0n5y3E.png 735w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:250,pixelWidth:735,sizes:\"98px\",src:\"https://framerusercontent.com/images/cBvOISCBfzeevmU6WztLx0n5y3E.png\",srcSet:\"https://framerusercontent.com/images/cBvOISCBfzeevmU6WztLx0n5y3E.png?scale-down-to=512 512w,https://framerusercontent.com/images/cBvOISCBfzeevmU6WztLx0n5y3E.png 735w\"},className:\"framer-midh7z\"})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-cm5m7z\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{SM99oXKG5:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1319+80+335.6+10+42.3+0+0),pixelHeight:122,pixelWidth:457,src:\"https://framerusercontent.com/images/jUH479zvDBcLCRQFeTsOamZmw.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:122,pixelWidth:457,src:\"https://framerusercontent.com/images/jUH479zvDBcLCRQFeTsOamZmw.png\"},className:\"framer-19udp3i\"})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-v5sigz\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{SM99oXKG5:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1319+80+335.6+10+42.3+0+0),pixelHeight:100,pixelWidth:540,sizes:\"234px\",src:\"https://framerusercontent.com/images/nPRGePvrP47DPxz7XVP1sUE1LHI.png\",srcSet:\"https://framerusercontent.com/images/nPRGePvrP47DPxz7XVP1sUE1LHI.png?scale-down-to=512 512w,https://framerusercontent.com/images/nPRGePvrP47DPxz7XVP1sUE1LHI.png 540w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:100,pixelWidth:540,sizes:\"234px\",src:\"https://framerusercontent.com/images/nPRGePvrP47DPxz7XVP1sUE1LHI.png\",srcSet:\"https://framerusercontent.com/images/nPRGePvrP47DPxz7XVP1sUE1LHI.png?scale-down-to=512 512w,https://framerusercontent.com/images/nPRGePvrP47DPxz7XVP1sUE1LHI.png 540w\"},className:\"framer-1tgatl1\"})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-tfz6qp\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{SM99oXKG5:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1319+80+335.6+10+42.3+0+0),pixelHeight:310,pixelWidth:800,positionX:\"center\",positionY:\"center\",sizes:\"111px\",src:\"https://framerusercontent.com/images/2H7Igpgysl7k3atSGE3xUrDhCA.png\",srcSet:\"https://framerusercontent.com/images/2H7Igpgysl7k3atSGE3xUrDhCA.png?scale-down-to=512 512w,https://framerusercontent.com/images/2H7Igpgysl7k3atSGE3xUrDhCA.png 800w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:310,pixelWidth:800,positionX:\"center\",positionY:\"center\",sizes:\"111px\",src:\"https://framerusercontent.com/images/2H7Igpgysl7k3atSGE3xUrDhCA.png\",srcSet:\"https://framerusercontent.com/images/2H7Igpgysl7k3atSGE3xUrDhCA.png?scale-down-to=512 512w,https://framerusercontent.com/images/2H7Igpgysl7k3atSGE3xUrDhCA.png 800w\"},className:\"framer-1f1yg2k\"})})})]})]})]}),/*#__PURE__*/_jsxs(\"header\",{className:\"framer-17kl49e\",\"data-framer-name\":\"Us vs Them\",id:elementId3,ref:ref5,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-18t4t97\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1acw9hl\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GueYE4CZD:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO05vaGVtaSBNZWRpdW0=\",\"--framer-font-family\":'\"Nohemi Medium\", \"Nohemi Medium Placeholder\", sans-serif',\"--framer-font-size\":\"56px\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(51, 51, 51)\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(90deg, rgba(255, 255, 255, 0.4) 0%, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0.4) 100%)\"},children:\"Brandul t\u0103u merit\u0103 magie, nu monotonie\"})})})},SM99oXKG5:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO05vaGVtaSBNZWRpdW0=\",\"--framer-font-family\":'\"Nohemi Medium\", \"Nohemi Medium Placeholder\", sans-serif',\"--framer-font-size\":\"66px\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(51, 51, 51)\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(90deg, rgba(255, 255, 255, 0.4) 0%, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0.4) 100%)\"},children:\"Brandul t\u0103u merit\u0103 magie, nu monotonie\"})})})}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition21},__framer__animateOnce:true,__framer__enter:animation30,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref5,target:\"animate\"}],__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO05vaGVtaSBNZWRpdW0=\",\"--framer-font-family\":'\"Nohemi Medium\", \"Nohemi Medium Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(51, 51, 51)\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(90deg, rgba(255, 255, 255, 0.4) 0%, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0.4) 100%)\"},children:\"Brandul t\u0103u merit\u0103 magie, nu monotonie\"})})}),className:\"framer-19s3pns\",fonts:[\"CUSTOM;Nohemi Medium\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GueYE4CZD:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy0zMDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"300\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(207, 207, 207)\"},children:\"De ce alegerea Magic360 aduce unicitate \u0219i inova\u021Bie pentru brandul t\u0103u\"})})},SM99oXKG5:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy0zMDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"300\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(207, 207, 207)\"},children:\"De ce alegerea Magic360 aduce unicitate \u0219i inova\u021Bie pentru brandul t\u0103u\"})})}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition25},__framer__animateOnce:true,__framer__enter:animation30,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref5,target:\"animate\"}],__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy0zMDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"300\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(207, 207, 207)\"},children:\"De ce alegerea Magic360 aduce unicitate \u0219i inova\u021Bie pentru brandul t\u0103u\"})}),className:\"framer-xq2vty\",fonts:[\"GF;DM Sans-300\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1vnk72r\",\"data-framer-name\":\"Comparatie\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1fgfo0r\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{SM99oXKG5:{__framer__animate:{transition:transition26}}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition11},__framer__animateOnce:true,__framer__enter:animation42,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref5,target:\"animate\"}],__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-13flrov\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ao4fop\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO05vaGVtaSBNZWRpdW0=\",\"--framer-font-family\":'\"Nohemi Medium\", \"Nohemi Medium Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"-0.1px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(207, 207, 207)\"},children:\"Magic360\"})}),className:\"framer-yy9nnu\",fonts:[\"CUSTOM;Nohemi Medium\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-tksls4\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1tc1lgc\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1eawzjr\",\"data-framer-name\":\"Plan\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 16 13 L 16 18.5 C 16 19.327 16.673 20 17.5 20 L 18.184 20 C 18.604 18.804 19.732 18.002 21 18 C 22.657 18 24 19.343 24 21 C 24 22.657 22.657 24 21 24 C 19.732 23.998 18.604 23.196 18.184 22 L 17.5 22 C 15.57 22 14 20.43 14 18.5 L 14 13 L 13 13 C 12.448 13 12 12.552 12 12 C 12 11.448 12.448 11 13 11 L 14 11 L 14 5.5 C 14 3.57 15.57 2 17.5 2 L 18.184 2 C 18.604 0.804 19.732 0.002 21 0 C 22.657 0 24 1.343 24 3 C 24 4.657 22.657 6 21 6 C 19.732 5.998 18.604 5.196 18.184 4 L 17.5 4 C 16.673 4 16 4.673 16 5.5 L 16 8.25 L 16 11 L 18.184 11 C 18.604 9.804 19.732 9.002 21 9 C 22.657 9 24 10.343 24 12 C 24 13.657 22.657 15 21 15 C 19.732 14.998 18.604 14.196 18.184 13 Z\" fill=\"rgba(255, 68, 51, 0.5)\"></path><path d=\"M 11.265 10.121 L 10.282 10.687 C 10.411 11.105 10.5 11.54 10.5 12 C 10.5 12.46 10.411 12.895 10.282 13.313 L 11.265 13.879 C 11.587 14.051 11.79 14.385 11.794 14.75 C 11.798 15.114 11.603 15.453 11.285 15.632 C 10.968 15.811 10.577 15.803 10.267 15.611 L 9.29 15.048 C 8.678 15.712 7.881 16.176 7.001 16.379 L 7.001 17.5 C 7.001 18.052 6.553 18.5 6.001 18.5 C 5.449 18.5 5.001 18.052 5.001 17.5 L 5.001 16.379 C 4.121 16.176 3.323 15.712 2.712 15.048 L 1.735 15.611 C 1.505 15.744 1.232 15.78 0.976 15.711 C 0.72 15.642 0.502 15.474 0.37 15.244 C 0.095 14.766 0.259 14.155 0.737 13.879 L 1.72 13.313 C 1.591 12.895 1.502 12.46 1.502 12 C 1.502 11.54 1.591 11.105 1.72 10.687 L 0.737 10.121 C 0.507 9.989 0.339 9.771 0.27 9.515 C 0.201 9.259 0.237 8.986 0.37 8.756 C 0.502 8.526 0.72 8.358 0.976 8.289 C 1.232 8.22 1.505 8.256 1.735 8.389 L 2.712 8.952 C 3.324 8.288 4.121 7.824 5.001 7.621 L 5.001 6.5 C 5.001 5.948 5.449 5.5 6.001 5.5 C 6.553 5.5 7.001 5.948 7.001 6.5 L 7.001 7.621 C 7.881 7.824 8.679 8.288 9.29 8.952 L 10.267 8.389 C 10.745 8.113 11.356 8.278 11.632 8.756 C 11.908 9.234 11.743 9.845 11.265 10.121 Z M 7.5 12 C 7.5 11.173 6.827 10.5 6 10.5 C 5.173 10.5 4.5 11.173 4.5 12 C 4.5 12.827 5.173 13.5 6 13.5 C 6.827 13.5 7.5 12.827 7.5 12 Z\" fill=\"var(--token-b92efc33-3246-4525-adc1-724299866d2f, rgb(255, 69, 51)) /* {&quot;name&quot;:&quot;Accent&quot;} */\"></path></svg>',svgContentId:9328910270,withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy1yZWd1bGFy\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.1px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(207, 207, 207)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy03MDBpdGFsaWM=\",\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"var(--token-b92efc33-3246-4525-adc1-724299866d2f, rgb(255, 69, 51))\"},children:\"20+ ani \"}),\"de construit firme de la zero (100M+\u20AC; 600 oameni).\"]})}),className:\"framer-brqjw0\",fonts:[\"GF;DM Sans-regular\",\"GF;DM Sans-700italic\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1eunetd\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1v4j2ui\",\"data-framer-name\":\"Heart-partner-handshake\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 16.729 17.831 C 17.119 18.208 17.275 18.765 17.138 19.29 C 17.001 19.814 16.591 20.224 16.067 20.361 C 15.542 20.498 14.985 20.342 14.608 19.952 L 9.974 15.318 C 9.584 14.928 8.95 14.928 8.56 15.318 C 8.17 15.708 8.17 16.342 8.56 16.732 L 12.771 20.943 C 13.161 21.32 13.317 21.877 13.18 22.402 C 13.043 22.926 12.633 23.336 12.109 23.473 C 11.584 23.61 11.027 23.454 10.65 23.064 L 5.977 18.391 C 3.021 15.507 0 11.662 0 8 C 0 4.14 2.916 1 6.5 1 C 8.273 1 9.631 1.662 10.665 2.397 L 7.026 6.005 C 6.364 6.666 6 7.546 6 8.481 C 6 9.416 6.364 10.295 7.024 10.955 C 7.679 11.614 8.571 11.984 9.5 11.981 C 9.926 11.981 10.337 11.896 10.725 11.752 L 16.73 17.832 Z M 14.421 8.525 L 12.329 10.603 L 18.439 16.621 C 19.025 17.207 19.974 17.207 20.56 16.621 C 21.456 15.725 20.689 14.733 20.689 14.733 L 14.42 8.525 Z\" fill=\"var(--token-b92efc33-3246-4525-adc1-724299866d2f, rgb(255, 69, 51)) /* {&quot;name&quot;:&quot;Accent&quot;} */\"></path><path d=\"M 17.457 1.058 C 15.823 1.068 14.271 1.778 13.075 2.892 L 8.438 7.498 C 8.048 7.875 7.892 8.432 8.029 8.957 C 8.166 9.481 8.576 9.891 9.1 10.028 C 9.625 10.165 10.182 10.009 10.559 9.619 L 13.056 7.139 C 13.836 6.364 15.095 6.364 15.875 7.139 L 22.199 13.417 C 23.39 11.495 23.998 9.695 23.998 8.058 C 23.998 4.198 21.04 1.058 17.456 1.058 Z\" fill=\"rgba(255, 69, 51, 0.5)\"></path></svg>',svgContentId:10468622337,withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy1yZWd1bGFy\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.1px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(207, 207, 207)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy03MDBpdGFsaWM=\",\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"var(--token-b92efc33-3246-4525-adc1-724299866d2f, rgb(255, 69, 51))\"},children:\"Parteneri\"}),\" pe termen lung.\"]})}),className:\"framer-1rk1nps\",fonts:[\"GF;DM Sans-regular\",\"GF;DM Sans-700italic\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-soprdb\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-ojqhav\",\"data-framer-name\":\"Sun\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 25 25\"><path d=\"M 23.958 11.458 L 19.708 11.458 C 19.627 10.884 19.477 10.322 19.261 9.784 L 22.935 7.655 C 23.27 7.475 23.48 7.128 23.483 6.748 C 23.487 6.369 23.284 6.017 22.953 5.83 C 22.623 5.644 22.217 5.652 21.894 5.852 L 18.217 7.984 C 17.865 7.54 17.464 7.138 17.02 6.786 L 19.151 3.108 C 19.418 2.613 19.242 1.994 18.755 1.713 C 18.267 1.431 17.644 1.588 17.348 2.067 L 15.216 5.739 C 14.678 5.523 14.116 5.373 13.542 5.292 L 13.542 1.042 C 13.542 0.466 13.075 0 12.5 0 C 11.925 0 11.458 0.466 11.458 1.042 L 11.458 5.292 C 10.884 5.373 10.322 5.523 9.784 5.739 L 7.655 2.065 C 7.359 1.586 6.736 1.429 6.248 1.711 C 5.761 1.992 5.585 2.61 5.852 3.106 L 7.983 6.786 C 7.54 7.138 7.138 7.54 6.786 7.984 L 3.109 5.852 C 2.787 5.652 2.381 5.644 2.05 5.83 C 1.719 6.017 1.516 6.369 1.52 6.748 C 1.523 7.128 1.733 7.475 2.068 7.655 L 5.739 9.784 C 5.523 10.322 5.373 10.884 5.292 11.458 L 1.042 11.458 C 0.466 11.458 0 11.925 0 12.5 C 0 13.075 0.466 13.542 1.042 13.542 L 5.292 13.542 C 5.373 14.116 5.523 14.678 5.739 15.216 L 2.065 17.345 C 1.73 17.525 1.52 17.872 1.517 18.252 C 1.513 18.631 1.716 18.983 2.047 19.17 C 2.377 19.356 2.783 19.348 3.106 19.148 L 6.783 17.016 C 7.135 17.46 7.536 17.862 7.98 18.214 L 5.852 21.892 C 5.585 22.387 5.761 23.006 6.248 23.287 C 6.736 23.569 7.359 23.412 7.655 22.933 L 9.784 19.259 C 10.322 19.476 10.884 19.626 11.458 19.708 L 11.458 23.958 C 11.458 24.534 11.925 25 12.5 25 C 13.075 25 13.542 24.534 13.542 23.958 L 13.542 19.708 C 14.116 19.627 14.678 19.477 15.216 19.261 L 17.345 22.935 C 17.641 23.414 18.264 23.571 18.752 23.289 C 19.239 23.008 19.415 22.39 19.148 21.894 L 17.017 18.216 C 17.46 17.864 17.862 17.462 18.214 17.018 L 21.891 19.15 C 22.213 19.35 22.619 19.358 22.95 19.172 C 23.281 18.985 23.484 18.634 23.48 18.254 C 23.477 17.874 23.267 17.527 22.932 17.347 L 19.258 15.218 C 19.475 14.679 19.626 14.116 19.708 13.542 L 23.958 13.542 C 24.534 13.542 25 13.075 25 12.5 C 25 11.925 24.534 11.458 23.958 11.458 Z\" fill=\"var(--token-b92efc33-3246-4525-adc1-724299866d2f, rgb(255, 69, 51)) /* {&quot;name&quot;:&quot;Accent&quot;} */\"></path></svg>',svgContentId:9985849159,withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy1yZWd1bGFy\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.1px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(207, 207, 207)\"},children:[\"Abordare \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy03MDBpdGFsaWM=\",\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"var(--token-b92efc33-3246-4525-adc1-724299866d2f, rgb(255, 69, 51))\"},children:\"cald\u0103\"}),\", cu pasiune antreprenorial\u0103.\"]})}),className:\"framer-dn0wzi\",fonts:[\"GF;DM Sans-regular\",\"GF;DM Sans-700italic\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-kmjln4\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-gwxoqk\",\"data-framer-name\":\"Practice\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 9 5 L 11 5 L 11 5.949 C 11 6.465 11.623 6.723 11.988 6.358 L 13.755 4.591 C 13.912 4.434 14 4.221 14 4 C 14 3.778 13.912 3.565 13.755 3.408 L 11.988 1.641 C 11.822 1.476 11.574 1.426 11.358 1.516 C 11.141 1.605 11 1.816 11 2.05 L 11 2.999 L 9 2.999 C 8.448 2.999 8 3.447 8 3.999 C 8 4.551 8.448 4.999 9 4.999 Z M 23.377 6.783 C 23.243 7.012 23.023 7.178 22.766 7.245 C 22.509 7.311 22.236 7.273 22.008 7.138 L 21.871 7.057 C 21.479 7.418 21.01 7.685 20.499 7.836 L 20.499 7.999 C 20.499 8.551 20.051 8.999 19.499 8.999 C 18.947 8.999 18.499 8.551 18.499 7.999 L 18.499 7.836 C 17.988 7.684 17.519 7.418 17.127 7.057 L 16.99 7.138 C 16.514 7.418 15.901 7.259 15.621 6.783 C 15.341 6.307 15.5 5.694 15.976 5.414 L 16.11 5.335 C 16.044 5.066 15.998 4.789 15.998 4.5 C 15.998 4.211 16.043 3.934 16.11 3.665 L 15.976 3.586 C 15.5 3.306 15.341 2.693 15.621 2.217 C 15.901 1.741 16.514 1.582 16.99 1.862 L 17.127 1.943 C 17.519 1.582 17.988 1.315 18.499 1.164 L 18.499 1.001 C 18.499 0.449 18.947 0.001 19.499 0.001 C 20.051 0.001 20.499 0.449 20.499 1.001 L 20.499 1.164 C 21.016 1.32 21.484 1.584 21.871 1.943 L 22.008 1.862 C 22.484 1.582 23.097 1.741 23.377 2.217 C 23.657 2.693 23.498 3.306 23.022 3.586 L 22.888 3.665 C 22.954 3.934 23 4.211 23 4.5 C 23 4.789 22.955 5.066 22.888 5.335 L 23.022 5.414 C 23.251 5.548 23.416 5.768 23.483 6.025 C 23.55 6.282 23.511 6.554 23.377 6.783 Z M 21 4.5 C 21 3.673 20.327 3 19.5 3 C 18.673 3 18 3.673 18 4.5 C 18 5.327 18.673 6 19.5 6 C 20.327 6 21 5.327 21 4.5 Z M 2.971 9 L 3.971 9 C 4.523 9 4.971 8.552 4.971 8 L 4.971 7 L 1.971 7 L 1.971 8 C 1.971 8.552 2.419 9 2.971 9 Z M 1.471 6 L 5.471 6 C 6.471 5.5 6.971 4.459 6.971 3.5 C 6.973 2.432 6.486 1.421 5.648 0.758 C 4.803 0.088 3.697 -0.156 2.648 0.094 C 1.366 0.396 0.365 1.398 0.064 2.68 C -0.22 3.912 0.471 5.5 1.471 6 Z\" fill=\"var(--token-b92efc33-3246-4525-adc1-724299866d2f, rgb(255, 69, 51)) /* {&quot;name&quot;:&quot;Accent&quot;} */\"></path><path d=\"M 21.681 11.427 L 19.077 15.148 C 18.703 15.682 18.091 16.001 17.439 16.001 L 6.562 16.001 C 5.909 16.001 5.298 15.683 4.924 15.148 L 2.32 11.427 C 1.995 10.999 1.389 10.904 0.949 11.212 C 0.508 11.521 0.39 12.122 0.681 12.574 L 3.285 16.295 C 4.034 17.364 5.257 18 6.562 18.001 L 8 18.001 L 8 23.001 C 8 23.553 8.448 24.001 9 24.001 L 15 24.001 C 15.552 24.001 16 23.553 16 23.001 L 16 18.001 L 17.438 18.001 C 18.743 18 19.966 17.364 20.715 16.295 L 23.319 12.574 C 23.636 12.121 23.526 11.498 23.073 11.181 C 22.62 10.864 21.997 10.974 21.68 11.427 Z\" fill=\"rgba(255, 69, 51, 0.5)\"></path><path d=\"M 14.5 12.5 C 14.5 13.881 13.381 15 12 15 C 10.619 15 9.5 13.881 9.5 12.5 C 9.5 11.119 10.619 10 12 10 C 13.381 10 14.5 11.119 14.5 12.5 Z\" fill=\"rgba(255, 69, 51, 0.5)\"></path></svg>',svgContentId:9816746777,withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy1yZWd1bGFy\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.1px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(207, 207, 207)\"},children:[\"Punem in \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy04MDBpdGFsaWM=\",\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"800\",\"--framer-text-color\":\"var(--token-b92efc33-3246-4525-adc1-724299866d2f, rgb(255, 69, 51))\"},children:\"practic\u0103\"}),\" strategia cu echipele noastre.\"]})}),className:\"framer-qg3g6x\",fonts:[\"GF;DM Sans-regular\",\"GF;DM Sans-800italic\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition27},__framer__animateOnce:true,__framer__enter:animation43,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref5,target:\"animate\"}],__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-cq70mf\",\"data-border\":true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mFUosVO92:{__framer__enter:animation45},SM99oXKG5:{__framer__animate:{transition:transition7}}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition28},__framer__animateOnce:true,__framer__enter:animation44,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref5,target:\"animate\"}],__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-xf7ns\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1tgwpmc\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO05vaGVtaSBMaWdodA==\",\"--framer-font-family\":'\"Nohemi Light\", \"Nohemi Light Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"-0.1px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(207, 207, 207)\"},children:\"Concuren\u021Ba\"})}),className:\"framer-13xbok9\",fonts:[\"CUSTOM;Nohemi Light\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1rza2wr\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-bud9xx\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1a86j71\",\"data-framer-name\":\"Thought-bubble\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 25 25\"><path d=\"M 16.505 16.229 C 17.233 16.52 17.986 16.667 18.75 16.667 C 22.197 16.667 25 13.864 25 10.417 C 25.006 7.602 23.118 5.135 20.4 4.404 C 19.412 1.758 16.887 0.003 14.063 0 C 12.113 0.002 10.26 0.846 8.979 2.316 C 7.096 1.79 5.076 2.175 3.518 3.356 C 1.96 4.537 1.044 6.379 1.042 8.333 C 1.046 11.703 3.718 14.465 7.085 14.58 C 8.2 16.517 10.265 17.711 12.5 17.708 C 13.969 17.712 15.391 17.187 16.505 16.229 Z\" fill=\"rgba(255, 240, 240, 0.7)\"></path><path d=\"M 6.25 17.708 C 5.495 17.691 4.789 18.084 4.407 18.736 C 4.024 19.387 4.024 20.194 4.406 20.846 C 4.789 21.497 5.494 21.891 6.249 21.874 C 7.381 21.849 8.286 20.924 8.286 19.792 C 8.287 18.659 7.382 17.734 6.25 17.708 Z\" fill=\"rgba(255, 240, 240, 0.5)\"></path><path d=\"M 3.125 23.438 C 3.125 24.301 2.425 25 1.561 25 C 0.698 25 -0.001 24.3 -0.001 23.436 C -0.001 22.573 0.699 21.874 1.563 21.874 C 2.426 21.874 3.125 22.574 3.125 23.438 Z\" fill=\"rgba(255, 240, 240, 0.5)\"></path></svg>',svgContentId:11610153822,withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy1yZWd1bGFy\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.1px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(207, 207, 207)\"},children:[\"Planuri \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy03MDBpdGFsaWM=\",\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"var(--token-195ca2ff-95dc-4d7d-bb9a-c5fb1e041116, rgb(252, 252, 250))\"},children:\"teoretice\"}),\", f\u0103r\u0103 experien\u021B\u0103 real\u0103.\"]})}),className:\"framer-1398hlm\",fonts:[\"GF;DM Sans-regular\",\"GF;DM Sans-700italic\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-iym4op\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-qqbgmn\",\"data-framer-name\":\"Trash-empty\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 22 0 L 2 0 C 1.448 0 1 0.448 1 1 C 1 1.552 1.448 2 2 2 L 2.093 2 L 3.81 19.488 C 4.053 22.052 6.211 24.008 8.786 24 L 15.214 24 C 17.79 24.008 19.947 22.052 20.19 19.488 L 21.907 2 L 22.001 2 C 22.553 2 23.001 1.552 23.001 1 C 23.001 0.448 22.553 0 22.001 0 Z M 13.919 22 L 12.026 20.107 L 10.133 22 L 8.785 22 C 8.351 22 7.942 21.901 7.569 21.736 L 10.611 18.694 L 8.614 16.697 L 5.835 19.476 C 5.825 19.414 5.806 19.356 5.8 19.293 L 5.567 16.916 L 7.201 15.282 L 5.223 13.304 L 5.213 13.314 L 4.903 10.156 L 5.223 10.476 L 7.22 8.479 L 4.468 5.727 L 4.16 2.591 L 8.634 7.065 L 10.611 5.088 L 7.523 2 L 10.351 2 L 12.025 3.674 L 13.699 2 L 16.527 2 L 13.439 5.088 L 15.417 7.066 L 19.832 2.651 L 19.524 5.787 L 16.83 8.481 L 18.827 10.478 L 19.089 10.216 L 18.781 13.352 L 16.85 15.283 L 18.436 16.869 L 18.198 19.294 C 18.193 19.342 18.178 19.385 18.171 19.432 L 15.436 16.697 L 13.439 18.694 L 16.464 21.719 C 16.072 21.902 15.645 21.998 15.213 22.001 L 13.918 22.001 Z\" fill=\"rgba(255, 240, 240, 0.7)\"></path><path d=\"M 14.023 15.282 L 12.026 17.279 L 10.029 15.282 L 12.026 13.285 Z\" fill=\"rgba(255, 240, 240, 0.5)\"></path><path d=\"M 13.44 11.871 L 15.417 9.894 L 17.414 11.891 L 15.437 13.868 Z\" fill=\"rgba(255, 240, 240, 0.5)\"></path><path d=\"M 10.612 11.871 L 8.615 13.868 L 6.637 11.89 L 8.634 9.893 Z\" fill=\"rgba(255, 240, 240, 0.5)\"></path><path d=\"M 12.026 10.457 L 10.048 8.479 L 12.025 6.502 L 14.003 8.48 Z\" fill=\"rgba(255, 240, 240, 0.5)\"></path></svg>',svgContentId:10280643892,withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy1yZWd1bGFy\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.1px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(207, 207, 207)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy03MDBpdGFsaWM=\",\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"var(--token-195ca2ff-95dc-4d7d-bb9a-c5fb1e041116, rgb(252, 252, 250))\"},children:\"One time\"}),\" projects, f\u0103r\u0103 implicare dup\u0103.\"]})}),className:\"framer-1lqvf0q\",fonts:[\"GF;DM Sans-regular\",\"GF;DM Sans-700italic\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-p9avqa\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1eucwve\",\"data-framer-name\":\"Snowflake-2\",fill:\"rgba(255, 240, 240, 0.73)\",intrinsicHeight:512,intrinsicWidth:512,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\" width=\"512\" height=\"512\"><path d=\"m22.761 13.971-2.445.646a2.7 2.7 0 0 0-.984.491L16.738 13.6a5.042 5.042 0 0 0 0-3.2l2.594-1.509a2.7 2.7 0 0 0 .984.491s2.617.679 2.7.679a1 1 0 0 0 .256-1.961l-2.444-.647a.715.715 0 0 1-.508-.873l.647-2.444a1 1 0 1 0-1.934-.512l-.646 2.444a2.7 2.7 0 0 0-.061 1.1l-2.6 1.51A5 5 0 0 0 13 7.1v-3a2.707 2.707 0 0 0 .919-.6l1.788-1.788A1 1 0 0 0 14.293.293l-1.788 1.788a.718.718 0 0 1-1.01 0L9.707.293a1 1 0 0 0-1.414 1.414L10.081 3.5a2.707 2.707 0 0 0 .919.6v3a5 5 0 0 0-2.73 1.574l-2.6-1.51a2.7 2.7 0 0 0-.061-1.1L4.967 3.62a1 1 0 1 0-1.934.512l.647 2.444a.715.715 0 0 1-.508.873L.728 8.1a1 1 0 0 0 .254 1.966c.085 0 2.7-.679 2.7-.679a2.7 2.7 0 0 0 .984-.491L7.262 10.4a5.042 5.042 0 0 0 0 3.2l-2.594 1.508a2.7 2.7 0 0 0-.984-.491l-2.445-.646A1 1 0 0 0 .728 15.9l2.444.647a.715.715 0 0 1 .508.873l-.647 2.444a1 1 0 1 0 1.934.512l.646-2.444a2.7 2.7 0 0 0 .061-1.1l2.6-1.51A5 5 0 0 0 11 16.9v3a2.707 2.707 0 0 0-.919.6l-1.788 1.793a1 1 0 0 0 1.414 1.414l1.793-1.788a.718.718 0 0 1 1.01 0l1.788 1.788a1 1 0 0 0 1.414-1.414l-1.788-1.788A2.707 2.707 0 0 0 13 19.9v-3a5 5 0 0 0 2.73-1.573l2.6 1.51a2.7 2.7 0 0 0 .061 1.1l.646 2.444a1 1 0 0 0 1.934-.512l-.647-2.444a.715.715 0 0 1 .508-.873l2.444-.647a1 1 0 1 0-.511-1.933Z\"/></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy1yZWd1bGFy\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.1px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(207, 207, 207)\"},children:[\"Stil \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy03MDBpdGFsaWM=\",\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"var(--token-195ca2ff-95dc-4d7d-bb9a-c5fb1e041116, rgb(252, 252, 250))\"},children:\"rece\"}),\", de corpora\u021Bie, f\u0103r\u0103 suflet.\"]})}),className:\"framer-pighbu\",fonts:[\"GF;DM Sans-regular\",\"GF;DM Sans-700italic\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-y00xc9\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-f67tcu\",\"data-framer-name\":\"Paper-plane\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 25 25\"><path d=\"M 4.257 19.271 L 23.512 0.013 L 1.54 6.493 C 0.812 6.7 0.248 7.277 0.058 8.01 C -0.132 8.742 0.081 9.521 0.617 10.055 L 4.257 13.693 Z\" fill=\"rgba(255, 240, 240, 0.7)\"></path><path d=\"M 5.751 20.729 L 11.295 20.729 L 14.96 24.391 C 15.358 24.791 15.899 25.016 16.464 25.016 C 16.647 25.015 16.83 24.992 17.008 24.946 C 17.74 24.761 18.318 24.199 18.523 23.473 L 24.989 1.484 Z\" fill=\"rgba(255, 240, 240, 0.5)\"></path></svg>',svgContentId:10818642289,withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy1yZWd1bGFy\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.1px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(207, 207, 207)\"},children:[\"\\xce\u021Bi trimit strategii \u0219i \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy03MDBpdGFsaWM=\",\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"var(--token-195ca2ff-95dc-4d7d-bb9a-c5fb1e041116, rgb(252, 252, 250))\"},children:\"te las\u0103\"}),\" balt\u0103.\"]})}),className:\"framer-1rg1awg\",fonts:[\"GF;DM Sans-regular\",\"GF;DM Sans-700italic\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]})})]})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{SM99oXKG5:{__framer__enter:animation47,style:{rotate:180}}},children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition23},__framer__animateOnce:false,__framer__enter:animation46,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref2,target:\"animate\"}],__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:.55,className:\"framer-vio4c\",style:{rotate:-180}})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-9ob86p\",\"data-framer-name\":\"Blog\",id:elementId4,ref:ref6,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GueYE4CZD:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO05vaGVtaSBNZWRpdW0=\",\"--framer-font-family\":'\"Nohemi Medium\", \"Nohemi Medium Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(51, 51, 51)\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(90deg, rgba(255, 255, 255, 0.4) 0%, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0.4) 100%)\"},children:\"Arunca o privire la ultimul nostru articol\"})})})},SM99oXKG5:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO05vaGVtaSBNZWRpdW0=\",\"--framer-font-family\":'\"Nohemi Medium\", \"Nohemi Medium Placeholder\", sans-serif',\"--framer-font-size\":\"42px\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(51, 51, 51)\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(90deg, rgba(255, 255, 255, 0.4) 0%, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0.4) 100%)\"},children:\"Arunca o privire la ultimul nostru articol\"})})})}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition21},__framer__animateOnce:true,__framer__enter:animation30,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref6,target:\"animate\"}],__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO05vaGVtaSBNZWRpdW0=\",\"--framer-font-family\":'\"Nohemi Medium\", \"Nohemi Medium Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(51, 51, 51)\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(90deg, rgba(255, 255, 255, 0.4) 0%, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0.4) 100%)\"},children:\"Arunca o privire la ultimul nostru articol\"})})}),className:\"framer-1buuv16\",fonts:[\"CUSTOM;Nohemi Medium\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(Link,{href:{pathVariables:{wjhmwmvak:\"lec\u021Bii-esen\u021Biale-de-la-ceo-ul-microsoft\"},unresolvedPathSlugs:{wjhmwmvak:{collectionId:\"j5iFZHDFF\",collectionItemId:\"m0PHvg3fD\"}},webPageId:\"Lel9ykjwS\"},motionChild:true,nodeId:\"wCyp4gzbq\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsxs(MotionAWithFX,{__framer__animate:{transition:transition29},__framer__animateOnce:true,__framer__enter:animation48,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref6,target:\"animate\"}],__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1r55f93 framer-lux5qc\",\"data-border\":true,\"data-framer-name\":\"Articol\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GueYE4CZD:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2338.5+40+58+8+0),pixelHeight:2160,pixelWidth:3840,sizes:`calc(min(${componentViewport?.width||\"100vw\"} - 44px, 900px) - 16px)`,src:\"https://framerusercontent.com/images/6X7VgYhUIM3BTIoKmp90CaaZzQ0.jpg\",srcSet:\"https://framerusercontent.com/images/6X7VgYhUIM3BTIoKmp90CaaZzQ0.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/6X7VgYhUIM3BTIoKmp90CaaZzQ0.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/6X7VgYhUIM3BTIoKmp90CaaZzQ0.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/6X7VgYhUIM3BTIoKmp90CaaZzQ0.jpg 3840w\"}},mFUosVO92:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2373.1+40+43.6+8+0),pixelHeight:2160,pixelWidth:3840,sizes:`calc(${componentViewport?.width||\"100vw\"} - 60px)`,src:\"https://framerusercontent.com/images/6X7VgYhUIM3BTIoKmp90CaaZzQ0.jpg\",srcSet:\"https://framerusercontent.com/images/6X7VgYhUIM3BTIoKmp90CaaZzQ0.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/6X7VgYhUIM3BTIoKmp90CaaZzQ0.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/6X7VgYhUIM3BTIoKmp90CaaZzQ0.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/6X7VgYhUIM3BTIoKmp90CaaZzQ0.jpg 3840w\"}},SM99oXKG5:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2532.9+40+60.4+8+0),pixelHeight:2160,pixelWidth:3840,sizes:`calc(min(${componentViewport?.width||\"100vw\"} - 44px, 900px) - 16px)`,src:\"https://framerusercontent.com/images/6X7VgYhUIM3BTIoKmp90CaaZzQ0.jpg\",srcSet:\"https://framerusercontent.com/images/6X7VgYhUIM3BTIoKmp90CaaZzQ0.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/6X7VgYhUIM3BTIoKmp90CaaZzQ0.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/6X7VgYhUIM3BTIoKmp90CaaZzQ0.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/6X7VgYhUIM3BTIoKmp90CaaZzQ0.jpg 3840w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2755.4+40+43.6+8+0),pixelHeight:2160,pixelWidth:3840,sizes:`calc(${componentViewport?.width||\"100vw\"} - 60px)`,src:\"https://framerusercontent.com/images/6X7VgYhUIM3BTIoKmp90CaaZzQ0.jpg\",srcSet:\"https://framerusercontent.com/images/6X7VgYhUIM3BTIoKmp90CaaZzQ0.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/6X7VgYhUIM3BTIoKmp90CaaZzQ0.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/6X7VgYhUIM3BTIoKmp90CaaZzQ0.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/6X7VgYhUIM3BTIoKmp90CaaZzQ0.jpg 3840w\"},className:\"framer-14djxeq\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1a3brs5\",\"data-framer-name\":\"Titlu/categorie\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1oxlmya\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GueYE4CZD:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO05vaGVtaSBSZWd1bGFy\",\"--framer-font-family\":'\"Nohemi Regular\", \"Nohemi Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-text-color\":\"var(--token-195ca2ff-95dc-4d7d-bb9a-c5fb1e041116, rgb(252, 252, 250))\"},children:\"Cum agen\u021Bii AI transform\u0103 fundamental afacerile: Lec\u021Bii esen\u021Biale de la CEO-ul Microsoft\"})})},mFUosVO92:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO05vaGVtaSBSZWd1bGFy\",\"--framer-font-family\":'\"Nohemi Regular\", \"Nohemi Regular Placeholder\", sans-serif',\"--framer-text-color\":\"var(--token-195ca2ff-95dc-4d7d-bb9a-c5fb1e041116, rgb(252, 252, 250))\"},children:\"Cum agen\u021Bii AI transform\u0103 fundamental afacerile: Lec\u021Bii esen\u021Biale de la CEO-ul Microsoft\"})})},SM99oXKG5:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO05vaGVtaSBSZWd1bGFy\",\"--framer-font-family\":'\"Nohemi Regular\", \"Nohemi Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-text-color\":\"var(--token-195ca2ff-95dc-4d7d-bb9a-c5fb1e041116, rgb(252, 252, 250))\"},children:\"Cum agen\u021Bii AI transform\u0103 fundamental afacerile: Lec\u021Bii esen\u021Biale de la CEO-ul Microsoft\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO05vaGVtaSBSZWd1bGFy\",\"--framer-font-family\":'\"Nohemi Regular\", \"Nohemi Regular Placeholder\", sans-serif',\"--framer-text-color\":\"var(--token-195ca2ff-95dc-4d7d-bb9a-c5fb1e041116, rgb(252, 252, 250))\"},children:\"Cum agen\u021Bii AI transform\u0103 fundamental\u2026\"})}),className:\"framer-6yeway\",fonts:[\"CUSTOM;Nohemi Regular\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GueYE4CZD:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy1yZWd1bGFy\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-text-color\":\"var(--token-195ca2ff-95dc-4d7d-bb9a-c5fb1e041116, rgb(252, 252, 250))\"},children:\"DESIGN\"})})},SM99oXKG5:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy1yZWd1bGFy\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-text-color\":\"var(--token-195ca2ff-95dc-4d7d-bb9a-c5fb1e041116, rgb(252, 252, 250))\"},children:\"DESIGN\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy1yZWd1bGFy\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-text-color\":\"var(--token-195ca2ff-95dc-4d7d-bb9a-c5fb1e041116, rgb(252, 252, 250))\"},children:\"DESIGN\"})}),className:\"framer-1yfqjv5\",fonts:[\"GF;DM Sans-regular\"],verticalAlignment:\"top\",withExternalLayout:true})})]})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-fna9om\",\"data-framer-name\":\"Data/timp\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ynhzi3\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-10ak904\",\"data-border\":true,\"data-framer-name\":\"Data\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLW1lZGl1bQ==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"3 iun. 2025\"})}),className:\"framer-19rflq4\",\"data-framer-name\":\"Text\",fonts:[\"FS;General Sans-medium\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-6ir74t\",\"data-border\":true,\"data-framer-name\":\"Timp\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLW1lZGl1bQ==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"8 minute\"})}),className:\"framer-admg6v\",\"data-framer-name\":\"Text\",fonts:[\"FS;General Sans-medium\"],text:toString(\"8 minute\"),verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(ArrowOutward,{animated:false,className:\"framer-14a5zer\",K5AAorpEW:true,layoutId:\"CwMRhB3eV\"})]})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{SM99oXKG5:{__framer__enter:animation50}},children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition21},__framer__animateOnce:true,__framer__enter:animation49,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref6,target:\"animate\"}],__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:.55,className:\"framer-hh77s1\",style:{rotate:-180}})}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-k6yaha-container hidden-1qgghdv hidden-1rpcwz9\",isAuthoredByUser:true,nodeId:\"aJ5XJ5tpJ\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(BackgroundDeFiShapesMobile,{height:\"100%\",id:\"aJ5XJ5tpJ\",layoutId:\"aJ5XJ5tpJ\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(\"header\",{className:\"framer-1kfaaup\",\"data-framer-name\":\"CTA\",id:elementId5,ref:ref4,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-x5js8l\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GueYE4CZD:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO05vaGVtaSBNZWRpdW0=\",\"--framer-font-family\":'\"Nohemi Medium\", \"Nohemi Medium Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(51, 51, 51)\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(270deg, rgba(255, 255, 255, 0.4) 0%, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0.4) 100%)\"},children:\"Preg\u0103tit s\u0103-\u021Bi cre\u0219ti afacerea cu vitez\u0103 \u0219i stil?\"})})})},SM99oXKG5:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO05vaGVtaSBNZWRpdW0=\",\"--framer-font-family\":'\"Nohemi Medium\", \"Nohemi Medium Placeholder\", sans-serif',\"--framer-font-size\":\"42px\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(51, 51, 51)\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(270deg, rgba(255, 255, 255, 0.4) 0%, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0.4) 100%)\"},children:\"Preg\u0103tit s\u0103-\u021Bi cre\u0219ti afacerea cu vitez\u0103 \u0219i stil?\"})})})}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition30},__framer__animateOnce:true,__framer__enter:animation30,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref4,target:\"animate\"}],__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO05vaGVtaSBNZWRpdW0=\",\"--framer-font-family\":'\"Nohemi Medium\", \"Nohemi Medium Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(51, 51, 51)\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(270deg, rgba(255, 255, 255, 0.4) 0%, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0.4) 100%)\"},children:\"Preg\u0103tit s\u0103-\u021Bi cre\u0219ti afacerea cu vitez\u0103 \u0219i stil?\"})})}),className:\"framer-1fuj156\",fonts:[\"CUSTOM;Nohemi Medium\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition25},__framer__animateOnce:true,__framer__enter:animation30,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref4,target:\"animate\"}],__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy0zMDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"300\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(207, 207, 207)\"},children:\"Noi aducem strategia, tehnologia \u0219i magia - Tu adu-\u021Bi visul.\"})}),className:\"framer-nfjh4a\",fonts:[\"GF;DM Sans-300\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GueYE4CZD:{y:(componentViewport?.y||0)+0+2865.5+80+103.2},mFUosVO92:{y:(componentViewport?.y||0)+0+2779.7+60+88.8},SM99oXKG5:{width:\"143px\",y:(componentViewport?.y||0)+0+3068.3+80+105.6}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,width:\"141px\",y:(componentViewport?.y||0)+0+3122+60+88.8,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition31},__framer__animateOnce:true,__framer__enter:animation51,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref4,target:\"animate\"}],__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-yl17jt-container\",nodeId:\"rRrUtgdBjbb_fqumLv\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(ButonFormulare,{height:\"100%\",id:\"rRrUtgdBjbb_fqumLv\",layoutId:\"rRrUtgdBjbb_fqumLv\",Mhn69Mrbv:\"Contacteaz\u0103-ne\",rI1ShgvBD:\"https://forms.fillout.com/t/cbrD95JLLXus\",style:{height:\"100%\",width:\"100%\"},variant:\"wF7hoaxDl\",width:\"100%\"})})})}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1xymu91-container hidden-1qgghdv hidden-1rpcwz9\",isAuthoredByUser:true,nodeId:\"rRrUtgdBjpiGUX6l_p\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(BackgroundDeFiShapesMobile,{height:\"100%\",id:\"rRrUtgdBjpiGUX6l_p\",layoutId:\"rRrUtgdBjpiGUX6l_p\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ei48jy-container hidden-addl4h hidden-1j97s1t hidden-1rpcwz9\",isAuthoredByUser:true,nodeId:\"b5xqxYQAF\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(BackgroundDeFiShapes,{height:\"100%\",id:\"b5xqxYQAF\",layoutId:\"b5xqxYQAF\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),isDisplayed2()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-av404b-container hidden-addl4h hidden-1qgghdv hidden-1j97s1t\",isAuthoredByUser:true,nodeId:\"vzZn9ZYCc\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(BackgroundDeFiShapes,{height:\"100%\",id:\"vzZn9ZYCc\",layoutId:\"vzZn9ZYCc\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{SM99oXKG5:{__framer__enter:animation50}},children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition21},__framer__animateOnce:true,__framer__enter:animation49,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref4,target:\"animate\"}],__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:.55,className:\"framer-z7c31l\"})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ek8g19\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1km6vio-container\",isModuleExternal:true,nodeId:\"fNRlgSVW5\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Embed,{height:\"100%\",html:'<div style=\"width:100%;height:500px;\" data-fillout-id=\"9pPWpHN4LZus\" data-fillout-embed-type=\"standard\" data-fillout-inherit-parameters data-fillout-dynamic-resize></div><script src=\"https://server.fillout.com/embed/v1/\"></script>',id:\"fNRlgSVW5\",layoutId:\"fNRlgSVW5\",radius:\"0px\",style:{height:\"100%\",width:\"100%\"},type:\"html\",url:\"\",width:\"100%\",zoom:1})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GueYE4CZD:{y:(componentViewport?.y||0)+0+3809.7},mFUosVO92:{y:(componentViewport?.y||0)+0+3611.5},SM99oXKG5:{y:(componentViewport?.y||0)+0+4027.9}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:441,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+3953.8,children:/*#__PURE__*/_jsx(Container,{className:\"framer-jqsjmx-container\",id:elementId6,nodeId:\"rRrUtgdBjrvyXPpS41\",ref:ref7,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GueYE4CZD:{variant:\"bS5vIcnhn\"},mFUosVO92:{variant:\"SEpDepOm6\"},SM99oXKG5:{variant:\"r4kx1Fx6u\"}},children:/*#__PURE__*/_jsx(SectionFooter,{height:\"100%\",id:\"rRrUtgdBjrvyXPpS41\",layoutId:\"rRrUtgdBjrvyXPpS41\",style:{width:\"100%\"},variant:\"CcfIzBAHF\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-CGa2b.framer-lux5qc, .framer-CGa2b .framer-lux5qc { display: block; }\",\".framer-CGa2b.framer-addl4h { align-content: center; align-items: center; background-color: #121212; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 390px; }\",\".framer-CGa2b .framer-1kpsb7s-container { flex: none; height: auto; left: 50%; position: absolute; top: 0px; transform: translateX(-50%); width: 100%; will-change: var(--framer-will-change-effect-override, transform); z-index: 2; }\",\".framer-CGa2b .framer-g7l5mh { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 22px; height: 100vh; justify-content: center; overflow: hidden; padding: 0px 22px 40px 22px; position: relative; width: 100%; z-index: 1; }\",\".framer-CGa2b .framer-1g8mt0s-container { flex: none; height: 104vh; left: 0px; position: absolute; right: 0px; top: 1px; z-index: -1; }\",\".framer-CGa2b .framer-r6cpw1-container, .framer-CGa2b .framer-12ij09m-container { flex: none; height: 100vh; left: calc(50.00000000000002% - 100% / 2); position: absolute; top: calc(50.00000000000002% - 100vh / 2); width: 100%; z-index: -1; }\",\".framer-CGa2b .framer-10ecz0m { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; left: 82px; opacity: 0.75; position: absolute; top: 102px; white-space: pre; width: auto; will-change: var(--framer-will-change-effect-override, transform); z-index: 4; }\",\".framer-CGa2b .framer-1hk9h0v { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; bottom: 154px; flex: none; height: auto; left: 67px; opacity: 0.75; position: absolute; white-space: pre; width: auto; will-change: var(--framer-will-change-effect-override, transform); z-index: 4; }\",\".framer-CGa2b .framer-o91sdh { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; bottom: 77px; flex: none; height: auto; left: 60%; opacity: 0.75; position: absolute; transform: translateX(-50%); white-space: pre; width: auto; will-change: var(--framer-will-change-effect-override, transform); z-index: 4; }\",\".framer-CGa2b .framer-1a4prv4 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; opacity: 0.75; position: absolute; right: 66px; top: 149px; white-space: pre; width: auto; will-change: var(--framer-will-change-effect-override, transform); z-index: 4; }\",\".framer-CGa2b .framer-1jkj08l { --border-bottom-width: 1px; --border-color: rgba(255, 255, 255, 0.35); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; aspect-ratio: 1 / 1; background-color: #161616; border-bottom-left-radius: 50%; border-bottom-right-radius: 50%; border-top-left-radius: 50%; border-top-right-radius: 50%; flex: none; height: var(--framer-aspect-ratio-supported, 38px); left: 39px; overflow: hidden; position: absolute; top: 76px; width: 38px; will-change: var(--framer-will-change-effect-override, transform); z-index: 4; }\",\".framer-CGa2b .framer-g3p1tx, .framer-CGa2b .framer-1omx7fg, .framer-CGa2b .framer-y80zce { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 18px); left: 50%; opacity: 0.75; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 18px; }\",\".framer-CGa2b .framer-1nm3ma6 { --border-bottom-width: 1px; --border-color: rgba(255, 255, 255, 0.35); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; aspect-ratio: 1 / 1; background-color: #140d0c; border-bottom-left-radius: 50%; border-bottom-right-radius: 50%; border-top-left-radius: 50%; border-top-right-radius: 50%; bottom: 130px; flex: none; height: var(--framer-aspect-ratio-supported, 38px); left: 24px; overflow: hidden; position: absolute; width: 38px; will-change: var(--framer-will-change-effect-override, transform); z-index: 4; }\",\".framer-CGa2b .framer-159wiu3 { --border-bottom-width: 1px; --border-color: rgba(255, 255, 255, 0.35); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; aspect-ratio: 1 / 1; background-color: #0c0808; border-bottom-left-radius: 50%; border-bottom-right-radius: 50%; border-top-left-radius: 50%; border-top-right-radius: 50%; bottom: 56px; flex: none; height: var(--framer-aspect-ratio-supported, 38px); left: 84%; overflow: hidden; position: absolute; transform: translateX(-50%); width: 38px; will-change: var(--framer-will-change-effect-override, transform); z-index: 4; }\",\".framer-CGa2b .framer-17wzao6 { -webkit-filter: grayscale(1); filter: grayscale(1); flex: none; height: 100vh; left: calc(50.00000000000002% - 100% / 2); opacity: 0.15; overflow: hidden; position: absolute; top: calc(50.00000000000002% - 100vh / 2); width: 100%; z-index: 0; }\",\".framer-CGa2b .framer-1uc2zt0-container { flex: none; height: 100vh; left: calc(50.00000000000002% - 100% / 2); position: absolute; top: calc(50.00000000000002% - 100vh / 2); width: 100%; z-index: 1; }\",\".framer-CGa2b .framer-92msf7 { --border-bottom-width: 1px; --border-color: rgba(255, 255, 255, 0.35); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; aspect-ratio: 1 / 1; background-color: #23100e; border-bottom-left-radius: 50%; border-bottom-right-radius: 50%; border-top-left-radius: 50%; border-top-right-radius: 50%; flex: none; height: var(--framer-aspect-ratio-supported, 38px); overflow: hidden; position: absolute; right: 24px; top: 123px; width: 38px; will-change: var(--framer-will-change-effect-override, transform); z-index: 4; }\",\".framer-CGa2b .framer-1azixii { height: 18px; left: 11px; opacity: 0.75; position: absolute; top: 10px; width: 18px; }\",\".framer-CGa2b .framer-o6x4p4 { height: 8px; left: 0px; position: absolute; top: 10px; width: 8px; }\",\".framer-CGa2b .framer-emrmg3 { height: 12px; left: 6px; position: absolute; top: 0px; width: 12px; }\",\".framer-CGa2b .framer-i6bnnr { bottom: 0px; flex: none; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; z-index: 2; }\",\".framer-CGa2b .framer-hr9wuh { background: linear-gradient(90deg, #ffffff 0%, rgba(0, 0, 0, 0) 100%); flex: none; height: 1px; left: 1px; opacity: 0.3; overflow: hidden; position: absolute; top: 96px; width: 194px; will-change: var(--framer-will-change-effect-override, transform); z-index: 5; }\",\".framer-CGa2b .framer-162wryr { background: linear-gradient(90deg, #ffffff 59.76738457207207%, rgba(0, 0, 0, 0) 100%); bottom: 147px; flex: none; height: 2px; left: 1px; opacity: 0.3; overflow: hidden; position: absolute; width: 126px; will-change: var(--framer-will-change-effect-override, transform); z-index: 5; }\",\".framer-CGa2b .framer-1bd1b0o { align-content: center; align-items: center; background: linear-gradient(270deg, #ffffff 0%, rgba(0, 0, 0, 0) 100%); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 1px; justify-content: center; opacity: 0.3; overflow: hidden; padding: 0px; position: absolute; right: 0px; top: 143px; width: 144px; will-change: var(--framer-will-change-effect-override, transform); z-index: 5; }\",\".framer-CGa2b .framer-gfa0th { background: linear-gradient(270deg, #ffffff 0%, rgba(0, 0, 0, 0) 100%); bottom: 70px; flex: none; height: 2px; opacity: 0.3; overflow: hidden; position: absolute; right: 0px; width: 210px; will-change: var(--framer-will-change-effect-override, transform); z-index: 5; }\",\".framer-CGa2b .framer-1ro7di0 { flex: none; height: 100vh; left: 0px; opacity: 0.1; position: absolute; right: 0px; top: 0px; z-index: 3; }\",\".framer-CGa2b .framer-1ke21cd { align-content: center; align-items: center; background-color: rgba(255, 255, 255, 0.1); border-bottom-left-radius: 237px; border-bottom-right-radius: 237px; border-top-left-radius: 237px; border-top-right-radius: 237px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 6px 14px 6px 16px; position: relative; text-decoration: none; width: min-content; will-change: var(--framer-will-change-effect-override, transform); z-index: 3; }\",\".framer-CGa2b .framer-d86fwp { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 15px); position: relative; width: 15px; }\",\".framer-CGa2b .framer-142fbym, .framer-CGa2b .framer-1y6i1jg, .framer-CGa2b .framer-1vyy1zu, .framer-CGa2b .framer-fg53no, .framer-CGa2b .framer-5ftj7f { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-CGa2b .framer-54cjz-container { flex: none; height: 24px; position: relative; width: 23px; }\",\".framer-CGa2b .framer-ts2dzm { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-CGa2b .framer-pnrr02, .framer-CGa2b .framer-sftaqv { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; will-change: var(--framer-will-change-effect-override, transform); word-break: break-word; word-wrap: break-word; }\",\".framer-CGa2b .framer-zuvzu3 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; will-change: var(--framer-will-change-effect-override, transform); z-index: 3; }\",\".framer-CGa2b .framer-17h20zb { -webkit-backdrop-filter: blur(5px); align-content: center; align-items: center; backdrop-filter: blur(5px); background-color: rgba(255, 255, 255, 0.05); border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: center; overflow: hidden; padding: 9px; position: relative; width: 280px; will-change: var(--framer-will-change-override, transform); }\",\".framer-CGa2b .framer-ackqtm { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; padding: 0px; position: relative; width: 100%; }\",'.framer-CGa2b .framer-mxytoq { --framer-input-background: rgba(186, 186, 186, 0.1); --framer-input-border-bottom-width: 1px; --framer-input-border-color: rgba(136, 136, 136, 0.1); --framer-input-border-left-width: 1px; --framer-input-border-radius-bottom-left: 247px; --framer-input-border-radius-bottom-right: 247px; --framer-input-border-radius-top-left: 247px; --framer-input-border-radius-top-right: 247px; --framer-input-border-right-width: 1px; --framer-input-border-style: solid; --framer-input-border-top-width: 1px; --framer-input-focused-border-color: #0099ff; --framer-input-focused-border-style: solid; --framer-input-focused-border-width: 1px; --framer-input-font-color: #999999; --framer-input-font-family: \"DM Sans\"; --framer-input-font-letter-spacing: 0em; --framer-input-font-line-height: 1.2em; --framer-input-font-size: 14px; --framer-input-font-text-alignment: center; --framer-input-font-weight: 400; --framer-input-icon-color: #999999; --framer-input-padding: 12px; --framer-input-placeholder-color: #999999; flex: none; height: 40px; position: relative; width: 100%; }',\".framer-CGa2b .framer-zqrj73-container { flex: none; height: 40px; position: relative; width: 100%; }\",\".framer-CGa2b .framer-16dnhds { align-content: center; align-items: center; background-color: #000000; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: 319px; justify-content: center; overflow: hidden; padding: 20px 22px 20px 22px; position: relative; width: 100%; }\",\".framer-CGa2b .framer-1eram6p, .framer-CGa2b .framer-zw9xnd, .framer-CGa2b .framer-19s3pns, .framer-CGa2b .framer-1fuj156 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; max-width: 100%; position: relative; white-space: pre-wrap; width: auto; word-break: break-word; word-wrap: break-word; }\",\".framer-CGa2b .framer-1s2d1b, .framer-CGa2b .framer-12net3j, .framer-CGa2b .framer-epyxnl, .framer-CGa2b .framer-d76lvy, .framer-CGa2b .framer-ll12xl, .framer-CGa2b .framer-gp43sy, .framer-CGa2b .framer-118edtc, .framer-CGa2b .framer-15ztdbb, .framer-CGa2b .framer-nzs5z6, .framer-CGa2b .framer-1goy2m5, .framer-CGa2b .framer-1pz1xvw, .framer-CGa2b .framer-rn7fbi { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-CGa2b .framer-spv0uh-container, .framer-CGa2b .framer-1mq9x7b-container { flex: none; height: 90px; opacity: 0.45; position: relative; width: 390px; }\",\".framer-CGa2b .framer-16js2oe { -webkit-filter: grayscale(1); filter: grayscale(1); height: 59px; position: relative; width: 118px; }\",\".framer-CGa2b .framer-p6pf4s { -webkit-filter: grayscale(1); filter: grayscale(1); height: 55px; position: relative; width: 146px; }\",\".framer-CGa2b .framer-16pa5lo { height: 63px; position: relative; width: 111px; }\",\".framer-CGa2b .framer-180pmnv { height: 63px; position: relative; width: 104px; }\",\".framer-CGa2b .framer-1j7006q { -webkit-filter: grayscale(1); filter: grayscale(1); height: 53px; position: relative; width: 108px; }\",\".framer-CGa2b .framer-1f9mem6 { -webkit-filter: grayscale(1); filter: grayscale(1); height: 68px; position: relative; width: 99px; }\",\".framer-CGa2b .framer-1vya5bj { height: 43px; position: relative; width: 82px; }\",\".framer-CGa2b .framer-1oqsgkd { height: 43px; position: relative; width: 80px; }\",\".framer-CGa2b .framer-1cghspn { -webkit-filter: grayscale(1); filter: grayscale(1); height: 45px; position: relative; width: 98px; }\",\".framer-CGa2b .framer-n05662 { -webkit-filter: grayscale(1); filter: grayscale(1); height: 51px; position: relative; width: 138px; }\",\".framer-CGa2b .framer-1s06o1s { -webkit-filter: grayscale(1); filter: grayscale(1); height: 47px; position: relative; width: 96px; }\",\".framer-CGa2b .framer-qa3jjo { -webkit-filter: grayscale(1); aspect-ratio: 1.3026315789473684 / 1; filter: grayscale(1); height: var(--framer-aspect-ratio-supported, 76px); position: relative; width: 99px; }\",\".framer-CGa2b .framer-2vkc46 { -webkit-filter: grayscale(1); filter: grayscale(1); height: 57px; position: relative; width: 93px; }\",\".framer-CGa2b .framer-nsbmbx { -webkit-filter: grayscale(1); filter: grayscale(1); height: 48px; position: relative; width: 96px; }\",\".framer-CGa2b .framer-127om0q { -webkit-filter: grayscale(1); filter: grayscale(1); height: 66px; position: relative; width: 78px; }\",\".framer-CGa2b .framer-16du2zv { -webkit-filter: grayscale(1); filter: grayscale(1); height: 48px; position: relative; width: 81px; }\",\".framer-CGa2b .framer-1uxonmj { -webkit-filter: grayscale(1); filter: grayscale(1); height: 40px; position: relative; width: 78px; }\",\".framer-CGa2b .framer-1ujzfwa { height: 62px; position: relative; width: 60px; }\",\".framer-CGa2b .framer-121we47 { -webkit-filter: grayscale(1); aspect-ratio: 1.3026315789473684 / 1; filter: grayscale(1); height: var(--framer-aspect-ratio-supported, 59px); position: relative; width: 77px; }\",\".framer-CGa2b .framer-1jvkp57 { -webkit-filter: grayscale(1); aspect-ratio: 1.3026315789473684 / 1; filter: grayscale(1); height: var(--framer-aspect-ratio-supported, 66px); position: relative; width: 86px; }\",\".framer-CGa2b .framer-1n9itzi { background: linear-gradient(90deg, #ffffff 36.75570101351351%, rgba(0, 0, 0, 0) 100%); flex: none; height: 1px; opacity: 0.55; overflow: hidden; position: absolute; right: 0px; top: 1px; width: 192px; z-index: 5; }\",\".framer-CGa2b .framer-103e2vh { align-content: center; align-items: center; background-color: #000000; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 28px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 40px 22px 40px 22px; position: relative; width: 100%; }\",\".framer-CGa2b .framer-s05ka4, .framer-CGa2b .framer-1acw9hl, .framer-CGa2b .framer-x5js8l { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; z-index: 2; }\",\".framer-CGa2b .framer-gaxfvg, .framer-CGa2b .framer-xq2vty, .framer-CGa2b .framer-nfjh4a { --framer-paragraph-spacing: 0px; flex: none; height: auto; max-width: 100%; overflow: visible; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-CGa2b .framer-1wz5zy7-container { flex: none; height: auto; position: relative; width: 346px; z-index: 2; }\",\".framer-CGa2b .framer-1e3cucg, .framer-CGa2b .framer-1bwf8ys { align-content: center; align-items: center; background-color: rgba(255, 255, 255, 0.06); border-bottom-left-radius: 30px; border-bottom-right-radius: 30px; border-top-left-radius: 30px; border-top-right-radius: 30px; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 20px; position: relative; width: 282px; will-change: var(--framer-will-change-override, transform); }\",\".framer-CGa2b .framer-1bg48wh, .framer-CGa2b .framer-2ss0vh, .framer-CGa2b .framer-6tg7ny, .framer-CGa2b .framer-1kxphtk, .framer-CGa2b .framer-usvd89 { -webkit-filter: grayscale(1); border-bottom-left-radius: 22px; border-bottom-right-radius: 22px; border-top-left-radius: 22px; border-top-right-radius: 22px; filter: grayscale(1); flex: none; height: 193px; overflow: hidden; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-CGa2b .framer-1cmawza, .framer-CGa2b .framer-d58a94, .framer-CGa2b .framer-rr0at9, .framer-CGa2b .framer-jjkauf, .framer-CGa2b .framer-fqvjpb, .framer-CGa2b .framer-uxk6ir { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-CGa2b .framer-1pr4b2e, .framer-CGa2b .framer-1dqayxl, .framer-CGa2b .framer-mf2kl1, .framer-CGa2b .framer-cusdoq, .framer-CGa2b .framer-rjbqfg, .framer-CGa2b .framer-1vpvr3w, .framer-CGa2b .framer-1dwxgu3, .framer-CGa2b .framer-aa8z3b, .framer-CGa2b .framer-1lgmal8, .framer-CGa2b .framer-rxnak, .framer-CGa2b .framer-ctzpdi, .framer-CGa2b .framer-16x9r80 { --framer-paragraph-spacing: 0px; flex: none; height: auto; max-width: 100%; overflow: visible; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-CGa2b .framer-1374sr4, .framer-CGa2b .framer-1xnospk, .framer-CGa2b .framer-1py522u { align-content: center; align-items: center; background-color: rgba(255, 255, 255, 0.06); border-bottom-left-radius: 30px; border-bottom-right-radius: 30px; border-top-left-radius: 30px; border-top-right-radius: 30px; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 20px; position: relative; width: 279px; will-change: var(--framer-will-change-override, transform); }\",\".framer-CGa2b .framer-15qlcnv { align-content: center; align-items: center; background-color: rgba(255, 255, 255, 0.06); border-bottom-left-radius: 30px; border-bottom-right-radius: 30px; border-top-left-radius: 30px; border-top-right-radius: 30px; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 20px; position: relative; width: 281px; will-change: var(--framer-will-change-override, transform); }\",\".framer-CGa2b .framer-144hn1a { border-bottom-left-radius: 22px; border-bottom-right-radius: 22px; border-top-left-radius: 22px; border-top-right-radius: 22px; flex: none; height: 193px; overflow: hidden; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-CGa2b .framer-43foc8 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-CGa2b .framer-1wf4ws6-container { flex: none; height: 100vh; left: 0px; position: absolute; right: 0px; top: calc(50.037565740045096% - 100vh / 2); z-index: 1; }\",\".framer-CGa2b .framer-1g96w1w-container, .framer-CGa2b .framer-1jajm0x-container, .framer-CGa2b .framer-1ei48jy-container, .framer-CGa2b .framer-av404b-container { flex: none; height: 100vh; left: calc(50.00000000000002% - 100% / 2); position: absolute; top: calc(50.00000000000002% - 100vh / 2); width: 100%; z-index: 0; }\",\".framer-CGa2b .framer-4stdbl { background: linear-gradient(90deg, #ffffff 36.75570101351351%, rgba(0, 0, 0, 0) 100%); flex: none; height: 1px; left: 0px; opacity: 0.55; overflow: hidden; position: absolute; top: 0px; width: 342px; z-index: 5; }\",\".framer-CGa2b .framer-11lg4xe { align-content: center; align-items: center; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-CGa2b .framer-1rvgshm { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 10px 0px; position: relative; width: min-content; }\",\".framer-CGa2b .framer-rtj0gk { display: grid; flex: none; gap: 8px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(2, minmax(50px, 1fr)); grid-template-rows: repeat(2, minmax(0, 1fr)); height: 67px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-CGa2b .framer-12mfy7q, .framer-CGa2b .framer-1swyeh1, .framer-CGa2b .framer-1mlwmu, .framer-CGa2b .framer-t7zde9 { align-content: center; align-items: center; align-self: start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 100%; justify-content: center; justify-self: start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-CGa2b .framer-1mghp6k, .framer-CGa2b .framer-1ygimsd, .framer-CGa2b .framer-tgtfwj { flex: 1 0 0px; height: 100%; overflow: hidden; position: relative; width: 1px; }\",\".framer-CGa2b .framer-xqqe5o { -webkit-filter: brightness(2) contrast(0) grayscale(1); filter: brightness(2) contrast(0) grayscale(1); flex: 1 0 0px; height: 100%; overflow: hidden; position: relative; width: 1px; }\",\".framer-CGa2b .framer-bhx3mw, .framer-CGa2b .framer-pr32nq, .framer-CGa2b .framer-dcz0ab { align-content: center; align-items: center; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 10px 0px 40px 0px; position: relative; width: 636px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-CGa2b .framer-bn9hou, .framer-CGa2b .framer-14nc295, .framer-CGa2b .framer-1ueicgb { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 10px 0px; position: relative; width: 100%; }\",\".framer-CGa2b .framer-1ypbhgx, .framer-CGa2b .framer-12y7oih, .framer-CGa2b .framer-1gixxgn { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: 40px; justify-content: space-between; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-CGa2b .framer-180whcy, .framer-CGa2b .framer-umu0bb, .framer-CGa2b .framer-btuprc, .framer-CGa2b .framer-1y9qkk1, .framer-CGa2b .framer-o0u8p8, .framer-CGa2b .framer-14jo9j3, .framer-CGa2b .framer-qohyac, .framer-CGa2b .framer-17gs3py, .framer-CGa2b .framer-6pbg43, .framer-CGa2b .framer-cm5m7z, .framer-CGa2b .framer-v5sigz, .framer-CGa2b .framer-tfz6qp { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 40px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-CGa2b .framer-1iaijq, .framer-CGa2b .framer-1cxvs95, .framer-CGa2b .framer-midh7z { flex: none; height: 40px; overflow: hidden; position: relative; width: 98px; }\",\".framer-CGa2b .framer-1fs37p5, .framer-CGa2b .framer-lds4jp, .framer-CGa2b .framer-19udp3i { -webkit-filter: brightness(2) contrast(0) grayscale(1); filter: brightness(2) contrast(0) grayscale(1); flex: none; height: 40px; overflow: hidden; position: relative; width: 133px; }\",\".framer-CGa2b .framer-1qrahoo, .framer-CGa2b .framer-1tor4xd, .framer-CGa2b .framer-1tgatl1 { flex: none; height: 40px; overflow: hidden; position: relative; width: 234px; }\",\".framer-CGa2b .framer-sd5ewo, .framer-CGa2b .framer-1rldsds, .framer-CGa2b .framer-1f1yg2k { flex: none; height: 40px; overflow: hidden; position: relative; width: 111px; }\",\".framer-CGa2b .framer-17kl49e { align-content: center; align-items: center; background-color: #000000; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 28px; height: 934px; justify-content: center; overflow: hidden; padding: 40px 22px 40px 22px; position: relative; width: 100%; }\",\".framer-CGa2b .framer-18t4t97 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 34px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-CGa2b .framer-1vnk72r { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 44px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 2; }\",\".framer-CGa2b .framer-1fgfo0r { align-content: center; align-items: center; background-color: rgba(36, 36, 36, 0.33); border-bottom-left-radius: 54px; border-bottom-right-radius: 54px; border-top-left-radius: 54px; border-top-right-radius: 54px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: hidden; padding: 20px 30px 20px 30px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); z-index: 2; }\",\".framer-CGa2b .framer-13flrov, .framer-CGa2b .framer-xf7ns { align-content: center; align-items: center; 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: min-content; }\",\".framer-CGa2b .framer-1ao4fop { align-content: center; align-items: center; background-color: rgba(255, 96, 82, 0.32); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 2px 14px 0px 14px; position: relative; width: min-content; }\",\".framer-CGa2b .framer-yy9nnu, .framer-CGa2b .framer-13xbok9 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 120px; word-break: break-word; word-wrap: break-word; }\",\".framer-CGa2b .framer-tksls4, .framer-CGa2b .framer-1rza2wr { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 300px; }\",\".framer-CGa2b .framer-1tc1lgc, .framer-CGa2b .framer-kmjln4 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 14px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-CGa2b .framer-1eawzjr, .framer-CGa2b .framer-1v4j2ui, .framer-CGa2b .framer-gwxoqk, .framer-CGa2b .framer-qqbgmn { flex: none; height: 24px; position: relative; width: 24px; }\",\".framer-CGa2b .framer-brqjw0, .framer-CGa2b .framer-1rk1nps, .framer-CGa2b .framer-dn0wzi, .framer-CGa2b .framer-qg3g6x, .framer-CGa2b .framer-1398hlm, .framer-CGa2b .framer-1lqvf0q, .framer-CGa2b .framer-pighbu, .framer-CGa2b .framer-1rg1awg { --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-CGa2b .framer-1eunetd, .framer-CGa2b .framer-soprdb, .framer-CGa2b .framer-bud9xx, .framer-CGa2b .framer-iym4op, .framer-CGa2b .framer-p9avqa, .framer-CGa2b .framer-y00xc9 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 14px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-CGa2b .framer-ojqhav, .framer-CGa2b .framer-1a86j71, .framer-CGa2b .framer-f67tcu { flex: none; height: 25px; position: relative; width: 25px; }\",\".framer-CGa2b .framer-cq70mf { --border-bottom-width: 7px; --border-color: rgba(196, 196, 196, 0.16); --border-left-width: 7px; --border-right-width: 7px; --border-style: dashed; --border-top-width: 7px; flex: none; height: 1px; overflow: hidden; position: relative; width: 100%; }\",\".framer-CGa2b .framer-1tgwpmc { align-content: center; align-items: center; background-color: #1a1a1a; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 2px 14px 0px 14px; position: relative; width: min-content; }\",\".framer-CGa2b .framer-1eucwve { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 25px); position: relative; width: 25px; }\",\".framer-CGa2b .framer-vio4c { background: linear-gradient(90deg, #ffffff 36.75570101351351%, rgba(0, 0, 0, 0) 100%); flex: none; height: 1px; opacity: 0.55; overflow: hidden; position: absolute; right: 0px; top: 0px; width: 352px; z-index: 5; }\",\".framer-CGa2b .framer-9ob86p { align-content: center; align-items: center; background-color: #000000; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 40px 22px 40px 22px; position: relative; width: 100%; }\",\".framer-CGa2b .framer-1buuv16 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; max-width: 100%; position: relative; white-space: pre-wrap; width: auto; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-CGa2b .framer-1r55f93 { --border-bottom-width: 1px; --border-color: rgba(255, 255, 255, 0.23); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; -webkit-backdrop-filter: blur(7px); align-content: center; align-items: center; backdrop-filter: blur(7px); background-color: rgba(250, 250, 250, 0.06); border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 8px; position: relative; text-decoration: none; width: 100%; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-CGa2b .framer-14djxeq { border-bottom-left-radius: 13px; border-bottom-right-radius: 13px; border-top-left-radius: 13px; border-top-right-radius: 13px; flex: none; height: 184px; overflow: hidden; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-CGa2b .framer-1a3brs5 { bottom: 13px; flex: none; height: 39px; left: 0px; overflow: hidden; position: absolute; right: 0px; }\",\".framer-CGa2b .framer-1oxlmya { align-content: center; align-items: center; background-color: rgba(0, 0, 0, 0.71); bottom: 0px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; left: 0px; overflow: hidden; padding: 4px 0px 4px 7px; position: absolute; right: 0px; }\",\".framer-CGa2b .framer-6yeway { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 315px; word-break: break-word; word-wrap: break-word; }\",\".framer-CGa2b .framer-1yfqjv5 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; left: 8px; position: absolute; top: 1px; white-space: pre; width: auto; }\",\".framer-CGa2b .framer-fna9om { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-CGa2b .framer-ynhzi3 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-CGa2b .framer-10ak904, .framer-CGa2b .framer-6ir74t { --border-bottom-width: 1px; --border-color: #262626; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; background-color: rgba(255, 255, 255, 0.08); border-bottom-left-radius: 76px; border-bottom-right-radius: 76px; border-top-left-radius: 76px; border-top-right-radius: 76px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 6px 14px 6px 14px; position: relative; width: min-content; }\",\".framer-CGa2b .framer-19rflq4, .framer-CGa2b .framer-admg6v { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-CGa2b .framer-14a5zer { --esondr: #ffffff; flex: none; height: var(--framer-aspect-ratio-supported, 24px); position: relative; width: 24px; }\",\".framer-CGa2b .framer-hh77s1 { background: linear-gradient(90deg, #ffffff 36.75570101351351%, rgba(0, 0, 0, 0) 100%); flex: none; height: 1px; opacity: 0.55; overflow: hidden; position: absolute; right: 0px; top: 0px; width: 272px; z-index: 5; }\",\".framer-CGa2b .framer-k6yaha-container { flex: none; height: 100vh; left: 0px; position: absolute; right: 0px; top: calc(50.037565740045096% - 100vh / 2); z-index: 0; }\",\".framer-CGa2b .framer-1kfaaup { align-content: center; align-items: center; background-color: #000000; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 26px; height: min-content; justify-content: center; overflow: hidden; padding: 60px 22px 60px 22px; position: relative; width: 100%; }\",\".framer-CGa2b .framer-yl17jt-container { flex: none; height: 40px; position: relative; width: 141px; z-index: 2; }\",\".framer-CGa2b .framer-1xymu91-container { bottom: 0px; flex: none; height: 100vh; left: 0px; position: absolute; right: 0px; z-index: 1; }\",\".framer-CGa2b .framer-z7c31l { background: linear-gradient(90deg, #ffffff 36.75570101351351%, rgba(0, 0, 0, 0) 100%); flex: none; height: 1px; left: 0px; opacity: 0.55; overflow: hidden; position: absolute; top: 0px; width: 272px; z-index: 5; }\",\".framer-CGa2b .framer-1ek8g19 { align-content: center; align-items: center; background-color: #000000; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 20px 0px 20px 0px; position: relative; width: 100%; }\",\".framer-CGa2b .framer-1km6vio-container { flex: 1 0 0px; height: 543px; position: relative; width: 1px; }\",\".framer-CGa2b .framer-jqsjmx-container { flex: none; height: auto; position: relative; width: 100%; }\",'.framer-CGa2b[data-border=\"true\"]::after, .framer-CGa2b [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',\"@media (min-width: 1200px) and (max-width: 1439px) { .framer-CGa2b.framer-addl4h { width: 1200px; } .framer-CGa2b .framer-10ecz0m { left: 112px; top: 138px; } .framer-CGa2b .framer-1hk9h0v { left: 127px; } .framer-CGa2b .framer-o91sdh { bottom: 97px; left: unset; right: 167px; transform: unset; } .framer-CGa2b .framer-1a4prv4 { right: 126px; top: 160px; } .framer-CGa2b .framer-1jkj08l { left: 69px; top: 112px; } .framer-CGa2b .framer-1nm3ma6 { left: 84px; } .framer-CGa2b .framer-159wiu3 { bottom: 76px; left: unset; right: 124px; transform: unset; } .framer-CGa2b .framer-92msf7 { right: 84px; top: 134px; } .framer-CGa2b .framer-hr9wuh { height: 2px; top: 131px; width: 287px; } .framer-CGa2b .framer-162wryr { width: 351px; } .framer-CGa2b .framer-1bd1b0o { height: 2px; top: 153px; width: 360px; } .framer-CGa2b .framer-gfa0th { bottom: 90px; width: 581px; } .framer-CGa2b .framer-ts2dzm { gap: 8px; } .framer-CGa2b .framer-zuvzu3 { flex-direction: column; z-index: 5; } .framer-CGa2b .framer-17h20zb { border-bottom-left-radius: 244px; border-bottom-right-radius: 244px; border-top-left-radius: 244px; border-top-right-radius: 244px; flex-direction: row; width: min-content; } .framer-CGa2b .framer-ackqtm { width: 256px; } .framer-CGa2b .framer-mxytoq { --framer-input-font-text-alignment: left; --framer-input-padding: 18px; } .framer-CGa2b .framer-zqrj73-container { width: 201px; } .framer-CGa2b .framer-16dnhds { flex-direction: row; gap: 43px; height: 263px; padding: 20px 50px 20px 50px; } .framer-CGa2b .framer-1s2d1b { flex: 1 0 0px; width: 1px; } .framer-CGa2b .framer-spv0uh-container, .framer-CGa2b .framer-1mq9x7b-container { width: 100%; } .framer-CGa2b .framer-1n9itzi { width: 358px; } .framer-CGa2b .framer-s05ka4 { padding: 0px 100px 0px 100px; } .framer-CGa2b .framer-1wz5zy7-container { width: 949px; } .framer-CGa2b .framer-4stdbl { width: 662px; } .framer-CGa2b .framer-17kl49e { flex-direction: row; gap: 34px; height: 530px; padding: 40px; } .framer-CGa2b .framer-18t4t97 { flex: 1 0 0px; flex-direction: row; order: 2; width: 1px; } .framer-CGa2b .framer-1acw9hl { flex: 1 0 0px; order: 1; width: 1px; } .framer-CGa2b .framer-1vnk72r { order: 0; width: 759px; } .framer-CGa2b .framer-1fgfo0r { border-bottom-left-radius: 46px; border-bottom-right-radius: 46px; border-top-left-radius: 46px; border-top-right-radius: 46px; flex-direction: row; gap: 52px; padding: 40px 30px 40px 30px; } .framer-CGa2b .framer-cq70mf { align-self: stretch; height: auto; width: 1px; } .framer-CGa2b .framer-vio4c { order: 1; width: 590px; } .framer-CGa2b .framer-1r55f93 { max-width: 900px; } .framer-CGa2b .framer-14djxeq { height: 330px; } .framer-CGa2b .framer-1oxlmya { padding: 4px 0px 4px 10px; } .framer-CGa2b .framer-6yeway { white-space: pre; width: auto; } .framer-CGa2b .framer-1yfqjv5 { left: 10px; top: -1px; } .framer-CGa2b .framer-ynhzi3 { padding: 0px 0px 0px 7px; } .framer-CGa2b .framer-hh77s1, .framer-CGa2b .framer-z7c31l { width: 574px; } .framer-CGa2b .framer-1kfaaup { padding: 80px 22px 80px 22px; } .framer-CGa2b .framer-1km6vio-container { height: 601px; }}\",\"@media (min-width: 810px) and (max-width: 1199px) { .framer-CGa2b.framer-addl4h { width: 810px; } .framer-CGa2b .framer-10ecz0m { top: 112px; } .framer-CGa2b .framer-1hk9h0v { bottom: 164px; } .framer-CGa2b .framer-o91sdh { bottom: 87px; left: unset; right: 137px; transform: unset; } .framer-CGa2b .framer-1a4prv4 { right: 76px; } .framer-CGa2b .framer-1jkj08l { top: 86px; } .framer-CGa2b .framer-1nm3ma6 { bottom: 140px; } .framer-CGa2b .framer-159wiu3 { bottom: 66px; left: unset; right: 94px; transform: unset; } .framer-CGa2b .framer-92msf7 { right: 34px; } .framer-CGa2b .framer-hr9wuh { top: 106px; width: 231px; } .framer-CGa2b .framer-162wryr { bottom: 157px; width: 320px; } .framer-CGa2b .framer-1bd1b0o { width: 235px; } .framer-CGa2b .framer-gfa0th { bottom: 80px; width: 416px; } .framer-CGa2b .framer-17h20zb { border-bottom-left-radius: 190px; border-bottom-right-radius: 190px; border-top-left-radius: 190px; border-top-right-radius: 190px; flex-direction: row; width: min-content; } .framer-CGa2b .framer-ackqtm { width: 239px; } .framer-CGa2b .framer-mxytoq { --framer-input-font-text-alignment: left; --framer-input-padding: 18px; } .framer-CGa2b .framer-zqrj73-container { width: 194px; } .framer-CGa2b .framer-16dnhds { height: 295px; } .framer-CGa2b .framer-spv0uh-container, .framer-CGa2b .framer-1mq9x7b-container { width: 726px; } .framer-CGa2b .framer-1n9itzi { width: 380px; } .framer-CGa2b .framer-s05ka4 { padding: 0px 60px 0px 60px; } .framer-CGa2b .framer-1wz5zy7-container { width: 716px; } .framer-CGa2b .framer-4stdbl { width: 553px; } .framer-CGa2b .framer-bhx3mw { width: 643px; } .framer-CGa2b .framer-bn9hou { width: 549px; } .framer-CGa2b .framer-sd5ewo { height: 30px; } .framer-CGa2b .framer-17kl49e { gap: 40px; height: 547px; padding: 40px; } .framer-CGa2b .framer-18t4t97 { gap: 40px; } .framer-CGa2b .framer-1fgfo0r { border-bottom-left-radius: 46px; border-bottom-right-radius: 46px; border-top-left-radius: 46px; border-top-right-radius: 46px; flex-direction: row; } .framer-CGa2b .framer-cq70mf { align-self: stretch; height: auto; width: 1px; } .framer-CGa2b .framer-vio4c { width: 447px; } .framer-CGa2b .framer-14djxeq { height: 224px; } .framer-CGa2b .framer-1oxlmya { padding: 4px 0px 4px 10px; } .framer-CGa2b .framer-6yeway { white-space: pre; width: auto; } .framer-CGa2b .framer-1yfqjv5 { left: 10px; } .framer-CGa2b .framer-ynhzi3 { padding: 0px 0px 0px 4px; } .framer-CGa2b .framer-hh77s1, .framer-CGa2b .framer-z7c31l { width: 328px; }}\",\"@media (min-width: 1440px) { .framer-CGa2b.framer-addl4h { width: 1440px; } .framer-CGa2b .framer-1kpsb7s-container { order: 1; } .framer-CGa2b .framer-g7l5mh { order: 2; } .framer-CGa2b .framer-10ecz0m { left: 102px; order: 3; top: 134px; } .framer-CGa2b .framer-1hk9h0v { bottom: 184px; left: 137px; order: 4; } .framer-CGa2b .framer-o91sdh { bottom: 107px; left: unset; order: 5; right: 197px; transform: unset; } .framer-CGa2b .framer-1a4prv4 { order: 6; right: 136px; top: 161px; } .framer-CGa2b .framer-1jkj08l { left: 59px; order: 7; top: 108px; } .framer-CGa2b .framer-12ij09m-container { order: 0; } .framer-CGa2b .framer-1nm3ma6 { bottom: 160px; left: 94px; order: 8; } .framer-CGa2b .framer-159wiu3 { bottom: 86px; left: unset; order: 9; right: 154px; transform: unset; } .framer-CGa2b .framer-17wzao6 { order: 10; } .framer-CGa2b .framer-92msf7 { order: 11; right: 94px; top: 135px; } .framer-CGa2b .framer-i6bnnr { order: 12; } .framer-CGa2b .framer-hr9wuh { height: 2px; top: 127px; width: 461px; } .framer-CGa2b .framer-162wryr { bottom: 177px; width: 257px; } .framer-CGa2b .framer-1bd1b0o { height: 2px; top: 154px; width: 480px; } .framer-CGa2b .framer-gfa0th { bottom: 100px; width: 761px; } .framer-CGa2b .framer-1ro7di0 { order: 13; } .framer-CGa2b .framer-1ke21cd { order: 15; } .framer-CGa2b .framer-ts2dzm { gap: 8px; order: 16; } .framer-CGa2b .framer-zuvzu3 { order: 17; } .framer-CGa2b .framer-17h20zb { border-bottom-left-radius: 208px; border-bottom-right-radius: 208px; border-top-left-radius: 208px; border-top-right-radius: 208px; flex-direction: row; width: min-content; } .framer-CGa2b .framer-ackqtm { order: 0; width: 268px; } .framer-CGa2b .framer-mxytoq { --framer-input-font-text-alignment: left; --framer-input-padding: 18px; } .framer-CGa2b .framer-zqrj73-container { order: 1; width: 193px; } .framer-CGa2b .framer-16dnhds { flex-direction: row; gap: 103px; order: 3; padding: 20px 60px 20px 60px; } .framer-CGa2b .framer-1s2d1b { flex: 1 0 0px; width: 1px; } .framer-CGa2b .framer-spv0uh-container, .framer-CGa2b .framer-1mq9x7b-container { width: 100%; } .framer-CGa2b .framer-1n9itzi { width: 608px; } .framer-CGa2b .framer-103e2vh { order: 4; padding: 80px 22px 80px 22px; } .framer-CGa2b .framer-1wz5zy7-container { width: 1294px; } .framer-CGa2b .framer-4stdbl { width: 747px; } .framer-CGa2b .framer-17kl49e { flex-direction: row; gap: 60px; height: 586px; order: 5; padding: 40px; } .framer-CGa2b .framer-18t4t97 { flex: 1 0 0px; flex-direction: row; gap: 38px; max-width: 1360px; order: 2; padding: 0px 40px 0px 40px; width: 1px; } .framer-CGa2b .framer-1acw9hl { flex: 1 0 0px; order: 1; width: 1px; } .framer-CGa2b .framer-1vnk72r { order: 0; width: 842px; } .framer-CGa2b .framer-1fgfo0r { flex-direction: row; gap: 90px; padding: 50px 20px 50px 20px; } .framer-CGa2b .framer-cq70mf { align-self: stretch; height: auto; width: 1px; } .framer-CGa2b .framer-vio4c { order: 1; width: 606px; } .framer-CGa2b .framer-9ob86p { order: 6; } .framer-CGa2b .framer-1r55f93 { max-width: 900px; } .framer-CGa2b .framer-14djxeq { height: 336px; } .framer-CGa2b .framer-1oxlmya { padding: 4px 0px 4px 10px; } .framer-CGa2b .framer-6yeway { white-space: pre; width: auto; } .framer-CGa2b .framer-1yfqjv5 { left: 10px; top: -1px; } .framer-CGa2b .framer-ynhzi3 { padding: 0px 0px 0px 4px; } .framer-CGa2b .framer-hh77s1, .framer-CGa2b .framer-z7c31l { width: 607px; } .framer-CGa2b .framer-1kfaaup { order: 7; padding: 80px 40px 80px 40px; } .framer-CGa2b .framer-yl17jt-container { width: 143px; } .framer-CGa2b .framer-1ek8g19 { order: 8; } .framer-CGa2b .framer-1km6vio-container { height: 614px; } .framer-CGa2b .framer-jqsjmx-container { order: 9; }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 4717.5\n * @framerIntrinsicWidth 390\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"GueYE4CZD\":{\"layout\":[\"fixed\",\"auto\"]},\"mFUosVO92\":{\"layout\":[\"fixed\",\"auto\"]},\"SM99oXKG5\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"rRrUtgdBjFjG_meoJU\":{\"pattern\":\":rRrUtgdBjFjG_meoJU\",\"name\":\"header\"},\"rRrUtgdBjxkXDikUYV\":{\"pattern\":\":rRrUtgdBjxkXDikUYV\",\"name\":\"colabs\"},\"rRrUtgdBjmGs3cCjn9\":{\"pattern\":\":rRrUtgdBjmGs3cCjn9\",\"name\":\"echipa\"},\"rRrUtgdBjpvEMwSdP5\":{\"pattern\":\":rRrUtgdBjpvEMwSdP5\",\"name\":\"us-vs-them\"},\"JO1urhbiU\":{\"pattern\":\":JO1urhbiU\",\"name\":\"blog\"},\"rRrUtgdBjslj9gTJ5p\":{\"pattern\":\":rRrUtgdBjslj9gTJ5p\",\"name\":\"cta\"},\"rRrUtgdBjrvyXPpS41\":{\"pattern\":\":rRrUtgdBjrvyXPpS41\",\"name\":\"footer\"}}\n * @framerResponsiveScreen\n */const FrameraugiA20Il=withCSS(Component,css,\"framer-CGa2b\");export default FrameraugiA20Il;FrameraugiA20Il.displayName=\"Home\";FrameraugiA20Il.defaultProps={height:4717.5,width:390};addFonts(FrameraugiA20Il,[{explicitInter:true,fonts:[{family:\"Nohemi Light\",source:\"custom\",url:\"https://framerusercontent.com/assets/Xt2QPnSwjenY7ITsIKc8Ij6zQAA.woff2\"},{family:\"DM Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/dmsans/v16/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwA_JxhS2f3ZGMZpg.woff2\",weight:\"300\"},{family:\"Nohemi Medium\",source:\"custom\",url:\"https://framerusercontent.com/assets/gvCAPWSGChlbvSOr5Y7pD33V5Y.woff2\"},{family:\"DM Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/dmsans/v16/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAopxhS2f3ZGMZpg.woff2\",weight:\"400\"},{family:\"Nohemi Bold\",source:\"custom\",url:\"https://framerusercontent.com/assets/KPXKFGeoatmCfZmxoBqGXroSw.woff2\"},{family:\"DM Sans\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/dmsans/v16/rP2rp2ywxg089UriCZaSExd86J3t9jz86Mvy4qCRAL19DksVat9uCm32RmYJpso5.woff2\",weight:\"700\"},{family:\"DM Sans\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/dmsans/v16/rP2rp2ywxg089UriCZaSExd86J3t9jz86Mvy4qCRAL19DksVat8JCm32RmYJpso5.woff2\",weight:\"800\"},{family:\"Nohemi Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/vXdF9CXGuXp1GWJwOLBVRr86A10.woff2\"},{family:\"General Sans\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/3RZHWSNONLLWJK3RLPEKUZOMM56GO4LJ/BPDRY7AHVI3MCDXXVXTQQ76H3UXA63S3/SB2OEB6IKZPRR6JT4GFJ2TFT6HBB6AZN.woff2\",weight:\"500\"}]},...Navigation2Fonts,...BackgroundDeFiShapesMobileFonts,...BackgroundDeFiShapesFonts,...VideoFonts,...MaterialFonts,...ButonFormulareFonts,...TickerFonts,...CarouselFonts,...ArrowOutwardFonts,...EmbedFonts,...SectionFooterFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameraugiA20Il\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"4717.5\",\"framerResponsiveScreen\":\"\",\"framerContractVersion\":\"1\",\"framerScrollSections\":\"{\\\"rRrUtgdBjFjG_meoJU\\\":{\\\"pattern\\\":\\\":rRrUtgdBjFjG_meoJU\\\",\\\"name\\\":\\\"header\\\"},\\\"rRrUtgdBjxkXDikUYV\\\":{\\\"pattern\\\":\\\":rRrUtgdBjxkXDikUYV\\\",\\\"name\\\":\\\"colabs\\\"},\\\"rRrUtgdBjmGs3cCjn9\\\":{\\\"pattern\\\":\\\":rRrUtgdBjmGs3cCjn9\\\",\\\"name\\\":\\\"echipa\\\"},\\\"rRrUtgdBjpvEMwSdP5\\\":{\\\"pattern\\\":\\\":rRrUtgdBjpvEMwSdP5\\\",\\\"name\\\":\\\"us-vs-them\\\"},\\\"JO1urhbiU\\\":{\\\"pattern\\\":\\\":JO1urhbiU\\\",\\\"name\\\":\\\"blog\\\"},\\\"rRrUtgdBjslj9gTJ5p\\\":{\\\"pattern\\\":\\\":rRrUtgdBjslj9gTJ5p\\\",\\\"name\\\":\\\"cta\\\"},\\\"rRrUtgdBjrvyXPpS41\\\":{\\\"pattern\\\":\\\":rRrUtgdBjrvyXPpS41\\\",\\\"name\\\":\\\"footer\\\"}}\",\"framerAutoSizeImages\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerColorSyntax\":\"true\",\"framerIntrinsicWidth\":\"390\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"GueYE4CZD\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"mFUosVO92\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"SM99oXKG5\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["mask", "SVG", "Y", "props", "ref", "animated", "layoutId", "children", "rest", "p", "motion", "getProps", "fill", "height", "id", "width", "Component", "style", "className", "variant", "K5AAorpEW", "restProps", "cx", "css", "Icon", "withCSS", "g_tfEglJK_default", "addPropertyControls", "ControlType", "store", "Data", "NameInputOverride", "event", "SubmitButtonOverride", "formUrl", "window", "withNameInputOverride", "C", "props", "re", "DataObserverContext", "p", "withSubmitButtonOverride", "Navigation2Fonts", "getFonts", "Mv6Kx4m_F_default", "ContainerWithOptimizedAppearEffect", "withOptimizedAppearEffect", "Container", "BackgroundDeFiShapesMobileFonts", "BackgroundDeFiShapesMobile", "BackgroundDeFiShapesFonts", "BackgroundDeFiShapes", "RichTextWithOptimizedAppearEffect", "RichText", "MotionDivWithOptimizedAppearEffect", "motion", "VideoFonts", "Video", "MaterialFonts", "Icon", "MotionAWithOptimizedAppearEffect", "MotionLabelWithNameInputOverrideackqtm", "withCodeBoundaryForOverrides", "withNameInputOverride", "ButonFormulareFonts", "t_h2bSDDJ_default", "ButonFormulareWithSubmitButtonOverridezqrj73WithMappedReactProps18lgdr8", "withMappedReactProps", "withSubmitButtonOverride", "t_h2bSDDJ_exports", "RichTextWithFX", "withFX", "TickerFonts", "Ticker", "ContainerWithFX", "MotionDivWithFX", "CarouselFonts", "Carousel", "ArrowOutwardFonts", "g_tfEglJK_default", "MotionAWithFX", "EmbedFonts", "Embed", "SectionFooterFonts", "rJiWbT2yT_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "transformTemplate1", "_", "t", "transition1", "animation", "animation1", "transition2", "animation2", "animation3", "transition3", "animation4", "animation5", "transition4", "animation6", "animation7", "transition5", "animation8", "animation9", "transition6", "animation10", "transition7", "animation11", "transition8", "animation12", "transition9", "animation13", "transition10", "animation14", "animation15", "transition11", "animation16", "animation17", "transition12", "animation18", "animation19", "animation20", "animation21", "transition13", "animation22", "animation23", "transition14", "animation24", "animation25", "transition15", "animation26", "animation27", "transition16", "animation28", "animation29", "formVariants", "form", "variants", "currentVariant", "animation30", "transition17", "animation31", "transition18", "animation32", "transition19", "animation33", "transition20", "animation34", "transition21", "transition22", "animation35", "animation36", "transition23", "animation37", "animation38", "transition24", "animation39", "animation40", "animation41", "transition25", "animation42", "transition26", "animation43", "transition27", "animation44", "transition28", "animation45", "animation46", "animation47", "animation48", "transition29", "toString", "value", "animation49", "animation50", "transition30", "animation51", "transition31", "HTMLStyle", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "restProps", "metadata", "se", "useMetadata", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "scopingClassNames", "cx", "elementId", "useRouteElementId", "ref1", "isDisplayed", "isDisplayed1", "isDisplayed2", "elementId1", "ref2", "elementId2", "ref3", "isDisplayed3", "isDisplayed4", "ref4", "elementId3", "ref5", "elementId4", "ref6", "elementId5", "elementId6", "ref7", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "ComponentViewportProvider", "PropertyOverrides2", "x", "SVG", "Image2", "getLoadingLazyAtYPosition", "Link", "FormContainer", "formState", "l", "FormPlainTextInput2", "css", "FrameraugiA20Il", "withCSS", "augiA20Il_default", "addFonts", "__FramerMetadata__"]
}
