{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/RDjC1z2RsSDTxJNWnfF4/xolidfgQaPc5gpxU2sto/TOAGE2c2k.js"],
  "sourcesContent": ["// Generated by Framer (f712822)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,cx,Floating,GeneratedComponentContext,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,PropertyOverrides,RichText,useActiveVariantCallback,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useOverlayState,withCSS,withOptimizedAppearEffect}from\"framer\";import{AnimatePresence,LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as sharedStyle from\"#framer/local/css/Ky9LQNUnd/Ky9LQNUnd.js\";import metadataProvider from\"#framer/local/webPageMetadata/TOAGE2c2k/TOAGE2c2k.js\";const ImageWithOptimizedAppearEffect=withOptimizedAppearEffect(Image);const MotionHeaderWithOptimizedAppearEffect=withOptimizedAppearEffect(motion.header);const RichTextWithOptimizedAppearEffect=withOptimizedAppearEffect(RichText);const MotionFooterWithOptimizedAppearEffect=withOptimizedAppearEffect(motion.footer);const breakpoints={pHxDMJhmb:\"(min-width: 810px) and (max-width: 1199px)\",sxJ2Vfpia:\"(min-width: 1200px)\",VJ6aVhBRM:\"(max-width: 809px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-7pcXs\";const variantClassNames={pHxDMJhmb:\"framer-v-1ohdzzd\",sxJ2Vfpia:\"framer-v-n6cyqf\",VJ6aVhBRM:\"framer-v-1yfdbly\"};const transition1={delay:.75,duration:.75,ease:[.44,0,.56,1],type:\"tween\"};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:9,rotateX:0,rotateY:0,scale:0,skewX:0,skewY:0,x:0,y:50};const transition2={bounce:.25,delay:0,duration:.45,type:\"spring\"};const animation2={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1.1,skewX:0,skewY:0,transition:transition2};const animation3={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2};const transition3={bounce:.2,delay:0,duration:.4,type:\"spring\"};const animation4={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.5,skewX:0,skewY:0,transition:transition3,x:0,y:0};const animation5={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:0,y:0};const animation6={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.5,skewX:0,skewY:0,x:0,y:0};const Overlay=({children,blockDocumentScrolling,enabled=true})=>{const[visible,setVisible]=useOverlayState({blockDocumentScrolling});return children({hide:()=>setVisible(false),show:()=>setVisible(true),toggle:()=>setVisible(!visible),visible:enabled&&visible});};const transition4={delay:1.68,duration:1.66,ease:[.44,0,.56,1],type:\"tween\"};const animation7={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition4,x:0,y:0};const animation8={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const transition5={delay:4.26,duration:.75,ease:[.44,0,.56,1],type:\"tween\"};const animation9={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition5,x:0,y:0};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"sxJ2Vfpia\",Phone:\"VJ6aVhBRM\",Tablet:\"pHxDMJhmb\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"sxJ2Vfpia\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const{activeVariantCallback,delay}=useActiveVariantCallback(undefined);const onMouseEntertxyyif=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.show();});const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const ref2=React.useRef(null);const isDisplayed=()=>{if(!isBrowser())return true;if([\"pHxDMJhmb\",\"VJ6aVhBRM\"].includes(baseVariant))return false;return true;};useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"sxJ2Vfpia\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: rgb(255, 255, 255); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-n6cyqf\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(\"main\",{className:\"framer-1f5pd0\",\"data-framer-name\":\"Hero\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{pHxDMJhmb:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:1485,intrinsicWidth:2640,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+-61+0+0),pixelHeight:2970,pixelWidth:5280,positionX:\"center\",positionY:\"center\",sizes:\"2085px\",src:\"https://framerusercontent.com/images/vJvzQJnLv6sohPST14ZH1orqaEg.jpeg?scale-down-to=4096\",srcSet:\"https://framerusercontent.com/images/vJvzQJnLv6sohPST14ZH1orqaEg.jpeg?scale-down-to=512 512w,https://framerusercontent.com/images/vJvzQJnLv6sohPST14ZH1orqaEg.jpeg?scale-down-to=1024 1024w,https://framerusercontent.com/images/vJvzQJnLv6sohPST14ZH1orqaEg.jpeg?scale-down-to=2048 2048w,https://framerusercontent.com/images/vJvzQJnLv6sohPST14ZH1orqaEg.jpeg?scale-down-to=4096 4096w,https://framerusercontent.com/images/vJvzQJnLv6sohPST14ZH1orqaEg.jpeg 5280w\"}},VJ6aVhBRM:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:1485,intrinsicWidth:2640,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+-61+0+0),pixelHeight:2970,pixelWidth:5280,positionX:\"center\",positionY:\"center\",sizes:\"2055.1111px\",src:\"https://framerusercontent.com/images/vJvzQJnLv6sohPST14ZH1orqaEg.jpeg?scale-down-to=4096\",srcSet:\"https://framerusercontent.com/images/vJvzQJnLv6sohPST14ZH1orqaEg.jpeg?scale-down-to=512 512w,https://framerusercontent.com/images/vJvzQJnLv6sohPST14ZH1orqaEg.jpeg?scale-down-to=1024 1024w,https://framerusercontent.com/images/vJvzQJnLv6sohPST14ZH1orqaEg.jpeg?scale-down-to=2048 2048w,https://framerusercontent.com/images/vJvzQJnLv6sohPST14ZH1orqaEg.jpeg?scale-down-to=4096 4096w,https://framerusercontent.com/images/vJvzQJnLv6sohPST14ZH1orqaEg.jpeg 5280w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:1485,intrinsicWidth:2640,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+-61+0+0),pixelHeight:2970,pixelWidth:5280,positionX:\"center\",positionY:\"center\",sizes:\"1995px\",src:\"https://framerusercontent.com/images/vJvzQJnLv6sohPST14ZH1orqaEg.jpeg?scale-down-to=4096\",srcSet:\"https://framerusercontent.com/images/vJvzQJnLv6sohPST14ZH1orqaEg.jpeg?scale-down-to=512 512w,https://framerusercontent.com/images/vJvzQJnLv6sohPST14ZH1orqaEg.jpeg?scale-down-to=1024 1024w,https://framerusercontent.com/images/vJvzQJnLv6sohPST14ZH1orqaEg.jpeg?scale-down-to=2048 2048w,https://framerusercontent.com/images/vJvzQJnLv6sohPST14ZH1orqaEg.jpeg?scale-down-to=4096 4096w,https://framerusercontent.com/images/vJvzQJnLv6sohPST14ZH1orqaEg.jpeg 5280w\"},className:\"framer-zlacak\",\"data-framer-name\":\"Dirt, Plant, Water\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-137eqoe\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{pHxDMJhmb:{background:{alt:\"Chutzpah.ai\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+-61+0+0+188+0+0),pixelHeight:3264,pixelWidth:2448,positionX:\"center\",positionY:\"center\",sizes:\"599px\",src:\"https://framerusercontent.com/images/msXNOqcQ29chJAJJUjSysfC1jo.jpeg\",srcSet:\"https://framerusercontent.com/images/msXNOqcQ29chJAJJUjSysfC1jo.jpeg?scale-down-to=512 512w,https://framerusercontent.com/images/msXNOqcQ29chJAJJUjSysfC1jo.jpeg?scale-down-to=1024 1024w,https://framerusercontent.com/images/msXNOqcQ29chJAJJUjSysfC1jo.jpeg?scale-down-to=2048 2048w,https://framerusercontent.com/images/msXNOqcQ29chJAJJUjSysfC1jo.jpeg 3264w\"}},VJ6aVhBRM:{background:{alt:\"Chutzpah.ai\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+-61+0+0+179.5+0+151.9879),pixelHeight:3264,pixelWidth:2448,positionX:\"center\",positionY:\"center\",sizes:\"370.02px\",src:\"https://framerusercontent.com/images/msXNOqcQ29chJAJJUjSysfC1jo.jpeg\",srcSet:\"https://framerusercontent.com/images/msXNOqcQ29chJAJJUjSysfC1jo.jpeg?scale-down-to=512 512w,https://framerusercontent.com/images/msXNOqcQ29chJAJJUjSysfC1jo.jpeg?scale-down-to=1024 1024w,https://framerusercontent.com/images/msXNOqcQ29chJAJJUjSysfC1jo.jpeg?scale-down-to=2048 2048w,https://framerusercontent.com/images/msXNOqcQ29chJAJJUjSysfC1jo.jpeg 3264w\"}}},children:/*#__PURE__*/_jsx(ImageWithOptimizedAppearEffect,{animate:animation,background:{alt:\"Chutzpah.ai\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+-61+0+0+162.5+0+0),pixelHeight:3264,pixelWidth:2448,positionX:\"center\",positionY:\"center\",sizes:\"599px\",src:\"https://framerusercontent.com/images/msXNOqcQ29chJAJJUjSysfC1jo.jpeg\",srcSet:\"https://framerusercontent.com/images/msXNOqcQ29chJAJJUjSysfC1jo.jpeg?scale-down-to=512 512w,https://framerusercontent.com/images/msXNOqcQ29chJAJJUjSysfC1jo.jpeg?scale-down-to=1024 1024w,https://framerusercontent.com/images/msXNOqcQ29chJAJJUjSysfC1jo.jpeg?scale-down-to=2048 2048w,https://framerusercontent.com/images/msXNOqcQ29chJAJJUjSysfC1jo.jpeg 3264w\"},className:\"framer-1jl33qy\",\"data-framer-appear-id\":\"1jl33qy\",initial:animation1,optimized:true,children:/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{pHxDMJhmb:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+-61+0+0+188+0+0+24),pixelHeight:1846,pixelWidth:1876,sizes:\"559px\",src:\"https://framerusercontent.com/images/4aETva8DzyRhGN9uqqbYS6SvGCU.jpg\",srcSet:\"https://framerusercontent.com/images/4aETva8DzyRhGN9uqqbYS6SvGCU.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/4aETva8DzyRhGN9uqqbYS6SvGCU.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/4aETva8DzyRhGN9uqqbYS6SvGCU.jpg 1876w\"}},VJ6aVhBRM:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+-61+0+0+179.5+0+151.9879+10),pixelHeight:1846,pixelWidth:1876,sizes:\"347.8188px\",src:\"https://framerusercontent.com/images/4aETva8DzyRhGN9uqqbYS6SvGCU.jpg\",srcSet:\"https://framerusercontent.com/images/4aETva8DzyRhGN9uqqbYS6SvGCU.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/4aETva8DzyRhGN9uqqbYS6SvGCU.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/4aETva8DzyRhGN9uqqbYS6SvGCU.jpg 1876w\"},whileHover:animation3}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+-61+0+0+162.5+0+0+24),pixelHeight:1846,pixelWidth:1876,sizes:\"559px\",src:\"https://framerusercontent.com/images/4aETva8DzyRhGN9uqqbYS6SvGCU.jpg\",srcSet:\"https://framerusercontent.com/images/4aETva8DzyRhGN9uqqbYS6SvGCU.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/4aETva8DzyRhGN9uqqbYS6SvGCU.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/4aETva8DzyRhGN9uqqbYS6SvGCU.jpg 1876w\"},className:\"framer-133bbpe\",id:\"133bbpe\",onMouseEnter:onMouseEntertxyyif({overlay}),ref:ref1,whileHover:animation2,children:/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"center\",anchorRef:ref1,className:cx(scopingClassNames),collisionDetection:true,collisionDetectionPadding:20,\"data-framer-portal-id\":\"133bbpe\",offsetX:0,offsetY:10,onDismiss:overlay.hide,placement:\"bottom\",safeArea:true,zIndex:11,children:/*#__PURE__*/_jsx(motion.div,{animate:animation5,className:\"framer-1gcx0ug\",\"data-border\":true,exit:animation4,initial:animation6,ref:ref2,role:\"dialog\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,animate:animation5,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7WmVuIERvdHMtcmVndWxhcg==\",\"--framer-font-family\":'\"Zen Dots\", sans-serif',\"--framer-font-size\":\"24px\"},children:\"BUILDING\"})}),className:\"framer-1y7u697\",exit:animation4,fonts:[\"GF;Zen Dots-regular\"],initial:animation6,verticalAlignment:\"top\",withExternalLayout:true})})})})})})})})})})})})})}),/*#__PURE__*/_jsxs(MotionHeaderWithOptimizedAppearEffect,{animate:animation7,className:\"framer-1xqmm7h\",\"data-framer-appear-id\":\"1xqmm7h\",\"data-framer-name\":\"Header\",initial:animation8,optimized:true,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{pHxDMJhmb:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R3Jhdml0YXMgT25lLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Gravitas One\", sans-serif',\"--framer-font-size\":\"27px\",\"--framer-text-alignment\":\"center\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"Mz7PHFz7k\",openInNewTab:false,scopeId:\"TOAGE2c2k\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1fov3k1\",\"data-styles-preset\":\"Ky9LQNUnd\",children:\"MAMBA MENTALITY LABS Co.\"})})})})},VJ6aVhBRM:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R3Jhdml0YXMgT25lLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Gravitas One\", sans-serif',\"--framer-font-size\":\"19px\",\"--framer-line-height\":\"1.4em\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"Mz7PHFz7k\",openInNewTab:false,scopeId:\"TOAGE2c2k\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1fov3k1\",\"data-styles-preset\":\"Ky9LQNUnd\",children:\"MAMBA MENTALITY LABS Co.\"})})})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R3Jhdml0YXMgT25lLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Gravitas One\", sans-serif',\"--framer-font-size\":\"26px\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"Mz7PHFz7k\",openInNewTab:false,scopeId:\"TOAGE2c2k\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1fov3k1\",\"data-styles-preset\":\"Ky9LQNUnd\",children:\"MAMBA MENTALITY LABS Co.:\"})})})}),className:\"framer-10ljpr8\",fonts:[\"GF;Gravitas One-regular\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{pHxDMJhmb:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R2VvcmdpYQ==\",\"--framer-font-family\":'\"Georgia\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-text-alignment\":\"center\"},children:\"An AI, IoT, Robotics, Web3 . . . Foundry by \u303D\uFE0FJ\"})})},VJ6aVhBRM:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R2VvcmdpYQ==\",\"--framer-font-family\":'\"Georgia\", sans-serif',\"--framer-line-height\":\"1.3em\"},children:\"An AI, IoT, Robotics, Web3 . . . Foundry by \u303D\uFE0FJ\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R2VvcmdpYQ==\",\"--framer-font-family\":'\"Georgia\", sans-serif',\"--framer-font-size\":\"24px\"},children:\"An AI, IoT, Robotics, Web3 . . . Foundry by \u303D\uFE0FJ\"})}),className:\"framer-18j4i7p\",fonts:[\"Georgia\"],verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\" \"})}),className:\"framer-35jri9 hidden-1ohdzzd hidden-1yfdbly\",\"data-framer-name\":\"[Fill]\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-hk9xzp\",\"data-framer-name\":\"Social\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{VJ6aVhBRM:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R2VvcmdpYQ==\",\"--framer-font-family\":'\"Georgia\", sans-serif',\"--framer-text-alignment\":\"center\"},children:/*#__PURE__*/_jsx(Link,{href:\"Instagram.com/iMambaMentality\",motionChild:true,nodeId:\"SHVaVBm6V\",openInNewTab:true,scopeId:\"TOAGE2c2k\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1fov3k1\",\"data-styles-preset\":\"Ky9LQNUnd\",children:\"I\"})})})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R2VvcmdpYQ==\",\"--framer-font-family\":'\"Georgia\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-text-alignment\":\"center\"},children:/*#__PURE__*/_jsx(Link,{href:\"Instagram.com/iMambaMentality\",motionChild:true,nodeId:\"SHVaVBm6V\",openInNewTab:true,scopeId:\"TOAGE2c2k\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1fov3k1\",\"data-styles-preset\":\"Ky9LQNUnd\",children:\"I\"})})})}),className:\"framer-1l5c8sl\",fonts:[\"Georgia\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{VJ6aVhBRM:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R2VvcmdpYQ==\",\"--framer-font-family\":'\"Georgia\", sans-serif',\"--framer-text-alignment\":\"center\"},children:/*#__PURE__*/_jsx(Link,{href:\"x.com/iMambaMentality\",motionChild:true,nodeId:\"Hn0XptXrI\",openInNewTab:true,scopeId:\"TOAGE2c2k\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1fov3k1\",\"data-styles-preset\":\"Ky9LQNUnd\",children:\"X\"})})})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R2VvcmdpYQ==\",\"--framer-font-family\":'\"Georgia\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-text-alignment\":\"center\"},children:/*#__PURE__*/_jsx(Link,{href:\"x.com/iMambaMentality\",motionChild:true,nodeId:\"Hn0XptXrI\",openInNewTab:true,scopeId:\"TOAGE2c2k\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1fov3k1\",\"data-styles-preset\":\"Ky9LQNUnd\",children:\"X\"})})})}),className:\"framer-269hra\",fonts:[\"Georgia\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsx(MotionFooterWithOptimizedAppearEffect,{animate:animation9,className:\"framer-1em7i28\",\"data-framer-appear-id\":\"1em7i28\",\"data-framer-name\":\"Footer\",initial:animation8,optimized:true,tabIndex:1,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{VJ6aVhBRM:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R2VvcmdpYQ==\",\"--framer-font-family\":'\"Georgia\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-text-alignment\":\"center\"},children:\"\\xa9 2013 ~ 2025 Mamba Mentality LLC. All Rights Reserved\"})})}},children:/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation9,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R2VvcmdpYQ==\",\"--framer-font-family\":'\"Georgia\", sans-serif',\"--framer-text-alignment\":\"center\"},children:\"\\xa9 2013 ~ 2025 Mamba Mentality LLC. All Rights Reserved\"})}),className:\"framer-dwswc9\",\"data-framer-appear-id\":\"dwswc9\",fonts:[\"Georgia\"],initial:animation8,optimized:true,verticalAlignment:\"center\",withExternalLayout:true})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-7pcXs.framer-1r4zhf7, .framer-7pcXs .framer-1r4zhf7 { display: block; }\",\".framer-7pcXs.framer-n6cyqf { background-color: #ffffff; height: 1000px; overflow: hidden; position: relative; width: 1200px; }\",\".framer-7pcXs .framer-1f5pd0 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: 0px; overflow: hidden; padding: 0px; position: absolute; top: -61px; width: 100%; }\",\".framer-7pcXs .framer-zlacak { align-content: center; align-items: center; aspect-ratio: 1.7777777777777777 / 1; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 1122px); justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1995px; }\",\".framer-7pcXs .framer-137eqoe { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-7pcXs .framer-1jl33qy { border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; flex: none; height: 797px; position: relative; width: 599px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-7pcXs .framer-133bbpe { border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; flex: none; height: 485px; left: calc(49.91652754590987% - 559px / 2); overflow: hidden; position: absolute; top: 24px; width: 559px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-7pcXs .framer-1gcx0ug { --border-bottom-width: 8px; --border-color: #222222; --border-left-width: 8px; --border-right-width: 8px; --border-style: solid; --border-top-width: 8px; align-content: center; align-items: center; background-color: #ffffff; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05); display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 87px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 201px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-7pcXs .framer-1y7u697 { flex: none; height: auto; position: relative; white-space: pre; width: auto; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-7pcXs .framer-1xqmm7h { align-content: center; align-items: center; background-color: #ffffff; box-shadow: 0.11942878102854593px 0.5175247177903657px 0.3186757352141929px -0.9375px rgba(0, 0, 0, 0.18), 0.3621759214656777px 1.5694289930179366px 0.9664058952620949px -1.875px rgba(0, 0, 0, 0.17), 0.9573980282226693px 4.1487247889649px 2.55465657364076px -2.8125px rgba(0, 0, 0, 0.15), 3px 13px 8.004998438475802px -3.75px rgba(0, 0, 0, 0.06); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 6%; justify-content: center; left: 0px; overflow: hidden; padding: 21px; position: fixed; top: 0px; width: 100%; will-change: var(--framer-will-change-effect-override, transform); z-index: 0; }\",\".framer-7pcXs .framer-10ljpr8 { -webkit-user-select: none; flex: none; height: 31px; position: relative; user-select: none; white-space: pre-wrap; width: 519px; word-break: break-word; word-wrap: break-word; }\",\".framer-7pcXs .framer-18j4i7p { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; -webkit-user-select: none; flex: none; height: 29px; position: relative; user-select: none; white-space: pre-wrap; width: 505px; word-break: break-word; word-wrap: break-word; z-index: 0; }\",\".framer-7pcXs .framer-35jri9 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: 1 0 0px; height: 33px; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-7pcXs .framer-hk9xzp { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-end; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-7pcXs .framer-1l5c8sl, .framer-7pcXs .framer-269hra { flex: none; height: 29px; position: relative; white-space: pre-wrap; width: 24px; word-break: break-word; word-wrap: break-word; }\",\".framer-7pcXs .framer-1em7i28 { align-content: center; align-items: center; background-color: #ffffff; bottom: 3px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; justify-content: center; left: 0px; overflow: hidden; padding: 0px; position: absolute; right: 0px; top: 961px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-7pcXs .framer-dwswc9 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; -webkit-user-select: none; flex: none; height: 28px; position: relative; user-select: none; white-space: pre-wrap; width: 419px; will-change: var(--framer-will-change-effect-override, transform); word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-7pcXs .framer-1f5pd0, .framer-7pcXs .framer-zlacak, .framer-7pcXs .framer-137eqoe, .framer-7pcXs .framer-1gcx0ug, .framer-7pcXs .framer-1xqmm7h, .framer-7pcXs .framer-hk9xzp, .framer-7pcXs .framer-1em7i28 { gap: 0px; } .framer-7pcXs .framer-1f5pd0 > *, .framer-7pcXs .framer-137eqoe > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-7pcXs .framer-1f5pd0 > :first-child, .framer-7pcXs .framer-137eqoe > :first-child { margin-top: 0px; } .framer-7pcXs .framer-1f5pd0 > :last-child, .framer-7pcXs .framer-137eqoe > :last-child { margin-bottom: 0px; } .framer-7pcXs .framer-zlacak > *, .framer-7pcXs .framer-1gcx0ug > *, .framer-7pcXs .framer-1xqmm7h > *, .framer-7pcXs .framer-1em7i28 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-7pcXs .framer-zlacak > :first-child, .framer-7pcXs .framer-1gcx0ug > :first-child, .framer-7pcXs .framer-1xqmm7h > :first-child, .framer-7pcXs .framer-hk9xzp > :first-child, .framer-7pcXs .framer-1em7i28 > :first-child { margin-left: 0px; } .framer-7pcXs .framer-zlacak > :last-child, .framer-7pcXs .framer-1gcx0ug > :last-child, .framer-7pcXs .framer-1xqmm7h > :last-child, .framer-7pcXs .framer-hk9xzp > :last-child, .framer-7pcXs .framer-1em7i28 > :last-child { margin-right: 0px; } .framer-7pcXs .framer-hk9xzp > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } }\",...sharedStyle.css,'.framer-7pcXs[data-border=\"true\"]::after, .framer-7pcXs [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; }',\"@media (min-width: 810px) and (max-width: 1199px) { .framer-7pcXs.framer-n6cyqf { width: 810px; } .framer-7pcXs .framer-zlacak { height: var(--framer-aspect-ratio-supported, 1173px); width: 2085px; } .framer-7pcXs .framer-1xqmm7h { flex-direction: column; gap: 0px; height: 11%; padding: 11px 203px 7px 203px; position: absolute; right: 0px; width: unset; } .framer-7pcXs .framer-10ljpr8 { max-height: 85px; max-width: 816px; order: 1; overflow: hidden; width: 539px; } .framer-7pcXs .framer-18j4i7p { max-height: 85px; max-width: 816px; order: 0; overflow: hidden; width: 524px; } .framer-7pcXs .framer-hk9xzp { flex: none; max-height: 85px; max-width: 816px; order: 3; width: 49px; } .framer-7pcXs .framer-1l5c8sl { order: 0; } .framer-7pcXs .framer-269hra { order: 1; width: 25px; } .framer-7pcXs .framer-dwswc9 { width: 501px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-7pcXs .framer-1xqmm7h { gap: 0px; } .framer-7pcXs .framer-1xqmm7h > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-7pcXs .framer-1xqmm7h > :first-child { margin-top: 0px; } .framer-7pcXs .framer-1xqmm7h > :last-child { margin-bottom: 0px; } }}\",\"@media (max-width: 809px) { .framer-7pcXs.framer-n6cyqf { width: 390px; } .framer-7pcXs .framer-zlacak { height: var(--framer-aspect-ratio-supported, 1156px); width: 2055px; } .framer-7pcXs .framer-137eqoe { height: 797px; } .framer-7pcXs .framer-1jl33qy { height: 62%; width: 18%; } .framer-7pcXs .framer-133bbpe { height: 62%; left: calc(50.00000000000002% - 94% / 2); top: 10px; width: 94%; } .framer-7pcXs .framer-1xqmm7h { flex-direction: column; gap: 0px; height: 10%; padding: 7px 7px 5px 7px; } .framer-7pcXs .framer-10ljpr8 { height: 29%; order: 2; white-space: pre; width: auto; } .framer-7pcXs .framer-18j4i7p { height: 26%; order: 1; white-space: pre; width: auto; } .framer-7pcXs .framer-hk9xzp { flex: none; justify-content: center; order: 3; width: min-content; } .framer-7pcXs .framer-1l5c8sl { height: 21px; width: 17px; } .framer-7pcXs .framer-269hra { align-self: stretch; height: auto; white-space: pre; width: auto; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-7pcXs .framer-1xqmm7h { gap: 0px; } .framer-7pcXs .framer-1xqmm7h > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-7pcXs .framer-1xqmm7h > :first-child { margin-top: 0px; } .framer-7pcXs .framer-1xqmm7h > :last-child { margin-bottom: 0px; } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 1000\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"pHxDMJhmb\":{\"layout\":[\"fixed\",\"fixed\"]},\"VJ6aVhBRM\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate false\n * @framerScrollSections\n * @framerResponsiveScreen\n */const FramerTOAGE2c2k=withCSS(Component,css,\"framer-7pcXs\");export default FramerTOAGE2c2k;FramerTOAGE2c2k.displayName=\"Tgr\";FramerTOAGE2c2k.defaultProps={height:1e3,width:1200};addFonts(FramerTOAGE2c2k,[{explicitInter:true,fonts:[{family:\"Zen Dots\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/zendots/v12/XRXX3ICfm00IGoesQeaBTM_FcCIG.woff2\",weight:\"400\"},{family:\"Gravitas One\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/gravitasone/v19/5h1diZ4hJ3cblKy3LWakKQmaCGRNr3DzbQ.woff2\",weight:\"400\"},{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\"}]},...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerTOAGE2c2k\",\"slots\":[],\"annotations\":{\"framerColorSyntax\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"pHxDMJhmb\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"VJ6aVhBRM\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerScrollSections\":\"* @framerResponsiveScreen\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerAcceptsLayoutTemplate\":\"false\",\"framerIntrinsicHeight\":\"1000\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"1200\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["ImageWithOptimizedAppearEffect", "withOptimizedAppearEffect", "Image2", "MotionHeaderWithOptimizedAppearEffect", "motion", "RichTextWithOptimizedAppearEffect", "RichText2", "MotionFooterWithOptimizedAppearEffect", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "transition1", "animation", "animation1", "transition2", "animation2", "animation3", "transition3", "animation4", "animation5", "animation6", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "transition4", "animation7", "animation8", "transition5", "animation9", "HTMLStyle", "value", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "activeVariantCallback", "delay", "useActiveVariantCallback", "onMouseEntertxyyif", "overlay", "loadMore", "args", "scopingClassNames", "cx", "ref1", "ref2", "isDisplayed", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "PropertyOverrides2", "getLoadingLazyAtYPosition", "l", "AnimatePresence", "Floating", "x", "Link", "css", "FramerTOAGE2c2k", "withCSS", "TOAGE2c2k_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
