{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/1Po49YLMIyGaauyLpPUj/GixGCHBJYjjwR1VWBtKE/aMcuANyk_.js"],
  "sourcesContent": ["// Generated by Framer (af04cc1)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ChildrenCanSuspend,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,PathVariablesContext,PropertyOverrides,ResolveLinks,RichText,useCustomCursors,useHydratedBreakpointVariants,useLocaleInfo,useQueryData,useRouteElementId,useRouter,withCSS,withFX,withVariantAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import Ticker from\"https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/qacJMtbrGDTpaTF4eVfx/Ticker.js\";import Download from\"https://framerusercontent.com/modules/kBkaj3LmBqcSU2IkUsBC/kvFSr6fSU7VcYZyNyfaK/Download.js\";import Particles from\"https://framerusercontent.com/modules/wb6ZrZlCLNQ5HHBJtNND/c1GLxCsQBQvlLXhkz7er/Particles.js\";import Button from\"#framer/local/canvasComponent/gpm9zw7xm/gpm9zw7xm.js\";import Footer from\"#framer/local/canvasComponent/NR_qXYNkO/NR_qXYNkO.js\";import VideoLoader from\"#framer/local/canvasComponent/ReGELBhFs/ReGELBhFs.js\";import Header from\"#framer/local/canvasComponent/wtdbJavMi/wtdbJavMi.js\";import CTA from\"#framer/local/canvasComponent/YZzgIr7aU/YZzgIr7aU.js\";import Videos from\"#framer/local/collection/zWgK_Yp4E/zWgK_Yp4E.js\";import*as sharedStyle4 from\"#framer/local/css/ifOuJOneQ/ifOuJOneQ.js\";import*as sharedStyle3 from\"#framer/local/css/MVJzq2HHb/MVJzq2HHb.js\";import*as sharedStyle5 from\"#framer/local/css/N4z0o1Eg7/N4z0o1Eg7.js\";import*as sharedStyle from\"#framer/local/css/QIyuOVcC0/QIyuOVcC0.js\";import*as sharedStyle2 from\"#framer/local/css/ukIFgmrET/ukIFgmrET.js\";import*as sharedStyle1 from\"#framer/local/css/vR__tcAxC/vR__tcAxC.js\";import metadataProvider from\"#framer/local/webPageMetadata/aMcuANyk_/aMcuANyk_.js\";const HeaderFonts=getFonts(Header);const HeaderWithVariantAppearEffect=withVariantAppearEffect(Header);const ButtonFonts=getFonts(Button);const TickerFonts=getFonts(Ticker);const ContainerWithFX=withFX(Container);const ParticlesFonts=getFonts(Particles);const MotionDivWithFX=withFX(motion.div);const DownloadFonts=getFonts(Download);const VideoLoaderFonts=getFonts(VideoLoader);const CTAFonts=getFonts(CTA);const FooterFonts=getFonts(Footer);const breakpoints={I2YpuNAkM:\"(min-width: 768px) and (max-width: 1199px)\",nPjcu0ESj:\"(max-width: 767px)\",pYH73HKnZ:\"(min-width: 1200px) and (max-width: 1439px)\",YwzEPVvuA:\"(min-width: 1440px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-Wli6G\";const variantClassNames={I2YpuNAkM:\"framer-v-10rcbo2\",nPjcu0ESj:\"framer-v-wngg7i\",pYH73HKnZ:\"framer-v-1fwsu4b\",YwzEPVvuA:\"framer-v-2c09ac\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const animation1={opacity:0,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:0,y:50};const transition2={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const QueryData=({query,pageSize,children})=>{const data=useQueryData(query);return children(data);};const metadata=metadataProvider();const humanReadableVariantMap={Desktop:\"YwzEPVvuA\",Laptop:\"pYH73HKnZ\",Phone:\"nPjcu0ESj\",Tablet:\"I2YpuNAkM\"};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:\"YwzEPVvuA\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,Q_VBb4_wqKU0VQekeB,p2KUXnldvKU0VQekeB,idKU0VQekeB,...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-Wli6G`);}return()=>{if(bodyCls)document.body.classList.remove(`${metadata1.bodyClassName}-framer-Wli6G`);};},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const ref1=React.useRef(null);const ref2=React.useRef(null);const elementId=useRouteElementId(\"jL6v5gndy\");const router=useRouter();const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"I2YpuNAkM\")return false;return true;};const isDisplayed1=()=>{if(!isBrowser())return true;if([\"I2YpuNAkM\",\"nPjcu0ESj\"].includes(baseVariant))return false;return true;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className];useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"YwzEPVvuA\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:[/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-2c09ac\",className),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-hq539l\",\"data-framer-name\":\"Header\",name:\"Header\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{I2YpuNAkM:{width:\"768px\"},nPjcu0ESj:{width:\"100vw\"},pYH73HKnZ:{width:\"1200px\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:84,width:\"1440px\",y:0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-fsvjba-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{I2YpuNAkM:{variant:\"l9E9y_nZ1\"},nPjcu0ESj:{__framer__animateOnce:false,__framer__targets:[{ref:ref2,target:\"pbo8dMk0_\"}],__framer__threshold:0,__framer__variantAppearEffectEnabled:true,variant:\"C2Obtar1_\"}},children:/*#__PURE__*/_jsx(HeaderWithVariantAppearEffect,{height:\"100%\",id:\"tfkmj6voM\",layoutId:\"tfkmj6voM\",style:{width:\"100%\"},variant:\"ws3BLY1jb\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-gjr2mo\",\"data-framer-name\":\"Hero Sections\",name:\"Hero Sections\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{I2YpuNAkM:{background:{alt:\"Background Shape Image \",fit:\"fill\",loading:getLoadingLazyAtYPosition(646.972224231466),pixelHeight:2880,pixelWidth:2880,sizes:\"1440px\",src:\"https://framerusercontent.com/images/OhrICgW4D1KKGB0GiticJr91EuI.png\",srcSet:\"https://framerusercontent.com/images/OhrICgW4D1KKGB0GiticJr91EuI.png?scale-down-to=512 512w,https://framerusercontent.com/images/OhrICgW4D1KKGB0GiticJr91EuI.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/OhrICgW4D1KKGB0GiticJr91EuI.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/OhrICgW4D1KKGB0GiticJr91EuI.png 2880w\"}},nPjcu0ESj:{background:{alt:\"Background Shape Image \",fit:\"fill\",loading:getLoadingLazyAtYPosition(7958078640513122e-28),pixelHeight:2880,pixelWidth:2880,sizes:\"1440px\",src:\"https://framerusercontent.com/images/OhrICgW4D1KKGB0GiticJr91EuI.png\",srcSet:\"https://framerusercontent.com/images/OhrICgW4D1KKGB0GiticJr91EuI.png?scale-down-to=512 512w,https://framerusercontent.com/images/OhrICgW4D1KKGB0GiticJr91EuI.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/OhrICgW4D1KKGB0GiticJr91EuI.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/OhrICgW4D1KKGB0GiticJr91EuI.png 2880w\"}},pYH73HKnZ:{background:{alt:\"Background Shape Image \",fit:\"fill\",loading:getLoadingLazyAtYPosition(527.8339240506339),pixelHeight:2880,pixelWidth:2880,sizes:\"1440px\",src:\"https://framerusercontent.com/images/OhrICgW4D1KKGB0GiticJr91EuI.png\",srcSet:\"https://framerusercontent.com/images/OhrICgW4D1KKGB0GiticJr91EuI.png?scale-down-to=512 512w,https://framerusercontent.com/images/OhrICgW4D1KKGB0GiticJr91EuI.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/OhrICgW4D1KKGB0GiticJr91EuI.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/OhrICgW4D1KKGB0GiticJr91EuI.png 2880w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"Background Shape Image \",fit:\"fill\",loading:getLoadingLazyAtYPosition(537.1735262206157),pixelHeight:2880,pixelWidth:2880,sizes:\"1440px\",src:\"https://framerusercontent.com/images/OhrICgW4D1KKGB0GiticJr91EuI.png\",srcSet:\"https://framerusercontent.com/images/OhrICgW4D1KKGB0GiticJr91EuI.png?scale-down-to=512 512w,https://framerusercontent.com/images/OhrICgW4D1KKGB0GiticJr91EuI.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/OhrICgW4D1KKGB0GiticJr91EuI.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/OhrICgW4D1KKGB0GiticJr91EuI.png 2880w\"},className:\"framer-h97d4u\",\"data-framer-name\":\"Background Shape 01\",name:\"Background Shape 01\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{I2YpuNAkM:{background:{alt:\"Background Shape Image 4\",fit:\"fill\",loading:getLoadingLazyAtYPosition(-178),pixelHeight:2876,pixelWidth:2876,sizes:\"100vw\",src:\"https://framerusercontent.com/images/X0cFBBMZ1qTkcKfDEJB62z2qybY.png\",srcSet:\"https://framerusercontent.com/images/X0cFBBMZ1qTkcKfDEJB62z2qybY.png?scale-down-to=512 512w,https://framerusercontent.com/images/X0cFBBMZ1qTkcKfDEJB62z2qybY.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/X0cFBBMZ1qTkcKfDEJB62z2qybY.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/X0cFBBMZ1qTkcKfDEJB62z2qybY.png 2876w\"}},nPjcu0ESj:{background:{alt:\"Background Shape Image 4\",fit:\"fill\",loading:getLoadingLazyAtYPosition(-68),pixelHeight:2876,pixelWidth:2876,sizes:\"100vw\",src:\"https://framerusercontent.com/images/X0cFBBMZ1qTkcKfDEJB62z2qybY.png\",srcSet:\"https://framerusercontent.com/images/X0cFBBMZ1qTkcKfDEJB62z2qybY.png?scale-down-to=512 512w,https://framerusercontent.com/images/X0cFBBMZ1qTkcKfDEJB62z2qybY.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/X0cFBBMZ1qTkcKfDEJB62z2qybY.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/X0cFBBMZ1qTkcKfDEJB62z2qybY.png 2876w\"}},pYH73HKnZ:{background:{alt:\"Background Shape Image 4\",fit:\"fill\",loading:getLoadingLazyAtYPosition(42),pixelHeight:2876,pixelWidth:2876,sizes:\"88vw\",src:\"https://framerusercontent.com/images/X0cFBBMZ1qTkcKfDEJB62z2qybY.png\",srcSet:\"https://framerusercontent.com/images/X0cFBBMZ1qTkcKfDEJB62z2qybY.png?scale-down-to=512 512w,https://framerusercontent.com/images/X0cFBBMZ1qTkcKfDEJB62z2qybY.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/X0cFBBMZ1qTkcKfDEJB62z2qybY.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/X0cFBBMZ1qTkcKfDEJB62z2qybY.png 2876w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"Background Shape Image 4\",fit:\"fill\",loading:getLoadingLazyAtYPosition(486.352481349336),pixelHeight:2876,pixelWidth:2876,sizes:\"1267px\",src:\"https://framerusercontent.com/images/X0cFBBMZ1qTkcKfDEJB62z2qybY.png\",srcSet:\"https://framerusercontent.com/images/X0cFBBMZ1qTkcKfDEJB62z2qybY.png?scale-down-to=512 512w,https://framerusercontent.com/images/X0cFBBMZ1qTkcKfDEJB62z2qybY.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/X0cFBBMZ1qTkcKfDEJB62z2qybY.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/X0cFBBMZ1qTkcKfDEJB62z2qybY.png 2876w\"},className:\"framer-1k0p5kp\",\"data-framer-name\":\"Background Shape 04\",name:\"Background Shape 04\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1hevjio\",\"data-framer-name\":\"Container\",id:elementId,name:\"Container\",ref:ref2,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1vloqha\",\"data-framer-name\":\"Content\",name:\"Content\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1kprv8s\",\"data-styles-preset\":\"QIyuOVcC0\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-d677ff64-d4f4-4459-ae71-bbd917380e30, rgb(255, 255, 255))\"},children:\"Cognitive AI powered communications consulting.\"})}),className:\"framer-p4lq1g\",\"data-framer-name\":\"Transform Music Creation with Powerful AI\",fonts:[\"Inter\"],name:\"Transform Music Creation with Powerful AI\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-m3ebfc\",\"data-styles-preset\":\"vR__tcAxC\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-669510fb-4272-4c1a-b368-e5297e4e9a3c, rgb(170, 170, 170))\"},children:\"We partnered with Burson, the global leader in communications purpose-built to create value for clients through reputation, to introduce cognitive AI powered communications consulting. We bring our collective expertise, state-of-the-art cognitive AI, and cut-through creativity to counsel clients and deliver transformative ideas that shape culture, spark change, and deliver impact.\"})}),className:\"framer-168cz0o\",\"data-framer-name\":\"Discover the future of music production with SonifyAI. Effortlessly create, edit, and perfect your tracks.\",fonts:[\"Inter\"],name:\"Discover the future of music production with SonifyAI. Effortlessly create, edit, and perfect your tracks.\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":Vr31SBCYO\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":Vr31SBCYO\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":Vr31SBCYO\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":Vr31SBCYO\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{I2YpuNAkM:{y:397.8},nPjcu0ESj:{y:377.8},pYH73HKnZ:{y:437.7999999999998}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:52,y:437.8,children:/*#__PURE__*/_jsx(Container,{className:\"framer-fcur0w-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{I2YpuNAkM:{C57SzKE9K:resolvedLinks[2]},nPjcu0ESj:{C57SzKE9K:resolvedLinks[3]},pYH73HKnZ:{C57SzKE9K:resolvedLinks[1]}},children:/*#__PURE__*/_jsx(Button,{b0E7cL1If:true,C57SzKE9K:resolvedLinks[0],height:\"100%\",id:\"SVC1GJ0E_\",iYjubeLQX:\"Learn more\",layoutId:\"SVC1GJ0E_\",variant:\"yfjM0UyGc\",width:\"100%\"})})})})})})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-zl4mc-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{I2YpuNAkM:{gap:35},nPjcu0ESj:{gap:28}},children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:false},gap:100,height:\"100%\",hoverFactor:1,id:\"k2E3sI4HA\",layoutId:\"k2E3sI4HA\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:36,intrinsicWidth:150,pixelHeight:469,pixelWidth:1563,positionX:\"center\",positionY:\"center\",sizes:\"92px\",src:\"https://framerusercontent.com/images/Ln7btO4CLUGZ9RvcGOHfWmJ5k.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/Ln7btO4CLUGZ9RvcGOHfWmJ5k.png?scale-down-to=512 512w,https://framerusercontent.com/images/Ln7btO4CLUGZ9RvcGOHfWmJ5k.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/Ln7btO4CLUGZ9RvcGOHfWmJ5k.png 1563w\"},className:\"framer-fhfl9w\",\"data-framer-name\":\"WPP\",name:\"WPP\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:36,intrinsicWidth:118,pixelHeight:785,pixelWidth:4444,positionX:\"center\",positionY:\"center\",sizes:\"118px\",src:\"https://framerusercontent.com/images/0hsqXdutZkqWsu2l6xxve2pwNg.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/0hsqXdutZkqWsu2l6xxve2pwNg.png?scale-down-to=512 512w,https://framerusercontent.com/images/0hsqXdutZkqWsu2l6xxve2pwNg.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/0hsqXdutZkqWsu2l6xxve2pwNg.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/0hsqXdutZkqWsu2l6xxve2pwNg.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/0hsqXdutZkqWsu2l6xxve2pwNg.png 4444w\"},className:\"framer-v7kz1c\",\"data-framer-name\":\"Hill\",name:\"Hill\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:32,intrinsicWidth:104,pixelHeight:587,pixelWidth:1608,positionX:\"center\",positionY:\"center\",sizes:\"59px\",src:\"https://framerusercontent.com/images/Eb7o8IoHK7PoyUAXndtlIJInuKM.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/Eb7o8IoHK7PoyUAXndtlIJInuKM.png?scale-down-to=512 512w,https://framerusercontent.com/images/Eb7o8IoHK7PoyUAXndtlIJInuKM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/Eb7o8IoHK7PoyUAXndtlIJInuKM.png 1608w\"},className:\"framer-aktzam\",\"data-framer-name\":\"GCI\",name:\"GCI\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:40,intrinsicWidth:126,pixelHeight:102,pixelWidth:760,positionX:\"center\",positionY:\"center\",sizes:\"146px\",src:\"https://framerusercontent.com/images/4flvmjQTB1MB6jRhXR6IQD8FDY.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/4flvmjQTB1MB6jRhXR6IQD8FDY.png?scale-down-to=512 512w,https://framerusercontent.com/images/4flvmjQTB1MB6jRhXR6IQD8FDY.png 760w\"},className:\"framer-1uwfv98\",\"data-framer-name\":\"Axicom\",name:\"Axicom\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:32,intrinsicWidth:104,pixelHeight:3084,pixelWidth:8192,sizes:\"112px\",src:\"https://framerusercontent.com/images/U4nesDqIZOa7w3ntSfkjI0slLf4.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/U4nesDqIZOa7w3ntSfkjI0slLf4.png?scale-down-to=512 512w,https://framerusercontent.com/images/U4nesDqIZOa7w3ntSfkjI0slLf4.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/U4nesDqIZOa7w3ntSfkjI0slLf4.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/U4nesDqIZOa7w3ntSfkjI0slLf4.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/U4nesDqIZOa7w3ntSfkjI0slLf4.png 8192w\"},className:\"framer-1343xsp\",\"data-framer-name\":\"Burson\",name:\"Burson\"})],speed:35,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-fioye2\",\"data-framer-name\":\"Testimonials Sections\",name:\"Testimonials Sections\",children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-17mh727\",\"data-framer-name\":\"Container\",name:\"Container\",children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-nzm9hu\",\"data-framer-name\":\"Content \",name:\"Content \",children:[isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-zxv10b-container hidden-10rcbo2\",children:/*#__PURE__*/_jsx(Particles,{background:\"rgba(138, 136, 136, 0)\",clickOptions:{clickEnabled:false,clickModes:\"push\"},color:\"rgb(255, 255, 255)\",colors:[\"rgb(122, 125, 250)\",\"rgb(255, 255, 255)\"],densityOptions:{densityArea:5e3,densityEnable:false,densityFactor:50},fpsOptions:60,height:\"100%\",hoverOptions:{hoverEnabled:false,hoverForce:10,hoverModes:\"none\",hoverParallax:true,hoverSmooth:10},id:\"mUW8CLlLT\",layoutId:\"mUW8CLlLT\",linksOptions:{linksColor:\"rgb(255, 255, 255)\",linksDistance:100,linksEnabled:false,linksOpacity:.2,linksWidth:1},modeOptions:{bubbleDistance:100,bubbleDuration:.4,bubbleSize:40,connectDistance:100,connectLinksOpacity:.2,connectRadius:50,grabDistance:100,grabLinksOpacity:.2,pushQuantity:4,removeQuantity:4,repulseDistance:200,repulseDuration:1.2,trailDelay:.1,trailQuantity:10},moveOptions:{moveAttractDistance:100,moveAttractEnabled:false,moveDirection:\"top\",moveEnabled:true,moveGravityAcceleration:1,moveGravityEnabled:false,moveGravityMaxSpeed:2,moveOut:\"out\",moveRandom:true,moveSpeed:2,moveSpinAcceleration:1,moveSpinEnabled:false,moveStraight:false,moveTrailAmount:100,moveTrailEnabled:false,moveVibrate:false},number:40,opacityOptions:{opacity:1,opacityMax:1,opacityMin:0,opacityType:true},particlesID:\"One\",radius:0,rotateOptions:{rotateAnimation:false,rotateDirection:\"random\",rotateSpeed:5,rotateSync:false,rotateValue:0},shapeOptions:{characterType:\"\",imageHeight:30,imageSource:\"https://framerusercontent.com/images/ChCw05wBEk3kCFdVi8btLp4017k.svg\",imageWidth:30,shapeType:\"circle\"},sizeOptions:{size:2,sizeMax:10,sizeMin:1,sizeType:true},style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-tlyr37\",\"data-framer-name\":\"Text Content \",name:\"Text Content \",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{I2YpuNAkM:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:32,intrinsicWidth:104,loading:getLoadingLazyAtYPosition(644.8),pixelHeight:3084,pixelWidth:8192,sizes:\"135px\",src:\"https://framerusercontent.com/images/U4nesDqIZOa7w3ntSfkjI0slLf4.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/U4nesDqIZOa7w3ntSfkjI0slLf4.png?scale-down-to=512 512w,https://framerusercontent.com/images/U4nesDqIZOa7w3ntSfkjI0slLf4.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/U4nesDqIZOa7w3ntSfkjI0slLf4.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/U4nesDqIZOa7w3ntSfkjI0slLf4.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/U4nesDqIZOa7w3ntSfkjI0slLf4.png 8192w\"}},nPjcu0ESj:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:32,intrinsicWidth:104,loading:getLoadingLazyAtYPosition(610.3),pixelHeight:3084,pixelWidth:8192,sizes:\"135px\",src:\"https://framerusercontent.com/images/U4nesDqIZOa7w3ntSfkjI0slLf4.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/U4nesDqIZOa7w3ntSfkjI0slLf4.png?scale-down-to=512 512w,https://framerusercontent.com/images/U4nesDqIZOa7w3ntSfkjI0slLf4.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/U4nesDqIZOa7w3ntSfkjI0slLf4.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/U4nesDqIZOa7w3ntSfkjI0slLf4.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/U4nesDqIZOa7w3ntSfkjI0slLf4.png 8192w\"}},pYH73HKnZ:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:32,intrinsicWidth:104,loading:getLoadingLazyAtYPosition(770.7999999999997),pixelHeight:3084,pixelWidth:8192,sizes:\"135px\",src:\"https://framerusercontent.com/images/U4nesDqIZOa7w3ntSfkjI0slLf4.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/U4nesDqIZOa7w3ntSfkjI0slLf4.png?scale-down-to=512 512w,https://framerusercontent.com/images/U4nesDqIZOa7w3ntSfkjI0slLf4.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/U4nesDqIZOa7w3ntSfkjI0slLf4.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/U4nesDqIZOa7w3ntSfkjI0slLf4.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/U4nesDqIZOa7w3ntSfkjI0slLf4.png 8192w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:32,intrinsicWidth:104,loading:getLoadingLazyAtYPosition(770.8),pixelHeight:3084,pixelWidth:8192,sizes:\"135px\",src:\"https://framerusercontent.com/images/U4nesDqIZOa7w3ntSfkjI0slLf4.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/U4nesDqIZOa7w3ntSfkjI0slLf4.png?scale-down-to=512 512w,https://framerusercontent.com/images/U4nesDqIZOa7w3ntSfkjI0slLf4.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/U4nesDqIZOa7w3ntSfkjI0slLf4.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/U4nesDqIZOa7w3ntSfkjI0slLf4.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/U4nesDqIZOa7w3ntSfkjI0slLf4.png 8192w\"},className:\"framer-h8wo85\",\"data-framer-name\":\"Burson\",name:\"Burson\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nPjcu0ESj:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-rmn9z9\",\"data-styles-preset\":\"ukIFgmrET\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-669510fb-4272-4c1a-b368-e5297e4e9a3c, rgb(170, 170, 170))\"},children:\"\u201CWhat resonates with a physician is different than what will be impactful with a patient or an analyst. With Decipher we can predict what works well with each audience and develop content that will be compelling across all stakeholder groups to facilitate high-impact communications.\u201D\"})}),fonts:[\"Inter\"]}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7QmUgVmlldG5hbSBQcm8taXRhbGlj\",\"--framer-font-family\":'\"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-style\":\"italic\",\"--framer-line-height\":\"1.7em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-669510fb-4272-4c1a-b368-e5297e4e9a3c, rgb(170, 170, 170))\"},children:\"\u201CWhat resonates with a physician is different than what will be impactful with a patient or an analyst. With Decipher we can predict what works well with each audience and develop content that will be compelling across all stakeholder groups to facilitate high-impact communications.\u201D\"})}),className:\"framer-fcv3yw\",\"data-framer-name\":\"H1\",fonts:[\"FS;Be Vietnam Pro-italic\"],name:\"H1\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-g46gng\",\"data-styles-preset\":\"MVJzq2HHb\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-d677ff64-d4f4-4459-ae71-bbd917380e30, rgb(255, 255, 255))\"},children:\"Global Chair, Healthcare, Burson\"})}),className:\"framer-b8qi8l\",\"data-framer-name\":\"Sarah White\",fonts:[\"Inter\"],name:\"Sarah White\",verticalAlignment:\"center\",withExternalLayout:true})]})]})})}),/*#__PURE__*/_jsx(\"header\",{className:\"framer-ihyien\",\"data-framer-name\":\"CTA\",name:\"CTA\",children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1t7b829\",\"data-framer-name\":\"Container\",name:\"Container\",children:[isDisplayed1()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{pYH73HKnZ:{background:{alt:\"CTA Image\",fit:\"fill\",loading:getLoadingLazyAtYPosition(1445.7999999999997),pixelHeight:900,pixelWidth:1467,sizes:\"calc(min(min(100vw - 60px, 1140px) - 60px, 1140px) * 0.46)\",src:\"https://framerusercontent.com/images/1P6DbM92H2ez136RCeWNstHg0vA.png\",srcSet:\"https://framerusercontent.com/images/1P6DbM92H2ez136RCeWNstHg0vA.png?scale-down-to=512 512w,https://framerusercontent.com/images/1P6DbM92H2ez136RCeWNstHg0vA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/1P6DbM92H2ez136RCeWNstHg0vA.png 1467w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"CTA Image\",fit:\"fill\",loading:getLoadingLazyAtYPosition(1451.8),pixelHeight:900,pixelWidth:1467,sizes:\"calc(min(100vw - 60px, 1200px) * 0.4631)\",src:\"https://framerusercontent.com/images/1P6DbM92H2ez136RCeWNstHg0vA.png\",srcSet:\"https://framerusercontent.com/images/1P6DbM92H2ez136RCeWNstHg0vA.png?scale-down-to=512 512w,https://framerusercontent.com/images/1P6DbM92H2ez136RCeWNstHg0vA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/1P6DbM92H2ez136RCeWNstHg0vA.png 1467w\"},className:\"framer-1563gd6 hidden-10rcbo2 hidden-wngg7i\",\"data-framer-name\":\"background\",name:\"background\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1h0xr3h\",\"data-framer-name\":\"Content\",name:\"Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-a3jdqa\",\"data-framer-name\":\"Title\",name:\"Title\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{I2YpuNAkM:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"RlM7QmUgVmlldG5hbSBQcm8tcmVndWxhcg==\",\"--framer-font-family\":'\"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-letter-spacing\":\"-1px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-d677ff64-d4f4-4459-ae71-bbd917380e30, rgb(255, 255, 255))\"},children:\"Download Challenges and Opportunities in the Information Environment\"})}),fonts:[\"FS;Be Vietnam Pro-regular\"]},nPjcu0ESj:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{style:{\"--font-selector\":\"RlM7QmUgVmlldG5hbSBQcm8tcmVndWxhcg==\",\"--framer-font-family\":'\"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-letter-spacing\":\"-1px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-d677ff64-d4f4-4459-ae71-bbd917380e30, rgb(255, 255, 255))\"},children:\"Download Challenges and Opportunities in the Information Environment\"})}),fonts:[\"FS;Be Vietnam Pro-regular\"]}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-5tuhm2\",\"data-styles-preset\":\"ifOuJOneQ\",style:{\"--framer-text-color\":\"var(--token-d677ff64-d4f4-4459-ae71-bbd917380e30, rgb(255, 255, 255))\"},children:\"Download Challenges and Opportunities in the Information Environment\"})}),className:\"framer-e8olob\",\"data-framer-name\":\"header-title-text\",fonts:[\"Inter\"],name:\"header-title-text\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{I2YpuNAkM:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1v1z5tn\",\"data-styles-preset\":\"N4z0o1Eg7\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-669510fb-4272-4c1a-b368-e5297e4e9a3c, rgb(170, 170, 170))\"},children:\"In the wake of the 2022 FIFA World Cup in Qatar, and at subsequent major sports events, we have seen a seismic transformation of the information environment at pivotal moments.\"})})},nPjcu0ESj:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1v1z5tn\",\"data-styles-preset\":\"N4z0o1Eg7\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-669510fb-4272-4c1a-b368-e5297e4e9a3c, rgb(170, 170, 170))\"},children:\"In the wake of the 2022 FIFA World Cup in Qatar, and at subsequent major sports events, we have seen a seismic transformation of the information environment at pivotal moments.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1v1z5tn\",\"data-styles-preset\":\"N4z0o1Eg7\",style:{\"--framer-text-color\":\"var(--token-669510fb-4272-4c1a-b368-e5297e4e9a3c, rgb(170, 170, 170))\"},children:\"In the wake of the 2022 FIFA World Cup in Qatar, and at subsequent major sports events, we have seen a seismic transformation of the information environment at pivotal moments.\"})}),className:\"framer-p1p24o\",\"data-framer-name\":\"header-title-text\",fonts:[\"Inter\"],name:\"header-title-text\",verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-dav5hh-container\",children:/*#__PURE__*/_jsx(Download,{fontControl:{},height:\"100%\",id:\"jIXELZIS3\",layoutId:\"jIXELZIS3\",srcFile:\"https://framerusercontent.com/assets/KNzukYTUyTmnZgVGPrnK6Q6Mo.jpg\",srcType:\"Upload\",srcURL:\"\",styleOptions:{backgroundColor:\"var(--token-eac485d8-cd3b-42f2-bc98-9c32f2d3b1f9, rgb(165, 242, 204))\",borderRadius:50,color:\"var(--token-6207f450-5b53-4392-a855-880956ab68e3, rgb(13, 13, 13))\",gap:5,padding:20,paddingBottom:20,paddingLeft:40,paddingPerSide:true,paddingRight:40,paddingTop:20},text:\"Download report\",width:\"100%\"})})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{I2YpuNAkM:{background:{alt:\"CTA Image \",fit:\"fill\",loading:getLoadingLazyAtYPosition(1326.8),pixelHeight:1124,pixelWidth:1130,sizes:\"calc((min(100vw - 60px, 768px) - 80px) * 0.6576)\",src:\"https://framerusercontent.com/images/huspDb08YLouL0oVy6fj3CAvW0U.png\",srcSet:\"https://framerusercontent.com/images/huspDb08YLouL0oVy6fj3CAvW0U.png?scale-down-to=512 512w,https://framerusercontent.com/images/huspDb08YLouL0oVy6fj3CAvW0U.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/huspDb08YLouL0oVy6fj3CAvW0U.png 1130w\"}},nPjcu0ESj:{background:{alt:\"CTA Image \",fit:\"fill\",loading:getLoadingLazyAtYPosition(1206.8),pixelHeight:1124,pixelWidth:1130,sizes:\"calc(min(100vw - 40px, 390px) - 40px)\",src:\"https://framerusercontent.com/images/huspDb08YLouL0oVy6fj3CAvW0U.png\",srcSet:\"https://framerusercontent.com/images/huspDb08YLouL0oVy6fj3CAvW0U.png?scale-down-to=512 512w,https://framerusercontent.com/images/huspDb08YLouL0oVy6fj3CAvW0U.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/huspDb08YLouL0oVy6fj3CAvW0U.png 1130w\"}},pYH73HKnZ:{background:{alt:\"CTA Image \",fit:\"fill\",loading:getLoadingLazyAtYPosition(1510.5999999999997),pixelHeight:1124,pixelWidth:1130,sizes:\"calc((min(min(100vw - 60px, 1140px) - 60px, 1140px) - 110px) * 0.4)\",src:\"https://framerusercontent.com/images/huspDb08YLouL0oVy6fj3CAvW0U.png\",srcSet:\"https://framerusercontent.com/images/huspDb08YLouL0oVy6fj3CAvW0U.png?scale-down-to=512 512w,https://framerusercontent.com/images/huspDb08YLouL0oVy6fj3CAvW0U.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/huspDb08YLouL0oVy6fj3CAvW0U.png 1130w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"CTA Image \",fit:\"fill\",loading:getLoadingLazyAtYPosition(1521.6),pixelHeight:1124,pixelWidth:1130,sizes:\"calc((min(100vw - 60px, 1200px) - 116px) / 2.978)\",src:\"https://framerusercontent.com/images/huspDb08YLouL0oVy6fj3CAvW0U.png\",srcSet:\"https://framerusercontent.com/images/huspDb08YLouL0oVy6fj3CAvW0U.png?scale-down-to=512 512w,https://framerusercontent.com/images/huspDb08YLouL0oVy6fj3CAvW0U.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/huspDb08YLouL0oVy6fj3CAvW0U.png 1130w\"},className:\"framer-13prgtu\",\"data-framer-name\":\"Image\",name:\"Image\"})})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-zz0l03\",\"data-framer-name\":\"Video Section\",name:\"Video Section\",children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-sigh8j\",\"data-framer-name\":\"Container\",name:\"Container\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-tk9xef\",\"data-framer-name\":\"Content \",name:\"Content \",children:[isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1s8mj1j-container hidden-10rcbo2\",children:/*#__PURE__*/_jsx(Particles,{background:\"rgba(138, 136, 136, 0)\",clickOptions:{clickEnabled:false,clickModes:\"push\"},color:\"rgb(255, 255, 255)\",colors:[\"rgb(122, 125, 250)\",\"rgb(255, 255, 255)\"],densityOptions:{densityArea:5e3,densityEnable:false,densityFactor:50},fpsOptions:60,height:\"100%\",hoverOptions:{hoverEnabled:false,hoverForce:10,hoverModes:\"none\",hoverParallax:true,hoverSmooth:10},id:\"DxrCNk_Jy\",layoutId:\"DxrCNk_Jy\",linksOptions:{linksColor:\"rgb(255, 255, 255)\",linksDistance:100,linksEnabled:false,linksOpacity:.2,linksWidth:1},modeOptions:{bubbleDistance:100,bubbleDuration:.4,bubbleSize:40,connectDistance:100,connectLinksOpacity:.2,connectRadius:50,grabDistance:100,grabLinksOpacity:.2,pushQuantity:4,removeQuantity:4,repulseDistance:200,repulseDuration:1.2,trailDelay:.1,trailQuantity:10},moveOptions:{moveAttractDistance:100,moveAttractEnabled:false,moveDirection:\"top\",moveEnabled:true,moveGravityAcceleration:1,moveGravityEnabled:false,moveGravityMaxSpeed:2,moveOut:\"out\",moveRandom:true,moveSpeed:2,moveSpinAcceleration:1,moveSpinEnabled:false,moveStraight:false,moveTrailAmount:100,moveTrailEnabled:false,moveVibrate:false},number:40,opacityOptions:{opacity:1,opacityMax:1,opacityMin:0,opacityType:true},particlesID:\"One\",radius:0,rotateOptions:{rotateAnimation:false,rotateDirection:\"random\",rotateSpeed:5,rotateSync:false,rotateValue:0},shapeOptions:{characterType:\"\",imageHeight:30,imageSource:\"https://framerusercontent.com/images/ChCw05wBEk3kCFdVi8btLp4017k.svg\",imageWidth:30,shapeType:\"circle\"},sizeOptions:{size:2,sizeMax:10,sizeMin:1,sizeType:true},style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-81cfs7\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"KU0VQekeB\",data:Videos,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},select:[{collection:\"KU0VQekeB\",name:\"Q_VBb4_wq\",type:\"Identifier\"},{collection:\"KU0VQekeB\",name:\"p2KUXnldv\",type:\"Identifier\"},{collection:\"KU0VQekeB\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"KU0VQekeB\",name:\"bCAR5tUQC\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:\"j2syNEOC3\"},type:\"BinaryOperation\"}},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection.map(({id:idKU0VQekeB,p2KUXnldv:p2KUXnldvKU0VQekeB,Q_VBb4_wq:Q_VBb4_wqKU0VQekeB},i)=>{Q_VBb4_wqKU0VQekeB!==null&&Q_VBb4_wqKU0VQekeB!==void 0?Q_VBb4_wqKU0VQekeB:Q_VBb4_wqKU0VQekeB=\"\";p2KUXnldvKU0VQekeB!==null&&p2KUXnldvKU0VQekeB!==void 0?p2KUXnldvKU0VQekeB:p2KUXnldvKU0VQekeB=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`KU0VQekeB-${idKU0VQekeB}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{p2KUXnldv:p2KUXnldvKU0VQekeB},children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-iys2lv\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{I2YpuNAkM:{width:\"max(min(min(100vw - 60px, 768px), 1200px), 1px)\",y:2112.1},nPjcu0ESj:{width:\"max(min(min(100vw - 40px, 390px), 1200px), 1px)\",y:1766.6},pYH73HKnZ:{width:\"max(min(min(100vw - 60px, 1140px), 1200px), 1px)\",y:2112.3999999999996}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:752,width:\"1200px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1lfidgp-container\",children:/*#__PURE__*/_jsx(VideoLoader,{height:\"100%\",id:\"pqON38Sue\",layoutId:\"pqON38Sue\",style:{height:\"100%\",width:\"100%\"},variant:\"jjTk0gLv4\",width:\"100%\",XhZcNNmBZ:Q_VBb4_wqKU0VQekeB})})})})})})},idKU0VQekeB);})})})})})]})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1hxtpme\",\"data-framer-name\":\"Card List\",name:\"Card List\",children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1styaq8\",\"data-framer-name\":\"Bottom Card\",name:\"Bottom Card\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-pfucro\",\"data-framer-name\":\"Feature Card 02\",name:\"Feature Card 02\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{I2YpuNAkM:{background:{alt:\"Service image 02\",fit:\"fill\",loading:getLoadingLazyAtYPosition(2857.6),pixelHeight:700,pixelWidth:1200,positionX:\"44.2%\",positionY:\"48.5%\",sizes:\"478px\",src:\"https://framerusercontent.com/images/EcV06wMVz1ZuKoxaytWlKsaGz8g.png\",srcSet:\"https://framerusercontent.com/images/EcV06wMVz1ZuKoxaytWlKsaGz8g.png?scale-down-to=512 512w,https://framerusercontent.com/images/EcV06wMVz1ZuKoxaytWlKsaGz8g.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/EcV06wMVz1ZuKoxaytWlKsaGz8g.png 1200w\"}},nPjcu0ESj:{background:{alt:\"Service image 02\",fit:\"fill\",loading:getLoadingLazyAtYPosition(2357.6),pixelHeight:700,pixelWidth:1200,positionX:\"44.2%\",positionY:\"48.5%\",sizes:\"calc(min(100vw - 40px, 390px) - 80px)\",src:\"https://framerusercontent.com/images/EcV06wMVz1ZuKoxaytWlKsaGz8g.png\",srcSet:\"https://framerusercontent.com/images/EcV06wMVz1ZuKoxaytWlKsaGz8g.png?scale-down-to=512 512w,https://framerusercontent.com/images/EcV06wMVz1ZuKoxaytWlKsaGz8g.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/EcV06wMVz1ZuKoxaytWlKsaGz8g.png 1200w\"}},pYH73HKnZ:{background:{alt:\"Service image 02\",fit:\"fill\",loading:getLoadingLazyAtYPosition(3047.3999999999996),pixelHeight:700,pixelWidth:1200,positionX:\"44.2%\",positionY:\"48.5%\",sizes:\"588px\",src:\"https://framerusercontent.com/images/EcV06wMVz1ZuKoxaytWlKsaGz8g.png\",srcSet:\"https://framerusercontent.com/images/EcV06wMVz1ZuKoxaytWlKsaGz8g.png?scale-down-to=512 512w,https://framerusercontent.com/images/EcV06wMVz1ZuKoxaytWlKsaGz8g.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/EcV06wMVz1ZuKoxaytWlKsaGz8g.png 1200w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"Service image 02\",fit:\"fill\",loading:getLoadingLazyAtYPosition(3069.4),pixelHeight:700,pixelWidth:1200,positionX:\"44.2%\",positionY:\"48.5%\",sizes:\"588px\",src:\"https://framerusercontent.com/images/EcV06wMVz1ZuKoxaytWlKsaGz8g.png\",srcSet:\"https://framerusercontent.com/images/EcV06wMVz1ZuKoxaytWlKsaGz8g.png?scale-down-to=512 512w,https://framerusercontent.com/images/EcV06wMVz1ZuKoxaytWlKsaGz8g.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/EcV06wMVz1ZuKoxaytWlKsaGz8g.png 1200w\"},className:\"framer-1kieo9a\",\"data-framer-name\":\"Image\",name:\"Image\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-180moh8\",\"data-framer-name\":\"Content\",name:\"Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-3rmr0w\",\"data-framer-name\":\"Title\",name:\"Title\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{I2YpuNAkM:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{style:{\"--font-selector\":\"Q1VTVE9NO0JlIFZpZXRuYW0gTWVkaXVt\",\"--framer-font-family\":'\"Be Vietnam Medium\", \"Be Vietnam Medium Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-d677ff64-d4f4-4459-ae71-bbd917380e30, rgb(255, 255, 255))\"},children:\"Decipher Health\"})})},nPjcu0ESj:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{style:{\"--font-selector\":\"Q1VTVE9NO0JlIFZpZXRuYW0gTWVkaXVt\",\"--framer-font-family\":'\"Be Vietnam Medium\", \"Be Vietnam Medium Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-d677ff64-d4f4-4459-ae71-bbd917380e30, rgb(255, 255, 255))\"},children:\"Decipher Health\"})})},pYH73HKnZ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{style:{\"--font-selector\":\"Q1VTVE9NO0JlIFZpZXRuYW0gTWVkaXVt\",\"--framer-font-family\":'\"Be Vietnam Medium\", \"Be Vietnam Medium Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-d677ff64-d4f4-4459-ae71-bbd917380e30, rgb(255, 255, 255))\"},children:\"Decipher Health\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{style:{\"--font-selector\":\"Q1VTVE9NO0JlIFZpZXRuYW0gTWVkaXVt\",\"--framer-font-family\":'\"Be Vietnam Medium\", \"Be Vietnam Medium Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-d677ff64-d4f4-4459-ae71-bbd917380e30, rgb(255, 255, 255))\"},children:\"Decipher Health\"})}),className:\"framer-dxlmrh\",\"data-framer-name\":\"header-title-text\",fonts:[\"CUSTOM;Be Vietnam Medium\"],name:\"header-title-text\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0JlIFZpZXRuYW0gUmVndWxhcg==\",\"--framer-font-family\":'\"Be Vietnam Regular\", \"Be Vietnam Regular Placeholder\", sans-serif',\"--framer-font-size\":\"21px\",\"--framer-line-height\":\"1.7em\",\"--framer-text-color\":\"var(--token-dc5c1f92-c813-4439-baa4-7563d6775646, rgb(248, 248, 248))\"},children:\"Decipher Health by Burson integrates Limbik\u2019s cognitive AI models on a broad spectrum of disease areas, including general health, oncology, neurology, diabetes, respiratory, and sexual health. It integrates predictive believability and virality indicators. The result is a robust framework for forecasting the potential impact of different types of content across healthcare-focused audience segments that is based on observable, repeatable data.\"})}),className:\"framer-1k952r\",\"data-framer-name\":\"header-description-text\",fonts:[\"CUSTOM;Be Vietnam Regular\"],name:\"header-description-text\",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{I2YpuNAkM:{y:3625.1},nPjcu0ESj:{y:2672.416205533597},pYH73HKnZ:{y:3408.1499999999996}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:52,y:3437.15,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1k88gch-container\",children:/*#__PURE__*/_jsx(Button,{b0E7cL1If:true,C57SzKE9K:\"https://www.bursonglobal.com/newsroom/global/burson-introduces-cognitive-ai-solution-to-drive-greater-impact-for-healthcare-communications\",height:\"100%\",id:\"dQsHxzyyO\",iYjubeLQX:\"Read the press release\",layoutId:\"dQsHxzyyO\",variant:\"vhVEgEHqV\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{I2YpuNAkM:{background:{alt:\"Background Shape\",fit:\"fill\",loading:getLoadingLazyAtYPosition(2647.3364130434784),pixelHeight:2876,pixelWidth:2876,sizes:\"calc(min(100vw - 60px, 768px) * 0.75)\",src:\"https://framerusercontent.com/images/X0cFBBMZ1qTkcKfDEJB62z2qybY.png\",srcSet:\"https://framerusercontent.com/images/X0cFBBMZ1qTkcKfDEJB62z2qybY.png?scale-down-to=512 512w,https://framerusercontent.com/images/X0cFBBMZ1qTkcKfDEJB62z2qybY.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/X0cFBBMZ1qTkcKfDEJB62z2qybY.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/X0cFBBMZ1qTkcKfDEJB62z2qybY.png 2876w\"}},nPjcu0ESj:{background:{alt:\"Background Shape\",fit:\"fill\",loading:getLoadingLazyAtYPosition(2242.3211827633613),pixelHeight:2876,pixelWidth:2876,sizes:\"calc(min(100vw - 40px, 390px) * 0.75)\",src:\"https://framerusercontent.com/images/X0cFBBMZ1qTkcKfDEJB62z2qybY.png\",srcSet:\"https://framerusercontent.com/images/X0cFBBMZ1qTkcKfDEJB62z2qybY.png?scale-down-to=512 512w,https://framerusercontent.com/images/X0cFBBMZ1qTkcKfDEJB62z2qybY.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/X0cFBBMZ1qTkcKfDEJB62z2qybY.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/X0cFBBMZ1qTkcKfDEJB62z2qybY.png 2876w\"}},pYH73HKnZ:{background:{alt:\"Background Shape\",fit:\"fill\",loading:getLoadingLazyAtYPosition(2919.8510869565216),pixelHeight:2876,pixelWidth:2876,sizes:\"calc(min(100vw - 60px, 1140px) * 0.75)\",src:\"https://framerusercontent.com/images/X0cFBBMZ1qTkcKfDEJB62z2qybY.png\",srcSet:\"https://framerusercontent.com/images/X0cFBBMZ1qTkcKfDEJB62z2qybY.png?scale-down-to=512 512w,https://framerusercontent.com/images/X0cFBBMZ1qTkcKfDEJB62z2qybY.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/X0cFBBMZ1qTkcKfDEJB62z2qybY.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/X0cFBBMZ1qTkcKfDEJB62z2qybY.png 2876w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"Background Shape\",fit:\"fill\",loading:getLoadingLazyAtYPosition(2941.851086956522),pixelHeight:2876,pixelWidth:2876,sizes:\"calc(min(100vw - 60px, 1200px) * 0.75)\",src:\"https://framerusercontent.com/images/X0cFBBMZ1qTkcKfDEJB62z2qybY.png\",srcSet:\"https://framerusercontent.com/images/X0cFBBMZ1qTkcKfDEJB62z2qybY.png?scale-down-to=512 512w,https://framerusercontent.com/images/X0cFBBMZ1qTkcKfDEJB62z2qybY.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/X0cFBBMZ1qTkcKfDEJB62z2qybY.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/X0cFBBMZ1qTkcKfDEJB62z2qybY.png 2876w\"},className:\"framer-1ugljl8\",\"data-framer-name\":\"Background Shape 03\",name:\"Background Shape 03\"})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1tt18q7\",\"data-framer-name\":\"Feature Card 02\",name:\"Feature Card 02\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-d3tdjh\",\"data-framer-name\":\"Content\",name:\"Content\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-4a9ioy\",\"data-framer-name\":\"Title\",name:\"Title\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{I2YpuNAkM:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{style:{\"--font-selector\":\"Q1VTVE9NO0JlIFZpZXRuYW0gTWVkaXVt\",\"--framer-font-family\":'\"Be Vietnam Medium\", \"Be Vietnam Medium Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-d677ff64-d4f4-4459-ae71-bbd917380e30, rgb(255, 255, 255))\"},children:\"Decipher Index\"})})},nPjcu0ESj:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{style:{\"--font-selector\":\"Q1VTVE9NO0JlIFZpZXRuYW0gTWVkaXVt\",\"--framer-font-family\":'\"Be Vietnam Medium\", \"Be Vietnam Medium Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-d677ff64-d4f4-4459-ae71-bbd917380e30, rgb(255, 255, 255))\"},children:\"Decipher Index\"})})},pYH73HKnZ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{style:{\"--font-selector\":\"Q1VTVE9NO0JlIFZpZXRuYW0gTWVkaXVt\",\"--framer-font-family\":'\"Be Vietnam Medium\", \"Be Vietnam Medium Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-d677ff64-d4f4-4459-ae71-bbd917380e30, rgb(255, 255, 255))\"},children:\"Decipher Index\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{style:{\"--font-selector\":\"Q1VTVE9NO0JlIFZpZXRuYW0gTWVkaXVt\",\"--framer-font-family\":'\"Be Vietnam Medium\", \"Be Vietnam Medium Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-d677ff64-d4f4-4459-ae71-bbd917380e30, rgb(255, 255, 255))\"},children:\"Decipher Index\"})}),className:\"framer-ltlphf\",\"data-framer-name\":\"header-title-text\",fonts:[\"CUSTOM;Be Vietnam Medium\"],name:\"header-title-text\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0JlIFZpZXRuYW0gUmVndWxhcg==\",\"--framer-font-family\":'\"Be Vietnam Regular\", \"Be Vietnam Regular Placeholder\", sans-serif',\"--framer-font-size\":\"21px\",\"--framer-line-height\":\"1.7em\",\"--framer-text-color\":\"var(--token-dc5c1f92-c813-4439-baa4-7563d6775646, rgb(248, 248, 248))\"},children:\"Decipher Index, created by Burson and Limbik, uses cognitive AI to evaluate and predict the impact of various themes with broad social, political, and organizational implications.\"})}),className:\"framer-14e1nf8\",\"data-framer-name\":\"header-description-text\",fonts:[\"CUSTOM;Be Vietnam Regular\"],name:\"header-description-text\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{I2YpuNAkM:{y:4585.6},nPjcu0ESj:{y:3108.232411067194},pYH73HKnZ:{y:4047.1499999999996}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:52,y:4076.15,children:/*#__PURE__*/_jsx(Container,{className:\"framer-14od00r-container\",children:/*#__PURE__*/_jsx(Button,{b0E7cL1If:true,C57SzKE9K:\"https://www.decipherindex.com/\",height:\"100%\",id:\"jOowzZSH6\",iYjubeLQX:\"Learn more\",layoutId:\"jOowzZSH6\",variant:\"yfjM0UyGc\",width:\"100%\"})})})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{I2YpuNAkM:{background:{alt:\"Service image 03\",fit:\"fill\",loading:getLoadingLazyAtYPosition(3823.1),pixelHeight:807,pixelWidth:979,sizes:\"524px\",src:\"https://framerusercontent.com/images/aVoWgtkmK8P8ihL01d84Zq6khpw.png\",srcSet:\"https://framerusercontent.com/images/aVoWgtkmK8P8ihL01d84Zq6khpw.png?scale-down-to=512 512w,https://framerusercontent.com/images/aVoWgtkmK8P8ihL01d84Zq6khpw.png 979w\"}},nPjcu0ESj:{background:{alt:\"Service image 03\",fit:\"fill\",loading:getLoadingLazyAtYPosition(2824.416205533597),pixelHeight:807,pixelWidth:979,sizes:\"calc(min(100vw - 40px, 390px) - 60px)\",src:\"https://framerusercontent.com/images/aVoWgtkmK8P8ihL01d84Zq6khpw.png\",srcSet:\"https://framerusercontent.com/images/aVoWgtkmK8P8ihL01d84Zq6khpw.png?scale-down-to=512 512w,https://framerusercontent.com/images/aVoWgtkmK8P8ihL01d84Zq6khpw.png 979w\"}},pYH73HKnZ:{background:{alt:\"Service image 03\",fit:\"fill\",loading:getLoadingLazyAtYPosition(3688.3999999999996),pixelHeight:807,pixelWidth:979,sizes:\"625px\",src:\"https://framerusercontent.com/images/aVoWgtkmK8P8ihL01d84Zq6khpw.png\",srcSet:\"https://framerusercontent.com/images/aVoWgtkmK8P8ihL01d84Zq6khpw.png?scale-down-to=512 512w,https://framerusercontent.com/images/aVoWgtkmK8P8ihL01d84Zq6khpw.png 979w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"Service image 03\",fit:\"fill\",loading:getLoadingLazyAtYPosition(3710.4),pixelHeight:807,pixelWidth:979,sizes:\"625px\",src:\"https://framerusercontent.com/images/aVoWgtkmK8P8ihL01d84Zq6khpw.png\",srcSet:\"https://framerusercontent.com/images/aVoWgtkmK8P8ihL01d84Zq6khpw.png?scale-down-to=512 512w,https://framerusercontent.com/images/aVoWgtkmK8P8ihL01d84Zq6khpw.png 979w\"},className:\"framer-lw01fp\",\"data-framer-name\":\"Image\",name:\"Image\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{I2YpuNAkM:{background:{alt:\"Background Shape\",fit:\"fill\",loading:getLoadingLazyAtYPosition(3621.823163841808),pixelHeight:2876,pixelWidth:2876,sizes:\"calc(min(100vw - 60px, 768px) * 0.75)\",src:\"https://framerusercontent.com/images/X0cFBBMZ1qTkcKfDEJB62z2qybY.png\",srcSet:\"https://framerusercontent.com/images/X0cFBBMZ1qTkcKfDEJB62z2qybY.png?scale-down-to=512 512w,https://framerusercontent.com/images/X0cFBBMZ1qTkcKfDEJB62z2qybY.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/X0cFBBMZ1qTkcKfDEJB62z2qybY.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/X0cFBBMZ1qTkcKfDEJB62z2qybY.png 2876w\"}},nPjcu0ESj:{background:{alt:\"Background Shape\",fit:\"fill\",loading:getLoadingLazyAtYPosition(2716.8928809093145),pixelHeight:2876,pixelWidth:2876,sizes:\"calc(min(100vw - 40px, 390px) * 0.75)\",src:\"https://framerusercontent.com/images/X0cFBBMZ1qTkcKfDEJB62z2qybY.png\",srcSet:\"https://framerusercontent.com/images/X0cFBBMZ1qTkcKfDEJB62z2qybY.png?scale-down-to=512 512w,https://framerusercontent.com/images/X0cFBBMZ1qTkcKfDEJB62z2qybY.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/X0cFBBMZ1qTkcKfDEJB62z2qybY.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/X0cFBBMZ1qTkcKfDEJB62z2qybY.png 2876w\"}},pYH73HKnZ:{background:{alt:\"Background Shape\",fit:\"fill\",loading:getLoadingLazyAtYPosition(3542.648587570621),pixelHeight:2876,pixelWidth:2876,sizes:\"calc(min(100vw - 60px, 1140px) * 0.75)\",src:\"https://framerusercontent.com/images/X0cFBBMZ1qTkcKfDEJB62z2qybY.png\",srcSet:\"https://framerusercontent.com/images/X0cFBBMZ1qTkcKfDEJB62z2qybY.png?scale-down-to=512 512w,https://framerusercontent.com/images/X0cFBBMZ1qTkcKfDEJB62z2qybY.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/X0cFBBMZ1qTkcKfDEJB62z2qybY.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/X0cFBBMZ1qTkcKfDEJB62z2qybY.png 2876w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"Background Shape\",fit:\"fill\",loading:getLoadingLazyAtYPosition(3564.6485875706217),pixelHeight:2876,pixelWidth:2876,sizes:\"calc(min(100vw - 60px, 1200px) * 0.75)\",src:\"https://framerusercontent.com/images/X0cFBBMZ1qTkcKfDEJB62z2qybY.png\",srcSet:\"https://framerusercontent.com/images/X0cFBBMZ1qTkcKfDEJB62z2qybY.png?scale-down-to=512 512w,https://framerusercontent.com/images/X0cFBBMZ1qTkcKfDEJB62z2qybY.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/X0cFBBMZ1qTkcKfDEJB62z2qybY.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/X0cFBBMZ1qTkcKfDEJB62z2qybY.png 2876w\"},className:\"framer-1158o00\",\"data-framer-name\":\"Background Shape 03\",name:\"Background Shape 03\"})})]})]})})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1lpix2a\",\"data-framer-name\":\"Testimonials Sections\",name:\"Testimonials Sections\",children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-shpk9n\",\"data-framer-name\":\"Container\",name:\"Container\",children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1ajrnyn\",\"data-framer-name\":\"Content \",name:\"Content \",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-46aofo-container\",children:/*#__PURE__*/_jsx(Particles,{background:\"rgba(138, 136, 136, 0)\",clickOptions:{clickEnabled:false,clickModes:\"push\"},color:\"rgb(255, 255, 255)\",colors:[\"rgb(122, 125, 250)\",\"rgb(255, 255, 255)\"],densityOptions:{densityArea:5e3,densityEnable:false,densityFactor:50},fpsOptions:60,height:\"100%\",hoverOptions:{hoverEnabled:false,hoverForce:10,hoverModes:\"none\",hoverParallax:true,hoverSmooth:10},id:\"Jifjd4gds\",layoutId:\"Jifjd4gds\",linksOptions:{linksColor:\"rgb(255, 255, 255)\",linksDistance:100,linksEnabled:false,linksOpacity:.2,linksWidth:1},modeOptions:{bubbleDistance:100,bubbleDuration:.4,bubbleSize:40,connectDistance:100,connectLinksOpacity:.2,connectRadius:50,grabDistance:100,grabLinksOpacity:.2,pushQuantity:4,removeQuantity:4,repulseDistance:200,repulseDuration:1.2,trailDelay:.1,trailQuantity:10},moveOptions:{moveAttractDistance:100,moveAttractEnabled:false,moveDirection:\"top\",moveEnabled:true,moveGravityAcceleration:1,moveGravityEnabled:false,moveGravityMaxSpeed:2,moveOut:\"out\",moveRandom:true,moveSpeed:2,moveSpinAcceleration:1,moveSpinEnabled:false,moveStraight:false,moveTrailAmount:100,moveTrailEnabled:false,moveVibrate:false},number:40,opacityOptions:{opacity:1,opacityMax:1,opacityMin:0,opacityType:true},particlesID:\"One\",radius:0,rotateOptions:{rotateAnimation:false,rotateDirection:\"random\",rotateSpeed:5,rotateSync:false,rotateValue:0},shapeOptions:{characterType:\"\",imageHeight:30,imageSource:\"https://framerusercontent.com/images/ChCw05wBEk3kCFdVi8btLp4017k.svg\",imageWidth:30,shapeType:\"circle\"},sizeOptions:{size:2,sizeMax:10,sizeMin:1,sizeType:true},style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-9qax0i\",\"data-framer-name\":\"Text Content \",name:\"Text Content \",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{I2YpuNAkM:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:32,intrinsicWidth:104,loading:getLoadingLazyAtYPosition(4760.6),pixelHeight:3084,pixelWidth:8192,sizes:\"135px\",src:\"https://framerusercontent.com/images/U4nesDqIZOa7w3ntSfkjI0slLf4.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/U4nesDqIZOa7w3ntSfkjI0slLf4.png?scale-down-to=512 512w,https://framerusercontent.com/images/U4nesDqIZOa7w3ntSfkjI0slLf4.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/U4nesDqIZOa7w3ntSfkjI0slLf4.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/U4nesDqIZOa7w3ntSfkjI0slLf4.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/U4nesDqIZOa7w3ntSfkjI0slLf4.png 8192w\"}},nPjcu0ESj:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:32,intrinsicWidth:104,loading:getLoadingLazyAtYPosition(3345.2324110671934),pixelHeight:3084,pixelWidth:8192,sizes:\"135px\",src:\"https://framerusercontent.com/images/U4nesDqIZOa7w3ntSfkjI0slLf4.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/U4nesDqIZOa7w3ntSfkjI0slLf4.png?scale-down-to=512 512w,https://framerusercontent.com/images/U4nesDqIZOa7w3ntSfkjI0slLf4.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/U4nesDqIZOa7w3ntSfkjI0slLf4.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/U4nesDqIZOa7w3ntSfkjI0slLf4.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/U4nesDqIZOa7w3ntSfkjI0slLf4.png 8192w\"}},pYH73HKnZ:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:32,intrinsicWidth:104,loading:getLoadingLazyAtYPosition(4352.4),pixelHeight:3084,pixelWidth:8192,sizes:\"135px\",src:\"https://framerusercontent.com/images/U4nesDqIZOa7w3ntSfkjI0slLf4.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/U4nesDqIZOa7w3ntSfkjI0slLf4.png?scale-down-to=512 512w,https://framerusercontent.com/images/U4nesDqIZOa7w3ntSfkjI0slLf4.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/U4nesDqIZOa7w3ntSfkjI0slLf4.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/U4nesDqIZOa7w3ntSfkjI0slLf4.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/U4nesDqIZOa7w3ntSfkjI0slLf4.png 8192w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:32,intrinsicWidth:104,loading:getLoadingLazyAtYPosition(4384.4),pixelHeight:3084,pixelWidth:8192,sizes:\"135px\",src:\"https://framerusercontent.com/images/U4nesDqIZOa7w3ntSfkjI0slLf4.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/U4nesDqIZOa7w3ntSfkjI0slLf4.png?scale-down-to=512 512w,https://framerusercontent.com/images/U4nesDqIZOa7w3ntSfkjI0slLf4.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/U4nesDqIZOa7w3ntSfkjI0slLf4.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/U4nesDqIZOa7w3ntSfkjI0slLf4.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/U4nesDqIZOa7w3ntSfkjI0slLf4.png 8192w\"},className:\"framer-fuv7i9\",\"data-framer-name\":\"Burson\",name:\"Burson\"})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7QmUgVmlldG5hbSBQcm8taXRhbGlj\",\"--framer-font-family\":'\"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-style\":\"italic\",\"--framer-line-height\":\"1.7em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-669510fb-4272-4c1a-b368-e5297e4e9a3c, rgb(170, 170, 170))\"},children:\"\u201CWhat resonates with a physician is different than what will be impactful with a patient or an analyst. With Decipher we can predict what works well with each audience and develop content that will be compelling across all stakeholder groups to facilitate high-impact communications.\u201D\"})}),className:\"framer-1n2a6vz\",\"data-framer-name\":\"H1\",fonts:[\"FS;Be Vietnam Pro-italic\"],name:\"H1\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-g46gng\",\"data-styles-preset\":\"MVJzq2HHb\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-d677ff64-d4f4-4459-ae71-bbd917380e30, rgb(255, 255, 255))\"},children:\"Global Chair, Healthcare, Burson\"})}),className:\"framer-13zdm51\",\"data-framer-name\":\"Sarah White\",fonts:[\"Inter\"],name:\"Sarah White\",verticalAlignment:\"center\",withExternalLayout:true})]})]})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1vfdi7p\",\"data-framer-name\":\"CTA Section\",name:\"CTA Section\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{I2YpuNAkM:{y:5292.6},nPjcu0ESj:{y:3949.2324110671934},pYH73HKnZ:{y:4884.4}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:614,width:\"100vw\",y:4916.4,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-17jr3a6-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{I2YpuNAkM:{variant:\"QGmSX9znw\"},nPjcu0ESj:{variant:\"pXhyK3ehj\"},pYH73HKnZ:{variant:\"wsTvsnFCE\"}},children:/*#__PURE__*/_jsx(CTA,{height:\"100%\",id:\"DE9LjgfwD\",layoutId:\"DE9LjgfwD\",lwBefdUHq:\"Immediate validation. Faster decisions. Better results.\",moiLecwRY:\"Unlock the power of cognitive AI today.\",Rczj3VyT1:\"Talk to an expert\",style:{width:\"100%\"},variant:\"kESLpgez1\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1w8ez2l\",\"data-framer-name\":\"Footer Section \",name:\"Footer Section \",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{I2YpuNAkM:{y:5906.6},nPjcu0ESj:{y:4563.232411067193},pYH73HKnZ:{y:5498.4}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:595,width:\"100vw\",y:5530.4,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1298hwl-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{I2YpuNAkM:{variant:\"cleNRgfSg\"},nPjcu0ESj:{variant:\"MjyqiHuwv\"},pYH73HKnZ:{variant:\"s7rfYumxO\"}},children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"cRFaaRU4Y\",layoutId:\"cRFaaRU4Y\",style:{width:\"100%\"},variant:\"WppDUz1pP\",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-Wli6G { background: var(--token-6207f450-5b53-4392-a855-880956ab68e3, rgb(13, 13, 13)) /* {\"name\":\"Nutral 04\"} */; }`,\".framer-Wli6G.framer-leym8f, .framer-Wli6G .framer-leym8f { display: block; }\",\".framer-Wli6G.framer-2c09ac { align-content: center; align-items: center; background-color: var(--token-6207f450-5b53-4392-a855-880956ab68e3, #0d0d0d); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1440px; }\",\".framer-Wli6G .framer-hq539l { 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: visible; padding: 0px; position: absolute; top: 0px; transform: translateX(-50%); width: 1440px; z-index: 10; }\",\".framer-Wli6G .framer-fsvjba-container { flex: none; height: auto; position: relative; width: 100%; z-index: 7; }\",\".framer-Wli6G .framer-gjr2mo { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 160px 30px 60px 30px; position: relative; width: 100%; }\",\".framer-Wli6G .framer-h97d4u { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 1454px; justify-content: center; left: calc(50.00000000000002% - 1440px / 2); opacity: 0.6; overflow: visible; padding: 0px; position: absolute; top: calc(29.186256781193514% - 1454px / 2); width: 1440px; z-index: 0; }\",\".framer-Wli6G .framer-1k0p5kp { -webkit-filter: blur(19px); align-content: center; align-items: center; display: flex; filter: blur(19px); flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 539px; justify-content: center; left: calc(50.416666666666686% - 1267px / 2); opacity: 0.48; overflow: visible; padding: 0px; position: absolute; top: calc(17.45053519299386% - 539px / 2); width: 1267px; z-index: 1; }\",\".framer-Wli6G .framer-1hevjio { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 93px; height: min-content; justify-content: center; max-width: 1200px; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 5; }\",\".framer-Wli6G .framer-1vloqha { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 96%; }\",\".framer-Wli6G .framer-p4lq1g { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 94%; word-break: break-word; word-wrap: break-word; }\",\".framer-Wli6G .framer-168cz0o { --framer-paragraph-spacing: 0px; flex: none; height: auto; opacity: 0.8; position: relative; white-space: pre-wrap; width: 88%; word-break: break-word; word-wrap: break-word; }\",\".framer-Wli6G .framer-fcur0w-container, .framer-Wli6G .framer-dav5hh-container, .framer-Wli6G .framer-1k88gch-container, .framer-Wli6G .framer-14od00r-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-Wli6G .framer-zl4mc-container { flex: none; height: 42px; position: relative; width: 100%; }\",\".framer-Wli6G .framer-fhfl9w { height: 35px; position: relative; width: 92px; }\",\".framer-Wli6G .framer-v7kz1c { aspect-ratio: 3.3714285714285714 / 1; height: var(--framer-aspect-ratio-supported, 35px); position: relative; width: 118px; }\",\".framer-Wli6G .framer-aktzam { height: 31px; position: relative; width: 59px; }\",\".framer-Wli6G .framer-1uwfv98 { height: 40px; position: relative; width: 146px; }\",\".framer-Wli6G .framer-1343xsp { height: 31px; position: relative; width: 112px; }\",\".framer-Wli6G .framer-fioye2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: 585px; justify-content: center; overflow: visible; padding: 40px 30px 80px 30px; position: relative; width: 1440px; }\",\".framer-Wli6G .framer-17mh727, .framer-Wli6G .framer-shpk9n { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: center; max-width: 1200px; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 2; }\",\".framer-Wli6G .framer-nzm9hu, .framer-Wli6G .framer-1ajrnyn { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Wli6G .framer-zxv10b-container, .framer-Wli6G .framer-1s8mj1j-container, .framer-Wli6G .framer-46aofo-container { bottom: -49px; flex: none; left: calc(50.00000000000002% - 990px / 2); position: absolute; top: -15px; width: 990px; z-index: 1; }\",\".framer-Wli6G .framer-tlyr37 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: flex-start; overflow: visible; padding: 85px 0px 85px 0px; position: relative; width: 68%; z-index: 4; }\",\".framer-Wli6G .framer-h8wo85, .framer-Wli6G .framer-fuv7i9 { flex: none; height: 37px; position: relative; width: 135px; }\",\".framer-Wli6G .framer-fcv3yw, .framer-Wli6G .framer-b8qi8l, .framer-Wli6G .framer-e8olob, .framer-Wli6G .framer-p1p24o, .framer-Wli6G .framer-dxlmrh, .framer-Wli6G .framer-ltlphf, .framer-Wli6G .framer-1n2a6vz, .framer-Wli6G .framer-13zdm51 { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-Wli6G .framer-ihyien { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: visible; padding: 56px 0px 56px 0px; position: relative; width: 100%; }\",\".framer-Wli6G .framer-1t7b829 { align-content: center; align-items: center; background-color: rgba(115, 115, 115, 0.07); border-bottom-left-radius: 32px; border-bottom-right-radius: 32px; border-top-left-radius: 32px; border-top-right-radius: 32px; box-shadow: inset 2px 4px 16px 0px rgba(248, 248, 248, 0.06); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; max-width: 1200px; overflow: hidden; padding: 60px 58px 60px 58px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-Wli6G .framer-1563gd6 { align-content: center; align-items: center; aspect-ratio: 1.224669603524229 / 1; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 454px); justify-content: center; left: 18px; overflow: hidden; padding: 0px; position: absolute; top: 0px; width: 46%; z-index: 0; }\",\".framer-Wli6G .framer-1h0xr3h { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 62%; z-index: 3; }\",\".framer-Wli6G .framer-a3jdqa, .framer-Wli6G .framer-3rmr0w, .framer-Wli6G .framer-4a9ioy { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Wli6G .framer-13prgtu { aspect-ratio: 1.089820359281437 / 1; border-bottom-left-radius: 31px; border-bottom-right-radius: 31px; border-top-left-radius: 31px; border-top-right-radius: 31px; flex: none; height: var(--framer-aspect-ratio-supported, 334px); overflow: visible; position: relative; width: 34%; }\",\".framer-Wli6G .framer-zz0l03 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: 872px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1200px; }\",\".framer-Wli6G .framer-sigh8j { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: 1px; justify-content: center; max-width: 1200px; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 2; }\",\".framer-Wli6G .framer-tk9xef { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 1px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Wli6G .framer-81cfs7 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: 100%; justify-content: center; padding: 0px; position: relative; width: 1px; }\",\".framer-Wli6G .framer-iys2lv { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 1px; justify-content: flex-start; padding: 0px; position: relative; width: 100%; }\",\".framer-Wli6G .framer-1lfidgp-container { aspect-ratio: 1.4 / 1; flex: 1 0 0px; height: var(--framer-aspect-ratio-supported, 857px); position: relative; width: 1px; }\",\".framer-Wli6G .framer-1hxtpme { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: wrap; gap: 36px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Wli6G .framer-1styaq8 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 62px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Wli6G .framer-pfucro { -webkit-backdrop-filter: blur(50px); align-content: center; align-items: center; backdrop-filter: blur(50px); border-bottom-left-radius: 32px; border-bottom-right-radius: 32px; border-top-left-radius: 32px; border-top-right-radius: 32px; box-shadow: inset 2px 4px 16px 0px rgba(248, 248, 248, 0.06); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 59px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 30px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-Wli6G .framer-1kieo9a { align-content: center; align-items: center; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 519px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 588px; z-index: 1; }\",\".framer-Wli6G .framer-180moh8 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; z-index: 2; }\",\".framer-Wli6G .framer-1k952r, .framer-Wli6G .framer-14e1nf8 { --framer-paragraph-spacing: 0px; flex: none; height: auto; opacity: 0.7; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-Wli6G .framer-1ugljl8 { -webkit-filter: blur(60px); align-content: center; align-items: center; display: flex; filter: blur(60px); flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 144%; justify-content: center; left: calc(48.33333333333336% - 75% / 2); overflow: visible; padding: 0px; position: absolute; top: calc(55.25362318840582% - 144.20289855072463% / 2); width: 75%; z-index: 1; }\",\".framer-Wli6G .framer-1tt18q7 { -webkit-backdrop-filter: blur(50px); align-content: center; align-items: center; backdrop-filter: blur(50px); border-bottom-left-radius: 32px; border-bottom-right-radius: 32px; border-top-left-radius: 32px; border-top-right-radius: 32px; box-shadow: inset 2px 4px 16px 0px rgba(248, 248, 248, 0.06); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 44px; height: min-content; justify-content: center; overflow: hidden; padding: 30px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-Wli6G .framer-d3tdjh { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: visible; padding: 0px 56px 0px 40px; position: relative; width: 1px; z-index: 2; }\",\".framer-Wli6G .framer-lw01fp { align-content: center; align-items: center; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 531px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 625px; z-index: 1; }\",\".framer-Wli6G .framer-1158o00 { -webkit-filter: blur(60px); align-content: center; align-items: center; display: flex; filter: blur(60px); flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 150%; justify-content: center; left: calc(50.00000000000002% - 75% / 2); overflow: visible; padding: 0px; position: absolute; top: calc(55.367231638418104% - 149.90583804143128% / 2); width: 75%; z-index: 1; }\",\".framer-Wli6G .framer-1lpix2a { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: 585px; justify-content: center; overflow: visible; padding: 40px 30px 80px 30px; position: relative; width: 100%; }\",\".framer-Wli6G .framer-9qax0i { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: flex-start; overflow: visible; padding: 85px 0px 85px 0px; position: relative; width: 62%; z-index: 4; }\",\".framer-Wli6G .framer-1vfdi7p, .framer-Wli6G .framer-1w8ez2l { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-Wli6G .framer-17jr3a6-container, .framer-Wli6G .framer-1298hwl-container { flex: none; height: auto; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-Wli6G.framer-2c09ac, .framer-Wli6G .framer-hq539l, .framer-Wli6G .framer-gjr2mo, .framer-Wli6G .framer-h97d4u, .framer-Wli6G .framer-1k0p5kp, .framer-Wli6G .framer-1hevjio, .framer-Wli6G .framer-1vloqha, .framer-Wli6G .framer-fioye2, .framer-Wli6G .framer-17mh727, .framer-Wli6G .framer-nzm9hu, .framer-Wli6G .framer-tlyr37, .framer-Wli6G .framer-ihyien, .framer-Wli6G .framer-1563gd6, .framer-Wli6G .framer-1h0xr3h, .framer-Wli6G .framer-a3jdqa, .framer-Wli6G .framer-zz0l03, .framer-Wli6G .framer-sigh8j, .framer-Wli6G .framer-tk9xef, .framer-Wli6G .framer-81cfs7, .framer-Wli6G .framer-iys2lv, .framer-Wli6G .framer-1hxtpme, .framer-Wli6G .framer-1styaq8, .framer-Wli6G .framer-pfucro, .framer-Wli6G .framer-1kieo9a, .framer-Wli6G .framer-180moh8, .framer-Wli6G .framer-3rmr0w, .framer-Wli6G .framer-1ugljl8, .framer-Wli6G .framer-1tt18q7, .framer-Wli6G .framer-d3tdjh, .framer-Wli6G .framer-4a9ioy, .framer-Wli6G .framer-lw01fp, .framer-Wli6G .framer-1158o00, .framer-Wli6G .framer-1lpix2a, .framer-Wli6G .framer-shpk9n, .framer-Wli6G .framer-1ajrnyn, .framer-Wli6G .framer-9qax0i, .framer-Wli6G .framer-1vfdi7p, .framer-Wli6G .framer-1w8ez2l { gap: 0px; } .framer-Wli6G.framer-2c09ac > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-Wli6G.framer-2c09ac > :first-child, .framer-Wli6G .framer-gjr2mo > :first-child, .framer-Wli6G .framer-1hevjio > :first-child, .framer-Wli6G .framer-1vloqha > :first-child, .framer-Wli6G .framer-fioye2 > :first-child, .framer-Wli6G .framer-17mh727 > :first-child, .framer-Wli6G .framer-tlyr37 > :first-child, .framer-Wli6G .framer-ihyien > :first-child, .framer-Wli6G .framer-1h0xr3h > :first-child, .framer-Wli6G .framer-a3jdqa > :first-child, .framer-Wli6G .framer-zz0l03 > :first-child, .framer-Wli6G .framer-sigh8j > :first-child, .framer-Wli6G .framer-81cfs7 > :first-child, .framer-Wli6G .framer-1hxtpme > :first-child, .framer-Wli6G .framer-1styaq8 > :first-child, .framer-Wli6G .framer-180moh8 > :first-child, .framer-Wli6G .framer-3rmr0w > :first-child, .framer-Wli6G .framer-d3tdjh > :first-child, .framer-Wli6G .framer-4a9ioy > :first-child, .framer-Wli6G .framer-1lpix2a > :first-child, .framer-Wli6G .framer-shpk9n > :first-child, .framer-Wli6G .framer-9qax0i > :first-child { margin-top: 0px; } .framer-Wli6G.framer-2c09ac > :last-child, .framer-Wli6G .framer-gjr2mo > :last-child, .framer-Wli6G .framer-1hevjio > :last-child, .framer-Wli6G .framer-1vloqha > :last-child, .framer-Wli6G .framer-fioye2 > :last-child, .framer-Wli6G .framer-17mh727 > :last-child, .framer-Wli6G .framer-tlyr37 > :last-child, .framer-Wli6G .framer-ihyien > :last-child, .framer-Wli6G .framer-1h0xr3h > :last-child, .framer-Wli6G .framer-a3jdqa > :last-child, .framer-Wli6G .framer-zz0l03 > :last-child, .framer-Wli6G .framer-sigh8j > :last-child, .framer-Wli6G .framer-81cfs7 > :last-child, .framer-Wli6G .framer-1hxtpme > :last-child, .framer-Wli6G .framer-1styaq8 > :last-child, .framer-Wli6G .framer-180moh8 > :last-child, .framer-Wli6G .framer-3rmr0w > :last-child, .framer-Wli6G .framer-d3tdjh > :last-child, .framer-Wli6G .framer-4a9ioy > :last-child, .framer-Wli6G .framer-1lpix2a > :last-child, .framer-Wli6G .framer-shpk9n > :last-child, .framer-Wli6G .framer-9qax0i > :last-child { margin-bottom: 0px; } .framer-Wli6G .framer-hq539l > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-Wli6G .framer-hq539l > :first-child, .framer-Wli6G .framer-h97d4u > :first-child, .framer-Wli6G .framer-1k0p5kp > :first-child, .framer-Wli6G .framer-nzm9hu > :first-child, .framer-Wli6G .framer-1563gd6 > :first-child, .framer-Wli6G .framer-tk9xef > :first-child, .framer-Wli6G .framer-iys2lv > :first-child, .framer-Wli6G .framer-pfucro > :first-child, .framer-Wli6G .framer-1kieo9a > :first-child, .framer-Wli6G .framer-1ugljl8 > :first-child, .framer-Wli6G .framer-1tt18q7 > :first-child, .framer-Wli6G .framer-lw01fp > :first-child, .framer-Wli6G .framer-1158o00 > :first-child, .framer-Wli6G .framer-1ajrnyn > :first-child, .framer-Wli6G .framer-1vfdi7p > :first-child, .framer-Wli6G .framer-1w8ez2l > :first-child { margin-left: 0px; } .framer-Wli6G .framer-hq539l > :last-child, .framer-Wli6G .framer-h97d4u > :last-child, .framer-Wli6G .framer-1k0p5kp > :last-child, .framer-Wli6G .framer-nzm9hu > :last-child, .framer-Wli6G .framer-1563gd6 > :last-child, .framer-Wli6G .framer-tk9xef > :last-child, .framer-Wli6G .framer-iys2lv > :last-child, .framer-Wli6G .framer-pfucro > :last-child, .framer-Wli6G .framer-1kieo9a > :last-child, .framer-Wli6G .framer-1ugljl8 > :last-child, .framer-Wli6G .framer-1tt18q7 > :last-child, .framer-Wli6G .framer-lw01fp > :last-child, .framer-Wli6G .framer-1158o00 > :last-child, .framer-Wli6G .framer-1ajrnyn > :last-child, .framer-Wli6G .framer-1vfdi7p > :last-child, .framer-Wli6G .framer-1w8ez2l > :last-child { margin-right: 0px; } .framer-Wli6G .framer-gjr2mo > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-Wli6G .framer-h97d4u > *, .framer-Wli6G .framer-1k0p5kp > *, .framer-Wli6G .framer-nzm9hu > *, .framer-Wli6G .framer-1563gd6 > *, .framer-Wli6G .framer-tk9xef > *, .framer-Wli6G .framer-iys2lv > *, .framer-Wli6G .framer-1kieo9a > *, .framer-Wli6G .framer-1ugljl8 > *, .framer-Wli6G .framer-lw01fp > *, .framer-Wli6G .framer-1158o00 > *, .framer-Wli6G .framer-1ajrnyn > *, .framer-Wli6G .framer-1vfdi7p > *, .framer-Wli6G .framer-1w8ez2l > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-Wli6G .framer-1hevjio > * { margin: 0px; margin-bottom: calc(93px / 2); margin-top: calc(93px / 2); } .framer-Wli6G .framer-1vloqha > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-Wli6G .framer-fioye2 > *, .framer-Wli6G .framer-ihyien > *, .framer-Wli6G .framer-zz0l03 > *, .framer-Wli6G .framer-81cfs7 > *, .framer-Wli6G .framer-1lpix2a > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-Wli6G .framer-17mh727 > *, .framer-Wli6G .framer-sigh8j > *, .framer-Wli6G .framer-shpk9n > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-Wli6G .framer-tlyr37 > *, .framer-Wli6G .framer-9qax0i > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-Wli6G .framer-1h0xr3h > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-Wli6G .framer-a3jdqa > *, .framer-Wli6G .framer-3rmr0w > *, .framer-Wli6G .framer-4a9ioy > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-Wli6G .framer-1hxtpme > * { margin: 0px; margin-bottom: calc(36px / 2); margin-top: calc(36px / 2); } .framer-Wli6G .framer-1styaq8 > * { margin: 0px; margin-bottom: calc(62px / 2); margin-top: calc(62px / 2); } .framer-Wli6G .framer-pfucro > * { margin: 0px; margin-left: calc(59px / 2); margin-right: calc(59px / 2); } .framer-Wli6G .framer-180moh8 > *, .framer-Wli6G .framer-d3tdjh > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-Wli6G .framer-1tt18q7 > * { margin: 0px; margin-left: calc(44px / 2); margin-right: calc(44px / 2); } }\",`@media (min-width: 1200px) and (max-width: 1439px) { .${metadata.bodyClassName}-framer-Wli6G { background: var(--token-6207f450-5b53-4392-a855-880956ab68e3, rgb(13, 13, 13)) /* {\"name\":\"Nutral 04\"} */; } .framer-Wli6G.framer-2c09ac, .framer-Wli6G .framer-hq539l { width: 1200px; } .framer-Wli6G .framer-fsvjba-container { flex: 1 0 0px; width: 1px; } .framer-Wli6G .framer-gjr2mo { padding: 160px 30px 50px 30px; } .framer-Wli6G .framer-1k0p5kp { bottom: 3014px; height: unset; left: calc(50.416666666666686% - 88% / 2); top: 42px; width: 88%; } .framer-Wli6G .framer-1hevjio { max-width: 1140px; } .framer-Wli6G .framer-p4lq1g { width: 68%; } .framer-Wli6G .framer-fioye2, .framer-Wli6G .framer-zz0l03 { width: 100%; } .framer-Wli6G .framer-ihyien { padding: 50px 30px 50px 30px; } .framer-Wli6G .framer-1t7b829 { max-width: 1140px; padding: 55px; } .framer-Wli6G .framer-1563gd6 { aspect-ratio: 1.064516129032258 / 1; height: var(--framer-aspect-ratio-supported, 467px); width: 46%; } .framer-Wli6G .framer-1h0xr3h { width: 52%; } .framer-Wli6G .framer-13prgtu { height: var(--framer-aspect-ratio-supported, 356px); width: 40%; } .framer-Wli6G .framer-1lfidgp-container { height: var(--framer-aspect-ratio-supported, 814px); }}`,`@media (min-width: 768px) and (max-width: 1199px) { .${metadata.bodyClassName}-framer-Wli6G { background: var(--token-6207f450-5b53-4392-a855-880956ab68e3, rgb(13, 13, 13)) /* {\"name\":\"Nutral 04\"} */; } .framer-Wli6G.framer-2c09ac, .framer-Wli6G .framer-hq539l { width: 768px; } .framer-Wli6G .framer-fsvjba-container { flex: 1 0 0px; width: 1px; } .framer-Wli6G .framer-gjr2mo { padding: 120px 30px 40px 30px; } .framer-Wli6G .framer-1k0p5kp { bottom: 3752px; height: unset; left: calc(50.39062500000002% - 100% / 2); top: -178px; width: 100%; } .framer-Wli6G .framer-1hevjio { gap: 50px; max-width: 768px; } .framer-Wli6G .framer-168cz0o { width: 87%; } .framer-Wli6G .framer-fioye2 { width: 100%; } .framer-Wli6G .framer-ihyien { padding: 40px 0px 40px 0px; } .framer-Wli6G .framer-1t7b829 { flex-direction: column; gap: 40px; justify-content: center; max-width: 768px; padding: 60px 40px 50px 40px; } .framer-Wli6G .framer-1h0xr3h { align-content: center; align-items: center; order: 2; width: 100%; } .framer-Wli6G .framer-13prgtu { height: var(--framer-aspect-ratio-supported, 184px); order: 0; width: 66%; } .framer-Wli6G .framer-zz0l03 { height: 531px; width: 100%; } .framer-Wli6G .framer-1lfidgp-container { height: var(--framer-aspect-ratio-supported, 143px); } .framer-Wli6G .framer-pfucro { flex-direction: column; justify-content: center; padding: 54px; } .framer-Wli6G .framer-1kieo9a { height: 454px; width: 478px; } .framer-Wli6G .framer-180moh8 { flex: none; width: 100%; } .framer-Wli6G .framer-1tt18q7 { flex-direction: column; } .framer-Wli6G .framer-d3tdjh { flex: none; order: 1; padding: 0px; width: 100%; } .framer-Wli6G .framer-lw01fp { height: 480px; order: 0; width: 524px; } .framer-Wli6G .framer-1158o00 { order: 2; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-Wli6G .framer-1hevjio, .framer-Wli6G .framer-1t7b829, .framer-Wli6G .framer-pfucro, .framer-Wli6G .framer-1tt18q7 { gap: 0px; } .framer-Wli6G .framer-1hevjio > * { margin: 0px; margin-bottom: calc(50px / 2); margin-top: calc(50px / 2); } .framer-Wli6G .framer-1hevjio > :first-child, .framer-Wli6G .framer-1t7b829 > :first-child, .framer-Wli6G .framer-pfucro > :first-child, .framer-Wli6G .framer-1tt18q7 > :first-child { margin-top: 0px; } .framer-Wli6G .framer-1hevjio > :last-child, .framer-Wli6G .framer-1t7b829 > :last-child, .framer-Wli6G .framer-pfucro > :last-child, .framer-Wli6G .framer-1tt18q7 > :last-child { margin-bottom: 0px; } .framer-Wli6G .framer-1t7b829 > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-Wli6G .framer-pfucro > * { margin: 0px; margin-bottom: calc(59px / 2); margin-top: calc(59px / 2); } .framer-Wli6G .framer-1tt18q7 > * { margin: 0px; margin-bottom: calc(44px / 2); margin-top: calc(44px / 2); } }}`,`@media (max-width: 767px) { .${metadata.bodyClassName}-framer-Wli6G { background: var(--token-6207f450-5b53-4392-a855-880956ab68e3, rgb(13, 13, 13)) /* {\"name\":\"Nutral 04\"} */; } .framer-Wli6G.framer-2c09ac { width: 390px; } .framer-Wli6G .framer-hq539l { position: fixed; width: 100%; } .framer-Wli6G .framer-gjr2mo { padding: 100px 20px 30px 20px; } .framer-Wli6G .framer-h97d4u { height: 41%; top: calc(20.374081496326006% - 40.74816299265197% / 2); } .framer-Wli6G .framer-1k0p5kp { height: 1104px; left: calc(50.51282051282053% - 100% / 2); top: -68px; width: 100%; } .framer-Wli6G .framer-1hevjio { gap: 30px; max-width: 390px; } .framer-Wli6G .framer-p4lq1g, .framer-Wli6G .framer-168cz0o, .framer-Wli6G .framer-fioye2 { width: 100%; } .framer-Wli6G .framer-tlyr37 { padding: 43px 0px 43px 0px; width: 99%; } .framer-Wli6G .framer-ihyien { padding: 30px 0px 30px 0px; } .framer-Wli6G .framer-1t7b829 { flex-direction: column; gap: 30px; justify-content: center; max-width: 390px; padding: 30px 20px 30px 20px; } .framer-Wli6G .framer-1h0xr3h { align-content: center; align-items: center; justify-content: center; order: 2; width: 100%; } .framer-Wli6G .framer-13prgtu { height: var(--framer-aspect-ratio-supported, 184px); order: 1; width: 100%; } .framer-Wli6G .framer-zz0l03 { height: 290px; width: 100%; } .framer-Wli6G .framer-1lfidgp-container { height: var(--framer-aspect-ratio-supported, 143px); } .framer-Wli6G .framer-1styaq8 { gap: 30px; order: 0; } .framer-Wli6G .framer-pfucro { flex-direction: column; padding: 40px; } .framer-Wli6G .framer-1kieo9a { aspect-ratio: 1.7417417417417418 / 1; height: var(--framer-aspect-ratio-supported, 115px); width: 100%; } .framer-Wli6G .framer-180moh8 { flex: none; width: 100%; } .framer-Wli6G .framer-3rmr0w { align-content: center; align-items: center; } .framer-Wli6G .framer-1tt18q7 { flex-direction: column; justify-content: flex-start; } .framer-Wli6G .framer-d3tdjh { flex: none; order: 1; padding: 0px; width: 100%; } .framer-Wli6G .framer-lw01fp { aspect-ratio: 1.7417417417417418 / 1; height: var(--framer-aspect-ratio-supported, 115px); order: 0; width: 100%; } .framer-Wli6G .framer-1158o00 { order: 2; } .framer-Wli6G .framer-1lpix2a { height: min-content; } .framer-Wli6G .framer-9qax0i { width: 99%; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-Wli6G .framer-1hevjio, .framer-Wli6G .framer-1t7b829, .framer-Wli6G .framer-1styaq8, .framer-Wli6G .framer-pfucro, .framer-Wli6G .framer-1tt18q7 { gap: 0px; } .framer-Wli6G .framer-1hevjio > *, .framer-Wli6G .framer-1t7b829 > *, .framer-Wli6G .framer-1styaq8 > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-Wli6G .framer-1hevjio > :first-child, .framer-Wli6G .framer-1t7b829 > :first-child, .framer-Wli6G .framer-1styaq8 > :first-child, .framer-Wli6G .framer-pfucro > :first-child, .framer-Wli6G .framer-1tt18q7 > :first-child { margin-top: 0px; } .framer-Wli6G .framer-1hevjio > :last-child, .framer-Wli6G .framer-1t7b829 > :last-child, .framer-Wli6G .framer-1styaq8 > :last-child, .framer-Wli6G .framer-pfucro > :last-child, .framer-Wli6G .framer-1tt18q7 > :last-child { margin-bottom: 0px; } .framer-Wli6G .framer-pfucro > * { margin: 0px; margin-bottom: calc(59px / 2); margin-top: calc(59px / 2); } .framer-Wli6G .framer-1tt18q7 > * { margin: 0px; margin-bottom: calc(44px / 2); margin-top: calc(44px / 2); } }}`,...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 6197\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"pYH73HKnZ\":{\"layout\":[\"fixed\",\"auto\"]},\"I2YpuNAkM\":{\"layout\":[\"fixed\",\"auto\"]},\"nPjcu0ESj\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerResponsiveScreen\n */const FrameraMcuANyk_=withCSS(Component,css,\"framer-Wli6G\");export default FrameraMcuANyk_;FrameraMcuANyk_.displayName=\"Features\";FrameraMcuANyk_.defaultProps={height:6197,width:1440};addFonts(FrameraMcuANyk_,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Be Vietnam Pro\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/QHOAY7VCXJYW5ROJFZTESFFPKE4PECFH/A4TFC2ZRICXLRGJI7ECAKBJ7NX7HVNFF/IVQUU3WGE5LT5R7NEHUAZVFIO7Q7WAQA.woff2\",weight:\"400\"},{family:\"Be Vietnam Pro\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/QMIUKUCANYOW3DZTE34ZMVXC7KRYZNCO/X3SZZ4Z5SZNM5K75FPPASQ2YRIJMIPUD/G2K4CBVGEH7VFVIC3T6GBHAWO2E2W7YQ.woff2\",weight:\"400\"}]},...HeaderFonts,...ButtonFonts,...TickerFonts,...ParticlesFonts,...DownloadFonts,...VideoLoaderFonts,...CTAFonts,...FooterFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameraMcuANyk_\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"pYH73HKnZ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"I2YpuNAkM\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"nPjcu0ESj\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"6197\",\"framerContractVersion\":\"1\",\"framerResponsiveScreen\":\"\",\"framerIntrinsicWidth\":\"1440\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["HeaderFonts", "getFonts", "wtdbJavMi_default", "HeaderWithVariantAppearEffect", "withVariantAppearEffect", "ButtonFonts", "gpm9zw7xm_default", "TickerFonts", "Ticker", "ContainerWithFX", "withFX", "Container", "ParticlesFonts", "ParticleWrapper", "MotionDivWithFX", "motion", "DownloadFonts", "Download", "VideoLoaderFonts", "ReGELBhFs_default", "CTAFonts", "YZzgIr7aU_default", "FooterFonts", "NR_qXYNkO_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "animation", "transition1", "animation1", "animation2", "transition2", "QueryData", "query", "pageSize", "children", "data", "useQueryData", "metadata", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "Q_VBb4_wqKU0VQekeB", "p2KUXnldvKU0VQekeB", "idKU0VQekeB", "restProps", "ue", "metadata1", "robotsTag", "ie", "_document_querySelector", "bodyCls", "body", "c", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "ref1", "pe", "ref2", "elementId", "useRouteElementId", "router", "useRouter", "isDisplayed", "isDisplayed1", "defaultLayoutId", "ae", "sharedStyleClassNames", "useCustomCursors", "p", "GeneratedComponentContext", "u", "LayoutGroup", "cx", "PropertyOverrides2", "ComponentViewportProvider", "getLoadingLazyAtYPosition", "Image2", "RichText2", "x", "ResolveLinks", "resolvedLinks", "ChildrenCanSuspend", "zWgK_Yp4E_default", "collection", "paginationInfo", "loadMore", "l", "i", "PathVariablesContext", "css", "FrameraMcuANyk_", "withCSS", "aMcuANyk_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
