{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/7C9a0RXf2hlLQNDCMtIT/uqs7o2FEJHzvXOfG6ODy/Opri_5d_N.js"],
  "sourcesContent": ["// Generated by Framer (3969033)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getLoadingLazyAtYPosition,Image,PropertyOverrides,ResolveLinks,RichText,useActiveVariantCallback,useCustomCursors,useHydratedBreakpointVariants,useLocaleInfo,useOverlayState,useRouteElementId,useRouter,withCSS}from\"framer\";import{AnimatePresence,LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import*as ReactDOM from\"react-dom\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";import SupportComponent from\"#framer/local/canvasComponent/ANxECP0Hg/ANxECP0Hg.js\";import BackToTop from\"#framer/local/canvasComponent/FGUPfkOw_/FGUPfkOw_.js\";import HeaderBannerComponent from\"#framer/local/canvasComponent/HW6sF1RgR/HW6sF1RgR.js\";import SearchOverlay from\"#framer/local/canvasComponent/hZDfgZDF7/hZDfgZDF7.js\";import Button1Component from\"#framer/local/canvasComponent/jf1bUqXBo/jf1bUqXBo.js\";import OverlayComponent from\"#framer/local/canvasComponent/oT0w4YuAD/oT0w4YuAD.js\";import FooterComponent from\"#framer/local/canvasComponent/sk0p3aefQ/sk0p3aefQ.js\";import HeaderComponent from\"#framer/local/canvasComponent/yQZ01xP63/yQZ01xP63.js\";import metadataProvider from\"#framer/local/webPageMetadata/Opri_5d_N/Opri_5d_N.js\";const HeaderBannerComponentFonts=getFonts(HeaderBannerComponent);const HeaderComponentFonts=getFonts(HeaderComponent);const OverlayComponentFonts=getFonts(OverlayComponent);const SearchOverlayFonts=getFonts(SearchOverlay);const Button1ComponentFonts=getFonts(Button1Component);const PhosphorFonts=getFonts(Phosphor);const SupportComponentFonts=getFonts(SupportComponent);const FooterComponentFonts=getFonts(FooterComponent);const BackToTopFonts=getFonts(BackToTop);const breakpoints={F856wIIwS:\"(min-width: 1200px)\",ilthMxbyb:\"(max-width: 809px)\",lUAXLlh2o:\"(min-width: 810px) and (max-width: 1199px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-sQd8W\";const variantClassNames={F856wIIwS:\"framer-v-1guxm95\",ilthMxbyb:\"framer-v-xsh1lt\",lUAXLlh2o:\"framer-v-rtdgya\"};const transition1={bounce:0,delay:0,duration:1,type:\"spring\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:150,y:0};const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:150,y:0};const transition2={bounce:0,delay:0,duration:.5,type:\"spring\"};const animation3={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:150};const animation4={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const animation5={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:150};const Overlay=({children,blockDocumentScrolling,enabled=true})=>{const[visible,setVisible]=useOverlayState({blockDocumentScrolling});return children({hide:()=>setVisible(false),show:()=>setVisible(true),toggle:()=>setVisible(!visible),visible:enabled&&visible});};const metadata=metadataProvider();const humanReadableVariantMap={Desktop:\"F856wIIwS\",Phone:\"ilthMxbyb\",Tablet:\"lUAXLlh2o\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"F856wIIwS\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useEffect(()=>{const metadata1=metadataProvider(undefined,activeLocale);if(metadata1.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata1.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata1.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata1=metadataProvider(undefined,activeLocale);document.title=metadata1.title||\"\";if(metadata1.viewport){var _document_querySelector;(_document_querySelector=document.querySelector('meta[name=\"viewport\"]'))===null||_document_querySelector===void 0?void 0:_document_querySelector.setAttribute(\"content\",metadata1.viewport);}const bodyCls=metadata1.bodyClassName;if(bodyCls){const body=document.body;body.classList.forEach(c=>c.startsWith(\"framer-body-\")&&body.classList.remove(c));body.classList.add(`${metadata1.bodyClassName}-framer-sQd8W`);}return()=>{if(bodyCls)document.body.classList.remove(`${metadata1.bodyClassName}-framer-sQd8W`);};},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const{activeVariantCallback,delay}=useActiveVariantCallback(undefined);const F50xhjR7Zwelu7j=({overlay,paginationInfo})=>activeVariantCallback(async(...args)=>{overlay.toggle();});const EZBJKGcwG1wvko5h=({overlay,paginationInfo})=>activeVariantCallback(async(...args)=>{overlay.hide();});const noBxioDjr1wvko5h=({overlay,paginationInfo})=>activeVariantCallback(async(...args)=>{overlay.hide();});const ref1=React.useRef(null);const elementId=useRouteElementId(\"YzsAiqXNm\");const ref2=React.useRef(null);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"lUAXLlh2o\")return true;return false;};const isDisplayed1=()=>{if(!isBrowser())return true;if([\"lUAXLlh2o\",\"ilthMxbyb\"].includes(baseVariant))return false;return true;};const isDisplayed2=()=>{if(!isBrowser())return true;if(baseVariant===\"ilthMxbyb\")return true;return false;};const router=useRouter();const isDisplayed3=()=>{if(!isBrowser())return true;if(baseVariant===\"ilthMxbyb\")return false;return true;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[];useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"F856wIIwS\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:[/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1guxm95\",className),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,width:\"100vw\",y:0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-q0qqzz-container\",id:elementId,ref:ref2,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ilthMxbyb:{variant:\"tSon8I344\"},lUAXLlh2o:{variant:\"yb6_YRj3i\"}},children:/*#__PURE__*/_jsx(HeaderBannerComponent,{height:\"100%\",id:\"YzsAiqXNm\",layoutId:\"YzsAiqXNm\",style:{width:\"100%\"},variant:\"CqVLUrnYx\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:true,children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:70,width:\"100vw\",y:40,children:/*#__PURE__*/_jsxs(Container,{className:\"framer-gdcg4l-container\",id:\"gdcg4l\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ilthMxbyb:{variant:\"bSgIjumpn\"},lUAXLlh2o:{variant:\"rZJKt_fN6\"}},children:/*#__PURE__*/_jsx(HeaderComponent,{F50xhjR7Z:F50xhjR7Zwelu7j({overlay}),G3GnO5d1H:\"rgb(0, 31, 56)\",height:\"100%\",id:\"fMq_lVtEe\",layoutId:\"fMq_lVtEe\",lWpZaXUHI:\"\",style:{width:\"100%\"},variant:\"TL_xwuvLS\",width:\"100%\",XIs41Bi6R:\"\",ZfR_5cbAN:\"rgb(255, 255, 255)\"})}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:.5,ease:[.5,0,.88,.77],type:\"tween\"}},className:\"framer-17eb7kt\",\"data-framer-portal-id\":\"gdcg4l\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay.hide()},\"q5c0nlNiw\"),isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{lUAXLlh2o:{animate:animation1,exit:animation,initial:animation2}},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-66haes hidden-1guxm95 hidden-xsh1lt\",\"data-framer-portal-id\":\"gdcg4l\",children:isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{lUAXLlh2o:{height:1e3,width:\"60vw\",y:22737367544323206e-29}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1hqo2o-container hidden-1guxm95\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{lUAXLlh2o:{EZBJKGcwG:EZBJKGcwG1wvko5h({overlay}),style:{height:\"100%\",width:\"100%\"},variant:\"BcadK2J_y\"}},children:/*#__PURE__*/_jsx(OverlayComponent,{Efl45d2xB:\"\",height:\"100%\",id:\"FS6YxoGWv\",JcbfQF67Y:\"\",layoutId:\"FS6YxoGWv\",style:{width:\"100%\"},variant:\"Gf21_Mvei\",width:\"100%\"})})})})})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1e3,width:\"100vw\",y:0,children:/*#__PURE__*/_jsx(Container,{animate:animation4,className:\"framer-16m3h79-container hidden-rtdgya hidden-xsh1lt\",\"data-framer-portal-id\":\"gdcg4l\",exit:animation3,initial:animation5,children:/*#__PURE__*/_jsx(SearchOverlay,{height:\"100%\",id:\"vR3t1_Cd0\",layoutId:\"vR3t1_Cd0\",noBxioDjr:noBxioDjr1wvko5h({overlay}),style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),isDisplayed2()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ogla33 hidden-1guxm95 hidden-rtdgya\",\"data-framer-portal-id\":\"gdcg4l\",children:isDisplayed2()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ilthMxbyb:{height:1e3,width:\"100vw\",y:22737367544323206e-29}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1shaslq-container hidden-1guxm95\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ilthMxbyb:{EZBJKGcwG:EZBJKGcwG1wvko5h({overlay}),style:{height:\"100%\",width:\"100%\"}}},children:/*#__PURE__*/_jsx(OverlayComponent,{Efl45d2xB:\"\",height:\"100%\",id:\"YjabvOZH8\",JcbfQF67Y:\"\",layoutId:\"YjabvOZH8\",style:{width:\"100%\"},variant:\"BcadK2J_y\",width:\"100%\"})})})})})})]}),document.querySelector(\"#overlay\"))})})]})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-lugks6\",\"data-framer-name\":\"Content-stack\",name:\"Content-stack\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1tjwf0h\",\"data-framer-name\":\"Section-1\",name:\"Section-1\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-t8a9ur\",\"data-framer-name\":\"short heading\",name:\"short heading\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ilthMxbyb:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"div\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgTGlnaHQ=\",\"--framer-font-family\":'\"Klik Light\", \"Klik Light Placeholder\", sans-serif',\"--framer-font-size\":\"19px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"29px\",\"--framer-text-alignment\":\"center\"},children:\"SearchBlox eCommerce Search\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"div\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgTGlnaHQ=\",\"--framer-font-family\":'\"Klik Light\", \"Klik Light Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"36px\",\"--framer-text-alignment\":\"center\"},children:\"SearchBlox eCommerce Search\"})}),className:\"framer-1loojx3\",fonts:[\"CUSTOM;Klik Light\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ygsbr1\",\"data-framer-name\":\"heading\",name:\"heading\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ilthMxbyb:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgQm9sZA==\",\"--framer-font-family\":'\"Klik Bold\", \"Klik Bold Placeholder\", sans-serif',\"--framer-font-size\":\"34px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"38px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(10, 74, 105)\"},children:[\"Your customers are looking for something. Help them \",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(66, 217, 217)\"},children:\"find it fast\"}),\".\"]})})},lUAXLlh2o:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgQm9sZA==\",\"--framer-font-family\":'\"Klik Bold\", \"Klik Bold Placeholder\", sans-serif',\"--framer-font-size\":\"58px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"58px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(10, 74, 105)\"},children:[\"Your customers are looking for something. Help them \",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(66, 217, 217)\"},children:\"find it fast\"}),\".\"]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgQm9sZA==\",\"--framer-font-family\":'\"Klik Bold\", \"Klik Bold Placeholder\", sans-serif',\"--framer-font-size\":\"58px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"69px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(10, 74, 105)\"},children:[\"Your customers are looking for something. Help them \",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(66, 217, 217)\"},children:\"find it fast\"}),\".\"]})}),className:\"framer-oi2exj\",fonts:[\"CUSTOM;Klik Bold\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ivy0az\",\"data-framer-name\":\"content\",name:\"content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-2nymrj\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-bsv6l4\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ilthMxbyb:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgTGlnaHQ=\",\"--framer-font-family\":'\"Klik Light\", \"Klik Light Placeholder\", sans-serif',\"--framer-font-size\":\"19px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"29px\",\"--framer-text-alignment\":\"center\"},children:[\"Shoppers use search to navigate online stores. And if they don\u2019t find what they\u2019re looking for right away, they leave. \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgUmVndWxhcg==\",\"--framer-font-family\":'\"Klik Regular\", \"Klik Regular Placeholder\", sans-serif',\"--framer-text-color\":\"rgb(33, 140, 163)\"},children:\"SearchBlox eCommerce Search\"}),\" provides fast, accurate search and a sophisticated customer experience to keep shoppers on your site longer and increase product sales and conversions.\"]})})},lUAXLlh2o:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgTGlnaHQ=\",\"--framer-font-family\":'\"Klik Light\", \"Klik Light Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"33px\"},children:[\"Shoppers use search to navigate online stores. And if they don\u2019t find what they\u2019re looking for right away, they leave. \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgUmVndWxhcg==\",\"--framer-font-family\":'\"Klik Regular\", \"Klik Regular Placeholder\", sans-serif',\"--framer-text-color\":\"rgb(33, 140, 163)\"},children:\"SearchBlox eCommerce Search\"}),\" provides fast, accurate search and a sophisticated customer experience to keep shoppers on your site longer and increase product sales and conversions.\"]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgTGlnaHQ=\",\"--framer-font-family\":'\"Klik Light\", \"Klik Light Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"36px\"},children:[\"Shoppers use search to navigate online stores. And if they don\u2019t find what they\u2019re looking for right away, they leave. \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgUmVndWxhcg==\",\"--framer-font-family\":'\"Klik Regular\", \"Klik Regular Placeholder\", sans-serif',\"--framer-text-color\":\"rgb(33, 140, 163)\"},children:\"SearchBlox eCommerce Search\"}),\" provides fast, accurate search and a sophisticated customer experience to keep shoppers on your site longer and increase product sales and conversions.\"]})}),className:\"framer-1epzcbb\",fonts:[\"CUSTOM;Klik Light\",\"CUSTOM;Klik Regular\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1gnidnp\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1bz5hpa\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"eb2jsXtDu\"},implicitPathVariables:undefined},{href:{webPageId:\"eb2jsXtDu\"},implicitPathVariables:undefined},{href:{webPageId:\"eb2jsXtDu\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ilthMxbyb:{y:700},lUAXLlh2o:{y:465}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:60,y:606.5,children:/*#__PURE__*/_jsx(Container,{className:\"framer-d69c47-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ilthMxbyb:{vmR6_I1Lc:resolvedLinks[2]},lUAXLlh2o:{vmR6_I1Lc:resolvedLinks[1]}},children:/*#__PURE__*/_jsx(Button1Component,{a_CAChW7T:\"rgb(118, 57, 226)\",bL6C3r1R9:{borderColor:\"black\",borderStyle:\"solid\",borderWidth:2},CuA3kOhXv:{borderColor:\"rgb(118, 57, 226)\",borderStyle:\"solid\",borderWidth:2},Dd5dh_PvW:\"rgb(0, 0, 0)\",dE2ibvshT:\"3px\",EK2CYrzQD:{borderColor:\"black\",borderStyle:\"solid\",borderWidth:1},EsLpRqS24:\"Contact Us\",flqFJ6OlH:17,h65jYO6mO:\"rgb(0, 0, 0)\",height:\"100%\",hKQ4PfoTB:{borderColor:\"rgb(0, 0, 0)\",borderStyle:\"solid\",borderWidth:2},hq2adAVtJ:\"rgb(0, 31, 56)\",HX4Q23MO1:{borderColor:\"rgb(0, 31, 56)\",borderStyle:\"solid\",borderWidth:2},id:\"Y3K9tlJHp\",j_nGMACog:\"Learn RAG\",k92piK8sW:\"Learn RAG\",lahd8vMTW:\"rgb(255, 255, 255)\",layoutId:\"Y3K9tlJHp\",MQ1PsVslN:17,n5_1CyGEQ:\"rgb(118, 57, 226)\",nWtTgTfm1:\"rgb(33, 140, 163)\",OSGcL4hY0:17,qvHaH_b8d:\"rgb(255, 255, 255)\",SJK5GVOPh:true,Telvw_Ea5:true,TLDK56Tx7:17,variant:\"jxgTzUg1Y\",vmR6_I1Lc:resolvedLinks[0],Vvi6Ue6tp:\"rgb(255, 255, 255)\",width:\"100%\",YMH4XhRJg:\"rgb(0, 31, 56)\"})})})})})})})]}),isDisplayed3()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-140d1my hidden-xsh1lt\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{lUAXLlh2o:{background:{alt:\"SearchBlox eCommerce UX for Fashion Clothing\",fit:\"fill\",loading:getLoadingLazyAtYPosition(234),pixelHeight:3200,pixelWidth:4800,sizes:\"451px\",src:\"https://framerusercontent.com/images/2y1dtutWsmybWl5O1tHUViwTBc.webp\",srcSet:\"https://framerusercontent.com/images/2y1dtutWsmybWl5O1tHUViwTBc.webp?scale-down-to=512 512w,https://framerusercontent.com/images/2y1dtutWsmybWl5O1tHUViwTBc.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/2y1dtutWsmybWl5O1tHUViwTBc.webp?scale-down-to=2048 2048w,https://framerusercontent.com/images/2y1dtutWsmybWl5O1tHUViwTBc.webp?scale-down-to=4096 4096w,https://framerusercontent.com/images/2y1dtutWsmybWl5O1tHUViwTBc.webp 4800w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"SearchBlox eCommerce UX for Fashion Clothing\",fit:\"fill\",loading:getLoadingLazyAtYPosition(285),pixelHeight:3200,pixelWidth:4800,sizes:\"712px\",src:\"https://framerusercontent.com/images/2y1dtutWsmybWl5O1tHUViwTBc.webp\",srcSet:\"https://framerusercontent.com/images/2y1dtutWsmybWl5O1tHUViwTBc.webp?scale-down-to=512 512w,https://framerusercontent.com/images/2y1dtutWsmybWl5O1tHUViwTBc.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/2y1dtutWsmybWl5O1tHUViwTBc.webp?scale-down-to=2048 2048w,https://framerusercontent.com/images/2y1dtutWsmybWl5O1tHUViwTBc.webp?scale-down-to=4096 4096w,https://framerusercontent.com/images/2y1dtutWsmybWl5O1tHUViwTBc.webp 4800w\"},className:\"framer-1gi5w7m\"})})})]}),isDisplayed2()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1mqfupk hidden-1guxm95 hidden-rtdgya\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ilthMxbyb:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition(120),pixelHeight:3200,pixelWidth:4800,positionX:\"center\",positionY:\"center\",sizes:\"min(min(90vw, 1170px), 627px)\",src:\"https://framerusercontent.com/images/2y1dtutWsmybWl5O1tHUViwTBc.webp\",srcSet:\"https://framerusercontent.com/images/2y1dtutWsmybWl5O1tHUViwTBc.webp?scale-down-to=512 512w,https://framerusercontent.com/images/2y1dtutWsmybWl5O1tHUViwTBc.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/2y1dtutWsmybWl5O1tHUViwTBc.webp?scale-down-to=2048 2048w,https://framerusercontent.com/images/2y1dtutWsmybWl5O1tHUViwTBc.webp?scale-down-to=4096 4096w,https://framerusercontent.com/images/2y1dtutWsmybWl5O1tHUViwTBc.webp 4800w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:3200,pixelWidth:4800,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/2y1dtutWsmybWl5O1tHUViwTBc.webp\",srcSet:\"https://framerusercontent.com/images/2y1dtutWsmybWl5O1tHUViwTBc.webp?scale-down-to=512 512w,https://framerusercontent.com/images/2y1dtutWsmybWl5O1tHUViwTBc.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/2y1dtutWsmybWl5O1tHUViwTBc.webp?scale-down-to=2048 2048w,https://framerusercontent.com/images/2y1dtutWsmybWl5O1tHUViwTBc.webp?scale-down-to=4096 4096w,https://framerusercontent.com/images/2y1dtutWsmybWl5O1tHUViwTBc.webp 4800w\"},className:\"framer-1enncal\"})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-7upijp\",\"data-framer-name\":\"Section-2\",name:\"Section-2\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-16b8u5l\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-10ow58l\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ilthMxbyb:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgTWVkaXVt\",\"--framer-font-family\":'\"Klik Medium\", \"Klik Medium Placeholder\", sans-serif',\"--framer-font-size\":\"29px\",\"--framer-line-height\":\"35px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(10, 74, 105)\"},children:[\"Your customers shop around. Make sure they \",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(66, 217, 217)\"},children:\"buy from you\"}),\".\"]})})},lUAXLlh2o:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgTWVkaXVt\",\"--framer-font-family\":'\"Klik Medium\", \"Klik Medium Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-line-height\":\"28px\",\"--framer-text-color\":\"rgb(10, 74, 105)\"},children:[\"Your customers shop around. Make sure they \",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(66, 217, 217)\"},children:\"buy from you\"}),\".\"]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgTWVkaXVt\",\"--framer-font-family\":'\"Klik Medium\", \"Klik Medium Placeholder\", sans-serif',\"--framer-font-size\":\"29px\",\"--framer-line-height\":\"35px\",\"--framer-text-color\":\"rgb(10, 74, 105)\"},children:[\"Your customers shop around. Make sure they \",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(66, 217, 217)\"},children:\"buy from you\"}),\".\"]})}),className:\"framer-1kklao8\",fonts:[\"CUSTOM;Klik Medium\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-mlnoy2\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-13svw8f\",\"data-framer-name\":\"box 1\",name:\"box 1\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-rqi3jq\",\"data-border\":true,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-86q251\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1jjyepx-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(33, 140, 163)\",height:\"100%\",iconSearch:\"trophy\",iconSelection:\"House\",id:\"ZthVCYmcQ\",layoutId:\"ZthVCYmcQ\",mirrored:false,selectByList:false,style:{height:\"100%\",width:\"100%\"},weight:\"thin\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1s2u67c\",\"data-framer-name\":\"title\",name:\"title\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ilthMxbyb:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgTWVkaXVt\",\"--framer-font-family\":'\"Klik Medium\", \"Klik Medium Placeholder\", sans-serif',\"--framer-font-size\":\"17px\",\"--framer-line-height\":\"21px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(10, 74, 105)\"},children:\"Delight Customers\"})})},lUAXLlh2o:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgTWVkaXVt\",\"--framer-font-family\":'\"Klik Medium\", \"Klik Medium Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-line-height\":\"28px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(10, 74, 105)\"},children:\"Delight Customers\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgTWVkaXVt\",\"--framer-font-family\":'\"Klik Medium\", \"Klik Medium Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-line-height\":\"30px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(10, 74, 105)\"},children:\"Delight Customers\"})}),className:\"framer-1xmrhfg\",fonts:[\"CUSTOM;Klik Medium\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-hapjir\",\"data-framer-name\":\"content\",name:\"content\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgTGlnaHQ=\",\"--framer-font-family\":'\"Klik Light\", \"Klik Light Placeholder\", sans-serif',\"--framer-line-height\":\"30px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(8, 18, 20)\"},children:\"Improve user experience with a branded search interface, featured results and faceted search.\"})}),className:\"framer-1050wou\",fonts:[\"CUSTOM;Klik Light\"],verticalAlignment:\"top\",withExternalLayout:true})})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1gly561\",\"data-framer-name\":\"box 2\",name:\"box 2\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1t5nwsb\",\"data-border\":true,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1so0db9\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1vhl3pu-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(33, 140, 163)\",height:\"100%\",iconSearch:\"presentation-chart\",iconSelection:\"House\",id:\"oQ_CxZAXT\",layoutId:\"oQ_CxZAXT\",mirrored:false,selectByList:false,style:{height:\"100%\",width:\"100%\"},weight:\"thin\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1v1jasy\",\"data-framer-name\":\"title\",name:\"title\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ilthMxbyb:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgTWVkaXVt\",\"--framer-font-family\":'\"Klik Medium\", \"Klik Medium Placeholder\", sans-serif',\"--framer-font-size\":\"17px\",\"--framer-line-height\":\"21px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(10, 74, 105)\"},children:\"Understand User Needs\"})})},lUAXLlh2o:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgTWVkaXVt\",\"--framer-font-family\":'\"Klik Medium\", \"Klik Medium Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-line-height\":\"28px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(10, 74, 105)\"},children:\"Understand User Needs\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgTWVkaXVt\",\"--framer-font-family\":'\"Klik Medium\", \"Klik Medium Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-line-height\":\"30px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(10, 74, 105)\"},children:\"Understand User Needs\"})}),className:\"framer-12tojyb\",fonts:[\"CUSTOM;Klik Medium\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1yx9mbz\",\"data-framer-name\":\"content\",name:\"content\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgTGlnaHQ=\",\"--framer-font-family\":'\"Klik Light\", \"Klik Light Placeholder\", sans-serif',\"--framer-line-height\":\"30px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(8, 18, 20)\"},children:\"Gain user insight with real-time reporting of query and click data.\"})}),className:\"framer-uxw8yq\",fonts:[\"CUSTOM;Klik Light\"],verticalAlignment:\"top\",withExternalLayout:true})})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1bykj4\",\"data-framer-name\":\"box 3\",name:\"box 3\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-u6sr4p\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-12j46jm\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-83cwsc-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(33, 140, 163)\",height:\"100%\",iconSearch:\"calendar-dots\",iconSelection:\"House\",id:\"FrHt8UQ6B\",layoutId:\"FrHt8UQ6B\",mirrored:false,selectByList:false,style:{height:\"100%\",width:\"100%\"},weight:\"thin\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-wmqyl7\",\"data-framer-name\":\"title\",name:\"title\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ilthMxbyb:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgTWVkaXVt\",\"--framer-font-family\":'\"Klik Medium\", \"Klik Medium Placeholder\", sans-serif',\"--framer-font-size\":\"17px\",\"--framer-line-height\":\"21px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(10, 74, 105)\"},children:\"Regular Updating\"})})},lUAXLlh2o:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgTWVkaXVt\",\"--framer-font-family\":'\"Klik Medium\", \"Klik Medium Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-line-height\":\"28px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(10, 74, 105)\"},children:\"Regular Updating\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgTWVkaXVt\",\"--framer-font-family\":'\"Klik Medium\", \"Klik Medium Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-line-height\":\"30px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(10, 74, 105)\"},children:\"Regular Updating\"})}),className:\"framer-ztvxs7\",fonts:[\"CUSTOM;Klik Medium\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1c11sy3\",\"data-framer-name\":\"content\",name:\"content\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgTGlnaHQ=\",\"--framer-font-family\":'\"Klik Light\", \"Klik Light Placeholder\", sans-serif',\"--framer-line-height\":\"30px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(8, 18, 20)\"},children:\"Stop stressing about outdated search results with on-demand and scheduled crawling.\"})}),className:\"framer-16r6kbx\",fonts:[\"CUSTOM;Klik Light\"],verticalAlignment:\"top\",withExternalLayout:true})})]})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-de1w1r\",\"data-framer-name\":\"Buttons\",name:\"Buttons\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-7kdvnb\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ilthMxbyb:{y:1451},lUAXLlh2o:{y:947}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:60,y:1143,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1qcx0m7-container\",children:/*#__PURE__*/_jsx(Button1Component,{a_CAChW7T:\"rgb(118, 57, 226)\",bL6C3r1R9:{borderColor:\"black\",borderStyle:\"solid\",borderWidth:2},CuA3kOhXv:{borderColor:\"rgb(118, 57, 226)\",borderStyle:\"solid\",borderWidth:2},Dd5dh_PvW:\"rgb(0, 0, 0)\",dE2ibvshT:\"3px\",EK2CYrzQD:{borderColor:\"black\",borderStyle:\"solid\",borderWidth:1},EsLpRqS24:\"Schedule A Private Demo\",flqFJ6OlH:17,h65jYO6mO:\"rgb(0, 0, 0)\",height:\"100%\",hKQ4PfoTB:{borderColor:\"rgb(0, 0, 0)\",borderStyle:\"solid\",borderWidth:2},hq2adAVtJ:\"rgb(0, 31, 56)\",HX4Q23MO1:{borderColor:\"rgb(0, 31, 56)\",borderStyle:\"solid\",borderWidth:2},id:\"xJwk3w521\",j_nGMACog:\"Learn RAG\",k92piK8sW:\"Learn RAG\",lahd8vMTW:\"rgb(255, 255, 255)\",layoutId:\"xJwk3w521\",MQ1PsVslN:17,n5_1CyGEQ:\"rgb(118, 57, 226)\",nWtTgTfm1:\"rgb(33, 140, 163)\",OSGcL4hY0:19,qvHaH_b8d:\"rgb(255, 255, 255)\",SJK5GVOPh:true,Telvw_Ea5:true,TLDK56Tx7:17,variant:\"jxgTzUg1Y\",vmR6_I1Lc:\"https://calendly.com/tselvaraj/searchai-demo\",Vvi6Ue6tp:\"rgb(255, 255, 255)\",width:\"100%\",YMH4XhRJg:\"rgb(0, 31, 56)\"})})})})})})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1e4oinu\",\"data-framer-name\":\"Section-3\",name:\"Section-3\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1x0aem9\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-2yothc\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-amryp7\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-i76zgn\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-kkzh0n\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1anmz0a\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-bwca42\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ilthMxbyb:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgTWVkaXVtIE5hcnJvdw==\",\"--framer-font-family\":'\"Klik Medium Narrow\", \"Klik Medium Narrow Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"22px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"With our eCommerce Search, you can create featured product results based on seasonal sales and keywords. You can even include descriptions and product thumbnails.\"})})},lUAXLlh2o:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgTWVkaXVtIE5hcnJvdw==\",\"--framer-font-family\":'\"Klik Medium Narrow\", \"Klik Medium Narrow Placeholder\", sans-serif',\"--framer-font-size\":\"23px\",\"--framer-line-height\":\"27px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"With our eCommerce Search, you can create featured product results based on seasonal sales and keywords. You can even include descriptions and product thumbnails.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgTWVkaXVtIE5hcnJvdw==\",\"--framer-font-family\":'\"Klik Medium Narrow\", \"Klik Medium Narrow Placeholder\", sans-serif',\"--framer-font-size\":\"36px\",\"--framer-line-height\":\"42px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"With our eCommerce Search, you can create featured product results based on seasonal sales and keywords. You can even include descriptions and product thumbnails.\"})}),className:\"framer-qmjyzt\",fonts:[\"CUSTOM;Klik Medium Narrow\"],verticalAlignment:\"top\",withExternalLayout:true})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-pwku0w\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgTWVkaXVt\",\"--framer-font-family\":'\"Klik Medium\", \"Klik Medium Placeholder\", sans-serif',\"--framer-line-height\":\"30px\",\"--framer-text-color\":\"rgb(66, 217, 217)\"},children:\"Robert Selvaraj, CEO, SearchBlox\"})}),className:\"framer-9ng14h\",fonts:[\"CUSTOM;Klik Medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-18dd125\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1jqph7g\"})]})})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ilthMxbyb:{y:1969},lUAXLlh2o:{y:1470}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1326,width:\"100vw\",y:1691,children:/*#__PURE__*/_jsx(Container,{className:\"framer-8pyvkq-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ilthMxbyb:{M3OQSs9Be:\"\",QQRQ7mtye:\"You\u2019re in excellent company.\",variant:\"TDc6j_mcn\"},lUAXLlh2o:{K_gStuv1j:\"You\u2019re in excellent company.\",QgfgSiDsc:\"\",variant:\"H4aG1YtFW\"}},children:/*#__PURE__*/_jsx(SupportComponent,{AiTkpwaXI:true,BHtgsz8iM:\"rgb(10, 74, 105)\",EFkkfVodU:\"rgb(10, 74, 105)\",EQwqBS7GM:\"rgb(10, 74, 105)\",height:\"100%\",id:\"FI89j9mfZ\",K_gStuv1j:\"You\u2019re in very good company.\",K46wupjbC:true,kvKiikXqX:\"rgb(10, 74, 105)\",layoutId:\"FI89j9mfZ\",M3OQSs9Be:\"We work with industry leaders.\",QgfgSiDsc:\"We work with industry leaders.\",qMfAyJ_4C:true,QQRQ7mtye:\"You\u2019re in very good company.\",SO9zQbv3v:true,style:{width:\"100%\"},TEBQJDqMt:\"You\u2019re in excellent company.\",variant:\"ttEwKHa_3\",width:\"100%\",Yiw3nRqyX:\"\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ilthMxbyb:{y:3295},lUAXLlh2o:{y:2796}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:825,width:\"100vw\",y:3017,children:/*#__PURE__*/_jsx(Container,{className:\"framer-al40pj-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ilthMxbyb:{variant:\"nol7aWIKS\"},lUAXLlh2o:{variant:\"EIUUA6WZO\"}},children:/*#__PURE__*/_jsx(FooterComponent,{hApCQQ9AF:\"hzMBLb5f3\",height:\"100%\",i3qHcDSIP:true,id:\"cNCRIfpIf\",layoutId:\"cNCRIfpIf\",msj0Il8_s:\"rgb(0, 31, 56)\",P2m3uRGkn:\"rgb(0, 31, 56)\",style:{maxWidth:\"100%\",width:\"100%\"},variant:\"L34bEe1Uk\",width:\"100%\",yebo169li:\"rgb(33, 140, 163)\"})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":YzsAiqXNm\",webPageId:\"Opri_5d_N\"},implicitPathVariables:undefined},{href:{hash:\":YzsAiqXNm\",webPageId:\"Opri_5d_N\"},implicitPathVariables:undefined},{href:{hash:\":YzsAiqXNm\",webPageId:\"Opri_5d_N\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ilthMxbyb:{y:940}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,width:\"40px\",y:920,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1kpag8g-container\",layoutScroll:true,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ilthMxbyb:{dReXf2Q3K:resolvedLinks1[2]},lUAXLlh2o:{dReXf2Q3K:resolvedLinks1[1]}},children:/*#__PURE__*/_jsx(BackToTop,{dReXf2Q3K:resolvedLinks1[0],height:\"100%\",id:\"Y1rfanfVm\",layoutId:\"Y1rfanfVm\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:cx(serializationHash,...sharedStyleClassNames),id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",`.${metadata.bodyClassName}-framer-sQd8W { background: white; }`,\".framer-sQd8W.framer-15wp4k4, .framer-sQd8W .framer-15wp4k4 { display: block; }\",\".framer-sQd8W.framer-1guxm95 { 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-sQd8W .framer-q0qqzz-container { flex: none; height: auto; position: relative; width: 100%; z-index: 3; }\",\".framer-sQd8W .framer-gdcg4l-container { flex: none; height: auto; position: sticky; top: 0px; width: 100%; will-change: transform; z-index: 4; }\",\".framer-sQd8W .framer-17eb7kt { background-color: #ffffff; inset: 0px; position: fixed; user-select: none; z-index: 10; }\",\".framer-sQd8W .framer-66haes { background-color: #99eeff; flex: none; height: 916px; left: 166px; overflow: hidden; position: fixed; top: calc(54.0740740740741% - 916px / 2); width: 600px; z-index: 10; }\",\".framer-sQd8W .framer-1hqo2o-container { flex: none; height: auto; left: 0px; position: absolute; right: -600px; top: 0px; }\",\".framer-sQd8W .framer-16m3h79-container { bottom: 0px; flex: none; left: 0px; position: fixed; right: 0px; top: 0px; z-index: 10; }\",\".framer-sQd8W .framer-1ogla33 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: 0px; min-height: 200px; overflow: hidden; padding: 0px; position: fixed; top: -100px; width: 100%; z-index: 10; }\",\".framer-sQd8W .framer-1shaslq-container { flex: none; height: auto; position: relative; width: 1200px; }\",\".framer-sQd8W .framer-lugks6 { 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-sQd8W .framer-1tjwf0h { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; max-width: 1170px; overflow: visible; padding: 50px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-sQd8W .framer-t8a9ur { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 0px 20px 0px; position: relative; width: min-content; }\",\".framer-sQd8W .framer-1loojx3, .framer-sQd8W .framer-1kklao8, .framer-sQd8W .framer-9ng14h { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-sQd8W .framer-1ygsbr1, .framer-sQd8W .framer-1bz5hpa { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-sQd8W .framer-oi2exj, .framer-sQd8W .framer-1xmrhfg, .framer-sQd8W .framer-1050wou, .framer-sQd8W .framer-12tojyb, .framer-sQd8W .framer-uxw8yq, .framer-sQd8W .framer-ztvxs7, .framer-sQd8W .framer-16r6kbx { --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-sQd8W .framer-1ivy0az { align-content: center; align-items: center; 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: 100%; }\",\".framer-sQd8W .framer-2nymrj { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; max-width: 50%; overflow: hidden; padding: 0px 15px 0px 0px; position: relative; width: 1px; }\",\".framer-sQd8W .framer-bsv6l4 { 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 0px 18px 0px; position: relative; width: 100%; }\",\".framer-sQd8W .framer-1epzcbb { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-sQd8W .framer-1gnidnp { flex: none; height: 30px; overflow: hidden; position: relative; width: 100%; }\",\".framer-sQd8W .framer-d69c47-container, .framer-sQd8W .framer-1qcx0m7-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-sQd8W .framer-140d1my { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; max-width: 50%; overflow: visible; padding: 0px 0px 0px 15px; position: relative; width: 1px; }\",\".framer-sQd8W .framer-1gi5w7m { flex: none; height: 475px; overflow: visible; position: relative; width: 712px; }\",\".framer-sQd8W .framer-1mqfupk, .framer-sQd8W .framer-kkzh0n { 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%; }\",\".framer-sQd8W .framer-1enncal { flex: none; height: 300px; max-width: 627px; overflow: visible; position: relative; width: 100%; }\",\".framer-sQd8W .framer-7upijp { align-content: center; align-items: center; background-color: #f9f9f9; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-sQd8W .framer-16b8u5l { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; max-width: 1170px; overflow: hidden; padding: 60px 0px 60px 0px; position: relative; width: 100%; }\",\".framer-sQd8W .framer-10ow58l, .framer-sQd8W .framer-1s2u67c, .framer-sQd8W .framer-hapjir, .framer-sQd8W .framer-1v1jasy, .framer-sQd8W .framer-1yx9mbz, .framer-sQd8W .framer-wmqyl7, .framer-sQd8W .framer-1c11sy3 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 10px 0px; position: relative; width: 100%; }\",\".framer-sQd8W .framer-mlnoy2 { 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: 60px 0px 30px 0px; position: relative; width: 100%; }\",\".framer-sQd8W .framer-13svw8f, .framer-sQd8W .framer-1gly561, .framer-sQd8W .framer-1bykj4 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; max-width: 33%; overflow: hidden; padding: 0px 15px 0px 15px; position: relative; width: 1px; }\",\".framer-sQd8W .framer-rqi3jq, .framer-sQd8W .framer-1t5nwsb { --border-bottom-width: 0px; --border-color: #cccccc; --border-left-width: 0px; --border-right-width: 1px; --border-style: solid; --border-top-width: 0px; align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 36px 0px 0px; position: relative; width: 1px; }\",\".framer-sQd8W .framer-86q251, .framer-sQd8W .framer-1so0db9, .framer-sQd8W .framer-12j46jm { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 20px 0px; position: relative; width: 100%; }\",\".framer-sQd8W .framer-1jjyepx-container, .framer-sQd8W .framer-1vhl3pu-container, .framer-sQd8W .framer-83cwsc-container { flex: none; height: 48px; position: relative; width: 48px; }\",\".framer-sQd8W .framer-u6sr4p { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 36px 0px 0px; position: relative; width: 1px; }\",\".framer-sQd8W .framer-de1w1r { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: center; overflow: hidden; padding: 40px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-sQd8W .framer-7kdvnb { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-sQd8W .framer-1e4oinu { align-content: center; align-items: center; background-color: #001f38; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-sQd8W .framer-1x0aem9 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1170px; }\",\".framer-sQd8W .framer-2yothc { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: wrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 15px 0px 15px; position: relative; width: 66%; z-index: 1; }\",\".framer-sQd8W .framer-amryp7, .framer-sQd8W .framer-1jqph7g { background-color: #ffffff; flex: none; height: 10vh; overflow: hidden; position: relative; width: 1px; }\",\".framer-sQd8W .framer-i76zgn { flex: none; height: 60px; overflow: visible; position: relative; width: 100%; }\",\".framer-sQd8W .framer-1anmz0a { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-sQd8W .framer-bwca42 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-sQd8W .framer-qmjyzt { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 770px; word-break: break-word; word-wrap: break-word; }\",\".framer-sQd8W .framer-pwku0w { flex: none; height: 36px; overflow: hidden; position: relative; width: 100%; }\",\".framer-sQd8W .framer-18dd125 { flex: none; height: 60px; overflow: hidden; position: relative; width: 100%; }\",\".framer-sQd8W .framer-8pyvkq-container { flex: none; height: auto; position: relative; width: 100%; z-index: 2; }\",\".framer-sQd8W .framer-al40pj-container { flex: none; height: auto; max-width: 100%; position: relative; width: 100%; z-index: 0; }\",\".framer-sQd8W .framer-1kpag8g-container { aspect-ratio: 1 / 1; bottom: 40px; flex: none; height: var(--framer-aspect-ratio-supported, 40px); position: fixed; right: 40px; width: 40px; z-index: 3; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-sQd8W.framer-1guxm95, .framer-sQd8W .framer-1ogla33, .framer-sQd8W .framer-lugks6, .framer-sQd8W .framer-1tjwf0h, .framer-sQd8W .framer-t8a9ur, .framer-sQd8W .framer-1ygsbr1, .framer-sQd8W .framer-1ivy0az, .framer-sQd8W .framer-2nymrj, .framer-sQd8W .framer-bsv6l4, .framer-sQd8W .framer-1bz5hpa, .framer-sQd8W .framer-140d1my, .framer-sQd8W .framer-1mqfupk, .framer-sQd8W .framer-7upijp, .framer-sQd8W .framer-16b8u5l, .framer-sQd8W .framer-10ow58l, .framer-sQd8W .framer-mlnoy2, .framer-sQd8W .framer-13svw8f, .framer-sQd8W .framer-rqi3jq, .framer-sQd8W .framer-86q251, .framer-sQd8W .framer-1s2u67c, .framer-sQd8W .framer-hapjir, .framer-sQd8W .framer-1gly561, .framer-sQd8W .framer-1t5nwsb, .framer-sQd8W .framer-1so0db9, .framer-sQd8W .framer-1v1jasy, .framer-sQd8W .framer-1yx9mbz, .framer-sQd8W .framer-1bykj4, .framer-sQd8W .framer-u6sr4p, .framer-sQd8W .framer-12j46jm, .framer-sQd8W .framer-wmqyl7, .framer-sQd8W .framer-1c11sy3, .framer-sQd8W .framer-de1w1r, .framer-sQd8W .framer-7kdvnb, .framer-sQd8W .framer-1e4oinu, .framer-sQd8W .framer-1x0aem9, .framer-sQd8W .framer-2yothc, .framer-sQd8W .framer-kkzh0n, .framer-sQd8W .framer-1anmz0a, .framer-sQd8W .framer-bwca42 { gap: 0px; } .framer-sQd8W.framer-1guxm95 > *, .framer-sQd8W .framer-lugks6 > *, .framer-sQd8W .framer-1tjwf0h > *, .framer-sQd8W .framer-2nymrj > *, .framer-sQd8W .framer-bsv6l4 > *, .framer-sQd8W .framer-140d1my > *, .framer-sQd8W .framer-1mqfupk > *, .framer-sQd8W .framer-16b8u5l > *, .framer-sQd8W .framer-rqi3jq > *, .framer-sQd8W .framer-1t5nwsb > *, .framer-sQd8W .framer-u6sr4p > *, .framer-sQd8W .framer-2yothc > *, .framer-sQd8W .framer-kkzh0n > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-sQd8W.framer-1guxm95 > :first-child, .framer-sQd8W .framer-lugks6 > :first-child, .framer-sQd8W .framer-1tjwf0h > :first-child, .framer-sQd8W .framer-2nymrj > :first-child, .framer-sQd8W .framer-bsv6l4 > :first-child, .framer-sQd8W .framer-140d1my > :first-child, .framer-sQd8W .framer-1mqfupk > :first-child, .framer-sQd8W .framer-7upijp > :first-child, .framer-sQd8W .framer-16b8u5l > :first-child, .framer-sQd8W .framer-rqi3jq > :first-child, .framer-sQd8W .framer-1t5nwsb > :first-child, .framer-sQd8W .framer-u6sr4p > :first-child, .framer-sQd8W .framer-2yothc > :first-child, .framer-sQd8W .framer-kkzh0n > :first-child { margin-top: 0px; } .framer-sQd8W.framer-1guxm95 > :last-child, .framer-sQd8W .framer-lugks6 > :last-child, .framer-sQd8W .framer-1tjwf0h > :last-child, .framer-sQd8W .framer-2nymrj > :last-child, .framer-sQd8W .framer-bsv6l4 > :last-child, .framer-sQd8W .framer-140d1my > :last-child, .framer-sQd8W .framer-1mqfupk > :last-child, .framer-sQd8W .framer-7upijp > :last-child, .framer-sQd8W .framer-16b8u5l > :last-child, .framer-sQd8W .framer-rqi3jq > :last-child, .framer-sQd8W .framer-1t5nwsb > :last-child, .framer-sQd8W .framer-u6sr4p > :last-child, .framer-sQd8W .framer-2yothc > :last-child, .framer-sQd8W .framer-kkzh0n > :last-child { margin-bottom: 0px; } .framer-sQd8W .framer-1ogla33 > *, .framer-sQd8W .framer-1e4oinu > *, .framer-sQd8W .framer-1anmz0a > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-sQd8W .framer-1ogla33 > :first-child, .framer-sQd8W .framer-t8a9ur > :first-child, .framer-sQd8W .framer-1ygsbr1 > :first-child, .framer-sQd8W .framer-1ivy0az > :first-child, .framer-sQd8W .framer-1bz5hpa > :first-child, .framer-sQd8W .framer-10ow58l > :first-child, .framer-sQd8W .framer-mlnoy2 > :first-child, .framer-sQd8W .framer-13svw8f > :first-child, .framer-sQd8W .framer-86q251 > :first-child, .framer-sQd8W .framer-1s2u67c > :first-child, .framer-sQd8W .framer-hapjir > :first-child, .framer-sQd8W .framer-1gly561 > :first-child, .framer-sQd8W .framer-1so0db9 > :first-child, .framer-sQd8W .framer-1v1jasy > :first-child, .framer-sQd8W .framer-1yx9mbz > :first-child, .framer-sQd8W .framer-1bykj4 > :first-child, .framer-sQd8W .framer-12j46jm > :first-child, .framer-sQd8W .framer-wmqyl7 > :first-child, .framer-sQd8W .framer-1c11sy3 > :first-child, .framer-sQd8W .framer-de1w1r > :first-child, .framer-sQd8W .framer-7kdvnb > :first-child, .framer-sQd8W .framer-1e4oinu > :first-child, .framer-sQd8W .framer-1x0aem9 > :first-child, .framer-sQd8W .framer-1anmz0a > :first-child, .framer-sQd8W .framer-bwca42 > :first-child { margin-left: 0px; } .framer-sQd8W .framer-1ogla33 > :last-child, .framer-sQd8W .framer-t8a9ur > :last-child, .framer-sQd8W .framer-1ygsbr1 > :last-child, .framer-sQd8W .framer-1ivy0az > :last-child, .framer-sQd8W .framer-1bz5hpa > :last-child, .framer-sQd8W .framer-10ow58l > :last-child, .framer-sQd8W .framer-mlnoy2 > :last-child, .framer-sQd8W .framer-13svw8f > :last-child, .framer-sQd8W .framer-86q251 > :last-child, .framer-sQd8W .framer-1s2u67c > :last-child, .framer-sQd8W .framer-hapjir > :last-child, .framer-sQd8W .framer-1gly561 > :last-child, .framer-sQd8W .framer-1so0db9 > :last-child, .framer-sQd8W .framer-1v1jasy > :last-child, .framer-sQd8W .framer-1yx9mbz > :last-child, .framer-sQd8W .framer-1bykj4 > :last-child, .framer-sQd8W .framer-12j46jm > :last-child, .framer-sQd8W .framer-wmqyl7 > :last-child, .framer-sQd8W .framer-1c11sy3 > :last-child, .framer-sQd8W .framer-de1w1r > :last-child, .framer-sQd8W .framer-7kdvnb > :last-child, .framer-sQd8W .framer-1e4oinu > :last-child, .framer-sQd8W .framer-1x0aem9 > :last-child, .framer-sQd8W .framer-1anmz0a > :last-child, .framer-sQd8W .framer-bwca42 > :last-child { margin-right: 0px; } .framer-sQd8W .framer-t8a9ur > *, .framer-sQd8W .framer-1ygsbr1 > *, .framer-sQd8W .framer-1ivy0az > *, .framer-sQd8W .framer-1bz5hpa > *, .framer-sQd8W .framer-10ow58l > *, .framer-sQd8W .framer-mlnoy2 > *, .framer-sQd8W .framer-13svw8f > *, .framer-sQd8W .framer-86q251 > *, .framer-sQd8W .framer-1s2u67c > *, .framer-sQd8W .framer-hapjir > *, .framer-sQd8W .framer-1gly561 > *, .framer-sQd8W .framer-1so0db9 > *, .framer-sQd8W .framer-1v1jasy > *, .framer-sQd8W .framer-1yx9mbz > *, .framer-sQd8W .framer-1bykj4 > *, .framer-sQd8W .framer-12j46jm > *, .framer-sQd8W .framer-wmqyl7 > *, .framer-sQd8W .framer-1c11sy3 > *, .framer-sQd8W .framer-7kdvnb > *, .framer-sQd8W .framer-1x0aem9 > *, .framer-sQd8W .framer-bwca42 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-sQd8W .framer-7upijp > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-sQd8W .framer-de1w1r > * { margin: 0px; margin-left: calc(30px / 2); margin-right: calc(30px / 2); } }\",`@media (min-width: 810px) and (max-width: 1199px) { .${metadata.bodyClassName}-framer-sQd8W { background: white; } .framer-sQd8W.framer-1guxm95 { width: 810px; } .framer-sQd8W .framer-q0qqzz-container { order: 0; } .framer-sQd8W .framer-gdcg4l-container { order: 1; } .framer-sQd8W .framer-17eb7kt { background-color: rgba(0, 0, 0, 0.8); } .framer-sQd8W .framer-66haes { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 100vh; justify-content: flex-start; left: unset; padding: 0px; right: 0px; top: calc(50.00000000000002% - 100vh / 2); width: 60%; } .framer-sQd8W .framer-1hqo2o-container { height: 100vh; left: unset; order: 0; position: relative; right: unset; top: unset; width: 100%; } .framer-sQd8W .framer-lugks6 { order: 2; } .framer-sQd8W .framer-1tjwf0h { padding: 30px 0px 50px 0px; width: 90%; } .framer-sQd8W .framer-t8a9ur { padding: 0px; } .framer-sQd8W .framer-2nymrj { padding: 0px 25px 0px 0px; } .framer-sQd8W .framer-1gi5w7m { height: 309px; width: 451px; } .framer-sQd8W .framer-16b8u5l { padding: 40px 0px 50px 0px; } .framer-sQd8W .framer-de1w1r { flex-direction: column; } .framer-sQd8W .framer-1x0aem9 { width: 90%; } .framer-sQd8W .framer-2yothc { width: 100%; } .framer-sQd8W .framer-qmjyzt { width: 561px; } .framer-sQd8W .framer-8pyvkq-container { order: 3; } .framer-sQd8W .framer-al40pj-container { order: 5; } .framer-sQd8W .framer-1kpag8g-container { order: 6; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-sQd8W .framer-66haes, .framer-sQd8W .framer-de1w1r { gap: 0px; } .framer-sQd8W .framer-66haes > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-sQd8W .framer-66haes > :first-child, .framer-sQd8W .framer-de1w1r > :first-child { margin-top: 0px; } .framer-sQd8W .framer-66haes > :last-child, .framer-sQd8W .framer-de1w1r > :last-child { margin-bottom: 0px; } .framer-sQd8W .framer-de1w1r > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } }}`,`@media (max-width: 809px) { .${metadata.bodyClassName}-framer-sQd8W { background: white; } .framer-sQd8W.framer-1guxm95 { width: 390px; } .framer-sQd8W .framer-1ogla33 { left: 50%; min-height: unset; top: 50%; transform: translate(-50%, -50%); } .framer-sQd8W .framer-1shaslq-container { height: 100vh; width: 100%; } .framer-sQd8W .framer-1tjwf0h { align-content: center; align-items: center; padding: 10px 0px 45px 0px; width: 90%; } .framer-sQd8W .framer-t8a9ur { order: 1; } .framer-sQd8W .framer-1ygsbr1 { order: 2; } .framer-sQd8W .framer-1ivy0az { order: 3; } .framer-sQd8W .framer-2nymrj { max-width: unset; padding: 0px; } .framer-sQd8W .framer-1bz5hpa { justify-content: center; } .framer-sQd8W .framer-1mqfupk { order: 0; } .framer-sQd8W .framer-16b8u5l { padding: 40px 0px 50px 0px; width: 90%; } .framer-sQd8W .framer-1kklao8 { flex: 1 0 0px; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; } .framer-sQd8W .framer-mlnoy2 { flex-direction: column; gap: 12px; padding: 50px 0px 30px 0px; } .framer-sQd8W .framer-13svw8f, .framer-sQd8W .framer-1gly561, .framer-sQd8W .framer-1bykj4 { flex: none; max-width: 100%; padding: 0px; width: 100%; } .framer-sQd8W .framer-rqi3jq, .framer-sQd8W .framer-1t5nwsb { --border-bottom-width: unset; --border-left-width: unset; --border-right-width: unset; --border-top-width: unset; padding: 0px; } .framer-sQd8W .framer-86q251, .framer-sQd8W .framer-1s2u67c, .framer-sQd8W .framer-12j46jm, .framer-sQd8W .framer-wmqyl7 { width: 321px; } .framer-sQd8W .framer-1050wou { flex: none; width: 321px; } .framer-sQd8W .framer-u6sr4p { padding: 0px; } .framer-sQd8W .framer-de1w1r { flex-direction: column; } .framer-sQd8W .framer-1x0aem9 { width: 90%; } .framer-sQd8W .framer-2yothc { width: 100%; } .framer-sQd8W .framer-qmjyzt { flex: 1 0 0px; width: 1px; } .framer-sQd8W .framer-1kpag8g-container { bottom: 20px; right: 20px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-sQd8W .framer-mlnoy2, .framer-sQd8W .framer-de1w1r { gap: 0px; } .framer-sQd8W .framer-mlnoy2 > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-sQd8W .framer-mlnoy2 > :first-child, .framer-sQd8W .framer-de1w1r > :first-child { margin-top: 0px; } .framer-sQd8W .framer-mlnoy2 > :last-child, .framer-sQd8W .framer-de1w1r > :last-child { margin-bottom: 0px; } .framer-sQd8W .framer-de1w1r > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } }}`,'.framer-sQd8W[data-border=\"true\"]::after, .framer-sQd8W [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 3956\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"lUAXLlh2o\":{\"layout\":[\"fixed\",\"auto\"]},\"ilthMxbyb\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerResponsiveScreen\n */const FramerOpri_5d_N=withCSS(Component,css,\"framer-sQd8W\");export default FramerOpri_5d_N;FramerOpri_5d_N.displayName=\"Common Components\";FramerOpri_5d_N.defaultProps={height:3956,width:1200};addFonts(FramerOpri_5d_N,[{explicitInter:true,fonts:[{family:\"Klik Light\",source:\"custom\",url:\"https://framerusercontent.com/assets/s68u1hiP2tA8bTvX6vc5TYgum6g.woff2\"},{family:\"Klik Bold\",source:\"custom\",url:\"https://framerusercontent.com/assets/3vwXAu4KFfg0WMz2pyn3cDXAKg.woff2\"},{family:\"Klik Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/EwzVGfnnREj3c74ByLsmbqjRlA8.woff2\"},{family:\"Klik Medium\",source:\"custom\",url:\"https://framerusercontent.com/assets/mYSvgtWSf5va0i4U0WigRfVtEOw.woff2\"},{family:\"Klik Medium Narrow\",source:\"custom\",url:\"https://framerusercontent.com/assets/AuPa9a6gK6Zc7FfAACXMb5fKX18.woff2\"}]},...HeaderBannerComponentFonts,...HeaderComponentFonts,...OverlayComponentFonts,...SearchOverlayFonts,...Button1ComponentFonts,...PhosphorFonts,...SupportComponentFonts,...FooterComponentFonts,...BackToTopFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerOpri_5d_N\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"3956\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerResponsiveScreen\":\"\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"1200\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"lUAXLlh2o\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ilthMxbyb\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["HeaderBannerComponentFonts", "getFonts", "HW6sF1RgR_default", "HeaderComponentFonts", "yQZ01xP63_default", "OverlayComponentFonts", "oT0w4YuAD_default", "SearchOverlayFonts", "hZDfgZDF7_default", "Button1ComponentFonts", "jf1bUqXBo_default", "PhosphorFonts", "Icon", "SupportComponentFonts", "ANxECP0Hg_default", "FooterComponentFonts", "sk0p3aefQ_default", "BackToTopFonts", "FGUPfkOw_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "transition1", "animation", "animation1", "animation2", "transition2", "animation3", "animation4", "animation5", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "metadata", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata1", "robotsTag", "ie", "_document_querySelector", "bodyCls", "body", "c", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "activeVariantCallback", "delay", "useActiveVariantCallback", "F50xhjR7Zwelu7j", "overlay", "paginationInfo", "args", "EZBJKGcwG1wvko5h", "noBxioDjr1wvko5h", "ref1", "pe", "elementId", "useRouteElementId", "ref2", "isDisplayed", "isDisplayed1", "isDisplayed2", "router", "useRouter", "isDisplayed3", "defaultLayoutId", "ae", "sharedStyleClassNames", "useCustomCursors", "p", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "cx", "ComponentViewportProvider", "Container", "PropertyOverrides2", "l", "AnimatePresence", "Ga", "x", "RichText", "ResolveLinks", "resolvedLinks", "getLoadingLazyAtYPosition", "Image2", "resolvedLinks1", "css", "FramerOpri_5d_N", "withCSS", "Opri_5d_N_default", "addFonts", "__FramerMetadata__"]
}
