{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/H77sEcWVuKtnpXoxwllW/sf3GGAs9vVaVTOIbHd0Q/Eh4ZihGEs.js", "ssg:https://framerusercontent.com/modules/IFvie8vPq0FPSNaNiykb/cR7AXEYiYlox3bC3NGYE/Eh4ZihGEs.js"],
  "sourcesContent": ["// Generated by Framer (13d9867)\nimport{LazyValue}from\"framer\";const valuesByLocaleId={J3BAYMX0B:new LazyValue(()=>import(\"./Eh4ZihGEs-0.js\"))};export default function getLocalizedValue(key,locale){while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values.read()[key];if(value)return value;}locale=locale.fallback;}}function preload(locale){const promises=[];while(locale){const values=valuesByLocaleId[locale.id];if(values){const promise=values.preload();if(promise)promises.push(promise);}locale=locale.fallback;}if(promises.length>0)return Promise.all(promises);}export function usePreloadLocalizedValues(locale){const preloadPromise=preload(locale);if(preloadPromise)throw preloadPromise;}\nexport const __FramerMetadata__ = {\"exports\":{\"usePreloadLocalizedValues\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (13d9867)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,Link,PropertyOverrides,RichText,SVG,useCustomCursors,useHydratedBreakpointVariants,useLocaleInfo,withCSS,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{Video}from\"https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/tbiAmyP8q4mMaXLQcmj3/Video.js\";import Navigation from\"#framer/local/canvasComponent/DYKH8zJeQ/DYKH8zJeQ.js\";import Progresslipse from\"#framer/local/canvasComponent/gjLBO4gsZ/gjLBO4gsZ.js\";import Footer from\"#framer/local/canvasComponent/Lyw9jarZ3/Lyw9jarZ3.js\";import Button from\"#framer/local/canvasComponent/z4KDgLvWO/z4KDgLvWO.js\";import*as sharedStyle from\"#framer/local/css/DhsVO3ura/DhsVO3ura.js\";import*as sharedStyle1 from\"#framer/local/css/nzdW7Y_Eq/nzdW7Y_Eq.js\";import getLocalizedValue,{usePreloadLocalizedValues}from\"#framer/local/localization/Eh4ZihGEs/Eh4ZihGEs.js\";import metadataProvider from\"#framer/local/webPageMetadata/Eh4ZihGEs/Eh4ZihGEs.js\";const RichTextWithOptimizedAppearEffect=withOptimizedAppearEffect(RichText);const ProgresslipseFonts=getFonts(Progresslipse);const VideoFonts=getFonts(Video);const ButtonFonts=getFonts(Button);const MotionDivWithOptimizedAppearEffect=withOptimizedAppearEffect(motion.div);const NavigationFonts=getFonts(Navigation);const ContainerWithOptimizedAppearEffect=withOptimizedAppearEffect(Container);const FooterFonts=getFonts(Footer);const breakpoints={gj0cSaSq7:\"(min-width: 810px) and (max-width: 1199px)\",sCYgAnc6C:\"(max-width: 809px)\",tEep2XrU3:\"(min-width: 1200px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-ZejCX\";const variantClassNames={gj0cSaSq7:\"framer-v-1vqpkui\",sCYgAnc6C:\"framer-v-562cbg\",tEep2XrU3:\"framer-v-gbfl40\"};const transition1={damping:60,delay:.1,mass:1,stiffness:250,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-40};const transition2={damping:60,delay:.3,mass:1,stiffness:250,type:\"spring\"};const animation2={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const transition3={damping:40,delay:.8,mass:1,stiffness:150,type:\"spring\"};const animation3={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition3,x:0,y:0};const animation4={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:-30};const metadata=metadataProvider();const humanReadableVariantMap={Desktop:\"tEep2XrU3\",Phone:\"sCYgAnc6C\",Tablet:\"gj0cSaSq7\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"tEep2XrU3\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useEffect(()=>{const metadata1=metadataProvider(undefined,activeLocale);if(metadata1.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata1.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata1.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata1=metadataProvider(undefined,activeLocale);document.title=metadata1.title||\"\";if(metadata1.viewport){var _document_querySelector;(_document_querySelector=document.querySelector('meta[name=\"viewport\"]'))===null||_document_querySelector===void 0?void 0:_document_querySelector.setAttribute(\"content\",metadata1.viewport);}const bodyCls=metadata1.bodyClassName;if(bodyCls){const body=document.body;body.classList.forEach(c=>c.startsWith(\"framer-body-\")&&body.classList.remove(c));body.classList.add(`${metadata1.bodyClassName}-framer-ZejCX`);}return()=>{if(bodyCls)document.body.classList.remove(`${metadata1.bodyClassName}-framer-ZejCX`);};},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const ref1=React.useRef(null);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"sCYgAnc6C\")return false;return true;};usePreloadLocalizedValues(activeLocale);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];useCustomCursors({});var _getLocalizedValue,_getLocalizedValue1;return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"tEep2XrU3\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:[/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-gbfl40\",className),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-r2vs0f\",\"data-framer-name\":\"Hero\",name:\"Hero\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-mqetvt\",\"data-framer-name\":\"Copy\",name:\"Copy\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1k5vcg5\",\"data-framer-name\":\"Header + Copy\",name:\"Header + Copy\",children:[/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1tsd54f\",\"data-styles-preset\":\"DhsVO3ura\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-fe8040e6-3344-44c0-bab9-226d490ba5f3, rgb(0, 0, 0))\"},children:\"Quick-start guide on how to use SHOPMirror+\"})}),className:\"framer-1i3ozod\",\"data-framer-appear-id\":\"1i3ozod\",\"data-framer-name\":\"Header\",fonts:[\"Inter\"],initial:animation1,name:\"Header\",optimized:true,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-erxpvx\",\"data-styles-preset\":\"nzdW7Y_Eq\",style:{\"--framer-text-alignment\":\"center\"},children:\"Product scanning\"})}),className:\"framer-ntmzkm\",\"data-framer-appear-id\":\"ntmzkm\",\"data-framer-name\":\"Copy\",fonts:[\"Inter\"],initial:animation1,name:\"Copy\",optimized:true,verticalAlignment:\"top\",withExternalLayout:true})]}),isDisplayed()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-bq3fc5 hidden-562cbg\",\"data-framer-name\":\"Header + Copy\",name:\"Header + Copy\",children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"s5EuQXWTZ\"},nodeId:\"JTx7cMgV_\",children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-xn8xbb framer-1r3b7eq\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:62,width:\"62px\",y:318.6,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1vajk5o-container\",children:/*#__PURE__*/_jsx(Progresslipse,{height:\"100%\",id:\"XL1InTokI\",layoutId:\"XL1InTokI\",style:{height:\"100%\",width:\"100%\"},variant:\"D4PtW9mjW\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(SVG,{className:\"framer-a8gtpe\",\"data-framer-name\":\"Line 5\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:8,intrinsicWidth:54,name:\"Line 5\",svg:'<svg width=\"54\" height=\"8\" viewBox=\"-2 -2 54 8\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<line y1=\"2\" x2=\"50\" y2=\"2\" stroke=\"#2C4EFF\" stroke-width=\"4\" stroke-dasharray=\"4 4\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"cbmr1_ExQ\"},nodeId:\"ZfRB1WuAu\",children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-mge363 framer-1r3b7eq\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:62,width:\"62px\",y:318.6,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ww0myb-container\",children:/*#__PURE__*/_jsx(Progresslipse,{height:\"100%\",id:\"ifC1ZX0tp\",layoutId:\"ifC1ZX0tp\",style:{height:\"100%\",width:\"100%\"},variant:\"D4PtW9mjW\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1i4zw5k\",\"data-framer-name\":\"Line 5\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:8,intrinsicWidth:54,name:\"Line 5\",svg:'<svg width=\"54\" height=\"8\" viewBox=\"-2 -2 54 8\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<line y1=\"2\" x2=\"50\" y2=\"2\" stroke=\"#2C4EFF\" stroke-width=\"4\" stroke-dasharray=\"4 4\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"Eh4ZihGEs\"},nodeId:\"PegDN1cjc\",children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-15hhnxj framer-1r3b7eq\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:62,width:\"62px\",y:318.6,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1gedyj3-container\",children:/*#__PURE__*/_jsx(Progresslipse,{height:\"100%\",id:\"DVCJhjG6Y\",layoutId:\"DVCJhjG6Y\",style:{height:\"100%\",width:\"100%\"},variant:\"wcXVVwhRr\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(SVG,{className:\"framer-2ejttm\",\"data-framer-name\":\"Line 5\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:8,intrinsicWidth:54,name:\"Line 5\",svg:'<svg width=\"54\" height=\"8\" viewBox=\"-2 -2 54 8\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<line y1=\"2\" x2=\"50\" y2=\"2\" stroke=\"#2C4EFF\" stroke-width=\"4\" stroke-dasharray=\"4 4\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"tQYOSfaAm\"},nodeId:\"mo8hGGuDW\",children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-1gbs39e framer-1r3b7eq\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:62,width:\"62px\",y:318.6,children:/*#__PURE__*/_jsx(Container,{className:\"framer-650yfw-container\",children:/*#__PURE__*/_jsx(Progresslipse,{height:\"100%\",id:\"Lxc4nmEc3\",layoutId:\"Lxc4nmEc3\",style:{height:\"100%\",width:\"100%\"},variant:\"LIoGwK95c\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(SVG,{className:\"framer-s7eynv\",\"data-framer-name\":\"Line 5\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:8,intrinsicWidth:54,name:\"Line 5\",svg:'<svg width=\"54\" height=\"8\" viewBox=\"-2 -2 54 8\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<line y1=\"2\" x2=\"50\" y2=\"2\" stroke=\"#2C4EFF\" stroke-width=\"4\" stroke-dasharray=\"4 4\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"ZYa0HMbiW\"},nodeId:\"MsXdlJoaT\",children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-18s3p5q framer-1r3b7eq\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:62,width:\"62px\",y:318.6,children:/*#__PURE__*/_jsx(Container,{className:\"framer-wdfre1-container\",children:/*#__PURE__*/_jsx(Progresslipse,{height:\"100%\",id:\"lhlGDPar3\",layoutId:\"lhlGDPar3\",style:{height:\"100%\",width:\"100%\"},variant:\"LIoGwK95c\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1fcjvzd-container\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:10,bottomLeftRadius:10,bottomRightRadius:10,controls:true,height:\"100%\",id:\"h0rMOdJjo\",isMixedBorderRadius:false,layoutId:\"h0rMOdJjo\",loop:false,muted:false,objectFit:\"cover\",playing:false,poster:\"https://framerusercontent.com/images/loEmdPh3cDLVHkz5bPOnghsk5og.jpg\",posterEnabled:true,srcFile:\"https://framerusercontent.com/assets/1QVfNvdga9aZXUEf09WKkDtiK38.mp4\",srcType:\"Upload\",srcUrl:\"https://framerusercontent.com/assets/MLWPbW1dUQawJLhhun3dBwpgJak.mp4\",startTime:0,style:{height:\"100%\",maxWidth:\"100%\",width:\"100%\"},topLeftRadius:10,topRightRadius:10,volume:30,width:\"100%\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-18m041\",\"data-framer-name\":\"Next/prev vid\",name:\"Next/prev vid\",children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"cbmr1_ExQ\"},nodeId:\"rVN3bolJd\",openInNewTab:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-562aok framer-1r3b7eq\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{sCYgAnc6C:{y:811.6}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:55,y:905.6,children:/*#__PURE__*/_jsx(Container,{className:\"framer-14q4ajz-container\",children:/*#__PURE__*/_jsx(Button,{FOxcLjTdx:(_getLocalizedValue=getLocalizedValue(\"v0\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:\"Previous video\",height:\"100%\",id:\"PVsotRdMl\",layoutId:\"PVsotRdMl\",style:{height:\"100%\"},variant:\"C776_t9gi\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"tQYOSfaAm\"},nodeId:\"Eimd3qwu3\",openInNewTab:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-b71pv3 framer-1r3b7eq\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{sCYgAnc6C:{y:811.6}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:55,y:905.6,children:/*#__PURE__*/_jsx(Container,{className:\"framer-je35tz-container\",children:/*#__PURE__*/_jsx(Button,{FOxcLjTdx:(_getLocalizedValue1=getLocalizedValue(\"v1\",activeLocale))!==null&&_getLocalizedValue1!==void 0?_getLocalizedValue1:\"Next video\",height:\"100%\",id:\"z4kYF7TW0\",layoutId:\"z4kYF7TW0\",style:{height:\"100%\"},variant:\"hUn5FEAEd\",width:\"100%\"})})})})})})]}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation2,className:\"framer-1jup0xy\",\"data-framer-appear-id\":\"1jup0xy\",\"data-framer-name\":\"Transcript\",initial:animation1,name:\"Transcript\",optimized:true,children:/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-erxpvx\",\"data-styles-preset\":\"nzdW7Y_Eq\",style:{\"--framer-text-alignment\":\"left\"},children:[\"Summary:\",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"strong\",{children:'\"Product Scanning\" - Effortless Product Lookup with SHOPMirror+'})]}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-erxpvx\",\"data-styles-preset\":\"nzdW7Y_Eq\",style:{\"--framer-text-alignment\":\"left\"},children:\"Discover how to quickly access detailed product information with SHOPMirror+.\"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-erxpvx\",\"data-styles-preset\":\"nzdW7Y_Eq\",style:{\"--framer-text-alignment\":\"left\"},children:\"This video tutorial walks you through the simple process of scanning a barcode or browsing products directly on the screen to view details like pricing, availability, and specifications. Perfect for customers seeking instant answers and for retailers wanting to provide a seamless shopping experience.\"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-erxpvx\",\"data-styles-preset\":\"nzdW7Y_Eq\",style:{\"--framer-text-alignment\":\"left\"},children:\"Learn how this innovative technology bridges the gap between in-store and online shopping by delivering real-time insights at your fingertips.\"})]}),className:\"framer-1is8z5q\",\"data-framer-appear-id\":\"1is8z5q\",\"data-framer-name\":\"Copy\",fonts:[\"Inter\",\"Inter-Bold\"],initial:animation1,name:\"Copy\",optimized:true,verticalAlignment:\"top\",withExternalLayout:true})})]})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:80,width:\"100vw\",y:0,children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation3,className:\"framer-134dxpx-container\",\"data-framer-appear-id\":\"134dxpx\",initial:animation4,layoutScroll:true,optimized:true,style:{transformPerspective:1200},transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gj0cSaSq7:{variant:\"sXm8FmAre\"},sCYgAnc6C:{variant:\"Li_Fg0dtz\"}},children:/*#__PURE__*/_jsx(Navigation,{height:\"100%\",id:\"EZ02rDnCk\",layoutId:\"EZ02rDnCk\",style:{width:\"100%\"},variant:\"Exr1kWGyO\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ll5to\",\"data-framer-name\":\"Footer\",name:\"Footer\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-o7ee77\",\"data-framer-name\":\"BgBlur\",name:\"BgBlur\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{sCYgAnc6C:{y:1506.6}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:598,y:1600.6,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1jo05zq-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{gj0cSaSq7:{variant:\"xJItLzuMv\"},sCYgAnc6C:{variant:\"xJItLzuMv\"}},children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"pQweCt3Uy\",layoutId:\"pQweCt3Uy\",variant:\"wkINp6mpQ\",width:\"100%\"})})})})})]})]}),/*#__PURE__*/_jsx(\"div\",{className:cx(serializationHash,...sharedStyleClassNames),id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",`.${metadata.bodyClassName}-framer-ZejCX { background: var(--token-b475daa1-123e-4ac4-9203-afa2fe736f56, rgb(255, 255, 255)); }`,\".framer-ZejCX.framer-1r3b7eq, .framer-ZejCX .framer-1r3b7eq { display: block; }\",\".framer-ZejCX.framer-gbfl40 { align-content: center; align-items: center; background-color: var(--token-b475daa1-123e-4ac4-9203-afa2fe736f56, #ffffff); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 120px 0px 0px 0px; position: relative; width: 1200px; }\",\".framer-ZejCX .framer-r2vs0f { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 1400px; overflow: visible; padding: 0px; position: relative; width: 90%; z-index: 1; }\",\".framer-ZejCX .framer-mqetvt { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-ZejCX .framer-1k5vcg5 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-ZejCX .framer-1i3ozod, .framer-ZejCX .framer-ntmzkm { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-ZejCX .framer-bq3fc5 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-ZejCX .framer-xn8xbb, .framer-ZejCX .framer-mge363, .framer-ZejCX .framer-15hhnxj, .framer-ZejCX .framer-1gbs39e, .framer-ZejCX .framer-18s3p5q { flex: none; height: 62px; overflow: hidden; position: relative; text-decoration: none; width: 62px; }\",\".framer-ZejCX .framer-1vajk5o-container, .framer-ZejCX .framer-1ww0myb-container, .framer-ZejCX .framer-1gedyj3-container, .framer-ZejCX .framer-650yfw-container, .framer-ZejCX .framer-wdfre1-container { bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-ZejCX .framer-a8gtpe, .framer-ZejCX .framer-1i4zw5k, .framer-ZejCX .framer-2ejttm, .framer-ZejCX .framer-s7eynv { flex: none; height: 8px; position: relative; width: 54px; }\",\".framer-ZejCX .framer-1fcjvzd-container { aspect-ratio: 1.7939262472885034 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 465px); max-width: 1200px; position: relative; width: 77%; }\",\".framer-ZejCX .framer-18m041, .framer-ZejCX .framer-1jup0xy { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-ZejCX .framer-562aok { flex: none; height: 55px; overflow: hidden; position: relative; text-decoration: none; width: 178px; }\",\".framer-ZejCX .framer-14q4ajz-container, .framer-ZejCX .framer-je35tz-container { bottom: 0px; flex: none; left: 50%; position: absolute; top: 0px; transform: translateX(-50%); width: auto; }\",\".framer-ZejCX .framer-b71pv3 { flex: none; height: 55px; overflow: hidden; position: relative; text-decoration: none; width: 146px; }\",\".framer-ZejCX .framer-1is8z5q { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-ZejCX .framer-134dxpx-container { flex: none; height: auto; left: 50%; position: fixed; top: 0px; transform: translateX(-50%); width: 100%; z-index: 3; }\",\".framer-ZejCX .framer-ll5to { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",'.framer-ZejCX .framer-o7ee77 { background: radial-gradient(48% 45% at 51.1% 50%, var(--token-ecafc256-809a-4d45-a91d-a2dbb56ff89e, #fffaf1) /* {\"name\":\"HighlightColor\"} */ 0%, rgba(241, 206, 247, 0) 100%); bottom: -533px; flex: none; left: -723px; overflow: visible; pointer-events: none; position: absolute; right: -723px; top: -1191px; z-index: 0; }',\".framer-ZejCX .framer-1jo05zq-container { flex: none; height: auto; position: relative; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-ZejCX.framer-gbfl40, .framer-ZejCX .framer-r2vs0f, .framer-ZejCX .framer-mqetvt, .framer-ZejCX .framer-1k5vcg5, .framer-ZejCX .framer-bq3fc5, .framer-ZejCX .framer-18m041, .framer-ZejCX .framer-1jup0xy, .framer-ZejCX .framer-ll5to { gap: 0px; } .framer-ZejCX.framer-gbfl40 > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } .framer-ZejCX.framer-gbfl40 > :first-child, .framer-ZejCX .framer-mqetvt > :first-child, .framer-ZejCX .framer-1k5vcg5 > :first-child, .framer-ZejCX .framer-ll5to > :first-child { margin-top: 0px; } .framer-ZejCX.framer-gbfl40 > :last-child, .framer-ZejCX .framer-mqetvt > :last-child, .framer-ZejCX .framer-1k5vcg5 > :last-child, .framer-ZejCX .framer-ll5to > :last-child { margin-bottom: 0px; } .framer-ZejCX .framer-r2vs0f > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-ZejCX .framer-r2vs0f > :first-child, .framer-ZejCX .framer-bq3fc5 > :first-child, .framer-ZejCX .framer-18m041 > :first-child, .framer-ZejCX .framer-1jup0xy > :first-child { margin-left: 0px; } .framer-ZejCX .framer-r2vs0f > :last-child, .framer-ZejCX .framer-bq3fc5 > :last-child, .framer-ZejCX .framer-18m041 > :last-child, .framer-ZejCX .framer-1jup0xy > :last-child { margin-right: 0px; } .framer-ZejCX .framer-mqetvt > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-ZejCX .framer-1k5vcg5 > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-ZejCX .framer-bq3fc5 > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-ZejCX .framer-18m041 > *, .framer-ZejCX .framer-1jup0xy > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } .framer-ZejCX .framer-ll5to > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\",`@media (min-width: 810px) and (max-width: 1199px) { .${metadata.bodyClassName}-framer-ZejCX { background: var(--token-b475daa1-123e-4ac4-9203-afa2fe736f56, rgb(255, 255, 255)); } .framer-ZejCX.framer-gbfl40 { width: 810px; } .framer-ZejCX .framer-1fcjvzd-container { height: var(--framer-aspect-ratio-supported, 314px); }}`,`@media (max-width: 809px) { .${metadata.bodyClassName}-framer-ZejCX { background: var(--token-b475daa1-123e-4ac4-9203-afa2fe736f56, rgb(255, 255, 255)); } .framer-ZejCX.framer-gbfl40 { width: 390px; } .framer-ZejCX .framer-r2vs0f { flex-direction: column; } .framer-ZejCX .framer-mqetvt { flex: none; width: 100%; } .framer-ZejCX .framer-1fcjvzd-container { height: var(--framer-aspect-ratio-supported, 151px); } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-ZejCX .framer-r2vs0f { gap: 0px; } .framer-ZejCX .framer-r2vs0f > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-ZejCX .framer-r2vs0f > :first-child { margin-top: 0px; } .framer-ZejCX .framer-r2vs0f > :last-child { margin-bottom: 0px; } }}`,...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 1829\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"gj0cSaSq7\":{\"layout\":[\"fixed\",\"auto\"]},\"sCYgAnc6C\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerResponsiveScreen\n */const FramerEh4ZihGEs=withCSS(Component,css,\"framer-ZejCX\");export default FramerEh4ZihGEs;FramerEh4ZihGEs.displayName=\"Smtutorial 2\";FramerEh4ZihGEs.defaultProps={height:1829,width:1200};addFonts(FramerEh4ZihGEs,[{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:\"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/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{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/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{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/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{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/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{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/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"}]},...ProgresslipseFonts,...VideoFonts,...ButtonFonts,...NavigationFonts,...FooterFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerEh4ZihGEs\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerResponsiveScreen\":\"\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"gj0cSaSq7\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"sCYgAnc6C\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"1829\",\"framerIntrinsicWidth\":\"1200\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["valuesByLocaleId", "LazyValue", "getLocalizedValue", "key", "locale", "values", "value", "preload", "promises", "promise", "usePreloadLocalizedValues", "preloadPromise", "RichTextWithOptimizedAppearEffect", "withOptimizedAppearEffect", "RichText2", "ProgresslipseFonts", "getFonts", "gjLBO4gsZ_default", "VideoFonts", "Video", "ButtonFonts", "z4KDgLvWO_default", "MotionDivWithOptimizedAppearEffect", "motion", "NavigationFonts", "DYKH8zJeQ_default", "ContainerWithOptimizedAppearEffect", "Container", "FooterFonts", "Lyw9jarZ3_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "transition1", "animation", "animation1", "transition2", "animation2", "transformTemplate1", "_", "t", "transition3", "animation3", "animation4", "metadata", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata1", "robotsTag", "ie", "_document_querySelector", "bodyCls", "body", "c", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "ref1", "pe", "isDisplayed", "usePreloadLocalizedValues", "defaultLayoutId", "ae", "sharedStyleClassNames", "useCustomCursors", "_getLocalizedValue", "_getLocalizedValue1", "p", "GeneratedComponentContext", "u", "LayoutGroup", "cx", "x", "Link", "ComponentViewportProvider", "SVG", "PropertyOverrides2", "getLocalizedValue", "css", "FramerEh4ZihGEs", "withCSS", "Eh4ZihGEs_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
