{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/ub6LdLCvVBWNuoiWcg6x/OmgLYsGfDWyeIZoKfASr/dZgLW9wrO.js"],
  "sourcesContent": ["// Generated by Framer (2c4b293)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,LazyValue,PropertyOverrides,RichText,useActiveVariantCallback,useCustomCursors,useHydratedBreakpointVariants,useLocaleInfo,useOverlayState,withCSS,withFX}from\"framer\";import{AnimatePresence,LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import*as ReactDOM from\"react-dom\";import SmoothScroll from\"https://framerusercontent.com/modules/Yppqt3Cs3Y8TZqvASnXl/ALzPzo9ZL7qsyNt6jnNi/Smooth_Scroll.js\";import NavbarDark from\"#framer/local/canvasComponent/j8FJJdpS3/j8FJJdpS3.js\";import FooterDark from\"#framer/local/canvasComponent/p6bQT6mV2/p6bQT6mV2.js\";import PopUp from\"#framer/local/canvasComponent/S67IikoSW/S67IikoSW.js\";import Close from\"#framer/local/canvasComponent/vjkOFuA6m/vjkOFuA6m.js\";import Buttons from\"#framer/local/canvasComponent/xPXe85yTq/xPXe85yTq.js\";import*as sharedStyle1 from\"#framer/local/css/E4FsKLONk/E4FsKLONk.js\";import*as sharedStyle3 from\"#framer/local/css/fI2TFau2K/fI2TFau2K.js\";import*as sharedStyle from\"#framer/local/css/fxWVMXeI5/fxWVMXeI5.js\";import*as sharedStyle2 from\"#framer/local/css/JFVpcGBYL/JFVpcGBYL.js\";import metadataProvider from\"#framer/local/webPageMetadata/dZgLW9wrO/dZgLW9wrO.js\";const SmoothScrollFonts=getFonts(SmoothScroll);const NavbarDarkFonts=getFonts(NavbarDark);const PopUpFonts=getFonts(PopUp);const RichTextWithFX=withFX(RichText);const ButtonsFonts=getFonts(Buttons);const CloseFonts=getFonts(Close);const FooterDarkFonts=getFonts(FooterDark);const cycleOrder=[\"wBFGoBTxN\",\"eWY5U_jgn\",\"GNKsJRIEZ\",\"GvZAiPb2w\"];const breakpoints={eWY5U_jgn:\"(min-width: 1200px) and (max-width: 1439px)\",GNKsJRIEZ:\"(min-width: 810px) and (max-width: 1199px)\",GvZAiPb2w:\"(max-width: 809px)\",wBFGoBTxN:\"(min-width: 1440px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-nAlaf\";const variantClassNames={eWY5U_jgn:\"framer-v-9221xt\",GNKsJRIEZ:\"framer-v-i9epxm\",GvZAiPb2w:\"framer-v-1ec01fz\",wBFGoBTxN:\"framer-v-1h4iwr9\"};const valuesByLocaleId={qm8wgePwx:new LazyValue(()=>import(\"./dZgLW9wrO-0.js\"))};const preloadLocalizedValues=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);}};const getLocalizedValue=(key,locale)=>{while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values.read()[key];if(value){return value;}}locale=locale.fallback;}};const Overlay=({children,blockDocumentScrolling,enabled=true})=>{const[visible,setVisible]=useOverlayState({blockDocumentScrolling});return children({hide:()=>setVisible(false),show:()=>setVisible(true),toggle:()=>setVisible(!visible),visible:enabled&&visible});};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:0};const transition1={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition1,x:0,y:0};const metadata=metadataProvider();const humanReadableVariantMap={\"Desktop 2\":\"eWY5U_jgn\",Desktop:\"wBFGoBTxN\",Phone:\"GvZAiPb2w\",Tablet:\"GNKsJRIEZ\"};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:\"wBFGoBTxN\"};};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-nAlaf`);}return()=>{if(bodyCls)document.body.classList.remove(`${metadata1.bodyClassName}-framer-nAlaf`);};},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const{activeVariantCallback,delay}=useActiveVariantCallback(undefined);const ezeS0B1T0welu7j=({overlay,paginationInfo})=>activeVariantCallback(async(...args)=>{overlay.toggle();});const gNrN9MNpd1wvko5h=({overlay,paginationInfo})=>activeVariantCallback(async(...args)=>{overlay.hide();});const xnitKoH0Rwelu7j=({overlay,paginationInfo})=>activeVariantCallback(async(...args)=>{overlay.toggle();});const tap1wvko5h=({overlay,paginationInfo})=>activeVariantCallback(async(...args)=>{overlay.hide();});const Q5wxkqQetwelu7j=({overlay,paginationInfo})=>activeVariantCallback(async(...args)=>{overlay.toggle();});const preloadPromise=preloadLocalizedValues(activeLocale);if(preloadPromise)throw preloadPromise;const ref1=React.useRef(null);const isDisplayed=()=>{if(!isBrowser())return true;if([\"GNKsJRIEZ\",\"GvZAiPb2w\"].includes(baseVariant))return true;return false;};const isDisplayed1=()=>{if(!isBrowser())return true;if([\"GNKsJRIEZ\",\"GvZAiPb2w\"].includes(baseVariant))return false;return true;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className];useCustomCursors({});var _getLocalizedValue,_getLocalizedValue1,_getLocalizedValue2,_getLocalizedValue3,_getLocalizedValue4,_getLocalizedValue5,_getLocalizedValue6,_getLocalizedValue7,_getLocalizedValue8,_getLocalizedValue9,_getLocalizedValue10,_getLocalizedValue11,_getLocalizedValue12,_getLocalizedValue13,_getLocalizedValue14,_getLocalizedValue15,_getLocalizedValue16,_getLocalizedValue17,_getLocalizedValue18,_getLocalizedValue19,_getLocalizedValue20,_getLocalizedValue21,_getLocalizedValue22,_getLocalizedValue23,_getLocalizedValue24,_getLocalizedValue25,_getLocalizedValue26,_getLocalizedValue27,_getLocalizedValue28,_getLocalizedValue29,_getLocalizedValue30,_getLocalizedValue31,_getLocalizedValue32,_getLocalizedValue33,_getLocalizedValue34,_getLocalizedValue35,_getLocalizedValue36,_getLocalizedValue37,_getLocalizedValue38,_getLocalizedValue39,_getLocalizedValue40,_getLocalizedValue41,_getLocalizedValue42,_getLocalizedValue43,_getLocalizedValue44,_getLocalizedValue45,_getLocalizedValue46,_getLocalizedValue47,_getLocalizedValue48,_getLocalizedValue49,_getLocalizedValue50,_getLocalizedValue51,_getLocalizedValue52,_getLocalizedValue53,_getLocalizedValue54,_getLocalizedValue55,_getLocalizedValue56,_getLocalizedValue57,_getLocalizedValue58;return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"wBFGoBTxN\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:[/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1h4iwr9\",className),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1jwtsh7-container\",children:/*#__PURE__*/_jsx(SmoothScroll,{height:\"100%\",id:\"ctEITw9kp\",intensity:10,layoutId:\"ctEITw9kp\",width:\"100%\"})})}),/*#__PURE__*/_jsx(Overlay,{children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:100,width:\"100vw\",y:200,children:/*#__PURE__*/_jsxs(Container,{className:\"framer-1eu1qqd-container\",id:\"1eu1qqd\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GNKsJRIEZ:{variant:\"HgvuYPU0x\"},GvZAiPb2w:{variant:\"aQgoNxBHP\"}},children:/*#__PURE__*/_jsx(NavbarDark,{ezeS0B1T0:ezeS0B1T0welu7j({overlay}),height:\"100%\",id:\"Vxb36dWY5\",layoutId:\"Vxb36dWY5\",style:{width:\"100%\"},variant:\"KA_9z4Fy2\",width:\"100%\"})}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:0,ease:[.5,0,.88,.77],type:\"tween\"}},className:\"framer-19idopl\",\"data-framer-portal-id\":\"1eu1qqd\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay.hide()},\"awaMqm_qO\"),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GNKsJRIEZ:{width:\"715px\",y:322.9259259259261},GvZAiPb2w:{width:\"91.7949vw\",y:322.0000000000002}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:356,width:\"901px\",y:322.59171597633156,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1xgp4ue-container\",\"data-framer-portal-id\":\"1eu1qqd\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GNKsJRIEZ:{variant:\"ipxhoKhxD\"},GvZAiPb2w:{style:{width:\"100%\"},variant:\"YYLOj9gVY\"}},children:/*#__PURE__*/_jsx(PopUp,{gNrN9MNpd:gNrN9MNpd1wvko5h({overlay}),height:\"100%\",id:\"TLU9rATN0\",layoutId:\"TLU9rATN0\",style:{height:\"100%\",width:\"100%\"},variant:\"SSNsxtozo\",width:\"100%\"})})})})})]}),document.querySelector(\"#overlay\"))})})]})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GNKsJRIEZ:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1400,intrinsicWidth:1280,loading:getLoadingLazyAtYPosition(300),pixelHeight:1400,pixelWidth:1280,sizes:\"100vw\",src:\"https://framerusercontent.com/images/PCs9MOudCVy1Ubwg2Zrpmlfh9g.jpg\",srcSet:\"https://framerusercontent.com/images/PCs9MOudCVy1Ubwg2Zrpmlfh9g.jpg?scale-down-to=1024 936w,https://framerusercontent.com/images/PCs9MOudCVy1Ubwg2Zrpmlfh9g.jpg 1280w\"}},GvZAiPb2w:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1366,intrinsicWidth:750,loading:getLoadingLazyAtYPosition(300),pixelHeight:1366,pixelWidth:750,sizes:\"100vw\",src:\"https://framerusercontent.com/images/rQ63kr8YGOBbXAuMqNgrwNvYo.jpg\",srcSet:\"https://framerusercontent.com/images/rQ63kr8YGOBbXAuMqNgrwNvYo.jpg?scale-down-to=1024 562w,https://framerusercontent.com/images/rQ63kr8YGOBbXAuMqNgrwNvYo.jpg 750w\"}}},children:/*#__PURE__*/_jsxs(Image,{className:\"framer-14vmekq\",\"data-framer-name\":\"Hero//Sectiom\",name:\"Hero//Sectiom\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1bnfuan\",\"data-framer-name\":\"container\",name:\"container\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-14g9ec\",\"data-framer-name\":\"Left\",name:\"Left\",children:[isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-47o51g hidden-1h4iwr9 hidden-9221xt\",\"data-framer-name\":\"right\",name:\"right\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-jsvu5o\",\"data-framer-name\":\"Auto Layout Vertical\",name:\"Auto Layout Vertical\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1evql3n\",\"data-framer-name\":\"Auto Layout Horizontal\",name:\"Auto Layout Horizontal\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-547sl9\",\"data-framer-name\":\"Frame\",name:\"Frame\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GNKsJRIEZ:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(355.5990646076202),sizes:\"44.6175px\",src:\"https://framerusercontent.com/images/dMA5Zpv4klqKn1QCQiJPMkOKRM.png\",srcSet:\"https://framerusercontent.com/images/dMA5Zpv4klqKn1QCQiJPMkOKRM.png?scale-down-to=512 512w,https://framerusercontent.com/images/dMA5Zpv4klqKn1QCQiJPMkOKRM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/dMA5Zpv4klqKn1QCQiJPMkOKRM.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/dMA5Zpv4klqKn1QCQiJPMkOKRM.png 2718w\"}},GvZAiPb2w:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(351.5990646076202),sizes:\"44.6175px\",src:\"https://framerusercontent.com/images/dMA5Zpv4klqKn1QCQiJPMkOKRM.png\",srcSet:\"https://framerusercontent.com/images/dMA5Zpv4klqKn1QCQiJPMkOKRM.png?scale-down-to=512 512w,https://framerusercontent.com/images/dMA5Zpv4klqKn1QCQiJPMkOKRM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/dMA5Zpv4klqKn1QCQiJPMkOKRM.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/dMA5Zpv4klqKn1QCQiJPMkOKRM.png 2718w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"44.6175px\",src:\"https://framerusercontent.com/images/dMA5Zpv4klqKn1QCQiJPMkOKRM.png\",srcSet:\"https://framerusercontent.com/images/dMA5Zpv4klqKn1QCQiJPMkOKRM.png?scale-down-to=512 512w,https://framerusercontent.com/images/dMA5Zpv4klqKn1QCQiJPMkOKRM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/dMA5Zpv4klqKn1QCQiJPMkOKRM.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/dMA5Zpv4klqKn1QCQiJPMkOKRM.png 2718w\"},className:\"framer-arv3ww\",\"data-framer-name\":\"Image\",name:\"Image\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-d0p66k\",\"data-framer-name\":\"Auto Layout Vertical\",name:\"Auto Layout Vertical\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue=getLocalizedValue(\"v0\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"11.1543607711792px\",\"--framer-line-height\":\"15.14px\"},children:/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter-Medium\", \"Inter\", sans-serif',\"--framer-font-size\":\"11.15px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"rgba(255, 255, 255, 1)\"},children:\"Nourishing shampoo with Argan Oil\"})})}),className:\"framer-1mcmj5y\",\"data-framer-name\":\"Nourishing shampoo with Argan Oil\",fonts:[\"Inter-Medium\"],name:\"Nourishing shampoo with Argan Oil\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue1=getLocalizedValue(\"v1\",activeLocale))!==null&&_getLocalizedValue1!==void 0?_getLocalizedValue1:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"9.560881614685059px\",\"--framer-line-height\":\"11.95px\"},children:/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"SW50ZXI=\",\"--framer-font-family\":'\"Inter\"',\"--framer-font-size\":\"9.56px\",\"--framer-text-color\":\"rgba(132, 132, 132, 1)\"},children:\"Hair\"})})}),className:\"framer-5hkzxa\",\"data-framer-name\":\"Hair\",fonts:[\"Inter\"],name:\"Hair\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-xrc7pd\",\"data-framer-name\":\"Auto Layout Horizontal\",name:\"Auto Layout Horizontal\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue2=getLocalizedValue(\"v2\",activeLocale))!==null&&_getLocalizedValue2!==void 0?_getLocalizedValue2:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"9.560881614685059px\",\"--framer-line-height\":\"11.95px\"},children:/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter-Medium\", \"Inter\", sans-serif',\"--framer-font-size\":\"9.56px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"rgba(132, 132, 132, 1)\"},children:\"$45.00\"})})}),className:\"framer-ppv9li\",\"data-framer-name\":\"$45.00\",fonts:[\"Inter-Medium\"],name:\"$45.00\",verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1qxpvvo\",\"data-framer-name\":\"Ellipse\",name:\"Ellipse\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue3=getLocalizedValue(\"v3\",activeLocale))!==null&&_getLocalizedValue3!==void 0?_getLocalizedValue3:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"9.560881614685059px\",\"--framer-line-height\":\"11.95px\"},children:/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"SW50ZXI=\",\"--framer-font-family\":'\"Inter\"',\"--framer-font-size\":\"9.56px\",\"--framer-text-color\":\"rgba(132, 132, 132, 1)\"},children:\"17 in stock\"})})}),className:\"framer-107uicx\",\"data-framer-name\":\"17 in stock\",fonts:[\"Inter\"],name:\"17 in stock\",verticalAlignment:\"center\",withExternalLayout:true})]})]})]})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1anu0ca\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1mw7mjk\",\"data-framer-name\":\"Text\",name:\"Text\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GNKsJRIEZ:{children:(_getLocalizedValue4=getLocalizedValue(\"v5\",activeLocale))!==null&&_getLocalizedValue4!==void 0?_getLocalizedValue4:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1be8cm7\",\"data-styles-preset\":\"fxWVMXeI5\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Products\"})})},GvZAiPb2w:{children:(_getLocalizedValue5=getLocalizedValue(\"v5\",activeLocale))!==null&&_getLocalizedValue5!==void 0?_getLocalizedValue5:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1be8cm7\",\"data-styles-preset\":\"fxWVMXeI5\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Products\"})})}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:(_getLocalizedValue6=getLocalizedValue(\"v4\",activeLocale))!==null&&_getLocalizedValue6!==void 0?_getLocalizedValue6:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1be8cm7\",\"data-styles-preset\":\"fxWVMXeI5\",children:\"Products\"})}),className:\"framer-kdi66o\",\"data-framer-name\":\"Create\",fonts:[\"Inter\"],name:\"Create\",style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GNKsJRIEZ:{children:(_getLocalizedValue7=getLocalizedValue(\"v7\",activeLocale))!==null&&_getLocalizedValue7!==void 0?_getLocalizedValue7:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-d2njhz\",\"data-styles-preset\":\"E4FsKLONk\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Navigating the complexities of business operations shouldn't be, well, complex. We're here to introduce you to a seamless inventory management \u2013 made to simplify your life, not to complicate it.\"})})},GvZAiPb2w:{children:(_getLocalizedValue8=getLocalizedValue(\"v7\",activeLocale))!==null&&_getLocalizedValue8!==void 0?_getLocalizedValue8:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-d2njhz\",\"data-styles-preset\":\"E4FsKLONk\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Navigating the complexities of business operations shouldn't be, well, complex. We're here to introduce you to a seamless inventory management \u2013 made to simplify your life, not to complicate it.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue9=getLocalizedValue(\"v6\",activeLocale))!==null&&_getLocalizedValue9!==void 0?_getLocalizedValue9:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-d2njhz\",\"data-styles-preset\":\"E4FsKLONk\",children:\"Navigating the complexities of business operations shouldn't be, well, complex. We're here to introduce you to a seamless inventory management \u2013 made to simplify your life, not to complicate it.\"})}),className:\"framer-155bgr4\",\"data-framer-name\":\"Salon management software made with passion for customer happiness and business growth\",fonts:[\"Inter\"],name:\"Salon management software made with passion for customer happiness and business growth\",verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(Overlay,{children:overlay1=>/*#__PURE__*/{var _getLocalizedValue,_getLocalizedValue1,_getLocalizedValue2,_getLocalizedValue3,_getLocalizedValue4,_getLocalizedValue5,_getLocalizedValue6,_getLocalizedValue7,_getLocalizedValue8,_getLocalizedValue9,_getLocalizedValue10;return _jsx(_Fragment,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{eWY5U_jgn:{y:631},GNKsJRIEZ:{y:1014.8155799293518},GvZAiPb2w:{y:1006.8155799293518}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:46,y:680.5,children:/*#__PURE__*/_jsxs(Container,{className:\"framer-4obupd-container\",id:\"4obupd\",children:[/*#__PURE__*/_jsx(Buttons,{height:\"100%\",id:\"Z3NRLHccv\",layoutId:\"Z3NRLHccv\",pqUv5Apn_:false,u0UYezEbS:(_getLocalizedValue=getLocalizedValue(\"v8\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:\"Try For Free\",variant:\"ipOaguubF\",width:\"100%\",xnitKoH0R:xnitKoH0Rwelu7j({overlay:overlay1})}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay1.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:0,ease:[.5,0,.88,.77],type:\"tween\"}},className:\"framer-1mgxgk4\",\"data-framer-portal-id\":\"4obupd\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay1.hide()},\"wVRsMdsfZ\"),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ee24my\",\"data-framer-name\":\"Auto Layout Horizontal\",\"data-framer-portal-id\":\"4obupd\",name:\"Auto Layout Horizontal\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-anl57p\",\"data-framer-name\":\"Auto Layout Vertical\",name:\"Auto Layout Vertical\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-pa68r1\",\"data-framer-name\":\"Auto Layout Vertical\",name:\"Auto Layout Vertical\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GvZAiPb2w:{children:(_getLocalizedValue1=getLocalizedValue(\"v10\",activeLocale))!==null&&_getLocalizedValue1!==void 0?_getLocalizedValue1:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBEaXNwbGF5LTUwMA==\",\"--framer-font-family\":'\"Red Hat Display\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"30px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(24, 24, 24)\",\"--framer-text-transform\":\"capitalize\"},children:\"Start your free trial now\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue2=getLocalizedValue(\"v9\",activeLocale))!==null&&_getLocalizedValue2!==void 0?_getLocalizedValue2:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBEaXNwbGF5LTUwMA==\",\"--framer-font-family\":'\"Red Hat Display\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"44px\",\"--framer-text-color\":\"rgb(24, 24, 24)\",\"--framer-text-transform\":\"capitalize\"},children:\"Start your free trial now\"})}),className:\"framer-10vjyl7\",\"data-framer-name\":\"Start your free trial now\",fonts:[\"GF;Red Hat Display-500\"],name:\"Start your free trial now\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GvZAiPb2w:{children:(_getLocalizedValue3=getLocalizedValue(\"v12\",activeLocale))!==null&&_getLocalizedValue3!==void 0?_getLocalizedValue3:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBEaXNwbGF5LXJlZ3VsYXI=\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(24, 24, 24)\"},children:\"First month is free, no credit card required\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue4=getLocalizedValue(\"v11\",activeLocale))!==null&&_getLocalizedValue4!==void 0?_getLocalizedValue4:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBEaXNwbGF5LXJlZ3VsYXI=\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"rgb(24, 24, 24)\"},children:\"First month is free, no credit card required\"})}),className:\"framer-1wyr9q2\",\"data-framer-name\":\"First month is free, no credit card required\",fonts:[\"GF;Red Hat Display-regular\"],name:\"First month is free, no credit card required\",verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1vjdelm\",\"data-framer-name\":\"Auto Layout Vertical\",name:\"Auto Layout Vertical\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1clqcgq\",\"data-framer-name\":\"Auto Layout Vertical\",name:\"Auto Layout Vertical\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GvZAiPb2w:{children:(_getLocalizedValue5=getLocalizedValue(\"v14\",activeLocale))!==null&&_getLocalizedValue5!==void 0?_getLocalizedValue5:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBEaXNwbGF5LXJlZ3VsYXI=\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-line-height\":\"22px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(24, 24, 24)\"},children:\"For the best experience, continue with Glamiris App on your mobile or tablet: \"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue6=getLocalizedValue(\"v13\",activeLocale))!==null&&_getLocalizedValue6!==void 0?_getLocalizedValue6:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBEaXNwbGF5LXJlZ3VsYXI=\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-line-height\":\"22px\",\"--framer-text-color\":\"rgb(24, 24, 24)\"},children:\"For the best experience, continue with Glamiris App on your mobile or tablet: \"})}),className:\"framer-1wg7tgw\",\"data-framer-name\":\"For the best experience, continue with Glamiris App on your mobile or tablet:\",fonts:[\"GF;Red Hat Display-regular\"],name:\"For the best experience, continue with Glamiris App on your mobile or tablet:\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-uzz153\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GNKsJRIEZ:{width:undefined,y:836.6000000000003},GvZAiPb2w:{width:\"max((95.1282vw - 30px) / 2, 1px)\",y:752.5000000000002}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:46,width:\"205px\",y:670.6000000000003,children:/*#__PURE__*/_jsx(Container,{className:\"framer-13i4mus-container\",children:/*#__PURE__*/_jsx(Buttons,{height:\"100%\",id:\"EUASIVMEd\",layoutId:\"EUASIVMEd\",pqUv5Apn_:false,style:{width:\"100%\"},u0UYezEbS:(_getLocalizedValue7=getLocalizedValue(\"v15\",activeLocale))!==null&&_getLocalizedValue7!==void 0?_getLocalizedValue7:\"App Store\",variant:\"IqpTxepx6\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GNKsJRIEZ:{width:undefined,y:836.6000000000003},GvZAiPb2w:{width:\"max((95.1282vw - 30px) / 2, 1px)\",y:752.5000000000002}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:46,width:\"205px\",y:670.6000000000003,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1vogejt-container\",children:/*#__PURE__*/_jsx(Buttons,{height:\"100%\",id:\"yfjCyzA8m\",layoutId:\"yfjCyzA8m\",pqUv5Apn_:false,style:{width:\"100%\"},u0UYezEbS:(_getLocalizedValue8=getLocalizedValue(\"v16\",activeLocale))!==null&&_getLocalizedValue8!==void 0?_getLocalizedValue8:\"Google Play\",variant:\"n7dQPljIt\",width:\"100%\"})})})})]})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GvZAiPb2w:{children:(_getLocalizedValue9=getLocalizedValue(\"v18\",activeLocale))!==null&&_getLocalizedValue9!==void 0?_getLocalizedValue9:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBEaXNwbGF5LXJlZ3VsYXI=\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(132, 132, 132)\"},children:\"For the beta access in browser \u2013 please contact us\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue10=getLocalizedValue(\"v17\",activeLocale))!==null&&_getLocalizedValue10!==void 0?_getLocalizedValue10:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBEaXNwbGF5LXJlZ3VsYXI=\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-text-color\":\"rgb(132, 132, 132)\"},children:\"For the beta access in browser \u2013 please contact us\"})}),className:\"framer-3w194y\",\"data-framer-name\":\"Continue in browser for the beta version of Glamiris on desktop\",fonts:[\"GF;Red Hat Display-regular\"],name:\"Continue in browser for the beta version of Glamiris on desktop\",verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GNKsJRIEZ:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:387,intrinsicWidth:395,loading:getLoadingLazyAtYPosition(76.60000000000025),pixelHeight:387,pixelWidth:395,src:\"https://framerusercontent.com/images/XQiDgtNQMTMvobpSGu1whnEiTQ.jpg\"}},GvZAiPb2w:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:387,intrinsicWidth:395,loading:getLoadingLazyAtYPosition(93.50000000000023),pixelHeight:387,pixelWidth:395,src:\"https://framerusercontent.com/images/XQiDgtNQMTMvobpSGu1whnEiTQ.jpg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:387,intrinsicWidth:395,loading:getLoadingLazyAtYPosition(322.0000000000002),pixelHeight:387,pixelWidth:395,src:\"https://framerusercontent.com/images/XQiDgtNQMTMvobpSGu1whnEiTQ.jpg\"},className:\"framer-xlz4gl\",\"data-framer-name\":\"Frame 124588\",name:\"Frame 124588\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1438r4o-container\",children:/*#__PURE__*/_jsx(Close,{height:\"100%\",id:\"VSYbx33dt\",layoutId:\"VSYbx33dt\",style:{height:\"100%\",width:\"100%\"},tap:tap1wvko5h({overlay:overlay1}),width:\"100%\"})})})})})]})]}),document.querySelector(\"#overlay\"))})})]})})})});}})]})]})}),isDisplayed1()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{eWY5U_jgn:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1400,intrinsicWidth:1592,loading:getLoadingLazyAtYPosition(300),pixelHeight:1400,pixelWidth:1592,sizes:\"min(46.0833vw, 667px)\",...(_getLocalizedValue10=getLocalizedValue(\"v19\",activeLocale))!==null&&_getLocalizedValue10!==void 0?_getLocalizedValue10:{src:\"https://framerusercontent.com/images/HvFX8YJ7gP6ezUCgjVZFz4LIPE.png\",srcSet:\"https://framerusercontent.com/images/HvFX8YJ7gP6ezUCgjVZFz4LIPE.png?scale-down-to=512 512w,https://framerusercontent.com/images/HvFX8YJ7gP6ezUCgjVZFz4LIPE.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/HvFX8YJ7gP6ezUCgjVZFz4LIPE.png 1592w\"}}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1400,intrinsicWidth:1592,loading:getLoadingLazyAtYPosition(300),pixelHeight:1400,pixelWidth:1592,sizes:\"min(46.3194vw, 667px)\",...(_getLocalizedValue11=getLocalizedValue(\"v19\",activeLocale))!==null&&_getLocalizedValue11!==void 0?_getLocalizedValue11:{src:\"https://framerusercontent.com/images/HvFX8YJ7gP6ezUCgjVZFz4LIPE.png\",srcSet:\"https://framerusercontent.com/images/HvFX8YJ7gP6ezUCgjVZFz4LIPE.png?scale-down-to=512 512w,https://framerusercontent.com/images/HvFX8YJ7gP6ezUCgjVZFz4LIPE.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/HvFX8YJ7gP6ezUCgjVZFz4LIPE.png 1592w\"}},className:\"framer-12slww6 hidden-i9epxm hidden-1ec01fz\"})})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-eca919\",\"data-framer-name\":\"Feature//section\",name:\"Feature//section\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-15o97d\",\"data-framer-name\":\"text & Img 01\",name:\"text & Img 01\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-10a3x8v\",\"data-framer-name\":\"text\",name:\"text\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GNKsJRIEZ:{children:(_getLocalizedValue12=getLocalizedValue(\"v21\",activeLocale))!==null&&_getLocalizedValue12!==void 0?_getLocalizedValue12:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBEaXNwbGF5LTYwMA==\",\"--framer-font-family\":'\"Red Hat Display\", sans-serif',\"--framer-font-size\":\"34px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7UGxheWZhaXIgRGlzcGxheS01MDBpdGFsaWM=\",\"--framer-font-family\":'\"Playfair Display\", serif',\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"500\"},children:\"Track \"}),\"Inventory Movement\"]})})},GvZAiPb2w:{children:(_getLocalizedValue13=getLocalizedValue(\"v21\",activeLocale))!==null&&_getLocalizedValue13!==void 0?_getLocalizedValue13:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBEaXNwbGF5LTYwMA==\",\"--framer-font-family\":'\"Red Hat Display\", sans-serif',\"--framer-font-size\":\"34px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7UGxheWZhaXIgRGlzcGxheS01MDBpdGFsaWM=\",\"--framer-font-family\":'\"Playfair Display\", serif',\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"500\"},children:\"Track \"}),\"Inventory Movement\"]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue14=getLocalizedValue(\"v20\",activeLocale))!==null&&_getLocalizedValue14!==void 0?_getLocalizedValue14:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBEaXNwbGF5LTYwMA==\",\"--framer-font-family\":'\"Red Hat Display\", sans-serif',\"--framer-font-size\":\"34px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7UGxheWZhaXIgRGlzcGxheS01MDBpdGFsaWM=\",\"--framer-font-family\":'\"Playfair Display\", serif',\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"500\"},children:\"Track \"}),\"Inventory Movement\"]})}),className:\"framer-wf2fum\",\"data-framer-name\":\"Fully Customizable Website \u2013 not just a booking link\",fonts:[\"GF;Red Hat Display-600\",\"GF;Playfair Display-500italic\"],name:\"Fully Customizable Website \u2013 not just a booking link\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GNKsJRIEZ:{children:(_getLocalizedValue15=getLocalizedValue(\"v23\",activeLocale))!==null&&_getLocalizedValue15!==void 0?_getLocalizedValue15:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-tko23x\",\"data-styles-preset\":\"JFVpcGBYL\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-f733cd19-a0b8-40c6-baf6-530fd53c67bd, rgb(221, 221, 221))\"},children:\"Whether you sell that shampoo bottle at the checkout, or take one more for in-store needs \u2013 we keep the log and QTY up to date, so that you can see real-life numbers and reports of the usage.\"})})},GvZAiPb2w:{children:(_getLocalizedValue16=getLocalizedValue(\"v23\",activeLocale))!==null&&_getLocalizedValue16!==void 0?_getLocalizedValue16:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-tko23x\",\"data-styles-preset\":\"JFVpcGBYL\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-f733cd19-a0b8-40c6-baf6-530fd53c67bd, rgb(221, 221, 221))\"},children:\"Whether you sell that shampoo bottle at the checkout, or take one more for in-store needs \u2013 we keep the log and QTY up to date, so that you can see real-life numbers and reports of the usage.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue17=getLocalizedValue(\"v22\",activeLocale))!==null&&_getLocalizedValue17!==void 0?_getLocalizedValue17:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-tko23x\",\"data-styles-preset\":\"JFVpcGBYL\",style:{\"--framer-text-color\":\"var(--token-f733cd19-a0b8-40c6-baf6-530fd53c67bd, rgb(221, 221, 221))\"},children:\"Whether you sell that shampoo bottle at the checkout, or take one more for in-store needs \u2013 we keep the log and QTY up to date, so that you can see real-life numbers and reports of the usage.\"})}),className:\"framer-grfcyv\",\"data-framer-name\":\"That best captures the essence of your brand\",fonts:[\"Inter\"],name:\"That best captures the essence of your brand\",verticalAlignment:\"center\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{eWY5U_jgn:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:388,intrinsicWidth:524,loading:getLoadingLazyAtYPosition(895),pixelHeight:388,pixelWidth:524,sizes:\"min(max((min(100vw - 90px, 1200px) - 100px) / 2, 1px), 524px)\",...(_getLocalizedValue18=getLocalizedValue(\"v24\",activeLocale))!==null&&_getLocalizedValue18!==void 0?_getLocalizedValue18:{src:\"https://framerusercontent.com/images/ddPe6HPZdlkf0nmWtxalSSn9lso.svg\",srcSet:\"https://framerusercontent.com/images/ddPe6HPZdlkf0nmWtxalSSn9lso.svg?scale-down-to=512 512w,https://framerusercontent.com/images/ddPe6HPZdlkf0nmWtxalSSn9lso.svg 524w\"}}},GNKsJRIEZ:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:388,intrinsicWidth:524,loading:getLoadingLazyAtYPosition(1265.8155799293518),pixelHeight:388,pixelWidth:524,sizes:\"min(min(100vw - 90px, 1200px), 524px)\",...(_getLocalizedValue19=getLocalizedValue(\"v24\",activeLocale))!==null&&_getLocalizedValue19!==void 0?_getLocalizedValue19:{src:\"https://framerusercontent.com/images/ddPe6HPZdlkf0nmWtxalSSn9lso.svg\",srcSet:\"https://framerusercontent.com/images/ddPe6HPZdlkf0nmWtxalSSn9lso.svg?scale-down-to=512 512w,https://framerusercontent.com/images/ddPe6HPZdlkf0nmWtxalSSn9lso.svg 524w\"}}},GvZAiPb2w:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:388,intrinsicWidth:524,loading:getLoadingLazyAtYPosition(1153.8155799293518),pixelHeight:388,pixelWidth:524,sizes:\"min(min(100vw - 40px, 1200px), 524px)\",...(_getLocalizedValue20=getLocalizedValue(\"v24\",activeLocale))!==null&&_getLocalizedValue20!==void 0?_getLocalizedValue20:{src:\"https://framerusercontent.com/images/ddPe6HPZdlkf0nmWtxalSSn9lso.svg\",srcSet:\"https://framerusercontent.com/images/ddPe6HPZdlkf0nmWtxalSSn9lso.svg?scale-down-to=512 512w,https://framerusercontent.com/images/ddPe6HPZdlkf0nmWtxalSSn9lso.svg 524w\"}}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:388,intrinsicWidth:524,loading:getLoadingLazyAtYPosition(994),pixelHeight:388,pixelWidth:524,sizes:\"min(max((min(100vw - 90px, 1200px) - 140px) / 2, 1px), 524px)\",...(_getLocalizedValue21=getLocalizedValue(\"v24\",activeLocale))!==null&&_getLocalizedValue21!==void 0?_getLocalizedValue21:{src:\"https://framerusercontent.com/images/ddPe6HPZdlkf0nmWtxalSSn9lso.svg\",srcSet:\"https://framerusercontent.com/images/ddPe6HPZdlkf0nmWtxalSSn9lso.svg?scale-down-to=512 512w,https://framerusercontent.com/images/ddPe6HPZdlkf0nmWtxalSSn9lso.svg 524w\"}},className:\"framer-hsiy6k\",\"data-border\":true,\"data-framer-name\":\"image\",name:\"image\"})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1juuttk\",\"data-framer-name\":\"text & Img 01\",name:\"text & Img 01\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{eWY5U_jgn:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:388,intrinsicWidth:524,loading:getLoadingLazyAtYPosition(1432.3458332906243),pixelHeight:388,pixelWidth:524,sizes:\"min(max((min(100vw - 90px, 1200px) - 100px) / 2, 1px), 524px)\",...(_getLocalizedValue22=getLocalizedValue(\"v25\",activeLocale))!==null&&_getLocalizedValue22!==void 0?_getLocalizedValue22:{src:\"https://framerusercontent.com/images/uSJvf7xGWnQrID2VjLrSToRi8o4.svg\",srcSet:\"https://framerusercontent.com/images/uSJvf7xGWnQrID2VjLrSToRi8o4.svg?scale-down-to=512 512w,https://framerusercontent.com/images/uSJvf7xGWnQrID2VjLrSToRi8o4.svg 524w\"}}},GNKsJRIEZ:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:388,intrinsicWidth:524,loading:getLoadingLazyAtYPosition(1962.461413219976),pixelHeight:388,pixelWidth:524,sizes:\"min(min(100vw - 90px, 1200px), 524px)\",...(_getLocalizedValue23=getLocalizedValue(\"v25\",activeLocale))!==null&&_getLocalizedValue23!==void 0?_getLocalizedValue23:{src:\"https://framerusercontent.com/images/uSJvf7xGWnQrID2VjLrSToRi8o4.svg\",srcSet:\"https://framerusercontent.com/images/uSJvf7xGWnQrID2VjLrSToRi8o4.svg?scale-down-to=512 512w,https://framerusercontent.com/images/uSJvf7xGWnQrID2VjLrSToRi8o4.svg 524w\"}}},GvZAiPb2w:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:388,intrinsicWidth:524,loading:getLoadingLazyAtYPosition(1850.461413219976),pixelHeight:388,pixelWidth:524,sizes:\"min(min(100vw - 40px, 1200px), 524px)\",...(_getLocalizedValue24=getLocalizedValue(\"v25\",activeLocale))!==null&&_getLocalizedValue24!==void 0?_getLocalizedValue24:{src:\"https://framerusercontent.com/images/uSJvf7xGWnQrID2VjLrSToRi8o4.svg\",srcSet:\"https://framerusercontent.com/images/uSJvf7xGWnQrID2VjLrSToRi8o4.svg?scale-down-to=512 512w,https://framerusercontent.com/images/uSJvf7xGWnQrID2VjLrSToRi8o4.svg 524w\"}}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:388,intrinsicWidth:524,loading:getLoadingLazyAtYPosition(1531.3458332906243),pixelHeight:388,pixelWidth:524,sizes:\"min(max((min(100vw - 90px, 1200px) - 140px) / 2, 1px), 524px)\",...(_getLocalizedValue25=getLocalizedValue(\"v25\",activeLocale))!==null&&_getLocalizedValue25!==void 0?_getLocalizedValue25:{src:\"https://framerusercontent.com/images/uSJvf7xGWnQrID2VjLrSToRi8o4.svg\",srcSet:\"https://framerusercontent.com/images/uSJvf7xGWnQrID2VjLrSToRi8o4.svg?scale-down-to=512 512w,https://framerusercontent.com/images/uSJvf7xGWnQrID2VjLrSToRi8o4.svg 524w\"}},className:\"framer-k4efi6\",\"data-border\":true,\"data-framer-name\":\"image\",name:\"image\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-tq5nf2\",\"data-framer-name\":\"text\",name:\"text\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GNKsJRIEZ:{children:(_getLocalizedValue26=getLocalizedValue(\"v27\",activeLocale))!==null&&_getLocalizedValue26!==void 0?_getLocalizedValue26:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBEaXNwbGF5LTYwMA==\",\"--framer-font-family\":'\"Red Hat Display\", sans-serif',\"--framer-font-size\":\"34px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7UGxheWZhaXIgRGlzcGxheS01MDBpdGFsaWM=\",\"--framer-font-family\":'\"Playfair Display\", serif',\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"500\"},children:\"See \"}),\"your profit\"]})})},GvZAiPb2w:{children:(_getLocalizedValue27=getLocalizedValue(\"v27\",activeLocale))!==null&&_getLocalizedValue27!==void 0?_getLocalizedValue27:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBEaXNwbGF5LTYwMA==\",\"--framer-font-family\":'\"Red Hat Display\", sans-serif',\"--framer-font-size\":\"34px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7UGxheWZhaXIgRGlzcGxheS01MDBpdGFsaWM=\",\"--framer-font-family\":'\"Playfair Display\", serif',\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"500\"},children:\"See \"}),\"your profit\"]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue28=getLocalizedValue(\"v26\",activeLocale))!==null&&_getLocalizedValue28!==void 0?_getLocalizedValue28:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBEaXNwbGF5LTYwMA==\",\"--framer-font-family\":'\"Red Hat Display\", sans-serif',\"--framer-font-size\":\"34px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7UGxheWZhaXIgRGlzcGxheS01MDBpdGFsaWM=\",\"--framer-font-family\":'\"Playfair Display\", serif',\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"500\"},children:\"See \"}),\"your profit\"]})}),className:\"framer-10ufrio\",\"data-framer-name\":\"Fully Customizable Website \u2013 not just a booking link\",fonts:[\"GF;Red Hat Display-600\",\"GF;Playfair Display-500italic\"],name:\"Fully Customizable Website \u2013 not just a booking link\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GNKsJRIEZ:{children:(_getLocalizedValue29=getLocalizedValue(\"v29\",activeLocale))!==null&&_getLocalizedValue29!==void 0?_getLocalizedValue29:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-tko23x\",\"data-styles-preset\":\"JFVpcGBYL\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-f733cd19-a0b8-40c6-baf6-530fd53c67bd, rgb(221, 221, 221))\"},children:\"Simply tell us for how much you bought this bulk and we will do the math magic for you at the end of the month\"})})},GvZAiPb2w:{children:(_getLocalizedValue30=getLocalizedValue(\"v29\",activeLocale))!==null&&_getLocalizedValue30!==void 0?_getLocalizedValue30:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-tko23x\",\"data-styles-preset\":\"JFVpcGBYL\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-f733cd19-a0b8-40c6-baf6-530fd53c67bd, rgb(221, 221, 221))\"},children:\"Simply tell us for how much you bought this bulk and we will do the math magic for you at the end of the month\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue31=getLocalizedValue(\"v28\",activeLocale))!==null&&_getLocalizedValue31!==void 0?_getLocalizedValue31:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-tko23x\",\"data-styles-preset\":\"JFVpcGBYL\",style:{\"--framer-text-color\":\"var(--token-f733cd19-a0b8-40c6-baf6-530fd53c67bd, rgb(221, 221, 221))\"},children:\"Simply tell us for how much you bought this bulk and we will do the math magic for you at the end of the month\"})}),className:\"framer-1vs8d2j\",\"data-framer-name\":\"That best captures the essence of your brand\",fonts:[\"Inter\"],name:\"That best captures the essence of your brand\",verticalAlignment:\"center\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1qn4yr2\",\"data-framer-name\":\"text & Img 01\",name:\"text & Img 01\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1xmnmso\",\"data-framer-name\":\"text\",name:\"text\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GNKsJRIEZ:{children:(_getLocalizedValue32=getLocalizedValue(\"v31\",activeLocale))!==null&&_getLocalizedValue32!==void 0?_getLocalizedValue32:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBEaXNwbGF5LTYwMA==\",\"--framer-font-family\":'\"Red Hat Display\", sans-serif',\"--framer-font-size\":\"34px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7UGxheWZhaXIgRGlzcGxheS01MDBpdGFsaWM=\",\"--framer-font-family\":'\"Playfair Display\", serif',\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"500\"},children:\"Never awkward \"}),'\"We currently don\u2019t have it\u201D']})})},GvZAiPb2w:{children:(_getLocalizedValue33=getLocalizedValue(\"v31\",activeLocale))!==null&&_getLocalizedValue33!==void 0?_getLocalizedValue33:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBEaXNwbGF5LTYwMA==\",\"--framer-font-family\":'\"Red Hat Display\", sans-serif',\"--framer-font-size\":\"34px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7UGxheWZhaXIgRGlzcGxheS01MDBpdGFsaWM=\",\"--framer-font-family\":'\"Playfair Display\", serif',\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"500\"},children:\"Never awkward \"}),'\"We currently don\u2019t have it\u201D']})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue34=getLocalizedValue(\"v30\",activeLocale))!==null&&_getLocalizedValue34!==void 0?_getLocalizedValue34:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBEaXNwbGF5LTYwMA==\",\"--framer-font-family\":'\"Red Hat Display\", sans-serif',\"--framer-font-size\":\"34px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7UGxheWZhaXIgRGlzcGxheS01MDBpdGFsaWM=\",\"--framer-font-family\":'\"Playfair Display\", serif',\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"500\"},children:\"Never awkward \"}),'\"We currently don\u2019t have it\u201D']})}),className:\"framer-1r16uz0\",\"data-framer-name\":\"Fully Customizable Website \u2013 not just a booking link\",fonts:[\"GF;Red Hat Display-600\",\"GF;Playfair Display-500italic\"],name:\"Fully Customizable Website \u2013 not just a booking link\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GNKsJRIEZ:{children:(_getLocalizedValue35=getLocalizedValue(\"v33\",activeLocale))!==null&&_getLocalizedValue35!==void 0?_getLocalizedValue35:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-tko23x\",\"data-styles-preset\":\"JFVpcGBYL\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-f733cd19-a0b8-40c6-baf6-530fd53c67bd, rgb(221, 221, 221))\"},children:\"Always get notified when any item is running low \u2013by push and/or email. Or just check the Product section of your notifications to see all running low items.\"})})},GvZAiPb2w:{children:(_getLocalizedValue36=getLocalizedValue(\"v33\",activeLocale))!==null&&_getLocalizedValue36!==void 0?_getLocalizedValue36:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-tko23x\",\"data-styles-preset\":\"JFVpcGBYL\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-f733cd19-a0b8-40c6-baf6-530fd53c67bd, rgb(221, 221, 221))\"},children:\"Always get notified when any item is running low \u2013by push and/or email. Or just check the Product section of your notifications to see all running low items.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue37=getLocalizedValue(\"v32\",activeLocale))!==null&&_getLocalizedValue37!==void 0?_getLocalizedValue37:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-tko23x\",\"data-styles-preset\":\"JFVpcGBYL\",style:{\"--framer-text-color\":\"var(--token-f733cd19-a0b8-40c6-baf6-530fd53c67bd, rgb(221, 221, 221))\"},children:\"Always get notified when any item is running low \u2013by push and/or email. Or just check the Product section of your notifications to see all running low items.\"})}),className:\"framer-1cxdxuj\",\"data-framer-name\":\"That best captures the essence of your brand\",fonts:[\"Inter\"],name:\"That best captures the essence of your brand\",verticalAlignment:\"center\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{eWY5U_jgn:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1552,intrinsicWidth:2096,loading:getLoadingLazyAtYPosition(1969.6916665812485),pixelHeight:1552,pixelWidth:2096,sizes:\"min(max((min(100vw - 90px, 1200px) - 100px) / 2, 1px), 524px)\",...(_getLocalizedValue38=getLocalizedValue(\"v34\",activeLocale))!==null&&_getLocalizedValue38!==void 0?_getLocalizedValue38:{src:\"https://framerusercontent.com/images/7PO8E1OmjnraQ2J4HwHP4wGuXU.jpg\",srcSet:\"https://framerusercontent.com/images/7PO8E1OmjnraQ2J4HwHP4wGuXU.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/7PO8E1OmjnraQ2J4HwHP4wGuXU.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/7PO8E1OmjnraQ2J4HwHP4wGuXU.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/7PO8E1OmjnraQ2J4HwHP4wGuXU.jpg 2096w\"}}},GNKsJRIEZ:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1552,intrinsicWidth:2096,loading:getLoadingLazyAtYPosition(2659.1072465106004),pixelHeight:1552,pixelWidth:2096,sizes:\"min(min(100vw - 90px, 1200px), 524px)\",...(_getLocalizedValue39=getLocalizedValue(\"v34\",activeLocale))!==null&&_getLocalizedValue39!==void 0?_getLocalizedValue39:{src:\"https://framerusercontent.com/images/7PO8E1OmjnraQ2J4HwHP4wGuXU.jpg\",srcSet:\"https://framerusercontent.com/images/7PO8E1OmjnraQ2J4HwHP4wGuXU.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/7PO8E1OmjnraQ2J4HwHP4wGuXU.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/7PO8E1OmjnraQ2J4HwHP4wGuXU.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/7PO8E1OmjnraQ2J4HwHP4wGuXU.jpg 2096w\"}}},GvZAiPb2w:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1552,intrinsicWidth:2096,loading:getLoadingLazyAtYPosition(2547.1072465106004),pixelHeight:1552,pixelWidth:2096,sizes:\"min(min(100vw - 40px, 1200px), 524px)\",...(_getLocalizedValue40=getLocalizedValue(\"v34\",activeLocale))!==null&&_getLocalizedValue40!==void 0?_getLocalizedValue40:{src:\"https://framerusercontent.com/images/7PO8E1OmjnraQ2J4HwHP4wGuXU.jpg\",srcSet:\"https://framerusercontent.com/images/7PO8E1OmjnraQ2J4HwHP4wGuXU.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/7PO8E1OmjnraQ2J4HwHP4wGuXU.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/7PO8E1OmjnraQ2J4HwHP4wGuXU.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/7PO8E1OmjnraQ2J4HwHP4wGuXU.jpg 2096w\"}}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1552,intrinsicWidth:2096,loading:getLoadingLazyAtYPosition(2068.6916665812487),pixelHeight:1552,pixelWidth:2096,sizes:\"min(max((min(100vw - 90px, 1200px) - 140px) / 2, 1px), 524px)\",...(_getLocalizedValue41=getLocalizedValue(\"v34\",activeLocale))!==null&&_getLocalizedValue41!==void 0?_getLocalizedValue41:{src:\"https://framerusercontent.com/images/7PO8E1OmjnraQ2J4HwHP4wGuXU.jpg\",srcSet:\"https://framerusercontent.com/images/7PO8E1OmjnraQ2J4HwHP4wGuXU.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/7PO8E1OmjnraQ2J4HwHP4wGuXU.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/7PO8E1OmjnraQ2J4HwHP4wGuXU.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/7PO8E1OmjnraQ2J4HwHP4wGuXU.jpg 2096w\"}},className:\"framer-1m2tzrh\",\"data-border\":true,\"data-framer-name\":\"image\",name:\"image\"})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1gy0s29\",\"data-framer-name\":\"text & Img 01\",name:\"text & Img 01\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{eWY5U_jgn:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:388,intrinsicWidth:524,loading:getLoadingLazyAtYPosition(2507.0374998718726),pixelHeight:388,pixelWidth:524,sizes:\"min(max((min(100vw - 90px, 1200px) - 100px) / 2, 1px), 524px)\",...(_getLocalizedValue42=getLocalizedValue(\"v35\",activeLocale))!==null&&_getLocalizedValue42!==void 0?_getLocalizedValue42:{src:\"https://framerusercontent.com/images/AzYWvAxzAZRNRQMgbVmHfDIaI34.svg\",srcSet:\"https://framerusercontent.com/images/AzYWvAxzAZRNRQMgbVmHfDIaI34.svg?scale-down-to=512 512w,https://framerusercontent.com/images/AzYWvAxzAZRNRQMgbVmHfDIaI34.svg 524w\"}}},GNKsJRIEZ:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:388,intrinsicWidth:524,loading:getLoadingLazyAtYPosition(3355.753079801225),pixelHeight:388,pixelWidth:524,sizes:\"min(min(100vw - 90px, 1200px), 524px)\",...(_getLocalizedValue43=getLocalizedValue(\"v35\",activeLocale))!==null&&_getLocalizedValue43!==void 0?_getLocalizedValue43:{src:\"https://framerusercontent.com/images/AzYWvAxzAZRNRQMgbVmHfDIaI34.svg\",srcSet:\"https://framerusercontent.com/images/AzYWvAxzAZRNRQMgbVmHfDIaI34.svg?scale-down-to=512 512w,https://framerusercontent.com/images/AzYWvAxzAZRNRQMgbVmHfDIaI34.svg 524w\"}}},GvZAiPb2w:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:388,intrinsicWidth:524,loading:getLoadingLazyAtYPosition(3243.753079801225),pixelHeight:388,pixelWidth:524,sizes:\"min(min(100vw - 40px, 1200px), 524px)\",...(_getLocalizedValue44=getLocalizedValue(\"v35\",activeLocale))!==null&&_getLocalizedValue44!==void 0?_getLocalizedValue44:{src:\"https://framerusercontent.com/images/AzYWvAxzAZRNRQMgbVmHfDIaI34.svg\",srcSet:\"https://framerusercontent.com/images/AzYWvAxzAZRNRQMgbVmHfDIaI34.svg?scale-down-to=512 512w,https://framerusercontent.com/images/AzYWvAxzAZRNRQMgbVmHfDIaI34.svg 524w\"}}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:388,intrinsicWidth:524,loading:getLoadingLazyAtYPosition(2606.0374998718726),pixelHeight:388,pixelWidth:524,sizes:\"min(max((min(100vw - 90px, 1200px) - 140px) / 2, 1px), 524px)\",...(_getLocalizedValue45=getLocalizedValue(\"v35\",activeLocale))!==null&&_getLocalizedValue45!==void 0?_getLocalizedValue45:{src:\"https://framerusercontent.com/images/AzYWvAxzAZRNRQMgbVmHfDIaI34.svg\",srcSet:\"https://framerusercontent.com/images/AzYWvAxzAZRNRQMgbVmHfDIaI34.svg?scale-down-to=512 512w,https://framerusercontent.com/images/AzYWvAxzAZRNRQMgbVmHfDIaI34.svg 524w\"}},className:\"framer-17eu1oa\",\"data-border\":true,\"data-framer-name\":\"image\",name:\"image\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-lu08f\",\"data-framer-name\":\"text\",name:\"text\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GNKsJRIEZ:{children:(_getLocalizedValue46=getLocalizedValue(\"v37\",activeLocale))!==null&&_getLocalizedValue46!==void 0?_getLocalizedValue46:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBEaXNwbGF5LTYwMA==\",\"--framer-font-family\":'\"Red Hat Display\", sans-serif',\"--framer-font-size\":\"34px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7UGxheWZhaXIgRGlzcGxheS01MDBpdGFsaWM=\",\"--framer-font-family\":'\"Playfair Display\", serif',\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"500\"},children:\"Group \"}),\"by Suppliers\"]})})},GvZAiPb2w:{children:(_getLocalizedValue47=getLocalizedValue(\"v37\",activeLocale))!==null&&_getLocalizedValue47!==void 0?_getLocalizedValue47:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBEaXNwbGF5LTYwMA==\",\"--framer-font-family\":'\"Red Hat Display\", sans-serif',\"--framer-font-size\":\"34px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7UGxheWZhaXIgRGlzcGxheS01MDBpdGFsaWM=\",\"--framer-font-family\":'\"Playfair Display\", serif',\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"500\"},children:\"Group \"}),\"by Suppliers\"]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue48=getLocalizedValue(\"v36\",activeLocale))!==null&&_getLocalizedValue48!==void 0?_getLocalizedValue48:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBEaXNwbGF5LTYwMA==\",\"--framer-font-family\":'\"Red Hat Display\", sans-serif',\"--framer-font-size\":\"34px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7UGxheWZhaXIgRGlzcGxheS01MDBpdGFsaWM=\",\"--framer-font-family\":'\"Playfair Display\", serif',\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"500\"},children:\"Group \"}),\"by Suppliers\"]})}),className:\"framer-1b6c99v\",\"data-framer-name\":\"Fully Customizable Website \u2013 not just a booking link\",fonts:[\"GF;Red Hat Display-600\",\"GF;Playfair Display-500italic\"],name:\"Fully Customizable Website \u2013 not just a booking link\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GNKsJRIEZ:{children:(_getLocalizedValue49=getLocalizedValue(\"v39\",activeLocale))!==null&&_getLocalizedValue49!==void 0?_getLocalizedValue49:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-tko23x\",\"data-styles-preset\":\"JFVpcGBYL\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-f733cd19-a0b8-40c6-baf6-530fd53c67bd, rgb(221, 221, 221))\"},children:\"Speaking of orders \u2013 to help you shape orders more efficiently, you can add shops you get them from. Let\u2019s see if we can get the discount for bulk\"})})},GvZAiPb2w:{children:(_getLocalizedValue50=getLocalizedValue(\"v39\",activeLocale))!==null&&_getLocalizedValue50!==void 0?_getLocalizedValue50:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-tko23x\",\"data-styles-preset\":\"JFVpcGBYL\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-f733cd19-a0b8-40c6-baf6-530fd53c67bd, rgb(221, 221, 221))\"},children:\"Speaking of orders \u2013 to help you shape orders more efficiently, you can add shops you get them from. Let\u2019s see if we can get the discount for bulk\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue51=getLocalizedValue(\"v38\",activeLocale))!==null&&_getLocalizedValue51!==void 0?_getLocalizedValue51:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-tko23x\",\"data-styles-preset\":\"JFVpcGBYL\",style:{\"--framer-text-color\":\"var(--token-f733cd19-a0b8-40c6-baf6-530fd53c67bd, rgb(221, 221, 221))\"},children:\"Speaking of orders \u2013 to help you shape orders more efficiently, you can add shops you get them from. Let\u2019s see if we can get the discount for bulk\"})}),className:\"framer-y2icn2\",\"data-framer-name\":\"That best captures the essence of your brand\",fonts:[\"Inter\"],name:\"That best captures the essence of your brand\",verticalAlignment:\"center\",withExternalLayout:true})})]})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1oxbdgl\",\"data-framer-name\":\"Explore//section\",name:\"Explore//section\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-qsy7iw\",\"data-framer-name\":\"container\",name:\"container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-o6jtcd\",\"data-framer-name\":\"headline Text\",name:\"headline Text\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{eWY5U_jgn:{children:(_getLocalizedValue52=getLocalizedValue(\"v41\",activeLocale))!==null&&_getLocalizedValue52!==void 0?_getLocalizedValue52:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBEaXNwbGF5LTYwMA==\",\"--framer-font-family\":'\"Red Hat Display\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0.01em\",\"--framer-line-height\":\"130%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-9319975b-4b95-4888-97ed-9f5e3fb536dd, rgb(28, 28, 28))\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7UGxheWZhaXIgRGlzcGxheS01MDBpdGFsaWM=\",\"--framer-font-family\":'\"Playfair Display\", serif',\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"500\"},children:\"Showcase Products \"}),\"on your website with one click\"]})})}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:(_getLocalizedValue53=getLocalizedValue(\"v40\",activeLocale))!==null&&_getLocalizedValue53!==void 0?_getLocalizedValue53:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBEaXNwbGF5LTYwMA==\",\"--framer-font-family\":'\"Red Hat Display\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0.01em\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-9319975b-4b95-4888-97ed-9f5e3fb536dd, rgb(28, 28, 28))\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7UGxheWZhaXIgRGlzcGxheS01MDBpdGFsaWM=\",\"--framer-font-family\":'\"Playfair Display\", serif',\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"500\"},children:\"Showcase Products \"}),\"on your website with one click\"]})}),className:\"framer-5zzf1y\",\"data-framer-name\":\"Why Glamiris is a better software?\",fonts:[\"GF;Red Hat Display-600\",\"GF;Playfair Display-500italic\"],name:\"Why Glamiris is a better software?\",style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue54=getLocalizedValue(\"v42\",activeLocale))!==null&&_getLocalizedValue54!==void 0?_getLocalizedValue54:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-ahpsuk\",\"data-styles-preset\":\"fI2TFau2K\",style:{\"--framer-text-color\":\"var(--token-9319975b-4b95-4888-97ed-9f5e3fb536dd, rgb(28, 28, 28))\"},children:\"Fully integrated into your website, just by clicking one button. No need to manage products twice in two places.\"})}),className:\"framer-1jqn2yo\",\"data-framer-name\":\"Everything to smoothly run your business, and:\",fonts:[\"Inter\"],name:\"Everything to smoothly run your business, and:\",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{eWY5U_jgn:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:722,intrinsicWidth:2396,loading:getLoadingLazyAtYPosition(3456.383333162497),pixelHeight:722,pixelWidth:2396,sizes:\"min(100vw - 90px, 1200px)\",...(_getLocalizedValue55=getLocalizedValue(\"v43\",activeLocale))!==null&&_getLocalizedValue55!==void 0?_getLocalizedValue55:{src:\"https://framerusercontent.com/images/sItOC59S3umdWKzd60Up1TCiK8.png\",srcSet:\"https://framerusercontent.com/images/sItOC59S3umdWKzd60Up1TCiK8.png?scale-down-to=512 512w,https://framerusercontent.com/images/sItOC59S3umdWKzd60Up1TCiK8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/sItOC59S3umdWKzd60Up1TCiK8.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/sItOC59S3umdWKzd60Up1TCiK8.png 2396w\"}}},GNKsJRIEZ:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:722,intrinsicWidth:2396,loading:getLoadingLazyAtYPosition(4537.398913091849),pixelHeight:722,pixelWidth:2396,sizes:\"min(100vw - 90px, 1200px)\",...(_getLocalizedValue56=getLocalizedValue(\"v43\",activeLocale))!==null&&_getLocalizedValue56!==void 0?_getLocalizedValue56:{src:\"https://framerusercontent.com/images/sItOC59S3umdWKzd60Up1TCiK8.png\",srcSet:\"https://framerusercontent.com/images/sItOC59S3umdWKzd60Up1TCiK8.png?scale-down-to=512 512w,https://framerusercontent.com/images/sItOC59S3umdWKzd60Up1TCiK8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/sItOC59S3umdWKzd60Up1TCiK8.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/sItOC59S3umdWKzd60Up1TCiK8.png 2396w\"}}},GvZAiPb2w:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1143,intrinsicWidth:980,loading:getLoadingLazyAtYPosition(4325.398913091849),pixelHeight:1143,pixelWidth:980,sizes:\"min(100vw - 40px, 1200px)\",...(_getLocalizedValue57=getLocalizedValue(\"v44\",activeLocale))!==null&&_getLocalizedValue57!==void 0?_getLocalizedValue57:{src:\"https://framerusercontent.com/images/ydCc46l6pK1OuhYCquQaSIDZ9Iw.png\",srcSet:\"https://framerusercontent.com/images/ydCc46l6pK1OuhYCquQaSIDZ9Iw.png?scale-down-to=1024 877w,https://framerusercontent.com/images/ydCc46l6pK1OuhYCquQaSIDZ9Iw.png 980w\"}}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:722,intrinsicWidth:2396,loading:getLoadingLazyAtYPosition(3551.383333162497),pixelHeight:722,pixelWidth:2396,sizes:\"min(100vw - 90px, 1200px)\",...(_getLocalizedValue58=getLocalizedValue(\"v43\",activeLocale))!==null&&_getLocalizedValue58!==void 0?_getLocalizedValue58:{src:\"https://framerusercontent.com/images/sItOC59S3umdWKzd60Up1TCiK8.png\",srcSet:\"https://framerusercontent.com/images/sItOC59S3umdWKzd60Up1TCiK8.png?scale-down-to=512 512w,https://framerusercontent.com/images/sItOC59S3umdWKzd60Up1TCiK8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/sItOC59S3umdWKzd60Up1TCiK8.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/sItOC59S3umdWKzd60Up1TCiK8.png 2396w\"}},className:\"framer-10joju7\",\"data-framer-name\":\"All\",name:\"All\"})})]})}),/*#__PURE__*/_jsx(Overlay,{children:overlay2=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{eWY5U_jgn:{y:3938.383333162497},GNKsJRIEZ:{y:5019.398913091849},GvZAiPb2w:{y:4802.398913091849}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:880,width:\"100vw\",y:4033.383333162497,children:/*#__PURE__*/_jsxs(Container,{className:\"framer-ae3us6-container\",id:\"ae3us6\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GNKsJRIEZ:{variant:\"VzDXIFeyb\"},GvZAiPb2w:{variant:\"LqbKrwO2i\"}},children:/*#__PURE__*/_jsx(FooterDark,{height:\"100%\",id:\"c20iLJXyX\",layoutId:\"c20iLJXyX\",Q5wxkqQet:Q5wxkqQetwelu7j({overlay:overlay2}),style:{width:\"100%\"},variant:\"VskDS5cBO\",width:\"100%\"})}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay2.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:0,ease:[.5,0,.88,.77],type:\"tween\"}},className:\"framer-1xu66uh\",\"data-framer-portal-id\":\"ae3us6\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay2.hide()},\"b9irfxJZZ\"),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GNKsJRIEZ:{width:\"715px\",y:322.9259259259261},GvZAiPb2w:{width:\"91.7949vw\",y:322.0000000000002}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:356,width:\"901px\",y:322.59171597633156,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1x0nc43-container\",\"data-framer-portal-id\":\"ae3us6\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GNKsJRIEZ:{variant:\"ipxhoKhxD\"},GvZAiPb2w:{style:{width:\"100%\"},variant:\"YYLOj9gVY\"}},children:/*#__PURE__*/_jsx(PopUp,{gNrN9MNpd:gNrN9MNpd1wvko5h({overlay:overlay2}),height:\"100%\",id:\"F94PVusHi\",layoutId:\"F94PVusHi\",style:{height:\"100%\",width:\"100%\"},variant:\"SSNsxtozo\",width:\"100%\"})})})})})]}),document.querySelector(\"#overlay\"))})})]})})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:cx(serializationHash,...sharedStyleClassNames),id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",`.${metadata.bodyClassName}-framer-nAlaf { background: #F8F7F5; }`,\".framer-nAlaf.framer-l7jtgu, .framer-nAlaf .framer-l7jtgu { display: block; }\",\".framer-nAlaf.framer-1h4iwr9 { align-content: center; align-items: center; background-color: #f8f7f5; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1440px; }\",\".framer-nAlaf .framer-1jwtsh7-container, .framer-nAlaf .framer-4obupd-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-nAlaf .framer-1eu1qqd-container { flex: none; height: auto; position: sticky; top: 0px; width: 100%; will-change: transform; z-index: 10; }\",\".framer-nAlaf .framer-19idopl, .framer-nAlaf .framer-1mgxgk4, .framer-nAlaf .framer-1xu66uh { background-color: rgba(0, 0, 0, 0.8); inset: 0px; position: fixed; user-select: none; z-index: 10; }\",\".framer-nAlaf .framer-1xgp4ue-container, .framer-nAlaf .framer-1x0nc43-container { flex: none; height: 356px; left: calc(50.00000000000002% - 901px / 2); position: fixed; top: calc(50.05917159763315% - 356px / 2); width: 901px; z-index: 10; }\",\".framer-nAlaf .framer-14vmekq { align-content: center; align-items: center; background-color: #f8f7f5; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: 574px; justify-content: center; overflow: hidden; padding: 0px 0px 6px 45px; position: relative; width: 100%; }\",\".framer-nAlaf .framer-1bnfuan { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; max-width: 1200px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-nAlaf .framer-14g9ec { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; max-width: 550px; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-nAlaf .framer-47o51g { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; max-width: 658px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-nAlaf .framer-jsvu5o { align-content: flex-start; align-items: flex-start; background-color: #181819; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; border-top-left-radius: 5px; border-top-right-radius: 5px; box-shadow: 3.5197532176971436px 7.039506435394287px 23.144718170166016px 0px rgba(17, 17, 17, 0.2); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 9px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 5.20082950592041px; position: relative; width: 313px; will-change: var(--framer-will-change-override, transform); }\",\".framer-nAlaf .framer-1evql3n { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 11px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-nAlaf .framer-547sl9 { aspect-ratio: 1 / 1; border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; border-top-left-radius: 6px; border-top-right-radius: 6px; flex: none; height: var(--framer-aspect-ratio-supported, 45px); overflow: hidden; position: relative; width: 45px; will-change: var(--framer-will-change-override, transform); }\",\".framer-nAlaf .framer-arv3ww { border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; border-top-left-radius: 6px; border-top-right-radius: 6px; bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-nAlaf .framer-d0p66k { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 3px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-nAlaf .framer-1mcmj5y, .framer-nAlaf .framer-5hkzxa, .framer-nAlaf .framer-ppv9li, .framer-nAlaf .framer-107uicx, .framer-nAlaf .framer-1wyr9q2, .framer-nAlaf .framer-3w194y { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-nAlaf .framer-xrc7pd { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 3px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-nAlaf .framer-1qxpvvo { aspect-ratio: 1 / 1; background-color: #848484; border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; flex: none; height: var(--framer-aspect-ratio-supported, 2px); position: relative; width: 2px; }\",\".framer-nAlaf .framer-1anu0ca { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 37px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-nAlaf .framer-1mw7mjk { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-nAlaf .framer-kdi66o, .framer-nAlaf .framer-155bgr4, .framer-nAlaf .framer-1wg7tgw, .framer-nAlaf .framer-wf2fum, .framer-nAlaf .framer-grfcyv, .framer-nAlaf .framer-10ufrio, .framer-nAlaf .framer-1vs8d2j, .framer-nAlaf .framer-1r16uz0, .framer-nAlaf .framer-1cxdxuj, .framer-nAlaf .framer-1b6c99v, .framer-nAlaf .framer-y2icn2, .framer-nAlaf .framer-5zzf1y { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-nAlaf .framer-1ee24my { align-content: center; align-items: center; background-color: #ffffff; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; box-shadow: 7px 6px 20px 0px rgba(72, 35, 8, 0.32); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: 356px; justify-content: flex-start; left: calc(50.00000000000002% - 901px / 2); overflow: hidden; padding: 0px 0px 0px 46px; position: fixed; top: calc(50.00000000000002% - 356px / 2); width: 901px; will-change: var(--framer-will-change-override, transform); z-index: 10; }\",\".framer-nAlaf .framer-anl57p { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 50px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-nAlaf .framer-pa68r1 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-nAlaf .framer-10vjyl7 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 420px; word-break: break-word; word-wrap: break-word; }\",\".framer-nAlaf .framer-1vjdelm { 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-end; overflow: visible; padding: 0px; position: relative; width: 420px; }\",\".framer-nAlaf .framer-1clqcgq { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-end; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-nAlaf .framer-uzz153 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-nAlaf .framer-13i4mus-container, .framer-nAlaf .framer-1vogejt-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\".framer-nAlaf .framer-xlz4gl { align-content: flex-end; align-items: flex-end; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 100%; justify-content: flex-start; overflow: hidden; padding: 20px; position: relative; width: 1px; }\",\".framer-nAlaf .framer-1438r4o-container { flex: none; height: 30px; position: relative; width: 30px; }\",\".framer-nAlaf .framer-12slww6 { flex: none; height: 574px; max-width: 667px; overflow: hidden; position: absolute; right: 0px; top: 0px; width: 46%; z-index: 1; }\",\".framer-nAlaf .framer-eca919 { align-content: center; align-items: center; background-color: #0d0d0e; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 150px; height: min-content; justify-content: flex-start; overflow: visible; padding: 120px 45px 150px 45px; position: relative; width: 100%; }\",\".framer-nAlaf .framer-15o97d, .framer-nAlaf .framer-1juuttk, .framer-nAlaf .framer-1qn4yr2, .framer-nAlaf .framer-1gy0s29 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; max-width: 1200px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-nAlaf .framer-10a3x8v, .framer-nAlaf .framer-tq5nf2, .framer-nAlaf .framer-1xmnmso, .framer-nAlaf .framer-lu08f { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; max-width: 496px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-nAlaf .framer-hsiy6k, .framer-nAlaf .framer-k4efi6, .framer-nAlaf .framer-1m2tzrh, .framer-nAlaf .framer-17eu1oa { --border-bottom-width: 1px; --border-color: #1a1a1a; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; aspect-ratio: 1.3502146016570027 / 1; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 388px); justify-content: center; max-width: 524px; overflow: hidden; padding: 0px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-nAlaf .framer-1oxbdgl { align-content: center; align-items: center; background-color: #f8f7f5; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 70px; height: min-content; justify-content: flex-start; overflow: visible; padding: 120px 45px 120px 45px; position: relative; width: 100%; }\",\".framer-nAlaf .framer-qsy7iw { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 70px; height: min-content; justify-content: flex-start; max-width: 1200px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-nAlaf .framer-o6jtcd { 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: 913px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-nAlaf .framer-1jqn2yo { flex: none; height: auto; max-width: 686px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-nAlaf .framer-10joju7 { align-content: center; align-items: center; aspect-ratio: 3.314917127071823 / 1; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 362px); justify-content: center; max-width: 1200px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-nAlaf .framer-ae3us6-container { flex: none; height: auto; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-nAlaf.framer-1h4iwr9, .framer-nAlaf .framer-14vmekq, .framer-nAlaf .framer-1bnfuan, .framer-nAlaf .framer-14g9ec, .framer-nAlaf .framer-47o51g, .framer-nAlaf .framer-jsvu5o, .framer-nAlaf .framer-1evql3n, .framer-nAlaf .framer-d0p66k, .framer-nAlaf .framer-xrc7pd, .framer-nAlaf .framer-1anu0ca, .framer-nAlaf .framer-1mw7mjk, .framer-nAlaf .framer-1ee24my, .framer-nAlaf .framer-anl57p, .framer-nAlaf .framer-pa68r1, .framer-nAlaf .framer-1vjdelm, .framer-nAlaf .framer-1clqcgq, .framer-nAlaf .framer-uzz153, .framer-nAlaf .framer-xlz4gl, .framer-nAlaf .framer-eca919, .framer-nAlaf .framer-10a3x8v, .framer-nAlaf .framer-hsiy6k, .framer-nAlaf .framer-k4efi6, .framer-nAlaf .framer-tq5nf2, .framer-nAlaf .framer-1xmnmso, .framer-nAlaf .framer-1m2tzrh, .framer-nAlaf .framer-17eu1oa, .framer-nAlaf .framer-lu08f, .framer-nAlaf .framer-1oxbdgl, .framer-nAlaf .framer-qsy7iw, .framer-nAlaf .framer-o6jtcd, .framer-nAlaf .framer-10joju7 { gap: 0px; } .framer-nAlaf.framer-1h4iwr9 > *, .framer-nAlaf .framer-xlz4gl > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-nAlaf.framer-1h4iwr9 > :first-child, .framer-nAlaf .framer-14vmekq > :first-child, .framer-nAlaf .framer-14g9ec > :first-child, .framer-nAlaf .framer-47o51g > :first-child, .framer-nAlaf .framer-jsvu5o > :first-child, .framer-nAlaf .framer-d0p66k > :first-child, .framer-nAlaf .framer-1anu0ca > :first-child, .framer-nAlaf .framer-1mw7mjk > :first-child, .framer-nAlaf .framer-anl57p > :first-child, .framer-nAlaf .framer-pa68r1 > :first-child, .framer-nAlaf .framer-1vjdelm > :first-child, .framer-nAlaf .framer-1clqcgq > :first-child, .framer-nAlaf .framer-xlz4gl > :first-child, .framer-nAlaf .framer-eca919 > :first-child, .framer-nAlaf .framer-10a3x8v > :first-child, .framer-nAlaf .framer-tq5nf2 > :first-child, .framer-nAlaf .framer-1xmnmso > :first-child, .framer-nAlaf .framer-lu08f > :first-child, .framer-nAlaf .framer-1oxbdgl > :first-child, .framer-nAlaf .framer-qsy7iw > :first-child, .framer-nAlaf .framer-o6jtcd > :first-child, .framer-nAlaf .framer-10joju7 > :first-child { margin-top: 0px; } .framer-nAlaf.framer-1h4iwr9 > :last-child, .framer-nAlaf .framer-14vmekq > :last-child, .framer-nAlaf .framer-14g9ec > :last-child, .framer-nAlaf .framer-47o51g > :last-child, .framer-nAlaf .framer-jsvu5o > :last-child, .framer-nAlaf .framer-d0p66k > :last-child, .framer-nAlaf .framer-1anu0ca > :last-child, .framer-nAlaf .framer-1mw7mjk > :last-child, .framer-nAlaf .framer-anl57p > :last-child, .framer-nAlaf .framer-pa68r1 > :last-child, .framer-nAlaf .framer-1vjdelm > :last-child, .framer-nAlaf .framer-1clqcgq > :last-child, .framer-nAlaf .framer-xlz4gl > :last-child, .framer-nAlaf .framer-eca919 > :last-child, .framer-nAlaf .framer-10a3x8v > :last-child, .framer-nAlaf .framer-tq5nf2 > :last-child, .framer-nAlaf .framer-1xmnmso > :last-child, .framer-nAlaf .framer-lu08f > :last-child, .framer-nAlaf .framer-1oxbdgl > :last-child, .framer-nAlaf .framer-qsy7iw > :last-child, .framer-nAlaf .framer-o6jtcd > :last-child, .framer-nAlaf .framer-10joju7 > :last-child { margin-bottom: 0px; } .framer-nAlaf .framer-14vmekq > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-nAlaf .framer-1bnfuan > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-nAlaf .framer-1bnfuan > :first-child, .framer-nAlaf .framer-1evql3n > :first-child, .framer-nAlaf .framer-xrc7pd > :first-child, .framer-nAlaf .framer-1ee24my > :first-child, .framer-nAlaf .framer-uzz153 > :first-child, .framer-nAlaf .framer-hsiy6k > :first-child, .framer-nAlaf .framer-k4efi6 > :first-child, .framer-nAlaf .framer-1m2tzrh > :first-child, .framer-nAlaf .framer-17eu1oa > :first-child { margin-left: 0px; } .framer-nAlaf .framer-1bnfuan > :last-child, .framer-nAlaf .framer-1evql3n > :last-child, .framer-nAlaf .framer-xrc7pd > :last-child, .framer-nAlaf .framer-1ee24my > :last-child, .framer-nAlaf .framer-uzz153 > :last-child, .framer-nAlaf .framer-hsiy6k > :last-child, .framer-nAlaf .framer-k4efi6 > :last-child, .framer-nAlaf .framer-1m2tzrh > :last-child, .framer-nAlaf .framer-17eu1oa > :last-child { margin-right: 0px; } .framer-nAlaf .framer-14g9ec > *, .framer-nAlaf .framer-47o51g > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-nAlaf .framer-jsvu5o > * { margin: 0px; margin-bottom: calc(8.668048858642578px / 2); margin-top: calc(8.668048858642578px / 2); } .framer-nAlaf .framer-1evql3n > * { margin: 0px; margin-left: calc(11.1543607711792px / 2); margin-right: calc(11.1543607711792px / 2); } .framer-nAlaf .framer-d0p66k > * { margin: 0px; margin-bottom: calc(3.186960458755493px / 2); margin-top: calc(3.186960458755493px / 2); } .framer-nAlaf .framer-xrc7pd > * { margin: 0px; margin-left: calc(3.186960458755493px / 2); margin-right: calc(3.186960458755493px / 2); } .framer-nAlaf .framer-1anu0ca > * { margin: 0px; margin-bottom: calc(37px / 2); margin-top: calc(37px / 2); } .framer-nAlaf .framer-1mw7mjk > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-nAlaf .framer-1ee24my > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } .framer-nAlaf .framer-anl57p > * { margin: 0px; margin-bottom: calc(50px / 2); margin-top: calc(50px / 2); } .framer-nAlaf .framer-pa68r1 > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-nAlaf .framer-1vjdelm > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-nAlaf .framer-1clqcgq > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-nAlaf .framer-uzz153 > *, .framer-nAlaf .framer-hsiy6k > *, .framer-nAlaf .framer-k4efi6 > *, .framer-nAlaf .framer-1m2tzrh > *, .framer-nAlaf .framer-17eu1oa > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-nAlaf .framer-eca919 > * { margin: 0px; margin-bottom: calc(150px / 2); margin-top: calc(150px / 2); } .framer-nAlaf .framer-10a3x8v > *, .framer-nAlaf .framer-tq5nf2 > *, .framer-nAlaf .framer-1xmnmso > *, .framer-nAlaf .framer-lu08f > *, .framer-nAlaf .framer-o6jtcd > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-nAlaf .framer-1oxbdgl > *, .framer-nAlaf .framer-qsy7iw > * { margin: 0px; margin-bottom: calc(70px / 2); margin-top: calc(70px / 2); } .framer-nAlaf .framer-10joju7 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\",\"@media (min-width: 1440px) { .framer-nAlaf .hidden-1h4iwr9 { display: none !important; } }\",`@media (min-width: 1200px) and (max-width: 1439px) { .framer-nAlaf .hidden-9221xt { display: none !important; } .${metadata.bodyClassName}-framer-nAlaf { background: #F8F7F5; } .framer-nAlaf.framer-1h4iwr9 { width: 1200px; } .framer-nAlaf .framer-14vmekq { height: 475px; } .framer-nAlaf .framer-12slww6 { align-content: center; align-items: center; aspect-ratio: 1.1631799163179917 / 1; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 475px); justify-content: center; padding: 0px; width: 46%; } .framer-nAlaf .framer-15o97d, .framer-nAlaf .framer-1juuttk, .framer-nAlaf .framer-1qn4yr2, .framer-nAlaf .framer-1gy0s29 { gap: 100px; justify-content: center; } .framer-nAlaf .framer-hsiy6k, .framer-nAlaf .framer-1m2tzrh, .framer-nAlaf .framer-17eu1oa { height: var(--framer-aspect-ratio-supported, 381px); } .framer-nAlaf .framer-k4efi6 { height: var(--framer-aspect-ratio-supported, 380px); } .framer-nAlaf .framer-10joju7 { height: var(--framer-aspect-ratio-supported, 335px); } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-nAlaf .framer-12slww6, .framer-nAlaf .framer-15o97d, .framer-nAlaf .framer-1juuttk, .framer-nAlaf .framer-1qn4yr2, .framer-nAlaf .framer-1gy0s29 { gap: 0px; } .framer-nAlaf .framer-12slww6 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-nAlaf .framer-12slww6 > :first-child, .framer-nAlaf .framer-15o97d > :first-child, .framer-nAlaf .framer-1juuttk > :first-child, .framer-nAlaf .framer-1qn4yr2 > :first-child, .framer-nAlaf .framer-1gy0s29 > :first-child { margin-left: 0px; } .framer-nAlaf .framer-12slww6 > :last-child, .framer-nAlaf .framer-15o97d > :last-child, .framer-nAlaf .framer-1juuttk > :last-child, .framer-nAlaf .framer-1qn4yr2 > :last-child, .framer-nAlaf .framer-1gy0s29 > :last-child { margin-right: 0px; } .framer-nAlaf .framer-15o97d > *, .framer-nAlaf .framer-1juuttk > *, .framer-nAlaf .framer-1qn4yr2 > *, .framer-nAlaf .framer-1gy0s29 > * { margin: 0px; margin-left: calc(100px / 2); margin-right: calc(100px / 2); } }}`,`@media (min-width: 810px) and (max-width: 1199px) { .framer-nAlaf .hidden-i9epxm { display: none !important; } .${metadata.bodyClassName}-framer-nAlaf { background: #F8F7F5; } .framer-nAlaf.framer-1h4iwr9 { width: 810px; } .framer-nAlaf .framer-1xgp4ue-container, .framer-nAlaf .framer-1x0nc43-container { left: calc(50.00000000000002% - 715px / 2); top: calc(50.09259259259261% - 356px / 2); width: 715px; } .framer-nAlaf .framer-14vmekq { background-color: unset; gap: 60px; height: min-content; padding: 50px 0px 85px 0px; } .framer-nAlaf .framer-1bnfuan { align-content: center; align-items: center; flex-direction: column; order: 1; padding: 0px 45px 0px 45px; } .framer-nAlaf .framer-14g9ec { align-content: center; align-items: center; flex: none; gap: 375px; order: 0; width: 100%; } .framer-nAlaf .framer-47o51g { align-content: center; align-items: center; max-width: unset; } .framer-nAlaf .framer-1anu0ca { align-content: center; align-items: center; gap: 24px; } .framer-nAlaf .framer-1mw7mjk { gap: 20px; } .framer-nAlaf .framer-1ee24my { align-content: flex-start; align-items: flex-start; flex-direction: column; height: min-content; left: 50%; padding: 20px; top: 50%; transform: translate(-50%, -50%); width: min-content; } .framer-nAlaf .framer-anl57p { align-self: stretch; order: 1; width: auto; } .framer-nAlaf .framer-pa68r1, .framer-nAlaf .framer-1vjdelm { width: 100%; } .framer-nAlaf .framer-xlz4gl { aspect-ratio: 1.4416243654822336 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 292px); order: 0; width: 421px; } .framer-nAlaf .framer-eca919 { gap: 73px; } .framer-nAlaf .framer-15o97d, .framer-nAlaf .framer-1juuttk, .framer-nAlaf .framer-1qn4yr2, .framer-nAlaf .framer-1gy0s29 { flex-direction: column; gap: 40px; justify-content: center; } .framer-nAlaf .framer-10a3x8v, .framer-nAlaf .framer-tq5nf2, .framer-nAlaf .framer-1xmnmso, .framer-nAlaf .framer-lu08f { flex: none; order: 1; width: 100%; } .framer-nAlaf .framer-hsiy6k, .framer-nAlaf .framer-k4efi6, .framer-nAlaf .framer-1m2tzrh, .framer-nAlaf .framer-17eu1oa { flex: none; height: var(--framer-aspect-ratio-supported, 148px); order: 0; width: 100%; } .framer-nAlaf .framer-10joju7 { flex-direction: row; height: var(--framer-aspect-ratio-supported, 60px); } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-nAlaf .framer-14vmekq, .framer-nAlaf .framer-1bnfuan, .framer-nAlaf .framer-14g9ec, .framer-nAlaf .framer-1anu0ca, .framer-nAlaf .framer-1mw7mjk, .framer-nAlaf .framer-1ee24my, .framer-nAlaf .framer-eca919, .framer-nAlaf .framer-15o97d, .framer-nAlaf .framer-1juuttk, .framer-nAlaf .framer-1qn4yr2, .framer-nAlaf .framer-1gy0s29, .framer-nAlaf .framer-10joju7 { gap: 0px; } .framer-nAlaf .framer-14vmekq > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-nAlaf .framer-14vmekq > :first-child, .framer-nAlaf .framer-1bnfuan > :first-child, .framer-nAlaf .framer-14g9ec > :first-child, .framer-nAlaf .framer-1anu0ca > :first-child, .framer-nAlaf .framer-1mw7mjk > :first-child, .framer-nAlaf .framer-1ee24my > :first-child, .framer-nAlaf .framer-eca919 > :first-child, .framer-nAlaf .framer-15o97d > :first-child, .framer-nAlaf .framer-1juuttk > :first-child, .framer-nAlaf .framer-1qn4yr2 > :first-child, .framer-nAlaf .framer-1gy0s29 > :first-child { margin-top: 0px; } .framer-nAlaf .framer-14vmekq > :last-child, .framer-nAlaf .framer-1bnfuan > :last-child, .framer-nAlaf .framer-14g9ec > :last-child, .framer-nAlaf .framer-1anu0ca > :last-child, .framer-nAlaf .framer-1mw7mjk > :last-child, .framer-nAlaf .framer-1ee24my > :last-child, .framer-nAlaf .framer-eca919 > :last-child, .framer-nAlaf .framer-15o97d > :last-child, .framer-nAlaf .framer-1juuttk > :last-child, .framer-nAlaf .framer-1qn4yr2 > :last-child, .framer-nAlaf .framer-1gy0s29 > :last-child { margin-bottom: 0px; } .framer-nAlaf .framer-1bnfuan > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-nAlaf .framer-14g9ec > * { margin: 0px; margin-bottom: calc(375px / 2); margin-top: calc(375px / 2); } .framer-nAlaf .framer-1anu0ca > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-nAlaf .framer-1mw7mjk > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-nAlaf .framer-1ee24my > *, .framer-nAlaf .framer-15o97d > *, .framer-nAlaf .framer-1juuttk > *, .framer-nAlaf .framer-1qn4yr2 > *, .framer-nAlaf .framer-1gy0s29 > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-nAlaf .framer-eca919 > * { margin: 0px; margin-bottom: calc(73px / 2); margin-top: calc(73px / 2); } .framer-nAlaf .framer-10joju7 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-nAlaf .framer-10joju7 > :first-child { margin-left: 0px; } .framer-nAlaf .framer-10joju7 > :last-child { margin-right: 0px; } }}`,`@media (max-width: 809px) { .framer-nAlaf .hidden-1ec01fz { display: none !important; } .${metadata.bodyClassName}-framer-nAlaf { background: #F8F7F5; } .framer-nAlaf.framer-1h4iwr9 { width: 390px; } .framer-nAlaf .framer-1xgp4ue-container, .framer-nAlaf .framer-1x0nc43-container { height: auto; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 92%; } .framer-nAlaf .framer-14vmekq { background-color: unset; gap: 60px; height: min-content; padding: 46px 0px 51px 0px; } .framer-nAlaf .framer-1bnfuan { align-content: center; align-items: center; flex-direction: column; order: 1; padding: 0px 15px 0px 15px; } .framer-nAlaf .framer-14g9ec { align-content: center; align-items: center; flex: none; gap: 371px; order: 0; width: 100%; } .framer-nAlaf .framer-47o51g { align-content: center; align-items: center; max-width: unset; } .framer-nAlaf .framer-1anu0ca { align-content: center; align-items: center; gap: 24px; } .framer-nAlaf .framer-1mw7mjk { gap: 20px; } .framer-nAlaf .framer-1ee24my { flex-direction: column; gap: 23px; height: min-content; left: 50%; padding: 10px; top: 50%; transform: translate(-50%, -50%); width: 95%; } .framer-nAlaf .framer-anl57p { gap: 8px; order: 1; width: 100%; } .framer-nAlaf .framer-pa68r1, .framer-nAlaf .framer-10vjyl7, .framer-nAlaf .framer-1vjdelm { width: 100%; } .framer-nAlaf .framer-1wyr9q2, .framer-nAlaf .framer-3w194y { white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; } .framer-nAlaf .framer-xlz4gl { aspect-ratio: 1.5669642857142858 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 128px); order: 0; padding: 10px; width: 100%; } .framer-nAlaf .framer-eca919 { gap: 73px; padding: 50px 20px 100px 20px; } .framer-nAlaf .framer-15o97d, .framer-nAlaf .framer-1juuttk, .framer-nAlaf .framer-1qn4yr2, .framer-nAlaf .framer-1gy0s29 { flex-direction: column; gap: 40px; justify-content: center; } .framer-nAlaf .framer-10a3x8v, .framer-nAlaf .framer-tq5nf2, .framer-nAlaf .framer-1xmnmso, .framer-nAlaf .framer-lu08f { flex: none; order: 1; width: 100%; } .framer-nAlaf .framer-hsiy6k, .framer-nAlaf .framer-k4efi6, .framer-nAlaf .framer-1m2tzrh, .framer-nAlaf .framer-17eu1oa { flex: none; height: var(--framer-aspect-ratio-supported, 148px); order: 0; width: 100%; } .framer-nAlaf .framer-1oxbdgl { padding: 70px 20px 70px 20px; } .framer-nAlaf .framer-10joju7 { aspect-ratio: 0.85995085995086 / 1; flex-direction: row; height: var(--framer-aspect-ratio-supported, 233px); max-width: unset; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-nAlaf .framer-14vmekq, .framer-nAlaf .framer-1bnfuan, .framer-nAlaf .framer-14g9ec, .framer-nAlaf .framer-1anu0ca, .framer-nAlaf .framer-1mw7mjk, .framer-nAlaf .framer-1ee24my, .framer-nAlaf .framer-anl57p, .framer-nAlaf .framer-eca919, .framer-nAlaf .framer-15o97d, .framer-nAlaf .framer-1juuttk, .framer-nAlaf .framer-1qn4yr2, .framer-nAlaf .framer-1gy0s29, .framer-nAlaf .framer-10joju7 { gap: 0px; } .framer-nAlaf .framer-14vmekq > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-nAlaf .framer-14vmekq > :first-child, .framer-nAlaf .framer-1bnfuan > :first-child, .framer-nAlaf .framer-14g9ec > :first-child, .framer-nAlaf .framer-1anu0ca > :first-child, .framer-nAlaf .framer-1mw7mjk > :first-child, .framer-nAlaf .framer-1ee24my > :first-child, .framer-nAlaf .framer-anl57p > :first-child, .framer-nAlaf .framer-eca919 > :first-child, .framer-nAlaf .framer-15o97d > :first-child, .framer-nAlaf .framer-1juuttk > :first-child, .framer-nAlaf .framer-1qn4yr2 > :first-child, .framer-nAlaf .framer-1gy0s29 > :first-child { margin-top: 0px; } .framer-nAlaf .framer-14vmekq > :last-child, .framer-nAlaf .framer-1bnfuan > :last-child, .framer-nAlaf .framer-14g9ec > :last-child, .framer-nAlaf .framer-1anu0ca > :last-child, .framer-nAlaf .framer-1mw7mjk > :last-child, .framer-nAlaf .framer-1ee24my > :last-child, .framer-nAlaf .framer-anl57p > :last-child, .framer-nAlaf .framer-eca919 > :last-child, .framer-nAlaf .framer-15o97d > :last-child, .framer-nAlaf .framer-1juuttk > :last-child, .framer-nAlaf .framer-1qn4yr2 > :last-child, .framer-nAlaf .framer-1gy0s29 > :last-child { margin-bottom: 0px; } .framer-nAlaf .framer-1bnfuan > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-nAlaf .framer-14g9ec > * { margin: 0px; margin-bottom: calc(371px / 2); margin-top: calc(371px / 2); } .framer-nAlaf .framer-1anu0ca > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-nAlaf .framer-1mw7mjk > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-nAlaf .framer-1ee24my > * { margin: 0px; margin-bottom: calc(23px / 2); margin-top: calc(23px / 2); } .framer-nAlaf .framer-anl57p > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-nAlaf .framer-eca919 > * { margin: 0px; margin-bottom: calc(73px / 2); margin-top: calc(73px / 2); } .framer-nAlaf .framer-15o97d > *, .framer-nAlaf .framer-1juuttk > *, .framer-nAlaf .framer-1qn4yr2 > *, .framer-nAlaf .framer-1gy0s29 > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-nAlaf .framer-10joju7 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-nAlaf .framer-10joju7 > :first-child { margin-left: 0px; } .framer-nAlaf .framer-10joju7 > :last-child { margin-right: 0px; } }}`,...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,'.framer-nAlaf[data-border=\"true\"]::after, .framer-nAlaf [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 4625\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"eWY5U_jgn\":{\"layout\":[\"fixed\",\"auto\"]},\"GNKsJRIEZ\":{\"layout\":[\"fixed\",\"auto\"]},\"GvZAiPb2w\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerResponsiveScreen\n */const FramerdZgLW9wrO=withCSS(Component,css,\"framer-nAlaf\");export default FramerdZgLW9wrO;FramerdZgLW9wrO.displayName=\"Products\";FramerdZgLW9wrO.defaultProps={height:4625,width:1440};addFonts(FramerdZgLW9wrO,[{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/5A3Ce6C9YYmCjpQx9M4inSaKU.woff2\",weight:\"500\"},{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/Qx95Xyt0Ka3SGhinnbXIGpEIyP4.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/6mJuEAguuIuMog10gGvH5d3cl8.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/xYYWaj7wCU5zSQH0eXvSaS19wo.woff2\",weight:\"500\"},{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/otTaNuNpVK4RbdlT7zDDdKvQBA.woff2\",weight:\"500\"},{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/d3tHnaQIAeqiE5hGcRw4mmgWYU.woff2\",weight:\"500\"},{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/DolVirEGb34pEXEp8t8FQBSK4.woff2\",weight:\"500\"},{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:\"Red Hat Display\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/redhatdisplay/v19/8vIf7wUr0m80wwYf0QCXZzYzUoTK8RZQvRd-D1NYbl6Wck05-Xecg3w.woff2\",weight:\"500\"},{family:\"Red Hat Display\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/redhatdisplay/v19/8vIf7wUr0m80wwYf0QCXZzYzUoTK8RZQvRd-D1NYbmyWck05-Xecg3w.woff2\",weight:\"400\"},{family:\"Red Hat Display\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/redhatdisplay/v19/8vIf7wUr0m80wwYf0QCXZzYzUoTK8RZQvRd-D1NYbrKRck05-Xecg3w.woff2\",weight:\"600\"},{family:\"Playfair Display\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/playfairdisplay/v37/nuFRD-vYSZviVYUb_rj3ij__anPXDTnCjmHKM4nYO7KN_pqTbtPK-F2rA0s.woff2\",weight:\"500\"}]},...SmoothScrollFonts,...NavbarDarkFonts,...PopUpFonts,...ButtonsFonts,...CloseFonts,...FooterDarkFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerdZgLW9wrO\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"4625\",\"framerIntrinsicWidth\":\"1440\",\"framerResponsiveScreen\":\"\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"eWY5U_jgn\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"GNKsJRIEZ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"GvZAiPb2w\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["SmoothScrollFonts", "getFonts", "SmoothScroll", "NavbarDarkFonts", "j8FJJdpS3_default", "PopUpFonts", "S67IikoSW_default", "RichTextWithFX", "withFX", "RichText2", "ButtonsFonts", "xPXe85yTq_default", "CloseFonts", "vjkOFuA6m_default", "FooterDarkFonts", "p6bQT6mV2_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "valuesByLocaleId", "LazyValue", "preloadLocalizedValues", "locale", "promises", "values", "promise", "getLocalizedValue", "key", "value", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "animation", "transition1", "animation1", "metadata", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata1", "robotsTag", "ie", "_document_querySelector", "bodyCls", "body", "c", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "activeVariantCallback", "delay", "useActiveVariantCallback", "ezeS0B1T0welu7j", "overlay", "paginationInfo", "args", "gNrN9MNpd1wvko5h", "xnitKoH0Rwelu7j", "tap1wvko5h", "Q5wxkqQetwelu7j", "preloadPromise", "ref1", "pe", "isDisplayed", "isDisplayed1", "defaultLayoutId", "ae", "sharedStyleClassNames", "useCustomCursors", "_getLocalizedValue", "_getLocalizedValue1", "_getLocalizedValue2", "_getLocalizedValue3", "_getLocalizedValue4", "_getLocalizedValue5", "_getLocalizedValue6", "_getLocalizedValue7", "_getLocalizedValue8", "_getLocalizedValue9", "_getLocalizedValue10", "_getLocalizedValue11", "_getLocalizedValue12", "_getLocalizedValue13", "_getLocalizedValue14", "_getLocalizedValue15", "_getLocalizedValue16", "_getLocalizedValue17", "_getLocalizedValue18", "_getLocalizedValue19", "_getLocalizedValue20", "_getLocalizedValue21", "_getLocalizedValue22", "_getLocalizedValue23", "_getLocalizedValue24", "_getLocalizedValue25", "_getLocalizedValue26", "_getLocalizedValue27", "_getLocalizedValue28", "_getLocalizedValue29", "_getLocalizedValue30", "_getLocalizedValue31", "_getLocalizedValue32", "_getLocalizedValue33", "_getLocalizedValue34", "_getLocalizedValue35", "_getLocalizedValue36", "_getLocalizedValue37", "_getLocalizedValue38", "_getLocalizedValue39", "_getLocalizedValue40", "_getLocalizedValue41", "_getLocalizedValue42", "_getLocalizedValue43", "_getLocalizedValue44", "_getLocalizedValue45", "_getLocalizedValue46", "_getLocalizedValue47", "_getLocalizedValue48", "_getLocalizedValue49", "_getLocalizedValue50", "_getLocalizedValue51", "_getLocalizedValue52", "_getLocalizedValue53", "_getLocalizedValue54", "_getLocalizedValue55", "_getLocalizedValue56", "_getLocalizedValue57", "_getLocalizedValue58", "p", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "cx", "ComponentViewportProvider", "Container", "SmoothScroll", "l", "PropertyOverrides2", "j8FJJdpS3_default", "AnimatePresence", "Ga", "x", "S67IikoSW_default", "getLoadingLazyAtYPosition", "Image2", "RichText2", "RichTextWithFX", "overlay1", "xPXe85yTq_default", "vjkOFuA6m_default", "overlay2", "p6bQT6mV2_default", "css", "FramerdZgLW9wrO", "withCSS", "dZgLW9wrO_default", "addFonts", "SmoothScrollFonts", "NavbarDarkFonts", "PopUpFonts", "ButtonsFonts", "CloseFonts", "FooterDarkFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
