{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/fJR1rt58ii2aODYdS7iM/IdPei2CP5MueMadV4Ct6/Text_Opacity_Words_1.js", "ssg:https://framerusercontent.com/modules/kWYGFYGgsWb5m3U5ntms/ESizji5CnycGNne6ZlQV/EL01THfum.js"],
  "sourcesContent": ["// Welcome to Code in Framer\n// Get Started: https://www.framer.com/developers\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addPropertyControls,ControlType}from\"framer\";import{motion,useScroll,useTransform}from\"framer-motion\";import{useRef}from\"react\";const EachWord=({word,starting,ending,progress})=>{const ref=useRef();const progressVal=useTransform(progress,[starting,ending],[.2,1]);return /*#__PURE__*/_jsxs(motion.span,{style:{opacity:progressVal},children:[word,\" \"]});};/**\n * These annotations control how your component sizes\n * Learn more: https://www.framer.com/developers/#code-components-auto-sizing\n *\n * @framerSupportedLayoutWidth any\n * @framerSupportedLayoutHeight any\n */export default function Text_Opacity_Words(props){const text=props.text;const words=text.split(\" \");const totalWords=words.length;const ref=useRef(null);const{scrollYProgress}=useScroll({target:ref,offset:[\"start 0.75\",\"start 0.15\"]});return /*#__PURE__*/_jsx(\"p\",{ref:ref,style:{...props.font,color:props.textColor},children:words.map((word,idx)=>{const starting=idx/totalWords;const ending=(idx+1)/totalWords;return /*#__PURE__*/_jsx(EachWord,{word:word,starting:starting,ending:ending,progress:scrollYProgress});})});}addPropertyControls(Text_Opacity_Words,{text:{title:\"Text\",type:ControlType.String,defaultValue:\"Hello\"},font:{type:\"font\",controls:\"extended\"},textColor:{type:ControlType.Color}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Text_Opacity_Words\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerSupportedLayoutHeight\":\"any\",\"framerSupportedLayoutWidth\":\"any\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Text_Opacity_Words_1.map", "// Generated by Framer (ddd30d5)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getLoadingLazyAtYPosition,Image,PropertyOverrides,RichText,useActiveVariantCallback,useCustomCursors,useHydratedBreakpointVariants,useLocaleInfo,useOverlayState,withCSS,withFX}from\"framer\";import{AnimatePresence,LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import*as ReactDOM from\"react-dom\";import Ticker from\"https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/qacJMtbrGDTpaTF4eVfx/Ticker.js\";import Grain from\"https://framerusercontent.com/modules/cKGD16u2MGB7MfqfVXFp/wiztTCbXokZrMicHAmZc/Grain.js\";import Text_Opacity_Words from\"https://framerusercontent.com/modules/fJR1rt58ii2aODYdS7iM/IdPei2CP5MueMadV4Ct6/Text_Opacity_Words_1.js\";import SmoothScroll from\"https://framerusercontent.com/modules/Yppqt3Cs3Y8TZqvASnXl/qXyG1UgqGGx5DS4G9abM/Smooth_Scroll.js\";import NavmenuLink from\"#framer/local/canvasComponent/FjYQGthrU/FjYQGthrU.js\";import Cursor from\"#framer/local/canvasComponent/jlR8q5xz8/jlR8q5xz8.js\";import Footer from\"#framer/local/canvasComponent/jYqzQCCdS/jYqzQCCdS.js\";import ButtonMenu from\"#framer/local/canvasComponent/LdWRhkwS7/LdWRhkwS7.js\";import PageTransition from\"#framer/local/canvasComponent/WtNA8oByA/WtNA8oByA.js\";import metadataProvider from\"#framer/local/webPageMetadata/EL01THfum/EL01THfum.js\";const PageTransitionFonts=getFonts(PageTransition);const ButtonMenuFonts=getFonts(ButtonMenu);const NavmenuLinkFonts=getFonts(NavmenuLink);const SmoothScrollFonts=getFonts(SmoothScroll);const TickerFonts=getFonts(Ticker);const Text_Opacity_WordsFonts=getFonts(Text_Opacity_Words);const ImageWithFX=withFX(Image);const FooterFonts=getFonts(Footer);const GrainFonts=getFonts(Grain);const CursorFonts=getFonts(Cursor);const breakpoints={NPlwiye2f:\"(max-width: 809px)\",u7rvOUC1Z:\"(min-width: 810px) and (max-width: 1439px)\",W41nRroVb:\"(min-width: 1440px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-bNota\";const variantClassNames={NPlwiye2f:\"framer-v-1ym83j3\",u7rvOUC1Z:\"framer-v-m2fs50\",W41nRroVb:\"framer-v-1p1qgy4\"};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 transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;const metadata=metadataProvider();const humanReadableVariantMap={Desktop:\"W41nRroVb\",Phone:\"NPlwiye2f\",Tablet:\"u7rvOUC1Z\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"W41nRroVb\"};};const cursor={component:Cursor,variant:\"BMt4YrYxv\"};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useEffect(()=>{const metadata1=metadataProvider(undefined,activeLocale);if(metadata1.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata1.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata1.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata1=metadataProvider(undefined,activeLocale);document.title=metadata1.title||\"\";if(metadata1.viewport){var _document_querySelector;(_document_querySelector=document.querySelector('meta[name=\"viewport\"]'))===null||_document_querySelector===void 0?void 0:_document_querySelector.setAttribute(\"content\",metadata1.viewport);}const bodyCls=metadata1.bodyClassName;if(bodyCls){const body=document.body;body.classList.forEach(c=>c.startsWith(\"framer-body-\")&&body.classList.remove(c));body.classList.add(`${metadata1.bodyClassName}-framer-bNota`);}return()=>{if(bodyCls)document.body.classList.remove(`${metadata1.bodyClassName}-framer-bNota`);};},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const{activeVariantCallback,delay}=useActiveVariantCallback(undefined);const rL42tU_pVwelu7j=({overlay,paginationInfo})=>activeVariantCallback(async(...args)=>{overlay.toggle();});const ref1=React.useRef(null);const isDisplayed=()=>{if(!isBrowser())return true;if([\"NPlwiye2f\",\"u7rvOUC1Z\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if(!isBrowser())return true;if(baseVariant===\"NPlwiye2f\")return false;return true;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[];useCustomCursors({\"1vctetu\":cursor});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"W41nRroVb\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:[/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1p1qgy4\",className),\"data-framer-cursor\":\"1vctetu\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1e3,width:\"100vw\",y:22737367544323206e-29,children:/*#__PURE__*/_jsx(Container,{className:\"framer-108aguj-container\",\"data-framer-name\":\"Page-transition\",layoutScroll:true,name:\"Page-transition\",children:/*#__PURE__*/_jsx(PageTransition,{height:\"100%\",id:\"NcQoSefiN\",layoutId:\"NcQoSefiN\",name:\"Page-transition\",style:{height:\"100%\",width:\"100%\"},variant:\"ShjUoNt_P\",width:\"100%\"})})}),/*#__PURE__*/_jsx(Overlay,{children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:45,y:907,children:/*#__PURE__*/_jsxs(Container,{className:\"framer-1392nh0-container\",id:\"1392nh0\",layoutScroll:true,children:[/*#__PURE__*/_jsx(ButtonMenu,{height:\"100%\",id:\"DeDIvQgrR\",layoutId:\"DeDIvQgrR\",rL42tU_pV:rL42tU_pVwelu7j({overlay}),variant:\"cwAKk3DO2\",width:\"100%\"}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:0,ease:[.5,0,.88,.77],type:\"tween\"}},className:\"framer-nvhvh3\",\"data-framer-portal-id\":\"1392nh0\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0}},\"fZoe6MLsC\"),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:432,y:284.0000000000002,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1fctkhn-container\",\"data-framer-portal-id\":\"1392nh0\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NPlwiye2f:{variant:\"LWSwpToZ1\"}},children:/*#__PURE__*/_jsx(NavmenuLink,{height:\"100%\",id:\"wlrqB_CUJ\",layoutId:\"wlrqB_CUJ\",variant:\"b0a3NGYV7\",width:\"100%\"})})})})]}),document.querySelector(\"#overlay\"))})})]})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-foun8u-container\",children:/*#__PURE__*/_jsx(SmoothScroll,{height:\"100%\",id:\"IvmHhEgzx\",intensity:10,layoutId:\"IvmHhEgzx\",width:\"100%\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1tpsu5q\",\"data-framer-name\":\"Content\",name:\"Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-dqvlru\",\"data-framer-name\":\"Main\",name:\"Main\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1e1xu81\",\"data-framer-name\":\"Hero\",name:\"Hero\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1t3p85f\",\"data-framer-name\":\"Top\",name:\"Top\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(32),pixelHeight:3e3,pixelWidth:3e3,positionX:\"center\",positionY:\"center\",sizes:\"53px\",src:\"https://framerusercontent.com/images/NtdsKb2yGBIXtoKggy52mqdUI.png\",srcSet:\"https://framerusercontent.com/images/NtdsKb2yGBIXtoKggy52mqdUI.png?scale-down-to=512 512w,https://framerusercontent.com/images/NtdsKb2yGBIXtoKggy52mqdUI.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/NtdsKb2yGBIXtoKggy52mqdUI.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/NtdsKb2yGBIXtoKggy52mqdUI.png 3000w\"},className:\"framer-1dz9pah\",\"data-border\":true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QmViYXMgTmV1ZS1yZWd1bGFy\",\"--framer-font-family\":'\"Bebas Neue\", \"Bebas Neue Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(143, 143, 143)\"},children:\"About us\"})}),className:\"framer-3n8m62\",fonts:[\"GF;Bebas Neue-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-qi03qy\",\"data-framer-name\":\"Ticker\",name:\"Ticker\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-gwj1nv-container\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:false},gap:0,height:\"100%\",hoverFactor:1,id:\"SXHcOZCb7\",layoutId:\"SXHcOZCb7\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1wvb5kb\",\"data-framer-name\":\"Text-loop\",name:\"Text-loop\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7QmViYXMgTmV1ZS1yZWd1bGFy\",\"--framer-font-family\":'\"Bebas Neue\", \"Bebas Neue Placeholder\", sans-serif',\"--framer-font-size\":\"88px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"RlM7UGFuY2hhbmctbGlnaHQ=\",\"--framer-font-family\":'\"Panchang\", \"Panchang Placeholder\", sans-serif',\"--framer-font-weight\":\"300\"},children:\"DANCERXM\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"RlM7UGFuY2hhbmctYm9sZA==\",\"--framer-font-family\":'\"Panchang\", \"Panchang Placeholder\", sans-serif',\"--framer-font-weight\":\"700\"},children:\" \"}),\"DANCERXM \"]})}),className:\"framer-dgbaar\",\"data-framer-name\":\"DANCERXM\",fonts:[\"GF;Bebas Neue-regular\",\"FS;Panchang-light\",\"FS;Panchang-bold\"],name:\"DANCERXM\",verticalAlignment:\"top\",withExternalLayout:true})})],speed:100,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1dysel5-container\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"right\",fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:false},gap:0,height:\"100%\",hoverFactor:1,id:\"OxS04wa9D\",layoutId:\"OxS04wa9D\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1u5kqjp\",\"data-framer-name\":\"Text-loop\",name:\"Text-loop\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7QmViYXMgTmV1ZS1yZWd1bGFy\",\"--framer-font-family\":'\"Bebas Neue\", \"Bebas Neue Placeholder\", sans-serif',\"--framer-font-size\":\"88px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[\"DANCERXM \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"RlM7UGFuY2hhbmctbGlnaHQ=\",\"--framer-font-family\":'\"Panchang\", \"Panchang Placeholder\", sans-serif',\"--framer-font-weight\":\"300\"},children:\"DANCERXM \"})]})}),className:\"framer-r2ugo2\",\"data-framer-name\":\"DANCERXM\",fonts:[\"GF;Bebas Neue-regular\",\"FS;Panchang-light\"],name:\"DANCERXM\",verticalAlignment:\"top\",withExternalLayout:true})})],speed:100,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-bemysa\",\"data-framer-name\":\"Middle\",name:\"Middle\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1vnm1du-container\",\"data-framer-name\":\"Text-description\",name:\"Text-description\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NPlwiye2f:{font:{fontFamily:'\"Panchang\", \"Panchang Placeholder\", sans-serif',fontSize:\"16px\",fontStyle:\"normal\",fontWeight:500,letterSpacing:\"0em\",lineHeight:\"1.2em\",textAlign:\"center\"},style:{width:\"100%\"}}},children:/*#__PURE__*/_jsx(Text_Opacity_Words,{font:{fontFamily:'\"Panchang\", \"Panchang Placeholder\", sans-serif',fontSize:\"24px\",fontStyle:\"normal\",fontWeight:500,letterSpacing:\"0em\",lineHeight:\"1.2em\",textAlign:\"center\"},height:\"100%\",id:\"ErCPJpnBM\",layoutId:\"ErCPJpnBM\",name:\"Text-description\",style:{height:\"100%\",width:\"100%\"},text:\"Dallas-based production company\",textColor:\"rgb(236, 236, 236)\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1xxj80c\",\"data-framer-name\":\"Image-bottom\",name:\"Image-bottom\",children:[isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1loceu2 hidden-1ym83j3 hidden-m2fs50\"}),isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1lnxz2 hidden-1ym83j3 hidden-m2fs50\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1g9j1cu\",\"data-framer-name\":\"Image\",name:\"Image\",children:[isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1h0xqg8 hidden-1ym83j3 hidden-m2fs50\"}),isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1lx3j3x hidden-1ym83j3 hidden-m2fs50\"}),isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-twwu0y hidden-1ym83j3 hidden-m2fs50\"}),isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-fxb4aw hidden-1ym83j3 hidden-m2fs50\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NPlwiye2f:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(742),pixelHeight:3e3,pixelWidth:3e3,sizes:\"max(max(100vw - 32px, 1px) * 1, 1px)\",src:\"https://framerusercontent.com/images/AWRXYNNWjd07PvSg4IzFfgZ8wSA.png\",srcSet:\"https://framerusercontent.com/images/AWRXYNNWjd07PvSg4IzFfgZ8wSA.png?scale-down-to=512 512w,https://framerusercontent.com/images/AWRXYNNWjd07PvSg4IzFfgZ8wSA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/AWRXYNNWjd07PvSg4IzFfgZ8wSA.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/AWRXYNNWjd07PvSg4IzFfgZ8wSA.png 3000w\"},transformTemplate:undefined},u7rvOUC1Z:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(756),pixelHeight:3e3,pixelWidth:3e3,sizes:\"max(100vw - 160px, 1px)\",src:\"https://framerusercontent.com/images/AWRXYNNWjd07PvSg4IzFfgZ8wSA.png\",srcSet:\"https://framerusercontent.com/images/AWRXYNNWjd07PvSg4IzFfgZ8wSA.png?scale-down-to=512 512w,https://framerusercontent.com/images/AWRXYNNWjd07PvSg4IzFfgZ8wSA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/AWRXYNNWjd07PvSg4IzFfgZ8wSA.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/AWRXYNNWjd07PvSg4IzFfgZ8wSA.png 3000w\"},transformTemplate:undefined}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1.3,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onScroll\",__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(797.1128133704736),pixelHeight:3e3,pixelWidth:3e3,sizes:\"calc((100vw - 160px) * 0.343)\",src:\"https://framerusercontent.com/images/AWRXYNNWjd07PvSg4IzFfgZ8wSA.png\",srcSet:\"https://framerusercontent.com/images/AWRXYNNWjd07PvSg4IzFfgZ8wSA.png?scale-down-to=512 512w,https://framerusercontent.com/images/AWRXYNNWjd07PvSg4IzFfgZ8wSA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/AWRXYNNWjd07PvSg4IzFfgZ8wSA.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/AWRXYNNWjd07PvSg4IzFfgZ8wSA.png 3000w\"},className:\"framer-1mvoxwy\",transformTemplate:transformTemplate1})})]}),isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1uhr745 hidden-1ym83j3 hidden-m2fs50\"}),isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-b5d0la hidden-1ym83j3 hidden-m2fs50\"})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-iv95vu\",\"data-framer-name\":\"Footer\",name:\"Footer\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NPlwiye2f:{y:852},u7rvOUC1Z:{y:1549}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:309,width:\"100vw\",y:1270,children:/*#__PURE__*/_jsx(Container,{className:\"framer-ej8ynv-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NPlwiye2f:{variant:\"Sjpx_Uvcw\"}},children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"NGF52HYmI\",layoutId:\"NGF52HYmI\",style:{height:\"100%\",width:\"100%\"},variant:\"ilIWsIQCm\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-14w3z9k\",\"data-framer-name\":\"Text-footer\",name:\"Text-footer\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-v9wd5c-container\",\"data-framer-name\":\"Footer\",name:\"Footer\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:false},gap:10,height:\"100%\",hoverFactor:1,id:\"Qv9D3gmsY\",layoutId:\"Qv9D3gmsY\",name:\"Footer\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1kd93l5\",\"data-framer-name\":\"Footer\",name:\"Footer\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7QmViYXMgTmV1ZS1yZWd1bGFy\",\"--framer-font-family\":'\"Bebas Neue\", \"Bebas Neue Placeholder\", sans-serif',\"--framer-font-size\":\"24px\"},children:[\"DANCER\",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"RlM7UGFuY2hhbmctcmVndWxhcg==\",\"--framer-font-family\":'\"Panchang\", \"Panchang Placeholder\", sans-serif'},children:\"DONT\"}),\"MARCH\",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"RlM7UGFuY2hhbmctcmVndWxhcg==\",\"--framer-font-family\":'\"Panchang\", \"Panchang Placeholder\", sans-serif'},children:\"    \"})]})}),className:\"framer-1lomy02\",fonts:[\"GF;Bebas Neue-regular\",\"FS;Panchang-regular\"],verticalAlignment:\"top\",withExternalLayout:true})})],speed:50,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1vv8r70-container\",children:/*#__PURE__*/_jsx(Grain,{height:\"100%\",id:\"bh4QBKvu_\",layoutId:\"bh4QBKvu_\",opacity:.1,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1jhwc1y\",\"data-framer-name\":\"Grid\",name:\"Grid\",children:[isDisplayed1()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-wyzz5h hidden-1ym83j3\",\"data-framer-name\":\"Line\",name:\"Line\"}),isDisplayed1()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-s09etl hidden-1ym83j3\",\"data-framer-name\":\"Line\",name:\"Line\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-4cal89\",\"data-framer-name\":\"Line\",name:\"Line\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1x3qegu\",\"data-framer-name\":\"Line\",name:\"Line\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-yjjk0t\",\"data-framer-name\":\"Line\",name:\"Line\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ly3xo1\",\"data-framer-name\":\"Line\",name:\"Line\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1o3hwfm\",\"data-framer-name\":\"Line\",name:\"Line\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-qtl901\",\"data-framer-name\":\"Line\",name:\"Line\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-uwvm8w\",\"data-framer-name\":\"Line\",name:\"Line\"})]})]}),/*#__PURE__*/_jsx(\"div\",{className:cx(serializationHash,...sharedStyleClassNames),id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",`.${metadata.bodyClassName}-framer-bNota { background: rgb(0, 0, 0); }`,\".framer-bNota.framer-bpr03j, .framer-bNota .framer-bpr03j { display: block; }\",\".framer-bNota.framer-1p1qgy4 { align-content: center; align-items: center; background-color: #000000; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1440px; }\",\".framer-bNota .framer-108aguj-container { flex: none; height: 100vh; left: calc(50.00000000000002% - 100% / 2); pointer-events: none; position: fixed; top: calc(50.00000000000002% - 100vh / 2); width: 100%; z-index: 6; }\",\".framer-bNota .framer-1392nh0-container { bottom: 48px; flex: none; height: auto; left: 50%; position: fixed; transform: translateX(-50%); width: auto; z-index: 5; }\",\".framer-bNota .framer-nvhvh3 { background-color: #ffffff; inset: 0px; position: fixed; user-select: none; z-index: 3; }\",\".framer-bNota .framer-1fctkhn-container { flex: none; height: auto; left: 50%; position: fixed; top: 50%; transform: translate(-50%, -50%); width: auto; z-index: 3; }\",\".framer-bNota .framer-foun8u-container { flex: none; height: auto; left: 50%; position: absolute; top: 0px; transform: translateX(-50%); width: auto; z-index: 1; }\",\".framer-bNota .framer-1tpsu5q { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 120px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 32px 0px 0px 0px; position: relative; width: 100%; z-index: 3; }\",\".framer-bNota .framer-dqvlru { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-bNota .framer-1e1xu81, .framer-bNota .framer-bemysa { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-bNota .framer-1t3p85f { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-bNota .framer-1dz9pah { --border-bottom-width: 1px; --border-color: rgba(255, 255, 255, 0); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; flex: none; height: 79px; position: relative; width: 53px; }\",\".framer-bNota .framer-3n8m62, .framer-bNota .framer-dgbaar, .framer-bNota .framer-r2ugo2, .framer-bNota .framer-1lomy02 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-bNota .framer-qi03qy { flex: none; height: 186px; overflow: hidden; position: relative; width: 100%; }\",\".framer-bNota .framer-gwj1nv-container { flex: none; height: 100px; left: 0px; position: absolute; right: 0px; top: 1px; z-index: 2; }\",\".framer-bNota .framer-1wvb5kb, .framer-bNota .framer-1u5kqjp { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 96px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-bNota .framer-1dysel5-container { bottom: 0px; flex: none; height: 100px; left: 0px; position: absolute; right: 0px; z-index: 2; }\",\".framer-bNota .framer-1vnm1du-container { flex: none; height: 85px; position: relative; width: 640px; z-index: 1; }\",\".framer-bNota .framer-1xxj80c { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: 440px; justify-content: space-between; overflow: hidden; padding: 0px 80px 0px 80px; position: relative; width: 100%; z-index: 2; }\",\".framer-bNota .framer-1loceu2, .framer-bNota .framer-b5d0la { flex: 1 0 0px; height: 100%; overflow: hidden; position: relative; width: 1px; }\",\".framer-bNota .framer-1lnxz2, .framer-bNota .framer-1uhr745 { flex: 1 0 0px; height: 49px; overflow: hidden; position: relative; width: 1px; }\",\".framer-bNota .framer-1g9j1cu { flex: none; height: 100%; overflow: hidden; position: relative; width: 50%; }\",\".framer-bNota .framer-1h0xqg8 { flex: none; height: 88px; left: 0px; overflow: hidden; position: absolute; top: calc(50.00000000000002% - 88px / 2); width: 160px; }\",\".framer-bNota .framer-1lx3j3x { flex: none; height: 49px; left: 160px; overflow: hidden; position: absolute; top: calc(50.00000000000002% - 49px / 2); width: 160px; }\",\".framer-bNota .framer-twwu0y { flex: none; height: 49px; left: 320px; overflow: hidden; position: absolute; top: calc(50.00000000000002% - 49px / 2); width: 160px; }\",\".framer-bNota .framer-fxb4aw { flex: none; height: 88px; overflow: hidden; position: absolute; right: 0px; top: calc(50.00000000000002% - 88px / 2); width: 160px; }\",\".framer-bNota .framer-1mvoxwy { aspect-ratio: 1.6436781609195403 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 267px); left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 69%; }\",\".framer-bNota .framer-iv95vu { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-bNota .framer-ej8ynv-container { flex: none; height: 309px; position: relative; width: 100%; }\",\".framer-bNota .framer-14w3z9k { background-color: #ffffff; flex: none; height: 32px; overflow: hidden; position: relative; width: 100%; z-index: 2; }\",\".framer-bNota .framer-v9wd5c-container { bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-bNota .framer-1kd93l5 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-bNota .framer-1vv8r70-container { flex: none; height: 2181px; left: 0px; opacity: 0.68; position: absolute; top: 0px; width: 100%; z-index: 0; }\",\".framer-bNota .framer-1jhwc1y { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: 100%; justify-content: space-between; left: calc(50.00000000000002% - 100% / 2); overflow: hidden; padding: 0px 80px 0px 80px; position: absolute; top: calc(49.97707473635949% - 100% / 2); width: 100%; z-index: 0; }\",\".framer-bNota .framer-wyzz5h, .framer-bNota .framer-s09etl, .framer-bNota .framer-4cal89, .framer-bNota .framer-1x3qegu, .framer-bNota .framer-yjjk0t, .framer-bNota .framer-1ly3xo1, .framer-bNota .framer-1o3hwfm, .framer-bNota .framer-qtl901, .framer-bNota .framer-uwvm8w { background-color: #121212; flex: none; height: 100%; overflow: hidden; position: relative; width: 1px; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-bNota.framer-1p1qgy4, .framer-bNota .framer-1tpsu5q, .framer-bNota .framer-dqvlru, .framer-bNota .framer-1e1xu81, .framer-bNota .framer-1t3p85f, .framer-bNota .framer-1wvb5kb, .framer-bNota .framer-1u5kqjp, .framer-bNota .framer-bemysa, .framer-bNota .framer-iv95vu, .framer-bNota .framer-1kd93l5 { gap: 0px; } .framer-bNota.framer-1p1qgy4 > *, .framer-bNota .framer-iv95vu > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-bNota.framer-1p1qgy4 > :first-child, .framer-bNota .framer-1tpsu5q > :first-child, .framer-bNota .framer-dqvlru > :first-child, .framer-bNota .framer-1e1xu81 > :first-child, .framer-bNota .framer-1t3p85f > :first-child, .framer-bNota .framer-bemysa > :first-child, .framer-bNota .framer-iv95vu > :first-child, .framer-bNota .framer-1kd93l5 > :first-child { margin-top: 0px; } .framer-bNota.framer-1p1qgy4 > :last-child, .framer-bNota .framer-1tpsu5q > :last-child, .framer-bNota .framer-dqvlru > :last-child, .framer-bNota .framer-1e1xu81 > :last-child, .framer-bNota .framer-1t3p85f > :last-child, .framer-bNota .framer-bemysa > :last-child, .framer-bNota .framer-iv95vu > :last-child, .framer-bNota .framer-1kd93l5 > :last-child { margin-bottom: 0px; } .framer-bNota .framer-1tpsu5q > * { margin: 0px; margin-bottom: calc(120px / 2); margin-top: calc(120px / 2); } .framer-bNota .framer-dqvlru > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-bNota .framer-1e1xu81 > *, .framer-bNota .framer-bemysa > * { margin: 0px; margin-bottom: calc(64px / 2); margin-top: calc(64px / 2); } .framer-bNota .framer-1t3p85f > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } .framer-bNota .framer-1wvb5kb > *, .framer-bNota .framer-1u5kqjp > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-bNota .framer-1wvb5kb > :first-child, .framer-bNota .framer-1u5kqjp > :first-child { margin-left: 0px; } .framer-bNota .framer-1wvb5kb > :last-child, .framer-bNota .framer-1u5kqjp > :last-child { margin-right: 0px; } .framer-bNota .framer-1kd93l5 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\",`@media (max-width: 809px) { .${metadata.bodyClassName}-framer-bNota { background: rgb(0, 0, 0); } .framer-bNota.framer-1p1qgy4 { width: 390px; } .framer-bNota .framer-108aguj-container { z-index: 7; } .framer-bNota .framer-1392nh0-container { z-index: 6; } .framer-bNota .framer-1tpsu5q { gap: 60px; } .framer-bNota .framer-1e1xu81 { gap: 32px; } .framer-bNota .framer-1t3p85f { gap: 40px; } .framer-bNota .framer-bemysa { gap: 32px; padding: 0px 16px 0px 16px; } .framer-bNota .framer-1vnm1du-container { height: auto; width: 100%; } .framer-bNota .framer-1xxj80c { height: min-content; padding: 0px; } .framer-bNota .framer-1g9j1cu { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; padding: 49px 0px 49px 0px; width: 1px; } .framer-bNota .framer-1mvoxwy { flex: 0.6859375 0 0px; height: var(--framer-aspect-ratio-supported, 150px); left: unset; position: relative; top: unset; transform: unset; width: 1px; } .framer-bNota .framer-1jhwc1y { padding: 0px 16px 0px 16px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-bNota .framer-1tpsu5q, .framer-bNota .framer-1e1xu81, .framer-bNota .framer-1t3p85f, .framer-bNota .framer-bemysa, .framer-bNota .framer-1g9j1cu { gap: 0px; } .framer-bNota .framer-1tpsu5q > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-bNota .framer-1tpsu5q > :first-child, .framer-bNota .framer-1e1xu81 > :first-child, .framer-bNota .framer-1t3p85f > :first-child, .framer-bNota .framer-bemysa > :first-child { margin-top: 0px; } .framer-bNota .framer-1tpsu5q > :last-child, .framer-bNota .framer-1e1xu81 > :last-child, .framer-bNota .framer-1t3p85f > :last-child, .framer-bNota .framer-bemysa > :last-child { margin-bottom: 0px; } .framer-bNota .framer-1e1xu81 > *, .framer-bNota .framer-bemysa > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-bNota .framer-1t3p85f > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-bNota .framer-1g9j1cu > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-bNota .framer-1g9j1cu > :first-child { margin-left: 0px; } .framer-bNota .framer-1g9j1cu > :last-child { margin-right: 0px; } }}`,`@media (min-width: 810px) and (max-width: 1439px) { .${metadata.bodyClassName}-framer-bNota { background: rgb(0, 0, 0); } .framer-bNota.framer-1p1qgy4 { width: 810px; } .framer-bNota .framer-1xxj80c { height: min-content; padding: 46px 80px 46px 80px; } .framer-bNota .framer-1g9j1cu { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; padding: 0px; width: 1px; } .framer-bNota .framer-1mvoxwy { aspect-ratio: unset; flex: 1 0 0px; height: 627px; left: unset; position: relative; top: unset; transform: unset; width: 1px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-bNota .framer-1g9j1cu { gap: 0px; } .framer-bNota .framer-1g9j1cu > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-bNota .framer-1g9j1cu > :first-child { margin-left: 0px; } .framer-bNota .framer-1g9j1cu > :last-child { margin-right: 0px; } }}`,'.framer-bNota[data-border=\"true\"]::after, .framer-bNota [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 1611\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"NPlwiye2f\":{\"layout\":[\"fixed\",\"auto\"]},\"u7rvOUC1Z\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerResponsiveScreen\n */const FramerEL01THfum=withCSS(Component,css,\"framer-bNota\");export default FramerEL01THfum;FramerEL01THfum.displayName=\"Work\";FramerEL01THfum.defaultProps={height:1611,width:1440};addFonts(FramerEL01THfum,[{explicitInter:true,fonts:[{family:\"Bebas Neue\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/bebasneue/v14/JTUSjIg69CK48gW7PXooxWtrygbi49c.woff2\",weight:\"400\"},{family:\"Panchang\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/5BUG5G36NPBUKEYGUFVAMNGOQ6LLGZQH/VTTOFTNKEBTNZOERJH34DSSK7RZTN2AS/G7T7CRF655U6PP5HYTBJLBWGOEIDXACC.woff2\",weight:\"300\"},{family:\"Panchang\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/47WQXPVBB5FZSBSKG7EM3GTGOVFM5BBT/ODED7M7ROA7KYKTD3MYSN4KKO6JVXBQE/EE3DYKUPHF3W5SWXFO53CRP5KMNTTNTH.woff2\",weight:\"700\"},{family:\"Panchang\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/Z5KCEKMKCYG2OFAP5OBR4DMMOYKQBRXQ/NFSR6S2MRU5B3J5SXWNYS2EENMBHMQXY/65ZDTMKIAVM2PL6JQQLSB6Y2ZDSVPZ52.woff2\",weight:\"500\"},{family:\"Panchang\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/3EYR5VZG7BOTQNLB34TX4FUZFGX2YCCM/SFOY6ZPN4VTCDQSAJXRUH6WO332MUVIJ/K6CYW4ZSO2LJE4GQSX5LXSHNP2RCBS3K.woff2\",weight:\"400\"}]},...PageTransitionFonts,...ButtonMenuFonts,...NavmenuLinkFonts,...SmoothScrollFonts,...TickerFonts,...Text_Opacity_WordsFonts,...FooterFonts,...GrainFonts,...CursorFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerEL01THfum\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"NPlwiye2f\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"u7rvOUC1Z\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"1611\",\"framerDisplayContentsDiv\":\"false\",\"framerResponsiveScreen\":\"\",\"framerIntrinsicWidth\":\"1440\",\"framerContractVersion\":\"1\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["EachWord", "word", "starting", "ending", "progress", "ref", "pe", "progressVal", "useTransform", "u", "motion", "Text_Opacity_Words", "props", "words", "totalWords", "scrollYProgress", "useScroll", "p", "idx", "addPropertyControls", "ControlType", "PageTransitionFonts", "getFonts", "WtNA8oByA_default", "ButtonMenuFonts", "LdWRhkwS7_default", "NavmenuLinkFonts", "FjYQGthrU_default", "SmoothScrollFonts", "SmoothScroll", "TickerFonts", "Ticker", "Text_Opacity_WordsFonts", "Text_Opacity_Words", "ImageWithFX", "withFX", "Image2", "FooterFonts", "jYqzQCCdS_default", "GrainFonts", "Grain", "CursorFonts", "jlR8q5xz8_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "transformTemplate1", "_", "t", "metadata", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "cursor", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata1", "robotsTag", "ie", "_document_querySelector", "bodyCls", "body", "c", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "activeVariantCallback", "delay", "useActiveVariantCallback", "rL42tU_pVwelu7j", "overlay", "paginationInfo", "args", "ref1", "pe", "isDisplayed", "isDisplayed1", "defaultLayoutId", "ae", "sharedStyleClassNames", "useCustomCursors", "p", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "cx", "ComponentViewportProvider", "Container", "l", "AnimatePresence", "Ga", "PropertyOverrides2", "getLoadingLazyAtYPosition", "RichText2", "css", "FramerEL01THfum", "withCSS", "EL01THfum_default", "addFonts", "__FramerMetadata__"]
}
