{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/PdnWKjUUu68uT1z2pga0/ClHs6YYEImqqKtrkf656/WAreY05lG.js", "ssg:https://framerusercontent.com/modules/mBqJvSNDGz8rOzEvFBxV/Dj1NuLd2NmKN0GL08709/dNHQGkGIw.js", "ssg:https://framerusercontent.com/modules/DIRUd72lzmydP2MuBgsd/392qSUwV6vDVIWT7N2re/hKDM0kQp1.js", "ssg:https://framerusercontent.com/modules/DRQp8vBiFwwBGQ8Q4WY4/thXFfRobGw43UbbLJTJ2/sJEkvDBQZ.js", "ssg:https://framerusercontent.com/modules/vfumWNrp2dPeblRBlkt2/ZxJFAzNB7pMAMg3QzARK/Tiled_image.js"],
  "sourcesContent": ["// Generated by Framer (0784c89)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,Floating,getFonts,getPropertyControls,Link,SmartComponentScopedContainer,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOverlayState,useVariantState,withCodeBoundaryForOverrides,withCSS,withFX}from\"framer\";import{AnimatePresence,LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{Icon as Feather}from\"https://framerusercontent.com/modules/f0DboytQenYh21kfme7W/zb1zVBMZJKgPMiedOi0y/Feather.js\";import{goToCart}from\"https://framerusercontent.com/modules/ieLknsdclppALHe9Dcur/hMUJgrOgTygftB7CjwqM/Frejya.js\";import HeimdallMenuClose from\"https://framerusercontent.com/modules/mBqJvSNDGz8rOzEvFBxV/Dj1NuLd2NmKN0GL08709/dNHQGkGIw.js\";import AssetsBALogo from\"https://framerusercontent.com/modules/DIRUd72lzmydP2MuBgsd/392qSUwV6vDVIWT7N2re/hKDM0kQp1.js\";import NavMobileContent from\"https://framerusercontent.com/modules/fWR0DOK8V3RiqbncbiCH/rGyZ1UL9JROdOBvlv5RP/o4aUnliuC.js\";import NavHeaderDropdown from\"https://framerusercontent.com/modules/6JKRL571F3IqYIbitIMN/VSquxq70Cm91K6uvJLIY/pkc_Edi5r.js\";import IconScroll from\"https://framerusercontent.com/modules/DRQp8vBiFwwBGQ8Q4WY4/thXFfRobGw43UbbLJTJ2/sJEkvDBQZ.js\";import NavSubLearn from\"https://framerusercontent.com/modules/6tuxNwRX9r0fmwc5iEPf/4wxRK0cDkpkVPw8kiDp0/TCWHahf0X.js\";import NavSubProduct from\"https://framerusercontent.com/modules/EOvBgbTFPca5ALHiYmTP/jwaciEdvbrFw5MOZHNvy/ZwASCplVh.js\";const AssetsBALogoFonts=getFonts(AssetsBALogo);const IconScrollFonts=getFonts(IconScroll);const NavHeaderDropdownFonts=getFonts(NavHeaderDropdown);const NavSubProductFonts=getFonts(NavSubProduct);const SmartComponentScopedContainerWithFX=withFX(SmartComponentScopedContainer);const NavSubLearnFonts=getFonts(NavSubLearn);const HeimdallMenuCloseFonts=getFonts(HeimdallMenuClose);const FeatherFonts=getFonts(Feather);const MotionDivGoToCart1clhb9m=withCodeBoundaryForOverrides(motion.div,{nodeId:\"eubJztZd6\",override:goToCart,scopeId:\"WAreY05lG\"});const NavMobileContentFonts=getFonts(NavMobileContent);const IconScrollControls=getPropertyControls(IconScroll);const cycleOrder=[\"U_a1P7Rz5\",\"oHNRX4LBv\",\"Hf7rzk7Pz\",\"z4vlVgd8R\"];const serializationHash=\"framer-nEPYU\";const variantClassNames={Hf7rzk7Pz:\"framer-v-x4qi8e\",oHNRX4LBv:\"framer-v-1knfpw0\",U_a1P7Rz5:\"framer-v-1kguuhm\",z4vlVgd8R:\"framer-v-1wlcgbd\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const transition2={delay:0,duration:.1,ease:[0,.04,.3,.99],type:\"tween\"};const transition3={delay:0,duration:.15,ease:[0,.04,.3,.99],type:\"tween\"};const transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;const transition4={duration:0,type:\"tween\"};const equals=(a,b)=>{return typeof a===\"string\"&&typeof b===\"string\"?a.toLowerCase()===b.toLowerCase():a===b;};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const transition5={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition5,x:0,y:-4};const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition5,x:0,y:0};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-4};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 Variants=motion.create(React.Fragment);const humanReadableEnumMap={\"Option 2\":\"FhZVTRVim\",\"Option 3\":\"In0OhgUU2\",Basic:\"nojkIVLKR\"};const humanReadableEnumMap1={Anubis:\"gsZR2RyOa\",BA:\"BOQsQr2it\",Beatgrid:\"Xatcr5YaP\",Buttcapper:\"Ze4y_hUWb\",Help:\"t0xd9TfT9\",Hylian:\"BCeKk_4zR\",KBar:\"PQEY5xDHI\",None:\"qs3hWEIJB\",Overlord:\"vVgPHmqAK\",Rubberhose:\"Z2m4t8Tnw\",Sammich:\"Stv3sitz3\",Schmeeer:\"cxSXmMHf8\",Soupcan:\"xaC6Rs9Bl\",Timelord:\"PfsPYrkI2\",Void:\"O0wAm_OFS\"};const humanReadableVariantMap={\"Desktop line\":\"oHNRX4LBv\",\"Mobile open\":\"z4vlVgd8R\",Desktop:\"U_a1P7Rz5\",Mobile:\"Hf7rzk7Pz\"};const getProps=({bALogo,height,id,product,showNav,width,...props})=>{return{...props,fWPYm260m:humanReadableEnumMap1[product]??product??props.fWPYm260m??\"qs3hWEIJB\",LpBEkfxvs:showNav??props.LpBEkfxvs??true,variant:humanReadableVariantMap[props.variant]??props.variant??\"U_a1P7Rz5\",WHPVsASuH:humanReadableEnumMap[bALogo]??bALogo??props.WHPVsASuH??\"nojkIVLKR\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};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,WHPVsASuH,fWPYm260m,LpBEkfxvs,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"U_a1P7Rz5\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const UPAMO1S3Stxyyif=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.show();});const onTapx0x3jr=activeVariantCallback(async(...args)=>{setVariant(\"z4vlVgd8R\");});const onTaparbjle=activeVariantCallback(async(...args)=>{setVariant(\"Hf7rzk7Pz\");});const EoFOeTk5Carbjle=activeVariantCallback(async(...args)=>{setVariant(\"Hf7rzk7Pz\");});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const visible=equals(WHPVsASuH,\"In0OhgUU2\");const isDisplayed=()=>{if([\"Hf7rzk7Pz\",\"z4vlVgd8R\"].includes(baseVariant))return true;return false;};const isDisplayed1=value=>{if([\"Hf7rzk7Pz\",\"z4vlVgd8R\"].includes(baseVariant))return false;return value;};const ref1=React.useRef(null);const ref2=React.useRef(null);const ref3=React.useRef(null);const ref4=React.useRef(null);const isDisplayed2=()=>{if([\"Hf7rzk7Pz\",\"z4vlVgd8R\"].includes(baseVariant))return false;return true;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,...addPropertyOverrides({Hf7rzk7Pz:{value:transition2},z4vlVgd8R:{value:transition3}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1kguuhm\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"U_a1P7Rz5\",ref:refBinding,style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(0, 0, 0, 0)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",backgroundColor:\"rgba(0, 0, 0, 0)\",...style},variants:{Hf7rzk7Pz:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-4443d33a-ab8c-4306-84f9-62072ebdd854, rgb(219, 219, 219))\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",backgroundColor:\"var(--token-04e5458c-073f-4ddf-b5e3-d5ea333b87b0, rgb(0, 0, 0))\"},z4vlVgd8R:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-4443d33a-ab8c-4306-84f9-62072ebdd854, rgb(219, 219, 219))\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",backgroundColor:\"var(--token-04e5458c-073f-4ddf-b5e3-d5ea333b87b0, rgb(0, 0, 0))\"}},...addPropertyOverrides({Hf7rzk7Pz:{\"data-border\":true,\"data-framer-name\":\"Mobile\"},oHNRX4LBv:{\"data-framer-name\":\"Desktop line\"},z4vlVgd8R:{\"data-border\":true,\"data-framer-name\":\"Mobile open\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-tm89ts\",\"data-framer-name\":\"Links\",layoutDependency:layoutDependency,layoutId:\"CG9NeTUVR\",transformTemplate:transformTemplate1,...addPropertyOverrides({Hf7rzk7Pz:{transformTemplate:undefined},z4vlVgd8R:{transformTemplate:undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-c036n6\",\"data-framer-name\":\"Left\",layoutDependency:layoutDependency,layoutId:\"nMipsL9IQ\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1imehut\",\"data-framer-name\":\"BA + Product\",layoutDependency:layoutDependency,layoutId:\"Tb1kQveHm\",children:[/*#__PURE__*/_jsx(Transition,{value:transition4,children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"tiAaDGWY2\"},motionChild:true,nodeId:\"GPHgTYBu5\",scopeId:\"WAreY05lG\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1k7mm7b framer-156g5vv\",\"data-framer-name\":\"BA logo\",layoutDependency:layoutDependency,layoutId:\"GPHgTYBu5\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,y:(componentViewport?.y||0)+((componentViewport?.height||64)*.5000000000000002-18)+5+0+0+0+-18,...addPropertyOverrides({Hf7rzk7Pz:{y:(componentViewport?.y||0)+0+0+11+0+0+0+-18},z4vlVgd8R:{y:(componentViewport?.y||0)+0+0+11+0+0+0+-18}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-19ocpa-container\",layoutDependency:layoutDependency,layoutId:\"P4gD9LdOY-container\",nodeId:\"P4gD9LdOY\",rendersWithMotion:true,scopeId:\"WAreY05lG\",children:/*#__PURE__*/_jsx(AssetsBALogo,{height:\"100%\",id:\"P4gD9LdOY\",layoutId:\"P4gD9LdOY\",style:{height:\"100%\"},variant:\"nD_9g9RkI\",width:\"100%\"})})}),visible&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,y:(componentViewport?.y||0)+((componentViewport?.height||64)*.5000000000000002-18)+5+0+0+0+18,...addPropertyOverrides({Hf7rzk7Pz:{y:(componentViewport?.y||0)+0+0+11+0+0+0+18},z4vlVgd8R:{y:(componentViewport?.y||0)+0+0+11+0+0+0+18}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-p0crph-container\",layoutDependency:layoutDependency,layoutId:\"sZ0QPS3hy-container\",nodeId:\"sZ0QPS3hy\",rendersWithMotion:true,scopeId:\"WAreY05lG\",children:/*#__PURE__*/_jsx(AssetsBALogo,{height:\"100%\",id:\"sZ0QPS3hy\",layoutId:\"sZ0QPS3hy\",style:{height:\"100%\"},variant:\"LRNPVX9J4\",width:\"100%\",...addPropertyOverrides({z4vlVgd8R:{variant:\"nD_9g9RkI\"}},baseVariant,gestureVariant)})})})]})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ucb49s\",\"data-framer-name\":\"Left\",layoutDependency:layoutDependency,layoutId:\"mr1maXeXL\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-pn0v6s\",\"data-framer-name\":\"Product logo\",layoutDependency:layoutDependency,layoutId:\"Bk3Arzrov\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,y:(componentViewport?.y||0)+((componentViewport?.height||64)*.5000000000000002-18)+5+0+0+0+0+0,...addPropertyOverrides({Hf7rzk7Pz:{y:(componentViewport?.y||0)+0+0+11+0+0+0+0+0},z4vlVgd8R:{y:(componentViewport?.y||0)+0+0+11+0+0+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-lb0ucc-container\",layoutDependency:layoutDependency,layoutId:\"CigaZvBoz-container\",nodeId:\"CigaZvBoz\",rendersWithMotion:true,scopeId:\"WAreY05lG\",children:/*#__PURE__*/_jsx(IconScroll,{height:\"100%\",id:\"CigaZvBoz\",layoutId:\"CigaZvBoz\",variant:fWPYm260m,width:\"100%\"})})})}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1u99utv\",\"data-framer-name\":\"Spacer\",layoutDependency:layoutDependency,layoutId:\"dfMo_P3XR\"})]}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1koy3m6\",\"data-framer-name\":\"Spacer\",layoutDependency:layoutDependency,layoutId:\"msamTUSsf\"})]}),isDisplayed1(LpBEkfxvs)&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-14vf9wg\",\"data-framer-name\":\"Links\",layoutDependency:layoutDependency,layoutId:\"jMeXxFd_A\",children:[/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,y:(componentViewport?.y||0)+((componentViewport?.height||64)*.5000000000000002-18)+5+0+0,children:/*#__PURE__*/_jsxs(SmartComponentScopedContainer,{className:\"framer-ru0zfg-container\",id:`${layoutId}-ru0zfg`,layoutDependency:layoutDependency,layoutId:\"Fhc_dBewY-container\",nodeId:\"Fhc_dBewY\",ref:ref1,rendersWithMotion:true,scopeId:\"WAreY05lG\",children:[/*#__PURE__*/_jsx(NavHeaderDropdown,{height:\"100%\",HiWhccX6_:\"Products\",id:\"Fhc_dBewY\",layoutId:\"Fhc_dBewY\",style:{height:\"100%\"},UPAMO1S3S:UPAMO1S3Stxyyif({overlay}),variant:overlay.visible?\"J6yN58w_A\":\"HK6Gk9p9Z\",width:\"100%\"}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"start\",anchorRef:ref1,className:cx(scopingClassNames,classNames),collisionDetection:true,collisionDetectionPadding:20,\"data-framer-portal-id\":`${layoutId}-ru0zfg`,offsetX:0,offsetY:0,onDismiss:overlay.hide,placement:\"bottom\",safeArea:true,zIndex:11,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:391,y:(componentViewport?.y||0)+((componentViewport?.height||64)*.5000000000000002-18)+5+0+0+0,children:/*#__PURE__*/_jsx(SmartComponentScopedContainerWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation1,className:\"framer-1ouce9q-container\",exit:animation,inComponentSlot:true,initial:animation2,layoutDependency:layoutDependency,layoutId:\"aSTi_gen1-container\",nodeId:\"aSTi_gen1\",ref:ref2,rendersWithMotion:true,role:\"dialog\",scopeId:\"WAreY05lG\",children:/*#__PURE__*/_jsx(NavSubProduct,{height:\"100%\",id:\"aSTi_gen1\",layoutId:\"aSTi_gen1\",niVjZsl8I:\"Freebies\",variant:\"zDsXjDIxL\",width:\"100%\"})})})})})]})})})}),/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay1=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,y:(componentViewport?.y||0)+((componentViewport?.height||64)*.5000000000000002-18)+5+0+0,children:/*#__PURE__*/_jsxs(SmartComponentScopedContainer,{className:\"framer-1553v3s-container\",id:`${layoutId}-1553v3s`,layoutDependency:layoutDependency,layoutId:\"O4vqiEVOf-container\",nodeId:\"O4vqiEVOf\",ref:ref3,rendersWithMotion:true,scopeId:\"WAreY05lG\",children:[/*#__PURE__*/_jsx(NavHeaderDropdown,{height:\"100%\",HiWhccX6_:\"Learn\",id:\"O4vqiEVOf\",layoutId:\"O4vqiEVOf\",style:{height:\"100%\"},UPAMO1S3S:UPAMO1S3Stxyyif({overlay:overlay1}),variant:overlay1.visible?\"J6yN58w_A\":\"HK6Gk9p9Z\",width:\"100%\"}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay1.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"start\",anchorRef:ref3,className:cx(scopingClassNames,classNames),collisionDetection:true,collisionDetectionPadding:20,\"data-framer-portal-id\":`${layoutId}-1553v3s`,offsetX:0,offsetY:0,onDismiss:overlay1.hide,placement:\"bottom\",safeArea:true,zIndex:11,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:344,y:(componentViewport?.y||0)+((componentViewport?.height||64)*.5000000000000002-18)+5+0+0+0,children:/*#__PURE__*/_jsx(SmartComponentScopedContainerWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation1,className:\"framer-1nb0msb-container\",exit:animation,inComponentSlot:true,initial:animation2,layoutDependency:layoutDependency,layoutId:\"DycTFUv68-container\",nodeId:\"DycTFUv68\",ref:ref4,rendersWithMotion:true,role:\"dialog\",scopeId:\"WAreY05lG\",children:/*#__PURE__*/_jsx(NavSubLearn,{height:\"100%\",id:\"DycTFUv68\",layoutId:\"DycTFUv68\",variant:\"G1dySoBWa\",width:\"100%\"})})})})})]})})})})]})]}),LpBEkfxvs&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-7izd2f\",\"data-framer-name\":\"Right\",layoutDependency:layoutDependency,layoutId:\"bcfFfhPNv\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-g14c4j\",\"data-framer-name\":\"Menu button\",layoutDependency:layoutDependency,layoutId:\"j2G_MLqTx\",style:{borderBottomLeftRadius:60,borderBottomRightRadius:60,borderTopLeftRadius:60,borderTopRightRadius:60},...addPropertyOverrides({Hf7rzk7Pz:{\"data-highlight\":true,onTap:onTapx0x3jr},z4vlVgd8R:{\"data-highlight\":true,onTap:onTaparbjle}},baseVariant,gestureVariant),children:isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({Hf7rzk7Pz:{height:32,width:\"32px\",y:(componentViewport?.y||0)+0+0+6+0+0+2},z4vlVgd8R:{height:32,width:\"32px\",y:(componentViewport?.y||0)+0+0+6+0+0+2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1p1tuc9-container\",layoutDependency:layoutDependency,layoutId:\"cwi7iYYNE-container\",nodeId:\"cwi7iYYNE\",rendersWithMotion:true,scopeId:\"WAreY05lG\",children:/*#__PURE__*/_jsx(HeimdallMenuClose,{height:\"100%\",id:\"cwi7iYYNE\",layoutId:\"cwi7iYYNE\",style:{width:\"100%\"},variant:\"DLzbe1Jdt\",width:\"100%\",...addPropertyOverrides({z4vlVgd8R:{variant:\"FpaxfKPMj\"}},baseVariant,gestureVariant)})})})}),isDisplayed2()&&/*#__PURE__*/_jsx(MotionDivGoToCart1clhb9m,{className:\"framer-1clhb9m\",\"data-framer-name\":\"Cart Tap\",layoutDependency:layoutDependency,layoutId:\"eubJztZd6\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-yxfsvg-container\",\"data-framer-name\":\"Cart\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"ouAjunqET-container\",name:\"Cart\",nodeId:\"ouAjunqET\",rendersWithMotion:true,scopeId:\"WAreY05lG\",children:/*#__PURE__*/_jsx(Feather,{color:\"var(--token-a4722113-4bd0-4fc7-a7fd-7da1c9d0cef8, rgb(255, 255, 255))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"shopping-cart\",id:\"ouAjunqET\",layoutId:\"ouAjunqET\",mirrored:false,name:\"Cart\",selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})]})]}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({Hf7rzk7Pz:{height:1e3,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0},z4vlVgd8R:{height:Math.max((componentViewport?.height||817)*1,700),width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-dywii7-container\",layoutDependency:layoutDependency,layoutId:\"T_7inroYL-container\",nodeId:\"T_7inroYL\",rendersWithMotion:true,scopeId:\"WAreY05lG\",children:/*#__PURE__*/_jsx(NavMobileContent,{height:\"100%\",id:\"T_7inroYL\",layoutId:\"T_7inroYL\",style:{height:\"100%\",width:\"100%\"},variant:\"ENUod4wN7\",width:\"100%\",...addPropertyOverrides({z4vlVgd8R:{EoFOeTk5C:EoFOeTk5Carbjle,variant:\"yU7acer1k\"}},baseVariant,gestureVariant)})})}),isDisplayed2()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-3hapbq\",\"data-framer-name\":\"BG\",layoutDependency:layoutDependency,layoutId:\"XJtyPQeqE\",style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(0, 0, 0, 0)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",backgroundColor:\"var(--token-04e5458c-073f-4ddf-b5e3-d5ea333b87b0, rgb(232, 230, 230))\"},variants:{oHNRX4LBv:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-4443d33a-ab8c-4306-84f9-62072ebdd854, rgb(219, 219, 219))\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\"}},...addPropertyOverrides({oHNRX4LBv:{\"data-border\":true}},baseVariant,gestureVariant)})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-nEPYU.framer-156g5vv, .framer-nEPYU .framer-156g5vv { display: block; }\",\".framer-nEPYU.framer-1kguuhm { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 64px; justify-content: center; overflow: visible; padding: 28px; position: relative; width: 1069px; }\",\".framer-nEPYU .framer-tm89ts { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; left: 50%; max-width: 1420px; overflow: visible; padding: 0px 28px 0px 28px; position: absolute; top: 50%; width: 100%; z-index: 1; }\",\".framer-nEPYU .framer-c036n6 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; max-width: 1400px; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-nEPYU .framer-1imehut { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-nEPYU .framer-1k7mm7b { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-nEPYU .framer-19ocpa-container, .framer-nEPYU .framer-p0crph-container { flex: none; height: 26px; position: relative; width: auto; }\",\".framer-nEPYU .framer-1ucb49s { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-nEPYU .framer-pn0v6s { 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: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-nEPYU .framer-lb0ucc-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-nEPYU .framer-1u99utv, .framer-nEPYU .framer-1koy3m6 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; min-height: 26px; min-width: 18px; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-nEPYU .framer-14vf9wg { align-content: center; align-items: center; align-self: stretch; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 28px; height: auto; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-nEPYU .framer-ru0zfg-container, .framer-nEPYU .framer-1553v3s-container { cursor: s-resize; flex: none; height: 100%; position: relative; width: auto; }\",\".framer-nEPYU .framer-1ouce9q-container, .framer-nEPYU .framer-1nb0msb-container { height: auto; position: relative; width: auto; }\",\".framer-nEPYU .framer-7izd2f { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; max-width: 1400px; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-nEPYU .framer-g14c4j { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 36px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-nEPYU .framer-1p1tuc9-container { flex: none; height: auto; position: relative; width: 100px; }\",\".framer-nEPYU .framer-1clhb9m { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 24px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-nEPYU .framer-yxfsvg-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 26px); position: relative; width: 23px; }\",\".framer-nEPYU .framer-dywii7-container { flex: none; height: calc(var(--framer-viewport-height, 100vh) * 1); left: 0px; position: absolute; right: 0px; top: 0px; z-index: 1; }\",\".framer-nEPYU .framer-3hapbq { flex: none; height: 100%; left: calc(50.00000000000002% - 100% / 2); overflow: visible; position: absolute; top: 0px; width: 100%; z-index: -1; }\",\".framer-nEPYU.framer-v-x4qi8e.framer-1kguuhm { align-content: flex-start; align-items: flex-start; gap: 64px; height: 48px; justify-content: flex-start; overflow: hidden; padding: 0px; width: 390px; }\",\".framer-nEPYU.framer-v-x4qi8e .framer-tm89ts, .framer-nEPYU.framer-v-1wlcgbd .framer-tm89ts { left: unset; padding: 6px 16px 6px 16px; position: relative; top: unset; }\",\".framer-nEPYU.framer-v-x4qi8e .framer-c036n6 { flex: 1 0 0px; gap: 12px; width: 1px; }\",\".framer-nEPYU.framer-v-x4qi8e .framer-1imehut, .framer-nEPYU.framer-v-1wlcgbd .framer-1imehut { flex: 1 0 0px; gap: unset; justify-content: space-between; width: 1px; }\",\".framer-nEPYU.framer-v-x4qi8e .framer-1k7mm7b, .framer-nEPYU.framer-v-1wlcgbd .framer-1k7mm7b { order: 1; }\",\".framer-nEPYU.framer-v-x4qi8e .framer-1ucb49s, .framer-nEPYU.framer-v-1wlcgbd .framer-1ucb49s { order: 0; }\",\".framer-nEPYU.framer-v-x4qi8e .framer-1koy3m6, .framer-nEPYU.framer-v-1wlcgbd .framer-1koy3m6 { order: 2; }\",\".framer-nEPYU.framer-v-x4qi8e .framer-g14c4j { cursor: pointer; order: 0; }\",\".framer-nEPYU.framer-v-x4qi8e .framer-1p1tuc9-container, .framer-nEPYU.framer-v-1wlcgbd .framer-1p1tuc9-container { width: 32px; }\",\".framer-nEPYU.framer-v-x4qi8e .framer-dywii7-container { min-height: 700px; z-index: unset; }\",\".framer-nEPYU.framer-v-1wlcgbd.framer-1kguuhm { align-content: flex-start; align-items: flex-start; gap: 64px; height: min-content; justify-content: flex-start; min-height: calc(var(--framer-viewport-height, 100vh) * 1); overflow: hidden; padding: 0px; width: 390px; }\",\".framer-nEPYU.framer-v-1wlcgbd .framer-c036n6 { flex: 1 0 0px; width: 1px; }\",\".framer-nEPYU.framer-v-1wlcgbd .framer-g14c4j { cursor: pointer; }\",\".framer-nEPYU.framer-v-1wlcgbd .framer-dywii7-container { height: 100%; min-height: 700px; z-index: unset; }\",'.framer-nEPYU[data-border=\"true\"]::after, .framer-nEPYU [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 64\n * @framerIntrinsicWidth 1069\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"oHNRX4LBv\":{\"layout\":[\"fixed\",\"fixed\"]},\"Hf7rzk7Pz\":{\"layout\":[\"fixed\",\"fixed\"]},\"z4vlVgd8R\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,null,\"100vh\",null]}}}\n * @framerVariables {\"WHPVsASuH\":\"bALogo\",\"fWPYm260m\":\"product\",\"LpBEkfxvs\":\"showNav\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerWAreY05lG=withCSS(Component,css,\"framer-nEPYU\");export default FramerWAreY05lG;FramerWAreY05lG.displayName=\"header\";FramerWAreY05lG.defaultProps={height:64,width:1069};addPropertyControls(FramerWAreY05lG,{variant:{options:[\"U_a1P7Rz5\",\"oHNRX4LBv\",\"Hf7rzk7Pz\",\"z4vlVgd8R\"],optionTitles:[\"Desktop\",\"Desktop line\",\"Mobile\",\"Mobile open\"],title:\"Variant\",type:ControlType.Enum},WHPVsASuH:{defaultValue:\"nojkIVLKR\",options:[\"nojkIVLKR\",\"FhZVTRVim\",\"In0OhgUU2\"],optionTitles:[\"Basic\",\"Option 2\",\"Option 3\"],title:\"BA logo\",type:ControlType.Enum},fWPYm260m:IconScrollControls?.[\"variant\"]&&{...IconScrollControls[\"variant\"],defaultValue:\"qs3hWEIJB\",description:undefined,hidden:undefined,title:\"Product\"},LpBEkfxvs:{defaultValue:true,title:\"Show nav\",type:ControlType.Boolean}});addFonts(FramerWAreY05lG,[{explicitInter:true,fonts:[]},...AssetsBALogoFonts,...IconScrollFonts,...NavHeaderDropdownFonts,...NavSubProductFonts,...NavSubLearnFonts,...HeimdallMenuCloseFonts,...FeatherFonts,...NavMobileContentFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerWAreY05lG\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerVariables\":\"{\\\"WHPVsASuH\\\":\\\"bALogo\\\",\\\"fWPYm260m\\\":\\\"product\\\",\\\"LpBEkfxvs\\\":\\\"showNav\\\"}\",\"framerColorSyntax\":\"true\",\"framerIntrinsicHeight\":\"64\",\"framerAutoSizeImages\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"1069\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"oHNRX4LBv\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Hf7rzk7Pz\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"z4vlVgd8R\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,null,\\\"100vh\\\",null]}}}\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (8dd9d28)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOnVariantChange,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const cycleOrder=[\"FpaxfKPMj\",\"KoQXkIR6h\",\"DLzbe1Jdt\"];const serializationHash=\"framer-8Ns8G\";const variantClassNames={DLzbe1Jdt:\"framer-v-wghv9u\",FpaxfKPMj:\"framer-v-6nj0fv\",KoQXkIR6h:\"framer-v-1gjz94k\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.25,delay:0,duration:.35,type:\"spring\"};const transition2={duration:0,type:\"tween\"};const transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;const transition3={delay:0,duration:.2,ease:[.87,.03,.73,.35],type:\"tween\"};const transition4={delay:.02,duration:.22,ease:[.98,.02,.93,.63],type:\"tween\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const transition5={delay:.05,duration:.2,ease:[.87,.03,.73,.35],type:\"tween\"};const transition6={delay:0,duration:.22,ease:[.98,.02,.93,.63],type:\"tween\"};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Menu out\":\"DLzbe1Jdt\",Close:\"FpaxfKPMj\",Menu:\"KoQXkIR6h\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"FpaxfKPMj\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};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);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"FpaxfKPMj\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapa9bb38=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"DLzbe1Jdt\");});const onTap197jpw6=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"FpaxfKPMj\");});const onAppear1bx3cp5=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"KoQXkIR6h\",true),350);});useOnVariantChange(baseVariant,{DLzbe1Jdt:onAppear1bx3cp5});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,...addPropertyOverrides({KoQXkIR6h:{value:transition2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-6nj0fv\",className,classNames),\"data-framer-name\":\"Close\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"FpaxfKPMj\",onTap:onTapa9bb38,ref:refBinding,style:{...style},...addPropertyOverrides({DLzbe1Jdt:{\"data-framer-name\":\"Menu out\",onTap:undefined},KoQXkIR6h:{\"data-framer-name\":\"Menu\",onTap:onTap197jpw6}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1dak5xt\",layoutDependency:layoutDependency,layoutId:\"YyAzWLpvT\",style:{rotate:0},variants:{DLzbe1Jdt:{rotate:90},KoQXkIR6h:{rotate:-90}},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-agfp43\",\"data-framer-name\":\"Dots\",layoutDependency:layoutDependency,layoutId:\"sFCh7toW2\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-4li1wp\",layoutDependency:layoutDependency,layoutId:\"y0TZe7cTA\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-xgdazk\",layoutDependency:layoutDependency,layoutId:\"h3OoZgtzv\",style:{backgroundColor:\"var(--token-a4722113-4bd0-4fc7-a7fd-7da1c9d0cef8, rgb(255, 255, 255))\",borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-qirsxs\",layoutDependency:layoutDependency,layoutId:\"l2IMxl_Cg\",style:{backgroundColor:\"var(--token-a4722113-4bd0-4fc7-a7fd-7da1c9d0cef8, rgb(255, 255, 255))\",borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100}})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-xlsve0\",layoutDependency:layoutDependency,layoutId:\"tKfBhfvii\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-qel92q\",layoutDependency:layoutDependency,layoutId:\"g94XZUumP\",style:{backgroundColor:\"var(--token-a4722113-4bd0-4fc7-a7fd-7da1c9d0cef8, rgb(255, 255, 255))\",borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1rqk5w\",layoutDependency:layoutDependency,layoutId:\"cHZJctin6\",style:{backgroundColor:\"var(--token-a4722113-4bd0-4fc7-a7fd-7da1c9d0cef8, rgb(255, 255, 255))\",borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100}})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-2at4wh\",\"data-framer-name\":\"Lines\",layoutDependency:layoutDependency,layoutId:\"bTAy8q0fH\",style:{rotate:45},children:[/*#__PURE__*/_jsx(Transition,{value:transition3,...addPropertyOverrides({DLzbe1Jdt:{value:transition4},KoQXkIR6h:{value:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-wheymf\",\"data-framer-name\":\"first\",layoutDependency:layoutDependency,layoutId:\"AOwbn_zrD\",style:{rotate:90},transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-ed7lvc\",layoutDependency:layoutDependency,layoutId:\"VWXs0zCnH\",style:{backgroundColor:\"var(--token-a4722113-4bd0-4fc7-a7fd-7da1c9d0cef8, rgb(255, 255, 255))\",borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100}})})}),/*#__PURE__*/_jsx(Transition,{value:transition5,...addPropertyOverrides({DLzbe1Jdt:{value:transition6},KoQXkIR6h:{value:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1pblhq4\",\"data-framer-name\":\"second\",layoutDependency:layoutDependency,layoutId:\"u7OoYI9MZ\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-xpd91o\",layoutDependency:layoutDependency,layoutId:\"K4fCbt3zY\",style:{backgroundColor:\"var(--token-a4722113-4bd0-4fc7-a7fd-7da1c9d0cef8, rgb(255, 255, 255))\",borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100}})})})]})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-8Ns8G.framer-9r5464, .framer-8Ns8G .framer-9r5464 { display: block; }\",\".framer-8Ns8G.framer-6nj0fv { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 32px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 32px; }\",\".framer-8Ns8G .framer-1dak5xt { 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; min-height: 32px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-8Ns8G .framer-agfp43 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: 32px; justify-content: center; left: calc(50.00000000000002% - 32px / 2); overflow: visible; padding: 0px; position: absolute; top: calc(50.00000000000002% - 32px / 2); width: 32px; z-index: 1; }\",\".framer-8Ns8G .framer-4li1wp, .framer-8Ns8G .framer-xlsve0 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-8Ns8G .framer-xgdazk, .framer-8Ns8G .framer-qirsxs, .framer-8Ns8G .framer-qel92q, .framer-8Ns8G .framer-1rqk5w { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 5px); overflow: visible; position: relative; width: 4px; }\",\".framer-8Ns8G .framer-2at4wh { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 32px; justify-content: center; left: calc(50.00000000000002% - 32px / 2); overflow: visible; padding: 0px; position: absolute; top: calc(50.00000000000002% - 32px / 2); width: 32px; z-index: 1; }\",\".framer-8Ns8G .framer-wheymf, .framer-8Ns8G .framer-1pblhq4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: 50%; overflow: visible; padding: 0px; position: absolute; top: 50%; width: 24px; z-index: 1; }\",\".framer-8Ns8G .framer-ed7lvc, .framer-8Ns8G .framer-xpd91o { flex: none; height: 4px; overflow: visible; position: relative; width: 21px; z-index: 1; }\",\".framer-8Ns8G.framer-v-1gjz94k .framer-wheymf, .framer-8Ns8G.framer-v-1gjz94k .framer-1pblhq4, .framer-8Ns8G.framer-v-wghv9u .framer-wheymf { justify-content: flex-start; width: 21px; }\",\".framer-8Ns8G.framer-v-1gjz94k .framer-ed7lvc, .framer-8Ns8G.framer-v-1gjz94k .framer-xpd91o, .framer-8Ns8G.framer-v-wghv9u .framer-ed7lvc, .framer-8Ns8G.framer-v-wghv9u .framer-xpd91o { width: 4px; }\",\".framer-8Ns8G.framer-v-wghv9u.framer-6nj0fv { cursor: unset; }\",\".framer-8Ns8G.framer-v-wghv9u .framer-1pblhq4 { justify-content: flex-end; width: 21px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 32\n * @framerIntrinsicWidth 32\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"KoQXkIR6h\":{\"layout\":[\"fixed\",\"fixed\"]},\"DLzbe1Jdt\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerdNHQGkGIw=withCSS(Component,css,\"framer-8Ns8G\");export default FramerdNHQGkGIw;FramerdNHQGkGIw.displayName=\"Heimdall/menu-close\";FramerdNHQGkGIw.defaultProps={height:32,width:32};addPropertyControls(FramerdNHQGkGIw,{variant:{options:[\"FpaxfKPMj\",\"KoQXkIR6h\",\"DLzbe1Jdt\"],optionTitles:[\"Close\",\"Menu\",\"Menu out\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerdNHQGkGIw,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerdNHQGkGIw\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"32\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"32\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerColorSyntax\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"KoQXkIR6h\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"DLzbe1Jdt\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerAutoSizeImages\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./dNHQGkGIw.map", "// Generated by Framer (2306ade)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const cycleOrder=[\"nD_9g9RkI\",\"EuEp0ibc1\",\"LRNPVX9J4\"];const serializationHash=\"framer-hxBCs\";const variantClassNames={EuEp0ibc1:\"framer-v-x0kuv0\",LRNPVX9J4:\"framer-v-74bonh\",nD_9g9RkI:\"framer-v-xd3ipy\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Black:\"EuEp0ibc1\",Stacked:\"LRNPVX9J4\",White:\"nD_9g9RkI\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"nD_9g9RkI\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};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);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"nD_9g9RkI\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-xd3ipy\",className,classNames),\"data-framer-name\":\"White\",layoutDependency:layoutDependency,layoutId:\"nD_9g9RkI\",ref:refBinding,style:{filter:\"none\",WebkitFilter:\"none\",...style},variants:{EuEp0ibc1:{filter:\"brightness(0)\",WebkitFilter:\"brightness(0)\"},LRNPVX9J4:{filter:\"none\",WebkitFilter:\"none\"}},...addPropertyOverrides({EuEp0ibc1:{\"data-framer-name\":\"Black\"},LRNPVX9J4:{\"data-framer-name\":\"Stacked\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"R0Y7SUJNIFBsZXggTW9uby01MDA=\",\"--framer-font-family\":'\"IBM Plex Mono\", monospace',\"--framer-font-size\":\"13.1319512011678px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0.368em\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--token-a4722113-4bd0-4fc7-a7fd-7da1c9d0cef8, rgb(28, 28, 28)))\",\"--framer-text-transform\":\"uppercase\"},children:\"battle axe\"})}),className:\"framer-1k6bgpw\",\"data-framer-name\":\"386\",fonts:[\"GF;IBM Plex Mono-500\"],layoutDependency:layoutDependency,layoutId:\"ZKiVOctJG\",style:{\"--extracted-1of0zx5\":\"var(--token-a4722113-4bd0-4fc7-a7fd-7da1c9d0cef8, rgb(28, 28, 28))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},variants:{LRNPVX9J4:{\"--extracted-2gxw0f\":\"var(--token-a4722113-4bd0-4fc7-a7fd-7da1c9d0cef8, rgb(255, 255, 255))\",\"--extracted-r6o4lv\":\"var(--token-a4722113-4bd0-4fc7-a7fd-7da1c9d0cef8, rgb(255, 255, 255))\"}},verticalAlignment:\"top\",viewBox:\"0 0 122 13\",withExternalLayout:true,...addPropertyOverrides({EuEp0ibc1:{viewBox:\"0 0 122.16744195797025 13\"},LRNPVX9J4:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0NIQU5FWSBSZWd1bGFy\",\"--framer-font-family\":'\"CHANEY Regular\", \"CHANEY Regular Placeholder\", sans-serif',\"--framer-font-size\":\"27.98888901523048px\",\"--framer-line-height\":\"0.8em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-a4722113-4bd0-4fc7-a7fd-7da1c9d0cef8, rgb(255, 255, 255)))\"},children:\"battle\"}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0NIQU5FWSBSZWd1bGFy\",\"--framer-font-family\":'\"CHANEY Regular\", \"CHANEY Regular Placeholder\", sans-serif',\"--framer-font-size\":\"27.98888901523048px\",\"--framer-line-height\":\"0.8em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-2gxw0f, var(--token-a4722113-4bd0-4fc7-a7fd-7da1c9d0cef8, rgb(255, 255, 255)))\"},children:\"axe\"})]}),fonts:[\"CUSTOM;CHANEY Regular\"],viewBox:\"0 0 122 45\"}},baseVariant,gestureVariant)})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-hxBCs.framer-a4o0pz, .framer-hxBCs .framer-a4o0pz { display: block; }\",\".framer-hxBCs.framer-xd3ipy { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 21px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 122px; }\",\".framer-hxBCs .framer-1k6bgpw { flex: 1 0 0px; height: auto; position: relative; white-space: pre; width: 1px; }\",\".framer-hxBCs.framer-v-x0kuv0.framer-xd3ipy { aspect-ratio: 5.91 / 1; height: var(--framer-aspect-ratio-supported, 21px); }\",\".framer-hxBCs.framer-v-74bonh.framer-xd3ipy { aspect-ratio: 5.91 / 1; height: var(--framer-aspect-ratio-supported, 45px); }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 20.5\n * @framerIntrinsicWidth 122\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"EuEp0ibc1\":{\"layout\":[\"fixed\",\"fixed\"]},\"LRNPVX9J4\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerhKDM0kQp1=withCSS(Component,css,\"framer-hxBCs\");export default FramerhKDM0kQp1;FramerhKDM0kQp1.displayName=\"assets/BA-logo\";FramerhKDM0kQp1.defaultProps={height:20.5,width:122};addPropertyControls(FramerhKDM0kQp1,{variant:{options:[\"nD_9g9RkI\",\"EuEp0ibc1\",\"LRNPVX9J4\"],optionTitles:[\"White\",\"Black\",\"Stacked\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerhKDM0kQp1,[{explicitInter:true,fonts:[{family:\"IBM Plex Mono\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/ibmplexmono/v19/-F6qfjptAgt5VM-kVkqdyU8n3twJ8lJPg-IUDNg.woff2\",weight:\"500\"},{family:\"CHANEY Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/VRYrhvYaSnAMtf2uREpTRqwPk8.woff2\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerhKDM0kQp1\",\"slots\":[],\"annotations\":{\"framerColorSyntax\":\"true\",\"framerIntrinsicHeight\":\"20.5\",\"framerImmutableVariables\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"EuEp0ibc1\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"LRNPVX9J4\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"122\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./hKDM0kQp1.map", "// Generated by Framer (0784c89)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,Link,SmartComponentScopedContainer,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{Icon as Iconoir}from\"https://framerusercontent.com/modules/zL9598C4KbEbqUGvSR14/rI8sPHpnG9XGcCPc0vU4/Iconoir.js\";import AssetsIcons2 from\"https://framerusercontent.com/modules/STVpvi6MbagVPBG8XpEC/mVHDZFD3rt3jbo8b6xXZ/VtbeTaOKs.js\";const IconoirFonts=getFonts(Iconoir);const AssetsIcons2Fonts=getFonts(AssetsIcons2);const cycleOrder=[\"qs3hWEIJB\",\"t0xd9TfT9\",\"vVgPHmqAK\",\"Z2m4t8Tnw\",\"gsZR2RyOa\",\"PfsPYrkI2\",\"BOQsQr2it\",\"O0wAm_OFS\",\"Xatcr5YaP\",\"Ze4y_hUWb\",\"cxSXmMHf8\",\"BCeKk_4zR\",\"xaC6Rs9Bl\",\"Stv3sitz3\",\"PQEY5xDHI\"];const serializationHash=\"framer-H2ibC\";const variantClassNames={BCeKk_4zR:\"framer-v-1n5efic\",BOQsQr2it:\"framer-v-eadyeq\",cxSXmMHf8:\"framer-v-a3axiq\",gsZR2RyOa:\"framer-v-1wfoxep\",O0wAm_OFS:\"framer-v-11g2kvb\",PfsPYrkI2:\"framer-v-l3qhnr\",PQEY5xDHI:\"framer-v-16nql1b\",qs3hWEIJB:\"framer-v-1ez51yq\",Stv3sitz3:\"framer-v-a3qhzj\",t0xd9TfT9:\"framer-v-mwtnsg\",vVgPHmqAK:\"framer-v-1ipb2we\",xaC6Rs9Bl:\"framer-v-81fcuh\",Xatcr5YaP:\"framer-v-3h0bg0\",Z2m4t8Tnw:\"framer-v-q8ntd9\",Ze4y_hUWb:\"framer-v-1oiz1u8\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.3,delay:0,duration:.4,type:\"spring\"};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Anubis:\"gsZR2RyOa\",BA:\"BOQsQr2it\",Beatgrid:\"Xatcr5YaP\",Buttcapper:\"Ze4y_hUWb\",Help:\"t0xd9TfT9\",Hylian:\"BCeKk_4zR\",KBar:\"PQEY5xDHI\",None:\"qs3hWEIJB\",Overlord:\"vVgPHmqAK\",Rubberhose:\"Z2m4t8Tnw\",Sammich:\"Stv3sitz3\",Schmeeer:\"cxSXmMHf8\",Soupcan:\"xaC6Rs9Bl\",Timelord:\"PfsPYrkI2\",Void:\"O0wAm_OFS\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"qs3hWEIJB\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};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);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"qs3hWEIJB\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(baseVariant===\"t0xd9TfT9\")return false;return true;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1ez51yq\",className,classNames),\"data-framer-name\":\"None\",layoutDependency:layoutDependency,layoutId:\"qs3hWEIJB\",ref:refBinding,style:{...style},...addPropertyOverrides({BCeKk_4zR:{\"data-framer-name\":\"Hylian\"},BOQsQr2it:{\"data-framer-name\":\"BA\"},cxSXmMHf8:{\"data-framer-name\":\"Schmeeer\"},gsZR2RyOa:{\"data-framer-name\":\"Anubis\"},O0wAm_OFS:{\"data-framer-name\":\"Void\"},PfsPYrkI2:{\"data-framer-name\":\"Timelord\"},PQEY5xDHI:{\"data-framer-name\":\"KBar\"},Stv3sitz3:{\"data-framer-name\":\"Sammich\"},t0xd9TfT9:{\"data-framer-name\":\"Help\"},vVgPHmqAK:{\"data-framer-name\":\"Overlord\"},xaC6Rs9Bl:{\"data-framer-name\":\"Soupcan\"},Xatcr5YaP:{\"data-framer-name\":\"Beatgrid\"},Z2m4t8Tnw:{\"data-framer-name\":\"Rubberhose\"},Ze4y_hUWb:{\"data-framer-name\":\"Buttcapper\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-3q0oth\",layoutDependency:layoutDependency,layoutId:\"hDKK7O2Ja\",transformTemplate:transformTemplate1,children:[isDisplayed()&&/*#__PURE__*/_jsx(Link,{href:{webPageId:\"OtUz3KBOi\"},motionChild:true,nodeId:\"l28n05K5G\",openInNewTab:false,scopeId:\"sJEkvDBQZ\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-eio5g5 framer-16h4rc5\",\"data-framer-name\":\"Help\",layoutDependency:layoutDependency,layoutId:\"l28n05K5G\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-19jhu7m-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"FGsMxqkTp-container\",nodeId:\"FGsMxqkTp\",rendersWithMotion:true,scopeId:\"sJEkvDBQZ\",children:/*#__PURE__*/_jsx(Iconoir,{color:\"var(--token-a4722113-4bd0-4fc7-a7fd-7da1c9d0cef8, rgb(255, 255, 255))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"Flower\",id:\"FGsMxqkTp\",layoutId:\"FGsMxqkTp\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"lRMUIcFXR\"},motionChild:true,nodeId:\"EyjjdWTca\",openInNewTab:false,scopeId:\"sJEkvDBQZ\",...addPropertyOverrides({t0xd9TfT9:{href:{webPageId:\"OtUz3KBOi\"}}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-m2jfsh framer-16h4rc5\",\"data-framer-name\":\"Help\",layoutDependency:layoutDependency,layoutId:\"EyjjdWTca\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:18,width:\"18px\",y:(componentViewport?.y||0)+26+0+26+0,...addPropertyOverrides({BCeKk_4zR:{y:(componentViewport?.y||0)+-282+0+26+0},BOQsQr2it:{y:(componentViewport?.y||0)+-152+0+26+0},cxSXmMHf8:{y:(componentViewport?.y||0)+-256+0+26+0},gsZR2RyOa:{y:(componentViewport?.y||0)+-100+0+26+0},O0wAm_OFS:{y:(componentViewport?.y||0)+-152+0+26+0},PfsPYrkI2:{y:(componentViewport?.y||0)+-126+0+26+0},PQEY5xDHI:{y:(componentViewport?.y||0)+-360+0+26+0},Stv3sitz3:{y:(componentViewport?.y||0)+-334+0+26+0},t0xd9TfT9:{y:(componentViewport?.y||0)+4+0+0+0},vVgPHmqAK:{y:(componentViewport?.y||0)+-48+0+26+0},xaC6Rs9Bl:{y:(componentViewport?.y||0)+-308+0+26+0},Xatcr5YaP:{y:(componentViewport?.y||0)+-204+0+26+0},Z2m4t8Tnw:{y:(componentViewport?.y||0)+-74+0+26+0},Ze4y_hUWb:{y:(componentViewport?.y||0)+-230+0+26+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-ekf6m8-container\",layoutDependency:layoutDependency,layoutId:\"T96GfBHwW-container\",nodeId:\"T96GfBHwW\",rendersWithMotion:true,scopeId:\"sJEkvDBQZ\",children:/*#__PURE__*/_jsx(AssetsIcons2,{height:\"100%\",id:\"T96GfBHwW\",layoutId:\"T96GfBHwW\",mbWSiyT2V:200,style:{height:\"100%\",width:\"100%\"},variant:\"IWe8vAmV8\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"hK1oJeQ44\"},motionChild:true,nodeId:\"xOFVQFn6e\",scopeId:\"sJEkvDBQZ\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-jswntw framer-16h4rc5\",\"data-framer-name\":\"Overlord\",layoutDependency:layoutDependency,layoutId:\"xOFVQFn6e\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:18,width:\"18px\",y:(componentViewport?.y||0)+26+0+52+0,...addPropertyOverrides({BCeKk_4zR:{y:(componentViewport?.y||0)+-282+0+52+0},BOQsQr2it:{y:(componentViewport?.y||0)+-152+0+52+0},cxSXmMHf8:{y:(componentViewport?.y||0)+-256+0+52+0},gsZR2RyOa:{y:(componentViewport?.y||0)+-100+0+52+0},O0wAm_OFS:{y:(componentViewport?.y||0)+-152+0+52+0},PfsPYrkI2:{y:(componentViewport?.y||0)+-126+0+52+0},PQEY5xDHI:{y:(componentViewport?.y||0)+-360+0+52+0},Stv3sitz3:{y:(componentViewport?.y||0)+-334+0+52+0},t0xd9TfT9:{y:(componentViewport?.y||0)+4+0+26+0},vVgPHmqAK:{y:(componentViewport?.y||0)+-48+0+52+0},xaC6Rs9Bl:{y:(componentViewport?.y||0)+-308+0+52+0},Xatcr5YaP:{y:(componentViewport?.y||0)+-204+0+52+0},Z2m4t8Tnw:{y:(componentViewport?.y||0)+-74+0+52+0},Ze4y_hUWb:{y:(componentViewport?.y||0)+-230+0+52+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-7rekqx-container\",layoutDependency:layoutDependency,layoutId:\"FENLjyuEj-container\",nodeId:\"FENLjyuEj\",rendersWithMotion:true,scopeId:\"sJEkvDBQZ\",children:/*#__PURE__*/_jsx(AssetsIcons2,{height:\"100%\",id:\"FENLjyuEj\",layoutId:\"FENLjyuEj\",mbWSiyT2V:200,style:{height:\"100%\",width:\"100%\"},variant:\"kgKfE9bnp\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"utw6Bd56b\"},motionChild:true,nodeId:\"k2ZwG8eYH\",openInNewTab:false,scopeId:\"sJEkvDBQZ\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-lqgk88 framer-16h4rc5\",\"data-framer-name\":\"Rubberhose\",layoutDependency:layoutDependency,layoutId:\"k2ZwG8eYH\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:18,width:\"18px\",y:(componentViewport?.y||0)+26+0+78+0,...addPropertyOverrides({BCeKk_4zR:{y:(componentViewport?.y||0)+-282+0+78+0},BOQsQr2it:{y:(componentViewport?.y||0)+-152+0+78+0},cxSXmMHf8:{y:(componentViewport?.y||0)+-256+0+78+0},gsZR2RyOa:{y:(componentViewport?.y||0)+-100+0+78+0},O0wAm_OFS:{y:(componentViewport?.y||0)+-152+0+78+0},PfsPYrkI2:{y:(componentViewport?.y||0)+-126+0+78+0},PQEY5xDHI:{y:(componentViewport?.y||0)+-360+0+78+0},Stv3sitz3:{y:(componentViewport?.y||0)+-334+0+78+0},t0xd9TfT9:{y:(componentViewport?.y||0)+4+0+52+0},vVgPHmqAK:{y:(componentViewport?.y||0)+-48+0+78+0},xaC6Rs9Bl:{y:(componentViewport?.y||0)+-308+0+78+0},Xatcr5YaP:{y:(componentViewport?.y||0)+-204+0+78+0},Z2m4t8Tnw:{y:(componentViewport?.y||0)+-74+0+78+0},Ze4y_hUWb:{y:(componentViewport?.y||0)+-230+0+78+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1hsiwud-container\",layoutDependency:layoutDependency,layoutId:\"BvI3Pw3p9-container\",nodeId:\"BvI3Pw3p9\",rendersWithMotion:true,scopeId:\"sJEkvDBQZ\",children:/*#__PURE__*/_jsx(AssetsIcons2,{height:\"100%\",id:\"BvI3Pw3p9\",layoutId:\"BvI3Pw3p9\",mbWSiyT2V:200,style:{height:\"100%\",width:\"100%\"},variant:\"dEULJAdwp\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"YW1aD5udD\"},motionChild:true,nodeId:\"vdznLUdVb\",openInNewTab:false,scopeId:\"sJEkvDBQZ\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-ccbiqm framer-16h4rc5\",\"data-framer-name\":\"Anubis\",layoutDependency:layoutDependency,layoutId:\"vdznLUdVb\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:18,width:\"18px\",y:(componentViewport?.y||0)+26+0+104+0,...addPropertyOverrides({BCeKk_4zR:{y:(componentViewport?.y||0)+-282+0+104+0},BOQsQr2it:{y:(componentViewport?.y||0)+-152+0+104+0},cxSXmMHf8:{y:(componentViewport?.y||0)+-256+0+104+0},gsZR2RyOa:{y:(componentViewport?.y||0)+-100+0+104+0},O0wAm_OFS:{y:(componentViewport?.y||0)+-152+0+104+0},PfsPYrkI2:{y:(componentViewport?.y||0)+-126+0+104+0},PQEY5xDHI:{y:(componentViewport?.y||0)+-360+0+104+0},Stv3sitz3:{y:(componentViewport?.y||0)+-334+0+104+0},t0xd9TfT9:{y:(componentViewport?.y||0)+4+0+78+0},vVgPHmqAK:{y:(componentViewport?.y||0)+-48+0+104+0},xaC6Rs9Bl:{y:(componentViewport?.y||0)+-308+0+104+0},Xatcr5YaP:{y:(componentViewport?.y||0)+-204+0+104+0},Z2m4t8Tnw:{y:(componentViewport?.y||0)+-74+0+104+0},Ze4y_hUWb:{y:(componentViewport?.y||0)+-230+0+104+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1xfirsn-container\",layoutDependency:layoutDependency,layoutId:\"BW2i_dEw_-container\",nodeId:\"BW2i_dEw_\",rendersWithMotion:true,scopeId:\"sJEkvDBQZ\",children:/*#__PURE__*/_jsx(AssetsIcons2,{height:\"100%\",id:\"BW2i_dEw_\",layoutId:\"BW2i_dEw_\",mbWSiyT2V:200,style:{height:\"100%\",width:\"100%\"},variant:\"tJOFgToAk\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"yVgK3sXpu\"},motionChild:true,nodeId:\"bO4MRGLDu\",openInNewTab:false,scopeId:\"sJEkvDBQZ\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-xybssb framer-16h4rc5\",\"data-framer-name\":\"Timelord\",layoutDependency:layoutDependency,layoutId:\"bO4MRGLDu\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:18,width:\"18px\",y:(componentViewport?.y||0)+26+0+130+0,...addPropertyOverrides({BCeKk_4zR:{y:(componentViewport?.y||0)+-282+0+130+0},BOQsQr2it:{y:(componentViewport?.y||0)+-152+0+130+0},cxSXmMHf8:{y:(componentViewport?.y||0)+-256+0+130+0},gsZR2RyOa:{y:(componentViewport?.y||0)+-100+0+130+0},O0wAm_OFS:{y:(componentViewport?.y||0)+-152+0+130+0},PfsPYrkI2:{y:(componentViewport?.y||0)+-126+0+130+0},PQEY5xDHI:{y:(componentViewport?.y||0)+-360+0+130+0},Stv3sitz3:{y:(componentViewport?.y||0)+-334+0+130+0},t0xd9TfT9:{y:(componentViewport?.y||0)+4+0+104+0},vVgPHmqAK:{y:(componentViewport?.y||0)+-48+0+130+0},xaC6Rs9Bl:{y:(componentViewport?.y||0)+-308+0+130+0},Xatcr5YaP:{y:(componentViewport?.y||0)+-204+0+130+0},Z2m4t8Tnw:{y:(componentViewport?.y||0)+-74+0+130+0},Ze4y_hUWb:{y:(componentViewport?.y||0)+-230+0+130+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-54d7ou-container\",layoutDependency:layoutDependency,layoutId:\"uHYDcAPeU-container\",nodeId:\"uHYDcAPeU\",rendersWithMotion:true,scopeId:\"sJEkvDBQZ\",children:/*#__PURE__*/_jsx(AssetsIcons2,{height:\"100%\",id:\"uHYDcAPeU\",layoutId:\"uHYDcAPeU\",mbWSiyT2V:200,style:{height:\"100%\",width:\"100%\"},variant:\"gxQ55ZEu6\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"CIlvWiarO\"},motionChild:true,nodeId:\"egmA6Bhv3\",openInNewTab:false,scopeId:\"sJEkvDBQZ\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1bxk7s5 framer-16h4rc5\",\"data-framer-name\":\"Void\",layoutDependency:layoutDependency,layoutId:\"egmA6Bhv3\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:18,width:\"18px\",y:(componentViewport?.y||0)+26+0+156+0,...addPropertyOverrides({BCeKk_4zR:{y:(componentViewport?.y||0)+-282+0+156+0},BOQsQr2it:{y:(componentViewport?.y||0)+-152+0+182+0},cxSXmMHf8:{y:(componentViewport?.y||0)+-256+0+156+0},gsZR2RyOa:{y:(componentViewport?.y||0)+-100+0+156+0},O0wAm_OFS:{y:(componentViewport?.y||0)+-152+0+156+0},PfsPYrkI2:{y:(componentViewport?.y||0)+-126+0+156+0},PQEY5xDHI:{y:(componentViewport?.y||0)+-360+0+156+0},Stv3sitz3:{y:(componentViewport?.y||0)+-334+0+156+0},t0xd9TfT9:{y:(componentViewport?.y||0)+4+0+130+0},vVgPHmqAK:{y:(componentViewport?.y||0)+-48+0+156+0},xaC6Rs9Bl:{y:(componentViewport?.y||0)+-308+0+156+0},Xatcr5YaP:{y:(componentViewport?.y||0)+-204+0+156+0},Z2m4t8Tnw:{y:(componentViewport?.y||0)+-74+0+156+0},Ze4y_hUWb:{y:(componentViewport?.y||0)+-230+0+156+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1t0hjek-container\",layoutDependency:layoutDependency,layoutId:\"ejtfh0ijf-container\",nodeId:\"ejtfh0ijf\",rendersWithMotion:true,scopeId:\"sJEkvDBQZ\",children:/*#__PURE__*/_jsx(AssetsIcons2,{height:\"100%\",id:\"ejtfh0ijf\",layoutId:\"ejtfh0ijf\",mbWSiyT2V:200,style:{height:\"100%\",width:\"100%\"},variant:\"Vm8VL3Vcs\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"tiAaDGWY2\"},motionChild:true,nodeId:\"vanPSR9al\",openInNewTab:false,scopeId:\"sJEkvDBQZ\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-omwjxc framer-16h4rc5\",\"data-framer-name\":\"MagicSquare\",layoutDependency:layoutDependency,layoutId:\"vanPSR9al\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:18,width:\"18px\",y:(componentViewport?.y||0)+26+0+182+0,...addPropertyOverrides({BCeKk_4zR:{y:(componentViewport?.y||0)+-282+0+182+0},BOQsQr2it:{y:(componentViewport?.y||0)+-152+0+156+0},cxSXmMHf8:{y:(componentViewport?.y||0)+-256+0+182+0},gsZR2RyOa:{y:(componentViewport?.y||0)+-100+0+182+0},O0wAm_OFS:{y:(componentViewport?.y||0)+-152+0+182+0},PfsPYrkI2:{y:(componentViewport?.y||0)+-126+0+182+0},PQEY5xDHI:{y:(componentViewport?.y||0)+-360+0+182+0},Stv3sitz3:{y:(componentViewport?.y||0)+-334+0+182+0},t0xd9TfT9:{y:(componentViewport?.y||0)+4+0+156+0},vVgPHmqAK:{y:(componentViewport?.y||0)+-48+0+182+0},xaC6Rs9Bl:{y:(componentViewport?.y||0)+-308+0+182+0},Xatcr5YaP:{y:(componentViewport?.y||0)+-204+0+182+0},Z2m4t8Tnw:{y:(componentViewport?.y||0)+-74+0+182+0},Ze4y_hUWb:{y:(componentViewport?.y||0)+-230+0+182+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1ucupio-container\",layoutDependency:layoutDependency,layoutId:\"cUkhDKouM-container\",nodeId:\"cUkhDKouM\",rendersWithMotion:true,scopeId:\"sJEkvDBQZ\",children:/*#__PURE__*/_jsx(AssetsIcons2,{height:\"100%\",id:\"cUkhDKouM\",layoutId:\"cUkhDKouM\",mbWSiyT2V:200,style:{height:\"100%\",width:\"100%\"},variant:\"ED217Oc7a\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"ihUlgy1xs\"},motionChild:true,nodeId:\"StrOLzGf1\",openInNewTab:false,scopeId:\"sJEkvDBQZ\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1m666ax framer-16h4rc5\",\"data-framer-name\":\"Beatgrid\",layoutDependency:layoutDependency,layoutId:\"StrOLzGf1\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:18,width:\"18px\",y:(componentViewport?.y||0)+26+0+208+0,...addPropertyOverrides({BCeKk_4zR:{y:(componentViewport?.y||0)+-282+0+208+0},BOQsQr2it:{y:(componentViewport?.y||0)+-152+0+208+0},cxSXmMHf8:{y:(componentViewport?.y||0)+-256+0+208+0},gsZR2RyOa:{y:(componentViewport?.y||0)+-100+0+208+0},O0wAm_OFS:{y:(componentViewport?.y||0)+-152+0+208+0},PfsPYrkI2:{y:(componentViewport?.y||0)+-126+0+208+0},PQEY5xDHI:{y:(componentViewport?.y||0)+-360+0+208+0},Stv3sitz3:{y:(componentViewport?.y||0)+-334+0+208+0},t0xd9TfT9:{y:(componentViewport?.y||0)+4+0+182+0},vVgPHmqAK:{y:(componentViewport?.y||0)+-48+0+208+0},xaC6Rs9Bl:{y:(componentViewport?.y||0)+-308+0+208+0},Xatcr5YaP:{y:(componentViewport?.y||0)+-204+0+208+0},Z2m4t8Tnw:{y:(componentViewport?.y||0)+-74+0+208+0},Ze4y_hUWb:{y:(componentViewport?.y||0)+-230+0+208+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1u3but9-container\",layoutDependency:layoutDependency,layoutId:\"xwNAG9Z7D-container\",nodeId:\"xwNAG9Z7D\",rendersWithMotion:true,scopeId:\"sJEkvDBQZ\",children:/*#__PURE__*/_jsx(AssetsIcons2,{height:\"100%\",id:\"xwNAG9Z7D\",layoutId:\"xwNAG9Z7D\",mbWSiyT2V:200,style:{height:\"100%\",width:\"100%\"},variant:\"uLbd4FtFF\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"gnn1NaF50\"},motionChild:true,nodeId:\"YwE43q2Mx\",openInNewTab:false,scopeId:\"sJEkvDBQZ\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-xigod framer-16h4rc5\",\"data-framer-name\":\"Buttcapper\",layoutDependency:layoutDependency,layoutId:\"YwE43q2Mx\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:18,width:\"18px\",y:(componentViewport?.y||0)+26+0+234+0,...addPropertyOverrides({BCeKk_4zR:{y:(componentViewport?.y||0)+-282+0+234+0},BOQsQr2it:{y:(componentViewport?.y||0)+-152+0+234+0},cxSXmMHf8:{y:(componentViewport?.y||0)+-256+0+234+0},gsZR2RyOa:{y:(componentViewport?.y||0)+-100+0+234+0},O0wAm_OFS:{y:(componentViewport?.y||0)+-152+0+234+0},PfsPYrkI2:{y:(componentViewport?.y||0)+-126+0+234+0},PQEY5xDHI:{y:(componentViewport?.y||0)+-360+0+234+0},Stv3sitz3:{y:(componentViewport?.y||0)+-334+0+234+0},t0xd9TfT9:{y:(componentViewport?.y||0)+4+0+208+0},vVgPHmqAK:{y:(componentViewport?.y||0)+-48+0+234+0},xaC6Rs9Bl:{y:(componentViewport?.y||0)+-308+0+234+0},Xatcr5YaP:{y:(componentViewport?.y||0)+-204+0+234+0},Z2m4t8Tnw:{y:(componentViewport?.y||0)+-74+0+234+0},Ze4y_hUWb:{y:(componentViewport?.y||0)+-230+0+234+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1vxeadj-container\",layoutDependency:layoutDependency,layoutId:\"NV5fOC7w1-container\",nodeId:\"NV5fOC7w1\",rendersWithMotion:true,scopeId:\"sJEkvDBQZ\",children:/*#__PURE__*/_jsx(AssetsIcons2,{height:\"100%\",id:\"NV5fOC7w1\",layoutId:\"NV5fOC7w1\",mbWSiyT2V:200,style:{height:\"100%\",width:\"100%\"},variant:\"jK4trQhCq\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"eN6MF3O80\"},motionChild:true,nodeId:\"fiZnYPcXt\",openInNewTab:false,scopeId:\"sJEkvDBQZ\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1djxf40 framer-16h4rc5\",\"data-framer-name\":\"Schmeer\",layoutDependency:layoutDependency,layoutId:\"fiZnYPcXt\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:18,width:\"18px\",y:(componentViewport?.y||0)+26+0+260+0,...addPropertyOverrides({BCeKk_4zR:{y:(componentViewport?.y||0)+-282+0+260+0},BOQsQr2it:{y:(componentViewport?.y||0)+-152+0+260+0},cxSXmMHf8:{y:(componentViewport?.y||0)+-256+0+260+0},gsZR2RyOa:{y:(componentViewport?.y||0)+-100+0+260+0},O0wAm_OFS:{y:(componentViewport?.y||0)+-152+0+260+0},PfsPYrkI2:{y:(componentViewport?.y||0)+-126+0+260+0},PQEY5xDHI:{y:(componentViewport?.y||0)+-360+0+260+0},Stv3sitz3:{y:(componentViewport?.y||0)+-334+0+260+0},t0xd9TfT9:{y:(componentViewport?.y||0)+4+0+234+0},vVgPHmqAK:{y:(componentViewport?.y||0)+-48+0+260+0},xaC6Rs9Bl:{y:(componentViewport?.y||0)+-308+0+260+0},Xatcr5YaP:{y:(componentViewport?.y||0)+-204+0+260+0},Z2m4t8Tnw:{y:(componentViewport?.y||0)+-74+0+260+0},Ze4y_hUWb:{y:(componentViewport?.y||0)+-230+0+260+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1diuxhx-container\",layoutDependency:layoutDependency,layoutId:\"fpMOC67_u-container\",nodeId:\"fpMOC67_u\",rendersWithMotion:true,scopeId:\"sJEkvDBQZ\",children:/*#__PURE__*/_jsx(AssetsIcons2,{height:\"100%\",id:\"fpMOC67_u\",layoutId:\"fpMOC67_u\",mbWSiyT2V:200,style:{height:\"100%\",width:\"100%\"},variant:\"H5lek00Qq\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"beNd_PY5p\"},motionChild:true,nodeId:\"VS0uTL4ek\",openInNewTab:false,scopeId:\"sJEkvDBQZ\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1ft2f6r framer-16h4rc5\",\"data-framer-name\":\"Hylian\",layoutDependency:layoutDependency,layoutId:\"VS0uTL4ek\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:18,width:\"18px\",y:(componentViewport?.y||0)+26+0+286+0,...addPropertyOverrides({BCeKk_4zR:{y:(componentViewport?.y||0)+-282+0+286+0},BOQsQr2it:{y:(componentViewport?.y||0)+-152+0+286+0},cxSXmMHf8:{y:(componentViewport?.y||0)+-256+0+286+0},gsZR2RyOa:{y:(componentViewport?.y||0)+-100+0+286+0},O0wAm_OFS:{y:(componentViewport?.y||0)+-152+0+286+0},PfsPYrkI2:{y:(componentViewport?.y||0)+-126+0+286+0},PQEY5xDHI:{y:(componentViewport?.y||0)+-360+0+286+0},Stv3sitz3:{y:(componentViewport?.y||0)+-334+0+286+0},t0xd9TfT9:{y:(componentViewport?.y||0)+4+0+260+0},vVgPHmqAK:{y:(componentViewport?.y||0)+-48+0+286+0},xaC6Rs9Bl:{y:(componentViewport?.y||0)+-308+0+286+0},Xatcr5YaP:{y:(componentViewport?.y||0)+-204+0+286+0},Z2m4t8Tnw:{y:(componentViewport?.y||0)+-74+0+286+0},Ze4y_hUWb:{y:(componentViewport?.y||0)+-230+0+286+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1261imb-container\",layoutDependency:layoutDependency,layoutId:\"rbeEQXZj2-container\",nodeId:\"rbeEQXZj2\",rendersWithMotion:true,scopeId:\"sJEkvDBQZ\",children:/*#__PURE__*/_jsx(AssetsIcons2,{height:\"100%\",id:\"rbeEQXZj2\",layoutId:\"rbeEQXZj2\",mbWSiyT2V:200,style:{height:\"100%\",width:\"100%\"},variant:\"q1xSLWj3R\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"cwiadBEOq\"},motionChild:true,nodeId:\"iWxvyrfb4\",openInNewTab:false,scopeId:\"sJEkvDBQZ\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1s3pnq5 framer-16h4rc5\",\"data-framer-name\":\"Soupcan\",layoutDependency:layoutDependency,layoutId:\"iWxvyrfb4\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:18,width:\"18px\",y:(componentViewport?.y||0)+26+0+312+0,...addPropertyOverrides({BCeKk_4zR:{y:(componentViewport?.y||0)+-282+0+312+0},BOQsQr2it:{y:(componentViewport?.y||0)+-152+0+312+0},cxSXmMHf8:{y:(componentViewport?.y||0)+-256+0+312+0},gsZR2RyOa:{y:(componentViewport?.y||0)+-100+0+312+0},O0wAm_OFS:{y:(componentViewport?.y||0)+-152+0+312+0},PfsPYrkI2:{y:(componentViewport?.y||0)+-126+0+312+0},PQEY5xDHI:{y:(componentViewport?.y||0)+-360+0+312+0},Stv3sitz3:{y:(componentViewport?.y||0)+-334+0+312+0},t0xd9TfT9:{y:(componentViewport?.y||0)+4+0+286+0},vVgPHmqAK:{y:(componentViewport?.y||0)+-48+0+312+0},xaC6Rs9Bl:{y:(componentViewport?.y||0)+-308+0+312+0},Xatcr5YaP:{y:(componentViewport?.y||0)+-204+0+312+0},Z2m4t8Tnw:{y:(componentViewport?.y||0)+-74+0+312+0},Ze4y_hUWb:{y:(componentViewport?.y||0)+-230+0+312+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-zn951f-container\",layoutDependency:layoutDependency,layoutId:\"lb_t9eKOh-container\",nodeId:\"lb_t9eKOh\",rendersWithMotion:true,scopeId:\"sJEkvDBQZ\",children:/*#__PURE__*/_jsx(AssetsIcons2,{height:\"100%\",id:\"lb_t9eKOh\",layoutId:\"lb_t9eKOh\",mbWSiyT2V:200,style:{height:\"100%\",width:\"100%\"},variant:\"pwYubP6Qd\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"vaDmaQ0tY\"},motionChild:true,nodeId:\"Bpl1F87k5\",openInNewTab:false,scopeId:\"sJEkvDBQZ\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-2oe4sn framer-16h4rc5\",\"data-framer-name\":\"Sammich\",layoutDependency:layoutDependency,layoutId:\"Bpl1F87k5\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:18,width:\"18px\",y:(componentViewport?.y||0)+26+0+338+0,...addPropertyOverrides({BCeKk_4zR:{y:(componentViewport?.y||0)+-282+0+338+0},BOQsQr2it:{y:(componentViewport?.y||0)+-152+0+338+0},cxSXmMHf8:{y:(componentViewport?.y||0)+-256+0+338+0},gsZR2RyOa:{y:(componentViewport?.y||0)+-100+0+338+0},O0wAm_OFS:{y:(componentViewport?.y||0)+-152+0+338+0},PfsPYrkI2:{y:(componentViewport?.y||0)+-126+0+338+0},PQEY5xDHI:{y:(componentViewport?.y||0)+-360+0+338+0},Stv3sitz3:{y:(componentViewport?.y||0)+-334+0+338+0},t0xd9TfT9:{y:(componentViewport?.y||0)+4+0+312+0},vVgPHmqAK:{y:(componentViewport?.y||0)+-48+0+338+0},xaC6Rs9Bl:{y:(componentViewport?.y||0)+-308+0+338+0},Xatcr5YaP:{y:(componentViewport?.y||0)+-204+0+338+0},Z2m4t8Tnw:{y:(componentViewport?.y||0)+-74+0+338+0},Ze4y_hUWb:{y:(componentViewport?.y||0)+-230+0+338+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1tp87qe-container\",layoutDependency:layoutDependency,layoutId:\"UFNECPhvs-container\",nodeId:\"UFNECPhvs\",rendersWithMotion:true,scopeId:\"sJEkvDBQZ\",children:/*#__PURE__*/_jsx(AssetsIcons2,{height:\"100%\",id:\"UFNECPhvs\",layoutId:\"UFNECPhvs\",mbWSiyT2V:200,style:{height:\"100%\",width:\"100%\"},variant:\"JR5eqDDgZ\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"P6i8MlViN\"},motionChild:true,nodeId:\"sM4FxZnTX\",openInNewTab:false,scopeId:\"sJEkvDBQZ\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1waej2f framer-16h4rc5\",\"data-framer-name\":\"KBar\",layoutDependency:layoutDependency,layoutId:\"sM4FxZnTX\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:18,width:\"18px\",y:(componentViewport?.y||0)+26+0+364+0,...addPropertyOverrides({BCeKk_4zR:{y:(componentViewport?.y||0)+-282+0+364+0},BOQsQr2it:{y:(componentViewport?.y||0)+-152+0+364+0},cxSXmMHf8:{y:(componentViewport?.y||0)+-256+0+364+0},gsZR2RyOa:{y:(componentViewport?.y||0)+-100+0+364+0},O0wAm_OFS:{y:(componentViewport?.y||0)+-152+0+364+0},PfsPYrkI2:{y:(componentViewport?.y||0)+-126+0+364+0},PQEY5xDHI:{y:(componentViewport?.y||0)+-360+0+364+0},Stv3sitz3:{y:(componentViewport?.y||0)+-334+0+364+0},t0xd9TfT9:{y:(componentViewport?.y||0)+4+0+338+0},vVgPHmqAK:{y:(componentViewport?.y||0)+-48+0+364+0},xaC6Rs9Bl:{y:(componentViewport?.y||0)+-308+0+364+0},Xatcr5YaP:{y:(componentViewport?.y||0)+-204+0+364+0},Z2m4t8Tnw:{y:(componentViewport?.y||0)+-74+0+364+0},Ze4y_hUWb:{y:(componentViewport?.y||0)+-230+0+364+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-l66vsx-container\",layoutDependency:layoutDependency,layoutId:\"iB8WEWezV-container\",nodeId:\"iB8WEWezV\",rendersWithMotion:true,scopeId:\"sJEkvDBQZ\",children:/*#__PURE__*/_jsx(AssetsIcons2,{height:\"100%\",id:\"iB8WEWezV\",layoutId:\"iB8WEWezV\",mbWSiyT2V:200,style:{height:\"100%\",width:\"100%\"},variant:\"pNLZgyzid\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-gwx3f\",\"data-framer-name\":\"Download\",layoutDependency:layoutDependency,layoutId:\"pyOh9eW0o\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1totqlw-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"Y1f8Weunz-container\",nodeId:\"Y1f8Weunz\",rendersWithMotion:true,scopeId:\"sJEkvDBQZ\",children:/*#__PURE__*/_jsx(Iconoir,{color:\"var(--token-a4722113-4bd0-4fc7-a7fd-7da1c9d0cef8, rgb(255, 255, 255))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"Download\",id:\"Y1f8Weunz\",layoutId:\"Y1f8Weunz\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-H2ibC.framer-16h4rc5, .framer-H2ibC .framer-16h4rc5 { display: block; }\",\".framer-H2ibC.framer-1ez51yq { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 26px; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 18px; }\",\".framer-H2ibC .framer-3q0oth { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; left: 50%; overflow: visible; padding: 0px; position: absolute; top: 26px; width: min-content; z-index: 1; }\",\".framer-H2ibC .framer-eio5g5, .framer-H2ibC .framer-m2jfsh, .framer-H2ibC .framer-jswntw, .framer-H2ibC .framer-lqgk88, .framer-H2ibC .framer-ccbiqm, .framer-H2ibC .framer-xybssb, .framer-H2ibC .framer-1bxk7s5, .framer-H2ibC .framer-omwjxc, .framer-H2ibC .framer-1m666ax, .framer-H2ibC .framer-xigod, .framer-H2ibC .framer-1djxf40, .framer-H2ibC .framer-1ft2f6r, .framer-H2ibC .framer-1s3pnq5, .framer-H2ibC .framer-2oe4sn, .framer-H2ibC .framer-1waej2f { align-content: center; align-items: center; align-self: stretch; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: auto; }\",\".framer-H2ibC .framer-19jhu7m-container, .framer-H2ibC .framer-1totqlw-container { flex: none; height: 18px; position: relative; width: 18px; }\",\".framer-H2ibC .framer-ekf6m8-container, .framer-H2ibC .framer-7rekqx-container, .framer-H2ibC .framer-1hsiwud-container, .framer-H2ibC .framer-1xfirsn-container, .framer-H2ibC .framer-54d7ou-container, .framer-H2ibC .framer-1t0hjek-container, .framer-H2ibC .framer-1ucupio-container, .framer-H2ibC .framer-1u3but9-container, .framer-H2ibC .framer-1vxeadj-container, .framer-H2ibC .framer-1diuxhx-container, .framer-H2ibC .framer-1261imb-container, .framer-H2ibC .framer-zn951f-container, .framer-H2ibC .framer-1tp87qe-container, .framer-H2ibC .framer-l66vsx-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 18px); position: relative; width: 18px; }\",\".framer-H2ibC .framer-gwx3f { align-content: center; align-items: center; align-self: stretch; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: auto; }\",\".framer-H2ibC.framer-v-mwtnsg .framer-3q0oth { top: 4px; }\",\".framer-H2ibC.framer-v-1ipb2we .framer-3q0oth { top: -48px; }\",\".framer-H2ibC.framer-v-q8ntd9 .framer-3q0oth { top: -74px; }\",\".framer-H2ibC.framer-v-1wfoxep .framer-3q0oth { top: -100px; }\",\".framer-H2ibC.framer-v-l3qhnr .framer-3q0oth { top: -126px; }\",\".framer-H2ibC.framer-v-eadyeq .framer-3q0oth, .framer-H2ibC.framer-v-11g2kvb .framer-3q0oth { top: -152px; }\",\".framer-H2ibC.framer-v-eadyeq .framer-eio5g5 { order: 0; }\",\".framer-H2ibC.framer-v-eadyeq .framer-m2jfsh { order: 1; }\",\".framer-H2ibC.framer-v-eadyeq .framer-jswntw { order: 2; }\",\".framer-H2ibC.framer-v-eadyeq .framer-lqgk88 { order: 3; }\",\".framer-H2ibC.framer-v-eadyeq .framer-ccbiqm { order: 4; }\",\".framer-H2ibC.framer-v-eadyeq .framer-xybssb { order: 5; }\",\".framer-H2ibC.framer-v-eadyeq .framer-1bxk7s5 { order: 7; }\",\".framer-H2ibC.framer-v-eadyeq .framer-omwjxc { order: 6; }\",\".framer-H2ibC.framer-v-eadyeq .framer-1m666ax { order: 8; }\",\".framer-H2ibC.framer-v-eadyeq .framer-xigod { order: 9; }\",\".framer-H2ibC.framer-v-eadyeq .framer-1djxf40 { order: 10; }\",\".framer-H2ibC.framer-v-eadyeq .framer-1ft2f6r { order: 11; }\",\".framer-H2ibC.framer-v-eadyeq .framer-1s3pnq5 { order: 12; }\",\".framer-H2ibC.framer-v-eadyeq .framer-2oe4sn { order: 13; }\",\".framer-H2ibC.framer-v-eadyeq .framer-1waej2f { order: 14; }\",\".framer-H2ibC.framer-v-eadyeq .framer-gwx3f { order: 15; }\",\".framer-H2ibC.framer-v-3h0bg0 .framer-3q0oth { top: -204px; }\",\".framer-H2ibC.framer-v-1oiz1u8 .framer-3q0oth { top: -230px; }\",\".framer-H2ibC.framer-v-a3axiq .framer-3q0oth { top: -256px; }\",\".framer-H2ibC.framer-v-1n5efic .framer-3q0oth { top: -282px; }\",\".framer-H2ibC.framer-v-81fcuh .framer-3q0oth { top: -308px; }\",\".framer-H2ibC.framer-v-a3qhzj .framer-3q0oth { top: -334px; }\",\".framer-H2ibC.framer-v-16nql1b .framer-3q0oth { top: -360px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 26\n * @framerIntrinsicWidth 18\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"t0xd9TfT9\":{\"layout\":[\"fixed\",\"fixed\"]},\"vVgPHmqAK\":{\"layout\":[\"fixed\",\"fixed\"]},\"Z2m4t8Tnw\":{\"layout\":[\"fixed\",\"fixed\"]},\"gsZR2RyOa\":{\"layout\":[\"fixed\",\"fixed\"]},\"PfsPYrkI2\":{\"layout\":[\"fixed\",\"fixed\"]},\"BOQsQr2it\":{\"layout\":[\"fixed\",\"fixed\"]},\"O0wAm_OFS\":{\"layout\":[\"fixed\",\"fixed\"]},\"Xatcr5YaP\":{\"layout\":[\"fixed\",\"fixed\"]},\"Ze4y_hUWb\":{\"layout\":[\"fixed\",\"fixed\"]},\"cxSXmMHf8\":{\"layout\":[\"fixed\",\"fixed\"]},\"BCeKk_4zR\":{\"layout\":[\"fixed\",\"fixed\"]},\"xaC6Rs9Bl\":{\"layout\":[\"fixed\",\"fixed\"]},\"Stv3sitz3\":{\"layout\":[\"fixed\",\"fixed\"]},\"PQEY5xDHI\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramersJEkvDBQZ=withCSS(Component,css,\"framer-H2ibC\");export default FramersJEkvDBQZ;FramersJEkvDBQZ.displayName=\"2025/icon-scroll\";FramersJEkvDBQZ.defaultProps={height:26,width:18};addPropertyControls(FramersJEkvDBQZ,{variant:{options:[\"qs3hWEIJB\",\"t0xd9TfT9\",\"vVgPHmqAK\",\"Z2m4t8Tnw\",\"gsZR2RyOa\",\"PfsPYrkI2\",\"BOQsQr2it\",\"O0wAm_OFS\",\"Xatcr5YaP\",\"Ze4y_hUWb\",\"cxSXmMHf8\",\"BCeKk_4zR\",\"xaC6Rs9Bl\",\"Stv3sitz3\",\"PQEY5xDHI\"],optionTitles:[\"None\",\"Help\",\"Overlord\",\"Rubberhose\",\"Anubis\",\"Timelord\",\"BA\",\"Void\",\"Beatgrid\",\"Buttcapper\",\"Schmeeer\",\"Hylian\",\"Soupcan\",\"Sammich\",\"KBar\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramersJEkvDBQZ,[{explicitInter:true,fonts:[]},...IconoirFonts,...AssetsIcons2Fonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramersJEkvDBQZ\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"26\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerAutoSizeImages\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerColorSyntax\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"t0xd9TfT9\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"vVgPHmqAK\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Z2m4t8Tnw\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"gsZR2RyOa\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"PfsPYrkI2\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"BOQsQr2it\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"O0wAm_OFS\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Xatcr5YaP\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Ze4y_hUWb\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"cxSXmMHf8\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"BCeKk_4zR\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"xaC6Rs9Bl\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Stv3sitz3\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"PQEY5xDHI\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicWidth\":\"18\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./sJEkvDBQZ.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{addPropertyControls,ControlType}from\"framer\";export function TiledImage(props){// Generate the CSS for the background image\nconst style={backgroundImage:`url(${props.image})`,backgroundSize:\"auto\",backgroundPosition:\"left top\",backgroundRepeat:\"repeat\",width:\"100%\",height:\"100%\"};// Return a div with the background image\nreturn /*#__PURE__*/_jsx(\"div\",{style:style});}// Add property controls to show in the props panel\naddPropertyControls(TiledImage,{image:{type:ControlType.Image,title:\"Image\"}});\nexport const __FramerMetadata__ = {\"exports\":{\"TiledImage\":{\"type\":\"reactComponent\",\"name\":\"TiledImage\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Tiled_image.map"],
  "mappings": "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",
  "names": ["init_ssg_sandbox_shims", "init_ssg_sandbox_shims", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "transformTemplate1", "_", "t", "transition3", "transition4", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "transition5", "transition6", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapa9bb38", "args", "onTap197jpw6", "onAppear1bx3cp5", "useOnVariantChange", "scopingClassNames", "cx", "LayoutGroup", "u", "css", "FramerdNHQGkGIw", "withCSS", "dNHQGkGIw_default", "addPropertyControls", "ControlType", "addFonts", "init_ssg_sandbox_shims", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "LayoutGroup", "RichText", "u", "css", "FramerhKDM0kQp1", "withCSS", "hKDM0kQp1_default", "addPropertyControls", "ControlType", "addFonts", "init_ssg_sandbox_shims", "IconoirFonts", "getFonts", "Icon", "AssetsIcons2Fonts", "VtbeTaOKs_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transformTemplate1", "_", "t", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "isDisplayed", "LayoutGroup", "u", "Link", "ComponentViewportProvider", "SmartComponentScopedContainer", "css", "FramersJEkvDBQZ", "withCSS", "sJEkvDBQZ_default", "addPropertyControls", "ControlType", "addFonts", "AssetsBALogoFonts", "getFonts", "hKDM0kQp1_default", "IconScrollFonts", "sJEkvDBQZ_default", "NavHeaderDropdownFonts", "pkc_Edi5r_default", "NavSubProductFonts", "ZwASCplVh_default", "SmartComponentScopedContainerWithFX", "withFX", "SmartComponentScopedContainer", "NavSubLearnFonts", "TCWHahf0X_default", "HeimdallMenuCloseFonts", "dNHQGkGIw_default", "FeatherFonts", "Icon", "MotionDivGoToCart1clhb9m", "withCodeBoundaryForOverrides", "motion", "goToCart", "NavMobileContentFonts", "o4aUnliuC_default", "IconScrollControls", "getPropertyControls", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "transition3", "transformTemplate1", "_", "t", "transition4", "equals", "b", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "transition5", "animation", "animation1", "animation2", "Overlay", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "Variants", "x", "humanReadableEnumMap", "humanReadableEnumMap1", "humanReadableVariantMap", "getProps", "bALogo", "height", "id", "product", "showNav", "width", "props", "createLayoutDependency", "Component", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "WHPVsASuH", "fWPYm260m", "LpBEkfxvs", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "UPAMO1S3Stxyyif", "overlay", "loadMore", "args", "onTapx0x3jr", "onTaparbjle", "EoFOeTk5Carbjle", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "ref1", "ref2", "ref3", "ref4", "isDisplayed2", "LayoutGroup", "u", "Link", "ComponentViewportProvider", "l", "AnimatePresence", "Floating", "overlay1", "css", "FramerWAreY05lG", "withCSS", "WAreY05lG_default", "addPropertyControls", "ControlType", "addFonts", "init_ssg_sandbox_shims", "TiledImage", "props", "style", "p", "addPropertyControls", "ControlType"]
}
