{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/HADFYxI11SObgqDrgS1V/uyueDcaNpw9wCgssVOnR/a6vWvwR5_.js"],
  "sourcesContent": ["// Generated by Framer (4991a04)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,PropertyOverrides,ResolveLinks,RichText,useActiveVariantCallback,useCustomCursors,useHydratedBreakpointVariants,useLocaleInfo,useOverlayState,useRouteElementId,useRouter,withCSS,withVariantAppearEffect}from\"framer\";import{AnimatePresence,LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import*as ReactDOM from\"react-dom\";import{Video}from\"https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/zEmAposrjympIK2ybAcQ/Video.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 SocialMediaGroup from\"#framer/local/canvasComponent/Ji4HMCQkw/Ji4HMCQkw.js\";import BlogFilterButton from\"#framer/local/canvasComponent/jOJHYYWaU/jOJHYYWaU.js\";import OverlayComponent from\"#framer/local/canvasComponent/oT0w4YuAD/oT0w4YuAD.js\";import RelatedArticlesBlog from\"#framer/local/canvasComponent/RMmHuyNfO/RMmHuyNfO.js\";import FooterComponent from\"#framer/local/canvasComponent/sk0p3aefQ/sk0p3aefQ.js\";import Button2Component from\"#framer/local/canvasComponent/sPm5JGVof/sPm5JGVof.js\";import TagButton from\"#framer/local/canvasComponent/TkktIXu5j/TkktIXu5j.js\";import Button3COmponent from\"#framer/local/canvasComponent/x7XqjNXcm/x7XqjNXcm.js\";import HeaderComponent from\"#framer/local/canvasComponent/yQZ01xP63/yQZ01xP63.js\";import*as sharedStyle from\"#framer/local/css/MNzUyXmU5/MNzUyXmU5.js\";import metadataProvider from\"#framer/local/webPageMetadata/a6vWvwR5_/a6vWvwR5_.js\";const HeaderBannerComponentFonts=getFonts(HeaderBannerComponent);const HeaderComponentFonts=getFonts(HeaderComponent);const HeaderComponentWithVariantAppearEffect=withVariantAppearEffect(HeaderComponent);const OverlayComponentFonts=getFonts(OverlayComponent);const SearchOverlayFonts=getFonts(SearchOverlay);const TagButtonFonts=getFonts(TagButton);const Button3COmponentFonts=getFonts(Button3COmponent);const VideoFonts=getFonts(Video);const Button2ComponentFonts=getFonts(Button2Component);const SocialMediaGroupFonts=getFonts(SocialMediaGroup);const BlogFilterButtonFonts=getFonts(BlogFilterButton);const RelatedArticlesBlogFonts=getFonts(RelatedArticlesBlog);const FooterComponentFonts=getFonts(FooterComponent);const BackToTopFonts=getFonts(BackToTop);const breakpoints={GJ5mbk59C:\"(min-width: 810px) and (max-width: 1199px)\",IMoqjbafj:\"(min-width: 1200px)\",IpiYTtSTy:\"(max-width: 809px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-6wvML\";const variantClassNames={GJ5mbk59C:\"framer-v-1ilohsm\",IMoqjbafj:\"framer-v-1fu7cu2\",IpiYTtSTy:\"framer-v-cies6c\"};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 transition3={bounce:.25,delay:0,duration:.45,type:\"spring\"};const animation6={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,y:-3};const metadata=metadataProvider();const humanReadableVariantMap={Desktop:\"IMoqjbafj\",Phone:\"IpiYTtSTy\",Tablet:\"GJ5mbk59C\"};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:\"IMoqjbafj\"};};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-6wvML`);}return()=>{if(bodyCls)document.body.classList.remove(`${metadata1.bodyClassName}-framer-6wvML`);};},[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(\"j0wjVHdQT\");const ref2=React.useRef(null);const ref3=React.useRef(null);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"GJ5mbk59C\")return true;return false;};const isDisplayed1=()=>{if(!isBrowser())return true;if(baseVariant===\"GJ5mbk59C\")return false;return true;};const elementId1=useRouteElementId(\"TQYufftzS\");const elementId2=useRouteElementId(\"LKBoDjAsr\");const ref4=React.useRef(null);const isDisplayed2=()=>{if(!isBrowser())return true;if(baseVariant===\"IpiYTtSTy\")return false;return true;};const isDisplayed3=()=>{if(!isBrowser())return true;if([\"GJ5mbk59C\",\"IpiYTtSTy\"].includes(baseVariant))return false;return true;};const router=useRouter();const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"IMoqjbafj\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:[/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1fu7cu2\",className),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,width:\"100vw\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-cfvxw8-container\",id:elementId,ref:ref2,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GJ5mbk59C:{variant:\"yb6_YRj3i\"},IpiYTtSTy:{variant:\"tSon8I344\"}},children:/*#__PURE__*/_jsx(HeaderBannerComponent,{height:\"100%\",id:\"j0wjVHdQT\",layoutId:\"j0wjVHdQT\",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\",children:/*#__PURE__*/_jsxs(Container,{className:\"framer-1wc1tg0-container\",id:\"1wc1tg0\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GJ5mbk59C:{__framer__variantAppearEffectEnabled:undefined,variant:\"rZJKt_fN6\"},IpiYTtSTy:{__framer__variantAppearEffectEnabled:undefined,variant:\"bSgIjumpn\"}},children:/*#__PURE__*/_jsx(HeaderComponentWithVariantAppearEffect,{__framer__animateOnce:false,__framer__targets:[{ref:ref3,target:\"TL_xwuvLS\"}],__framer__threshold:0,__framer__variantAppearEffectEnabled:true,F50xhjR7Z:F50xhjR7Zwelu7j({overlay}),G3GnO5d1H:\"rgba(0, 0, 0, 0.55)\",height:\"100%\",id:\"Qn2ok5UrS\",layoutId:\"Qn2ok5UrS\",lWpZaXUHI:\"\",style:{width:\"100%\"},variant:\"GyVbBp1f6\",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-1a8t5k2\",\"data-framer-portal-id\":\"1wc1tg0\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay.hide()},\"aqlSmiUJC\"),isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GJ5mbk59C:{animate:animation1,exit:animation,initial:animation2}},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1j6ldqt hidden-1fu7cu2 hidden-cies6c\",\"data-framer-portal-id\":\"1wc1tg0\",children:isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GJ5mbk59C:{height:1e3,width:\"60vw\",y:22737367544323206e-29}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-p1rm5-container hidden-1fu7cu2\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GJ5mbk59C:{EZBJKGcwG:EZBJKGcwG1wvko5h({overlay}),style:{height:\"100%\",width:\"100%\"},variant:\"BcadK2J_y\"}},children:/*#__PURE__*/_jsx(OverlayComponent,{Efl45d2xB:\"\",height:\"100%\",id:\"Vu3npQRtt\",JcbfQF67Y:\"\",layoutId:\"Vu3npQRtt\",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-1gvy3vy-container hidden-1ilohsm\",\"data-framer-portal-id\":\"1wc1tg0\",exit:animation3,initial:animation5,children:/*#__PURE__*/_jsx(SearchOverlay,{height:\"100%\",id:\"PM3PRunna\",layoutId:\"PM3PRunna\",noBxioDjr:noBxioDjr1wvko5h({overlay}),style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]}),document.querySelector(\"#overlay\"))})})]})})})}),/*#__PURE__*/_jsx(\"div\",{background:{alt:\"\",fit:\"fill\"},className:\"framer-ux7pl3\",\"data-framer-name\":\"Background Banner Image\",name:\"Background Banner Image\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"understanding the four stages of enterprise search white paper video background image\",fit:\"fill\",loading:getLoadingLazyAtYPosition(0),pixelHeight:844,pixelWidth:1500,positionX:\"center\",positionY:\"top\",sizes:\"max(100vw, 1px)\",src:\"https://framerusercontent.com/images/ta3rdoTC4tKCB6nrBi2TwanYIto.webp\",srcSet:\"https://framerusercontent.com/images/ta3rdoTC4tKCB6nrBi2TwanYIto.webp?scale-down-to=512 512w,https://framerusercontent.com/images/ta3rdoTC4tKCB6nrBi2TwanYIto.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/ta3rdoTC4tKCB6nrBi2TwanYIto.webp 1500w\"},className:\"framer-1mfwarg\"})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-hluth\",\"data-framer-name\":\"Section-1\",id:elementId1,name:\"Section-1\",ref:ref3,children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-18zbnx\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-3cdua6\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1sfrnvs\",\"data-framer-name\":\"Buttons\",name:\"Buttons\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:36,children:/*#__PURE__*/_jsx(Container,{className:\"framer-hs83ov-container\",whileHover:animation6,children:/*#__PURE__*/_jsx(TagButton,{DgJp0DvNL:11,et1CLXITm:\"rgb(255, 255, 255)\",height:\"100%\",id:\"SAj_lezmM\",layoutId:\"SAj_lezmM\",QFxdzLhCw:{borderColor:\"rgb(255, 252, 252)\",borderStyle:\"solid\",borderWidth:2},v8qPUUuT9:\"ARTIFICIAL INTELLIGENCE\",variant:\"Zz16BXyuq\",width:\"100%\",X1e0RXEPJ:\"rgb(255, 255, 255)\",XUrDjAQSD:\"rgb(0, 31, 56)\",yt2nQMjbN:{borderColor:\"rgba(255, 252, 252, 0)\",borderStyle:\"solid\",borderWidth:2}})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:36,children:/*#__PURE__*/_jsx(Container,{className:\"framer-dk1uo7-container\",whileHover:animation6,children:/*#__PURE__*/_jsx(TagButton,{DgJp0DvNL:11,et1CLXITm:\"rgb(255, 255, 255)\",height:\"100%\",id:\"uH9zOufRG\",layoutId:\"uH9zOufRG\",QFxdzLhCw:{borderColor:\"rgb(255, 252, 252)\",borderStyle:\"solid\",borderWidth:2},v8qPUUuT9:\"Generative AI\",variant:\"Zz16BXyuq\",width:\"100%\",X1e0RXEPJ:\"rgb(255, 255, 255)\",XUrDjAQSD:\"rgb(0, 31, 56)\",yt2nQMjbN:{borderColor:\"rgba(255, 252, 252, 0)\",borderStyle:\"solid\",borderWidth:2}})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:36,children:/*#__PURE__*/_jsx(Container,{className:\"framer-11gpajy-container\",whileHover:animation6,children:/*#__PURE__*/_jsx(TagButton,{DgJp0DvNL:11,et1CLXITm:\"rgb(255, 255, 255)\",height:\"100%\",id:\"y1i4n8ujh\",layoutId:\"y1i4n8ujh\",QFxdzLhCw:{borderColor:\"rgb(255, 252, 252)\",borderStyle:\"solid\",borderWidth:2},v8qPUUuT9:\"SearchAI\",variant:\"Zz16BXyuq\",width:\"100%\",X1e0RXEPJ:\"rgb(255, 255, 255)\",XUrDjAQSD:\"rgb(0, 31, 56)\",yt2nQMjbN:{borderColor:\"rgba(255, 252, 252, 0)\",borderStyle:\"solid\",borderWidth:2}})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:36,children:/*#__PURE__*/_jsx(Container,{className:\"framer-14ungw4-container\",whileHover:animation6,children:/*#__PURE__*/_jsx(TagButton,{DgJp0DvNL:11,et1CLXITm:\"rgb(255, 255, 255)\",height:\"100%\",id:\"PT2iakU7E\",layoutId:\"PT2iakU7E\",QFxdzLhCw:{borderColor:\"rgb(255, 252, 252)\",borderStyle:\"solid\",borderWidth:2},v8qPUUuT9:\"User Experience\",variant:\"Zz16BXyuq\",width:\"100%\",X1e0RXEPJ:\"rgb(255, 255, 255)\",XUrDjAQSD:\"rgb(0, 31, 56)\",yt2nQMjbN:{borderColor:\"rgba(255, 252, 252, 0)\",borderStyle:\"solid\",borderWidth:2}})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-wk3wrl\",\"data-framer-name\":\"Title\",name:\"Title\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GJ5mbk59C:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgTWVkaXVt\",\"--framer-font-family\":'\"Klik Medium\", \"Klik Medium Placeholder\", sans-serif',\"--framer-font-size\":\"54px\",\"--framer-line-height\":\"65px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Advancing Knowledge Management and Conversational AI\"})})},IpiYTtSTy:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgTWVkaXVt\",\"--framer-font-family\":'\"Klik Medium\", \"Klik Medium Placeholder\", sans-serif',\"--framer-font-size\":\"36px\",\"--framer-line-height\":\"43px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Advancing Knowledge Management and Conversational AI\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgTWVkaXVt\",\"--framer-font-family\":'\"Klik Medium\", \"Klik Medium Placeholder\", sans-serif',\"--framer-font-size\":\"60px\",\"--framer-line-height\":\"72px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Advancing Knowledge Management and Conversational AI\"})}),className:\"framer-1ojxd3\",fonts:[\"CUSTOM;Klik Medium\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-hp6hvg\",\"data-framer-name\":\"Date\",name:\"Date\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GJ5mbk59C:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgUmVndWxhcg==\",\"--framer-font-family\":'\"Klik Regular\", \"Klik Regular Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"18px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"October 10, 2023\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgUmVndWxhcg==\",\"--framer-font-family\":'\"Klik Regular\", \"Klik Regular Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"19px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"October 10, 2023\"})}),className:\"framer-17gyhfm\",fonts:[\"CUSTOM;Klik Regular\"],verticalAlignment:\"top\",withExternalLayout:true})})})]})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-if3z6g\",\"data-framer-name\":\"max-width\",name:\"max-width\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1mvsun6\",\"data-framer-name\":\"Testimonials 2\",name:\"Testimonials 2\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgUmVndWxhcg==\",\"--framer-font-family\":'\"Klik Regular\", \"Klik Regular Placeholder\", sans-serif',\"--framer-line-height\":\"30px\"},children:[\"In the knowledge economy, we recognize that tangible assets are no longer the primary economic indicators. \",/*#__PURE__*/_jsx(\"strong\",{children:\"Ideas have become the raw materials that drive economic advantage\"}),\", and knowledge management provides the strategic and practical methodologies that support the knowledge economy.\"]})}),className:\"framer-ievcbu\",fonts:[\"CUSTOM;Klik Regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgUmVndWxhcg==\",\"--framer-font-family\":'\"Klik Regular\", \"Klik Regular Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-line-height\":\"30px\",\"--framer-text-alignment\":\"left\"},children:[\"Advancements in KM technology are \",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(133, 84, 229)\"},children:\"accelerating at warp speed\"})]})}),className:\"framer-3q6w2a\",fonts:[\"CUSTOM;Klik Regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-becnyz\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-4ksbbb\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgUmVndWxhcg==\",\"--framer-font-family\":'\"Klik Regular\", \"Klik Regular Placeholder\", sans-serif',\"--framer-line-height\":\"30px\",\"--framer-text-alignment\":\"left\"},children:\"Knowledge Management (KM) is an organizational strategy towards more effective and efficient information access and decision making. By leveraging the capacity within people, processes and technology, it also supports continuous improvement and innovation. While KM technology has improved over the last few decades, 2023 will be remembered as the year that conversational AI transformed the field of KM.\"})}),className:\"framer-o6kbqe\",fonts:[\"CUSTOM;Klik Regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgUmVndWxhcg==\",\"--framer-font-family\":'\"Klik Regular\", \"Klik Regular Placeholder\", sans-serif',\"--framer-line-height\":\"30px\",\"--framer-text-alignment\":\"left\"},children:\"While search technologies have made incremental improvements over several decades, with semantic search for example, this technology only helps us find documents. With conversational AI, KM technology can now help us find answers, across repositories, with both structured and unstructured content.\"})}),className:\"framer-1sfhoc2\",fonts:[\"CUSTOM;Klik Regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-11h8848\",\"data-framer-name\":\"empty-30\",name:\"empty-30\"}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:59,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1snli4j-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IpiYTtSTy:{CqoCLqfBU:11}},children:/*#__PURE__*/_jsx(Button3COmponent,{BD4NUX1Uy:\"https://calendly.com/tselvaraj/searchai-demo\",CqoCLqfBU:16,dQ1py6gJS:\"See How It Works: Schedule A Demo\",height:\"100%\",id:\"Ar8cmpj_4\",layoutId:\"Ar8cmpj_4\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1rfyzn8\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-75vojl-container\",id:elementId2,ref:ref4,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GJ5mbk59C:{style:{width:\"100%\"}},IpiYTtSTy:{style:{width:\"100%\"}}},children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:1,bottomLeftRadius:1,bottomRightRadius:1,controls:false,height:\"100%\",id:\"LKBoDjAsr\",isMixedBorderRadius:false,layoutId:\"LKBoDjAsr\",loop:true,muted:true,objectFit:\"cover\",playing:true,posterEnabled:false,srcFile:\"https://framerusercontent.com/assets/RVLlmTYMgQUz6k841GNCwNSVq8.mp4\",srcType:\"Upload\",srcUrl:\"https://www.searchblox.com/wp-content/uploads/2023/10/SearchBlox_KnowledgeEnterprise_DriveEnterprise_10.015.2023.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:1,topRightRadius:1,volume:25,width:\"100%\"})})})})})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ftvrne\",\"data-framer-name\":\"Features Large\",name:\"Features Large\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1gza2qj\",\"data-framer-name\":\"Features\",name:\"Features\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1jtvbui\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1eheq9d\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1klrr3h\",\"data-framer-name\":\"Content\",name:\"Content\",children:[isDisplayed2()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GJ5mbk59C:{background:{alt:\"\",fit:\"fill\",pixelHeight:1630,pixelWidth:2560,sizes:\"calc((100vw - 80px) * 0.27)\",src:\"https://framerusercontent.com/images/Yg3x74sSUahrtj6yn1p5qubg.webp\",srcSet:\"https://framerusercontent.com/images/Yg3x74sSUahrtj6yn1p5qubg.webp?scale-down-to=512 512w,https://framerusercontent.com/images/Yg3x74sSUahrtj6yn1p5qubg.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/Yg3x74sSUahrtj6yn1p5qubg.webp?scale-down-to=2048 2048w,https://framerusercontent.com/images/Yg3x74sSUahrtj6yn1p5qubg.webp 2560w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1630,pixelWidth:2560,sizes:\"261.9px\",src:\"https://framerusercontent.com/images/Yg3x74sSUahrtj6yn1p5qubg.webp\",srcSet:\"https://framerusercontent.com/images/Yg3x74sSUahrtj6yn1p5qubg.webp?scale-down-to=512 512w,https://framerusercontent.com/images/Yg3x74sSUahrtj6yn1p5qubg.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/Yg3x74sSUahrtj6yn1p5qubg.webp?scale-down-to=2048 2048w,https://framerusercontent.com/images/Yg3x74sSUahrtj6yn1p5qubg.webp 2560w\"},className:\"framer-qqa12r hidden-cies6c\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GJ5mbk59C:{background:{alt:\"\",fit:\"fit\",pixelHeight:318,pixelWidth:1536,positionX:\"center\",positionY:\"center\",sizes:\"max((100vw - 80px) * 0.73, 1px)\",src:\"https://framerusercontent.com/images/MlKIgxmTLZgMWwOFQ5MhV5skQvA.webp\",srcSet:\"https://framerusercontent.com/images/MlKIgxmTLZgMWwOFQ5MhV5skQvA.webp?scale-down-to=512 512w,https://framerusercontent.com/images/MlKIgxmTLZgMWwOFQ5MhV5skQvA.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/MlKIgxmTLZgMWwOFQ5MhV5skQvA.webp 1536w\"}},IpiYTtSTy:{background:{alt:\"\",fit:\"fit\",pixelHeight:318,pixelWidth:1536,positionX:\"center\",positionY:\"center\",sizes:\"max(81vw, 1px)\",src:\"https://framerusercontent.com/images/MlKIgxmTLZgMWwOFQ5MhV5skQvA.webp\",srcSet:\"https://framerusercontent.com/images/MlKIgxmTLZgMWwOFQ5MhV5skQvA.webp?scale-down-to=512 512w,https://framerusercontent.com/images/MlKIgxmTLZgMWwOFQ5MhV5skQvA.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/MlKIgxmTLZgMWwOFQ5MhV5skQvA.webp 1536w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:318,pixelWidth:1536,positionX:\"center\",positionY:\"center\",sizes:\"708.1px\",src:\"https://framerusercontent.com/images/MlKIgxmTLZgMWwOFQ5MhV5skQvA.webp\",srcSet:\"https://framerusercontent.com/images/MlKIgxmTLZgMWwOFQ5MhV5skQvA.webp?scale-down-to=512 512w,https://framerusercontent.com/images/MlKIgxmTLZgMWwOFQ5MhV5skQvA.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/MlKIgxmTLZgMWwOFQ5MhV5skQvA.webp 1536w\"},className:\"framer-6ys6rj\"})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-14cr7d5\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GJ5mbk59C:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgUmVndWxhcg==\",\"--framer-font-family\":'\"Klik Regular\", \"Klik Regular Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"30px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[\"SearchAI ChatBot uses Conversational AI to enhance user and employee experiences. \",/*#__PURE__*/_jsx(Link,{href:\"https://www.searchblox.com/products/searchai-chatbot/\",nodeId:\"O32bybfZN\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{children:/*#__PURE__*/_jsx(\"strong\",{children:\"Learn More\"})})})]})})},IpiYTtSTy:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgUmVndWxhcg==\",\"--framer-font-family\":'\"Klik Regular\", \"Klik Regular Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[\"SearchAI ChatBot uses Conversational AI to enhance user and employee experiences. \",/*#__PURE__*/_jsx(Link,{href:\"https://www.searchblox.com/products/searchai-chatbot/\",nodeId:\"O32bybfZN\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{children:/*#__PURE__*/_jsx(\"strong\",{children:\"Learn More\"})})})]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgUmVndWxhcg==\",\"--framer-font-family\":'\"Klik Regular\", \"Klik Regular Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-line-height\":\"30px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[\"SearchAI ChatBot uses Conversational AI to enhance user and employee experiences. \",/*#__PURE__*/_jsx(Link,{href:\"https://www.searchblox.com/products/searchai-chatbot/\",nodeId:\"O32bybfZN\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{children:/*#__PURE__*/_jsx(\"strong\",{children:\"Learn More\"})})})]})}),className:\"framer-d7x66j\",fonts:[\"CUSTOM;Klik Regular\"],verticalAlignment:\"top\",withExternalLayout:true})})})]})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-vrcamp\",\"data-framer-name\":\"Testimonials 2\",name:\"Testimonials 2\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-13ckhb5\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgUmVndWxhcg==\",\"--framer-font-family\":'\"Klik Regular\", \"Klik Regular Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(133, 84, 229)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(0, 0, 0)\"},children:\"Faster time to knowledge means \"}),\"teams work faster\",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(0, 0, 0)\"},children:\" and \"}),\"users find what they need.\"]})}),className:\"framer-hiqt47\",fonts:[\"CUSTOM;Klik Regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-84axm1\",\"data-framer-name\":\"empty-30\",name:\"empty-30\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1pxkado\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-tspzfn\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgUmVndWxhcg==\",\"--framer-font-family\":'\"Klik Regular\", \"Klik Regular Placeholder\", sans-serif',\"--framer-line-height\":\"30px\",\"--framer-text-alignment\":\"left\"},children:\"Most organizations now manage thousands of documents, knowing that they may have the answers in there somewhere, but that it may be unlikely that search engines will be able to find the right documents for some questions. To make documents more findable, content managers added metadata to each document and tried to organize the information architecture in ways that could increase the search relevance. Then the end users would try navigating through the content and try searching with several keywords to find an answer.\"})}),className:\"framer-20ovsk\",fonts:[\"CUSTOM;Klik Regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgUmVndWxhcg==\",\"--framer-font-family\":'\"Klik Regular\", \"Klik Regular Placeholder\", sans-serif',\"--framer-line-height\":\"30px\",\"--framer-text-alignment\":\"left\"},children:[\"With Conversational AI, the ability to find direct answers within your content means that \",/*#__PURE__*/_jsx(\"strong\",{children:\"content managers can spend less time thinking about how to make the content more findable\"}),\" for search technologies. Unless there are very complex relationships between content sources, a knowledge graph may not be required. And \",/*#__PURE__*/_jsx(\"strong\",{children:\"end users can spend less time searching\"}),\", even if they don\u2019t know the exact query terms or how to spell them.\"]})}),className:\"framer-ppo8cf\",fonts:[\"CUSTOM;Klik Regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IpiYTtSTy:{width:\"267px\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:59,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1emafcj-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IpiYTtSTy:{CqoCLqfBU:11,style:{width:\"100%\"}}},children:/*#__PURE__*/_jsx(Button3COmponent,{BD4NUX1Uy:\"https://calendly.com/tselvaraj/searchai-demo\",CqoCLqfBU:14,dQ1py6gJS:\"Discover How KM Can Serve Your Organization\",height:\"100%\",id:\"wiV7l4krb\",layoutId:\"wiV7l4krb\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-88mk8u\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-73rn31-container\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"iSdwAIPwo\",isMixedBorderRadius:false,layoutId:\"iSdwAIPwo\",loop:true,muted:true,objectFit:\"cover\",playing:true,posterEnabled:false,srcFile:\"https://framerusercontent.com/assets/LYV8udJENpBRBJHjEj6tLzAzc.mp4\",srcType:\"Upload\",srcUrl:\"https://assets.mixkit.co/videos/preview/mixkit-shining-sun-in-the-sky-surrounded-by-moving-clouds-31793-small.mp4\",startTime:0,style:{width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})})})]})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-ffufv5\",\"data-framer-name\":\"Testimonials 2\",name:\"Testimonials 2\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1lg30gr\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-kq48sc\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-12eypf\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GJ5mbk59C:{background:{alt:\"\",fit:\"fit\",pixelHeight:318,pixelWidth:1536,positionX:\"center\",positionY:\"center\",sizes:\"max(max(90vw, 1px) - 20px, 1px)\",src:\"https://framerusercontent.com/images/SuErpS8UG229oyiYKSBrP11c.webp\",srcSet:\"https://framerusercontent.com/images/SuErpS8UG229oyiYKSBrP11c.webp?scale-down-to=512 512w,https://framerusercontent.com/images/SuErpS8UG229oyiYKSBrP11c.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/SuErpS8UG229oyiYKSBrP11c.webp 1536w\"}},IpiYTtSTy:{background:{alt:\"\",fit:\"fit\",pixelHeight:318,pixelWidth:1536,positionX:\"center\",positionY:\"center\",sizes:\"max(max(81vw, 1px) - 20px, 1px)\",src:\"https://framerusercontent.com/images/SuErpS8UG229oyiYKSBrP11c.webp\",srcSet:\"https://framerusercontent.com/images/SuErpS8UG229oyiYKSBrP11c.webp?scale-down-to=512 512w,https://framerusercontent.com/images/SuErpS8UG229oyiYKSBrP11c.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/SuErpS8UG229oyiYKSBrP11c.webp 1536w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:318,pixelWidth:1536,positionX:\"center\",positionY:\"center\",sizes:\"695px\",src:\"https://framerusercontent.com/images/SuErpS8UG229oyiYKSBrP11c.webp\",srcSet:\"https://framerusercontent.com/images/SuErpS8UG229oyiYKSBrP11c.webp?scale-down-to=512 512w,https://framerusercontent.com/images/SuErpS8UG229oyiYKSBrP11c.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/SuErpS8UG229oyiYKSBrP11c.webp 1536w\"},className:\"framer-11fiarb\"})})}),isDisplayed3()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1281,pixelWidth:1920,sizes:\"242px\",src:\"https://framerusercontent.com/images/Iq6riw7yrzpjHSEMvxnADuUcqI.webp\",srcSet:\"https://framerusercontent.com/images/Iq6riw7yrzpjHSEMvxnADuUcqI.webp?scale-down-to=512 512w,https://framerusercontent.com/images/Iq6riw7yrzpjHSEMvxnADuUcqI.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/Iq6riw7yrzpjHSEMvxnADuUcqI.webp 1920w\"},className:\"framer-1mfyy7f hidden-1ilohsm hidden-cies6c\"})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-lkf9y7\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GJ5mbk59C:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgUmVndWxhcg==\",\"--framer-font-family\":'\"Klik Regular\", \"Klik Regular Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"30px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[\"PreText\u2122 NLP creates titles, metadata and descriptions for your data,  drastically improving findability.\",/*#__PURE__*/_jsx(Link,{href:\"https://www.searchblox.com/products/pretext-nlp/\",nodeId:\"VOksJr7rk\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsxs(\"a\",{className:\"framer-styles-preset-1axe5t2\",\"data-styles-preset\":\"MNzUyXmU5\",children:[\"\\xa0\",/*#__PURE__*/_jsx(\"strong\",{children:\"See How\"})]})})]})})},IpiYTtSTy:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgUmVndWxhcg==\",\"--framer-font-family\":'\"Klik Regular\", \"Klik Regular Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[\"PreText\u2122 NLP creates titles, metadata and descriptions for your data, drastically improving findability.\",/*#__PURE__*/_jsx(Link,{href:\"https://www.searchblox.com/products/pretext-nlp/\",nodeId:\"VOksJr7rk\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsxs(\"a\",{className:\"framer-styles-preset-1axe5t2\",\"data-styles-preset\":\"MNzUyXmU5\",children:[\"\\xa0\",/*#__PURE__*/_jsx(\"strong\",{children:\"See How\"})]})})]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgUmVndWxhcg==\",\"--framer-font-family\":'\"Klik Regular\", \"Klik Regular Placeholder\", sans-serif',\"--framer-line-height\":\"30px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[\"PreText\u2122 NLP creates titles, metadata and descriptions for your data, drastically improving findability.\",/*#__PURE__*/_jsx(Link,{href:\"https://www.searchblox.com/products/pretext-nlp/\",nodeId:\"VOksJr7rk\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsxs(\"a\",{className:\"framer-styles-preset-1axe5t2\",\"data-styles-preset\":\"MNzUyXmU5\",children:[\"\\xa0\",/*#__PURE__*/_jsx(\"strong\",{children:\"See How\"})]})})]})}),className:\"framer-myg5b7\",fonts:[\"CUSTOM;Klik Regular\"],verticalAlignment:\"top\",withExternalLayout:true})})})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-dssa2l\",\"data-framer-name\":\"Testimonials 2\",name:\"Testimonials 2\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-i4rsn0\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgUmVndWxhcg==\",\"--framer-font-family\":'\"Klik Regular\", \"Klik Regular Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-line-height\":\"30px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(133, 84, 229)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(0, 0, 0)\"},children:\"Chatbot interactions create \"}),\"entirely new user experiences.\"]})}),className:\"framer-1dwysk2\",fonts:[\"CUSTOM;Klik Regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-krspqu\",\"data-framer-name\":\"empty-30\",name:\"empty-30\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-3ml0nd\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-6carib\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgUmVndWxhcg==\",\"--framer-font-family\":'\"Klik Regular\", \"Klik Regular Placeholder\", sans-serif',\"--framer-line-height\":\"30px\",\"--framer-text-alignment\":\"left\"},children:[\"Research has shown that most users of search engines enter queries with just two or three words. But Conversational AI usually works better when we use our natural language, especially when looking for complex answers. This changes the user experience from entering key words to thinking in terms of having a conversation. Instead of getting search results and starting again, we can \",/*#__PURE__*/_jsx(\"strong\",{children:\"simulate a conversation where the context of our query is remembered for each conversation\"}),\".\"]})}),className:\"framer-1k43t6o\",fonts:[\"CUSTOM;Klik Regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgUmVndWxhcg==\",\"--framer-font-family\":'\"Klik Regular\", \"Klik Regular Placeholder\", sans-serif',\"--framer-line-height\":\"30px\",\"--framer-text-alignment\":\"left\"},children:\"Just like rephrasing a question so that a person would understand what you are looking for, users now think about different prompts that can provide answers closer to the context we are looking for. And just as we might provide feedback to a person, end users that provide feedback to the Conversational AI (up/down voting) will help train it to get better at answering similar questions.\"})}),className:\"framer-p2rg5o\",fonts:[\"CUSTOM;Klik Regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GJ5mbk59C:{height:70}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:59,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ja0cpj-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GJ5mbk59C:{style:{height:\"100%\"}}},children:/*#__PURE__*/_jsx(Button3COmponent,{BD4NUX1Uy:\"https://calendly.com/tselvaraj/searchai-demo\",CqoCLqfBU:16,dQ1py6gJS:\"See How It Works: Schedule A Demo\",height:\"100%\",id:\"VtTDVuF__\",layoutId:\"VtTDVuF__\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-pj91w\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-xaoin8-container\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"uqZq9Lxt4\",isMixedBorderRadius:false,layoutId:\"uqZq9Lxt4\",loop:true,muted:true,objectFit:\"cover\",playing:true,posterEnabled:false,srcFile:\"https://framerusercontent.com/assets/YSbs6rzAVJyTp5TerFUarSzkhqw.mp4\",srcType:\"Upload\",srcUrl:\"https://www.searchblox.com/wp-content/uploads/2023/10/SearchBlox_KnowledgeEnterprise_DriveEnterprise_10.015.2023.mp4\",startTime:0,style:{width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})})})]})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1wjfn3a\",\"data-framer-name\":\"Section-3\",name:\"Section-3\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ifjsof\",\"data-framer-name\":\"max-width\",name:\"max-width\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1nogubd\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-6ythwq\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IpiYTtSTy:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgUmVndWxhcg==\",\"--framer-font-family\":'\"Klik Regular\", \"Klik Regular Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Reserve your private demo.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgUmVndWxhcg==\",\"--framer-font-family\":'\"Klik Regular\", \"Klik Regular Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Reserve your private demo.\"})}),className:\"framer-veomcg\",fonts:[\"CUSTOM;Klik Regular\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GJ5mbk59C:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgQm9sZA==\",\"--framer-font-family\":'\"Klik Bold\", \"Klik Bold Placeholder\", sans-serif',\"--framer-font-size\":\"35px\",\"--framer-line-height\":\"42px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(133, 84, 229)\"},children:[\"The power of AI \",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"customized\"}),\" for your enterprise.\"]})})},IpiYTtSTy:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgQm9sZA==\",\"--framer-font-family\":'\"Klik Bold\", \"Klik Bold Placeholder\", sans-serif',\"--framer-font-size\":\"31px\",\"--framer-line-height\":\"37px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(133, 84, 229)\"},children:[\"The power of AI \",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"customized\"}),\" for your enterprise.\"]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgQm9sZA==\",\"--framer-font-family\":'\"Klik Bold\", \"Klik Bold Placeholder\", sans-serif',\"--framer-font-size\":\"50.4px\",\"--framer-line-height\":\"60.4px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(133, 84, 229)\"},children:[\"The power of AI \",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"customized\"}),\" for your enterprise.\"]})}),className:\"framer-ona7o9\",fonts:[\"CUSTOM;Klik Bold\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IpiYTtSTy:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgUmVndWxhcg==\",\"--framer-font-family\":'\"Klik Regular\", \"Klik Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"See how Generative AI can redefine business interactions and spearhead your enterprise\u2019s march into the AI epoch. Let\u2019s sculpt the future together, one enlightened conversation at a time.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO0tsaWsgUmVndWxhcg==\",\"--framer-font-family\":'\"Klik Regular\", \"Klik Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"See how Generative AI can redefine business interactions and spearhead your enterprise\u2019s march into the AI epoch. Let\u2019s sculpt the future together, one enlightened conversation at a time.\"})}),className:\"framer-1wij6vv\",fonts:[\"CUSTOM;Klik Regular\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:60,children:/*#__PURE__*/_jsx(Container,{className:\"framer-ll1t3x-container\",children:/*#__PURE__*/_jsx(Button2Component,{DqyySLWnT:\"https://calendly.com/tselvaraj/searchai-demo\",height:\"100%\",id:\"P9xoZQfET\",IgKYgOaRj:\"Get Started With Generative AI\",layoutId:\"P9xoZQfET\",LWZu2bOSo:true,Po3mJ_RQU:true,QdeqGiR3O:14,width:\"100%\"})})})]})}),isDisplayed2()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GJ5mbk59C:{background:{alt:\"understanding the four stages of enterprise search white paper video background image\",fit:\"fill\",pixelHeight:1281,pixelWidth:1920,sizes:\"30vw\",src:\"https://framerusercontent.com/images/mSNpAsF6sHM61T82DbDzp8m47gc.webp\",srcSet:\"https://framerusercontent.com/images/mSNpAsF6sHM61T82DbDzp8m47gc.webp?scale-down-to=512 512w,https://framerusercontent.com/images/mSNpAsF6sHM61T82DbDzp8m47gc.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/mSNpAsF6sHM61T82DbDzp8m47gc.webp 1920w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"understanding the four stages of enterprise search white paper video background image\",fit:\"fill\",pixelHeight:1281,pixelWidth:1920,sizes:\"44vw\",src:\"https://framerusercontent.com/images/mSNpAsF6sHM61T82DbDzp8m47gc.webp\",srcSet:\"https://framerusercontent.com/images/mSNpAsF6sHM61T82DbDzp8m47gc.webp?scale-down-to=512 512w,https://framerusercontent.com/images/mSNpAsF6sHM61T82DbDzp8m47gc.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/mSNpAsF6sHM61T82DbDzp8m47gc.webp 1920w\"},className:\"framer-fn0oct hidden-cies6c\"})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-140nir2\",\"data-framer-name\":\"Related Articles\",name:\"Related Articles\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-s6jjmd\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GJ5mbk59C:{width:\"min(90vw, 1170px)\"},IpiYTtSTy:{width:\"min(90vw, 1170px)\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:60,width:\"min(max(100vw, 1px), 1170px)\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1mlr9gh-container\",children:/*#__PURE__*/_jsx(SocialMediaGroup,{aLfmPqOFo:\"https://www.facebook.com/sharer/sharer.php?u=https://www.searchblox.com/advancing-knowledge-management-and-conversational-ai/\",c5lBDk6rh:\"https://www.linkedin.com/uas/login?session_redirect=https%3A%2F%2Fwww.linkedin.com%2FshareArticle%3Fmini%3Dtrue%26url%3Dhttps%3A%2F%2Fwww.searchblox.com%2Fadvancing-knowledge-management-and-conversational-ai%2F%26title%3DAdvancing Knowledge Management And Conversational AI\",height:\"100%\",i1AwPRxy9:\"mailto:?subject=Advancing Knowledge Management And Conversational AI&body=Advancing Knowledge Management And Conversational AI:https://www.searchblox.com/advancing-knowledge-management-and-conversational-ai/\",id:\"DEQKdr1jm\",layoutId:\"DEQKdr1jm\",n7qGaSzsp:\"https://x.com/intent/post?text=Advancing+Knowledge+Management+And+Conversational+AI+https%3A%2F%2Fwww.searchblox.com%2Fadvancing-knowledge-management-and-conversational-ai%2F\",style:{width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-gev1xb\",\"data-framer-name\":\"Filter Buttons\",name:\"Filter Buttons\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:35,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1jfnib0-container\",children:/*#__PURE__*/_jsx(BlogFilterButton,{height:\"100%\",id:\"NSyHjtskx\",kH2DQQNl2:\"AI\",layoutId:\"NSyHjtskx\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:35,children:/*#__PURE__*/_jsx(Container,{className:\"framer-19o8biw-container\",children:/*#__PURE__*/_jsx(BlogFilterButton,{height:\"100%\",id:\"r7HdJYPne\",kH2DQQNl2:\"Artificial Intelligence\",layoutId:\"r7HdJYPne\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:35,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1j15hdn-container\",children:/*#__PURE__*/_jsx(BlogFilterButton,{height:\"100%\",id:\"ZSwhrUZf7\",kH2DQQNl2:\"cm\",layoutId:\"ZSwhrUZf7\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:35,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1l0cyq3-container\",children:/*#__PURE__*/_jsx(BlogFilterButton,{height:\"100%\",id:\"svnoSgYOX\",kH2DQQNl2:\"conversational search\",layoutId:\"svnoSgYOX\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:35,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1du5o14-container\",children:/*#__PURE__*/_jsx(BlogFilterButton,{height:\"100%\",id:\"rJkze4yL5\",kH2DQQNl2:\"customer experience\",layoutId:\"rJkze4yL5\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:35,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1sbgi4m-container\",children:/*#__PURE__*/_jsx(BlogFilterButton,{height:\"100%\",id:\"o24wneuxV\",kH2DQQNl2:\"distributed teams\",layoutId:\"o24wneuxV\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:35,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1q6v5ps-container\",children:/*#__PURE__*/_jsx(BlogFilterButton,{height:\"100%\",id:\"AfHG6tqaf\",kH2DQQNl2:\"FAQ\",layoutId:\"AfHG6tqaf\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:35,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ozt6cj-container\",children:/*#__PURE__*/_jsx(BlogFilterButton,{height:\"100%\",id:\"MpqFWlNAf\",kH2DQQNl2:\"FAQs\",layoutId:\"MpqFWlNAf\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:35,children:/*#__PURE__*/_jsx(Container,{className:\"framer-sjvjhp-container\",children:/*#__PURE__*/_jsx(BlogFilterButton,{height:\"100%\",id:\"iWoWdTLPd\",kH2DQQNl2:\"frequently asked questions\",layoutId:\"iWoWdTLPd\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:35,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1rwi04m-container\",children:/*#__PURE__*/_jsx(BlogFilterButton,{height:\"100%\",id:\"ykgVlJUqe\",kH2DQQNl2:\"generative ai\",layoutId:\"ykgVlJUqe\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:35,children:/*#__PURE__*/_jsx(Container,{className:\"framer-msscj0-container\",children:/*#__PURE__*/_jsx(BlogFilterButton,{height:\"100%\",id:\"XpfZZmOEY\",kH2DQQNl2:\"indexing\",layoutId:\"XpfZZmOEY\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:35,children:/*#__PURE__*/_jsx(Container,{className:\"framer-zjs9g4-container\",children:/*#__PURE__*/_jsx(BlogFilterButton,{height:\"100%\",id:\"RvBTos4k6\",kH2DQQNl2:\"km\",layoutId:\"RvBTos4k6\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:35,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1oms6ch-container\",children:/*#__PURE__*/_jsx(BlogFilterButton,{height:\"100%\",id:\"zk7VuAxXw\",kH2DQQNl2:\"knowledge management\",layoutId:\"zk7VuAxXw\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:35,children:/*#__PURE__*/_jsx(Container,{className:\"framer-gthog7-container\",children:/*#__PURE__*/_jsx(BlogFilterButton,{height:\"100%\",id:\"T_sifUmIT\",kH2DQQNl2:\"machine learning\",layoutId:\"T_sifUmIT\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:35,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1jcmpz9-container\",children:/*#__PURE__*/_jsx(BlogFilterButton,{height:\"100%\",id:\"SWJPZvvIy\",kH2DQQNl2:\"natural language\",layoutId:\"SWJPZvvIy\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:35,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1asbsw-container\",children:/*#__PURE__*/_jsx(BlogFilterButton,{height:\"100%\",id:\"kkGbIECJ1\",kH2DQQNl2:\"natural language processing\",layoutId:\"kkGbIECJ1\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:35,children:/*#__PURE__*/_jsx(Container,{className:\"framer-11iwot8-container\",children:/*#__PURE__*/_jsx(BlogFilterButton,{height:\"100%\",id:\"uKAFHSVBf\",kH2DQQNl2:\"NLP\",layoutId:\"uKAFHSVBf\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:35,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1fyv1j5-container\",children:/*#__PURE__*/_jsx(BlogFilterButton,{height:\"100%\",id:\"Uz7bjwjjh\",kH2DQQNl2:\"product search\",layoutId:\"Uz7bjwjjh\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:35,children:/*#__PURE__*/_jsx(Container,{className:\"framer-fox34b-container\",children:/*#__PURE__*/_jsx(BlogFilterButton,{height:\"100%\",id:\"dhn2EN_HK\",kH2DQQNl2:\"relevance\",layoutId:\"dhn2EN_HK\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:35,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1glsyzc-container\",children:/*#__PURE__*/_jsx(BlogFilterButton,{height:\"100%\",id:\"tBCZWsMMe\",kH2DQQNl2:\"search\",layoutId:\"tBCZWsMMe\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:35,children:/*#__PURE__*/_jsx(Container,{className:\"framer-9pj5vv-container\",children:/*#__PURE__*/_jsx(BlogFilterButton,{height:\"100%\",id:\"rWZaU6PFr\",kH2DQQNl2:\"search query\",layoutId:\"rWZaU6PFr\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:35,children:/*#__PURE__*/_jsx(Container,{className:\"framer-zh6ydc-container\",children:/*#__PURE__*/_jsx(BlogFilterButton,{height:\"100%\",id:\"HZRnqORnI\",kH2DQQNl2:\"search relevance\",layoutId:\"HZRnqORnI\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:35,children:/*#__PURE__*/_jsx(Container,{className:\"framer-2qtl0b-container\",children:/*#__PURE__*/_jsx(BlogFilterButton,{height:\"100%\",id:\"VqHbGKTfd\",kH2DQQNl2:\"search results\",layoutId:\"VqHbGKTfd\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:35,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1rh43q-container\",children:/*#__PURE__*/_jsx(BlogFilterButton,{height:\"100%\",id:\"lFfYwvSHM\",kH2DQQNl2:\"searchai\",layoutId:\"lFfYwvSHM\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:35,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1qlkgvt-container\",children:/*#__PURE__*/_jsx(BlogFilterButton,{height:\"100%\",id:\"XTkGZKI56\",kH2DQQNl2:\"smart suggest\",layoutId:\"XTkGZKI56\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:35,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1cqajc6-container\",children:/*#__PURE__*/_jsx(BlogFilterButton,{height:\"100%\",id:\"ORJkTxqET\",kH2DQQNl2:\"smart synonyms\",layoutId:\"ORJkTxqET\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:35,children:/*#__PURE__*/_jsx(Container,{className:\"framer-w5wre7-container\",children:/*#__PURE__*/_jsx(BlogFilterButton,{height:\"100%\",id:\"kWzLKRBdB\",kH2DQQNl2:\"user experience\",layoutId:\"kWzLKRBdB\",width:\"100%\"})})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GJ5mbk59C:{width:\"min(90vw, 1170px)\"},IpiYTtSTy:{width:\"min(90vw, 1170px)\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:645,width:\"min(max(100vw, 1px), 1170px)\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1x2hg4v-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GJ5mbk59C:{variant:\"vhslMGzrA\"},IpiYTtSTy:{variant:\"QeXVI2Vg7\"}},children:/*#__PURE__*/_jsx(RelatedArticlesBlog,{c5WjgwGws:\"Generative AI Chatbot to Improve CX and Agent Productivity\",cjO_ia6o_:\"Related articles include:\",height:\"100%\",id:\"bERqslocw\",layoutId:\"bERqslocw\",LTWnXJFYf:\"Modernize Customer Service with AI Assistants\",style:{width:\"100%\"},variant:\"qZs8k9zX3\",width:\"100%\",ZJYwObTb8:\"SearchBlox 10.7: AI Agents that Make Business Processes Hyper-Efficient\"})})})})})]})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:826,width:\"100vw\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1lvd1w7-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GJ5mbk59C:{variant:\"EIUUA6WZO\"},IpiYTtSTy:{variant:\"nol7aWIKS\"}},children:/*#__PURE__*/_jsx(FooterComponent,{hApCQQ9AF:\"Bp82r_gtl\",height:\"100%\",i3qHcDSIP:true,id:\"juS0BnUd4\",layoutId:\"juS0BnUd4\",msj0Il8_s:\"rgb(38, 18, 82)\",P2m3uRGkn:\"rgb(38, 18, 82)\",style:{maxWidth:\"100%\",width:\"100%\"},variant:\"L34bEe1Uk\",width:\"100%\",yebo169li:\"rgb(133, 84, 229)\"})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":j0wjVHdQT\",webPageId:\"a6vWvwR5_\"},implicitPathVariables:undefined},{href:{hash:\":j0wjVHdQT\",webPageId:\"a6vWvwR5_\"},implicitPathVariables:undefined},{href:{hash:\":j0wjVHdQT\",webPageId:\"a6vWvwR5_\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,width:\"40px\",y:920,children:/*#__PURE__*/_jsx(Container,{className:\"framer-oregfh-container\",layoutScroll:true,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GJ5mbk59C:{dReXf2Q3K:resolvedLinks[1]},IpiYTtSTy:{dReXf2Q3K:resolvedLinks[2]}},children:/*#__PURE__*/_jsx(BackToTop,{dReXf2Q3K:resolvedLinks[0],height:\"100%\",id:\"hkyKNxXxY\",layoutId:\"hkyKNxXxY\",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-6wvML { background: white; }`,\".framer-6wvML.framer-14wxop9, .framer-6wvML .framer-14wxop9 { display: block; }\",\".framer-6wvML.framer-1fu7cu2 { 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-6wvML .framer-cfvxw8-container { flex: none; height: auto; position: relative; width: 100%; z-index: 1; }\",\".framer-6wvML .framer-1wc1tg0-container { flex: none; height: auto; position: sticky; top: 0px; width: 100%; will-change: transform; z-index: 3; }\",\".framer-6wvML .framer-1a8t5k2 { background-color: #ffffff; inset: 0px; position: fixed; user-select: none; z-index: 10; }\",\".framer-6wvML .framer-1j6ldqt { 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-6wvML .framer-p1rm5-container { flex: none; height: auto; left: 0px; position: absolute; right: -600px; top: 0px; }\",\".framer-6wvML .framer-1gvy3vy-container { bottom: 0px; flex: none; left: 0px; position: fixed; right: 0px; top: 0px; z-index: 10; }\",\".framer-6wvML .framer-ux7pl3 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; left: 50%; overflow: hidden; padding: 0px; position: absolute; top: 0px; transform: translateX(-50%); width: 100%; z-index: 0; }\",\".framer-6wvML .framer-1mfwarg { flex: 1 0 0px; height: 850px; overflow: visible; position: relative; width: 1px; z-index: 0; }\",\".framer-6wvML .framer-hluth { align-content: flex-start; align-items: flex-start; background-color: rgba(0, 0, 0, 0.55); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; min-height: 620px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-6wvML .framer-18zbnx { 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: flex-start; max-width: 1170px; overflow: hidden; padding: 150px 0px 10px 0px; position: relative; width: 1px; }\",\".framer-6wvML .framer-3cdua6 { 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: 790px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-6wvML .framer-1sfrnvs { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px 0px 24px 0px; position: relative; width: 100%; }\",\".framer-6wvML .framer-hs83ov-container, .framer-6wvML .framer-dk1uo7-container, .framer-6wvML .framer-11gpajy-container, .framer-6wvML .framer-14ungw4-container, .framer-6wvML .framer-1jfnib0-container, .framer-6wvML .framer-19o8biw-container, .framer-6wvML .framer-1j15hdn-container, .framer-6wvML .framer-1l0cyq3-container, .framer-6wvML .framer-1du5o14-container, .framer-6wvML .framer-1sbgi4m-container, .framer-6wvML .framer-1q6v5ps-container, .framer-6wvML .framer-1ozt6cj-container, .framer-6wvML .framer-sjvjhp-container, .framer-6wvML .framer-1rwi04m-container, .framer-6wvML .framer-msscj0-container, .framer-6wvML .framer-zjs9g4-container, .framer-6wvML .framer-1oms6ch-container, .framer-6wvML .framer-gthog7-container, .framer-6wvML .framer-1jcmpz9-container, .framer-6wvML .framer-1asbsw-container, .framer-6wvML .framer-11iwot8-container, .framer-6wvML .framer-1fyv1j5-container, .framer-6wvML .framer-fox34b-container, .framer-6wvML .framer-1glsyzc-container, .framer-6wvML .framer-9pj5vv-container, .framer-6wvML .framer-zh6ydc-container, .framer-6wvML .framer-2qtl0b-container, .framer-6wvML .framer-1rh43q-container, .framer-6wvML .framer-1qlkgvt-container, .framer-6wvML .framer-1cqajc6-container, .framer-6wvML .framer-w5wre7-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-6wvML .framer-wk3wrl { 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 18px 0px; position: relative; width: 100%; }\",\".framer-6wvML .framer-1ojxd3, .framer-6wvML .framer-17gyhfm { --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-6wvML .framer-hp6hvg { 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: 15px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-6wvML .framer-if3z6g { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-6wvML .framer-1mvsun6 { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; max-width: 970px; overflow: hidden; padding: 100px 0px 30px 0px; position: relative; width: 100%; }\",\".framer-6wvML .framer-ievcbu, .framer-6wvML .framer-3q6w2a, .framer-6wvML .framer-o6kbqe, .framer-6wvML .framer-1sfhoc2, .framer-6wvML .framer-hiqt47, .framer-6wvML .framer-20ovsk, .framer-6wvML .framer-ppo8cf, .framer-6wvML .framer-1dwysk2, .framer-6wvML .framer-1k43t6o, .framer-6wvML .framer-p2rg5o { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-6wvML .framer-becnyz, .framer-6wvML .framer-kq48sc { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-6wvML .framer-4ksbbb { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 50%; }\",\".framer-6wvML .framer-11h8848, .framer-6wvML .framer-84axm1, .framer-6wvML .framer-krspqu { flex: none; height: 30px; overflow: hidden; position: relative; width: 100%; }\",\".framer-6wvML .framer-1snli4j-container, .framer-6wvML .framer-1emafcj-container, .framer-6wvML .framer-1ja0cpj-container, .framer-6wvML .framer-ll1t3x-container { flex: none; height: auto; position: relative; width: auto; z-index: 1; }\",\".framer-6wvML .framer-1rfyzn8 { align-content: flex-start; align-items: flex-start; align-self: stretch; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: auto; justify-content: flex-end; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-6wvML .framer-75vojl-container { flex: none; height: 418px; position: relative; width: 391px; z-index: 1; }\",\".framer-6wvML .framer-1ftvrne { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; max-width: 970px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-6wvML .framer-1gza2qj { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; min-height: 229px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-6wvML .framer-1jtvbui { align-content: center; align-items: center; background-color: #ffffff; bottom: -90px; box-shadow: 0px 40px 90px -30px rgba(0, 0, 0, 0.25); display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 0px; height: min-content; justify-content: center; left: 50%; overflow: visible; padding: 0px; position: absolute; transform: translateX(-50%); width: 970px; z-index: 1; }\",\".framer-6wvML .framer-1eheq9d { 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: visible; padding: 0px; position: relative; width: 1px; z-index: 1; }\",\".framer-6wvML .framer-1klrr3h { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 199px; justify-content: center; padding: 0px; position: relative; width: 100%; }\",\".framer-6wvML .framer-qqa12r { flex: none; height: 100%; position: relative; width: 27%; }\",\".framer-6wvML .framer-6ys6rj { flex: 1 0 0px; height: 100%; overflow: visible; position: relative; width: 1px; }\",\".framer-6wvML .framer-14cr7d5, .framer-6wvML .framer-lkf9y7 { align-content: center; align-items: center; background-color: #8554e5; 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-6wvML .framer-d7x66j, .framer-6wvML .framer-myg5b7 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-6wvML .framer-vrcamp { align-content: center; align-items: center; background-color: #f8f8f8; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; overflow: visible; padding: 100px 0px 100px 0px; position: relative; width: 100%; z-index: 0; }\",\".framer-6wvML .framer-13ckhb5 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 970px; overflow: hidden; padding: 80px 0px 60px 0px; position: relative; width: 100%; }\",\".framer-6wvML .framer-1pxkado { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 50px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-6wvML .framer-tspzfn, .framer-6wvML .framer-6carib { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: center; max-width: 60%; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-6wvML .framer-88mk8u { align-content: flex-start; align-items: flex-start; align-self: stretch; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 10px; height: auto; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 40%; }\",\".framer-6wvML .framer-73rn31-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; z-index: 1; }\",\".framer-6wvML .framer-ffufv5 { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; max-width: 970px; min-height: 180px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-6wvML .framer-1lg30gr { align-content: center; align-items: center; background-color: #261252; box-shadow: 0px 40px 90px -30px rgba(0, 0, 0, 0.25); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; left: 50%; overflow: visible; padding: 0px; position: absolute; top: -90px; transform: translateX(-50%); width: 970px; z-index: 1; }\",\".framer-6wvML .framer-12eypf { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 173px; justify-content: center; overflow: hidden; padding: 10px; position: relative; width: 715px; }\",\".framer-6wvML .framer-11fiarb { flex: 1 0 0px; height: 100%; position: relative; width: 1px; z-index: 1; }\",\".framer-6wvML .framer-1mfyy7f { align-self: stretch; flex: none; height: auto; position: relative; width: 242px; }\",\".framer-6wvML .framer-dssa2l { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-6wvML .framer-i4rsn0 { 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: 970px; overflow: hidden; padding: 30px 0px 90px 0px; position: relative; width: 100%; }\",\".framer-6wvML .framer-3ml0nd { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-6wvML .framer-pj91w { align-content: flex-start; align-items: flex-start; align-self: stretch; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: auto; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 40%; }\",\".framer-6wvML .framer-xaoin8-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; z-index: 2; }\",\".framer-6wvML .framer-1wjfn3a { align-content: center; align-items: center; background-color: #261252; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 110px 0px 110px 0px; position: relative; width: 100%; }\",\".framer-6wvML .framer-1ifjsof { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: flex-start; max-width: 1000px; overflow: hidden; padding: 0px 15px 0px 15px; position: relative; width: 100%; }\",\".framer-6wvML .framer-1nogubd { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 56%; }\",\".framer-6wvML .framer-6ythwq { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-6wvML .framer-veomcg { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: 27px; position: relative; white-space: pre-wrap; width: 284px; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-6wvML .framer-ona7o9, .framer-6wvML .framer-1wij6vv { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-6wvML .framer-fn0oct { bottom: 0px; flex: none; overflow: hidden; position: absolute; right: 0px; top: 0px; width: 44%; z-index: 1; }\",\".framer-6wvML .framer-140nir2 { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 90px 0px 0px 0px; position: relative; width: 100%; z-index: 2; }\",\".framer-6wvML .framer-s6jjmd { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; max-width: 1170px; overflow: visible; padding: 0px; position: relative; width: 1px; z-index: 0; }\",\".framer-6wvML .framer-1mlr9gh-container, .framer-6wvML .framer-1x2hg4v-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-6wvML .framer-gev1xb { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 6px; height: min-content; justify-content: center; overflow: visible; padding: 0px 0px 60px 0px; position: relative; width: 100%; }\",\".framer-6wvML .framer-1lvd1w7-container { flex: none; height: auto; max-width: 100%; position: relative; width: 100%; }\",\".framer-6wvML .framer-oregfh-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-6wvML.framer-1fu7cu2, .framer-6wvML .framer-ux7pl3, .framer-6wvML .framer-hluth, .framer-6wvML .framer-18zbnx, .framer-6wvML .framer-3cdua6, .framer-6wvML .framer-1sfrnvs, .framer-6wvML .framer-wk3wrl, .framer-6wvML .framer-hp6hvg, .framer-6wvML .framer-if3z6g, .framer-6wvML .framer-1mvsun6, .framer-6wvML .framer-4ksbbb, .framer-6wvML .framer-1rfyzn8, .framer-6wvML .framer-1ftvrne, .framer-6wvML .framer-1gza2qj, .framer-6wvML .framer-1jtvbui, .framer-6wvML .framer-1eheq9d, .framer-6wvML .framer-1klrr3h, .framer-6wvML .framer-14cr7d5, .framer-6wvML .framer-vrcamp, .framer-6wvML .framer-13ckhb5, .framer-6wvML .framer-1pxkado, .framer-6wvML .framer-tspzfn, .framer-6wvML .framer-88mk8u, .framer-6wvML .framer-ffufv5, .framer-6wvML .framer-1lg30gr, .framer-6wvML .framer-12eypf, .framer-6wvML .framer-lkf9y7, .framer-6wvML .framer-dssa2l, .framer-6wvML .framer-i4rsn0, .framer-6wvML .framer-3ml0nd, .framer-6wvML .framer-6carib, .framer-6wvML .framer-pj91w, .framer-6wvML .framer-1wjfn3a, .framer-6wvML .framer-1ifjsof, .framer-6wvML .framer-1nogubd, .framer-6wvML .framer-6ythwq, .framer-6wvML .framer-140nir2, .framer-6wvML .framer-s6jjmd, .framer-6wvML .framer-gev1xb { gap: 0px; } .framer-6wvML.framer-1fu7cu2 > *, .framer-6wvML .framer-18zbnx > *, .framer-6wvML .framer-3cdua6 > *, .framer-6wvML .framer-1ftvrne > *, .framer-6wvML .framer-1gza2qj > *, .framer-6wvML .framer-1eheq9d > *, .framer-6wvML .framer-14cr7d5 > *, .framer-6wvML .framer-ffufv5 > *, .framer-6wvML .framer-1lg30gr > *, .framer-6wvML .framer-lkf9y7 > *, .framer-6wvML .framer-i4rsn0 > *, .framer-6wvML .framer-1wjfn3a > *, .framer-6wvML .framer-6ythwq > *, .framer-6wvML .framer-s6jjmd > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-6wvML.framer-1fu7cu2 > :first-child, .framer-6wvML .framer-18zbnx > :first-child, .framer-6wvML .framer-3cdua6 > :first-child, .framer-6wvML .framer-if3z6g > :first-child, .framer-6wvML .framer-1mvsun6 > :first-child, .framer-6wvML .framer-4ksbbb > :first-child, .framer-6wvML .framer-1ftvrne > :first-child, .framer-6wvML .framer-1gza2qj > :first-child, .framer-6wvML .framer-1eheq9d > :first-child, .framer-6wvML .framer-14cr7d5 > :first-child, .framer-6wvML .framer-vrcamp > :first-child, .framer-6wvML .framer-13ckhb5 > :first-child, .framer-6wvML .framer-tspzfn > :first-child, .framer-6wvML .framer-ffufv5 > :first-child, .framer-6wvML .framer-1lg30gr > :first-child, .framer-6wvML .framer-lkf9y7 > :first-child, .framer-6wvML .framer-dssa2l > :first-child, .framer-6wvML .framer-i4rsn0 > :first-child, .framer-6wvML .framer-6carib > :first-child, .framer-6wvML .framer-1wjfn3a > :first-child, .framer-6wvML .framer-1ifjsof > :first-child, .framer-6wvML .framer-1nogubd > :first-child, .framer-6wvML .framer-6ythwq > :first-child, .framer-6wvML .framer-s6jjmd > :first-child { margin-top: 0px; } .framer-6wvML.framer-1fu7cu2 > :last-child, .framer-6wvML .framer-18zbnx > :last-child, .framer-6wvML .framer-3cdua6 > :last-child, .framer-6wvML .framer-if3z6g > :last-child, .framer-6wvML .framer-1mvsun6 > :last-child, .framer-6wvML .framer-4ksbbb > :last-child, .framer-6wvML .framer-1ftvrne > :last-child, .framer-6wvML .framer-1gza2qj > :last-child, .framer-6wvML .framer-1eheq9d > :last-child, .framer-6wvML .framer-14cr7d5 > :last-child, .framer-6wvML .framer-vrcamp > :last-child, .framer-6wvML .framer-13ckhb5 > :last-child, .framer-6wvML .framer-tspzfn > :last-child, .framer-6wvML .framer-ffufv5 > :last-child, .framer-6wvML .framer-1lg30gr > :last-child, .framer-6wvML .framer-lkf9y7 > :last-child, .framer-6wvML .framer-dssa2l > :last-child, .framer-6wvML .framer-i4rsn0 > :last-child, .framer-6wvML .framer-6carib > :last-child, .framer-6wvML .framer-1wjfn3a > :last-child, .framer-6wvML .framer-1ifjsof > :last-child, .framer-6wvML .framer-1nogubd > :last-child, .framer-6wvML .framer-6ythwq > :last-child, .framer-6wvML .framer-s6jjmd > :last-child { margin-bottom: 0px; } .framer-6wvML .framer-ux7pl3 > *, .framer-6wvML .framer-hluth > *, .framer-6wvML .framer-wk3wrl > *, .framer-6wvML .framer-hp6hvg > *, .framer-6wvML .framer-1rfyzn8 > *, .framer-6wvML .framer-1jtvbui > *, .framer-6wvML .framer-1klrr3h > *, .framer-6wvML .framer-12eypf > *, .framer-6wvML .framer-140nir2 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-6wvML .framer-ux7pl3 > :first-child, .framer-6wvML .framer-hluth > :first-child, .framer-6wvML .framer-1sfrnvs > :first-child, .framer-6wvML .framer-wk3wrl > :first-child, .framer-6wvML .framer-hp6hvg > :first-child, .framer-6wvML .framer-1rfyzn8 > :first-child, .framer-6wvML .framer-1jtvbui > :first-child, .framer-6wvML .framer-1klrr3h > :first-child, .framer-6wvML .framer-1pxkado > :first-child, .framer-6wvML .framer-88mk8u > :first-child, .framer-6wvML .framer-12eypf > :first-child, .framer-6wvML .framer-3ml0nd > :first-child, .framer-6wvML .framer-pj91w > :first-child, .framer-6wvML .framer-140nir2 > :first-child, .framer-6wvML .framer-gev1xb > :first-child { margin-left: 0px; } .framer-6wvML .framer-ux7pl3 > :last-child, .framer-6wvML .framer-hluth > :last-child, .framer-6wvML .framer-1sfrnvs > :last-child, .framer-6wvML .framer-wk3wrl > :last-child, .framer-6wvML .framer-hp6hvg > :last-child, .framer-6wvML .framer-1rfyzn8 > :last-child, .framer-6wvML .framer-1jtvbui > :last-child, .framer-6wvML .framer-1klrr3h > :last-child, .framer-6wvML .framer-1pxkado > :last-child, .framer-6wvML .framer-88mk8u > :last-child, .framer-6wvML .framer-12eypf > :last-child, .framer-6wvML .framer-3ml0nd > :last-child, .framer-6wvML .framer-pj91w > :last-child, .framer-6wvML .framer-140nir2 > :last-child, .framer-6wvML .framer-gev1xb > :last-child { margin-right: 0px; } .framer-6wvML .framer-1sfrnvs > *, .framer-6wvML .framer-88mk8u > *, .framer-6wvML .framer-pj91w > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-6wvML .framer-if3z6g > *, .framer-6wvML .framer-4ksbbb > *, .framer-6wvML .framer-13ckhb5 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-6wvML .framer-1mvsun6 > *, .framer-6wvML .framer-vrcamp > *, .framer-6wvML .framer-dssa2l > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-6wvML .framer-1pxkado > * { margin: 0px; margin-left: calc(50px / 2); margin-right: calc(50px / 2); } .framer-6wvML .framer-tspzfn > *, .framer-6wvML .framer-6carib > *, .framer-6wvML .framer-1ifjsof > *, .framer-6wvML .framer-1nogubd > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-6wvML .framer-3ml0nd > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } .framer-6wvML .framer-gev1xb > * { margin: 0px; margin-left: calc(6px / 2); margin-right: calc(6px / 2); } }\",`@media (min-width: 810px) and (max-width: 1199px) { .${metadata.bodyClassName}-framer-6wvML { background: white; } .framer-6wvML.framer-1fu7cu2 { width: 810px; } .framer-6wvML .framer-cfvxw8-container, .framer-6wvML .framer-1mfwarg, .framer-6wvML .framer-ievcbu, .framer-6wvML .framer-pj91w { order: 0; } .framer-6wvML .framer-1wc1tg0-container { order: 1; z-index: 2; } .framer-6wvML .framer-1a8t5k2 { background-color: rgba(0, 0, 0, 0.8); z-index: 2; } .framer-6wvML .framer-1j6ldqt { 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%; z-index: 2; } .framer-6wvML .framer-p1rm5-container { height: 100vh; left: unset; order: 0; position: relative; right: unset; top: unset; width: 100%; } .framer-6wvML .framer-ux7pl3, .framer-6wvML .framer-3q6w2a { order: 2; } .framer-6wvML .framer-hluth { order: 3; padding: 50px 0px 0px 0px; } .framer-6wvML .framer-18zbnx, .framer-6wvML .framer-s6jjmd { flex: none; width: 90%; } .framer-6wvML .framer-if3z6g { max-width: 100%; order: 5; } .framer-6wvML .framer-1mvsun6 { max-width: unset; padding: 80px 0px 60px 0px; width: 90%; } .framer-6wvML .framer-becnyz { gap: 40px; justify-content: center; order: 6; } .framer-6wvML .framer-4ksbbb { flex: 1 0 0px; max-width: 60%; width: 1px; } .framer-6wvML .framer-1rfyzn8 { flex: none; width: 40%; } .framer-6wvML .framer-75vojl-container { flex: 1 0 0px; height: auto; width: 1px; } .framer-6wvML .framer-1ftvrne { max-width: 100%; padding: 0px 40px 60px 40px; } .framer-6wvML .framer-1gza2qj { max-width: 100%; } .framer-6wvML .framer-1jtvbui { left: unset; right: 0px; transform: unset; width: 100%; } .framer-6wvML .framer-vrcamp { order: 6; padding: 80px 0px 80px 0px; } .framer-6wvML .framer-13ckhb5 { max-width: 90%; order: 0; padding: 60px 0px 60px 0px; } .framer-6wvML .framer-20ovsk { width: 88%; } .framer-6wvML .framer-ppo8cf { width: 714px; } .framer-6wvML .framer-ffufv5 { max-width: 90%; order: 7; } .framer-6wvML .framer-1lg30gr { width: 100%; } .framer-6wvML .framer-12eypf { flex: 1 0 0px; height: min-content; order: 1; width: 1px; } .framer-6wvML .framer-11fiarb { height: 101px; } .framer-6wvML .framer-dssa2l { order: 8; padding: 30px 0px 80px 0px; } .framer-6wvML .framer-i4rsn0 { max-width: 90%; } .framer-6wvML .framer-3ml0nd { gap: 50px; } .framer-6wvML .framer-6carib { max-width: 100%; order: 1; } .framer-6wvML .framer-1ja0cpj-container { height: 70px; } .framer-6wvML .framer-1wjfn3a { order: 9; } .framer-6wvML .framer-1ifjsof { max-width: 90%; padding: 0px; } .framer-6wvML .framer-1nogubd { width: 65%; } .framer-6wvML .framer-fn0oct { width: 30%; } .framer-6wvML .framer-140nir2 { order: 13; padding: 60px 0px 0px 0px; } .framer-6wvML .framer-1lvd1w7-container { order: 14; } .framer-6wvML .framer-oregfh-container { order: 15; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-6wvML .framer-1j6ldqt, .framer-6wvML .framer-becnyz, .framer-6wvML .framer-3ml0nd { gap: 0px; } .framer-6wvML .framer-1j6ldqt > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-6wvML .framer-1j6ldqt > :first-child { margin-top: 0px; } .framer-6wvML .framer-1j6ldqt > :last-child { margin-bottom: 0px; } .framer-6wvML .framer-becnyz > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } .framer-6wvML .framer-becnyz > :first-child, .framer-6wvML .framer-3ml0nd > :first-child { margin-left: 0px; } .framer-6wvML .framer-becnyz > :last-child, .framer-6wvML .framer-3ml0nd > :last-child { margin-right: 0px; } .framer-6wvML .framer-3ml0nd > * { margin: 0px; margin-left: calc(50px / 2); margin-right: calc(50px / 2); } }}`,`@media (max-width: 809px) { .${metadata.bodyClassName}-framer-6wvML { background: white; } .framer-6wvML.framer-1fu7cu2 { height: 8934px; width: 390px; } .framer-6wvML .framer-cfvxw8-container, .framer-6wvML .framer-ievcbu { order: 0; } .framer-6wvML .framer-1wc1tg0-container { order: 1; z-index: 2; } .framer-6wvML .framer-1a8t5k2, .framer-6wvML .framer-1gvy3vy-container { z-index: 2; } .framer-6wvML .framer-ux7pl3 { order: 2; } .framer-6wvML .framer-1mfwarg { height: 900px; overflow: hidden; z-index: unset; } .framer-6wvML .framer-hluth { align-content: center; align-items: center; order: 3; } .framer-6wvML .framer-18zbnx { padding: 60px 0px 60px 0px; } .framer-6wvML .framer-3cdua6 { max-width: 100%; width: 90%; } .framer-6wvML .framer-if3z6g { order: 6; padding: 60px 0px 0px 0px; } .framer-6wvML .framer-1mvsun6 { gap: 30px; max-width: 90%; padding: 60px 20px 60px 20px; } .framer-6wvML .framer-3q6w2a { order: 1; } .framer-6wvML .framer-becnyz { flex-direction: column; gap: 40px; justify-content: flex-start; order: 6; } .framer-6wvML .framer-4ksbbb { order: 1; width: 100%; } .framer-6wvML .framer-1rfyzn8 { align-self: unset; flex: none; height: min-content; order: 0; width: 100%; } .framer-6wvML .framer-75vojl-container { flex: 1 0 0px; height: auto; width: 1px; } .framer-6wvML .framer-1ftvrne { gap: 20px; max-width: 100%; } .framer-6wvML .framer-1gza2qj { max-width: 90%; min-height: 80px; } .framer-6wvML .framer-1jtvbui { flex-direction: column; width: 90%; } .framer-6wvML .framer-1eheq9d { flex: none; order: 0; width: 100%; } .framer-6wvML .framer-1klrr3h { height: min-content; } .framer-6wvML .framer-6ys6rj { height: 100px; order: 0; } .framer-6wvML .framer-14cr7d5, .framer-6wvML .framer-lkf9y7 { padding: 5px; } .framer-6wvML .framer-vrcamp { order: 7; padding: 60px 20px 60px 20px; } .framer-6wvML .framer-13ckhb5 { max-width: 90%; padding: 80px 0px 80px 0px; } .framer-6wvML .framer-1pxkado, .framer-6wvML .framer-3ml0nd { flex-direction: column; } .framer-6wvML .framer-tspzfn { align-content: center; align-items: center; flex: none; max-width: 100%; width: 100%; } .framer-6wvML .framer-1emafcj-container { width: 267px; } .framer-6wvML .framer-88mk8u, .framer-6wvML .framer-pj91w { align-self: unset; height: min-content; width: 100%; } .framer-6wvML .framer-ffufv5 { max-width: 90%; min-height: 80px; order: 8; padding: 60px 20px 60px 20px; } .framer-6wvML .framer-1lg30gr { width: 90%; } .framer-6wvML .framer-12eypf { flex: 1 0 0px; height: min-content; width: 1px; } .framer-6wvML .framer-11fiarb { height: 100px; } .framer-6wvML .framer-dssa2l { order: 9; padding: 60px 20px 60px 20px; } .framer-6wvML .framer-i4rsn0 { max-width: 90%; padding: 30px 0px 30px 0px; } .framer-6wvML .framer-6carib { align-content: center; align-items: center; flex: none; max-width: unset; width: 100%; } .framer-6wvML .framer-xaoin8-container { z-index: 1; } .framer-6wvML .framer-1wjfn3a { order: 10; padding: 55px 0px 55px 0px; } .framer-6wvML .framer-1ifjsof { max-width: 1170px; width: 90%; } .framer-6wvML .framer-1nogubd { align-content: center; align-items: center; width: 100%; } .framer-6wvML .framer-140nir2 { order: 12; } .framer-6wvML .framer-s6jjmd { flex: none; width: 90%; } .framer-6wvML .framer-1lvd1w7-container { order: 14; } .framer-6wvML .framer-oregfh-container { order: 15; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-6wvML .framer-1mvsun6, .framer-6wvML .framer-becnyz, .framer-6wvML .framer-1ftvrne, .framer-6wvML .framer-1jtvbui, .framer-6wvML .framer-1pxkado, .framer-6wvML .framer-3ml0nd { gap: 0px; } .framer-6wvML .framer-1mvsun6 > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-6wvML .framer-1mvsun6 > :first-child, .framer-6wvML .framer-becnyz > :first-child, .framer-6wvML .framer-1ftvrne > :first-child, .framer-6wvML .framer-1jtvbui > :first-child, .framer-6wvML .framer-1pxkado > :first-child, .framer-6wvML .framer-3ml0nd > :first-child { margin-top: 0px; } .framer-6wvML .framer-1mvsun6 > :last-child, .framer-6wvML .framer-becnyz > :last-child, .framer-6wvML .framer-1ftvrne > :last-child, .framer-6wvML .framer-1jtvbui > :last-child, .framer-6wvML .framer-1pxkado > :last-child, .framer-6wvML .framer-3ml0nd > :last-child { margin-bottom: 0px; } .framer-6wvML .framer-becnyz > *, .framer-6wvML .framer-3ml0nd > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-6wvML .framer-1ftvrne > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-6wvML .framer-1jtvbui > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-6wvML .framer-1pxkado > * { margin: 0px; margin-bottom: calc(50px / 2); margin-top: calc(50px / 2); } }}`,...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 6027\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"GJ5mbk59C\":{\"layout\":[\"fixed\",\"auto\"]},\"IpiYTtSTy\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerResponsiveScreen\n */const Framera6vWvwR5_=withCSS(Component,css,\"framer-6wvML\");export default Framera6vWvwR5_;Framera6vWvwR5_.displayName=\"Blogs / Basic Frame\";Framera6vWvwR5_.defaultProps={height:6027,width:1200};addFonts(Framera6vWvwR5_,[{explicitInter:true,fonts:[{family:\"Klik Medium\",source:\"custom\",url:\"https://framerusercontent.com/assets/mYSvgtWSf5va0i4U0WigRfVtEOw.woff2\"},{family:\"Klik Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/EwzVGfnnREj3c74ByLsmbqjRlA8.woff2\"},{family:\"Klik Bold\",source:\"custom\",url:\"https://framerusercontent.com/assets/3vwXAu4KFfg0WMz2pyn3cDXAKg.woff2\"}]},...HeaderBannerComponentFonts,...HeaderComponentFonts,...OverlayComponentFonts,...SearchOverlayFonts,...TagButtonFonts,...Button3COmponentFonts,...VideoFonts,...Button2ComponentFonts,...SocialMediaGroupFonts,...BlogFilterButtonFonts,...RelatedArticlesBlogFonts,...FooterComponentFonts,...BackToTopFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framera6vWvwR5_\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerResponsiveScreen\":\"\",\"framerIntrinsicHeight\":\"6027\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"GJ5mbk59C\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"IpiYTtSTy\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"1200\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["HeaderBannerComponentFonts", "getFonts", "HW6sF1RgR_default", "HeaderComponentFonts", "yQZ01xP63_default", "HeaderComponentWithVariantAppearEffect", "withVariantAppearEffect", "OverlayComponentFonts", "oT0w4YuAD_default", "SearchOverlayFonts", "hZDfgZDF7_default", "TagButtonFonts", "TkktIXu5j_default", "Button3COmponentFonts", "x7XqjNXcm_default", "VideoFonts", "Video", "Button2ComponentFonts", "sPm5JGVof_default", "SocialMediaGroupFonts", "Ji4HMCQkw_default", "BlogFilterButtonFonts", "jOJHYYWaU_default", "RelatedArticlesBlogFonts", "RMmHuyNfO_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", "transition3", "animation6", "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", "ref3", "isDisplayed", "isDisplayed1", "elementId1", "elementId2", "ref4", "isDisplayed2", "isDisplayed3", "router", "useRouter", "defaultLayoutId", "ae", "sharedStyleClassNames", "useCustomCursors", "p", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "cx", "ComponentViewportProvider", "Container", "PropertyOverrides2", "l", "AnimatePresence", "Ga", "x", "Image2", "getLoadingLazyAtYPosition", "RichText2", "Link", "ResolveLinks", "resolvedLinks", "css", "Framera6vWvwR5_", "withCSS", "a6vWvwR5_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
