{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/rofp3mS0LNY15cjhHzia/sCDB021OTsBBYKGo7Efa/BlurGradient.js", "ssg:https://framerusercontent.com/modules/RuaI4dwpVQcBwvm68PLf/crZnEGD6IjBLn1pSSTja/XCQXwlu3j.js", "ssg:https://framerusercontent.com/modules/fWDBmO0lWMnEhS6Bhhqy/aL19IKyO2Nmq9zg7e4NL/l2e03orXi.js"],
  "sourcesContent": ["import{jsx as _jsx}from\"react/jsx-runtime\";import{addPropertyControls,ControlType}from\"framer\";/**\n * @framerDisableUnlink\n *\n * @framerIntrinsicWidth 240\n * @framerIntrinsicHeight 240\n *\n * @framerSupportedLayoutWidth any\n * @framerSupportedLayoutHeight any\n */function BlurGradient({blur,borderRadius,direction}){const getGradientDirection=direction=>{switch(direction){case\"toBottom\":return\"to bottom\";case\"toTop\":return\"to top\";case\"toLeft\":return\"to left\";case\"toRight\":return\"to right\";default:return\"to bottom\";}};const blurSteps=[{blur:`${blur/2/2/2/2/2/2/2}px`,gradient:`rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 12.5%, rgba(0, 0, 0, 1) 25%, rgba(0, 0, 0, 0) 37.5%`},{blur:`${blur/2/2/2/2/2/2}px`,gradient:`rgba(0, 0, 0, 0) 12.5%, rgba(0, 0, 0, 1) 25%, rgba(0, 0, 0, 1) 37.5%, rgba(0, 0, 0, 0) 50%`},{blur:`${blur/2/2/2/2/2}px`,gradient:`rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 1) 37.5%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) 62.5%`},{blur:`${blur/2/2/2/2}px`,gradient:`rgba(0, 0, 0, 0) 37.5%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 1) 62.5%, rgba(0, 0, 0, 0) 75%`},{blur:`${blur/2/2/2}px`,gradient:`rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 1) 62.5%, rgba(0, 0, 0, 1) 75%, rgba(0, 0, 0, 0) 87.5%`},{blur:`${blur/2/2}px`,gradient:`rgba(0, 0, 0, 0) 62.5%, rgba(0, 0, 0, 1) 75%, rgba(0, 0, 0, 1) 87.5%, rgba(0, 0, 0, 0) 100%`},{blur:`${blur/2}px`,gradient:`rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 1) 87.5%, rgba(0, 0, 0, 1) 100%`},{blur:`${blur}px`,gradient:`rgba(0, 0, 0, 0) 87.5%, rgba(0, 0, 0, 1) 100%`}];return /*#__PURE__*/_jsx(\"div\",{style:{position:\"relative\",width:\"100%\",height:\"100%\",borderRadius:`${borderRadius}px`},children:blurSteps.map((step,index)=>/*#__PURE__*/_jsx(\"div\",{style:{position:\"absolute\",inset:0,zIndex:index+1,backdropFilter:`blur(${step.blur})`,WebkitBackdropFilter:`blur(${step.blur})`,maskImage:`linear-gradient(${getGradientDirection(direction)}, ${step.gradient})`,WebkitMaskImage:`linear-gradient(${getGradientDirection(direction)}, ${step.gradient})`,borderRadius:`${borderRadius}px`,pointerEvents:\"none\"}},index))});}BlurGradient.defaultProps={blur:10,borderRadius:0,direction:\"toBottom\"};addPropertyControls(BlurGradient,{blur:{title:\"Blur\",type:ControlType.Number,defaultValue:10,min:0,max:100,step:1,description:\"Large blur values (10<) can impact performance.\"},borderRadius:{title:\"Radius\",type:ControlType.Number,defaultValue:0,min:0,max:100,step:1,description:\"Blur Gradient component's parent frame can't have border radius (it will break the component). If you need corner radius, apply it directly to the Blur Gradient component here.\"},direction:{title:\"Direction\",type:ControlType.SegmentedEnum,options:[\"toBottom\",\"toTop\",\"toLeft\",\"toRight\"],optionTitles:[\"\u2193\",\"\u2191\",\"\u2190\",\"\u2192\"],defaultValue:\"toBottom\",description:\"More components at [Framer University](https://framer.university?utm_source=component).\"}});BlurGradient.displayName=\"Blur Gradient\";export default BlurGradient;\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"BlurGradient\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerSupportedLayoutHeight\":\"any\",\"framerIntrinsicWidth\":\"240\",\"framerDisableUnlink\":\"*\",\"framerIntrinsicHeight\":\"240\",\"framerSupportedLayoutWidth\":\"any\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./BlurGradient.map", "// Generated by Framer (38d083a)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const enabledGestures={eYOnzlNCc:{hover:true}};const cycleOrder=[\"eYOnzlNCc\"];const serializationHash=\"framer-31SUw\";const variantClassNames={eYOnzlNCc:\"framer-v-rf2cg7\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const getProps=({click,height,id,width,...props})=>{return{...props,w3eVgPiCQ:click!==null&&click!==void 0?click:props.w3eVgPiCQ};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,w3eVgPiCQ,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"eYOnzlNCc\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapjeunbu=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(w3eVgPiCQ){const res=await w3eVgPiCQ(...args);if(res===false)return false;}});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-rf2cg7\",className,classNames),\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"eYOnzlNCc\",onTap:onTapjeunbu,ref:ref!==null&&ref!==void 0?ref:ref1,style:{backdropFilter:\"blur(10px)\",backgroundColor:\"rgba(255, 244, 224, 0.8)\",borderBottomLeftRadius:583,borderBottomRightRadius:583,borderTopLeftRadius:583,borderTopRightRadius:583,WebkitBackdropFilter:\"blur(10px)\",...style},variants:{\"eYOnzlNCc-hover\":{backgroundColor:\"var(--token-ecafc256-809a-4d45-a91d-a2dbb56ff89e, rgb(255, 245, 224))\"}},...addPropertyOverrides({\"eYOnzlNCc-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1nwbdtx\",\"data-framer-name\":\"Arrow1\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"UvPN1yXDh\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 18 18\"><path d=\"M 11.813 14.625 L 6.188 9 L 11.813 3.375\" fill=\"transparent\" stroke-width=\"2\" stroke=\"var(--token-db9c0999-fbc7-40b4-bd48-6c259f8125b0, rgb(0, 10, 26))\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></svg>',svgContentId:11228074320,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-19wdykk\",\"data-framer-name\":\"Arrow2\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"APySN__h2\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 18 18\"><path d=\"M 11.813 14.625 L 6.188 9 L 11.813 3.375\" fill=\"transparent\" stroke-width=\"2\" stroke=\"rgb(0,0,0)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></svg>',svgContentId:9110604093,withExternalLayout:true})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-31SUw.framer-zv96nw, .framer-31SUw .framer-zv96nw { display: block; }\",\".framer-31SUw.framer-rf2cg7 { cursor: pointer; height: 42px; overflow: hidden; position: relative; width: 42px; will-change: var(--framer-will-change-override, transform); }\",\".framer-31SUw .framer-1nwbdtx { flex: none; height: 18px; left: 12px; position: absolute; top: 12px; width: 18px; }\",\".framer-31SUw .framer-19wdykk { flex: none; height: 18px; left: 40px; position: absolute; top: 12px; width: 18px; }\",\".framer-31SUw.framer-v-rf2cg7.hover.framer-rf2cg7 { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 42px); }\",\".framer-31SUw.framer-v-rf2cg7.hover .framer-1nwbdtx { left: -22px; }\",\".framer-31SUw.framer-v-rf2cg7.hover .framer-19wdykk { left: 12px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 42\n * @framerIntrinsicWidth 42\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"ujp8zuF3O\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"w3eVgPiCQ\":\"click\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerXCQXwlu3j=withCSS(Component,css,\"framer-31SUw\");export default FramerXCQXwlu3j;FramerXCQXwlu3j.displayName=\"Slideshow Arrow\";FramerXCQXwlu3j.defaultProps={height:42,width:42};addPropertyControls(FramerXCQXwlu3j,{w3eVgPiCQ:{title:\"Click\",type:ControlType.EventHandler}});addFonts(FramerXCQXwlu3j,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerXCQXwlu3j\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"42\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"ujp8zuF3O\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"w3eVgPiCQ\\\":\\\"click\\\"}\",\"framerIntrinsicHeight\":\"42\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./XCQXwlu3j.map", "// Generated by Framer (20caf11)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getLoadingLazyAtYPosition,Image,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import BlurGradient from\"https://framerusercontent.com/modules/rofp3mS0LNY15cjhHzia/sCDB021OTsBBYKGo7Efa/BlurGradient.js\";import SlideshowArrow from\"https://framerusercontent.com/modules/RuaI4dwpVQcBwvm68PLf/crZnEGD6IjBLn1pSSTja/XCQXwlu3j.js\";const ImageWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(Image));const SlideshowArrowFonts=getFonts(SlideshowArrow);const MotionDivWithFX=withFX(motion.div);const BlurGradientFonts=getFonts(BlurGradient);const cycleOrder=[\"NPScwk57q\",\"VKGUE7wON\",\"BoWM2VZMo\",\"N1nFQi89w\"];const serializationHash=\"framer-zglkB\";const variantClassNames={BoWM2VZMo:\"framer-v-1x4ag6b\",N1nFQi89w:\"framer-v-1wnb6bq\",NPScwk57q:\"framer-v-3ayly\",VKGUE7wON:\"framer-v-k48ah4\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:40,delay:0,mass:1,stiffness:200,type:\"spring\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;const transition2={damping:80,delay:.2,mass:1,stiffness:250,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:40,y:0};const transition3={damping:80,delay:.1,mass:1,stiffness:200,type:\"spring\"};const animation2={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:0,y:0};const transition4={damping:60,delay:0,mass:1,stiffness:200,type:\"spring\"};const animation3={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition4,x:0,y:0};const animation4={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const animation5={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:-40,y:0};const transition5={damping:60,delay:.6,mass:1,stiffness:160,type:\"spring\"};const animation6={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition5,x:0,y:0};const animation7={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:24,y:0};const animation8={opacity:1,rotate:180,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition5,x:0,y:0};const animation9={opacity:.001,rotate:180,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:-24,y:0};const transformTemplate2=(_,t)=>`translateX(-50%) ${t}`;const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={\"Variant 2\":\"VKGUE7wON\",\"Variant 3\":\"BoWM2VZMo\",\"Variant 4\":\"N1nFQi89w\",DesktopStart:\"NPScwk57q\"};const getProps=({height,id,image1,image2,image3,image4,image5,width,...props})=>{var _ref,_ref1,_ref2,_ref3,_humanReadableVariantMap_props_variant,_ref4,_ref5;return{...props,cyTd9of83:(_ref=image4!==null&&image4!==void 0?image4:props.cyTd9of83)!==null&&_ref!==void 0?_ref:{src:\"https://framerusercontent.com/images/XGp9ZHDdYiVwbuISfU4RBmcHng.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/XGp9ZHDdYiVwbuISfU4RBmcHng.png?scale-down-to=2048 946w,https://framerusercontent.com/images/XGp9ZHDdYiVwbuISfU4RBmcHng.png 1560w\"},F8GjJtKGL:(_ref1=image1!==null&&image1!==void 0?image1:props.F8GjJtKGL)!==null&&_ref1!==void 0?_ref1:{src:\"https://framerusercontent.com/images/2qa2i6jxF67yJvogEQAed7OReQ.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/2qa2i6jxF67yJvogEQAed7OReQ.png?scale-down-to=2048 946w,https://framerusercontent.com/images/2qa2i6jxF67yJvogEQAed7OReQ.png 1170w\"},nVZgp7xmk:(_ref2=image5!==null&&image5!==void 0?image5:props.nVZgp7xmk)!==null&&_ref2!==void 0?_ref2:{src:\"https://framerusercontent.com/images/XGp9ZHDdYiVwbuISfU4RBmcHng.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/XGp9ZHDdYiVwbuISfU4RBmcHng.png?scale-down-to=2048 946w,https://framerusercontent.com/images/XGp9ZHDdYiVwbuISfU4RBmcHng.png 1560w\"},TVrkwavK8:(_ref3=image3!==null&&image3!==void 0?image3:props.TVrkwavK8)!==null&&_ref3!==void 0?_ref3:{src:\"https://framerusercontent.com/images/XGp9ZHDdYiVwbuISfU4RBmcHng.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/XGp9ZHDdYiVwbuISfU4RBmcHng.png?scale-down-to=2048 946w,https://framerusercontent.com/images/XGp9ZHDdYiVwbuISfU4RBmcHng.png 1560w\"},variant:(_ref4=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref4!==void 0?_ref4:\"NPScwk57q\",wA2aAjEZy:(_ref5=image2!==null&&image2!==void 0?image2:props.wA2aAjEZy)!==null&&_ref5!==void 0?_ref5:{src:\"https://framerusercontent.com/images/XGp9ZHDdYiVwbuISfU4RBmcHng.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/XGp9ZHDdYiVwbuISfU4RBmcHng.png?scale-down-to=2048 946w,https://framerusercontent.com/images/XGp9ZHDdYiVwbuISfU4RBmcHng.png 1560w\"}};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,F8GjJtKGL,wA2aAjEZy,TVrkwavK8,cyTd9of83,nVZgp7xmk,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"NPScwk57q\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const w3eVgPiCQwiymhk=activeVariantCallback(async(...args)=>{setVariant(\"NPScwk57q\");});const w3eVgPiCQeoofju=activeVariantCallback(async(...args)=>{setVariant(\"VKGUE7wON\");});const w3eVgPiCQc6sgz8=activeVariantCallback(async(...args)=>{setVariant(\"BoWM2VZMo\");});const w3eVgPiCQ1sbryed=activeVariantCallback(async(...args)=>{setVariant(\"N1nFQi89w\");});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-3ayly\",className,classNames),\"data-framer-name\":\"DesktopStart\",layoutDependency:layoutDependency,layoutId:\"NPScwk57q\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({BoWM2VZMo:{\"data-framer-name\":\"Variant 3\"},N1nFQi89w:{\"data-framer-name\":\"Variant 4\"},VKGUE7wON:{\"data-framer-name\":\"Variant 2\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(ImageWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation,as:\"header\",background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||573)*.5008726003490404-218.5)),pixelHeight:1024,pixelWidth:1024,sizes:`min(204px, ${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"})`,...toResponsiveImage(F8GjJtKGL)},className:\"framer-upsh42\",\"data-framer-appear-id\":\"upsh42\",\"data-framer-name\":\"Left1\",initial:animation1,layoutDependency:layoutDependency,layoutId:\"qWsm2BTfC\",optimized:true,style:{borderBottomLeftRadius:32,borderBottomRightRadius:32,borderTopLeftRadius:32,borderTopRightRadius:32},transformTemplate:transformTemplate1,...addPropertyOverrides({BoWM2VZMo:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||573)*.4991273996509601-244)),pixelHeight:1024,pixelWidth:1024,sizes:`min(228px, ${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"})`,...toResponsiveImage(F8GjJtKGL)},transformTemplate:undefined},N1nFQi89w:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||573)*.4991273996509601-244)),pixelHeight:1024,pixelWidth:1024,sizes:`min(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} * 0.21, ${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"})`,...toResponsiveImage(F8GjJtKGL)}},VKGUE7wON:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||573)*.4991273996509601-218.5)),pixelHeight:1024,pixelWidth:1024,sizes:`min(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} * 0.17, ${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"})`,...toResponsiveImage(F8GjJtKGL)}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(ImageWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation2,as:\"header\",background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||573)*.4991273996509601-270)),pixelHeight:1024,pixelWidth:1024,sizes:`min(228px, ${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"})`,...toResponsiveImage(wA2aAjEZy)},className:\"framer-1tgjz6g\",\"data-framer-appear-id\":\"1tgjz6g\",\"data-framer-name\":\"Left2\",initial:animation1,layoutDependency:layoutDependency,layoutId:\"xc24Jf8wB\",optimized:true,style:{borderBottomLeftRadius:32,borderBottomRightRadius:32,borderTopLeftRadius:32,borderTopRightRadius:32},transformTemplate:transformTemplate1,...addPropertyOverrides({BoWM2VZMo:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||573)*.49738219895287983-218.5)),pixelHeight:1024,pixelWidth:1024,sizes:`min(204px, ${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"})`,...toResponsiveImage(wA2aAjEZy)},transformTemplate:undefined},N1nFQi89w:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||573)*.49738219895287983-244)),pixelHeight:1024,pixelWidth:1024,sizes:`min(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} * 0.19, ${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"})`,...toResponsiveImage(wA2aAjEZy)}},VKGUE7wON:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||573)*.49738219895287983-218.5)),pixelHeight:1024,pixelWidth:1024,sizes:`min(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} * 0.17, ${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"})`,...toResponsiveImage(wA2aAjEZy)}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(ImageWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation3,as:\"header\",background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||573)*.5008726003490404-270)),pixelHeight:1024,pixelWidth:1024,sizes:`min(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} * 0.21, ${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"})`,...toResponsiveImage(TVrkwavK8)},className:\"framer-1f5woms\",\"data-framer-appear-id\":\"1f5woms\",\"data-framer-name\":\"Center\",initial:animation4,layoutDependency:layoutDependency,layoutId:\"d0YHamPvX\",optimized:true,style:{borderBottomLeftRadius:32,borderBottomRightRadius:32,borderTopLeftRadius:32,borderTopRightRadius:32},transformTemplate:transformTemplate1,...addPropertyOverrides({BoWM2VZMo:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||573)*.49738219895287983-218.25)),pixelHeight:1024,pixelWidth:1024,sizes:`min(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} * 0.17, ${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"})`,...toResponsiveImage(TVrkwavK8)}},N1nFQi89w:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||573)*.4956369982547995-218)),pixelHeight:1024,pixelWidth:1024,sizes:`min(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} * 0.17, ${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"})`,...toResponsiveImage(TVrkwavK8)}},VKGUE7wON:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||573)*.4991273996509601-244)),pixelHeight:1024,pixelWidth:1024,sizes:`min(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} * 0.19, ${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"})`,...toResponsiveImage(TVrkwavK8)}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(ImageWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation2,as:\"header\",background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||573)*.5026178010471206-270)),pixelHeight:1024,pixelWidth:1024,sizes:`min(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} * 0.19, ${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"})`,...toResponsiveImage(cyTd9of83)},className:\"framer-6160pu\",\"data-framer-appear-id\":\"6160pu\",\"data-framer-name\":\"Right1\",initial:animation5,layoutDependency:layoutDependency,layoutId:\"n7Xq_ImwT\",optimized:true,style:{borderBottomLeftRadius:32,borderBottomRightRadius:32,borderTopLeftRadius:32,borderTopRightRadius:32},transformTemplate:transformTemplate1,...addPropertyOverrides({BoWM2VZMo:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||573)*.5008726003490404-244)),pixelHeight:1024,pixelWidth:1024,sizes:`min(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} * 0.19, ${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"})`,...toResponsiveImage(cyTd9of83)}},N1nFQi89w:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||573)*.4991273996509601-218)),pixelHeight:1024,pixelWidth:1024,sizes:`min(204px, ${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"})`,...toResponsiveImage(cyTd9of83)},transformTemplate:undefined},VKGUE7wON:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||573)*.5026178010471206-270)),pixelHeight:1024,pixelWidth:1024,sizes:`min(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} * 0.21, ${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"})`,...toResponsiveImage(cyTd9of83)}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(ImageWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation,as:\"header\",background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||573)*.5008726003490404-270)),pixelHeight:1024,pixelWidth:1024,sizes:`min(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} * 0.17, ${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"})`,...toResponsiveImage(nVZgp7xmk)},className:\"framer-9sh0qr\",\"data-framer-appear-id\":\"9sh0qr\",\"data-framer-name\":\"Right2\",initial:animation5,layoutDependency:layoutDependency,layoutId:\"W_I1HxFYu\",optimized:true,style:{borderBottomLeftRadius:32,borderBottomRightRadius:32,borderTopLeftRadius:32,borderTopRightRadius:32},transformTemplate:transformTemplate1,...addPropertyOverrides({BoWM2VZMo:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||573)*.5008726003490404-244)),pixelHeight:1024,pixelWidth:1024,sizes:`min(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} * 0.21, ${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"})`,...toResponsiveImage(nVZgp7xmk)}},N1nFQi89w:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||573)*.5008726003490404-244)),pixelHeight:1024,pixelWidth:1024,sizes:`min(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} * 0.19, ${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"})`,...toResponsiveImage(nVZgp7xmk)}},VKGUE7wON:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||573)*.5008726003490404-244)),pixelHeight:1024,pixelWidth:1024,sizes:`min(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} * 0.19, ${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"})`,...toResponsiveImage(nVZgp7xmk)}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:42,width:\"42px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||573)*.4991273996509601-21),children:/*#__PURE__*/_jsx(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation6,className:\"framer-1ob59qv-container\",\"data-framer-appear-id\":\"1ob59qv\",initial:animation7,layoutDependency:layoutDependency,layoutId:\"aT1EBwkvK-container\",optimized:true,children:/*#__PURE__*/_jsx(SlideshowArrow,{height:\"100%\",id:\"aT1EBwkvK\",layoutId:\"aT1EBwkvK\",style:{height:\"100%\",width:\"100%\"},width:\"100%\",...addPropertyOverrides({BoWM2VZMo:{w3eVgPiCQ:w3eVgPiCQeoofju},N1nFQi89w:{w3eVgPiCQ:w3eVgPiCQc6sgz8},VKGUE7wON:{w3eVgPiCQ:w3eVgPiCQwiymhk}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:42,width:\"42px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||573)*.4991273996509601-21),children:/*#__PURE__*/_jsx(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation8,className:\"framer-1hs523d-container\",\"data-framer-appear-id\":\"1hs523d\",initial:animation9,layoutDependency:layoutDependency,layoutId:\"frZ40coOQ-container\",optimized:true,style:{rotate:180},children:/*#__PURE__*/_jsx(SlideshowArrow,{height:\"100%\",id:\"frZ40coOQ\",layoutId:\"frZ40coOQ\",style:{height:\"100%\",width:\"100%\"},w3eVgPiCQ:w3eVgPiCQeoofju,width:\"100%\",...addPropertyOverrides({BoWM2VZMo:{w3eVgPiCQ:w3eVgPiCQ1sbryed},N1nFQi89w:{w3eVgPiCQ:undefined},VKGUE7wON:{w3eVgPiCQ:w3eVgPiCQc6sgz8}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:735,intrinsicWidth:361,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+7),pixelHeight:1470,pixelWidth:722,src:\"https://framerusercontent.com/images/YlYIbfFEujexwgWABDzpsRlY.webp?scale-down-to=1024\"},className:\"framer-75iu71\",\"data-framer-name\":\"iPhone\",layoutDependency:layoutDependency,layoutId:\"BjNvUgsbW\",transformTemplate:transformTemplate2}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-nhyhsp-container\",layoutDependency:layoutDependency,layoutId:\"yxUzQGMeC-container\",children:/*#__PURE__*/_jsx(BlurGradient,{blur:3,borderRadius:0,direction:\"toLeft\",height:\"100%\",id:\"yxUzQGMeC\",layoutId:\"yxUzQGMeC\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-oqvpjr-container\",layoutDependency:layoutDependency,layoutId:\"bDCTTQe5l-container\",children:/*#__PURE__*/_jsx(BlurGradient,{blur:3,borderRadius:0,direction:\"toRight\",height:\"100%\",id:\"bDCTTQe5l\",layoutId:\"bDCTTQe5l\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-nncjub\",\"data-framer-name\":\"BGBLUR\",layoutDependency:layoutDependency,layoutId:\"Af35APH7G\",style:{background:'radial-gradient(50% 50% at 50% 50%, var(--token-ecafc256-809a-4d45-a91d-a2dbb56ff89e, rgb(255, 245, 224)) /* {\"name\":\"HighlightColor\"} */ 0%, rgba(171, 171, 171, 0) 100%)'}}),/*#__PURE__*/_jsx(motion.header,{className:\"framer-2bpnfq\",\"data-framer-name\":\"PhoneBG\",layoutDependency:layoutDependency,layoutId:\"zNqxtAsbm\",style:{backgroundColor:\"rgb(1, 1, 1)\",borderBottomLeftRadius:32,borderBottomRightRadius:32,borderTopLeftRadius:32,borderTopRightRadius:32}})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-zglkB.framer-17sg38p, .framer-zglkB .framer-17sg38p { display: block; }\",\".framer-zglkB.framer-3ayly { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 573px; justify-content: center; overflow: visible; padding: 40px 0px 40px 0px; position: relative; width: 1200px; }\",\".framer-zglkB .framer-upsh42 { align-content: flex-start; align-items: flex-start; aspect-ratio: 0.4666666666666667 / 1; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: var(--framer-aspect-ratio-supported, 437px); justify-content: center; left: 9%; max-width: 100%; overflow: visible; padding: 40px; position: absolute; top: 50%; width: 204px; z-index: 0; }\",\".framer-zglkB .framer-1tgjz6g { align-content: flex-start; align-items: flex-start; aspect-ratio: 0.4666666666666667 / 1; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: var(--framer-aspect-ratio-supported, 489px); justify-content: center; left: 28%; max-width: 100%; overflow: visible; padding: 40px; position: absolute; top: 50%; width: 228px; z-index: 2; }\",\".framer-zglkB .framer-1f5woms { align-content: flex-start; align-items: flex-start; aspect-ratio: 0.4666666666666667 / 1; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: var(--framer-aspect-ratio-supported, 540px); justify-content: center; left: 50%; max-width: 100%; overflow: visible; padding: 40px; position: absolute; top: 50%; width: 21%; z-index: 2; }\",\".framer-zglkB .framer-6160pu { align-content: flex-start; align-items: flex-start; aspect-ratio: 0.4666666666666667 / 1; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: var(--framer-aspect-ratio-supported, 489px); justify-content: center; left: 72%; max-width: 100%; overflow: visible; padding: 40px; position: absolute; top: 50%; width: 19%; z-index: 2; }\",\".framer-zglkB .framer-9sh0qr { align-content: flex-start; align-items: flex-start; aspect-ratio: 0.4666666666666667 / 1; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: var(--framer-aspect-ratio-supported, 437px); justify-content: center; left: 91%; max-width: 100%; overflow: visible; padding: 40px; position: absolute; top: 50%; width: 17%; z-index: 0; }\",\".framer-zglkB .framer-1ob59qv-container { flex: none; height: 42px; left: calc(36.25000000000002% - 42px / 2); position: absolute; top: calc(49.91273996509601% - 42px / 2); width: 42px; z-index: 2; }\",\".framer-zglkB .framer-1hs523d-container { flex: none; height: 42px; position: absolute; right: 416px; top: calc(49.91273996509601% - 42px / 2); width: 42px; z-index: 2; }\",\".framer-zglkB .framer-75iu71 { aspect-ratio: 0.4915405164737311 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 562px); left: 50%; overflow: visible; position: absolute; top: 7px; width: 276px; z-index: 2; }\",\".framer-zglkB .framer-nhyhsp-container { bottom: 0px; flex: none; left: -24px; position: absolute; top: 0px; width: 461px; z-index: 1; }\",\".framer-zglkB .framer-oqvpjr-container { bottom: 0px; flex: none; position: absolute; right: -24px; top: 0px; width: 461px; z-index: 1; }\",\".framer-zglkB .framer-nncjub { bottom: 0px; flex: none; left: calc(50.00000000000002% - 846px / 2); overflow: hidden; position: absolute; top: 0px; width: 846px; z-index: 1; }\",\".framer-zglkB .framer-2bpnfq { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: 544px; justify-content: center; max-width: 100%; overflow: visible; padding: 40px; position: relative; width: 252px; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-zglkB.framer-3ayly, .framer-zglkB .framer-upsh42, .framer-zglkB .framer-1tgjz6g, .framer-zglkB .framer-1f5woms, .framer-zglkB .framer-6160pu, .framer-zglkB .framer-9sh0qr, .framer-zglkB .framer-2bpnfq { gap: 0px; } .framer-zglkB.framer-3ayly > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-zglkB.framer-3ayly > :first-child { margin-left: 0px; } .framer-zglkB.framer-3ayly > :last-child { margin-right: 0px; } .framer-zglkB .framer-upsh42 > *, .framer-zglkB .framer-1tgjz6g > *, .framer-zglkB .framer-1f5woms > *, .framer-zglkB .framer-6160pu > *, .framer-zglkB .framer-9sh0qr > *, .framer-zglkB .framer-2bpnfq > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-zglkB .framer-upsh42 > :first-child, .framer-zglkB .framer-1tgjz6g > :first-child, .framer-zglkB .framer-1f5woms > :first-child, .framer-zglkB .framer-6160pu > :first-child, .framer-zglkB .framer-9sh0qr > :first-child, .framer-zglkB .framer-2bpnfq > :first-child { margin-top: 0px; } .framer-zglkB .framer-upsh42 > :last-child, .framer-zglkB .framer-1tgjz6g > :last-child, .framer-zglkB .framer-1f5woms > :last-child, .framer-zglkB .framer-6160pu > :last-child, .framer-zglkB .framer-9sh0qr > :last-child, .framer-zglkB .framer-2bpnfq > :last-child { margin-bottom: 0px; } }\",\".framer-zglkB.framer-v-k48ah4 .framer-upsh42 { aspect-ratio: 0.4668192219679634 / 1; left: 91%; top: 50%; width: 17%; }\",\".framer-zglkB.framer-v-k48ah4 .framer-1tgjz6g { aspect-ratio: 0.4668192219679634 / 1; height: var(--framer-aspect-ratio-supported, 437px); left: 9%; top: 50%; width: 17%; z-index: 0; }\",\".framer-zglkB.framer-v-k48ah4 .framer-1f5woms { aspect-ratio: 0.4672131147540984 / 1; height: var(--framer-aspect-ratio-supported, 488px); left: 28%; top: 50%; width: 19%; }\",\".framer-zglkB.framer-v-k48ah4 .framer-6160pu { height: var(--framer-aspect-ratio-supported, 540px); left: 50%; width: 21%; }\",\".framer-zglkB.framer-v-k48ah4 .framer-9sh0qr { aspect-ratio: 0.4672131147540984 / 1; height: var(--framer-aspect-ratio-supported, 488px); left: 72%; width: 19%; z-index: 2; }\",\".framer-zglkB.framer-v-1x4ag6b .framer-upsh42 { aspect-ratio: unset; height: 488px; left: calc(71.58333333333336% - min(100%, 228px) / 2); top: calc(49.91273996509601% - 488px / 2); width: 228px; z-index: 2; }\",\".framer-zglkB.framer-v-1x4ag6b .framer-1tgjz6g { aspect-ratio: unset; height: 437px; left: calc(90.58333333333336% - min(100%, 204px) / 2); top: calc(49.73821989528798% - 437px / 2); width: 204px; z-index: 0; }\",\".framer-zglkB.framer-v-1x4ag6b .framer-1f5woms { aspect-ratio: 0.4672131147540984 / 1; height: var(--framer-aspect-ratio-supported, 437px); left: 9%; top: 50%; width: 17%; z-index: 0; }\",\".framer-zglkB.framer-v-1x4ag6b .framer-6160pu { aspect-ratio: 0.4672131147540984 / 1; height: var(--framer-aspect-ratio-supported, 488px); left: 28%; top: 50%; }\",\".framer-zglkB.framer-v-1x4ag6b .framer-9sh0qr { aspect-ratio: 0.4672131147540984 / 1; height: var(--framer-aspect-ratio-supported, 540px); left: 50%; width: 21%; z-index: 2; }\",\".framer-zglkB.framer-v-1wnb6bq .framer-upsh42 { aspect-ratio: 0.4672131147540984 / 1; height: var(--framer-aspect-ratio-supported, 540px); left: 50%; top: 50%; width: 21%; z-index: 2; }\",\".framer-zglkB.framer-v-1wnb6bq .framer-1tgjz6g { aspect-ratio: 0.4672131147540984 / 1; height: var(--framer-aspect-ratio-supported, 488px); left: 72%; top: 50%; width: 19%; }\",\".framer-zglkB.framer-v-1wnb6bq .framer-1f5woms { aspect-ratio: 0.46788990825688076 / 1; height: var(--framer-aspect-ratio-supported, 436px); left: 91%; top: 50%; width: 17%; z-index: 0; }\",\".framer-zglkB.framer-v-1wnb6bq .framer-6160pu { aspect-ratio: unset; height: 436px; left: calc(9.250000000000021% - min(100%, 204px) / 2); top: calc(49.91273996509601% - 436px / 2); width: 204px; z-index: 0; }\",\".framer-zglkB.framer-v-1wnb6bq .framer-9sh0qr { aspect-ratio: 0.4672131147540984 / 1; height: var(--framer-aspect-ratio-supported, 488px); left: 28%; width: 19%; z-index: 2; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 573\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"VKGUE7wON\":{\"layout\":[\"fixed\",\"fixed\"]},\"BoWM2VZMo\":{\"layout\":[\"fixed\",\"fixed\"]},\"N1nFQi89w\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"F8GjJtKGL\":\"image1\",\"wA2aAjEZy\":\"image2\",\"TVrkwavK8\":\"image3\",\"cyTd9of83\":\"image4\",\"nVZgp7xmk\":\"image5\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerl2e03orXi=withCSS(Component,css,\"framer-zglkB\");export default Framerl2e03orXi;Framerl2e03orXi.displayName=\"Hero App Slideshow\";Framerl2e03orXi.defaultProps={height:573,width:1200};addPropertyControls(Framerl2e03orXi,{variant:{options:[\"NPScwk57q\",\"VKGUE7wON\",\"BoWM2VZMo\",\"N1nFQi89w\"],optionTitles:[\"DesktopStart\",\"Variant 2\",\"Variant 3\",\"Variant 4\"],title:\"Variant\",type:ControlType.Enum},F8GjJtKGL:{__defaultAssetReference:\"data:framer/asset-reference,2qa2i6jxF67yJvogEQAed7OReQ.png?originalFilename=Light+Mode.png&preferredSize=auto\",description:\"(First from left)\",title:\"Image 1 \",type:ControlType.ResponsiveImage},wA2aAjEZy:{__defaultAssetReference:\"data:framer/asset-reference,XGp9ZHDdYiVwbuISfU4RBmcHng.png?originalFilename=ioswallpaper.png&preferredSize=auto\",description:\"(Second from left)\",title:\"Image 2 \",type:ControlType.ResponsiveImage},TVrkwavK8:{__defaultAssetReference:\"data:framer/asset-reference,XGp9ZHDdYiVwbuISfU4RBmcHng.png?originalFilename=ioswallpaper.png&preferredSize=auto\",description:\"(Center)\",title:\"Image 3\",type:ControlType.ResponsiveImage},cyTd9of83:{__defaultAssetReference:\"data:framer/asset-reference,XGp9ZHDdYiVwbuISfU4RBmcHng.png?originalFilename=ioswallpaper.png&preferredSize=auto\",description:\"(Second from right)\",title:\"Image 4\",type:ControlType.ResponsiveImage},nVZgp7xmk:{__defaultAssetReference:\"data:framer/asset-reference,XGp9ZHDdYiVwbuISfU4RBmcHng.png?originalFilename=ioswallpaper.png&preferredSize=auto\",description:\"(First from right)\",title:\"Image 5\",type:ControlType.ResponsiveImage}});addFonts(Framerl2e03orXi,[{explicitInter:true,fonts:[]},...SlideshowArrowFonts,...BlurGradientFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerl2e03orXi\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"F8GjJtKGL\\\":\\\"image1\\\",\\\"wA2aAjEZy\\\":\\\"image2\\\",\\\"TVrkwavK8\\\":\\\"image3\\\",\\\"cyTd9of83\\\":\\\"image4\\\",\\\"nVZgp7xmk\\\":\\\"image5\\\"}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"1200\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"573\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"VKGUE7wON\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"BoWM2VZMo\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"N1nFQi89w\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./l2e03orXi.map"],
  "mappings": "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",
  "names": ["BlurGradient", "blur", "borderRadius", "direction", "getGradientDirection", "blurSteps", "p", "step", "index", "addPropertyControls", "ControlType", "BlurGradient_default", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "click", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "w3eVgPiCQ", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapjeunbu", "args", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "SVG", "css", "FramerXCQXwlu3j", "withCSS", "XCQXwlu3j_default", "addPropertyControls", "ControlType", "addFonts", "ImageWithFXWithOptimizedAppearEffect", "withOptimizedAppearEffect", "withFX", "Image2", "SlideshowArrowFonts", "getFonts", "XCQXwlu3j_default", "MotionDivWithFX", "motion", "BlurGradientFonts", "BlurGradient_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "toResponsiveImage", "value", "transformTemplate1", "_", "t", "transition2", "animation", "animation1", "transition3", "animation2", "transition4", "animation3", "animation4", "animation5", "transition5", "animation6", "animation7", "animation8", "animation9", "transformTemplate2", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "height", "id", "image1", "image2", "image3", "image4", "image5", "width", "props", "_ref", "_ref1", "_ref2", "_ref3", "_humanReadableVariantMap_props_variant", "_ref4", "_ref5", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "F8GjJtKGL", "wA2aAjEZy", "TVrkwavK8", "cyTd9of83", "nVZgp7xmk", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "w3eVgPiCQwiymhk", "args", "w3eVgPiCQeoofju", "w3eVgPiCQc6sgz8", "w3eVgPiCQ1sbryed", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "getLoadingLazyAtYPosition", "ComponentViewportProvider", "css", "Framerl2e03orXi", "withCSS", "l2e03orXi_default", "addPropertyControls", "ControlType", "addFonts"]
}
