{"version":3,"file":"Vz-elPiU31ufpImigh7eebyo8rEYWLbFx4JLlosWsPc.BfkDP9_L.mjs","names":["isBrowser","Component","Dot","dotStyle","addPropertyOverrides","BadgeFonts","Badge","ButtonFonts","Button","cycleOrder","serializationHash","variantClassNames","numberToPixelString","transition1","animation","transition2","textEffect","Transition","Variants","humanReadableVariantMap","getProps","createLayoutDependency","Component","className","css","addPropertyOverrides","Card","cycleOrder","serializationHash","variantClassNames","transition1","numberToPixelString","Transition","Variants","humanReadableVariantMap","getProps","createLayoutDependency","Component","className","css","NumbersFonts","Numbers","Numbers1Fonts","Numbers1","Numbers2Fonts","Numbers2","serializationHash","variantClassNames","transition1","transition2","animation","humanReadableVariantMap","getProps","Component","className","css","BgWithTitle","Image","Button","Badge","YouTube","SaaSPaaS","Numbers","Numbers1","Numbers2","Numbers3","Clients","metadata","className","PropertyOverrides","css"],"sources":["https:/framerusercontent.com/modules/V9ryrjN5Am9WM1dJeyyJ/GzHgU466IQmt8g4qOKj8/UsePageVisibility.js","https:/framerusercontent.com/modules/zvkTOpMSuRzRhLzZZIwG/vzgdvq3ezmf3RWurtT17/SlideShow.js","https:/framerusercontent.com/modules/vFCfpoZWqJI3atCyfwZq/aBkG6IyQC1A1nlbShpyD/fHMRP1CQ_.js","https:/framerusercontent.com/modules/UNByOkdq5fVGjFC7Puct/TKKwzpOzSNxOvSNgQcoZ/bzctrfROR.js","https:/framerusercontent.com/modules/ZawRlHjjM9klSZx3nAL6/MjuIJSmZTIR5oP5c2sp3/TLu0mVDXf.js","https:/framerusercontent.com/modules/ul1COq3mPqeQmxp3I3Vp/U1P3uBmR0TNcdHTt5KDL/augiA20Il.js"],"sourcesContent":["import{useState,useEffect}from\"react\";export const isBrowser=()=>typeof document===\"object\";export function usePageVisibility(){if(!isBrowser())return;const[isVisible,setIsVisible]=useState(!document.hidden);useEffect(()=>{const onVisibilityChange=()=>setIsVisible(!document.hidden);document.addEventListener(\"visibilitychange\",onVisibilityChange,false);return()=>{document.removeEventListener(\"visibilitychange\",onVisibilityChange);};},[]);return isVisible;}\nexport const __FramerMetadata__ = {\"exports\":{\"isBrowser\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"usePageVisibility\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./UsePageVisibility.map","import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{resize}from\"@motionone/dom\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{animate,LayoutGroup,mix,motion,frame,useInView,useMotionValue,useTransform,wrap}from\"framer-motion\";import{Children,cloneElement,forwardRef,memo,startTransition,useCallback,useEffect,useLayoutEffect,useMemo,useRef,useState}from\"react\";import{usePageVisibility}from\"https://framerusercontent.com/modules/V9ryrjN5Am9WM1dJeyyJ/GzHgU466IQmt8g4qOKj8/UsePageVisibility.js\";function awaitRefCallback(element,controller){let refCallbackResolve;// we need to listen to the ref setter, so let's override `current` - we can do that, because we don't use React's `useRef` hook for those refs.\nlet current=element.current;Object.defineProperty(element,\"current\",{get(){return current;},set(node){current=node;if(node===null){// React calls with null when the element is unmounted\n// we abort here so that the promise isn't left around in case the ref is never set\ncontroller.abort();return;}refCallbackResolve?.(node);},configurable:true});// no need to create a promise if current already exists\nif(current)return current;const refCallbackPromise=new Promise((resolve,reject)=>{refCallbackResolve=resolve;controller.signal.addEventListener(\"abort\",reject);}).catch(()=>{});return refCallbackPromise;}// Using opacity: 0.001 instead of 0 as an LCP hack. (opacity: 0.001 is still 0\n// to a human eye but makes Google think the elements are visible)\nconst OPACITY_0=.001;/**\n *\n * SLIDESHOW\n * V2 with Drag\n * By Benjamin and Matt\n *\n * @framerIntrinsicWidth 400\n * @framerIntrinsicHeight 200\n *\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */export default function Slideshow(props){/**\n     * Properties\n     */const{slots=[],startFrom,direction,effectsOptions,autoPlayControl,dragControl,alignment,gap,padding,paddingPerSide,paddingTop,paddingRight,paddingBottom,paddingLeft,itemAmount,fadeOptions,intervalControl,transitionControl,arrowOptions,borderRadius,progressOptions,style}=props;const{effectsOpacity,effectsScale,effectsRotate,effectsPerspective,effectsHover,playOffscreen}=effectsOptions;const{fadeContent,overflow,fadeWidth,fadeInset,fadeAlpha}=fadeOptions;const{showMouseControls,arrowSize,arrowRadius,arrowFill,leftArrow,rightArrow,arrowShouldSpace=true,arrowShouldFadeIn=false,arrowPosition,arrowPadding,arrowGap,arrowPaddingTop,arrowPaddingRight,arrowPaddingBottom,arrowPaddingLeft}=arrowOptions;const{showProgressDots,dotSize,dotsInset,dotsRadius,dotsPadding,dotsGap,dotsFill,dotsBackground,dotsActiveOpacity,dotsOpacity,dotsBlur}=progressOptions;const paddingValue=paddingPerSide?`${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px`:`${padding}px`;/**\n     * Checks\n     */const isCanvas=RenderTarget.current()===RenderTarget.canvas;// Remove empty slots (such as hidden layers)\nconst filteredSlots=slots.filter(Boolean);const amountChildren=Children.count(filteredSlots);const hasChildren=amountChildren>0;const isHorizontal=direction===\"left\"||direction===\"right\";const isInverted=direction===\"right\"||direction===\"bottom\";/**\n     * Empty state for Canvas\n     */if(!hasChildren){return /*#__PURE__*/_jsxs(\"section\",{style:placeholderStyles,children:[/*#__PURE__*/_jsx(\"div\",{style:emojiStyles,children:\"⭐️\"}),/*#__PURE__*/_jsx(\"p\",{style:titleStyles,children:\"Connect to Content\"}),/*#__PURE__*/_jsx(\"p\",{style:subtitleStyles,children:\"Add layers or components to make infinite auto-playing slideshows.\"})]});}/**\n     * Refs, State\n     */const parentRef=useRef(null);const childrenRef=useMemo(()=>{return[{current:null},{current:null}];// when the slots change, generate new array\n},[filteredSlots]);const timeoutRef=useRef(undefined);const[size,setSize]=useState({parent:null,children:null,item:null,itemWidth:null,itemHeight:null,viewportLength:null});/* For pausing on hover */const[isHovering,setIsHovering]=useState(false);const[shouldPlayOnHover,setShouldPlayOnHover]=useState(autoPlayControl);/* For cursor updates */const[isMouseDown,setIsMouseDown]=useState(false);/* Check if resizing */const[isResizing,setIsResizing]=useState(false);/**\n     * Array for children\n     */let dupedChildren=[];let duplicateBy=4;if(isCanvas){duplicateBy=1;}/**\n     * Measure parent, child, items\n     */const measure=useCallback(()=>{if(!parentRef.current)return;const firstChild=childrenRef[0].current;const lastChild=childrenRef[1].current;const parentLength=isHorizontal?parentRef.current.offsetWidth:parentRef.current.offsetHeight;const start=firstChild?isHorizontal?firstChild.offsetLeft:firstChild.offsetTop:0;const end=lastChild?isHorizontal?lastChild.offsetLeft+lastChild.offsetWidth:lastChild.offsetTop+lastChild.offsetHeight:0;const childrenLength=end-start+gap;const itemSize=firstChild?isHorizontal?firstChild.offsetWidth:firstChild.offsetHeight:0;const itemWidth=firstChild?firstChild.offsetWidth:0;const itemHeight=firstChild?firstChild.offsetHeight:0;const viewportLength=isHorizontal?Math.max(document.documentElement.clientWidth||0,window.innerWidth||0,parentRef.current.offsetWidth):Math.max(document.documentElement.clientHeight||0,window.innerHeight||0,parentRef.current.offsetHeight);setSize({parent:parentLength,children:childrenLength,item:itemSize,itemWidth,itemHeight,viewportLength});},[]);const scheduleMeasure=useCallback(async()=>{const controller=new AbortController;/**\n         * The elements in the set are refs of children. If they're wrapped in Suspense, they could mount later than the parent.\n         * Thus, we wait for each ref to be set step by step if required.\n         */const[firstChild,lastChild]=childrenRef;if(!isCanvas&&(!firstChild.current||!lastChild.current))try{await Promise.all([awaitRefCallback(firstChild,controller),amountChildren>1?awaitRefCallback(lastChild,controller):true]);}catch{controller.abort();}frame.read(measure,false,true);},[measure]);/**\n     * Add refs to all children\n     * Added itemAmount for resizing\n     */useLayoutEffect(()=>{scheduleMeasure();},[itemAmount]);/**\n     * Track whether this is the initial resize event. By default this will fire on mount,\n     * which we do in the useEffect. We should only fire it on subsequent resizes.\n     */const initialResize=useRef(true);useEffect(()=>{return resize(parentRef.current,({contentSize})=>{if(!initialResize.current&&(contentSize.width||contentSize.height)){scheduleMeasure();startTransition(()=>setIsResizing(true));}initialResize.current=false;});},[]);useEffect(()=>{if(isResizing){const timer=setTimeout(()=>startTransition(()=>setIsResizing(false)),500);return()=>clearTimeout(timer);}},[isResizing]);/**\n     * Animation, pagination\n     */const totalItems=filteredSlots?.length;const childrenSize=isCanvas?0:size?.children;const itemWithGap=size?.item+gap;const itemOffset=startFrom*itemWithGap;const[currentItem,setCurrentItem]=useState(startFrom+totalItems);const[isDragging,setIsDragging]=useState(false);if(isCanvas){if(currentItem!==startFrom){setCurrentItem(startFrom);}}/* Check for browser window visibility *//* Otherwise, it will re-play all the item increments */const visibilityRef=useRef(null);const isInView=useInView(visibilityRef);const isVisible=usePageVisibility()&&isInView;const factor=isInverted?1:-1;/* The x and y values to start from */const xOrY=useMotionValue(childrenSize);/* For canvas only. Using xOrY is slower upon page switching */const canvasPosition=isHorizontal?-startFrom*(size?.itemWidth+gap):-startFrom*(size?.itemHeight+gap);/* Calculate the new value to animate to */const newPosition=()=>factor*currentItem*itemWithGap;/* Wrapped values for infinite looping *//* Instead of 0 to a negative full duplicated row, we start with an offset */const wrappedValue=!isCanvas?useTransform(xOrY,value=>{const wrapped=wrap(-childrenSize,-childrenSize*2,value);return isNaN(wrapped)?0:wrapped;}):0;/* Convert the current item to a wrapping index for dots */const wrappedIndex=wrap(0,totalItems,currentItem);const wrappedIndexInverted=wrap(0,-totalItems,currentItem);/* Update x or y with the provided starting point *//* The subtraction of a full row of children is for overflow */useLayoutEffect(()=>{if(size?.children===null)return;/* Initial measure */// if (initialResize.current) {\n//     xOrY.set((childrenSize + itemOffset) * factor)\n// }\n/* Subsequent resizes */if(!initialResize.current&&isResizing){xOrY.set(newPosition());}},[size,childrenSize,factor,itemOffset,currentItem,itemWithGap,isResizing]);/**\n     * Page item methods\n     * Switching, deltas, autoplaying\n     *//* Next and previous function, animates the X */const switchPages=()=>{if(isCanvas||!hasChildren||!size.parent||isDragging)return;if(xOrY.get()!==newPosition()){animate(xOrY,newPosition(),transitionControl);}if(autoPlayControl&&shouldPlayOnHover&&(playOffscreen||isVisible)){timeoutRef.current=setTimeout(()=>{startTransition(()=>setCurrentItem(item=>item+1));switchPages();},intervalControl*1e3);}};/* Page navigation functions */const setDelta=(delta,transition=false)=>{if(!isInverted){if(transition)startTransition(()=>setCurrentItem(item=>item+delta));else setCurrentItem(item=>item+delta);}else{if(transition)startTransition(()=>setCurrentItem(item=>item-delta));else setCurrentItem(item=>item-delta);}};const setPage=index=>{const currentItemWrapped=wrap(0,totalItems,currentItem);const currentItemWrappedInvert=wrap(0,-totalItems,currentItem);const goto=index-currentItemWrapped;const gotoInverted=index-Math.abs(currentItemWrappedInvert);if(!isInverted){startTransition(()=>setCurrentItem(item=>item+goto));}else{startTransition(()=>setCurrentItem(item=>item-gotoInverted));}};/**\n     * Drag\n     */const handleDragStart=()=>{startTransition(()=>setIsDragging(true));};const handleDragEnd=(event,{offset,velocity})=>{startTransition(()=>setIsDragging(false));const offsetXorY=isHorizontal?offset.x:offset.y;const velocityThreshold=200// Based on testing, can be tweaked or could be 0\n;const velocityXorY=isHorizontal?velocity.x:velocity.y;const isHalfOfNext=offsetXorY<-size.item/2;const isHalfOfPrev=offsetXorY>size.item/2;/* In case you drag more than 1 item left or right */const normalizedOffset=Math.abs(offsetXorY);const itemDelta=Math.round(normalizedOffset/size.item);/* Minimum delta is 1 to initiate a page switch *//* For velocity use only */const itemDeltaFromOne=itemDelta===0?1:itemDelta;/* For quick flicks, even with low offsets */if(velocityXorY>velocityThreshold){setDelta(-itemDeltaFromOne,true);}else if(velocityXorY<-velocityThreshold){setDelta(itemDeltaFromOne,true);}else{/* For dragging over half of the current item with 0 velocity */if(isHalfOfNext){setDelta(itemDelta,true);}if(isHalfOfPrev){setDelta(-itemDelta,true);}}};/* Kickstart the auto-playing once we have all the children */useEffect(()=>{if(!isVisible||isResizing||amountChildren<=1)return;switchPages();return()=>timeoutRef.current&&clearTimeout(timeoutRef.current);},[dupedChildren,isVisible,isResizing]);/* Create copies of our children to create a perfect loop */let childCounter=0;/**\n     * Sizing\n     * */const columnOrRowValue=`calc(${100/itemAmount}% - ${gap}px + ${gap/itemAmount}px)`;/**\n     * Nested array to create duplicates of the children for infinite looping\n     * These are wrapped around, and start at a full \"page\" worth of offset\n     * as defined above.\n     */for(let index=0;index<duplicateBy;index++){dupedChildren=dupedChildren.concat(Children.map(filteredSlots,(child,childIndex)=>{let ref;if(index===0){if(childIndex===0){ref=childrenRef[0];}else if(childIndex===filteredSlots.length-1){ref=childrenRef[1];}}return /*#__PURE__*/_jsx(Slide,{ref:ref,slideKey:index+childIndex+\"lg\",index:index,width:isHorizontal?itemAmount>1?columnOrRowValue:\"100%\":\"100%\",height:!isHorizontal?itemAmount>1?columnOrRowValue:\"100%\":\"100%\",size:size,child:child,numChildren:filteredSlots?.length,wrappedValue:wrappedValue,childCounter:childCounter++,gap:gap,isCanvas:isCanvas,isHorizontal:isHorizontal,effectsOpacity:effectsOpacity,effectsScale:effectsScale,effectsRotate:effectsRotate,children:index+childIndex},index+childIndex+\"lg\");}));}/**\n     * Fades with masks\n     */const fadeDirection=isHorizontal?\"to right\":\"to bottom\";const fadeWidthStart=fadeWidth/2;const fadeWidthEnd=100-fadeWidth/2;const fadeInsetStart=clamp(fadeInset,0,fadeWidthStart);const fadeInsetEnd=100-fadeInset;const fadeMask=`linear-gradient(${fadeDirection}, rgba(0, 0, 0, ${fadeAlpha}) ${fadeInsetStart}%, rgba(0, 0, 0, 1) ${fadeWidthStart}%, rgba(0, 0, 0, 1) ${fadeWidthEnd}%, rgba(0, 0, 0, ${fadeAlpha}) ${fadeInsetEnd}%)`;/**\n     * Dots\n     */const dots=[];const dotsBlurStyle={};if(showProgressDots){for(let i=0;i<filteredSlots?.length;i++){dots.push(/*#__PURE__*/_jsx(Dot,{dotStyle:{...dotStyle,width:dotSize,height:dotSize,backgroundColor:dotsFill},buttonStyle:baseButtonStyles,selectedOpacity:dotsActiveOpacity,opacity:dotsOpacity,onClick:()=>setPage(i),wrappedIndex:wrappedIndex,wrappedIndexInverted:wrappedIndexInverted,total:totalItems,index:i,gap:dotsGap,padding:dotsPadding,isHorizontal:isHorizontal,isInverted:isInverted},i));}if(dotsBlur>0){dotsBlurStyle.backdropFilter=dotsBlurStyle.WebkitBackdropFilter=`blur(${dotsBlur}px)`;}}const dragProps=dragControl?{drag:isHorizontal?\"x\":\"y\",onDragStart:handleDragStart,onDragEnd:handleDragEnd,dragDirectionLock:true,values:{x:xOrY,y:xOrY},dragMomentum:false}:{};const arrowHasTop=arrowPosition===\"top-left\"||arrowPosition===\"top-mid\"||arrowPosition===\"top-right\";const arrowHasBottom=arrowPosition===\"bottom-left\"||arrowPosition===\"bottom-mid\"||arrowPosition===\"bottom-right\";const arrowHasLeft=arrowPosition===\"top-left\"||arrowPosition===\"bottom-left\";const arrowHasRight=arrowPosition===\"top-right\"||arrowPosition===\"bottom-right\";const arrowHasMid=arrowPosition===\"top-mid\"||arrowPosition===\"bottom-mid\"||arrowPosition===\"auto\";return /*#__PURE__*/_jsxs(\"section\",{style:{...containerStyle,padding:paddingValue,WebkitMaskImage:fadeContent?fadeMask:undefined,maskImage:fadeContent?fadeMask:undefined,opacity:size?.item!==null?1:OPACITY_0,userSelect:\"none\"},onMouseEnter:()=>{setIsHovering(true);if(!effectsHover)setShouldPlayOnHover(false);},onMouseLeave:()=>{setIsHovering(false);if(!effectsHover)setShouldPlayOnHover(true);},onMouseDown:event=>{// Preventdefault fixes the cursor switching to text on drag on safari\nevent.preventDefault();startTransition(()=>setIsMouseDown(true));},onMouseUp:()=>startTransition(()=>setIsMouseDown(false)),ref:visibilityRef,children:[/*#__PURE__*/_jsx(\"div\",{style:{width:\"100%\",height:\"100%\",margin:0,padding:\"inherit\",position:\"absolute\",inset:0,overflow:overflow?\"visible\":\"hidden\",borderRadius:borderRadius,userSelect:\"none\",perspective:isCanvas?\"none\":effectsPerspective},children:/*#__PURE__*/_jsx(motion.ul,{ref:parentRef,...dragProps,style:{...containerStyle,gap:gap,placeItems:alignment,x:isHorizontal?isCanvas?canvasPosition:wrappedValue:0,y:!isHorizontal?isCanvas?canvasPosition:wrappedValue:0,flexDirection:isHorizontal?\"row\":\"column\",transformStyle:effectsRotate!==0&&!isCanvas?\"preserve-3d\":undefined,cursor:dragControl?isMouseDown?\"grabbing\":\"grab\":\"auto\",userSelect:\"none\",...style},children:dupedChildren})}),/*#__PURE__*/_jsxs(\"fieldset\",{style:{...controlsStyles},\"aria-label\":\"Slideshow pagination controls\",className:\"framer--slideshow-controls\",children:[/*#__PURE__*/_jsxs(motion.div,{style:{position:\"absolute\",display:\"flex\",flexDirection:isHorizontal?\"row\":\"column\",justifyContent:arrowShouldSpace?\"space-between\":\"center\",gap:arrowShouldSpace?\"unset\":arrowGap,opacity:arrowShouldFadeIn?OPACITY_0:1,alignItems:\"center\",inset:arrowPadding,top:arrowShouldSpace?arrowPadding:arrowHasTop?arrowPaddingTop:\"unset\",left:arrowShouldSpace?arrowPadding:arrowHasLeft?arrowPaddingLeft:arrowHasMid?0:\"unset\",right:arrowShouldSpace?arrowPadding:arrowHasRight?arrowPaddingRight:arrowHasMid?0:\"unset\",bottom:arrowShouldSpace?arrowPadding:arrowHasBottom?arrowPaddingBottom:\"unset\"},animate:arrowShouldFadeIn&&{opacity:isHovering?1:OPACITY_0},transition:transitionControl,children:[/*#__PURE__*/_jsx(motion.button,{type:\"button\",style:{...baseButtonStyles,backgroundColor:arrowFill,width:arrowSize,height:arrowSize,borderRadius:arrowRadius,rotate:!isHorizontal?90:0,display:showMouseControls?\"block\":\"none\",pointerEvents:\"auto\"},onClick:()=>setDelta(-1,true),\"aria-label\":\"Previous\",whileTap:{scale:.9},transition:{duration:.15},children:/*#__PURE__*/_jsx(\"img\",{decoding:\"async\",width:arrowSize,height:arrowSize,src:leftArrow||\"https://framerusercontent.com/images/6tTbkXggWgQCAJ4DO2QEdXXmgM.svg\",alt:\"Back Arrow\"})}),/*#__PURE__*/_jsx(motion.button,{type:\"button\",style:{...baseButtonStyles,backgroundColor:arrowFill,width:arrowSize,height:arrowSize,borderRadius:arrowRadius,rotate:!isHorizontal?90:0,display:showMouseControls?\"block\":\"none\",pointerEvents:\"auto\"},onClick:()=>setDelta(1,true),\"aria-label\":\"Next\",whileTap:{scale:.9},transition:{duration:.15},children:/*#__PURE__*/_jsx(\"img\",{decoding:\"async\",width:arrowSize,height:arrowSize,src:rightArrow||\"https://framerusercontent.com/images/11KSGbIZoRSg4pjdnUoif6MKHI.svg\",alt:\"Next Arrow\"})})]}),dots.length>1?/*#__PURE__*/_jsx(\"div\",{style:{...dotsContainerStyle,left:isHorizontal?\"50%\":dotsInset,top:!isHorizontal?\"50%\":\"unset\",transform:isHorizontal?\"translateX(-50%)\":\"translateY(-50%)\",flexDirection:isHorizontal?\"row\":\"column\",bottom:isHorizontal?dotsInset:\"unset\",borderRadius:dotsRadius,backgroundColor:dotsBackground,userSelect:\"none\",...dotsBlurStyle},children:dots}):null]})]});}/* Default Properties */Slideshow.defaultProps={direction:\"left\",dragControl:false,startFrom:0,itemAmount:1,infinity:true,gap:10,padding:10,autoPlayControl:true,effectsOptions:{effectsOpacity:1,effectsScale:1,effectsRotate:0,effectsPerspective:1200,effectsHover:true,playOffscreen:false},transitionControl:{type:\"spring\",stiffness:200,damping:40},fadeOptions:{fadeContent:false,overflow:false,fadeWidth:25,fadeAlpha:0,fadeInset:0},arrowOptions:{showMouseControls:true,arrowShouldFadeIn:false,arrowShouldSpace:true,arrowFill:\"rgba(0,0,0,0.2)\",arrowSize:40},progressOptions:{showProgressDots:true}};/* Property Controls */addPropertyControls(Slideshow,{slots:{type:ControlType.Array,title:\"Content\",control:{type:ControlType.ComponentInstance}},direction:{type:ControlType.Enum,title:\"Direction\",options:[\"left\",\"right\",\"top\",\"bottom\"],optionIcons:[\"direction-left\",\"direction-right\",\"direction-up\",\"direction-down\"],optionTitles:[\"Left\",\"Right\",\"Top\",\"Bottom\"],displaySegmentedControl:true,defaultValue:Slideshow.defaultProps.direction},autoPlayControl:{type:ControlType.Boolean,title:\"Auto Play\",defaultValue:true},intervalControl:{type:ControlType.Number,title:\"Interval\",defaultValue:1.5,min:.5,max:10,step:.1,displayStepper:true,unit:\"s\",hidden:props=>!props.autoPlayControl},dragControl:{type:ControlType.Boolean,title:\"Draggable\",defaultValue:false},startFrom:{type:ControlType.Number,title:\"Current\",min:0,max:10,displayStepper:true,defaultValue:Slideshow.defaultProps.startFrom},effectsOptions:{type:ControlType.Object,title:\"Effects\",controls:{effectsOpacity:{type:ControlType.Number,title:\"Opacity\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsOpacity,min:0,max:1,step:.01,displayStepper:true},effectsScale:{type:ControlType.Number,title:\"Scale\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsScale,min:0,max:1,step:.01,displayStepper:true},effectsPerspective:{type:ControlType.Number,title:\"Perspective\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsPerspective,min:200,max:2e3,step:1},effectsRotate:{type:ControlType.Number,title:\"Rotate\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsRotate,min:-180,max:180,step:1},effectsHover:{type:ControlType.Boolean,title:\"On Hover\",enabledTitle:\"Play\",disabledTitle:\"Pause\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsHover},playOffscreen:{type:ControlType.Boolean,title:\"Offscreen\",enabledTitle:\"Play\",disabledTitle:\"Pause\",defaultValue:Slideshow.defaultProps.effectsOptions.playOffscreen}}},alignment:{type:ControlType.Enum,title:\"Align\",options:[\"flex-start\",\"center\",\"flex-end\"],optionIcons:{direction:{right:[\"align-top\",\"align-middle\",\"align-bottom\"],left:[\"align-top\",\"align-middle\",\"align-bottom\"],top:[\"align-left\",\"align-center\",\"align-right\"],bottom:[\"align-left\",\"align-center\",\"align-right\"]}},defaultValue:\"center\",displaySegmentedControl:true},itemAmount:{type:ControlType.Number,title:\"Items\",min:1,max:10,displayStepper:true,defaultValue:Slideshow.defaultProps.itemAmount},gap:{type:ControlType.Number,title:\"Gap\",min:0},padding:{title:\"Padding\",type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],defaultValue:0,valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},borderRadius:{type:ControlType.Number,title:\"Radius\",min:0,max:500,displayStepper:true,defaultValue:0},transitionControl:{type:ControlType.Transition,defaultValue:Slideshow.defaultProps.transitionControl,title:\"Transition\"},fadeOptions:{type:ControlType.Object,title:\"Clipping\",controls:{fadeContent:{type:ControlType.Boolean,title:\"Fade\",defaultValue:false},overflow:{type:ControlType.Boolean,title:\"Overflow\",enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:false,hidden(props){return props.fadeContent===true;}},fadeWidth:{type:ControlType.Number,title:\"Width\",defaultValue:25,min:0,max:100,unit:\"%\",hidden(props){return props.fadeContent===false;}},fadeInset:{type:ControlType.Number,title:\"Inset\",defaultValue:0,min:0,max:100,unit:\"%\",hidden(props){return props.fadeContent===false;}},fadeAlpha:{type:ControlType.Number,title:\"Opacity\",defaultValue:0,min:0,max:1,step:.05,hidden(props){return props.fadeContent===false;}}}},arrowOptions:{type:ControlType.Object,title:\"Arrows\",controls:{showMouseControls:{type:ControlType.Boolean,title:\"Show\",defaultValue:Slideshow.defaultProps.arrowOptions.showMouseControls},arrowFill:{type:ControlType.Color,title:\"Fill\",hidden:props=>!props.showMouseControls,defaultValue:Slideshow.defaultProps.arrowOptions.arrowFill},leftArrow:{type:ControlType.Image,title:\"Previous\",hidden:props=>!props.showMouseControls},rightArrow:{type:ControlType.Image,title:\"Next\",hidden:props=>!props.showMouseControls},arrowSize:{type:ControlType.Number,title:\"Size\",min:0,max:200,displayStepper:true,defaultValue:Slideshow.defaultProps.arrowOptions.arrowSize,hidden:props=>!props.showMouseControls},arrowRadius:{type:ControlType.Number,title:\"Radius\",min:0,max:500,defaultValue:40,hidden:props=>!props.showMouseControls},arrowShouldFadeIn:{type:ControlType.Boolean,title:\"Fade In\",defaultValue:false,hidden:props=>!props.showMouseControls},arrowShouldSpace:{type:ControlType.Boolean,title:\"Distance\",enabledTitle:\"Space\",disabledTitle:\"Group\",defaultValue:Slideshow.defaultProps.arrowOptions.arrowShouldSpace,hidden:props=>!props.showMouseControls},arrowPosition:{type:ControlType.Enum,title:\"Position\",options:[\"auto\",\"top-left\",\"top-mid\",\"top-right\",\"bottom-left\",\"bottom-mid\",\"bottom-right\"],optionTitles:[\"Center\",\"Top Left\",\"Top Middle\",\"Top Right\",\"Bottom Left\",\"Bottom Middle\",\"Bottom Right\"],hidden:props=>!props.showMouseControls||props.arrowShouldSpace},arrowPadding:{type:ControlType.Number,title:\"Inset\",min:-100,max:100,defaultValue:20,displayStepper:true,hidden:props=>!props.showMouseControls||!props.arrowShouldSpace},arrowPaddingTop:{type:ControlType.Number,title:\"Top\",min:-500,max:500,defaultValue:0,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace||props.arrowPosition===\"auto\"||props.arrowPosition===\"bottom-mid\"||props.arrowPosition===\"bottom-left\"||props.arrowPosition===\"bottom-right\"},arrowPaddingBottom:{type:ControlType.Number,title:\"Bottom\",min:-500,max:500,defaultValue:0,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace||props.arrowPosition===\"auto\"||props.arrowPosition===\"top-mid\"||props.arrowPosition===\"top-left\"||props.arrowPosition===\"top-right\"},arrowPaddingRight:{type:ControlType.Number,title:\"Right\",min:-500,max:500,defaultValue:0,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace||props.arrowPosition===\"auto\"||props.arrowPosition===\"top-left\"||props.arrowPosition===\"top-mid\"||props.arrowPosition===\"bottom-left\"||props.arrowPosition===\"bottom-mid\"},arrowPaddingLeft:{type:ControlType.Number,title:\"Left\",min:-500,max:500,defaultValue:0,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace||props.arrowPosition===\"auto\"||props.arrowPosition===\"top-right\"||props.arrowPosition===\"top-mid\"||props.arrowPosition===\"bottom-right\"||props.arrowPosition===\"bottom-mid\"},arrowGap:{type:ControlType.Number,title:\"Gap\",min:0,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace}}},progressOptions:{type:ControlType.Object,title:\"Dots\",controls:{showProgressDots:{type:ControlType.Boolean,title:\"Show\",defaultValue:false},dotSize:{type:ControlType.Number,title:\"Size\",min:1,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsInset:{type:ControlType.Number,title:\"Inset\",min:-100,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsGap:{type:ControlType.Number,title:\"Gap\",min:0,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsPadding:{type:ControlType.Number,title:\"Padding\",min:0,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsFill:{type:ControlType.Color,title:\"Fill\",defaultValue:\"#fff\",hidden:props=>!props.showProgressDots||props.showScrollbar},dotsBackground:{type:ControlType.Color,title:\"Backdrop\",defaultValue:\"rgba(0,0,0,0.2)\",hidden:props=>!props.showProgressDots||props.showScrollbar},dotsRadius:{type:ControlType.Number,title:\"Radius\",min:0,max:200,defaultValue:50,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsOpacity:{type:ControlType.Number,title:\"Opacity\",min:0,max:1,defaultValue:.5,step:.1,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsActiveOpacity:{type:ControlType.Number,title:\"Current\",min:0,max:1,defaultValue:1,step:.1,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsBlur:{type:ControlType.Number,title:\"Blur\",min:0,max:50,defaultValue:0,step:1,hidden:props=>!props.showProgressDots||props.showScrollbar}}}});/* Placeholder Styles */const containerStyle={display:\"flex\",flexDirection:\"row\",width:\"100%\",height:\"100%\",maxWidth:\"100%\",maxHeight:\"100%\",placeItems:\"center\",margin:0,padding:0,listStyleType:\"none\",textIndent:\"none\"};/* Component Styles */const placeholderStyles={display:\"flex\",width:\"100%\",height:\"100%\",placeContent:\"center\",placeItems:\"center\",flexDirection:\"column\",color:\"#96F\",background:\"rgba(136, 85, 255, 0.1)\",fontSize:11,overflow:\"hidden\",padding:\"20px 20px 30px 20px\"};const emojiStyles={fontSize:32,marginBottom:10};const titleStyles={margin:0,marginBottom:10,fontWeight:600,textAlign:\"center\"};const subtitleStyles={margin:0,opacity:.7,maxWidth:180,lineHeight:1.5,textAlign:\"center\"};/* Control Styles */const baseButtonStyles={border:\"none\",display:\"flex\",placeContent:\"center\",placeItems:\"center\",overflow:\"hidden\",background:\"transparent\",cursor:\"pointer\",margin:0,padding:0};const controlsStyles={display:\"flex\",justifyContent:\"space-between\",alignItems:\"center\",position:\"absolute\",pointerEvents:\"none\",userSelect:\"none\",top:0,left:0,right:0,bottom:0,border:0,padding:0,margin:0};/* Clamp function, used for fadeInset */const clamp=(num,min,max)=>Math.min(Math.max(num,min),max);/* Slide Component */const Slide=/*#__PURE__*/memo(/*#__PURE__*/forwardRef(function Component(props,ref){const{slideKey,width,height,child,size,gap,wrappedValue,numChildren,childCounter,isCanvas,effects,effectsOpacity,effectsScale,effectsRotate,isHorizontal,isLast,index}=props;const fallbackRef=useRef();/**\n         * Unique offsets + scroll range [0, 1, 1, 0]\n         */const childOffset=(size?.item+gap)*childCounter;const scrollRange=[-size?.item,0,size?.parent-size?.item+gap,size?.parent].map(val=>val-childOffset);/**\n         * Effects\n         */const rotateY=!isCanvas&&useTransform(wrappedValue,scrollRange,[-effectsRotate,0,0,effectsRotate]);const rotateX=!isCanvas&&useTransform(wrappedValue,scrollRange,[effectsRotate,0,0,-effectsRotate]);const opacity=!isCanvas&&useTransform(wrappedValue,scrollRange,[effectsOpacity,1,1,effectsOpacity]);const scale=!isCanvas&&useTransform(wrappedValue,scrollRange,[effectsScale,1,1,effectsScale]);const originXorY=!isCanvas&&useTransform(wrappedValue,scrollRange,[1,1,0,0]);const isVisible=!isCanvas&&useTransform(wrappedValue,latest=>latest>=scrollRange[1]&&latest<=scrollRange[2]);useEffect(()=>{if(!isVisible)return;return isVisible.on(\"change\",newValue=>{const node=ref?.current??fallbackRef.current;node?.setAttribute(\"aria-hidden\",!newValue);});},[]);const visibility=isCanvas?\"visible\":useTransform(wrappedValue,[scrollRange[0]-size.viewportLength,mix(scrollRange[1],scrollRange[2],.5),scrollRange[3]+size.viewportLength],[\"hidden\",\"visible\",\"hidden\"]);const key=slideKey+\"child\";return /*#__PURE__*/_jsx(LayoutGroup,{inherit:\"id\",id:key,children:/*#__PURE__*/_jsx(\"li\",{style:{display:\"contents\"},\"aria-hidden\":index===0?false:true,children:/*#__PURE__*/cloneElement(child,{ref:ref??fallbackRef,key,style:{...child.props?.style,flexShrink:0,userSelect:\"none\",width,height,opacity:opacity,scale:scale,originX:isHorizontal?originXorY:.5,originY:!isHorizontal?originXorY:.5,rotateY:isHorizontal?rotateY:0,rotateX:!isHorizontal?rotateX:0,visibility},layoutId:child.props.layoutId?child.props.layoutId+\"-original-\"+index:undefined})})});}));const Dot=/*#__PURE__*/memo(function Dot({selectedOpacity,opacity,total,index,wrappedIndex,wrappedIndexInverted,dotStyle,buttonStyle,gap,padding,isHorizontal,isInverted,...props}){/* Check active item *//* Go 0—1—2—3—4—5—0 */let isSelected=wrappedIndex===index;/* Go 0—5—4—3—2—1—0—5 instead when inverted */if(isInverted){isSelected=Math.abs(wrappedIndexInverted)===index;}const inlinePadding=gap/2;const top=!isHorizontal&&index>0?inlinePadding:padding;const bottom=!isHorizontal&&index!==total-1?inlinePadding:padding;const right=isHorizontal&&index!==total-1?inlinePadding:padding;const left=isHorizontal&&index>0?inlinePadding:padding;return /*#__PURE__*/_jsx(\"button\",{\"aria-label\":`Scroll to page ${index+1}`,type:\"button\",...props,style:{...buttonStyle,padding:`${top}px ${right}px ${bottom}px ${left}px`},children:/*#__PURE__*/_jsx(motion.div,{style:{...dotStyle},initial:false,animate:{opacity:isSelected?selectedOpacity:opacity},transition:{duration:.3}})});});/* Dot Styles */const dotsContainerStyle={display:\"flex\",placeContent:\"center\",placeItems:\"center\",overflow:\"hidden\",position:\"absolute\",pointerEvents:\"auto\"};const dotStyle={borderRadius:\"50%\",background:\"white\",cursor:\"pointer\",border:\"none\",placeContent:\"center\",placeItems:\"center\",padding:0};\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Slideshow\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutHeight\":\"fixed\",\"framerIntrinsicWidth\":\"400\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"200\",\"framerDisableUnlink\":\"*\",\"framerSupportedLayoutWidth\":\"fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./SlideShow.map","// Generated by Framer (f7ce5cf)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,RichText,SmartComponentScopedContainer,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as sharedStyle4 from\"https://framerusercontent.com/modules/CGWtFFPvCYsLOmQIb6q0/0nhC3a2fZ22Hh69svIu3/fKlyVq3gf.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/AfTmgx0bbRpJ8XyHaKGb/WvumA8QbfM4VPRmbMoBE/ickuMUi8E.js\";import*as sharedStyle3 from\"https://framerusercontent.com/modules/Sk3wJUVT1fIpxbZeZxAx/RKlLeNEPxCcQFP22xK1n/TEPWpgm45.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/Xw85TFQxGZPOv5DGfkwj/loS2pdBCZPVA5GsCHNEQ/TPIiWVXiC.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/w36bGz0qcKkqjZnIlyQX/U92bNhMzYfTTQ5hVKXlU/WP6eAjcnm.js\";import Button from\"https://framerusercontent.com/modules/D2Smgh1esRLHseyVmwA6/KAvZUHPCanmvi7yH4er6/aVphpW3II.js\";import Badge from\"https://framerusercontent.com/modules/fyfMiLkQrgUNm0HVBP4I/Dak1g2aHz7OGEX4gwMJj/bn259cKVJ.js\";const BadgeFonts=getFonts(Badge);const ButtonFonts=getFonts(Button);const cycleOrder=[\"x3YjfaT6a\",\"kOZlSaM0x\"];const serializationHash=\"framer-HwnOe\";const variantClassNames={kOZlSaM0x:\"framer-v-10p7ujl\",x3YjfaT6a:\"framer-v-1koftta\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const numberToPixelString=value=>{if(typeof value!==\"number\")return value;if(!Number.isFinite(value))return undefined;return Math.max(0,value)+\"px\";};const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const animation={filter:\"blur(10px)\",opacity:.001,rotate:0,scale:1,skewX:0,skewY:0,x:0,y:10};const transition2={bounce:0,delay:.05,duration:.4,type:\"spring\"};const textEffect={effect:animation,repeat:false,startDelay:0,tokenization:\"character\",transition:transition2,trigger:\"onMount\",type:\"appear\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableEnumMap={\"Space Around\":\"space-around\",\"Space Between\":\"space-between\",\"Space Evenly\":\"space-evenly\",Center:\"center\",End:\"flex-end\",Start:\"flex-start\"};const humanReadableVariantMap={\"Variant 1\":\"x3YjfaT6a\",\"Variant 3\":\"kOZlSaM0x\"};const getProps=({border,distribute,gap,gap2,height,id,numbers,padding,text,title,title2,titleTag,visible,width,...props})=>{return{...props,b6IBflAUy:text??props.b6IBflAUy??\"Personalized insights for consumer understanding and new product innovation\",CY3y4HIbc:title2??props.CY3y4HIbc??\"Intelligence System™\",F4RG8Zq8X:titleTag??props.F4RG8Zq8X??\"Decision intelligence\",jlNgJks3e:numbers??props.jlNgJks3e??\"text\",T7uIlcOfN:gap??props.T7uIlcOfN??24,teTaalYLE:title??props.teTaalYLE??\"Consumer Insights\",tLU92cMIQ:padding??props.tLU92cMIQ??\"40px\",u1EOop01k:visible??props.u1EOop01k??true,UF_eWL0cf:humanReadableEnumMap[distribute]??distribute??props.UF_eWL0cf??\"flex-start\",variant:humanReadableVariantMap[props.variant]??props.variant??\"x3YjfaT6a\",y_bSnpgEW:border??props.y_bSnpgEW??{borderColor:'var(--token-72057c1c-8853-4eb6-9f21-d2891c36219b, rgb(0, 0, 0)) /* {\"name\":\"black\"} */',borderStyle:\"solid\",borderWidth:1},yuShIKZdl:gap2??props.yuShIKZdl??16};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,teTaalYLE,b6IBflAUy,T7uIlcOfN,tLU92cMIQ,y_bSnpgEW,UF_eWL0cf,F4RG8Zq8X,u1EOop01k,jlNgJks3e,CY3y4HIbc,yuShIKZdl,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"x3YjfaT6a\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(baseVariant===\"kOZlSaM0x\")return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"kOZlSaM0x\")return true;return false;};const isDisplayed2=value=>{if(baseVariant===\"kOZlSaM0x\")return value;return true;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1koftta\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"x3YjfaT6a\",ref:refBinding,style:{\"--1lj563u\":UF_eWL0cf,\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(0, 0, 0, 0)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",\"--tmaqxy\":numberToPixelString(tLU92cMIQ),backdropFilter:\"blur(5px)\",backgroundColor:\"rgba(255, 255, 255, 0.1)\",borderBottomLeftRadius:24,borderBottomRightRadius:24,borderTopLeftRadius:24,borderTopRightRadius:24,WebkitBackdropFilter:\"blur(5px)\",...style},variants:{kOZlSaM0x:{\"--border-bottom-width\":(y_bSnpgEW.borderBottomWidth??y_bSnpgEW.borderWidth)+\"px\",\"--border-color\":y_bSnpgEW.borderColor,\"--border-left-width\":(y_bSnpgEW.borderLeftWidth??y_bSnpgEW.borderWidth)+\"px\",\"--border-right-width\":(y_bSnpgEW.borderRightWidth??y_bSnpgEW.borderWidth)+\"px\",\"--border-style\":y_bSnpgEW.borderStyle,\"--border-top-width\":(y_bSnpgEW.borderTopWidth??y_bSnpgEW.borderWidth)+\"px\"}},...addPropertyOverrides({kOZlSaM0x:{\"data-border\":true,\"data-framer-name\":\"Variant 3\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-gbd6zi\",layoutDependency:layoutDependency,layoutId:\"shHNMIG8c\",style:{\"--17k1yjt\":T7uIlcOfN},children:[isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-nalaee\",layoutDependency:layoutDependency,layoutId:\"fxASlqz2B\",style:{backgroundColor:\"rgba(0, 0, 0, 0.56)\",borderBottomLeftRadius:30,borderBottomRightRadius:30,borderTopLeftRadius:30,borderTopRightRadius:30,opacity:.7},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1fgo89p\",\"data-styles-preset\":\"ickuMUi8E\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Decision intelligence\"})}),className:\"framer-1dibije\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"vZpiq1O8b\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},text:F4RG8Zq8X,verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({kOZlSaM0x:{height:33}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1txnak2-container\",layoutDependency:layoutDependency,layoutId:\"Fxa8hqr73-container\",nodeId:\"Fxa8hqr73\",rendersWithMotion:true,scopeId:\"fHMRP1CQ_\",children:/*#__PURE__*/_jsx(Badge,{BmNa6x7IK:\"rgba(0, 0, 0, 0.3)\",height:\"100%\",id:\"Fxa8hqr73\",layoutId:\"Fxa8hqr73\",OVddGzktB:\"Decision intelligence\",variant:\"dyqodSKfY\",width:\"100%\"})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1b8dnt7\",layoutDependency:layoutDependency,layoutId:\"oHMlZ1IEH\",style:{\"--t2mcbh\":yuShIKZdl},children:[isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-cv98i4\",layoutDependency:layoutDependency,layoutId:\"RYPNw8z25\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"R0Y7SUJNIFBsZXggU2FucyBEZXZhbmFnYXJpLTMwMA==\",\"--framer-font-family\":'\"IBM Plex Sans Devanagari\", \"IBM Plex Sans Devanagari Placeholder\", sans-serif',\"--framer-font-open-type-features\":\"'salt' on\",\"--framer-font-size\":\"30px\",\"--framer-font-weight\":\"300\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"38px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(248, 248, 248))\"},children:/*#__PURE__*/_jsx(motion.strong,{children:\"Consumer Insights\"})})}),className:\"framer-1fitkpu\",fonts:[\"GF;IBM Plex Sans Devanagari-300\",\"GF;IBM Plex Sans Devanagari-regular\"],layoutDependency:layoutDependency,layoutId:\"dY5o0d5yg\",style:{\"--extracted-1of0zx5\":\"rgb(248, 248, 248)\",\"--framer-paragraph-spacing\":\"0px\"},tabIndex:0,text:teTaalYLE,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"R0Y7SUJNIFBsZXggU2FucyBEZXZhbmFnYXJpLTMwMA==\",\"--framer-font-family\":'\"IBM Plex Sans Devanagari\", \"IBM Plex Sans Devanagari Placeholder\", sans-serif',\"--framer-font-open-type-features\":\"'salt' on\",\"--framer-font-size\":\"30px\",\"--framer-font-weight\":\"300\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"38px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(248, 248, 248))\"},children:/*#__PURE__*/_jsx(motion.strong,{children:\"Intelligence System™\"})})}),className:\"framer-179440v\",fonts:[\"GF;IBM Plex Sans Devanagari-300\",\"GF;IBM Plex Sans Devanagari-regular\"],layoutDependency:layoutDependency,layoutId:\"m87HWTqX1\",style:{\"--extracted-1of0zx5\":\"rgb(248, 248, 248)\",\"--framer-paragraph-spacing\":\"0px\"},tabIndex:0,text:CY3y4HIbc,verticalAlignment:\"top\",withExternalLayout:true})]}),isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-3z8xb3\",\"data-styles-preset\":\"WP6eAjcnm\",style:{\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-bffb8c1e-8ab2-445b-a150-9bf9035416d6, rgb(83, 255, 208)))\"},children:\"text\"})}),className:\"framer-t5o4xx\",effect:textEffect,fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"UkPaJ2yEa\",style:{\"--extracted-gdpscs\":\"var(--token-bffb8c1e-8ab2-445b-a150-9bf9035416d6, rgb(83, 255, 208))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:jlNgJks3e,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-jsblyv\",\"data-styles-preset\":\"TPIiWVXiC\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--token-bffb8c1e-8ab2-445b-a150-9bf9035416d6, rgb(83, 255, 208)))\"},children:\"Personalized insights for consumer understanding and new product innovation\"})}),className:\"framer-om2vi1\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"IaY_d8eBr\",style:{\"--extracted-1of0zx5\":\"var(--token-bffb8c1e-8ab2-445b-a150-9bf9035416d6, rgb(83, 255, 208))\",\"--framer-paragraph-spacing\":\"0px\"},text:b6IBflAUy,variants:{kOZlSaM0x:{\"--extracted-1of0zx5\":\"var(--token-3019ab3e-fd1b-445f-a463-eb1dd871d941, rgb(248, 248, 248))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({kOZlSaM0x:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-1phvih\",\"data-styles-preset\":\"TEPWpgm45\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--token-3019ab3e-fd1b-445f-a463-eb1dd871d941, rgb(248, 248, 248)))\"},children:\"Personalized insights for consumer understanding and new product innovation\"})})}},baseVariant,gestureVariant)}),isDisplayed1()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-85b5bw\",\"data-styles-preset\":\"fKlyVq3gf\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--token-0e935ff9-3ff8-4493-b715-a28249f8ef97, rgb(237, 237, 237)))\"},children:\"Consumer Insights\"})}),className:\"framer-7yx08l\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"QCNZryUCf\",style:{\"--extracted-1of0zx5\":\"var(--token-0e935ff9-3ff8-4493-b715-a28249f8ef97, rgb(237, 237, 237))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:teTaalYLE,verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1b6q6d2\",\"data-framer-name\":\"button\",layoutDependency:layoutDependency,layoutId:\"uU9BU4wC4\",children:isDisplayed2(u1EOop01k)&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:57,...addPropertyOverrides({kOZlSaM0x:{height:48}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-6j4h9e-container\",layoutDependency:layoutDependency,layoutId:\"CJjwf2xvL-container\",nodeId:\"CJjwf2xvL\",rendersWithMotion:true,scopeId:\"fHMRP1CQ_\",children:/*#__PURE__*/_jsx(Button,{height:\"100%\",id:\"CJjwf2xvL\",JfjoVRrOo:\"Get Started\",layoutId:\"CJjwf2xvL\",mjv8b8TGi:{borderColor:\"black\",borderStyle:\"solid\",borderWidth:2},O8TomHIFB:true,ql1hgOMBl:\"Get Started\",variant:\"T9S7YQrrD\",width:\"100%\",yd3ojoZJB:{borderColor:\"rgb(255, 255, 255)\",borderStyle:\"solid\",borderWidth:1},zE_FXO26g:\"rgb(0, 0, 0)\",zR8ZV6_5X:\"rgb(0, 0, 0)\",...addPropertyOverrides({kOZlSaM0x:{mjv8b8TGi:{borderColor:'var(--token-0e935ff9-3ff8-4493-b715-a28249f8ef97, rgb(237, 237, 237)) /* {\"name\":\"biege\"} */',borderStyle:\"solid\",borderWidth:2},style:{height:\"100%\"},variant:\"CRfIIcvlC\",zE_FXO26g:\"var(--token-0e935ff9-3ff8-4493-b715-a28249f8ef97, rgb(237, 237, 237))\",zR8ZV6_5X:\"var(--token-0e935ff9-3ff8-4493-b715-a28249f8ef97, rgb(237, 237, 237))\"}},baseVariant,gestureVariant)})})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-HwnOe.framer-18c09re, .framer-HwnOe .framer-18c09re { display: block; }\",\".framer-HwnOe.framer-1koftta { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: 500px; justify-content: var(--1lj563u); overflow: hidden; padding: var(--tmaqxy); position: relative; width: 490px; will-change: var(--framer-will-change-override, transform); }\",\".framer-HwnOe .framer-gbd6zi, .framer-HwnOe .framer-1b8dnt7 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-HwnOe .framer-nalaee { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 6px 20px 6px 20px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-HwnOe .framer-1dibije { flex: none; height: auto; overflow: visible; position: relative; white-space: pre; width: auto; }\",\".framer-HwnOe .framer-1txnak2-container, .framer-HwnOe .framer-6j4h9e-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-HwnOe .framer-cv98i4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-HwnOe .framer-1fitkpu, .framer-HwnOe .framer-179440v { flex: none; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 410px; word-break: break-word; word-wrap: break-word; }\",\".framer-HwnOe .framer-t5o4xx, .framer-HwnOe .framer-7yx08l { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-HwnOe .framer-om2vi1 { flex: none; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-HwnOe .framer-1b6q6d2 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-HwnOe.framer-1koftta, .framer-HwnOe .framer-gbd6zi, .framer-HwnOe .framer-nalaee, .framer-HwnOe .framer-1b8dnt7, .framer-HwnOe .framer-cv98i4, .framer-HwnOe .framer-1b6q6d2 { gap: 0px; } .framer-HwnOe.framer-1koftta > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-HwnOe.framer-1koftta > :first-child, .framer-HwnOe .framer-gbd6zi > :first-child, .framer-HwnOe .framer-1b8dnt7 > :first-child, .framer-HwnOe .framer-cv98i4 > :first-child { margin-top: 0px; } .framer-HwnOe.framer-1koftta > :last-child, .framer-HwnOe .framer-gbd6zi > :last-child, .framer-HwnOe .framer-1b8dnt7 > :last-child, .framer-HwnOe .framer-cv98i4 > :last-child { margin-bottom: 0px; } .framer-HwnOe .framer-gbd6zi > *, .framer-HwnOe .framer-1b8dnt7 > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-HwnOe .framer-nalaee > *, .framer-HwnOe .framer-1b6q6d2 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-HwnOe .framer-nalaee > :first-child, .framer-HwnOe .framer-1b6q6d2 > :first-child { margin-left: 0px; } .framer-HwnOe .framer-nalaee > :last-child, .framer-HwnOe .framer-1b6q6d2 > :last-child { margin-right: 0px; } .framer-HwnOe .framer-cv98i4 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } }\",\".framer-HwnOe.framer-v-10p7ujl.framer-1koftta { align-content: center; align-items: center; height: min-content; justify-content: flex-start; width: 397px; }\",\".framer-HwnOe.framer-v-10p7ujl .framer-gbd6zi { align-content: center; align-items: center; gap: calc(max(0, var(--17k1yjt)) * 1px); justify-content: flex-start; order: 0; }\",\".framer-HwnOe.framer-v-10p7ujl .framer-1txnak2-container, .framer-HwnOe.framer-v-10p7ujl .framer-7yx08l, .framer-HwnOe.framer-v-10p7ujl .framer-1b6q6d2 { order: 1; }\",\".framer-HwnOe.framer-v-10p7ujl .framer-1b8dnt7 { align-content: center; align-items: center; gap: calc(max(0, var(--t2mcbh)) * 1px); justify-content: flex-start; order: 2; }\",\".framer-HwnOe.framer-v-10p7ujl .framer-om2vi1 { order: 3; width: 80%; }\",\".framer-HwnOe.framer-v-10p7ujl .framer-6j4h9e-container { height: 48px; order: 0; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-HwnOe.framer-v-10p7ujl .framer-gbd6zi, .framer-HwnOe.framer-v-10p7ujl .framer-1b8dnt7 { gap: 0px; } .framer-HwnOe.framer-v-10p7ujl .framer-gbd6zi > * { margin: 0px; margin-bottom: calc(calc(max(0, var(--17k1yjt)) * 1px) / 2); margin-top: calc(calc(max(0, var(--17k1yjt)) * 1px) / 2); } .framer-HwnOe.framer-v-10p7ujl .framer-gbd6zi > :first-child, .framer-HwnOe.framer-v-10p7ujl .framer-1b8dnt7 > :first-child { margin-top: 0px; } .framer-HwnOe.framer-v-10p7ujl .framer-gbd6zi > :last-child, .framer-HwnOe.framer-v-10p7ujl .framer-1b8dnt7 > :last-child { margin-bottom: 0px; } .framer-HwnOe.framer-v-10p7ujl .framer-1b8dnt7 > * { margin: 0px; margin-bottom: calc(calc(max(0, var(--t2mcbh)) * 1px) / 2); margin-top: calc(calc(max(0, var(--t2mcbh)) * 1px) / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,'.framer-HwnOe[data-border=\"true\"]::after, .framer-HwnOe [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 500\n * @framerIntrinsicWidth 490\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"kOZlSaM0x\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"teTaalYLE\":\"title\",\"b6IBflAUy\":\"text\",\"T7uIlcOfN\":\"gap\",\"tLU92cMIQ\":\"padding\",\"y_bSnpgEW\":\"border\",\"UF_eWL0cf\":\"distribute\",\"F4RG8Zq8X\":\"titleTag\",\"u1EOop01k\":\"visible\",\"jlNgJks3e\":\"numbers\",\"CY3y4HIbc\":\"title2\",\"yuShIKZdl\":\"gap2\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerfHMRP1CQ_=withCSS(Component,css,\"framer-HwnOe\");export default FramerfHMRP1CQ_;FramerfHMRP1CQ_.displayName=\"card\";FramerfHMRP1CQ_.defaultProps={height:500,width:490};addPropertyControls(FramerfHMRP1CQ_,{variant:{options:[\"x3YjfaT6a\",\"kOZlSaM0x\"],optionTitles:[\"Variant 1\",\"Variant 3\"],title:\"Variant\",type:ControlType.Enum},teTaalYLE:{defaultValue:\"Consumer Insights\",displayTextArea:false,title:\"Title\",type:ControlType.String},b6IBflAUy:{defaultValue:\"Personalized insights for consumer understanding and new product innovation\",displayTextArea:false,title:\"Text\",type:ControlType.String},T7uIlcOfN:{defaultValue:24,min:0,title:\"Gap\",type:ControlType.Number},tLU92cMIQ:{defaultValue:\"40px\",title:\"Padding\",type:ControlType.Padding},y_bSnpgEW:{defaultValue:{borderColor:'var(--token-72057c1c-8853-4eb6-9f21-d2891c36219b, rgb(0, 0, 0)) /* {\"name\":\"black\"} */',borderStyle:\"solid\",borderWidth:1},title:\"Border\",type:ControlType.Border},UF_eWL0cf:{defaultValue:\"flex-start\",options:[\"flex-start\",\"center\",\"flex-end\",\"space-between\",\"space-around\",\"space-evenly\"],optionTitles:[\"Start\",\"Center\",\"End\",\"Space Between\",\"Space Around\",\"Space Evenly\"],title:\"Distribute\",type:ControlType.Enum},F4RG8Zq8X:{defaultValue:\"Decision intelligence\",displayTextArea:false,title:\"title / tag\",type:ControlType.String},u1EOop01k:{defaultValue:true,title:\"Visible\",type:ControlType.Boolean},jlNgJks3e:{defaultValue:\"text\",displayTextArea:false,title:\"Numbers\",type:ControlType.String},CY3y4HIbc:{defaultValue:\"Intelligence System™\",displayTextArea:false,title:\"Title 2\",type:ControlType.String},yuShIKZdl:{defaultValue:16,min:0,title:\"Gap 2\",type:ControlType.Number}});addFonts(FramerfHMRP1CQ_,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"IBM Plex Sans Devanagari\",openType:true,source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/ibmplexsansdevanagari/v11/XRXA3JCMvG4IDoS9SubXB6W-UX5iehIMBFR2-O_H-WrQfub8AV0z0w.woff2\",weight:\"300\"},{family:\"IBM Plex Sans Devanagari\",openType:true,source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/ibmplexsansdevanagari/v11/XRXH3JCMvG4IDoS9SubXB6W-UX5iehIMBFR2-O__UEL0c83gCA.woff2\",weight:\"400\"}]},...BadgeFonts,...ButtonFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerfHMRP1CQ_\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"500\",\"framerVariables\":\"{\\\"teTaalYLE\\\":\\\"title\\\",\\\"b6IBflAUy\\\":\\\"text\\\",\\\"T7uIlcOfN\\\":\\\"gap\\\",\\\"tLU92cMIQ\\\":\\\"padding\\\",\\\"y_bSnpgEW\\\":\\\"border\\\",\\\"UF_eWL0cf\\\":\\\"distribute\\\",\\\"F4RG8Zq8X\\\":\\\"titleTag\\\",\\\"u1EOop01k\\\":\\\"visible\\\",\\\"jlNgJks3e\\\":\\\"numbers\\\",\\\"CY3y4HIbc\\\":\\\"title2\\\",\\\"yuShIKZdl\\\":\\\"gap2\\\"}\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"kOZlSaM0x\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerColorSyntax\":\"true\",\"framerIntrinsicWidth\":\"490\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}","// Generated by Framer (99efa6a)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,SmartComponentScopedContainer,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import Card from\"https://framerusercontent.com/modules/vFCfpoZWqJI3atCyfwZq/aBkG6IyQC1A1nlbShpyD/fHMRP1CQ_.js\";const CardFonts=getFonts(Card);const cycleOrder=[\"n8Inyskvh\",\"kEc29pT_C\"];const serializationHash=\"framer-e6juD\";const variantClassNames={kEc29pT_C:\"framer-v-11wdmox\",n8Inyskvh:\"framer-v-a32qom\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const numberToPixelString=value=>{if(typeof value!==\"number\")return value;if(!Number.isFinite(value))return undefined;return Math.max(0,value)+\"px\";};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 2\":\"kEc29pT_C\",Desktop:\"n8Inyskvh\"};const getProps=({height,id,padding2,text2,title2,width,...props})=>{return{...props,jUvCQl7fp:title2??props.jUvCQl7fp??\"Military-Grade & Enterprise-Proven\",JzUpPqFR1:padding2??props.JzUpPqFR1??\"40px 60px 40px 60px\",lzyLbV5Ru:text2??props.lzyLbV5Ru??\"Trusted by Fortune 500 companies to drive strategic growth.\",variant:humanReadableVariantMap[props.variant]??props.variant??\"n8Inyskvh\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,JzUpPqFR1,jUvCQl7fp,lzyLbV5Ru,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"n8Inyskvh\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-a32qom\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"n8Inyskvh\",ref:refBinding,style:{...style},...addPropertyOverrides({kEc29pT_C:{\"data-framer-name\":\"Variant 2\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:500,width:`calc(${componentViewport?.width||\"100vw\"} / 2)`,...addPropertyOverrides({kEc29pT_C:{width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+60+(((componentViewport?.height||656)-140-500)/2+0+0)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-hvanyo-container\",layoutDependency:layoutDependency,layoutId:\"MIGSKiUYd-container\",nodeId:\"MIGSKiUYd\",rendersWithMotion:true,scopeId:\"bzctrfROR\",children:/*#__PURE__*/_jsx(Card,{b6IBflAUy:lzyLbV5Ru,CY3y4HIbc:\"Intelligence System™\",F4RG8Zq8X:\"Decision intelligence\",height:\"100%\",id:\"MIGSKiUYd\",jlNgJks3e:\"text\",layoutId:\"MIGSKiUYd\",style:{width:\"100%\"},T7uIlcOfN:40,teTaalYLE:jUvCQl7fp,tLU92cMIQ:numberToPixelString(JzUpPqFR1),u1EOop01k:true,UF_eWL0cf:\"center\",variant:\"kOZlSaM0x\",width:\"100%\",y_bSnpgEW:{borderColor:\"rgba(255, 255, 255, 0.25)\",borderStyle:\"solid\",borderWidth:1},yuShIKZdl:16,...addPropertyOverrides({kEc29pT_C:{tLU92cMIQ:\"40px 10px 40px 10px\",UF_eWL0cf:\"space-between\",yuShIKZdl:8}},baseVariant,gestureVariant)})})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-e6juD.framer-2pbxs0, .framer-e6juD .framer-2pbxs0 { display: block; }\",\".framer-e6juD.framer-a32qom { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: wrap; gap: 0px; height: 728px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1066px; }\",\".framer-e6juD .framer-hvanyo-container { flex: none; height: auto; position: relative; width: 50%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-e6juD.framer-a32qom { gap: 0px; } .framer-e6juD.framer-a32qom > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-e6juD.framer-a32qom > :first-child { margin-left: 0px; } .framer-e6juD.framer-a32qom > :last-child { margin-right: 0px; } }\",\".framer-e6juD.framer-v-11wdmox.framer-a32qom { flex-direction: column; flex-wrap: nowrap; height: 656px; padding: 60px 20px 80px 20px; width: 390px; }\",\".framer-e6juD.framer-v-11wdmox .framer-hvanyo-container { width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-e6juD.framer-v-11wdmox.framer-a32qom { gap: 0px; } .framer-e6juD.framer-v-11wdmox.framer-a32qom > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-e6juD.framer-v-11wdmox.framer-a32qom > :first-child { margin-top: 0px; } .framer-e6juD.framer-v-11wdmox.framer-a32qom > :last-child { margin-bottom: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 728\n * @framerIntrinsicWidth 1066\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"kEc29pT_C\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"JzUpPqFR1\":\"padding2\",\"jUvCQl7fp\":\"title2\",\"lzyLbV5Ru\":\"text2\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerbzctrfROR=withCSS(Component,css,\"framer-e6juD\");export default FramerbzctrfROR;FramerbzctrfROR.displayName=\"Bg with title\";FramerbzctrfROR.defaultProps={height:728,width:1066};addPropertyControls(FramerbzctrfROR,{variant:{options:[\"n8Inyskvh\",\"kEc29pT_C\"],optionTitles:[\"Desktop\",\"Variant 2\"],title:\"Variant\",type:ControlType.Enum},JzUpPqFR1:{defaultValue:\"40px 60px 40px 60px\",title:\"Padding 2\",type:ControlType.Padding},jUvCQl7fp:{defaultValue:\"Military-Grade & Enterprise-Proven\",displayTextArea:false,title:\"Title 2\",type:ControlType.String},lzyLbV5Ru:{defaultValue:\"Trusted by Fortune 500 companies to drive strategic growth.\",displayTextArea:false,title:\"Text 2\",type:ControlType.String}});addFonts(FramerbzctrfROR,[{explicitInter:true,fonts:[]},...CardFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerbzctrfROR\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"JzUpPqFR1\\\":\\\"padding2\\\",\\\"jUvCQl7fp\\\":\\\"title2\\\",\\\"lzyLbV5Ru\\\":\\\"text2\\\"}\",\"framerIntrinsicWidth\":\"1066\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerAutoSizeImages\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"kEc29pT_C\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicHeight\":\"728\",\"framerContractVersion\":\"1\",\"framerColorSyntax\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}","// Generated by Framer (3d3d426)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,RichText,SmartComponentScopedContainer,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/CGWtFFPvCYsLOmQIb6q0/0nhC3a2fZ22Hh69svIu3/fKlyVq3gf.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/glxVdiNFlE68DcerIlnw/zF0vfssYklRcfHWWR8zk/JeMH1hdg6.js\";import Numbers from\"https://framerusercontent.com/modules/Zq4leLW7kZfp1oYhPcyB/bRUMAerBtYxuZqyqnvar/E_5OVwlbL.js\";import Numbers2 from\"https://framerusercontent.com/modules/7O226v9fR81LbVQACMfe/avnIHw8WclIYwywHFe4Y/JU7Zs4j6i.js\";import Numbers1 from\"https://framerusercontent.com/modules/zG2dXVFDn269duHbSEzc/uDMjYoy5ufs7HgkQa99R/MIx74fYH4.js\";const NumbersFonts=getFonts(Numbers);const Numbers1Fonts=getFonts(Numbers1);const Numbers2Fonts=getFonts(Numbers2);const cycleOrder=[\"UpuF2qvml\",\"Jsyf0R1py\",\"y0H7knMoE\",\"BLsIxxG4M\"];const serializationHash=\"framer-OcpFD\";const variantClassNames={BLsIxxG4M:\"framer-v-1avigrv\",Jsyf0R1py:\"framer-v-s5si5a\",UpuF2qvml:\"framer-v-17wt4r5\",y0H7knMoE:\"framer-v-1infgi4\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const numberToPixelString=value=>{if(typeof value!==\"number\")return value;if(!Number.isFinite(value))return undefined;return Math.max(0,value)+\"px\";};const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const transition2={bounce:.25,delay:0,duration:.45,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1.01,skewX:0,skewY:0,transition:transition2};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"UpuF2qvml\",\"Variant 2\":\"Jsyf0R1py\",\"Variant 3\":\"y0H7knMoE\",\"Variant 5\":\"BLsIxxG4M\"};const getProps=({gap,height,id,numbers1,numbers1Text,numbers2,numbers2Text,numbers3,numbers3Title,padding,padding3,padding4,text1,text2,text3,title1,title2,title3,visible,visible2,width,...props})=>{return{...props,A3EtArb6D:text1??props.A3EtArb6D??\"Real-time AI-led adjustments to production and supply planning with 91% accuracy.\",EbYgKX2OQ:text2??props.EbYgKX2OQ??\"Scenario modeling and optimization that prevents disruptions and maintains uptime.\",hOK4z30uN:numbers3Title??props.hOK4z30uN??\"Faster\",I08NbkoyK:numbers3??props.I08NbkoyK??\"98%\",i8qWjVKj2:padding4??props.i8qWjVKj2??\"40px\",JpYLLgYUi:padding??props.JpYLLgYUi??\"80px 0px 80px 0px\",KvNsF8zbS:visible2??props.KvNsF8zbS??true,KxPS1gesU:text3??props.KxPS1gesU??\"Self-optimizing systems that deliver 6–11x ROI across complex manufacturing environments.\",lpQbuOyXL:title2??props.lpQbuOyXL??\"Resilient Supply Chain Intelligence\",lPtvZMSDX:gap??props.lPtvZMSDX??10,mqAjv8FgH:numbers1Text??props.mqAjv8FgH??\"Accuracy\",nBEGmIVkS:numbers2??props.nBEGmIVkS??\"10x\",T2IHW8jtc:numbers2Text??props.T2IHW8jtc??\"ROI\",uEMHdjpRa:padding3??props.uEMHdjpRa??\"40px\",variant:humanReadableVariantMap[props.variant]??props.variant??\"UpuF2qvml\",vWAAoAsno:title1??props.vWAAoAsno??\"Predictive Process Automation\",WLB03xieU:visible??props.WLB03xieU??true,wOjE8tYND:numbers1??props.wOjE8tYND??\"91%\",XauwDONQL:title3??props.XauwDONQL??\"Autonomous Operations\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,WLB03xieU,KvNsF8zbS,JpYLLgYUi,vWAAoAsno,A3EtArb6D,wOjE8tYND,mqAjv8FgH,lpQbuOyXL,EbYgKX2OQ,nBEGmIVkS,T2IHW8jtc,XauwDONQL,I08NbkoyK,hOK4z30uN,KxPS1gesU,lPtvZMSDX,uEMHdjpRa,i8qWjVKj2,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"UpuF2qvml\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-17wt4r5\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"UpuF2qvml\",ref:refBinding,style:{\"--1209i65\":numberToPixelString(JpYLLgYUi),backgroundColor:\"var(--token-0e935ff9-3ff8-4493-b715-a28249f8ef97, rgb(237, 237, 237))\",...style},...addPropertyOverrides({BLsIxxG4M:{\"data-framer-name\":\"Variant 5\"},Jsyf0R1py:{\"data-framer-name\":\"Variant 2\"},y0H7knMoE:{\"data-framer-name\":\"Variant 3\"}},baseVariant,gestureVariant),children:[WLB03xieU&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-85b5bw\",\"data-styles-preset\":\"fKlyVq3gf\",style:{\"--framer-text-alignment\":\"center\"},children:\"Transformational Impact\"})}),className:\"framer-1vcv0zo\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"eANnH08FN\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({y0H7knMoE:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-vtsyu2\",\"data-styles-preset\":\"JeMH1hdg6\",style:{\"--framer-text-alignment\":\"center\"},children:\"Transformational Impact\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-109x8m1\",layoutDependency:layoutDependency,layoutId:\"RS8SkZpAr\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:404.5,width:`max(((${componentViewport?.width||\"100vw\"} - ${JpYLLgYUi*2}px) * 0.85 - 60px) / 3, 1px)`,...addPropertyOverrides({BLsIxxG4M:{width:`max(((${componentViewport?.width||\"100vw\"} - ${JpYLLgYUi*2}px) * 0.6 - 60px) / 3, 1px)`},Jsyf0R1py:{height:424,width:`max(((${componentViewport?.width||\"100vw\"} - ${JpYLLgYUi*2}px) * 0.9 - 60px) / 3, 1px)`},y0H7knMoE:{height:356,width:`calc(((${componentViewport?.width||\"100vw\"} - ${JpYLLgYUi*2}px) - 16px) * 0.9)`}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-6sh820-container\",layoutDependency:layoutDependency,layoutId:\"b8IbmIezj-container\",nodeId:\"b8IbmIezj\",rendersWithMotion:true,scopeId:\"TLu0mVDXf\",whileHover:animation,children:/*#__PURE__*/_jsx(Numbers,{height:\"100%\",id:\"b8IbmIezj\",KsBqUSojM:lPtvZMSDX,lADaS8lBF:mqAjv8FgH,layoutId:\"b8IbmIezj\",m0Y9dIr3w:A3EtArb6D,NQGGr8k8o:WLB03xieU,R9Dhl0ZIt:KvNsF8zbS,RqvofpKWU:wOjE8tYND,style:{height:\"100%\",width:\"100%\"},variant:\"u5AO6OP4N\",width:\"100%\",Xqo2lhJrp:vWAAoAsno,...addPropertyOverrides({Jsyf0R1py:{variant:\"u9WCKxpG4\"},y0H7knMoE:{style:{width:\"100%\"}}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:404.5,width:`max(((${componentViewport?.width||\"100vw\"} - ${JpYLLgYUi*2}px) * 0.85 - 60px) / 3, 1px)`,...addPropertyOverrides({BLsIxxG4M:{width:`max(((${componentViewport?.width||\"100vw\"} - ${JpYLLgYUi*2}px) * 0.6 - 60px) / 3, 1px)`},Jsyf0R1py:{height:424,width:`max(((${componentViewport?.width||\"100vw\"} - ${JpYLLgYUi*2}px) * 0.9 - 60px) / 3, 1px)`},y0H7knMoE:{height:356,width:`calc(((${componentViewport?.width||\"100vw\"} - ${JpYLLgYUi*2}px) - 16px) * 0.9)`}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-111ju6e-container\",layoutDependency:layoutDependency,layoutId:\"Bd0pHx6HC-container\",nodeId:\"Bd0pHx6HC\",rendersWithMotion:true,scopeId:\"TLu0mVDXf\",whileHover:animation,children:/*#__PURE__*/_jsx(Numbers1,{HaX3_wAwk:EbYgKX2OQ,height:\"100%\",id:\"Bd0pHx6HC\",jzPs1sLwW:nBEGmIVkS,layoutId:\"Bd0pHx6HC\",lJwUKuZkA:T2IHW8jtc,MHL8kI1rL:numberToPixelString(uEMHdjpRa),pwwVdVO8o:lPtvZMSDX,style:{height:\"100%\",width:\"100%\"},variant:\"v5KCyChUQ\",WbPe4ssjF:WLB03xieU,width:\"100%\",XI46oNUgT:lpQbuOyXL,...addPropertyOverrides({Jsyf0R1py:{variant:\"NyIYs5a5Z\"},y0H7knMoE:{style:{width:\"100%\"}}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:404.5,width:`max(((${componentViewport?.width||\"100vw\"} - ${JpYLLgYUi*2}px) * 0.85 - 60px) / 3, 1px)`,...addPropertyOverrides({BLsIxxG4M:{width:`max(((${componentViewport?.width||\"100vw\"} - ${JpYLLgYUi*2}px) * 0.6 - 60px) / 3, 1px)`},Jsyf0R1py:{height:424,width:`max(((${componentViewport?.width||\"100vw\"} - ${JpYLLgYUi*2}px) * 0.9 - 60px) / 3, 1px)`},y0H7knMoE:{height:324,width:`calc(((${componentViewport?.width||\"100vw\"} - ${JpYLLgYUi*2}px) - 16px) * 0.9)`}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-177g30t-container\",layoutDependency:layoutDependency,layoutId:\"g_Vn6Hbnl-container\",nodeId:\"g_Vn6Hbnl\",rendersWithMotion:true,scopeId:\"TLu0mVDXf\",whileHover:animation,children:/*#__PURE__*/_jsx(Numbers2,{aKdDWJa84:numberToPixelString(i8qWjVKj2),BlXsQAMQJ:KxPS1gesU,eTadoLDDD:hOK4z30uN,gO8NLT1v9:I08NbkoyK,h4pAXgdkT:KvNsF8zbS,height:\"100%\",id:\"g_Vn6Hbnl\",layoutId:\"g_Vn6Hbnl\",MSLvFl2MM:WLB03xieU,p6dA6Yja1:lPtvZMSDX,QinFZ5RGa:true,style:{height:\"100%\",width:\"100%\"},uqQJM8kHB:XauwDONQL,variant:\"nBF1i61J4\",width:\"100%\",...addPropertyOverrides({Jsyf0R1py:{variant:\"WF1EDbNvS\"},y0H7knMoE:{style:{width:\"100%\"}}},baseVariant,gestureVariant)})})})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-OcpFD.framer-1objfd4, .framer-OcpFD .framer-1objfd4 { display: block; }\",\".framer-OcpFD.framer-17wt4r5 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: hidden; padding: var(--1209i65); position: relative; width: 1200px; }\",\".framer-OcpFD .framer-1vcv0zo { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-OcpFD .framer-109x8m1 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: 425px; justify-content: flex-start; overflow: visible; padding: 10px; position: relative; width: 85%; }\",\".framer-OcpFD .framer-6sh820-container, .framer-OcpFD .framer-111ju6e-container, .framer-OcpFD .framer-177g30t-container { flex: 1 0 0px; height: 100%; position: relative; width: 1px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-OcpFD.framer-v-s5si5a.framer-17wt4r5 { width: 823px; }\",\".framer-OcpFD.framer-v-s5si5a .framer-1vcv0zo { white-space: pre-wrap; width: 85%; word-break: break-word; word-wrap: break-word; }\",\".framer-OcpFD.framer-v-s5si5a .framer-109x8m1 { height: min-content; width: 90%; }\",\".framer-OcpFD.framer-v-s5si5a .framer-6sh820-container, .framer-OcpFD.framer-v-s5si5a .framer-111ju6e-container, .framer-OcpFD.framer-v-s5si5a .framer-177g30t-container { height: 424px; }\",\".framer-OcpFD.framer-v-1infgi4.framer-17wt4r5 { width: 387px; }\",\".framer-OcpFD.framer-v-1infgi4 .framer-1vcv0zo { white-space: pre-wrap; width: 90%; word-break: break-word; word-wrap: break-word; }\",\".framer-OcpFD.framer-v-1infgi4 .framer-109x8m1 { align-content: center; align-items: center; flex-direction: column; height: min-content; padding: 8px; width: 100%; }\",\".framer-OcpFD.framer-v-1infgi4 .framer-6sh820-container, .framer-OcpFD.framer-v-1infgi4 .framer-111ju6e-container, .framer-OcpFD.framer-v-1infgi4 .framer-177g30t-container { flex: none; height: auto; width: 90%; }\",\".framer-OcpFD.framer-v-1avigrv.framer-17wt4r5 { width: 2982px; }\",\".framer-OcpFD.framer-v-1avigrv .framer-109x8m1 { width: 60%; }\",...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 672.5\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"Jsyf0R1py\":{\"layout\":[\"fixed\",\"auto\"]},\"y0H7knMoE\":{\"layout\":[\"fixed\",\"auto\"]},\"BLsIxxG4M\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"WLB03xieU\":\"visible\",\"KvNsF8zbS\":\"visible2\",\"JpYLLgYUi\":\"padding\",\"vWAAoAsno\":\"title1\",\"A3EtArb6D\":\"text1\",\"wOjE8tYND\":\"numbers1\",\"mqAjv8FgH\":\"numbers1Text\",\"lpQbuOyXL\":\"title2\",\"EbYgKX2OQ\":\"text2\",\"nBEGmIVkS\":\"numbers2\",\"T2IHW8jtc\":\"numbers2Text\",\"XauwDONQL\":\"title3\",\"I08NbkoyK\":\"numbers3\",\"hOK4z30uN\":\"numbers3Title\",\"KxPS1gesU\":\"text3\",\"lPtvZMSDX\":\"gap\",\"uEMHdjpRa\":\"padding3\",\"i8qWjVKj2\":\"padding4\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerTLu0mVDXf=withCSS(Component,css,\"framer-OcpFD\");export default FramerTLu0mVDXf;FramerTLu0mVDXf.displayName=\"3 Numbers\";FramerTLu0mVDXf.defaultProps={height:672.5,width:1200};addPropertyControls(FramerTLu0mVDXf,{variant:{options:[\"UpuF2qvml\",\"Jsyf0R1py\",\"y0H7knMoE\",\"BLsIxxG4M\"],optionTitles:[\"Variant 1\",\"Variant 2\",\"Variant 3\",\"Variant 5\"],title:\"Variant\",type:ControlType.Enum},WLB03xieU:{defaultValue:true,title:\"Visible\",type:ControlType.Boolean},KvNsF8zbS:{defaultValue:true,title:\"Visible 2\",type:ControlType.Boolean},JpYLLgYUi:{defaultValue:\"80px 0px 80px 0px\",title:\"Padding\",type:ControlType.Padding},vWAAoAsno:{defaultValue:\"Predictive Process Automation\",displayTextArea:false,title:\"Title 1\",type:ControlType.String},A3EtArb6D:{defaultValue:\"Real-time AI-led adjustments to production and supply planning with 91% accuracy.\",displayTextArea:false,title:\"Text 1\",type:ControlType.String},wOjE8tYND:{defaultValue:\"91%\",displayTextArea:false,title:\"Numbers 1\",type:ControlType.String},mqAjv8FgH:{defaultValue:\"Accuracy\",displayTextArea:false,title:\"Numbers 1 text\",type:ControlType.String},lpQbuOyXL:{defaultValue:\"Resilient Supply Chain Intelligence\",displayTextArea:false,title:\"Title 2\",type:ControlType.String},EbYgKX2OQ:{defaultValue:\"Scenario modeling and optimization that prevents disruptions and maintains uptime.\",displayTextArea:false,title:\"Text 2\",type:ControlType.String},nBEGmIVkS:{defaultValue:\"10x\",displayTextArea:false,title:\"Numbers 2\",type:ControlType.String},T2IHW8jtc:{defaultValue:\"ROI\",displayTextArea:false,title:\"Numbers 2 text\",type:ControlType.String},XauwDONQL:{defaultValue:\"Autonomous Operations\",displayTextArea:false,title:\"Title 3\",type:ControlType.String},I08NbkoyK:{defaultValue:\"98%\",displayTextArea:false,title:\"Numbers 3\",type:ControlType.String},hOK4z30uN:{defaultValue:\"Faster\",displayTextArea:false,title:\"Numbers 3 title\",type:ControlType.String},KxPS1gesU:{defaultValue:\"Self-optimizing systems that deliver 6–11x ROI across complex manufacturing environments.\",displayTextArea:false,title:\"Text 3\",type:ControlType.String},lPtvZMSDX:{defaultValue:10,min:0,title:\"Gap\",type:ControlType.Number},uEMHdjpRa:{defaultValue:\"40px\",title:\"Padding 3\",type:ControlType.Padding},i8qWjVKj2:{defaultValue:\"40px\",title:\"Padding 4\",type:ControlType.Padding}});addFonts(FramerTLu0mVDXf,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...NumbersFonts,...Numbers1Fonts,...Numbers2Fonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerTLu0mVDXf\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"672.5\",\"framerIntrinsicWidth\":\"1200\",\"framerColorSyntax\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Jsyf0R1py\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"y0H7knMoE\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"BLsIxxG4M\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"WLB03xieU\\\":\\\"visible\\\",\\\"KvNsF8zbS\\\":\\\"visible2\\\",\\\"JpYLLgYUi\\\":\\\"padding\\\",\\\"vWAAoAsno\\\":\\\"title1\\\",\\\"A3EtArb6D\\\":\\\"text1\\\",\\\"wOjE8tYND\\\":\\\"numbers1\\\",\\\"mqAjv8FgH\\\":\\\"numbers1Text\\\",\\\"lpQbuOyXL\\\":\\\"title2\\\",\\\"EbYgKX2OQ\\\":\\\"text2\\\",\\\"nBEGmIVkS\\\":\\\"numbers2\\\",\\\"T2IHW8jtc\\\":\\\"numbers2Text\\\",\\\"XauwDONQL\\\":\\\"title3\\\",\\\"I08NbkoyK\\\":\\\"numbers3\\\",\\\"hOK4z30uN\\\":\\\"numbers3Title\\\",\\\"KxPS1gesU\\\":\\\"text3\\\",\\\"lPtvZMSDX\\\":\\\"gap\\\",\\\"uEMHdjpRa\\\":\\\"padding3\\\",\\\"i8qWjVKj2\\\":\\\"padding4\\\"}\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}","// Generated by Framer (5351ffe)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,PropertyOverrides,ResolveLinks,RichText,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useRouteElementId,useRouter,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{Video}from\"https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/7qT0r3So12155VV5Jq5x/Video.js\";import{Youtube as YouTube}from\"https://framerusercontent.com/modules/NEd4VmDdsxM3StIUbddO/DDzyuYPF56TuI0bfUu2z/YouTube.js\";import Slideshow from\"https://framerusercontent.com/modules/zvkTOpMSuRzRhLzZZIwG/vzgdvq3ezmf3RWurtT17/SlideShow.js\";import Button from\"#framer/local/canvasComponent/aVphpW3II/aVphpW3II.js\";import Badge from\"#framer/local/canvasComponent/bn259cKVJ/bn259cKVJ.js\";import BgWithTitle from\"#framer/local/canvasComponent/bzctrfROR/bzctrfROR.js\";import Numbers1 from\"#framer/local/canvasComponent/E_5OVwlbL/E_5OVwlbL.js\";import Clients from\"#framer/local/canvasComponent/Ekx5CI0fn/Ekx5CI0fn.js\";import SaaSPaaS from\"#framer/local/canvasComponent/Gfjp1fk23/Gfjp1fk23.js\";import Numbers3 from\"#framer/local/canvasComponent/JU7Zs4j6i/JU7Zs4j6i.js\";import Numbers2 from\"#framer/local/canvasComponent/MIx74fYH4/MIx74fYH4.js\";import Numbers from\"#framer/local/canvasComponent/TLu0mVDXf/TLu0mVDXf.js\";import*as sharedStyle1 from\"#framer/local/css/fKlyVq3gf/fKlyVq3gf.js\";import*as sharedStyle from\"#framer/local/css/iaBy7WzBo/iaBy7WzBo.js\";import*as sharedStyle2 from\"#framer/local/css/JeMH1hdg6/JeMH1hdg6.js\";import*as sharedStyle3 from\"#framer/local/css/TEPWpgm45/TEPWpgm45.js\";import*as sharedStyle4 from\"#framer/local/css/TPIiWVXiC/TPIiWVXiC.js\";import metadataProvider from\"#framer/local/webPageMetadata/augiA20Il/augiA20Il.js\";const VideoFonts=getFonts(Video);const BgWithTitleFonts=getFonts(BgWithTitle);const MotionDivWithFX=withFX(motion.div);const SlideshowFonts=getFonts(Slideshow);const ImageWithFX=withFX(Image);const RichTextWithFX=withFX(RichText);const ButtonFonts=getFonts(Button);const BadgeFonts=getFonts(Badge);const ContainerWithFX=withFX(Container);const YouTubeFonts=getFonts(YouTube);const ContainerWithOptimizedAppearEffect=withOptimizedAppearEffect(Container);const SaaSPaaSFonts=getFonts(SaaSPaaS);const NumbersFonts=getFonts(Numbers);const Numbers1Fonts=getFonts(Numbers1);const Numbers2Fonts=getFonts(Numbers2);const Numbers3Fonts=getFonts(Numbers3);const ClientsFonts=getFonts(Clients);const breakpoints={aM2K9i2MY:\"(min-width: 2400px)\",nAH0Fd7Hu:\"(max-width: 807px)\",S5gVR0FRU:\"(min-width: 808px) and (max-width: 1199px)\",WQLkyLRf1:\"(min-width: 1200px) and (max-width: 2399px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-A9WKf\";const variantClassNames={aM2K9i2MY:\"framer-v-6ouvea\",nAH0Fd7Hu:\"framer-v-1r62svh\",S5gVR0FRU:\"framer-v-192dc4j\",WQLkyLRf1:\"framer-v-72rtr7\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:50};const transition1={damping:40,delay:0,mass:1,stiffness:200,type:\"spring\"};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:50};const animation2={opacity:1,rotate:360,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const transition2={damping:100,delay:0,mass:10,stiffness:1,type:\"spring\"};const animation3={opacity:1,rotate:360,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const animation4={filter:\"blur(10px)\",opacity:.001,rotate:0,scale:1,skewX:0,skewY:0,x:0,y:10};const transition3={bounce:0,delay:.05,duration:.4,type:\"spring\"};const textEffect={effect:animation4,repeat:false,startDelay:0,tokenization:\"character\",transition:transition3,trigger:\"onMount\",type:\"appear\"};const textEffect1={effect:animation4,repeat:false,startDelay:.3,tokenization:\"character\",transition:transition3,trigger:\"onMount\",type:\"appear\"};const animation5={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:-90,y:0};const transition4={damping:25,delay:0,mass:1,stiffness:110,type:\"spring\"};const animation6={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition4,x:-90,y:0};const transition5={damping:30,delay:.2,mass:1,stiffness:100,type:\"spring\"};const animation7={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition5,x:0,y:0};const animation8={opacity:.001,rotate:0,rotateX:40,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const transition6={bounce:.25,delay:0,duration:.45,type:\"spring\"};const animation9={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1.02,skewX:0,skewY:0,transition:transition6};const animation10={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1.01,skewX:0,skewY:0,transition:transition6};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={\"1800\":\"aM2K9i2MY\",Desktop:\"WQLkyLRf1\",Phone:\"nAH0Fd7Hu\",Tablet:\"S5gVR0FRU\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"WQLkyLRf1\"};};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);React.useEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"nAH0Fd7Hu\")return true;return false;};const isDisplayed1=()=>{if(!isBrowser())return true;if(baseVariant===\"aM2K9i2MY\")return true;return false;};const isDisplayed2=()=>{if(!isBrowser())return true;if(baseVariant===\"nAH0Fd7Hu\")return false;return true;};const router=useRouter();const elementId=useRouteElementId(\"z19ps0Exf\");const ref1=React.useRef(null);const isDisplayed3=()=>{if(!isBrowser())return true;if(baseVariant===\"S5gVR0FRU\")return false;return true;};const isDisplayed4=()=>{if(!isBrowser())return true;if(baseVariant===\"S5gVR0FRU\")return true;return false;};const elementId1=useRouteElementId(\"ucObhLzID\");const ref2=React.useRef(null);const elementId2=useRouteElementId(\"lwicW96Wj\");const ref3=React.useRef(null);const elementId3=useRouteElementId(\"SfTUBApjg\");const ref4=React.useRef(null);useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"WQLkyLRf1\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: rgb(255, 255, 255); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-72rtr7\",className),ref:refBinding,style:{...style},children:[isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-t4493s-container hidden-72rtr7 hidden-192dc4j hidden-6ouvea\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"TSas8Ytr6\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Slideshow,{alignment:\"flex-start\",arrowOptions:{arrowFill:\"rgba(0, 0, 0, 0.2)\",arrowGap:20,arrowPadding:24,arrowPaddingBottom:40,arrowPaddingLeft:0,arrowPaddingRight:0,arrowPaddingTop:0,arrowPosition:\"auto\",arrowRadius:500,arrowShouldFadeIn:false,arrowShouldSpace:true,arrowSize:60,showMouseControls:false},autoPlayControl:false,borderRadius:0,direction:\"right\",dragControl:true,effectsOptions:{effectsHover:true,effectsOpacity:1,effectsPerspective:1200,effectsRotate:0,effectsScale:1,playOffscreen:false},fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:false},gap:0,height:\"100%\",id:\"TSas8Ytr6\",intervalControl:2,itemAmount:1,layoutId:\"TSas8Ytr6\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,progressOptions:{dotsActiveOpacity:1,dotsBackground:\"rgba(64, 64, 64, 0.29)\",dotsBlur:0,dotsFill:\"rgb(255, 255, 255)\",dotsGap:20,dotsInset:40,dotSize:10,dotsOpacity:.4,dotsPadding:10,dotsRadius:200,showProgressDots:true},slots:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1dflahq\",\"data-framer-name\":\"Military-Grade & Enterprise-Proven\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-12kc0zd-container\",inComponentSlot:true,isAuthoredByUser:true,isModuleExternal:true,nodeId:\"ynbk_ZhuO\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"ynbk_ZhuO\",isMixedBorderRadius:false,layoutId:\"ynbk_ZhuO\",loop:true,muted:true,objectFit:\"cover\",playing:true,posterEnabled:true,srcFile:\"https://framerusercontent.com/assets/lxvgyYGLGdI3pHCqiBclwhu0rk.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(motion.div,{className:\"framer-zj3jss\"}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:680,width:\"390px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-11hjco-container\",inComponentSlot:true,nodeId:\"XQegUeEhE\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(BgWithTitle,{height:\"100%\",id:\"XQegUeEhE\",jUvCQl7fp:\"Industrial-Grade & Enterprise-Proven\",JzUpPqFR1:\"40px 60px 40px 60px\",layoutId:\"XQegUeEhE\",lzyLbV5Ru:\"Trusted by Fortune 500 companies to drive strategic growth.\",style:{height:\"100%\",width:\"100%\"},variant:\"kEc29pT_C\",width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-exykc6\",\"data-framer-name\":\"Rapid Execution\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-67nfnn-container\",inComponentSlot:true,isAuthoredByUser:true,isModuleExternal:true,nodeId:\"HDtZmKAH_\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"HDtZmKAH_\",isMixedBorderRadius:false,layoutId:\"HDtZmKAH_\",loop:true,muted:true,objectFit:\"cover\",playing:true,posterEnabled:true,srcFile:\"https://framerusercontent.com/assets/2nQsYhyadCjFczFwYnihskNnjNo.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(motion.div,{className:\"framer-itwvej\"}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-x8r24h\"}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:680,width:\"390px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-5se3p4-container\",inComponentSlot:true,nodeId:\"VWReQJBRK\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(BgWithTitle,{height:\"100%\",id:\"VWReQJBRK\",jUvCQl7fp:\"Beyond Data Analytics \",JzUpPqFR1:\"40px 60px 40px 60px\",layoutId:\"VWReQJBRK\",lzyLbV5Ru:\"We don’t just report insights - we generate actionable strategies.\",style:{height:\"100%\",width:\"100%\"},variant:\"kEc29pT_C\",width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-xomrad\",\"data-framer-name\":\"3\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ybdebe-container\",inComponentSlot:true,isAuthoredByUser:true,isModuleExternal:true,nodeId:\"Lh3UG6xVR\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"Lh3UG6xVR\",isMixedBorderRadius:false,layoutId:\"Lh3UG6xVR\",loop:true,muted:true,objectFit:\"cover\",playing:true,posterEnabled:true,srcFile:\"https://framerusercontent.com/assets/qHgkl4tX6OIgZItpvCdccJrgYE.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(motion.div,{className:\"framer-kgc0p9\"}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:680,width:\"390px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-107y9ts-container\",inComponentSlot:true,nodeId:\"e0yYa0LoK\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(BgWithTitle,{height:\"100%\",id:\"e0yYa0LoK\",jUvCQl7fp:\"Rapid Execution\",JzUpPqFR1:\"40px 60px 40px 60px\",layoutId:\"e0yYa0LoK\",lzyLbV5Ru:\"Recommendations tested and implemented within days, not months.\",style:{height:\"100%\",width:\"100%\"},variant:\"kEc29pT_C\",width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-16lyn0h\",\"data-framer-name\":\"Market-Adaptive Intelligence\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-111zv80-container\",inComponentSlot:true,isAuthoredByUser:true,isModuleExternal:true,nodeId:\"cIBxQqeUc\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"cIBxQqeUc\",isMixedBorderRadius:false,layoutId:\"cIBxQqeUc\",loop:true,muted:true,objectFit:\"cover\",playing:true,posterEnabled:true,srcFile:\"https://framerusercontent.com/assets/6v2FGcDitrgfgndoCzlmoXTzlA.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(motion.div,{className:\"framer-1ur42j9\"}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:680,width:\"390px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-zpmvrk-container\",inComponentSlot:true,nodeId:\"X1uZXudOz\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(BgWithTitle,{height:\"100%\",id:\"X1uZXudOz\",jUvCQl7fp:\"Market-Adaptive Intelligence\",JzUpPqFR1:\"40px 60px 40px 60px\",layoutId:\"X1uZXudOz\",lzyLbV5Ru:\"Continuously evolving, learning, and optimizing based on new market signals.\",style:{height:\"100%\",width:\"100%\"},variant:\"kEc29pT_C\",width:\"100%\"})})})]})],startFrom:0,style:{height:\"100%\",width:\"100%\"},transitionControl:{damping:87,delay:0,mass:1.7,stiffness:385,type:\"spring\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-q1p97u\",\"data-framer-name\":\"2\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-d18r8j\",children:[isDisplayed1()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aM2K9i2MY:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:512,intrinsicWidth:512,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0+660-200),pixelHeight:924,pixelWidth:1238,sizes:\"421px\",src:\"https://framerusercontent.com/images/3qxBwC3UkSWz0vnUuV5bik84LcE.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/3qxBwC3UkSWz0vnUuV5bik84LcE.png?scale-down-to=512 512w,https://framerusercontent.com/images/3qxBwC3UkSWz0vnUuV5bik84LcE.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/3qxBwC3UkSWz0vnUuV5bik84LcE.png 1238w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:512,intrinsicWidth:512,pixelHeight:924,pixelWidth:1238,src:\"https://framerusercontent.com/images/3qxBwC3UkSWz0vnUuV5bik84LcE.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/3qxBwC3UkSWz0vnUuV5bik84LcE.png?scale-down-to=512 512w,https://framerusercontent.com/images/3qxBwC3UkSWz0vnUuV5bik84LcE.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/3qxBwC3UkSWz0vnUuV5bik84LcE.png 1238w\"},className:\"framer-8s6l9e hidden-72rtr7 hidden-192dc4j hidden-1r62svh\",\"data-framer-name\":\"A7173933e52b5cdb2815d930283db25353234bcaeef5ce9ef46df4b3a85bbd6b\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aM2K9i2MY:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:643,intrinsicWidth:1177,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0+660-436),pixelHeight:1252,pixelWidth:2401,sizes:`calc(${componentViewport?.width||\"100vw\"} * 1.1438)`,src:\"https://framerusercontent.com/images/x1mlItxDgeXaihxDpu0h8yuh42g.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/x1mlItxDgeXaihxDpu0h8yuh42g.png?scale-down-to=512 512w,https://framerusercontent.com/images/x1mlItxDgeXaihxDpu0h8yuh42g.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/x1mlItxDgeXaihxDpu0h8yuh42g.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/x1mlItxDgeXaihxDpu0h8yuh42g.png 2401w\"}},nAH0Fd7Hu:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:643,intrinsicWidth:1177,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+40+0+760-293),pixelHeight:1252,pixelWidth:2401,sizes:`calc(${componentViewport?.width||\"100vw\"} * 1.3)`,src:\"https://framerusercontent.com/images/x1mlItxDgeXaihxDpu0h8yuh42g.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/x1mlItxDgeXaihxDpu0h8yuh42g.png?scale-down-to=512 512w,https://framerusercontent.com/images/x1mlItxDgeXaihxDpu0h8yuh42g.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/x1mlItxDgeXaihxDpu0h8yuh42g.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/x1mlItxDgeXaihxDpu0h8yuh42g.png 2401w\"}},S5gVR0FRU:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:643,intrinsicWidth:1177,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+80+0+920-757),pixelHeight:1252,pixelWidth:2401,sizes:`calc(${componentViewport?.width||\"100vw\"} + 462px)`,src:\"https://framerusercontent.com/images/x1mlItxDgeXaihxDpu0h8yuh42g.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/x1mlItxDgeXaihxDpu0h8yuh42g.png?scale-down-to=512 512w,https://framerusercontent.com/images/x1mlItxDgeXaihxDpu0h8yuh42g.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/x1mlItxDgeXaihxDpu0h8yuh42g.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/x1mlItxDgeXaihxDpu0h8yuh42g.png 2401w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:false,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",intrinsicHeight:643,intrinsicWidth:1177,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+120+0+841-665),pixelHeight:1252,pixelWidth:2401,sizes:`calc(${componentViewport?.width||\"100vw\"} * 1.3)`,src:\"https://framerusercontent.com/images/x1mlItxDgeXaihxDpu0h8yuh42g.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/x1mlItxDgeXaihxDpu0h8yuh42g.png?scale-down-to=512 512w,https://framerusercontent.com/images/x1mlItxDgeXaihxDpu0h8yuh42g.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/x1mlItxDgeXaihxDpu0h8yuh42g.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/x1mlItxDgeXaihxDpu0h8yuh42g.png 2401w\"},className:\"framer-1f4dfb5\",\"data-framer-name\":\"\\xd0\\x97\\xd0\\xbd\\xd1\\x96\\xd0\\xbc\\xd0\\xbe\\xd0\\xba \\xd0\\xb5\\xd0\\xba\\xd1\\x80\\xd0\\xb0\\xd0\\xbd\\xd0\\xb0 2025-04-07 \\xd0\\xbe 20.01.10\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1eol6gh\",children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-83k3h9\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nAH0Fd7Hu:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-85b5bw\",\"data-styles-preset\":\"fKlyVq3gf\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(248, 248, 248)\"},children:\"Navigating Business Complexity \"})}),effect:textEffect},S5gVR0FRU:{effect:textEffect}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-nm80lz\",\"data-styles-preset\":\"iaBy7WzBo\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(248, 248, 248)\"},children:\"Navigating Business Complexity \"})}),className:\"framer-az11e1\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nAH0Fd7Hu:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-vtsyu2\",\"data-styles-preset\":\"JeMH1hdg6\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-bffb8c1e-8ab2-445b-a150-9bf9035416d6, rgb(72, 233, 176))\"},children:\"In VUCA Environments\"})}),effect:textEffect1},S5gVR0FRU:{effect:textEffect}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-85b5bw\",\"data-styles-preset\":\"fKlyVq3gf\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-bffb8c1e-8ab2-445b-a150-9bf9035416d6, rgb(72, 233, 176))\"},children:\"In VUCA Environments\"})}),className:\"framer-ayo3p1\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1dpm1cv\",children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"R0Y7SUJNIFBsZXggU2Fucy0zMDA=\",\"--framer-font-family\":'\"IBM Plex Sans\", \"IBM Plex Sans Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"300\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[\"Today's business leaders face \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7SUJNIFBsZXggU2Fucy01MDA=\",\"--framer-font-weight\":\"500\"},children:\"unprecedented challenges\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7SUJNIFBsZXggU2Fucy1yZWd1bGFy\",\"--framer-font-weight\":\"400\"},children:\" \"}),\"in markets defined by Volatility, Uncertainty, Complexity, and Ambiguity. Traditional analytics fail when confronted with rapidly shifting conditions.\"]})}),className:\"framer-m3n008\",fonts:[\"GF;IBM Plex Sans-300\",\"GF;IBM Plex Sans-500\",\"GF;IBM Plex Sans-regular\"],verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed2()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"T3jOz4B0c\"},implicitPathVariables:undefined},{href:{webPageId:\"T3jOz4B0c\"},implicitPathVariables:undefined},{href:{webPageId:\"T3jOz4B0c\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aM2K9i2MY:{y:(componentViewport?.y||0)+0+0+0+0+54+0+166.4+0+72},S5gVR0FRU:{y:(componentViewport?.y||0)+0+0+80+0+0+0+146.4+0+72}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:52,y:(componentViewport?.y||0)+0+0+120+0+0+0+166.4+0+72,children:/*#__PURE__*/_jsx(Container,{className:\"framer-9lbkx8-container hidden-1r62svh\",nodeId:\"R7FpJMMOa\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aM2K9i2MY:{jy8S2zIkd:resolvedLinks[2]},S5gVR0FRU:{jy8S2zIkd:resolvedLinks[1]}},children:/*#__PURE__*/_jsx(Button,{height:\"100%\",id:\"R7FpJMMOa\",JbrFW1FyB:\"var(--token-0e935ff9-3ff8-4493-b715-a28249f8ef97, rgb(237, 237, 237))\",JfjoVRrOo:\"Get Started\",jy8S2zIkd:resolvedLinks[0],layoutId:\"R7FpJMMOa\",mjv8b8TGi:{borderColor:\"var(--token-0e935ff9-3ff8-4493-b715-a28249f8ef97, rgb(237, 237, 237))\",borderStyle:\"solid\",borderWidth:2},O8TomHIFB:true,PyaFmCj2I:\"Request a Demo\",ql1hgOMBl:\"Discover how we do it\",style:{height:\"100%\"},uS_zWqX50:{borderColor:\"rgb(0, 0, 0)\",borderStyle:\"solid\",borderWidth:2},variant:\"QNf9CwqTm\",width:\"100%\",yd3ojoZJB:{borderColor:\"rgb(255, 255, 255)\",borderStyle:\"solid\",borderWidth:1},zE_FXO26g:\"var(--token-0e935ff9-3ff8-4493-b715-a28249f8ef97, rgb(237, 237, 237))\",zR8ZV6_5X:\"rgb(0, 0, 0)\"})})})})})}),isDisplayed()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"T3jOz4B0c\"},implicitPathVariables:undefined},{href:{webPageId:\"T3jOz4B0c\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nAH0Fd7Hu:{height:52,y:(componentViewport?.y||0)+0+0+40+0+0+0+118.4+0+72}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1l52fe5-container hidden-72rtr7 hidden-192dc4j hidden-6ouvea\",nodeId:\"FUitgPXhp\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nAH0Fd7Hu:{jy8S2zIkd:resolvedLinks1[1]}},children:/*#__PURE__*/_jsx(Button,{height:\"100%\",id:\"FUitgPXhp\",JbrFW1FyB:\"var(--token-0e935ff9-3ff8-4493-b715-a28249f8ef97, rgb(237, 237, 237))\",JfjoVRrOo:\"Get Started\",jy8S2zIkd:resolvedLinks1[0],layoutId:\"FUitgPXhp\",mjv8b8TGi:{borderColor:\"var(--token-0e935ff9-3ff8-4493-b715-a28249f8ef97, rgb(237, 237, 237))\",borderStyle:\"solid\",borderWidth:2},O8TomHIFB:true,PyaFmCj2I:\"Request a Demo\",ql1hgOMBl:\"Discover how we do it\",style:{height:\"100%\"},uS_zWqX50:{borderColor:\"rgb(0, 0, 0)\",borderStyle:\"solid\",borderWidth:2},variant:\"QNf9CwqTm\",width:\"100%\",yd3ojoZJB:{borderColor:\"rgb(255, 255, 255)\",borderStyle:\"solid\",borderWidth:1},zE_FXO26g:\"var(--token-0e935ff9-3ff8-4493-b715-a28249f8ef97, rgb(237, 237, 237))\",zR8ZV6_5X:\"rgb(0, 0, 0)\"})})})})})})]})]})]})}),/*#__PURE__*/_jsxs(\"article\",{className:\"framer-xhd42v\",\"data-framer-name\":\"3\",id:elementId,ref:ref1,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-djb8ze\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-wfmloq\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-385yc4\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-pkzoqg\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-10oc0jz\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aM2K9i2MY:{y:(componentViewport?.y||0)+0+660+0+0+96.2+0+0+0+0+0+0+0+0},nAH0Fd7Hu:{y:(componentViewport?.y||0)+0+800+40+0+0+0+0+0+0+0+0+0+0+0},S5gVR0FRU:{y:(componentViewport?.y||0)+0+1e3+0+0+0+0+40+0+0+0+0+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:33,y:(componentViewport?.y||0)+0+800+0+0+80+0+0+0+0+0+0+0+0,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation5,__framer__exit:animation6,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-zus252-container\",nodeId:\"dLnWl7tkC\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Badge,{BmNa6x7IK:\"rgba(0, 0, 0, 0.56)\",height:\"100%\",id:\"dLnWl7tkC\",layoutId:\"dLnWl7tkC\",OVddGzktB:\"Why Enterra\",variant:\"fgR74_PG6\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aM2K9i2MY:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO01haXNvbiBOZXVlIExpZ2h0\",\"--framer-font-family\":'\"Maison Neue Light\", \"Maison Neue Light Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-letter-spacing\":\"1px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-72057c1c-8853-4eb6-9f21-d2891c36219b, rgb(0, 0, 0))\"},children:\"Enterprise Intelligence that Predicts & Prescribes\"})}),fonts:[\"CUSTOM;Maison Neue Light\"]},nAH0Fd7Hu:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{className:\"framer-styles-preset-vtsyu2\",\"data-styles-preset\":\"JeMH1hdg6\",style:{\"--framer-text-alignment\":\"left\"},children:[\"Enterprise Intelligence \",/*#__PURE__*/_jsx(\"br\",{}),\"that Predicts & Prescribes\"]})}),effect:textEffect},S5gVR0FRU:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{className:\"framer-styles-preset-85b5bw\",\"data-styles-preset\":\"fKlyVq3gf\",style:{\"--framer-text-alignment\":\"left\"},children:[\"Enterprise Intelligence\",/*#__PURE__*/_jsx(\"br\",{}),\"that Predicts & Prescribes\"]})})}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation5,__framer__exit:animation6,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{className:\"framer-styles-preset-85b5bw\",\"data-styles-preset\":\"fKlyVq3gf\",children:[\"Enterprise Intelligence\",/*#__PURE__*/_jsx(\"br\",{}),\"that Predicts \",/*#__PURE__*/_jsx(\"br\",{}),\"& Prescribes\"]})}),className:\"framer-xjy4qs\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aM2K9i2MY:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7SUJNIFBsZXggU2Fucy1yZWd1bGFy\",\"--framer-font-family\":'\"IBM Plex Sans\", \"IBM Plex Sans Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-72057c1c-8853-4eb6-9f21-d2891c36219b, rgb(0, 0, 0))\"},children:[\"Enterra's integrated intelligence platform \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7SUJNIFBsZXggU2Fucy02MDA=\",\"--framer-font-weight\":\"600\"},children:\"predicts market shifts\"}),\" and prescribes optimal actions with 91% accuracy, even in volatile environments. Our proprietary architecture combines advanced AI reasoning with flexible application options, helping enterprise leaders transform uncertainty into competitive advantage.\"]}),/*#__PURE__*/_jsx(\"ul\",{style:{\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-72057c1c-8853-4eb6-9f21-d2891c36219b, rgb(0, 0, 0))\"},children:/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"Deploy proven solutions with 6-11x documented ROI.\"})})}),/*#__PURE__*/_jsx(\"ul\",{style:{\"--font-selector\":\"R0Y7SUJNIFBsZXggU2Fucy1yZWd1bGFy\",\"--framer-font-family\":'\"IBM Plex Sans\", \"IBM Plex Sans Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-72057c1c-8853-4eb6-9f21-d2891c36219b, rgb(0, 0, 0))\"},children:/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"Build custom applications on our powerful prediction engine and user interface.\"})})})]})},nAH0Fd7Hu:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7SUJNIFBsZXggU2Fucy1yZWd1bGFy\",\"--framer-font-family\":'\"IBM Plex Sans\", \"IBM Plex Sans Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-72057c1c-8853-4eb6-9f21-d2891c36219b, rgb(0, 0, 0))\"},children:[\"Enterra's integrated intelligence platform \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7SUJNIFBsZXggU2Fucy02MDA=\",\"--framer-font-weight\":\"600\"},children:\"predicts market shifts\"}),\" and prescribes optimal actions with 91% accuracy, even in volatile environments. Our proprietary architecture combines advanced AI reasoning with flexible application options, helping enterprise leaders transform uncertainty into competitive advantage.\"]}),/*#__PURE__*/_jsx(\"ul\",{style:{\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-72057c1c-8853-4eb6-9f21-d2891c36219b, rgb(0, 0, 0))\"},children:/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"Deploy proven solutions with 6-11x documented ROI.\"})})}),/*#__PURE__*/_jsx(\"ul\",{style:{\"--font-selector\":\"R0Y7SUJNIFBsZXggU2Fucy1yZWd1bGFy\",\"--framer-font-family\":'\"IBM Plex Sans\", \"IBM Plex Sans Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-72057c1c-8853-4eb6-9f21-d2891c36219b, rgb(0, 0, 0))\"},children:/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"Build custom applications on our powerful prediction engine and user interface.\"})})})]})},S5gVR0FRU:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7SUJNIFBsZXggU2Fucy1yZWd1bGFy\",\"--framer-font-family\":'\"IBM Plex Sans\", \"IBM Plex Sans Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-72057c1c-8853-4eb6-9f21-d2891c36219b, rgb(0, 0, 0))\"},children:[\"Enterra's integrated intelligence platform \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7SUJNIFBsZXggU2Fucy02MDA=\",\"--framer-font-weight\":\"600\"},children:\"predicts market shifts\"}),\" and prescribes optimal actions with 91% accuracy, even in volatile environments. Our proprietary architecture combines advanced AI reasoning with flexible application options, helping enterprise leaders transform uncertainty into competitive advantage.\"]}),/*#__PURE__*/_jsx(\"ul\",{style:{\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-72057c1c-8853-4eb6-9f21-d2891c36219b, rgb(0, 0, 0))\"},children:/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"Deploy proven solutions with 6-11x documented ROI.\"})})}),/*#__PURE__*/_jsx(\"ul\",{style:{\"--font-selector\":\"R0Y7SUJNIFBsZXggU2Fucy1yZWd1bGFy\",\"--framer-font-family\":'\"IBM Plex Sans\", \"IBM Plex Sans Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-72057c1c-8853-4eb6-9f21-d2891c36219b, rgb(0, 0, 0))\"},children:/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"Build custom applications on our powerful prediction engine and user interface.\"})})})]})}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation5,__framer__exit:animation6,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7SUJNIFBsZXggU2Fucy1yZWd1bGFy\",\"--framer-font-family\":'\"IBM Plex Sans\", \"IBM Plex Sans Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-72057c1c-8853-4eb6-9f21-d2891c36219b, rgb(0, 0, 0))\"},children:[\"Enterra's integrated intelligence platform \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7SUJNIFBsZXggU2Fucy02MDA=\",\"--framer-font-weight\":\"600\"},children:\"predicts market shifts\"}),\" and prescribes optimal actions with 91% accuracy, even in volatile environments. Our proprietary architecture combines advanced AI reasoning with flexible application options, helping enterprise leaders transform uncertainty into competitive advantage.\"]}),/*#__PURE__*/_jsx(\"ul\",{className:\"framer-styles-preset-1phvih\",\"data-styles-preset\":\"TEPWpgm45\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-72057c1c-8853-4eb6-9f21-d2891c36219b, rgb(0, 0, 0))\"},children:/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-72057c1c-8853-4eb6-9f21-d2891c36219b, rgb(0, 0, 0))\"},children:\"Deploy proven solutions with 6-11x documented ROI.\"})})}),/*#__PURE__*/_jsx(\"ul\",{className:\"framer-styles-preset-1phvih\",\"data-styles-preset\":\"TEPWpgm45\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-72057c1c-8853-4eb6-9f21-d2891c36219b, rgb(0, 0, 0))\"},children:/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-72057c1c-8853-4eb6-9f21-d2891c36219b, rgb(0, 0, 0))\"},children:\"Build custom applications on our powerful prediction engine and user interface.\"})})})]}),className:\"framer-18ym5h\",fonts:[\"GF;IBM Plex Sans-regular\",\"GF;IBM Plex Sans-600\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-hikfid hidden-72rtr7 hidden-192dc4j hidden-6ouvea\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation7,className:\"framer-1brqd34-container\",\"data-framer-appear-id\":\"1brqd34\",initial:animation8,isAuthoredByUser:true,isModuleExternal:true,nodeId:\"Uxvz2llNY\",optimized:true,rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(YouTube,{borderRadius:20,bottomLeftRadius:20,bottomRightRadius:20,height:\"100%\",id:\"Uxvz2llNY\",isMixedBorderRadius:false,isRed:false,layoutId:\"Uxvz2llNY\",play:\"On\",shouldMute:true,style:{height:\"100%\",width:\"100%\"},thumbnail:\"High Quality\",topLeftRadius:20,topRightRadius:20,url:\"https://www.youtube.com/watch?v=uc2805WJ3Co\",width:\"100%\"})})})}),isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nAH0Fd7Hu:{height:64,y:(componentViewport?.y||0)+0+800+40+0+0+0+0+0+0+575.4}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-67324y-container hidden-72rtr7 hidden-192dc4j hidden-6ouvea\",nodeId:\"ZLarxPn3_\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Button,{height:\"100%\",id:\"ZLarxPn3_\",JbrFW1FyB:\"var(--token-0e935ff9-3ff8-4493-b715-a28249f8ef97, rgb(237, 237, 237))\",JfjoVRrOo:\"Get Started\",layoutId:\"ZLarxPn3_\",mjv8b8TGi:{borderColor:\"var(--token-0e935ff9-3ff8-4493-b715-a28249f8ef97, rgb(237, 237, 237))\",borderStyle:\"solid\",borderWidth:2},O8TomHIFB:true,PyaFmCj2I:\"Request a Demo\",ql1hgOMBl:\"Get Started\",uS_zWqX50:{borderColor:\"rgb(0, 0, 0)\",borderStyle:\"solid\",borderWidth:2},variant:\"xhVRqqQN4\",width:\"100%\",yd3ojoZJB:{borderColor:\"rgb(255, 255, 255)\",borderStyle:\"solid\",borderWidth:1},zE_FXO26g:\"var(--token-0e935ff9-3ff8-4493-b715-a28249f8ef97, rgb(237, 237, 237))\",zR8ZV6_5X:\"rgb(0, 0, 0)\"})})})})]}),isDisplayed2()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aM2K9i2MY:{y:(componentViewport?.y||0)+0+660+0+0+96.2+0+346.6},S5gVR0FRU:{y:(componentViewport?.y||0)+0+1e3+0+0+0+0+40+573}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:64,y:(componentViewport?.y||0)+0+800+0+0+80+0+641,children:/*#__PURE__*/_jsx(Container,{className:\"framer-s0fef1-container hidden-1r62svh\",nodeId:\"HeGnOagju\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Button,{height:\"100%\",id:\"HeGnOagju\",JbrFW1FyB:\"var(--token-0e935ff9-3ff8-4493-b715-a28249f8ef97, rgb(237, 237, 237))\",JfjoVRrOo:\"Get Started\",layoutId:\"HeGnOagju\",mjv8b8TGi:{borderColor:\"var(--token-0e935ff9-3ff8-4493-b715-a28249f8ef97, rgb(237, 237, 237))\",borderStyle:\"solid\",borderWidth:2},O8TomHIFB:true,PyaFmCj2I:\"Request a Demo\",ql1hgOMBl:\"Get Started\",uS_zWqX50:{borderColor:\"rgb(0, 0, 0)\",borderStyle:\"solid\",borderWidth:2},variant:\"xhVRqqQN4\",width:\"100%\",yd3ojoZJB:{borderColor:\"rgb(255, 255, 255)\",borderStyle:\"solid\",borderWidth:1},zE_FXO26g:\"var(--token-0e935ff9-3ff8-4493-b715-a28249f8ef97, rgb(237, 237, 237))\",zR8ZV6_5X:\"rgb(0, 0, 0)\"})})})})]}),isDisplayed2()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-wqsnpe hidden-1r62svh\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-jsblyv\",\"data-styles-preset\":\"TPIiWVXiC\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-72057c1c-8853-4eb6-9f21-d2891c36219b, rgb(0, 0, 0))\"},children:\"See how Enterra transforms decision intelligence\"})}),className:\"framer-981plx\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation7,className:\"framer-g6kuz2-container\",\"data-framer-appear-id\":\"g6kuz2\",initial:animation8,isAuthoredByUser:true,isModuleExternal:true,nodeId:\"CflT5KObh\",optimized:true,rendersWithMotion:true,scopeId:\"augiA20Il\",whileHover:animation9,children:/*#__PURE__*/_jsx(YouTube,{borderRadius:20,bottomLeftRadius:20,bottomRightRadius:20,height:\"100%\",id:\"CflT5KObh\",isMixedBorderRadius:false,isRed:false,layoutId:\"CflT5KObh\",play:\"On\",shouldMute:true,style:{height:\"100%\",width:\"100%\"},thumbnail:\"High Quality\",topLeftRadius:20,topRightRadius:20,url:\"https://www.youtube.com/watch?v=uc2805WJ3Co\",width:\"100%\"})})})]})]}),isDisplayed3()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aM2K9i2MY:{y:(componentViewport?.y||0)+0+660+0+563},nAH0Fd7Hu:{y:(componentViewport?.y||0)+0+800+40+1030.4}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1133,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+800+0+825,children:/*#__PURE__*/_jsx(Container,{className:\"framer-8gytuz-container hidden-192dc4j\",nodeId:\"wUn8N6Edp\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nAH0Fd7Hu:{r39AX_WAG:20,variant:\"DLbbUjESN\"}},children:/*#__PURE__*/_jsx(SaaSPaaS,{e30BG1MuK:\"Enterra offers flexibility at the application layer, allowing clients to choose the approach that best fits their needs:\",height:\"100%\",id:\"wUn8N6Edp\",layoutId:\"wUn8N6Edp\",NKZnhpjYG:true,r39AX_WAG:60,style:{width:\"100%\"},Tp0Ig9Gr7:\"Enterra`s AI Solutions\",variant:\"DhTPqosBp\",width:\"100%\"})})})})}),isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nAH0Fd7Hu:{height:672,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+800+40+2163.4}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1a9gmvy-container hidden-72rtr7 hidden-192dc4j hidden-6ouvea\",nodeId:\"zLDzpCZEr\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Numbers,{A3EtArb6D:\"Real-time AI-led adjustments to production and supply planning with 91% accuracy.\",EbYgKX2OQ:\"Scenario modeling and optimization that prevents disruptions and maintains uptime.\",height:\"100%\",hOK4z30uN:\"Faster\",I08NbkoyK:\"98%\",i8qWjVKj2:\"40px\",id:\"zLDzpCZEr\",JpYLLgYUi:\"80px 0px 80px 0px\",KvNsF8zbS:true,KxPS1gesU:\"Self-optimizing systems that deliver 6–11x ROI across complex manufacturing environments.\",layoutId:\"zLDzpCZEr\",lpQbuOyXL:\"Resilient Supply Chain Intelligence\",lPtvZMSDX:10,mqAjv8FgH:\"Accuracy\",nBEGmIVkS:\"10x\",style:{width:\"100%\"},T2IHW8jtc:\"ROI\",uEMHdjpRa:\"40px\",variant:\"y0H7knMoE\",vWAAoAsno:\"Predictive Process Automation\",width:\"100%\",WLB03xieU:true,wOjE8tYND:\"91%\",XauwDONQL:\"Autonomous Operations\"})})})}),isDisplayed2()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1xmdapw hidden-1r62svh\",\"data-framer-name\":\"3 Numbers\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1xbvbgt\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aM2K9i2MY:{height:184,width:`calc((${componentViewport?.width||\"100vw\"} * 0.561 - 20px) * 0.315)`,y:(componentViewport?.y||0)+0+660+0+1696+80+0+10},S5gVR0FRU:{height:241,width:`calc((${componentViewport?.width||\"100vw\"} * 0.9 - 20px) * 0.3147)`,y:(componentViewport?.y||0)+0+1e3+0+2293+40+0+10}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:206,width:`calc((${componentViewport?.width||\"100vw\"} * 0.85 - 20px) * 0.3137)`,y:(componentViewport?.y||0)+0+800+0+1958+80+0+10,children:/*#__PURE__*/_jsx(Container,{className:\"framer-xodzm0-container\",nodeId:\"BAVIcDN8r\",rendersWithMotion:true,scopeId:\"augiA20Il\",whileHover:animation10,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{S5gVR0FRU:{variant:\"u9WCKxpG4\"}},children:/*#__PURE__*/_jsx(Numbers1,{height:\"100%\",id:\"BAVIcDN8r\",KsBqUSojM:10,lADaS8lBF:\"Accuracy\",layoutId:\"BAVIcDN8r\",m0Y9dIr3w:\"Real-time AI-led adjustments to production and supply planning with 91% accuracy.\",NQGGr8k8o:false,R9Dhl0ZIt:true,RqvofpKWU:\"91%\",style:{height:\"100%\",width:\"100%\"},variant:\"u5AO6OP4N\",width:\"100%\",Xqo2lhJrp:\"Predictive Process Automation\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aM2K9i2MY:{height:184,width:`calc((${componentViewport?.width||\"100vw\"} * 0.561 - 20px) * 0.3154)`,y:(componentViewport?.y||0)+0+660+0+1696+80+0+10},S5gVR0FRU:{height:241,width:`calc((${componentViewport?.width||\"100vw\"} * 0.9 - 20px) * 0.314)`,y:(componentViewport?.y||0)+0+1e3+0+2293+40+0+10}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:206,width:`calc((${componentViewport?.width||\"100vw\"} * 0.85 - 20px) * 0.3137)`,y:(componentViewport?.y||0)+0+800+0+1958+80+0+10,children:/*#__PURE__*/_jsx(Container,{className:\"framer-n42vdq-container\",nodeId:\"puvrYvlSn\",rendersWithMotion:true,scopeId:\"augiA20Il\",whileHover:animation10,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{S5gVR0FRU:{variant:\"NyIYs5a5Z\"}},children:/*#__PURE__*/_jsx(Numbers2,{HaX3_wAwk:\"Scenario modeling and optimization that prevents disruptions and maintains uptime.\",height:\"100%\",id:\"puvrYvlSn\",jzPs1sLwW:\"10x\",layoutId:\"puvrYvlSn\",lJwUKuZkA:\"ROI\",MHL8kI1rL:\"40px\",pwwVdVO8o:10,style:{height:\"100%\",width:\"100%\"},variant:\"v5KCyChUQ\",WbPe4ssjF:false,width:\"100%\",XI46oNUgT:\"Resilient Supply Chain Intelligence\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aM2K9i2MY:{height:184,width:`calc((${componentViewport?.width||\"100vw\"} * 0.561 - 20px) * 0.3154)`,y:(componentViewport?.y||0)+0+660+0+1696+80+0+10},S5gVR0FRU:{height:241,width:`calc((${componentViewport?.width||\"100vw\"} * 0.9 - 20px) * 0.3147)`,y:(componentViewport?.y||0)+0+1e3+0+2293+40+0+10}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:206,width:`calc((${componentViewport?.width||\"100vw\"} * 0.85 - 20px) * 0.3137)`,y:(componentViewport?.y||0)+0+800+0+1958+80+0+10,children:/*#__PURE__*/_jsx(Container,{className:\"framer-3fxb62-container\",nodeId:\"W5LFJkmSe\",rendersWithMotion:true,scopeId:\"augiA20Il\",whileHover:animation10,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{S5gVR0FRU:{variant:\"WF1EDbNvS\"}},children:/*#__PURE__*/_jsx(Numbers3,{aKdDWJa84:\"40px\",BlXsQAMQJ:\"Self-optimizing systems that deliver 6–11x ROI across complex manufacturing environments.\",eTadoLDDD:\"Faster\",gO8NLT1v9:\"98%\",h4pAXgdkT:true,height:\"100%\",id:\"W5LFJkmSe\",layoutId:\"W5LFJkmSe\",MSLvFl2MM:false,p6dA6Yja1:10,QinFZ5RGa:true,style:{height:\"100%\",width:\"100%\"},uqQJM8kHB:\"Autonomous Operations\",variant:\"nBF1i61J4\",width:\"100%\"})})})})})]})}),isDisplayed4()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{S5gVR0FRU:{height:1133,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+1e3+0+1160}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1r3a6ah-container hidden-72rtr7 hidden-1r62svh hidden-6ouvea\",nodeId:\"GU4RsGHoC\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(SaaSPaaS,{e30BG1MuK:\"Enterra offers flexibility at the application layer, allowing clients to choose the approach that best fits their needs:\",height:\"100%\",id:\"GU4RsGHoC\",layoutId:\"GU4RsGHoC\",NKZnhpjYG:true,r39AX_WAG:40,style:{width:\"100%\"},Tp0Ig9Gr7:\"Enterra`s AI Solutions\",variant:\"WV6diO7yI\",width:\"100%\"})})})})]}),isDisplayed2()&&/*#__PURE__*/_jsx(\"header\",{className:\"framer-1g0vx6p hidden-1r62svh\",\"data-framer-name\":\"4\",id:elementId1,ref:ref2,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1m54wls-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"Zmq2AZfzp\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Slideshow,{alignment:\"flex-start\",arrowOptions:{arrowFill:\"rgba(0, 0, 0, 0.2)\",arrowGap:20,arrowPadding:32,arrowPaddingBottom:40,arrowPaddingLeft:0,arrowPaddingRight:0,arrowPaddingTop:0,arrowPosition:\"auto\",arrowRadius:500,arrowShouldFadeIn:false,arrowShouldSpace:true,arrowSize:60,showMouseControls:true},autoPlayControl:false,borderRadius:0,direction:\"right\",dragControl:true,effectsOptions:{effectsHover:true,effectsOpacity:1,effectsPerspective:1200,effectsRotate:0,effectsScale:1,playOffscreen:false},fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:false},gap:0,height:\"100%\",id:\"Zmq2AZfzp\",intervalControl:2,itemAmount:1,layoutId:\"Zmq2AZfzp\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,progressOptions:{dotsActiveOpacity:1,dotsBackground:\"rgba(64, 64, 64, 0.29)\",dotsBlur:0,dotsFill:\"rgb(255, 255, 255)\",dotsGap:20,dotsInset:40,dotSize:10,dotsOpacity:.4,dotsPadding:10,dotsRadius:200,showProgressDots:true},slots:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-uxlc0n\",\"data-framer-name\":\"Military-Grade & Enterprise-Proven\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-bi9qzs-container\",inComponentSlot:true,isAuthoredByUser:true,isModuleExternal:true,nodeId:\"diZiwWf9o\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"diZiwWf9o\",isMixedBorderRadius:false,layoutId:\"diZiwWf9o\",loop:true,muted:true,objectFit:\"cover\",playing:true,posterEnabled:true,srcFile:\"https://framerusercontent.com/assets/lxvgyYGLGdI3pHCqiBclwhu0rk.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(motion.div,{className:\"framer-1s5679z\"}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:800,width:\"1212px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1e5iz99-container\",inComponentSlot:true,nodeId:\"Yr93QpHHT\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(BgWithTitle,{height:\"100%\",id:\"Yr93QpHHT\",jUvCQl7fp:\"Industrial-Grade & Enterprise-Proven\",JzUpPqFR1:\"40px\",layoutId:\"Yr93QpHHT\",lzyLbV5Ru:\"Trusted by Fortune 500 companies to drive strategic growth.\",style:{height:\"100%\",width:\"100%\"},variant:\"n8Inyskvh\",width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1nu45ni\",\"data-framer-name\":\"Rapid Execution\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-qbdd04-container\",inComponentSlot:true,isAuthoredByUser:true,isModuleExternal:true,nodeId:\"qHzC7alK8\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"qHzC7alK8\",isMixedBorderRadius:false,layoutId:\"qHzC7alK8\",loop:true,muted:true,objectFit:\"cover\",playing:true,posterEnabled:true,srcFile:\"https://framerusercontent.com/assets/2nQsYhyadCjFczFwYnihskNnjNo.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(motion.div,{className:\"framer-9czbun\"}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-10f05sk\"}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:800,width:\"1211px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-9d0uef-container\",inComponentSlot:true,nodeId:\"IlkbwNY0I\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(BgWithTitle,{height:\"100%\",id:\"IlkbwNY0I\",jUvCQl7fp:\"Beyond Data Analytics \",JzUpPqFR1:\"40px 60px 40px 60px\",layoutId:\"IlkbwNY0I\",lzyLbV5Ru:\"We don’t just report insights - we generate actionable strategies.\",style:{height:\"100%\",width:\"100%\"},variant:\"n8Inyskvh\",width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-vlv8fo\",\"data-framer-name\":\"3\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1cfxwi9-container\",inComponentSlot:true,isAuthoredByUser:true,isModuleExternal:true,nodeId:\"wPF1siXq2\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"wPF1siXq2\",isMixedBorderRadius:false,layoutId:\"wPF1siXq2\",loop:true,muted:true,objectFit:\"cover\",playing:true,posterEnabled:true,srcFile:\"https://framerusercontent.com/assets/qHgkl4tX6OIgZItpvCdccJrgYE.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(motion.div,{className:\"framer-196nxhp\"}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:800,width:\"1211px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-16lhowy-container\",inComponentSlot:true,nodeId:\"WRup2n7hI\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(BgWithTitle,{height:\"100%\",id:\"WRup2n7hI\",jUvCQl7fp:\"Rapid Execution\",JzUpPqFR1:\"40px 60px 40px 60px\",layoutId:\"WRup2n7hI\",lzyLbV5Ru:\"Recommendations tested and implemented within days, not months.\",style:{height:\"100%\",width:\"100%\"},variant:\"n8Inyskvh\",width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1yl7iz2\",\"data-framer-name\":\"Market-Adaptive Intelligence\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-16b26am-container\",inComponentSlot:true,isAuthoredByUser:true,isModuleExternal:true,nodeId:\"scR3H6KIu\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"scR3H6KIu\",isMixedBorderRadius:false,layoutId:\"scR3H6KIu\",loop:true,muted:true,objectFit:\"cover\",playing:true,posterEnabled:true,srcFile:\"https://framerusercontent.com/assets/6v2FGcDitrgfgndoCzlmoXTzlA.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(motion.div,{className:\"framer-1yhglou\"}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:800,width:\"1211px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-djlhgx-container\",inComponentSlot:true,nodeId:\"Rue6gUO5A\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(BgWithTitle,{height:\"100%\",id:\"Rue6gUO5A\",jUvCQl7fp:\"Market-Adaptive Intelligence\",JzUpPqFR1:\"40px 60px 40px 60px\",layoutId:\"Rue6gUO5A\",lzyLbV5Ru:\"Continuously evolving, learning, and optimizing based on new market signals.\",style:{height:\"100%\",width:\"100%\"},variant:\"n8Inyskvh\",width:\"100%\"})})})]})],startFrom:0,style:{height:\"100%\",width:\"100%\"},transitionControl:{damping:87,delay:0,mass:1.7,stiffness:385,type:\"spring\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-2jrb01\",\"data-framer-name\":\"5\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1owudzm\",id:elementId2,ref:ref3,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-vq1c3q\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nAH0Fd7Hu:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-vtsyu2\",\"data-styles-preset\":\"JeMH1hdg6\",style:{\"--framer-text-alignment\":\"left\"},children:\"Industries Transforming with Enterra\"})})},S5gVR0FRU:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-85b5bw\",\"data-styles-preset\":\"fKlyVq3gf\",style:{\"--framer-text-alignment\":\"left\"},children:\"Industries Transforming with Enterra\"})})}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation5,__framer__exit:animation6,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-nm80lz\",\"data-styles-preset\":\"iaBy7WzBo\",style:{\"--framer-text-alignment\":\"left\"},children:\"Industries Transforming with Enterra\"})}),className:\"framer-1f0b0no\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation5,__framer__exit:animation6,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"R0Y7SUJNIFBsZXggU2Fucy1yZWd1bGFy\",\"--framer-font-family\":'\"IBM Plex Sans\", \"IBM Plex Sans Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-72057c1c-8853-4eb6-9f21-d2891c36219b, rgb(0, 0, 0))\"},children:[\"Our predictive & prescriptive intelligence platform is transforming a diverse number of sectors, \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7SUJNIFBsZXggU2Fucy02MDA=\",\"--framer-font-weight\":\"600\"},children:\"helping industry leaders navigate complexity and capture new opportunities.\"})]})}),className:\"framer-1yiwo3b\",fonts:[\"GF;IBM Plex Sans-regular\",\"GF;IBM Plex Sans-600\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-bekh7p\",children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__perspectiveFX:false,__targetOpacity:1,className:\"framer-l88row\",\"data-framer-name\":\"card\",style:{transformPerspective:1200},whileHover:animation10,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aM2K9i2MY:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:260,intrinsicWidth:634,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3520+0+0+220+10+0+0+0),pixelHeight:315,pixelWidth:560,sizes:`max(max((${componentViewport?.width||\"100vw\"} - 520px) / 2, 1px) - 20px, 50px)`,src:\"https://framerusercontent.com/images/DmK5gzjNnezGuB6VNnjbJB5e0jo.svg\",srcSet:\"https://framerusercontent.com/images/DmK5gzjNnezGuB6VNnjbJB5e0jo.svg?scale-down-to=512 512w,https://framerusercontent.com/images/DmK5gzjNnezGuB6VNnjbJB5e0jo.svg 560w\"}},nAH0Fd7Hu:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:260,intrinsicWidth:634,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+4360.4+0+0+40+106.4+10+0+0+0),pixelHeight:315,pixelWidth:560,sizes:`calc(${componentViewport?.width||\"100vw\"} * 1.0026 - 60px)`,src:\"https://framerusercontent.com/images/DmK5gzjNnezGuB6VNnjbJB5e0jo.svg\",srcSet:\"https://framerusercontent.com/images/DmK5gzjNnezGuB6VNnjbJB5e0jo.svg?scale-down-to=512 512w,https://framerusercontent.com/images/DmK5gzjNnezGuB6VNnjbJB5e0jo.svg 560w\"}},S5gVR0FRU:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:260,intrinsicWidth:634,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+4335.1111+0+0+80+10+0+0+0),pixelHeight:315,pixelWidth:560,sizes:`max((${componentViewport?.width||\"100vw\"} - 80px) * 0.4588 - 20px, 50px)`,src:\"https://framerusercontent.com/images/DmK5gzjNnezGuB6VNnjbJB5e0jo.svg\",srcSet:\"https://framerusercontent.com/images/DmK5gzjNnezGuB6VNnjbJB5e0jo.svg?scale-down-to=512 512w,https://framerusercontent.com/images/DmK5gzjNnezGuB6VNnjbJB5e0jo.svg 560w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:260,intrinsicWidth:634,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3944+0+0+120+10+0+0+0),pixelHeight:315,pixelWidth:560,sizes:`max((${componentViewport?.width||\"100vw\"} - 160px) / 2 - 20px, 50px)`,src:\"https://framerusercontent.com/images/DmK5gzjNnezGuB6VNnjbJB5e0jo.svg\",srcSet:\"https://framerusercontent.com/images/DmK5gzjNnezGuB6VNnjbJB5e0jo.svg?scale-down-to=512 512w,https://framerusercontent.com/images/DmK5gzjNnezGuB6VNnjbJB5e0jo.svg 560w\"},className:\"framer-pq2wa2\",\"data-framer-name\":\"\\xd0\\x97\\xd0\\xbd\\xd1\\x96\\xd0\\xbc\\xd0\\xbe\\xd0\\xba \\xd0\\xb5\\xd0\\xba\\xd1\\x80\\xd0\\xb0\\xd0\\xbd\\xd0\\xb0 2025-04-01 \\xd0\\xbe 22.28.12\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1xb5rat\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-9wmbf5\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-vtsyu2\",\"data-styles-preset\":\"JeMH1hdg6\",children:\"Consumer Goods & Retail\"})}),className:\"framer-bdj937\",fonts:[\"Inter\"],tabIndex:0,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-vif6pq\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1phvih\",\"data-styles-preset\":\"TEPWpgm45\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-72057c1c-8853-4eb6-9f21-d2891c36219b, rgb(0, 0, 0))\"},children:\"Optimize pricing, promotions, and supply chain for retail excellence\"})}),className:\"framer-1et894x\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"NZJBFawz1\"},implicitPathVariables:undefined},{href:{webPageId:\"NZJBFawz1\"},implicitPathVariables:undefined},{href:{webPageId:\"NZJBFawz1\"},implicitPathVariables:undefined},{href:{webPageId:\"NZJBFawz1\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aM2K9i2MY:{y:(componentViewport?.y||0)+0+3520+0+0+220+10+0+0+232.5+40+102.4},nAH0Fd7Hu:{y:(componentViewport?.y||0)+0+4360.4+0+0+40+106.4+10+0+0+232.5+20+102.4},S5gVR0FRU:{y:(componentViewport?.y||0)+0+4335.1111+0+0+80+10+0+0+232.5+40+102.4}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:64,y:(componentViewport?.y||0)+0+3944+0+0+120+10+0+0+232.5+40+102.4,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1c6mz81-container\",nodeId:\"ibactmmOw\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aM2K9i2MY:{jy8S2zIkd:resolvedLinks2[3]},nAH0Fd7Hu:{jy8S2zIkd:resolvedLinks2[2]},S5gVR0FRU:{jy8S2zIkd:resolvedLinks2[1]}},children:/*#__PURE__*/_jsx(Button,{height:\"100%\",id:\"ibactmmOw\",JbrFW1FyB:\"var(--token-0e935ff9-3ff8-4493-b715-a28249f8ef97, rgb(237, 237, 237))\",JfjoVRrOo:\"Get Started\",jy8S2zIkd:resolvedLinks2[0],layoutId:\"ibactmmOw\",mjv8b8TGi:{borderColor:\"var(--token-0e935ff9-3ff8-4493-b715-a28249f8ef97, rgb(237, 237, 237))\",borderStyle:\"solid\",borderWidth:2},O8TomHIFB:true,PyaFmCj2I:\"Request a Demo\",ql1hgOMBl:\"Get Started\",uS_zWqX50:{borderColor:\"rgb(0, 0, 0)\",borderStyle:\"solid\",borderWidth:2},variant:\"T9S7YQrrD\",width:\"100%\",yd3ojoZJB:{borderColor:\"rgb(255, 255, 255)\",borderStyle:\"solid\",borderWidth:1},zE_FXO26g:\"var(--token-0e935ff9-3ff8-4493-b715-a28249f8ef97, rgb(237, 237, 237))\",zR8ZV6_5X:\"rgb(0, 0, 0)\"})})})})})})]})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__perspectiveFX:false,__targetOpacity:1,className:\"framer-1rjetid\",\"data-framer-name\":\"card\",style:{transformPerspective:1200},whileHover:animation10,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aM2K9i2MY:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:260,intrinsicWidth:634,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3520+0+0+220+10+502.9+0+0),pixelHeight:315,pixelWidth:560,sizes:`max(max((${componentViewport?.width||\"100vw\"} - 520px) / 2, 1px) - 20px, 50px)`,src:\"https://framerusercontent.com/images/jkr9apHTcmdxAFaDFYAYao1zQ.svg\",srcSet:\"https://framerusercontent.com/images/jkr9apHTcmdxAFaDFYAYao1zQ.svg?scale-down-to=512 512w,https://framerusercontent.com/images/jkr9apHTcmdxAFaDFYAYao1zQ.svg 560w\"}},nAH0Fd7Hu:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:260,intrinsicWidth:634,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+4360.4+0+0+40+106.4+10+458.9+0+0),pixelHeight:315,pixelWidth:560,sizes:`calc(${componentViewport?.width||\"100vw\"} * 1.0026 - 60px)`,src:\"https://framerusercontent.com/images/jkr9apHTcmdxAFaDFYAYao1zQ.svg\",srcSet:\"https://framerusercontent.com/images/jkr9apHTcmdxAFaDFYAYao1zQ.svg?scale-down-to=512 512w,https://framerusercontent.com/images/jkr9apHTcmdxAFaDFYAYao1zQ.svg 560w\"}},S5gVR0FRU:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:260,intrinsicWidth:634,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+4335.1111+0+0+80+10+498.9+0+0),pixelHeight:315,pixelWidth:560,sizes:`max((${componentViewport?.width||\"100vw\"} - 80px) * 0.4588 - 20px, 50px)`,src:\"https://framerusercontent.com/images/jkr9apHTcmdxAFaDFYAYao1zQ.svg\",srcSet:\"https://framerusercontent.com/images/jkr9apHTcmdxAFaDFYAYao1zQ.svg?scale-down-to=512 512w,https://framerusercontent.com/images/jkr9apHTcmdxAFaDFYAYao1zQ.svg 560w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:260,intrinsicWidth:634,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3944+0+0+120+10+502.9+0+0),pixelHeight:315,pixelWidth:560,sizes:`max((${componentViewport?.width||\"100vw\"} - 160px) / 2 - 20px, 50px)`,src:\"https://framerusercontent.com/images/jkr9apHTcmdxAFaDFYAYao1zQ.svg\",srcSet:\"https://framerusercontent.com/images/jkr9apHTcmdxAFaDFYAYao1zQ.svg?scale-down-to=512 512w,https://framerusercontent.com/images/jkr9apHTcmdxAFaDFYAYao1zQ.svg 560w\"},className:\"framer-1yxiuxu\",\"data-framer-name\":\"\\xd0\\x97\\xd0\\xbd\\xd1\\x96\\xd0\\xbc\\xd0\\xbe\\xd0\\xba \\xd0\\xb5\\xd0\\xba\\xd1\\x80\\xd0\\xb0\\xd0\\xbd\\xd0\\xb0 2025-04-01 \\xd0\\xbe 22.28.12\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-13beqzr\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1sl9rt5\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-vtsyu2\",\"data-styles-preset\":\"JeMH1hdg6\",children:\"Complex Manufacturing\"})}),className:\"framer-qka060\",fonts:[\"Inter\"],tabIndex:0,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1q5t97m\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1phvih\",\"data-styles-preset\":\"TEPWpgm45\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-72057c1c-8853-4eb6-9f21-d2891c36219b, rgb(0, 0, 0))\"},children:\"Synchronize production and demand with predictive intelligence\"})}),className:\"framer-gj7w06\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"O27bdpRZw\"},implicitPathVariables:undefined},{href:{webPageId:\"O27bdpRZw\"},implicitPathVariables:undefined},{href:{webPageId:\"O27bdpRZw\"},implicitPathVariables:undefined},{href:{webPageId:\"O27bdpRZw\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aM2K9i2MY:{y:(componentViewport?.y||0)+0+3520+0+0+220+10+502.9+0+232.5+40+102.4},nAH0Fd7Hu:{y:(componentViewport?.y||0)+0+4360.4+0+0+40+106.4+10+458.9+0+232.5+20+102.4},S5gVR0FRU:{y:(componentViewport?.y||0)+0+4335.1111+0+0+80+10+498.9+0+232.5+40+102.4}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:64,y:(componentViewport?.y||0)+0+3944+0+0+120+10+502.9+0+232.5+40+102.4,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1kcdo2l-container\",nodeId:\"hVW7Fa4S6\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aM2K9i2MY:{jy8S2zIkd:resolvedLinks3[3]},nAH0Fd7Hu:{jy8S2zIkd:resolvedLinks3[2]},S5gVR0FRU:{jy8S2zIkd:resolvedLinks3[1]}},children:/*#__PURE__*/_jsx(Button,{height:\"100%\",id:\"hVW7Fa4S6\",JbrFW1FyB:\"var(--token-0e935ff9-3ff8-4493-b715-a28249f8ef97, rgb(237, 237, 237))\",JfjoVRrOo:\"Get Started\",jy8S2zIkd:resolvedLinks3[0],layoutId:\"hVW7Fa4S6\",mjv8b8TGi:{borderColor:\"var(--token-0e935ff9-3ff8-4493-b715-a28249f8ef97, rgb(237, 237, 237))\",borderStyle:\"solid\",borderWidth:2},O8TomHIFB:true,PyaFmCj2I:\"Request a Demo\",ql1hgOMBl:\"Get Started\",uS_zWqX50:{borderColor:\"rgb(0, 0, 0)\",borderStyle:\"solid\",borderWidth:2},variant:\"T9S7YQrrD\",width:\"100%\",yd3ojoZJB:{borderColor:\"rgb(255, 255, 255)\",borderStyle:\"solid\",borderWidth:1},zE_FXO26g:\"var(--token-0e935ff9-3ff8-4493-b715-a28249f8ef97, rgb(237, 237, 237))\",zR8ZV6_5X:\"rgb(0, 0, 0)\"})})})})})})]})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__perspectiveFX:false,__targetOpacity:1,className:\"framer-1ycswql\",\"data-framer-name\":\"card\",style:{transformPerspective:1200},whileHover:animation10,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aM2K9i2MY:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:260,intrinsicWidth:634,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3520+0+0+220+10+1005.8+0+0),pixelHeight:315,pixelWidth:560,sizes:`max(max((${componentViewport?.width||\"100vw\"} - 520px) / 2, 1px) - 20px, 50px)`,src:\"https://framerusercontent.com/images/2BK6XlqHwKGtWP1dNOVVVYn3GU.svg\",srcSet:\"https://framerusercontent.com/images/2BK6XlqHwKGtWP1dNOVVVYn3GU.svg?scale-down-to=512 512w,https://framerusercontent.com/images/2BK6XlqHwKGtWP1dNOVVVYn3GU.svg 560w\"}},nAH0Fd7Hu:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:260,intrinsicWidth:634,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+4360.4+0+0+40+106.4+10+917.8+0+0),pixelHeight:315,pixelWidth:560,sizes:`calc(${componentViewport?.width||\"100vw\"} * 1.0026 - 60px)`,src:\"https://framerusercontent.com/images/2BK6XlqHwKGtWP1dNOVVVYn3GU.svg\",srcSet:\"https://framerusercontent.com/images/2BK6XlqHwKGtWP1dNOVVVYn3GU.svg?scale-down-to=512 512w,https://framerusercontent.com/images/2BK6XlqHwKGtWP1dNOVVVYn3GU.svg 560w\"}},S5gVR0FRU:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:260,intrinsicWidth:634,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+4335.1111+0+0+80+10+997.8+0+0),pixelHeight:315,pixelWidth:560,sizes:`max((${componentViewport?.width||\"100vw\"} - 80px) * 0.4588 - 20px, 50px)`,src:\"https://framerusercontent.com/images/2BK6XlqHwKGtWP1dNOVVVYn3GU.svg\",srcSet:\"https://framerusercontent.com/images/2BK6XlqHwKGtWP1dNOVVVYn3GU.svg?scale-down-to=512 512w,https://framerusercontent.com/images/2BK6XlqHwKGtWP1dNOVVVYn3GU.svg 560w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:260,intrinsicWidth:634,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3944+0+0+120+10+1005.8+0+0),pixelHeight:315,pixelWidth:560,sizes:`max((${componentViewport?.width||\"100vw\"} - 160px) / 2 - 20px, 50px)`,src:\"https://framerusercontent.com/images/2BK6XlqHwKGtWP1dNOVVVYn3GU.svg\",srcSet:\"https://framerusercontent.com/images/2BK6XlqHwKGtWP1dNOVVVYn3GU.svg?scale-down-to=512 512w,https://framerusercontent.com/images/2BK6XlqHwKGtWP1dNOVVVYn3GU.svg 560w\"},className:\"framer-1fxjtls\",\"data-framer-name\":\"\\xd0\\x97\\xd0\\xbd\\xd1\\x96\\xd0\\xbc\\xd0\\xbe\\xd0\\xba \\xd0\\xb5\\xd0\\xba\\xd1\\x80\\xd0\\xb0\\xd0\\xbd\\xd0\\xb0 2025-04-01 \\xd0\\xbe 22.28.12\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1h0ydgd\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-4z789y\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-vtsyu2\",\"data-styles-preset\":\"JeMH1hdg6\",children:\"Life Sciences\"})}),className:\"framer-jdgmxk\",fonts:[\"Inter\"],tabIndex:0,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-elzh5x\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1phvih\",\"data-styles-preset\":\"TEPWpgm45\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-72057c1c-8853-4eb6-9f21-d2891c36219b, rgb(0, 0, 0))\"},children:\"Accelerate research and optimize healthcare delivery models\"})}),className:\"framer-vnhclh\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"y6pJg3Jj_\"},implicitPathVariables:undefined},{href:{webPageId:\"y6pJg3Jj_\"},implicitPathVariables:undefined},{href:{webPageId:\"y6pJg3Jj_\"},implicitPathVariables:undefined},{href:{webPageId:\"y6pJg3Jj_\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aM2K9i2MY:{y:(componentViewport?.y||0)+0+3520+0+0+220+10+1005.8+0+232.5+40+102.4},nAH0Fd7Hu:{y:(componentViewport?.y||0)+0+4360.4+0+0+40+106.4+10+917.8+0+232.5+20+102.4},S5gVR0FRU:{y:(componentViewport?.y||0)+0+4335.1111+0+0+80+10+997.8+0+232.5+40+102.4}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:64,y:(componentViewport?.y||0)+0+3944+0+0+120+10+1005.8+0+232.5+40+102.4,children:/*#__PURE__*/_jsx(Container,{className:\"framer-yilfxz-container\",nodeId:\"vlniTJ3Fv\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aM2K9i2MY:{jy8S2zIkd:resolvedLinks4[3]},nAH0Fd7Hu:{jy8S2zIkd:resolvedLinks4[2]},S5gVR0FRU:{jy8S2zIkd:resolvedLinks4[1]}},children:/*#__PURE__*/_jsx(Button,{height:\"100%\",id:\"vlniTJ3Fv\",JbrFW1FyB:\"var(--token-0e935ff9-3ff8-4493-b715-a28249f8ef97, rgb(237, 237, 237))\",JfjoVRrOo:\"Get Started\",jy8S2zIkd:resolvedLinks4[0],layoutId:\"vlniTJ3Fv\",mjv8b8TGi:{borderColor:\"var(--token-0e935ff9-3ff8-4493-b715-a28249f8ef97, rgb(237, 237, 237))\",borderStyle:\"solid\",borderWidth:2},O8TomHIFB:true,PyaFmCj2I:\"Request a Demo\",ql1hgOMBl:\"Get Started\",uS_zWqX50:{borderColor:\"rgb(0, 0, 0)\",borderStyle:\"solid\",borderWidth:2},variant:\"T9S7YQrrD\",width:\"100%\",yd3ojoZJB:{borderColor:\"rgb(255, 255, 255)\",borderStyle:\"solid\",borderWidth:1},zE_FXO26g:\"var(--token-0e935ff9-3ff8-4493-b715-a28249f8ef97, rgb(237, 237, 237))\",zR8ZV6_5X:\"rgb(0, 0, 0)\"})})})})})})]})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__perspectiveFX:false,__targetOpacity:1,className:\"framer-arbgrb\",\"data-framer-name\":\"card\",style:{transformPerspective:1200},whileHover:animation10,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aM2K9i2MY:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:260,intrinsicWidth:634,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3520+0+0+220+10+1508.7+0+0),pixelHeight:315,pixelWidth:560,sizes:`max(max((${componentViewport?.width||\"100vw\"} - 520px) / 2, 1px) - 20px, 50px)`,src:\"https://framerusercontent.com/images/OqGeDJRQ6EKx1HTM8YlUoTCSX5Q.svg\",srcSet:\"https://framerusercontent.com/images/OqGeDJRQ6EKx1HTM8YlUoTCSX5Q.svg?scale-down-to=512 512w,https://framerusercontent.com/images/OqGeDJRQ6EKx1HTM8YlUoTCSX5Q.svg 560w\"}},nAH0Fd7Hu:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:260,intrinsicWidth:634,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+4360.4+0+0+40+106.4+10+1376.7+0+0),pixelHeight:315,pixelWidth:560,sizes:`calc(${componentViewport?.width||\"100vw\"} * 1.0026 - 60px)`,src:\"https://framerusercontent.com/images/OqGeDJRQ6EKx1HTM8YlUoTCSX5Q.svg\",srcSet:\"https://framerusercontent.com/images/OqGeDJRQ6EKx1HTM8YlUoTCSX5Q.svg?scale-down-to=512 512w,https://framerusercontent.com/images/OqGeDJRQ6EKx1HTM8YlUoTCSX5Q.svg 560w\"}},S5gVR0FRU:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:260,intrinsicWidth:634,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+4335.1111+0+0+80+10+1496.7+0+0),pixelHeight:315,pixelWidth:560,sizes:`max((${componentViewport?.width||\"100vw\"} - 80px) * 0.4588 - 20px, 50px)`,src:\"https://framerusercontent.com/images/OqGeDJRQ6EKx1HTM8YlUoTCSX5Q.svg\",srcSet:\"https://framerusercontent.com/images/OqGeDJRQ6EKx1HTM8YlUoTCSX5Q.svg?scale-down-to=512 512w,https://framerusercontent.com/images/OqGeDJRQ6EKx1HTM8YlUoTCSX5Q.svg 560w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:260,intrinsicWidth:634,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3944+0+0+120+10+1508.7+0+0),pixelHeight:315,pixelWidth:560,sizes:`max((${componentViewport?.width||\"100vw\"} - 160px) / 2 - 20px, 50px)`,src:\"https://framerusercontent.com/images/OqGeDJRQ6EKx1HTM8YlUoTCSX5Q.svg\",srcSet:\"https://framerusercontent.com/images/OqGeDJRQ6EKx1HTM8YlUoTCSX5Q.svg?scale-down-to=512 512w,https://framerusercontent.com/images/OqGeDJRQ6EKx1HTM8YlUoTCSX5Q.svg 560w\"},className:\"framer-qlwjwb\",\"data-framer-name\":\"\\xd0\\x97\\xd0\\xbd\\xd1\\x96\\xd0\\xbc\\xd0\\xbe\\xd0\\xba \\xd0\\xb5\\xd0\\xba\\xd1\\x80\\xd0\\xb0\\xd0\\xbd\\xd0\\xb0 2025-04-01 \\xd0\\xbe 22.28.12\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1jd1wn9\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-jco401\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-vtsyu2\",\"data-styles-preset\":\"JeMH1hdg6\",children:\"Management Consulting\"})}),className:\"framer-148hz67\",fonts:[\"Inter\"],tabIndex:0,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-13gzsro\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1phvih\",\"data-styles-preset\":\"TEPWpgm45\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-72057c1c-8853-4eb6-9f21-d2891c36219b, rgb(0, 0, 0))\"},children:\"Transform strategic planning with prescriptive intelligence\"})}),className:\"framer-12c6xrz\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"OaP0KbjzO\"},implicitPathVariables:undefined},{href:{webPageId:\"OaP0KbjzO\"},implicitPathVariables:undefined},{href:{webPageId:\"OaP0KbjzO\"},implicitPathVariables:undefined},{href:{webPageId:\"OaP0KbjzO\"},implicitPathVariables:undefined}],children:resolvedLinks5=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aM2K9i2MY:{y:(componentViewport?.y||0)+0+3520+0+0+220+10+1508.7+0+232.5+40+102.4},nAH0Fd7Hu:{y:(componentViewport?.y||0)+0+4360.4+0+0+40+106.4+10+1376.7+0+232.5+20+102.4},S5gVR0FRU:{y:(componentViewport?.y||0)+0+4335.1111+0+0+80+10+1496.7+0+232.5+40+102.4}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:64,y:(componentViewport?.y||0)+0+3944+0+0+120+10+1508.7+0+232.5+40+102.4,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1tu92az-container\",nodeId:\"UPuR98gIu\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aM2K9i2MY:{jy8S2zIkd:resolvedLinks5[3]},nAH0Fd7Hu:{jy8S2zIkd:resolvedLinks5[2]},S5gVR0FRU:{jy8S2zIkd:resolvedLinks5[1]}},children:/*#__PURE__*/_jsx(Button,{height:\"100%\",id:\"UPuR98gIu\",JbrFW1FyB:\"var(--token-0e935ff9-3ff8-4493-b715-a28249f8ef97, rgb(237, 237, 237))\",JfjoVRrOo:\"Get Started\",jy8S2zIkd:resolvedLinks5[0],layoutId:\"UPuR98gIu\",mjv8b8TGi:{borderColor:\"var(--token-0e935ff9-3ff8-4493-b715-a28249f8ef97, rgb(237, 237, 237))\",borderStyle:\"solid\",borderWidth:2},O8TomHIFB:true,PyaFmCj2I:\"Request a Demo\",ql1hgOMBl:\"Get Started\",uS_zWqX50:{borderColor:\"rgb(0, 0, 0)\",borderStyle:\"solid\",borderWidth:2},variant:\"T9S7YQrrD\",width:\"100%\",yd3ojoZJB:{borderColor:\"rgb(255, 255, 255)\",borderStyle:\"solid\",borderWidth:1},zE_FXO26g:\"var(--token-0e935ff9-3ff8-4493-b715-a28249f8ef97, rgb(237, 237, 237))\",zR8ZV6_5X:\"rgb(0, 0, 0)\"})})})})})})]})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__perspectiveFX:false,__targetOpacity:1,className:\"framer-1ihaqpf\",\"data-framer-name\":\"card\",style:{transformPerspective:1200},whileHover:animation10,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aM2K9i2MY:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:260,intrinsicWidth:634,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3520+0+0+220+10+2011.6+0+0),pixelHeight:315,pixelWidth:560,sizes:`max(max((${componentViewport?.width||\"100vw\"} - 520px) / 2, 1px) - 20px, 50px)`,src:\"https://framerusercontent.com/images/W9lbaT2RCz2GUiK5jkh4frF7VU.svg\",srcSet:\"https://framerusercontent.com/images/W9lbaT2RCz2GUiK5jkh4frF7VU.svg?scale-down-to=512 512w,https://framerusercontent.com/images/W9lbaT2RCz2GUiK5jkh4frF7VU.svg 560w\"}},nAH0Fd7Hu:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:260,intrinsicWidth:634,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+4360.4+0+0+40+106.4+10+1835.6+0+0),pixelHeight:315,pixelWidth:560,sizes:`calc(${componentViewport?.width||\"100vw\"} * 1.0026 - 60px)`,src:\"https://framerusercontent.com/images/W9lbaT2RCz2GUiK5jkh4frF7VU.svg\",srcSet:\"https://framerusercontent.com/images/W9lbaT2RCz2GUiK5jkh4frF7VU.svg?scale-down-to=512 512w,https://framerusercontent.com/images/W9lbaT2RCz2GUiK5jkh4frF7VU.svg 560w\"}},S5gVR0FRU:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:260,intrinsicWidth:634,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+4335.1111+0+0+80+10+1995.6+0+0),pixelHeight:315,pixelWidth:560,sizes:`max((${componentViewport?.width||\"100vw\"} - 80px) * 0.4588 - 20px, 50px)`,src:\"https://framerusercontent.com/images/W9lbaT2RCz2GUiK5jkh4frF7VU.svg\",srcSet:\"https://framerusercontent.com/images/W9lbaT2RCz2GUiK5jkh4frF7VU.svg?scale-down-to=512 512w,https://framerusercontent.com/images/W9lbaT2RCz2GUiK5jkh4frF7VU.svg 560w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:260,intrinsicWidth:634,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3944+0+0+120+10+2011.6+0+0),pixelHeight:315,pixelWidth:560,sizes:`max((${componentViewport?.width||\"100vw\"} - 160px) / 2 - 20px, 50px)`,src:\"https://framerusercontent.com/images/W9lbaT2RCz2GUiK5jkh4frF7VU.svg\",srcSet:\"https://framerusercontent.com/images/W9lbaT2RCz2GUiK5jkh4frF7VU.svg?scale-down-to=512 512w,https://framerusercontent.com/images/W9lbaT2RCz2GUiK5jkh4frF7VU.svg 560w\"},className:\"framer-1yiag7h\",\"data-framer-name\":\"\\xd0\\x97\\xd0\\xbd\\xd1\\x96\\xd0\\xbc\\xd0\\xbe\\xd0\\xba \\xd0\\xb5\\xd0\\xba\\xd1\\x80\\xd0\\xb0\\xd0\\xbd\\xd0\\xb0 2025-04-01 \\xd0\\xbe 22.28.12\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-14zw8q1\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1nf4wai\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-vtsyu2\",\"data-styles-preset\":\"JeMH1hdg6\",children:\"Marketing\"})}),className:\"framer-5rmgtu\",fonts:[\"Inter\"],tabIndex:0,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-tsjn1x\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1phvih\",\"data-styles-preset\":\"TEPWpgm45\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-72057c1c-8853-4eb6-9f21-d2891c36219b, rgb(0, 0, 0))\"},children:\"Decode consumer behavior and maximize campaign impact\"})}),className:\"framer-w6i1ji\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aM2K9i2MY:{y:(componentViewport?.y||0)+0+3520+0+0+220+10+2011.6+0+232.5+40+102.4},nAH0Fd7Hu:{y:(componentViewport?.y||0)+0+4360.4+0+0+40+106.4+10+1835.6+0+232.5+20+102.4},S5gVR0FRU:{y:(componentViewport?.y||0)+0+4335.1111+0+0+80+10+1995.6+0+232.5+40+102.4}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:64,y:(componentViewport?.y||0)+0+3944+0+0+120+10+2011.6+0+232.5+40+102.4,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1wnx5me-container\",nodeId:\"MeHDgZRAe\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Button,{height:\"100%\",id:\"MeHDgZRAe\",JbrFW1FyB:\"var(--token-0e935ff9-3ff8-4493-b715-a28249f8ef97, rgb(237, 237, 237))\",JfjoVRrOo:\"Get Started\",layoutId:\"MeHDgZRAe\",mjv8b8TGi:{borderColor:\"var(--token-0e935ff9-3ff8-4493-b715-a28249f8ef97, rgb(237, 237, 237))\",borderStyle:\"solid\",borderWidth:2},O8TomHIFB:true,PyaFmCj2I:\"Request a Demo\",ql1hgOMBl:\"Get Started\",uS_zWqX50:{borderColor:\"rgb(0, 0, 0)\",borderStyle:\"solid\",borderWidth:2},variant:\"T9S7YQrrD\",width:\"100%\",yd3ojoZJB:{borderColor:\"rgb(255, 255, 255)\",borderStyle:\"solid\",borderWidth:1},zE_FXO26g:\"var(--token-0e935ff9-3ff8-4493-b715-a28249f8ef97, rgb(237, 237, 237))\",zR8ZV6_5X:\"rgb(0, 0, 0)\"})})})})]})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__perspectiveFX:false,__targetOpacity:1,className:\"framer-10oxkg\",\"data-framer-name\":\"card\",style:{transformPerspective:1200},whileHover:animation10,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aM2K9i2MY:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:260,intrinsicWidth:634,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3520+0+0+220+10+2514.5+0+0),pixelHeight:315,pixelWidth:560,sizes:`max(max((${componentViewport?.width||\"100vw\"} - 520px) / 2, 1px) - 20px, 50px)`,src:\"https://framerusercontent.com/images/sjQjo69kKHaa6hdFCBflpWQtARw.svg\",srcSet:\"https://framerusercontent.com/images/sjQjo69kKHaa6hdFCBflpWQtARw.svg?scale-down-to=512 512w,https://framerusercontent.com/images/sjQjo69kKHaa6hdFCBflpWQtARw.svg 560w\"}},nAH0Fd7Hu:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:260,intrinsicWidth:634,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+4360.4+0+0+40+106.4+10+2294.5+0+0),pixelHeight:315,pixelWidth:560,sizes:`calc(${componentViewport?.width||\"100vw\"} * 1.0026 - 60px)`,src:\"https://framerusercontent.com/images/sjQjo69kKHaa6hdFCBflpWQtARw.svg\",srcSet:\"https://framerusercontent.com/images/sjQjo69kKHaa6hdFCBflpWQtARw.svg?scale-down-to=512 512w,https://framerusercontent.com/images/sjQjo69kKHaa6hdFCBflpWQtARw.svg 560w\"}},S5gVR0FRU:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:260,intrinsicWidth:634,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+4335.1111+0+0+80+10+2494.5+0+0),pixelHeight:315,pixelWidth:560,sizes:`max((${componentViewport?.width||\"100vw\"} - 80px) * 0.4588 - 20px, 50px)`,src:\"https://framerusercontent.com/images/sjQjo69kKHaa6hdFCBflpWQtARw.svg\",srcSet:\"https://framerusercontent.com/images/sjQjo69kKHaa6hdFCBflpWQtARw.svg?scale-down-to=512 512w,https://framerusercontent.com/images/sjQjo69kKHaa6hdFCBflpWQtARw.svg 560w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:260,intrinsicWidth:634,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3944+0+0+120+10+2514.5+0+0),pixelHeight:315,pixelWidth:560,sizes:`max((${componentViewport?.width||\"100vw\"} - 160px) / 2 - 20px, 50px)`,src:\"https://framerusercontent.com/images/sjQjo69kKHaa6hdFCBflpWQtARw.svg\",srcSet:\"https://framerusercontent.com/images/sjQjo69kKHaa6hdFCBflpWQtARw.svg?scale-down-to=512 512w,https://framerusercontent.com/images/sjQjo69kKHaa6hdFCBflpWQtARw.svg 560w\"},className:\"framer-1q0r93w\",\"data-framer-name\":\"\\xd0\\x97\\xd0\\xbd\\xd1\\x96\\xd0\\xbc\\xd0\\xbe\\xd0\\xba \\xd0\\xb5\\xd0\\xba\\xd1\\x80\\xd0\\xb0\\xd0\\xbd\\xd0\\xb0 2025-04-01 \\xd0\\xbe 22.28.12\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ll17at\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1fujbwu\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-vtsyu2\",\"data-styles-preset\":\"JeMH1hdg6\",children:\"Defense & Government\"})}),className:\"framer-1u2dhnc\",fonts:[\"Inter\"],tabIndex:0,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-edw4vt\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1phvih\",\"data-styles-preset\":\"TEPWpgm45\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-72057c1c-8853-4eb6-9f21-d2891c36219b, rgb(0, 0, 0))\"},children:\"Enhance situational awareness and optimize resource allocation\"})}),className:\"framer-131a7ts\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aM2K9i2MY:{y:(componentViewport?.y||0)+0+3520+0+0+220+10+2514.5+0+232.5+40+102.4},nAH0Fd7Hu:{y:(componentViewport?.y||0)+0+4360.4+0+0+40+106.4+10+2294.5+0+232.5+20+102.4},S5gVR0FRU:{y:(componentViewport?.y||0)+0+4335.1111+0+0+80+10+2494.5+0+232.5+40+102.4}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:64,y:(componentViewport?.y||0)+0+3944+0+0+120+10+2514.5+0+232.5+40+102.4,children:/*#__PURE__*/_jsx(Container,{className:\"framer-15b2yug-container\",nodeId:\"un7lop5dU\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Button,{height:\"100%\",id:\"un7lop5dU\",JbrFW1FyB:\"var(--token-0e935ff9-3ff8-4493-b715-a28249f8ef97, rgb(237, 237, 237))\",JfjoVRrOo:\"Get Started\",layoutId:\"un7lop5dU\",mjv8b8TGi:{borderColor:\"var(--token-0e935ff9-3ff8-4493-b715-a28249f8ef97, rgb(237, 237, 237))\",borderStyle:\"solid\",borderWidth:2},O8TomHIFB:true,PyaFmCj2I:\"Request a Demo\",ql1hgOMBl:\"Get Started\",uS_zWqX50:{borderColor:\"rgb(0, 0, 0)\",borderStyle:\"solid\",borderWidth:2},variant:\"T9S7YQrrD\",width:\"100%\",yd3ojoZJB:{borderColor:\"rgb(255, 255, 255)\",borderStyle:\"solid\",borderWidth:1},zE_FXO26g:\"var(--token-0e935ff9-3ff8-4493-b715-a28249f8ef97, rgb(237, 237, 237))\",zR8ZV6_5X:\"rgb(0, 0, 0)\"})})})})]})]})]})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aM2K9i2MY:{y:(componentViewport?.y||0)+0+6933.4},nAH0Fd7Hu:{y:(componentViewport?.y||0)+0+7300.2},S5gVR0FRU:{y:(componentViewport?.y||0)+0+7448.5111}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:768,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+7157.4,children:/*#__PURE__*/_jsx(Container,{className:\"framer-19i2rtn-container\",id:elementId3,nodeId:\"SfTUBApjg\",ref:ref4,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nAH0Fd7Hu:{variant:\"lT9eGE0Ib\"},S5gVR0FRU:{variant:\"aEkc6owU8\"}},children:/*#__PURE__*/_jsx(Clients,{height:\"100%\",id:\"SfTUBApjg\",jKk0tzco7:\"Trusted by the world’s leading brands\",layoutId:\"SfTUBApjg\",style:{width:\"100%\"},variant:\"g5LI7JRk7\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-A9WKf.framer-lux5qc, .framer-A9WKf .framer-lux5qc { display: block; }\",\".framer-A9WKf.framer-72rtr7 { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1200px; }\",\".framer-A9WKf .framer-t4493s-container { flex: none; height: 685px; position: relative; width: 100%; }\",\".framer-A9WKf .framer-1dflahq, .framer-A9WKf .framer-exykc6, .framer-A9WKf .framer-xomrad, .framer-A9WKf .framer-16lyn0h { height: 679px; overflow: hidden; position: relative; width: 390px; }\",\".framer-A9WKf .framer-12kc0zd-container { flex: none; height: 100%; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-A9WKf .framer-zj3jss, .framer-A9WKf .framer-kgc0p9, .framer-A9WKf .framer-1ur42j9, .framer-A9WKf .framer-1s5679z, .framer-A9WKf .framer-196nxhp, .framer-A9WKf .framer-1yhglou { background-color: rgba(4, 9, 33, 0.3); bottom: -3px; flex: none; left: 0px; overflow: hidden; position: absolute; top: 0px; width: 100%; }\",\".framer-A9WKf .framer-11hjco-container { flex: none; height: 680px; left: 0px; position: absolute; right: 0px; top: 1px; }\",\".framer-A9WKf .framer-67nfnn-container, .framer-A9WKf .framer-1ybdebe-container, .framer-A9WKf .framer-111zv80-container, .framer-A9WKf .framer-bi9qzs-container, .framer-A9WKf .framer-qbdd04-container, .framer-A9WKf .framer-1cfxwi9-container, .framer-A9WKf .framer-16b26am-container { flex: none; height: 100%; left: 0px; position: absolute; top: 0px; width: 100%; }\",\".framer-A9WKf .framer-itwvej { background-color: rgba(4, 9, 33, 0.3); bottom: -2px; flex: none; left: calc(50.00000000000002% - 100% / 2); overflow: hidden; position: absolute; top: -1px; width: 100%; }\",\".framer-A9WKf .framer-x8r24h, .framer-A9WKf .framer-10f05sk { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; min-height: 355px; overflow: hidden; padding: 80px 80px 0px 80px; position: absolute; right: 0px; top: 1px; width: 100%; }\",\".framer-A9WKf .framer-5se3p4-container, .framer-A9WKf .framer-107y9ts-container, .framer-A9WKf .framer-zpmvrk-container { flex: none; height: 680px; left: 1px; position: absolute; top: 1px; width: 100%; }\",\".framer-A9WKf .framer-q1p97u { align-content: center; align-items: center; background-color: #020003; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: 800px; justify-content: flex-start; overflow: hidden; padding: 120px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-A9WKf .framer-d18r8j { border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; flex: none; gap: 40px; height: 841px; overflow: hidden; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-A9WKf .framer-8s6l9e { border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; bottom: 0px; flex: none; height: 200px; left: calc(50.00000000000002% - 421px / 2); overflow: visible; position: absolute; width: 421px; }\",\".framer-A9WKf .framer-1f4dfb5 { bottom: -505px; flex: none; gap: 10px; height: 1170px; left: -769px; overflow: visible; position: absolute; width: 130%; }\",\".framer-A9WKf .framer-1eol6gh { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; left: 50%; overflow: hidden; padding: 0px; position: absolute; top: 0px; transform: translateX(-50%); width: 100%; }\",\".framer-A9WKf .framer-83k3h9 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 80%; }\",\".framer-A9WKf .framer-az11e1, .framer-A9WKf .framer-ayo3p1 { --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: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-A9WKf .framer-1dpm1cv { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 50%; }\",\".framer-A9WKf .framer-m3n008, .framer-A9WKf .framer-bdj937, .framer-A9WKf .framer-1et894x, .framer-A9WKf .framer-qka060, .framer-A9WKf .framer-gj7w06, .framer-A9WKf .framer-jdgmxk, .framer-A9WKf .framer-vnhclh, .framer-A9WKf .framer-148hz67, .framer-A9WKf .framer-12c6xrz, .framer-A9WKf .framer-5rmgtu, .framer-A9WKf .framer-w6i1ji, .framer-A9WKf .framer-1u2dhnc, .framer-A9WKf .framer-131a7ts { --framer-paragraph-spacing: 0px; flex: none; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-A9WKf .framer-9lbkx8-container, .framer-A9WKf .framer-1l52fe5-container { flex: none; height: 52px; position: relative; width: auto; }\",\".framer-A9WKf .framer-xhd42v { align-content: flex-start; align-items: flex-start; background-color: #f8f8f8; box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.03), 0px 0px 0px 0px rgba(0, 0, 0, 0.25); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-A9WKf .framer-djb8ze { align-content: center; align-items: center; background: radial-gradient(50% 50% at 66.7% 47.3%, rgba(198, 166, 255, 0.21) 0%, rgb(237, 237, 237) 100%); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: hidden; padding: 80px 80px 40px 80px; position: relative; width: 100%; }\",\".framer-A9WKf .framer-wfmloq { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-A9WKf .framer-385yc4 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-A9WKf .framer-pkzoqg, .framer-A9WKf .framer-hikfid { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-A9WKf .framer-10oc0jz { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-A9WKf .framer-zus252-container, .framer-A9WKf .framer-67324y-container, .framer-A9WKf .framer-s0fef1-container, .framer-A9WKf .framer-1c6mz81-container, .framer-A9WKf .framer-1kcdo2l-container, .framer-A9WKf .framer-yilfxz-container, .framer-A9WKf .framer-1tu92az-container, .framer-A9WKf .framer-1wnx5me-container, .framer-A9WKf .framer-15b2yug-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-A9WKf .framer-xjy4qs { --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-A9WKf .framer-18ym5h, .framer-A9WKf .framer-1yiwo3b { --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-A9WKf .framer-1brqd34-container { aspect-ratio: 1.7777777777777777 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 113px); position: relative; width: 100%; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-A9WKf .framer-wqsnpe { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: hidden; padding: 20px; position: relative; width: 60%; }\",\".framer-A9WKf .framer-981plx, .framer-A9WKf .framer-1f0b0no { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-A9WKf .framer-g6kuz2-container { aspect-ratio: 1.7777777777777777 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 329px); position: relative; width: 100%; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-A9WKf .framer-8gytuz-container, .framer-A9WKf .framer-1a9gmvy-container, .framer-A9WKf .framer-1r3a6ah-container, .framer-A9WKf .framer-19i2rtn-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-A9WKf .framer-1xmdapw { align-content: center; align-items: center; background-color: var(--token-0e935ff9-3ff8-4493-b715-a28249f8ef97, #ededed); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 80px 0px 80px 0px; position: relative; width: 100%; }\",\".framer-A9WKf .framer-1xbvbgt { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: visible; padding: 10px; position: relative; width: 85%; }\",\".framer-A9WKf .framer-xodzm0-container, .framer-A9WKf .framer-n42vdq-container, .framer-A9WKf .framer-3fxb62-container { flex: none; height: 206px; position: relative; width: 31%; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-A9WKf .framer-1g0vx6p { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-A9WKf .framer-1m54wls-container { flex: none; height: 800px; position: relative; width: 100%; }\",\".framer-A9WKf .framer-uxlc0n, .framer-A9WKf .framer-1nu45ni, .framer-A9WKf .framer-vlv8fo, .framer-A9WKf .framer-1yl7iz2 { height: 800px; overflow: hidden; position: relative; width: 1211px; }\",\".framer-A9WKf .framer-1e5iz99-container { flex: none; height: 100%; left: 0px; position: absolute; top: 1px; width: 100%; }\",\".framer-A9WKf .framer-9czbun { background-color: rgba(4, 9, 33, 0.3); bottom: -2px; flex: none; left: calc(50.04128819157722% - 100.0825763831544% / 2); overflow: hidden; position: absolute; top: -1px; width: 100%; }\",\".framer-A9WKf .framer-9d0uef-container, .framer-A9WKf .framer-16lhowy-container, .framer-A9WKf .framer-djlhgx-container { flex: none; height: 100%; left: 1px; position: absolute; top: 1px; width: 100%; }\",\".framer-A9WKf .framer-2jrb01 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-A9WKf .framer-1owudzm { align-content: flex-start; align-items: flex-start; background: radial-gradient(42% 48% at 50% 50%, rgba(198, 166, 255, 0.21) 0%, var(--token-0e935ff9-3ff8-4493-b715-a28249f8ef97, rgb(237, 237, 237)) 100%); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: flex-start; overflow: visible; padding: 120px 80px 80px 80px; position: relative; width: 100%; }\",\".framer-A9WKf .framer-vq1c3q { align-content: flex-start; align-items: flex-start; bottom: 80px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: sticky; top: 120px; width: 40%; z-index: 1; }\",\".framer-A9WKf .framer-bekh7p { display: grid; flex: none; gap: 24px; grid-auto-rows: min-content; grid-template-columns: repeat(1, minmax(50px, 1fr)); grid-template-rows: repeat(2, min-content); height: min-content; justify-content: start; overflow: hidden; padding: 10px; position: relative; width: 50%; }\",\".framer-A9WKf .framer-l88row, .framer-A9WKf .framer-1rjetid, .framer-A9WKf .framer-1ycswql, .framer-A9WKf .framer-arbgrb, .framer-A9WKf .framer-1ihaqpf, .framer-A9WKf .framer-10oxkg { align-content: flex-start; align-items: flex-start; align-self: start; background-color: #f8f8f8; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; box-shadow: 0px 0.6021873017743928px 0.6021873017743928px -1.25px rgba(0, 0, 0, 0.07), 0px 2.288533303243457px 2.288533303243457px -2.5px rgba(0, 0, 0, 0.06), 0px 10px 10px -3.75px rgba(0, 0, 0, 0.03); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; justify-self: start; overflow: hidden; padding: 0px 0px 40px 0px; position: relative; width: 100%; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-A9WKf .framer-pq2wa2, .framer-A9WKf .framer-1yxiuxu, .framer-A9WKf .framer-1fxjtls, .framer-A9WKf .framer-qlwjwb, .framer-A9WKf .framer-1yiag7h, .framer-A9WKf .framer-1q0r93w { flex: none; height: 233px; overflow: visible; position: relative; width: 100%; }\",\".framer-A9WKf .framer-1xb5rat, .framer-A9WKf .framer-13beqzr, .framer-A9WKf .framer-1h0ydgd, .framer-A9WKf .framer-1jd1wn9, .framer-A9WKf .framer-14zw8q1, .framer-A9WKf .framer-1ll17at { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 40px 40px 0px 40px; position: relative; width: 100%; }\",\".framer-A9WKf .framer-9wmbf5, .framer-A9WKf .framer-1sl9rt5, .framer-A9WKf .framer-4z789y, .framer-A9WKf .framer-jco401, .framer-A9WKf .framer-1nf4wai, .framer-A9WKf .framer-1fujbwu { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-A9WKf .framer-vif6pq, .framer-A9WKf .framer-1q5t97m, .framer-A9WKf .framer-elzh5x, .framer-A9WKf .framer-13gzsro, .framer-A9WKf .framer-tsjn1x, .framer-A9WKf .framer-edw4vt { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,\"@media (min-width: 808px) and (max-width: 1199px) { .framer-A9WKf.framer-72rtr7 { width: 808px; } .framer-A9WKf .framer-q1p97u { gap: 20px; height: 100vh; order: 1; padding: 80px 0px 0px 0px; } .framer-A9WKf .framer-d18r8j { gap: 20px; height: 100%; } .framer-A9WKf .framer-1f4dfb5 { bottom: -413px; left: -400px; right: -62px; width: unset; } .framer-A9WKf .framer-1eol6gh { gap: 16px; overflow: visible; width: 80%; } .framer-A9WKf .framer-83k3h9 { gap: 20px; width: 100%; } .framer-A9WKf .framer-1dpm1cv { width: 100%; } .framer-A9WKf .framer-m3n008 { order: 0; } .framer-A9WKf .framer-9lbkx8-container, .framer-A9WKf .framer-1r3a6ah-container { order: 1; } .framer-A9WKf .framer-xhd42v { align-content: center; align-items: center; background-color: var(--token-0e935ff9-3ff8-4493-b715-a28249f8ef97, #ededed); flex-wrap: wrap; order: 2; } .framer-A9WKf .framer-djb8ze { flex-direction: column; order: 0; padding: 0px; } .framer-A9WKf .framer-wfmloq { align-content: center; align-items: center; flex: none; gap: 20px; padding: 40px 40px 0px 40px; width: 100%; } .framer-A9WKf .framer-385yc4 { align-content: center; align-items: center; } .framer-A9WKf .framer-18ym5h { max-width: unset; } .framer-A9WKf .framer-wqsnpe, .framer-A9WKf .framer-1xbvbgt { width: 90%; } .framer-A9WKf .framer-g6kuz2-container { height: var(--framer-aspect-ratio-supported, 387px); } .framer-A9WKf .framer-1xmdapw { order: 3; padding: 40px 0px 80px 0px; } .framer-A9WKf .framer-xodzm0-container, .framer-A9WKf .framer-n42vdq-container, .framer-A9WKf .framer-3fxb62-container { height: 241px; width: 31%; } .framer-A9WKf .framer-1g0vx6p { order: 3; } .framer-A9WKf .framer-1m54wls-container { height: 66.11111111111111vh; order: 0; } .framer-A9WKf .framer-2jrb01 { order: 4; } .framer-A9WKf .framer-1owudzm { gap: 20px; padding: 80px 40px 40px 40px; } .framer-A9WKf .framer-1f0b0no { white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; } .framer-A9WKf .framer-1yiwo3b { width: 80%; } .framer-A9WKf .framer-bekh7p { gap: 20px; width: 46%; } .framer-A9WKf .framer-l88row, .framer-A9WKf .framer-1rjetid, .framer-A9WKf .framer-1ycswql, .framer-A9WKf .framer-arbgrb, .framer-A9WKf .framer-1ihaqpf, .framer-A9WKf .framer-10oxkg { justify-content: center; padding: 0px; } .framer-A9WKf .framer-1xb5rat, .framer-A9WKf .framer-13beqzr, .framer-A9WKf .framer-1h0ydgd, .framer-A9WKf .framer-1jd1wn9, .framer-A9WKf .framer-14zw8q1, .framer-A9WKf .framer-1ll17at { padding: 40px; } .framer-A9WKf .framer-19i2rtn-container { order: 5; }}\",\"@media (max-width: 807px) { .framer-A9WKf.framer-72rtr7 { width: 390px; } .framer-A9WKf .framer-t4493s-container, .framer-A9WKf .framer-hikfid, .framer-A9WKf .framer-1a9gmvy-container { order: 2; } .framer-A9WKf .framer-q1p97u { gap: 40px; order: 0; padding: 40px 0px 0px 0px; } .framer-A9WKf .framer-d18r8j { gap: 20px; height: 100%; } .framer-A9WKf .framer-1f4dfb5 { bottom: -382px; height: 675px; left: calc(50.00000000000002% - 130% / 2); } .framer-A9WKf .framer-1eol6gh { gap: 20px; width: 90%; } .framer-A9WKf .framer-83k3h9 { gap: 12px; width: 100%; } .framer-A9WKf .framer-1dpm1cv, .framer-A9WKf .framer-xjy4qs { width: 100%; } .framer-A9WKf .framer-xhd42v { background-color: var(--token-0e935ff9-3ff8-4493-b715-a28249f8ef97, #ededed); flex-wrap: wrap; order: 1; padding: 40px 0px 0px 0px; } .framer-A9WKf .framer-djb8ze { flex-direction: column; order: 0; padding: 0px; } .framer-A9WKf .framer-wfmloq { align-content: center; align-items: center; flex: none; gap: 20px; order: 1; width: 90%; } .framer-A9WKf .framer-385yc4 { align-content: center; align-items: center; gap: 40px; } .framer-A9WKf .framer-pkzoqg { order: 0; } .framer-A9WKf .framer-10oc0jz { gap: 12px; } .framer-A9WKf .framer-18ym5h { max-width: unset; } .framer-A9WKf .framer-1brqd34-container { height: var(--framer-aspect-ratio-supported, 198px); order: 0; } .framer-A9WKf .framer-67324y-container, .framer-A9WKf .framer-8gytuz-container { order: 1; } .framer-A9WKf .framer-2jrb01 { order: 4; } .framer-A9WKf .framer-1owudzm { flex-direction: column; gap: 20px; padding: 40px 20px 40px 20px; width: 100%; } .framer-A9WKf .framer-vq1c3q { align-content: center; align-items: center; bottom: unset; gap: 16px; justify-content: flex-start; position: relative; top: unset; width: 100%; } .framer-A9WKf .framer-bekh7p { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 20px; justify-content: flex-start; width: 100%; } .framer-A9WKf .framer-l88row, .framer-A9WKf .framer-1rjetid, .framer-A9WKf .framer-1ycswql, .framer-A9WKf .framer-arbgrb, .framer-A9WKf .framer-1ihaqpf, .framer-A9WKf .framer-10oxkg { align-self: unset; justify-content: center; padding: 0px; } .framer-A9WKf .framer-1xb5rat, .framer-A9WKf .framer-13beqzr, .framer-A9WKf .framer-1h0ydgd, .framer-A9WKf .framer-1jd1wn9, .framer-A9WKf .framer-14zw8q1, .framer-A9WKf .framer-1ll17at { padding: 20px; } .framer-A9WKf .framer-19i2rtn-container { order: 5; }}\",\"@media (min-width: 2400px) { .framer-A9WKf.framer-72rtr7 { width: 2400px; } .framer-A9WKf .framer-q1p97u { gap: 30px; height: 660px; padding: 0px; } .framer-A9WKf .framer-d18r8j { flex: 1 0 0px; height: 1px; } .framer-A9WKf .framer-1f4dfb5 { bottom: -608px; height: 1044px; left: -750px; width: 114%; } .framer-A9WKf .framer-1eol6gh { top: 54px; width: 69%; } .framer-A9WKf .framer-az11e1, .framer-A9WKf .framer-ayo3p1, .framer-A9WKf .framer-18ym5h { width: auto; } .framer-A9WKf .framer-m3n008 { max-width: 70%; } .framer-A9WKf .framer-xhd42v { align-content: center; align-items: center; background-color: var(--token-0e935ff9-3ff8-4493-b715-a28249f8ef97, #ededed); } .framer-A9WKf .framer-djb8ze { gap: 120px; justify-content: flex-start; padding: 80px 0px 40px 0px; width: 60%; } .framer-A9WKf .framer-xjy4qs { height: 144px; width: 456px; } .framer-A9WKf .framer-g6kuz2-container { height: var(--framer-aspect-ratio-supported, 464px); } .framer-A9WKf .framer-1xmdapw { width: 66%; } .framer-A9WKf .framer-xodzm0-container, .framer-A9WKf .framer-n42vdq-container, .framer-A9WKf .framer-3fxb62-container { height: 184px; width: 32%; } .framer-A9WKf .framer-1owudzm { padding: 220px; } .framer-A9WKf .framer-vq1c3q, .framer-A9WKf .framer-bekh7p { flex: 1 0 0px; width: 1px; } .framer-A9WKf .framer-1yiwo3b { width: 60%; } .framer-A9WKf .framer-l88row, .framer-A9WKf .framer-1rjetid, .framer-A9WKf .framer-1ycswql, .framer-A9WKf .framer-arbgrb, .framer-A9WKf .framer-1ihaqpf, .framer-A9WKf .framer-10oxkg { justify-content: center; padding: 0px; } .framer-A9WKf .framer-1xb5rat, .framer-A9WKf .framer-13beqzr, .framer-A9WKf .framer-1h0ydgd, .framer-A9WKf .framer-1jd1wn9, .framer-A9WKf .framer-14zw8q1 { padding: 40px; }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 9991\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"S5gVR0FRU\":{\"layout\":[\"fixed\",\"auto\"]},\"nAH0Fd7Hu\":{\"layout\":[\"fixed\",\"auto\"]},\"aM2K9i2MY\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"z19ps0Exf\":{\"pattern\":\":z19ps0Exf\",\"name\":\"how-it-works\"},\"ucObhLzID\":{\"pattern\":\":ucObhLzID\",\"name\":\"industries\"},\"lwicW96Wj\":{\"pattern\":\":lwicW96Wj\",\"name\":\"industries-2\"},\"SfTUBApjg\":{\"pattern\":\":SfTUBApjg\",\"name\":\"clients\"}}\n * @framerResponsiveScreen\n */const FrameraugiA20Il=withCSS(Component,css,\"framer-A9WKf\");export default FrameraugiA20Il;FrameraugiA20Il.displayName=\"Home\";FrameraugiA20Il.defaultProps={height:9991,width:1200};addFonts(FrameraugiA20Il,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"IBM Plex Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/ibmplexsans/v21/zYXGKVElMYYaJe8bpLHnCwDKr932-G7dytD-Dmu1swZSAXcomDVmadSDtFlzBaI5loa26g.woff2\",weight:\"300\"},{family:\"IBM Plex Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/ibmplexsans/v21/zYXGKVElMYYaJe8bpLHnCwDKr932-G7dytD-Dmu1swZSAXcomDVmadSD2FlzBaI5loa26g.woff2\",weight:\"500\"},{family:\"IBM Plex Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/ibmplexsans/v21/zYXGKVElMYYaJe8bpLHnCwDKr932-G7dytD-Dmu1swZSAXcomDVmadSD6llzBaI5loa26g.woff2\",weight:\"400\"},{family:\"Maison Neue Light\",source:\"custom\",url:\"https://framerusercontent.com/assets/Huwm1gY1jhvbO0lOgB3ok0mU6A.woff2\"},{family:\"IBM Plex Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/ibmplexsans/v21/zYXGKVElMYYaJe8bpLHnCwDKr932-G7dytD-Dmu1swZSAXcomDVmadSDNF5zBaI5loa26g.woff2\",weight:\"600\"}]},...VideoFonts,...BgWithTitleFonts,...SlideshowFonts,...ButtonFonts,...BadgeFonts,...YouTubeFonts,...SaaSPaaSFonts,...NumbersFonts,...Numbers1Fonts,...Numbers2Fonts,...Numbers3Fonts,...ClientsFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameraugiA20Il\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"9991\",\"framerAutoSizeImages\":\"true\",\"framerColorSyntax\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"S5gVR0FRU\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"nAH0Fd7Hu\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"aM2K9i2MY\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"1200\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerResponsiveScreen\":\"\",\"framerScrollSections\":\"{\\\"z19ps0Exf\\\":{\\\"pattern\\\":\\\":z19ps0Exf\\\",\\\"name\\\":\\\"how-it-works\\\"},\\\"ucObhLzID\\\":{\\\"pattern\\\":\\\":ucObhLzID\\\",\\\"name\\\":\\\"industries\\\"},\\\"lwicW96Wj\\\":{\\\"pattern\\\":\\\":lwicW96Wj\\\",\\\"name\\\":\\\"industries-2\\\"},\\\"SfTUBApjg\\\":{\\\"pattern\\\":\\\":SfTUBApjg\\\",\\\"name\\\":\\\"clients\\\"}}\",\"framerComponentViewportWidth\":\"true\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerContractVersion\":\"1\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],"mappings":"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"}