{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/bBLGpsHSWdAJ60eTKt2p/0KYnEvSCvDub7CBuGP56/withMouseParallax.js", "ssg:https://framerusercontent.com/modules/cTJOBr1jo3mzntSAlVlh/H4SwHjFJBQr91f3dOwf4/SxaKy92B_.js", "ssg:https://framerusercontent.com/modules/yiTFZrHyiqHaKAWm6r93/FoYd82fFxYqtsOEbplMn/P60YtaP7K.js"],
  "sourcesContent": ["import{jsx as _jsx}from\"react/jsx-runtime\";import{motion,useMotionValue,useSpring}from\"framer-motion\";import{useEffect,useRef,useState}from\"react\";export function withMouseParallax(Component){return props=>{const wrapperRef=useRef(null);const[enabled,setEnabled]=useState(false);const posX=useMotionValue(0);const posY=useMotionValue(0);const elScale=useMotionValue(0);const springValue={damping:40,mass:1,stiffness:500};const x=useSpring(posX,springValue);const y=useSpring(posY,springValue);const scale=useSpring(elScale,springValue);const offsetFactor=4;const onMouseMove=e=>{var ref;const rect=(ref=wrapperRef.current)===null||ref===void 0?void 0:ref.getBoundingClientRect();x.set((e.clientX-rect.left-rect.width/2)/offsetFactor);y.set((e.clientY-rect.top-rect.height/2)/offsetFactor);};const onMouseOver=()=>{scale.set(1);};const onMouseOut=()=>{scale.set(0);};useEffect(()=>{if(window.matchMedia(\"(pointer: fine)\").matches){setEnabled(true);}else{setEnabled(false);}});return /*#__PURE__*/ _jsx(Component,{...props,style:{...props.style},onMouseOver:enabled?onMouseOver:undefined,onMouseOut:enabled?onMouseOut:undefined,onMouseMove:enabled?onMouseMove:undefined,children:/*#__PURE__*/ _jsx(motion.div,{ref:wrapperRef,style:{pointerEvents:\"none\",x,y,scale},initial:false,children:props.children})});};}\nexport const __FramerMetadata__ = {\"exports\":{\"withMouseParallax\":{\"type\":\"reactHoc\",\"name\":\"withMouseParallax\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./withMouseParallax.map", "// Generated by Framer (c75d380)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,RichText,SVG,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{withBackdropFilter}from\"https://framerusercontent.com/modules/ujcUWkKxAUdOszjJ9uM9/dj4sFdQWuJJSXTbl8mUp/Overrides.js\";import{withMouseParallax}from\"https://framerusercontent.com/modules/bBLGpsHSWdAJ60eTKt2p/0KYnEvSCvDub7CBuGP56/withMouseParallax.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/4391JzjWuScUVCSV15rE/b6ceD9wAFUOtiOAmUIYP/eU7VI2S7e.js\";const MotionDivWithBackdropFilter=withBackdropFilter(motion.div);const MotionAWithMouseParallax=withMouseParallax(motion.a);const cycleOrder=[\"kVqnQMd7O\",\"jp98akH9u\"];const serializationHash=\"framer-QchDN\";const variantClassNames={jp98akH9u:\"framer-v-1fz1b3f\",kVqnQMd7O:\"framer-v-ej37nw\"};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 transitions={default:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"}};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const humanReadableVariantMap={Default:\"kVqnQMd7O\",Inverted:\"jp98akH9u\"};const getProps=({height,id,link,title,width,...props})=>{var _ref,_humanReadableVariantMap_props_variant,_ref1;return{...props,Hhu7verNO:(_ref=title!==null&&title!==void 0?title:props.Hhu7verNO)!==null&&_ref!==void 0?_ref:\"Read\",variant:(_ref1=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref1!==void 0?_ref1:\"kVqnQMd7O\",y7tsoCA0l:link!==null&&link!==void 0?link:props.y7tsoCA0l};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,y7tsoCA0l,Hhu7verNO,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"kVqnQMd7O\",transitions,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"jp98akH9u\")return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"jp98akH9u\")return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Transition,{value:transition,children:/*#__PURE__*/_jsx(Link,{href:y7tsoCA0l,children:/*#__PURE__*/_jsx(MotionAWithMouseParallax,{...restProps,animate:variants,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-ej37nw\",className,classNames)} framer-1avpltq`,\"data-framer-name\":\"Default\",initial:variant,layoutDependency:layoutDependency,layoutId:\"kVqnQMd7O\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({jp98akH9u:{\"data-framer-name\":\"Inverted\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-enew2x\",layoutDependency:layoutDependency,layoutId:\"WlAGBZfWM\",children:[/*#__PURE__*/_jsx(MotionDivWithBackdropFilter,{className:\"framer-143agau\",layoutDependency:layoutDependency,layoutId:\"xIIBVoH8N\",style:{borderBottomLeftRadius:30,borderBottomRightRadius:30,borderTopLeftRadius:30,borderTopRightRadius:30},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-pkh94a\",\"data-styles-preset\":\"eU7VI2S7e\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Read\"})}),className:\"framer-6lo0zp\",layoutDependency:layoutDependency,layoutId:\"lgGGr2hwV\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:Hhu7verNO,variants:{jp98akH9u:{\"--extracted-r6o4lv\":\"rgb(0, 0, 0)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({jp98akH9u:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-pkh94a\",\"data-styles-preset\":\"eU7VI2S7e\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(0, 0, 0))\"},children:\"Read\"})})}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsxs(MotionDivWithBackdropFilter,{className:\"framer-67kmed\",layoutDependency:layoutDependency,layoutId:\"AzpjOf0H6\",style:{borderBottomLeftRadius:\"50%\",borderBottomRightRadius:\"50%\",borderTopLeftRadius:\"50%\",borderTopRightRadius:\"50%\"},children:[isDisplayed()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-5l7x3f\",\"data-framer-name\":\"Arrow Light\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"MAzLRx2yB\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 16 16\"><path d=\"M 13.7 4.355 L 13.7 12.459 L 1.4 0 L 0 1.418 L 12 13.674 L 4.1 13.674 L 4.1 15.7 L 15.7 15.7 L 15.7 4.355 Z\" fill=\"hsl(0, 0%, 100%)\"></path></svg>',svgContentId:4256879659,withExternalLayout:true}),isDisplayed1()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-abtdfc\",\"data-framer-name\":\"Arrow Dark\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"tGn962FV1\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 16 16\"><path d=\"M 13.7 4.355 L 13.7 12.459 L 1.4 0 L 0 1.418 L 12 13.674 L 4.1 13.674 L 4.1 15.7 L 15.7 15.7 L 15.7 4.355 Z\" fill=\"rgb(0,0,0)\"></path></svg>',svgContentId:349945251,withExternalLayout:true,...addPropertyOverrides({jp98akH9u:{svgContentId:772697992}},baseVariant,gestureVariant)})]})]})})})})});});const css=['.framer-QchDN[data-border=\"true\"]::after, .framer-QchDN [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; }',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-QchDN.framer-1avpltq, .framer-QchDN .framer-1avpltq { display: block; }\",\".framer-QchDN.framer-ej37nw { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px 0px 0px 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-QchDN .framer-enew2x { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\",\".framer-QchDN .framer-143agau { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: auto; justify-content: center; overflow: hidden; padding: 4px 16px 4px 16px; position: relative; width: auto; will-change: var(--framer-will-change-override, transform); }\",\".framer-QchDN .framer-6lo0zp { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-QchDN .framer-67kmed { align-content: center; align-items: center; aspect-ratio: 1 / 1; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: var(--framer-aspect-ratio-supported, 40px); justify-content: center; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 40px; }\",\".framer-QchDN .framer-5l7x3f, .framer-QchDN .framer-abtdfc { flex: none; height: 16px; position: relative; width: 16px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-QchDN.framer-ej37nw, .framer-QchDN .framer-enew2x, .framer-QchDN .framer-143agau, .framer-QchDN .framer-67kmed { gap: 0px; } .framer-QchDN.framer-ej37nw > *, .framer-QchDN .framer-enew2x > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-QchDN.framer-ej37nw > :first-child, .framer-QchDN .framer-enew2x > :first-child { margin-left: 0px; } .framer-QchDN.framer-ej37nw > :last-child, .framer-QchDN .framer-enew2x > :last-child { margin-right: 0px; } .framer-QchDN .framer-143agau > *, .framer-QchDN .framer-67kmed > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-QchDN .framer-143agau > :first-child, .framer-QchDN .framer-67kmed > :first-child { margin-top: 0px; } .framer-QchDN .framer-143agau > :last-child, .framer-QchDN .framer-67kmed > :last-child { margin-bottom: 0px; } }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 41\n * @framerIntrinsicWidth 156\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"jp98akH9u\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"y7tsoCA0l\":\"link\",\"Hhu7verNO\":\"title\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n */const FramerSxaKy92B_=withCSS(Component,css,\"framer-QchDN\");export default FramerSxaKy92B_;FramerSxaKy92B_.displayName=\"CTA\";FramerSxaKy92B_.defaultProps={height:41,width:156};addPropertyControls(FramerSxaKy92B_,{variant:{options:[\"kVqnQMd7O\",\"jp98akH9u\"],optionTitles:[\"Default\",\"Inverted\"],title:\"Variant\",type:ControlType.Enum},y7tsoCA0l:{title:\"Link\",type:ControlType.Link},Hhu7verNO:{defaultValue:\"Read\",displayTextArea:false,title:\"Title\",type:ControlType.String}});addFonts(FramerSxaKy92B_,[...sharedStyle.fonts]);\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerSxaKy92B_\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"156\",\"framerVariables\":\"{\\\"y7tsoCA0l\\\":\\\"link\\\",\\\"Hhu7verNO\\\":\\\"title\\\"}\",\"framerIntrinsicHeight\":\"41\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"jp98akH9u\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./SxaKy92B_.map", "// Generated by Framer (c75d380)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFonts,getPropertyControls,Image,RichText,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Video}from\"https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/TO50RZfUZkMws8Mz1efr/Video.js\";import{withScaleOnload}from\"https://framerusercontent.com/modules/ujcUWkKxAUdOszjJ9uM9/dj4sFdQWuJJSXTbl8mUp/Overrides.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/64Qlg9DzSgeeIVZgtH94/e4qbbCNmwJJzXtrAlArG/QiDr8NhVa.js\";import CTA from\"https://framerusercontent.com/modules/cTJOBr1jo3mzntSAlVlh/H4SwHjFJBQr91f3dOwf4/SxaKy92B_.js\";const ImageWithScaleOnload=withScaleOnload(Image);const VideoFonts=getFonts(Video);const CTAFonts=getFonts(CTA);const VideoControls=getPropertyControls(Video);const cycleOrder=[\"IGSuVydNG\"];const serializationHash=\"framer-PiMoy\";const variantClassNames={IGSuVydNG:\"framer-v-231n6t\"};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 transitions={default:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"}};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const toImageSrc=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value.src;}return typeof value===\"string\"?value:undefined;};const isSet=value=>{return value!==undefined&&value!==null&&value!==\"\";};const negate=value=>{return!value;};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 getProps=({cTAInverted,cTALabel,height,id,image,link,meta,showVideo,title,video,width,...props})=>{var _ref,_ref1,_ref2,_ref3;return{...props,ddQMkdkdo:(_ref=image!==null&&image!==void 0?image:props.ddQMkdkdo)!==null&&_ref!==void 0?_ref:{src:\"https://framerusercontent.com/images/ohzWl3iZdQMvnQWR6kmJg5rZm7Y.jpg?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/ohzWl3iZdQMvnQWR6kmJg5rZm7Y.jpg?scale-down-to=512 512w, https://framerusercontent.com/images/ohzWl3iZdQMvnQWR6kmJg5rZm7Y.jpg?scale-down-to=1024 1024w, https://framerusercontent.com/images/ohzWl3iZdQMvnQWR6kmJg5rZm7Y.jpg?scale-down-to=2048 2048w, https://framerusercontent.com/images/ohzWl3iZdQMvnQWR6kmJg5rZm7Y.jpg?scale-down-to=4096 4096w, https://framerusercontent.com/images/ohzWl3iZdQMvnQWR6kmJg5rZm7Y.jpg 4896w\"},G6300ScRf:link!==null&&link!==void 0?link:props.G6300ScRf,H2POhTSwb:showVideo!==null&&showVideo!==void 0?showVideo:props.H2POhTSwb,oEYvl36ZQ:(_ref1=meta!==null&&meta!==void 0?meta:props.oEYvl36ZQ)!==null&&_ref1!==void 0?_ref1:\"Meta\",pedAo6Ikh:(_ref2=title!==null&&title!==void 0?title:props.pedAo6Ikh)!==null&&_ref2!==void 0?_ref2:\"Title\",qd10VzCH_:cTAInverted!==null&&cTAInverted!==void 0?cTAInverted:props.qd10VzCH_,TEW6XRezz:(_ref3=cTALabel!==null&&cTALabel!==void 0?cTALabel:props.TEW6XRezz)!==null&&_ref3!==void 0?_ref3:\"Read\",X3t6ClaxR:video!==null&&video!==void 0?video:props.X3t6ClaxR};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,ddQMkdkdo,pedAo6Ikh,oEYvl36ZQ,G6300ScRf,X3t6ClaxR,TEW6XRezz,qd10VzCH_,H2POhTSwb,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"IGSuVydNG\",transitions,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const visible=isSet(G6300ScRf);const visible1=negate(qd10VzCH_);const visible2=isSet(pedAo6Ikh);const visible3=isSet(oEYvl36ZQ);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Transition,{value:transition,children:/*#__PURE__*/_jsx(motion.div,{...restProps,animate:variants,className:cx(serializationHash,...sharedStyleClassNames,\"framer-231n6t\",className,classNames),\"data-framer-name\":\"Default\",initial:variant,layoutDependency:layoutDependency,layoutId:\"IGSuVydNG\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-102kiqg\",layoutDependency:layoutDependency,layoutId:\"NJAHtqTla\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1l3zkwk\",layoutDependency:layoutDependency,layoutId:\"QV6JcR1oL\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-11ljhb2\",\"data-framer-name\":\"Image\",layoutDependency:layoutDependency,layoutId:\"yrQ1ns_pp\",children:/*#__PURE__*/_jsx(ImageWithScaleOnload,{background:{alt:\"\",fit:\"fill\",sizes:\"min(min(900px, 100vw), min(900px, 100vw))\",...toResponsiveImage(ddQMkdkdo)},className:\"framer-jslssk\",\"data-framer-name\":\"Scale Image\",layoutDependency:layoutDependency,layoutId:\"Rwr6X8jtJ\"})}),H2POhTSwb&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1wqddo9-container\",layoutDependency:layoutDependency,layoutId:\"dAaeu95eY-container\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"dAaeu95eY\",isMixedBorderRadius:false,layoutId:\"dAaeu95eY\",loop:true,muted:true,objectFit:\"cover\",playing:true,poster:toImageSrc(ddQMkdkdo),posterEnabled:true,srcFile:X3t6ClaxR,srcType:\"Upload\",srcUrl:\"https://assets.mixkit.co/videos/preview/mixkit-ice-cream-glass-of-red-soda-5094-small.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})}),visible&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1awizxf\",layoutDependency:layoutDependency,layoutId:\"YalxF9CkF\",children:[qd10VzCH_&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-rdn8q-container\",layoutDependency:layoutDependency,layoutId:\"TtMFUrEjY-container\",children:/*#__PURE__*/_jsx(CTA,{height:\"100%\",Hhu7verNO:TEW6XRezz,id:\"TtMFUrEjY\",layoutId:\"TtMFUrEjY\",style:{height:\"100%\",width:\"100%\"},variant:\"jp98akH9u\",width:\"100%\",y7tsoCA0l:G6300ScRf})}),visible1&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-sdmeks-container\",layoutDependency:layoutDependency,layoutId:\"aAGOaZrVH-container\",children:/*#__PURE__*/_jsx(CTA,{height:\"100%\",Hhu7verNO:TEW6XRezz,id:\"aAGOaZrVH\",layoutId:\"aAGOaZrVH\",style:{height:\"100%\",width:\"100%\"},variant:\"kVqnQMd7O\",width:\"100%\",y7tsoCA0l:G6300ScRf})})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-qix8vw\",layoutDependency:layoutDependency,layoutId:\"McOBl1wcE\",children:[visible2&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1nt5qnl\",layoutDependency:layoutDependency,layoutId:\"ejmRXu3nu\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-mcv18p\",\"data-styles-preset\":\"QiDr8NhVa\",children:\"Title\"})}),className:\"framer-ld6eri\",layoutDependency:layoutDependency,layoutId:\"u6flbFolQ\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:pedAo6Ikh,verticalAlignment:\"top\",withExternalLayout:true})}),visible3&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1x83xnx\",layoutDependency:layoutDependency,layoutId:\"A_LCH9U3i\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-mcv18p\",\"data-styles-preset\":\"QiDr8NhVa\",style:{\"--framer-text-alignment\":\"right\"},children:\"Meta\"})}),className:\"framer-vb7i81\",layoutDependency:layoutDependency,layoutId:\"yAjEivWuy\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:oEYvl36ZQ,verticalAlignment:\"top\",withExternalLayout:true})})]})]})})})});});const css=['.framer-PiMoy[data-border=\"true\"]::after, .framer-PiMoy [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; }',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-PiMoy.framer-1i510ek, .framer-PiMoy .framer-1i510ek { display: block; }\",\".framer-PiMoy.framer-231n6t { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 900px; }\",\".framer-PiMoy .framer-102kiqg { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: flex-start; max-width: 100%; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-PiMoy .framer-1l3zkwk { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-PiMoy .framer-11ljhb2 { aspect-ratio: 1.5 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 133px); overflow: hidden; position: relative; width: 100%; z-index: 1; }\",\".framer-PiMoy .framer-jslssk { flex: none; height: 100%; left: calc(50.00000000000002% - 100% / 2); overflow: visible; position: absolute; top: calc(50.00000000000002% - 100% / 2); width: 100%; z-index: 1; }\",\".framer-PiMoy .framer-1wqddo9-container { flex: none; height: 101%; left: -1px; position: absolute; top: -1px; width: 101%; z-index: 1; }\",\".framer-PiMoy .framer-1awizxf { flex: none; height: 100%; left: 0px; overflow: hidden; position: absolute; top: 0px; width: 100%; z-index: 1; }\",\".framer-PiMoy .framer-rdn8q-container, .framer-PiMoy .framer-sdmeks-container { flex: none; height: 100%; left: 0px; position: absolute; top: 0px; width: 100%; }\",\".framer-PiMoy .framer-qix8vw { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-PiMoy .framer-1nt5qnl { align-content: flex-start; align-items: flex-start; display: flex; flex: 0.65 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 1px; }\",\".framer-PiMoy .framer-ld6eri, .framer-PiMoy .framer-vb7i81 { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-PiMoy .framer-1x83xnx { align-content: flex-start; align-items: flex-start; display: flex; flex: 0.35 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 1px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-PiMoy.framer-231n6t, .framer-PiMoy .framer-102kiqg, .framer-PiMoy .framer-1l3zkwk, .framer-PiMoy .framer-qix8vw, .framer-PiMoy .framer-1nt5qnl, .framer-PiMoy .framer-1x83xnx { gap: 0px; } .framer-PiMoy.framer-231n6t > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-PiMoy.framer-231n6t > :first-child, .framer-PiMoy .framer-102kiqg > :first-child, .framer-PiMoy .framer-1l3zkwk > :first-child { margin-top: 0px; } .framer-PiMoy.framer-231n6t > :last-child, .framer-PiMoy .framer-102kiqg > :last-child, .framer-PiMoy .framer-1l3zkwk > :last-child { margin-bottom: 0px; } .framer-PiMoy .framer-102kiqg > * { margin: 0px; margin-bottom: calc(15px / 2); margin-top: calc(15px / 2); } .framer-PiMoy .framer-1l3zkwk > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-PiMoy .framer-qix8vw > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } .framer-PiMoy .framer-qix8vw > :first-child, .framer-PiMoy .framer-1nt5qnl > :first-child, .framer-PiMoy .framer-1x83xnx > :first-child { margin-left: 0px; } .framer-PiMoy .framer-qix8vw > :last-child, .framer-PiMoy .framer-1nt5qnl > :last-child, .framer-PiMoy .framer-1x83xnx > :last-child { margin-right: 0px; } .framer-PiMoy .framer-1nt5qnl > *, .framer-PiMoy .framer-1x83xnx > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 628\n * @framerIntrinsicWidth 900\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"ddQMkdkdo\":\"image\",\"pedAo6Ikh\":\"title\",\"oEYvl36ZQ\":\"meta\",\"G6300ScRf\":\"link\",\"X3t6ClaxR\":\"video\",\"TEW6XRezz\":\"cTALabel\",\"qd10VzCH_\":\"cTAInverted\",\"H2POhTSwb\":\"showVideo\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n */const FramerP60YtaP7K=withCSS(Component,css,\"framer-PiMoy\");export default FramerP60YtaP7K;FramerP60YtaP7K.displayName=\"Teaser\";FramerP60YtaP7K.defaultProps={height:628,width:900};addPropertyControls(FramerP60YtaP7K,{ddQMkdkdo:{__defaultAssetReference:\"data:framer/asset-reference,ohzWl3iZdQMvnQWR6kmJg5rZm7Y.jpg?originalFilename=photo-1507166763745-bfe008fbb831%3Fcrop%3Dentropy%26cs%3Dsrgb%26fm%3Djpg%26ixid%3DM3wxMzc5NjJ8MHwxfHNlYXJjaHwxMXx8b2NlYW58ZW58MHx8fHwxNjkxMDk0NTIwfDA%26ixlib%3Drb-4.0.jpg&preferredSize=auto\",title:\"Image\",type:ControlType.ResponsiveImage},pedAo6Ikh:{defaultValue:\"Title\",title:\"Title\",type:ControlType.String},oEYvl36ZQ:{defaultValue:\"Meta\",title:\"Meta\",type:ControlType.String},G6300ScRf:{title:\"Link\",type:ControlType.Link},X3t6ClaxR:(VideoControls===null||VideoControls===void 0?void 0:VideoControls[\"srcFile\"])&&{...VideoControls[\"srcFile\"],__defaultAssetReference:\"\",description:undefined,hidden:undefined,title:\"Video\"},TEW6XRezz:{defaultValue:\"Read\",displayTextArea:false,title:\"CTA Label\",type:ControlType.String},qd10VzCH_:{defaultValue:false,title:\"CTA Inverted\",type:ControlType.Boolean},H2POhTSwb:{defaultValue:false,title:\"Show Video\",type:ControlType.Boolean}});addFonts(FramerP60YtaP7K,[...VideoFonts,...CTAFonts,...sharedStyle.fonts]);\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerP60YtaP7K\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"900\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerVariables\":\"{\\\"ddQMkdkdo\\\":\\\"image\\\",\\\"pedAo6Ikh\\\":\\\"title\\\",\\\"oEYvl36ZQ\\\":\\\"meta\\\",\\\"G6300ScRf\\\":\\\"link\\\",\\\"X3t6ClaxR\\\":\\\"video\\\",\\\"TEW6XRezz\\\":\\\"cTALabel\\\",\\\"qd10VzCH_\\\":\\\"cTAInverted\\\",\\\"H2POhTSwb\\\":\\\"showVideo\\\"}\",\"framerIntrinsicHeight\":\"628\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./P60YtaP7K.map"],
  "mappings": "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",
  "names": ["withMouseParallax", "Component", "props", "wrapperRef", "pe", "enabled", "setEnabled", "ye", "posX", "useMotionValue", "posY", "elScale", "springValue", "x", "useSpring", "y", "scale", "offsetFactor", "onMouseMove", "e", "ref", "rect", "onMouseOver", "onMouseOut", "ue", "window", "p", "motion", "MotionDivWithBackdropFilter", "withBackdropFilter", "motion", "MotionAWithMouseParallax", "withMouseParallax", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transitions", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "humanReadableVariantMap", "getProps", "height", "id", "link", "title", "width", "props", "_ref", "_humanReadableVariantMap_props_variant", "_ref1", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "y7tsoCA0l", "Hhu7verNO", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "isDisplayed", "isDisplayed1", "defaultLayoutId", "ae", "LayoutGroup", "Link", "cx", "u", "RichText", "x", "SVG", "css", "FramerSxaKy92B_", "withCSS", "SxaKy92B_default", "addPropertyControls", "ControlType", "addFonts", "fonts", "ImageWithScaleOnload", "withScaleOnload", "Image2", "VideoFonts", "getFonts", "Video", "CTAFonts", "SxaKy92B_default", "VideoControls", "getPropertyControls", "cycleOrder", "serializationHash", "variantClassNames", "transitions", "toResponsiveImage", "value", "toImageSrc", "isSet", "negate", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "getProps", "cTAInverted", "cTALabel", "height", "id", "image", "link", "meta", "showVideo", "title", "video", "width", "props", "_ref", "_ref1", "_ref2", "_ref3", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "ddQMkdkdo", "pedAo6Ikh", "oEYvl36ZQ", "G6300ScRf", "X3t6ClaxR", "TEW6XRezz", "qd10VzCH_", "H2POhTSwb", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "variantClassNames", "layoutDependency", "ref1", "pe", "visible", "visible1", "visible2", "visible3", "defaultLayoutId", "ae", "sharedStyleClassNames", "LayoutGroup", "motion", "cx", "serializationHash", "u", "ImageWithScaleOnload", "Video", "SxaKy92B_default", "RichText", "x", "css", "FramerP60YtaP7K", "withCSS", "P60YtaP7K_default", "addPropertyControls", "ControlType", "VideoControls", "addFonts", "VideoFonts", "CTAFonts", "fonts"]
}
