{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/4uYrxK30XUpW7PUph0Dh/oSSYrKp7swR9o3wnz4g7/dtMbXw68r.js", "ssg:https://framerusercontent.com/modules/4FYXL5lQz9cgJ2BJkaNV/uQoXZ4NvFasfJqYRTeHn/Image.js", "ssg:https://framerusercontent.com/modules/ruO0ORN0BxzaCDRfcXas/KIjWiqW7hsjYJE997XCS/HeHMFAmHm.js", "ssg:https://framerusercontent.com/modules/vliqGuQs9x3BIXVwZuSk/GbWSZaWKpkDEKp2SqoDG/qckbYJMOb.js", "ssg:https://framerusercontent.com/modules/mpxX0FWxrAJQ1i3wOhkX/x6Y51sZDjdHcTMTZPIli/lH5wjIt15.js"],
  "sourcesContent": ["// Generated by Framer (9e1dc8e)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"GF;DM Sans-500\",\"GF;DM Sans-600\",\"GF;DM Sans-600italic\",\"GF;DM Sans-500italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"DM Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/dmsans/v15/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAkJxhS2f3ZGMZpg.woff2\",weight:\"500\"},{family:\"DM Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/dmsans/v15/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAfJthS2f3ZGMZpg.woff2\",weight:\"600\"},{family:\"DM Sans\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/dmsans/v15/rP2rp2ywxg089UriCZaSExd86J3t9jz86Mvy4qCRAL19DksVat9XCm32RmYJpso5.woff2\",weight:\"600\"},{family:\"DM Sans\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/dmsans/v15/rP2rp2ywxg089UriCZaSExd86J3t9jz86Mvy4qCRAL19DksVat-7DW32RmYJpso5.woff2\",weight:\"500\"}]}];export const css=['.framer-5FjE0 .framer-styles-preset-1e323y5:not(.rich-text-wrapper), .framer-5FjE0 .framer-styles-preset-1e323y5.rich-text-wrapper p { --framer-font-family: \"DM Sans\", \"DM Sans Placeholder\", sans-serif; --framer-font-family-bold: \"DM Sans\", \"DM Sans Placeholder\", sans-serif; --framer-font-family-bold-italic: \"DM Sans\", \"DM Sans Placeholder\", sans-serif; --framer-font-family-italic: \"DM Sans\", \"DM Sans Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 500; --framer-font-weight-bold: 600; --framer-font-weight-bold-italic: 600; --framer-font-weight-italic: 500; --framer-letter-spacing: 0.01em; --framer-line-height: 1.5em; --framer-paragraph-spacing: 24px; --framer-text-alignment: start; --framer-text-color: var(--token-8c8e4761-cbf1-4c70-b6ff-c75356cb9a53, #1c1c1c); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }'];export const className=\"framer-5FjE0\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addPropertyControls,ControlType}from\"framer\";/**\n * Responsive Image\n * By Benjamin\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight any\n * @framerDisableUnlink\n *\n */export default function Image(props){const{image,alt,radius,padding,link,newTab,style,borderOptions,shadowOptions}=props;const wrapperStyle={display:\"flex\",placeContent:\"center\",placeItems:\"center\",width:\"100%\",height:\"100%\",padding:padding};const borderAndShadow=(borderOptions,shadowOptions)=>{if(!shadowOptions&&!borderOptions)return undefined;if(shadowOptions&&!borderOptions){return`${shadowOptions.shadowX}px ${shadowOptions.shadowY}px ${shadowOptions.shadowBlur}px ${shadowOptions.shadowColor}`;}if(!shadowOptions&&borderOptions){return`inset 0 0 0 ${borderOptions.borderWidth}px ${borderOptions.borderColor}`;}if(shadowOptions&&borderOptions){return`inset 0 0 0 ${borderOptions.borderWidth}px ${borderOptions.borderColor}, ${shadowOptions.shadowX}px ${shadowOptions.shadowY}px ${shadowOptions.shadowBlur}px ${shadowOptions.shadowColor}`;}};const imageStyle={maxWidth:\"100%\",maxHeight:\"100%\",borderRadius:radius,webkitUserDrag:\"none\",userDrag:\"none\",userSelect:\"none\"};const shadowStyle={position:\"absolute\",inset:0,pointerEvents:\"none\",borderRadius:radius,boxShadow:borderAndShadow(borderOptions,shadowOptions)};const imageSource=(image===null||image===void 0?void 0:image.src)||\"https://framerusercontent.com/images/64n4wnVJKDJspLlFZ6DarCP0M4.jpg\";return link?/*#__PURE__*/_jsxs(\"a\",{href:link,title:alt,target:newTab?\"_blank\":\"_self\",style:wrapperStyle,children:[/*#__PURE__*/_jsx(\"img\",{style:imageStyle,src:imageSource,srcSet:image===null||image===void 0?void 0:image.srcSet,alt:alt}),/*#__PURE__*/_jsx(\"div\",{style:shadowStyle})]}):/*#__PURE__*/_jsxs(\"div\",{style:wrapperStyle,children:[/*#__PURE__*/_jsx(\"img\",{style:imageStyle,src:imageSource,srcSet:image===null||image===void 0?void 0:image.srcSet,alt:alt}),/*#__PURE__*/_jsx(\"div\",{style:shadowStyle})]});}addPropertyControls(Image,{image:{title:\"Image\",type:ControlType.ResponsiveImage},alt:{type:ControlType.String,title:\"Alt\",placeholder:\"Alt Text\"},radius:{title:\"Radius\",type:ControlType.Number,min:0,max:100,step:1,displayStepper:true},padding:{title:\"Padding\",type:ControlType.Number,min:0,max:100,step:1,displayStepper:true},link:{type:ControlType.Link,title:\"Link\"},newTab:{type:ControlType.Boolean,title:\"New Tab\",hidden:props=>!props.link},borderOptions:{type:ControlType.Object,optional:true,title:\"Border\",icon:\"effect\",controls:{borderColor:{type:ControlType.Color,title:\"Color\",defaultValue:\"rgba(0,0,0,0.2)\"},borderWidth:{type:ControlType.Number,title:\"Width\",min:0,displayStepper:true,defaultValue:1}}},shadowOptions:{type:ControlType.Object,title:\"Shadow\",optional:true,icon:\"effect\",controls:{shadowX:{type:ControlType.Number,title:\"X\",min:0,defaultValue:0},shadowY:{type:ControlType.Number,title:\"Y\",min:0,defaultValue:2},shadowBlur:{type:ControlType.Number,title:\"Blur\",min:0,defaultValue:4},shadowColor:{type:ControlType.Color,title:\"Color\",defaultValue:\"rgba(0,0,0,0.2)\"}}}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Image\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerSupportedLayoutHeight\":\"any\",\"framerDisableUnlink\":\"*\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Image.map", "// Generated by Framer (c56cc2c)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getLoadingLazyAtYPosition,Image,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import Image1 from\"https://framerusercontent.com/modules/4FYXL5lQz9cgJ2BJkaNV/uQoXZ4NvFasfJqYRTeHn/Image.js\";const ImageWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(Image));const Image1Fonts=getFonts(Image1);const MotionDivWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(motion.div));const cycleOrder=[\"uq5j_37Zq\",\"sJQpyBHED\",\"LfhAmP9NV\",\"UpgtslPvu\",\"sKAMXkXWA\",\"B6PhuQW9Q\",\"M_w1eujvD\"];const serializationHash=\"framer-42CmP\";const variantClassNames={B6PhuQW9Q:\"framer-v-1xgr5qu\",LfhAmP9NV:\"framer-v-tqrutw\",M_w1eujvD:\"framer-v-tn8yk4\",sJQpyBHED:\"framer-v-zht6vv\",sKAMXkXWA:\"framer-v-1xasfwg\",UpgtslPvu:\"framer-v-132995e\",uq5j_37Zq:\"framer-v-o1x8s0\"};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 radiusForCorner=(value,cornerIndex)=>{if(typeof value===\"number\"&&Number.isFinite(value))return Math.max(0,value)+\"px\";if(typeof value!==\"string\"||typeof cornerIndex!==\"number\")return undefined;const segments=value.split(\" \");return segments[cornerIndex]||segments[cornerIndex-2]||segments[0];};const equals=(a,b)=>{return typeof a===\"string\"&&typeof b===\"string\"?a.toLowerCase()===b.toLowerCase():a===b;};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const transition1={bounce:0,delay:.3,duration:1,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1.1,skewX:0,skewY:0,x:0,y:0};const transition2={bounce:0,delay:.45,duration:1,type:\"spring\"};const animation2={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const transition3={bounce:0,delay:.6,duration:1,type:\"spring\"};const animation3={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:0,y:0};const transition4={bounce:0,delay:.75,duration:1,type:\"spring\"};const animation4={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition4,x:0,y:0};const transition5={bounce:0,delay:.9,duration:1,type:\"spring\"};const animation5={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition5,x:0,y:0};const animation6={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1.1,skewX:0,skewY:0,x:0,y:0};const transition6={bounce:0,delay:.15,duration:1,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 humanReadableEnumMap={\"Landscape 4\\xd75\":\"fAe7VVCDN\",\"Portrait 4\\xd75\":\"hBBPbjBIE\",Free:\"b_IJMHu7Z\",Square:\"p4KTQsFN6\"};const humanReadableVariantMap={\"appear-1st\":\"sJQpyBHED\",\"appear-2nd\":\"LfhAmP9NV\",\"appear-3rd\":\"UpgtslPvu\",\"appear-4th\":\"sKAMXkXWA\",\"appear-5th\":\"B6PhuQW9Q\",\"not-animated\":\"uq5j_37Zq\",\"scroll-animation\":\"M_w1eujvD\"};const getProps=({aspectRatio,border,height,id,image,radius,transition,width,...props})=>{var _ref,_ref1,_ref2,_humanReadableEnumMap_aspectRatio,_ref3,_ref4,_humanReadableVariantMap_props_variant,_ref5;return{...props,DGQaQnwGq:image!==null&&image!==void 0?image:props.DGQaQnwGq,ew_0KUuZC:(_ref=radius!==null&&radius!==void 0?radius:props.ew_0KUuZC)!==null&&_ref!==void 0?_ref:\"4px\",GVcXeR9pU:(_ref1=border!==null&&border!==void 0?border:props.GVcXeR9pU)!==null&&_ref1!==void 0?_ref1:{borderColor:'var(--token-9c5bd6bc-dc77-4598-a285-696a3cbffdef, rgba(20, 20, 20, 0.05)) /* {\"name\":\"black-05\"} */',borderStyle:\"solid\",borderWidth:1},nIxUAhC2W:(_ref2=transition!==null&&transition!==void 0?transition:props.nIxUAhC2W)!==null&&_ref2!==void 0?_ref2:{bounce:0,delay:0,duration:1,type:\"spring\"},qObVKf4OM:(_ref4=(_ref3=(_humanReadableEnumMap_aspectRatio=humanReadableEnumMap[aspectRatio])!==null&&_humanReadableEnumMap_aspectRatio!==void 0?_humanReadableEnumMap_aspectRatio:aspectRatio)!==null&&_ref3!==void 0?_ref3:props.qObVKf4OM)!==null&&_ref4!==void 0?_ref4:\"p4KTQsFN6\",variant:(_ref5=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref5!==void 0?_ref5:\"uq5j_37Zq\"};};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,qObVKf4OM,DGQaQnwGq,GVcXeR9pU,ew_0KUuZC,nIxUAhC2W,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"uq5j_37Zq\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const visible=equals(qObVKf4OM,\"p4KTQsFN6\");const visible1=equals(qObVKf4OM,\"hBBPbjBIE\");const visible2=equals(qObVKf4OM,\"fAe7VVCDN\");const visible3=equals(qObVKf4OM,\"b_IJMHu7Z\");const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();var _GVcXeR9pU_borderBottomWidth,_GVcXeR9pU_borderLeftWidth,_GVcXeR9pU_borderRightWidth,_GVcXeR9pU_borderTopWidth;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:nIxUAhC2W,children:/*#__PURE__*/_jsxs(motion.figure,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-o1x8s0\",className,classNames),\"data-border\":true,\"data-framer-name\":\"not-animated\",layoutDependency:layoutDependency,layoutId:\"uq5j_37Zq\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":`${(_GVcXeR9pU_borderBottomWidth=GVcXeR9pU.borderBottomWidth)!==null&&_GVcXeR9pU_borderBottomWidth!==void 0?_GVcXeR9pU_borderBottomWidth:GVcXeR9pU.borderWidth}px`,\"--border-color\":GVcXeR9pU.borderColor,\"--border-left-width\":`${(_GVcXeR9pU_borderLeftWidth=GVcXeR9pU.borderLeftWidth)!==null&&_GVcXeR9pU_borderLeftWidth!==void 0?_GVcXeR9pU_borderLeftWidth:GVcXeR9pU.borderWidth}px`,\"--border-right-width\":`${(_GVcXeR9pU_borderRightWidth=GVcXeR9pU.borderRightWidth)!==null&&_GVcXeR9pU_borderRightWidth!==void 0?_GVcXeR9pU_borderRightWidth:GVcXeR9pU.borderWidth}px`,\"--border-style\":GVcXeR9pU.borderStyle,\"--border-top-width\":`${(_GVcXeR9pU_borderTopWidth=GVcXeR9pU.borderTopWidth)!==null&&_GVcXeR9pU_borderTopWidth!==void 0?_GVcXeR9pU_borderTopWidth:GVcXeR9pU.borderWidth}px`,borderBottomLeftRadius:radiusForCorner(ew_0KUuZC,3),borderBottomRightRadius:radiusForCorner(ew_0KUuZC,2),borderTopLeftRadius:radiusForCorner(ew_0KUuZC,0),borderTopRightRadius:radiusForCorner(ew_0KUuZC,1),...style},...addPropertyOverrides({B6PhuQW9Q:{\"data-framer-name\":\"appear-5th\"},LfhAmP9NV:{\"data-framer-name\":\"appear-2nd\"},M_w1eujvD:{\"data-framer-name\":\"scroll-animation\"},sJQpyBHED:{\"data-framer-name\":\"appear-1st\"},sKAMXkXWA:{\"data-framer-name\":\"appear-4th\"},UpgtslPvu:{\"data-framer-name\":\"appear-3rd\"}},baseVariant,gestureVariant),children:[visible&&/*#__PURE__*/_jsx(Transition,{value:nIxUAhC2W,children:/*#__PURE__*/_jsx(ImageWithFXWithOptimizedAppearEffect,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2160,intrinsicWidth:3319,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||500)-0-400)/2)),pixelHeight:2160,pixelWidth:3319,sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",...toResponsiveImage(DGQaQnwGq)},className:\"framer-gbixi6\",\"data-framer-appear-id\":\"gbixi6\",\"data-framer-name\":\"square\",layoutDependency:layoutDependency,layoutId:\"WEDsO9utw\",...addPropertyOverrides({B6PhuQW9Q:{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation5,background:{alt:\"\",fit:\"fill\",intrinsicHeight:2160,intrinsicWidth:3319,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-400)/2)),pixelHeight:2160,pixelWidth:3319,sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",...toResponsiveImage(DGQaQnwGq)},initial:animation1,optimized:true},LfhAmP9NV:{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation2,background:{alt:\"\",fit:\"fill\",intrinsicHeight:2160,intrinsicWidth:3319,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-400)/2)),pixelHeight:2160,pixelWidth:3319,sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",...toResponsiveImage(DGQaQnwGq)},initial:animation1,optimized:true},M_w1eujvD:{__framer__animate:{transition:transition6},__framer__animateOnce:true,__framer__enter:animation6,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",intrinsicHeight:2160,intrinsicWidth:3319,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||400)-0-400)/2)),pixelHeight:2160,pixelWidth:3319,sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",...toResponsiveImage(DGQaQnwGq)}},sJQpyBHED:{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation,background:{alt:\"\",fit:\"fill\",intrinsicHeight:2160,intrinsicWidth:3319,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||400)-0-400)/2)),pixelHeight:2160,pixelWidth:3319,sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",...toResponsiveImage(DGQaQnwGq)},initial:animation1,optimized:true},sKAMXkXWA:{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation4,background:{alt:\"\",fit:\"fill\",intrinsicHeight:2160,intrinsicWidth:3319,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-400)/2)),pixelHeight:2160,pixelWidth:3319,sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",...toResponsiveImage(DGQaQnwGq)},initial:animation1,optimized:true},UpgtslPvu:{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation3,background:{alt:\"\",fit:\"fill\",intrinsicHeight:2160,intrinsicWidth:3319,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-400)/2)),pixelHeight:2160,pixelWidth:3319,sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",...toResponsiveImage(DGQaQnwGq)},initial:animation1,optimized:true}},baseVariant,gestureVariant)})}),visible1&&/*#__PURE__*/_jsx(Transition,{value:nIxUAhC2W,children:/*#__PURE__*/_jsx(ImageWithFXWithOptimizedAppearEffect,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2160,intrinsicWidth:3319,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||500)-0-500)/2)),pixelHeight:2160,pixelWidth:3319,sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",...toResponsiveImage(DGQaQnwGq)},className:\"framer-f6981v\",\"data-framer-appear-id\":\"f6981v\",\"data-framer-name\":\"portrait-4\\xd75\",layoutDependency:layoutDependency,layoutId:\"WE1NDqPIt\",...addPropertyOverrides({B6PhuQW9Q:{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation5,background:{alt:\"\",fit:\"fill\",intrinsicHeight:2160,intrinsicWidth:3319,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-500)/2)),pixelHeight:2160,pixelWidth:3319,sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",...toResponsiveImage(DGQaQnwGq)},initial:animation1,optimized:true},LfhAmP9NV:{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation2,background:{alt:\"\",fit:\"fill\",intrinsicHeight:2160,intrinsicWidth:3319,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-500)/2)),pixelHeight:2160,pixelWidth:3319,sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",...toResponsiveImage(DGQaQnwGq)},initial:animation1,optimized:true},M_w1eujvD:{__framer__animate:{transition:transition6},__framer__animateOnce:true,__framer__enter:animation6,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",intrinsicHeight:2160,intrinsicWidth:3319,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||400)-0-500)/2)),pixelHeight:2160,pixelWidth:3319,sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",...toResponsiveImage(DGQaQnwGq)}},sJQpyBHED:{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation,background:{alt:\"\",fit:\"fill\",intrinsicHeight:2160,intrinsicWidth:3319,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||400)-0-500)/2)),pixelHeight:2160,pixelWidth:3319,sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",...toResponsiveImage(DGQaQnwGq)},initial:animation1,optimized:true},sKAMXkXWA:{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation4,background:{alt:\"\",fit:\"fill\",intrinsicHeight:2160,intrinsicWidth:3319,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-500)/2)),pixelHeight:2160,pixelWidth:3319,sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",...toResponsiveImage(DGQaQnwGq)},initial:animation1,optimized:true},UpgtslPvu:{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation3,background:{alt:\"\",fit:\"fill\",intrinsicHeight:2160,intrinsicWidth:3319,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-500)/2)),pixelHeight:2160,pixelWidth:3319,sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",...toResponsiveImage(DGQaQnwGq)},initial:animation1,optimized:true}},baseVariant,gestureVariant)})}),visible2&&/*#__PURE__*/_jsx(Transition,{value:nIxUAhC2W,children:/*#__PURE__*/_jsx(ImageWithFXWithOptimizedAppearEffect,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2160,intrinsicWidth:3319,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||500)-0-400)/2)),pixelHeight:2160,pixelWidth:3319,sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",...toResponsiveImage(DGQaQnwGq)},className:\"framer-12mg3uw\",\"data-framer-appear-id\":\"12mg3uw\",\"data-framer-name\":\"landscape-4\\xd75\",layoutDependency:layoutDependency,layoutId:\"T7QYLGqSD\",...addPropertyOverrides({B6PhuQW9Q:{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation5,background:{alt:\"\",fit:\"fill\",intrinsicHeight:2160,intrinsicWidth:3319,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-400)/2)),pixelHeight:2160,pixelWidth:3319,sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",...toResponsiveImage(DGQaQnwGq)},initial:animation1,optimized:true},LfhAmP9NV:{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation2,background:{alt:\"\",fit:\"fill\",intrinsicHeight:2160,intrinsicWidth:3319,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-400)/2)),pixelHeight:2160,pixelWidth:3319,sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",...toResponsiveImage(DGQaQnwGq)},initial:animation1,optimized:true},M_w1eujvD:{__framer__animate:{transition:transition6},__framer__animateOnce:true,__framer__enter:animation6,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",intrinsicHeight:2160,intrinsicWidth:3319,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||400)-0-400)/2)),pixelHeight:2160,pixelWidth:3319,sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",...toResponsiveImage(DGQaQnwGq)}},sJQpyBHED:{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation,background:{alt:\"\",fit:\"fill\",intrinsicHeight:2160,intrinsicWidth:3319,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||400)-0-400)/2)),pixelHeight:2160,pixelWidth:3319,sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",...toResponsiveImage(DGQaQnwGq)},initial:animation1,optimized:true},sKAMXkXWA:{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation4,background:{alt:\"\",fit:\"fill\",intrinsicHeight:2160,intrinsicWidth:3319,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-400)/2)),pixelHeight:2160,pixelWidth:3319,sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",...toResponsiveImage(DGQaQnwGq)},initial:animation1,optimized:true},UpgtslPvu:{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation3,background:{alt:\"\",fit:\"fill\",intrinsicHeight:2160,intrinsicWidth:3319,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-400)/2)),pixelHeight:2160,pixelWidth:3319,sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",...toResponsiveImage(DGQaQnwGq)},initial:animation1,optimized:true}},baseVariant,gestureVariant)})}),visible3&&/*#__PURE__*/_jsx(Transition,{value:nIxUAhC2W,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(MotionDivWithFXWithOptimizedAppearEffect,{className:\"framer-vdf7pl-container\",\"data-framer-appear-id\":\"vdf7pl\",\"data-framer-name\":\"free\",layoutDependency:layoutDependency,layoutId:\"mbfOdHEgd-container\",name:\"free\",...addPropertyOverrides({B6PhuQW9Q:{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation5,initial:animation1,optimized:true},LfhAmP9NV:{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation2,initial:animation1,optimized:true},M_w1eujvD:{__framer__animate:{transition:transition6},__framer__animateOnce:true,__framer__enter:animation6,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1},sJQpyBHED:{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation,initial:animation1,optimized:true},sKAMXkXWA:{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation4,initial:animation1,optimized:true},UpgtslPvu:{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation3,initial:animation1,optimized:true}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(Image1,{alt:\"\",height:\"100%\",id:\"mbfOdHEgd\",image:toResponsiveImage(DGQaQnwGq),layoutId:\"mbfOdHEgd\",name:\"free\",newTab:true,padding:0,radius:0,style:{width:\"100%\"},width:\"100%\"})})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-42CmP.framer-1e4gxgi, .framer-42CmP .framer-1e4gxgi { display: block; }\",\".framer-42CmP.framer-o1x8s0 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 400px; will-change: var(--framer-will-change-override, transform); }\",\".framer-42CmP .framer-gbixi6 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 400px); overflow: visible; position: relative; width: 100%; z-index: 0; }\",\".framer-42CmP .framer-f6981v { aspect-ratio: 0.8 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 250px); overflow: visible; position: relative; width: 100%; z-index: 0; }\",\".framer-42CmP .framer-12mg3uw { aspect-ratio: 1.25 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 160px); overflow: visible; position: relative; width: 100%; z-index: 0; }\",\".framer-42CmP .framer-vdf7pl-container { flex: none; height: auto; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-42CmP.framer-o1x8s0 { gap: 0px; } .framer-42CmP.framer-o1x8s0 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-42CmP.framer-o1x8s0 > :first-child { margin-left: 0px; } .framer-42CmP.framer-o1x8s0 > :last-child { margin-right: 0px; } }\",\".framer-42CmP.framer-v-tqrutw .framer-gbixi6, .framer-42CmP.framer-v-132995e .framer-gbixi6, .framer-42CmP.framer-v-1xasfwg .framer-gbixi6, .framer-42CmP.framer-v-1xgr5qu .framer-gbixi6 { height: var(--framer-aspect-ratio-supported, 200px); }\",'.framer-42CmP[data-border=\"true\"]::after, .framer-42CmP [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 500\n * @framerIntrinsicWidth 400\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"sJQpyBHED\":{\"layout\":[\"fixed\",\"auto\"]},\"LfhAmP9NV\":{\"layout\":[\"fixed\",\"auto\"]},\"UpgtslPvu\":{\"layout\":[\"fixed\",\"auto\"]},\"sKAMXkXWA\":{\"layout\":[\"fixed\",\"auto\"]},\"B6PhuQW9Q\":{\"layout\":[\"fixed\",\"auto\"]},\"M_w1eujvD\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"qObVKf4OM\":\"aspectRatio\",\"DGQaQnwGq\":\"image\",\"GVcXeR9pU\":\"border\",\"ew_0KUuZC\":\"radius\",\"nIxUAhC2W\":\"transition\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerHeHMFAmHm=withCSS(Component,css,\"framer-42CmP\");export default FramerHeHMFAmHm;FramerHeHMFAmHm.displayName=\"image\";FramerHeHMFAmHm.defaultProps={height:500,width:400};addPropertyControls(FramerHeHMFAmHm,{variant:{options:[\"uq5j_37Zq\",\"sJQpyBHED\",\"LfhAmP9NV\",\"UpgtslPvu\",\"sKAMXkXWA\",\"B6PhuQW9Q\",\"M_w1eujvD\"],optionTitles:[\"not-animated\",\"appear-1st\",\"appear-2nd\",\"appear-3rd\",\"appear-4th\",\"appear-5th\",\"scroll-animation\"],title:\"Variant\",type:ControlType.Enum},qObVKf4OM:{defaultValue:\"p4KTQsFN6\",options:[\"p4KTQsFN6\",\"hBBPbjBIE\",\"fAe7VVCDN\",\"b_IJMHu7Z\"],optionTitles:[\"Square\",\"Portrait 4\\xd75\",\"Landscape 4\\xd75\",\"Free\"],title:\"Aspect Ratio\",type:ControlType.Enum},DGQaQnwGq:{title:\"Image\",type:ControlType.ResponsiveImage},GVcXeR9pU:{defaultValue:{borderColor:'var(--token-9c5bd6bc-dc77-4598-a285-696a3cbffdef, rgba(20, 20, 20, 0.05)) /* {\"name\":\"black-05\"} */',borderStyle:\"solid\",borderWidth:1},title:\"Border\",type:ControlType.Border},ew_0KUuZC:{defaultValue:\"4px\",title:\"Radius\",type:ControlType.BorderRadius},nIxUAhC2W:{defaultValue:{bounce:0,delay:0,duration:1,type:\"spring\"},title:\"Transition\",type:ControlType.Transition}});addFonts(FramerHeHMFAmHm,[{explicitInter:true,fonts:[]},...Image1Fonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerHeHMFAmHm\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"sJQpyBHED\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"LfhAmP9NV\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"UpgtslPvu\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"sKAMXkXWA\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"B6PhuQW9Q\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"M_w1eujvD\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"400\",\"framerImmutableVariables\":\"true\",\"framerVariables\":\"{\\\"qObVKf4OM\\\":\\\"aspectRatio\\\",\\\"DGQaQnwGq\\\":\\\"image\\\",\\\"GVcXeR9pU\\\":\\\"border\\\",\\\"ew_0KUuZC\\\":\\\"radius\\\",\\\"nIxUAhC2W\\\":\\\"transition\\\"}\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"500\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./HeHMFAmHm.map", "// Generated by Framer (c56cc2c)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOnVariantChange,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"IRmn0NxVm\",\"GSbAaa9dS\"];const serializationHash=\"framer-QvoFf\";const variantClassNames={GSbAaa9dS:\"framer-v-16ewebz\",IRmn0NxVm:\"framer-v-pyersk\"};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={bounce:0,delay:0,duration:.5,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={\"\u2190\":\"IRmn0NxVm\",\"\u2192\":\"GSbAaa9dS\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"IRmn0NxVm\"};};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,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"IRmn0NxVm\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onAppearclabhk=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"GSbAaa9dS\"),300);});const onAppearnvaya1=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"IRmn0NxVm\"),300);});useOnVariantChange(baseVariant,{default:onAppearclabhk,GSbAaa9dS:onAppearnvaya1});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(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-pyersk\",className,classNames),\"data-framer-name\":\"\u2190\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"IRmn0NxVm\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({GSbAaa9dS:{\"data-framer-name\":\"\u2192\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1u46loy\",\"data-framer-name\":\"ufo\",layoutDependency:layoutDependency,layoutId:\"lMbeTMort\",style:{backgroundColor:\"var(--token-8c8e4761-cbf1-4c70-b6ff-c75356cb9a53, rgb(20, 20, 20))\",mask:\"url('https://framerusercontent.com/images/fUv0d87sGAiGOMTt7rLONKwUE.svg') alpha no-repeat center / cover add\",rotate:2,WebkitMask:\"url('https://framerusercontent.com/images/fUv0d87sGAiGOMTt7rLONKwUE.svg') alpha no-repeat center / cover add\"},variants:{GSbAaa9dS:{rotate:-2}}})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-QvoFf.framer-jufreg, .framer-QvoFf .framer-jufreg { display: block; }\",\".framer-QvoFf.framer-pyersk { height: 80px; overflow: visible; position: relative; width: 80px; }\",\".framer-QvoFf .framer-1u46loy { bottom: 0px; flex: none; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 80\n * @framerIntrinsicWidth 80\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"GSbAaa9dS\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerqckbYJMOb=withCSS(Component,css,\"framer-QvoFf\");export default FramerqckbYJMOb;FramerqckbYJMOb.displayName=\"ufo-animation\";FramerqckbYJMOb.defaultProps={height:80,width:80};addPropertyControls(FramerqckbYJMOb,{variant:{options:[\"IRmn0NxVm\",\"GSbAaa9dS\"],optionTitles:[\"\u2190\",\"\u2192\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerqckbYJMOb,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerqckbYJMOb\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"80\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"GSbAaa9dS\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"80\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./qckbYJMOb.map", "// Generated by Framer (f082bd6)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ChildrenCanSuspend,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image as Image1,PathVariablesContext,RichText,useComponentViewport,useLocaleInfo,useQueryData,useVariantState,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import CaseStudies from\"https://framerusercontent.com/modules/oOYkM5TCXVMAXSnp2EmL/iL88r5Y4GarXaIt6HRdt/nOv5ZBVKz.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/4uYrxK30XUpW7PUph0Dh/oSSYrKp7swR9o3wnz4g7/dtMbXw68r.js\";import Image from\"https://framerusercontent.com/modules/ruO0ORN0BxzaCDRfcXas/KIjWiqW7hsjYJE997XCS/HeHMFAmHm.js\";import UfoAnimation from\"https://framerusercontent.com/modules/vliqGuQs9x3BIXVwZuSk/GbWSZaWKpkDEKp2SqoDG/qckbYJMOb.js\";const ImageFonts=getFonts(Image);const MotionDivWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(motion.div));const UfoAnimationFonts=getFonts(UfoAnimation);const cycleOrder=[\"ao2rr03kb\",\"j00NQx7xu\",\"wR_njNMgE\",\"kOP70RDCc\",\"Xzo80QJRF\",\"H_UGxf4Cl\",\"OM2lWp604\",\"U3VnC65vI\",\"apNmDiRxc\",\"DCZU0xrPK\",\"MLnI1oP7a\",\"HfhhGBdV4\",\"zwtQYP9QW\",\"z6uZ0_TMQ\",\"n4peUUBaO\"];const serializationHash=\"framer-aCe8g\";const variantClassNames={ao2rr03kb:\"framer-v-1qvlay7\",apNmDiRxc:\"framer-v-45ywqy\",DCZU0xrPK:\"framer-v-1ai9ap7\",H_UGxf4Cl:\"framer-v-1408ii5\",HfhhGBdV4:\"framer-v-vuqs0c\",j00NQx7xu:\"framer-v-fs55w2\",kOP70RDCc:\"framer-v-1vme0lx\",MLnI1oP7a:\"framer-v-w30pug\",n4peUUBaO:\"framer-v-zq1yt3\",OM2lWp604:\"framer-v-d1gwcg\",U3VnC65vI:\"framer-v-700jhx\",wR_njNMgE:\"framer-v-gd7eed\",Xzo80QJRF:\"framer-v-1ouaquu\",z6uZ0_TMQ:\"framer-v-zht06k\",zwtQYP9QW:\"framer-v-1nmj46w\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:0,delay:0,duration:.5,type:\"spring\"};const transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:16};const query=prequery=>prequery({from:{alias:\"Vs_n5AF3n\",data:CaseStudies,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},select:[{collection:\"Vs_n5AF3n\",name:\"GBLbpoCs4\",type:\"Identifier\"},{collection:\"Vs_n5AF3n\",name:\"VWucMuNgL\",type:\"Identifier\"},{collection:\"Vs_n5AF3n\",name:\"p9li6Yla0\",type:\"Identifier\"},{collection:\"Vs_n5AF3n\",name:\"gDY4pBEmh\",type:\"Identifier\"},{collection:\"Vs_n5AF3n\",name:\"id\",type:\"Identifier\"}]});const query1=prequery=>prequery({from:{alias:\"Vs_n5AF3n\",data:CaseStudies,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:1},select:[{collection:\"Vs_n5AF3n\",name:\"GBLbpoCs4\",type:\"Identifier\"},{collection:\"Vs_n5AF3n\",name:\"VWucMuNgL\",type:\"Identifier\"},{collection:\"Vs_n5AF3n\",name:\"p9li6Yla0\",type:\"Identifier\"},{collection:\"Vs_n5AF3n\",name:\"gDY4pBEmh\",type:\"Identifier\"},{collection:\"Vs_n5AF3n\",name:\"id\",type:\"Identifier\"}]});const query2=prequery=>prequery({from:{alias:\"Vs_n5AF3n\",data:CaseStudies,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:2},select:[{collection:\"Vs_n5AF3n\",name:\"GBLbpoCs4\",type:\"Identifier\"},{collection:\"Vs_n5AF3n\",name:\"VWucMuNgL\",type:\"Identifier\"},{collection:\"Vs_n5AF3n\",name:\"p9li6Yla0\",type:\"Identifier\"},{collection:\"Vs_n5AF3n\",name:\"gDY4pBEmh\",type:\"Identifier\"},{collection:\"Vs_n5AF3n\",name:\"id\",type:\"Identifier\"}]});const query3=prequery=>prequery({from:{alias:\"Vs_n5AF3n\",data:CaseStudies,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:3},select:[{collection:\"Vs_n5AF3n\",name:\"GBLbpoCs4\",type:\"Identifier\"},{collection:\"Vs_n5AF3n\",name:\"VWucMuNgL\",type:\"Identifier\"},{collection:\"Vs_n5AF3n\",name:\"p9li6Yla0\",type:\"Identifier\"},{collection:\"Vs_n5AF3n\",name:\"gDY4pBEmh\",type:\"Identifier\"},{collection:\"Vs_n5AF3n\",name:\"id\",type:\"Identifier\"}]});const query4=prequery=>prequery({from:{alias:\"Vs_n5AF3n\",data:CaseStudies,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:4},select:[{collection:\"Vs_n5AF3n\",name:\"GBLbpoCs4\",type:\"Identifier\"},{collection:\"Vs_n5AF3n\",name:\"VWucMuNgL\",type:\"Identifier\"},{collection:\"Vs_n5AF3n\",name:\"p9li6Yla0\",type:\"Identifier\"},{collection:\"Vs_n5AF3n\",name:\"gDY4pBEmh\",type:\"Identifier\"},{collection:\"Vs_n5AF3n\",name:\"id\",type:\"Identifier\"}]});const query5=prequery=>prequery({from:{alias:\"Vs_n5AF3n\",data:CaseStudies,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:5},select:[{collection:\"Vs_n5AF3n\",name:\"GBLbpoCs4\",type:\"Identifier\"},{collection:\"Vs_n5AF3n\",name:\"VWucMuNgL\",type:\"Identifier\"},{collection:\"Vs_n5AF3n\",name:\"p9li6Yla0\",type:\"Identifier\"},{collection:\"Vs_n5AF3n\",name:\"gDY4pBEmh\",type:\"Identifier\"},{collection:\"Vs_n5AF3n\",name:\"id\",type:\"Identifier\"}]});const query6=prequery=>prequery({from:{alias:\"Vs_n5AF3n\",data:CaseStudies,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:6},select:[{collection:\"Vs_n5AF3n\",name:\"GBLbpoCs4\",type:\"Identifier\"},{collection:\"Vs_n5AF3n\",name:\"VWucMuNgL\",type:\"Identifier\"},{collection:\"Vs_n5AF3n\",name:\"p9li6Yla0\",type:\"Identifier\"},{collection:\"Vs_n5AF3n\",name:\"gDY4pBEmh\",type:\"Identifier\"},{collection:\"Vs_n5AF3n\",name:\"id\",type:\"Identifier\"}]});const query7=prequery=>prequery({from:{alias:\"Vs_n5AF3n\",data:CaseStudies,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:7},select:[{collection:\"Vs_n5AF3n\",name:\"GBLbpoCs4\",type:\"Identifier\"},{collection:\"Vs_n5AF3n\",name:\"VWucMuNgL\",type:\"Identifier\"},{collection:\"Vs_n5AF3n\",name:\"p9li6Yla0\",type:\"Identifier\"},{collection:\"Vs_n5AF3n\",name:\"gDY4pBEmh\",type:\"Identifier\"},{collection:\"Vs_n5AF3n\",name:\"id\",type:\"Identifier\"}]});const query8=prequery=>prequery({from:{alias:\"Vs_n5AF3n\",data:CaseStudies,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:8},select:[{collection:\"Vs_n5AF3n\",name:\"GBLbpoCs4\",type:\"Identifier\"},{collection:\"Vs_n5AF3n\",name:\"VWucMuNgL\",type:\"Identifier\"},{collection:\"Vs_n5AF3n\",name:\"p9li6Yla0\",type:\"Identifier\"},{collection:\"Vs_n5AF3n\",name:\"gDY4pBEmh\",type:\"Identifier\"},{collection:\"Vs_n5AF3n\",name:\"id\",type:\"Identifier\"}]});const query9=prequery=>prequery({from:{alias:\"Vs_n5AF3n\",data:CaseStudies,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:9},select:[{collection:\"Vs_n5AF3n\",name:\"GBLbpoCs4\",type:\"Identifier\"},{collection:\"Vs_n5AF3n\",name:\"VWucMuNgL\",type:\"Identifier\"},{collection:\"Vs_n5AF3n\",name:\"p9li6Yla0\",type:\"Identifier\"},{collection:\"Vs_n5AF3n\",name:\"gDY4pBEmh\",type:\"Identifier\"},{collection:\"Vs_n5AF3n\",name:\"id\",type:\"Identifier\"}]});const QueryData=({query,pageSize,children})=>{const data=useQueryData(query);return children(data);};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=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={\"case-01\":\"H_UGxf4Cl\",\"case-02\":\"OM2lWp604\",\"case-03\":\"U3VnC65vI\",\"case-04\":\"apNmDiRxc\",\"case-05\":\"DCZU0xrPK\",\"case-06\":\"MLnI1oP7a\",\"case-07\":\"HfhhGBdV4\",\"case-08\":\"zwtQYP9QW\",\"case-09\":\"z6uZ0_TMQ\",\"case-10\":\"n4peUUBaO\",\"default-404\":\"kOP70RDCc\",\"ufo-404\":\"Xzo80QJRF\",default:\"ao2rr03kb\",hover:\"j00NQx7xu\",pressed:\"wR_njNMgE\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"ao2rr03kb\"};};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,GBLbpoCs4eIiPGDgKF,GBLbpoCs4Vs_n5AF3n,VWucMuNgLVs_n5AF3n,p9li6Yla0Vs_n5AF3n,gDY4pBEmhVs_n5AF3n,idVs_n5AF3n,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"ao2rr03kb\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const isDisplayed=()=>{if([\"H_UGxf4Cl\",\"OM2lWp604\",\"U3VnC65vI\",\"apNmDiRxc\",\"DCZU0xrPK\",\"MLnI1oP7a\",\"HfhhGBdV4\",\"zwtQYP9QW\",\"z6uZ0_TMQ\",\"n4peUUBaO\"].includes(baseVariant))return true;return false;};const isDisplayed1=()=>{if([\"kOP70RDCc\",\"Xzo80QJRF\"].includes(baseVariant))return true;return false;};const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id: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(scopingClassNames,\"framer-1qvlay7\",className,classNames),\"data-framer-name\":\"default\",layoutDependency:layoutDependency,layoutId:\"ao2rr03kb\",ref: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:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:\"100%\",borderBottomRightRadius:\"100%\",borderTopLeftRadius:\"100%\",borderTopRightRadius:\"100%\",filter:\"invert(1)\",WebkitFilter:\"invert(1)\",...style},variants:{apNmDiRxc:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",backgroundColor:\"rgba(0, 0, 0, 0)\",filter:\"invert(0)\",WebkitFilter:\"invert(0)\"},DCZU0xrPK:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",backgroundColor:\"rgba(0, 0, 0, 0)\",filter:\"invert(0)\",WebkitFilter:\"invert(0)\"},H_UGxf4Cl:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",backgroundColor:\"rgba(0, 0, 0, 0)\",filter:\"invert(0)\",WebkitFilter:\"invert(0)\"},HfhhGBdV4:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",backgroundColor:\"rgba(0, 0, 0, 0)\",filter:\"invert(0)\",WebkitFilter:\"invert(0)\"},j00NQx7xu:{backgroundColor:\"var(--token-341258e7-6634-409e-9b83-94a32f364f37, rgb(255, 255, 255))\"},kOP70RDCc:{backgroundColor:\"rgba(0, 0, 0, 0)\"},MLnI1oP7a:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",backgroundColor:\"rgba(0, 0, 0, 0)\",filter:\"invert(0)\",WebkitFilter:\"invert(0)\"},n4peUUBaO:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",backgroundColor:\"rgba(0, 0, 0, 0)\",filter:\"invert(0)\",WebkitFilter:\"invert(0)\"},OM2lWp604:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",backgroundColor:\"rgba(0, 0, 0, 0)\",filter:\"invert(0)\",WebkitFilter:\"invert(0)\"},U3VnC65vI:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",backgroundColor:\"rgba(0, 0, 0, 0)\",filter:\"invert(0)\",WebkitFilter:\"invert(0)\"},wR_njNMgE:{backgroundColor:\"var(--token-341258e7-6634-409e-9b83-94a32f364f37, rgb(255, 255, 255))\"},Xzo80QJRF:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(20, 20, 20, 0)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgba(0, 0, 0, 0)\"},z6uZ0_TMQ:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",backgroundColor:\"rgba(0, 0, 0, 0)\",filter:\"invert(0)\",WebkitFilter:\"invert(0)\"},zwtQYP9QW:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",backgroundColor:\"rgba(0, 0, 0, 0)\",filter:\"invert(0)\",WebkitFilter:\"invert(0)\"}},...addPropertyOverrides({apNmDiRxc:{\"data-framer-name\":\"case-04\"},DCZU0xrPK:{\"data-framer-name\":\"case-05\"},H_UGxf4Cl:{\"data-framer-name\":\"case-01\"},HfhhGBdV4:{\"data-framer-name\":\"case-07\"},j00NQx7xu:{\"data-framer-name\":\"hover\"},kOP70RDCc:{\"data-framer-name\":\"default-404\"},MLnI1oP7a:{\"data-framer-name\":\"case-06\"},n4peUUBaO:{\"data-framer-name\":\"case-10\"},OM2lWp604:{\"data-framer-name\":\"case-02\"},U3VnC65vI:{\"data-framer-name\":\"case-03\"},wR_njNMgE:{\"data-framer-name\":\"pressed\"},Xzo80QJRF:{\"data-border\":true,\"data-framer-name\":\"ufo-404\"},z6uZ0_TMQ:{\"data-framer-name\":\"case-09\"},zwtQYP9QW:{\"data-framer-name\":\"case-08\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-zrihlf\",layoutDependency:layoutDependency,layoutId:\"Vs_n5AF3n\",...addPropertyOverrides({apNmDiRxc:{transformTemplate:transformTemplate1},DCZU0xrPK:{transformTemplate:transformTemplate1},H_UGxf4Cl:{transformTemplate:transformTemplate1},HfhhGBdV4:{transformTemplate:transformTemplate1},MLnI1oP7a:{transformTemplate:transformTemplate1},n4peUUBaO:{transformTemplate:transformTemplate1},OM2lWp604:{transformTemplate:transformTemplate1},U3VnC65vI:{transformTemplate:transformTemplate1},z6uZ0_TMQ:{transformTemplate:transformTemplate1},zwtQYP9QW:{transformTemplate:transformTemplate1}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"Vs_n5AF3n\",data:CaseStudies,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},select:[{collection:\"Vs_n5AF3n\",name:\"GBLbpoCs4\",type:\"Identifier\"},{collection:\"Vs_n5AF3n\",name:\"VWucMuNgL\",type:\"Identifier\"},{collection:\"Vs_n5AF3n\",name:\"p9li6Yla0\",type:\"Identifier\"},{collection:\"Vs_n5AF3n\",name:\"gDY4pBEmh\",type:\"Identifier\"},{collection:\"Vs_n5AF3n\",name:\"id\",type:\"Identifier\"}]},...addPropertyOverrides({apNmDiRxc:{query:{from:{alias:\"Vs_n5AF3n\",data:CaseStudies,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:3},select:[{collection:\"Vs_n5AF3n\",name:\"GBLbpoCs4\",type:\"Identifier\"},{collection:\"Vs_n5AF3n\",name:\"VWucMuNgL\",type:\"Identifier\"},{collection:\"Vs_n5AF3n\",name:\"p9li6Yla0\",type:\"Identifier\"},{collection:\"Vs_n5AF3n\",name:\"gDY4pBEmh\",type:\"Identifier\"},{collection:\"Vs_n5AF3n\",name:\"id\",type:\"Identifier\"}]}},DCZU0xrPK:{query:{from:{alias:\"Vs_n5AF3n\",data:CaseStudies,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:4},select:[{collection:\"Vs_n5AF3n\",name:\"GBLbpoCs4\",type:\"Identifier\"},{collection:\"Vs_n5AF3n\",name:\"VWucMuNgL\",type:\"Identifier\"},{collection:\"Vs_n5AF3n\",name:\"p9li6Yla0\",type:\"Identifier\"},{collection:\"Vs_n5AF3n\",name:\"gDY4pBEmh\",type:\"Identifier\"},{collection:\"Vs_n5AF3n\",name:\"id\",type:\"Identifier\"}]}},HfhhGBdV4:{query:{from:{alias:\"Vs_n5AF3n\",data:CaseStudies,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:6},select:[{collection:\"Vs_n5AF3n\",name:\"GBLbpoCs4\",type:\"Identifier\"},{collection:\"Vs_n5AF3n\",name:\"VWucMuNgL\",type:\"Identifier\"},{collection:\"Vs_n5AF3n\",name:\"p9li6Yla0\",type:\"Identifier\"},{collection:\"Vs_n5AF3n\",name:\"gDY4pBEmh\",type:\"Identifier\"},{collection:\"Vs_n5AF3n\",name:\"id\",type:\"Identifier\"}]}},MLnI1oP7a:{query:{from:{alias:\"Vs_n5AF3n\",data:CaseStudies,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:5},select:[{collection:\"Vs_n5AF3n\",name:\"GBLbpoCs4\",type:\"Identifier\"},{collection:\"Vs_n5AF3n\",name:\"VWucMuNgL\",type:\"Identifier\"},{collection:\"Vs_n5AF3n\",name:\"p9li6Yla0\",type:\"Identifier\"},{collection:\"Vs_n5AF3n\",name:\"gDY4pBEmh\",type:\"Identifier\"},{collection:\"Vs_n5AF3n\",name:\"id\",type:\"Identifier\"}]}},n4peUUBaO:{query:{from:{alias:\"Vs_n5AF3n\",data:CaseStudies,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:9},select:[{collection:\"Vs_n5AF3n\",name:\"GBLbpoCs4\",type:\"Identifier\"},{collection:\"Vs_n5AF3n\",name:\"VWucMuNgL\",type:\"Identifier\"},{collection:\"Vs_n5AF3n\",name:\"p9li6Yla0\",type:\"Identifier\"},{collection:\"Vs_n5AF3n\",name:\"gDY4pBEmh\",type:\"Identifier\"},{collection:\"Vs_n5AF3n\",name:\"id\",type:\"Identifier\"}]}},OM2lWp604:{query:{from:{alias:\"Vs_n5AF3n\",data:CaseStudies,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:1},select:[{collection:\"Vs_n5AF3n\",name:\"GBLbpoCs4\",type:\"Identifier\"},{collection:\"Vs_n5AF3n\",name:\"VWucMuNgL\",type:\"Identifier\"},{collection:\"Vs_n5AF3n\",name:\"p9li6Yla0\",type:\"Identifier\"},{collection:\"Vs_n5AF3n\",name:\"gDY4pBEmh\",type:\"Identifier\"},{collection:\"Vs_n5AF3n\",name:\"id\",type:\"Identifier\"}]}},U3VnC65vI:{query:{from:{alias:\"Vs_n5AF3n\",data:CaseStudies,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:2},select:[{collection:\"Vs_n5AF3n\",name:\"GBLbpoCs4\",type:\"Identifier\"},{collection:\"Vs_n5AF3n\",name:\"VWucMuNgL\",type:\"Identifier\"},{collection:\"Vs_n5AF3n\",name:\"p9li6Yla0\",type:\"Identifier\"},{collection:\"Vs_n5AF3n\",name:\"gDY4pBEmh\",type:\"Identifier\"},{collection:\"Vs_n5AF3n\",name:\"id\",type:\"Identifier\"}]}},z6uZ0_TMQ:{query:{from:{alias:\"Vs_n5AF3n\",data:CaseStudies,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:8},select:[{collection:\"Vs_n5AF3n\",name:\"GBLbpoCs4\",type:\"Identifier\"},{collection:\"Vs_n5AF3n\",name:\"VWucMuNgL\",type:\"Identifier\"},{collection:\"Vs_n5AF3n\",name:\"p9li6Yla0\",type:\"Identifier\"},{collection:\"Vs_n5AF3n\",name:\"gDY4pBEmh\",type:\"Identifier\"},{collection:\"Vs_n5AF3n\",name:\"id\",type:\"Identifier\"}]}},zwtQYP9QW:{query:{from:{alias:\"Vs_n5AF3n\",data:CaseStudies,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:7},select:[{collection:\"Vs_n5AF3n\",name:\"GBLbpoCs4\",type:\"Identifier\"},{collection:\"Vs_n5AF3n\",name:\"VWucMuNgL\",type:\"Identifier\"},{collection:\"Vs_n5AF3n\",name:\"p9li6Yla0\",type:\"Identifier\"},{collection:\"Vs_n5AF3n\",name:\"gDY4pBEmh\",type:\"Identifier\"},{collection:\"Vs_n5AF3n\",name:\"id\",type:\"Identifier\"}]}}},baseVariant,gestureVariant),children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection?.map(({GBLbpoCs4:GBLbpoCs4Vs_n5AF3n,gDY4pBEmh:gDY4pBEmhVs_n5AF3n,id:idVs_n5AF3n,p9li6Yla0:p9li6Yla0Vs_n5AF3n,VWucMuNgL:VWucMuNgLVs_n5AF3n},index)=>{GBLbpoCs4Vs_n5AF3n??=\"\";gDY4pBEmhVs_n5AF3n??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`Vs_n5AF3n-${idVs_n5AF3n}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{gDY4pBEmh:gDY4pBEmhVs_n5AF3n},children:/*#__PURE__*/_jsxs(motion.div,{background:{alt:\"\",fit:\"fill\"},className:\"framer-97cdsb\",\"data-framer-name\":\"item\",layoutDependency:layoutDependency,layoutId:\"trPaBiUoi\",style:{backgroundColor:\"rgba(0, 0, 0, 0)\"},variants:{apNmDiRxc:{backgroundColor:\"var(--token-341258e7-6634-409e-9b83-94a32f364f37, rgb(255, 255, 255))\"},DCZU0xrPK:{backgroundColor:\"var(--token-341258e7-6634-409e-9b83-94a32f364f37, rgb(255, 255, 255))\"},H_UGxf4Cl:{backgroundColor:\"var(--token-341258e7-6634-409e-9b83-94a32f364f37, rgb(255, 255, 255))\"},HfhhGBdV4:{backgroundColor:\"var(--token-341258e7-6634-409e-9b83-94a32f364f37, rgb(255, 255, 255))\"},MLnI1oP7a:{backgroundColor:\"var(--token-341258e7-6634-409e-9b83-94a32f364f37, rgb(255, 255, 255))\"},n4peUUBaO:{backgroundColor:\"var(--token-341258e7-6634-409e-9b83-94a32f364f37, rgb(255, 255, 255))\"},OM2lWp604:{backgroundColor:\"var(--token-341258e7-6634-409e-9b83-94a32f364f37, rgb(255, 255, 255))\"},U3VnC65vI:{backgroundColor:\"var(--token-341258e7-6634-409e-9b83-94a32f364f37, rgb(255, 255, 255))\"},z6uZ0_TMQ:{backgroundColor:\"var(--token-341258e7-6634-409e-9b83-94a32f364f37, rgb(255, 255, 255))\"},zwtQYP9QW:{backgroundColor:\"var(--token-341258e7-6634-409e-9b83-94a32f364f37, rgb(255, 255, 255))\"}},...addPropertyOverrides({apNmDiRxc:{background:undefined},DCZU0xrPK:{background:undefined},H_UGxf4Cl:{background:undefined},HfhhGBdV4:{background:undefined},MLnI1oP7a:{background:undefined},n4peUUBaO:{background:undefined},OM2lWp604:{background:undefined},U3VnC65vI:{background:undefined},z6uZ0_TMQ:{background:undefined},zwtQYP9QW:{background:undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1e323y5\",\"data-styles-preset\":\"dtMbXw68r\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d355c2f6-73e7-4b6b-a86b-4ac28f603bfc, rgba(28, 28, 28, 0.5)))\"},children:\"Not only selected works\"})}),className:\"framer-4umnmo\",\"data-framer-name\":\"byline\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"btaNCNdug\",style:{\"--extracted-r6o4lv\":\"var(--token-d355c2f6-73e7-4b6b-a86b-4ac28f603bfc, rgba(28, 28, 28, 0.5))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:GBLbpoCs4eIiPGDgKF,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({apNmDiRxc:{text:GBLbpoCs4Vs_n5AF3n},DCZU0xrPK:{text:GBLbpoCs4Vs_n5AF3n},H_UGxf4Cl:{text:GBLbpoCs4Vs_n5AF3n},HfhhGBdV4:{text:GBLbpoCs4Vs_n5AF3n},MLnI1oP7a:{text:GBLbpoCs4Vs_n5AF3n},n4peUUBaO:{text:GBLbpoCs4Vs_n5AF3n},OM2lWp604:{text:GBLbpoCs4Vs_n5AF3n},U3VnC65vI:{text:GBLbpoCs4Vs_n5AF3n},z6uZ0_TMQ:{text:GBLbpoCs4Vs_n5AF3n},zwtQYP9QW:{text:GBLbpoCs4Vs_n5AF3n}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsxs(Image1,{background:{alt:\"\",backgroundSize:1,fit:\"tile\",sizes:\"320px\",...toResponsiveImage(VWucMuNgLVs_n5AF3n),...{positionX:\"left\",positionY:\"top\"}},className:\"framer-msk28u\",\"data-framer-name\":\"image-wrapper\",layoutDependency:layoutDependency,layoutId:\"m8nONIDiR\",style:{borderBottomLeftRadius:4,borderBottomRightRadius:4,borderTopLeftRadius:4,borderTopRightRadius:4},...addPropertyOverrides({apNmDiRxc:{background:{alt:\"\",backgroundSize:1,fit:\"tile\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||560)*.5000000000000002-250)+0+0+0+0),sizes:\"320px\",...toResponsiveImage(VWucMuNgLVs_n5AF3n),...{positionX:\"left\",positionY:\"top\"}}},DCZU0xrPK:{background:{alt:\"\",backgroundSize:1,fit:\"tile\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||560)*.5000000000000002-250)+0+0+0+0),sizes:\"320px\",...toResponsiveImage(VWucMuNgLVs_n5AF3n),...{positionX:\"left\",positionY:\"top\"}}},H_UGxf4Cl:{background:{alt:\"\",backgroundSize:1,fit:\"tile\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||560)*.5000000000000002-250)+0+0+0+0),sizes:\"320px\",...toResponsiveImage(VWucMuNgLVs_n5AF3n),...{positionX:\"left\",positionY:\"top\"}}},HfhhGBdV4:{background:{alt:\"\",backgroundSize:1,fit:\"tile\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||560)*.5000000000000002-250)+0+0+0+0),sizes:\"320px\",...toResponsiveImage(VWucMuNgLVs_n5AF3n),...{positionX:\"left\",positionY:\"top\"}}},MLnI1oP7a:{background:{alt:\"\",backgroundSize:1,fit:\"tile\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||560)*.5000000000000002-250)+0+0+0+0),sizes:\"320px\",...toResponsiveImage(VWucMuNgLVs_n5AF3n),...{positionX:\"left\",positionY:\"top\"}}},n4peUUBaO:{background:{alt:\"\",backgroundSize:1,fit:\"tile\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||560)*.5000000000000002-250)+0+0+0+0),sizes:\"320px\",...toResponsiveImage(VWucMuNgLVs_n5AF3n),...{positionX:\"left\",positionY:\"top\"}}},OM2lWp604:{background:{alt:\"\",backgroundSize:1,fit:\"tile\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||560)*.5000000000000002-250)+0+0+0+0),sizes:\"320px\",...toResponsiveImage(VWucMuNgLVs_n5AF3n),...{positionX:\"left\",positionY:\"top\"}}},U3VnC65vI:{background:{alt:\"\",backgroundSize:1,fit:\"tile\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||560)*.5000000000000002-250)+0+0+0+0),sizes:\"320px\",...toResponsiveImage(VWucMuNgLVs_n5AF3n),...{positionX:\"left\",positionY:\"top\"}}},z6uZ0_TMQ:{background:{alt:\"\",backgroundSize:1,fit:\"tile\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||560)*.5000000000000002-250)+0+0+0+0),sizes:\"320px\",...toResponsiveImage(VWucMuNgLVs_n5AF3n),...{positionX:\"left\",positionY:\"top\"}}},zwtQYP9QW:{background:{alt:\"\",backgroundSize:1,fit:\"tile\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||560)*.5000000000000002-250)+0+0+0+0),sizes:\"320px\",...toResponsiveImage(VWucMuNgLVs_n5AF3n),...{positionX:\"left\",positionY:\"top\"}}}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:500,width:\"320px\",...addPropertyOverrides({apNmDiRxc:{y:(componentViewport?.y||0)+((componentViewport?.height||560)*.5000000000000002-250)+0+0+0+0+0},DCZU0xrPK:{y:(componentViewport?.y||0)+((componentViewport?.height||560)*.5000000000000002-250)+0+0+0+0+0},H_UGxf4Cl:{y:(componentViewport?.y||0)+((componentViewport?.height||560)*.5000000000000002-250)+0+0+0+0+0},HfhhGBdV4:{y:(componentViewport?.y||0)+((componentViewport?.height||560)*.5000000000000002-250)+0+0+0+0+0},MLnI1oP7a:{y:(componentViewport?.y||0)+((componentViewport?.height||560)*.5000000000000002-250)+0+0+0+0+0},n4peUUBaO:{y:(componentViewport?.y||0)+((componentViewport?.height||560)*.5000000000000002-250)+0+0+0+0+0},OM2lWp604:{y:(componentViewport?.y||0)+((componentViewport?.height||560)*.5000000000000002-250)+0+0+0+0+0},U3VnC65vI:{y:(componentViewport?.y||0)+((componentViewport?.height||560)*.5000000000000002-250)+0+0+0+0+0},z6uZ0_TMQ:{y:(componentViewport?.y||0)+((componentViewport?.height||560)*.5000000000000002-250)+0+0+0+0+0},zwtQYP9QW:{y:(componentViewport?.y||0)+((componentViewport?.height||560)*.5000000000000002-250)+0+0+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(MotionDivWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation,className:\"framer-13tyaff-container\",\"data-framer-appear-id\":\"13tyaff\",initial:animation1,layoutDependency:layoutDependency,layoutId:\"PAAUsQVHL-container\",optimized:true,children:/*#__PURE__*/_jsx(Image,{DGQaQnwGq:toResponsiveImage(p9li6Yla0Vs_n5AF3n),ew_0KUuZC:\"4px\",GVcXeR9pU:{borderColor:'var(--token-9c5bd6bc-dc77-4598-a285-696a3cbffdef, rgba(20, 20, 20, 0.05)) /* {\"name\":\"black-05\"} */',borderStyle:\"solid\",borderWidth:1},height:\"100%\",id:\"PAAUsQVHL\",layoutId:\"PAAUsQVHL\",nIxUAhC2W:{bounce:0,delay:0,duration:1,type:\"spring\"},qObVKf4OM:\"hBBPbjBIE\",style:{width:\"100%\"},variant:\"uq5j_37Zq\",width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-pklu01\",\"data-framer-name\":\"dot\",layoutDependency:layoutDependency,layoutId:\"JKLVvf6CC\",style:{backgroundColor:\"var(--token-8c8e4761-cbf1-4c70-b6ff-c75356cb9a53, rgb(20, 20, 20))\",borderBottomLeftRadius:\"100%\",borderBottomRightRadius:\"100%\",borderTopLeftRadius:\"100%\",borderTopRightRadius:\"100%\",filter:\"invert(1)\",WebkitFilter:\"invert(1)\"},transformTemplate:transformTemplate1})]})]})})},idVs_n5AF3n);})})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-ym85tl\",\"data-framer-name\":\"dot-mask\",layoutDependency:layoutDependency,layoutId:\"s9ImeRKyh\",style:{borderBottomLeftRadius:4,borderBottomRightRadius:4,borderTopLeftRadius:4,borderTopRightRadius:4},transformTemplate:transformTemplate1,...addPropertyOverrides({apNmDiRxc:{transformTemplate:undefined},DCZU0xrPK:{transformTemplate:undefined},H_UGxf4Cl:{transformTemplate:undefined},HfhhGBdV4:{transformTemplate:undefined},MLnI1oP7a:{transformTemplate:undefined},n4peUUBaO:{transformTemplate:undefined},OM2lWp604:{transformTemplate:undefined},U3VnC65vI:{transformTemplate:undefined},z6uZ0_TMQ:{transformTemplate:undefined},zwtQYP9QW:{transformTemplate:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-pdqlzr\",\"data-framer-name\":\"dot\",layoutDependency:layoutDependency,layoutId:\"ngXQVso2w\",style:{backgroundColor:\"var(--token-8c8e4761-cbf1-4c70-b6ff-c75356cb9a53, rgb(20, 20, 20))\",borderBottomLeftRadius:\"100%\",borderBottomRightRadius:\"100%\",borderTopLeftRadius:\"100%\",borderTopRightRadius:\"100%\",opacity:1},transformTemplate:transformTemplate1,variants:{apNmDiRxc:{opacity:0},DCZU0xrPK:{opacity:0},H_UGxf4Cl:{opacity:0},HfhhGBdV4:{opacity:0},MLnI1oP7a:{opacity:0},n4peUUBaO:{opacity:0},OM2lWp604:{opacity:0},U3VnC65vI:{opacity:0},Xzo80QJRF:{opacity:0},z6uZ0_TMQ:{opacity:0},zwtQYP9QW:{opacity:0}}})}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({kOP70RDCc:{height:12,width:\"12px\",y:(componentViewport?.y||0)+((componentViewport?.height||16)*.5000000000000002-6)},Xzo80QJRF:{height:80,width:\"80px\",y:(componentViewport?.y||0)+((componentViewport?.height||148)*.5000000000000002-40)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-tcxl7s-container\",\"data-framer-name\":\"ufo\",layoutDependency:layoutDependency,layoutId:\"Wi3aiApYy-container\",name:\"ufo\",children:/*#__PURE__*/_jsx(UfoAnimation,{height:\"100%\",id:\"Wi3aiApYy\",layoutId:\"Wi3aiApYy\",name:\"ufo\",style:{height:\"100%\",width:\"100%\"},variant:\"IRmn0NxVm\",width:\"100%\"})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-aCe8g.framer-9m3kql, .framer-aCe8g .framer-9m3kql { display: block; }\",\".framer-aCe8g.framer-1qvlay7 { height: 16px; mix-blend-mode: exclusion; overflow: hidden; position: relative; width: 16px; will-change: var(--framer-will-change-override, transform); }\",\".framer-aCe8g .framer-zrihlf { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; left: 0px; padding: 0px; position: absolute; top: 0px; width: min-content; }\",\".framer-aCe8g .framer-97cdsb { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 320px; }\",\".framer-aCe8g .framer-4umnmo { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-aCe8g .framer-msk28u { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-aCe8g .framer-13tyaff-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\".framer-aCe8g .framer-pklu01 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 16px); left: 50%; mix-blend-mode: exclusion; overflow: hidden; position: absolute; top: 50%; width: 16px; will-change: var(--framer-will-change-override, transform); }\",\".framer-aCe8g .framer-ym85tl { aspect-ratio: 0.8 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 400px); left: 50%; overflow: hidden; position: absolute; top: 50%; width: 320px; will-change: var(--framer-will-change-override, transform); }\",\".framer-aCe8g .framer-pdqlzr { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 16px); left: 50%; overflow: hidden; position: absolute; top: 50%; width: 16px; will-change: var(--framer-will-change-override, transform); }\",\".framer-aCe8g .framer-tcxl7s-container { flex: none; height: 12px; left: -150px; position: absolute; top: -190px; width: 12px; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-aCe8g .framer-zrihlf, .framer-aCe8g .framer-97cdsb, .framer-aCe8g .framer-msk28u { gap: 0px; } .framer-aCe8g .framer-zrihlf > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-aCe8g .framer-zrihlf > :first-child, .framer-aCe8g .framer-97cdsb > :first-child { margin-top: 0px; } .framer-aCe8g .framer-zrihlf > :last-child, .framer-aCe8g .framer-97cdsb > :last-child { margin-bottom: 0px; } .framer-aCe8g .framer-97cdsb > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-aCe8g .framer-msk28u > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-aCe8g .framer-msk28u > :first-child { margin-left: 0px; } .framer-aCe8g .framer-msk28u > :last-child { margin-right: 0px; } }\",\".framer-aCe8g.framer-v-fs55w2.framer-1qvlay7 { height: 56px; width: 56px; }\",\".framer-aCe8g.framer-v-fs55w2 .framer-pdqlzr { height: var(--framer-aspect-ratio-supported, 56px); width: 56px; }\",\".framer-aCe8g.framer-v-gd7eed.framer-1qvlay7 { height: 40px; width: 40px; }\",\".framer-aCe8g.framer-v-gd7eed .framer-pdqlzr { height: var(--framer-aspect-ratio-supported, 40px); width: 40px; }\",\".framer-aCe8g.framer-v-1vme0lx .framer-tcxl7s-container { left: calc(50.00000000000002% - 12px / 2); top: calc(50.00000000000002% - 12px / 2); }\",\".framer-aCe8g.framer-v-1ouaquu.framer-1qvlay7 { height: 148px; width: 148px; }\",\".framer-aCe8g.framer-v-1ouaquu .framer-pdqlzr { height: var(--framer-aspect-ratio-supported, 146px); width: 146px; }\",\".framer-aCe8g.framer-v-1ouaquu .framer-tcxl7s-container { height: 80px; left: calc(50.00000000000002% - 80px / 2); mix-blend-mode: exclusion; top: calc(50.00000000000002% - 80px / 2); width: 80px; z-index: 0; }\",\".framer-aCe8g.framer-v-1408ii5.framer-1qvlay7, .framer-aCe8g.framer-v-d1gwcg.framer-1qvlay7, .framer-aCe8g.framer-v-700jhx.framer-1qvlay7, .framer-aCe8g.framer-v-45ywqy.framer-1qvlay7, .framer-aCe8g.framer-v-1ai9ap7.framer-1qvlay7, .framer-aCe8g.framer-v-w30pug.framer-1qvlay7, .framer-aCe8g.framer-v-vuqs0c.framer-1qvlay7, .framer-aCe8g.framer-v-1nmj46w.framer-1qvlay7, .framer-aCe8g.framer-v-zht06k.framer-1qvlay7, .framer-aCe8g.framer-v-zq1yt3.framer-1qvlay7 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 560px; justify-content: center; mix-blend-mode: unset; padding: 0px; width: 560px; }\",\".framer-aCe8g.framer-v-1408ii5 .framer-zrihlf, .framer-aCe8g.framer-v-d1gwcg .framer-zrihlf, .framer-aCe8g.framer-v-700jhx .framer-zrihlf, .framer-aCe8g.framer-v-45ywqy .framer-zrihlf, .framer-aCe8g.framer-v-1ai9ap7 .framer-zrihlf, .framer-aCe8g.framer-v-w30pug .framer-zrihlf, .framer-aCe8g.framer-v-vuqs0c .framer-zrihlf, .framer-aCe8g.framer-v-1nmj46w .framer-zrihlf, .framer-aCe8g.framer-v-zht06k .framer-zrihlf, .framer-aCe8g.framer-v-zq1yt3 .framer-zrihlf { left: 50%; order: 0; overflow: visible; top: 50%; z-index: 1; }\",\".framer-aCe8g.framer-v-1408ii5 .framer-97cdsb, .framer-aCe8g.framer-v-1408ii5 .framer-13tyaff-container, .framer-aCe8g.framer-v-d1gwcg .framer-97cdsb, .framer-aCe8g.framer-v-d1gwcg .framer-13tyaff-container, .framer-aCe8g.framer-v-700jhx .framer-97cdsb, .framer-aCe8g.framer-v-45ywqy .framer-97cdsb, .framer-aCe8g.framer-v-1ai9ap7 .framer-97cdsb, .framer-aCe8g.framer-v-w30pug .framer-97cdsb, .framer-aCe8g.framer-v-vuqs0c .framer-97cdsb, .framer-aCe8g.framer-v-1nmj46w .framer-97cdsb, .framer-aCe8g.framer-v-zht06k .framer-97cdsb, .framer-aCe8g.framer-v-zq1yt3 .framer-97cdsb { order: 0; }\",\".framer-aCe8g.framer-v-1408ii5 .framer-4umnmo, .framer-aCe8g.framer-v-d1gwcg .framer-4umnmo, .framer-aCe8g.framer-v-700jhx .framer-4umnmo, .framer-aCe8g.framer-v-45ywqy .framer-4umnmo, .framer-aCe8g.framer-v-1ai9ap7 .framer-4umnmo, .framer-aCe8g.framer-v-w30pug .framer-4umnmo, .framer-aCe8g.framer-v-vuqs0c .framer-4umnmo, .framer-aCe8g.framer-v-1nmj46w .framer-4umnmo, .framer-aCe8g.framer-v-zht06k .framer-4umnmo, .framer-aCe8g.framer-v-zq1yt3 .framer-4umnmo { left: 0px; position: absolute; right: 0px; top: -32px; width: unset; z-index: 0; }\",\".framer-aCe8g.framer-v-1408ii5 .framer-pklu01, .framer-aCe8g.framer-v-d1gwcg .framer-pklu01 { order: 1; }\",\".framer-aCe8g.framer-v-1408ii5 .framer-ym85tl, .framer-aCe8g.framer-v-d1gwcg .framer-ym85tl, .framer-aCe8g.framer-v-700jhx .framer-ym85tl, .framer-aCe8g.framer-v-45ywqy .framer-ym85tl, .framer-aCe8g.framer-v-1ai9ap7 .framer-ym85tl, .framer-aCe8g.framer-v-w30pug .framer-ym85tl, .framer-aCe8g.framer-v-vuqs0c .framer-ym85tl, .framer-aCe8g.framer-v-1nmj46w .framer-ym85tl, .framer-aCe8g.framer-v-zht06k .framer-ym85tl, .framer-aCe8g.framer-v-zq1yt3 .framer-ym85tl { left: unset; order: 1; position: relative; top: unset; }\",\".framer-aCe8g.framer-v-1408ii5 .framer-pdqlzr, .framer-aCe8g.framer-v-d1gwcg .framer-pdqlzr, .framer-aCe8g.framer-v-700jhx .framer-pdqlzr, .framer-aCe8g.framer-v-45ywqy .framer-pdqlzr, .framer-aCe8g.framer-v-1ai9ap7 .framer-pdqlzr, .framer-aCe8g.framer-v-w30pug .framer-pdqlzr, .framer-aCe8g.framer-v-vuqs0c .framer-pdqlzr, .framer-aCe8g.framer-v-1nmj46w .framer-pdqlzr, .framer-aCe8g.framer-v-zht06k .framer-pdqlzr, .framer-aCe8g.framer-v-zq1yt3 .framer-pdqlzr { height: var(--framer-aspect-ratio-supported, 560px); width: 560px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-aCe8g.framer-v-1408ii5.framer-1qvlay7 { gap: 0px; } .framer-aCe8g.framer-v-1408ii5.framer-1qvlay7 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-aCe8g.framer-v-1408ii5.framer-1qvlay7 > :first-child { margin-top: 0px; } .framer-aCe8g.framer-v-1408ii5.framer-1qvlay7 > :last-child { margin-bottom: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-aCe8g.framer-v-d1gwcg.framer-1qvlay7 { gap: 0px; } .framer-aCe8g.framer-v-d1gwcg.framer-1qvlay7 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-aCe8g.framer-v-d1gwcg.framer-1qvlay7 > :first-child { margin-top: 0px; } .framer-aCe8g.framer-v-d1gwcg.framer-1qvlay7 > :last-child { margin-bottom: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-aCe8g.framer-v-700jhx.framer-1qvlay7 { gap: 0px; } .framer-aCe8g.framer-v-700jhx.framer-1qvlay7 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-aCe8g.framer-v-700jhx.framer-1qvlay7 > :first-child { margin-top: 0px; } .framer-aCe8g.framer-v-700jhx.framer-1qvlay7 > :last-child { margin-bottom: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-aCe8g.framer-v-45ywqy.framer-1qvlay7 { gap: 0px; } .framer-aCe8g.framer-v-45ywqy.framer-1qvlay7 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-aCe8g.framer-v-45ywqy.framer-1qvlay7 > :first-child { margin-top: 0px; } .framer-aCe8g.framer-v-45ywqy.framer-1qvlay7 > :last-child { margin-bottom: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-aCe8g.framer-v-1ai9ap7.framer-1qvlay7 { gap: 0px; } .framer-aCe8g.framer-v-1ai9ap7.framer-1qvlay7 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-aCe8g.framer-v-1ai9ap7.framer-1qvlay7 > :first-child { margin-top: 0px; } .framer-aCe8g.framer-v-1ai9ap7.framer-1qvlay7 > :last-child { margin-bottom: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-aCe8g.framer-v-w30pug.framer-1qvlay7 { gap: 0px; } .framer-aCe8g.framer-v-w30pug.framer-1qvlay7 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-aCe8g.framer-v-w30pug.framer-1qvlay7 > :first-child { margin-top: 0px; } .framer-aCe8g.framer-v-w30pug.framer-1qvlay7 > :last-child { margin-bottom: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-aCe8g.framer-v-vuqs0c.framer-1qvlay7 { gap: 0px; } .framer-aCe8g.framer-v-vuqs0c.framer-1qvlay7 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-aCe8g.framer-v-vuqs0c.framer-1qvlay7 > :first-child { margin-top: 0px; } .framer-aCe8g.framer-v-vuqs0c.framer-1qvlay7 > :last-child { margin-bottom: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-aCe8g.framer-v-1nmj46w.framer-1qvlay7 { gap: 0px; } .framer-aCe8g.framer-v-1nmj46w.framer-1qvlay7 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-aCe8g.framer-v-1nmj46w.framer-1qvlay7 > :first-child { margin-top: 0px; } .framer-aCe8g.framer-v-1nmj46w.framer-1qvlay7 > :last-child { margin-bottom: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-aCe8g.framer-v-zht06k.framer-1qvlay7 { gap: 0px; } .framer-aCe8g.framer-v-zht06k.framer-1qvlay7 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-aCe8g.framer-v-zht06k.framer-1qvlay7 > :first-child { margin-top: 0px; } .framer-aCe8g.framer-v-zht06k.framer-1qvlay7 > :last-child { margin-bottom: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-aCe8g.framer-v-zq1yt3.framer-1qvlay7 { gap: 0px; } .framer-aCe8g.framer-v-zq1yt3.framer-1qvlay7 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-aCe8g.framer-v-zq1yt3.framer-1qvlay7 > :first-child { margin-top: 0px; } .framer-aCe8g.framer-v-zq1yt3.framer-1qvlay7 > :last-child { margin-bottom: 0px; } }\",...sharedStyle.css,'.framer-aCe8g[data-border=\"true\"]::after, .framer-aCe8g [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 16\n * @framerIntrinsicWidth 16\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"j00NQx7xu\":{\"layout\":[\"fixed\",\"fixed\"]},\"wR_njNMgE\":{\"layout\":[\"fixed\",\"fixed\"]},\"kOP70RDCc\":{\"layout\":[\"fixed\",\"fixed\"]},\"Xzo80QJRF\":{\"layout\":[\"fixed\",\"fixed\"]},\"H_UGxf4Cl\":{\"layout\":[\"fixed\",\"fixed\"]},\"OM2lWp604\":{\"layout\":[\"fixed\",\"fixed\"]},\"U3VnC65vI\":{\"layout\":[\"fixed\",\"fixed\"]},\"apNmDiRxc\":{\"layout\":[\"fixed\",\"fixed\"]},\"DCZU0xrPK\":{\"layout\":[\"fixed\",\"fixed\"]},\"MLnI1oP7a\":{\"layout\":[\"fixed\",\"fixed\"]},\"HfhhGBdV4\":{\"layout\":[\"fixed\",\"fixed\"]},\"zwtQYP9QW\":{\"layout\":[\"fixed\",\"fixed\"]},\"z6uZ0_TMQ\":{\"layout\":[\"fixed\",\"fixed\"]},\"n4peUUBaO\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerlH5wjIt15=withCSS(Component,css,\"framer-aCe8g\");export default FramerlH5wjIt15;FramerlH5wjIt15.displayName=\"master\";FramerlH5wjIt15.defaultProps={height:16,width:16};addPropertyControls(FramerlH5wjIt15,{variant:{options:[\"ao2rr03kb\",\"j00NQx7xu\",\"wR_njNMgE\",\"kOP70RDCc\",\"Xzo80QJRF\",\"H_UGxf4Cl\",\"OM2lWp604\",\"U3VnC65vI\",\"apNmDiRxc\",\"DCZU0xrPK\",\"MLnI1oP7a\",\"HfhhGBdV4\",\"zwtQYP9QW\",\"z6uZ0_TMQ\",\"n4peUUBaO\"],optionTitles:[\"default\",\"hover\",\"pressed\",\"default-404\",\"ufo-404\",\"case-01\",\"case-02\",\"case-03\",\"case-04\",\"case-05\",\"case-06\",\"case-07\",\"case-08\",\"case-09\",\"case-10\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerlH5wjIt15,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...ImageFonts,...UfoAnimationFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerlH5wjIt15\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"16\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"j00NQx7xu\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"wR_njNMgE\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"kOP70RDCc\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Xzo80QJRF\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"H_UGxf4Cl\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"OM2lWp604\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"U3VnC65vI\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"apNmDiRxc\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"DCZU0xrPK\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"MLnI1oP7a\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"HfhhGBdV4\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"zwtQYP9QW\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"z6uZ0_TMQ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"n4peUUBaO\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"16\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["fontStore", "fonts", "css", "className", "Image", "props", "image", "alt", "radius", "padding", "link", "newTab", "style", "borderOptions", "shadowOptions", "wrapperStyle", "borderAndShadow", "imageStyle", "shadowStyle", "imageSource", "u", "p", "addPropertyControls", "ControlType", "ImageWithFXWithOptimizedAppearEffect", "withOptimizedAppearEffect", "withFX", "Image2", "Image1Fonts", "getFonts", "Image", "MotionDivWithFXWithOptimizedAppearEffect", "motion", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "radiusForCorner", "value", "cornerIndex", "segments", "equals", "a", "b", "toResponsiveImage", "transition1", "animation", "animation1", "transition2", "animation2", "transition3", "animation3", "transition4", "animation4", "transition5", "animation5", "animation6", "transition6", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableEnumMap", "humanReadableVariantMap", "getProps", "aspectRatio", "border", "height", "id", "image", "radius", "width", "props", "_ref", "_ref1", "_ref2", "_humanReadableEnumMap_aspectRatio", "_ref3", "_ref4", "_humanReadableVariantMap_props_variant", "_ref5", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "qObVKf4OM", "DGQaQnwGq", "GVcXeR9pU", "ew_0KUuZC", "nIxUAhC2W", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "visible", "visible1", "visible2", "visible3", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "_GVcXeR9pU_borderBottomWidth", "_GVcXeR9pU_borderLeftWidth", "_GVcXeR9pU_borderRightWidth", "_GVcXeR9pU_borderTopWidth", "LayoutGroup", "u", "cx", "getLoadingLazyAtYPosition", "ComponentViewportProvider", "css", "FramerHeHMFAmHm", "withCSS", "HeHMFAmHm_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", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onAppearclabhk", "args", "onAppearnvaya1", "useOnVariantChange", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "css", "FramerqckbYJMOb", "withCSS", "qckbYJMOb_default", "addPropertyControls", "ControlType", "addFonts", "ImageFonts", "getFonts", "HeHMFAmHm_default", "MotionDivWithFXWithOptimizedAppearEffect", "withOptimizedAppearEffect", "withFX", "motion", "UfoAnimationFonts", "qckbYJMOb_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transformTemplate1", "_", "t", "toResponsiveImage", "value", "animation", "animation1", "QueryData", "query", "pageSize", "children", "data", "useQueryData", "Transition", "value", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "GBLbpoCs4eIiPGDgKF", "GBLbpoCs4Vs_n5AF3n", "VWucMuNgLVs_n5AF3n", "p9li6Yla0Vs_n5AF3n", "gDY4pBEmhVs_n5AF3n", "idVs_n5AF3n", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "variantClassNames", "layoutDependency", "scopingClassNames", "cx", "serializationHash", "ref1", "pe", "isDisplayed", "isDisplayed1", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "transition1", "u", "addPropertyOverrides", "transformTemplate1", "ChildrenCanSuspend", "nOv5ZBVKz_default", "collection", "paginationInfo", "loadMore", "l", "index", "PathVariablesContext", "RichText2", "Image2", "toResponsiveImage", "getLoadingLazyAtYPosition", "ComponentViewportProvider", "MotionDivWithFXWithOptimizedAppearEffect", "animation", "animation1", "HeHMFAmHm_default", "qckbYJMOb_default", "css", "FramerlH5wjIt15", "withCSS", "lH5wjIt15_default", "addPropertyControls", "ControlType", "addFonts", "ImageFonts", "UfoAnimationFonts", "getFontsFromSharedStyle", "fonts"]
}
