{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/8mKLTWFFyec31Yrq3te0/R3bxxbavLsWNs5OuM6NY/Parallax.js", "ssg:https://framerusercontent.com/modules/JEEbk6dE05tzPOjKxM7f/W09OxQ4XNU2cfcfFt9iD/nIsbgbU2p.js"],
  "sourcesContent": ["import{jsx as _jsx}from\"react/jsx-runtime\";import{useEffect,useRef}from\"react\";import{useMotionValue,useSpring,useInView}from\"framer-motion\";const withIntensity=(Component,maxDistancePercentage,maxOffsetX,maxOffsetY)=>{const SPRING_CONFIG={damping:100,stiffness:400};return props=>{const x=useMotionValue(0);const y=useMotionValue(0);const ref=useRef(null);const springX=useSpring(x,SPRING_CONFIG);const springY=useSpring(y,SPRING_CONFIG);const isInView=useInView(ref);useEffect(()=>{if(!isInView){x.set(0);y.set(0);}},[isInView]);useEffect(()=>{const calculateDistance=e=>{if(ref.current&&isInView){const rect=ref.current.getBoundingClientRect();const centerX=rect.left+rect.width/2;const centerY=rect.top+rect.height/2;let distanceX=e.clientX-centerX;let distanceY=e.clientY-centerY;distanceX=Math.max(Math.min(distanceX,maxOffsetX),-maxOffsetX);distanceY=Math.max(Math.min(distanceY,maxOffsetY),-maxOffsetY);x.set(distanceX*(maxDistancePercentage/100));y.set(distanceY*(maxDistancePercentage/100));}};document.addEventListener(\"mousemove\",calculateDistance);return()=>{document.removeEventListener(\"mousemove\",calculateDistance);};},[ref,isInView,maxOffsetX,maxOffsetY]);return /*#__PURE__*/_jsx(Component,{...props,ref:ref,style:{x:springX,y:springY}});};};export const withIntensity10=Component=>withIntensity(Component,10,400,2e3);export const withIntensity5=Component=>withIntensity(Component,5,2e3,2e3);export const withIntensity1=Component=>withIntensity(Component,1,2e3,2e3);\nexport const __FramerMetadata__ = {\"exports\":{\"withIntensity10\":{\"type\":\"reactHoc\",\"name\":\"withIntensity10\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withIntensity5\":{\"type\":\"reactHoc\",\"name\":\"withIntensity5\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withIntensity1\":{\"type\":\"reactHoc\",\"name\":\"withIntensity1\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Parallax.map", "// Generated by Framer (508aa67)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,Image,Link,RichText,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{ColoredGraphic}from\"https://framerusercontent.com/modules/UduG2XNyUYYV9nlJOjeK/BEh1BSALgPEWsXw6jmfd/Colored_Graphics.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/EfFbTnLzSUugBx5ikeCL/SIqGcRBkNw4TZ5DnYSdQ/NqOGfGbh5.js\";const ColoredGraphicFonts=getFonts(ColoredGraphic);const enabledGestures={TzK8jTInO:{hover:true}};const cycleOrder=[\"TzK8jTInO\"];const serializationHash=\"framer-oA86i\";const variantClassNames={TzK8jTInO:\"framer-v-1tbvj1\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:14,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 Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const getProps=({exclamationColor,height,icon,id,link,newTab,showExclamations,text,width,...props})=>{var _ref,_ref1,_ref2,_ref3;return{...props,a66FbnUP5:(_ref=exclamationColor!==null&&exclamationColor!==void 0?exclamationColor:props.a66FbnUP5)!==null&&_ref!==void 0?_ref:\"var(--token-e57aaabb-d62d-4658-9e9f-d12fd4023885, rgb(28, 140, 132))\",dHnD34I1j:(_ref1=icon!==null&&icon!==void 0?icon:props.dHnD34I1j)!==null&&_ref1!==void 0?_ref1:{src:\"https://framerusercontent.com/images/XpGvthSNzunUXiPh7ihK39s3I.svg\"},N_nrwP8jB:link!==null&&link!==void 0?link:props.N_nrwP8jB,P3FsJqfEc:(_ref2=showExclamations!==null&&showExclamations!==void 0?showExclamations:props.P3FsJqfEc)!==null&&_ref2!==void 0?_ref2:true,UvesII2Yc:(_ref3=text!==null&&text!==void 0?text:props.UvesII2Yc)!==null&&_ref3!==void 0?_ref3:\"play now\",WgCfgzvBq:newTab!==null&&newTab!==void 0?newTab:props.WgCfgzvBq};};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,dHnD34I1j,UvesII2Yc,a66FbnUP5,P3FsJqfEc,N_nrwP8jB,WgCfgzvBq,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"TzK8jTInO\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:N_nrwP8jB,openInNewTab:WgCfgzvBq,smoothScroll:true,children:/*#__PURE__*/_jsxs(motion.a,{...restProps,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-1tbvj1\",className,classNames)} framer-b1w005`,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"TzK8jTInO\",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({\"TzK8jTInO-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:[P3FsJqfEc&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-wa1b01\",\"data-framer-name\":\"Exclamation\",layoutDependency:layoutDependency,layoutId:\"m5JDHhsVL\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1xnbhiz-container\",layoutDependency:layoutDependency,layoutId:\"vtoTEw01o-container\",children:/*#__PURE__*/_jsx(ColoredGraphic,{height:\"100%\",id:\"vtoTEw01o\",layoutId:\"vtoTEw01o\",shapeName:\"buttonExclamation2\",style:{height:\"100%\",width:\"100%\"},tint:a66FbnUP5,width:\"100%\"})})})}),P3FsJqfEc&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-fsy9b8\",\"data-framer-name\":\"Exclamation\",layoutDependency:layoutDependency,layoutId:\"yntTnvgGH\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1689hty-container\",layoutDependency:layoutDependency,layoutId:\"GPp1fBe9D-container\",children:/*#__PURE__*/_jsx(ColoredGraphic,{height:\"100%\",id:\"GPp1fBe9D\",layoutId:\"GPp1fBe9D\",shapeName:\"buttonExclamation3\",style:{height:\"100%\",width:\"100%\"},tint:a66FbnUP5,width:\"100%\"})})})}),P3FsJqfEc&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-ur3i1a\",\"data-framer-name\":\"Exclamation\",layoutDependency:layoutDependency,layoutId:\"LnDDLtprO\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-uxnct8-container\",layoutDependency:layoutDependency,layoutId:\"jHQpRwQUe-container\",children:/*#__PURE__*/_jsx(ColoredGraphic,{height:\"100%\",id:\"jHQpRwQUe\",layoutId:\"jHQpRwQUe\",shapeName:\"buttonExclamation1\",style:{height:\"100%\",width:\"100%\"},tint:a66FbnUP5,width:\"100%\"})})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1m16xzp\",\"data-framer-name\":\"Button Body\",layoutDependency:layoutDependency,layoutId:\"LJcp7fplB\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1agdc81\",layoutDependency:layoutDependency,layoutId:\"bh1kRwi3g\",style:{backgroundColor:\"var(--token-749a5731-6dae-48db-9880-c35a2b99e50d, rgb(73, 211, 175))\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-ur0hzm\",\"data-framer-name\":\"Exclamation\",layoutDependency:layoutDependency,layoutId:\"Qz1V99OCw\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-v356xy\",\"data-framer-name\":\"Exclamation\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:101,intrinsicWidth:29,layoutDependency:layoutDependency,layoutId:\"bMHUjg5gt\",svg:'<svg width=\"29\" height=\"101\" viewBox=\"0 0 29 101\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g opacity=\"0.4\">\\n<circle cx=\"12.8026\" cy=\"88.4268\" r=\"11.1952\" transform=\"rotate(2.69297 12.8026 88.4268)\" fill=\"#1C8C84\"/>\\n<path d=\"M5.79695 70.485C5.26292 70.4599 4.8431 70.0192 4.84394 69.4845L4.95193 1.0443C4.95283 0.474195 5.42944 0.020199 5.99892 0.0469849L27.478 1.05727C28.0452 1.08395 28.4764 1.57707 28.4272 2.14281L22.4987 70.3093C22.4522 70.8441 21.9917 71.2468 21.4555 71.2215L5.79695 70.485Z\" fill=\"#1C8C84\"/>\\n</g>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1cevx39\",\"data-framer-name\":\"Exclamation\",layoutDependency:layoutDependency,layoutId:\"FwnjcIFWO\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-walz1l\",\"data-framer-name\":\"Exclamation\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:82,intrinsicWidth:28,layoutDependency:layoutDependency,layoutId:\"V4Jx50Ry4\",svg:'<svg width=\"28\" height=\"82\" viewBox=\"0 0 28 82\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g opacity=\"0.4\">\\n<circle cx=\"11.1614\" cy=\"71.5947\" r=\"9.03333\" transform=\"rotate(5.99925 11.1614 71.5947)\" fill=\"#1C8C84\"/>\\n<path d=\"M6.53647 56.8347C6.00477 56.7788 5.61106 56.3146 5.64274 55.7809L8.89179 1.03979C8.92556 0.470686 9.42756 0.0449326 9.99454 0.104518L26.8492 1.87579C27.4139 1.93514 27.816 2.45231 27.7343 3.01427L19.842 57.2674C19.7647 57.7987 19.2817 58.1741 18.7479 58.118L6.53647 56.8347Z\" fill=\"#1C8C84\"/>\\n</g>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1o48b89\",\"data-framer-name\":\"Exclamation\",layoutDependency:layoutDependency,layoutId:\"hYo1ZntgU\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1y5ce56\",\"data-framer-name\":\"Exclamation\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:85,intrinsicWidth:28,layoutDependency:layoutDependency,layoutId:\"MmWhoGSe5\",svg:'<svg width=\"28\" height=\"85\" viewBox=\"0 0 28 85\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g opacity=\"0.4\">\\n<circle cx=\"16.8987\" cy=\"73.9333\" r=\"9.33589\" transform=\"rotate(-5.29911 16.8987 73.9333)\" fill=\"#1C8C84\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.01357 29.771C4.48513 29.8658 4.12586 30.361 4.19967 30.8927L8.10846 59.0558C8.18195 59.5854 8.65897 59.9635 9.19132 59.9141L21.8909 58.7362C22.4254 58.6866 22.8254 58.2238 22.7971 57.6878L21.2303 28.0038C21.1986 27.403 20.6473 26.966 20.0551 27.0722L5.01357 29.771ZM3.53595 26.1106C3.62296 26.7375 4.26312 27.1269 4.85983 26.9159L20.1694 21.5024C20.5872 21.3546 20.858 20.9495 20.8346 20.5069L19.807 1.0391C19.7771 0.472011 19.2815 0.0436336 18.716 0.0960795L1.2062 1.72014C0.638525 1.7728 0.229672 2.28865 0.308046 2.85334L3.53595 26.1106Z\" fill=\"#1C8C84\"/>\\n</g>\\n</svg>\\n',withExternalLayout:true})})]}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:24,pixelWidth:24,sizes:\"24px\",...toResponsiveImage(dHnD34I1j)},className:\"framer-bjdfsp\",\"data-framer-name\":\"Icon\",layoutDependency:layoutDependency,layoutId:\"YRBGTBVvz\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-6ww4nr\",\"data-styles-preset\":\"NqOGfGbh5\",children:\"play now\"})}),className:\"framer-lfjz65\",\"data-framer-name\":\"play now\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"buEPBBrVE\",style:{\"--framer-paragraph-spacing\":\"0px\"},text:UvesII2Yc,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-jobf3l\",\"data-framer-name\":\"graphic\",fill:\"black\",intrinsicHeight:25,intrinsicWidth:24,layoutDependency:layoutDependency,layoutId:\"GGtHOwxQG\",svg:'<svg width=\"24\" height=\"25\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M10.14 16.5a20.361 20.361 0 0 0 3.893-3.702.472.472 0 0 0 0-.596A20.36 20.36 0 0 0 10.14 8.5\" stroke=\"#0A0549\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg>',withExternalLayout:true})]})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-oA86i.framer-b1w005, .framer-oA86i .framer-b1w005 { display: block; }\",\".framer-oA86i.framer-1tbvj1 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-oA86i .framer-wa1b01, .framer-oA86i .framer-ur0hzm { flex: none; height: 101px; overflow: hidden; position: absolute; right: 21px; top: -29px; width: 29px; }\",\".framer-oA86i .framer-1xnbhiz-container, .framer-oA86i .framer-v356xy, .framer-oA86i .framer-walz1l, .framer-oA86i .framer-1y5ce56 { bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-oA86i .framer-fsy9b8, .framer-oA86i .framer-1cevx39 { flex: none; height: 82px; overflow: hidden; position: absolute; right: -10px; top: -12px; width: 28px; }\",\".framer-oA86i .framer-1689hty-container { flex: none; height: 82px; left: 0px; position: absolute; top: 0px; width: 28px; }\",\".framer-oA86i .framer-ur3i1a, .framer-oA86i .framer-1o48b89 { flex: none; height: 85px; left: -10px; overflow: hidden; position: absolute; top: -15px; width: 28px; }\",\".framer-oA86i .framer-uxnct8-container { flex: none; height: 85px; left: 0px; position: absolute; top: 0px; width: 28px; }\",\".framer-oA86i .framer-1m16xzp { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: center; overflow: visible; padding: 16px; position: relative; width: min-content; }\",\".framer-oA86i .framer-1agdc81 { bottom: 0px; flex: none; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; will-change: var(--framer-will-change-override, transform); }\",\".framer-oA86i .framer-bjdfsp { -webkit-user-select: none; aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 24px); overflow: visible; position: relative; user-select: none; width: 24px; }\",\".framer-oA86i .framer-lfjz65 { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-oA86i .framer-jobf3l { aspect-ratio: 0.96 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 25px); position: relative; width: 24px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-oA86i.framer-1tbvj1, .framer-oA86i .framer-1m16xzp { gap: 0px; } .framer-oA86i.framer-1tbvj1 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-oA86i.framer-1tbvj1 > :first-child, .framer-oA86i .framer-1m16xzp > :first-child { margin-left: 0px; } .framer-oA86i.framer-1tbvj1 > :last-child, .framer-oA86i .framer-1m16xzp > :last-child { margin-right: 0px; } .framer-oA86i .framer-1m16xzp > * { margin: 0px; margin-left: calc(48px / 2); margin-right: calc(48px / 2); } }\",\".framer-oA86i.framer-v-1tbvj1.hover .framer-1agdc81 { bottom: -4px; left: -16px; right: -16px; top: -4px; }\",\".framer-oA86i.framer-v-1tbvj1.hover .framer-ur0hzm { right: 37px; top: -25px; }\",\".framer-oA86i.framer-v-1tbvj1.hover .framer-1cevx39 { right: 6px; top: -8px; }\",\".framer-oA86i.framer-v-1tbvj1.hover .framer-1o48b89 { left: 6px; top: -11px; }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 59\n * @framerIntrinsicWidth 258\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"g7rZxFBE4\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"dHnD34I1j\":\"icon\",\"UvesII2Yc\":\"text\",\"a66FbnUP5\":\"exclamationColor\",\"P3FsJqfEc\":\"showExclamations\",\"N_nrwP8jB\":\"link\",\"WgCfgzvBq\":\"newTab\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramernIsbgbU2p=withCSS(Component,css,\"framer-oA86i\");export default FramernIsbgbU2p;FramernIsbgbU2p.displayName=\"Button\";FramernIsbgbU2p.defaultProps={height:59,width:258};addPropertyControls(FramernIsbgbU2p,{dHnD34I1j:{__defaultAssetReference:\"data:framer/asset-reference,XpGvthSNzunUXiPh7ihK39s3I.svg?originalFilename=play-big.svg&preferredSize=auto\",title:\"Icon\",type:ControlType.ResponsiveImage},UvesII2Yc:{defaultValue:\"play now\",displayTextArea:false,title:\"Text\",type:ControlType.String},a66FbnUP5:{defaultValue:'var(--token-e57aaabb-d62d-4658-9e9f-d12fd4023885, rgb(28, 140, 132)) /* {\"name\":\"Rose/Accent\"} */',title:\"Exclamation Color\",type:ControlType.Color},P3FsJqfEc:{defaultValue:true,title:\"Show Exclamations\",type:ControlType.Boolean},N_nrwP8jB:{title:\"Link\",type:ControlType.Link},WgCfgzvBq:{defaultValue:false,title:\"New Tab\",type:ControlType.Boolean}});addFonts(FramernIsbgbU2p,[{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://app.framerstatic.com/Inter-Regular.cyrillic-ext-CFTLRB35.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://app.framerstatic.com/Inter-Regular.cyrillic-KKLZBALH.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-ext-ULEBLIFV.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-IRHSNFQB.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://app.framerstatic.com/Inter-Regular.latin-ext-VZDUGU3Q.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://app.framerstatic.com/Inter-Regular.latin-JLQMKCHE.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://app.framerstatic.com/Inter-Regular.vietnamese-QK7VSWXK.woff2\",weight:\"400\"}]},...ColoredGraphicFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramernIsbgbU2p\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"dHnD34I1j\\\":\\\"icon\\\",\\\"UvesII2Yc\\\":\\\"text\\\",\\\"a66FbnUP5\\\":\\\"exclamationColor\\\",\\\"P3FsJqfEc\\\":\\\"showExclamations\\\",\\\"N_nrwP8jB\\\":\\\"link\\\",\\\"WgCfgzvBq\\\":\\\"newTab\\\"}\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"258\",\"framerIntrinsicHeight\":\"59\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"g7rZxFBE4\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./nIsbgbU2p.map"],
  "mappings": "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",
  "names": ["withIntensity", "Component", "maxDistancePercentage", "maxOffsetX", "maxOffsetY", "SPRING_CONFIG", "props", "x", "useMotionValue", "y", "ref", "pe", "springX", "useSpring", "springY", "isInView", "useInView", "ue", "calculateDistance", "e", "rect", "centerX", "centerY", "distanceX", "distanceY", "p", "withIntensity5", "Component", "withIntensity", "withIntensity1", "ColoredGraphicFonts", "getFonts", "ColoredGraphic", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "toResponsiveImage", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "exclamationColor", "height", "icon", "id", "link", "newTab", "showExclamations", "text", "width", "props", "_ref", "_ref1", "_ref2", "_ref3", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "dHnD34I1j", "UvesII2Yc", "a66FbnUP5", "P3FsJqfEc", "N_nrwP8jB", "WgCfgzvBq", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "u", "cx", "ComponentViewportProvider", "SVG", "Image2", "RichText2", "css", "FramernIsbgbU2p", "withCSS", "nIsbgbU2p_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts"]
}
