{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/1508aSKHFGEJWSaD4aMQ/kdNIfXxzVmV4Et4tnCzL/Counter1.js", "ssg:https://framerusercontent.com/modules/k8QOEGaWrIWhzNhg8mrB/fJwbt2nGVDBharhKjveo/NWpphhmRX.js"],
  "sourcesContent": ["import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{useState,useEffect,useRef}from\"react\";import{motion}from\"framer-motion\";import{addPropertyControls,ControlType}from\"framer\";const CounterStyles={container:{display:\"flex\",justifyContent:\"center\",alignItems:\"center\"}};export function Counter(props){const{start,end,speed,gapSize,prefixText,suffixText,prefixFont,suffixFont,prefixColor,suffixColor,loop,decimalSeparatorType,textSize,selectedFont,textColor,startOnViewport,restartOnViewport,incrementType}=props;const[count,setCount]=useState(start);const[isVisible,setIsVisible]=useState(false);const containerRef=useRef(null);useEffect(()=>{const observer=new IntersectionObserver(entries=>{const entry=entries[0];setIsVisible(entry.isIntersecting);});if(containerRef.current){observer.observe(containerRef.current);}return()=>{if(containerRef.current){observer.unobserve(containerRef.current);}};},[]);useEffect(()=>{const updateCount=()=>{const increment=incrementType===\"integer\"?1:.1;setCount(prevCount=>{const nextCount=parseFloat((prevCount+increment).toFixed(2));return nextCount>=end?end:nextCount;});};if(isVisible||!startOnViewport&&start!==end){const intervalId=setInterval(updateCount,speed);return()=>{clearInterval(intervalId);};}else if(startOnViewport&&isVisible){setCount(start);}},[count,start,end,loop,isVisible,speed,startOnViewport,incrementType]);useEffect(()=>{if(restartOnViewport&&isVisible){setCount(start)// Restart the animation when re-entering the viewport\n;}},[isVisible,restartOnViewport,start]);const formatNumber=number=>{if(decimalSeparatorType===\"comma\"){return number.toLocaleString(\"en-US\");}else if(decimalSeparatorType===\"period\"){return number.toLocaleString(\"en-US\").replace(/,/g,\".\");}else{return number.toFixed(incrementType===\"integer\"?0:1);}};return /*#__PURE__*/_jsxs(motion.div,{ref:containerRef,style:{...CounterStyles.container,gap:`${gapSize}px`,flexDirection:\"row\",alignItems:\"center\",fontSize:`${textSize}px`,fontFamily:selectedFont.fontFamily,fontWeight:selectedFont.fontWeight,color:textColor},children:[/*#__PURE__*/_jsx(\"span\",{style:{fontFamily:prefixFont.fontFamily,fontWeight:prefixFont.fontWeight,color:prefixColor},children:prefixText}),/*#__PURE__*/_jsx(\"span\",{children:formatNumber(count)}),/*#__PURE__*/_jsx(\"span\",{style:{fontFamily:suffixFont.fontFamily,fontWeight:suffixFont.fontWeight,color:suffixColor},children:suffixText})]});}Counter.defaultProps={start:0,end:100,speed:100,prefixText:\"\",suffixText:\"\",loop:false,decimalSeparatorType:\"comma\",textSize:36,selectedFont:{fontFamily:\"Inter\",fontWeight:500,systemFont:true},textColor:\"#D3D3D3\",startOnViewport:false,incrementType:\"integer\"};addPropertyControls(Counter,{startOnViewport:{type:ControlType.Boolean,title:\"Viewport\",defaultValue:false,enabledTitle:\"On\",disabledTitle:\"Off\"},restartOnViewport:{type:ControlType.Boolean,title:\"Replay\",defaultValue:false,enabledTitle:\"Yes\",disabledTitle:\"No\"},selectedFont:{title:\"Font\",type:ControlType.Font,defaultValue:{fontFamily:\"Inter\",fontWeight:500,systemFont:true}},textSize:{title:\"Font Size\",type:ControlType.Number,min:8,max:240,step:1},textColor:{type:ControlType.Color,title:\"Font Color\"},start:{type:ControlType.Number,title:\"Start Number\",defaultValue:0,displayStepper:true},end:{type:ControlType.Number,title:\"End Number\",defaultValue:10,displayStepper:true},decimalSeparatorType:{type:ControlType.Enum,title:\"Separator\",defaultValue:\"comma\",options:[\"comma\",\"period\",\"none\"],optionTitles:[\"Comma (1,000)\",\"Decimal (1.000)\",\"None\"]},incrementType:{type:ControlType.Enum,title:\"Increment Type\",defaultValue:\"integer\",options:[\"integer\",\"decimal\"],optionTitles:[\"Integer\",\"Decimal\"]},prefixText:{type:ControlType.String,title:\"Prefix\",defaultValue:\"\"},prefixFont:{title:\"Prefix Font\",type:ControlType.Font,defaultValue:{fontFamily:\"Inter\",fontWeight:500,systemFont:true}},prefixColor:{type:ControlType.Color,title:\"Prefix Color\"},suffixText:{type:ControlType.String,title:\"Suffix\",defaultValue:\"\"},suffixFont:{title:\"Suffix Font\",type:ControlType.Font,defaultValue:{fontFamily:\"Inter\",fontWeight:500,systemFont:true}},suffixColor:{type:ControlType.Color,title:\"Suffix Color\"},gapSize:{type:ControlType.Number,title:\"Gap Size\",defaultValue:4,min:0,max:100,step:4},speed:{type:ControlType.Number,title:\"Speed (ms)\",defaultValue:100,min:0,max:2e3,step:10},loop:{type:ControlType.Boolean,title:\"Loop Animation\",defaultValue:false,enabledTitle:\"On\",disabledTitle:\"Off\",description:\"[Built by Asif Kabir](https://www.youtube.com/channel/UCujbStV-Rp-QGfiHOKA9AvA)\"}});\nexport const __FramerMetadata__ = {\"exports\":{\"Counter\":{\"type\":\"reactComponent\",\"name\":\"Counter\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Counter1.map", "// Generated by Framer (ab692b1)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,PropertyOverrides,RichText,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useRouteElementId,withCSS,withFX}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import ContactPanel from\"#framer/local/canvasComponent/itjwmi4sC/itjwmi4sC.js\";import MainNavigation from\"#framer/local/canvasComponent/mfRyMDDp1/mfRyMDDp1.js\";import Footer from\"#framer/local/canvasComponent/VdMaedJIs/VdMaedJIs.js\";import BannersPages from\"#framer/local/canvasComponent/Y8_7WwGK_/Y8_7WwGK_.js\";import{Counter}from\"#framer/local/codeFile/xGx7cCE/Counter1.js\";import*as sharedStyle2 from\"#framer/local/css/bckGMbjvH/bckGMbjvH.js\";import*as sharedStyle8 from\"#framer/local/css/HRHTu2DtP/HRHTu2DtP.js\";import*as sharedStyle1 from\"#framer/local/css/l8OKFckvk/l8OKFckvk.js\";import*as sharedStyle4 from\"#framer/local/css/POZ7SX_1x/POZ7SX_1x.js\";import*as sharedStyle6 from\"#framer/local/css/QceJlvi2Q/QceJlvi2Q.js\";import*as sharedStyle7 from\"#framer/local/css/UKy7GotZN/UKy7GotZN.js\";import*as sharedStyle from\"#framer/local/css/UvRrfPV17/UvRrfPV17.js\";import*as sharedStyle5 from\"#framer/local/css/vAEsu4rTL/vAEsu4rTL.js\";import*as sharedStyle3 from\"#framer/local/css/xVXpc4Zvw/xVXpc4Zvw.js\";import metadataProvider from\"#framer/local/webPageMetadata/NWpphhmRX/NWpphhmRX.js\";const MainNavigationFonts=getFonts(MainNavigation);const BannersPagesFonts=getFonts(BannersPages);const CounterFonts=getFonts(Counter);const ImageWithFX=withFX(Image);const ContactPanelFonts=getFonts(ContactPanel);const FooterFonts=getFonts(Footer);const breakpoints={FluJtX_vW:\"(max-width: 809px)\",M9fCRQnPz:\"(min-width: 810px) and (max-width: 1199px)\",MvZ84GCpT:\"(min-width: 1200px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-urDyu\";const variantClassNames={FluJtX_vW:\"framer-v-1uzzq32\",M9fCRQnPz:\"framer-v-1g940ky\",MvZ84GCpT:\"framer-v-6c2dw8\"};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-150};const transition1={delay:0,duration:1.5,ease:[.44,0,.56,1],type:\"tween\"};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:-150};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:150};const animation3={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:150};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"MvZ84GCpT\",Phone:\"FluJtX_vW\",Tablet:\"M9fCRQnPz\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"MvZ84GCpT\"};};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,sharedStyle5.className,sharedStyle6.className,sharedStyle7.className,sharedStyle8.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const elementId=useRouteElementId(\"uWy5fbOcj\");const ref1=React.useRef(null);useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"MvZ84GCpT\",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-6c2dw8\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FluJtX_vW:{y:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:82,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1jgufsa-container\",nodeId:\"uvRg7w7l_\",scopeId:\"NWpphhmRX\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FluJtX_vW:{variant:\"WSvG0opCH\"},M9fCRQnPz:{variant:\"fllD_EfIe\"}},children:/*#__PURE__*/_jsx(MainNavigation,{height:\"100%\",id:\"uvRg7w7l_\",layoutId:\"uvRg7w7l_\",m2GaD469a:0,style:{width:\"100%\"},variant:\"lHSRt2pQ7\",width:\"100%\"})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1um7cw1\",\"data-framer-name\":\"Page content\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FluJtX_vW:{y:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:400,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+82+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1dw08w9-container\",id:elementId,nodeId:\"uWy5fbOcj\",ref:ref1,scopeId:\"NWpphhmRX\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FluJtX_vW:{variant:\"PshIjJe9T\"},M9fCRQnPz:{variant:\"bWJJxXyAx\"}},children:/*#__PURE__*/_jsx(BannersPages,{AvnTWpHSp:addImageAlt({src:\"https://framerusercontent.com/images/sakPpJpY402wrodrmgfspwBUpw.jpg\",srcSet:\"https://framerusercontent.com/images/sakPpJpY402wrodrmgfspwBUpw.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/sakPpJpY402wrodrmgfspwBUpw.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/sakPpJpY402wrodrmgfspwBUpw.jpg 1899w\"},\"Worker looking up at large industrial machinery\"),G89qQDKb2:false,height:\"100%\",HqEgLi8se:\"OUR SERVICES\",id:\"uWy5fbOcj\",layoutId:\"uWy5fbOcj\",style:{width:\"100%\"},u7Eebk9Xl:\"About us\",variant:\"lhOfJ1FMr\",width:\"100%\"})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-61xtp3\",\"data-framer-name\":\"Intro\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-z2ajxq\",\"data-styles-preset\":\"UvRrfPV17\",style:{\"--framer-text-alignment\":\"center\"},children:\"Infinity in numbers\"})}),className:\"framer-oprbwz\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-15g7a9u\",\"data-framer-name\":\"Counters\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-fkd2s1\",\"data-framer-name\":\"Compliant\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-8oinh3\",\"data-framer-name\":\"_Metric item\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-xywxfl-container\",isAuthoredByUser:true,nodeId:\"QxuPjqdj4\",scopeId:\"NWpphhmRX\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FluJtX_vW:{textSize:40},M9fCRQnPz:{textSize:50}},children:/*#__PURE__*/_jsx(Counter,{decimalSeparatorType:\"none\",end:100,gapSize:4,height:\"100%\",id:\"QxuPjqdj4\",incrementType:\"integer\",layoutId:\"QxuPjqdj4\",loop:false,prefixColor:\"rgb(0, 153, 255)\",prefixFont:{},prefixText:\"\",restartOnViewport:false,selectedFont:{fontFamily:'\"Nunito\", \"Nunito Placeholder\", sans-serif',fontStyle:\"normal\",fontWeight:700},speed:30,start:0,startOnViewport:true,style:{width:\"100%\"},suffixColor:\"var(--token-aa8d0b68-4517-439f-ab50-548a1d84ceab, rgb(230, 38, 76))\",suffixFont:{fontFamily:'\"Nunito\", \"Nunito Placeholder\", sans-serif',fontStyle:\"normal\",fontWeight:700},suffixText:\"%\",textColor:\"var(--token-aa8d0b68-4517-439f-ab50-548a1d84ceab, rgb(230, 38, 76))\",textSize:60,width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1d4ecb0\",\"data-framer-name\":\"Number and text\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-so6fuz\",\"data-styles-preset\":\"l8OKFckvk\",style:{\"--framer-text-alignment\":\"center\"},children:\"Compliant\"})}),className:\"framer-1eistzr\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1gicqmu\",\"data-framer-name\":\"Customer support\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1n1x5oa\",\"data-framer-name\":\"_Metric item\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-19parcc-container\",isAuthoredByUser:true,nodeId:\"WE_jaYZLA\",scopeId:\"NWpphhmRX\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FluJtX_vW:{textSize:40},M9fCRQnPz:{textSize:50}},children:/*#__PURE__*/_jsx(Counter,{decimalSeparatorType:\"none\",end:24,gapSize:4,height:\"100%\",id:\"WE_jaYZLA\",incrementType:\"integer\",layoutId:\"WE_jaYZLA\",loop:false,prefixColor:\"rgb(0, 153, 255)\",prefixFont:{},prefixText:\"\",restartOnViewport:false,selectedFont:{fontFamily:'\"Nunito\", \"Nunito Placeholder\", sans-serif',fontStyle:\"normal\",fontWeight:700},speed:100,start:0,startOnViewport:true,suffixColor:\"var(--token-aa8d0b68-4517-439f-ab50-548a1d84ceab, rgb(230, 38, 76))\",suffixFont:{fontFamily:'\"Nunito\", \"Nunito Placeholder\", sans-serif',fontStyle:\"normal\",fontWeight:700},suffixText:\"/7\",textColor:\"var(--token-aa8d0b68-4517-439f-ab50-548a1d84ceab, rgb(230, 38, 76))\",textSize:60,width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-13ue9w9\",\"data-framer-name\":\"Number and text\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-so6fuz\",\"data-styles-preset\":\"l8OKFckvk\",style:{\"--framer-text-alignment\":\"center\"},children:\"Customer support\"})}),className:\"framer-1r3fx3x\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-19244ma\",\"data-framer-name\":\"Hours lost\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-dyvkzw\",\"data-framer-name\":\"_Metric item\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-s4d0o3-container\",isAuthoredByUser:true,nodeId:\"gQqtAQ25x\",scopeId:\"NWpphhmRX\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FluJtX_vW:{textSize:40},M9fCRQnPz:{textSize:50}},children:/*#__PURE__*/_jsx(Counter,{decimalSeparatorType:\"none\",end:0,gapSize:4,height:\"100%\",id:\"gQqtAQ25x\",incrementType:\"integer\",layoutId:\"gQqtAQ25x\",loop:false,prefixColor:\"rgb(0, 153, 255)\",prefixFont:{},prefixText:\"\",restartOnViewport:false,selectedFont:{fontFamily:'\"Nunito\", \"Nunito Placeholder\", sans-serif',fontStyle:\"normal\",fontWeight:700},speed:100,start:0,startOnViewport:true,suffixColor:\"var(--token-aa8d0b68-4517-439f-ab50-548a1d84ceab, rgb(230, 38, 76))\",suffixFont:{fontFamily:'\"Nunito\", \"Nunito Placeholder\", sans-serif',fontStyle:\"normal\",fontWeight:700},suffixText:\"Hours\",textColor:\"var(--token-aa8d0b68-4517-439f-ab50-548a1d84ceab, rgb(230, 38, 76))\",textSize:60,width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-m7mt93\",\"data-framer-name\":\"Number and text\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-so6fuz\",\"data-styles-preset\":\"l8OKFckvk\",style:{\"--framer-text-alignment\":\"center\"},children:\"Lost time incidents\"})}),className:\"framer-jt2lbj\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1q7f5he\",\"data-framer-name\":\"welcome message\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-1z02xpr\",\"data-styles-preset\":\"bckGMbjvH\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-33a3eabc-084e-4e56-b633-c6ca08c428ab, rgb(255, 255, 255))\"},children:\"A CULTURE OF SERVICE EXCELLENCE\"})}),className:\"framer-18mtjsw\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FluJtX_vW:{background:{alt:\"Male engineeri working on a large turbine\",fit:\"fill\",pixelHeight:700,pixelWidth:1899,positionX:\"50.8%\",positionY:\"18.6%\",sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/hRrcijqwULd5j7F7YHLV8oROz0.jpg\",srcSet:\"https://framerusercontent.com/images/hRrcijqwULd5j7F7YHLV8oROz0.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/hRrcijqwULd5j7F7YHLV8oROz0.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/hRrcijqwULd5j7F7YHLV8oROz0.jpg 1899w\"}},M9fCRQnPz:{background:{alt:\"Male engineeri working on a large turbine\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+82+0+902.4),pixelHeight:700,pixelWidth:1899,positionX:\"50.8%\",positionY:\"18.6%\",sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/hRrcijqwULd5j7F7YHLV8oROz0.jpg\",srcSet:\"https://framerusercontent.com/images/hRrcijqwULd5j7F7YHLV8oROz0.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/hRrcijqwULd5j7F7YHLV8oROz0.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/hRrcijqwULd5j7F7YHLV8oROz0.jpg 1899w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"Male engineeri working on a large turbine\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+82+0+942.4),pixelHeight:700,pixelWidth:1899,positionX:\"50.8%\",positionY:\"18.6%\",sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/hRrcijqwULd5j7F7YHLV8oROz0.jpg\",srcSet:\"https://framerusercontent.com/images/hRrcijqwULd5j7F7YHLV8oROz0.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/hRrcijqwULd5j7F7YHLV8oROz0.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/hRrcijqwULd5j7F7YHLV8oROz0.jpg 1899w\"},className:\"framer-44tr6p\",\"data-framer-name\":\"Our story\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1uh4b0k\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-580mq1\",\"data-styles-preset\":\"xVXpc4Zvw\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-33a3eabc-084e-4e56-b633-c6ca08c428ab, rgb(255, 255, 255))\"},children:\"Our story\"})}),className:\"framer-1ry83eh\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-rq7mke\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-gvj8ob\",\"data-styles-preset\":\"POZ7SX_1x\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-33a3eabc-084e-4e56-b633-c6ca08c428ab, rgb(255, 255, 255))\"},children:\"Founded in 2016, Infinity Engineering Services draws on over 18 years of industry experience, with more than 50 years of combined expertise within our team. Throughout this time, we have remained fully committed to excellence and our core values:\"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-8ixkpb\",\"data-styles-preset\":\"vAEsu4rTL\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-33a3eabc-084e-4e56-b633-c6ca08c428ab, rgb(255, 255, 255))\"},children:\"People | Responsibility | Quality | Commitment\"})]}),className:\"framer-1mnu239\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1oim05g\",\"data-styles-preset\":\"QceJlvi2Q\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-33a3eabc-084e-4e56-b633-c6ca08c428ab, rgb(255, 255, 255))\"},children:\"As our culture of service excellence evolves, we strive to exceed our clients' expectations through outstanding performance, backed by ISO quality management accreditation for added peace of mind.\"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1oim05g\",\"data-styles-preset\":\"QceJlvi2Q\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-33a3eabc-084e-4e56-b633-c6ca08c428ab, rgb(255, 255, 255))\"},children:\"We apply these principles across all aspects of our business, setting clear, timely goals and developing robust project plans with built-in quality monitoring to drive continuous improvement.\"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1oim05g\",\"data-styles-preset\":\"QceJlvi2Q\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-33a3eabc-084e-4e56-b633-c6ca08c428ab, rgb(255, 255, 255))\"},children:\"Our unbiased, solution-focused products and services deliver significant benefits to your operations and assets.\"})]}),className:\"framer-126uxkp\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-16k1ttw\",\"data-framer-name\":\"Proven process\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1cr2q46\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1k6vydz\",\"data-framer-name\":\"Img\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FluJtX_vW:{__framer__styleAppearEffectEnabled:undefined,background:{alt:\"Business man overlaid by computer icons\",fit:\"fill\",intrinsicHeight:282.5,intrinsicWidth:350,pixelHeight:565,pixelWidth:700,sizes:`calc(min((${componentViewport?.width||\"100vw\"} - 48px) * 0.8, 600px) * 0.8)`,src:\"https://framerusercontent.com/images/HIsA27lCTmUiXFrLomSeF0hldk.jpg?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/HIsA27lCTmUiXFrLomSeF0hldk.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/HIsA27lCTmUiXFrLomSeF0hldk.jpg 700w\"}},M9fCRQnPz:{background:{alt:\"Business man overlaid by computer icons\",fit:\"fill\",intrinsicHeight:282.5,intrinsicWidth:350,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+82+0+1570.4+60+0+0),pixelHeight:565,pixelWidth:700,sizes:`calc(min((${componentViewport?.width||\"100vw\"} - 32px) * 0.4255, 600px) * 0.8)`,src:\"https://framerusercontent.com/images/HIsA27lCTmUiXFrLomSeF0hldk.jpg?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/HIsA27lCTmUiXFrLomSeF0hldk.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/HIsA27lCTmUiXFrLomSeF0hldk.jpg 700w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"Business man overlaid by computer icons\",fit:\"fill\",intrinsicHeight:282.5,intrinsicWidth:350,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+82+0+1650.4+100+0+0),pixelHeight:565,pixelWidth:700,sizes:`calc(min(${componentViewport?.width||\"100vw\"} * 0.4255, 600px) * 0.8)`,src:\"https://framerusercontent.com/images/HIsA27lCTmUiXFrLomSeF0hldk.jpg?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/HIsA27lCTmUiXFrLomSeF0hldk.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/HIsA27lCTmUiXFrLomSeF0hldk.jpg 700w\"},className:\"framer-siyhhc\",\"data-framer-name\":\"Img-35\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FluJtX_vW:{__framer__styleAppearEffectEnabled:undefined,background:{alt:\"Graph showing upward trend\",fit:\"fill\",intrinsicHeight:172,intrinsicWidth:296,pixelHeight:344,pixelWidth:592,sizes:`calc(min((${componentViewport?.width||\"100vw\"} - 48px) * 0.8, 600px) * 0.6)`,src:\"https://framerusercontent.com/images/gDhHBmAyXinII0uGwvG6VDDGZH0.jpg?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/gDhHBmAyXinII0uGwvG6VDDGZH0.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/gDhHBmAyXinII0uGwvG6VDDGZH0.jpg 592w\"}},M9fCRQnPz:{background:{alt:\"Graph showing upward trend\",fit:\"fill\",intrinsicHeight:172,intrinsicWidth:296,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+82+0+1570.4+60+0+432-172),pixelHeight:344,pixelWidth:592,sizes:`calc(min((${componentViewport?.width||\"100vw\"} - 32px) * 0.4255, 600px) * 0.6)`,src:\"https://framerusercontent.com/images/gDhHBmAyXinII0uGwvG6VDDGZH0.jpg?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/gDhHBmAyXinII0uGwvG6VDDGZH0.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/gDhHBmAyXinII0uGwvG6VDDGZH0.jpg 592w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"Graph showing upward trend\",fit:\"fill\",intrinsicHeight:172,intrinsicWidth:296,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+82+0+1650.4+100+0+432-172),pixelHeight:344,pixelWidth:592,sizes:`calc(min(${componentViewport?.width||\"100vw\"} * 0.4255, 600px) * 0.6)`,src:\"https://framerusercontent.com/images/gDhHBmAyXinII0uGwvG6VDDGZH0.jpg?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/gDhHBmAyXinII0uGwvG6VDDGZH0.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/gDhHBmAyXinII0uGwvG6VDDGZH0.jpg 592w\"},className:\"framer-7njuuu\",\"data-framer-name\":\"Img-02\"})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1bsi0qp\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-frrmu0\",\"data-styles-preset\":\"UKy7GotZN\",style:{\"--framer-text-color\":\"var(--token-aa8d0b68-4517-439f-ab50-548a1d84ceab, rgb(230, 38, 76))\"},children:\"PROVEN PROCESS\"})}),className:\"framer-1pos22h\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-z2ajxq\",\"data-styles-preset\":\"UvRrfPV17\",children:\"Experience and quality... the foundation of your reliability\"})}),className:\"framer-af7a89\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1p3l6cz\",\"data-styles-preset\":\"HRHTu2DtP\",children:\"We provide world-class, diverse services at competitive prices. Our efficient business model ensures affordable field service rates, supported by the strategic employment and placement of top-tier engineers. With the inclusion of highly skilled engineers, maintaining quality control becomes seamless.\"})}),className:\"framer-6ghw9x\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-18uptoq\",\"data-framer-name\":\"A fresh approach\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-13qoyd2\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1x4ndr6\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-frrmu0\",\"data-styles-preset\":\"UKy7GotZN\",children:\"A FRESH APPRAOCH\"})}),className:\"framer-10gqbek\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-z2ajxq\",\"data-styles-preset\":\"UvRrfPV17\",children:\"A fresh approach\"})}),className:\"framer-bk70xk\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1p3l6cz\",\"data-styles-preset\":\"HRHTu2DtP\",children:\"Our dedicated team of engineers is equipped to tackle the most complex and demanding maintenance, repair, modification, upgrade, and overhaul challenges.\"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1p3l6cz\",\"data-styles-preset\":\"HRHTu2DtP\",children:\"With a unique approach to the engineering industry, we ensure exceptional service and cost-effective, turnkey solutions. We provide unbiased, solution-driven products and services that deliver greater value for your operations and assets.\"})]}),className:\"framer-e4ogej\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1gp4os1\",\"data-framer-name\":\"Img\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FluJtX_vW:{__framer__styleAppearEffectEnabled:undefined,background:{alt:\"Data on a computer screen\",fit:\"fill\",intrinsicHeight:350,intrinsicWidth:350,pixelHeight:700,pixelWidth:700,sizes:`min((${componentViewport?.width||\"100vw\"} - 48px) * 0.8, 600px)`,src:\"https://framerusercontent.com/images/rClIBqs7Xauxs3UvnCXv81YQQE.jpg?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/rClIBqs7Xauxs3UvnCXv81YQQE.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/rClIBqs7Xauxs3UvnCXv81YQQE.jpg 700w\"}},M9fCRQnPz:{background:{alt:\"Data on a computer screen\",fit:\"fill\",intrinsicHeight:350,intrinsicWidth:350,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+82+0+2092.4+30+4.9+0+0),pixelHeight:700,pixelWidth:700,sizes:`min(max((${componentViewport?.width||\"100vw\"} * 0.9 - 40px) / 2, 1px), 600px)`,src:\"https://framerusercontent.com/images/rClIBqs7Xauxs3UvnCXv81YQQE.jpg?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/rClIBqs7Xauxs3UvnCXv81YQQE.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/rClIBqs7Xauxs3UvnCXv81YQQE.jpg 700w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"Data on a computer screen\",fit:\"fill\",intrinsicHeight:350,intrinsicWidth:350,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+82+0+2222.4+80+4.9+0+0),pixelHeight:700,pixelWidth:700,sizes:`min(${componentViewport?.width||\"100vw\"} * 0.4267, 600px)`,src:\"https://framerusercontent.com/images/rClIBqs7Xauxs3UvnCXv81YQQE.jpg?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/rClIBqs7Xauxs3UvnCXv81YQQE.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/rClIBqs7Xauxs3UvnCXv81YQQE.jpg 700w\"},className:\"framer-10xpo2o\",\"data-framer-name\":\"Img-22\"})})})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1csawki\",\"data-framer-name\":\"Top tier engineers\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1vslbii\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1u1a8p7\",\"data-framer-name\":\"Img\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FluJtX_vW:{__framer__styleAppearEffectEnabled:undefined,background:{alt:\"Business colleagues having a discussion\",fit:\"fill\",intrinsicHeight:350,intrinsicWidth:350,pixelHeight:700,pixelWidth:700,sizes:`min((${componentViewport?.width||\"100vw\"} - 48px) * 0.8, 600px)`,src:\"https://framerusercontent.com/images/RXPoEiAJD53MKGGussmRTxwk1A.jpg?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/RXPoEiAJD53MKGGussmRTxwk1A.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/RXPoEiAJD53MKGGussmRTxwk1A.jpg 700w\"}},M9fCRQnPz:{background:{alt:\"Business colleagues having a discussion\",fit:\"fill\",intrinsicHeight:350,intrinsicWidth:350,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+82+0+2582.2+30+4.9+0+0),pixelHeight:700,pixelWidth:700,sizes:`min(max((${componentViewport?.width||\"100vw\"} * 0.9 - 40px) / 2, 1px), 600px)`,src:\"https://framerusercontent.com/images/RXPoEiAJD53MKGGussmRTxwk1A.jpg?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/RXPoEiAJD53MKGGussmRTxwk1A.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/RXPoEiAJD53MKGGussmRTxwk1A.jpg 700w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"Business colleagues having a discussion\",fit:\"fill\",intrinsicHeight:350,intrinsicWidth:350,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+82+0+2772.2+100+4.9+0+0),pixelHeight:700,pixelWidth:700,sizes:`min(max(${componentViewport?.width||\"100vw\"} * 0.477 - 60px, 1px), 600px)`,src:\"https://framerusercontent.com/images/RXPoEiAJD53MKGGussmRTxwk1A.jpg?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/RXPoEiAJD53MKGGussmRTxwk1A.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/RXPoEiAJD53MKGGussmRTxwk1A.jpg 700w\"},className:\"framer-v9mr5m\",\"data-framer-name\":\"Img-22\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1wd49gl\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-frrmu0\",\"data-styles-preset\":\"UKy7GotZN\",style:{\"--framer-text-color\":\"var(--token-aa8d0b68-4517-439f-ab50-548a1d84ceab, rgb(230, 38, 76))\"},children:\"TOP TIER ENGINEERS AND SERVICE STAFF\"})}),className:\"framer-4gidxg\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-z2ajxq\",\"data-styles-preset\":\"UvRrfPV17\",children:\"The team behind Infinity Engineering\"})}),className:\"framer-mire3o\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1p3l6cz\",\"data-styles-preset\":\"HRHTu2DtP\",children:\"By leveraging our highly experienced, multi-skilled engineers, we reduce manpower requirements and ensure timely project completion. Our dynamic approach to operations allows us to consistently manage and further reduce delivery costs.\"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1p3l6cz\",\"data-styles-preset\":\"HRHTu2DtP\",children:\"With strong backgrounds in service, maintenance, and commissioning, we offer a broad range of technical support and application engineering expertise across mechanical, electrical, and controls disciplines. This also enables us to provide effective consultancy and training services.\"})]}),className:\"framer-rr1sbr\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-jagu0g\",\"data-framer-name\":\"Quality over quantity\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1j870o4\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1w3dm2d\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-frrmu0\",\"data-styles-preset\":\"UKy7GotZN\",children:\"QUALITY OVER QUANTITY\"})}),className:\"framer-1huh5vv\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-z2ajxq\",\"data-styles-preset\":\"UvRrfPV17\",children:\"Punctual, Passionate and Prepared\"})}),className:\"framer-hq0349\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1p3l6cz\",\"data-styles-preset\":\"HRHTu2DtP\",children:\"Infinity Engineering Services offers a comprehensive range of services to the oil & gas and petrochemical sectors, with a primary focus on supporting industrial gas turbines, whilst providing support for all types of driven units and auxiliary systems.\"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1p3l6cz\",\"data-styles-preset\":\"HRHTu2DtP\",children:\"Prioritising quality over quantity, we carefully select top-tier engineers and field service staff, placing great value on our employees and rewarding their dedication and efficiency. In our strong team environment, we foster loyalty, which in turn ensures consistently high-quality service.\"})]}),className:\"framer-2a0jg3\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-6x180a\",\"data-framer-name\":\"Img\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FluJtX_vW:{__framer__styleAppearEffectEnabled:undefined,background:{alt:\"Infinate loop graphic showing how we deliver by being punctual, prepared, passionate\",fit:\"fill\",intrinsicHeight:350,intrinsicWidth:350,pixelHeight:700,pixelWidth:700,sizes:`min((${componentViewport?.width||\"100vw\"} - 48px) * 0.8, 600px)`,src:\"https://framerusercontent.com/images/Bu814kFL3tnL20XqAtJRrdkLZE.jpg?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/Bu814kFL3tnL20XqAtJRrdkLZE.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/Bu814kFL3tnL20XqAtJRrdkLZE.jpg 700w\"}},M9fCRQnPz:{background:{alt:\"Infinate loop graphic showing how we deliver by being punctual, prepared, passionate\",fit:\"fill\",intrinsicHeight:350,intrinsicWidth:350,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+82+0+3072+30+4.9+0+0),pixelHeight:700,pixelWidth:700,sizes:`min(${componentViewport?.width||\"100vw\"} * 0.45, 600px)`,src:\"https://framerusercontent.com/images/Bu814kFL3tnL20XqAtJRrdkLZE.jpg?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/Bu814kFL3tnL20XqAtJRrdkLZE.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/Bu814kFL3tnL20XqAtJRrdkLZE.jpg 700w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"Infinate loop graphic showing how we deliver by being punctual, prepared, passionate\",fit:\"fill\",intrinsicHeight:350,intrinsicWidth:350,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+82+0+3352+100+4.9+0+0),pixelHeight:700,pixelWidth:700,sizes:`min(max(${componentViewport?.width||\"100vw\"} * 0.477 - 60px, 1px), 600px)`,src:\"https://framerusercontent.com/images/Bu814kFL3tnL20XqAtJRrdkLZE.jpg?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/Bu814kFL3tnL20XqAtJRrdkLZE.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/Bu814kFL3tnL20XqAtJRrdkLZE.jpg 700w\"},className:\"framer-1secbb3\",\"data-framer-name\":\"Img-22\"})})})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1wlqi4k\",\"data-framer-name\":\"Innovative creativity\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ltxxon\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1k9pm7p\",\"data-framer-name\":\"Img\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FluJtX_vW:{__framer__styleAppearEffectEnabled:undefined,background:{alt:\"Business man overlaid by computer icons\",fit:\"fill\",intrinsicHeight:282.5,intrinsicWidth:350,pixelHeight:576,pixelWidth:900,sizes:`calc(min((${componentViewport?.width||\"100vw\"} - 48px) * 0.8, 700px) * 0.9)`,src:\"https://framerusercontent.com/images/tBhWKaNl2KkpakDdAbfXJUKSg.jpg?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/tBhWKaNl2KkpakDdAbfXJUKSg.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/tBhWKaNl2KkpakDdAbfXJUKSg.jpg 900w\"}},M9fCRQnPz:{background:{alt:\"Business man overlaid by computer icons\",fit:\"fill\",intrinsicHeight:282.5,intrinsicWidth:350,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+82+0+3561.8+30+71.4+0),pixelHeight:576,pixelWidth:900,sizes:`calc(min(max((${componentViewport?.width||\"100vw\"} * 0.9 - 60px) / 2, 1px), 700px) * 0.9)`,src:\"https://framerusercontent.com/images/tBhWKaNl2KkpakDdAbfXJUKSg.jpg?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/tBhWKaNl2KkpakDdAbfXJUKSg.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/tBhWKaNl2KkpakDdAbfXJUKSg.jpg 900w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"Business man overlaid by computer icons\",fit:\"fill\",intrinsicHeight:282.5,intrinsicWidth:350,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+82+0+3931.8+100+0+0),pixelHeight:576,pixelWidth:900,sizes:`calc(min(max((${componentViewport?.width||\"100vw\"} * 0.9 - 60px) / 2, 1px), 700px) * 0.9)`,src:\"https://framerusercontent.com/images/tBhWKaNl2KkpakDdAbfXJUKSg.jpg?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/tBhWKaNl2KkpakDdAbfXJUKSg.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/tBhWKaNl2KkpakDdAbfXJUKSg.jpg 900w\"},className:\"framer-12qayhl\",\"data-framer-name\":\"Img-35\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FluJtX_vW:{__framer__styleAppearEffectEnabled:undefined,background:{alt:\"Graph showing upward trend\",fit:\"fill\",intrinsicHeight:172,intrinsicWidth:296,pixelHeight:319,pixelWidth:500,src:\"https://framerusercontent.com/images/654BxdKCPHY8Yefu7QiydCgHDg.jpg\"}},M9fCRQnPz:{background:{alt:\"Graph showing upward trend\",fit:\"fill\",intrinsicHeight:172,intrinsicWidth:296,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+82+0+3561.8+30+71.4+287-254),pixelHeight:319,pixelWidth:500,src:\"https://framerusercontent.com/images/654BxdKCPHY8Yefu7QiydCgHDg.jpg\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"Graph showing upward trend\",fit:\"fill\",intrinsicHeight:172,intrinsicWidth:296,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+82+0+3931.8+100+0+433-254),pixelHeight:319,pixelWidth:500,src:\"https://framerusercontent.com/images/654BxdKCPHY8Yefu7QiydCgHDg.jpg\"},className:\"framer-1nowmqd\",\"data-framer-name\":\"Img-02\"})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-18nq2gb\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-frrmu0\",\"data-styles-preset\":\"UKy7GotZN\",style:{\"--framer-text-color\":\"var(--token-aa8d0b68-4517-439f-ab50-548a1d84ceab, rgb(230, 38, 76))\"},children:\"UNBIASED INNOVATIVE CREATIVITY\"})}),className:\"framer-j8f6ad\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-z2ajxq\",\"data-styles-preset\":\"UvRrfPV17\",children:\"Globally Competitive Prices\"})}),className:\"framer-1ty6dg5\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1p3l6cz\",\"data-styles-preset\":\"HRHTu2DtP\",children:\"To help minimise overhaul costs, we collaborate with you to develop a condition-based repair or operational solution tailored to your asset. This custom approach considers the integrity of your equipment, as well as future operational needs and lifespan. Our remaining life assessments are a key part of delivering the most cost-effective solutions. Through unbiased, innovative thinking, we not only source the most efficient solutions and hardware but also ensure the final outcomes are the most economical.\"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1p3l6cz\",\"data-styles-preset\":\"HRHTu2DtP\",children:\"By leveraging our highly experienced, multi-skilled engineers, we reduce manpower requirements and ensure timely project completions. Our dynamic approach to operations and project management, in partnership with our clients, allows us to consistently manage and further reduce delivery costs.\"})]}),className:\"framer-1m149nl\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FluJtX_vW:{y:undefined},M9fCRQnPz:{y:(componentViewport?.y||0)+0+82+0+4051.6}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:490,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+82+0+4564.8,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1xfg8ye-container\",nodeId:\"MXY9sbblq\",scopeId:\"NWpphhmRX\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FluJtX_vW:{variant:\"xYrpv6fQ2\"},M9fCRQnPz:{variant:\"hQ_F7jP5m\"}},children:/*#__PURE__*/_jsx(ContactPanel,{height:\"100%\",id:\"MXY9sbblq\",layoutId:\"MXY9sbblq\",style:{width:\"100%\"},variant:\"xB2dL8WFj\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FluJtX_vW:{y:undefined},M9fCRQnPz:{y:(componentViewport?.y||0)+0+4623.6}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:374,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+5136.8,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1k7u8h9-container\",nodeId:\"pVHi2Efz9MSVDzzaEF\",scopeId:\"NWpphhmRX\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FluJtX_vW:{variant:\"M2Y6rHj7z\"},M9fCRQnPz:{variant:\"bw2G2ax4I\"}},children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"pVHi2Efz9MSVDzzaEF\",layoutId:\"pVHi2Efz9MSVDzzaEF\",style:{width:\"100%\"},variant:\"Xcbd1utD8\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-urDyu.framer-wd1n8f, .framer-urDyu .framer-wd1n8f { display: block; }\",\".framer-urDyu.framer-6c2dw8 { 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-urDyu .framer-1jgufsa-container { flex: none; height: auto; position: sticky; top: 0px; width: 100%; z-index: 1; }\",\".framer-urDyu .framer-1um7cw1 { 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: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-urDyu .framer-1dw08w9-container, .framer-urDyu .framer-1xfg8ye-container, .framer-urDyu .framer-1k7u8h9-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-urDyu .framer-61xtp3 { align-content: center; align-items: center; background-color: var(--token-33a3eabc-084e-4e56-b633-c6ca08c428ab, #ffffff); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: hidden; padding: 80px 40px 80px 40px; position: relative; width: 100%; }\",\".framer-urDyu .framer-oprbwz { -webkit-user-select: none; flex: none; height: auto; pointer-events: auto; position: relative; user-select: none; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-urDyu .framer-15g7a9u { align-content: flex-start; align-items: flex-start; background-color: #ffffff; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-urDyu .framer-fkd2s1, .framer-urDyu .framer-1gicqmu, .framer-urDyu .framer-19244ma { 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: hidden; padding: 0px; position: relative; width: 33%; }\",\".framer-urDyu .framer-8oinh3, .framer-urDyu .framer-1n1x5oa, .framer-urDyu .framer-dyvkzw { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 8px; position: relative; width: min-content; }\",\".framer-urDyu .framer-xywxfl-container { flex: none; height: auto; position: relative; width: 172px; }\",\".framer-urDyu .framer-1d4ecb0, .framer-urDyu .framer-13ue9w9, .framer-urDyu .framer-m7mt93 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-urDyu .framer-1eistzr, .framer-urDyu .framer-1r3fx3x, .framer-urDyu .framer-jt2lbj { --framer-paragraph-spacing: 18px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-urDyu .framer-19parcc-container, .framer-urDyu .framer-s4d0o3-container { flex: none; height: auto; position: relative; width: auto; }\",'.framer-urDyu .framer-1q7f5he { align-content: center; align-items: center; background: linear-gradient(90deg, var(--token-f4d76b09-5568-40bc-aa34-f46a29b5a3af, #fa5f48) /* {\"name\":\"Light red\"} */ 0%, var(--token-54406fac-6098-4e64-ae1e-ff3804cd2bc9, rgb(107, 60, 144)) /* {\"name\":\"Purple\"} */ 49.0990990990991%, var(--token-50b521a8-4a6d-4cae-b1ab-3ccaf8df2a69, rgb(42, 73, 153)) /* {\"name\":\"Blue\"} */ 100%); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 8px 0px 6px 0px; position: relative; width: 100%; }',\".framer-urDyu .framer-18mtjsw, .framer-urDyu .framer-1mnu239, .framer-urDyu .framer-126uxkp { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-urDyu .framer-44tr6p { 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: 550px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-urDyu .framer-1uh4b0k { align-content: center; align-items: center; background-color: rgba(38, 52, 70, 0.85); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; min-height: 550px; overflow: hidden; padding: 80px 0px 80px 0px; position: relative; width: 100%; }\",\".framer-urDyu .framer-1ry83eh { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; max-width: 1200px; position: relative; white-space: pre-wrap; width: 90%; word-break: break-word; word-wrap: break-word; }\",\".framer-urDyu .framer-rq7mke { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; max-width: 1200px; overflow: hidden; padding: 0px; position: relative; width: 90%; }\",\".framer-urDyu .framer-16k1ttw { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; overflow: visible; padding: 100px 0px 40px 0px; position: relative; width: 100%; }\",\".framer-urDyu .framer-1cr2q46, .framer-urDyu .framer-13qoyd2, .framer-urDyu .framer-1vslbii, .framer-urDyu .framer-1j870o4, .framer-urDyu .framer-1ltxxon { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 90%; }\",\".framer-urDyu .framer-1k6vydz { aspect-ratio: 1.2074303405572755 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 422px); max-width: 600px; overflow: hidden; position: relative; width: 47%; }\",\".framer-urDyu .framer-siyhhc { aspect-ratio: 1.238938053097345 / 1; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; flex: none; height: var(--framer-aspect-ratio-supported, 329px); overflow: visible; position: absolute; right: 0px; top: 0px; width: 80%; }\",\".framer-urDyu .framer-7njuuu { aspect-ratio: 1.7209302325581395 / 1; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; bottom: 0px; flex: none; height: var(--framer-aspect-ratio-supported, 178px); left: 0px; overflow: visible; position: absolute; width: 60%; }\",\".framer-urDyu .framer-1bsi0qp, .framer-urDyu .framer-1x4ndr6 { 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; max-width: 900px; padding: 0px; position: relative; width: 47%; }\",\".framer-urDyu .framer-1pos22h, .framer-urDyu .framer-af7a89, .framer-urDyu .framer-bk70xk, .framer-urDyu .framer-4gidxg, .framer-urDyu .framer-mire3o, .framer-urDyu .framer-hq0349, .framer-urDyu .framer-j8f6ad, .framer-urDyu .framer-1ty6dg5 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --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-urDyu .framer-6ghw9x, .framer-urDyu .framer-e4ogej, .framer-urDyu .framer-rr1sbr, .framer-urDyu .framer-2a0jg3, .framer-urDyu .framer-1m149nl { --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-urDyu .framer-18uptoq { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: visible; padding: 80px 0px 40px 0px; position: relative; width: 100%; }\",\".framer-urDyu .framer-10gqbek, .framer-urDyu .framer-1huh5vv { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; overflow: visible; position: relative; white-space: pre; width: auto; }\",\".framer-urDyu .framer-1gp4os1 { align-content: center; align-items: center; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 600px; overflow: hidden; padding: 0px; position: relative; width: 47%; will-change: var(--framer-will-change-override, transform); }\",\".framer-urDyu .framer-10xpo2o, .framer-urDyu .framer-v9mr5m { aspect-ratio: 1.2190476190476192 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 420px); overflow: hidden; position: relative; width: 100%; }\",\".framer-urDyu .framer-1csawki, .framer-urDyu .framer-jagu0g { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: visible; padding: 100px 0px 50px 0px; position: relative; width: 100%; }\",\".framer-urDyu .framer-1u1a8p7 { align-content: center; align-items: center; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 600px; overflow: hidden; padding: 0px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-urDyu .framer-1wd49gl, .framer-urDyu .framer-1w3dm2d { 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; max-width: 1000px; padding: 0px; position: relative; width: 47%; }\",\".framer-urDyu .framer-6x180a { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 600px; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-urDyu .framer-1secbb3 { aspect-ratio: 1.2190476190476192 / 1; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; flex: none; height: var(--framer-aspect-ratio-supported, 421px); overflow: visible; position: relative; width: 100%; }\",\".framer-urDyu .framer-1wlqi4k { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: visible; padding: 100px 0px 100px 0px; position: relative; width: 100%; }\",\".framer-urDyu .framer-1k9pm7p { aspect-ratio: 1.2074303405572755 / 1; flex: 1 0 0px; height: var(--framer-aspect-ratio-supported, 423px); max-width: 700px; overflow: hidden; position: relative; width: 1px; }\",\".framer-urDyu .framer-12qayhl { aspect-ratio: 1.4285714285714286 / 1; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; flex: none; height: var(--framer-aspect-ratio-supported, 322px); left: 0px; overflow: visible; position: absolute; top: 0px; width: 90%; }\",\".framer-urDyu .framer-1nowmqd { aspect-ratio: 1.7209302325581395 / 1; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; bottom: 0px; flex: none; height: var(--framer-aspect-ratio-supported, 223px); overflow: visible; position: absolute; right: 0px; width: 75%; }\",\".framer-urDyu .framer-18nq2gb { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; max-width: 1000px; padding: 0px; position: relative; width: 1px; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-urDyu.framer-6c2dw8, .framer-urDyu .framer-1um7cw1, .framer-urDyu .framer-61xtp3, .framer-urDyu .framer-15g7a9u, .framer-urDyu .framer-fkd2s1, .framer-urDyu .framer-8oinh3, .framer-urDyu .framer-1d4ecb0, .framer-urDyu .framer-1gicqmu, .framer-urDyu .framer-1n1x5oa, .framer-urDyu .framer-13ue9w9, .framer-urDyu .framer-19244ma, .framer-urDyu .framer-dyvkzw, .framer-urDyu .framer-m7mt93, .framer-urDyu .framer-1q7f5he, .framer-urDyu .framer-44tr6p, .framer-urDyu .framer-1uh4b0k, .framer-urDyu .framer-rq7mke, .framer-urDyu .framer-16k1ttw, .framer-urDyu .framer-1cr2q46, .framer-urDyu .framer-1bsi0qp, .framer-urDyu .framer-18uptoq, .framer-urDyu .framer-13qoyd2, .framer-urDyu .framer-1x4ndr6, .framer-urDyu .framer-1gp4os1, .framer-urDyu .framer-1csawki, .framer-urDyu .framer-1vslbii, .framer-urDyu .framer-1u1a8p7, .framer-urDyu .framer-1wd49gl, .framer-urDyu .framer-jagu0g, .framer-urDyu .framer-1j870o4, .framer-urDyu .framer-1w3dm2d, .framer-urDyu .framer-6x180a, .framer-urDyu .framer-1wlqi4k, .framer-urDyu .framer-1ltxxon, .framer-urDyu .framer-18nq2gb { gap: 0px; } .framer-urDyu.framer-6c2dw8 > *, .framer-urDyu .framer-1um7cw1 > *, .framer-urDyu .framer-fkd2s1 > *, .framer-urDyu .framer-1gicqmu > *, .framer-urDyu .framer-19244ma > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-urDyu.framer-6c2dw8 > :first-child, .framer-urDyu .framer-1um7cw1 > :first-child, .framer-urDyu .framer-61xtp3 > :first-child, .framer-urDyu .framer-fkd2s1 > :first-child, .framer-urDyu .framer-8oinh3 > :first-child, .framer-urDyu .framer-1d4ecb0 > :first-child, .framer-urDyu .framer-1gicqmu > :first-child, .framer-urDyu .framer-1n1x5oa > :first-child, .framer-urDyu .framer-13ue9w9 > :first-child, .framer-urDyu .framer-19244ma > :first-child, .framer-urDyu .framer-dyvkzw > :first-child, .framer-urDyu .framer-m7mt93 > :first-child, .framer-urDyu .framer-44tr6p > :first-child, .framer-urDyu .framer-1uh4b0k > :first-child, .framer-urDyu .framer-1bsi0qp > :first-child, .framer-urDyu .framer-1x4ndr6 > :first-child, .framer-urDyu .framer-1gp4os1 > :first-child, .framer-urDyu .framer-1u1a8p7 > :first-child, .framer-urDyu .framer-1wd49gl > :first-child, .framer-urDyu .framer-1w3dm2d > :first-child, .framer-urDyu .framer-6x180a > :first-child, .framer-urDyu .framer-18nq2gb > :first-child { margin-top: 0px; } .framer-urDyu.framer-6c2dw8 > :last-child, .framer-urDyu .framer-1um7cw1 > :last-child, .framer-urDyu .framer-61xtp3 > :last-child, .framer-urDyu .framer-fkd2s1 > :last-child, .framer-urDyu .framer-8oinh3 > :last-child, .framer-urDyu .framer-1d4ecb0 > :last-child, .framer-urDyu .framer-1gicqmu > :last-child, .framer-urDyu .framer-1n1x5oa > :last-child, .framer-urDyu .framer-13ue9w9 > :last-child, .framer-urDyu .framer-19244ma > :last-child, .framer-urDyu .framer-dyvkzw > :last-child, .framer-urDyu .framer-m7mt93 > :last-child, .framer-urDyu .framer-44tr6p > :last-child, .framer-urDyu .framer-1uh4b0k > :last-child, .framer-urDyu .framer-1bsi0qp > :last-child, .framer-urDyu .framer-1x4ndr6 > :last-child, .framer-urDyu .framer-1gp4os1 > :last-child, .framer-urDyu .framer-1u1a8p7 > :last-child, .framer-urDyu .framer-1wd49gl > :last-child, .framer-urDyu .framer-1w3dm2d > :last-child, .framer-urDyu .framer-6x180a > :last-child, .framer-urDyu .framer-18nq2gb > :last-child { margin-bottom: 0px; } .framer-urDyu .framer-61xtp3 > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-urDyu .framer-15g7a9u > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-urDyu .framer-15g7a9u > :first-child, .framer-urDyu .framer-1q7f5he > :first-child, .framer-urDyu .framer-rq7mke > :first-child, .framer-urDyu .framer-16k1ttw > :first-child, .framer-urDyu .framer-1cr2q46 > :first-child, .framer-urDyu .framer-18uptoq > :first-child, .framer-urDyu .framer-13qoyd2 > :first-child, .framer-urDyu .framer-1csawki > :first-child, .framer-urDyu .framer-1vslbii > :first-child, .framer-urDyu .framer-jagu0g > :first-child, .framer-urDyu .framer-1j870o4 > :first-child, .framer-urDyu .framer-1wlqi4k > :first-child, .framer-urDyu .framer-1ltxxon > :first-child { margin-left: 0px; } .framer-urDyu .framer-15g7a9u > :last-child, .framer-urDyu .framer-1q7f5he > :last-child, .framer-urDyu .framer-rq7mke > :last-child, .framer-urDyu .framer-16k1ttw > :last-child, .framer-urDyu .framer-1cr2q46 > :last-child, .framer-urDyu .framer-18uptoq > :last-child, .framer-urDyu .framer-13qoyd2 > :last-child, .framer-urDyu .framer-1csawki > :last-child, .framer-urDyu .framer-1vslbii > :last-child, .framer-urDyu .framer-jagu0g > :last-child, .framer-urDyu .framer-1j870o4 > :last-child, .framer-urDyu .framer-1wlqi4k > :last-child, .framer-urDyu .framer-1ltxxon > :last-child { margin-right: 0px; } .framer-urDyu .framer-8oinh3 > *, .framer-urDyu .framer-1n1x5oa > *, .framer-urDyu .framer-dyvkzw > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-urDyu .framer-1d4ecb0 > *, .framer-urDyu .framer-13ue9w9 > *, .framer-urDyu .framer-m7mt93 > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-urDyu .framer-1q7f5he > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-urDyu .framer-44tr6p > *, .framer-urDyu .framer-1gp4os1 > *, .framer-urDyu .framer-1u1a8p7 > *, .framer-urDyu .framer-6x180a > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-urDyu .framer-1uh4b0k > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-urDyu .framer-rq7mke > *, .framer-urDyu .framer-18uptoq > *, .framer-urDyu .framer-1csawki > *, .framer-urDyu .framer-jagu0g > *, .framer-urDyu .framer-1wlqi4k > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } .framer-urDyu .framer-16k1ttw > *, .framer-urDyu .framer-1cr2q46 > *, .framer-urDyu .framer-13qoyd2 > *, .framer-urDyu .framer-1vslbii > *, .framer-urDyu .framer-1j870o4 > *, .framer-urDyu .framer-1ltxxon > * { margin: 0px; margin-left: calc(60px / 2); margin-right: calc(60px / 2); } .framer-urDyu .framer-1bsi0qp > *, .framer-urDyu .framer-1x4ndr6 > *, .framer-urDyu .framer-1wd49gl > *, .framer-urDyu .framer-1w3dm2d > *, .framer-urDyu .framer-18nq2gb > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,...sharedStyle8.css,\"@media (min-width: 810px) and (max-width: 1199px) { .framer-urDyu.framer-6c2dw8 { width: 810px; } .framer-urDyu .framer-61xtp3 { padding: 60px 24px 60px 24px; } .framer-urDyu .framer-15g7a9u { gap: 16px; } .framer-urDyu .framer-8oinh3 { padding: 8px 24px 8px 24px; } .framer-urDyu .framer-1uh4b0k { padding: 60px; } .framer-urDyu .framer-16k1ttw { padding: 60px 0px 30px 32px; } .framer-urDyu .framer-1cr2q46, .framer-urDyu .framer-13qoyd2, .framer-urDyu .framer-1vslbii, .framer-urDyu .framer-1j870o4 { gap: 40px; } .framer-urDyu .framer-1k6vydz { height: var(--framer-aspect-ratio-supported, 275px); } .framer-urDyu .framer-siyhhc { height: var(--framer-aspect-ratio-supported, 214px); } .framer-urDyu .framer-7njuuu { height: var(--framer-aspect-ratio-supported, 116px); } .framer-urDyu .framer-18uptoq, .framer-urDyu .framer-1csawki, .framer-urDyu .framer-jagu0g, .framer-urDyu .framer-1wlqi4k { padding: 30px 0px 30px 0px; } .framer-urDyu .framer-1x4ndr6, .framer-urDyu .framer-1gp4os1, .framer-urDyu .framer-1wd49gl, .framer-urDyu .framer-1w3dm2d { flex: 1 0 0px; width: 1px; } .framer-urDyu .framer-10xpo2o { height: var(--framer-aspect-ratio-supported, 283px); } .framer-urDyu .framer-v9mr5m { height: var(--framer-aspect-ratio-supported, 282px); } .framer-urDyu .framer-6x180a { flex: none; width: 50%; } .framer-urDyu .framer-1secbb3 { height: var(--framer-aspect-ratio-supported, 299px); } .framer-urDyu .framer-1k9pm7p { aspect-ratio: 1.2090592334494774 / 1; height: var(--framer-aspect-ratio-supported, 276px); } .framer-urDyu .framer-12qayhl { height: var(--framer-aspect-ratio-supported, 210px); } .framer-urDyu .framer-1nowmqd { height: var(--framer-aspect-ratio-supported, 146px); } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-urDyu .framer-15g7a9u, .framer-urDyu .framer-1cr2q46, .framer-urDyu .framer-13qoyd2, .framer-urDyu .framer-1vslbii, .framer-urDyu .framer-1j870o4 { gap: 0px; } .framer-urDyu .framer-15g7a9u > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-urDyu .framer-15g7a9u > :first-child, .framer-urDyu .framer-1cr2q46 > :first-child, .framer-urDyu .framer-13qoyd2 > :first-child, .framer-urDyu .framer-1vslbii > :first-child, .framer-urDyu .framer-1j870o4 > :first-child { margin-left: 0px; } .framer-urDyu .framer-15g7a9u > :last-child, .framer-urDyu .framer-1cr2q46 > :last-child, .framer-urDyu .framer-13qoyd2 > :last-child, .framer-urDyu .framer-1vslbii > :last-child, .framer-urDyu .framer-1j870o4 > :last-child { margin-right: 0px; } .framer-urDyu .framer-1cr2q46 > *, .framer-urDyu .framer-13qoyd2 > *, .framer-urDyu .framer-1vslbii > *, .framer-urDyu .framer-1j870o4 > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } }}\",\"@media (max-width: 809px) { .framer-urDyu.framer-6c2dw8 { width: 390px; } .framer-urDyu .framer-61xtp3 { padding: 40px 24px 40px 24px; } .framer-urDyu .framer-15g7a9u { align-content: center; align-items: center; flex-wrap: wrap; gap: 24px; } .framer-urDyu .framer-fkd2s1, .framer-urDyu .framer-1gicqmu, .framer-urDyu .framer-19244ma { width: min-content; } .framer-urDyu .framer-1uh4b0k { padding: 40px 0px 40px 0px; } .framer-urDyu .framer-rq7mke { flex-direction: column; } .framer-urDyu .framer-1mnu239, .framer-urDyu .framer-126uxkp { flex: none; width: 100%; } .framer-urDyu .framer-16k1ttw, .framer-urDyu .framer-18uptoq, .framer-urDyu .framer-jagu0g { flex-direction: column; gap: 24px; justify-content: flex-start; padding: 40px 24px 40px 24px; } .framer-urDyu .framer-1cr2q46, .framer-urDyu .framer-1vslbii, .framer-urDyu .framer-1ltxxon { flex-direction: column; gap: 24px; order: 0; width: 100%; } .framer-urDyu .framer-1k6vydz { height: var(--framer-aspect-ratio-supported, 227px); order: 1; width: 80%; } .framer-urDyu .framer-siyhhc { height: var(--framer-aspect-ratio-supported, 177px); } .framer-urDyu .framer-7njuuu { height: var(--framer-aspect-ratio-supported, 96px); } .framer-urDyu .framer-1bsi0qp, .framer-urDyu .framer-1wd49gl { order: 0; width: 100%; } .framer-urDyu .framer-13qoyd2, .framer-urDyu .framer-1j870o4 { flex-direction: column; gap: 24px; width: 100%; } .framer-urDyu .framer-1x4ndr6, .framer-urDyu .framer-1w3dm2d { width: 100%; } .framer-urDyu .framer-1gp4os1 { width: 80%; } .framer-urDyu .framer-10xpo2o, .framer-urDyu .framer-1secbb3 { height: var(--framer-aspect-ratio-supported, 225px); } .framer-urDyu .framer-1csawki, .framer-urDyu .framer-1wlqi4k { flex-direction: column; justify-content: flex-start; padding: 40px 24px 40px 24px; } .framer-urDyu .framer-1u1a8p7 { flex: none; order: 1; width: 80%; } .framer-urDyu .framer-v9mr5m { height: var(--framer-aspect-ratio-supported, 224px); } .framer-urDyu .framer-6x180a { flex: none; width: 80%; } .framer-urDyu .framer-1k9pm7p { flex: none; height: var(--framer-aspect-ratio-supported, 226px); order: 1; width: 80%; } .framer-urDyu .framer-12qayhl { height: var(--framer-aspect-ratio-supported, 172px); } .framer-urDyu .framer-1nowmqd { height: var(--framer-aspect-ratio-supported, 119px); } .framer-urDyu .framer-18nq2gb { flex: none; order: 0; width: 100%; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-urDyu .framer-15g7a9u, .framer-urDyu .framer-rq7mke, .framer-urDyu .framer-16k1ttw, .framer-urDyu .framer-1cr2q46, .framer-urDyu .framer-18uptoq, .framer-urDyu .framer-13qoyd2, .framer-urDyu .framer-1csawki, .framer-urDyu .framer-1vslbii, .framer-urDyu .framer-jagu0g, .framer-urDyu .framer-1j870o4, .framer-urDyu .framer-1wlqi4k, .framer-urDyu .framer-1ltxxon { gap: 0px; } .framer-urDyu .framer-15g7a9u > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-urDyu .framer-15g7a9u > :first-child { margin-left: 0px; } .framer-urDyu .framer-15g7a9u > :last-child { margin-right: 0px; } .framer-urDyu .framer-rq7mke > *, .framer-urDyu .framer-1csawki > *, .framer-urDyu .framer-1wlqi4k > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-urDyu .framer-rq7mke > :first-child, .framer-urDyu .framer-16k1ttw > :first-child, .framer-urDyu .framer-1cr2q46 > :first-child, .framer-urDyu .framer-18uptoq > :first-child, .framer-urDyu .framer-13qoyd2 > :first-child, .framer-urDyu .framer-1csawki > :first-child, .framer-urDyu .framer-1vslbii > :first-child, .framer-urDyu .framer-jagu0g > :first-child, .framer-urDyu .framer-1j870o4 > :first-child, .framer-urDyu .framer-1wlqi4k > :first-child, .framer-urDyu .framer-1ltxxon > :first-child { margin-top: 0px; } .framer-urDyu .framer-rq7mke > :last-child, .framer-urDyu .framer-16k1ttw > :last-child, .framer-urDyu .framer-1cr2q46 > :last-child, .framer-urDyu .framer-18uptoq > :last-child, .framer-urDyu .framer-13qoyd2 > :last-child, .framer-urDyu .framer-1csawki > :last-child, .framer-urDyu .framer-1vslbii > :last-child, .framer-urDyu .framer-jagu0g > :last-child, .framer-urDyu .framer-1j870o4 > :last-child, .framer-urDyu .framer-1wlqi4k > :last-child, .framer-urDyu .framer-1ltxxon > :last-child { margin-bottom: 0px; } .framer-urDyu .framer-16k1ttw > *, .framer-urDyu .framer-1cr2q46 > *, .framer-urDyu .framer-18uptoq > *, .framer-urDyu .framer-13qoyd2 > *, .framer-urDyu .framer-1vslbii > *, .framer-urDyu .framer-jagu0g > *, .framer-urDyu .framer-1j870o4 > *, .framer-urDyu .framer-1ltxxon > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 5497\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"M9fCRQnPz\":{\"layout\":[\"fixed\",\"auto\"]},\"FluJtX_vW\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"uWy5fbOcj\":{\"pattern\":\":uWy5fbOcj\",\"name\":\"main-content\"}}\n * @framerResponsiveScreen\n */const FramerNWpphhmRX=withCSS(Component,css,\"framer-urDyu\");export default FramerNWpphhmRX;FramerNWpphhmRX.displayName=\"Page\";FramerNWpphhmRX.defaultProps={height:5497,width:1200};addFonts(FramerNWpphhmRX,[{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:\"Nunito\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/4Q5HYDBTANL3ERCJ43BT3T6PCABTP525/2J7UE7LIQPPQNRFDSDUVDGBPVBD5BTAO/4V6IAVOQFOLXHZMSUY7BQKCWJG5N4TWB.woff2\",weight:\"700\"}]},...MainNavigationFonts,...BannersPagesFonts,...CounterFonts,...ContactPanelFonts,...FooterFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts),...getFontsFromSharedStyle(sharedStyle6.fonts),...getFontsFromSharedStyle(sharedStyle7.fonts),...getFontsFromSharedStyle(sharedStyle8.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerNWpphhmRX\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"1200\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"M9fCRQnPz\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"FluJtX_vW\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"5497\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerScrollSections\":\"{\\\"uWy5fbOcj\\\":{\\\"pattern\\\":\\\":uWy5fbOcj\\\",\\\"name\\\":\\\"main-content\\\"}}\",\"framerResponsiveScreen\":\"\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["CounterStyles", "Counter", "props", "start", "end", "speed", "gapSize", "prefixText", "suffixText", "prefixFont", "suffixFont", "prefixColor", "suffixColor", "loop", "decimalSeparatorType", "textSize", "selectedFont", "textColor", "startOnViewport", "restartOnViewport", "incrementType", "count", "setCount", "ye", "isVisible", "setIsVisible", "containerRef", "pe", "ue", "observer", "entries", "entry", "updateCount", "increment", "prevCount", "nextCount", "intervalId", "formatNumber", "number", "u", "motion", "p", "addPropertyControls", "ControlType", "MainNavigationFonts", "getFonts", "mfRyMDDp1_default", "BannersPagesFonts", "Y8_7WwGK_default", "CounterFonts", "Counter", "ImageWithFX", "withFX", "Image2", "ContactPanelFonts", "itjwmi4sC_default", "FooterFonts", "VdMaedJIs_default", "breakpoints", "serializationHash", "variantClassNames", "addImageAlt", "image", "alt", "animation", "transition1", "animation1", "animation2", "animation3", "HTMLStyle", "value", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "breakpoints", "gestureVariant", "scopingClassNames", "cx", "elementId", "useRouteElementId", "ref1", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "PropertyOverrides2", "ComponentViewportProvider", "Container", "mfRyMDDp1_default", "Y8_7WwGK_default", "RichText2", "x", "Counter", "getLoadingLazyAtYPosition", "Image2", "ImageWithFX", "itjwmi4sC_default", "VdMaedJIs_default", "css", "FramerNWpphhmRX", "withCSS", "NWpphhmRX_default", "addFonts", "MainNavigationFonts", "BannersPagesFonts", "CounterFonts", "ContactPanelFonts", "FooterFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
