{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/uAIkx5BAwLh1QySVIgX3/A0yhy12jWcPzQcA9cRKp/ZD6Khsz7E.js"],
  "sourcesContent": ["// Generated by Framer (013b13c)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,PropertyOverrides,RichText,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import SectionNavigation from\"#framer/local/canvasComponent/ljSN1mLHN/ljSN1mLHN.js\";import CardsFAQ from\"#framer/local/canvasComponent/vUD8jBWUL/vUD8jBWUL.js\";import SectionFooter from\"#framer/local/canvasComponent/xrEXTrCP5/xrEXTrCP5.js\";import*as sharedStyle2 from\"#framer/local/css/cw_YSSClv/cw_YSSClv.js\";import*as sharedStyle4 from\"#framer/local/css/FMZOp9Yrj/FMZOp9Yrj.js\";import*as sharedStyle8 from\"#framer/local/css/guMTiqO2X/guMTiqO2X.js\";import*as sharedStyle6 from\"#framer/local/css/M6T3Bm2NS/M6T3Bm2NS.js\";import*as sharedStyle from\"#framer/local/css/o5u6i8nfJ/o5u6i8nfJ.js\";import*as sharedStyle7 from\"#framer/local/css/OuogaUxZJ/OuogaUxZJ.js\";import*as sharedStyle5 from\"#framer/local/css/qa27axrNS/qa27axrNS.js\";import*as sharedStyle1 from\"#framer/local/css/sLrRbr65A/sLrRbr65A.js\";import*as sharedStyle3 from\"#framer/local/css/Zm13E6csR/Zm13E6csR.js\";import metadataProvider from\"#framer/local/webPageMetadata/ZD6Khsz7E/ZD6Khsz7E.js\";const SectionNavigationFonts=getFonts(SectionNavigation);const ContainerWithOptimizedAppearEffect=withOptimizedAppearEffect(Container);const MotionDivWithFX=withFX(motion.div);const CardsFAQFonts=getFonts(CardsFAQ);const SectionFooterFonts=getFonts(SectionFooter);const ContainerWithFX=withFX(Container);const breakpoints={FhZkr8YRm:\"(min-width: 810px) and (max-width: 1199px)\",Gs3Ev9T9g:\"(max-width: 809px)\",riJPdxk7L:\"(min-width: 1200px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-fO7dG\";const variantClassNames={FhZkr8YRm:\"framer-v-1sjfyb8\",Gs3Ev9T9g:\"framer-v-ydpwhb\",riJPdxk7L:\"framer-v-bmx4kn\"};const transition1={delay:.2,duration:.6,ease:[.12,.23,.5,1],type:\"tween\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition1,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:0};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:44};const animation3={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition1,x:0,y:44};const animation4={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:50};const transition2={delay:0,duration:.8,ease:[.12,.23,.5,1],type:\"tween\"};const animation5={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition2,x:0,y:50};const transition3={delay:.4,duration:.6,ease:[.12,.23,.5,1],type:\"tween\"};const animation6={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition3,x:0,y:44};const animation7={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition2,x:0,y:44};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"riJPdxk7L\",Phone:\"Gs3Ev9T9g\",Tablet:\"FhZkr8YRm\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"riJPdxk7L\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className,sharedStyle6.className,sharedStyle7.className,sharedStyle8.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"riJPdxk7L\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: rgb(255, 255, 255); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-bmx4kn\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FhZkr8YRm:{width:\"100vw\",y:0},Gs3Ev9T9g:{width:\"100vw\",y:0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:88,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+0,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FhZkr8YRm:{layoutScroll:true,transformTemplate:transformTemplate1},Gs3Ev9T9g:{animate:undefined,initial:undefined,layoutScroll:true,optimized:undefined,style:{},transformTemplate:transformTemplate1}},children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation,className:\"framer-trahif-container\",\"data-framer-appear-id\":\"trahif\",initial:animation1,nodeId:\"ChkI6lo5H\",optimized:true,rendersWithMotion:true,scopeId:\"ZD6Khsz7E\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FhZkr8YRm:{variant:\"sjLSFztF6\"},Gs3Ev9T9g:{variant:\"sjLSFztF6\"}},children:/*#__PURE__*/_jsx(SectionNavigation,{Fq7RwA2sa:\"FRQ9Jtd0v\",height:\"100%\",id:\"ChkI6lo5H\",JwPIjmcb0:\"FRQ9Jtd0v\",layoutId:\"ChkI6lo5H\",OROXrj_6s:\"FRQ9Jtd0v\",style:{width:\"100%\"},variant:\"h8c46N1yH\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1e33ngd\",\"data-framer-name\":\"Section\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-18npu4u\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Gs3Ev9T9g:{__framer__styleAppearEffectEnabled:undefined,style:{}}},children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-ku31vd\",\"data-framer-name\":\"Title\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FhZkr8YRm:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-isbz2t\",\"data-styles-preset\":\"sLrRbr65A\",style:{\"--framer-text-alignment\":\"center\"},children:\"Amazon Live\"})})},Gs3Ev9T9g:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy02MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.51px\",\"--framer-line-height\":\"44px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-26228e18-5b63-4868-a865-233a860834a5, rgb(5, 5, 5))\"},children:\"Amazon Live\"})}),fonts:[\"GF;Poppins-600\"]}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1i1nv6l\",\"data-styles-preset\":\"o5u6i8nfJ\",style:{\"--framer-text-alignment\":\"center\"},children:\"Amazon Live\"})}),className:\"framer-155h74r\",\"data-framer-name\":\"The Future of Decision - Making Made Simple\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true})})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FhZkr8YRm:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:1730,intrinsicWidth:2880,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+216),pixelHeight:1730,pixelWidth:2880,positionX:\"center\",positionY:\"center\",sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/okQuXeaiGVgTIPL6cJ1fDBpyvM.png\",srcSet:\"https://framerusercontent.com/images/okQuXeaiGVgTIPL6cJ1fDBpyvM.png?scale-down-to=512 512w,https://framerusercontent.com/images/okQuXeaiGVgTIPL6cJ1fDBpyvM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/okQuXeaiGVgTIPL6cJ1fDBpyvM.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/okQuXeaiGVgTIPL6cJ1fDBpyvM.png 2880w\"}},Gs3Ev9T9g:{__framer__styleAppearEffectEnabled:undefined,background:{alt:\"\",fit:\"fit\",intrinsicHeight:1730,intrinsicWidth:2880,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+212),pixelHeight:1730,pixelWidth:2880,positionX:\"center\",positionY:\"center\",sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/okQuXeaiGVgTIPL6cJ1fDBpyvM.png\",srcSet:\"https://framerusercontent.com/images/okQuXeaiGVgTIPL6cJ1fDBpyvM.png?scale-down-to=512 512w,https://framerusercontent.com/images/okQuXeaiGVgTIPL6cJ1fDBpyvM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/okQuXeaiGVgTIPL6cJ1fDBpyvM.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/okQuXeaiGVgTIPL6cJ1fDBpyvM.png 2880w\"},style:{}}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation4,__framer__exit:animation5,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fit\",intrinsicHeight:1730,intrinsicWidth:2880,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+328),pixelHeight:1730,pixelWidth:2880,positionX:\"center\",positionY:\"center\",sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/okQuXeaiGVgTIPL6cJ1fDBpyvM.png\",srcSet:\"https://framerusercontent.com/images/okQuXeaiGVgTIPL6cJ1fDBpyvM.png?scale-down-to=512 512w,https://framerusercontent.com/images/okQuXeaiGVgTIPL6cJ1fDBpyvM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/okQuXeaiGVgTIPL6cJ1fDBpyvM.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/okQuXeaiGVgTIPL6cJ1fDBpyvM.png 2880w\"},className:\"framer-5ejwvu\",\"data-framer-name\":\"Additional Services\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FhZkr8YRm:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:865,intrinsicWidth:1440,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+216+0),pixelHeight:865,pixelWidth:1440,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/r6r3yoEjmRyyyPwqyY74q75I.svg\",srcSet:\"https://framerusercontent.com/images/r6r3yoEjmRyyyPwqyY74q75I.svg?scale-down-to=512 512w,https://framerusercontent.com/images/r6r3yoEjmRyyyPwqyY74q75I.svg?scale-down-to=1024 1024w,https://framerusercontent.com/images/r6r3yoEjmRyyyPwqyY74q75I.svg 1440w\"}},Gs3Ev9T9g:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:865,intrinsicWidth:1440,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+212+0),pixelHeight:865,pixelWidth:1440,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/r6r3yoEjmRyyyPwqyY74q75I.svg\",srcSet:\"https://framerusercontent.com/images/r6r3yoEjmRyyyPwqyY74q75I.svg?scale-down-to=512 512w,https://framerusercontent.com/images/r6r3yoEjmRyyyPwqyY74q75I.svg?scale-down-to=1024 1024w,https://framerusercontent.com/images/r6r3yoEjmRyyyPwqyY74q75I.svg 1440w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:865,intrinsicWidth:1440,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+328+0),pixelHeight:865,pixelWidth:1440,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/r6r3yoEjmRyyyPwqyY74q75I.svg\",srcSet:\"https://framerusercontent.com/images/r6r3yoEjmRyyyPwqyY74q75I.svg?scale-down-to=512 512w,https://framerusercontent.com/images/r6r3yoEjmRyyyPwqyY74q75I.svg?scale-down-to=1024 1024w,https://framerusercontent.com/images/r6r3yoEjmRyyyPwqyY74q75I.svg 1440w\"},className:\"framer-d39e2j\",\"data-framer-name\":\"Background\",transformTemplate:transformTemplate1})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1latopb\",\"data-framer-name\":\"Section\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-135dqpk\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Gs3Ev9T9g:{__framer__styleAppearEffectEnabled:undefined,style:{}}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation6,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-xgrdea\",\"data-framer-name\":\"Content\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-hbxfcr\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-dt37ah\",\"data-styles-preset\":\"cw_YSSClv\",style:{\"--framer-text-alignment\":\"left\"},children:\"Educate & entertain customers, boost brand awareness and drive your sales with a real-time brand interaction on Amazon Live\"})}),className:\"framer-1eqb23m\",\"data-framer-name\":\"Honesty and kindness always win!\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-1sm4l7z\",\"data-styles-preset\":\"Zm13E6csR\",children:[\"Amazon Live allows sellers to interact with customers through live video streams. You can make live product demonstrations, talk and address queries related to your products, showcase a new range, share information about upcoming products, and a lot more. Once the live streaming is over, your video will stay on the product page so that shoppers can surf through the content at their convenience. Currently, the program is only available to professional U.S. sellers registered in \",/*#__PURE__*/_jsx(Link,{href:{webPageId:\"GkCeAILhs\"},motionChild:true,nodeId:\"vLTO_agOA\",openInNewTab:false,scopeId:\"ZD6Khsz7E\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-wfyo8a\",\"data-styles-preset\":\"FMZOp9Yrj\",children:\"Amazon Brand Registry\"})}),\", U.S. vendors with an approved Amazon Store, and Amazon Influencers with an active influencer storefront. Amazon Live is optimized only for an iPhone or iPad.\"]})}),className:\"framer-188hrt1\",\"data-framer-name\":\"Using Spectra Company's SAAS solution has been an absolute game-changer for us. Their software has greatly optimized our business processes with its user-friendly interface and comprehensive features. Additionally, their continuous updates and improvements are highly appreciated. The team provides quick and effective support whenever there is any issue or need. I would definitely recommend Spectra Company to any business.\\\"\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1sm4l7z\",\"data-styles-preset\":\"Zm13E6csR\",children:\"It is a free marketing tool that can improve your discoverability and drive more qualified traffic to your product page. We offer our technical expertise to help you conduct successful live streams on Amazon to represent your products and brand effectively. Right from selecting suitable products for the live video to providing creative inputs for the stream to monitoring the overall impact and performance of the live session, we will handle everything for you.\"})}),className:\"framer-ca6pkx\",\"data-framer-name\":\"Using Spectra Company's SAAS solution has been an absolute game-changer for us. Their software has greatly optimized our business processes with its user-friendly interface and comprehensive features. Additionally, their continuous updates and improvements are highly appreciated. The team provides quick and effective support whenever there is any issue or need. I would definitely recommend Spectra Company to any business.\\\"\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1m0f9fo\",\"data-framer-name\":\"Side\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FhZkr8YRm:{background:{alt:\"Amazon Live\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+216+0+0+0+0+0+0+0+0+16+0),pixelHeight:4e3,pixelWidth:4e3,positionX:\"center\",positionY:\"center\",sizes:\"684px\",src:\"https://framerusercontent.com/images/AmSsePNdp8QMKjgaWsYyZ7fymu8.jpg\",srcSet:\"https://framerusercontent.com/images/AmSsePNdp8QMKjgaWsYyZ7fymu8.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/AmSsePNdp8QMKjgaWsYyZ7fymu8.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/AmSsePNdp8QMKjgaWsYyZ7fymu8.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/AmSsePNdp8QMKjgaWsYyZ7fymu8.jpg 4000w\"}},Gs3Ev9T9g:{background:{alt:\"Amazon Live\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+212+0+0+0+0+0+0+0+0+16+0),pixelHeight:4e3,pixelWidth:4e3,positionX:\"center\",positionY:\"center\",sizes:\"310px\",src:\"https://framerusercontent.com/images/AmSsePNdp8QMKjgaWsYyZ7fymu8.jpg\",srcSet:\"https://framerusercontent.com/images/AmSsePNdp8QMKjgaWsYyZ7fymu8.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/AmSsePNdp8QMKjgaWsYyZ7fymu8.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/AmSsePNdp8QMKjgaWsYyZ7fymu8.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/AmSsePNdp8QMKjgaWsYyZ7fymu8.jpg 4000w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"Amazon Live\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+328+0+0+0+0+0+0+0+16+-16),pixelHeight:4e3,pixelWidth:4e3,positionX:\"center\",positionY:\"center\",sizes:\"344px\",src:\"https://framerusercontent.com/images/AmSsePNdp8QMKjgaWsYyZ7fymu8.jpg\",srcSet:\"https://framerusercontent.com/images/AmSsePNdp8QMKjgaWsYyZ7fymu8.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/AmSsePNdp8QMKjgaWsYyZ7fymu8.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/AmSsePNdp8QMKjgaWsYyZ7fymu8.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/AmSsePNdp8QMKjgaWsYyZ7fymu8.jpg 4000w\"},className:\"framer-o5abh9\"})})})]})})})})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-d3kgnv\",\"data-framer-name\":\"Section\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-yx981a\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Gs3Ev9T9g:{__framer__styleAppearEffectEnabled:undefined,style:{}}},children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1c0diil\",\"data-framer-name\":\"Title\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Gs3Ev9T9g:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-dt37ah\",\"data-styles-preset\":\"cw_YSSClv\",style:{\"--framer-text-alignment\":\"center\"},children:\"Best Practices For Amazon Live\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-isbz2t\",\"data-styles-preset\":\"sLrRbr65A\",style:{\"--framer-text-alignment\":\"center\"},children:\"Best Practices For Amazon Live\"})}),className:\"framer-i5ecqv\",\"data-framer-name\":\"The Future of Decision - Making Made Simple\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1l59gj8\",\"data-framer-name\":\"Section/ Services\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-5z08d7\",\"data-framer-name\":\"Grid\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Gs3Ev9T9g:{__framer__styleAppearEffectEnabled:undefined,style:{}}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-p68mmu\",\"data-border\":true,\"data-framer-name\":\"Card\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-rii8o5\",\"data-framer-name\":\"Content\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-ga0gma\",\"data-framer-name\":\"Wrap\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-9n32k\",\"data-framer-name\":\"Wrap\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Gs3Ev9T9g:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-gqzbdl\",\"data-styles-preset\":\"qa27axrNS\",children:\"Livestream for at least 30 minutes\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-dt37ah\",\"data-styles-preset\":\"cw_YSSClv\",children:\"Livestream for at least 30 minutes\"})}),className:\"framer-sbj2za\",\"data-framer-name\":\"Quality First\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1sm4l7z\",\"data-styles-preset\":\"Zm13E6csR\",style:{\"--framer-text-color\":\"var(--token-26228e18-5b63-4868-a865-233a860834a5, rgb(5, 5, 5))\"},children:\"Ideally, the live stream shouldn\u2019t last less than 30 minutes. With informative and entertaining content the shoppers get hooked on your live video session. A longer and more engaging stream encourages shoppers to spend more time with your brand and explore the products in more detail.\"})}),className:\"framer-9pmcso\",\"data-framer-name\":\"Quality first. All projects are backed by our fanatic support & 100% satisfaction guarantee.\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FhZkr8YRm:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:440,intrinsicWidth:420,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1180+40+130+0+0+0+2128+272-440),pixelHeight:440,pixelWidth:420,src:\"https://framerusercontent.com/images/MdEeNEQnJxLnaeoqzBSXLq4yXOk.svg\"}},Gs3Ev9T9g:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:440,intrinsicWidth:420,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+974+40+72+0+0+0+0+245.6-440),pixelHeight:440,pixelWidth:420,src:\"https://framerusercontent.com/images/MdEeNEQnJxLnaeoqzBSXLq4yXOk.svg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:440,intrinsicWidth:420,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+760+88+130+0+0+0+0+272-440),pixelHeight:440,pixelWidth:420,src:\"https://framerusercontent.com/images/MdEeNEQnJxLnaeoqzBSXLq4yXOk.svg\"},className:\"framer-1jsngrs\",\"data-framer-name\":\"Pattern\"})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Gs3Ev9T9g:{__framer__styleAppearEffectEnabled:undefined,style:{}}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-buji8h\",\"data-border\":true,\"data-framer-name\":\"Card\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-l6kkf9\",\"data-framer-name\":\"Content\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1uxrodg\",\"data-framer-name\":\"Wrap\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-gs1gcu\",\"data-framer-name\":\"Wrap\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Gs3Ev9T9g:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-gqzbdl\",\"data-styles-preset\":\"qa27axrNS\",children:\"Urge your audience to interact\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-dt37ah\",\"data-styles-preset\":\"cw_YSSClv\",children:\"Urge your audience to interact\"})}),className:\"framer-11hv9py\",\"data-framer-name\":\"Quality First\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1sm4l7z\",\"data-styles-preset\":\"Zm13E6csR\",style:{\"--framer-text-color\":\"var(--token-26228e18-5b63-4868-a865-233a860834a5, rgb(5, 5, 5))\"},children:\"Connect well with your viewers and encourage them to ask questions, hit the reaction buttons, and follow your brand to receive timely notifications. Reply promptly to the questions asked by your customers and share your comments and opinions to make the interactions insightful.\"})}),className:\"framer-i1tvh9\",\"data-framer-name\":\"Quality first. All projects are backed by our fanatic support & 100% satisfaction guarantee.\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FhZkr8YRm:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:440,intrinsicWidth:420,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1180+40+130+0+0+0+0+272-440),pixelHeight:440,pixelWidth:420,src:\"https://framerusercontent.com/images/MdEeNEQnJxLnaeoqzBSXLq4yXOk.svg\"}},Gs3Ev9T9g:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:440,intrinsicWidth:420,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+974+40+72+0+0+0+261.6+245.6-440),pixelHeight:440,pixelWidth:420,src:\"https://framerusercontent.com/images/MdEeNEQnJxLnaeoqzBSXLq4yXOk.svg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:440,intrinsicWidth:420,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+760+88+130+0+0+0+304+272-440),pixelHeight:440,pixelWidth:420,src:\"https://framerusercontent.com/images/MdEeNEQnJxLnaeoqzBSXLq4yXOk.svg\"},className:\"framer-1xn33ls\",\"data-framer-name\":\"Pattern\"})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Gs3Ev9T9g:{__framer__styleAppearEffectEnabled:undefined,style:{}}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-jnwycr\",\"data-border\":true,\"data-framer-name\":\"Card\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-ac98sc\",\"data-framer-name\":\"Content\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-jretau\",\"data-framer-name\":\"Wrap\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-celz1y\",\"data-framer-name\":\"Wrap\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Gs3Ev9T9g:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-gqzbdl\",\"data-styles-preset\":\"qa27axrNS\",children:\"Include multiple calls to action\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-dt37ah\",\"data-styles-preset\":\"cw_YSSClv\",children:\"Include multiple calls to action\"})}),className:\"framer-g1u1os\",\"data-framer-name\":\"Quality First\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1sm4l7z\",\"data-styles-preset\":\"Zm13E6csR\",style:{\"--framer-text-color\":\"var(--token-26228e18-5b63-4868-a865-233a860834a5, rgb(5, 5, 5))\"},children:\"The new shoppers are likely to come and go throughout a stream, so it is important to highlight the special features and benefits of the products and even repeat your CTA throughout your live broadcast. In the CTA you can use some \u2018words\u2019 or \u2018expressions\u2019 to motivate shoppers to make more purchases.\"})}),className:\"framer-7frjy7\",\"data-framer-name\":\"Quality first. All projects are backed by our fanatic support & 100% satisfaction guarantee.\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FhZkr8YRm:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:440,intrinsicWidth:420,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1180+40+130+0+0+0+304+272-440),pixelHeight:440,pixelWidth:420,src:\"https://framerusercontent.com/images/MdEeNEQnJxLnaeoqzBSXLq4yXOk.svg\"}},Gs3Ev9T9g:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:440,intrinsicWidth:420,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+974+40+72+0+0+0+523.2+245.6-440),pixelHeight:440,pixelWidth:420,src:\"https://framerusercontent.com/images/MdEeNEQnJxLnaeoqzBSXLq4yXOk.svg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:440,intrinsicWidth:420,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+760+88+130+0+0+0+608+272-440),pixelHeight:440,pixelWidth:420,src:\"https://framerusercontent.com/images/MdEeNEQnJxLnaeoqzBSXLq4yXOk.svg\"},className:\"framer-1pgpcbh\",\"data-framer-name\":\"Pattern\"})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Gs3Ev9T9g:{__framer__styleAppearEffectEnabled:undefined,style:{}}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1446yph\",\"data-border\":true,\"data-framer-name\":\"Card\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-qip8y6\",\"data-framer-name\":\"Content\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-dhytva\",\"data-framer-name\":\"Wrap\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-u9iloi\",\"data-framer-name\":\"Wrap\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Gs3Ev9T9g:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-gqzbdl\",\"data-styles-preset\":\"qa27axrNS\",children:\"Use the custom promotions feature to add text of your choice\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-dt37ah\",\"data-styles-preset\":\"cw_YSSClv\",children:\"Use the custom promotions feature to add text of your choice\"})}),className:\"framer-37asfc\",\"data-framer-name\":\"Quality First\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1sm4l7z\",\"data-styles-preset\":\"Zm13E6csR\",style:{\"--framer-text-color\":\"var(--token-26228e18-5b63-4868-a865-233a860834a5, rgb(5, 5, 5))\"},children:\"You can display promotional codes towards the bottom overlay of your live video to attract more sales. To draw the attention of the viewers during the live stream, call out attractive \u2018one-day\u2019 long promotional offers to acquire better conversions and sales.\"})}),className:\"framer-cjyp8g\",\"data-framer-name\":\"Quality first. All projects are backed by our fanatic support & 100% satisfaction guarantee.\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FhZkr8YRm:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:440,intrinsicWidth:420,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1180+40+130+0+0+0+608+272-440),pixelHeight:440,pixelWidth:420,src:\"https://framerusercontent.com/images/MdEeNEQnJxLnaeoqzBSXLq4yXOk.svg\"}},Gs3Ev9T9g:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:440,intrinsicWidth:420,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+974+40+72+0+0+0+784.8+245.6-440),pixelHeight:440,pixelWidth:420,src:\"https://framerusercontent.com/images/MdEeNEQnJxLnaeoqzBSXLq4yXOk.svg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:440,intrinsicWidth:420,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+760+88+130+0+0+0+912+272-440),pixelHeight:440,pixelWidth:420,src:\"https://framerusercontent.com/images/MdEeNEQnJxLnaeoqzBSXLq4yXOk.svg\"},className:\"framer-1g4mdpo\",\"data-framer-name\":\"Pattern\"})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Gs3Ev9T9g:{__framer__styleAppearEffectEnabled:undefined,style:{}}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1dd353r\",\"data-border\":true,\"data-framer-name\":\"Card\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-17hdf9l\",\"data-framer-name\":\"Content\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1kcpxtn\",\"data-framer-name\":\"Wrap\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1qwqurv\",\"data-framer-name\":\"Wrap\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Gs3Ev9T9g:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-gqzbdl\",\"data-styles-preset\":\"qa27axrNS\",children:\"Engage with a live audience\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-dt37ah\",\"data-styles-preset\":\"cw_YSSClv\",children:\"Engage with a live audience\"})}),className:\"framer-1bxmylt\",\"data-framer-name\":\"Quality First\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1sm4l7z\",\"data-styles-preset\":\"Zm13E6csR\",style:{\"--framer-text-color\":\"var(--token-26228e18-5b63-4868-a865-233a860834a5, rgb(5, 5, 5))\"},children:\"In addition to interacting and addressing viewers\u2019 queries, create live-only promotions for your audience as a mark of appreciation for their time and involvement in your stream. This will encourage them to return and be a part of your future broadcasts.\"})}),className:\"framer-l6doht\",\"data-framer-name\":\"Quality first. All projects are backed by our fanatic support & 100% satisfaction guarantee.\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FhZkr8YRm:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:440,intrinsicWidth:420,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1180+40+130+0+0+0+912+272-440),pixelHeight:440,pixelWidth:420,src:\"https://framerusercontent.com/images/MdEeNEQnJxLnaeoqzBSXLq4yXOk.svg\"}},Gs3Ev9T9g:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:440,intrinsicWidth:420,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+974+40+72+0+0+0+1046.4+245.6-440),pixelHeight:440,pixelWidth:420,src:\"https://framerusercontent.com/images/MdEeNEQnJxLnaeoqzBSXLq4yXOk.svg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:440,intrinsicWidth:420,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+760+88+130+0+0+0+1216+272-440),pixelHeight:440,pixelWidth:420,src:\"https://framerusercontent.com/images/MdEeNEQnJxLnaeoqzBSXLq4yXOk.svg\"},className:\"framer-1fn687r\",\"data-framer-name\":\"Pattern\"})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Gs3Ev9T9g:{__framer__styleAppearEffectEnabled:undefined,style:{}}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1u83u5h\",\"data-border\":true,\"data-framer-name\":\"Card\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1l6wz3c\",\"data-framer-name\":\"Content\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-mkgeve\",\"data-framer-name\":\"Wrap\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-5hudbt\",\"data-framer-name\":\"Wrap\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Gs3Ev9T9g:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-gqzbdl\",\"data-styles-preset\":\"qa27axrNS\",children:\"Demonstrate your products live\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-dt37ah\",\"data-styles-preset\":\"cw_YSSClv\",children:\"Demonstrate your products live\"})}),className:\"framer-9p8w3d\",\"data-framer-name\":\"Quality First\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1sm4l7z\",\"data-styles-preset\":\"Zm13E6csR\",style:{\"--framer-text-color\":\"var(--token-26228e18-5b63-4868-a865-233a860834a5, rgb(5, 5, 5))\"},children:\"Only talking about a product won\u2019t bring results, showcase it and demonstrate its usage. Live streams can be used as a powerful medium to explain the working of your products and emphasize their key attributes and benefits to your viewers.\"})}),className:\"framer-q9g0aw\",\"data-framer-name\":\"Quality first. All projects are backed by our fanatic support & 100% satisfaction guarantee.\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FhZkr8YRm:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:440,intrinsicWidth:420,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1180+40+130+0+0+0+1216+272-440),pixelHeight:440,pixelWidth:420,src:\"https://framerusercontent.com/images/MdEeNEQnJxLnaeoqzBSXLq4yXOk.svg\"}},Gs3Ev9T9g:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:440,intrinsicWidth:420,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+974+40+72+0+0+0+1308+245.6-440),pixelHeight:440,pixelWidth:420,src:\"https://framerusercontent.com/images/MdEeNEQnJxLnaeoqzBSXLq4yXOk.svg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:440,intrinsicWidth:420,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+760+88+130+0+0+0+1520+272-440),pixelHeight:440,pixelWidth:420,src:\"https://framerusercontent.com/images/MdEeNEQnJxLnaeoqzBSXLq4yXOk.svg\"},className:\"framer-3zmwvf\",\"data-framer-name\":\"Pattern\"})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Gs3Ev9T9g:{__framer__styleAppearEffectEnabled:undefined,style:{}}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-w2o8gr\",\"data-border\":true,\"data-framer-name\":\"Card\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1jadzt0\",\"data-framer-name\":\"Content\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-af268y\",\"data-framer-name\":\"Wrap\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-xdoaq4\",\"data-framer-name\":\"Wrap\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Gs3Ev9T9g:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-gqzbdl\",\"data-styles-preset\":\"qa27axrNS\",children:\"Share Livestream with audiences off Amazon\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-dt37ah\",\"data-styles-preset\":\"cw_YSSClv\",children:\"Share Livestream with audiences off Amazon\"})}),className:\"framer-1djn9wo\",\"data-framer-name\":\"Quality First\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1sm4l7z\",\"data-styles-preset\":\"Zm13E6csR\",style:{\"--framer-text-color\":\"var(--token-26228e18-5b63-4868-a865-233a860834a5, rgb(5, 5, 5))\"},children:\"Share your live streams by using the link in the app with audiences off Amazon. You can send the links to your social media followers and email lists.\"})}),className:\"framer-1tej4wm\",\"data-framer-name\":\"Quality first. All projects are backed by our fanatic support & 100% satisfaction guarantee.\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FhZkr8YRm:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:440,intrinsicWidth:420,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1180+40+130+0+0+0+1520+272-440),pixelHeight:440,pixelWidth:420,src:\"https://framerusercontent.com/images/MdEeNEQnJxLnaeoqzBSXLq4yXOk.svg\"}},Gs3Ev9T9g:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:440,intrinsicWidth:420,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+974+40+72+0+0+0+1569.6+245.6-440),pixelHeight:440,pixelWidth:420,src:\"https://framerusercontent.com/images/MdEeNEQnJxLnaeoqzBSXLq4yXOk.svg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:440,intrinsicWidth:420,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+760+88+130+0+0+0+1824+272-440),pixelHeight:440,pixelWidth:420,src:\"https://framerusercontent.com/images/MdEeNEQnJxLnaeoqzBSXLq4yXOk.svg\"},className:\"framer-1ac6px9\",\"data-framer-name\":\"Pattern\"})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Gs3Ev9T9g:{__framer__styleAppearEffectEnabled:undefined,style:{}}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1u2uzxm\",\"data-border\":true,\"data-framer-name\":\"Card\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1doexnx\",\"data-framer-name\":\"Content\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-11obl8j\",\"data-framer-name\":\"Wrap\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-i48lv1\",\"data-framer-name\":\"Wrap\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Gs3Ev9T9g:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-gqzbdl\",\"data-styles-preset\":\"qa27axrNS\",children:\"Livestream during major events\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-dt37ah\",\"data-styles-preset\":\"cw_YSSClv\",children:\"Livestream during major events\"})}),className:\"framer-tdl319\",\"data-framer-name\":\"Quality First\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1sm4l7z\",\"data-styles-preset\":\"Zm13E6csR\",style:{\"--framer-text-color\":\"var(--token-26228e18-5b63-4868-a865-233a860834a5, rgb(5, 5, 5))\"},children:\"By conducting live streams during events like Prime Day or Black Friday you can grab the attention of a wide range of potential customers. Taking due advantage of the increased traffic on your detail page you can drive more conversions and sales on major event days.\"})}),className:\"framer-i92fqg\",\"data-framer-name\":\"Quality first. All projects are backed by our fanatic support & 100% satisfaction guarantee.\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FhZkr8YRm:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:440,intrinsicWidth:420,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1180+40+130+0+0+0+1824+272-440),pixelHeight:440,pixelWidth:420,src:\"https://framerusercontent.com/images/MdEeNEQnJxLnaeoqzBSXLq4yXOk.svg\"}},Gs3Ev9T9g:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:440,intrinsicWidth:420,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+974+40+72+0+0+0+1831.2+245.6-440),pixelHeight:440,pixelWidth:420,src:\"https://framerusercontent.com/images/MdEeNEQnJxLnaeoqzBSXLq4yXOk.svg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:440,intrinsicWidth:420,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+760+88+130+0+0+0+2128+272-440),pixelHeight:440,pixelWidth:420,src:\"https://framerusercontent.com/images/MdEeNEQnJxLnaeoqzBSXLq4yXOk.svg\"},className:\"framer-eobpws\",\"data-framer-name\":\"Pattern\"})})]})})]})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Gs3Ev9T9g:{__framer__styleAppearEffectEnabled:undefined,style:{}}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation4,__framer__exit:animation5,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-8dg15k\",\"data-framer-name\":\"Section / FAQ\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-yat9vr\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1z7kx\",\"data-framer-name\":\"Title\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1nensji\",\"data-styles-preset\":\"M6T3Bm2NS\",children:\"FAQS\"})}),className:\"framer-8alnuh\",\"data-framer-name\":\"Detail\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Gs3Ev9T9g:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-dt37ah\",\"data-styles-preset\":\"cw_YSSClv\",style:{\"--framer-text-alignment\":\"center\"},children:\"Frequently Asked Questions\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-9bu8g\",\"data-styles-preset\":\"OuogaUxZJ\",style:{\"--framer-text-alignment\":\"center\"},children:\"Frequently Asked Questions\"})}),className:\"framer-w08d18\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Gs3Ev9T9g:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1sm4l7z\",\"data-styles-preset\":\"Zm13E6csR\",style:{\"--framer-text-alignment\":\"center\"},children:\"Explore solutions in our FAQ section\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1rzkzij\",\"data-styles-preset\":\"guMTiqO2X\",style:{\"--framer-text-alignment\":\"center\"},children:\"Explore solutions in our FAQ section\"})}),className:\"framer-1dnz5vp\",\"data-framer-name\":\"Paragraph\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-rav4ac\",\"data-framer-name\":\"FAQ Wrap\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1sr5kps\",\"data-framer-name\":\"Tab One\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FhZkr8YRm:{width:`min(min(${componentViewport?.width||\"100vw\"} - 48px, 1200px), 1107px)`,y:(componentViewport?.y||0)+0+3750+80+0+240+0+0+0+0+0},Gs3Ev9T9g:{width:`min(min(${componentViewport?.width||\"100vw\"} - 48px, 1200px), 1107px)`,y:(componentViewport?.y||0)+0+3162.8+40+0+176+0+0+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:64,width:`max((min(min(${componentViewport?.width||\"100vw\"} - 48px, 1200px), 1107px) - 24px) / 2, 1px)`,y:(componentViewport?.y||0)+0+3378+80+0+240+0+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-eoz5po-container\",nodeId:\"Vjv3yFleK\",scopeId:\"ZD6Khsz7E\",children:/*#__PURE__*/_jsx(CardsFAQ,{eM_iftZXq:\"We assist you in setting up your Amazon Live stream by ensuring your account is properly configured, helping you choose the right equipment, and providing guidance on best practices for streaming.\",height:\"100%\",id:\"Vjv3yFleK\",LAtpIw_hQ:\"How can you help set up my Amazon Live stream?\",layoutId:\"Vjv3yFleK\",style:{width:\"100%\"},u9N3e5kjs:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"text\"})}),variant:\"gIp5lnXpf\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FhZkr8YRm:{width:`min(min(${componentViewport?.width||\"100vw\"} - 48px, 1200px), 1107px)`,y:(componentViewport?.y||0)+0+3750+80+0+240+0+0+0+0+88},Gs3Ev9T9g:{width:`min(min(${componentViewport?.width||\"100vw\"} - 48px, 1200px), 1107px)`,y:(componentViewport?.y||0)+0+3162.8+40+0+176+0+0+0+0+80}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:64,width:`max((min(min(${componentViewport?.width||\"100vw\"} - 48px, 1200px), 1107px) - 24px) / 2, 1px)`,y:(componentViewport?.y||0)+0+3378+80+0+240+0+0+0+88,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1vd2484-container\",nodeId:\"sT7b_DAgY\",scopeId:\"ZD6Khsz7E\",children:/*#__PURE__*/_jsx(CardsFAQ,{eM_iftZXq:\"Yes, we help you create engaging and interactive content for your Amazon Live streams. Our team works with you to develop a content strategy that highlights your products' unique features and encourages customer interaction.\",height:\"100%\",id:\"sT7b_DAgY\",LAtpIw_hQ:\"Do you offer support for creating engaging content for Amazon Live?\",layoutId:\"sT7b_DAgY\",style:{width:\"100%\"},u9N3e5kjs:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"text\"})}),variant:\"gIp5lnXpf\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FhZkr8YRm:{width:`min(min(${componentViewport?.width||\"100vw\"} - 48px, 1200px), 1107px)`,y:(componentViewport?.y||0)+0+3750+80+0+240+0+0+0+0+176},Gs3Ev9T9g:{width:`min(min(${componentViewport?.width||\"100vw\"} - 48px, 1200px), 1107px)`,y:(componentViewport?.y||0)+0+3162.8+40+0+176+0+0+0+0+160}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:64,width:`max((min(min(${componentViewport?.width||\"100vw\"} - 48px, 1200px), 1107px) - 24px) / 2, 1px)`,y:(componentViewport?.y||0)+0+3378+80+0+240+0+0+0+176,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1pfvwgv-container\",nodeId:\"hnHZNwvxC\",scopeId:\"ZD6Khsz7E\",children:/*#__PURE__*/_jsx(CardsFAQ,{eM_iftZXq:\"Yes, we offer detailed analytics and reporting on your Amazon Live streams. We track key performance metrics such as viewership, engagement, and sales conversions to help you understand the impact of your live streams and optimize future broadcasts.\",height:\"100%\",id:\"hnHZNwvxC\",LAtpIw_hQ:\"Can you assist with analyzing the performance of my Amazon Live streams?\",layoutId:\"hnHZNwvxC\",style:{width:\"100%\"},u9N3e5kjs:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"text\"})}),variant:\"gIp5lnXpf\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FhZkr8YRm:{width:`min(min(${componentViewport?.width||\"100vw\"} - 48px, 1200px), 1107px)`,y:(componentViewport?.y||0)+0+3750+80+0+240+0+0+0+0+264},Gs3Ev9T9g:{width:`min(min(${componentViewport?.width||\"100vw\"} - 48px, 1200px), 1107px)`,y:(componentViewport?.y||0)+0+3162.8+40+0+176+0+0+0+0+240}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:64,width:`max((min(min(${componentViewport?.width||\"100vw\"} - 48px, 1200px), 1107px) - 24px) / 2, 1px)`,y:(componentViewport?.y||0)+0+3378+80+0+240+0+0+0+264,children:/*#__PURE__*/_jsx(Container,{className:\"framer-jkteao-container\",nodeId:\"h_iZ4TlKK\",scopeId:\"ZD6Khsz7E\",children:/*#__PURE__*/_jsx(CardsFAQ,{eM_iftZXq:\"We help integrate Amazon Live with your overall marketing strategy by coordinating your live streaming efforts with other marketing activities such as product launches, promotions, and social media campaigns. This ensures a cohesive approach that maximizes the impact of your marketing efforts.\",height:\"100%\",id:\"h_iZ4TlKK\",LAtpIw_hQ:\"How can Amazon Live be integrated with my overall marketing strategy?\",layoutId:\"h_iZ4TlKK\",style:{width:\"100%\"},u9N3e5kjs:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"text\"})}),variant:\"gIp5lnXpf\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FhZkr8YRm:{width:`min(min(${componentViewport?.width||\"100vw\"} - 48px, 1200px), 1107px)`,y:(componentViewport?.y||0)+0+3750+80+0+240+0+0+0+0+352},Gs3Ev9T9g:{width:`min(min(${componentViewport?.width||\"100vw\"} - 48px, 1200px), 1107px)`,y:(componentViewport?.y||0)+0+3162.8+40+0+176+0+0+0+0+320}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:64,width:`max((min(min(${componentViewport?.width||\"100vw\"} - 48px, 1200px), 1107px) - 24px) / 2, 1px)`,y:(componentViewport?.y||0)+0+3378+80+0+240+0+0+0+352,children:/*#__PURE__*/_jsx(Container,{className:\"framer-191m15t-container\",nodeId:\"gO55USkmX\",scopeId:\"ZD6Khsz7E\",children:/*#__PURE__*/_jsx(CardsFAQ,{eM_iftZXq:\"After your Amazon Live stream, we offer support in analyzing the stream\u2019s performance, gathering customer feedback, and planning follow-up content or campaigns. We help you refine your strategy to continuously improve your live streaming efforts.\",height:\"100%\",id:\"gO55USkmX\",LAtpIw_hQ:\"What kind of post-stream support do you offer?\",layoutId:\"gO55USkmX\",style:{width:\"100%\"},u9N3e5kjs:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"text\"})}),variant:\"gIp5lnXpf\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1te8556\",\"data-framer-name\":\"Tab Two\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FhZkr8YRm:{width:`min(min(${componentViewport?.width||\"100vw\"} - 48px, 1200px), 1107px)`,y:(componentViewport?.y||0)+0+3750+80+0+240+0+0+440+0+0},Gs3Ev9T9g:{width:`min(min(${componentViewport?.width||\"100vw\"} - 48px, 1200px), 1107px)`,y:(componentViewport?.y||0)+0+3162.8+40+0+176+0+0+400+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:64,width:`max((min(min(${componentViewport?.width||\"100vw\"} - 48px, 1200px), 1107px) - 24px) / 2, 1px)`,y:(componentViewport?.y||0)+0+3378+80+0+240+0+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1v1cmfb-container\",nodeId:\"UDXL9Tviq\",scopeId:\"ZD6Khsz7E\",children:/*#__PURE__*/_jsx(CardsFAQ,{eM_iftZXq:\"Absolutely. We help promote your Amazon Live stream through various channels, including social media, email marketing, and Amazon's internal promotional tools, to maximize viewership and engagement.\",height:\"100%\",id:\"UDXL9Tviq\",LAtpIw_hQ:\"Can you help with promoting my Amazon Live stream?\",layoutId:\"UDXL9Tviq\",style:{width:\"100%\"},u9N3e5kjs:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"text\"})}),variant:\"gIp5lnXpf\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FhZkr8YRm:{width:`min(min(${componentViewport?.width||\"100vw\"} - 48px, 1200px), 1107px)`,y:(componentViewport?.y||0)+0+3750+80+0+240+0+0+440+0+88},Gs3Ev9T9g:{width:`min(min(${componentViewport?.width||\"100vw\"} - 48px, 1200px), 1107px)`,y:(componentViewport?.y||0)+0+3162.8+40+0+176+0+0+400+0+80}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:64,width:`max((min(min(${componentViewport?.width||\"100vw\"} - 48px, 1200px), 1107px) - 24px) / 2, 1px)`,y:(componentViewport?.y||0)+0+3378+80+0+240+0+0+0+88,children:/*#__PURE__*/_jsx(Container,{className:\"framer-mbc83b-container\",nodeId:\"MH449xI_f\",scopeId:\"ZD6Khsz7E\",children:/*#__PURE__*/_jsx(CardsFAQ,{eM_iftZXq:\"We provide technical support to ensure your live broadcasts run smoothly. This includes advice on lighting, sound, and camera setup, as well as troubleshooting any issues that may arise during the stream.\",height:\"100%\",id:\"MH449xI_f\",LAtpIw_hQ:\"How do you ensure the quality of my Amazon Live broadcasts?\",layoutId:\"MH449xI_f\",style:{width:\"100%\"},u9N3e5kjs:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"text\"})}),variant:\"gIp5lnXpf\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FhZkr8YRm:{width:`min(min(${componentViewport?.width||\"100vw\"} - 48px, 1200px), 1107px)`,y:(componentViewport?.y||0)+0+3750+80+0+240+0+0+440+0+176},Gs3Ev9T9g:{width:`min(min(${componentViewport?.width||\"100vw\"} - 48px, 1200px), 1107px)`,y:(componentViewport?.y||0)+0+3162.8+40+0+176+0+0+400+0+160}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:64,width:`max((min(min(${componentViewport?.width||\"100vw\"} - 48px, 1200px), 1107px) - 24px) / 2, 1px)`,y:(componentViewport?.y||0)+0+3378+80+0+240+0+0+0+176,children:/*#__PURE__*/_jsx(Container,{className:\"framer-16rcsst-container\",nodeId:\"hvJiV9Qnh\",scopeId:\"ZD6Khsz7E\",children:/*#__PURE__*/_jsx(CardsFAQ,{eM_iftZXq:\"We provide tips and strategies for increasing viewer engagement, such as using interactive features, answering questions in real-time, and running promotions or giveaways. Our goal is to make your live streams as interactive and engaging as possible.\",height:\"100%\",id:\"hvJiV9Qnh\",LAtpIw_hQ:\"How do you help increase viewer engagement during the live stream?\",layoutId:\"hvJiV9Qnh\",style:{width:\"100%\"},u9N3e5kjs:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"text\"})}),variant:\"gIp5lnXpf\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FhZkr8YRm:{width:`min(min(${componentViewport?.width||\"100vw\"} - 48px, 1200px), 1107px)`,y:(componentViewport?.y||0)+0+3750+80+0+240+0+0+440+0+264},Gs3Ev9T9g:{width:`min(min(${componentViewport?.width||\"100vw\"} - 48px, 1200px), 1107px)`,y:(componentViewport?.y||0)+0+3162.8+40+0+176+0+0+400+0+240}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:64,width:`max((min(min(${componentViewport?.width||\"100vw\"} - 48px, 1200px), 1107px) - 24px) / 2, 1px)`,y:(componentViewport?.y||0)+0+3378+80+0+240+0+0+0+264,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1207wmz-container\",nodeId:\"xa5WuQ8fC\",scopeId:\"ZD6Khsz7E\",children:/*#__PURE__*/_jsx(CardsFAQ,{eM_iftZXq:\"Yes, we offer training sessions for your team to help them become proficient in using Amazon Live. This includes guidance on best practices, technical setup, and content creation to ensure your team is confident in running successful live streams.\",height:\"100%\",id:\"xa5WuQ8fC\",LAtpIw_hQ:\"Do you provide training for my team on using Amazon Live?\",layoutId:\"xa5WuQ8fC\",style:{width:\"100%\"},u9N3e5kjs:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"text\"})}),variant:\"gIp5lnXpf\",width:\"100%\"})})})})]})]})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FhZkr8YRm:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:865,intrinsicWidth:1440,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3750+0),pixelHeight:865,pixelWidth:1440,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/r6r3yoEjmRyyyPwqyY74q75I.svg\",srcSet:\"https://framerusercontent.com/images/r6r3yoEjmRyyyPwqyY74q75I.svg?scale-down-to=512 512w,https://framerusercontent.com/images/r6r3yoEjmRyyyPwqyY74q75I.svg?scale-down-to=1024 1024w,https://framerusercontent.com/images/r6r3yoEjmRyyyPwqyY74q75I.svg 1440w\"}},Gs3Ev9T9g:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:865,intrinsicWidth:1440,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3162.8+0),pixelHeight:865,pixelWidth:1440,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/r6r3yoEjmRyyyPwqyY74q75I.svg\",srcSet:\"https://framerusercontent.com/images/r6r3yoEjmRyyyPwqyY74q75I.svg?scale-down-to=512 512w,https://framerusercontent.com/images/r6r3yoEjmRyyyPwqyY74q75I.svg?scale-down-to=1024 1024w,https://framerusercontent.com/images/r6r3yoEjmRyyyPwqyY74q75I.svg 1440w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:865,intrinsicWidth:1440,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3378+0),pixelHeight:865,pixelWidth:1440,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/r6r3yoEjmRyyyPwqyY74q75I.svg\",srcSet:\"https://framerusercontent.com/images/r6r3yoEjmRyyyPwqyY74q75I.svg?scale-down-to=512 512w,https://framerusercontent.com/images/r6r3yoEjmRyyyPwqyY74q75I.svg?scale-down-to=1024 1024w,https://framerusercontent.com/images/r6r3yoEjmRyyyPwqyY74q75I.svg 1440w\"},className:\"framer-hiuehw\",\"data-framer-name\":\"Background\",transformTemplate:transformTemplate1})})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-vqbmuj\",\"data-framer-name\":\"Footer\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FhZkr8YRm:{width:undefined,y:(componentViewport?.y||0)+0+4838+0+0},Gs3Ev9T9g:{y:(componentViewport?.y||0)+0+4082.8+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1585,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+4114+0+0,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Gs3Ev9T9g:{__framer__styleAppearEffectEnabled:undefined,style:{}}},children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-eskppl-container\",nodeId:\"bBkGc2eZS\",rendersWithMotion:true,scopeId:\"ZD6Khsz7E\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FhZkr8YRm:{variant:\"h5N8ld_5d\"},Gs3Ev9T9g:{variant:\"QVlN8o90y\"}},children:/*#__PURE__*/_jsx(SectionFooter,{height:\"100%\",id:\"bBkGc2eZS\",layoutId:\"bBkGc2eZS\",style:{width:\"100%\"},variant:\"q7FfmAV82\",width:\"100%\"})})})})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-fO7dG.framer-1dhhex, .framer-fO7dG .framer-1dhhex { display: block; }\",\".framer-fO7dG.framer-bmx4kn { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1200px; }\",\".framer-fO7dG .framer-trahif-container { flex: none; height: auto; position: sticky; top: 0px; width: 100%; will-change: var(--framer-will-change-effect-override, transform); z-index: 10; }\",\".framer-fO7dG .framer-1e33ngd { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 82px; height: min-content; justify-content: center; overflow: hidden; padding: 88px 24px 80px 24px; position: relative; width: 100%; }\",\".framer-fO7dG .framer-18npu4u, .framer-fO7dG .framer-yx981a { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 56px; height: min-content; justify-content: flex-start; max-width: 1216px; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-fO7dG .framer-ku31vd, .framer-fO7dG .framer-1c0diil { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; max-width: 656px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-fO7dG .framer-155h74r, .framer-fO7dG .framer-1eqb23m, .framer-fO7dG .framer-188hrt1, .framer-fO7dG .framer-ca6pkx, .framer-fO7dG .framer-i5ecqv, .framer-fO7dG .framer-sbj2za, .framer-fO7dG .framer-9pmcso, .framer-fO7dG .framer-11hv9py, .framer-fO7dG .framer-i1tvh9, .framer-fO7dG .framer-g1u1os, .framer-fO7dG .framer-7frjy7, .framer-fO7dG .framer-37asfc, .framer-fO7dG .framer-cjyp8g, .framer-fO7dG .framer-1bxmylt, .framer-fO7dG .framer-l6doht, .framer-fO7dG .framer-9p8w3d, .framer-fO7dG .framer-q9g0aw, .framer-fO7dG .framer-1djn9wo, .framer-fO7dG .framer-1tej4wm, .framer-fO7dG .framer-tdl319, .framer-fO7dG .framer-i92fqg, .framer-fO7dG .framer-w08d18, .framer-fO7dG .framer-1dnz5vp { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-fO7dG .framer-5ejwvu { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-fO7dG .framer-d39e2j, .framer-fO7dG .framer-hiuehw { aspect-ratio: 1.6647398843930636 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 721px); left: 50%; overflow: visible; position: absolute; top: 0px; transform: translateX(-50%); width: 100%; z-index: 0; }\",\".framer-fO7dG .framer-1latopb { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 24px 0px 24px; position: relative; width: 100%; }\",\".framer-fO7dG .framer-135dqpk { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; max-width: 1008px; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-fO7dG .framer-xgrdea { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-fO7dG .framer-hbxfcr { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 16px; position: relative; width: 1px; }\",\".framer-fO7dG .framer-1m0f9fo { align-content: flex-start; align-items: flex-start; align-self: stretch; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: auto; justify-content: center; overflow: visible; padding: 16px; position: relative; width: 376px; }\",\".framer-fO7dG .framer-o5abh9 { border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; flex: none; height: 432px; overflow: hidden; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-fO7dG .framer-d3kgnv { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 82px; height: min-content; justify-content: center; overflow: hidden; padding: 88px 24px 0px 24px; position: relative; width: 100%; }\",\".framer-fO7dG .framer-1l59gj8 { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1152px; }\",\".framer-fO7dG .framer-5z08d7 { display: grid; flex: none; gap: 32px; grid-auto-rows: min-content; grid-template-columns: repeat(1, minmax(1px, 1fr)); grid-template-rows: repeat(1, min-content); height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-fO7dG .framer-p68mmu, .framer-fO7dG .framer-buji8h, .framer-fO7dG .framer-jnwycr, .framer-fO7dG .framer-1446yph, .framer-fO7dG .framer-1dd353r, .framer-fO7dG .framer-1u83u5h, .framer-fO7dG .framer-w2o8gr, .framer-fO7dG .framer-1u2uzxm { --border-bottom-width: 2px; --border-color: var(--token-1cab753f-7df3-46fa-83a8-4e7ffa7f1580, #eaeaeb); --border-left-width: 2px; --border-right-width: 2px; --border-style: solid; --border-top-width: 2px; align-content: flex-start; align-items: flex-start; align-self: start; background-color: var(--token-27616077-69e4-4af0-8c43-37c11e89f185, #fdf2f1); border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; box-shadow: 0px 0.3010936508871964px 1.0237184130164678px -1.1666666666666665px rgba(0, 0, 0, 0.17), 0px 1.1442666516217286px 3.890506615513877px -2.333333333333333px rgba(0, 0, 0, 0.15211), 0px 5px 17px -3.5px rgba(0, 0, 0, 0.075); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; justify-self: start; overflow: hidden; padding: 32px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-fO7dG .framer-rii8o5, .framer-fO7dG .framer-l6kkf9, .framer-fO7dG .framer-ac98sc, .framer-fO7dG .framer-qip8y6, .framer-fO7dG .framer-17hdf9l, .framer-fO7dG .framer-1l6wz3c, .framer-fO7dG .framer-1jadzt0, .framer-fO7dG .framer-1doexnx { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-fO7dG .framer-ga0gma, .framer-fO7dG .framer-1uxrodg, .framer-fO7dG .framer-jretau, .framer-fO7dG .framer-dhytva, .framer-fO7dG .framer-1kcpxtn, .framer-fO7dG .framer-mkgeve, .framer-fO7dG .framer-af268y, .framer-fO7dG .framer-11obl8j { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-fO7dG .framer-9n32k, .framer-fO7dG .framer-gs1gcu, .framer-fO7dG .framer-celz1y, .framer-fO7dG .framer-u9iloi, .framer-fO7dG .framer-1qwqurv, .framer-fO7dG .framer-5hudbt, .framer-fO7dG .framer-xdoaq4, .framer-fO7dG .framer-i48lv1 { 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%; z-index: 1; }\",\".framer-fO7dG .framer-1jsngrs, .framer-fO7dG .framer-1xn33ls, .framer-fO7dG .framer-1pgpcbh, .framer-fO7dG .framer-1g4mdpo, .framer-fO7dG .framer-1fn687r, .framer-fO7dG .framer-3zmwvf, .framer-fO7dG .framer-1ac6px9, .framer-fO7dG .framer-eobpws { bottom: 0px; flex: none; height: 440px; overflow: hidden; position: absolute; right: 0px; width: 420px; z-index: 0; }\",\".framer-fO7dG .framer-8dg15k { align-content: center; align-items: center; background-color: var(--token-69268266-8d11-4cae-857f-b2432f07a7b6, #ffffff); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 80px 24px 0px 24px; position: relative; width: 100%; }\",\".framer-fO7dG .framer-yat9vr { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; max-width: 1200px; overflow: visible; padding: 240px 0px 0px 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-fO7dG .framer-1z7kx { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 14px; height: min-content; justify-content: flex-start; left: 50%; max-width: 800px; overflow: visible; padding: 0px; position: absolute; top: 0px; transform: translateX(-50%); width: 800px; z-index: 1; }\",\".framer-fO7dG .framer-8alnuh { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-fO7dG .framer-rav4ac { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; max-width: 1107px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-fO7dG .framer-1sr5kps { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-fO7dG .framer-eoz5po-container, .framer-fO7dG .framer-1vd2484-container, .framer-fO7dG .framer-1pfvwgv-container, .framer-fO7dG .framer-jkteao-container, .framer-fO7dG .framer-191m15t-container, .framer-fO7dG .framer-1v1cmfb-container, .framer-fO7dG .framer-mbc83b-container, .framer-fO7dG .framer-16rcsst-container, .framer-fO7dG .framer-1207wmz-container, .framer-fO7dG .framer-eskppl-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-fO7dG .framer-1te8556 { align-content: center; align-items: center; align-self: stretch; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: auto; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-fO7dG .framer-vqbmuj { align-content: center; align-items: center; 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: 100%; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-fO7dG.framer-bmx4kn, .framer-fO7dG .framer-1e33ngd, .framer-fO7dG .framer-18npu4u, .framer-fO7dG .framer-ku31vd, .framer-fO7dG .framer-5ejwvu, .framer-fO7dG .framer-1latopb, .framer-fO7dG .framer-135dqpk, .framer-fO7dG .framer-hbxfcr, .framer-fO7dG .framer-1m0f9fo, .framer-fO7dG .framer-d3kgnv, .framer-fO7dG .framer-yx981a, .framer-fO7dG .framer-1c0diil, .framer-fO7dG .framer-1l59gj8, .framer-fO7dG .framer-p68mmu, .framer-fO7dG .framer-rii8o5, .framer-fO7dG .framer-ga0gma, .framer-fO7dG .framer-9n32k, .framer-fO7dG .framer-buji8h, .framer-fO7dG .framer-l6kkf9, .framer-fO7dG .framer-1uxrodg, .framer-fO7dG .framer-gs1gcu, .framer-fO7dG .framer-jnwycr, .framer-fO7dG .framer-ac98sc, .framer-fO7dG .framer-jretau, .framer-fO7dG .framer-celz1y, .framer-fO7dG .framer-1446yph, .framer-fO7dG .framer-qip8y6, .framer-fO7dG .framer-dhytva, .framer-fO7dG .framer-u9iloi, .framer-fO7dG .framer-1dd353r, .framer-fO7dG .framer-17hdf9l, .framer-fO7dG .framer-1kcpxtn, .framer-fO7dG .framer-1qwqurv, .framer-fO7dG .framer-1u83u5h, .framer-fO7dG .framer-1l6wz3c, .framer-fO7dG .framer-mkgeve, .framer-fO7dG .framer-5hudbt, .framer-fO7dG .framer-w2o8gr, .framer-fO7dG .framer-1jadzt0, .framer-fO7dG .framer-af268y, .framer-fO7dG .framer-xdoaq4, .framer-fO7dG .framer-1u2uzxm, .framer-fO7dG .framer-1doexnx, .framer-fO7dG .framer-11obl8j, .framer-fO7dG .framer-i48lv1, .framer-fO7dG .framer-8dg15k, .framer-fO7dG .framer-yat9vr, .framer-fO7dG .framer-1z7kx, .framer-fO7dG .framer-rav4ac, .framer-fO7dG .framer-1sr5kps, .framer-fO7dG .framer-1te8556, .framer-fO7dG .framer-vqbmuj { gap: 0px; } .framer-fO7dG.framer-bmx4kn > *, .framer-fO7dG .framer-135dqpk > *, .framer-fO7dG .framer-1m0f9fo > *, .framer-fO7dG .framer-p68mmu > *, .framer-fO7dG .framer-buji8h > *, .framer-fO7dG .framer-jnwycr > *, .framer-fO7dG .framer-1446yph > *, .framer-fO7dG .framer-1dd353r > *, .framer-fO7dG .framer-1u83u5h > *, .framer-fO7dG .framer-w2o8gr > *, .framer-fO7dG .framer-1u2uzxm > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-fO7dG.framer-bmx4kn > :first-child, .framer-fO7dG .framer-1e33ngd > :first-child, .framer-fO7dG .framer-18npu4u > :first-child, .framer-fO7dG .framer-ku31vd > :first-child, .framer-fO7dG .framer-5ejwvu > :first-child, .framer-fO7dG .framer-1latopb > :first-child, .framer-fO7dG .framer-135dqpk > :first-child, .framer-fO7dG .framer-hbxfcr > :first-child, .framer-fO7dG .framer-1m0f9fo > :first-child, .framer-fO7dG .framer-d3kgnv > :first-child, .framer-fO7dG .framer-yx981a > :first-child, .framer-fO7dG .framer-1c0diil > :first-child, .framer-fO7dG .framer-1l59gj8 > :first-child, .framer-fO7dG .framer-p68mmu > :first-child, .framer-fO7dG .framer-rii8o5 > :first-child, .framer-fO7dG .framer-ga0gma > :first-child, .framer-fO7dG .framer-9n32k > :first-child, .framer-fO7dG .framer-buji8h > :first-child, .framer-fO7dG .framer-l6kkf9 > :first-child, .framer-fO7dG .framer-1uxrodg > :first-child, .framer-fO7dG .framer-gs1gcu > :first-child, .framer-fO7dG .framer-jnwycr > :first-child, .framer-fO7dG .framer-ac98sc > :first-child, .framer-fO7dG .framer-jretau > :first-child, .framer-fO7dG .framer-celz1y > :first-child, .framer-fO7dG .framer-1446yph > :first-child, .framer-fO7dG .framer-qip8y6 > :first-child, .framer-fO7dG .framer-dhytva > :first-child, .framer-fO7dG .framer-u9iloi > :first-child, .framer-fO7dG .framer-1dd353r > :first-child, .framer-fO7dG .framer-17hdf9l > :first-child, .framer-fO7dG .framer-1kcpxtn > :first-child, .framer-fO7dG .framer-1qwqurv > :first-child, .framer-fO7dG .framer-1u83u5h > :first-child, .framer-fO7dG .framer-1l6wz3c > :first-child, .framer-fO7dG .framer-mkgeve > :first-child, .framer-fO7dG .framer-5hudbt > :first-child, .framer-fO7dG .framer-w2o8gr > :first-child, .framer-fO7dG .framer-1jadzt0 > :first-child, .framer-fO7dG .framer-af268y > :first-child, .framer-fO7dG .framer-xdoaq4 > :first-child, .framer-fO7dG .framer-1u2uzxm > :first-child, .framer-fO7dG .framer-1doexnx > :first-child, .framer-fO7dG .framer-11obl8j > :first-child, .framer-fO7dG .framer-i48lv1 > :first-child, .framer-fO7dG .framer-8dg15k > :first-child, .framer-fO7dG .framer-yat9vr > :first-child, .framer-fO7dG .framer-1z7kx > :first-child, .framer-fO7dG .framer-1sr5kps > :first-child, .framer-fO7dG .framer-1te8556 > :first-child, .framer-fO7dG .framer-vqbmuj > :first-child { margin-top: 0px; } .framer-fO7dG.framer-bmx4kn > :last-child, .framer-fO7dG .framer-1e33ngd > :last-child, .framer-fO7dG .framer-18npu4u > :last-child, .framer-fO7dG .framer-ku31vd > :last-child, .framer-fO7dG .framer-5ejwvu > :last-child, .framer-fO7dG .framer-1latopb > :last-child, .framer-fO7dG .framer-135dqpk > :last-child, .framer-fO7dG .framer-hbxfcr > :last-child, .framer-fO7dG .framer-1m0f9fo > :last-child, .framer-fO7dG .framer-d3kgnv > :last-child, .framer-fO7dG .framer-yx981a > :last-child, .framer-fO7dG .framer-1c0diil > :last-child, .framer-fO7dG .framer-1l59gj8 > :last-child, .framer-fO7dG .framer-p68mmu > :last-child, .framer-fO7dG .framer-rii8o5 > :last-child, .framer-fO7dG .framer-ga0gma > :last-child, .framer-fO7dG .framer-9n32k > :last-child, .framer-fO7dG .framer-buji8h > :last-child, .framer-fO7dG .framer-l6kkf9 > :last-child, .framer-fO7dG .framer-1uxrodg > :last-child, .framer-fO7dG .framer-gs1gcu > :last-child, .framer-fO7dG .framer-jnwycr > :last-child, .framer-fO7dG .framer-ac98sc > :last-child, .framer-fO7dG .framer-jretau > :last-child, .framer-fO7dG .framer-celz1y > :last-child, .framer-fO7dG .framer-1446yph > :last-child, .framer-fO7dG .framer-qip8y6 > :last-child, .framer-fO7dG .framer-dhytva > :last-child, .framer-fO7dG .framer-u9iloi > :last-child, .framer-fO7dG .framer-1dd353r > :last-child, .framer-fO7dG .framer-17hdf9l > :last-child, .framer-fO7dG .framer-1kcpxtn > :last-child, .framer-fO7dG .framer-1qwqurv > :last-child, .framer-fO7dG .framer-1u83u5h > :last-child, .framer-fO7dG .framer-1l6wz3c > :last-child, .framer-fO7dG .framer-mkgeve > :last-child, .framer-fO7dG .framer-5hudbt > :last-child, .framer-fO7dG .framer-w2o8gr > :last-child, .framer-fO7dG .framer-1jadzt0 > :last-child, .framer-fO7dG .framer-af268y > :last-child, .framer-fO7dG .framer-xdoaq4 > :last-child, .framer-fO7dG .framer-1u2uzxm > :last-child, .framer-fO7dG .framer-1doexnx > :last-child, .framer-fO7dG .framer-11obl8j > :last-child, .framer-fO7dG .framer-i48lv1 > :last-child, .framer-fO7dG .framer-8dg15k > :last-child, .framer-fO7dG .framer-yat9vr > :last-child, .framer-fO7dG .framer-1z7kx > :last-child, .framer-fO7dG .framer-1sr5kps > :last-child, .framer-fO7dG .framer-1te8556 > :last-child, .framer-fO7dG .framer-vqbmuj > :last-child { margin-bottom: 0px; } .framer-fO7dG .framer-1e33ngd > *, .framer-fO7dG .framer-d3kgnv > * { margin: 0px; margin-bottom: calc(82px / 2); margin-top: calc(82px / 2); } .framer-fO7dG .framer-18npu4u > *, .framer-fO7dG .framer-yx981a > * { margin: 0px; margin-bottom: calc(56px / 2); margin-top: calc(56px / 2); } .framer-fO7dG .framer-ku31vd > *, .framer-fO7dG .framer-1c0diil > *, .framer-fO7dG .framer-9n32k > *, .framer-fO7dG .framer-gs1gcu > *, .framer-fO7dG .framer-celz1y > *, .framer-fO7dG .framer-u9iloi > *, .framer-fO7dG .framer-1qwqurv > *, .framer-fO7dG .framer-5hudbt > *, .framer-fO7dG .framer-xdoaq4 > *, .framer-fO7dG .framer-i48lv1 > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-fO7dG .framer-5ejwvu > *, .framer-fO7dG .framer-8dg15k > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-fO7dG .framer-1latopb > *, .framer-fO7dG .framer-yat9vr > *, .framer-fO7dG .framer-vqbmuj > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-fO7dG .framer-hbxfcr > *, .framer-fO7dG .framer-rii8o5 > *, .framer-fO7dG .framer-ga0gma > *, .framer-fO7dG .framer-l6kkf9 > *, .framer-fO7dG .framer-1uxrodg > *, .framer-fO7dG .framer-ac98sc > *, .framer-fO7dG .framer-jretau > *, .framer-fO7dG .framer-qip8y6 > *, .framer-fO7dG .framer-dhytva > *, .framer-fO7dG .framer-17hdf9l > *, .framer-fO7dG .framer-1kcpxtn > *, .framer-fO7dG .framer-1l6wz3c > *, .framer-fO7dG .framer-mkgeve > *, .framer-fO7dG .framer-1jadzt0 > *, .framer-fO7dG .framer-af268y > *, .framer-fO7dG .framer-1doexnx > *, .framer-fO7dG .framer-11obl8j > *, .framer-fO7dG .framer-1sr5kps > *, .framer-fO7dG .framer-1te8556 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-fO7dG .framer-1l59gj8 > * { margin: 0px; margin-bottom: calc(64px / 2); margin-top: calc(64px / 2); } .framer-fO7dG .framer-1z7kx > * { margin: 0px; margin-bottom: calc(14px / 2); margin-top: calc(14px / 2); } .framer-fO7dG .framer-rav4ac > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-fO7dG .framer-rav4ac > :first-child { margin-left: 0px; } .framer-fO7dG .framer-rav4ac > :last-child { margin-right: 0px; } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,...sharedStyle8.css,'.framer-fO7dG[data-border=\"true\"]::after, .framer-fO7dG [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',\"@media (min-width: 810px) and (max-width: 1199px) { .framer-fO7dG.framer-bmx4kn { width: 810px; } .framer-fO7dG .framer-trahif-container { left: 50%; position: fixed; transform: translateX(-50%); } .framer-fO7dG .framer-1e33ngd { padding: 144px 24px 24px 24px; } .framer-fO7dG .framer-d39e2j, .framer-fO7dG .framer-hiuehw { height: var(--framer-aspect-ratio-supported, 487px); } .framer-fO7dG .framer-xgrdea { flex-direction: column; gap: 32px; justify-content: flex-start; order: 0; } .framer-fO7dG .framer-hbxfcr { flex: none; order: 1; width: 100%; } .framer-fO7dG .framer-1m0f9fo { align-self: unset; height: min-content; justify-content: flex-start; order: 0; width: 716px; } .framer-fO7dG .framer-o5abh9 { height: 468px; } .framer-fO7dG .framer-d3kgnv { padding: 40px 24px 0px 24px; } .framer-fO7dG .framer-1l59gj8 { width: 100%; } .framer-fO7dG .framer-p68mmu { order: 7; } .framer-fO7dG .framer-buji8h, .framer-fO7dG .framer-1z7kx { order: 0; } .framer-fO7dG .framer-jnwycr { order: 1; } .framer-fO7dG .framer-1446yph { order: 2; } .framer-fO7dG .framer-1dd353r { order: 3; } .framer-fO7dG .framer-1u83u5h { order: 4; } .framer-fO7dG .framer-w2o8gr { order: 5; } .framer-fO7dG .framer-1u2uzxm { order: 6; } .framer-fO7dG .framer-rav4ac { flex-direction: column; order: 1; } .framer-fO7dG .framer-1sr5kps { flex: none; width: 100%; } .framer-fO7dG .framer-1te8556 { align-self: unset; flex: none; height: min-content; width: 100%; } .framer-fO7dG .framer-eskppl-container { width: auto; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-fO7dG .framer-xgrdea, .framer-fO7dG .framer-rav4ac { gap: 0px; } .framer-fO7dG .framer-xgrdea > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-fO7dG .framer-xgrdea > :first-child, .framer-fO7dG .framer-rav4ac > :first-child { margin-top: 0px; } .framer-fO7dG .framer-xgrdea > :last-child, .framer-fO7dG .framer-rav4ac > :last-child { margin-bottom: 0px; } .framer-fO7dG .framer-rav4ac > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } }}\",\"@media (max-width: 809px) { .framer-fO7dG.framer-bmx4kn { width: 390px; } .framer-fO7dG .framer-trahif-container { left: 50%; position: fixed; transform: translateX(-50%); will-change: unset; } .framer-fO7dG .framer-1e33ngd { background-color: var(--token-69268266-8d11-4cae-857f-b2432f07a7b6, #ffffff); padding: 144px 24px 24px 24px; } .framer-fO7dG .framer-18npu4u, .framer-fO7dG .framer-yx981a { gap: 40px; } .framer-fO7dG .framer-d39e2j, .framer-fO7dG .framer-hiuehw { height: var(--framer-aspect-ratio-supported, 120px); } .framer-fO7dG .framer-xgrdea { flex-direction: column; gap: 16px; justify-content: flex-start; } .framer-fO7dG .framer-hbxfcr { flex: none; order: 1; padding: 0px; width: 100%; } .framer-fO7dG .framer-1m0f9fo { align-self: unset; gap: 24px; height: min-content; justify-content: flex-start; order: 0; width: 100%; } .framer-fO7dG .framer-o5abh9 { aspect-ratio: 0.9872611464968153 / 1; height: var(--framer-aspect-ratio-supported, 314px); width: 310px; } .framer-fO7dG .framer-d3kgnv { background-color: var(--token-69268266-8d11-4cae-857f-b2432f07a7b6, #ffffff); gap: 40px; justify-content: flex-start; padding: 40px 24px 0px 24px; } .framer-fO7dG .framer-1l59gj8 { width: 100%; } .framer-fO7dG .framer-5z08d7 { gap: 16px; } .framer-fO7dG .framer-p68mmu, .framer-fO7dG .framer-buji8h, .framer-fO7dG .framer-jnwycr, .framer-fO7dG .framer-1446yph, .framer-fO7dG .framer-1dd353r, .framer-fO7dG .framer-1u83u5h, .framer-fO7dG .framer-w2o8gr, .framer-fO7dG .framer-1u2uzxm { border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; box-shadow: unset; padding: 24px; } .framer-fO7dG .framer-8dg15k { padding: 40px 24px 0px 24px; } .framer-fO7dG .framer-yat9vr { padding: 176px 0px 0px 0px; } .framer-fO7dG .framer-1z7kx { gap: 16px; max-width: unset; width: min-content; } .framer-fO7dG .framer-w08d18 { align-self: stretch; width: auto; } .framer-fO7dG .framer-1dnz5vp { white-space: pre; width: auto; } .framer-fO7dG .framer-rav4ac { flex-direction: column; gap: 16px; } .framer-fO7dG .framer-1sr5kps { flex: none; gap: 16px; width: 100%; } .framer-fO7dG .framer-1te8556 { align-self: unset; flex: none; gap: 16px; height: min-content; width: 100%; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-fO7dG .framer-18npu4u, .framer-fO7dG .framer-xgrdea, .framer-fO7dG .framer-1m0f9fo, .framer-fO7dG .framer-d3kgnv, .framer-fO7dG .framer-yx981a, .framer-fO7dG .framer-5z08d7, .framer-fO7dG .framer-1z7kx, .framer-fO7dG .framer-rav4ac, .framer-fO7dG .framer-1sr5kps, .framer-fO7dG .framer-1te8556 { gap: 0px; } .framer-fO7dG .framer-18npu4u > *, .framer-fO7dG .framer-d3kgnv > *, .framer-fO7dG .framer-yx981a > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-fO7dG .framer-18npu4u > :first-child, .framer-fO7dG .framer-xgrdea > :first-child, .framer-fO7dG .framer-1m0f9fo > :first-child, .framer-fO7dG .framer-d3kgnv > :first-child, .framer-fO7dG .framer-yx981a > :first-child, .framer-fO7dG .framer-1z7kx > :first-child, .framer-fO7dG .framer-rav4ac > :first-child, .framer-fO7dG .framer-1sr5kps > :first-child, .framer-fO7dG .framer-1te8556 > :first-child { margin-top: 0px; } .framer-fO7dG .framer-18npu4u > :last-child, .framer-fO7dG .framer-xgrdea > :last-child, .framer-fO7dG .framer-1m0f9fo > :last-child, .framer-fO7dG .framer-d3kgnv > :last-child, .framer-fO7dG .framer-yx981a > :last-child, .framer-fO7dG .framer-1z7kx > :last-child, .framer-fO7dG .framer-rav4ac > :last-child, .framer-fO7dG .framer-1sr5kps > :last-child, .framer-fO7dG .framer-1te8556 > :last-child { margin-bottom: 0px; } .framer-fO7dG .framer-xgrdea > *, .framer-fO7dG .framer-1z7kx > *, .framer-fO7dG .framer-rav4ac > *, .framer-fO7dG .framer-1sr5kps > *, .framer-fO7dG .framer-1te8556 > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-fO7dG .framer-1m0f9fo > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-fO7dG .framer-5z08d7 > *, .framer-fO7dG .framer-5z08d7 > :first-child, .framer-fO7dG .framer-5z08d7 > :last-child { margin: 0px; } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 5379\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"FhZkr8YRm\":{\"layout\":[\"fixed\",\"auto\"]},\"Gs3Ev9T9g\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections\n * @framerResponsiveScreen\n */const FramerZD6Khsz7E=withCSS(Component,css,\"framer-fO7dG\");export default FramerZD6Khsz7E;FramerZD6Khsz7E.displayName=\"Category Pages / Amazon Keyword Research\";FramerZD6Khsz7E.defaultProps={height:5379,width:1200};addFonts(FramerZD6Khsz7E,[{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:\"Poppins\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/poppins/v22/pxiByp8kv8JHgFVrLEj6V15vFP-KUEg.woff2\",weight:\"600\"}]},...SectionNavigationFonts,...CardsFAQFonts,...SectionFooterFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts),...getFontsFromSharedStyle(sharedStyle6.fonts),...getFontsFromSharedStyle(sharedStyle7.fonts),...getFontsFromSharedStyle(sharedStyle8.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerZD6Khsz7E\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"5379\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"FhZkr8YRm\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Gs3Ev9T9g\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerScrollSections\":\"* @framerResponsiveScreen\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"1200\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["SectionNavigationFonts", "getFonts", "ljSN1mLHN_default", "ContainerWithOptimizedAppearEffect", "withOptimizedAppearEffect", "Container", "MotionDivWithFX", "withFX", "motion", "CardsFAQFonts", "vUD8jBWUL_default", "SectionFooterFonts", "xrEXTrCP5_default", "ContainerWithFX", "breakpoints", "serializationHash", "variantClassNames", "transition1", "animation", "animation1", "transformTemplate1", "_", "t", "animation2", "animation3", "animation4", "transition2", "animation5", "transition3", "animation6", "animation7", "HTMLStyle", "value", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "breakpoints", "gestureVariant", "scopingClassNames", "cx", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "PropertyOverrides2", "ComponentViewportProvider", "ContainerWithOptimizedAppearEffect", "ljSN1mLHN_default", "MotionDivWithFX", "x", "RichText2", "getLoadingLazyAtYPosition", "Image2", "Link", "Container", "vUD8jBWUL_default", "ContainerWithFX", "xrEXTrCP5_default", "css", "FramerZD6Khsz7E", "withCSS", "ZD6Khsz7E_default", "addFonts", "SectionNavigationFonts", "CardsFAQFonts", "SectionFooterFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
