{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/rofp3mS0LNY15cjhHzia/sCDB021OTsBBYKGo7Efa/BlurGradient.js", "ssg:https://framerusercontent.com/modules/RuaI4dwpVQcBwvm68PLf/JLIhITuO4juEWY43Un4l/XCQXwlu3j.js", "ssg:https://framerusercontent.com/modules/weyFSWMLCJqVNCC5qlty/E07M9rKV0i9U1DxDTvEp/Qgh3E0tGo.js", "ssg:https://framerusercontent.com/modules/hz12Qllae0Ib15DhZJRh/nbW0SV8qTPsIksvMxqgt/z4KDgLvWO.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 (4ba8877)\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 serializationHash=\"framer-aUNqy\";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.create(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({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-aUNqy.framer-zv96nw, .framer-aUNqy .framer-zv96nw { display: block; }\",\".framer-aUNqy.framer-rf2cg7 { cursor: pointer; height: 42px; overflow: hidden; position: relative; width: 42px; will-change: var(--framer-will-change-override, transform); }\",\".framer-aUNqy .framer-1nwbdtx { flex: none; height: 18px; left: 12px; position: absolute; top: 12px; width: 18px; }\",\".framer-aUNqy .framer-19wdykk { flex: none; height: 18px; left: 40px; position: absolute; top: 12px; width: 18px; }\",\".framer-aUNqy.framer-v-rf2cg7.hover.framer-rf2cg7 { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 42px); }\",\".framer-aUNqy.framer-v-rf2cg7.hover .framer-1nwbdtx { left: -22px; }\",\".framer-aUNqy.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-aUNqy\");export default FramerXCQXwlu3j;FramerXCQXwlu3j.displayName=\"Slideshow/ 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\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerXCQXwlu3j\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"42\",\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"w3eVgPiCQ\\\":\\\"click\\\"}\",\"framerIntrinsicHeight\":\"42\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"ujp8zuF3O\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerComponentViewportWidth\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./XCQXwlu3j.map", "// Generated by Framer (4ba8877)\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/JLIhITuO4juEWY43Un4l/XCQXwlu3j.js\";const ImageWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(Image));const SlideshowArrowFonts=getFonts(SlideshowArrow);const MotionDivWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(motion.div));const BlurGradientFonts=getFonts(BlurGradient);const cycleOrder=[\"dW1YSdjjf\",\"coMF6fbX6\",\"GsKVqqbNK\",\"FrqtIBiEo\",\"a2fEeLn0U\"];const serializationHash=\"framer-eQY77\";const variantClassNames={a2fEeLn0U:\"framer-v-16m6puq\",coMF6fbX6:\"framer-v-d0bsxn\",dW1YSdjjf:\"framer-v-13ijq23\",FrqtIBiEo:\"framer-v-bwjbid\",GsKVqqbNK:\"framer-v-1mw516n\"};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.create(React.Fragment);const humanReadableVariantMap={\"Variant 2\":\"coMF6fbX6\",\"Variant 3\":\"GsKVqqbNK\",\"Variant 4\":\"FrqtIBiEo\",\"Variant 5\":\"a2fEeLn0U\",DesktopStart:\"dW1YSdjjf\"};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:\"dW1YSdjjf\",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:\"dW1YSdjjf\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const w3eVgPiCQ1b4dupu=activeVariantCallback(async(...args)=>{setVariant(\"a2fEeLn0U\");});const w3eVgPiCQ1huf33l=activeVariantCallback(async(...args)=>{setVariant(\"dW1YSdjjf\");});const w3eVgPiCQ1y2ry72=activeVariantCallback(async(...args)=>{setVariant(\"coMF6fbX6\");});const w3eVgPiCQikjdmu=activeVariantCallback(async(...args)=>{setVariant(\"GsKVqqbNK\");});const w3eVgPiCQ1r2vdz0=activeVariantCallback(async(...args)=>{setVariant(\"FrqtIBiEo\");});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-13ijq23\",className,classNames),\"data-framer-name\":\"DesktopStart\",layoutDependency:layoutDependency,layoutId:\"dW1YSdjjf\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({a2fEeLn0U:{\"data-framer-name\":\"Variant 5\"},coMF6fbX6:{\"data-framer-name\":\"Variant 2\"},FrqtIBiEo:{\"data-framer-name\":\"Variant 4\"},GsKVqqbNK:{\"data-framer-name\":\"Variant 3\"}},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-kx43q\",\"data-framer-appear-id\":\"kx43q\",\"data-framer-name\":\"Left1\",initial:animation1,layoutDependency:layoutDependency,layoutId:\"lvqwRAI6O\",optimized:true,style:{borderBottomLeftRadius:32,borderBottomRightRadius:32,borderTopLeftRadius:32,borderTopRightRadius:32},transformTemplate:transformTemplate1,...addPropertyOverrides({a2fEeLn0U:{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(F8GjJtKGL)}},coMF6fbX6:{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)}},FrqtIBiEo:{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)}},GsKVqqbNK:{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}},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-d5pbtj\",\"data-framer-appear-id\":\"d5pbtj\",\"data-framer-name\":\"Left2\",initial:animation1,layoutDependency:layoutDependency,layoutId:\"gdSTPblfA\",optimized:true,style:{borderBottomLeftRadius:32,borderBottomRightRadius:32,borderTopLeftRadius:32,borderTopRightRadius:32},transformTemplate:transformTemplate1,...addPropertyOverrides({a2fEeLn0U:{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-269.75)),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(wA2aAjEZy)}},coMF6fbX6:{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)}},FrqtIBiEo:{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)}},GsKVqqbNK:{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}},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-1fidyeg\",\"data-framer-appear-id\":\"1fidyeg\",\"data-framer-name\":\"Center\",initial:animation4,layoutDependency:layoutDependency,layoutId:\"PT35oLYzc\",optimized:true,style:{borderBottomLeftRadius:32,borderBottomRightRadius:32,borderTopLeftRadius:32,borderTopRightRadius:32},transformTemplate:transformTemplate1,...addPropertyOverrides({a2fEeLn0U:{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-243.75)),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)}},coMF6fbX6:{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)}},FrqtIBiEo:{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)}},GsKVqqbNK:{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)}}},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-1pr95cl\",\"data-framer-appear-id\":\"1pr95cl\",\"data-framer-name\":\"Right1\",initial:animation5,layoutDependency:layoutDependency,layoutId:\"M2376cgdH\",optimized:true,style:{borderBottomLeftRadius:32,borderBottomRightRadius:32,borderTopLeftRadius:32,borderTopRightRadius:32},transformTemplate:transformTemplate1,...addPropertyOverrides({a2fEeLn0U:{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},coMF6fbX6:{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)}},FrqtIBiEo:{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},GsKVqqbNK:{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)}}},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-1aiyj7k\",\"data-framer-appear-id\":\"1aiyj7k\",\"data-framer-name\":\"Right2\",initial:animation5,layoutDependency:layoutDependency,layoutId:\"TOcBErvm8\",optimized:true,style:{borderBottomLeftRadius:32,borderBottomRightRadius:32,borderTopLeftRadius:32,borderTopRightRadius:32},transformTemplate:transformTemplate1,...addPropertyOverrides({a2fEeLn0U:{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(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} * 0.17, ${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"})`,...toResponsiveImage(nVZgp7xmk)}},coMF6fbX6:{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)}},FrqtIBiEo:{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)}},GsKVqqbNK:{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)}}},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(MotionDivWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation6,className:\"framer-1a5r53u-container\",\"data-framer-appear-id\":\"1a5r53u\",initial:animation7,layoutDependency:layoutDependency,layoutId:\"noyfLDTRP-container\",optimized:true,children:/*#__PURE__*/_jsx(SlideshowArrow,{height:\"100%\",id:\"noyfLDTRP\",layoutId:\"noyfLDTRP\",style:{height:\"100%\",width:\"100%\"},w3eVgPiCQ:w3eVgPiCQ1b4dupu,width:\"100%\",...addPropertyOverrides({a2fEeLn0U:{w3eVgPiCQ:w3eVgPiCQ1r2vdz0},coMF6fbX6:{w3eVgPiCQ:w3eVgPiCQ1huf33l},FrqtIBiEo:{w3eVgPiCQ:w3eVgPiCQikjdmu},GsKVqqbNK:{w3eVgPiCQ:w3eVgPiCQ1y2ry72}},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(MotionDivWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation8,className:\"framer-oy9kkq-container\",\"data-framer-appear-id\":\"oy9kkq\",initial:animation9,layoutDependency:layoutDependency,layoutId:\"umnxLChHv-container\",optimized:true,style:{rotate:180},children:/*#__PURE__*/_jsx(SlideshowArrow,{height:\"100%\",id:\"umnxLChHv\",layoutId:\"umnxLChHv\",style:{height:\"100%\",width:\"100%\"},w3eVgPiCQ:w3eVgPiCQ1y2ry72,width:\"100%\",...addPropertyOverrides({a2fEeLn0U:{w3eVgPiCQ:w3eVgPiCQ1huf33l},coMF6fbX6:{w3eVgPiCQ:w3eVgPiCQikjdmu},FrqtIBiEo:{w3eVgPiCQ:w3eVgPiCQ1b4dupu},GsKVqqbNK:{w3eVgPiCQ:w3eVgPiCQ1r2vdz0}},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-vo3mfg\",\"data-framer-name\":\"iPhone\",layoutDependency:layoutDependency,layoutId:\"eAtzArQ_l\",transformTemplate:transformTemplate2}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-np385h-container\",layoutDependency:layoutDependency,layoutId:\"pQJ2V09yp-container\",children:/*#__PURE__*/_jsx(BlurGradient,{blur:3,borderRadius:0,direction:\"toLeft\",height:\"100%\",id:\"pQJ2V09yp\",layoutId:\"pQJ2V09yp\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-197hyii-container\",layoutDependency:layoutDependency,layoutId:\"EXuwwDA2G-container\",children:/*#__PURE__*/_jsx(BlurGradient,{blur:3,borderRadius:0,direction:\"toRight\",height:\"100%\",id:\"EXuwwDA2G\",layoutId:\"EXuwwDA2G\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1s6kav2\",\"data-framer-name\":\"BGBLUR\",layoutDependency:layoutDependency,layoutId:\"GGvvl5F9a\",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-1pib5kg\",\"data-framer-name\":\"PhoneBG\",layoutDependency:layoutDependency,layoutId:\"qEELpKnbB\",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-eQY77.framer-ms3pc7, .framer-eQY77 .framer-ms3pc7 { display: block; }\",\".framer-eQY77.framer-13ijq23 { 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-eQY77 .framer-kx43q { 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-eQY77 .framer-d5pbtj { 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-eQY77 .framer-1fidyeg { 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-eQY77 .framer-1pr95cl { 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-eQY77 .framer-1aiyj7k { 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-eQY77 .framer-1a5r53u-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-eQY77 .framer-oy9kkq-container { flex: none; height: 42px; position: absolute; right: 416px; top: calc(49.91273996509601% - 42px / 2); width: 42px; z-index: 2; }\",\".framer-eQY77 .framer-vo3mfg { 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-eQY77 .framer-np385h-container { bottom: 0px; flex: none; left: -24px; position: absolute; top: 0px; width: 461px; z-index: 1; }\",\".framer-eQY77 .framer-197hyii-container { bottom: 0px; flex: none; position: absolute; right: -24px; top: 0px; width: 461px; z-index: 1; }\",\".framer-eQY77 .framer-1s6kav2 { bottom: 0px; flex: none; left: calc(50.00000000000002% - 846px / 2); overflow: hidden; position: absolute; top: 0px; width: 846px; z-index: 1; }\",\".framer-eQY77 .framer-1pib5kg { 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-eQY77.framer-13ijq23, .framer-eQY77 .framer-kx43q, .framer-eQY77 .framer-d5pbtj, .framer-eQY77 .framer-1fidyeg, .framer-eQY77 .framer-1pr95cl, .framer-eQY77 .framer-1aiyj7k, .framer-eQY77 .framer-1pib5kg { gap: 0px; } .framer-eQY77.framer-13ijq23 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-eQY77.framer-13ijq23 > :first-child { margin-left: 0px; } .framer-eQY77.framer-13ijq23 > :last-child { margin-right: 0px; } .framer-eQY77 .framer-kx43q > *, .framer-eQY77 .framer-d5pbtj > *, .framer-eQY77 .framer-1fidyeg > *, .framer-eQY77 .framer-1pr95cl > *, .framer-eQY77 .framer-1aiyj7k > *, .framer-eQY77 .framer-1pib5kg > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-eQY77 .framer-kx43q > :first-child, .framer-eQY77 .framer-d5pbtj > :first-child, .framer-eQY77 .framer-1fidyeg > :first-child, .framer-eQY77 .framer-1pr95cl > :first-child, .framer-eQY77 .framer-1aiyj7k > :first-child, .framer-eQY77 .framer-1pib5kg > :first-child { margin-top: 0px; } .framer-eQY77 .framer-kx43q > :last-child, .framer-eQY77 .framer-d5pbtj > :last-child, .framer-eQY77 .framer-1fidyeg > :last-child, .framer-eQY77 .framer-1pr95cl > :last-child, .framer-eQY77 .framer-1aiyj7k > :last-child, .framer-eQY77 .framer-1pib5kg > :last-child { margin-bottom: 0px; } }\",\".framer-eQY77.framer-v-d0bsxn .framer-kx43q { aspect-ratio: 0.4668192219679634 / 1; left: 91%; top: 50%; width: 17%; }\",\".framer-eQY77.framer-v-d0bsxn .framer-d5pbtj { aspect-ratio: 0.4668192219679634 / 1; height: var(--framer-aspect-ratio-supported, 437px); left: 9%; top: 50%; width: 17%; z-index: 0; }\",\".framer-eQY77.framer-v-d0bsxn .framer-1fidyeg { aspect-ratio: 0.4672131147540984 / 1; height: var(--framer-aspect-ratio-supported, 488px); left: 28%; top: 50%; width: 19%; }\",\".framer-eQY77.framer-v-d0bsxn .framer-1pr95cl { height: var(--framer-aspect-ratio-supported, 540px); left: 50%; width: 21%; }\",\".framer-eQY77.framer-v-d0bsxn .framer-1aiyj7k { aspect-ratio: 0.4672131147540984 / 1; height: var(--framer-aspect-ratio-supported, 488px); left: 72%; width: 19%; z-index: 2; }\",\".framer-eQY77.framer-v-1mw516n .framer-kx43q { 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-eQY77.framer-v-1mw516n .framer-d5pbtj { 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-eQY77.framer-v-1mw516n .framer-1fidyeg { aspect-ratio: 0.4672131147540984 / 1; height: var(--framer-aspect-ratio-supported, 0px); left: 9%; top: 50%; width: 17%; z-index: 0; }\",\".framer-eQY77.framer-v-1mw516n .framer-1pr95cl { aspect-ratio: 0.4672131147540984 / 1; height: var(--framer-aspect-ratio-supported, 0px); left: 28%; top: 50%; }\",\".framer-eQY77.framer-v-1mw516n .framer-1aiyj7k { aspect-ratio: 0.4672131147540984 / 1; height: var(--framer-aspect-ratio-supported, 0px); left: 50%; width: 21%; z-index: 2; }\",\".framer-eQY77.framer-v-bwjbid .framer-kx43q { aspect-ratio: 0.4672131147540984 / 1; height: var(--framer-aspect-ratio-supported, 0px); left: 50%; top: 50%; width: 21%; z-index: 2; }\",\".framer-eQY77.framer-v-bwjbid .framer-d5pbtj { aspect-ratio: 0.4672131147540984 / 1; height: var(--framer-aspect-ratio-supported, 0px); left: 72%; top: 50%; width: 19%; }\",\".framer-eQY77.framer-v-bwjbid .framer-1fidyeg { aspect-ratio: 0.46788990825688076 / 1; height: var(--framer-aspect-ratio-supported, 0px); left: 91%; top: 50%; width: 17%; z-index: 0; }\",\".framer-eQY77.framer-v-bwjbid .framer-1pr95cl { 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-eQY77.framer-v-bwjbid .framer-1aiyj7k { aspect-ratio: 0.4672131147540984 / 1; height: var(--framer-aspect-ratio-supported, 0px); left: 28%; width: 19%; z-index: 2; }\",\".framer-eQY77.framer-v-16m6puq .framer-kx43q { aspect-ratio: 0.4672131147540984 / 1; height: var(--framer-aspect-ratio-supported, 0px); left: 28%; top: 50%; width: 19%; z-index: 2; }\",\".framer-eQY77.framer-v-16m6puq .framer-d5pbtj { aspect-ratio: 0.4672131147540984 / 1; height: var(--framer-aspect-ratio-supported, 0px); left: 50%; top: 50%; width: 21%; }\",\".framer-eQY77.framer-v-16m6puq .framer-1fidyeg { aspect-ratio: 0.46788990825688076 / 1; height: var(--framer-aspect-ratio-supported, 0px); left: 72%; top: 50%; width: 19%; }\",\".framer-eQY77.framer-v-16m6puq .framer-1pr95cl { aspect-ratio: unset; height: 436px; left: calc(90.58333333333336% - min(100%, 204px) / 2); top: calc(49.91273996509601% - 436px / 2); width: 204px; z-index: 0; }\",\".framer-eQY77.framer-v-16m6puq .framer-1aiyj7k { aspect-ratio: 0.46788990825688076 / 1; height: var(--framer-aspect-ratio-supported, 0px); left: 9%; top: 50%; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 573\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"coMF6fbX6\":{\"layout\":[\"fixed\",\"fixed\"]},\"GsKVqqbNK\":{\"layout\":[\"fixed\",\"fixed\"]},\"FrqtIBiEo\":{\"layout\":[\"fixed\",\"fixed\"]},\"a2fEeLn0U\":{\"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 FramerQgh3E0tGo=withCSS(Component,css,\"framer-eQY77\");export default FramerQgh3E0tGo;FramerQgh3E0tGo.displayName=\"Slideshow/ Hero App Slideshow\";FramerQgh3E0tGo.defaultProps={height:573,width:1200};addPropertyControls(FramerQgh3E0tGo,{variant:{options:[\"dW1YSdjjf\",\"coMF6fbX6\",\"GsKVqqbNK\",\"FrqtIBiEo\",\"a2fEeLn0U\"],optionTitles:[\"DesktopStart\",\"Variant 2\",\"Variant 3\",\"Variant 4\",\"Variant 5\"],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(FramerQgh3E0tGo,[{explicitInter:true,fonts:[]},...SlideshowArrowFonts,...BlurGradientFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerQgh3E0tGo\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"F8GjJtKGL\\\":\\\"image1\\\",\\\"wA2aAjEZy\\\":\\\"image2\\\",\\\"TVrkwavK8\\\":\\\"image3\\\",\\\"cyTd9of83\\\":\\\"image4\\\",\\\"nVZgp7xmk\\\":\\\"image5\\\"}\",\"framerIntrinsicWidth\":\"1200\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"coMF6fbX6\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"GsKVqqbNK\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"FrqtIBiEo\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"a2fEeLn0U\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"573\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (b2780b5)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"hUn5FEAEd\",\"C776_t9gi\",\"WS6gDe_fB\"];const serializationHash=\"framer-XYRt5\";const variantClassNames={C776_t9gi:\"framer-v-1ybm34h\",hUn5FEAEd:\"framer-v-1wguivc\",WS6gDe_fB:\"framer-v-1604qpu\"};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.create(React.Fragment);const humanReadableVariantMap={PrimaryButton:\"hUn5FEAEd\",ReadMoreButton:\"WS6gDe_fB\",SecondaryButton:\"C776_t9gi\"};const getProps=({height,id,link,tap,title,width,...props})=>{var _ref,_humanReadableVariantMap_props_variant,_ref1;return{...props,B0eTuUnrS:link!==null&&link!==void 0?link:props.B0eTuUnrS,FOxcLjTdx:(_ref=title!==null&&title!==void 0?title:props.FOxcLjTdx)!==null&&_ref!==void 0?_ref:\"Button\",QIrXjwYb4:tap!==null&&tap!==void 0?tap:props.QIrXjwYb4,variant:(_ref1=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref1!==void 0?_ref1:\"hUn5FEAEd\"};};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,FOxcLjTdx,B0eTuUnrS,QIrXjwYb4,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"hUn5FEAEd\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap7fm0ya=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(QIrXjwYb4){await delay(()=>{},1e3);const res=await QIrXjwYb4(...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__*/_jsx(Link,{href:B0eTuUnrS,nodeId:\"hUn5FEAEd\",openInNewTab:true,smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-1wguivc\",className,classNames)} framer-12et1jk`,\"data-framer-name\":\"PrimaryButton\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"hUn5FEAEd\",onTap:onTap7fm0ya,ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(0, 0, 0, 0)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",backgroundColor:\"var(--token-fe8040e6-3344-44c0-bab9-226d490ba5f3, rgb(0, 0, 0))\",borderBottomLeftRadius:365,borderBottomRightRadius:365,borderTopLeftRadius:365,borderTopRightRadius:365,...style},variants:{C776_t9gi:{\"--border-bottom-width\":\"2px\",\"--border-color\":\"var(--token-1250f1bd-1f50-4c64-9765-3b3bf1708dc9, rgb(0, 0, 0))\",\"--border-left-width\":\"2px\",\"--border-right-width\":\"2px\",\"--border-style\":\"solid\",\"--border-top-width\":\"2px\",backgroundColor:\"rgba(0, 0, 0, 0)\"}},...addPropertyOverrides({C776_t9gi:{\"data-border\":true,\"data-framer-name\":\"SecondaryButton\"},WS6gDe_fB:{\"data-framer-name\":\"ReadMoreButton\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7TWFucm9wZS1ib2xk\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-a4c0e139-c71f-40a7-b031-c8c8c04651e9, rgb(255, 255, 255)))\"},children:\"Button\"})}),className:\"framer-i2te5l\",\"data-framer-name\":\"Title\",fonts:[\"FS;Manrope-bold\"],layoutDependency:layoutDependency,layoutId:\"bnM1CRPg6\",style:{\"--extracted-r6o4lv\":\"var(--token-a4c0e139-c71f-40a7-b031-c8c8c04651e9, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},text:FOxcLjTdx,variants:{C776_t9gi:{\"--extracted-r6o4lv\":\"var(--token-1250f1bd-1f50-4c64-9765-3b3bf1708dc9, rgb(0, 0, 0))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({C776_t9gi:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7TWFucm9wZS1ib2xk\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-1250f1bd-1f50-4c64-9765-3b3bf1708dc9, rgb(0, 0, 0)))\"},children:\"Button\"})})}},baseVariant,gestureVariant)})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-XYRt5.framer-12et1jk, .framer-XYRt5 .framer-12et1jk { display: block; }\",\".framer-XYRt5.framer-1wguivc { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 16px 32px 16px 32px; position: relative; text-decoration: none; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-XYRt5 .framer-i2te5l { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-XYRt5.framer-1wguivc { gap: 0px; } .framer-XYRt5.framer-1wguivc > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-XYRt5.framer-1wguivc > :first-child { margin-top: 0px; } .framer-XYRt5.framer-1wguivc > :last-child { margin-bottom: 0px; } }\",'.framer-XYRt5[data-border=\"true\"]::after, .framer-XYRt5 [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 51\n * @framerIntrinsicWidth 117\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"C776_t9gi\":{\"layout\":[\"auto\",\"auto\"]},\"WS6gDe_fB\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"FOxcLjTdx\":\"title\",\"B0eTuUnrS\":\"link\",\"QIrXjwYb4\":\"tap\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerz4KDgLvWO=withCSS(Component,css,\"framer-XYRt5\");export default Framerz4KDgLvWO;Framerz4KDgLvWO.displayName=\"Buttons/ Button\";Framerz4KDgLvWO.defaultProps={height:51,width:117};addPropertyControls(Framerz4KDgLvWO,{variant:{options:[\"hUn5FEAEd\",\"C776_t9gi\",\"WS6gDe_fB\"],optionTitles:[\"PrimaryButton\",\"SecondaryButton\",\"ReadMoreButton\"],title:\"Variant\",type:ControlType.Enum},FOxcLjTdx:{defaultValue:\"Button\",displayTextArea:false,title:\"Title\",type:ControlType.String},B0eTuUnrS:{title:\"Link\",type:ControlType.Link},QIrXjwYb4:{title:\"Tap\",type:ControlType.EventHandler}});addFonts(Framerz4KDgLvWO,[{explicitInter:true,fonts:[{family:\"Manrope\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/NGBUP45ES3F7RD5XGKPEDJ6QEPO4TMOK/EXDVWJ2EDDVVV65UENMX33EDDYBX6OF7/6P4FPMFQH7CCC7RZ4UU4NKSGJ2RLF7V5.woff2\",weight:\"700\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerz4KDgLvWO\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"117\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"51\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"C776_t9gi\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"WS6gDe_fB\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerVariables\":\"{\\\"FOxcLjTdx\\\":\\\"title\\\",\\\"B0eTuUnrS\\\":\\\"link\\\",\\\"QIrXjwYb4\\\":\\\"tap\\\"}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./z4KDgLvWO.map"],
  "mappings": "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",
  "names": ["BlurGradient", "blur", "borderRadius", "direction", "getGradientDirection", "blurSteps", "p", "step", "index", "addPropertyControls", "ControlType", "BlurGradient_default", "enabledGestures", "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", "MotionDivWithFXWithOptimizedAppearEffect", "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", "w3eVgPiCQ1b4dupu", "args", "w3eVgPiCQ1huf33l", "w3eVgPiCQ1y2ry72", "w3eVgPiCQikjdmu", "w3eVgPiCQ1r2vdz0", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "getLoadingLazyAtYPosition", "ComponentViewportProvider", "css", "FramerQgh3E0tGo", "withCSS", "Qgh3E0tGo_default", "addPropertyControls", "ControlType", "addFonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "link", "tap", "title", "width", "props", "_ref", "_humanReadableVariantMap_props_variant", "_ref1", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "FOxcLjTdx", "B0eTuUnrS", "QIrXjwYb4", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap7fm0ya", "args", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "cx", "RichText2", "css", "Framerz4KDgLvWO", "withCSS", "z4KDgLvWO_default", "addPropertyControls", "ControlType", "addFonts"]
}
