{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/x8zVsSHMRe5ZYm47eqDN/kyRz3plGjkEurU1aMR4h/vl1jKYHR4.js"],
  "sourcesContent": ["// Generated by Framer (47ebf4a)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,PropertyOverrides,ResolveLinks,useActiveVariantCallback,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useOverlayState,useRouter,withCSS,withOptimizedAppearEffect}from\"framer\";import{AnimatePresence,LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as ReactDOM from\"react-dom\";import Vimeo from\"https://framerusercontent.com/modules/0sWquksFr1YDkaIgrl9Z/VgWe6mCMJOseqaLiMnaC/Vimeo.js\";import SectionFooter from\"#framer/local/canvasComponent/bcMCVxfN7/bcMCVxfN7.js\";import HeroProjectDetails from\"#framer/local/canvasComponent/EjoAWB39v/EjoAWB39v.js\";import MenuOverlay from\"#framer/local/canvasComponent/lGPAEoeQL/lGPAEoeQL.js\";import HoverCTAImage from\"#framer/local/canvasComponent/XVSSeYEKQ/XVSSeYEKQ.js\";import SectionTopNav from\"#framer/local/canvasComponent/Zj9suFYN5/Zj9suFYN5.js\";import metadataProvider from\"#framer/local/webPageMetadata/vl1jKYHR4/vl1jKYHR4.js\";const SectionTopNavFonts=getFonts(SectionTopNav);const MenuOverlayFonts=getFonts(MenuOverlay);const HeroProjectDetailsFonts=getFonts(HeroProjectDetails);const VimeoFonts=getFonts(Vimeo);const MotionDivWithOptimizedAppearEffect=withOptimizedAppearEffect(motion.div);const HoverCTAImageFonts=getFonts(HoverCTAImage);const SectionFooterFonts=getFonts(SectionFooter);const breakpoints={bY_8dyF23:\"(max-width: 499px)\",KKYQOsydv:\"(min-width: 1200px)\",Rzh464D6G:\"(min-width: 500px) and (max-width: 1199px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-oucaa\";const variantClassNames={bY_8dyF23:\"framer-v-1jld5eh\",KKYQOsydv:\"framer-v-9zdmjt\",Rzh464D6G:\"framer-v-135l6we\"};const getContainer=()=>{return document.querySelector(\"#template-overlay\")??document.querySelector(\"#overlay\")??document.body;};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 transition1={damping:80,delay:0,mass:1,stiffness:480,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition1,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:80};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"KKYQOsydv\",Phone:\"bY_8dyF23\",Tablet:\"Rzh464D6G\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"KKYQOsydv\"};};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 AQkDIoP9r3bnx0g=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.toggle();});const DV1bSAd8T1wnntms=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.hide();});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const router=useRouter();useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"KKYQOsydv\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: var(--token-e8a950cf-b8df-4737-ab35-dc1766c73c8c, rgb(0, 0, 0)); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-9zdmjt\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(Overlay,{children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:120,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+0,children:/*#__PURE__*/_jsxs(Container,{className:\"framer-1jtnkkn-container\",id:\"1jtnkkn\",nodeId:\"StqiHop5J\",scopeId:\"vl1jKYHR4\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bY_8dyF23:{style:{width:\"100%\"},variant:overlay.visible?\"trzibzmKr\":\"CnjgvocIw\"}},children:/*#__PURE__*/_jsx(SectionTopNav,{AQkDIoP9r:AQkDIoP9r3bnx0g({overlay}),height:\"100%\",id:\"StqiHop5J\",layoutId:\"StqiHop5J\",style:{height:\"100%\",width:\"100%\"},variant:overlay.visible?\"trzibzmKr\":\"trzibzmKr\",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:cx(scopingClassNames,\"framer-186v0id\"),\"data-framer-portal-id\":\"1jtnkkn\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay.hide()},\"nlsZ3vwCd\"),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"100vw\",children:/*#__PURE__*/_jsx(Container,{className:cx(scopingClassNames,\"framer-1ko6xij-container\"),\"data-framer-portal-id\":\"1jtnkkn\",inComponentSlot:true,nodeId:\"mF2rzHHMu\",rendersWithMotion:true,scopeId:\"vl1jKYHR4\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bY_8dyF23:{variant:\"B1jr9BRUE\"},Rzh464D6G:{variant:\"tsjLW41MA\"}},children:/*#__PURE__*/_jsx(MenuOverlay,{DV1bSAd8T:DV1bSAd8T1wnntms({overlay}),height:\"100%\",id:\"mF2rzHHMu\",layoutId:\"mF2rzHHMu\",style:{height:\"100%\",width:\"100%\"},variant:\"ga2xQ0MYv\",width:\"100%\"})})})})]}),getContainer())})})]})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:610,width:`min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 0.8)`,y:(componentViewport?.y||0)+0+120,children:/*#__PURE__*/_jsx(Container,{className:\"framer-yiipi3-container\",nodeId:\"XNF83zTvi\",scopeId:\"vl1jKYHR4\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bY_8dyF23:{variant:\"gw8oJ4yk3\"},Rzh464D6G:{variant:\"gw8oJ4yk3\"}},children:/*#__PURE__*/_jsx(HeroProjectDetails,{EvpFuM63Y:\"The League Story\",Ggd2X9zcB:\"Brand, Strategy, Production\",height:\"100%\",id:\"XNF83zTvi\",layoutId:\"XNF83zTvi\",mvO_4SVii:\"Brand\",style:{maxWidth:\"100%\",width:\"100%\"},sZXANUB63:\"p3JqLWgxu\",variant:\"N7eh6eIIQ\",width:\"100%\",YLXwZ6SXR:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"In commemoration of the 10th anniversary of League, we present an interview with Mike Serbinis, one of its founders, who shares his remarkable journey with us.\\xa0\"})}),ZqCslvNHY:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{children:\"Creative Director\"}),/*#__PURE__*/_jsx(\"p\",{children:\"Producer\"})]})})})})}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-vesi9x\",\"data-framer-appear-id\":\"vesi9x\",\"data-framer-name\":\"Content\",initial:animation1,optimized:true,style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1bnoy7f\",\"data-framer-name\":\"Video - Vimeo\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1fz5kcs-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"El3Hf6rXc\",scopeId:\"vl1jKYHR4\",children:/*#__PURE__*/_jsx(Vimeo,{autoplay:false,backgroundColor:\"var(--token-e8a950cf-b8df-4737-ab35-dc1766c73c8c, rgb(0, 0, 0))\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:true,height:\"100%\",id:\"El3Hf6rXc\",isMixedBorderRadius:false,layoutId:\"El3Hf6rXc\",loop:false,mute:false,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,video:\"https://vimeo.com/1071159087?share=copy#t=0\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"e_wpNTl0j\"},implicitPathVariables:undefined},{href:{webPageId:\"e_wpNTl0j\"},implicitPathVariables:undefined},{href:{webPageId:\"e_wpNTl0j\"},implicitPathVariables:undefined},{href:{webPageId:\"e_wpNTl0j\"},implicitPathVariables:undefined},{href:{webPageId:\"e_wpNTl0j\"},implicitPathVariables:undefined},{href:{webPageId:\"e_wpNTl0j\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bY_8dyF23:{y:(componentViewport?.y||0)+0+921},Rzh464D6G:{y:(componentViewport?.y||0)+0+976}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:261,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+1326,children:/*#__PURE__*/_jsx(Container,{className:\"framer-5bqx54-container\",nodeId:\"Kq6k35XMH\",scopeId:\"vl1jKYHR4\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bY_8dyF23:{GDxtqVICA:resolvedLinks[5],TlopBjTEF:resolvedLinks[4],variant:\"sR7dHaF97\"},Rzh464D6G:{GDxtqVICA:resolvedLinks[3],TlopBjTEF:resolvedLinks[2],variant:\"sR7dHaF97\"}},children:/*#__PURE__*/_jsx(HoverCTAImage,{AYwb6ANie:\"Illustration\",GDxtqVICA:resolvedLinks[1],h1eslWOpx:addImageAlt({positionX:\"49.8%\",positionY:\"13.8%\",src:\"https://framerusercontent.com/images/MYv0VOa1mXRHCopIFft5gtC0Y.webp\",srcSet:\"https://framerusercontent.com/images/MYv0VOa1mXRHCopIFft5gtC0Y.webp?scale-down-to=1024 768w,https://framerusercontent.com/images/MYv0VOa1mXRHCopIFft5gtC0Y.webp?scale-down-to=2048 1536w,https://framerusercontent.com/images/MYv0VOa1mXRHCopIFft5gtC0Y.webp 2500w\"},\"\"),height:\"100%\",id:\"Kq6k35XMH\",kLcLOHmxR:\"Shutterstock OscarPop!\",layoutId:\"Kq6k35XMH\",style:{width:\"100%\"},TlopBjTEF:resolvedLinks[0],variant:\"VEYsphZ5X\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bY_8dyF23:{y:(componentViewport?.y||0)+0+1182},Rzh464D6G:{y:(componentViewport?.y||0)+0+1237}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:112,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+1587,children:/*#__PURE__*/_jsx(Container,{className:\"framer-qocedn-container\",nodeId:\"hf_6OKx74\",scopeId:\"vl1jKYHR4\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bY_8dyF23:{variant:\"STOTTzJWU\"},Rzh464D6G:{variant:\"FiEZdr3m9\"}},children:/*#__PURE__*/_jsx(SectionFooter,{height:\"100%\",id:\"hf_6OKx74\",layoutId:\"hf_6OKx74\",style:{height:\"100%\",width:\"100%\"},variant:\"U2473iq0r\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-oucaa.framer-1l8jsmo, .framer-oucaa .framer-1l8jsmo { display: block; }\",\".framer-oucaa.framer-9zdmjt { align-content: center; align-items: center; background-color: var(--token-e8a950cf-b8df-4737-ab35-dc1766c73c8c, #000000); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1200px; }\",\".framer-oucaa .framer-1jtnkkn-container { flex: none; height: 120px; position: sticky; top: 0px; width: 100%; z-index: 1; }\",\".framer-oucaa.framer-186v0id { background-color: rgba(0, 0, 0, 0.8); inset: 0px; position: fixed; user-select: none; }\",\".framer-oucaa.framer-1ko6xij-container { bottom: 0px; flex: none; left: 0px; position: fixed; right: 0px; top: 0px; }\",\".framer-oucaa .framer-yiipi3-container { flex: none; height: auto; max-width: 80%; position: relative; width: 100%; }\",\".framer-oucaa .framer-vesi9x { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 596px; justify-content: flex-start; max-width: 80%; overflow: hidden; padding: 0px; position: relative; width: 80%; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-oucaa .framer-1bnoy7f { aspect-ratio: 1.7647058823529411 / 1; background-color: var(--token-e8a950cf-b8df-4737-ab35-dc1766c73c8c, #000000); flex: none; height: var(--framer-aspect-ratio-supported, 544px); overflow: hidden; position: relative; width: 100%; }\",\".framer-oucaa .framer-1fz5kcs-container { flex: none; height: 100%; left: calc(50.00000000000002% - 100% / 2); position: absolute; top: calc(49.63235294117649% - 100% / 2); width: 100%; z-index: 1; }\",\".framer-oucaa .framer-5bqx54-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-oucaa .framer-qocedn-container { flex: none; height: 112px; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-oucaa.framer-9zdmjt, .framer-oucaa .framer-vesi9x { gap: 0px; } .framer-oucaa.framer-9zdmjt > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-oucaa.framer-9zdmjt > :first-child, .framer-oucaa .framer-vesi9x > :first-child { margin-top: 0px; } .framer-oucaa.framer-9zdmjt > :last-child, .framer-oucaa .framer-vesi9x > :last-child { margin-bottom: 0px; } .framer-oucaa .framer-vesi9x > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\",\"@media (min-width: 500px) and (max-width: 1199px) { .framer-oucaa.framer-9zdmjt { width: 500px; } .framer-oucaa .framer-1jtnkkn-container { order: 0; } .framer-oucaa .framer-yiipi3-container { order: 1; } .framer-oucaa .framer-vesi9x { height: 246px; order: 2; } .framer-oucaa .framer-1bnoy7f { height: var(--framer-aspect-ratio-supported, 227px); } .framer-oucaa .framer-5bqx54-container { order: 3; } .framer-oucaa .framer-qocedn-container { order: 4; }}\",\"@media (max-width: 499px) { .framer-oucaa.framer-9zdmjt { width: 390px; } .framer-oucaa .framer-1jtnkkn-container { height: auto; order: 0; } .framer-oucaa .framer-yiipi3-container { order: 1; } .framer-oucaa .framer-vesi9x { height: 191px; order: 2; } .framer-oucaa .framer-1bnoy7f { height: var(--framer-aspect-ratio-supported, 177px); } .framer-oucaa .framer-5bqx54-container { order: 3; } .framer-oucaa .framer-qocedn-container { order: 4; }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 1523\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"Rzh464D6G\":{\"layout\":[\"fixed\",\"auto\"]},\"bY_8dyF23\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections\n * @framerResponsiveScreen\n */const Framervl1jKYHR4=withCSS(Component,css,\"framer-oucaa\");export default Framervl1jKYHR4;Framervl1jKYHR4.displayName=\"Page\";Framervl1jKYHR4.defaultProps={height:1523,width:1200};addFonts(Framervl1jKYHR4,[{explicitInter:true,fonts:[]},...SectionTopNavFonts,...MenuOverlayFonts,...HeroProjectDetailsFonts,...VimeoFonts,...HoverCTAImageFonts,...SectionFooterFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framervl1jKYHR4\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Rzh464D6G\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"bY_8dyF23\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"1200\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerScrollSections\":\"* @framerResponsiveScreen\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"1523\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["SectionTopNavFonts", "getFonts", "Zj9suFYN5_default", "MenuOverlayFonts", "lGPAEoeQL_default", "HeroProjectDetailsFonts", "EjoAWB39v_default", "VimeoFonts", "Vimeo_default", "MotionDivWithOptimizedAppearEffect", "withOptimizedAppearEffect", "motion", "HoverCTAImageFonts", "XVSSeYEKQ_default", "SectionFooterFonts", "bcMCVxfN7_default", "breakpoints", "serializationHash", "variantClassNames", "getContainer", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "transition1", "animation", "animation1", "addImageAlt", "image", "alt", "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", "breakpoints", "gestureVariant", "activeVariantCallback", "delay", "useActiveVariantCallback", "AQkDIoP9r3bnx0g", "overlay", "loadMore", "args", "DV1bSAd8T1wnntms", "scopingClassNames", "cx", "router", "useRouter", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "l", "ComponentViewportProvider", "Container", "PropertyOverrides2", "Zj9suFYN5_default", "AnimatePresence", "Ga", "x", "lGPAEoeQL_default", "EjoAWB39v_default", "MotionDivWithOptimizedAppearEffect", "Vimeo_default", "ResolveLinks", "resolvedLinks", "XVSSeYEKQ_default", "bcMCVxfN7_default", "css", "Framervl1jKYHR4", "withCSS", "vl1jKYHR4_default", "addFonts", "SectionTopNavFonts", "MenuOverlayFonts", "HeroProjectDetailsFonts", "VimeoFonts", "HoverCTAImageFonts", "SectionFooterFonts", "__FramerMetadata__"]
}
